@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.tooltip-arrow,.tooltip-arrow:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow{
  visibility: hidden;
}

.tooltip-arrow:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before{
  border-style: solid;
  border-color: var(--color-gray-200);
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before{
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow{
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow{
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow{
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow{
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before{
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow]{
  visibility: hidden;
}

[data-popper-arrow]:before{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after{
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: var(--color-gray-200);
}

.dark [role="tooltip"] > [data-popper-arrow]:before{
  border-style: solid;
  border-color: var(--color-gray-600);
}

[role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: var(--color-gray-200);
}

.dark [role="tooltip"] > [data-popper-arrow]:after{
  border-style: solid;
  border-color: var(--color-gray-600);
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after{
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before{
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after{
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]{
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]{
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]{
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]{
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before{
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after{
  visibility: hidden;
}

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

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: var(--color-blue-600);
  --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: var(--color-blue-600);
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: var(--color-gray-500);
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: var(--color-gray-500);
  opacity: 1;
}

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

input[type="time"]::-webkit-calendar-picker-indicator{
  background: none;
}

select:not([size]){
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]){
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked{
  border-color: transparent !important;
  background-color: currentColor !important;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

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

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor !important;
  border-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

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

[type='file']:focus{
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button{
  color: white;
  background: var(--color-gray-800);
  border: 0;
  font-weight: 500;
  font-size: 1;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover{
  background: var(--color-gray-700);
}

:is([dir=rtl]) input[type=file]::file-selector-button{
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button{
  color: white;
  background: var(--color-gray-600);
}

.dark input[type=file]::file-selector-button:hover{
  background: var(--color-gray-500);
}

input[type="range"]::-webkit-slider-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: var(--color-blue-600);
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb{
  background: var(--color-gray-400);
}

.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: var(--color-gray-500);
}

input[type="range"]:focus::-webkit-slider-thumb{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb{
  height: 1.25rem;
  width: 1.25rem;
  background: var(--color-blue-600);
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb{
  background: var(--color-gray-400);
}

.dark input[type="range"]:disabled::-moz-range-thumb{
  background: var(--color-gray-500);
}

input[type="range"]::-moz-range-progress{
  background: var(--color-blue-500);
}

input[type="range"]::-ms-fill-lower{
  background: var(--color-blue-500);
}

.toggle-bg:after{
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: var(--color-gray-300);
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after{
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg{
  background: var(--color-blue-600);
  border-color: var(--color-blue-600);
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-72{
  left: -18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-right-72{
  right: -18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0{
  bottom: 0px;
}

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

.bottom-1{
  bottom: 0.25rem;
}

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

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

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

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

.bottom-10{
  bottom: 2.5rem;
}

.bottom-11{
  bottom: 2.75rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-2{
  bottom: 0.5rem;
}

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

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

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

.bottom-20{
  bottom: 5rem;
}

.bottom-24{
  bottom: 6rem;
}

.bottom-28{
  bottom: 7rem;
}

.bottom-3{
  bottom: 0.75rem;
}

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

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

.bottom-32{
  bottom: 8rem;
}

.bottom-36{
  bottom: 9rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-40{
  bottom: 10rem;
}

.bottom-44{
  bottom: 11rem;
}

.bottom-48{
  bottom: 12rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-52{
  bottom: 13rem;
}

.bottom-56{
  bottom: 14rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-60{
  bottom: 15rem;
}

.bottom-64{
  bottom: 16rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-72{
  bottom: 18rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-80{
  bottom: 20rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.bottom-96{
  bottom: 24rem;
}

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

.bottom-auto{
  bottom: auto;
}

.bottom-full{
  bottom: 100%;
}

.bottom-px{
  bottom: 1px;
}

.left-0{
  left: 0px;
}

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

.left-1{
  left: 0.25rem;
}

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

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

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

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

.left-10{
  left: 2.5rem;
}

.left-11{
  left: 2.75rem;
}

.left-12{
  left: 3rem;
}

.left-14{
  left: 3.5rem;
}

.left-16{
  left: 4rem;
}

.left-2{
  left: 0.5rem;
}

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

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

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

.left-20{
  left: 5rem;
}

.left-24{
  left: 6rem;
}

.left-28{
  left: 7rem;
}

.left-3{
  left: 0.75rem;
}

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

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

.left-32{
  left: 8rem;
}

.left-36{
  left: 9rem;
}

.left-4{
  left: 1rem;
}

.left-40{
  left: 10rem;
}

.left-44{
  left: 11rem;
}

.left-48{
  left: 12rem;
}

.left-5{
  left: 1.25rem;
}

.left-52{
  left: 13rem;
}

.left-56{
  left: 14rem;
}

.left-6{
  left: 1.5rem;
}

.left-60{
  left: 15rem;
}

.left-64{
  left: 16rem;
}

.left-7{
  left: 1.75rem;
}

.left-72{
  left: 18rem;
}

.left-8{
  left: 2rem;
}

.left-80{
  left: 20rem;
}

.left-9{
  left: 2.25rem;
}

.left-96{
  left: 24rem;
}

.left-auto{
  left: auto;
}

.left-full{
  left: 100%;
}

.left-px{
  left: 1px;
}

.right-0{
  right: 0px;
}

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

.right-1{
  right: 0.25rem;
}

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

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

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

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

.right-10{
  right: 2.5rem;
}

.right-11{
  right: 2.75rem;
}

.right-12{
  right: 3rem;
}

.right-14{
  right: 3.5rem;
}

.right-16{
  right: 4rem;
}

.right-2{
  right: 0.5rem;
}

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

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

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

.right-20{
  right: 5rem;
}

.right-24{
  right: 6rem;
}

.right-28{
  right: 7rem;
}

.right-3{
  right: 0.75rem;
}

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

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

.right-32{
  right: 8rem;
}

.right-36{
  right: 9rem;
}

.right-4{
  right: 1rem;
}

.right-40{
  right: 10rem;
}

.right-44{
  right: 11rem;
}

.right-48{
  right: 12rem;
}

.right-5{
  right: 1.25rem;
}

.right-52{
  right: 13rem;
}

.right-56{
  right: 14rem;
}

.right-6{
  right: 1.5rem;
}

.right-60{
  right: 15rem;
}

.right-64{
  right: 16rem;
}

.right-7{
  right: 1.75rem;
}

.right-72{
  right: 18rem;
}

.right-8{
  right: 2rem;
}

.right-80{
  right: 20rem;
}

.right-9{
  right: 2.25rem;
}

.right-96{
  right: 24rem;
}

.right-auto{
  right: auto;
}

.right-full{
  right: 100%;
}

.right-px{
  right: 1px;
}

.top-0{
  top: 0px;
}

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

.top-1{
  top: 0.25rem;
}

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

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

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

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

.top-10{
  top: 2.5rem;
}

.top-11{
  top: 2.75rem;
}

.top-12{
  top: 3rem;
}

.top-14{
  top: 3.5rem;
}

.top-16{
  top: 4rem;
}

.top-2{
  top: 0.5rem;
}

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

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

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

.top-20{
  top: 5rem;
}

.top-24{
  top: 6rem;
}

.top-28{
  top: 7rem;
}

.top-3{
  top: 0.75rem;
}

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

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

.top-32{
  top: 8rem;
}

.top-36{
  top: 9rem;
}

.top-4{
  top: 1rem;
}

.top-40{
  top: 10rem;
}

.top-44{
  top: 11rem;
}

.top-48{
  top: 12rem;
}

.top-5{
  top: 1.25rem;
}

.top-52{
  top: 13rem;
}

.top-56{
  top: 14rem;
}

.top-6{
  top: 1.5rem;
}

.top-60{
  top: 15rem;
}

.top-64{
  top: 16rem;
}

.top-7{
  top: 1.75rem;
}

.top-72{
  top: 18rem;
}

.top-8{
  top: 2rem;
}

.top-80{
  top: 20rem;
}

.top-9{
  top: 2.25rem;
}

.top-96{
  top: 24rem;
}

.top-auto{
  top: auto;
}

.top-full{
  top: 100%;
}

.top-px{
  top: 1px;
}

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

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

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

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

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

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

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

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

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[-56\%\]{
  margin-left: -56%;
}

.ml-\[27px\]{
  margin-left: 27px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[-85\%\]{
  margin-right: -85%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-dvh{
  max-height: 100dvh;
}

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

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

.max-h-lvh{
  max-height: 100lvh;
}

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

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

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

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

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

.max-h-svh{
  max-height: 100svh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[605px\]{
  min-height: 605px;
}

.min-h-\[800px\]{
  min-height: 800px;
}

.min-h-dvh{
  min-height: 100dvh;
}

.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full{
  min-height: 100%;
}

.min-h-lvh{
  min-height: 100lvh;
}

.min-h-max{
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min{
  min-height: -moz-min-content;
  min-height: min-content;
}

.min-h-px{
  min-height: 1px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-svh{
  min-height: 100svh;
}

.w-1\/2{
  width: 50%;
}

.w-4{
  width: 1rem;
}

.w-64{
  width: 16rem;
}

.w-\[138px\]{
  width: 138px;
}

.w-\[156\%\]{
  width: 156%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-0\.5{
  min-width: 0.125rem;
}

.min-w-1{
  min-width: 0.25rem;
}

.min-w-1\.5{
  min-width: 0.375rem;
}

.min-w-10{
  min-width: 2.5rem;
}

.min-w-11{
  min-width: 2.75rem;
}

.min-w-12{
  min-width: 3rem;
}

.min-w-14{
  min-width: 3.5rem;
}

.min-w-16{
  min-width: 4rem;
}

.min-w-2{
  min-width: 0.5rem;
}

.min-w-2\.5{
  min-width: 0.625rem;
}

.min-w-20{
  min-width: 5rem;
}

.min-w-24{
  min-width: 6rem;
}

.min-w-28{
  min-width: 7rem;
}

.min-w-3{
  min-width: 0.75rem;
}

.min-w-3\.5{
  min-width: 0.875rem;
}

.min-w-32{
  min-width: 8rem;
}

.min-w-36{
  min-width: 9rem;
}

.min-w-4{
  min-width: 1rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-44{
  min-width: 11rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-52{
  min-width: 13rem;
}

.min-w-56{
  min-width: 14rem;
}

.min-w-6{
  min-width: 1.5rem;
}

.min-w-60{
  min-width: 15rem;
}

.min-w-64{
  min-width: 16rem;
}

.min-w-7{
  min-width: 1.75rem;
}

.min-w-72{
  min-width: 18rem;
}

.min-w-8{
  min-width: 2rem;
}

.min-w-80{
  min-width: 20rem;
}

.min-w-9{
  min-width: 2.25rem;
}

.min-w-96{
  min-width: 24rem;
}

.min-w-\[240px\]{
  min-width: 240px;
}

.min-w-\[375px\]{
  min-width: 375px;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full{
  min-width: 100%;
}

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-px{
  min-width: 1px;
}

.max-w-0{
  max-width: 0px;
}

.max-w-0\.5{
  max-width: 0.125rem;
}

.max-w-1{
  max-width: 0.25rem;
}

.max-w-1\.5{
  max-width: 0.375rem;
}

.max-w-10{
  max-width: 2.5rem;
}

.max-w-11{
  max-width: 2.75rem;
}

.max-w-12{
  max-width: 3rem;
}

.max-w-14{
  max-width: 3.5rem;
}

.max-w-16{
  max-width: 4rem;
}

.max-w-2{
  max-width: 0.5rem;
}

.max-w-2\.5{
  max-width: 0.625rem;
}

.max-w-20{
  max-width: 5rem;
}

.max-w-24{
  max-width: 6rem;
}

.max-w-28{
  max-width: 7rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3{
  max-width: 0.75rem;
}

.max-w-3\.5{
  max-width: 0.875rem;
}

.max-w-32{
  max-width: 8rem;
}

.max-w-36{
  max-width: 9rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4{
  max-width: 1rem;
}

.max-w-40{
  max-width: 10rem;
}

.max-w-44{
  max-width: 11rem;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5{
  max-width: 1.25rem;
}

.max-w-52{
  max-width: 13rem;
}

.max-w-56{
  max-width: 14rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6{
  max-width: 1.5rem;
}

.max-w-60{
  max-width: 15rem;
}

.max-w-64{
  max-width: 16rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7{
  max-width: 1.75rem;
}

.max-w-72{
  max-width: 18rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-8{
  max-width: 2rem;
}

.max-w-80{
  max-width: 20rem;
}

.max-w-9{
  max-width: 2.25rem;
}

.max-w-96{
  max-width: 24rem;
}

.max-w-\[1204px\]{
  max-width: 1204px;
}

.max-w-\[1388px\]{
  max-width: 1388px;
}

.max-w-\[1440px\]{
  max-width: 1440px;
}

.max-w-\[149px\]{
  max-width: 149px;
}

.max-w-\[1710px\]{
  max-width: 1710px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[193px\]{
  max-width: 193px;
}

.max-w-\[219px\]{
  max-width: 219px;
}

.max-w-\[322px\]{
  max-width: 322px;
}

.max-w-\[327px\]{
  max-width: 327px;
}

.max-w-\[426px\]{
  max-width: 426px;
}

.max-w-\[436px\]{
  max-width: 436px;
}

.max-w-\[697px\]{
  max-width: 697px;
}

.max-w-\[729px\]{
  max-width: 729px;
}

.max-w-\[823px\]{
  max-width: 823px;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-none{
  max-width: none;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-px{
  max-width: 1px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-sm{
  max-width: 375px;
}

.max-w-screen-xl{
  max-width: 1200px;
}

.max-w-screen-xxl{
  max-width: 1300px;
}

.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-shrink{
  flex-shrink: 1;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-top-left{
  transform-origin: top left;
}

.origin-top-right{
  transform-origin: top right;
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.cursor-context-menu{
  cursor: context-menu;
}

.cursor-default{
  cursor: default;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.snap-none{
  scroll-snap-type: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}

.snap-start{
  scroll-snap-align: start;
}

.snap-end{
  scroll-snap-align: end;
}

.snap-center{
  scroll-snap-align: center;
}

.snap-align-none{
  scroll-snap-align: none;
}

.snap-normal{
  scroll-snap-stop: normal;
}

.snap-always{
  scroll-snap-stop: always;
}

.-scroll-mx-0{
  scroll-margin-left: -0px;
  scroll-margin-right: -0px;
}

.-scroll-mx-0\.5{
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}

.-scroll-mx-1{
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}

.-scroll-mx-1\.5{
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}

.-scroll-mx-10{
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}

.-scroll-mx-11{
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}

.-scroll-mx-12{
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}

.-scroll-mx-14{
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}

.-scroll-mx-16{
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}

.-scroll-mx-2{
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}

.-scroll-mx-2\.5{
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

.-scroll-mx-20{
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}

.-scroll-mx-24{
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}

.-scroll-mx-28{
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}

.-scroll-mx-3{
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}

.-scroll-mx-3\.5{
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

.-scroll-mx-32{
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}

.-scroll-mx-36{
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}

.-scroll-mx-4{
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}

.-scroll-mx-40{
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}

.-scroll-mx-44{
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}

.-scroll-mx-48{
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}

.-scroll-mx-5{
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}

.-scroll-mx-52{
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}

.-scroll-mx-56{
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}

.-scroll-mx-6{
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}

.-scroll-mx-60{
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}

.-scroll-mx-64{
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}

.-scroll-mx-7{
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}

.-scroll-mx-72{
  scroll-margin-left: -18rem;
  scroll-margin-right: -18rem;
}

.-scroll-mx-8{
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}

.-scroll-mx-80{
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}

.-scroll-mx-9{
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}

.-scroll-mx-96{
  scroll-margin-left: -24rem;
  scroll-margin-right: -24rem;
}

.-scroll-mx-px{
  scroll-margin-left: -1px;
  scroll-margin-right: -1px;
}

.-scroll-my-0{
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}

.-scroll-my-0\.5{
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}

.-scroll-my-1{
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}

.-scroll-my-1\.5{
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}

.-scroll-my-10{
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}

.-scroll-my-11{
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}

.-scroll-my-12{
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}

.-scroll-my-14{
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}

.-scroll-my-16{
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}

.-scroll-my-2{
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}

.-scroll-my-2\.5{
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

.-scroll-my-20{
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}

.-scroll-my-24{
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}

.-scroll-my-28{
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}

.-scroll-my-3{
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}

.-scroll-my-3\.5{
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

.-scroll-my-32{
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}

.-scroll-my-36{
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}

.-scroll-my-4{
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}

.-scroll-my-40{
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}

.-scroll-my-44{
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}

.-scroll-my-48{
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}

.-scroll-my-5{
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}

.-scroll-my-52{
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}

.-scroll-my-56{
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}

.-scroll-my-6{
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}

.-scroll-my-60{
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}

.-scroll-my-64{
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}

.-scroll-my-7{
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}

.-scroll-my-72{
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}

.-scroll-my-8{
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}

.-scroll-my-80{
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}

.-scroll-my-9{
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}

.-scroll-my-96{
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}

.-scroll-my-px{
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}

.scroll-mx-0{
  scroll-margin-left: 0px;
  scroll-margin-right: 0px;
}

.scroll-mx-0\.5{
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

.scroll-mx-1{
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}

.scroll-mx-1\.5{
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-10{
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}

.scroll-mx-11{
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}

.scroll-mx-12{
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}

.scroll-mx-14{
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}

.scroll-mx-16{
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}

.scroll-mx-2{
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}

.scroll-mx-2\.5{
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

.scroll-mx-20{
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}

.scroll-mx-24{
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}

.scroll-mx-28{
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}

.scroll-mx-3{
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}

.scroll-mx-3\.5{
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

.scroll-mx-32{
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}

.scroll-mx-36{
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}

.scroll-mx-4{
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}

.scroll-mx-40{
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}

.scroll-mx-44{
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}

.scroll-mx-48{
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}

.scroll-mx-5{
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}

.scroll-mx-52{
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}

.scroll-mx-56{
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}

.scroll-mx-6{
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}

.scroll-mx-60{
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}

.scroll-mx-64{
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}

.scroll-mx-7{
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}

.scroll-mx-72{
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}

.scroll-mx-8{
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}

.scroll-mx-80{
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}

.scroll-mx-9{
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}

.scroll-mx-96{
  scroll-margin-left: 24rem;
  scroll-margin-right: 24rem;
}

.scroll-mx-px{
  scroll-margin-left: 1px;
  scroll-margin-right: 1px;
}

.scroll-my-0{
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}

.scroll-my-0\.5{
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}

.scroll-my-1{
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}

.scroll-my-1\.5{
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}

.scroll-my-10{
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}

.scroll-my-11{
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}

.scroll-my-12{
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}

.scroll-my-14{
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}

.scroll-my-16{
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}

.scroll-my-2{
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}

.scroll-my-2\.5{
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-20{
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}

.scroll-my-24{
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}

.scroll-my-28{
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}

.scroll-my-3{
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}

.scroll-my-3\.5{
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-32{
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}

.scroll-my-36{
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

.scroll-my-4{
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}

.scroll-my-40{
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}

.scroll-my-44{
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}

.scroll-my-48{
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}

.scroll-my-5{
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}

.scroll-my-52{
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}

.scroll-my-56{
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}

.scroll-my-6{
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}

.scroll-my-60{
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}

.scroll-my-64{
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}

.scroll-my-7{
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}

.scroll-my-72{
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}

.scroll-my-8{
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

.scroll-my-80{
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.scroll-my-9{
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}

.scroll-my-96{
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}

.scroll-my-px{
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}

.-scroll-mb-0{
  scroll-margin-bottom: -0px;
}

.-scroll-mb-0\.5{
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-1{
  scroll-margin-bottom: -0.25rem;
}

.-scroll-mb-1\.5{
  scroll-margin-bottom: -0.375rem;
}

.-scroll-mb-10{
  scroll-margin-bottom: -2.5rem;
}

.-scroll-mb-11{
  scroll-margin-bottom: -2.75rem;
}

.-scroll-mb-12{
  scroll-margin-bottom: -3rem;
}

.-scroll-mb-14{
  scroll-margin-bottom: -3.5rem;
}

.-scroll-mb-16{
  scroll-margin-bottom: -4rem;
}

.-scroll-mb-2{
  scroll-margin-bottom: -0.5rem;
}

.-scroll-mb-2\.5{
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-20{
  scroll-margin-bottom: -5rem;
}

.-scroll-mb-24{
  scroll-margin-bottom: -6rem;
}

.-scroll-mb-28{
  scroll-margin-bottom: -7rem;
}

.-scroll-mb-3{
  scroll-margin-bottom: -0.75rem;
}

.-scroll-mb-3\.5{
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-32{
  scroll-margin-bottom: -8rem;
}

.-scroll-mb-36{
  scroll-margin-bottom: -9rem;
}

.-scroll-mb-4{
  scroll-margin-bottom: -1rem;
}

.-scroll-mb-40{
  scroll-margin-bottom: -10rem;
}

.-scroll-mb-44{
  scroll-margin-bottom: -11rem;
}

.-scroll-mb-48{
  scroll-margin-bottom: -12rem;
}

.-scroll-mb-5{
  scroll-margin-bottom: -1.25rem;
}

.-scroll-mb-52{
  scroll-margin-bottom: -13rem;
}

.-scroll-mb-56{
  scroll-margin-bottom: -14rem;
}

.-scroll-mb-6{
  scroll-margin-bottom: -1.5rem;
}

.-scroll-mb-60{
  scroll-margin-bottom: -15rem;
}

.-scroll-mb-64{
  scroll-margin-bottom: -16rem;
}

.-scroll-mb-7{
  scroll-margin-bottom: -1.75rem;
}

.-scroll-mb-72{
  scroll-margin-bottom: -18rem;
}

.-scroll-mb-8{
  scroll-margin-bottom: -2rem;
}

.-scroll-mb-80{
  scroll-margin-bottom: -20rem;
}

.-scroll-mb-9{
  scroll-margin-bottom: -2.25rem;
}

.-scroll-mb-96{
  scroll-margin-bottom: -24rem;
}

.-scroll-mb-px{
  scroll-margin-bottom: -1px;
}

.-scroll-ml-0{
  scroll-margin-left: -0px;
}

.-scroll-ml-0\.5{
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-1{
  scroll-margin-left: -0.25rem;
}

.-scroll-ml-1\.5{
  scroll-margin-left: -0.375rem;
}

.-scroll-ml-10{
  scroll-margin-left: -2.5rem;
}

.-scroll-ml-11{
  scroll-margin-left: -2.75rem;
}

.-scroll-ml-12{
  scroll-margin-left: -3rem;
}

.-scroll-ml-14{
  scroll-margin-left: -3.5rem;
}

.-scroll-ml-16{
  scroll-margin-left: -4rem;
}

.-scroll-ml-2{
  scroll-margin-left: -0.5rem;
}

.-scroll-ml-2\.5{
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-20{
  scroll-margin-left: -5rem;
}

.-scroll-ml-24{
  scroll-margin-left: -6rem;
}

.-scroll-ml-28{
  scroll-margin-left: -7rem;
}

.-scroll-ml-3{
  scroll-margin-left: -0.75rem;
}

.-scroll-ml-3\.5{
  scroll-margin-left: -0.875rem;
}

.-scroll-ml-32{
  scroll-margin-left: -8rem;
}

.-scroll-ml-36{
  scroll-margin-left: -9rem;
}

.-scroll-ml-4{
  scroll-margin-left: -1rem;
}

.-scroll-ml-40{
  scroll-margin-left: -10rem;
}

.-scroll-ml-44{
  scroll-margin-left: -11rem;
}

.-scroll-ml-48{
  scroll-margin-left: -12rem;
}

.-scroll-ml-5{
  scroll-margin-left: -1.25rem;
}

.-scroll-ml-52{
  scroll-margin-left: -13rem;
}

.-scroll-ml-56{
  scroll-margin-left: -14rem;
}

.-scroll-ml-6{
  scroll-margin-left: -1.5rem;
}

.-scroll-ml-60{
  scroll-margin-left: -15rem;
}

.-scroll-ml-64{
  scroll-margin-left: -16rem;
}

.-scroll-ml-7{
  scroll-margin-left: -1.75rem;
}

.-scroll-ml-72{
  scroll-margin-left: -18rem;
}

.-scroll-ml-8{
  scroll-margin-left: -2rem;
}

.-scroll-ml-80{
  scroll-margin-left: -20rem;
}

.-scroll-ml-9{
  scroll-margin-left: -2.25rem;
}

.-scroll-ml-96{
  scroll-margin-left: -24rem;
}

.-scroll-ml-px{
  scroll-margin-left: -1px;
}

.-scroll-mr-0{
  scroll-margin-right: -0px;
}

.-scroll-mr-0\.5{
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-1{
  scroll-margin-right: -0.25rem;
}

.-scroll-mr-1\.5{
  scroll-margin-right: -0.375rem;
}

.-scroll-mr-10{
  scroll-margin-right: -2.5rem;
}

.-scroll-mr-11{
  scroll-margin-right: -2.75rem;
}

.-scroll-mr-12{
  scroll-margin-right: -3rem;
}

.-scroll-mr-14{
  scroll-margin-right: -3.5rem;
}

.-scroll-mr-16{
  scroll-margin-right: -4rem;
}

.-scroll-mr-2{
  scroll-margin-right: -0.5rem;
}

.-scroll-mr-2\.5{
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-20{
  scroll-margin-right: -5rem;
}

.-scroll-mr-24{
  scroll-margin-right: -6rem;
}

.-scroll-mr-28{
  scroll-margin-right: -7rem;
}

.-scroll-mr-3{
  scroll-margin-right: -0.75rem;
}

.-scroll-mr-3\.5{
  scroll-margin-right: -0.875rem;
}

.-scroll-mr-32{
  scroll-margin-right: -8rem;
}

.-scroll-mr-36{
  scroll-margin-right: -9rem;
}

.-scroll-mr-4{
  scroll-margin-right: -1rem;
}

.-scroll-mr-40{
  scroll-margin-right: -10rem;
}

.-scroll-mr-44{
  scroll-margin-right: -11rem;
}

.-scroll-mr-48{
  scroll-margin-right: -12rem;
}

.-scroll-mr-5{
  scroll-margin-right: -1.25rem;
}

.-scroll-mr-52{
  scroll-margin-right: -13rem;
}

.-scroll-mr-56{
  scroll-margin-right: -14rem;
}

.-scroll-mr-6{
  scroll-margin-right: -1.5rem;
}

.-scroll-mr-60{
  scroll-margin-right: -15rem;
}

.-scroll-mr-64{
  scroll-margin-right: -16rem;
}

.-scroll-mr-7{
  scroll-margin-right: -1.75rem;
}

.-scroll-mr-72{
  scroll-margin-right: -18rem;
}

.-scroll-mr-8{
  scroll-margin-right: -2rem;
}

.-scroll-mr-80{
  scroll-margin-right: -20rem;
}

.-scroll-mr-9{
  scroll-margin-right: -2.25rem;
}

.-scroll-mr-96{
  scroll-margin-right: -24rem;
}

.-scroll-mr-px{
  scroll-margin-right: -1px;
}

.-scroll-mt-0{
  scroll-margin-top: -0px;
}

.-scroll-mt-0\.5{
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-1{
  scroll-margin-top: -0.25rem;
}

.-scroll-mt-1\.5{
  scroll-margin-top: -0.375rem;
}

.-scroll-mt-10{
  scroll-margin-top: -2.5rem;
}

.-scroll-mt-11{
  scroll-margin-top: -2.75rem;
}

.-scroll-mt-12{
  scroll-margin-top: -3rem;
}

.-scroll-mt-14{
  scroll-margin-top: -3.5rem;
}

.-scroll-mt-16{
  scroll-margin-top: -4rem;
}

.-scroll-mt-2{
  scroll-margin-top: -0.5rem;
}

.-scroll-mt-2\.5{
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-20{
  scroll-margin-top: -5rem;
}

.-scroll-mt-24{
  scroll-margin-top: -6rem;
}

.-scroll-mt-28{
  scroll-margin-top: -7rem;
}

.-scroll-mt-3{
  scroll-margin-top: -0.75rem;
}

.-scroll-mt-3\.5{
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-32{
  scroll-margin-top: -8rem;
}

.-scroll-mt-36{
  scroll-margin-top: -9rem;
}

.-scroll-mt-4{
  scroll-margin-top: -1rem;
}

.-scroll-mt-40{
  scroll-margin-top: -10rem;
}

.-scroll-mt-44{
  scroll-margin-top: -11rem;
}

.-scroll-mt-48{
  scroll-margin-top: -12rem;
}

.-scroll-mt-5{
  scroll-margin-top: -1.25rem;
}

.-scroll-mt-52{
  scroll-margin-top: -13rem;
}

.-scroll-mt-56{
  scroll-margin-top: -14rem;
}

.-scroll-mt-6{
  scroll-margin-top: -1.5rem;
}

.-scroll-mt-60{
  scroll-margin-top: -15rem;
}

.-scroll-mt-64{
  scroll-margin-top: -16rem;
}

.-scroll-mt-7{
  scroll-margin-top: -1.75rem;
}

.-scroll-mt-72{
  scroll-margin-top: -18rem;
}

.-scroll-mt-8{
  scroll-margin-top: -2rem;
}

.-scroll-mt-80{
  scroll-margin-top: -20rem;
}

.-scroll-mt-9{
  scroll-margin-top: -2.25rem;
}

.-scroll-mt-96{
  scroll-margin-top: -24rem;
}

.-scroll-mt-px{
  scroll-margin-top: -1px;
}

.scroll-mb-0{
  scroll-margin-bottom: 0px;
}

.scroll-mb-0\.5{
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-1{
  scroll-margin-bottom: 0.25rem;
}

.scroll-mb-1\.5{
  scroll-margin-bottom: 0.375rem;
}

.scroll-mb-10{
  scroll-margin-bottom: 2.5rem;
}

.scroll-mb-11{
  scroll-margin-bottom: 2.75rem;
}

.scroll-mb-12{
  scroll-margin-bottom: 3rem;
}

.scroll-mb-14{
  scroll-margin-bottom: 3.5rem;
}

.scroll-mb-16{
  scroll-margin-bottom: 4rem;
}

.scroll-mb-2{
  scroll-margin-bottom: 0.5rem;
}

.scroll-mb-2\.5{
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-20{
  scroll-margin-bottom: 5rem;
}

.scroll-mb-24{
  scroll-margin-bottom: 6rem;
}

.scroll-mb-28{
  scroll-margin-bottom: 7rem;
}

.scroll-mb-3{
  scroll-margin-bottom: 0.75rem;
}

.scroll-mb-3\.5{
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-32{
  scroll-margin-bottom: 8rem;
}

.scroll-mb-36{
  scroll-margin-bottom: 9rem;
}

.scroll-mb-4{
  scroll-margin-bottom: 1rem;
}

.scroll-mb-40{
  scroll-margin-bottom: 10rem;
}

.scroll-mb-44{
  scroll-margin-bottom: 11rem;
}

.scroll-mb-48{
  scroll-margin-bottom: 12rem;
}

.scroll-mb-5{
  scroll-margin-bottom: 1.25rem;
}

.scroll-mb-52{
  scroll-margin-bottom: 13rem;
}

.scroll-mb-56{
  scroll-margin-bottom: 14rem;
}

.scroll-mb-6{
  scroll-margin-bottom: 1.5rem;
}

.scroll-mb-60{
  scroll-margin-bottom: 15rem;
}

.scroll-mb-64{
  scroll-margin-bottom: 16rem;
}

.scroll-mb-7{
  scroll-margin-bottom: 1.75rem;
}

.scroll-mb-72{
  scroll-margin-bottom: 18rem;
}

.scroll-mb-8{
  scroll-margin-bottom: 2rem;
}

.scroll-mb-80{
  scroll-margin-bottom: 20rem;
}

.scroll-mb-9{
  scroll-margin-bottom: 2.25rem;
}

.scroll-mb-96{
  scroll-margin-bottom: 24rem;
}

.scroll-mb-px{
  scroll-margin-bottom: 1px;
}

.scroll-ml-0{
  scroll-margin-left: 0px;
}

.scroll-ml-0\.5{
  scroll-margin-left: 0.125rem;
}

.scroll-ml-1{
  scroll-margin-left: 0.25rem;
}

.scroll-ml-1\.5{
  scroll-margin-left: 0.375rem;
}

.scroll-ml-10{
  scroll-margin-left: 2.5rem;
}

.scroll-ml-11{
  scroll-margin-left: 2.75rem;
}

.scroll-ml-12{
  scroll-margin-left: 3rem;
}

.scroll-ml-14{
  scroll-margin-left: 3.5rem;
}

.scroll-ml-16{
  scroll-margin-left: 4rem;
}

.scroll-ml-2{
  scroll-margin-left: 0.5rem;
}

.scroll-ml-2\.5{
  scroll-margin-left: 0.625rem;
}

.scroll-ml-20{
  scroll-margin-left: 5rem;
}

.scroll-ml-24{
  scroll-margin-left: 6rem;
}

.scroll-ml-28{
  scroll-margin-left: 7rem;
}

.scroll-ml-3{
  scroll-margin-left: 0.75rem;
}

.scroll-ml-3\.5{
  scroll-margin-left: 0.875rem;
}

.scroll-ml-32{
  scroll-margin-left: 8rem;
}

.scroll-ml-36{
  scroll-margin-left: 9rem;
}

.scroll-ml-4{
  scroll-margin-left: 1rem;
}

.scroll-ml-40{
  scroll-margin-left: 10rem;
}

.scroll-ml-44{
  scroll-margin-left: 11rem;
}

.scroll-ml-48{
  scroll-margin-left: 12rem;
}

.scroll-ml-5{
  scroll-margin-left: 1.25rem;
}

.scroll-ml-52{
  scroll-margin-left: 13rem;
}

.scroll-ml-56{
  scroll-margin-left: 14rem;
}

.scroll-ml-6{
  scroll-margin-left: 1.5rem;
}

.scroll-ml-60{
  scroll-margin-left: 15rem;
}

.scroll-ml-64{
  scroll-margin-left: 16rem;
}

.scroll-ml-7{
  scroll-margin-left: 1.75rem;
}

.scroll-ml-72{
  scroll-margin-left: 18rem;
}

.scroll-ml-8{
  scroll-margin-left: 2rem;
}

.scroll-ml-80{
  scroll-margin-left: 20rem;
}

.scroll-ml-9{
  scroll-margin-left: 2.25rem;
}

.scroll-ml-96{
  scroll-margin-left: 24rem;
}

.scroll-ml-px{
  scroll-margin-left: 1px;
}

.scroll-mr-0{
  scroll-margin-right: 0px;
}

.scroll-mr-0\.5{
  scroll-margin-right: 0.125rem;
}

.scroll-mr-1{
  scroll-margin-right: 0.25rem;
}

.scroll-mr-1\.5{
  scroll-margin-right: 0.375rem;
}

.scroll-mr-10{
  scroll-margin-right: 2.5rem;
}

.scroll-mr-11{
  scroll-margin-right: 2.75rem;
}

.scroll-mr-12{
  scroll-margin-right: 3rem;
}

.scroll-mr-14{
  scroll-margin-right: 3.5rem;
}

.scroll-mr-16{
  scroll-margin-right: 4rem;
}

.scroll-mr-2{
  scroll-margin-right: 0.5rem;
}

.scroll-mr-2\.5{
  scroll-margin-right: 0.625rem;
}

.scroll-mr-20{
  scroll-margin-right: 5rem;
}

.scroll-mr-24{
  scroll-margin-right: 6rem;
}

.scroll-mr-28{
  scroll-margin-right: 7rem;
}

.scroll-mr-3{
  scroll-margin-right: 0.75rem;
}

.scroll-mr-3\.5{
  scroll-margin-right: 0.875rem;
}

.scroll-mr-32{
  scroll-margin-right: 8rem;
}

.scroll-mr-36{
  scroll-margin-right: 9rem;
}

.scroll-mr-4{
  scroll-margin-right: 1rem;
}

.scroll-mr-40{
  scroll-margin-right: 10rem;
}

.scroll-mr-44{
  scroll-margin-right: 11rem;
}

.scroll-mr-48{
  scroll-margin-right: 12rem;
}

.scroll-mr-5{
  scroll-margin-right: 1.25rem;
}

.scroll-mr-52{
  scroll-margin-right: 13rem;
}

.scroll-mr-56{
  scroll-margin-right: 14rem;
}

.scroll-mr-6{
  scroll-margin-right: 1.5rem;
}

.scroll-mr-60{
  scroll-margin-right: 15rem;
}

.scroll-mr-64{
  scroll-margin-right: 16rem;
}

.scroll-mr-7{
  scroll-margin-right: 1.75rem;
}

.scroll-mr-72{
  scroll-margin-right: 18rem;
}

.scroll-mr-8{
  scroll-margin-right: 2rem;
}

.scroll-mr-80{
  scroll-margin-right: 20rem;
}

.scroll-mr-9{
  scroll-margin-right: 2.25rem;
}

.scroll-mr-96{
  scroll-margin-right: 24rem;
}

.scroll-mr-px{
  scroll-margin-right: 1px;
}

.scroll-mt-0{
  scroll-margin-top: 0px;
}

.scroll-mt-0\.5{
  scroll-margin-top: 0.125rem;
}

.scroll-mt-1{
  scroll-margin-top: 0.25rem;
}

.scroll-mt-1\.5{
  scroll-margin-top: 0.375rem;
}

.scroll-mt-10{
  scroll-margin-top: 2.5rem;
}

.scroll-mt-11{
  scroll-margin-top: 2.75rem;
}

.scroll-mt-12{
  scroll-margin-top: 3rem;
}

.scroll-mt-14{
  scroll-margin-top: 3.5rem;
}

.scroll-mt-16{
  scroll-margin-top: 4rem;
}

.scroll-mt-2{
  scroll-margin-top: 0.5rem;
}

.scroll-mt-2\.5{
  scroll-margin-top: 0.625rem;
}

.scroll-mt-20{
  scroll-margin-top: 5rem;
}

.scroll-mt-24{
  scroll-margin-top: 6rem;
}

.scroll-mt-28{
  scroll-margin-top: 7rem;
}

.scroll-mt-3{
  scroll-margin-top: 0.75rem;
}

.scroll-mt-3\.5{
  scroll-margin-top: 0.875rem;
}

.scroll-mt-32{
  scroll-margin-top: 8rem;
}

.scroll-mt-36{
  scroll-margin-top: 9rem;
}

.scroll-mt-4{
  scroll-margin-top: 1rem;
}

.scroll-mt-40{
  scroll-margin-top: 10rem;
}

.scroll-mt-44{
  scroll-margin-top: 11rem;
}

.scroll-mt-48{
  scroll-margin-top: 12rem;
}

.scroll-mt-5{
  scroll-margin-top: 1.25rem;
}

.scroll-mt-52{
  scroll-margin-top: 13rem;
}

.scroll-mt-56{
  scroll-margin-top: 14rem;
}

.scroll-mt-6{
  scroll-margin-top: 1.5rem;
}

.scroll-mt-60{
  scroll-margin-top: 15rem;
}

.scroll-mt-64{
  scroll-margin-top: 16rem;
}

.scroll-mt-7{
  scroll-margin-top: 1.75rem;
}

.scroll-mt-72{
  scroll-margin-top: 18rem;
}

.scroll-mt-8{
  scroll-margin-top: 2rem;
}

.scroll-mt-80{
  scroll-margin-top: 20rem;
}

.scroll-mt-9{
  scroll-margin-top: 2.25rem;
}

.scroll-mt-96{
  scroll-margin-top: 24rem;
}

.scroll-mt-px{
  scroll-margin-top: 1px;
}

.scroll-p-0{
  scroll-padding: 0px;
}

.scroll-p-0\.5{
  scroll-padding: 0.125rem;
}

.scroll-p-1{
  scroll-padding: 0.25rem;
}

.scroll-p-1\.5{
  scroll-padding: 0.375rem;
}

.scroll-p-10{
  scroll-padding: 2.5rem;
}

.scroll-p-11{
  scroll-padding: 2.75rem;
}

.scroll-p-12{
  scroll-padding: 3rem;
}

.scroll-p-14{
  scroll-padding: 3.5rem;
}

.scroll-p-16{
  scroll-padding: 4rem;
}

.scroll-p-2{
  scroll-padding: 0.5rem;
}

.scroll-p-2\.5{
  scroll-padding: 0.625rem;
}

.scroll-p-20{
  scroll-padding: 5rem;
}

.scroll-p-24{
  scroll-padding: 6rem;
}

.scroll-p-28{
  scroll-padding: 7rem;
}

.scroll-p-3{
  scroll-padding: 0.75rem;
}

.scroll-p-3\.5{
  scroll-padding: 0.875rem;
}

.scroll-p-32{
  scroll-padding: 8rem;
}

.scroll-p-36{
  scroll-padding: 9rem;
}

.scroll-p-4{
  scroll-padding: 1rem;
}

.scroll-p-40{
  scroll-padding: 10rem;
}

.scroll-p-44{
  scroll-padding: 11rem;
}

.scroll-p-48{
  scroll-padding: 12rem;
}

.scroll-p-5{
  scroll-padding: 1.25rem;
}

.scroll-p-52{
  scroll-padding: 13rem;
}

.scroll-p-56{
  scroll-padding: 14rem;
}

.scroll-p-6{
  scroll-padding: 1.5rem;
}

.scroll-p-60{
  scroll-padding: 15rem;
}

.scroll-p-64{
  scroll-padding: 16rem;
}

.scroll-p-7{
  scroll-padding: 1.75rem;
}

.scroll-p-72{
  scroll-padding: 18rem;
}

.scroll-p-8{
  scroll-padding: 2rem;
}

.scroll-p-80{
  scroll-padding: 20rem;
}

.scroll-p-9{
  scroll-padding: 2.25rem;
}

.scroll-p-96{
  scroll-padding: 24rem;
}

.scroll-p-px{
  scroll-padding: 1px;
}

.scroll-px-0{
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5{
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1{
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5{
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10{
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}

.scroll-px-11{
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12{
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}

.scroll-px-14{
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16{
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2{
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5{
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20{
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24{
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28{
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3{
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}

.scroll-px-3\.5{
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32{
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36{
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4{
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-40{
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44{
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48{
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-5{
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.scroll-px-52{
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56{
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

.scroll-px-6{
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}

.scroll-px-60{
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64{
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-7{
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-72{
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}

.scroll-px-8{
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80{
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-9{
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-96{
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}

.scroll-px-px{
  scroll-padding-left: 1px;
  scroll-padding-right: 1px;
}

.scroll-py-0{
  scroll-padding-top: 0px;
  scroll-padding-bottom: 0px;
}

.scroll-py-0\.5{
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1{
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5{
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10{
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-py-11{
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12{
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-14{
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16{
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}

.scroll-py-2{
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

.scroll-py-2\.5{
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20{
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24{
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28{
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3{
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5{
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32{
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36{
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4{
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}

.scroll-py-40{
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44{
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48{
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5{
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52{
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56{
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

.scroll-py-6{
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.scroll-py-60{
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64{
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-7{
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

.scroll-py-72{
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}

.scroll-py-8{
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80{
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-9{
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-96{
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}

.scroll-py-px{
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}

.scroll-pb-0{
  scroll-padding-bottom: 0px;
}

.scroll-pb-0\.5{
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1{
  scroll-padding-bottom: 0.25rem;
}

.scroll-pb-1\.5{
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10{
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-11{
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12{
  scroll-padding-bottom: 3rem;
}

.scroll-pb-14{
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16{
  scroll-padding-bottom: 4rem;
}

.scroll-pb-2{
  scroll-padding-bottom: 0.5rem;
}

.scroll-pb-2\.5{
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20{
  scroll-padding-bottom: 5rem;
}

.scroll-pb-24{
  scroll-padding-bottom: 6rem;
}

.scroll-pb-28{
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3{
  scroll-padding-bottom: 0.75rem;
}

.scroll-pb-3\.5{
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32{
  scroll-padding-bottom: 8rem;
}

.scroll-pb-36{
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4{
  scroll-padding-bottom: 1rem;
}

.scroll-pb-40{
  scroll-padding-bottom: 10rem;
}

.scroll-pb-44{
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48{
  scroll-padding-bottom: 12rem;
}

.scroll-pb-5{
  scroll-padding-bottom: 1.25rem;
}

.scroll-pb-52{
  scroll-padding-bottom: 13rem;
}

.scroll-pb-56{
  scroll-padding-bottom: 14rem;
}

.scroll-pb-6{
  scroll-padding-bottom: 1.5rem;
}

.scroll-pb-60{
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64{
  scroll-padding-bottom: 16rem;
}

.scroll-pb-7{
  scroll-padding-bottom: 1.75rem;
}

.scroll-pb-72{
  scroll-padding-bottom: 18rem;
}

.scroll-pb-8{
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80{
  scroll-padding-bottom: 20rem;
}

.scroll-pb-9{
  scroll-padding-bottom: 2.25rem;
}

.scroll-pb-96{
  scroll-padding-bottom: 24rem;
}

.scroll-pb-px{
  scroll-padding-bottom: 1px;
}

.scroll-pl-0{
  scroll-padding-left: 0px;
}

.scroll-pl-0\.5{
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1{
  scroll-padding-left: 0.25rem;
}

.scroll-pl-1\.5{
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10{
  scroll-padding-left: 2.5rem;
}

.scroll-pl-11{
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12{
  scroll-padding-left: 3rem;
}

.scroll-pl-14{
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16{
  scroll-padding-left: 4rem;
}

.scroll-pl-2{
  scroll-padding-left: 0.5rem;
}

.scroll-pl-2\.5{
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20{
  scroll-padding-left: 5rem;
}

.scroll-pl-24{
  scroll-padding-left: 6rem;
}

.scroll-pl-28{
  scroll-padding-left: 7rem;
}

.scroll-pl-3{
  scroll-padding-left: 0.75rem;
}

.scroll-pl-3\.5{
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32{
  scroll-padding-left: 8rem;
}

.scroll-pl-36{
  scroll-padding-left: 9rem;
}

.scroll-pl-4{
  scroll-padding-left: 1rem;
}

.scroll-pl-40{
  scroll-padding-left: 10rem;
}

.scroll-pl-44{
  scroll-padding-left: 11rem;
}

.scroll-pl-48{
  scroll-padding-left: 12rem;
}

.scroll-pl-5{
  scroll-padding-left: 1.25rem;
}

.scroll-pl-52{
  scroll-padding-left: 13rem;
}

.scroll-pl-56{
  scroll-padding-left: 14rem;
}

.scroll-pl-6{
  scroll-padding-left: 1.5rem;
}

.scroll-pl-60{
  scroll-padding-left: 15rem;
}

.scroll-pl-64{
  scroll-padding-left: 16rem;
}

.scroll-pl-7{
  scroll-padding-left: 1.75rem;
}

.scroll-pl-72{
  scroll-padding-left: 18rem;
}

.scroll-pl-8{
  scroll-padding-left: 2rem;
}

.scroll-pl-80{
  scroll-padding-left: 20rem;
}

.scroll-pl-9{
  scroll-padding-left: 2.25rem;
}

.scroll-pl-96{
  scroll-padding-left: 24rem;
}

.scroll-pl-px{
  scroll-padding-left: 1px;
}

.scroll-pr-0{
  scroll-padding-right: 0px;
}

.scroll-pr-0\.5{
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1{
  scroll-padding-right: 0.25rem;
}

.scroll-pr-1\.5{
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10{
  scroll-padding-right: 2.5rem;
}

.scroll-pr-11{
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12{
  scroll-padding-right: 3rem;
}

.scroll-pr-14{
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16{
  scroll-padding-right: 4rem;
}

.scroll-pr-2{
  scroll-padding-right: 0.5rem;
}

.scroll-pr-2\.5{
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20{
  scroll-padding-right: 5rem;
}

.scroll-pr-24{
  scroll-padding-right: 6rem;
}

.scroll-pr-28{
  scroll-padding-right: 7rem;
}

.scroll-pr-3{
  scroll-padding-right: 0.75rem;
}

.scroll-pr-3\.5{
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32{
  scroll-padding-right: 8rem;
}

.scroll-pr-36{
  scroll-padding-right: 9rem;
}

.scroll-pr-4{
  scroll-padding-right: 1rem;
}

.scroll-pr-40{
  scroll-padding-right: 10rem;
}

.scroll-pr-44{
  scroll-padding-right: 11rem;
}

.scroll-pr-48{
  scroll-padding-right: 12rem;
}

.scroll-pr-5{
  scroll-padding-right: 1.25rem;
}

.scroll-pr-52{
  scroll-padding-right: 13rem;
}

.scroll-pr-56{
  scroll-padding-right: 14rem;
}

.scroll-pr-6{
  scroll-padding-right: 1.5rem;
}

.scroll-pr-60{
  scroll-padding-right: 15rem;
}

.scroll-pr-64{
  scroll-padding-right: 16rem;
}

.scroll-pr-7{
  scroll-padding-right: 1.75rem;
}

.scroll-pr-72{
  scroll-padding-right: 18rem;
}

.scroll-pr-8{
  scroll-padding-right: 2rem;
}

.scroll-pr-80{
  scroll-padding-right: 20rem;
}

.scroll-pr-9{
  scroll-padding-right: 2.25rem;
}

.scroll-pr-96{
  scroll-padding-right: 24rem;
}

.scroll-pr-px{
  scroll-padding-right: 1px;
}

.scroll-pt-0{
  scroll-padding-top: 0px;
}

.scroll-pt-0\.5{
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1{
  scroll-padding-top: 0.25rem;
}

.scroll-pt-1\.5{
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10{
  scroll-padding-top: 2.5rem;
}

.scroll-pt-11{
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12{
  scroll-padding-top: 3rem;
}

.scroll-pt-14{
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16{
  scroll-padding-top: 4rem;
}

.scroll-pt-2{
  scroll-padding-top: 0.5rem;
}

.scroll-pt-2\.5{
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20{
  scroll-padding-top: 5rem;
}

.scroll-pt-24{
  scroll-padding-top: 6rem;
}

.scroll-pt-28{
  scroll-padding-top: 7rem;
}

.scroll-pt-3{
  scroll-padding-top: 0.75rem;
}

.scroll-pt-3\.5{
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32{
  scroll-padding-top: 8rem;
}

.scroll-pt-36{
  scroll-padding-top: 9rem;
}

.scroll-pt-4{
  scroll-padding-top: 1rem;
}

.scroll-pt-40{
  scroll-padding-top: 10rem;
}

.scroll-pt-44{
  scroll-padding-top: 11rem;
}

.scroll-pt-48{
  scroll-padding-top: 12rem;
}

.scroll-pt-5{
  scroll-padding-top: 1.25rem;
}

.scroll-pt-52{
  scroll-padding-top: 13rem;
}

.scroll-pt-56{
  scroll-padding-top: 14rem;
}

.scroll-pt-6{
  scroll-padding-top: 1.5rem;
}

.scroll-pt-60{
  scroll-padding-top: 15rem;
}

.scroll-pt-64{
  scroll-padding-top: 16rem;
}

.scroll-pt-7{
  scroll-padding-top: 1.75rem;
}

.scroll-pt-72{
  scroll-padding-top: 18rem;
}

.scroll-pt-8{
  scroll-padding-top: 2rem;
}

.scroll-pt-80{
  scroll-padding-top: 20rem;
}

.scroll-pt-9{
  scroll-padding-top: 2.25rem;
}

.scroll-pt-96{
  scroll-padding-top: 24rem;
}

.scroll-pt-px{
  scroll-padding-top: 1px;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-20{
  gap: 5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-28{
  gap: 7rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-32{
  gap: 8rem;
}

.gap-36{
  gap: 9rem;
}

.gap-4{
  gap: 1rem;
}

.gap-40{
  gap: 10rem;
}

.gap-44{
  gap: 11rem;
}

.gap-48{
  gap: 12rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-52{
  gap: 13rem;
}

.gap-56{
  gap: 14rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-60{
  gap: 15rem;
}

.gap-64{
  gap: 16rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-72{
  gap: 18rem;
}

.gap-8{
  gap: 2rem;
}

.gap-80{
  gap: 20rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-96{
  gap: 24rem;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[17px\]{
  gap: 17px;
}

.gap-\[27px\]{
  gap: 27px;
}

.gap-px{
  gap: 1px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.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-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36{
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-52{
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-60{
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64{
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72{
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80{
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96{
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-1\.5{
  row-gap: 0.375rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-11{
  row-gap: 2.75rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.gap-y-28{
  row-gap: 7rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-32{
  row-gap: 8rem;
}

.gap-y-36{
  row-gap: 9rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-40{
  row-gap: 10rem;
}

.gap-y-44{
  row-gap: 11rem;
}

.gap-y-48{
  row-gap: 12rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-52{
  row-gap: 13rem;
}

.gap-y-56{
  row-gap: 14rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-60{
  row-gap: 15rem;
}

.gap-y-64{
  row-gap: 16rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-72{
  row-gap: 18rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-80{
  row-gap: 20rem;
}

.gap-y-9{
  row-gap: 2.25rem;
}

.gap-y-96{
  row-gap: 24rem;
}

.gap-y-px{
  row-gap: 1px;
}

.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-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));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-clip{
  text-overflow: clip;
}

.text-wrap{
  text-wrap: wrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.text-balance{
  text-wrap: balance;
}

.text-pretty{
  text-wrap: pretty;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0;
}

.border-\[0\.8px\]{
  border-width: 0.8px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#CCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(23 62 81 / var(--tw-border-opacity, 1));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(169 255 234 / var(--tw-border-opacity, 1));
}

.bg-\[\#4C4442\]{
  --tw-bg-opacity: 1;
  background-color: rgb(76 68 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFEFEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.bg-\[white\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-100\/0{
  background-color: rgb(254 243 199 / 0);
}

.bg-amber-100\/10{
  background-color: rgb(254 243 199 / 0.1);
}

.bg-amber-100\/100{
  background-color: rgb(254 243 199 / 1);
}

.bg-amber-100\/15{
  background-color: rgb(254 243 199 / 0.15);
}

.bg-amber-100\/20{
  background-color: rgb(254 243 199 / 0.2);
}

.bg-amber-100\/25{
  background-color: rgb(254 243 199 / 0.25);
}

.bg-amber-100\/30{
  background-color: rgb(254 243 199 / 0.3);
}

.bg-amber-100\/35{
  background-color: rgb(254 243 199 / 0.35);
}

.bg-amber-100\/40{
  background-color: rgb(254 243 199 / 0.4);
}

.bg-amber-100\/45{
  background-color: rgb(254 243 199 / 0.45);
}

.bg-amber-100\/5{
  background-color: rgb(254 243 199 / 0.05);
}

.bg-amber-100\/50{
  background-color: rgb(254 243 199 / 0.5);
}

.bg-amber-100\/55{
  background-color: rgb(254 243 199 / 0.55);
}

.bg-amber-100\/60{
  background-color: rgb(254 243 199 / 0.6);
}

.bg-amber-100\/65{
  background-color: rgb(254 243 199 / 0.65);
}

.bg-amber-100\/70{
  background-color: rgb(254 243 199 / 0.7);
}

.bg-amber-100\/75{
  background-color: rgb(254 243 199 / 0.75);
}

.bg-amber-100\/80{
  background-color: rgb(254 243 199 / 0.8);
}

.bg-amber-100\/85{
  background-color: rgb(254 243 199 / 0.85);
}

.bg-amber-100\/90{
  background-color: rgb(254 243 199 / 0.9);
}

.bg-amber-100\/95{
  background-color: rgb(254 243 199 / 0.95);
}

.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-200\/0{
  background-color: rgb(253 230 138 / 0);
}

.bg-amber-200\/10{
  background-color: rgb(253 230 138 / 0.1);
}

.bg-amber-200\/100{
  background-color: rgb(253 230 138 / 1);
}

.bg-amber-200\/15{
  background-color: rgb(253 230 138 / 0.15);
}

.bg-amber-200\/20{
  background-color: rgb(253 230 138 / 0.2);
}

.bg-amber-200\/25{
  background-color: rgb(253 230 138 / 0.25);
}

.bg-amber-200\/30{
  background-color: rgb(253 230 138 / 0.3);
}

.bg-amber-200\/35{
  background-color: rgb(253 230 138 / 0.35);
}

.bg-amber-200\/40{
  background-color: rgb(253 230 138 / 0.4);
}

.bg-amber-200\/45{
  background-color: rgb(253 230 138 / 0.45);
}

.bg-amber-200\/5{
  background-color: rgb(253 230 138 / 0.05);
}

.bg-amber-200\/50{
  background-color: rgb(253 230 138 / 0.5);
}

.bg-amber-200\/55{
  background-color: rgb(253 230 138 / 0.55);
}

.bg-amber-200\/60{
  background-color: rgb(253 230 138 / 0.6);
}

.bg-amber-200\/65{
  background-color: rgb(253 230 138 / 0.65);
}

.bg-amber-200\/70{
  background-color: rgb(253 230 138 / 0.7);
}

.bg-amber-200\/75{
  background-color: rgb(253 230 138 / 0.75);
}

.bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8);
}

.bg-amber-200\/85{
  background-color: rgb(253 230 138 / 0.85);
}

.bg-amber-200\/90{
  background-color: rgb(253 230 138 / 0.9);
}

.bg-amber-200\/95{
  background-color: rgb(253 230 138 / 0.95);
}

.bg-amber-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-amber-300\/0{
  background-color: rgb(252 211 77 / 0);
}

.bg-amber-300\/10{
  background-color: rgb(252 211 77 / 0.1);
}

.bg-amber-300\/100{
  background-color: rgb(252 211 77 / 1);
}

.bg-amber-300\/15{
  background-color: rgb(252 211 77 / 0.15);
}

.bg-amber-300\/20{
  background-color: rgb(252 211 77 / 0.2);
}

.bg-amber-300\/25{
  background-color: rgb(252 211 77 / 0.25);
}

.bg-amber-300\/30{
  background-color: rgb(252 211 77 / 0.3);
}

.bg-amber-300\/35{
  background-color: rgb(252 211 77 / 0.35);
}

.bg-amber-300\/40{
  background-color: rgb(252 211 77 / 0.4);
}

.bg-amber-300\/45{
  background-color: rgb(252 211 77 / 0.45);
}

.bg-amber-300\/5{
  background-color: rgb(252 211 77 / 0.05);
}

.bg-amber-300\/50{
  background-color: rgb(252 211 77 / 0.5);
}

.bg-amber-300\/55{
  background-color: rgb(252 211 77 / 0.55);
}

.bg-amber-300\/60{
  background-color: rgb(252 211 77 / 0.6);
}

.bg-amber-300\/65{
  background-color: rgb(252 211 77 / 0.65);
}

.bg-amber-300\/70{
  background-color: rgb(252 211 77 / 0.7);
}

.bg-amber-300\/75{
  background-color: rgb(252 211 77 / 0.75);
}

.bg-amber-300\/80{
  background-color: rgb(252 211 77 / 0.8);
}

.bg-amber-300\/85{
  background-color: rgb(252 211 77 / 0.85);
}

.bg-amber-300\/90{
  background-color: rgb(252 211 77 / 0.9);
}

.bg-amber-300\/95{
  background-color: rgb(252 211 77 / 0.95);
}

.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-400\/0{
  background-color: rgb(251 191 36 / 0);
}

.bg-amber-400\/10{
  background-color: rgb(251 191 36 / 0.1);
}

.bg-amber-400\/100{
  background-color: rgb(251 191 36 / 1);
}

.bg-amber-400\/15{
  background-color: rgb(251 191 36 / 0.15);
}

.bg-amber-400\/20{
  background-color: rgb(251 191 36 / 0.2);
}

.bg-amber-400\/25{
  background-color: rgb(251 191 36 / 0.25);
}

.bg-amber-400\/30{
  background-color: rgb(251 191 36 / 0.3);
}

.bg-amber-400\/35{
  background-color: rgb(251 191 36 / 0.35);
}

.bg-amber-400\/40{
  background-color: rgb(251 191 36 / 0.4);
}

.bg-amber-400\/45{
  background-color: rgb(251 191 36 / 0.45);
}

.bg-amber-400\/5{
  background-color: rgb(251 191 36 / 0.05);
}

.bg-amber-400\/50{
  background-color: rgb(251 191 36 / 0.5);
}

.bg-amber-400\/55{
  background-color: rgb(251 191 36 / 0.55);
}

.bg-amber-400\/60{
  background-color: rgb(251 191 36 / 0.6);
}

.bg-amber-400\/65{
  background-color: rgb(251 191 36 / 0.65);
}

.bg-amber-400\/70{
  background-color: rgb(251 191 36 / 0.7);
}

.bg-amber-400\/75{
  background-color: rgb(251 191 36 / 0.75);
}

.bg-amber-400\/80{
  background-color: rgb(251 191 36 / 0.8);
}

.bg-amber-400\/85{
  background-color: rgb(251 191 36 / 0.85);
}

.bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9);
}

.bg-amber-400\/95{
  background-color: rgb(251 191 36 / 0.95);
}

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-50\/0{
  background-color: rgb(255 251 235 / 0);
}

.bg-amber-50\/10{
  background-color: rgb(255 251 235 / 0.1);
}

.bg-amber-50\/100{
  background-color: rgb(255 251 235 / 1);
}

.bg-amber-50\/15{
  background-color: rgb(255 251 235 / 0.15);
}

.bg-amber-50\/20{
  background-color: rgb(255 251 235 / 0.2);
}

.bg-amber-50\/25{
  background-color: rgb(255 251 235 / 0.25);
}

.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}

.bg-amber-50\/35{
  background-color: rgb(255 251 235 / 0.35);
}

.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}

.bg-amber-50\/45{
  background-color: rgb(255 251 235 / 0.45);
}

.bg-amber-50\/5{
  background-color: rgb(255 251 235 / 0.05);
}

.bg-amber-50\/50{
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-50\/55{
  background-color: rgb(255 251 235 / 0.55);
}

.bg-amber-50\/60{
  background-color: rgb(255 251 235 / 0.6);
}

.bg-amber-50\/65{
  background-color: rgb(255 251 235 / 0.65);
}

.bg-amber-50\/70{
  background-color: rgb(255 251 235 / 0.7);
}

.bg-amber-50\/75{
  background-color: rgb(255 251 235 / 0.75);
}

.bg-amber-50\/80{
  background-color: rgb(255 251 235 / 0.8);
}

.bg-amber-50\/85{
  background-color: rgb(255 251 235 / 0.85);
}

.bg-amber-50\/90{
  background-color: rgb(255 251 235 / 0.9);
}

.bg-amber-50\/95{
  background-color: rgb(255 251 235 / 0.95);
}

.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/0{
  background-color: rgb(245 158 11 / 0);
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/100{
  background-color: rgb(245 158 11 / 1);
}

.bg-amber-500\/15{
  background-color: rgb(245 158 11 / 0.15);
}

.bg-amber-500\/20{
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25{
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30{
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/35{
  background-color: rgb(245 158 11 / 0.35);
}

.bg-amber-500\/40{
  background-color: rgb(245 158 11 / 0.4);
}

.bg-amber-500\/45{
  background-color: rgb(245 158 11 / 0.45);
}

.bg-amber-500\/5{
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-500\/50{
  background-color: rgb(245 158 11 / 0.5);
}

.bg-amber-500\/55{
  background-color: rgb(245 158 11 / 0.55);
}

.bg-amber-500\/60{
  background-color: rgb(245 158 11 / 0.6);
}

.bg-amber-500\/65{
  background-color: rgb(245 158 11 / 0.65);
}

.bg-amber-500\/70{
  background-color: rgb(245 158 11 / 0.7);
}

.bg-amber-500\/75{
  background-color: rgb(245 158 11 / 0.75);
}

.bg-amber-500\/80{
  background-color: rgb(245 158 11 / 0.8);
}

.bg-amber-500\/85{
  background-color: rgb(245 158 11 / 0.85);
}

.bg-amber-500\/90{
  background-color: rgb(245 158 11 / 0.9);
}

.bg-amber-500\/95{
  background-color: rgb(245 158 11 / 0.95);
}

.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-amber-600\/0{
  background-color: rgb(217 119 6 / 0);
}

.bg-amber-600\/10{
  background-color: rgb(217 119 6 / 0.1);
}

.bg-amber-600\/100{
  background-color: rgb(217 119 6 / 1);
}

.bg-amber-600\/15{
  background-color: rgb(217 119 6 / 0.15);
}

.bg-amber-600\/20{
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-600\/25{
  background-color: rgb(217 119 6 / 0.25);
}

.bg-amber-600\/30{
  background-color: rgb(217 119 6 / 0.3);
}

.bg-amber-600\/35{
  background-color: rgb(217 119 6 / 0.35);
}

.bg-amber-600\/40{
  background-color: rgb(217 119 6 / 0.4);
}

.bg-amber-600\/45{
  background-color: rgb(217 119 6 / 0.45);
}

.bg-amber-600\/5{
  background-color: rgb(217 119 6 / 0.05);
}

.bg-amber-600\/50{
  background-color: rgb(217 119 6 / 0.5);
}

.bg-amber-600\/55{
  background-color: rgb(217 119 6 / 0.55);
}

.bg-amber-600\/60{
  background-color: rgb(217 119 6 / 0.6);
}

.bg-amber-600\/65{
  background-color: rgb(217 119 6 / 0.65);
}

.bg-amber-600\/70{
  background-color: rgb(217 119 6 / 0.7);
}

.bg-amber-600\/75{
  background-color: rgb(217 119 6 / 0.75);
}

.bg-amber-600\/80{
  background-color: rgb(217 119 6 / 0.8);
}

.bg-amber-600\/85{
  background-color: rgb(217 119 6 / 0.85);
}

.bg-amber-600\/90{
  background-color: rgb(217 119 6 / 0.9);
}

.bg-amber-600\/95{
  background-color: rgb(217 119 6 / 0.95);
}

.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-amber-700\/0{
  background-color: rgb(180 83 9 / 0);
}

.bg-amber-700\/10{
  background-color: rgb(180 83 9 / 0.1);
}

.bg-amber-700\/100{
  background-color: rgb(180 83 9 / 1);
}

.bg-amber-700\/15{
  background-color: rgb(180 83 9 / 0.15);
}

.bg-amber-700\/20{
  background-color: rgb(180 83 9 / 0.2);
}

.bg-amber-700\/25{
  background-color: rgb(180 83 9 / 0.25);
}

.bg-amber-700\/30{
  background-color: rgb(180 83 9 / 0.3);
}

.bg-amber-700\/35{
  background-color: rgb(180 83 9 / 0.35);
}

.bg-amber-700\/40{
  background-color: rgb(180 83 9 / 0.4);
}

.bg-amber-700\/45{
  background-color: rgb(180 83 9 / 0.45);
}

.bg-amber-700\/5{
  background-color: rgb(180 83 9 / 0.05);
}

.bg-amber-700\/50{
  background-color: rgb(180 83 9 / 0.5);
}

.bg-amber-700\/55{
  background-color: rgb(180 83 9 / 0.55);
}

.bg-amber-700\/60{
  background-color: rgb(180 83 9 / 0.6);
}

.bg-amber-700\/65{
  background-color: rgb(180 83 9 / 0.65);
}

.bg-amber-700\/70{
  background-color: rgb(180 83 9 / 0.7);
}

.bg-amber-700\/75{
  background-color: rgb(180 83 9 / 0.75);
}

.bg-amber-700\/80{
  background-color: rgb(180 83 9 / 0.8);
}

.bg-amber-700\/85{
  background-color: rgb(180 83 9 / 0.85);
}

.bg-amber-700\/90{
  background-color: rgb(180 83 9 / 0.9);
}

.bg-amber-700\/95{
  background-color: rgb(180 83 9 / 0.95);
}

.bg-amber-800{
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.bg-amber-800\/0{
  background-color: rgb(146 64 14 / 0);
}

.bg-amber-800\/10{
  background-color: rgb(146 64 14 / 0.1);
}

.bg-amber-800\/100{
  background-color: rgb(146 64 14 / 1);
}

.bg-amber-800\/15{
  background-color: rgb(146 64 14 / 0.15);
}

.bg-amber-800\/20{
  background-color: rgb(146 64 14 / 0.2);
}

.bg-amber-800\/25{
  background-color: rgb(146 64 14 / 0.25);
}

.bg-amber-800\/30{
  background-color: rgb(146 64 14 / 0.3);
}

.bg-amber-800\/35{
  background-color: rgb(146 64 14 / 0.35);
}

.bg-amber-800\/40{
  background-color: rgb(146 64 14 / 0.4);
}

.bg-amber-800\/45{
  background-color: rgb(146 64 14 / 0.45);
}

.bg-amber-800\/5{
  background-color: rgb(146 64 14 / 0.05);
}

.bg-amber-800\/50{
  background-color: rgb(146 64 14 / 0.5);
}

.bg-amber-800\/55{
  background-color: rgb(146 64 14 / 0.55);
}

.bg-amber-800\/60{
  background-color: rgb(146 64 14 / 0.6);
}

.bg-amber-800\/65{
  background-color: rgb(146 64 14 / 0.65);
}

.bg-amber-800\/70{
  background-color: rgb(146 64 14 / 0.7);
}

.bg-amber-800\/75{
  background-color: rgb(146 64 14 / 0.75);
}

.bg-amber-800\/80{
  background-color: rgb(146 64 14 / 0.8);
}

.bg-amber-800\/85{
  background-color: rgb(146 64 14 / 0.85);
}

.bg-amber-800\/90{
  background-color: rgb(146 64 14 / 0.9);
}

.bg-amber-800\/95{
  background-color: rgb(146 64 14 / 0.95);
}

.bg-amber-900{
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.bg-amber-900\/0{
  background-color: rgb(120 53 15 / 0);
}

.bg-amber-900\/10{
  background-color: rgb(120 53 15 / 0.1);
}

.bg-amber-900\/100{
  background-color: rgb(120 53 15 / 1);
}

.bg-amber-900\/15{
  background-color: rgb(120 53 15 / 0.15);
}

.bg-amber-900\/20{
  background-color: rgb(120 53 15 / 0.2);
}

.bg-amber-900\/25{
  background-color: rgb(120 53 15 / 0.25);
}

.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/35{
  background-color: rgb(120 53 15 / 0.35);
}

.bg-amber-900\/40{
  background-color: rgb(120 53 15 / 0.4);
}

.bg-amber-900\/45{
  background-color: rgb(120 53 15 / 0.45);
}

.bg-amber-900\/5{
  background-color: rgb(120 53 15 / 0.05);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-900\/55{
  background-color: rgb(120 53 15 / 0.55);
}

.bg-amber-900\/60{
  background-color: rgb(120 53 15 / 0.6);
}

.bg-amber-900\/65{
  background-color: rgb(120 53 15 / 0.65);
}

.bg-amber-900\/70{
  background-color: rgb(120 53 15 / 0.7);
}

.bg-amber-900\/75{
  background-color: rgb(120 53 15 / 0.75);
}

.bg-amber-900\/80{
  background-color: rgb(120 53 15 / 0.8);
}

.bg-amber-900\/85{
  background-color: rgb(120 53 15 / 0.85);
}

.bg-amber-900\/90{
  background-color: rgb(120 53 15 / 0.9);
}

.bg-amber-900\/95{
  background-color: rgb(120 53 15 / 0.95);
}

.bg-amber-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.bg-amber-950\/0{
  background-color: rgb(69 26 3 / 0);
}

.bg-amber-950\/10{
  background-color: rgb(69 26 3 / 0.1);
}

.bg-amber-950\/100{
  background-color: rgb(69 26 3 / 1);
}

.bg-amber-950\/15{
  background-color: rgb(69 26 3 / 0.15);
}

.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}

.bg-amber-950\/30{
  background-color: rgb(69 26 3 / 0.3);
}

.bg-amber-950\/35{
  background-color: rgb(69 26 3 / 0.35);
}

.bg-amber-950\/40{
  background-color: rgb(69 26 3 / 0.4);
}

.bg-amber-950\/45{
  background-color: rgb(69 26 3 / 0.45);
}

.bg-amber-950\/5{
  background-color: rgb(69 26 3 / 0.05);
}

.bg-amber-950\/50{
  background-color: rgb(69 26 3 / 0.5);
}

.bg-amber-950\/55{
  background-color: rgb(69 26 3 / 0.55);
}

.bg-amber-950\/60{
  background-color: rgb(69 26 3 / 0.6);
}

.bg-amber-950\/65{
  background-color: rgb(69 26 3 / 0.65);
}

.bg-amber-950\/70{
  background-color: rgb(69 26 3 / 0.7);
}

.bg-amber-950\/75{
  background-color: rgb(69 26 3 / 0.75);
}

.bg-amber-950\/80{
  background-color: rgb(69 26 3 / 0.8);
}

.bg-amber-950\/85{
  background-color: rgb(69 26 3 / 0.85);
}

.bg-amber-950\/90{
  background-color: rgb(69 26 3 / 0.9);
}

.bg-amber-950\/95{
  background-color: rgb(69 26 3 / 0.95);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15{
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35{
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45{
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55{
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65{
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85{
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15{
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35{
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45{
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55{
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65{
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85{
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35{
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45{
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55{
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65{
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85{
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15{
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35{
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45{
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55{
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65{
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85{
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35{
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45{
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55{
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65{
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85{
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15{
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35{
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45{
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55{
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65{
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85{
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15{
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35{
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45{
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55{
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65{
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85{
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15{
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35{
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45{
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55{
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65{
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85{
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15{
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35{
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45{
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55{
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65{
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85{
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0);
}

.bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1);
}

.bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1);
}

.bg-blue-950\/15{
  background-color: rgb(23 37 84 / 0.15);
}

.bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2);
}

.bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25);
}

.bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3);
}

.bg-blue-950\/35{
  background-color: rgb(23 37 84 / 0.35);
}

.bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4);
}

.bg-blue-950\/45{
  background-color: rgb(23 37 84 / 0.45);
}

.bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05);
}

.bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5);
}

.bg-blue-950\/55{
  background-color: rgb(23 37 84 / 0.55);
}

.bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6);
}

.bg-blue-950\/65{
  background-color: rgb(23 37 84 / 0.65);
}

.bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7);
}

.bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75);
}

.bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8);
}

.bg-blue-950\/85{
  background-color: rgb(23 37 84 / 0.85);
}

.bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}

.bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95);
}

.bg-current{
  background-color: currentColor;
}

.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-100\/0{
  background-color: rgb(207 250 254 / 0);
}

.bg-cyan-100\/10{
  background-color: rgb(207 250 254 / 0.1);
}

.bg-cyan-100\/100{
  background-color: rgb(207 250 254 / 1);
}

.bg-cyan-100\/15{
  background-color: rgb(207 250 254 / 0.15);
}

.bg-cyan-100\/20{
  background-color: rgb(207 250 254 / 0.2);
}

.bg-cyan-100\/25{
  background-color: rgb(207 250 254 / 0.25);
}

.bg-cyan-100\/30{
  background-color: rgb(207 250 254 / 0.3);
}

.bg-cyan-100\/35{
  background-color: rgb(207 250 254 / 0.35);
}

.bg-cyan-100\/40{
  background-color: rgb(207 250 254 / 0.4);
}

.bg-cyan-100\/45{
  background-color: rgb(207 250 254 / 0.45);
}

.bg-cyan-100\/5{
  background-color: rgb(207 250 254 / 0.05);
}

.bg-cyan-100\/50{
  background-color: rgb(207 250 254 / 0.5);
}

.bg-cyan-100\/55{
  background-color: rgb(207 250 254 / 0.55);
}

.bg-cyan-100\/60{
  background-color: rgb(207 250 254 / 0.6);
}

.bg-cyan-100\/65{
  background-color: rgb(207 250 254 / 0.65);
}

.bg-cyan-100\/70{
  background-color: rgb(207 250 254 / 0.7);
}

.bg-cyan-100\/75{
  background-color: rgb(207 250 254 / 0.75);
}

.bg-cyan-100\/80{
  background-color: rgb(207 250 254 / 0.8);
}

.bg-cyan-100\/85{
  background-color: rgb(207 250 254 / 0.85);
}

.bg-cyan-100\/90{
  background-color: rgb(207 250 254 / 0.9);
}

.bg-cyan-100\/95{
  background-color: rgb(207 250 254 / 0.95);
}

.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.bg-cyan-200\/0{
  background-color: rgb(165 243 252 / 0);
}

.bg-cyan-200\/10{
  background-color: rgb(165 243 252 / 0.1);
}

.bg-cyan-200\/100{
  background-color: rgb(165 243 252 / 1);
}

.bg-cyan-200\/15{
  background-color: rgb(165 243 252 / 0.15);
}

.bg-cyan-200\/20{
  background-color: rgb(165 243 252 / 0.2);
}

.bg-cyan-200\/25{
  background-color: rgb(165 243 252 / 0.25);
}

.bg-cyan-200\/30{
  background-color: rgb(165 243 252 / 0.3);
}

.bg-cyan-200\/35{
  background-color: rgb(165 243 252 / 0.35);
}

.bg-cyan-200\/40{
  background-color: rgb(165 243 252 / 0.4);
}

.bg-cyan-200\/45{
  background-color: rgb(165 243 252 / 0.45);
}

.bg-cyan-200\/5{
  background-color: rgb(165 243 252 / 0.05);
}

.bg-cyan-200\/50{
  background-color: rgb(165 243 252 / 0.5);
}

.bg-cyan-200\/55{
  background-color: rgb(165 243 252 / 0.55);
}

.bg-cyan-200\/60{
  background-color: rgb(165 243 252 / 0.6);
}

.bg-cyan-200\/65{
  background-color: rgb(165 243 252 / 0.65);
}

.bg-cyan-200\/70{
  background-color: rgb(165 243 252 / 0.7);
}

.bg-cyan-200\/75{
  background-color: rgb(165 243 252 / 0.75);
}

.bg-cyan-200\/80{
  background-color: rgb(165 243 252 / 0.8);
}

.bg-cyan-200\/85{
  background-color: rgb(165 243 252 / 0.85);
}

.bg-cyan-200\/90{
  background-color: rgb(165 243 252 / 0.9);
}

.bg-cyan-200\/95{
  background-color: rgb(165 243 252 / 0.95);
}

.bg-cyan-300{
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.bg-cyan-300\/0{
  background-color: rgb(103 232 249 / 0);
}

.bg-cyan-300\/10{
  background-color: rgb(103 232 249 / 0.1);
}

.bg-cyan-300\/100{
  background-color: rgb(103 232 249 / 1);
}

.bg-cyan-300\/15{
  background-color: rgb(103 232 249 / 0.15);
}

.bg-cyan-300\/20{
  background-color: rgb(103 232 249 / 0.2);
}

.bg-cyan-300\/25{
  background-color: rgb(103 232 249 / 0.25);
}

.bg-cyan-300\/30{
  background-color: rgb(103 232 249 / 0.3);
}

.bg-cyan-300\/35{
  background-color: rgb(103 232 249 / 0.35);
}

.bg-cyan-300\/40{
  background-color: rgb(103 232 249 / 0.4);
}

.bg-cyan-300\/45{
  background-color: rgb(103 232 249 / 0.45);
}

.bg-cyan-300\/5{
  background-color: rgb(103 232 249 / 0.05);
}

.bg-cyan-300\/50{
  background-color: rgb(103 232 249 / 0.5);
}

.bg-cyan-300\/55{
  background-color: rgb(103 232 249 / 0.55);
}

.bg-cyan-300\/60{
  background-color: rgb(103 232 249 / 0.6);
}

.bg-cyan-300\/65{
  background-color: rgb(103 232 249 / 0.65);
}

.bg-cyan-300\/70{
  background-color: rgb(103 232 249 / 0.7);
}

.bg-cyan-300\/75{
  background-color: rgb(103 232 249 / 0.75);
}

.bg-cyan-300\/80{
  background-color: rgb(103 232 249 / 0.8);
}

.bg-cyan-300\/85{
  background-color: rgb(103 232 249 / 0.85);
}

.bg-cyan-300\/90{
  background-color: rgb(103 232 249 / 0.9);
}

.bg-cyan-300\/95{
  background-color: rgb(103 232 249 / 0.95);
}

.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400\/0{
  background-color: rgb(34 211 238 / 0);
}

.bg-cyan-400\/10{
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-400\/100{
  background-color: rgb(34 211 238 / 1);
}

.bg-cyan-400\/15{
  background-color: rgb(34 211 238 / 0.15);
}

.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}

.bg-cyan-400\/25{
  background-color: rgb(34 211 238 / 0.25);
}

.bg-cyan-400\/30{
  background-color: rgb(34 211 238 / 0.3);
}

.bg-cyan-400\/35{
  background-color: rgb(34 211 238 / 0.35);
}

.bg-cyan-400\/40{
  background-color: rgb(34 211 238 / 0.4);
}

.bg-cyan-400\/45{
  background-color: rgb(34 211 238 / 0.45);
}

.bg-cyan-400\/5{
  background-color: rgb(34 211 238 / 0.05);
}

.bg-cyan-400\/50{
  background-color: rgb(34 211 238 / 0.5);
}

.bg-cyan-400\/55{
  background-color: rgb(34 211 238 / 0.55);
}

.bg-cyan-400\/60{
  background-color: rgb(34 211 238 / 0.6);
}

.bg-cyan-400\/65{
  background-color: rgb(34 211 238 / 0.65);
}

.bg-cyan-400\/70{
  background-color: rgb(34 211 238 / 0.7);
}

.bg-cyan-400\/75{
  background-color: rgb(34 211 238 / 0.75);
}

.bg-cyan-400\/80{
  background-color: rgb(34 211 238 / 0.8);
}

.bg-cyan-400\/85{
  background-color: rgb(34 211 238 / 0.85);
}

.bg-cyan-400\/90{
  background-color: rgb(34 211 238 / 0.9);
}

.bg-cyan-400\/95{
  background-color: rgb(34 211 238 / 0.95);
}

.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50\/0{
  background-color: rgb(236 254 255 / 0);
}

.bg-cyan-50\/10{
  background-color: rgb(236 254 255 / 0.1);
}

.bg-cyan-50\/100{
  background-color: rgb(236 254 255 / 1);
}

.bg-cyan-50\/15{
  background-color: rgb(236 254 255 / 0.15);
}

.bg-cyan-50\/20{
  background-color: rgb(236 254 255 / 0.2);
}

.bg-cyan-50\/25{
  background-color: rgb(236 254 255 / 0.25);
}

.bg-cyan-50\/30{
  background-color: rgb(236 254 255 / 0.3);
}

.bg-cyan-50\/35{
  background-color: rgb(236 254 255 / 0.35);
}

.bg-cyan-50\/40{
  background-color: rgb(236 254 255 / 0.4);
}

.bg-cyan-50\/45{
  background-color: rgb(236 254 255 / 0.45);
}

.bg-cyan-50\/5{
  background-color: rgb(236 254 255 / 0.05);
}

.bg-cyan-50\/50{
  background-color: rgb(236 254 255 / 0.5);
}

.bg-cyan-50\/55{
  background-color: rgb(236 254 255 / 0.55);
}

.bg-cyan-50\/60{
  background-color: rgb(236 254 255 / 0.6);
}

.bg-cyan-50\/65{
  background-color: rgb(236 254 255 / 0.65);
}

.bg-cyan-50\/70{
  background-color: rgb(236 254 255 / 0.7);
}

.bg-cyan-50\/75{
  background-color: rgb(236 254 255 / 0.75);
}

.bg-cyan-50\/80{
  background-color: rgb(236 254 255 / 0.8);
}

.bg-cyan-50\/85{
  background-color: rgb(236 254 255 / 0.85);
}

.bg-cyan-50\/90{
  background-color: rgb(236 254 255 / 0.9);
}

.bg-cyan-50\/95{
  background-color: rgb(236 254 255 / 0.95);
}

.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/0{
  background-color: rgb(6 182 212 / 0);
}

.bg-cyan-500\/10{
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/100{
  background-color: rgb(6 182 212 / 1);
}

.bg-cyan-500\/15{
  background-color: rgb(6 182 212 / 0.15);
}

.bg-cyan-500\/20{
  background-color: rgb(6 182 212 / 0.2);
}

.bg-cyan-500\/25{
  background-color: rgb(6 182 212 / 0.25);
}

.bg-cyan-500\/30{
  background-color: rgb(6 182 212 / 0.3);
}

.bg-cyan-500\/35{
  background-color: rgb(6 182 212 / 0.35);
}

.bg-cyan-500\/40{
  background-color: rgb(6 182 212 / 0.4);
}

.bg-cyan-500\/45{
  background-color: rgb(6 182 212 / 0.45);
}

.bg-cyan-500\/5{
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-500\/50{
  background-color: rgb(6 182 212 / 0.5);
}

.bg-cyan-500\/55{
  background-color: rgb(6 182 212 / 0.55);
}

.bg-cyan-500\/60{
  background-color: rgb(6 182 212 / 0.6);
}

.bg-cyan-500\/65{
  background-color: rgb(6 182 212 / 0.65);
}

.bg-cyan-500\/70{
  background-color: rgb(6 182 212 / 0.7);
}

.bg-cyan-500\/75{
  background-color: rgb(6 182 212 / 0.75);
}

.bg-cyan-500\/80{
  background-color: rgb(6 182 212 / 0.8);
}

.bg-cyan-500\/85{
  background-color: rgb(6 182 212 / 0.85);
}

.bg-cyan-500\/90{
  background-color: rgb(6 182 212 / 0.9);
}

.bg-cyan-500\/95{
  background-color: rgb(6 182 212 / 0.95);
}

.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-cyan-600\/0{
  background-color: rgb(8 145 178 / 0);
}

.bg-cyan-600\/10{
  background-color: rgb(8 145 178 / 0.1);
}

.bg-cyan-600\/100{
  background-color: rgb(8 145 178 / 1);
}

.bg-cyan-600\/15{
  background-color: rgb(8 145 178 / 0.15);
}

.bg-cyan-600\/20{
  background-color: rgb(8 145 178 / 0.2);
}

.bg-cyan-600\/25{
  background-color: rgb(8 145 178 / 0.25);
}

.bg-cyan-600\/30{
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-600\/35{
  background-color: rgb(8 145 178 / 0.35);
}

.bg-cyan-600\/40{
  background-color: rgb(8 145 178 / 0.4);
}

.bg-cyan-600\/45{
  background-color: rgb(8 145 178 / 0.45);
}

.bg-cyan-600\/5{
  background-color: rgb(8 145 178 / 0.05);
}

.bg-cyan-600\/50{
  background-color: rgb(8 145 178 / 0.5);
}

.bg-cyan-600\/55{
  background-color: rgb(8 145 178 / 0.55);
}

.bg-cyan-600\/60{
  background-color: rgb(8 145 178 / 0.6);
}

.bg-cyan-600\/65{
  background-color: rgb(8 145 178 / 0.65);
}

.bg-cyan-600\/70{
  background-color: rgb(8 145 178 / 0.7);
}

.bg-cyan-600\/75{
  background-color: rgb(8 145 178 / 0.75);
}

.bg-cyan-600\/80{
  background-color: rgb(8 145 178 / 0.8);
}

.bg-cyan-600\/85{
  background-color: rgb(8 145 178 / 0.85);
}

.bg-cyan-600\/90{
  background-color: rgb(8 145 178 / 0.9);
}

.bg-cyan-600\/95{
  background-color: rgb(8 145 178 / 0.95);
}

.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.bg-cyan-700\/0{
  background-color: rgb(14 116 144 / 0);
}

.bg-cyan-700\/10{
  background-color: rgb(14 116 144 / 0.1);
}

.bg-cyan-700\/100{
  background-color: rgb(14 116 144 / 1);
}

.bg-cyan-700\/15{
  background-color: rgb(14 116 144 / 0.15);
}

.bg-cyan-700\/20{
  background-color: rgb(14 116 144 / 0.2);
}

.bg-cyan-700\/25{
  background-color: rgb(14 116 144 / 0.25);
}

.bg-cyan-700\/30{
  background-color: rgb(14 116 144 / 0.3);
}

.bg-cyan-700\/35{
  background-color: rgb(14 116 144 / 0.35);
}

.bg-cyan-700\/40{
  background-color: rgb(14 116 144 / 0.4);
}

.bg-cyan-700\/45{
  background-color: rgb(14 116 144 / 0.45);
}

.bg-cyan-700\/5{
  background-color: rgb(14 116 144 / 0.05);
}

.bg-cyan-700\/50{
  background-color: rgb(14 116 144 / 0.5);
}

.bg-cyan-700\/55{
  background-color: rgb(14 116 144 / 0.55);
}

.bg-cyan-700\/60{
  background-color: rgb(14 116 144 / 0.6);
}

.bg-cyan-700\/65{
  background-color: rgb(14 116 144 / 0.65);
}

.bg-cyan-700\/70{
  background-color: rgb(14 116 144 / 0.7);
}

.bg-cyan-700\/75{
  background-color: rgb(14 116 144 / 0.75);
}

.bg-cyan-700\/80{
  background-color: rgb(14 116 144 / 0.8);
}

.bg-cyan-700\/85{
  background-color: rgb(14 116 144 / 0.85);
}

.bg-cyan-700\/90{
  background-color: rgb(14 116 144 / 0.9);
}

.bg-cyan-700\/95{
  background-color: rgb(14 116 144 / 0.95);
}

.bg-cyan-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.bg-cyan-800\/0{
  background-color: rgb(21 94 117 / 0);
}

.bg-cyan-800\/10{
  background-color: rgb(21 94 117 / 0.1);
}

.bg-cyan-800\/100{
  background-color: rgb(21 94 117 / 1);
}

.bg-cyan-800\/15{
  background-color: rgb(21 94 117 / 0.15);
}

.bg-cyan-800\/20{
  background-color: rgb(21 94 117 / 0.2);
}

.bg-cyan-800\/25{
  background-color: rgb(21 94 117 / 0.25);
}

.bg-cyan-800\/30{
  background-color: rgb(21 94 117 / 0.3);
}

.bg-cyan-800\/35{
  background-color: rgb(21 94 117 / 0.35);
}

.bg-cyan-800\/40{
  background-color: rgb(21 94 117 / 0.4);
}

.bg-cyan-800\/45{
  background-color: rgb(21 94 117 / 0.45);
}

.bg-cyan-800\/5{
  background-color: rgb(21 94 117 / 0.05);
}

.bg-cyan-800\/50{
  background-color: rgb(21 94 117 / 0.5);
}

.bg-cyan-800\/55{
  background-color: rgb(21 94 117 / 0.55);
}

.bg-cyan-800\/60{
  background-color: rgb(21 94 117 / 0.6);
}

.bg-cyan-800\/65{
  background-color: rgb(21 94 117 / 0.65);
}

.bg-cyan-800\/70{
  background-color: rgb(21 94 117 / 0.7);
}

.bg-cyan-800\/75{
  background-color: rgb(21 94 117 / 0.75);
}

.bg-cyan-800\/80{
  background-color: rgb(21 94 117 / 0.8);
}

.bg-cyan-800\/85{
  background-color: rgb(21 94 117 / 0.85);
}

.bg-cyan-800\/90{
  background-color: rgb(21 94 117 / 0.9);
}

.bg-cyan-800\/95{
  background-color: rgb(21 94 117 / 0.95);
}

.bg-cyan-900{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.bg-cyan-900\/0{
  background-color: rgb(22 78 99 / 0);
}

.bg-cyan-900\/10{
  background-color: rgb(22 78 99 / 0.1);
}

.bg-cyan-900\/100{
  background-color: rgb(22 78 99 / 1);
}

.bg-cyan-900\/15{
  background-color: rgb(22 78 99 / 0.15);
}

.bg-cyan-900\/20{
  background-color: rgb(22 78 99 / 0.2);
}

.bg-cyan-900\/25{
  background-color: rgb(22 78 99 / 0.25);
}

.bg-cyan-900\/30{
  background-color: rgb(22 78 99 / 0.3);
}

.bg-cyan-900\/35{
  background-color: rgb(22 78 99 / 0.35);
}

.bg-cyan-900\/40{
  background-color: rgb(22 78 99 / 0.4);
}

.bg-cyan-900\/45{
  background-color: rgb(22 78 99 / 0.45);
}

.bg-cyan-900\/5{
  background-color: rgb(22 78 99 / 0.05);
}

.bg-cyan-900\/50{
  background-color: rgb(22 78 99 / 0.5);
}

.bg-cyan-900\/55{
  background-color: rgb(22 78 99 / 0.55);
}

.bg-cyan-900\/60{
  background-color: rgb(22 78 99 / 0.6);
}

.bg-cyan-900\/65{
  background-color: rgb(22 78 99 / 0.65);
}

.bg-cyan-900\/70{
  background-color: rgb(22 78 99 / 0.7);
}

.bg-cyan-900\/75{
  background-color: rgb(22 78 99 / 0.75);
}

.bg-cyan-900\/80{
  background-color: rgb(22 78 99 / 0.8);
}

.bg-cyan-900\/85{
  background-color: rgb(22 78 99 / 0.85);
}

.bg-cyan-900\/90{
  background-color: rgb(22 78 99 / 0.9);
}

.bg-cyan-900\/95{
  background-color: rgb(22 78 99 / 0.95);
}

.bg-cyan-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.bg-cyan-950\/0{
  background-color: rgb(8 51 68 / 0);
}

.bg-cyan-950\/10{
  background-color: rgb(8 51 68 / 0.1);
}

.bg-cyan-950\/100{
  background-color: rgb(8 51 68 / 1);
}

.bg-cyan-950\/15{
  background-color: rgb(8 51 68 / 0.15);
}

.bg-cyan-950\/20{
  background-color: rgb(8 51 68 / 0.2);
}

.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25);
}

.bg-cyan-950\/30{
  background-color: rgb(8 51 68 / 0.3);
}

.bg-cyan-950\/35{
  background-color: rgb(8 51 68 / 0.35);
}

.bg-cyan-950\/40{
  background-color: rgb(8 51 68 / 0.4);
}

.bg-cyan-950\/45{
  background-color: rgb(8 51 68 / 0.45);
}

.bg-cyan-950\/5{
  background-color: rgb(8 51 68 / 0.05);
}

.bg-cyan-950\/50{
  background-color: rgb(8 51 68 / 0.5);
}

.bg-cyan-950\/55{
  background-color: rgb(8 51 68 / 0.55);
}

.bg-cyan-950\/60{
  background-color: rgb(8 51 68 / 0.6);
}

.bg-cyan-950\/65{
  background-color: rgb(8 51 68 / 0.65);
}

.bg-cyan-950\/70{
  background-color: rgb(8 51 68 / 0.7);
}

.bg-cyan-950\/75{
  background-color: rgb(8 51 68 / 0.75);
}

.bg-cyan-950\/80{
  background-color: rgb(8 51 68 / 0.8);
}

.bg-cyan-950\/85{
  background-color: rgb(8 51 68 / 0.85);
}

.bg-cyan-950\/90{
  background-color: rgb(8 51 68 / 0.9);
}

.bg-cyan-950\/95{
  background-color: rgb(8 51 68 / 0.95);
}

.bg-darkGreen{
  --tw-bg-opacity: 1;
  background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
}

.bg-darkGreen\/0{
  background-color: rgb(113 229 201 / 0);
}

.bg-darkGreen\/10{
  background-color: rgb(113 229 201 / 0.1);
}

.bg-darkGreen\/100{
  background-color: rgb(113 229 201 / 1);
}

.bg-darkGreen\/15{
  background-color: rgb(113 229 201 / 0.15);
}

.bg-darkGreen\/20{
  background-color: rgb(113 229 201 / 0.2);
}

.bg-darkGreen\/25{
  background-color: rgb(113 229 201 / 0.25);
}

.bg-darkGreen\/30{
  background-color: rgb(113 229 201 / 0.3);
}

.bg-darkGreen\/35{
  background-color: rgb(113 229 201 / 0.35);
}

.bg-darkGreen\/40{
  background-color: rgb(113 229 201 / 0.4);
}

.bg-darkGreen\/45{
  background-color: rgb(113 229 201 / 0.45);
}

.bg-darkGreen\/5{
  background-color: rgb(113 229 201 / 0.05);
}

.bg-darkGreen\/50{
  background-color: rgb(113 229 201 / 0.5);
}

.bg-darkGreen\/55{
  background-color: rgb(113 229 201 / 0.55);
}

.bg-darkGreen\/60{
  background-color: rgb(113 229 201 / 0.6);
}

.bg-darkGreen\/65{
  background-color: rgb(113 229 201 / 0.65);
}

.bg-darkGreen\/70{
  background-color: rgb(113 229 201 / 0.7);
}

.bg-darkGreen\/75{
  background-color: rgb(113 229 201 / 0.75);
}

.bg-darkGreen\/80{
  background-color: rgb(113 229 201 / 0.8);
}

.bg-darkGreen\/85{
  background-color: rgb(113 229 201 / 0.85);
}

.bg-darkGreen\/90{
  background-color: rgb(113 229 201 / 0.9);
}

.bg-darkGreen\/95{
  background-color: rgb(113 229 201 / 0.95);
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-100\/0{
  background-color: rgb(209 250 229 / 0);
}

.bg-emerald-100\/10{
  background-color: rgb(209 250 229 / 0.1);
}

.bg-emerald-100\/100{
  background-color: rgb(209 250 229 / 1);
}

.bg-emerald-100\/15{
  background-color: rgb(209 250 229 / 0.15);
}

.bg-emerald-100\/20{
  background-color: rgb(209 250 229 / 0.2);
}

.bg-emerald-100\/25{
  background-color: rgb(209 250 229 / 0.25);
}

.bg-emerald-100\/30{
  background-color: rgb(209 250 229 / 0.3);
}

.bg-emerald-100\/35{
  background-color: rgb(209 250 229 / 0.35);
}

.bg-emerald-100\/40{
  background-color: rgb(209 250 229 / 0.4);
}

.bg-emerald-100\/45{
  background-color: rgb(209 250 229 / 0.45);
}

.bg-emerald-100\/5{
  background-color: rgb(209 250 229 / 0.05);
}

.bg-emerald-100\/50{
  background-color: rgb(209 250 229 / 0.5);
}

.bg-emerald-100\/55{
  background-color: rgb(209 250 229 / 0.55);
}

.bg-emerald-100\/60{
  background-color: rgb(209 250 229 / 0.6);
}

.bg-emerald-100\/65{
  background-color: rgb(209 250 229 / 0.65);
}

.bg-emerald-100\/70{
  background-color: rgb(209 250 229 / 0.7);
}

.bg-emerald-100\/75{
  background-color: rgb(209 250 229 / 0.75);
}

.bg-emerald-100\/80{
  background-color: rgb(209 250 229 / 0.8);
}

.bg-emerald-100\/85{
  background-color: rgb(209 250 229 / 0.85);
}

.bg-emerald-100\/90{
  background-color: rgb(209 250 229 / 0.9);
}

.bg-emerald-100\/95{
  background-color: rgb(209 250 229 / 0.95);
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-200\/0{
  background-color: rgb(167 243 208 / 0);
}

.bg-emerald-200\/10{
  background-color: rgb(167 243 208 / 0.1);
}

.bg-emerald-200\/100{
  background-color: rgb(167 243 208 / 1);
}

.bg-emerald-200\/15{
  background-color: rgb(167 243 208 / 0.15);
}

.bg-emerald-200\/20{
  background-color: rgb(167 243 208 / 0.2);
}

.bg-emerald-200\/25{
  background-color: rgb(167 243 208 / 0.25);
}

.bg-emerald-200\/30{
  background-color: rgb(167 243 208 / 0.3);
}

.bg-emerald-200\/35{
  background-color: rgb(167 243 208 / 0.35);
}

.bg-emerald-200\/40{
  background-color: rgb(167 243 208 / 0.4);
}

.bg-emerald-200\/45{
  background-color: rgb(167 243 208 / 0.45);
}

.bg-emerald-200\/5{
  background-color: rgb(167 243 208 / 0.05);
}

.bg-emerald-200\/50{
  background-color: rgb(167 243 208 / 0.5);
}

.bg-emerald-200\/55{
  background-color: rgb(167 243 208 / 0.55);
}

.bg-emerald-200\/60{
  background-color: rgb(167 243 208 / 0.6);
}

.bg-emerald-200\/65{
  background-color: rgb(167 243 208 / 0.65);
}

.bg-emerald-200\/70{
  background-color: rgb(167 243 208 / 0.7);
}

.bg-emerald-200\/75{
  background-color: rgb(167 243 208 / 0.75);
}

.bg-emerald-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}

.bg-emerald-200\/85{
  background-color: rgb(167 243 208 / 0.85);
}

.bg-emerald-200\/90{
  background-color: rgb(167 243 208 / 0.9);
}

.bg-emerald-200\/95{
  background-color: rgb(167 243 208 / 0.95);
}

.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.bg-emerald-300\/0{
  background-color: rgb(110 231 183 / 0);
}

.bg-emerald-300\/10{
  background-color: rgb(110 231 183 / 0.1);
}

.bg-emerald-300\/100{
  background-color: rgb(110 231 183 / 1);
}

.bg-emerald-300\/15{
  background-color: rgb(110 231 183 / 0.15);
}

.bg-emerald-300\/20{
  background-color: rgb(110 231 183 / 0.2);
}

.bg-emerald-300\/25{
  background-color: rgb(110 231 183 / 0.25);
}

.bg-emerald-300\/30{
  background-color: rgb(110 231 183 / 0.3);
}

.bg-emerald-300\/35{
  background-color: rgb(110 231 183 / 0.35);
}

.bg-emerald-300\/40{
  background-color: rgb(110 231 183 / 0.4);
}

.bg-emerald-300\/45{
  background-color: rgb(110 231 183 / 0.45);
}

.bg-emerald-300\/5{
  background-color: rgb(110 231 183 / 0.05);
}

.bg-emerald-300\/50{
  background-color: rgb(110 231 183 / 0.5);
}

.bg-emerald-300\/55{
  background-color: rgb(110 231 183 / 0.55);
}

.bg-emerald-300\/60{
  background-color: rgb(110 231 183 / 0.6);
}

.bg-emerald-300\/65{
  background-color: rgb(110 231 183 / 0.65);
}

.bg-emerald-300\/70{
  background-color: rgb(110 231 183 / 0.7);
}

.bg-emerald-300\/75{
  background-color: rgb(110 231 183 / 0.75);
}

.bg-emerald-300\/80{
  background-color: rgb(110 231 183 / 0.8);
}

.bg-emerald-300\/85{
  background-color: rgb(110 231 183 / 0.85);
}

.bg-emerald-300\/90{
  background-color: rgb(110 231 183 / 0.9);
}

.bg-emerald-300\/95{
  background-color: rgb(110 231 183 / 0.95);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400\/0{
  background-color: rgb(52 211 153 / 0);
}

.bg-emerald-400\/10{
  background-color: rgb(52 211 153 / 0.1);
}

.bg-emerald-400\/100{
  background-color: rgb(52 211 153 / 1);
}

.bg-emerald-400\/15{
  background-color: rgb(52 211 153 / 0.15);
}

.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}

.bg-emerald-400\/25{
  background-color: rgb(52 211 153 / 0.25);
}

.bg-emerald-400\/30{
  background-color: rgb(52 211 153 / 0.3);
}

.bg-emerald-400\/35{
  background-color: rgb(52 211 153 / 0.35);
}

.bg-emerald-400\/40{
  background-color: rgb(52 211 153 / 0.4);
}

.bg-emerald-400\/45{
  background-color: rgb(52 211 153 / 0.45);
}

.bg-emerald-400\/5{
  background-color: rgb(52 211 153 / 0.05);
}

.bg-emerald-400\/50{
  background-color: rgb(52 211 153 / 0.5);
}

.bg-emerald-400\/55{
  background-color: rgb(52 211 153 / 0.55);
}

.bg-emerald-400\/60{
  background-color: rgb(52 211 153 / 0.6);
}

.bg-emerald-400\/65{
  background-color: rgb(52 211 153 / 0.65);
}

.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}

.bg-emerald-400\/75{
  background-color: rgb(52 211 153 / 0.75);
}

.bg-emerald-400\/80{
  background-color: rgb(52 211 153 / 0.8);
}

.bg-emerald-400\/85{
  background-color: rgb(52 211 153 / 0.85);
}

.bg-emerald-400\/90{
  background-color: rgb(52 211 153 / 0.9);
}

.bg-emerald-400\/95{
  background-color: rgb(52 211 153 / 0.95);
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50\/0{
  background-color: rgb(236 253 245 / 0);
}

.bg-emerald-50\/10{
  background-color: rgb(236 253 245 / 0.1);
}

.bg-emerald-50\/100{
  background-color: rgb(236 253 245 / 1);
}

.bg-emerald-50\/15{
  background-color: rgb(236 253 245 / 0.15);
}

.bg-emerald-50\/20{
  background-color: rgb(236 253 245 / 0.2);
}

.bg-emerald-50\/25{
  background-color: rgb(236 253 245 / 0.25);
}

.bg-emerald-50\/30{
  background-color: rgb(236 253 245 / 0.3);
}

.bg-emerald-50\/35{
  background-color: rgb(236 253 245 / 0.35);
}

.bg-emerald-50\/40{
  background-color: rgb(236 253 245 / 0.4);
}

.bg-emerald-50\/45{
  background-color: rgb(236 253 245 / 0.45);
}

.bg-emerald-50\/5{
  background-color: rgb(236 253 245 / 0.05);
}

.bg-emerald-50\/50{
  background-color: rgb(236 253 245 / 0.5);
}

.bg-emerald-50\/55{
  background-color: rgb(236 253 245 / 0.55);
}

.bg-emerald-50\/60{
  background-color: rgb(236 253 245 / 0.6);
}

.bg-emerald-50\/65{
  background-color: rgb(236 253 245 / 0.65);
}

.bg-emerald-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}

.bg-emerald-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.bg-emerald-50\/80{
  background-color: rgb(236 253 245 / 0.8);
}

.bg-emerald-50\/85{
  background-color: rgb(236 253 245 / 0.85);
}

.bg-emerald-50\/90{
  background-color: rgb(236 253 245 / 0.9);
}

.bg-emerald-50\/95{
  background-color: rgb(236 253 245 / 0.95);
}

.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/0{
  background-color: rgb(16 185 129 / 0);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/100{
  background-color: rgb(16 185 129 / 1);
}

.bg-emerald-500\/15{
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-500\/25{
  background-color: rgb(16 185 129 / 0.25);
}

.bg-emerald-500\/30{
  background-color: rgb(16 185 129 / 0.3);
}

.bg-emerald-500\/35{
  background-color: rgb(16 185 129 / 0.35);
}

.bg-emerald-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}

.bg-emerald-500\/45{
  background-color: rgb(16 185 129 / 0.45);
}

.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}

.bg-emerald-500\/50{
  background-color: rgb(16 185 129 / 0.5);
}

.bg-emerald-500\/55{
  background-color: rgb(16 185 129 / 0.55);
}

.bg-emerald-500\/60{
  background-color: rgb(16 185 129 / 0.6);
}

.bg-emerald-500\/65{
  background-color: rgb(16 185 129 / 0.65);
}

.bg-emerald-500\/70{
  background-color: rgb(16 185 129 / 0.7);
}

.bg-emerald-500\/75{
  background-color: rgb(16 185 129 / 0.75);
}

.bg-emerald-500\/80{
  background-color: rgb(16 185 129 / 0.8);
}

.bg-emerald-500\/85{
  background-color: rgb(16 185 129 / 0.85);
}

.bg-emerald-500\/90{
  background-color: rgb(16 185 129 / 0.9);
}

.bg-emerald-500\/95{
  background-color: rgb(16 185 129 / 0.95);
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600\/0{
  background-color: rgb(5 150 105 / 0);
}

.bg-emerald-600\/10{
  background-color: rgb(5 150 105 / 0.1);
}

.bg-emerald-600\/100{
  background-color: rgb(5 150 105 / 1);
}

.bg-emerald-600\/15{
  background-color: rgb(5 150 105 / 0.15);
}

.bg-emerald-600\/20{
  background-color: rgb(5 150 105 / 0.2);
}

.bg-emerald-600\/25{
  background-color: rgb(5 150 105 / 0.25);
}

.bg-emerald-600\/30{
  background-color: rgb(5 150 105 / 0.3);
}

.bg-emerald-600\/35{
  background-color: rgb(5 150 105 / 0.35);
}

.bg-emerald-600\/40{
  background-color: rgb(5 150 105 / 0.4);
}

.bg-emerald-600\/45{
  background-color: rgb(5 150 105 / 0.45);
}

.bg-emerald-600\/5{
  background-color: rgb(5 150 105 / 0.05);
}

.bg-emerald-600\/50{
  background-color: rgb(5 150 105 / 0.5);
}

.bg-emerald-600\/55{
  background-color: rgb(5 150 105 / 0.55);
}

.bg-emerald-600\/60{
  background-color: rgb(5 150 105 / 0.6);
}

.bg-emerald-600\/65{
  background-color: rgb(5 150 105 / 0.65);
}

.bg-emerald-600\/70{
  background-color: rgb(5 150 105 / 0.7);
}

.bg-emerald-600\/75{
  background-color: rgb(5 150 105 / 0.75);
}

.bg-emerald-600\/80{
  background-color: rgb(5 150 105 / 0.8);
}

.bg-emerald-600\/85{
  background-color: rgb(5 150 105 / 0.85);
}

.bg-emerald-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}

.bg-emerald-600\/95{
  background-color: rgb(5 150 105 / 0.95);
}

.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-emerald-700\/0{
  background-color: rgb(4 120 87 / 0);
}

.bg-emerald-700\/10{
  background-color: rgb(4 120 87 / 0.1);
}

.bg-emerald-700\/100{
  background-color: rgb(4 120 87 / 1);
}

.bg-emerald-700\/15{
  background-color: rgb(4 120 87 / 0.15);
}

.bg-emerald-700\/20{
  background-color: rgb(4 120 87 / 0.2);
}

.bg-emerald-700\/25{
  background-color: rgb(4 120 87 / 0.25);
}

.bg-emerald-700\/30{
  background-color: rgb(4 120 87 / 0.3);
}

.bg-emerald-700\/35{
  background-color: rgb(4 120 87 / 0.35);
}

.bg-emerald-700\/40{
  background-color: rgb(4 120 87 / 0.4);
}

.bg-emerald-700\/45{
  background-color: rgb(4 120 87 / 0.45);
}

.bg-emerald-700\/5{
  background-color: rgb(4 120 87 / 0.05);
}

.bg-emerald-700\/50{
  background-color: rgb(4 120 87 / 0.5);
}

.bg-emerald-700\/55{
  background-color: rgb(4 120 87 / 0.55);
}

.bg-emerald-700\/60{
  background-color: rgb(4 120 87 / 0.6);
}

.bg-emerald-700\/65{
  background-color: rgb(4 120 87 / 0.65);
}

.bg-emerald-700\/70{
  background-color: rgb(4 120 87 / 0.7);
}

.bg-emerald-700\/75{
  background-color: rgb(4 120 87 / 0.75);
}

.bg-emerald-700\/80{
  background-color: rgb(4 120 87 / 0.8);
}

.bg-emerald-700\/85{
  background-color: rgb(4 120 87 / 0.85);
}

.bg-emerald-700\/90{
  background-color: rgb(4 120 87 / 0.9);
}

.bg-emerald-700\/95{
  background-color: rgb(4 120 87 / 0.95);
}

.bg-emerald-800{
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-emerald-800\/0{
  background-color: rgb(6 95 70 / 0);
}

.bg-emerald-800\/10{
  background-color: rgb(6 95 70 / 0.1);
}

.bg-emerald-800\/100{
  background-color: rgb(6 95 70 / 1);
}

.bg-emerald-800\/15{
  background-color: rgb(6 95 70 / 0.15);
}

.bg-emerald-800\/20{
  background-color: rgb(6 95 70 / 0.2);
}

.bg-emerald-800\/25{
  background-color: rgb(6 95 70 / 0.25);
}

.bg-emerald-800\/30{
  background-color: rgb(6 95 70 / 0.3);
}

.bg-emerald-800\/35{
  background-color: rgb(6 95 70 / 0.35);
}

.bg-emerald-800\/40{
  background-color: rgb(6 95 70 / 0.4);
}

.bg-emerald-800\/45{
  background-color: rgb(6 95 70 / 0.45);
}

.bg-emerald-800\/5{
  background-color: rgb(6 95 70 / 0.05);
}

.bg-emerald-800\/50{
  background-color: rgb(6 95 70 / 0.5);
}

.bg-emerald-800\/55{
  background-color: rgb(6 95 70 / 0.55);
}

.bg-emerald-800\/60{
  background-color: rgb(6 95 70 / 0.6);
}

.bg-emerald-800\/65{
  background-color: rgb(6 95 70 / 0.65);
}

.bg-emerald-800\/70{
  background-color: rgb(6 95 70 / 0.7);
}

.bg-emerald-800\/75{
  background-color: rgb(6 95 70 / 0.75);
}

.bg-emerald-800\/80{
  background-color: rgb(6 95 70 / 0.8);
}

.bg-emerald-800\/85{
  background-color: rgb(6 95 70 / 0.85);
}

.bg-emerald-800\/90{
  background-color: rgb(6 95 70 / 0.9);
}

.bg-emerald-800\/95{
  background-color: rgb(6 95 70 / 0.95);
}

.bg-emerald-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-emerald-900\/0{
  background-color: rgb(6 78 59 / 0);
}

.bg-emerald-900\/10{
  background-color: rgb(6 78 59 / 0.1);
}

.bg-emerald-900\/100{
  background-color: rgb(6 78 59 / 1);
}

.bg-emerald-900\/15{
  background-color: rgb(6 78 59 / 0.15);
}

.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}

.bg-emerald-900\/25{
  background-color: rgb(6 78 59 / 0.25);
}

.bg-emerald-900\/30{
  background-color: rgb(6 78 59 / 0.3);
}

.bg-emerald-900\/35{
  background-color: rgb(6 78 59 / 0.35);
}

.bg-emerald-900\/40{
  background-color: rgb(6 78 59 / 0.4);
}

.bg-emerald-900\/45{
  background-color: rgb(6 78 59 / 0.45);
}

.bg-emerald-900\/5{
  background-color: rgb(6 78 59 / 0.05);
}

.bg-emerald-900\/50{
  background-color: rgb(6 78 59 / 0.5);
}

.bg-emerald-900\/55{
  background-color: rgb(6 78 59 / 0.55);
}

.bg-emerald-900\/60{
  background-color: rgb(6 78 59 / 0.6);
}

.bg-emerald-900\/65{
  background-color: rgb(6 78 59 / 0.65);
}

.bg-emerald-900\/70{
  background-color: rgb(6 78 59 / 0.7);
}

.bg-emerald-900\/75{
  background-color: rgb(6 78 59 / 0.75);
}

.bg-emerald-900\/80{
  background-color: rgb(6 78 59 / 0.8);
}

.bg-emerald-900\/85{
  background-color: rgb(6 78 59 / 0.85);
}

.bg-emerald-900\/90{
  background-color: rgb(6 78 59 / 0.9);
}

.bg-emerald-900\/95{
  background-color: rgb(6 78 59 / 0.95);
}

.bg-emerald-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.bg-emerald-950\/0{
  background-color: rgb(2 44 34 / 0);
}

.bg-emerald-950\/10{
  background-color: rgb(2 44 34 / 0.1);
}

.bg-emerald-950\/100{
  background-color: rgb(2 44 34 / 1);
}

.bg-emerald-950\/15{
  background-color: rgb(2 44 34 / 0.15);
}

.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}

.bg-emerald-950\/30{
  background-color: rgb(2 44 34 / 0.3);
}

.bg-emerald-950\/35{
  background-color: rgb(2 44 34 / 0.35);
}

.bg-emerald-950\/40{
  background-color: rgb(2 44 34 / 0.4);
}

.bg-emerald-950\/45{
  background-color: rgb(2 44 34 / 0.45);
}

.bg-emerald-950\/5{
  background-color: rgb(2 44 34 / 0.05);
}

.bg-emerald-950\/50{
  background-color: rgb(2 44 34 / 0.5);
}

.bg-emerald-950\/55{
  background-color: rgb(2 44 34 / 0.55);
}

.bg-emerald-950\/60{
  background-color: rgb(2 44 34 / 0.6);
}

.bg-emerald-950\/65{
  background-color: rgb(2 44 34 / 0.65);
}

.bg-emerald-950\/70{
  background-color: rgb(2 44 34 / 0.7);
}

.bg-emerald-950\/75{
  background-color: rgb(2 44 34 / 0.75);
}

.bg-emerald-950\/80{
  background-color: rgb(2 44 34 / 0.8);
}

.bg-emerald-950\/85{
  background-color: rgb(2 44 34 / 0.85);
}

.bg-emerald-950\/90{
  background-color: rgb(2 44 34 / 0.9);
}

.bg-emerald-950\/95{
  background-color: rgb(2 44 34 / 0.95);
}

.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.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\/15{
  background-color: rgb(250 232 255 / 0.15);
}

.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\/35{
  background-color: rgb(250 232 255 / 0.35);
}

.bg-fuchsia-100\/40{
  background-color: rgb(250 232 255 / 0.4);
}

.bg-fuchsia-100\/45{
  background-color: rgb(250 232 255 / 0.45);
}

.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\/55{
  background-color: rgb(250 232 255 / 0.55);
}

.bg-fuchsia-100\/60{
  background-color: rgb(250 232 255 / 0.6);
}

.bg-fuchsia-100\/65{
  background-color: rgb(250 232 255 / 0.65);
}

.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\/85{
  background-color: rgb(250 232 255 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(245 208 254 / 0.15);
}

.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\/35{
  background-color: rgb(245 208 254 / 0.35);
}

.bg-fuchsia-200\/40{
  background-color: rgb(245 208 254 / 0.4);
}

.bg-fuchsia-200\/45{
  background-color: rgb(245 208 254 / 0.45);
}

.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\/55{
  background-color: rgb(245 208 254 / 0.55);
}

.bg-fuchsia-200\/60{
  background-color: rgb(245 208 254 / 0.6);
}

.bg-fuchsia-200\/65{
  background-color: rgb(245 208 254 / 0.65);
}

.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\/85{
  background-color: rgb(245 208 254 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(240 171 252 / 0.15);
}

.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\/35{
  background-color: rgb(240 171 252 / 0.35);
}

.bg-fuchsia-300\/40{
  background-color: rgb(240 171 252 / 0.4);
}

.bg-fuchsia-300\/45{
  background-color: rgb(240 171 252 / 0.45);
}

.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\/55{
  background-color: rgb(240 171 252 / 0.55);
}

.bg-fuchsia-300\/60{
  background-color: rgb(240 171 252 / 0.6);
}

.bg-fuchsia-300\/65{
  background-color: rgb(240 171 252 / 0.65);
}

.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\/85{
  background-color: rgb(240 171 252 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(232 121 249 / 0.15);
}

.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\/35{
  background-color: rgb(232 121 249 / 0.35);
}

.bg-fuchsia-400\/40{
  background-color: rgb(232 121 249 / 0.4);
}

.bg-fuchsia-400\/45{
  background-color: rgb(232 121 249 / 0.45);
}

.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\/55{
  background-color: rgb(232 121 249 / 0.55);
}

.bg-fuchsia-400\/60{
  background-color: rgb(232 121 249 / 0.6);
}

.bg-fuchsia-400\/65{
  background-color: rgb(232 121 249 / 0.65);
}

.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\/85{
  background-color: rgb(232 121 249 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(253 244 255 / 0.15);
}

.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\/35{
  background-color: rgb(253 244 255 / 0.35);
}

.bg-fuchsia-50\/40{
  background-color: rgb(253 244 255 / 0.4);
}

.bg-fuchsia-50\/45{
  background-color: rgb(253 244 255 / 0.45);
}

.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\/55{
  background-color: rgb(253 244 255 / 0.55);
}

.bg-fuchsia-50\/60{
  background-color: rgb(253 244 255 / 0.6);
}

.bg-fuchsia-50\/65{
  background-color: rgb(253 244 255 / 0.65);
}

.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\/85{
  background-color: rgb(253 244 255 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(217 70 239 / 0.15);
}

.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\/35{
  background-color: rgb(217 70 239 / 0.35);
}

.bg-fuchsia-500\/40{
  background-color: rgb(217 70 239 / 0.4);
}

.bg-fuchsia-500\/45{
  background-color: rgb(217 70 239 / 0.45);
}

.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\/55{
  background-color: rgb(217 70 239 / 0.55);
}

.bg-fuchsia-500\/60{
  background-color: rgb(217 70 239 / 0.6);
}

.bg-fuchsia-500\/65{
  background-color: rgb(217 70 239 / 0.65);
}

.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\/85{
  background-color: rgb(217 70 239 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(192 38 211 / 0.15);
}

.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\/35{
  background-color: rgb(192 38 211 / 0.35);
}

.bg-fuchsia-600\/40{
  background-color: rgb(192 38 211 / 0.4);
}

.bg-fuchsia-600\/45{
  background-color: rgb(192 38 211 / 0.45);
}

.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\/55{
  background-color: rgb(192 38 211 / 0.55);
}

.bg-fuchsia-600\/60{
  background-color: rgb(192 38 211 / 0.6);
}

.bg-fuchsia-600\/65{
  background-color: rgb(192 38 211 / 0.65);
}

.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\/85{
  background-color: rgb(192 38 211 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(162 28 175 / 0.15);
}

.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\/35{
  background-color: rgb(162 28 175 / 0.35);
}

.bg-fuchsia-700\/40{
  background-color: rgb(162 28 175 / 0.4);
}

.bg-fuchsia-700\/45{
  background-color: rgb(162 28 175 / 0.45);
}

.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\/55{
  background-color: rgb(162 28 175 / 0.55);
}

.bg-fuchsia-700\/60{
  background-color: rgb(162 28 175 / 0.6);
}

.bg-fuchsia-700\/65{
  background-color: rgb(162 28 175 / 0.65);
}

.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\/85{
  background-color: rgb(162 28 175 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(134 25 143 / 0.15);
}

.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\/35{
  background-color: rgb(134 25 143 / 0.35);
}

.bg-fuchsia-800\/40{
  background-color: rgb(134 25 143 / 0.4);
}

.bg-fuchsia-800\/45{
  background-color: rgb(134 25 143 / 0.45);
}

.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\/55{
  background-color: rgb(134 25 143 / 0.55);
}

.bg-fuchsia-800\/60{
  background-color: rgb(134 25 143 / 0.6);
}

.bg-fuchsia-800\/65{
  background-color: rgb(134 25 143 / 0.65);
}

.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\/85{
  background-color: rgb(134 25 143 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(112 26 117 / 0.15);
}

.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\/35{
  background-color: rgb(112 26 117 / 0.35);
}

.bg-fuchsia-900\/40{
  background-color: rgb(112 26 117 / 0.4);
}

.bg-fuchsia-900\/45{
  background-color: rgb(112 26 117 / 0.45);
}

.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\/55{
  background-color: rgb(112 26 117 / 0.55);
}

.bg-fuchsia-900\/60{
  background-color: rgb(112 26 117 / 0.6);
}

.bg-fuchsia-900\/65{
  background-color: rgb(112 26 117 / 0.65);
}

.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\/85{
  background-color: rgb(112 26 117 / 0.85);
}

.bg-fuchsia-900\/90{
  background-color: rgb(112 26 117 / 0.9);
}

.bg-fuchsia-900\/95{
  background-color: rgb(112 26 117 / 0.95);
}

.bg-fuchsia-950{
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-950\/0{
  background-color: rgb(74 4 78 / 0);
}

.bg-fuchsia-950\/10{
  background-color: rgb(74 4 78 / 0.1);
}

.bg-fuchsia-950\/100{
  background-color: rgb(74 4 78 / 1);
}

.bg-fuchsia-950\/15{
  background-color: rgb(74 4 78 / 0.15);
}

.bg-fuchsia-950\/20{
  background-color: rgb(74 4 78 / 0.2);
}

.bg-fuchsia-950\/25{
  background-color: rgb(74 4 78 / 0.25);
}

.bg-fuchsia-950\/30{
  background-color: rgb(74 4 78 / 0.3);
}

.bg-fuchsia-950\/35{
  background-color: rgb(74 4 78 / 0.35);
}

.bg-fuchsia-950\/40{
  background-color: rgb(74 4 78 / 0.4);
}

.bg-fuchsia-950\/45{
  background-color: rgb(74 4 78 / 0.45);
}

.bg-fuchsia-950\/5{
  background-color: rgb(74 4 78 / 0.05);
}

.bg-fuchsia-950\/50{
  background-color: rgb(74 4 78 / 0.5);
}

.bg-fuchsia-950\/55{
  background-color: rgb(74 4 78 / 0.55);
}

.bg-fuchsia-950\/60{
  background-color: rgb(74 4 78 / 0.6);
}

.bg-fuchsia-950\/65{
  background-color: rgb(74 4 78 / 0.65);
}

.bg-fuchsia-950\/70{
  background-color: rgb(74 4 78 / 0.7);
}

.bg-fuchsia-950\/75{
  background-color: rgb(74 4 78 / 0.75);
}

.bg-fuchsia-950\/80{
  background-color: rgb(74 4 78 / 0.8);
}

.bg-fuchsia-950\/85{
  background-color: rgb(74 4 78 / 0.85);
}

.bg-fuchsia-950\/90{
  background-color: rgb(74 4 78 / 0.9);
}

.bg-fuchsia-950\/95{
  background-color: rgb(74 4 78 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-gray-950\/0{
  background-color: rgb(3 7 18 / 0);
}

.bg-gray-950\/10{
  background-color: rgb(3 7 18 / 0.1);
}

.bg-gray-950\/100{
  background-color: rgb(3 7 18 / 1);
}

.bg-gray-950\/15{
  background-color: rgb(3 7 18 / 0.15);
}

.bg-gray-950\/20{
  background-color: rgb(3 7 18 / 0.2);
}

.bg-gray-950\/25{
  background-color: rgb(3 7 18 / 0.25);
}

.bg-gray-950\/30{
  background-color: rgb(3 7 18 / 0.3);
}

.bg-gray-950\/35{
  background-color: rgb(3 7 18 / 0.35);
}

.bg-gray-950\/40{
  background-color: rgb(3 7 18 / 0.4);
}

.bg-gray-950\/45{
  background-color: rgb(3 7 18 / 0.45);
}

.bg-gray-950\/5{
  background-color: rgb(3 7 18 / 0.05);
}

.bg-gray-950\/50{
  background-color: rgb(3 7 18 / 0.5);
}

.bg-gray-950\/55{
  background-color: rgb(3 7 18 / 0.55);
}

.bg-gray-950\/60{
  background-color: rgb(3 7 18 / 0.6);
}

.bg-gray-950\/65{
  background-color: rgb(3 7 18 / 0.65);
}

.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}

.bg-gray-950\/75{
  background-color: rgb(3 7 18 / 0.75);
}

.bg-gray-950\/80{
  background-color: rgb(3 7 18 / 0.8);
}

.bg-gray-950\/85{
  background-color: rgb(3 7 18 / 0.85);
}

.bg-gray-950\/90{
  background-color: rgb(3 7 18 / 0.9);
}

.bg-gray-950\/95{
  background-color: rgb(3 7 18 / 0.95);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15{
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35{
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45{
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55{
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65{
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85{
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15{
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35{
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45{
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55{
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65{
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85{
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35{
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45{
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55{
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65{
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85{
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15{
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35{
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45{
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55{
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65{
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85{
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15{
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35{
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45{
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55{
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65{
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85{
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15{
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35{
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45{
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55{
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65{
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85{
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15{
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35{
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45{
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55{
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65{
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85{
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15{
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35{
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45{
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55{
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65{
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85{
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15{
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35{
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45{
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55{
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65{
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85{
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}

.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/15{
  background-color: rgb(5 46 22 / 0.15);
}

.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/35{
  background-color: rgb(5 46 22 / 0.35);
}

.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/45{
  background-color: rgb(5 46 22 / 0.45);
}

.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/55{
  background-color: rgb(5 46 22 / 0.55);
}

.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/65{
  background-color: rgb(5 46 22 / 0.65);
}

.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/85{
  background-color: rgb(5 46 22 / 0.85);
}

.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15{
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35{
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45{
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55{
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65{
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85{
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15{
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35{
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45{
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55{
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65{
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85{
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15{
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35{
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45{
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55{
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65{
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85{
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15{
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35{
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45{
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55{
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65{
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85{
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15{
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35{
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45{
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55{
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65{
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85{
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35{
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45{
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55{
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65{
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85{
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15{
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35{
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45{
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55{
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65{
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85{
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15{
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35{
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45{
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55{
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65{
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85{
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15{
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35{
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45{
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55{
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65{
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85{
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15{
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35{
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45{
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55{
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65{
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85{
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950\/0{
  background-color: rgb(30 27 75 / 0);
}

.bg-indigo-950\/10{
  background-color: rgb(30 27 75 / 0.1);
}

.bg-indigo-950\/100{
  background-color: rgb(30 27 75 / 1);
}

.bg-indigo-950\/15{
  background-color: rgb(30 27 75 / 0.15);
}

.bg-indigo-950\/20{
  background-color: rgb(30 27 75 / 0.2);
}

.bg-indigo-950\/25{
  background-color: rgb(30 27 75 / 0.25);
}

.bg-indigo-950\/30{
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/35{
  background-color: rgb(30 27 75 / 0.35);
}

.bg-indigo-950\/40{
  background-color: rgb(30 27 75 / 0.4);
}

.bg-indigo-950\/45{
  background-color: rgb(30 27 75 / 0.45);
}

.bg-indigo-950\/5{
  background-color: rgb(30 27 75 / 0.05);
}

.bg-indigo-950\/50{
  background-color: rgb(30 27 75 / 0.5);
}

.bg-indigo-950\/55{
  background-color: rgb(30 27 75 / 0.55);
}

.bg-indigo-950\/60{
  background-color: rgb(30 27 75 / 0.6);
}

.bg-indigo-950\/65{
  background-color: rgb(30 27 75 / 0.65);
}

.bg-indigo-950\/70{
  background-color: rgb(30 27 75 / 0.7);
}

.bg-indigo-950\/75{
  background-color: rgb(30 27 75 / 0.75);
}

.bg-indigo-950\/80{
  background-color: rgb(30 27 75 / 0.8);
}

.bg-indigo-950\/85{
  background-color: rgb(30 27 75 / 0.85);
}

.bg-indigo-950\/90{
  background-color: rgb(30 27 75 / 0.9);
}

.bg-indigo-950\/95{
  background-color: rgb(30 27 75 / 0.95);
}

.bg-inherit{
  background-color: inherit;
}

.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.bg-lime-100\/0{
  background-color: rgb(236 252 203 / 0);
}

.bg-lime-100\/10{
  background-color: rgb(236 252 203 / 0.1);
}

.bg-lime-100\/100{
  background-color: rgb(236 252 203 / 1);
}

.bg-lime-100\/15{
  background-color: rgb(236 252 203 / 0.15);
}

.bg-lime-100\/20{
  background-color: rgb(236 252 203 / 0.2);
}

.bg-lime-100\/25{
  background-color: rgb(236 252 203 / 0.25);
}

.bg-lime-100\/30{
  background-color: rgb(236 252 203 / 0.3);
}

.bg-lime-100\/35{
  background-color: rgb(236 252 203 / 0.35);
}

.bg-lime-100\/40{
  background-color: rgb(236 252 203 / 0.4);
}

.bg-lime-100\/45{
  background-color: rgb(236 252 203 / 0.45);
}

.bg-lime-100\/5{
  background-color: rgb(236 252 203 / 0.05);
}

.bg-lime-100\/50{
  background-color: rgb(236 252 203 / 0.5);
}

.bg-lime-100\/55{
  background-color: rgb(236 252 203 / 0.55);
}

.bg-lime-100\/60{
  background-color: rgb(236 252 203 / 0.6);
}

.bg-lime-100\/65{
  background-color: rgb(236 252 203 / 0.65);
}

.bg-lime-100\/70{
  background-color: rgb(236 252 203 / 0.7);
}

.bg-lime-100\/75{
  background-color: rgb(236 252 203 / 0.75);
}

.bg-lime-100\/80{
  background-color: rgb(236 252 203 / 0.8);
}

.bg-lime-100\/85{
  background-color: rgb(236 252 203 / 0.85);
}

.bg-lime-100\/90{
  background-color: rgb(236 252 203 / 0.9);
}

.bg-lime-100\/95{
  background-color: rgb(236 252 203 / 0.95);
}

.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.bg-lime-200\/0{
  background-color: rgb(217 249 157 / 0);
}

.bg-lime-200\/10{
  background-color: rgb(217 249 157 / 0.1);
}

.bg-lime-200\/100{
  background-color: rgb(217 249 157 / 1);
}

.bg-lime-200\/15{
  background-color: rgb(217 249 157 / 0.15);
}

.bg-lime-200\/20{
  background-color: rgb(217 249 157 / 0.2);
}

.bg-lime-200\/25{
  background-color: rgb(217 249 157 / 0.25);
}

.bg-lime-200\/30{
  background-color: rgb(217 249 157 / 0.3);
}

.bg-lime-200\/35{
  background-color: rgb(217 249 157 / 0.35);
}

.bg-lime-200\/40{
  background-color: rgb(217 249 157 / 0.4);
}

.bg-lime-200\/45{
  background-color: rgb(217 249 157 / 0.45);
}

.bg-lime-200\/5{
  background-color: rgb(217 249 157 / 0.05);
}

.bg-lime-200\/50{
  background-color: rgb(217 249 157 / 0.5);
}

.bg-lime-200\/55{
  background-color: rgb(217 249 157 / 0.55);
}

.bg-lime-200\/60{
  background-color: rgb(217 249 157 / 0.6);
}

.bg-lime-200\/65{
  background-color: rgb(217 249 157 / 0.65);
}

.bg-lime-200\/70{
  background-color: rgb(217 249 157 / 0.7);
}

.bg-lime-200\/75{
  background-color: rgb(217 249 157 / 0.75);
}

.bg-lime-200\/80{
  background-color: rgb(217 249 157 / 0.8);
}

.bg-lime-200\/85{
  background-color: rgb(217 249 157 / 0.85);
}

.bg-lime-200\/90{
  background-color: rgb(217 249 157 / 0.9);
}

.bg-lime-200\/95{
  background-color: rgb(217 249 157 / 0.95);
}

.bg-lime-300{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.bg-lime-300\/0{
  background-color: rgb(190 242 100 / 0);
}

.bg-lime-300\/10{
  background-color: rgb(190 242 100 / 0.1);
}

.bg-lime-300\/100{
  background-color: rgb(190 242 100 / 1);
}

.bg-lime-300\/15{
  background-color: rgb(190 242 100 / 0.15);
}

.bg-lime-300\/20{
  background-color: rgb(190 242 100 / 0.2);
}

.bg-lime-300\/25{
  background-color: rgb(190 242 100 / 0.25);
}

.bg-lime-300\/30{
  background-color: rgb(190 242 100 / 0.3);
}

.bg-lime-300\/35{
  background-color: rgb(190 242 100 / 0.35);
}

.bg-lime-300\/40{
  background-color: rgb(190 242 100 / 0.4);
}

.bg-lime-300\/45{
  background-color: rgb(190 242 100 / 0.45);
}

.bg-lime-300\/5{
  background-color: rgb(190 242 100 / 0.05);
}

.bg-lime-300\/50{
  background-color: rgb(190 242 100 / 0.5);
}

.bg-lime-300\/55{
  background-color: rgb(190 242 100 / 0.55);
}

.bg-lime-300\/60{
  background-color: rgb(190 242 100 / 0.6);
}

.bg-lime-300\/65{
  background-color: rgb(190 242 100 / 0.65);
}

.bg-lime-300\/70{
  background-color: rgb(190 242 100 / 0.7);
}

.bg-lime-300\/75{
  background-color: rgb(190 242 100 / 0.75);
}

.bg-lime-300\/80{
  background-color: rgb(190 242 100 / 0.8);
}

.bg-lime-300\/85{
  background-color: rgb(190 242 100 / 0.85);
}

.bg-lime-300\/90{
  background-color: rgb(190 242 100 / 0.9);
}

.bg-lime-300\/95{
  background-color: rgb(190 242 100 / 0.95);
}

.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-lime-400\/0{
  background-color: rgb(163 230 53 / 0);
}

.bg-lime-400\/10{
  background-color: rgb(163 230 53 / 0.1);
}

.bg-lime-400\/100{
  background-color: rgb(163 230 53 / 1);
}

.bg-lime-400\/15{
  background-color: rgb(163 230 53 / 0.15);
}

.bg-lime-400\/20{
  background-color: rgb(163 230 53 / 0.2);
}

.bg-lime-400\/25{
  background-color: rgb(163 230 53 / 0.25);
}

.bg-lime-400\/30{
  background-color: rgb(163 230 53 / 0.3);
}

.bg-lime-400\/35{
  background-color: rgb(163 230 53 / 0.35);
}

.bg-lime-400\/40{
  background-color: rgb(163 230 53 / 0.4);
}

.bg-lime-400\/45{
  background-color: rgb(163 230 53 / 0.45);
}

.bg-lime-400\/5{
  background-color: rgb(163 230 53 / 0.05);
}

.bg-lime-400\/50{
  background-color: rgb(163 230 53 / 0.5);
}

.bg-lime-400\/55{
  background-color: rgb(163 230 53 / 0.55);
}

.bg-lime-400\/60{
  background-color: rgb(163 230 53 / 0.6);
}

.bg-lime-400\/65{
  background-color: rgb(163 230 53 / 0.65);
}

.bg-lime-400\/70{
  background-color: rgb(163 230 53 / 0.7);
}

.bg-lime-400\/75{
  background-color: rgb(163 230 53 / 0.75);
}

.bg-lime-400\/80{
  background-color: rgb(163 230 53 / 0.8);
}

.bg-lime-400\/85{
  background-color: rgb(163 230 53 / 0.85);
}

.bg-lime-400\/90{
  background-color: rgb(163 230 53 / 0.9);
}

.bg-lime-400\/95{
  background-color: rgb(163 230 53 / 0.95);
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.bg-lime-50\/0{
  background-color: rgb(247 254 231 / 0);
}

.bg-lime-50\/10{
  background-color: rgb(247 254 231 / 0.1);
}

.bg-lime-50\/100{
  background-color: rgb(247 254 231 / 1);
}

.bg-lime-50\/15{
  background-color: rgb(247 254 231 / 0.15);
}

.bg-lime-50\/20{
  background-color: rgb(247 254 231 / 0.2);
}

.bg-lime-50\/25{
  background-color: rgb(247 254 231 / 0.25);
}

.bg-lime-50\/30{
  background-color: rgb(247 254 231 / 0.3);
}

.bg-lime-50\/35{
  background-color: rgb(247 254 231 / 0.35);
}

.bg-lime-50\/40{
  background-color: rgb(247 254 231 / 0.4);
}

.bg-lime-50\/45{
  background-color: rgb(247 254 231 / 0.45);
}

.bg-lime-50\/5{
  background-color: rgb(247 254 231 / 0.05);
}

.bg-lime-50\/50{
  background-color: rgb(247 254 231 / 0.5);
}

.bg-lime-50\/55{
  background-color: rgb(247 254 231 / 0.55);
}

.bg-lime-50\/60{
  background-color: rgb(247 254 231 / 0.6);
}

.bg-lime-50\/65{
  background-color: rgb(247 254 231 / 0.65);
}

.bg-lime-50\/70{
  background-color: rgb(247 254 231 / 0.7);
}

.bg-lime-50\/75{
  background-color: rgb(247 254 231 / 0.75);
}

.bg-lime-50\/80{
  background-color: rgb(247 254 231 / 0.8);
}

.bg-lime-50\/85{
  background-color: rgb(247 254 231 / 0.85);
}

.bg-lime-50\/90{
  background-color: rgb(247 254 231 / 0.9);
}

.bg-lime-50\/95{
  background-color: rgb(247 254 231 / 0.95);
}

.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.bg-lime-500\/0{
  background-color: rgb(132 204 22 / 0);
}

.bg-lime-500\/10{
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-500\/100{
  background-color: rgb(132 204 22 / 1);
}

.bg-lime-500\/15{
  background-color: rgb(132 204 22 / 0.15);
}

.bg-lime-500\/20{
  background-color: rgb(132 204 22 / 0.2);
}

.bg-lime-500\/25{
  background-color: rgb(132 204 22 / 0.25);
}

.bg-lime-500\/30{
  background-color: rgb(132 204 22 / 0.3);
}

.bg-lime-500\/35{
  background-color: rgb(132 204 22 / 0.35);
}

.bg-lime-500\/40{
  background-color: rgb(132 204 22 / 0.4);
}

.bg-lime-500\/45{
  background-color: rgb(132 204 22 / 0.45);
}

.bg-lime-500\/5{
  background-color: rgb(132 204 22 / 0.05);
}

.bg-lime-500\/50{
  background-color: rgb(132 204 22 / 0.5);
}

.bg-lime-500\/55{
  background-color: rgb(132 204 22 / 0.55);
}

.bg-lime-500\/60{
  background-color: rgb(132 204 22 / 0.6);
}

.bg-lime-500\/65{
  background-color: rgb(132 204 22 / 0.65);
}

.bg-lime-500\/70{
  background-color: rgb(132 204 22 / 0.7);
}

.bg-lime-500\/75{
  background-color: rgb(132 204 22 / 0.75);
}

.bg-lime-500\/80{
  background-color: rgb(132 204 22 / 0.8);
}

.bg-lime-500\/85{
  background-color: rgb(132 204 22 / 0.85);
}

.bg-lime-500\/90{
  background-color: rgb(132 204 22 / 0.9);
}

.bg-lime-500\/95{
  background-color: rgb(132 204 22 / 0.95);
}

.bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0);
}

.bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1);
}

.bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1);
}

.bg-lime-600\/15{
  background-color: rgb(101 163 13 / 0.15);
}

.bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2);
}

.bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25);
}

.bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3);
}

.bg-lime-600\/35{
  background-color: rgb(101 163 13 / 0.35);
}

.bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4);
}

.bg-lime-600\/45{
  background-color: rgb(101 163 13 / 0.45);
}

.bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05);
}

.bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5);
}

.bg-lime-600\/55{
  background-color: rgb(101 163 13 / 0.55);
}

.bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6);
}

.bg-lime-600\/65{
  background-color: rgb(101 163 13 / 0.65);
}

.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}

.bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75);
}

.bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8);
}

.bg-lime-600\/85{
  background-color: rgb(101 163 13 / 0.85);
}

.bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9);
}

.bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95);
}

.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.bg-lime-700\/0{
  background-color: rgb(77 124 15 / 0);
}

.bg-lime-700\/10{
  background-color: rgb(77 124 15 / 0.1);
}

.bg-lime-700\/100{
  background-color: rgb(77 124 15 / 1);
}

.bg-lime-700\/15{
  background-color: rgb(77 124 15 / 0.15);
}

.bg-lime-700\/20{
  background-color: rgb(77 124 15 / 0.2);
}

.bg-lime-700\/25{
  background-color: rgb(77 124 15 / 0.25);
}

.bg-lime-700\/30{
  background-color: rgb(77 124 15 / 0.3);
}

.bg-lime-700\/35{
  background-color: rgb(77 124 15 / 0.35);
}

.bg-lime-700\/40{
  background-color: rgb(77 124 15 / 0.4);
}

.bg-lime-700\/45{
  background-color: rgb(77 124 15 / 0.45);
}

.bg-lime-700\/5{
  background-color: rgb(77 124 15 / 0.05);
}

.bg-lime-700\/50{
  background-color: rgb(77 124 15 / 0.5);
}

.bg-lime-700\/55{
  background-color: rgb(77 124 15 / 0.55);
}

.bg-lime-700\/60{
  background-color: rgb(77 124 15 / 0.6);
}

.bg-lime-700\/65{
  background-color: rgb(77 124 15 / 0.65);
}

.bg-lime-700\/70{
  background-color: rgb(77 124 15 / 0.7);
}

.bg-lime-700\/75{
  background-color: rgb(77 124 15 / 0.75);
}

.bg-lime-700\/80{
  background-color: rgb(77 124 15 / 0.8);
}

.bg-lime-700\/85{
  background-color: rgb(77 124 15 / 0.85);
}

.bg-lime-700\/90{
  background-color: rgb(77 124 15 / 0.9);
}

.bg-lime-700\/95{
  background-color: rgb(77 124 15 / 0.95);
}

.bg-lime-800{
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.bg-lime-800\/0{
  background-color: rgb(63 98 18 / 0);
}

.bg-lime-800\/10{
  background-color: rgb(63 98 18 / 0.1);
}

.bg-lime-800\/100{
  background-color: rgb(63 98 18 / 1);
}

.bg-lime-800\/15{
  background-color: rgb(63 98 18 / 0.15);
}

.bg-lime-800\/20{
  background-color: rgb(63 98 18 / 0.2);
}

.bg-lime-800\/25{
  background-color: rgb(63 98 18 / 0.25);
}

.bg-lime-800\/30{
  background-color: rgb(63 98 18 / 0.3);
}

.bg-lime-800\/35{
  background-color: rgb(63 98 18 / 0.35);
}

.bg-lime-800\/40{
  background-color: rgb(63 98 18 / 0.4);
}

.bg-lime-800\/45{
  background-color: rgb(63 98 18 / 0.45);
}

.bg-lime-800\/5{
  background-color: rgb(63 98 18 / 0.05);
}

.bg-lime-800\/50{
  background-color: rgb(63 98 18 / 0.5);
}

.bg-lime-800\/55{
  background-color: rgb(63 98 18 / 0.55);
}

.bg-lime-800\/60{
  background-color: rgb(63 98 18 / 0.6);
}

.bg-lime-800\/65{
  background-color: rgb(63 98 18 / 0.65);
}

.bg-lime-800\/70{
  background-color: rgb(63 98 18 / 0.7);
}

.bg-lime-800\/75{
  background-color: rgb(63 98 18 / 0.75);
}

.bg-lime-800\/80{
  background-color: rgb(63 98 18 / 0.8);
}

.bg-lime-800\/85{
  background-color: rgb(63 98 18 / 0.85);
}

.bg-lime-800\/90{
  background-color: rgb(63 98 18 / 0.9);
}

.bg-lime-800\/95{
  background-color: rgb(63 98 18 / 0.95);
}

.bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.bg-lime-900\/0{
  background-color: rgb(54 83 20 / 0);
}

.bg-lime-900\/10{
  background-color: rgb(54 83 20 / 0.1);
}

.bg-lime-900\/100{
  background-color: rgb(54 83 20 / 1);
}

.bg-lime-900\/15{
  background-color: rgb(54 83 20 / 0.15);
}

.bg-lime-900\/20{
  background-color: rgb(54 83 20 / 0.2);
}

.bg-lime-900\/25{
  background-color: rgb(54 83 20 / 0.25);
}

.bg-lime-900\/30{
  background-color: rgb(54 83 20 / 0.3);
}

.bg-lime-900\/35{
  background-color: rgb(54 83 20 / 0.35);
}

.bg-lime-900\/40{
  background-color: rgb(54 83 20 / 0.4);
}

.bg-lime-900\/45{
  background-color: rgb(54 83 20 / 0.45);
}

.bg-lime-900\/5{
  background-color: rgb(54 83 20 / 0.05);
}

.bg-lime-900\/50{
  background-color: rgb(54 83 20 / 0.5);
}

.bg-lime-900\/55{
  background-color: rgb(54 83 20 / 0.55);
}

.bg-lime-900\/60{
  background-color: rgb(54 83 20 / 0.6);
}

.bg-lime-900\/65{
  background-color: rgb(54 83 20 / 0.65);
}

.bg-lime-900\/70{
  background-color: rgb(54 83 20 / 0.7);
}

.bg-lime-900\/75{
  background-color: rgb(54 83 20 / 0.75);
}

.bg-lime-900\/80{
  background-color: rgb(54 83 20 / 0.8);
}

.bg-lime-900\/85{
  background-color: rgb(54 83 20 / 0.85);
}

.bg-lime-900\/90{
  background-color: rgb(54 83 20 / 0.9);
}

.bg-lime-900\/95{
  background-color: rgb(54 83 20 / 0.95);
}

.bg-lime-950{
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.bg-lime-950\/0{
  background-color: rgb(26 46 5 / 0);
}

.bg-lime-950\/10{
  background-color: rgb(26 46 5 / 0.1);
}

.bg-lime-950\/100{
  background-color: rgb(26 46 5 / 1);
}

.bg-lime-950\/15{
  background-color: rgb(26 46 5 / 0.15);
}

.bg-lime-950\/20{
  background-color: rgb(26 46 5 / 0.2);
}

.bg-lime-950\/25{
  background-color: rgb(26 46 5 / 0.25);
}

.bg-lime-950\/30{
  background-color: rgb(26 46 5 / 0.3);
}

.bg-lime-950\/35{
  background-color: rgb(26 46 5 / 0.35);
}

.bg-lime-950\/40{
  background-color: rgb(26 46 5 / 0.4);
}

.bg-lime-950\/45{
  background-color: rgb(26 46 5 / 0.45);
}

.bg-lime-950\/5{
  background-color: rgb(26 46 5 / 0.05);
}

.bg-lime-950\/50{
  background-color: rgb(26 46 5 / 0.5);
}

.bg-lime-950\/55{
  background-color: rgb(26 46 5 / 0.55);
}

.bg-lime-950\/60{
  background-color: rgb(26 46 5 / 0.6);
}

.bg-lime-950\/65{
  background-color: rgb(26 46 5 / 0.65);
}

.bg-lime-950\/70{
  background-color: rgb(26 46 5 / 0.7);
}

.bg-lime-950\/75{
  background-color: rgb(26 46 5 / 0.75);
}

.bg-lime-950\/80{
  background-color: rgb(26 46 5 / 0.8);
}

.bg-lime-950\/85{
  background-color: rgb(26 46 5 / 0.85);
}

.bg-lime-950\/90{
  background-color: rgb(26 46 5 / 0.9);
}

.bg-lime-950\/95{
  background-color: rgb(26 46 5 / 0.95);
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/0{
  background-color: rgb(245 245 245 / 0);
}

.bg-neutral-100\/10{
  background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-100\/100{
  background-color: rgb(245 245 245 / 1);
}

.bg-neutral-100\/15{
  background-color: rgb(245 245 245 / 0.15);
}

.bg-neutral-100\/20{
  background-color: rgb(245 245 245 / 0.2);
}

.bg-neutral-100\/25{
  background-color: rgb(245 245 245 / 0.25);
}

.bg-neutral-100\/30{
  background-color: rgb(245 245 245 / 0.3);
}

.bg-neutral-100\/35{
  background-color: rgb(245 245 245 / 0.35);
}

.bg-neutral-100\/40{
  background-color: rgb(245 245 245 / 0.4);
}

.bg-neutral-100\/45{
  background-color: rgb(245 245 245 / 0.45);
}

.bg-neutral-100\/5{
  background-color: rgb(245 245 245 / 0.05);
}

.bg-neutral-100\/50{
  background-color: rgb(245 245 245 / 0.5);
}

.bg-neutral-100\/55{
  background-color: rgb(245 245 245 / 0.55);
}

.bg-neutral-100\/60{
  background-color: rgb(245 245 245 / 0.6);
}

.bg-neutral-100\/65{
  background-color: rgb(245 245 245 / 0.65);
}

.bg-neutral-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}

.bg-neutral-100\/75{
  background-color: rgb(245 245 245 / 0.75);
}

.bg-neutral-100\/80{
  background-color: rgb(245 245 245 / 0.8);
}

.bg-neutral-100\/85{
  background-color: rgb(245 245 245 / 0.85);
}

.bg-neutral-100\/90{
  background-color: rgb(245 245 245 / 0.9);
}

.bg-neutral-100\/95{
  background-color: rgb(245 245 245 / 0.95);
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200\/0{
  background-color: rgb(229 229 229 / 0);
}

.bg-neutral-200\/10{
  background-color: rgb(229 229 229 / 0.1);
}

.bg-neutral-200\/100{
  background-color: rgb(229 229 229 / 1);
}

.bg-neutral-200\/15{
  background-color: rgb(229 229 229 / 0.15);
}

.bg-neutral-200\/20{
  background-color: rgb(229 229 229 / 0.2);
}

.bg-neutral-200\/25{
  background-color: rgb(229 229 229 / 0.25);
}

.bg-neutral-200\/30{
  background-color: rgb(229 229 229 / 0.3);
}

.bg-neutral-200\/35{
  background-color: rgb(229 229 229 / 0.35);
}

.bg-neutral-200\/40{
  background-color: rgb(229 229 229 / 0.4);
}

.bg-neutral-200\/45{
  background-color: rgb(229 229 229 / 0.45);
}

.bg-neutral-200\/5{
  background-color: rgb(229 229 229 / 0.05);
}

.bg-neutral-200\/50{
  background-color: rgb(229 229 229 / 0.5);
}

.bg-neutral-200\/55{
  background-color: rgb(229 229 229 / 0.55);
}

.bg-neutral-200\/60{
  background-color: rgb(229 229 229 / 0.6);
}

.bg-neutral-200\/65{
  background-color: rgb(229 229 229 / 0.65);
}

.bg-neutral-200\/70{
  background-color: rgb(229 229 229 / 0.7);
}

.bg-neutral-200\/75{
  background-color: rgb(229 229 229 / 0.75);
}

.bg-neutral-200\/80{
  background-color: rgb(229 229 229 / 0.8);
}

.bg-neutral-200\/85{
  background-color: rgb(229 229 229 / 0.85);
}

.bg-neutral-200\/90{
  background-color: rgb(229 229 229 / 0.9);
}

.bg-neutral-200\/95{
  background-color: rgb(229 229 229 / 0.95);
}

.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300\/0{
  background-color: rgb(212 212 212 / 0);
}

.bg-neutral-300\/10{
  background-color: rgb(212 212 212 / 0.1);
}

.bg-neutral-300\/100{
  background-color: rgb(212 212 212 / 1);
}

.bg-neutral-300\/15{
  background-color: rgb(212 212 212 / 0.15);
}

.bg-neutral-300\/20{
  background-color: rgb(212 212 212 / 0.2);
}

.bg-neutral-300\/25{
  background-color: rgb(212 212 212 / 0.25);
}

.bg-neutral-300\/30{
  background-color: rgb(212 212 212 / 0.3);
}

.bg-neutral-300\/35{
  background-color: rgb(212 212 212 / 0.35);
}

.bg-neutral-300\/40{
  background-color: rgb(212 212 212 / 0.4);
}

.bg-neutral-300\/45{
  background-color: rgb(212 212 212 / 0.45);
}

.bg-neutral-300\/5{
  background-color: rgb(212 212 212 / 0.05);
}

.bg-neutral-300\/50{
  background-color: rgb(212 212 212 / 0.5);
}

.bg-neutral-300\/55{
  background-color: rgb(212 212 212 / 0.55);
}

.bg-neutral-300\/60{
  background-color: rgb(212 212 212 / 0.6);
}

.bg-neutral-300\/65{
  background-color: rgb(212 212 212 / 0.65);
}

.bg-neutral-300\/70{
  background-color: rgb(212 212 212 / 0.7);
}

.bg-neutral-300\/75{
  background-color: rgb(212 212 212 / 0.75);
}

.bg-neutral-300\/80{
  background-color: rgb(212 212 212 / 0.8);
}

.bg-neutral-300\/85{
  background-color: rgb(212 212 212 / 0.85);
}

.bg-neutral-300\/90{
  background-color: rgb(212 212 212 / 0.9);
}

.bg-neutral-300\/95{
  background-color: rgb(212 212 212 / 0.95);
}

.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400\/0{
  background-color: rgb(163 163 163 / 0);
}

.bg-neutral-400\/10{
  background-color: rgb(163 163 163 / 0.1);
}

.bg-neutral-400\/100{
  background-color: rgb(163 163 163 / 1);
}

.bg-neutral-400\/15{
  background-color: rgb(163 163 163 / 0.15);
}

.bg-neutral-400\/20{
  background-color: rgb(163 163 163 / 0.2);
}

.bg-neutral-400\/25{
  background-color: rgb(163 163 163 / 0.25);
}

.bg-neutral-400\/30{
  background-color: rgb(163 163 163 / 0.3);
}

.bg-neutral-400\/35{
  background-color: rgb(163 163 163 / 0.35);
}

.bg-neutral-400\/40{
  background-color: rgb(163 163 163 / 0.4);
}

.bg-neutral-400\/45{
  background-color: rgb(163 163 163 / 0.45);
}

.bg-neutral-400\/5{
  background-color: rgb(163 163 163 / 0.05);
}

.bg-neutral-400\/50{
  background-color: rgb(163 163 163 / 0.5);
}

.bg-neutral-400\/55{
  background-color: rgb(163 163 163 / 0.55);
}

.bg-neutral-400\/60{
  background-color: rgb(163 163 163 / 0.6);
}

.bg-neutral-400\/65{
  background-color: rgb(163 163 163 / 0.65);
}

.bg-neutral-400\/70{
  background-color: rgb(163 163 163 / 0.7);
}

.bg-neutral-400\/75{
  background-color: rgb(163 163 163 / 0.75);
}

.bg-neutral-400\/80{
  background-color: rgb(163 163 163 / 0.8);
}

.bg-neutral-400\/85{
  background-color: rgb(163 163 163 / 0.85);
}

.bg-neutral-400\/90{
  background-color: rgb(163 163 163 / 0.9);
}

.bg-neutral-400\/95{
  background-color: rgb(163 163 163 / 0.95);
}

.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-neutral-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-neutral-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-neutral-50\/15{
  background-color: rgb(250 250 250 / 0.15);
}

.bg-neutral-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-neutral-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-neutral-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-neutral-50\/35{
  background-color: rgb(250 250 250 / 0.35);
}

.bg-neutral-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-neutral-50\/45{
  background-color: rgb(250 250 250 / 0.45);
}

.bg-neutral-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

.bg-neutral-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}

.bg-neutral-50\/55{
  background-color: rgb(250 250 250 / 0.55);
}

.bg-neutral-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-neutral-50\/65{
  background-color: rgb(250 250 250 / 0.65);
}

.bg-neutral-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-neutral-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-neutral-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-neutral-50\/85{
  background-color: rgb(250 250 250 / 0.85);
}

.bg-neutral-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-neutral-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500\/0{
  background-color: rgb(115 115 115 / 0);
}

.bg-neutral-500\/10{
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-500\/100{
  background-color: rgb(115 115 115 / 1);
}

.bg-neutral-500\/15{
  background-color: rgb(115 115 115 / 0.15);
}

.bg-neutral-500\/20{
  background-color: rgb(115 115 115 / 0.2);
}

.bg-neutral-500\/25{
  background-color: rgb(115 115 115 / 0.25);
}

.bg-neutral-500\/30{
  background-color: rgb(115 115 115 / 0.3);
}

.bg-neutral-500\/35{
  background-color: rgb(115 115 115 / 0.35);
}

.bg-neutral-500\/40{
  background-color: rgb(115 115 115 / 0.4);
}

.bg-neutral-500\/45{
  background-color: rgb(115 115 115 / 0.45);
}

.bg-neutral-500\/5{
  background-color: rgb(115 115 115 / 0.05);
}

.bg-neutral-500\/50{
  background-color: rgb(115 115 115 / 0.5);
}

.bg-neutral-500\/55{
  background-color: rgb(115 115 115 / 0.55);
}

.bg-neutral-500\/60{
  background-color: rgb(115 115 115 / 0.6);
}

.bg-neutral-500\/65{
  background-color: rgb(115 115 115 / 0.65);
}

.bg-neutral-500\/70{
  background-color: rgb(115 115 115 / 0.7);
}

.bg-neutral-500\/75{
  background-color: rgb(115 115 115 / 0.75);
}

.bg-neutral-500\/80{
  background-color: rgb(115 115 115 / 0.8);
}

.bg-neutral-500\/85{
  background-color: rgb(115 115 115 / 0.85);
}

.bg-neutral-500\/90{
  background-color: rgb(115 115 115 / 0.9);
}

.bg-neutral-500\/95{
  background-color: rgb(115 115 115 / 0.95);
}

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600\/0{
  background-color: rgb(82 82 82 / 0);
}

.bg-neutral-600\/10{
  background-color: rgb(82 82 82 / 0.1);
}

.bg-neutral-600\/100{
  background-color: rgb(82 82 82 / 1);
}

.bg-neutral-600\/15{
  background-color: rgb(82 82 82 / 0.15);
}

.bg-neutral-600\/20{
  background-color: rgb(82 82 82 / 0.2);
}

.bg-neutral-600\/25{
  background-color: rgb(82 82 82 / 0.25);
}

.bg-neutral-600\/30{
  background-color: rgb(82 82 82 / 0.3);
}

.bg-neutral-600\/35{
  background-color: rgb(82 82 82 / 0.35);
}

.bg-neutral-600\/40{
  background-color: rgb(82 82 82 / 0.4);
}

.bg-neutral-600\/45{
  background-color: rgb(82 82 82 / 0.45);
}

.bg-neutral-600\/5{
  background-color: rgb(82 82 82 / 0.05);
}

.bg-neutral-600\/50{
  background-color: rgb(82 82 82 / 0.5);
}

.bg-neutral-600\/55{
  background-color: rgb(82 82 82 / 0.55);
}

.bg-neutral-600\/60{
  background-color: rgb(82 82 82 / 0.6);
}

.bg-neutral-600\/65{
  background-color: rgb(82 82 82 / 0.65);
}

.bg-neutral-600\/70{
  background-color: rgb(82 82 82 / 0.7);
}

.bg-neutral-600\/75{
  background-color: rgb(82 82 82 / 0.75);
}

.bg-neutral-600\/80{
  background-color: rgb(82 82 82 / 0.8);
}

.bg-neutral-600\/85{
  background-color: rgb(82 82 82 / 0.85);
}

.bg-neutral-600\/90{
  background-color: rgb(82 82 82 / 0.9);
}

.bg-neutral-600\/95{
  background-color: rgb(82 82 82 / 0.95);
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700\/0{
  background-color: rgb(64 64 64 / 0);
}

.bg-neutral-700\/10{
  background-color: rgb(64 64 64 / 0.1);
}

.bg-neutral-700\/100{
  background-color: rgb(64 64 64 / 1);
}

.bg-neutral-700\/15{
  background-color: rgb(64 64 64 / 0.15);
}

.bg-neutral-700\/20{
  background-color: rgb(64 64 64 / 0.2);
}

.bg-neutral-700\/25{
  background-color: rgb(64 64 64 / 0.25);
}

.bg-neutral-700\/30{
  background-color: rgb(64 64 64 / 0.3);
}

.bg-neutral-700\/35{
  background-color: rgb(64 64 64 / 0.35);
}

.bg-neutral-700\/40{
  background-color: rgb(64 64 64 / 0.4);
}

.bg-neutral-700\/45{
  background-color: rgb(64 64 64 / 0.45);
}

.bg-neutral-700\/5{
  background-color: rgb(64 64 64 / 0.05);
}

.bg-neutral-700\/50{
  background-color: rgb(64 64 64 / 0.5);
}

.bg-neutral-700\/55{
  background-color: rgb(64 64 64 / 0.55);
}

.bg-neutral-700\/60{
  background-color: rgb(64 64 64 / 0.6);
}

.bg-neutral-700\/65{
  background-color: rgb(64 64 64 / 0.65);
}

.bg-neutral-700\/70{
  background-color: rgb(64 64 64 / 0.7);
}

.bg-neutral-700\/75{
  background-color: rgb(64 64 64 / 0.75);
}

.bg-neutral-700\/80{
  background-color: rgb(64 64 64 / 0.8);
}

.bg-neutral-700\/85{
  background-color: rgb(64 64 64 / 0.85);
}

.bg-neutral-700\/90{
  background-color: rgb(64 64 64 / 0.9);
}

.bg-neutral-700\/95{
  background-color: rgb(64 64 64 / 0.95);
}

.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800\/0{
  background-color: rgb(38 38 38 / 0);
}

.bg-neutral-800\/10{
  background-color: rgb(38 38 38 / 0.1);
}

.bg-neutral-800\/100{
  background-color: rgb(38 38 38 / 1);
}

.bg-neutral-800\/15{
  background-color: rgb(38 38 38 / 0.15);
}

.bg-neutral-800\/20{
  background-color: rgb(38 38 38 / 0.2);
}

.bg-neutral-800\/25{
  background-color: rgb(38 38 38 / 0.25);
}

.bg-neutral-800\/30{
  background-color: rgb(38 38 38 / 0.3);
}

.bg-neutral-800\/35{
  background-color: rgb(38 38 38 / 0.35);
}

.bg-neutral-800\/40{
  background-color: rgb(38 38 38 / 0.4);
}

.bg-neutral-800\/45{
  background-color: rgb(38 38 38 / 0.45);
}

.bg-neutral-800\/5{
  background-color: rgb(38 38 38 / 0.05);
}

.bg-neutral-800\/50{
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-800\/55{
  background-color: rgb(38 38 38 / 0.55);
}

.bg-neutral-800\/60{
  background-color: rgb(38 38 38 / 0.6);
}

.bg-neutral-800\/65{
  background-color: rgb(38 38 38 / 0.65);
}

.bg-neutral-800\/70{
  background-color: rgb(38 38 38 / 0.7);
}

.bg-neutral-800\/75{
  background-color: rgb(38 38 38 / 0.75);
}

.bg-neutral-800\/80{
  background-color: rgb(38 38 38 / 0.8);
}

.bg-neutral-800\/85{
  background-color: rgb(38 38 38 / 0.85);
}

.bg-neutral-800\/90{
  background-color: rgb(38 38 38 / 0.9);
}

.bg-neutral-800\/95{
  background-color: rgb(38 38 38 / 0.95);
}

.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900\/0{
  background-color: rgb(23 23 23 / 0);
}

.bg-neutral-900\/10{
  background-color: rgb(23 23 23 / 0.1);
}

.bg-neutral-900\/100{
  background-color: rgb(23 23 23 / 1);
}

.bg-neutral-900\/15{
  background-color: rgb(23 23 23 / 0.15);
}

.bg-neutral-900\/20{
  background-color: rgb(23 23 23 / 0.2);
}

.bg-neutral-900\/25{
  background-color: rgb(23 23 23 / 0.25);
}

.bg-neutral-900\/30{
  background-color: rgb(23 23 23 / 0.3);
}

.bg-neutral-900\/35{
  background-color: rgb(23 23 23 / 0.35);
}

.bg-neutral-900\/40{
  background-color: rgb(23 23 23 / 0.4);
}

.bg-neutral-900\/45{
  background-color: rgb(23 23 23 / 0.45);
}

.bg-neutral-900\/5{
  background-color: rgb(23 23 23 / 0.05);
}

.bg-neutral-900\/50{
  background-color: rgb(23 23 23 / 0.5);
}

.bg-neutral-900\/55{
  background-color: rgb(23 23 23 / 0.55);
}

.bg-neutral-900\/60{
  background-color: rgb(23 23 23 / 0.6);
}

.bg-neutral-900\/65{
  background-color: rgb(23 23 23 / 0.65);
}

.bg-neutral-900\/70{
  background-color: rgb(23 23 23 / 0.7);
}

.bg-neutral-900\/75{
  background-color: rgb(23 23 23 / 0.75);
}

.bg-neutral-900\/80{
  background-color: rgb(23 23 23 / 0.8);
}

.bg-neutral-900\/85{
  background-color: rgb(23 23 23 / 0.85);
}

.bg-neutral-900\/90{
  background-color: rgb(23 23 23 / 0.9);
}

.bg-neutral-900\/95{
  background-color: rgb(23 23 23 / 0.95);
}

.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-neutral-950\/0{
  background-color: rgb(10 10 10 / 0);
}

.bg-neutral-950\/10{
  background-color: rgb(10 10 10 / 0.1);
}

.bg-neutral-950\/100{
  background-color: rgb(10 10 10 / 1);
}

.bg-neutral-950\/15{
  background-color: rgb(10 10 10 / 0.15);
}

.bg-neutral-950\/20{
  background-color: rgb(10 10 10 / 0.2);
}

.bg-neutral-950\/25{
  background-color: rgb(10 10 10 / 0.25);
}

.bg-neutral-950\/30{
  background-color: rgb(10 10 10 / 0.3);
}

.bg-neutral-950\/35{
  background-color: rgb(10 10 10 / 0.35);
}

.bg-neutral-950\/40{
  background-color: rgb(10 10 10 / 0.4);
}

.bg-neutral-950\/45{
  background-color: rgb(10 10 10 / 0.45);
}

.bg-neutral-950\/5{
  background-color: rgb(10 10 10 / 0.05);
}

.bg-neutral-950\/50{
  background-color: rgb(10 10 10 / 0.5);
}

.bg-neutral-950\/55{
  background-color: rgb(10 10 10 / 0.55);
}

.bg-neutral-950\/60{
  background-color: rgb(10 10 10 / 0.6);
}

.bg-neutral-950\/65{
  background-color: rgb(10 10 10 / 0.65);
}

.bg-neutral-950\/70{
  background-color: rgb(10 10 10 / 0.7);
}

.bg-neutral-950\/75{
  background-color: rgb(10 10 10 / 0.75);
}

.bg-neutral-950\/80{
  background-color: rgb(10 10 10 / 0.8);
}

.bg-neutral-950\/85{
  background-color: rgb(10 10 10 / 0.85);
}

.bg-neutral-950\/90{
  background-color: rgb(10 10 10 / 0.9);
}

.bg-neutral-950\/95{
  background-color: rgb(10 10 10 / 0.95);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}

.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}

.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}

.bg-orange-100\/15{
  background-color: rgb(255 237 213 / 0.15);
}

.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}

.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}

.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}

.bg-orange-100\/35{
  background-color: rgb(255 237 213 / 0.35);
}

.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}

.bg-orange-100\/45{
  background-color: rgb(255 237 213 / 0.45);
}

.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}

.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}

.bg-orange-100\/55{
  background-color: rgb(255 237 213 / 0.55);
}

.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}

.bg-orange-100\/65{
  background-color: rgb(255 237 213 / 0.65);
}

.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}

.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}

.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}

.bg-orange-100\/85{
  background-color: rgb(255 237 213 / 0.85);
}

.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}

.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}

.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}

.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}

.bg-orange-200\/15{
  background-color: rgb(254 215 170 / 0.15);
}

.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}

.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}

.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}

.bg-orange-200\/35{
  background-color: rgb(254 215 170 / 0.35);
}

.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}

.bg-orange-200\/45{
  background-color: rgb(254 215 170 / 0.45);
}

.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}

.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}

.bg-orange-200\/55{
  background-color: rgb(254 215 170 / 0.55);
}

.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}

.bg-orange-200\/65{
  background-color: rgb(254 215 170 / 0.65);
}

.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}

.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}

.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}

.bg-orange-200\/85{
  background-color: rgb(254 215 170 / 0.85);
}

.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}

.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}

.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}

.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}

.bg-orange-300\/15{
  background-color: rgb(253 186 116 / 0.15);
}

.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}

.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}

.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}

.bg-orange-300\/35{
  background-color: rgb(253 186 116 / 0.35);
}

.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}

.bg-orange-300\/45{
  background-color: rgb(253 186 116 / 0.45);
}

.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}

.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}

.bg-orange-300\/55{
  background-color: rgb(253 186 116 / 0.55);
}

.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}

.bg-orange-300\/65{
  background-color: rgb(253 186 116 / 0.65);
}

.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}

.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}

.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}

.bg-orange-300\/85{
  background-color: rgb(253 186 116 / 0.85);
}

.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}

.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}

.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}

.bg-orange-400\/15{
  background-color: rgb(251 146 60 / 0.15);
}

.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}

.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}

.bg-orange-400\/35{
  background-color: rgb(251 146 60 / 0.35);
}

.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}

.bg-orange-400\/45{
  background-color: rgb(251 146 60 / 0.45);
}

.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}

.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}

.bg-orange-400\/55{
  background-color: rgb(251 146 60 / 0.55);
}

.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}

.bg-orange-400\/65{
  background-color: rgb(251 146 60 / 0.65);
}

.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}

.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}

.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}

.bg-orange-400\/85{
  background-color: rgb(251 146 60 / 0.85);
}

.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}

.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}

.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}

.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}

.bg-orange-50\/15{
  background-color: rgb(255 247 237 / 0.15);
}

.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}

.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}

.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}

.bg-orange-50\/35{
  background-color: rgb(255 247 237 / 0.35);
}

.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}

.bg-orange-50\/45{
  background-color: rgb(255 247 237 / 0.45);
}

.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}

.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}

.bg-orange-50\/55{
  background-color: rgb(255 247 237 / 0.55);
}

.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}

.bg-orange-50\/65{
  background-color: rgb(255 247 237 / 0.65);
}

.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}

.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}

.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}

.bg-orange-50\/85{
  background-color: rgb(255 247 237 / 0.85);
}

.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}

.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}

.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}

.bg-orange-500\/15{
  background-color: rgb(249 115 22 / 0.15);
}

.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}

.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}

.bg-orange-500\/35{
  background-color: rgb(249 115 22 / 0.35);
}

.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}

.bg-orange-500\/45{
  background-color: rgb(249 115 22 / 0.45);
}

.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}

.bg-orange-500\/55{
  background-color: rgb(249 115 22 / 0.55);
}

.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-500\/65{
  background-color: rgb(249 115 22 / 0.65);
}

.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}

.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}

.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}

.bg-orange-500\/85{
  background-color: rgb(249 115 22 / 0.85);
}

.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}

.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}

.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}

.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}

.bg-orange-600\/15{
  background-color: rgb(234 88 12 / 0.15);
}

.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}

.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}

.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}

.bg-orange-600\/35{
  background-color: rgb(234 88 12 / 0.35);
}

.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}

.bg-orange-600\/45{
  background-color: rgb(234 88 12 / 0.45);
}

.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}

.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}

.bg-orange-600\/55{
  background-color: rgb(234 88 12 / 0.55);
}

.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}

.bg-orange-600\/65{
  background-color: rgb(234 88 12 / 0.65);
}

.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}

.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}

.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}

.bg-orange-600\/85{
  background-color: rgb(234 88 12 / 0.85);
}

.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}

.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}

.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}

.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}

.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}

.bg-orange-700\/15{
  background-color: rgb(194 65 12 / 0.15);
}

.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}

.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}

.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}

.bg-orange-700\/35{
  background-color: rgb(194 65 12 / 0.35);
}

.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}

.bg-orange-700\/45{
  background-color: rgb(194 65 12 / 0.45);
}

.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}

.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}

.bg-orange-700\/55{
  background-color: rgb(194 65 12 / 0.55);
}

.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}

.bg-orange-700\/65{
  background-color: rgb(194 65 12 / 0.65);
}

.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}

.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}

.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}

.bg-orange-700\/85{
  background-color: rgb(194 65 12 / 0.85);
}

.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}

.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}

.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}

.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}

.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}

.bg-orange-800\/15{
  background-color: rgb(154 52 18 / 0.15);
}

.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}

.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}

.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}

.bg-orange-800\/35{
  background-color: rgb(154 52 18 / 0.35);
}

.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}

.bg-orange-800\/45{
  background-color: rgb(154 52 18 / 0.45);
}

.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}

.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}

.bg-orange-800\/55{
  background-color: rgb(154 52 18 / 0.55);
}

.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}

.bg-orange-800\/65{
  background-color: rgb(154 52 18 / 0.65);
}

.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}

.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}

.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}

.bg-orange-800\/85{
  background-color: rgb(154 52 18 / 0.85);
}

.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}

.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}

.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}

.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}

.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}

.bg-orange-900\/15{
  background-color: rgb(124 45 18 / 0.15);
}

.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}

.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}

.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}

.bg-orange-900\/35{
  background-color: rgb(124 45 18 / 0.35);
}

.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}

.bg-orange-900\/45{
  background-color: rgb(124 45 18 / 0.45);
}

.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}

.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}

.bg-orange-900\/55{
  background-color: rgb(124 45 18 / 0.55);
}

.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}

.bg-orange-900\/65{
  background-color: rgb(124 45 18 / 0.65);
}

.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}

.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}

.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}

.bg-orange-900\/85{
  background-color: rgb(124 45 18 / 0.85);
}

.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}

.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}

.bg-orange-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0);
}

.bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1);
}

.bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1);
}

.bg-orange-950\/15{
  background-color: rgb(67 20 7 / 0.15);
}

.bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2);
}

.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}

.bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3);
}

.bg-orange-950\/35{
  background-color: rgb(67 20 7 / 0.35);
}

.bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4);
}

.bg-orange-950\/45{
  background-color: rgb(67 20 7 / 0.45);
}

.bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05);
}

.bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5);
}

.bg-orange-950\/55{
  background-color: rgb(67 20 7 / 0.55);
}

.bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6);
}

.bg-orange-950\/65{
  background-color: rgb(67 20 7 / 0.65);
}

.bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7);
}

.bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75);
}

.bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8);
}

.bg-orange-950\/85{
  background-color: rgb(67 20 7 / 0.85);
}

.bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9);
}

.bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95);
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-pink-100\/0{
  background-color: rgb(252 231 243 / 0);
}

.bg-pink-100\/10{
  background-color: rgb(252 231 243 / 0.1);
}

.bg-pink-100\/100{
  background-color: rgb(252 231 243 / 1);
}

.bg-pink-100\/15{
  background-color: rgb(252 231 243 / 0.15);
}

.bg-pink-100\/20{
  background-color: rgb(252 231 243 / 0.2);
}

.bg-pink-100\/25{
  background-color: rgb(252 231 243 / 0.25);
}

.bg-pink-100\/30{
  background-color: rgb(252 231 243 / 0.3);
}

.bg-pink-100\/35{
  background-color: rgb(252 231 243 / 0.35);
}

.bg-pink-100\/40{
  background-color: rgb(252 231 243 / 0.4);
}

.bg-pink-100\/45{
  background-color: rgb(252 231 243 / 0.45);
}

.bg-pink-100\/5{
  background-color: rgb(252 231 243 / 0.05);
}

.bg-pink-100\/50{
  background-color: rgb(252 231 243 / 0.5);
}

.bg-pink-100\/55{
  background-color: rgb(252 231 243 / 0.55);
}

.bg-pink-100\/60{
  background-color: rgb(252 231 243 / 0.6);
}

.bg-pink-100\/65{
  background-color: rgb(252 231 243 / 0.65);
}

.bg-pink-100\/70{
  background-color: rgb(252 231 243 / 0.7);
}

.bg-pink-100\/75{
  background-color: rgb(252 231 243 / 0.75);
}

.bg-pink-100\/80{
  background-color: rgb(252 231 243 / 0.8);
}

.bg-pink-100\/85{
  background-color: rgb(252 231 243 / 0.85);
}

.bg-pink-100\/90{
  background-color: rgb(252 231 243 / 0.9);
}

.bg-pink-100\/95{
  background-color: rgb(252 231 243 / 0.95);
}

.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-200\/0{
  background-color: rgb(251 207 232 / 0);
}

.bg-pink-200\/10{
  background-color: rgb(251 207 232 / 0.1);
}

.bg-pink-200\/100{
  background-color: rgb(251 207 232 / 1);
}

.bg-pink-200\/15{
  background-color: rgb(251 207 232 / 0.15);
}

.bg-pink-200\/20{
  background-color: rgb(251 207 232 / 0.2);
}

.bg-pink-200\/25{
  background-color: rgb(251 207 232 / 0.25);
}

.bg-pink-200\/30{
  background-color: rgb(251 207 232 / 0.3);
}

.bg-pink-200\/35{
  background-color: rgb(251 207 232 / 0.35);
}

.bg-pink-200\/40{
  background-color: rgb(251 207 232 / 0.4);
}

.bg-pink-200\/45{
  background-color: rgb(251 207 232 / 0.45);
}

.bg-pink-200\/5{
  background-color: rgb(251 207 232 / 0.05);
}

.bg-pink-200\/50{
  background-color: rgb(251 207 232 / 0.5);
}

.bg-pink-200\/55{
  background-color: rgb(251 207 232 / 0.55);
}

.bg-pink-200\/60{
  background-color: rgb(251 207 232 / 0.6);
}

.bg-pink-200\/65{
  background-color: rgb(251 207 232 / 0.65);
}

.bg-pink-200\/70{
  background-color: rgb(251 207 232 / 0.7);
}

.bg-pink-200\/75{
  background-color: rgb(251 207 232 / 0.75);
}

.bg-pink-200\/80{
  background-color: rgb(251 207 232 / 0.8);
}

.bg-pink-200\/85{
  background-color: rgb(251 207 232 / 0.85);
}

.bg-pink-200\/90{
  background-color: rgb(251 207 232 / 0.9);
}

.bg-pink-200\/95{
  background-color: rgb(251 207 232 / 0.95);
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-300\/0{
  background-color: rgb(249 168 212 / 0);
}

.bg-pink-300\/10{
  background-color: rgb(249 168 212 / 0.1);
}

.bg-pink-300\/100{
  background-color: rgb(249 168 212 / 1);
}

.bg-pink-300\/15{
  background-color: rgb(249 168 212 / 0.15);
}

.bg-pink-300\/20{
  background-color: rgb(249 168 212 / 0.2);
}

.bg-pink-300\/25{
  background-color: rgb(249 168 212 / 0.25);
}

.bg-pink-300\/30{
  background-color: rgb(249 168 212 / 0.3);
}

.bg-pink-300\/35{
  background-color: rgb(249 168 212 / 0.35);
}

.bg-pink-300\/40{
  background-color: rgb(249 168 212 / 0.4);
}

.bg-pink-300\/45{
  background-color: rgb(249 168 212 / 0.45);
}

.bg-pink-300\/5{
  background-color: rgb(249 168 212 / 0.05);
}

.bg-pink-300\/50{
  background-color: rgb(249 168 212 / 0.5);
}

.bg-pink-300\/55{
  background-color: rgb(249 168 212 / 0.55);
}

.bg-pink-300\/60{
  background-color: rgb(249 168 212 / 0.6);
}

.bg-pink-300\/65{
  background-color: rgb(249 168 212 / 0.65);
}

.bg-pink-300\/70{
  background-color: rgb(249 168 212 / 0.7);
}

.bg-pink-300\/75{
  background-color: rgb(249 168 212 / 0.75);
}

.bg-pink-300\/80{
  background-color: rgb(249 168 212 / 0.8);
}

.bg-pink-300\/85{
  background-color: rgb(249 168 212 / 0.85);
}

.bg-pink-300\/90{
  background-color: rgb(249 168 212 / 0.9);
}

.bg-pink-300\/95{
  background-color: rgb(249 168 212 / 0.95);
}

.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-400\/0{
  background-color: rgb(244 114 182 / 0);
}

.bg-pink-400\/10{
  background-color: rgb(244 114 182 / 0.1);
}

.bg-pink-400\/100{
  background-color: rgb(244 114 182 / 1);
}

.bg-pink-400\/15{
  background-color: rgb(244 114 182 / 0.15);
}

.bg-pink-400\/20{
  background-color: rgb(244 114 182 / 0.2);
}

.bg-pink-400\/25{
  background-color: rgb(244 114 182 / 0.25);
}

.bg-pink-400\/30{
  background-color: rgb(244 114 182 / 0.3);
}

.bg-pink-400\/35{
  background-color: rgb(244 114 182 / 0.35);
}

.bg-pink-400\/40{
  background-color: rgb(244 114 182 / 0.4);
}

.bg-pink-400\/45{
  background-color: rgb(244 114 182 / 0.45);
}

.bg-pink-400\/5{
  background-color: rgb(244 114 182 / 0.05);
}

.bg-pink-400\/50{
  background-color: rgb(244 114 182 / 0.5);
}

.bg-pink-400\/55{
  background-color: rgb(244 114 182 / 0.55);
}

.bg-pink-400\/60{
  background-color: rgb(244 114 182 / 0.6);
}

.bg-pink-400\/65{
  background-color: rgb(244 114 182 / 0.65);
}

.bg-pink-400\/70{
  background-color: rgb(244 114 182 / 0.7);
}

.bg-pink-400\/75{
  background-color: rgb(244 114 182 / 0.75);
}

.bg-pink-400\/80{
  background-color: rgb(244 114 182 / 0.8);
}

.bg-pink-400\/85{
  background-color: rgb(244 114 182 / 0.85);
}

.bg-pink-400\/90{
  background-color: rgb(244 114 182 / 0.9);
}

.bg-pink-400\/95{
  background-color: rgb(244 114 182 / 0.95);
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-pink-50\/0{
  background-color: rgb(253 242 248 / 0);
}

.bg-pink-50\/10{
  background-color: rgb(253 242 248 / 0.1);
}

.bg-pink-50\/100{
  background-color: rgb(253 242 248 / 1);
}

.bg-pink-50\/15{
  background-color: rgb(253 242 248 / 0.15);
}

.bg-pink-50\/20{
  background-color: rgb(253 242 248 / 0.2);
}

.bg-pink-50\/25{
  background-color: rgb(253 242 248 / 0.25);
}

.bg-pink-50\/30{
  background-color: rgb(253 242 248 / 0.3);
}

.bg-pink-50\/35{
  background-color: rgb(253 242 248 / 0.35);
}

.bg-pink-50\/40{
  background-color: rgb(253 242 248 / 0.4);
}

.bg-pink-50\/45{
  background-color: rgb(253 242 248 / 0.45);
}

.bg-pink-50\/5{
  background-color: rgb(253 242 248 / 0.05);
}

.bg-pink-50\/50{
  background-color: rgb(253 242 248 / 0.5);
}

.bg-pink-50\/55{
  background-color: rgb(253 242 248 / 0.55);
}

.bg-pink-50\/60{
  background-color: rgb(253 242 248 / 0.6);
}

.bg-pink-50\/65{
  background-color: rgb(253 242 248 / 0.65);
}

.bg-pink-50\/70{
  background-color: rgb(253 242 248 / 0.7);
}

.bg-pink-50\/75{
  background-color: rgb(253 242 248 / 0.75);
}

.bg-pink-50\/80{
  background-color: rgb(253 242 248 / 0.8);
}

.bg-pink-50\/85{
  background-color: rgb(253 242 248 / 0.85);
}

.bg-pink-50\/90{
  background-color: rgb(253 242 248 / 0.9);
}

.bg-pink-50\/95{
  background-color: rgb(253 242 248 / 0.95);
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-500\/0{
  background-color: rgb(236 72 153 / 0);
}

.bg-pink-500\/10{
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-500\/100{
  background-color: rgb(236 72 153 / 1);
}

.bg-pink-500\/15{
  background-color: rgb(236 72 153 / 0.15);
}

.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}

.bg-pink-500\/25{
  background-color: rgb(236 72 153 / 0.25);
}

.bg-pink-500\/30{
  background-color: rgb(236 72 153 / 0.3);
}

.bg-pink-500\/35{
  background-color: rgb(236 72 153 / 0.35);
}

.bg-pink-500\/40{
  background-color: rgb(236 72 153 / 0.4);
}

.bg-pink-500\/45{
  background-color: rgb(236 72 153 / 0.45);
}

.bg-pink-500\/5{
  background-color: rgb(236 72 153 / 0.05);
}

.bg-pink-500\/50{
  background-color: rgb(236 72 153 / 0.5);
}

.bg-pink-500\/55{
  background-color: rgb(236 72 153 / 0.55);
}

.bg-pink-500\/60{
  background-color: rgb(236 72 153 / 0.6);
}

.bg-pink-500\/65{
  background-color: rgb(236 72 153 / 0.65);
}

.bg-pink-500\/70{
  background-color: rgb(236 72 153 / 0.7);
}

.bg-pink-500\/75{
  background-color: rgb(236 72 153 / 0.75);
}

.bg-pink-500\/80{
  background-color: rgb(236 72 153 / 0.8);
}

.bg-pink-500\/85{
  background-color: rgb(236 72 153 / 0.85);
}

.bg-pink-500\/90{
  background-color: rgb(236 72 153 / 0.9);
}

.bg-pink-500\/95{
  background-color: rgb(236 72 153 / 0.95);
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-600\/0{
  background-color: rgb(219 39 119 / 0);
}

.bg-pink-600\/10{
  background-color: rgb(219 39 119 / 0.1);
}

.bg-pink-600\/100{
  background-color: rgb(219 39 119 / 1);
}

.bg-pink-600\/15{
  background-color: rgb(219 39 119 / 0.15);
}

.bg-pink-600\/20{
  background-color: rgb(219 39 119 / 0.2);
}

.bg-pink-600\/25{
  background-color: rgb(219 39 119 / 0.25);
}

.bg-pink-600\/30{
  background-color: rgb(219 39 119 / 0.3);
}

.bg-pink-600\/35{
  background-color: rgb(219 39 119 / 0.35);
}

.bg-pink-600\/40{
  background-color: rgb(219 39 119 / 0.4);
}

.bg-pink-600\/45{
  background-color: rgb(219 39 119 / 0.45);
}

.bg-pink-600\/5{
  background-color: rgb(219 39 119 / 0.05);
}

.bg-pink-600\/50{
  background-color: rgb(219 39 119 / 0.5);
}

.bg-pink-600\/55{
  background-color: rgb(219 39 119 / 0.55);
}

.bg-pink-600\/60{
  background-color: rgb(219 39 119 / 0.6);
}

.bg-pink-600\/65{
  background-color: rgb(219 39 119 / 0.65);
}

.bg-pink-600\/70{
  background-color: rgb(219 39 119 / 0.7);
}

.bg-pink-600\/75{
  background-color: rgb(219 39 119 / 0.75);
}

.bg-pink-600\/80{
  background-color: rgb(219 39 119 / 0.8);
}

.bg-pink-600\/85{
  background-color: rgb(219 39 119 / 0.85);
}

.bg-pink-600\/90{
  background-color: rgb(219 39 119 / 0.9);
}

.bg-pink-600\/95{
  background-color: rgb(219 39 119 / 0.95);
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.bg-pink-700\/0{
  background-color: rgb(190 24 93 / 0);
}

.bg-pink-700\/10{
  background-color: rgb(190 24 93 / 0.1);
}

.bg-pink-700\/100{
  background-color: rgb(190 24 93 / 1);
}

.bg-pink-700\/15{
  background-color: rgb(190 24 93 / 0.15);
}

.bg-pink-700\/20{
  background-color: rgb(190 24 93 / 0.2);
}

.bg-pink-700\/25{
  background-color: rgb(190 24 93 / 0.25);
}

.bg-pink-700\/30{
  background-color: rgb(190 24 93 / 0.3);
}

.bg-pink-700\/35{
  background-color: rgb(190 24 93 / 0.35);
}

.bg-pink-700\/40{
  background-color: rgb(190 24 93 / 0.4);
}

.bg-pink-700\/45{
  background-color: rgb(190 24 93 / 0.45);
}

.bg-pink-700\/5{
  background-color: rgb(190 24 93 / 0.05);
}

.bg-pink-700\/50{
  background-color: rgb(190 24 93 / 0.5);
}

.bg-pink-700\/55{
  background-color: rgb(190 24 93 / 0.55);
}

.bg-pink-700\/60{
  background-color: rgb(190 24 93 / 0.6);
}

.bg-pink-700\/65{
  background-color: rgb(190 24 93 / 0.65);
}

.bg-pink-700\/70{
  background-color: rgb(190 24 93 / 0.7);
}

.bg-pink-700\/75{
  background-color: rgb(190 24 93 / 0.75);
}

.bg-pink-700\/80{
  background-color: rgb(190 24 93 / 0.8);
}

.bg-pink-700\/85{
  background-color: rgb(190 24 93 / 0.85);
}

.bg-pink-700\/90{
  background-color: rgb(190 24 93 / 0.9);
}

.bg-pink-700\/95{
  background-color: rgb(190 24 93 / 0.95);
}

.bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.bg-pink-800\/0{
  background-color: rgb(157 23 77 / 0);
}

.bg-pink-800\/10{
  background-color: rgb(157 23 77 / 0.1);
}

.bg-pink-800\/100{
  background-color: rgb(157 23 77 / 1);
}

.bg-pink-800\/15{
  background-color: rgb(157 23 77 / 0.15);
}

.bg-pink-800\/20{
  background-color: rgb(157 23 77 / 0.2);
}

.bg-pink-800\/25{
  background-color: rgb(157 23 77 / 0.25);
}

.bg-pink-800\/30{
  background-color: rgb(157 23 77 / 0.3);
}

.bg-pink-800\/35{
  background-color: rgb(157 23 77 / 0.35);
}

.bg-pink-800\/40{
  background-color: rgb(157 23 77 / 0.4);
}

.bg-pink-800\/45{
  background-color: rgb(157 23 77 / 0.45);
}

.bg-pink-800\/5{
  background-color: rgb(157 23 77 / 0.05);
}

.bg-pink-800\/50{
  background-color: rgb(157 23 77 / 0.5);
}

.bg-pink-800\/55{
  background-color: rgb(157 23 77 / 0.55);
}

.bg-pink-800\/60{
  background-color: rgb(157 23 77 / 0.6);
}

.bg-pink-800\/65{
  background-color: rgb(157 23 77 / 0.65);
}

.bg-pink-800\/70{
  background-color: rgb(157 23 77 / 0.7);
}

.bg-pink-800\/75{
  background-color: rgb(157 23 77 / 0.75);
}

.bg-pink-800\/80{
  background-color: rgb(157 23 77 / 0.8);
}

.bg-pink-800\/85{
  background-color: rgb(157 23 77 / 0.85);
}

.bg-pink-800\/90{
  background-color: rgb(157 23 77 / 0.9);
}

.bg-pink-800\/95{
  background-color: rgb(157 23 77 / 0.95);
}

.bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-pink-900\/0{
  background-color: rgb(131 24 67 / 0);
}

.bg-pink-900\/10{
  background-color: rgb(131 24 67 / 0.1);
}

.bg-pink-900\/100{
  background-color: rgb(131 24 67 / 1);
}

.bg-pink-900\/15{
  background-color: rgb(131 24 67 / 0.15);
}

.bg-pink-900\/20{
  background-color: rgb(131 24 67 / 0.2);
}

.bg-pink-900\/25{
  background-color: rgb(131 24 67 / 0.25);
}

.bg-pink-900\/30{
  background-color: rgb(131 24 67 / 0.3);
}

.bg-pink-900\/35{
  background-color: rgb(131 24 67 / 0.35);
}

.bg-pink-900\/40{
  background-color: rgb(131 24 67 / 0.4);
}

.bg-pink-900\/45{
  background-color: rgb(131 24 67 / 0.45);
}

.bg-pink-900\/5{
  background-color: rgb(131 24 67 / 0.05);
}

.bg-pink-900\/50{
  background-color: rgb(131 24 67 / 0.5);
}

.bg-pink-900\/55{
  background-color: rgb(131 24 67 / 0.55);
}

.bg-pink-900\/60{
  background-color: rgb(131 24 67 / 0.6);
}

.bg-pink-900\/65{
  background-color: rgb(131 24 67 / 0.65);
}

.bg-pink-900\/70{
  background-color: rgb(131 24 67 / 0.7);
}

.bg-pink-900\/75{
  background-color: rgb(131 24 67 / 0.75);
}

.bg-pink-900\/80{
  background-color: rgb(131 24 67 / 0.8);
}

.bg-pink-900\/85{
  background-color: rgb(131 24 67 / 0.85);
}

.bg-pink-900\/90{
  background-color: rgb(131 24 67 / 0.9);
}

.bg-pink-900\/95{
  background-color: rgb(131 24 67 / 0.95);
}

.bg-pink-950{
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-pink-950\/0{
  background-color: rgb(80 7 36 / 0);
}

.bg-pink-950\/10{
  background-color: rgb(80 7 36 / 0.1);
}

.bg-pink-950\/100{
  background-color: rgb(80 7 36 / 1);
}

.bg-pink-950\/15{
  background-color: rgb(80 7 36 / 0.15);
}

.bg-pink-950\/20{
  background-color: rgb(80 7 36 / 0.2);
}

.bg-pink-950\/25{
  background-color: rgb(80 7 36 / 0.25);
}

.bg-pink-950\/30{
  background-color: rgb(80 7 36 / 0.3);
}

.bg-pink-950\/35{
  background-color: rgb(80 7 36 / 0.35);
}

.bg-pink-950\/40{
  background-color: rgb(80 7 36 / 0.4);
}

.bg-pink-950\/45{
  background-color: rgb(80 7 36 / 0.45);
}

.bg-pink-950\/5{
  background-color: rgb(80 7 36 / 0.05);
}

.bg-pink-950\/50{
  background-color: rgb(80 7 36 / 0.5);
}

.bg-pink-950\/55{
  background-color: rgb(80 7 36 / 0.55);
}

.bg-pink-950\/60{
  background-color: rgb(80 7 36 / 0.6);
}

.bg-pink-950\/65{
  background-color: rgb(80 7 36 / 0.65);
}

.bg-pink-950\/70{
  background-color: rgb(80 7 36 / 0.7);
}

.bg-pink-950\/75{
  background-color: rgb(80 7 36 / 0.75);
}

.bg-pink-950\/80{
  background-color: rgb(80 7 36 / 0.8);
}

.bg-pink-950\/85{
  background-color: rgb(80 7 36 / 0.85);
}

.bg-pink-950\/90{
  background-color: rgb(80 7 36 / 0.9);
}

.bg-pink-950\/95{
  background-color: rgb(80 7 36 / 0.95);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
}

.bg-primary\/0{
  background-color: rgb(23 62 81 / 0);
}

.bg-primary\/10{
  background-color: rgb(23 62 81 / 0.1);
}

.bg-primary\/100{
  background-color: rgb(23 62 81 / 1);
}

.bg-primary\/15{
  background-color: rgb(23 62 81 / 0.15);
}

.bg-primary\/20{
  background-color: rgb(23 62 81 / 0.2);
}

.bg-primary\/25{
  background-color: rgb(23 62 81 / 0.25);
}

.bg-primary\/30{
  background-color: rgb(23 62 81 / 0.3);
}

.bg-primary\/35{
  background-color: rgb(23 62 81 / 0.35);
}

.bg-primary\/40{
  background-color: rgb(23 62 81 / 0.4);
}

.bg-primary\/45{
  background-color: rgb(23 62 81 / 0.45);
}

.bg-primary\/5{
  background-color: rgb(23 62 81 / 0.05);
}

.bg-primary\/50{
  background-color: rgb(23 62 81 / 0.5);
}

.bg-primary\/55{
  background-color: rgb(23 62 81 / 0.55);
}

.bg-primary\/60{
  background-color: rgb(23 62 81 / 0.6);
}

.bg-primary\/65{
  background-color: rgb(23 62 81 / 0.65);
}

.bg-primary\/70{
  background-color: rgb(23 62 81 / 0.7);
}

.bg-primary\/75{
  background-color: rgb(23 62 81 / 0.75);
}

.bg-primary\/80{
  background-color: rgb(23 62 81 / 0.8);
}

.bg-primary\/85{
  background-color: rgb(23 62 81 / 0.85);
}

.bg-primary\/90{
  background-color: rgb(23 62 81 / 0.9);
}

.bg-primary\/95{
  background-color: rgb(23 62 81 / 0.95);
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-100\/0{
  background-color: rgb(243 232 255 / 0);
}

.bg-purple-100\/10{
  background-color: rgb(243 232 255 / 0.1);
}

.bg-purple-100\/100{
  background-color: rgb(243 232 255 / 1);
}

.bg-purple-100\/15{
  background-color: rgb(243 232 255 / 0.15);
}

.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}

.bg-purple-100\/25{
  background-color: rgb(243 232 255 / 0.25);
}

.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}

.bg-purple-100\/35{
  background-color: rgb(243 232 255 / 0.35);
}

.bg-purple-100\/40{
  background-color: rgb(243 232 255 / 0.4);
}

.bg-purple-100\/45{
  background-color: rgb(243 232 255 / 0.45);
}

.bg-purple-100\/5{
  background-color: rgb(243 232 255 / 0.05);
}

.bg-purple-100\/50{
  background-color: rgb(243 232 255 / 0.5);
}

.bg-purple-100\/55{
  background-color: rgb(243 232 255 / 0.55);
}

.bg-purple-100\/60{
  background-color: rgb(243 232 255 / 0.6);
}

.bg-purple-100\/65{
  background-color: rgb(243 232 255 / 0.65);
}

.bg-purple-100\/70{
  background-color: rgb(243 232 255 / 0.7);
}

.bg-purple-100\/75{
  background-color: rgb(243 232 255 / 0.75);
}

.bg-purple-100\/80{
  background-color: rgb(243 232 255 / 0.8);
}

.bg-purple-100\/85{
  background-color: rgb(243 232 255 / 0.85);
}

.bg-purple-100\/90{
  background-color: rgb(243 232 255 / 0.9);
}

.bg-purple-100\/95{
  background-color: rgb(243 232 255 / 0.95);
}

.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-200\/0{
  background-color: rgb(233 213 255 / 0);
}

.bg-purple-200\/10{
  background-color: rgb(233 213 255 / 0.1);
}

.bg-purple-200\/100{
  background-color: rgb(233 213 255 / 1);
}

.bg-purple-200\/15{
  background-color: rgb(233 213 255 / 0.15);
}

.bg-purple-200\/20{
  background-color: rgb(233 213 255 / 0.2);
}

.bg-purple-200\/25{
  background-color: rgb(233 213 255 / 0.25);
}

.bg-purple-200\/30{
  background-color: rgb(233 213 255 / 0.3);
}

.bg-purple-200\/35{
  background-color: rgb(233 213 255 / 0.35);
}

.bg-purple-200\/40{
  background-color: rgb(233 213 255 / 0.4);
}

.bg-purple-200\/45{
  background-color: rgb(233 213 255 / 0.45);
}

.bg-purple-200\/5{
  background-color: rgb(233 213 255 / 0.05);
}

.bg-purple-200\/50{
  background-color: rgb(233 213 255 / 0.5);
}

.bg-purple-200\/55{
  background-color: rgb(233 213 255 / 0.55);
}

.bg-purple-200\/60{
  background-color: rgb(233 213 255 / 0.6);
}

.bg-purple-200\/65{
  background-color: rgb(233 213 255 / 0.65);
}

.bg-purple-200\/70{
  background-color: rgb(233 213 255 / 0.7);
}

.bg-purple-200\/75{
  background-color: rgb(233 213 255 / 0.75);
}

.bg-purple-200\/80{
  background-color: rgb(233 213 255 / 0.8);
}

.bg-purple-200\/85{
  background-color: rgb(233 213 255 / 0.85);
}

.bg-purple-200\/90{
  background-color: rgb(233 213 255 / 0.9);
}

.bg-purple-200\/95{
  background-color: rgb(233 213 255 / 0.95);
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-300\/0{
  background-color: rgb(216 180 254 / 0);
}

.bg-purple-300\/10{
  background-color: rgb(216 180 254 / 0.1);
}

.bg-purple-300\/100{
  background-color: rgb(216 180 254 / 1);
}

.bg-purple-300\/15{
  background-color: rgb(216 180 254 / 0.15);
}

.bg-purple-300\/20{
  background-color: rgb(216 180 254 / 0.2);
}

.bg-purple-300\/25{
  background-color: rgb(216 180 254 / 0.25);
}

.bg-purple-300\/30{
  background-color: rgb(216 180 254 / 0.3);
}

.bg-purple-300\/35{
  background-color: rgb(216 180 254 / 0.35);
}

.bg-purple-300\/40{
  background-color: rgb(216 180 254 / 0.4);
}

.bg-purple-300\/45{
  background-color: rgb(216 180 254 / 0.45);
}

.bg-purple-300\/5{
  background-color: rgb(216 180 254 / 0.05);
}

.bg-purple-300\/50{
  background-color: rgb(216 180 254 / 0.5);
}

.bg-purple-300\/55{
  background-color: rgb(216 180 254 / 0.55);
}

.bg-purple-300\/60{
  background-color: rgb(216 180 254 / 0.6);
}

.bg-purple-300\/65{
  background-color: rgb(216 180 254 / 0.65);
}

.bg-purple-300\/70{
  background-color: rgb(216 180 254 / 0.7);
}

.bg-purple-300\/75{
  background-color: rgb(216 180 254 / 0.75);
}

.bg-purple-300\/80{
  background-color: rgb(216 180 254 / 0.8);
}

.bg-purple-300\/85{
  background-color: rgb(216 180 254 / 0.85);
}

.bg-purple-300\/90{
  background-color: rgb(216 180 254 / 0.9);
}

.bg-purple-300\/95{
  background-color: rgb(216 180 254 / 0.95);
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}

.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}

.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}

.bg-purple-400\/15{
  background-color: rgb(192 132 252 / 0.15);
}

.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}

.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}

.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}

.bg-purple-400\/35{
  background-color: rgb(192 132 252 / 0.35);
}

.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}

.bg-purple-400\/45{
  background-color: rgb(192 132 252 / 0.45);
}

.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}

.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}

.bg-purple-400\/55{
  background-color: rgb(192 132 252 / 0.55);
}

.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}

.bg-purple-400\/65{
  background-color: rgb(192 132 252 / 0.65);
}

.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}

.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}

.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}

.bg-purple-400\/85{
  background-color: rgb(192 132 252 / 0.85);
}

.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}

.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-50\/0{
  background-color: rgb(250 245 255 / 0);
}

.bg-purple-50\/10{
  background-color: rgb(250 245 255 / 0.1);
}

.bg-purple-50\/100{
  background-color: rgb(250 245 255 / 1);
}

.bg-purple-50\/15{
  background-color: rgb(250 245 255 / 0.15);
}

.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}

.bg-purple-50\/25{
  background-color: rgb(250 245 255 / 0.25);
}

.bg-purple-50\/30{
  background-color: rgb(250 245 255 / 0.3);
}

.bg-purple-50\/35{
  background-color: rgb(250 245 255 / 0.35);
}

.bg-purple-50\/40{
  background-color: rgb(250 245 255 / 0.4);
}

.bg-purple-50\/45{
  background-color: rgb(250 245 255 / 0.45);
}

.bg-purple-50\/5{
  background-color: rgb(250 245 255 / 0.05);
}

.bg-purple-50\/50{
  background-color: rgb(250 245 255 / 0.5);
}

.bg-purple-50\/55{
  background-color: rgb(250 245 255 / 0.55);
}

.bg-purple-50\/60{
  background-color: rgb(250 245 255 / 0.6);
}

.bg-purple-50\/65{
  background-color: rgb(250 245 255 / 0.65);
}

.bg-purple-50\/70{
  background-color: rgb(250 245 255 / 0.7);
}

.bg-purple-50\/75{
  background-color: rgb(250 245 255 / 0.75);
}

.bg-purple-50\/80{
  background-color: rgb(250 245 255 / 0.8);
}

.bg-purple-50\/85{
  background-color: rgb(250 245 255 / 0.85);
}

.bg-purple-50\/90{
  background-color: rgb(250 245 255 / 0.9);
}

.bg-purple-50\/95{
  background-color: rgb(250 245 255 / 0.95);
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/0{
  background-color: rgb(168 85 247 / 0);
}

.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/100{
  background-color: rgb(168 85 247 / 1);
}

.bg-purple-500\/15{
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-500\/20{
  background-color: rgb(168 85 247 / 0.2);
}

.bg-purple-500\/25{
  background-color: rgb(168 85 247 / 0.25);
}

.bg-purple-500\/30{
  background-color: rgb(168 85 247 / 0.3);
}

.bg-purple-500\/35{
  background-color: rgb(168 85 247 / 0.35);
}

.bg-purple-500\/40{
  background-color: rgb(168 85 247 / 0.4);
}

.bg-purple-500\/45{
  background-color: rgb(168 85 247 / 0.45);
}

.bg-purple-500\/5{
  background-color: rgb(168 85 247 / 0.05);
}

.bg-purple-500\/50{
  background-color: rgb(168 85 247 / 0.5);
}

.bg-purple-500\/55{
  background-color: rgb(168 85 247 / 0.55);
}

.bg-purple-500\/60{
  background-color: rgb(168 85 247 / 0.6);
}

.bg-purple-500\/65{
  background-color: rgb(168 85 247 / 0.65);
}

.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}

.bg-purple-500\/75{
  background-color: rgb(168 85 247 / 0.75);
}

.bg-purple-500\/80{
  background-color: rgb(168 85 247 / 0.8);
}

.bg-purple-500\/85{
  background-color: rgb(168 85 247 / 0.85);
}

.bg-purple-500\/90{
  background-color: rgb(168 85 247 / 0.9);
}

.bg-purple-500\/95{
  background-color: rgb(168 85 247 / 0.95);
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-600\/0{
  background-color: rgb(147 51 234 / 0);
}

.bg-purple-600\/10{
  background-color: rgb(147 51 234 / 0.1);
}

.bg-purple-600\/100{
  background-color: rgb(147 51 234 / 1);
}

.bg-purple-600\/15{
  background-color: rgb(147 51 234 / 0.15);
}

.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}

.bg-purple-600\/25{
  background-color: rgb(147 51 234 / 0.25);
}

.bg-purple-600\/30{
  background-color: rgb(147 51 234 / 0.3);
}

.bg-purple-600\/35{
  background-color: rgb(147 51 234 / 0.35);
}

.bg-purple-600\/40{
  background-color: rgb(147 51 234 / 0.4);
}

.bg-purple-600\/45{
  background-color: rgb(147 51 234 / 0.45);
}

.bg-purple-600\/5{
  background-color: rgb(147 51 234 / 0.05);
}

.bg-purple-600\/50{
  background-color: rgb(147 51 234 / 0.5);
}

.bg-purple-600\/55{
  background-color: rgb(147 51 234 / 0.55);
}

.bg-purple-600\/60{
  background-color: rgb(147 51 234 / 0.6);
}

.bg-purple-600\/65{
  background-color: rgb(147 51 234 / 0.65);
}

.bg-purple-600\/70{
  background-color: rgb(147 51 234 / 0.7);
}

.bg-purple-600\/75{
  background-color: rgb(147 51 234 / 0.75);
}

.bg-purple-600\/80{
  background-color: rgb(147 51 234 / 0.8);
}

.bg-purple-600\/85{
  background-color: rgb(147 51 234 / 0.85);
}

.bg-purple-600\/90{
  background-color: rgb(147 51 234 / 0.9);
}

.bg-purple-600\/95{
  background-color: rgb(147 51 234 / 0.95);
}

.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-700\/0{
  background-color: rgb(126 34 206 / 0);
}

.bg-purple-700\/10{
  background-color: rgb(126 34 206 / 0.1);
}

.bg-purple-700\/100{
  background-color: rgb(126 34 206 / 1);
}

.bg-purple-700\/15{
  background-color: rgb(126 34 206 / 0.15);
}

.bg-purple-700\/20{
  background-color: rgb(126 34 206 / 0.2);
}

.bg-purple-700\/25{
  background-color: rgb(126 34 206 / 0.25);
}

.bg-purple-700\/30{
  background-color: rgb(126 34 206 / 0.3);
}

.bg-purple-700\/35{
  background-color: rgb(126 34 206 / 0.35);
}

.bg-purple-700\/40{
  background-color: rgb(126 34 206 / 0.4);
}

.bg-purple-700\/45{
  background-color: rgb(126 34 206 / 0.45);
}

.bg-purple-700\/5{
  background-color: rgb(126 34 206 / 0.05);
}

.bg-purple-700\/50{
  background-color: rgb(126 34 206 / 0.5);
}

.bg-purple-700\/55{
  background-color: rgb(126 34 206 / 0.55);
}

.bg-purple-700\/60{
  background-color: rgb(126 34 206 / 0.6);
}

.bg-purple-700\/65{
  background-color: rgb(126 34 206 / 0.65);
}

.bg-purple-700\/70{
  background-color: rgb(126 34 206 / 0.7);
}

.bg-purple-700\/75{
  background-color: rgb(126 34 206 / 0.75);
}

.bg-purple-700\/80{
  background-color: rgb(126 34 206 / 0.8);
}

.bg-purple-700\/85{
  background-color: rgb(126 34 206 / 0.85);
}

.bg-purple-700\/90{
  background-color: rgb(126 34 206 / 0.9);
}

.bg-purple-700\/95{
  background-color: rgb(126 34 206 / 0.95);
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-800\/0{
  background-color: rgb(107 33 168 / 0);
}

.bg-purple-800\/10{
  background-color: rgb(107 33 168 / 0.1);
}

.bg-purple-800\/100{
  background-color: rgb(107 33 168 / 1);
}

.bg-purple-800\/15{
  background-color: rgb(107 33 168 / 0.15);
}

.bg-purple-800\/20{
  background-color: rgb(107 33 168 / 0.2);
}

.bg-purple-800\/25{
  background-color: rgb(107 33 168 / 0.25);
}

.bg-purple-800\/30{
  background-color: rgb(107 33 168 / 0.3);
}

.bg-purple-800\/35{
  background-color: rgb(107 33 168 / 0.35);
}

.bg-purple-800\/40{
  background-color: rgb(107 33 168 / 0.4);
}

.bg-purple-800\/45{
  background-color: rgb(107 33 168 / 0.45);
}

.bg-purple-800\/5{
  background-color: rgb(107 33 168 / 0.05);
}

.bg-purple-800\/50{
  background-color: rgb(107 33 168 / 0.5);
}

.bg-purple-800\/55{
  background-color: rgb(107 33 168 / 0.55);
}

.bg-purple-800\/60{
  background-color: rgb(107 33 168 / 0.6);
}

.bg-purple-800\/65{
  background-color: rgb(107 33 168 / 0.65);
}

.bg-purple-800\/70{
  background-color: rgb(107 33 168 / 0.7);
}

.bg-purple-800\/75{
  background-color: rgb(107 33 168 / 0.75);
}

.bg-purple-800\/80{
  background-color: rgb(107 33 168 / 0.8);
}

.bg-purple-800\/85{
  background-color: rgb(107 33 168 / 0.85);
}

.bg-purple-800\/90{
  background-color: rgb(107 33 168 / 0.9);
}

.bg-purple-800\/95{
  background-color: rgb(107 33 168 / 0.95);
}

.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/0{
  background-color: rgb(88 28 135 / 0);
}

.bg-purple-900\/10{
  background-color: rgb(88 28 135 / 0.1);
}

.bg-purple-900\/100{
  background-color: rgb(88 28 135 / 1);
}

.bg-purple-900\/15{
  background-color: rgb(88 28 135 / 0.15);
}

.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}

.bg-purple-900\/25{
  background-color: rgb(88 28 135 / 0.25);
}

.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-900\/35{
  background-color: rgb(88 28 135 / 0.35);
}

.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}

.bg-purple-900\/45{
  background-color: rgb(88 28 135 / 0.45);
}

.bg-purple-900\/5{
  background-color: rgb(88 28 135 / 0.05);
}

.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}

.bg-purple-900\/55{
  background-color: rgb(88 28 135 / 0.55);
}

.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}

.bg-purple-900\/65{
  background-color: rgb(88 28 135 / 0.65);
}

.bg-purple-900\/70{
  background-color: rgb(88 28 135 / 0.7);
}

.bg-purple-900\/75{
  background-color: rgb(88 28 135 / 0.75);
}

.bg-purple-900\/80{
  background-color: rgb(88 28 135 / 0.8);
}

.bg-purple-900\/85{
  background-color: rgb(88 28 135 / 0.85);
}

.bg-purple-900\/90{
  background-color: rgb(88 28 135 / 0.9);
}

.bg-purple-900\/95{
  background-color: rgb(88 28 135 / 0.95);
}

.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}

.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}

.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}

.bg-purple-950\/15{
  background-color: rgb(59 7 100 / 0.15);
}

.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}

.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}

.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}

.bg-purple-950\/35{
  background-color: rgb(59 7 100 / 0.35);
}

.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}

.bg-purple-950\/45{
  background-color: rgb(59 7 100 / 0.45);
}

.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}

.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}

.bg-purple-950\/55{
  background-color: rgb(59 7 100 / 0.55);
}

.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}

.bg-purple-950\/65{
  background-color: rgb(59 7 100 / 0.65);
}

.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}

.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}

.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}

.bg-purple-950\/85{
  background-color: rgb(59 7 100 / 0.85);
}

.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}

.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15{
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35{
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45{
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55{
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65{
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85{
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15{
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35{
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45{
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55{
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65{
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85{
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35{
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45{
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55{
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65{
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85{
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15{
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35{
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45{
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55{
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65{
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85{
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15{
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35{
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45{
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55{
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65{
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85{
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15{
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35{
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45{
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55{
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65{
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85{
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15{
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35{
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45{
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55{
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65{
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85{
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15{
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35{
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45{
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55{
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65{
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85{
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15{
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35{
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45{
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55{
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65{
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}

.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}

.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}

.bg-red-950\/15{
  background-color: rgb(69 10 10 / 0.15);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}

.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}

.bg-red-950\/35{
  background-color: rgb(69 10 10 / 0.35);
}

.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}

.bg-red-950\/45{
  background-color: rgb(69 10 10 / 0.45);
}

.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}

.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}

.bg-red-950\/55{
  background-color: rgb(69 10 10 / 0.55);
}

.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}

.bg-red-950\/65{
  background-color: rgb(69 10 10 / 0.65);
}

.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}

.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}

.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}

.bg-red-950\/85{
  background-color: rgb(69 10 10 / 0.85);
}

.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}

.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-100\/0{
  background-color: rgb(255 228 230 / 0);
}

.bg-rose-100\/10{
  background-color: rgb(255 228 230 / 0.1);
}

.bg-rose-100\/100{
  background-color: rgb(255 228 230 / 1);
}

.bg-rose-100\/15{
  background-color: rgb(255 228 230 / 0.15);
}

.bg-rose-100\/20{
  background-color: rgb(255 228 230 / 0.2);
}

.bg-rose-100\/25{
  background-color: rgb(255 228 230 / 0.25);
}

.bg-rose-100\/30{
  background-color: rgb(255 228 230 / 0.3);
}

.bg-rose-100\/35{
  background-color: rgb(255 228 230 / 0.35);
}

.bg-rose-100\/40{
  background-color: rgb(255 228 230 / 0.4);
}

.bg-rose-100\/45{
  background-color: rgb(255 228 230 / 0.45);
}

.bg-rose-100\/5{
  background-color: rgb(255 228 230 / 0.05);
}

.bg-rose-100\/50{
  background-color: rgb(255 228 230 / 0.5);
}

.bg-rose-100\/55{
  background-color: rgb(255 228 230 / 0.55);
}

.bg-rose-100\/60{
  background-color: rgb(255 228 230 / 0.6);
}

.bg-rose-100\/65{
  background-color: rgb(255 228 230 / 0.65);
}

.bg-rose-100\/70{
  background-color: rgb(255 228 230 / 0.7);
}

.bg-rose-100\/75{
  background-color: rgb(255 228 230 / 0.75);
}

.bg-rose-100\/80{
  background-color: rgb(255 228 230 / 0.8);
}

.bg-rose-100\/85{
  background-color: rgb(255 228 230 / 0.85);
}

.bg-rose-100\/90{
  background-color: rgb(255 228 230 / 0.9);
}

.bg-rose-100\/95{
  background-color: rgb(255 228 230 / 0.95);
}

.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.bg-rose-200\/0{
  background-color: rgb(254 205 211 / 0);
}

.bg-rose-200\/10{
  background-color: rgb(254 205 211 / 0.1);
}

.bg-rose-200\/100{
  background-color: rgb(254 205 211 / 1);
}

.bg-rose-200\/15{
  background-color: rgb(254 205 211 / 0.15);
}

.bg-rose-200\/20{
  background-color: rgb(254 205 211 / 0.2);
}

.bg-rose-200\/25{
  background-color: rgb(254 205 211 / 0.25);
}

.bg-rose-200\/30{
  background-color: rgb(254 205 211 / 0.3);
}

.bg-rose-200\/35{
  background-color: rgb(254 205 211 / 0.35);
}

.bg-rose-200\/40{
  background-color: rgb(254 205 211 / 0.4);
}

.bg-rose-200\/45{
  background-color: rgb(254 205 211 / 0.45);
}

.bg-rose-200\/5{
  background-color: rgb(254 205 211 / 0.05);
}

.bg-rose-200\/50{
  background-color: rgb(254 205 211 / 0.5);
}

.bg-rose-200\/55{
  background-color: rgb(254 205 211 / 0.55);
}

.bg-rose-200\/60{
  background-color: rgb(254 205 211 / 0.6);
}

.bg-rose-200\/65{
  background-color: rgb(254 205 211 / 0.65);
}

.bg-rose-200\/70{
  background-color: rgb(254 205 211 / 0.7);
}

.bg-rose-200\/75{
  background-color: rgb(254 205 211 / 0.75);
}

.bg-rose-200\/80{
  background-color: rgb(254 205 211 / 0.8);
}

.bg-rose-200\/85{
  background-color: rgb(254 205 211 / 0.85);
}

.bg-rose-200\/90{
  background-color: rgb(254 205 211 / 0.9);
}

.bg-rose-200\/95{
  background-color: rgb(254 205 211 / 0.95);
}

.bg-rose-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.bg-rose-300\/0{
  background-color: rgb(253 164 175 / 0);
}

.bg-rose-300\/10{
  background-color: rgb(253 164 175 / 0.1);
}

.bg-rose-300\/100{
  background-color: rgb(253 164 175 / 1);
}

.bg-rose-300\/15{
  background-color: rgb(253 164 175 / 0.15);
}

.bg-rose-300\/20{
  background-color: rgb(253 164 175 / 0.2);
}

.bg-rose-300\/25{
  background-color: rgb(253 164 175 / 0.25);
}

.bg-rose-300\/30{
  background-color: rgb(253 164 175 / 0.3);
}

.bg-rose-300\/35{
  background-color: rgb(253 164 175 / 0.35);
}

.bg-rose-300\/40{
  background-color: rgb(253 164 175 / 0.4);
}

.bg-rose-300\/45{
  background-color: rgb(253 164 175 / 0.45);
}

.bg-rose-300\/5{
  background-color: rgb(253 164 175 / 0.05);
}

.bg-rose-300\/50{
  background-color: rgb(253 164 175 / 0.5);
}

.bg-rose-300\/55{
  background-color: rgb(253 164 175 / 0.55);
}

.bg-rose-300\/60{
  background-color: rgb(253 164 175 / 0.6);
}

.bg-rose-300\/65{
  background-color: rgb(253 164 175 / 0.65);
}

.bg-rose-300\/70{
  background-color: rgb(253 164 175 / 0.7);
}

.bg-rose-300\/75{
  background-color: rgb(253 164 175 / 0.75);
}

.bg-rose-300\/80{
  background-color: rgb(253 164 175 / 0.8);
}

.bg-rose-300\/85{
  background-color: rgb(253 164 175 / 0.85);
}

.bg-rose-300\/90{
  background-color: rgb(253 164 175 / 0.9);
}

.bg-rose-300\/95{
  background-color: rgb(253 164 175 / 0.95);
}

.bg-rose-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-400\/0{
  background-color: rgb(251 113 133 / 0);
}

.bg-rose-400\/10{
  background-color: rgb(251 113 133 / 0.1);
}

.bg-rose-400\/100{
  background-color: rgb(251 113 133 / 1);
}

.bg-rose-400\/15{
  background-color: rgb(251 113 133 / 0.15);
}

.bg-rose-400\/20{
  background-color: rgb(251 113 133 / 0.2);
}

.bg-rose-400\/25{
  background-color: rgb(251 113 133 / 0.25);
}

.bg-rose-400\/30{
  background-color: rgb(251 113 133 / 0.3);
}

.bg-rose-400\/35{
  background-color: rgb(251 113 133 / 0.35);
}

.bg-rose-400\/40{
  background-color: rgb(251 113 133 / 0.4);
}

.bg-rose-400\/45{
  background-color: rgb(251 113 133 / 0.45);
}

.bg-rose-400\/5{
  background-color: rgb(251 113 133 / 0.05);
}

.bg-rose-400\/50{
  background-color: rgb(251 113 133 / 0.5);
}

.bg-rose-400\/55{
  background-color: rgb(251 113 133 / 0.55);
}

.bg-rose-400\/60{
  background-color: rgb(251 113 133 / 0.6);
}

.bg-rose-400\/65{
  background-color: rgb(251 113 133 / 0.65);
}

.bg-rose-400\/70{
  background-color: rgb(251 113 133 / 0.7);
}

.bg-rose-400\/75{
  background-color: rgb(251 113 133 / 0.75);
}

.bg-rose-400\/80{
  background-color: rgb(251 113 133 / 0.8);
}

.bg-rose-400\/85{
  background-color: rgb(251 113 133 / 0.85);
}

.bg-rose-400\/90{
  background-color: rgb(251 113 133 / 0.9);
}

.bg-rose-400\/95{
  background-color: rgb(251 113 133 / 0.95);
}

.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-rose-50\/0{
  background-color: rgb(255 241 242 / 0);
}

.bg-rose-50\/10{
  background-color: rgb(255 241 242 / 0.1);
}

.bg-rose-50\/100{
  background-color: rgb(255 241 242 / 1);
}

.bg-rose-50\/15{
  background-color: rgb(255 241 242 / 0.15);
}

.bg-rose-50\/20{
  background-color: rgb(255 241 242 / 0.2);
}

.bg-rose-50\/25{
  background-color: rgb(255 241 242 / 0.25);
}

.bg-rose-50\/30{
  background-color: rgb(255 241 242 / 0.3);
}

.bg-rose-50\/35{
  background-color: rgb(255 241 242 / 0.35);
}

.bg-rose-50\/40{
  background-color: rgb(255 241 242 / 0.4);
}

.bg-rose-50\/45{
  background-color: rgb(255 241 242 / 0.45);
}

.bg-rose-50\/5{
  background-color: rgb(255 241 242 / 0.05);
}

.bg-rose-50\/50{
  background-color: rgb(255 241 242 / 0.5);
}

.bg-rose-50\/55{
  background-color: rgb(255 241 242 / 0.55);
}

.bg-rose-50\/60{
  background-color: rgb(255 241 242 / 0.6);
}

.bg-rose-50\/65{
  background-color: rgb(255 241 242 / 0.65);
}

.bg-rose-50\/70{
  background-color: rgb(255 241 242 / 0.7);
}

.bg-rose-50\/75{
  background-color: rgb(255 241 242 / 0.75);
}

.bg-rose-50\/80{
  background-color: rgb(255 241 242 / 0.8);
}

.bg-rose-50\/85{
  background-color: rgb(255 241 242 / 0.85);
}

.bg-rose-50\/90{
  background-color: rgb(255 241 242 / 0.9);
}

.bg-rose-50\/95{
  background-color: rgb(255 241 242 / 0.95);
}

.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/0{
  background-color: rgb(244 63 94 / 0);
}

.bg-rose-500\/10{
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/100{
  background-color: rgb(244 63 94 / 1);
}

.bg-rose-500\/15{
  background-color: rgb(244 63 94 / 0.15);
}

.bg-rose-500\/20{
  background-color: rgb(244 63 94 / 0.2);
}

.bg-rose-500\/25{
  background-color: rgb(244 63 94 / 0.25);
}

.bg-rose-500\/30{
  background-color: rgb(244 63 94 / 0.3);
}

.bg-rose-500\/35{
  background-color: rgb(244 63 94 / 0.35);
}

.bg-rose-500\/40{
  background-color: rgb(244 63 94 / 0.4);
}

.bg-rose-500\/45{
  background-color: rgb(244 63 94 / 0.45);
}

.bg-rose-500\/5{
  background-color: rgb(244 63 94 / 0.05);
}

.bg-rose-500\/50{
  background-color: rgb(244 63 94 / 0.5);
}

.bg-rose-500\/55{
  background-color: rgb(244 63 94 / 0.55);
}

.bg-rose-500\/60{
  background-color: rgb(244 63 94 / 0.6);
}

.bg-rose-500\/65{
  background-color: rgb(244 63 94 / 0.65);
}

.bg-rose-500\/70{
  background-color: rgb(244 63 94 / 0.7);
}

.bg-rose-500\/75{
  background-color: rgb(244 63 94 / 0.75);
}

.bg-rose-500\/80{
  background-color: rgb(244 63 94 / 0.8);
}

.bg-rose-500\/85{
  background-color: rgb(244 63 94 / 0.85);
}

.bg-rose-500\/90{
  background-color: rgb(244 63 94 / 0.9);
}

.bg-rose-500\/95{
  background-color: rgb(244 63 94 / 0.95);
}

.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-600\/0{
  background-color: rgb(225 29 72 / 0);
}

.bg-rose-600\/10{
  background-color: rgb(225 29 72 / 0.1);
}

.bg-rose-600\/100{
  background-color: rgb(225 29 72 / 1);
}

.bg-rose-600\/15{
  background-color: rgb(225 29 72 / 0.15);
}

.bg-rose-600\/20{
  background-color: rgb(225 29 72 / 0.2);
}

.bg-rose-600\/25{
  background-color: rgb(225 29 72 / 0.25);
}

.bg-rose-600\/30{
  background-color: rgb(225 29 72 / 0.3);
}

.bg-rose-600\/35{
  background-color: rgb(225 29 72 / 0.35);
}

.bg-rose-600\/40{
  background-color: rgb(225 29 72 / 0.4);
}

.bg-rose-600\/45{
  background-color: rgb(225 29 72 / 0.45);
}

.bg-rose-600\/5{
  background-color: rgb(225 29 72 / 0.05);
}

.bg-rose-600\/50{
  background-color: rgb(225 29 72 / 0.5);
}

.bg-rose-600\/55{
  background-color: rgb(225 29 72 / 0.55);
}

.bg-rose-600\/60{
  background-color: rgb(225 29 72 / 0.6);
}

.bg-rose-600\/65{
  background-color: rgb(225 29 72 / 0.65);
}

.bg-rose-600\/70{
  background-color: rgb(225 29 72 / 0.7);
}

.bg-rose-600\/75{
  background-color: rgb(225 29 72 / 0.75);
}

.bg-rose-600\/80{
  background-color: rgb(225 29 72 / 0.8);
}

.bg-rose-600\/85{
  background-color: rgb(225 29 72 / 0.85);
}

.bg-rose-600\/90{
  background-color: rgb(225 29 72 / 0.9);
}

.bg-rose-600\/95{
  background-color: rgb(225 29 72 / 0.95);
}

.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.bg-rose-700\/0{
  background-color: rgb(190 18 60 / 0);
}

.bg-rose-700\/10{
  background-color: rgb(190 18 60 / 0.1);
}

.bg-rose-700\/100{
  background-color: rgb(190 18 60 / 1);
}

.bg-rose-700\/15{
  background-color: rgb(190 18 60 / 0.15);
}

.bg-rose-700\/20{
  background-color: rgb(190 18 60 / 0.2);
}

.bg-rose-700\/25{
  background-color: rgb(190 18 60 / 0.25);
}

.bg-rose-700\/30{
  background-color: rgb(190 18 60 / 0.3);
}

.bg-rose-700\/35{
  background-color: rgb(190 18 60 / 0.35);
}

.bg-rose-700\/40{
  background-color: rgb(190 18 60 / 0.4);
}

.bg-rose-700\/45{
  background-color: rgb(190 18 60 / 0.45);
}

.bg-rose-700\/5{
  background-color: rgb(190 18 60 / 0.05);
}

.bg-rose-700\/50{
  background-color: rgb(190 18 60 / 0.5);
}

.bg-rose-700\/55{
  background-color: rgb(190 18 60 / 0.55);
}

.bg-rose-700\/60{
  background-color: rgb(190 18 60 / 0.6);
}

.bg-rose-700\/65{
  background-color: rgb(190 18 60 / 0.65);
}

.bg-rose-700\/70{
  background-color: rgb(190 18 60 / 0.7);
}

.bg-rose-700\/75{
  background-color: rgb(190 18 60 / 0.75);
}

.bg-rose-700\/80{
  background-color: rgb(190 18 60 / 0.8);
}

.bg-rose-700\/85{
  background-color: rgb(190 18 60 / 0.85);
}

.bg-rose-700\/90{
  background-color: rgb(190 18 60 / 0.9);
}

.bg-rose-700\/95{
  background-color: rgb(190 18 60 / 0.95);
}

.bg-rose-800{
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.bg-rose-800\/0{
  background-color: rgb(159 18 57 / 0);
}

.bg-rose-800\/10{
  background-color: rgb(159 18 57 / 0.1);
}

.bg-rose-800\/100{
  background-color: rgb(159 18 57 / 1);
}

.bg-rose-800\/15{
  background-color: rgb(159 18 57 / 0.15);
}

.bg-rose-800\/20{
  background-color: rgb(159 18 57 / 0.2);
}

.bg-rose-800\/25{
  background-color: rgb(159 18 57 / 0.25);
}

.bg-rose-800\/30{
  background-color: rgb(159 18 57 / 0.3);
}

.bg-rose-800\/35{
  background-color: rgb(159 18 57 / 0.35);
}

.bg-rose-800\/40{
  background-color: rgb(159 18 57 / 0.4);
}

.bg-rose-800\/45{
  background-color: rgb(159 18 57 / 0.45);
}

.bg-rose-800\/5{
  background-color: rgb(159 18 57 / 0.05);
}

.bg-rose-800\/50{
  background-color: rgb(159 18 57 / 0.5);
}

.bg-rose-800\/55{
  background-color: rgb(159 18 57 / 0.55);
}

.bg-rose-800\/60{
  background-color: rgb(159 18 57 / 0.6);
}

.bg-rose-800\/65{
  background-color: rgb(159 18 57 / 0.65);
}

.bg-rose-800\/70{
  background-color: rgb(159 18 57 / 0.7);
}

.bg-rose-800\/75{
  background-color: rgb(159 18 57 / 0.75);
}

.bg-rose-800\/80{
  background-color: rgb(159 18 57 / 0.8);
}

.bg-rose-800\/85{
  background-color: rgb(159 18 57 / 0.85);
}

.bg-rose-800\/90{
  background-color: rgb(159 18 57 / 0.9);
}

.bg-rose-800\/95{
  background-color: rgb(159 18 57 / 0.95);
}

.bg-rose-900{
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.bg-rose-900\/0{
  background-color: rgb(136 19 55 / 0);
}

.bg-rose-900\/10{
  background-color: rgb(136 19 55 / 0.1);
}

.bg-rose-900\/100{
  background-color: rgb(136 19 55 / 1);
}

.bg-rose-900\/15{
  background-color: rgb(136 19 55 / 0.15);
}

.bg-rose-900\/20{
  background-color: rgb(136 19 55 / 0.2);
}

.bg-rose-900\/25{
  background-color: rgb(136 19 55 / 0.25);
}

.bg-rose-900\/30{
  background-color: rgb(136 19 55 / 0.3);
}

.bg-rose-900\/35{
  background-color: rgb(136 19 55 / 0.35);
}

.bg-rose-900\/40{
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-900\/45{
  background-color: rgb(136 19 55 / 0.45);
}

.bg-rose-900\/5{
  background-color: rgb(136 19 55 / 0.05);
}

.bg-rose-900\/50{
  background-color: rgb(136 19 55 / 0.5);
}

.bg-rose-900\/55{
  background-color: rgb(136 19 55 / 0.55);
}

.bg-rose-900\/60{
  background-color: rgb(136 19 55 / 0.6);
}

.bg-rose-900\/65{
  background-color: rgb(136 19 55 / 0.65);
}

.bg-rose-900\/70{
  background-color: rgb(136 19 55 / 0.7);
}

.bg-rose-900\/75{
  background-color: rgb(136 19 55 / 0.75);
}

.bg-rose-900\/80{
  background-color: rgb(136 19 55 / 0.8);
}

.bg-rose-900\/85{
  background-color: rgb(136 19 55 / 0.85);
}

.bg-rose-900\/90{
  background-color: rgb(136 19 55 / 0.9);
}

.bg-rose-900\/95{
  background-color: rgb(136 19 55 / 0.95);
}

.bg-rose-950{
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.bg-rose-950\/0{
  background-color: rgb(76 5 25 / 0);
}

.bg-rose-950\/10{
  background-color: rgb(76 5 25 / 0.1);
}

.bg-rose-950\/100{
  background-color: rgb(76 5 25 / 1);
}

.bg-rose-950\/15{
  background-color: rgb(76 5 25 / 0.15);
}

.bg-rose-950\/20{
  background-color: rgb(76 5 25 / 0.2);
}

.bg-rose-950\/25{
  background-color: rgb(76 5 25 / 0.25);
}

.bg-rose-950\/30{
  background-color: rgb(76 5 25 / 0.3);
}

.bg-rose-950\/35{
  background-color: rgb(76 5 25 / 0.35);
}

.bg-rose-950\/40{
  background-color: rgb(76 5 25 / 0.4);
}

.bg-rose-950\/45{
  background-color: rgb(76 5 25 / 0.45);
}

.bg-rose-950\/5{
  background-color: rgb(76 5 25 / 0.05);
}

.bg-rose-950\/50{
  background-color: rgb(76 5 25 / 0.5);
}

.bg-rose-950\/55{
  background-color: rgb(76 5 25 / 0.55);
}

.bg-rose-950\/60{
  background-color: rgb(76 5 25 / 0.6);
}

.bg-rose-950\/65{
  background-color: rgb(76 5 25 / 0.65);
}

.bg-rose-950\/70{
  background-color: rgb(76 5 25 / 0.7);
}

.bg-rose-950\/75{
  background-color: rgb(76 5 25 / 0.75);
}

.bg-rose-950\/80{
  background-color: rgb(76 5 25 / 0.8);
}

.bg-rose-950\/85{
  background-color: rgb(76 5 25 / 0.85);
}

.bg-rose-950\/90{
  background-color: rgb(76 5 25 / 0.9);
}

.bg-rose-950\/95{
  background-color: rgb(76 5 25 / 0.95);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/0{
  background-color: rgb(169 255 234 / 0);
}

.bg-secondary\/10{
  background-color: rgb(169 255 234 / 0.1);
}

.bg-secondary\/100{
  background-color: rgb(169 255 234 / 1);
}

.bg-secondary\/15{
  background-color: rgb(169 255 234 / 0.15);
}

.bg-secondary\/20{
  background-color: rgb(169 255 234 / 0.2);
}

.bg-secondary\/25{
  background-color: rgb(169 255 234 / 0.25);
}

.bg-secondary\/30{
  background-color: rgb(169 255 234 / 0.3);
}

.bg-secondary\/35{
  background-color: rgb(169 255 234 / 0.35);
}

.bg-secondary\/40{
  background-color: rgb(169 255 234 / 0.4);
}

.bg-secondary\/45{
  background-color: rgb(169 255 234 / 0.45);
}

.bg-secondary\/5{
  background-color: rgb(169 255 234 / 0.05);
}

.bg-secondary\/50{
  background-color: rgb(169 255 234 / 0.5);
}

.bg-secondary\/55{
  background-color: rgb(169 255 234 / 0.55);
}

.bg-secondary\/60{
  background-color: rgb(169 255 234 / 0.6);
}

.bg-secondary\/65{
  background-color: rgb(169 255 234 / 0.65);
}

.bg-secondary\/70{
  background-color: rgb(169 255 234 / 0.7);
}

.bg-secondary\/75{
  background-color: rgb(169 255 234 / 0.75);
}

.bg-secondary\/80{
  background-color: rgb(169 255 234 / 0.8);
}

.bg-secondary\/85{
  background-color: rgb(169 255 234 / 0.85);
}

.bg-secondary\/90{
  background-color: rgb(169 255 234 / 0.9);
}

.bg-secondary\/95{
  background-color: rgb(169 255 234 / 0.95);
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-100\/0{
  background-color: rgb(224 242 254 / 0);
}

.bg-sky-100\/10{
  background-color: rgb(224 242 254 / 0.1);
}

.bg-sky-100\/100{
  background-color: rgb(224 242 254 / 1);
}

.bg-sky-100\/15{
  background-color: rgb(224 242 254 / 0.15);
}

.bg-sky-100\/20{
  background-color: rgb(224 242 254 / 0.2);
}

.bg-sky-100\/25{
  background-color: rgb(224 242 254 / 0.25);
}

.bg-sky-100\/30{
  background-color: rgb(224 242 254 / 0.3);
}

.bg-sky-100\/35{
  background-color: rgb(224 242 254 / 0.35);
}

.bg-sky-100\/40{
  background-color: rgb(224 242 254 / 0.4);
}

.bg-sky-100\/45{
  background-color: rgb(224 242 254 / 0.45);
}

.bg-sky-100\/5{
  background-color: rgb(224 242 254 / 0.05);
}

.bg-sky-100\/50{
  background-color: rgb(224 242 254 / 0.5);
}

.bg-sky-100\/55{
  background-color: rgb(224 242 254 / 0.55);
}

.bg-sky-100\/60{
  background-color: rgb(224 242 254 / 0.6);
}

.bg-sky-100\/65{
  background-color: rgb(224 242 254 / 0.65);
}

.bg-sky-100\/70{
  background-color: rgb(224 242 254 / 0.7);
}

.bg-sky-100\/75{
  background-color: rgb(224 242 254 / 0.75);
}

.bg-sky-100\/80{
  background-color: rgb(224 242 254 / 0.8);
}

.bg-sky-100\/85{
  background-color: rgb(224 242 254 / 0.85);
}

.bg-sky-100\/90{
  background-color: rgb(224 242 254 / 0.9);
}

.bg-sky-100\/95{
  background-color: rgb(224 242 254 / 0.95);
}

.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.bg-sky-200\/0{
  background-color: rgb(186 230 253 / 0);
}

.bg-sky-200\/10{
  background-color: rgb(186 230 253 / 0.1);
}

.bg-sky-200\/100{
  background-color: rgb(186 230 253 / 1);
}

.bg-sky-200\/15{
  background-color: rgb(186 230 253 / 0.15);
}

.bg-sky-200\/20{
  background-color: rgb(186 230 253 / 0.2);
}

.bg-sky-200\/25{
  background-color: rgb(186 230 253 / 0.25);
}

.bg-sky-200\/30{
  background-color: rgb(186 230 253 / 0.3);
}

.bg-sky-200\/35{
  background-color: rgb(186 230 253 / 0.35);
}

.bg-sky-200\/40{
  background-color: rgb(186 230 253 / 0.4);
}

.bg-sky-200\/45{
  background-color: rgb(186 230 253 / 0.45);
}

.bg-sky-200\/5{
  background-color: rgb(186 230 253 / 0.05);
}

.bg-sky-200\/50{
  background-color: rgb(186 230 253 / 0.5);
}

.bg-sky-200\/55{
  background-color: rgb(186 230 253 / 0.55);
}

.bg-sky-200\/60{
  background-color: rgb(186 230 253 / 0.6);
}

.bg-sky-200\/65{
  background-color: rgb(186 230 253 / 0.65);
}

.bg-sky-200\/70{
  background-color: rgb(186 230 253 / 0.7);
}

.bg-sky-200\/75{
  background-color: rgb(186 230 253 / 0.75);
}

.bg-sky-200\/80{
  background-color: rgb(186 230 253 / 0.8);
}

.bg-sky-200\/85{
  background-color: rgb(186 230 253 / 0.85);
}

.bg-sky-200\/90{
  background-color: rgb(186 230 253 / 0.9);
}

.bg-sky-200\/95{
  background-color: rgb(186 230 253 / 0.95);
}

.bg-sky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-sky-300\/0{
  background-color: rgb(125 211 252 / 0);
}

.bg-sky-300\/10{
  background-color: rgb(125 211 252 / 0.1);
}

.bg-sky-300\/100{
  background-color: rgb(125 211 252 / 1);
}

.bg-sky-300\/15{
  background-color: rgb(125 211 252 / 0.15);
}

.bg-sky-300\/20{
  background-color: rgb(125 211 252 / 0.2);
}

.bg-sky-300\/25{
  background-color: rgb(125 211 252 / 0.25);
}

.bg-sky-300\/30{
  background-color: rgb(125 211 252 / 0.3);
}

.bg-sky-300\/35{
  background-color: rgb(125 211 252 / 0.35);
}

.bg-sky-300\/40{
  background-color: rgb(125 211 252 / 0.4);
}

.bg-sky-300\/45{
  background-color: rgb(125 211 252 / 0.45);
}

.bg-sky-300\/5{
  background-color: rgb(125 211 252 / 0.05);
}

.bg-sky-300\/50{
  background-color: rgb(125 211 252 / 0.5);
}

.bg-sky-300\/55{
  background-color: rgb(125 211 252 / 0.55);
}

.bg-sky-300\/60{
  background-color: rgb(125 211 252 / 0.6);
}

.bg-sky-300\/65{
  background-color: rgb(125 211 252 / 0.65);
}

.bg-sky-300\/70{
  background-color: rgb(125 211 252 / 0.7);
}

.bg-sky-300\/75{
  background-color: rgb(125 211 252 / 0.75);
}

.bg-sky-300\/80{
  background-color: rgb(125 211 252 / 0.8);
}

.bg-sky-300\/85{
  background-color: rgb(125 211 252 / 0.85);
}

.bg-sky-300\/90{
  background-color: rgb(125 211 252 / 0.9);
}

.bg-sky-300\/95{
  background-color: rgb(125 211 252 / 0.95);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-400\/0{
  background-color: rgb(56 189 248 / 0);
}

.bg-sky-400\/10{
  background-color: rgb(56 189 248 / 0.1);
}

.bg-sky-400\/100{
  background-color: rgb(56 189 248 / 1);
}

.bg-sky-400\/15{
  background-color: rgb(56 189 248 / 0.15);
}

.bg-sky-400\/20{
  background-color: rgb(56 189 248 / 0.2);
}

.bg-sky-400\/25{
  background-color: rgb(56 189 248 / 0.25);
}

.bg-sky-400\/30{
  background-color: rgb(56 189 248 / 0.3);
}

.bg-sky-400\/35{
  background-color: rgb(56 189 248 / 0.35);
}

.bg-sky-400\/40{
  background-color: rgb(56 189 248 / 0.4);
}

.bg-sky-400\/45{
  background-color: rgb(56 189 248 / 0.45);
}

.bg-sky-400\/5{
  background-color: rgb(56 189 248 / 0.05);
}

.bg-sky-400\/50{
  background-color: rgb(56 189 248 / 0.5);
}

.bg-sky-400\/55{
  background-color: rgb(56 189 248 / 0.55);
}

.bg-sky-400\/60{
  background-color: rgb(56 189 248 / 0.6);
}

.bg-sky-400\/65{
  background-color: rgb(56 189 248 / 0.65);
}

.bg-sky-400\/70{
  background-color: rgb(56 189 248 / 0.7);
}

.bg-sky-400\/75{
  background-color: rgb(56 189 248 / 0.75);
}

.bg-sky-400\/80{
  background-color: rgb(56 189 248 / 0.8);
}

.bg-sky-400\/85{
  background-color: rgb(56 189 248 / 0.85);
}

.bg-sky-400\/90{
  background-color: rgb(56 189 248 / 0.9);
}

.bg-sky-400\/95{
  background-color: rgb(56 189 248 / 0.95);
}

.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-sky-50\/0{
  background-color: rgb(240 249 255 / 0);
}

.bg-sky-50\/10{
  background-color: rgb(240 249 255 / 0.1);
}

.bg-sky-50\/100{
  background-color: rgb(240 249 255 / 1);
}

.bg-sky-50\/15{
  background-color: rgb(240 249 255 / 0.15);
}

.bg-sky-50\/20{
  background-color: rgb(240 249 255 / 0.2);
}

.bg-sky-50\/25{
  background-color: rgb(240 249 255 / 0.25);
}

.bg-sky-50\/30{
  background-color: rgb(240 249 255 / 0.3);
}

.bg-sky-50\/35{
  background-color: rgb(240 249 255 / 0.35);
}

.bg-sky-50\/40{
  background-color: rgb(240 249 255 / 0.4);
}

.bg-sky-50\/45{
  background-color: rgb(240 249 255 / 0.45);
}

.bg-sky-50\/5{
  background-color: rgb(240 249 255 / 0.05);
}

.bg-sky-50\/50{
  background-color: rgb(240 249 255 / 0.5);
}

.bg-sky-50\/55{
  background-color: rgb(240 249 255 / 0.55);
}

.bg-sky-50\/60{
  background-color: rgb(240 249 255 / 0.6);
}

.bg-sky-50\/65{
  background-color: rgb(240 249 255 / 0.65);
}

.bg-sky-50\/70{
  background-color: rgb(240 249 255 / 0.7);
}

.bg-sky-50\/75{
  background-color: rgb(240 249 255 / 0.75);
}

.bg-sky-50\/80{
  background-color: rgb(240 249 255 / 0.8);
}

.bg-sky-50\/85{
  background-color: rgb(240 249 255 / 0.85);
}

.bg-sky-50\/90{
  background-color: rgb(240 249 255 / 0.9);
}

.bg-sky-50\/95{
  background-color: rgb(240 249 255 / 0.95);
}

.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-500\/0{
  background-color: rgb(14 165 233 / 0);
}

.bg-sky-500\/10{
  background-color: rgb(14 165 233 / 0.1);
}

.bg-sky-500\/100{
  background-color: rgb(14 165 233 / 1);
}

.bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15);
}

.bg-sky-500\/20{
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-500\/25{
  background-color: rgb(14 165 233 / 0.25);
}

.bg-sky-500\/30{
  background-color: rgb(14 165 233 / 0.3);
}

.bg-sky-500\/35{
  background-color: rgb(14 165 233 / 0.35);
}

.bg-sky-500\/40{
  background-color: rgb(14 165 233 / 0.4);
}

.bg-sky-500\/45{
  background-color: rgb(14 165 233 / 0.45);
}

.bg-sky-500\/5{
  background-color: rgb(14 165 233 / 0.05);
}

.bg-sky-500\/50{
  background-color: rgb(14 165 233 / 0.5);
}

.bg-sky-500\/55{
  background-color: rgb(14 165 233 / 0.55);
}

.bg-sky-500\/60{
  background-color: rgb(14 165 233 / 0.6);
}

.bg-sky-500\/65{
  background-color: rgb(14 165 233 / 0.65);
}

.bg-sky-500\/70{
  background-color: rgb(14 165 233 / 0.7);
}

.bg-sky-500\/75{
  background-color: rgb(14 165 233 / 0.75);
}

.bg-sky-500\/80{
  background-color: rgb(14 165 233 / 0.8);
}

.bg-sky-500\/85{
  background-color: rgb(14 165 233 / 0.85);
}

.bg-sky-500\/90{
  background-color: rgb(14 165 233 / 0.9);
}

.bg-sky-500\/95{
  background-color: rgb(14 165 233 / 0.95);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-600\/0{
  background-color: rgb(2 132 199 / 0);
}

.bg-sky-600\/10{
  background-color: rgb(2 132 199 / 0.1);
}

.bg-sky-600\/100{
  background-color: rgb(2 132 199 / 1);
}

.bg-sky-600\/15{
  background-color: rgb(2 132 199 / 0.15);
}

.bg-sky-600\/20{
  background-color: rgb(2 132 199 / 0.2);
}

.bg-sky-600\/25{
  background-color: rgb(2 132 199 / 0.25);
}

.bg-sky-600\/30{
  background-color: rgb(2 132 199 / 0.3);
}

.bg-sky-600\/35{
  background-color: rgb(2 132 199 / 0.35);
}

.bg-sky-600\/40{
  background-color: rgb(2 132 199 / 0.4);
}

.bg-sky-600\/45{
  background-color: rgb(2 132 199 / 0.45);
}

.bg-sky-600\/5{
  background-color: rgb(2 132 199 / 0.05);
}

.bg-sky-600\/50{
  background-color: rgb(2 132 199 / 0.5);
}

.bg-sky-600\/55{
  background-color: rgb(2 132 199 / 0.55);
}

.bg-sky-600\/60{
  background-color: rgb(2 132 199 / 0.6);
}

.bg-sky-600\/65{
  background-color: rgb(2 132 199 / 0.65);
}

.bg-sky-600\/70{
  background-color: rgb(2 132 199 / 0.7);
}

.bg-sky-600\/75{
  background-color: rgb(2 132 199 / 0.75);
}

.bg-sky-600\/80{
  background-color: rgb(2 132 199 / 0.8);
}

.bg-sky-600\/85{
  background-color: rgb(2 132 199 / 0.85);
}

.bg-sky-600\/90{
  background-color: rgb(2 132 199 / 0.9);
}

.bg-sky-600\/95{
  background-color: rgb(2 132 199 / 0.95);
}

.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.bg-sky-700\/0{
  background-color: rgb(3 105 161 / 0);
}

.bg-sky-700\/10{
  background-color: rgb(3 105 161 / 0.1);
}

.bg-sky-700\/100{
  background-color: rgb(3 105 161 / 1);
}

.bg-sky-700\/15{
  background-color: rgb(3 105 161 / 0.15);
}

.bg-sky-700\/20{
  background-color: rgb(3 105 161 / 0.2);
}

.bg-sky-700\/25{
  background-color: rgb(3 105 161 / 0.25);
}

.bg-sky-700\/30{
  background-color: rgb(3 105 161 / 0.3);
}

.bg-sky-700\/35{
  background-color: rgb(3 105 161 / 0.35);
}

.bg-sky-700\/40{
  background-color: rgb(3 105 161 / 0.4);
}

.bg-sky-700\/45{
  background-color: rgb(3 105 161 / 0.45);
}

.bg-sky-700\/5{
  background-color: rgb(3 105 161 / 0.05);
}

.bg-sky-700\/50{
  background-color: rgb(3 105 161 / 0.5);
}

.bg-sky-700\/55{
  background-color: rgb(3 105 161 / 0.55);
}

.bg-sky-700\/60{
  background-color: rgb(3 105 161 / 0.6);
}

.bg-sky-700\/65{
  background-color: rgb(3 105 161 / 0.65);
}

.bg-sky-700\/70{
  background-color: rgb(3 105 161 / 0.7);
}

.bg-sky-700\/75{
  background-color: rgb(3 105 161 / 0.75);
}

.bg-sky-700\/80{
  background-color: rgb(3 105 161 / 0.8);
}

.bg-sky-700\/85{
  background-color: rgb(3 105 161 / 0.85);
}

.bg-sky-700\/90{
  background-color: rgb(3 105 161 / 0.9);
}

.bg-sky-700\/95{
  background-color: rgb(3 105 161 / 0.95);
}

.bg-sky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.bg-sky-800\/0{
  background-color: rgb(7 89 133 / 0);
}

.bg-sky-800\/10{
  background-color: rgb(7 89 133 / 0.1);
}

.bg-sky-800\/100{
  background-color: rgb(7 89 133 / 1);
}

.bg-sky-800\/15{
  background-color: rgb(7 89 133 / 0.15);
}

.bg-sky-800\/20{
  background-color: rgb(7 89 133 / 0.2);
}

.bg-sky-800\/25{
  background-color: rgb(7 89 133 / 0.25);
}

.bg-sky-800\/30{
  background-color: rgb(7 89 133 / 0.3);
}

.bg-sky-800\/35{
  background-color: rgb(7 89 133 / 0.35);
}

.bg-sky-800\/40{
  background-color: rgb(7 89 133 / 0.4);
}

.bg-sky-800\/45{
  background-color: rgb(7 89 133 / 0.45);
}

.bg-sky-800\/5{
  background-color: rgb(7 89 133 / 0.05);
}

.bg-sky-800\/50{
  background-color: rgb(7 89 133 / 0.5);
}

.bg-sky-800\/55{
  background-color: rgb(7 89 133 / 0.55);
}

.bg-sky-800\/60{
  background-color: rgb(7 89 133 / 0.6);
}

.bg-sky-800\/65{
  background-color: rgb(7 89 133 / 0.65);
}

.bg-sky-800\/70{
  background-color: rgb(7 89 133 / 0.7);
}

.bg-sky-800\/75{
  background-color: rgb(7 89 133 / 0.75);
}

.bg-sky-800\/80{
  background-color: rgb(7 89 133 / 0.8);
}

.bg-sky-800\/85{
  background-color: rgb(7 89 133 / 0.85);
}

.bg-sky-800\/90{
  background-color: rgb(7 89 133 / 0.9);
}

.bg-sky-800\/95{
  background-color: rgb(7 89 133 / 0.95);
}

.bg-sky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.bg-sky-900\/0{
  background-color: rgb(12 74 110 / 0);
}

.bg-sky-900\/10{
  background-color: rgb(12 74 110 / 0.1);
}

.bg-sky-900\/100{
  background-color: rgb(12 74 110 / 1);
}

.bg-sky-900\/15{
  background-color: rgb(12 74 110 / 0.15);
}

.bg-sky-900\/20{
  background-color: rgb(12 74 110 / 0.2);
}

.bg-sky-900\/25{
  background-color: rgb(12 74 110 / 0.25);
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-900\/35{
  background-color: rgb(12 74 110 / 0.35);
}

.bg-sky-900\/40{
  background-color: rgb(12 74 110 / 0.4);
}

.bg-sky-900\/45{
  background-color: rgb(12 74 110 / 0.45);
}

.bg-sky-900\/5{
  background-color: rgb(12 74 110 / 0.05);
}

.bg-sky-900\/50{
  background-color: rgb(12 74 110 / 0.5);
}

.bg-sky-900\/55{
  background-color: rgb(12 74 110 / 0.55);
}

.bg-sky-900\/60{
  background-color: rgb(12 74 110 / 0.6);
}

.bg-sky-900\/65{
  background-color: rgb(12 74 110 / 0.65);
}

.bg-sky-900\/70{
  background-color: rgb(12 74 110 / 0.7);
}

.bg-sky-900\/75{
  background-color: rgb(12 74 110 / 0.75);
}

.bg-sky-900\/80{
  background-color: rgb(12 74 110 / 0.8);
}

.bg-sky-900\/85{
  background-color: rgb(12 74 110 / 0.85);
}

.bg-sky-900\/90{
  background-color: rgb(12 74 110 / 0.9);
}

.bg-sky-900\/95{
  background-color: rgb(12 74 110 / 0.95);
}

.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.bg-sky-950\/0{
  background-color: rgb(8 47 73 / 0);
}

.bg-sky-950\/10{
  background-color: rgb(8 47 73 / 0.1);
}

.bg-sky-950\/100{
  background-color: rgb(8 47 73 / 1);
}

.bg-sky-950\/15{
  background-color: rgb(8 47 73 / 0.15);
}

.bg-sky-950\/20{
  background-color: rgb(8 47 73 / 0.2);
}

.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}

.bg-sky-950\/30{
  background-color: rgb(8 47 73 / 0.3);
}

.bg-sky-950\/35{
  background-color: rgb(8 47 73 / 0.35);
}

.bg-sky-950\/40{
  background-color: rgb(8 47 73 / 0.4);
}

.bg-sky-950\/45{
  background-color: rgb(8 47 73 / 0.45);
}

.bg-sky-950\/5{
  background-color: rgb(8 47 73 / 0.05);
}

.bg-sky-950\/50{
  background-color: rgb(8 47 73 / 0.5);
}

.bg-sky-950\/55{
  background-color: rgb(8 47 73 / 0.55);
}

.bg-sky-950\/60{
  background-color: rgb(8 47 73 / 0.6);
}

.bg-sky-950\/65{
  background-color: rgb(8 47 73 / 0.65);
}

.bg-sky-950\/70{
  background-color: rgb(8 47 73 / 0.7);
}

.bg-sky-950\/75{
  background-color: rgb(8 47 73 / 0.75);
}

.bg-sky-950\/80{
  background-color: rgb(8 47 73 / 0.8);
}

.bg-sky-950\/85{
  background-color: rgb(8 47 73 / 0.85);
}

.bg-sky-950\/90{
  background-color: rgb(8 47 73 / 0.9);
}

.bg-sky-950\/95{
  background-color: rgb(8 47 73 / 0.95);
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-100\/0{
  background-color: rgb(241 245 249 / 0);
}

.bg-slate-100\/10{
  background-color: rgb(241 245 249 / 0.1);
}

.bg-slate-100\/100{
  background-color: rgb(241 245 249 / 1);
}

.bg-slate-100\/15{
  background-color: rgb(241 245 249 / 0.15);
}

.bg-slate-100\/20{
  background-color: rgb(241 245 249 / 0.2);
}

.bg-slate-100\/25{
  background-color: rgb(241 245 249 / 0.25);
}

.bg-slate-100\/30{
  background-color: rgb(241 245 249 / 0.3);
}

.bg-slate-100\/35{
  background-color: rgb(241 245 249 / 0.35);
}

.bg-slate-100\/40{
  background-color: rgb(241 245 249 / 0.4);
}

.bg-slate-100\/45{
  background-color: rgb(241 245 249 / 0.45);
}

.bg-slate-100\/5{
  background-color: rgb(241 245 249 / 0.05);
}

.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}

.bg-slate-100\/55{
  background-color: rgb(241 245 249 / 0.55);
}

.bg-slate-100\/60{
  background-color: rgb(241 245 249 / 0.6);
}

.bg-slate-100\/65{
  background-color: rgb(241 245 249 / 0.65);
}

.bg-slate-100\/70{
  background-color: rgb(241 245 249 / 0.7);
}

.bg-slate-100\/75{
  background-color: rgb(241 245 249 / 0.75);
}

.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}

.bg-slate-100\/85{
  background-color: rgb(241 245 249 / 0.85);
}

.bg-slate-100\/90{
  background-color: rgb(241 245 249 / 0.9);
}

.bg-slate-100\/95{
  background-color: rgb(241 245 249 / 0.95);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-200\/0{
  background-color: rgb(226 232 240 / 0);
}

.bg-slate-200\/10{
  background-color: rgb(226 232 240 / 0.1);
}

.bg-slate-200\/100{
  background-color: rgb(226 232 240 / 1);
}

.bg-slate-200\/15{
  background-color: rgb(226 232 240 / 0.15);
}

.bg-slate-200\/20{
  background-color: rgb(226 232 240 / 0.2);
}

.bg-slate-200\/25{
  background-color: rgb(226 232 240 / 0.25);
}

.bg-slate-200\/30{
  background-color: rgb(226 232 240 / 0.3);
}

.bg-slate-200\/35{
  background-color: rgb(226 232 240 / 0.35);
}

.bg-slate-200\/40{
  background-color: rgb(226 232 240 / 0.4);
}

.bg-slate-200\/45{
  background-color: rgb(226 232 240 / 0.45);
}

.bg-slate-200\/5{
  background-color: rgb(226 232 240 / 0.05);
}

.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}

.bg-slate-200\/55{
  background-color: rgb(226 232 240 / 0.55);
}

.bg-slate-200\/60{
  background-color: rgb(226 232 240 / 0.6);
}

.bg-slate-200\/65{
  background-color: rgb(226 232 240 / 0.65);
}

.bg-slate-200\/70{
  background-color: rgb(226 232 240 / 0.7);
}

.bg-slate-200\/75{
  background-color: rgb(226 232 240 / 0.75);
}

.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}

.bg-slate-200\/85{
  background-color: rgb(226 232 240 / 0.85);
}

.bg-slate-200\/90{
  background-color: rgb(226 232 240 / 0.9);
}

.bg-slate-200\/95{
  background-color: rgb(226 232 240 / 0.95);
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-300\/0{
  background-color: rgb(203 213 225 / 0);
}

.bg-slate-300\/10{
  background-color: rgb(203 213 225 / 0.1);
}

.bg-slate-300\/100{
  background-color: rgb(203 213 225 / 1);
}

.bg-slate-300\/15{
  background-color: rgb(203 213 225 / 0.15);
}

.bg-slate-300\/20{
  background-color: rgb(203 213 225 / 0.2);
}

.bg-slate-300\/25{
  background-color: rgb(203 213 225 / 0.25);
}

.bg-slate-300\/30{
  background-color: rgb(203 213 225 / 0.3);
}

.bg-slate-300\/35{
  background-color: rgb(203 213 225 / 0.35);
}

.bg-slate-300\/40{
  background-color: rgb(203 213 225 / 0.4);
}

.bg-slate-300\/45{
  background-color: rgb(203 213 225 / 0.45);
}

.bg-slate-300\/5{
  background-color: rgb(203 213 225 / 0.05);
}

.bg-slate-300\/50{
  background-color: rgb(203 213 225 / 0.5);
}

.bg-slate-300\/55{
  background-color: rgb(203 213 225 / 0.55);
}

.bg-slate-300\/60{
  background-color: rgb(203 213 225 / 0.6);
}

.bg-slate-300\/65{
  background-color: rgb(203 213 225 / 0.65);
}

.bg-slate-300\/70{
  background-color: rgb(203 213 225 / 0.7);
}

.bg-slate-300\/75{
  background-color: rgb(203 213 225 / 0.75);
}

.bg-slate-300\/80{
  background-color: rgb(203 213 225 / 0.8);
}

.bg-slate-300\/85{
  background-color: rgb(203 213 225 / 0.85);
}

.bg-slate-300\/90{
  background-color: rgb(203 213 225 / 0.9);
}

.bg-slate-300\/95{
  background-color: rgb(203 213 225 / 0.95);
}

.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-400\/0{
  background-color: rgb(148 163 184 / 0);
}

.bg-slate-400\/10{
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-400\/100{
  background-color: rgb(148 163 184 / 1);
}

.bg-slate-400\/15{
  background-color: rgb(148 163 184 / 0.15);
}

.bg-slate-400\/20{
  background-color: rgb(148 163 184 / 0.2);
}

.bg-slate-400\/25{
  background-color: rgb(148 163 184 / 0.25);
}

.bg-slate-400\/30{
  background-color: rgb(148 163 184 / 0.3);
}

.bg-slate-400\/35{
  background-color: rgb(148 163 184 / 0.35);
}

.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}

.bg-slate-400\/45{
  background-color: rgb(148 163 184 / 0.45);
}

.bg-slate-400\/5{
  background-color: rgb(148 163 184 / 0.05);
}

.bg-slate-400\/50{
  background-color: rgb(148 163 184 / 0.5);
}

.bg-slate-400\/55{
  background-color: rgb(148 163 184 / 0.55);
}

.bg-slate-400\/60{
  background-color: rgb(148 163 184 / 0.6);
}

.bg-slate-400\/65{
  background-color: rgb(148 163 184 / 0.65);
}

.bg-slate-400\/70{
  background-color: rgb(148 163 184 / 0.7);
}

.bg-slate-400\/75{
  background-color: rgb(148 163 184 / 0.75);
}

.bg-slate-400\/80{
  background-color: rgb(148 163 184 / 0.8);
}

.bg-slate-400\/85{
  background-color: rgb(148 163 184 / 0.85);
}

.bg-slate-400\/90{
  background-color: rgb(148 163 184 / 0.9);
}

.bg-slate-400\/95{
  background-color: rgb(148 163 184 / 0.95);
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-50\/0{
  background-color: rgb(248 250 252 / 0);
}

.bg-slate-50\/10{
  background-color: rgb(248 250 252 / 0.1);
}

.bg-slate-50\/100{
  background-color: rgb(248 250 252 / 1);
}

.bg-slate-50\/15{
  background-color: rgb(248 250 252 / 0.15);
}

.bg-slate-50\/20{
  background-color: rgb(248 250 252 / 0.2);
}

.bg-slate-50\/25{
  background-color: rgb(248 250 252 / 0.25);
}

.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}

.bg-slate-50\/35{
  background-color: rgb(248 250 252 / 0.35);
}

.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}

.bg-slate-50\/45{
  background-color: rgb(248 250 252 / 0.45);
}

.bg-slate-50\/5{
  background-color: rgb(248 250 252 / 0.05);
}

.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}

.bg-slate-50\/55{
  background-color: rgb(248 250 252 / 0.55);
}

.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}

.bg-slate-50\/65{
  background-color: rgb(248 250 252 / 0.65);
}

.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}

.bg-slate-50\/75{
  background-color: rgb(248 250 252 / 0.75);
}

.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}

.bg-slate-50\/85{
  background-color: rgb(248 250 252 / 0.85);
}

.bg-slate-50\/90{
  background-color: rgb(248 250 252 / 0.9);
}

.bg-slate-50\/95{
  background-color: rgb(248 250 252 / 0.95);
}

.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-500\/0{
  background-color: rgb(100 116 139 / 0);
}

.bg-slate-500\/10{
  background-color: rgb(100 116 139 / 0.1);
}

.bg-slate-500\/100{
  background-color: rgb(100 116 139 / 1);
}

.bg-slate-500\/15{
  background-color: rgb(100 116 139 / 0.15);
}

.bg-slate-500\/20{
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-500\/25{
  background-color: rgb(100 116 139 / 0.25);
}

.bg-slate-500\/30{
  background-color: rgb(100 116 139 / 0.3);
}

.bg-slate-500\/35{
  background-color: rgb(100 116 139 / 0.35);
}

.bg-slate-500\/40{
  background-color: rgb(100 116 139 / 0.4);
}

.bg-slate-500\/45{
  background-color: rgb(100 116 139 / 0.45);
}

.bg-slate-500\/5{
  background-color: rgb(100 116 139 / 0.05);
}

.bg-slate-500\/50{
  background-color: rgb(100 116 139 / 0.5);
}

.bg-slate-500\/55{
  background-color: rgb(100 116 139 / 0.55);
}

.bg-slate-500\/60{
  background-color: rgb(100 116 139 / 0.6);
}

.bg-slate-500\/65{
  background-color: rgb(100 116 139 / 0.65);
}

.bg-slate-500\/70{
  background-color: rgb(100 116 139 / 0.7);
}

.bg-slate-500\/75{
  background-color: rgb(100 116 139 / 0.75);
}

.bg-slate-500\/80{
  background-color: rgb(100 116 139 / 0.8);
}

.bg-slate-500\/85{
  background-color: rgb(100 116 139 / 0.85);
}

.bg-slate-500\/90{
  background-color: rgb(100 116 139 / 0.9);
}

.bg-slate-500\/95{
  background-color: rgb(100 116 139 / 0.95);
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-slate-600\/0{
  background-color: rgb(71 85 105 / 0);
}

.bg-slate-600\/10{
  background-color: rgb(71 85 105 / 0.1);
}

.bg-slate-600\/100{
  background-color: rgb(71 85 105 / 1);
}

.bg-slate-600\/15{
  background-color: rgb(71 85 105 / 0.15);
}

.bg-slate-600\/20{
  background-color: rgb(71 85 105 / 0.2);
}

.bg-slate-600\/25{
  background-color: rgb(71 85 105 / 0.25);
}

.bg-slate-600\/30{
  background-color: rgb(71 85 105 / 0.3);
}

.bg-slate-600\/35{
  background-color: rgb(71 85 105 / 0.35);
}

.bg-slate-600\/40{
  background-color: rgb(71 85 105 / 0.4);
}

.bg-slate-600\/45{
  background-color: rgb(71 85 105 / 0.45);
}

.bg-slate-600\/5{
  background-color: rgb(71 85 105 / 0.05);
}

.bg-slate-600\/50{
  background-color: rgb(71 85 105 / 0.5);
}

.bg-slate-600\/55{
  background-color: rgb(71 85 105 / 0.55);
}

.bg-slate-600\/60{
  background-color: rgb(71 85 105 / 0.6);
}

.bg-slate-600\/65{
  background-color: rgb(71 85 105 / 0.65);
}

.bg-slate-600\/70{
  background-color: rgb(71 85 105 / 0.7);
}

.bg-slate-600\/75{
  background-color: rgb(71 85 105 / 0.75);
}

.bg-slate-600\/80{
  background-color: rgb(71 85 105 / 0.8);
}

.bg-slate-600\/85{
  background-color: rgb(71 85 105 / 0.85);
}

.bg-slate-600\/90{
  background-color: rgb(71 85 105 / 0.9);
}

.bg-slate-600\/95{
  background-color: rgb(71 85 105 / 0.95);
}

.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-slate-700\/0{
  background-color: rgb(51 65 85 / 0);
}

.bg-slate-700\/10{
  background-color: rgb(51 65 85 / 0.1);
}

.bg-slate-700\/100{
  background-color: rgb(51 65 85 / 1);
}

.bg-slate-700\/15{
  background-color: rgb(51 65 85 / 0.15);
}

.bg-slate-700\/20{
  background-color: rgb(51 65 85 / 0.2);
}

.bg-slate-700\/25{
  background-color: rgb(51 65 85 / 0.25);
}

.bg-slate-700\/30{
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-700\/35{
  background-color: rgb(51 65 85 / 0.35);
}

.bg-slate-700\/40{
  background-color: rgb(51 65 85 / 0.4);
}

.bg-slate-700\/45{
  background-color: rgb(51 65 85 / 0.45);
}

.bg-slate-700\/5{
  background-color: rgb(51 65 85 / 0.05);
}

.bg-slate-700\/50{
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/55{
  background-color: rgb(51 65 85 / 0.55);
}

.bg-slate-700\/60{
  background-color: rgb(51 65 85 / 0.6);
}

.bg-slate-700\/65{
  background-color: rgb(51 65 85 / 0.65);
}

.bg-slate-700\/70{
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-700\/75{
  background-color: rgb(51 65 85 / 0.75);
}

.bg-slate-700\/80{
  background-color: rgb(51 65 85 / 0.8);
}

.bg-slate-700\/85{
  background-color: rgb(51 65 85 / 0.85);
}

.bg-slate-700\/90{
  background-color: rgb(51 65 85 / 0.9);
}

.bg-slate-700\/95{
  background-color: rgb(51 65 85 / 0.95);
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/0{
  background-color: rgb(30 41 59 / 0);
}

.bg-slate-800\/10{
  background-color: rgb(30 41 59 / 0.1);
}

.bg-slate-800\/100{
  background-color: rgb(30 41 59 / 1);
}

.bg-slate-800\/15{
  background-color: rgb(30 41 59 / 0.15);
}

.bg-slate-800\/20{
  background-color: rgb(30 41 59 / 0.2);
}

.bg-slate-800\/25{
  background-color: rgb(30 41 59 / 0.25);
}

.bg-slate-800\/30{
  background-color: rgb(30 41 59 / 0.3);
}

.bg-slate-800\/35{
  background-color: rgb(30 41 59 / 0.35);
}

.bg-slate-800\/40{
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/45{
  background-color: rgb(30 41 59 / 0.45);
}

.bg-slate-800\/5{
  background-color: rgb(30 41 59 / 0.05);
}

.bg-slate-800\/50{
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/55{
  background-color: rgb(30 41 59 / 0.55);
}

.bg-slate-800\/60{
  background-color: rgb(30 41 59 / 0.6);
}

.bg-slate-800\/65{
  background-color: rgb(30 41 59 / 0.65);
}

.bg-slate-800\/70{
  background-color: rgb(30 41 59 / 0.7);
}

.bg-slate-800\/75{
  background-color: rgb(30 41 59 / 0.75);
}

.bg-slate-800\/80{
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/85{
  background-color: rgb(30 41 59 / 0.85);
}

.bg-slate-800\/90{
  background-color: rgb(30 41 59 / 0.9);
}

.bg-slate-800\/95{
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/0{
  background-color: rgb(15 23 42 / 0);
}

.bg-slate-900\/10{
  background-color: rgb(15 23 42 / 0.1);
}

.bg-slate-900\/100{
  background-color: rgb(15 23 42 / 1);
}

.bg-slate-900\/15{
  background-color: rgb(15 23 42 / 0.15);
}

.bg-slate-900\/20{
  background-color: rgb(15 23 42 / 0.2);
}

.bg-slate-900\/25{
  background-color: rgb(15 23 42 / 0.25);
}

.bg-slate-900\/30{
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/35{
  background-color: rgb(15 23 42 / 0.35);
}

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/45{
  background-color: rgb(15 23 42 / 0.45);
}

.bg-slate-900\/5{
  background-color: rgb(15 23 42 / 0.05);
}

.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/55{
  background-color: rgb(15 23 42 / 0.55);
}

.bg-slate-900\/60{
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/65{
  background-color: rgb(15 23 42 / 0.65);
}

.bg-slate-900\/70{
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/75{
  background-color: rgb(15 23 42 / 0.75);
}

.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-900\/85{
  background-color: rgb(15 23 42 / 0.85);
}

.bg-slate-900\/90{
  background-color: rgb(15 23 42 / 0.9);
}

.bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

.bg-slate-950{
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-slate-950\/0{
  background-color: rgb(2 6 23 / 0);
}

.bg-slate-950\/10{
  background-color: rgb(2 6 23 / 0.1);
}

.bg-slate-950\/100{
  background-color: rgb(2 6 23 / 1);
}

.bg-slate-950\/15{
  background-color: rgb(2 6 23 / 0.15);
}

.bg-slate-950\/20{
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/25{
  background-color: rgb(2 6 23 / 0.25);
}

.bg-slate-950\/30{
  background-color: rgb(2 6 23 / 0.3);
}

.bg-slate-950\/35{
  background-color: rgb(2 6 23 / 0.35);
}

.bg-slate-950\/40{
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/45{
  background-color: rgb(2 6 23 / 0.45);
}

.bg-slate-950\/5{
  background-color: rgb(2 6 23 / 0.05);
}

.bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}

.bg-slate-950\/55{
  background-color: rgb(2 6 23 / 0.55);
}

.bg-slate-950\/60{
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/65{
  background-color: rgb(2 6 23 / 0.65);
}

.bg-slate-950\/70{
  background-color: rgb(2 6 23 / 0.7);
}

.bg-slate-950\/75{
  background-color: rgb(2 6 23 / 0.75);
}

.bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}

.bg-slate-950\/85{
  background-color: rgb(2 6 23 / 0.85);
}

.bg-slate-950\/90{
  background-color: rgb(2 6 23 / 0.9);
}

.bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}

.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-100\/0{
  background-color: rgb(245 245 244 / 0);
}

.bg-stone-100\/10{
  background-color: rgb(245 245 244 / 0.1);
}

.bg-stone-100\/100{
  background-color: rgb(245 245 244 / 1);
}

.bg-stone-100\/15{
  background-color: rgb(245 245 244 / 0.15);
}

.bg-stone-100\/20{
  background-color: rgb(245 245 244 / 0.2);
}

.bg-stone-100\/25{
  background-color: rgb(245 245 244 / 0.25);
}

.bg-stone-100\/30{
  background-color: rgb(245 245 244 / 0.3);
}

.bg-stone-100\/35{
  background-color: rgb(245 245 244 / 0.35);
}

.bg-stone-100\/40{
  background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/45{
  background-color: rgb(245 245 244 / 0.45);
}

.bg-stone-100\/5{
  background-color: rgb(245 245 244 / 0.05);
}

.bg-stone-100\/50{
  background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-100\/55{
  background-color: rgb(245 245 244 / 0.55);
}

.bg-stone-100\/60{
  background-color: rgb(245 245 244 / 0.6);
}

.bg-stone-100\/65{
  background-color: rgb(245 245 244 / 0.65);
}

.bg-stone-100\/70{
  background-color: rgb(245 245 244 / 0.7);
}

.bg-stone-100\/75{
  background-color: rgb(245 245 244 / 0.75);
}

.bg-stone-100\/80{
  background-color: rgb(245 245 244 / 0.8);
}

.bg-stone-100\/85{
  background-color: rgb(245 245 244 / 0.85);
}

.bg-stone-100\/90{
  background-color: rgb(245 245 244 / 0.9);
}

.bg-stone-100\/95{
  background-color: rgb(245 245 244 / 0.95);
}

.bg-stone-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-200\/0{
  background-color: rgb(231 229 228 / 0);
}

.bg-stone-200\/10{
  background-color: rgb(231 229 228 / 0.1);
}

.bg-stone-200\/100{
  background-color: rgb(231 229 228 / 1);
}

.bg-stone-200\/15{
  background-color: rgb(231 229 228 / 0.15);
}

.bg-stone-200\/20{
  background-color: rgb(231 229 228 / 0.2);
}

.bg-stone-200\/25{
  background-color: rgb(231 229 228 / 0.25);
}

.bg-stone-200\/30{
  background-color: rgb(231 229 228 / 0.3);
}

.bg-stone-200\/35{
  background-color: rgb(231 229 228 / 0.35);
}

.bg-stone-200\/40{
  background-color: rgb(231 229 228 / 0.4);
}

.bg-stone-200\/45{
  background-color: rgb(231 229 228 / 0.45);
}

.bg-stone-200\/5{
  background-color: rgb(231 229 228 / 0.05);
}

.bg-stone-200\/50{
  background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-200\/55{
  background-color: rgb(231 229 228 / 0.55);
}

.bg-stone-200\/60{
  background-color: rgb(231 229 228 / 0.6);
}

.bg-stone-200\/65{
  background-color: rgb(231 229 228 / 0.65);
}

.bg-stone-200\/70{
  background-color: rgb(231 229 228 / 0.7);
}

.bg-stone-200\/75{
  background-color: rgb(231 229 228 / 0.75);
}

.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}

.bg-stone-200\/85{
  background-color: rgb(231 229 228 / 0.85);
}

.bg-stone-200\/90{
  background-color: rgb(231 229 228 / 0.9);
}

.bg-stone-200\/95{
  background-color: rgb(231 229 228 / 0.95);
}

.bg-stone-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-300\/0{
  background-color: rgb(214 211 209 / 0);
}

.bg-stone-300\/10{
  background-color: rgb(214 211 209 / 0.1);
}

.bg-stone-300\/100{
  background-color: rgb(214 211 209 / 1);
}

.bg-stone-300\/15{
  background-color: rgb(214 211 209 / 0.15);
}

.bg-stone-300\/20{
  background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/25{
  background-color: rgb(214 211 209 / 0.25);
}

.bg-stone-300\/30{
  background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/35{
  background-color: rgb(214 211 209 / 0.35);
}

.bg-stone-300\/40{
  background-color: rgb(214 211 209 / 0.4);
}

.bg-stone-300\/45{
  background-color: rgb(214 211 209 / 0.45);
}

.bg-stone-300\/5{
  background-color: rgb(214 211 209 / 0.05);
}

.bg-stone-300\/50{
  background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-300\/55{
  background-color: rgb(214 211 209 / 0.55);
}

.bg-stone-300\/60{
  background-color: rgb(214 211 209 / 0.6);
}

.bg-stone-300\/65{
  background-color: rgb(214 211 209 / 0.65);
}

.bg-stone-300\/70{
  background-color: rgb(214 211 209 / 0.7);
}

.bg-stone-300\/75{
  background-color: rgb(214 211 209 / 0.75);
}

.bg-stone-300\/80{
  background-color: rgb(214 211 209 / 0.8);
}

.bg-stone-300\/85{
  background-color: rgb(214 211 209 / 0.85);
}

.bg-stone-300\/90{
  background-color: rgb(214 211 209 / 0.9);
}

.bg-stone-300\/95{
  background-color: rgb(214 211 209 / 0.95);
}

.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.bg-stone-400\/0{
  background-color: rgb(168 162 158 / 0);
}

.bg-stone-400\/10{
  background-color: rgb(168 162 158 / 0.1);
}

.bg-stone-400\/100{
  background-color: rgb(168 162 158 / 1);
}

.bg-stone-400\/15{
  background-color: rgb(168 162 158 / 0.15);
}

.bg-stone-400\/20{
  background-color: rgb(168 162 158 / 0.2);
}

.bg-stone-400\/25{
  background-color: rgb(168 162 158 / 0.25);
}

.bg-stone-400\/30{
  background-color: rgb(168 162 158 / 0.3);
}

.bg-stone-400\/35{
  background-color: rgb(168 162 158 / 0.35);
}

.bg-stone-400\/40{
  background-color: rgb(168 162 158 / 0.4);
}

.bg-stone-400\/45{
  background-color: rgb(168 162 158 / 0.45);
}

.bg-stone-400\/5{
  background-color: rgb(168 162 158 / 0.05);
}

.bg-stone-400\/50{
  background-color: rgb(168 162 158 / 0.5);
}

.bg-stone-400\/55{
  background-color: rgb(168 162 158 / 0.55);
}

.bg-stone-400\/60{
  background-color: rgb(168 162 158 / 0.6);
}

.bg-stone-400\/65{
  background-color: rgb(168 162 158 / 0.65);
}

.bg-stone-400\/70{
  background-color: rgb(168 162 158 / 0.7);
}

.bg-stone-400\/75{
  background-color: rgb(168 162 158 / 0.75);
}

.bg-stone-400\/80{
  background-color: rgb(168 162 158 / 0.8);
}

.bg-stone-400\/85{
  background-color: rgb(168 162 158 / 0.85);
}

.bg-stone-400\/90{
  background-color: rgb(168 162 158 / 0.9);
}

.bg-stone-400\/95{
  background-color: rgb(168 162 158 / 0.95);
}

.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-50\/0{
  background-color: rgb(250 250 249 / 0);
}

.bg-stone-50\/10{
  background-color: rgb(250 250 249 / 0.1);
}

.bg-stone-50\/100{
  background-color: rgb(250 250 249 / 1);
}

.bg-stone-50\/15{
  background-color: rgb(250 250 249 / 0.15);
}

.bg-stone-50\/20{
  background-color: rgb(250 250 249 / 0.2);
}

.bg-stone-50\/25{
  background-color: rgb(250 250 249 / 0.25);
}

.bg-stone-50\/30{
  background-color: rgb(250 250 249 / 0.3);
}

.bg-stone-50\/35{
  background-color: rgb(250 250 249 / 0.35);
}

.bg-stone-50\/40{
  background-color: rgb(250 250 249 / 0.4);
}

.bg-stone-50\/45{
  background-color: rgb(250 250 249 / 0.45);
}

.bg-stone-50\/5{
  background-color: rgb(250 250 249 / 0.05);
}

.bg-stone-50\/50{
  background-color: rgb(250 250 249 / 0.5);
}

.bg-stone-50\/55{
  background-color: rgb(250 250 249 / 0.55);
}

.bg-stone-50\/60{
  background-color: rgb(250 250 249 / 0.6);
}

.bg-stone-50\/65{
  background-color: rgb(250 250 249 / 0.65);
}

.bg-stone-50\/70{
  background-color: rgb(250 250 249 / 0.7);
}

.bg-stone-50\/75{
  background-color: rgb(250 250 249 / 0.75);
}

.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}

.bg-stone-50\/85{
  background-color: rgb(250 250 249 / 0.85);
}

.bg-stone-50\/90{
  background-color: rgb(250 250 249 / 0.9);
}

.bg-stone-50\/95{
  background-color: rgb(250 250 249 / 0.95);
}

.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-stone-500\/0{
  background-color: rgb(120 113 108 / 0);
}

.bg-stone-500\/10{
  background-color: rgb(120 113 108 / 0.1);
}

.bg-stone-500\/100{
  background-color: rgb(120 113 108 / 1);
}

.bg-stone-500\/15{
  background-color: rgb(120 113 108 / 0.15);
}

.bg-stone-500\/20{
  background-color: rgb(120 113 108 / 0.2);
}

.bg-stone-500\/25{
  background-color: rgb(120 113 108 / 0.25);
}

.bg-stone-500\/30{
  background-color: rgb(120 113 108 / 0.3);
}

.bg-stone-500\/35{
  background-color: rgb(120 113 108 / 0.35);
}

.bg-stone-500\/40{
  background-color: rgb(120 113 108 / 0.4);
}

.bg-stone-500\/45{
  background-color: rgb(120 113 108 / 0.45);
}

.bg-stone-500\/5{
  background-color: rgb(120 113 108 / 0.05);
}

.bg-stone-500\/50{
  background-color: rgb(120 113 108 / 0.5);
}

.bg-stone-500\/55{
  background-color: rgb(120 113 108 / 0.55);
}

.bg-stone-500\/60{
  background-color: rgb(120 113 108 / 0.6);
}

.bg-stone-500\/65{
  background-color: rgb(120 113 108 / 0.65);
}

.bg-stone-500\/70{
  background-color: rgb(120 113 108 / 0.7);
}

.bg-stone-500\/75{
  background-color: rgb(120 113 108 / 0.75);
}

.bg-stone-500\/80{
  background-color: rgb(120 113 108 / 0.8);
}

.bg-stone-500\/85{
  background-color: rgb(120 113 108 / 0.85);
}

.bg-stone-500\/90{
  background-color: rgb(120 113 108 / 0.9);
}

.bg-stone-500\/95{
  background-color: rgb(120 113 108 / 0.95);
}

.bg-stone-600{
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.bg-stone-600\/0{
  background-color: rgb(87 83 78 / 0);
}

.bg-stone-600\/10{
  background-color: rgb(87 83 78 / 0.1);
}

.bg-stone-600\/100{
  background-color: rgb(87 83 78 / 1);
}

.bg-stone-600\/15{
  background-color: rgb(87 83 78 / 0.15);
}

.bg-stone-600\/20{
  background-color: rgb(87 83 78 / 0.2);
}

.bg-stone-600\/25{
  background-color: rgb(87 83 78 / 0.25);
}

.bg-stone-600\/30{
  background-color: rgb(87 83 78 / 0.3);
}

.bg-stone-600\/35{
  background-color: rgb(87 83 78 / 0.35);
}

.bg-stone-600\/40{
  background-color: rgb(87 83 78 / 0.4);
}

.bg-stone-600\/45{
  background-color: rgb(87 83 78 / 0.45);
}

.bg-stone-600\/5{
  background-color: rgb(87 83 78 / 0.05);
}

.bg-stone-600\/50{
  background-color: rgb(87 83 78 / 0.5);
}

.bg-stone-600\/55{
  background-color: rgb(87 83 78 / 0.55);
}

.bg-stone-600\/60{
  background-color: rgb(87 83 78 / 0.6);
}

.bg-stone-600\/65{
  background-color: rgb(87 83 78 / 0.65);
}

.bg-stone-600\/70{
  background-color: rgb(87 83 78 / 0.7);
}

.bg-stone-600\/75{
  background-color: rgb(87 83 78 / 0.75);
}

.bg-stone-600\/80{
  background-color: rgb(87 83 78 / 0.8);
}

.bg-stone-600\/85{
  background-color: rgb(87 83 78 / 0.85);
}

.bg-stone-600\/90{
  background-color: rgb(87 83 78 / 0.9);
}

.bg-stone-600\/95{
  background-color: rgb(87 83 78 / 0.95);
}

.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.bg-stone-700\/0{
  background-color: rgb(68 64 60 / 0);
}

.bg-stone-700\/10{
  background-color: rgb(68 64 60 / 0.1);
}

.bg-stone-700\/100{
  background-color: rgb(68 64 60 / 1);
}

.bg-stone-700\/15{
  background-color: rgb(68 64 60 / 0.15);
}

.bg-stone-700\/20{
  background-color: rgb(68 64 60 / 0.2);
}

.bg-stone-700\/25{
  background-color: rgb(68 64 60 / 0.25);
}

.bg-stone-700\/30{
  background-color: rgb(68 64 60 / 0.3);
}

.bg-stone-700\/35{
  background-color: rgb(68 64 60 / 0.35);
}

.bg-stone-700\/40{
  background-color: rgb(68 64 60 / 0.4);
}

.bg-stone-700\/45{
  background-color: rgb(68 64 60 / 0.45);
}

.bg-stone-700\/5{
  background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-700\/50{
  background-color: rgb(68 64 60 / 0.5);
}

.bg-stone-700\/55{
  background-color: rgb(68 64 60 / 0.55);
}

.bg-stone-700\/60{
  background-color: rgb(68 64 60 / 0.6);
}

.bg-stone-700\/65{
  background-color: rgb(68 64 60 / 0.65);
}

.bg-stone-700\/70{
  background-color: rgb(68 64 60 / 0.7);
}

.bg-stone-700\/75{
  background-color: rgb(68 64 60 / 0.75);
}

.bg-stone-700\/80{
  background-color: rgb(68 64 60 / 0.8);
}

.bg-stone-700\/85{
  background-color: rgb(68 64 60 / 0.85);
}

.bg-stone-700\/90{
  background-color: rgb(68 64 60 / 0.9);
}

.bg-stone-700\/95{
  background-color: rgb(68 64 60 / 0.95);
}

.bg-stone-800{
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.bg-stone-800\/0{
  background-color: rgb(41 37 36 / 0);
}

.bg-stone-800\/10{
  background-color: rgb(41 37 36 / 0.1);
}

.bg-stone-800\/100{
  background-color: rgb(41 37 36 / 1);
}

.bg-stone-800\/15{
  background-color: rgb(41 37 36 / 0.15);
}

.bg-stone-800\/20{
  background-color: rgb(41 37 36 / 0.2);
}

.bg-stone-800\/25{
  background-color: rgb(41 37 36 / 0.25);
}

.bg-stone-800\/30{
  background-color: rgb(41 37 36 / 0.3);
}

.bg-stone-800\/35{
  background-color: rgb(41 37 36 / 0.35);
}

.bg-stone-800\/40{
  background-color: rgb(41 37 36 / 0.4);
}

.bg-stone-800\/45{
  background-color: rgb(41 37 36 / 0.45);
}

.bg-stone-800\/5{
  background-color: rgb(41 37 36 / 0.05);
}

.bg-stone-800\/50{
  background-color: rgb(41 37 36 / 0.5);
}

.bg-stone-800\/55{
  background-color: rgb(41 37 36 / 0.55);
}

.bg-stone-800\/60{
  background-color: rgb(41 37 36 / 0.6);
}

.bg-stone-800\/65{
  background-color: rgb(41 37 36 / 0.65);
}

.bg-stone-800\/70{
  background-color: rgb(41 37 36 / 0.7);
}

.bg-stone-800\/75{
  background-color: rgb(41 37 36 / 0.75);
}

.bg-stone-800\/80{
  background-color: rgb(41 37 36 / 0.8);
}

.bg-stone-800\/85{
  background-color: rgb(41 37 36 / 0.85);
}

.bg-stone-800\/90{
  background-color: rgb(41 37 36 / 0.9);
}

.bg-stone-800\/95{
  background-color: rgb(41 37 36 / 0.95);
}

.bg-stone-900{
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-900\/0{
  background-color: rgb(28 25 23 / 0);
}

.bg-stone-900\/10{
  background-color: rgb(28 25 23 / 0.1);
}

.bg-stone-900\/100{
  background-color: rgb(28 25 23 / 1);
}

.bg-stone-900\/15{
  background-color: rgb(28 25 23 / 0.15);
}

.bg-stone-900\/20{
  background-color: rgb(28 25 23 / 0.2);
}

.bg-stone-900\/25{
  background-color: rgb(28 25 23 / 0.25);
}

.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}

.bg-stone-900\/35{
  background-color: rgb(28 25 23 / 0.35);
}

.bg-stone-900\/40{
  background-color: rgb(28 25 23 / 0.4);
}

.bg-stone-900\/45{
  background-color: rgb(28 25 23 / 0.45);
}

.bg-stone-900\/5{
  background-color: rgb(28 25 23 / 0.05);
}

.bg-stone-900\/50{
  background-color: rgb(28 25 23 / 0.5);
}

.bg-stone-900\/55{
  background-color: rgb(28 25 23 / 0.55);
}

.bg-stone-900\/60{
  background-color: rgb(28 25 23 / 0.6);
}

.bg-stone-900\/65{
  background-color: rgb(28 25 23 / 0.65);
}

.bg-stone-900\/70{
  background-color: rgb(28 25 23 / 0.7);
}

.bg-stone-900\/75{
  background-color: rgb(28 25 23 / 0.75);
}

.bg-stone-900\/80{
  background-color: rgb(28 25 23 / 0.8);
}

.bg-stone-900\/85{
  background-color: rgb(28 25 23 / 0.85);
}

.bg-stone-900\/90{
  background-color: rgb(28 25 23 / 0.9);
}

.bg-stone-900\/95{
  background-color: rgb(28 25 23 / 0.95);
}

.bg-stone-950{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.bg-stone-950\/0{
  background-color: rgb(12 10 9 / 0);
}

.bg-stone-950\/10{
  background-color: rgb(12 10 9 / 0.1);
}

.bg-stone-950\/100{
  background-color: rgb(12 10 9 / 1);
}

.bg-stone-950\/15{
  background-color: rgb(12 10 9 / 0.15);
}

.bg-stone-950\/20{
  background-color: rgb(12 10 9 / 0.2);
}

.bg-stone-950\/25{
  background-color: rgb(12 10 9 / 0.25);
}

.bg-stone-950\/30{
  background-color: rgb(12 10 9 / 0.3);
}

.bg-stone-950\/35{
  background-color: rgb(12 10 9 / 0.35);
}

.bg-stone-950\/40{
  background-color: rgb(12 10 9 / 0.4);
}

.bg-stone-950\/45{
  background-color: rgb(12 10 9 / 0.45);
}

.bg-stone-950\/5{
  background-color: rgb(12 10 9 / 0.05);
}

.bg-stone-950\/50{
  background-color: rgb(12 10 9 / 0.5);
}

.bg-stone-950\/55{
  background-color: rgb(12 10 9 / 0.55);
}

.bg-stone-950\/60{
  background-color: rgb(12 10 9 / 0.6);
}

.bg-stone-950\/65{
  background-color: rgb(12 10 9 / 0.65);
}

.bg-stone-950\/70{
  background-color: rgb(12 10 9 / 0.7);
}

.bg-stone-950\/75{
  background-color: rgb(12 10 9 / 0.75);
}

.bg-stone-950\/80{
  background-color: rgb(12 10 9 / 0.8);
}

.bg-stone-950\/85{
  background-color: rgb(12 10 9 / 0.85);
}

.bg-stone-950\/90{
  background-color: rgb(12 10 9 / 0.9);
}

.bg-stone-950\/95{
  background-color: rgb(12 10 9 / 0.95);
}

.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.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\/15{
  background-color: rgb(204 251 241 / 0.15);
}

.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\/35{
  background-color: rgb(204 251 241 / 0.35);
}

.bg-teal-100\/40{
  background-color: rgb(204 251 241 / 0.4);
}

.bg-teal-100\/45{
  background-color: rgb(204 251 241 / 0.45);
}

.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\/55{
  background-color: rgb(204 251 241 / 0.55);
}

.bg-teal-100\/60{
  background-color: rgb(204 251 241 / 0.6);
}

.bg-teal-100\/65{
  background-color: rgb(204 251 241 / 0.65);
}

.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\/85{
  background-color: rgb(204 251 241 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(153 246 228 / 0.15);
}

.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\/35{
  background-color: rgb(153 246 228 / 0.35);
}

.bg-teal-200\/40{
  background-color: rgb(153 246 228 / 0.4);
}

.bg-teal-200\/45{
  background-color: rgb(153 246 228 / 0.45);
}

.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\/55{
  background-color: rgb(153 246 228 / 0.55);
}

.bg-teal-200\/60{
  background-color: rgb(153 246 228 / 0.6);
}

.bg-teal-200\/65{
  background-color: rgb(153 246 228 / 0.65);
}

.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\/85{
  background-color: rgb(153 246 228 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(94 234 212 / 0.15);
}

.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\/35{
  background-color: rgb(94 234 212 / 0.35);
}

.bg-teal-300\/40{
  background-color: rgb(94 234 212 / 0.4);
}

.bg-teal-300\/45{
  background-color: rgb(94 234 212 / 0.45);
}

.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\/55{
  background-color: rgb(94 234 212 / 0.55);
}

.bg-teal-300\/60{
  background-color: rgb(94 234 212 / 0.6);
}

.bg-teal-300\/65{
  background-color: rgb(94 234 212 / 0.65);
}

.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\/85{
  background-color: rgb(94 234 212 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(45 212 191 / 0.15);
}

.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\/35{
  background-color: rgb(45 212 191 / 0.35);
}

.bg-teal-400\/40{
  background-color: rgb(45 212 191 / 0.4);
}

.bg-teal-400\/45{
  background-color: rgb(45 212 191 / 0.45);
}

.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\/55{
  background-color: rgb(45 212 191 / 0.55);
}

.bg-teal-400\/60{
  background-color: rgb(45 212 191 / 0.6);
}

.bg-teal-400\/65{
  background-color: rgb(45 212 191 / 0.65);
}

.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\/85{
  background-color: rgb(45 212 191 / 0.85);
}

.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, 1));
}

.bg-teal-50\/0{
  background-color: rgb(240 253 250 / 0);
}

.bg-teal-50\/10{
  background-color: rgb(240 253 250 / 0.1);
}

.bg-teal-50\/100{
  background-color: rgb(240 253 250 / 1);
}

.bg-teal-50\/15{
  background-color: rgb(240 253 250 / 0.15);
}

.bg-teal-50\/20{
  background-color: rgb(240 253 250 / 0.2);
}

.bg-teal-50\/25{
  background-color: rgb(240 253 250 / 0.25);
}

.bg-teal-50\/30{
  background-color: rgb(240 253 250 / 0.3);
}

.bg-teal-50\/35{
  background-color: rgb(240 253 250 / 0.35);
}

.bg-teal-50\/40{
  background-color: rgb(240 253 250 / 0.4);
}

.bg-teal-50\/45{
  background-color: rgb(240 253 250 / 0.45);
}

.bg-teal-50\/5{
  background-color: rgb(240 253 250 / 0.05);
}

.bg-teal-50\/50{
  background-color: rgb(240 253 250 / 0.5);
}

.bg-teal-50\/55{
  background-color: rgb(240 253 250 / 0.55);
}

.bg-teal-50\/60{
  background-color: rgb(240 253 250 / 0.6);
}

.bg-teal-50\/65{
  background-color: rgb(240 253 250 / 0.65);
}

.bg-teal-50\/70{
  background-color: rgb(240 253 250 / 0.7);
}

.bg-teal-50\/75{
  background-color: rgb(240 253 250 / 0.75);
}

.bg-teal-50\/80{
  background-color: rgb(240 253 250 / 0.8);
}

.bg-teal-50\/85{
  background-color: rgb(240 253 250 / 0.85);
}

.bg-teal-50\/90{
  background-color: rgb(240 253 250 / 0.9);
}

.bg-teal-50\/95{
  background-color: rgb(240 253 250 / 0.95);
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.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\/15{
  background-color: rgb(20 184 166 / 0.15);
}

.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\/35{
  background-color: rgb(20 184 166 / 0.35);
}

.bg-teal-500\/40{
  background-color: rgb(20 184 166 / 0.4);
}

.bg-teal-500\/45{
  background-color: rgb(20 184 166 / 0.45);
}

.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\/55{
  background-color: rgb(20 184 166 / 0.55);
}

.bg-teal-500\/60{
  background-color: rgb(20 184 166 / 0.6);
}

.bg-teal-500\/65{
  background-color: rgb(20 184 166 / 0.65);
}

.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\/85{
  background-color: rgb(20 184 166 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(13 148 136 / 0.15);
}

.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\/35{
  background-color: rgb(13 148 136 / 0.35);
}

.bg-teal-600\/40{
  background-color: rgb(13 148 136 / 0.4);
}

.bg-teal-600\/45{
  background-color: rgb(13 148 136 / 0.45);
}

.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\/55{
  background-color: rgb(13 148 136 / 0.55);
}

.bg-teal-600\/60{
  background-color: rgb(13 148 136 / 0.6);
}

.bg-teal-600\/65{
  background-color: rgb(13 148 136 / 0.65);
}

.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\/85{
  background-color: rgb(13 148 136 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(15 118 110 / 0.15);
}

.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\/35{
  background-color: rgb(15 118 110 / 0.35);
}

.bg-teal-700\/40{
  background-color: rgb(15 118 110 / 0.4);
}

.bg-teal-700\/45{
  background-color: rgb(15 118 110 / 0.45);
}

.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\/55{
  background-color: rgb(15 118 110 / 0.55);
}

.bg-teal-700\/60{
  background-color: rgb(15 118 110 / 0.6);
}

.bg-teal-700\/65{
  background-color: rgb(15 118 110 / 0.65);
}

.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\/85{
  background-color: rgb(15 118 110 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(17 94 89 / 0.15);
}

.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\/35{
  background-color: rgb(17 94 89 / 0.35);
}

.bg-teal-800\/40{
  background-color: rgb(17 94 89 / 0.4);
}

.bg-teal-800\/45{
  background-color: rgb(17 94 89 / 0.45);
}

.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\/55{
  background-color: rgb(17 94 89 / 0.55);
}

.bg-teal-800\/60{
  background-color: rgb(17 94 89 / 0.6);
}

.bg-teal-800\/65{
  background-color: rgb(17 94 89 / 0.65);
}

.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\/85{
  background-color: rgb(17 94 89 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(19 78 74 / 0.15);
}

.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\/35{
  background-color: rgb(19 78 74 / 0.35);
}

.bg-teal-900\/40{
  background-color: rgb(19 78 74 / 0.4);
}

.bg-teal-900\/45{
  background-color: rgb(19 78 74 / 0.45);
}

.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\/55{
  background-color: rgb(19 78 74 / 0.55);
}

.bg-teal-900\/60{
  background-color: rgb(19 78 74 / 0.6);
}

.bg-teal-900\/65{
  background-color: rgb(19 78 74 / 0.65);
}

.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\/85{
  background-color: rgb(19 78 74 / 0.85);
}

.bg-teal-900\/90{
  background-color: rgb(19 78 74 / 0.9);
}

.bg-teal-900\/95{
  background-color: rgb(19 78 74 / 0.95);
}

.bg-teal-950{
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.bg-teal-950\/0{
  background-color: rgb(4 47 46 / 0);
}

.bg-teal-950\/10{
  background-color: rgb(4 47 46 / 0.1);
}

.bg-teal-950\/100{
  background-color: rgb(4 47 46 / 1);
}

.bg-teal-950\/15{
  background-color: rgb(4 47 46 / 0.15);
}

.bg-teal-950\/20{
  background-color: rgb(4 47 46 / 0.2);
}

.bg-teal-950\/25{
  background-color: rgb(4 47 46 / 0.25);
}

.bg-teal-950\/30{
  background-color: rgb(4 47 46 / 0.3);
}

.bg-teal-950\/35{
  background-color: rgb(4 47 46 / 0.35);
}

.bg-teal-950\/40{
  background-color: rgb(4 47 46 / 0.4);
}

.bg-teal-950\/45{
  background-color: rgb(4 47 46 / 0.45);
}

.bg-teal-950\/5{
  background-color: rgb(4 47 46 / 0.05);
}

.bg-teal-950\/50{
  background-color: rgb(4 47 46 / 0.5);
}

.bg-teal-950\/55{
  background-color: rgb(4 47 46 / 0.55);
}

.bg-teal-950\/60{
  background-color: rgb(4 47 46 / 0.6);
}

.bg-teal-950\/65{
  background-color: rgb(4 47 46 / 0.65);
}

.bg-teal-950\/70{
  background-color: rgb(4 47 46 / 0.7);
}

.bg-teal-950\/75{
  background-color: rgb(4 47 46 / 0.75);
}

.bg-teal-950\/80{
  background-color: rgb(4 47 46 / 0.8);
}

.bg-teal-950\/85{
  background-color: rgb(4 47 46 / 0.85);
}

.bg-teal-950\/90{
  background-color: rgb(4 47 46 / 0.9);
}

.bg-teal-950\/95{
  background-color: rgb(4 47 46 / 0.95);
}

.bg-transparent{
  background-color: transparent;
}

.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}

.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}

.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}

.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}

.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}

.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}

.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.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\/15{
  background-color: rgb(237 233 254 / 0.15);
}

.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\/35{
  background-color: rgb(237 233 254 / 0.35);
}

.bg-violet-100\/40{
  background-color: rgb(237 233 254 / 0.4);
}

.bg-violet-100\/45{
  background-color: rgb(237 233 254 / 0.45);
}

.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\/55{
  background-color: rgb(237 233 254 / 0.55);
}

.bg-violet-100\/60{
  background-color: rgb(237 233 254 / 0.6);
}

.bg-violet-100\/65{
  background-color: rgb(237 233 254 / 0.65);
}

.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\/85{
  background-color: rgb(237 233 254 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(221 214 254 / 0.15);
}

.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\/35{
  background-color: rgb(221 214 254 / 0.35);
}

.bg-violet-200\/40{
  background-color: rgb(221 214 254 / 0.4);
}

.bg-violet-200\/45{
  background-color: rgb(221 214 254 / 0.45);
}

.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\/55{
  background-color: rgb(221 214 254 / 0.55);
}

.bg-violet-200\/60{
  background-color: rgb(221 214 254 / 0.6);
}

.bg-violet-200\/65{
  background-color: rgb(221 214 254 / 0.65);
}

.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\/85{
  background-color: rgb(221 214 254 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(196 181 253 / 0.15);
}

.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\/35{
  background-color: rgb(196 181 253 / 0.35);
}

.bg-violet-300\/40{
  background-color: rgb(196 181 253 / 0.4);
}

.bg-violet-300\/45{
  background-color: rgb(196 181 253 / 0.45);
}

.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\/55{
  background-color: rgb(196 181 253 / 0.55);
}

.bg-violet-300\/60{
  background-color: rgb(196 181 253 / 0.6);
}

.bg-violet-300\/65{
  background-color: rgb(196 181 253 / 0.65);
}

.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\/85{
  background-color: rgb(196 181 253 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(167 139 250 / 0.15);
}

.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\/35{
  background-color: rgb(167 139 250 / 0.35);
}

.bg-violet-400\/40{
  background-color: rgb(167 139 250 / 0.4);
}

.bg-violet-400\/45{
  background-color: rgb(167 139 250 / 0.45);
}

.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\/55{
  background-color: rgb(167 139 250 / 0.55);
}

.bg-violet-400\/60{
  background-color: rgb(167 139 250 / 0.6);
}

.bg-violet-400\/65{
  background-color: rgb(167 139 250 / 0.65);
}

.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\/85{
  background-color: rgb(167 139 250 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(245 243 255 / 0.15);
}

.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\/35{
  background-color: rgb(245 243 255 / 0.35);
}

.bg-violet-50\/40{
  background-color: rgb(245 243 255 / 0.4);
}

.bg-violet-50\/45{
  background-color: rgb(245 243 255 / 0.45);
}

.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\/55{
  background-color: rgb(245 243 255 / 0.55);
}

.bg-violet-50\/60{
  background-color: rgb(245 243 255 / 0.6);
}

.bg-violet-50\/65{
  background-color: rgb(245 243 255 / 0.65);
}

.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\/85{
  background-color: rgb(245 243 255 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(139 92 246 / 0.15);
}

.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\/35{
  background-color: rgb(139 92 246 / 0.35);
}

.bg-violet-500\/40{
  background-color: rgb(139 92 246 / 0.4);
}

.bg-violet-500\/45{
  background-color: rgb(139 92 246 / 0.45);
}

.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\/55{
  background-color: rgb(139 92 246 / 0.55);
}

.bg-violet-500\/60{
  background-color: rgb(139 92 246 / 0.6);
}

.bg-violet-500\/65{
  background-color: rgb(139 92 246 / 0.65);
}

.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\/85{
  background-color: rgb(139 92 246 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(124 58 237 / 0.15);
}

.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\/35{
  background-color: rgb(124 58 237 / 0.35);
}

.bg-violet-600\/40{
  background-color: rgb(124 58 237 / 0.4);
}

.bg-violet-600\/45{
  background-color: rgb(124 58 237 / 0.45);
}

.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\/55{
  background-color: rgb(124 58 237 / 0.55);
}

.bg-violet-600\/60{
  background-color: rgb(124 58 237 / 0.6);
}

.bg-violet-600\/65{
  background-color: rgb(124 58 237 / 0.65);
}

.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\/85{
  background-color: rgb(124 58 237 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(109 40 217 / 0.15);
}

.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\/35{
  background-color: rgb(109 40 217 / 0.35);
}

.bg-violet-700\/40{
  background-color: rgb(109 40 217 / 0.4);
}

.bg-violet-700\/45{
  background-color: rgb(109 40 217 / 0.45);
}

.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\/55{
  background-color: rgb(109 40 217 / 0.55);
}

.bg-violet-700\/60{
  background-color: rgb(109 40 217 / 0.6);
}

.bg-violet-700\/65{
  background-color: rgb(109 40 217 / 0.65);
}

.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\/85{
  background-color: rgb(109 40 217 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(91 33 182 / 0.15);
}

.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\/35{
  background-color: rgb(91 33 182 / 0.35);
}

.bg-violet-800\/40{
  background-color: rgb(91 33 182 / 0.4);
}

.bg-violet-800\/45{
  background-color: rgb(91 33 182 / 0.45);
}

.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\/55{
  background-color: rgb(91 33 182 / 0.55);
}

.bg-violet-800\/60{
  background-color: rgb(91 33 182 / 0.6);
}

.bg-violet-800\/65{
  background-color: rgb(91 33 182 / 0.65);
}

.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\/85{
  background-color: rgb(91 33 182 / 0.85);
}

.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, 1));
}

.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\/15{
  background-color: rgb(76 29 149 / 0.15);
}

.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\/35{
  background-color: rgb(76 29 149 / 0.35);
}

.bg-violet-900\/40{
  background-color: rgb(76 29 149 / 0.4);
}

.bg-violet-900\/45{
  background-color: rgb(76 29 149 / 0.45);
}

.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\/55{
  background-color: rgb(76 29 149 / 0.55);
}

.bg-violet-900\/60{
  background-color: rgb(76 29 149 / 0.6);
}

.bg-violet-900\/65{
  background-color: rgb(76 29 149 / 0.65);
}

.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\/85{
  background-color: rgb(76 29 149 / 0.85);
}

.bg-violet-900\/90{
  background-color: rgb(76 29 149 / 0.9);
}

.bg-violet-900\/95{
  background-color: rgb(76 29 149 / 0.95);
}

.bg-violet-950{
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.bg-violet-950\/0{
  background-color: rgb(46 16 101 / 0);
}

.bg-violet-950\/10{
  background-color: rgb(46 16 101 / 0.1);
}

.bg-violet-950\/100{
  background-color: rgb(46 16 101 / 1);
}

.bg-violet-950\/15{
  background-color: rgb(46 16 101 / 0.15);
}

.bg-violet-950\/20{
  background-color: rgb(46 16 101 / 0.2);
}

.bg-violet-950\/25{
  background-color: rgb(46 16 101 / 0.25);
}

.bg-violet-950\/30{
  background-color: rgb(46 16 101 / 0.3);
}

.bg-violet-950\/35{
  background-color: rgb(46 16 101 / 0.35);
}

.bg-violet-950\/40{
  background-color: rgb(46 16 101 / 0.4);
}

.bg-violet-950\/45{
  background-color: rgb(46 16 101 / 0.45);
}

.bg-violet-950\/5{
  background-color: rgb(46 16 101 / 0.05);
}

.bg-violet-950\/50{
  background-color: rgb(46 16 101 / 0.5);
}

.bg-violet-950\/55{
  background-color: rgb(46 16 101 / 0.55);
}

.bg-violet-950\/60{
  background-color: rgb(46 16 101 / 0.6);
}

.bg-violet-950\/65{
  background-color: rgb(46 16 101 / 0.65);
}

.bg-violet-950\/70{
  background-color: rgb(46 16 101 / 0.7);
}

.bg-violet-950\/75{
  background-color: rgb(46 16 101 / 0.75);
}

.bg-violet-950\/80{
  background-color: rgb(46 16 101 / 0.8);
}

.bg-violet-950\/85{
  background-color: rgb(46 16 101 / 0.85);
}

.bg-violet-950\/90{
  background-color: rgb(46 16 101 / 0.9);
}

.bg-violet-950\/95{
  background-color: rgb(46 16 101 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15{
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35{
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45{
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55{
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65{
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85{
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15{
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35{
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45{
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55{
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65{
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85{
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15{
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35{
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45{
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55{
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65{
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85{
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35{
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45{
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55{
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65{
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85{
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15{
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35{
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45{
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55{
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65{
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85{
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15{
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35{
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45{
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55{
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65{
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85{
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15{
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35{
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45{
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55{
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65{
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85{
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15{
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35{
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45{
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55{
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65{
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85{
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15{
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35{
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45{
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55{
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65{
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85{
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15{
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35{
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45{
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55{
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65{
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85{
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}

.bg-yellow-950{
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0);
}

.bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1);
}

.bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1);
}

.bg-yellow-950\/15{
  background-color: rgb(66 32 6 / 0.15);
}

.bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2);
}

.bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25);
}

.bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3);
}

.bg-yellow-950\/35{
  background-color: rgb(66 32 6 / 0.35);
}

.bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4);
}

.bg-yellow-950\/45{
  background-color: rgb(66 32 6 / 0.45);
}

.bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05);
}

.bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5);
}

.bg-yellow-950\/55{
  background-color: rgb(66 32 6 / 0.55);
}

.bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6);
}

.bg-yellow-950\/65{
  background-color: rgb(66 32 6 / 0.65);
}

.bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7);
}

.bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75);
}

.bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8);
}

.bg-yellow-950\/85{
  background-color: rgb(66 32 6 / 0.85);
}

.bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9);
}

.bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95);
}

.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100\/0{
  background-color: rgb(244 244 245 / 0);
}

.bg-zinc-100\/10{
  background-color: rgb(244 244 245 / 0.1);
}

.bg-zinc-100\/100{
  background-color: rgb(244 244 245 / 1);
}

.bg-zinc-100\/15{
  background-color: rgb(244 244 245 / 0.15);
}

.bg-zinc-100\/20{
  background-color: rgb(244 244 245 / 0.2);
}

.bg-zinc-100\/25{
  background-color: rgb(244 244 245 / 0.25);
}

.bg-zinc-100\/30{
  background-color: rgb(244 244 245 / 0.3);
}

.bg-zinc-100\/35{
  background-color: rgb(244 244 245 / 0.35);
}

.bg-zinc-100\/40{
  background-color: rgb(244 244 245 / 0.4);
}

.bg-zinc-100\/45{
  background-color: rgb(244 244 245 / 0.45);
}

.bg-zinc-100\/5{
  background-color: rgb(244 244 245 / 0.05);
}

.bg-zinc-100\/50{
  background-color: rgb(244 244 245 / 0.5);
}

.bg-zinc-100\/55{
  background-color: rgb(244 244 245 / 0.55);
}

.bg-zinc-100\/60{
  background-color: rgb(244 244 245 / 0.6);
}

.bg-zinc-100\/65{
  background-color: rgb(244 244 245 / 0.65);
}

.bg-zinc-100\/70{
  background-color: rgb(244 244 245 / 0.7);
}

.bg-zinc-100\/75{
  background-color: rgb(244 244 245 / 0.75);
}

.bg-zinc-100\/80{
  background-color: rgb(244 244 245 / 0.8);
}

.bg-zinc-100\/85{
  background-color: rgb(244 244 245 / 0.85);
}

.bg-zinc-100\/90{
  background-color: rgb(244 244 245 / 0.9);
}

.bg-zinc-100\/95{
  background-color: rgb(244 244 245 / 0.95);
}

.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200\/0{
  background-color: rgb(228 228 231 / 0);
}

.bg-zinc-200\/10{
  background-color: rgb(228 228 231 / 0.1);
}

.bg-zinc-200\/100{
  background-color: rgb(228 228 231 / 1);
}

.bg-zinc-200\/15{
  background-color: rgb(228 228 231 / 0.15);
}

.bg-zinc-200\/20{
  background-color: rgb(228 228 231 / 0.2);
}

.bg-zinc-200\/25{
  background-color: rgb(228 228 231 / 0.25);
}

.bg-zinc-200\/30{
  background-color: rgb(228 228 231 / 0.3);
}

.bg-zinc-200\/35{
  background-color: rgb(228 228 231 / 0.35);
}

.bg-zinc-200\/40{
  background-color: rgb(228 228 231 / 0.4);
}

.bg-zinc-200\/45{
  background-color: rgb(228 228 231 / 0.45);
}

.bg-zinc-200\/5{
  background-color: rgb(228 228 231 / 0.05);
}

.bg-zinc-200\/50{
  background-color: rgb(228 228 231 / 0.5);
}

.bg-zinc-200\/55{
  background-color: rgb(228 228 231 / 0.55);
}

.bg-zinc-200\/60{
  background-color: rgb(228 228 231 / 0.6);
}

.bg-zinc-200\/65{
  background-color: rgb(228 228 231 / 0.65);
}

.bg-zinc-200\/70{
  background-color: rgb(228 228 231 / 0.7);
}

.bg-zinc-200\/75{
  background-color: rgb(228 228 231 / 0.75);
}

.bg-zinc-200\/80{
  background-color: rgb(228 228 231 / 0.8);
}

.bg-zinc-200\/85{
  background-color: rgb(228 228 231 / 0.85);
}

.bg-zinc-200\/90{
  background-color: rgb(228 228 231 / 0.9);
}

.bg-zinc-200\/95{
  background-color: rgb(228 228 231 / 0.95);
}

.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300\/0{
  background-color: rgb(212 212 216 / 0);
}

.bg-zinc-300\/10{
  background-color: rgb(212 212 216 / 0.1);
}

.bg-zinc-300\/100{
  background-color: rgb(212 212 216 / 1);
}

.bg-zinc-300\/15{
  background-color: rgb(212 212 216 / 0.15);
}

.bg-zinc-300\/20{
  background-color: rgb(212 212 216 / 0.2);
}

.bg-zinc-300\/25{
  background-color: rgb(212 212 216 / 0.25);
}

.bg-zinc-300\/30{
  background-color: rgb(212 212 216 / 0.3);
}

.bg-zinc-300\/35{
  background-color: rgb(212 212 216 / 0.35);
}

.bg-zinc-300\/40{
  background-color: rgb(212 212 216 / 0.4);
}

.bg-zinc-300\/45{
  background-color: rgb(212 212 216 / 0.45);
}

.bg-zinc-300\/5{
  background-color: rgb(212 212 216 / 0.05);
}

.bg-zinc-300\/50{
  background-color: rgb(212 212 216 / 0.5);
}

.bg-zinc-300\/55{
  background-color: rgb(212 212 216 / 0.55);
}

.bg-zinc-300\/60{
  background-color: rgb(212 212 216 / 0.6);
}

.bg-zinc-300\/65{
  background-color: rgb(212 212 216 / 0.65);
}

.bg-zinc-300\/70{
  background-color: rgb(212 212 216 / 0.7);
}

.bg-zinc-300\/75{
  background-color: rgb(212 212 216 / 0.75);
}

.bg-zinc-300\/80{
  background-color: rgb(212 212 216 / 0.8);
}

.bg-zinc-300\/85{
  background-color: rgb(212 212 216 / 0.85);
}

.bg-zinc-300\/90{
  background-color: rgb(212 212 216 / 0.9);
}

.bg-zinc-300\/95{
  background-color: rgb(212 212 216 / 0.95);
}

.bg-zinc-400{
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400\/0{
  background-color: rgb(161 161 170 / 0);
}

.bg-zinc-400\/10{
  background-color: rgb(161 161 170 / 0.1);
}

.bg-zinc-400\/100{
  background-color: rgb(161 161 170 / 1);
}

.bg-zinc-400\/15{
  background-color: rgb(161 161 170 / 0.15);
}

.bg-zinc-400\/20{
  background-color: rgb(161 161 170 / 0.2);
}

.bg-zinc-400\/25{
  background-color: rgb(161 161 170 / 0.25);
}

.bg-zinc-400\/30{
  background-color: rgb(161 161 170 / 0.3);
}

.bg-zinc-400\/35{
  background-color: rgb(161 161 170 / 0.35);
}

.bg-zinc-400\/40{
  background-color: rgb(161 161 170 / 0.4);
}

.bg-zinc-400\/45{
  background-color: rgb(161 161 170 / 0.45);
}

.bg-zinc-400\/5{
  background-color: rgb(161 161 170 / 0.05);
}

.bg-zinc-400\/50{
  background-color: rgb(161 161 170 / 0.5);
}

.bg-zinc-400\/55{
  background-color: rgb(161 161 170 / 0.55);
}

.bg-zinc-400\/60{
  background-color: rgb(161 161 170 / 0.6);
}

.bg-zinc-400\/65{
  background-color: rgb(161 161 170 / 0.65);
}

.bg-zinc-400\/70{
  background-color: rgb(161 161 170 / 0.7);
}

.bg-zinc-400\/75{
  background-color: rgb(161 161 170 / 0.75);
}

.bg-zinc-400\/80{
  background-color: rgb(161 161 170 / 0.8);
}

.bg-zinc-400\/85{
  background-color: rgb(161 161 170 / 0.85);
}

.bg-zinc-400\/90{
  background-color: rgb(161 161 170 / 0.9);
}

.bg-zinc-400\/95{
  background-color: rgb(161 161 170 / 0.95);
}

.bg-zinc-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50\/0{
  background-color: rgb(250 250 250 / 0);
}

.bg-zinc-50\/10{
  background-color: rgb(250 250 250 / 0.1);
}

.bg-zinc-50\/100{
  background-color: rgb(250 250 250 / 1);
}

.bg-zinc-50\/15{
  background-color: rgb(250 250 250 / 0.15);
}

.bg-zinc-50\/20{
  background-color: rgb(250 250 250 / 0.2);
}

.bg-zinc-50\/25{
  background-color: rgb(250 250 250 / 0.25);
}

.bg-zinc-50\/30{
  background-color: rgb(250 250 250 / 0.3);
}

.bg-zinc-50\/35{
  background-color: rgb(250 250 250 / 0.35);
}

.bg-zinc-50\/40{
  background-color: rgb(250 250 250 / 0.4);
}

.bg-zinc-50\/45{
  background-color: rgb(250 250 250 / 0.45);
}

.bg-zinc-50\/5{
  background-color: rgb(250 250 250 / 0.05);
}

.bg-zinc-50\/50{
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-50\/55{
  background-color: rgb(250 250 250 / 0.55);
}

.bg-zinc-50\/60{
  background-color: rgb(250 250 250 / 0.6);
}

.bg-zinc-50\/65{
  background-color: rgb(250 250 250 / 0.65);
}

.bg-zinc-50\/70{
  background-color: rgb(250 250 250 / 0.7);
}

.bg-zinc-50\/75{
  background-color: rgb(250 250 250 / 0.75);
}

.bg-zinc-50\/80{
  background-color: rgb(250 250 250 / 0.8);
}

.bg-zinc-50\/85{
  background-color: rgb(250 250 250 / 0.85);
}

.bg-zinc-50\/90{
  background-color: rgb(250 250 250 / 0.9);
}

.bg-zinc-50\/95{
  background-color: rgb(250 250 250 / 0.95);
}

.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-zinc-500\/0{
  background-color: rgb(113 113 122 / 0);
}

.bg-zinc-500\/10{
  background-color: rgb(113 113 122 / 0.1);
}

.bg-zinc-500\/100{
  background-color: rgb(113 113 122 / 1);
}

.bg-zinc-500\/15{
  background-color: rgb(113 113 122 / 0.15);
}

.bg-zinc-500\/20{
  background-color: rgb(113 113 122 / 0.2);
}

.bg-zinc-500\/25{
  background-color: rgb(113 113 122 / 0.25);
}

.bg-zinc-500\/30{
  background-color: rgb(113 113 122 / 0.3);
}

.bg-zinc-500\/35{
  background-color: rgb(113 113 122 / 0.35);
}

.bg-zinc-500\/40{
  background-color: rgb(113 113 122 / 0.4);
}

.bg-zinc-500\/45{
  background-color: rgb(113 113 122 / 0.45);
}

.bg-zinc-500\/5{
  background-color: rgb(113 113 122 / 0.05);
}

.bg-zinc-500\/50{
  background-color: rgb(113 113 122 / 0.5);
}

.bg-zinc-500\/55{
  background-color: rgb(113 113 122 / 0.55);
}

.bg-zinc-500\/60{
  background-color: rgb(113 113 122 / 0.6);
}

.bg-zinc-500\/65{
  background-color: rgb(113 113 122 / 0.65);
}

.bg-zinc-500\/70{
  background-color: rgb(113 113 122 / 0.7);
}

.bg-zinc-500\/75{
  background-color: rgb(113 113 122 / 0.75);
}

.bg-zinc-500\/80{
  background-color: rgb(113 113 122 / 0.8);
}

.bg-zinc-500\/85{
  background-color: rgb(113 113 122 / 0.85);
}

.bg-zinc-500\/90{
  background-color: rgb(113 113 122 / 0.9);
}

.bg-zinc-500\/95{
  background-color: rgb(113 113 122 / 0.95);
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600\/0{
  background-color: rgb(82 82 91 / 0);
}

.bg-zinc-600\/10{
  background-color: rgb(82 82 91 / 0.1);
}

.bg-zinc-600\/100{
  background-color: rgb(82 82 91 / 1);
}

.bg-zinc-600\/15{
  background-color: rgb(82 82 91 / 0.15);
}

.bg-zinc-600\/20{
  background-color: rgb(82 82 91 / 0.2);
}

.bg-zinc-600\/25{
  background-color: rgb(82 82 91 / 0.25);
}

.bg-zinc-600\/30{
  background-color: rgb(82 82 91 / 0.3);
}

.bg-zinc-600\/35{
  background-color: rgb(82 82 91 / 0.35);
}

.bg-zinc-600\/40{
  background-color: rgb(82 82 91 / 0.4);
}

.bg-zinc-600\/45{
  background-color: rgb(82 82 91 / 0.45);
}

.bg-zinc-600\/5{
  background-color: rgb(82 82 91 / 0.05);
}

.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-600\/55{
  background-color: rgb(82 82 91 / 0.55);
}

.bg-zinc-600\/60{
  background-color: rgb(82 82 91 / 0.6);
}

.bg-zinc-600\/65{
  background-color: rgb(82 82 91 / 0.65);
}

.bg-zinc-600\/70{
  background-color: rgb(82 82 91 / 0.7);
}

.bg-zinc-600\/75{
  background-color: rgb(82 82 91 / 0.75);
}

.bg-zinc-600\/80{
  background-color: rgb(82 82 91 / 0.8);
}

.bg-zinc-600\/85{
  background-color: rgb(82 82 91 / 0.85);
}

.bg-zinc-600\/90{
  background-color: rgb(82 82 91 / 0.9);
}

.bg-zinc-600\/95{
  background-color: rgb(82 82 91 / 0.95);
}

.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700\/0{
  background-color: rgb(63 63 70 / 0);
}

.bg-zinc-700\/10{
  background-color: rgb(63 63 70 / 0.1);
}

.bg-zinc-700\/100{
  background-color: rgb(63 63 70 / 1);
}

.bg-zinc-700\/15{
  background-color: rgb(63 63 70 / 0.15);
}

.bg-zinc-700\/20{
  background-color: rgb(63 63 70 / 0.2);
}

.bg-zinc-700\/25{
  background-color: rgb(63 63 70 / 0.25);
}

.bg-zinc-700\/30{
  background-color: rgb(63 63 70 / 0.3);
}

.bg-zinc-700\/35{
  background-color: rgb(63 63 70 / 0.35);
}

.bg-zinc-700\/40{
  background-color: rgb(63 63 70 / 0.4);
}

.bg-zinc-700\/45{
  background-color: rgb(63 63 70 / 0.45);
}

.bg-zinc-700\/5{
  background-color: rgb(63 63 70 / 0.05);
}

.bg-zinc-700\/50{
  background-color: rgb(63 63 70 / 0.5);
}

.bg-zinc-700\/55{
  background-color: rgb(63 63 70 / 0.55);
}

.bg-zinc-700\/60{
  background-color: rgb(63 63 70 / 0.6);
}

.bg-zinc-700\/65{
  background-color: rgb(63 63 70 / 0.65);
}

.bg-zinc-700\/70{
  background-color: rgb(63 63 70 / 0.7);
}

.bg-zinc-700\/75{
  background-color: rgb(63 63 70 / 0.75);
}

.bg-zinc-700\/80{
  background-color: rgb(63 63 70 / 0.8);
}

.bg-zinc-700\/85{
  background-color: rgb(63 63 70 / 0.85);
}

.bg-zinc-700\/90{
  background-color: rgb(63 63 70 / 0.9);
}

.bg-zinc-700\/95{
  background-color: rgb(63 63 70 / 0.95);
}

.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800\/0{
  background-color: rgb(39 39 42 / 0);
}

.bg-zinc-800\/10{
  background-color: rgb(39 39 42 / 0.1);
}

.bg-zinc-800\/100{
  background-color: rgb(39 39 42 / 1);
}

.bg-zinc-800\/15{
  background-color: rgb(39 39 42 / 0.15);
}

.bg-zinc-800\/20{
  background-color: rgb(39 39 42 / 0.2);
}

.bg-zinc-800\/25{
  background-color: rgb(39 39 42 / 0.25);
}

.bg-zinc-800\/30{
  background-color: rgb(39 39 42 / 0.3);
}

.bg-zinc-800\/35{
  background-color: rgb(39 39 42 / 0.35);
}

.bg-zinc-800\/40{
  background-color: rgb(39 39 42 / 0.4);
}

.bg-zinc-800\/45{
  background-color: rgb(39 39 42 / 0.45);
}

.bg-zinc-800\/5{
  background-color: rgb(39 39 42 / 0.05);
}

.bg-zinc-800\/50{
  background-color: rgb(39 39 42 / 0.5);
}

.bg-zinc-800\/55{
  background-color: rgb(39 39 42 / 0.55);
}

.bg-zinc-800\/60{
  background-color: rgb(39 39 42 / 0.6);
}

.bg-zinc-800\/65{
  background-color: rgb(39 39 42 / 0.65);
}

.bg-zinc-800\/70{
  background-color: rgb(39 39 42 / 0.7);
}

.bg-zinc-800\/75{
  background-color: rgb(39 39 42 / 0.75);
}

.bg-zinc-800\/80{
  background-color: rgb(39 39 42 / 0.8);
}

.bg-zinc-800\/85{
  background-color: rgb(39 39 42 / 0.85);
}

.bg-zinc-800\/90{
  background-color: rgb(39 39 42 / 0.9);
}

.bg-zinc-800\/95{
  background-color: rgb(39 39 42 / 0.95);
}

.bg-zinc-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900\/0{
  background-color: rgb(24 24 27 / 0);
}

.bg-zinc-900\/10{
  background-color: rgb(24 24 27 / 0.1);
}

.bg-zinc-900\/100{
  background-color: rgb(24 24 27 / 1);
}

.bg-zinc-900\/15{
  background-color: rgb(24 24 27 / 0.15);
}

.bg-zinc-900\/20{
  background-color: rgb(24 24 27 / 0.2);
}

.bg-zinc-900\/25{
  background-color: rgb(24 24 27 / 0.25);
}

.bg-zinc-900\/30{
  background-color: rgb(24 24 27 / 0.3);
}

.bg-zinc-900\/35{
  background-color: rgb(24 24 27 / 0.35);
}

.bg-zinc-900\/40{
  background-color: rgb(24 24 27 / 0.4);
}

.bg-zinc-900\/45{
  background-color: rgb(24 24 27 / 0.45);
}

.bg-zinc-900\/5{
  background-color: rgb(24 24 27 / 0.05);
}

.bg-zinc-900\/50{
  background-color: rgb(24 24 27 / 0.5);
}

.bg-zinc-900\/55{
  background-color: rgb(24 24 27 / 0.55);
}

.bg-zinc-900\/60{
  background-color: rgb(24 24 27 / 0.6);
}

.bg-zinc-900\/65{
  background-color: rgb(24 24 27 / 0.65);
}

.bg-zinc-900\/70{
  background-color: rgb(24 24 27 / 0.7);
}

.bg-zinc-900\/75{
  background-color: rgb(24 24 27 / 0.75);
}

.bg-zinc-900\/80{
  background-color: rgb(24 24 27 / 0.8);
}

.bg-zinc-900\/85{
  background-color: rgb(24 24 27 / 0.85);
}

.bg-zinc-900\/90{
  background-color: rgb(24 24 27 / 0.9);
}

.bg-zinc-900\/95{
  background-color: rgb(24 24 27 / 0.95);
}

.bg-zinc-950{
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.bg-zinc-950\/0{
  background-color: rgb(9 9 11 / 0);
}

.bg-zinc-950\/10{
  background-color: rgb(9 9 11 / 0.1);
}

.bg-zinc-950\/100{
  background-color: rgb(9 9 11 / 1);
}

.bg-zinc-950\/15{
  background-color: rgb(9 9 11 / 0.15);
}

.bg-zinc-950\/20{
  background-color: rgb(9 9 11 / 0.2);
}

.bg-zinc-950\/25{
  background-color: rgb(9 9 11 / 0.25);
}

.bg-zinc-950\/30{
  background-color: rgb(9 9 11 / 0.3);
}

.bg-zinc-950\/35{
  background-color: rgb(9 9 11 / 0.35);
}

.bg-zinc-950\/40{
  background-color: rgb(9 9 11 / 0.4);
}

.bg-zinc-950\/45{
  background-color: rgb(9 9 11 / 0.45);
}

.bg-zinc-950\/5{
  background-color: rgb(9 9 11 / 0.05);
}

.bg-zinc-950\/50{
  background-color: rgb(9 9 11 / 0.5);
}

.bg-zinc-950\/55{
  background-color: rgb(9 9 11 / 0.55);
}

.bg-zinc-950\/60{
  background-color: rgb(9 9 11 / 0.6);
}

.bg-zinc-950\/65{
  background-color: rgb(9 9 11 / 0.65);
}

.bg-zinc-950\/70{
  background-color: rgb(9 9 11 / 0.7);
}

.bg-zinc-950\/75{
  background-color: rgb(9 9 11 / 0.75);
}

.bg-zinc-950\/80{
  background-color: rgb(9 9 11 / 0.8);
}

.bg-zinc-950\/85{
  background-color: rgb(9 9 11 / 0.85);
}

.bg-zinc-950\/90{
  background-color: rgb(9 9 11 / 0.9);
}

.bg-zinc-950\/95{
  background-color: rgb(9 9 11 / 0.95);
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-arrow-right{
  background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
}

.bg-form-btn-submit-hover{
  background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
}

.bg-fp-1{
  background-image: url('/static-tailwind/static/images/icons/bed.svg');
}

.bg-fp-2{
  background-image: url('/static-tailwind/static/images/icons/bath.svg');
}

.bg-fp-3{
  background-image: url('/static-tailwind/static/images/icons/lounge.svg');
}

.bg-fp-4{
  background-image: url('/static-tailwind/static/images/icons/garage.svg');
}

.bg-fp-5{
  background-image: url('/static-tailwind/static/images/icons/study.svg');
}

.bg-icon-360{
  background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
}

.bg-icon-arrow-slider{
  background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
}

.bg-icon-check-list{
  background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
}

.bg-icon-chevron{
  background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
}

.bg-icon-chevron-down{
  background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
}

.bg-icon-chevron-down-light{
  background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
}

.bg-icon-chevron-right-primary{
  background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
}

.bg-icon-chevron-right-white{
  background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
}

.bg-icon-close-cyan{
  background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
}

.bg-icon-close-modal{
  background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
}

.bg-icon-close-modal-2{
  background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
}

.bg-icon-display{
  background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
}

.bg-icon-editor{
  background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
}

.bg-icon-expand{
  background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
}

.bg-icon-expand-white{
  background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
}

.bg-icon-facebook{
  background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
}

.bg-icon-facebook-hover{
  background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
}

.bg-icon-filter{
  background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
}

.bg-icon-fp-flip{
  background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
}

.bg-icon-fp-reset{
  background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
}

.bg-icon-home-map{
  background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
}

.bg-icon-linkedin{
  background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
}

.bg-icon-linkedin-hover{
  background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
}

.bg-icon-map-link{
  background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
}

.bg-icon-menu{
  background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
}

.bg-icon-menu-chevron{
  background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
}

.bg-icon-minus{
  background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
}

.bg-icon-next{
  background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
}

.bg-icon-next-hover{
  background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
}

.bg-icon-next-no-bg{
  background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
}

.bg-icon-open-map{
  background-image: url('/static-tailwind/static/images/icon-open-map.svg');
}

.bg-icon-phone{
  background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
}

.bg-icon-phone-primary{
  background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
}

.bg-icon-play{
  background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
}

.bg-icon-plus{
  background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
}

.bg-icon-portal{
  background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
}

.bg-icon-portal-primary{
  background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
}

.bg-icon-prev{
  background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
}

.bg-icon-prev-hover{
  background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
}

.bg-icon-prev-no-bg{
  background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
}

.bg-icon-reset{
  background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
}

.bg-icon-small-check{
  background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
}

.bg-icon-star{
  background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
}

.bg-icon-trash{
  background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
}

.bg-icon-youtube{
  background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
}

.bg-icon-youtube-hover{
  background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
}

.bg-link-arrow-right{
  background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
}

.bg-link-arrow-right-white{
  background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
}

.bg-link-close-right-white{
  background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
}

.bg-ondisplay{
  background-image: url('/static-tailwind/static/images/icons/on-display.svg');
}

.bg-pagination-arrow{
  background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
}

.bg-pagination-arrow-hover{
  background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
}

.bg-100{
  background-size: 100%;
}

.bg-auto{
  background-size: auto;
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-\[23\%_23\%\]{
  background-position: 23% 23%;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-origin-border{
  background-origin: border-box;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.bg-origin-content{
  background-origin: content-box;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-28{
  padding: 7rem;
}

.p-3{
  padding: 0.75rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-32{
  padding: 8rem;
}

.p-36{
  padding: 9rem;
}

.p-4{
  padding: 1rem;
}

.p-40{
  padding: 10rem;
}

.p-44{
  padding: 11rem;
}

.p-48{
  padding: 12rem;
}

.p-5{
  padding: 1.25rem;
}

.p-52{
  padding: 13rem;
}

.p-56{
  padding: 14rem;
}

.p-6{
  padding: 1.5rem;
}

.p-60{
  padding: 15rem;
}

.p-64{
  padding: 16rem;
}

.p-7{
  padding: 1.75rem;
}

.p-72{
  padding: 18rem;
}

.p-8{
  padding: 2rem;
}

.p-80{
  padding: 20rem;
}

.p-9{
  padding: 2.25rem;
}

.p-96{
  padding: 24rem;
}

.p-\[25px\]{
  padding: 25px;
}

.p-px{
  padding: 1px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[120px\]{
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[71px\]{
  padding-top: 71px;
  padding-bottom: 71px;
}

.py-\[8\.8px\]{
  padding-top: 8.8px;
  padding-bottom: 8.8px;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-3\.5{
  padding-bottom: 0.875rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pb-44{
  padding-bottom: 11rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-52{
  padding-bottom: 13rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-60{
  padding-bottom: 15rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-72{
  padding-bottom: 18rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-96{
  padding-bottom: 24rem;
}

.pb-\[72px\]{
  padding-bottom: 72px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-0{
  padding-left: 0px;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-20{
  padding-left: 5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-28{
  padding-left: 7rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-3\.5{
  padding-left: 0.875rem;
}

.pl-32{
  padding-left: 8rem;
}

.pl-36{
  padding-left: 9rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-40{
  padding-left: 10rem;
}

.pl-44{
  padding-left: 11rem;
}

.pl-48{
  padding-left: 12rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-52{
  padding-left: 13rem;
}

.pl-56{
  padding-left: 14rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-60{
  padding-left: 15rem;
}

.pl-64{
  padding-left: 16rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-72{
  padding-left: 18rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-80{
  padding-left: 20rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pl-96{
  padding-left: 24rem;
}

.pl-\[10px\]{
  padding-left: 10px;
}

.pl-\[21\.6px\]{
  padding-left: 21.6px;
}

.pl-px{
  padding-left: 1px;
}

.pr-0{
  padding-right: 0px;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-28{
  padding-right: 7rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-3\.5{
  padding-right: 0.875rem;
}

.pr-32{
  padding-right: 8rem;
}

.pr-36{
  padding-right: 9rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-40{
  padding-right: 10rem;
}

.pr-44{
  padding-right: 11rem;
}

.pr-48{
  padding-right: 12rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-52{
  padding-right: 13rem;
}

.pr-56{
  padding-right: 14rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-60{
  padding-right: 15rem;
}

.pr-64{
  padding-right: 16rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-72{
  padding-right: 18rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-80{
  padding-right: 20rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pr-96{
  padding-right: 24rem;
}

.pr-\[21\.608px\]{
  padding-right: 21.608px;
}

.pr-px{
  padding-right: 1px;
}

.pt-0{
  padding-top: 0px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-44{
  padding-top: 11rem;
}

.pt-48{
  padding-top: 12rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-52{
  padding-top: 13rem;
}

.pt-56{
  padding-top: 14rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-60{
  padding-top: 15rem;
}

.pt-64{
  padding-top: 16rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-72{
  padding-top: 18rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-80{
  padding-top: 20rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-96{
  padding-top: 24rem;
}

.pt-\[121px\]{
  padding-top: 121px;
}

.pt-\[42px\]{
  padding-top: 42px;
}

.pt-px{
  padding-top: 1px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-start{
  text-align: start;
}

.text-end{
  text-align: end;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[23\.25px\]{
  font-size: 23.25px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-\[42\.891px\]{
  font-size: 42.891px;
}

.text-base{
  font-size: 16px;
}

.text-h1{
  font-size: 40px;
}

.text-h2{
  font-size: 32px;
}

.text-h3{
  font-size: 24px;
}

.text-lead{
  font-size: 24px;
}

.text-lg{
  font-size: 20px;
}

.text-md{
  font-size: 18px;
}

.text-s{
  font-size: 14px;
}

.text-sm{
  font-size: 16px;
}

.text-xl{
  font-size: 48px;
}

.text-xs{
  font-size: 12px;
}

.text-xxl{
  font-size: 96px;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[130\%\]{
  line-height: 130%;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[24\.62px\]{
  line-height: 24.62px;
}

.tracking-\[-0\.28px\]{
  letter-spacing: -0.28px;
}

.tracking-\[-0\.36px\]{
  letter-spacing: -0.36px;
}

.tracking-\[-0\.48px\]{
  letter-spacing: -0.48px;
}

.tracking-\[-0\.64px\]{
  letter-spacing: -0.64px;
}

.tracking-\[-0\.8px\]{
  letter-spacing: -0.8px;
}

.tracking-normal{
  letter-spacing: 0em;
}

.text-\[\#AAA\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#cccccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-\[white\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/0{
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10{
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100{
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15{
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20{
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25{
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30{
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35{
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40{
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45{
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5{
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50{
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55{
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60{
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65{
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70{
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75{
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85{
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90{
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95{
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/0{
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10{
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100{
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15{
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20{
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25{
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30{
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35{
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40{
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45{
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5{
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50{
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55{
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60{
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65{
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70{
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75{
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85{
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90{
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95{
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/0{
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10{
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100{
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15{
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20{
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25{
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30{
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35{
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40{
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45{
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5{
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50{
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55{
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60{
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65{
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70{
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75{
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85{
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90{
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95{
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/0{
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10{
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100{
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/15{
  color: rgb(251 191 36 / 0.15);
}

.text-amber-400\/20{
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25{
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30{
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/35{
  color: rgb(251 191 36 / 0.35);
}

.text-amber-400\/40{
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/45{
  color: rgb(251 191 36 / 0.45);
}

.text-amber-400\/5{
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50{
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/55{
  color: rgb(251 191 36 / 0.55);
}

.text-amber-400\/60{
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/65{
  color: rgb(251 191 36 / 0.65);
}

.text-amber-400\/70{
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75{
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80{
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/85{
  color: rgb(251 191 36 / 0.85);
}

.text-amber-400\/90{
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95{
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50{
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-50\/0{
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10{
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100{
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15{
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20{
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25{
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30{
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35{
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40{
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45{
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5{
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50{
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55{
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60{
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65{
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70{
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75{
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80{
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85{
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95{
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/0{
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10{
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100{
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/15{
  color: rgb(245 158 11 / 0.15);
}

.text-amber-500\/20{
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25{
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30{
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/35{
  color: rgb(245 158 11 / 0.35);
}

.text-amber-500\/40{
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/45{
  color: rgb(245 158 11 / 0.45);
}

.text-amber-500\/5{
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50{
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/55{
  color: rgb(245 158 11 / 0.55);
}

.text-amber-500\/60{
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/65{
  color: rgb(245 158 11 / 0.65);
}

.text-amber-500\/70{
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75{
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80{
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/85{
  color: rgb(245 158 11 / 0.85);
}

.text-amber-500\/90{
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95{
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-600\/0{
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10{
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100{
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/15{
  color: rgb(217 119 6 / 0.15);
}

.text-amber-600\/20{
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25{
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30{
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/35{
  color: rgb(217 119 6 / 0.35);
}

.text-amber-600\/40{
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/45{
  color: rgb(217 119 6 / 0.45);
}

.text-amber-600\/5{
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50{
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/55{
  color: rgb(217 119 6 / 0.55);
}

.text-amber-600\/60{
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/65{
  color: rgb(217 119 6 / 0.65);
}

.text-amber-600\/70{
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75{
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80{
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/85{
  color: rgb(217 119 6 / 0.85);
}

.text-amber-600\/90{
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95{
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-700\/0{
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10{
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100{
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15{
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20{
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25{
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30{
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35{
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40{
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45{
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5{
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50{
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55{
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60{
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65{
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70{
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75{
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80{
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85{
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90{
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95{
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0{
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10{
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100{
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15{
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20{
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25{
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30{
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35{
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40{
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45{
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5{
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50{
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55{
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60{
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65{
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70{
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75{
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85{
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90{
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95{
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-900\/0{
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10{
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100{
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/15{
  color: rgb(120 53 15 / 0.15);
}

.text-amber-900\/20{
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25{
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30{
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/35{
  color: rgb(120 53 15 / 0.35);
}

.text-amber-900\/40{
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/45{
  color: rgb(120 53 15 / 0.45);
}

.text-amber-900\/5{
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50{
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/55{
  color: rgb(120 53 15 / 0.55);
}

.text-amber-900\/60{
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/65{
  color: rgb(120 53 15 / 0.65);
}

.text-amber-900\/70{
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75{
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80{
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/85{
  color: rgb(120 53 15 / 0.85);
}

.text-amber-900\/90{
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95{
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-amber-950\/0{
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10{
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100{
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/15{
  color: rgb(69 26 3 / 0.15);
}

.text-amber-950\/20{
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25{
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30{
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/35{
  color: rgb(69 26 3 / 0.35);
}

.text-amber-950\/40{
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/45{
  color: rgb(69 26 3 / 0.45);
}

.text-amber-950\/5{
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50{
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/55{
  color: rgb(69 26 3 / 0.55);
}

.text-amber-950\/60{
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/65{
  color: rgb(69 26 3 / 0.65);
}

.text-amber-950\/70{
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75{
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80{
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/85{
  color: rgb(69 26 3 / 0.85);
}

.text-amber-950\/90{
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95{
  color: rgb(69 26 3 / 0.95);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/0{
  color: rgb(0 0 0 / 0);
}

.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100{
  color: rgb(0 0 0 / 1);
}

.text-black\/15{
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35{
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65{
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85{
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15{
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35{
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45{
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55{
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65{
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85{
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15{
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35{
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45{
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55{
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65{
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85{
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15{
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35{
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45{
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55{
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65{
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85{
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15{
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35{
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45{
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55{
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65{
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85{
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15{
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35{
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45{
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55{
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65{
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85{
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15{
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35{
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45{
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55{
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65{
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85{
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15{
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35{
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45{
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55{
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65{
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85{
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15{
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35{
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45{
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55{
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65{
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85{
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15{
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35{
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45{
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55{
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65{
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85{
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15{
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35{
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45{
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55{
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65{
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85{
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-blue-950\/0{
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10{
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100{
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/15{
  color: rgb(23 37 84 / 0.15);
}

.text-blue-950\/20{
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25{
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30{
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/35{
  color: rgb(23 37 84 / 0.35);
}

.text-blue-950\/40{
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/45{
  color: rgb(23 37 84 / 0.45);
}

.text-blue-950\/5{
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50{
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/55{
  color: rgb(23 37 84 / 0.55);
}

.text-blue-950\/60{
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/65{
  color: rgb(23 37 84 / 0.65);
}

.text-blue-950\/70{
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75{
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80{
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/85{
  color: rgb(23 37 84 / 0.85);
}

.text-blue-950\/90{
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95{
  color: rgb(23 37 84 / 0.95);
}

.text-current{
  color: currentColor;
}

.text-cyan-100{
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.text-cyan-100\/0{
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10{
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100{
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/15{
  color: rgb(207 250 254 / 0.15);
}

.text-cyan-100\/20{
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25{
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30{
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/35{
  color: rgb(207 250 254 / 0.35);
}

.text-cyan-100\/40{
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/45{
  color: rgb(207 250 254 / 0.45);
}

.text-cyan-100\/5{
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50{
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/55{
  color: rgb(207 250 254 / 0.55);
}

.text-cyan-100\/60{
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/65{
  color: rgb(207 250 254 / 0.65);
}

.text-cyan-100\/70{
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75{
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80{
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/85{
  color: rgb(207 250 254 / 0.85);
}

.text-cyan-100\/90{
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95{
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-200\/0{
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10{
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100{
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/15{
  color: rgb(165 243 252 / 0.15);
}

.text-cyan-200\/20{
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25{
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30{
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/35{
  color: rgb(165 243 252 / 0.35);
}

.text-cyan-200\/40{
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/45{
  color: rgb(165 243 252 / 0.45);
}

.text-cyan-200\/5{
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50{
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/55{
  color: rgb(165 243 252 / 0.55);
}

.text-cyan-200\/60{
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/65{
  color: rgb(165 243 252 / 0.65);
}

.text-cyan-200\/70{
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75{
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80{
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/85{
  color: rgb(165 243 252 / 0.85);
}

.text-cyan-200\/90{
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95{
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-300\/0{
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10{
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100{
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/15{
  color: rgb(103 232 249 / 0.15);
}

.text-cyan-300\/20{
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25{
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30{
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/35{
  color: rgb(103 232 249 / 0.35);
}

.text-cyan-300\/40{
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/45{
  color: rgb(103 232 249 / 0.45);
}

.text-cyan-300\/5{
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50{
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/55{
  color: rgb(103 232 249 / 0.55);
}

.text-cyan-300\/60{
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/65{
  color: rgb(103 232 249 / 0.65);
}

.text-cyan-300\/70{
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75{
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80{
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/85{
  color: rgb(103 232 249 / 0.85);
}

.text-cyan-300\/90{
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95{
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/0{
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10{
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100{
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/15{
  color: rgb(34 211 238 / 0.15);
}

.text-cyan-400\/20{
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25{
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30{
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/35{
  color: rgb(34 211 238 / 0.35);
}

.text-cyan-400\/40{
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/45{
  color: rgb(34 211 238 / 0.45);
}

.text-cyan-400\/5{
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50{
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/55{
  color: rgb(34 211 238 / 0.55);
}

.text-cyan-400\/60{
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/65{
  color: rgb(34 211 238 / 0.65);
}

.text-cyan-400\/70{
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75{
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80{
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/85{
  color: rgb(34 211 238 / 0.85);
}

.text-cyan-400\/90{
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95{
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50{
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.text-cyan-50\/0{
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10{
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100{
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/15{
  color: rgb(236 254 255 / 0.15);
}

.text-cyan-50\/20{
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25{
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30{
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/35{
  color: rgb(236 254 255 / 0.35);
}

.text-cyan-50\/40{
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/45{
  color: rgb(236 254 255 / 0.45);
}

.text-cyan-50\/5{
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50{
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/55{
  color: rgb(236 254 255 / 0.55);
}

.text-cyan-50\/60{
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/65{
  color: rgb(236 254 255 / 0.65);
}

.text-cyan-50\/70{
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75{
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80{
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/85{
  color: rgb(236 254 255 / 0.85);
}

.text-cyan-50\/90{
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95{
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-500\/0{
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10{
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100{
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/15{
  color: rgb(6 182 212 / 0.15);
}

.text-cyan-500\/20{
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25{
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30{
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/35{
  color: rgb(6 182 212 / 0.35);
}

.text-cyan-500\/40{
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/45{
  color: rgb(6 182 212 / 0.45);
}

.text-cyan-500\/5{
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50{
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/55{
  color: rgb(6 182 212 / 0.55);
}

.text-cyan-500\/60{
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/65{
  color: rgb(6 182 212 / 0.65);
}

.text-cyan-500\/70{
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75{
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80{
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/85{
  color: rgb(6 182 212 / 0.85);
}

.text-cyan-500\/90{
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95{
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-600\/0{
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10{
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100{
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/15{
  color: rgb(8 145 178 / 0.15);
}

.text-cyan-600\/20{
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25{
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30{
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/35{
  color: rgb(8 145 178 / 0.35);
}

.text-cyan-600\/40{
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/45{
  color: rgb(8 145 178 / 0.45);
}

.text-cyan-600\/5{
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50{
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/55{
  color: rgb(8 145 178 / 0.55);
}

.text-cyan-600\/60{
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/65{
  color: rgb(8 145 178 / 0.65);
}

.text-cyan-600\/70{
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75{
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80{
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/85{
  color: rgb(8 145 178 / 0.85);
}

.text-cyan-600\/90{
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95{
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-700\/0{
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10{
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100{
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/15{
  color: rgb(14 116 144 / 0.15);
}

.text-cyan-700\/20{
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25{
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30{
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/35{
  color: rgb(14 116 144 / 0.35);
}

.text-cyan-700\/40{
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/45{
  color: rgb(14 116 144 / 0.45);
}

.text-cyan-700\/5{
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50{
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/55{
  color: rgb(14 116 144 / 0.55);
}

.text-cyan-700\/60{
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/65{
  color: rgb(14 116 144 / 0.65);
}

.text-cyan-700\/70{
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75{
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80{
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/85{
  color: rgb(14 116 144 / 0.85);
}

.text-cyan-700\/90{
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95{
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-800\/0{
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10{
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100{
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/15{
  color: rgb(21 94 117 / 0.15);
}

.text-cyan-800\/20{
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25{
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30{
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/35{
  color: rgb(21 94 117 / 0.35);
}

.text-cyan-800\/40{
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/45{
  color: rgb(21 94 117 / 0.45);
}

.text-cyan-800\/5{
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50{
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/55{
  color: rgb(21 94 117 / 0.55);
}

.text-cyan-800\/60{
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/65{
  color: rgb(21 94 117 / 0.65);
}

.text-cyan-800\/70{
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75{
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80{
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/85{
  color: rgb(21 94 117 / 0.85);
}

.text-cyan-800\/90{
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95{
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900{
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-900\/0{
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10{
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100{
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/15{
  color: rgb(22 78 99 / 0.15);
}

.text-cyan-900\/20{
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25{
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30{
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/35{
  color: rgb(22 78 99 / 0.35);
}

.text-cyan-900\/40{
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/45{
  color: rgb(22 78 99 / 0.45);
}

.text-cyan-900\/5{
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50{
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/55{
  color: rgb(22 78 99 / 0.55);
}

.text-cyan-900\/60{
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/65{
  color: rgb(22 78 99 / 0.65);
}

.text-cyan-900\/70{
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75{
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80{
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/85{
  color: rgb(22 78 99 / 0.85);
}

.text-cyan-900\/90{
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95{
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950{
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.text-cyan-950\/0{
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10{
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100{
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/15{
  color: rgb(8 51 68 / 0.15);
}

.text-cyan-950\/20{
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25{
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30{
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/35{
  color: rgb(8 51 68 / 0.35);
}

.text-cyan-950\/40{
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/45{
  color: rgb(8 51 68 / 0.45);
}

.text-cyan-950\/5{
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50{
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/55{
  color: rgb(8 51 68 / 0.55);
}

.text-cyan-950\/60{
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/65{
  color: rgb(8 51 68 / 0.65);
}

.text-cyan-950\/70{
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75{
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80{
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/85{
  color: rgb(8 51 68 / 0.85);
}

.text-cyan-950\/90{
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95{
  color: rgb(8 51 68 / 0.95);
}

.text-darkGreen{
  --tw-text-opacity: 1;
  color: rgb(113 229 201 / var(--tw-text-opacity, 1));
}

.text-darkGreen\/0{
  color: rgb(113 229 201 / 0);
}

.text-darkGreen\/10{
  color: rgb(113 229 201 / 0.1);
}

.text-darkGreen\/100{
  color: rgb(113 229 201 / 1);
}

.text-darkGreen\/15{
  color: rgb(113 229 201 / 0.15);
}

.text-darkGreen\/20{
  color: rgb(113 229 201 / 0.2);
}

.text-darkGreen\/25{
  color: rgb(113 229 201 / 0.25);
}

.text-darkGreen\/30{
  color: rgb(113 229 201 / 0.3);
}

.text-darkGreen\/35{
  color: rgb(113 229 201 / 0.35);
}

.text-darkGreen\/40{
  color: rgb(113 229 201 / 0.4);
}

.text-darkGreen\/45{
  color: rgb(113 229 201 / 0.45);
}

.text-darkGreen\/5{
  color: rgb(113 229 201 / 0.05);
}

.text-darkGreen\/50{
  color: rgb(113 229 201 / 0.5);
}

.text-darkGreen\/55{
  color: rgb(113 229 201 / 0.55);
}

.text-darkGreen\/60{
  color: rgb(113 229 201 / 0.6);
}

.text-darkGreen\/65{
  color: rgb(113 229 201 / 0.65);
}

.text-darkGreen\/70{
  color: rgb(113 229 201 / 0.7);
}

.text-darkGreen\/75{
  color: rgb(113 229 201 / 0.75);
}

.text-darkGreen\/80{
  color: rgb(113 229 201 / 0.8);
}

.text-darkGreen\/85{
  color: rgb(113 229 201 / 0.85);
}

.text-darkGreen\/90{
  color: rgb(113 229 201 / 0.9);
}

.text-darkGreen\/95{
  color: rgb(113 229 201 / 0.95);
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-100\/0{
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10{
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100{
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15{
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20{
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25{
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30{
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35{
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40{
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45{
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5{
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50{
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55{
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60{
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65{
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70{
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75{
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80{
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85{
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90{
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95{
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200{
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/0{
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10{
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100{
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15{
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20{
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25{
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30{
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35{
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40{
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45{
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5{
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50{
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55{
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60{
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65{
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70{
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75{
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80{
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85{
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90{
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95{
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/0{
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10{
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100{
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15{
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20{
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25{
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30{
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35{
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40{
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45{
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5{
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50{
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55{
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60{
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65{
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70{
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75{
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80{
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85{
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90{
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95{
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/0{
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10{
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100{
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/15{
  color: rgb(52 211 153 / 0.15);
}

.text-emerald-400\/20{
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25{
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30{
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/35{
  color: rgb(52 211 153 / 0.35);
}

.text-emerald-400\/40{
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/45{
  color: rgb(52 211 153 / 0.45);
}

.text-emerald-400\/5{
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50{
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/55{
  color: rgb(52 211 153 / 0.55);
}

.text-emerald-400\/60{
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/65{
  color: rgb(52 211 153 / 0.65);
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75{
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80{
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/85{
  color: rgb(52 211 153 / 0.85);
}

.text-emerald-400\/90{
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95{
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50{
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-50\/0{
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10{
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100{
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15{
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20{
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25{
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30{
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35{
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40{
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45{
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5{
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50{
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55{
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60{
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65{
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70{
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75{
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80{
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85{
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90{
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95{
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-500\/0{
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10{
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100{
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/15{
  color: rgb(16 185 129 / 0.15);
}

.text-emerald-500\/20{
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25{
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30{
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/35{
  color: rgb(16 185 129 / 0.35);
}

.text-emerald-500\/40{
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/45{
  color: rgb(16 185 129 / 0.45);
}

.text-emerald-500\/5{
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50{
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/55{
  color: rgb(16 185 129 / 0.55);
}

.text-emerald-500\/60{
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/65{
  color: rgb(16 185 129 / 0.65);
}

.text-emerald-500\/70{
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75{
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80{
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/85{
  color: rgb(16 185 129 / 0.85);
}

.text-emerald-500\/90{
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95{
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-600\/0{
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10{
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100{
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/15{
  color: rgb(5 150 105 / 0.15);
}

.text-emerald-600\/20{
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25{
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30{
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/35{
  color: rgb(5 150 105 / 0.35);
}

.text-emerald-600\/40{
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/45{
  color: rgb(5 150 105 / 0.45);
}

.text-emerald-600\/5{
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50{
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/55{
  color: rgb(5 150 105 / 0.55);
}

.text-emerald-600\/60{
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/65{
  color: rgb(5 150 105 / 0.65);
}

.text-emerald-600\/70{
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75{
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80{
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/85{
  color: rgb(5 150 105 / 0.85);
}

.text-emerald-600\/90{
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95{
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-700\/0{
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10{
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100{
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15{
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20{
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25{
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35{
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40{
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45{
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5{
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50{
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55{
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60{
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65{
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70{
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75{
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80{
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85{
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90{
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95{
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-800\/0{
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10{
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100{
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15{
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20{
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25{
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30{
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35{
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40{
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45{
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5{
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50{
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55{
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60{
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65{
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70{
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75{
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80{
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85{
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90{
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95{
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-900\/0{
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10{
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100{
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/15{
  color: rgb(6 78 59 / 0.15);
}

.text-emerald-900\/20{
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25{
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30{
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/35{
  color: rgb(6 78 59 / 0.35);
}

.text-emerald-900\/40{
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/45{
  color: rgb(6 78 59 / 0.45);
}

.text-emerald-900\/5{
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50{
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/55{
  color: rgb(6 78 59 / 0.55);
}

.text-emerald-900\/60{
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/65{
  color: rgb(6 78 59 / 0.65);
}

.text-emerald-900\/70{
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75{
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80{
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/85{
  color: rgb(6 78 59 / 0.85);
}

.text-emerald-900\/90{
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95{
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.text-emerald-950\/0{
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10{
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100{
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/15{
  color: rgb(2 44 34 / 0.15);
}

.text-emerald-950\/20{
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25{
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30{
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/35{
  color: rgb(2 44 34 / 0.35);
}

.text-emerald-950\/40{
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/45{
  color: rgb(2 44 34 / 0.45);
}

.text-emerald-950\/5{
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50{
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/55{
  color: rgb(2 44 34 / 0.55);
}

.text-emerald-950\/60{
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/65{
  color: rgb(2 44 34 / 0.65);
}

.text-emerald-950\/70{
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75{
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80{
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/85{
  color: rgb(2 44 34 / 0.85);
}

.text-emerald-950\/90{
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95{
  color: rgb(2 44 34 / 0.95);
}

.text-fuchsia-100{
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.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\/15{
  color: rgb(250 232 255 / 0.15);
}

.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\/35{
  color: rgb(250 232 255 / 0.35);
}

.text-fuchsia-100\/40{
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/45{
  color: rgb(250 232 255 / 0.45);
}

.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\/55{
  color: rgb(250 232 255 / 0.55);
}

.text-fuchsia-100\/60{
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/65{
  color: rgb(250 232 255 / 0.65);
}

.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\/85{
  color: rgb(250 232 255 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(245 208 254 / 0.15);
}

.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\/35{
  color: rgb(245 208 254 / 0.35);
}

.text-fuchsia-200\/40{
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/45{
  color: rgb(245 208 254 / 0.45);
}

.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\/55{
  color: rgb(245 208 254 / 0.55);
}

.text-fuchsia-200\/60{
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/65{
  color: rgb(245 208 254 / 0.65);
}

.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\/85{
  color: rgb(245 208 254 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(240 171 252 / 0.15);
}

.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\/35{
  color: rgb(240 171 252 / 0.35);
}

.text-fuchsia-300\/40{
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/45{
  color: rgb(240 171 252 / 0.45);
}

.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\/55{
  color: rgb(240 171 252 / 0.55);
}

.text-fuchsia-300\/60{
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/65{
  color: rgb(240 171 252 / 0.65);
}

.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\/85{
  color: rgb(240 171 252 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(232 121 249 / 0.15);
}

.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\/35{
  color: rgb(232 121 249 / 0.35);
}

.text-fuchsia-400\/40{
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/45{
  color: rgb(232 121 249 / 0.45);
}

.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\/55{
  color: rgb(232 121 249 / 0.55);
}

.text-fuchsia-400\/60{
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/65{
  color: rgb(232 121 249 / 0.65);
}

.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\/85{
  color: rgb(232 121 249 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(253 244 255 / 0.15);
}

.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\/35{
  color: rgb(253 244 255 / 0.35);
}

.text-fuchsia-50\/40{
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/45{
  color: rgb(253 244 255 / 0.45);
}

.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\/55{
  color: rgb(253 244 255 / 0.55);
}

.text-fuchsia-50\/60{
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/65{
  color: rgb(253 244 255 / 0.65);
}

.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\/85{
  color: rgb(253 244 255 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(217 70 239 / 0.15);
}

.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\/35{
  color: rgb(217 70 239 / 0.35);
}

.text-fuchsia-500\/40{
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/45{
  color: rgb(217 70 239 / 0.45);
}

.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\/55{
  color: rgb(217 70 239 / 0.55);
}

.text-fuchsia-500\/60{
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/65{
  color: rgb(217 70 239 / 0.65);
}

.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\/85{
  color: rgb(217 70 239 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(192 38 211 / 0.15);
}

.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\/35{
  color: rgb(192 38 211 / 0.35);
}

.text-fuchsia-600\/40{
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/45{
  color: rgb(192 38 211 / 0.45);
}

.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\/55{
  color: rgb(192 38 211 / 0.55);
}

.text-fuchsia-600\/60{
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/65{
  color: rgb(192 38 211 / 0.65);
}

.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\/85{
  color: rgb(192 38 211 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(162 28 175 / 0.15);
}

.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\/35{
  color: rgb(162 28 175 / 0.35);
}

.text-fuchsia-700\/40{
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/45{
  color: rgb(162 28 175 / 0.45);
}

.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\/55{
  color: rgb(162 28 175 / 0.55);
}

.text-fuchsia-700\/60{
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/65{
  color: rgb(162 28 175 / 0.65);
}

.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\/85{
  color: rgb(162 28 175 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(134 25 143 / 0.15);
}

.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\/35{
  color: rgb(134 25 143 / 0.35);
}

.text-fuchsia-800\/40{
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/45{
  color: rgb(134 25 143 / 0.45);
}

.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\/55{
  color: rgb(134 25 143 / 0.55);
}

.text-fuchsia-800\/60{
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/65{
  color: rgb(134 25 143 / 0.65);
}

.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\/85{
  color: rgb(134 25 143 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(112 26 117 / 0.15);
}

.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\/35{
  color: rgb(112 26 117 / 0.35);
}

.text-fuchsia-900\/40{
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/45{
  color: rgb(112 26 117 / 0.45);
}

.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\/55{
  color: rgb(112 26 117 / 0.55);
}

.text-fuchsia-900\/60{
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/65{
  color: rgb(112 26 117 / 0.65);
}

.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\/85{
  color: rgb(112 26 117 / 0.85);
}

.text-fuchsia-900\/90{
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95{
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950{
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.text-fuchsia-950\/0{
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10{
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100{
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/15{
  color: rgb(74 4 78 / 0.15);
}

.text-fuchsia-950\/20{
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25{
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30{
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/35{
  color: rgb(74 4 78 / 0.35);
}

.text-fuchsia-950\/40{
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/45{
  color: rgb(74 4 78 / 0.45);
}

.text-fuchsia-950\/5{
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50{
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/55{
  color: rgb(74 4 78 / 0.55);
}

.text-fuchsia-950\/60{
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/65{
  color: rgb(74 4 78 / 0.65);
}

.text-fuchsia-950\/70{
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75{
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80{
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/85{
  color: rgb(74 4 78 / 0.85);
}

.text-fuchsia-950\/90{
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95{
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15{
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35{
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45{
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55{
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65{
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85{
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-gray-950\/0{
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10{
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100{
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/15{
  color: rgb(3 7 18 / 0.15);
}

.text-gray-950\/20{
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25{
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30{
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/35{
  color: rgb(3 7 18 / 0.35);
}

.text-gray-950\/40{
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/45{
  color: rgb(3 7 18 / 0.45);
}

.text-gray-950\/5{
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50{
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/55{
  color: rgb(3 7 18 / 0.55);
}

.text-gray-950\/60{
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/65{
  color: rgb(3 7 18 / 0.65);
}

.text-gray-950\/70{
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75{
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80{
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/85{
  color: rgb(3 7 18 / 0.85);
}

.text-gray-950\/90{
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95{
  color: rgb(3 7 18 / 0.95);
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15{
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35{
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45{
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55{
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65{
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85{
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15{
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35{
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45{
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55{
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65{
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85{
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15{
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35{
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45{
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55{
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65{
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85{
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15{
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35{
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45{
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55{
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65{
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85{
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15{
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35{
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45{
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55{
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65{
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85{
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15{
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35{
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45{
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55{
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65{
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85{
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15{
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35{
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45{
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55{
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65{
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85{
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15{
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35{
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45{
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55{
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65{
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85{
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15{
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35{
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45{
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55{
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65{
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85{
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15{
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35{
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45{
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55{
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65{
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85{
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}

.text-green-950{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-green-950\/0{
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10{
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100{
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15{
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20{
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25{
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30{
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35{
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40{
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45{
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5{
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50{
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55{
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60{
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65{
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70{
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75{
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80{
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85{
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90{
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95{
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15{
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35{
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45{
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55{
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65{
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85{
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15{
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35{
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45{
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55{
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65{
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85{
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15{
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35{
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45{
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55{
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65{
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85{
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15{
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35{
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45{
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55{
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65{
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85{
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15{
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35{
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45{
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55{
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65{
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85{
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15{
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35{
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45{
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55{
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65{
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85{
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15{
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35{
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45{
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55{
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65{
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85{
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15{
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35{
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45{
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55{
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65{
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85{
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15{
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35{
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45{
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55{
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65{
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85{
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15{
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35{
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45{
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55{
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65{
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85{
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950{
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-indigo-950\/0{
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10{
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100{
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/15{
  color: rgb(30 27 75 / 0.15);
}

.text-indigo-950\/20{
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25{
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30{
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/35{
  color: rgb(30 27 75 / 0.35);
}

.text-indigo-950\/40{
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/45{
  color: rgb(30 27 75 / 0.45);
}

.text-indigo-950\/5{
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50{
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/55{
  color: rgb(30 27 75 / 0.55);
}

.text-indigo-950\/60{
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/65{
  color: rgb(30 27 75 / 0.65);
}

.text-indigo-950\/70{
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75{
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80{
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/85{
  color: rgb(30 27 75 / 0.85);
}

.text-indigo-950\/90{
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95{
  color: rgb(30 27 75 / 0.95);
}

.text-inherit{
  color: inherit;
}

.text-lime-100{
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-100\/0{
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10{
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100{
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/15{
  color: rgb(236 252 203 / 0.15);
}

.text-lime-100\/20{
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25{
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30{
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/35{
  color: rgb(236 252 203 / 0.35);
}

.text-lime-100\/40{
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/45{
  color: rgb(236 252 203 / 0.45);
}

.text-lime-100\/5{
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50{
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/55{
  color: rgb(236 252 203 / 0.55);
}

.text-lime-100\/60{
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/65{
  color: rgb(236 252 203 / 0.65);
}

.text-lime-100\/70{
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75{
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80{
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/85{
  color: rgb(236 252 203 / 0.85);
}

.text-lime-100\/90{
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95{
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200{
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-200\/0{
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10{
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100{
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/15{
  color: rgb(217 249 157 / 0.15);
}

.text-lime-200\/20{
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25{
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30{
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/35{
  color: rgb(217 249 157 / 0.35);
}

.text-lime-200\/40{
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/45{
  color: rgb(217 249 157 / 0.45);
}

.text-lime-200\/5{
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50{
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/55{
  color: rgb(217 249 157 / 0.55);
}

.text-lime-200\/60{
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/65{
  color: rgb(217 249 157 / 0.65);
}

.text-lime-200\/70{
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75{
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80{
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/85{
  color: rgb(217 249 157 / 0.85);
}

.text-lime-200\/90{
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95{
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300{
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-300\/0{
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10{
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100{
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/15{
  color: rgb(190 242 100 / 0.15);
}

.text-lime-300\/20{
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25{
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30{
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/35{
  color: rgb(190 242 100 / 0.35);
}

.text-lime-300\/40{
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/45{
  color: rgb(190 242 100 / 0.45);
}

.text-lime-300\/5{
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50{
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/55{
  color: rgb(190 242 100 / 0.55);
}

.text-lime-300\/60{
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/65{
  color: rgb(190 242 100 / 0.65);
}

.text-lime-300\/70{
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75{
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80{
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/85{
  color: rgb(190 242 100 / 0.85);
}

.text-lime-300\/90{
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95{
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-400\/0{
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10{
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100{
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/15{
  color: rgb(163 230 53 / 0.15);
}

.text-lime-400\/20{
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25{
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30{
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/35{
  color: rgb(163 230 53 / 0.35);
}

.text-lime-400\/40{
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/45{
  color: rgb(163 230 53 / 0.45);
}

.text-lime-400\/5{
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50{
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/55{
  color: rgb(163 230 53 / 0.55);
}

.text-lime-400\/60{
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/65{
  color: rgb(163 230 53 / 0.65);
}

.text-lime-400\/70{
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75{
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80{
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/85{
  color: rgb(163 230 53 / 0.85);
}

.text-lime-400\/90{
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95{
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50{
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-lime-50\/0{
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10{
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100{
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/15{
  color: rgb(247 254 231 / 0.15);
}

.text-lime-50\/20{
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25{
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30{
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/35{
  color: rgb(247 254 231 / 0.35);
}

.text-lime-50\/40{
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/45{
  color: rgb(247 254 231 / 0.45);
}

.text-lime-50\/5{
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50{
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/55{
  color: rgb(247 254 231 / 0.55);
}

.text-lime-50\/60{
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/65{
  color: rgb(247 254 231 / 0.65);
}

.text-lime-50\/70{
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75{
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80{
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/85{
  color: rgb(247 254 231 / 0.85);
}

.text-lime-50\/90{
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95{
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-500\/0{
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10{
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100{
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/15{
  color: rgb(132 204 22 / 0.15);
}

.text-lime-500\/20{
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25{
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30{
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/35{
  color: rgb(132 204 22 / 0.35);
}

.text-lime-500\/40{
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/45{
  color: rgb(132 204 22 / 0.45);
}

.text-lime-500\/5{
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50{
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/55{
  color: rgb(132 204 22 / 0.55);
}

.text-lime-500\/60{
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/65{
  color: rgb(132 204 22 / 0.65);
}

.text-lime-500\/70{
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75{
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80{
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/85{
  color: rgb(132 204 22 / 0.85);
}

.text-lime-500\/90{
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95{
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/15{
  color: rgb(101 163 13 / 0.15);
}

.text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/35{
  color: rgb(101 163 13 / 0.35);
}

.text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/45{
  color: rgb(101 163 13 / 0.45);
}

.text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/55{
  color: rgb(101 163 13 / 0.55);
}

.text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/65{
  color: rgb(101 163 13 / 0.65);
}

.text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/85{
  color: rgb(101 163 13 / 0.85);
}

.text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-700\/0{
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10{
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100{
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/15{
  color: rgb(77 124 15 / 0.15);
}

.text-lime-700\/20{
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25{
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30{
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/35{
  color: rgb(77 124 15 / 0.35);
}

.text-lime-700\/40{
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/45{
  color: rgb(77 124 15 / 0.45);
}

.text-lime-700\/5{
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50{
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/55{
  color: rgb(77 124 15 / 0.55);
}

.text-lime-700\/60{
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/65{
  color: rgb(77 124 15 / 0.65);
}

.text-lime-700\/70{
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75{
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80{
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/85{
  color: rgb(77 124 15 / 0.85);
}

.text-lime-700\/90{
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95{
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-800\/0{
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10{
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100{
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/15{
  color: rgb(63 98 18 / 0.15);
}

.text-lime-800\/20{
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25{
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30{
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/35{
  color: rgb(63 98 18 / 0.35);
}

.text-lime-800\/40{
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/45{
  color: rgb(63 98 18 / 0.45);
}

.text-lime-800\/5{
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50{
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/55{
  color: rgb(63 98 18 / 0.55);
}

.text-lime-800\/60{
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/65{
  color: rgb(63 98 18 / 0.65);
}

.text-lime-800\/70{
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75{
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80{
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/85{
  color: rgb(63 98 18 / 0.85);
}

.text-lime-800\/90{
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95{
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-900\/0{
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10{
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100{
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/15{
  color: rgb(54 83 20 / 0.15);
}

.text-lime-900\/20{
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25{
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30{
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/35{
  color: rgb(54 83 20 / 0.35);
}

.text-lime-900\/40{
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/45{
  color: rgb(54 83 20 / 0.45);
}

.text-lime-900\/5{
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50{
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/55{
  color: rgb(54 83 20 / 0.55);
}

.text-lime-900\/60{
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/65{
  color: rgb(54 83 20 / 0.65);
}

.text-lime-900\/70{
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75{
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80{
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/85{
  color: rgb(54 83 20 / 0.85);
}

.text-lime-900\/90{
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95{
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950{
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-lime-950\/0{
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10{
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100{
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/15{
  color: rgb(26 46 5 / 0.15);
}

.text-lime-950\/20{
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25{
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30{
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/35{
  color: rgb(26 46 5 / 0.35);
}

.text-lime-950\/40{
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/45{
  color: rgb(26 46 5 / 0.45);
}

.text-lime-950\/5{
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50{
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/55{
  color: rgb(26 46 5 / 0.55);
}

.text-lime-950\/60{
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/65{
  color: rgb(26 46 5 / 0.65);
}

.text-lime-950\/70{
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75{
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80{
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/85{
  color: rgb(26 46 5 / 0.85);
}

.text-lime-950\/90{
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95{
  color: rgb(26 46 5 / 0.95);
}

.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-100\/0{
  color: rgb(245 245 245 / 0);
}

.text-neutral-100\/10{
  color: rgb(245 245 245 / 0.1);
}

.text-neutral-100\/100{
  color: rgb(245 245 245 / 1);
}

.text-neutral-100\/15{
  color: rgb(245 245 245 / 0.15);
}

.text-neutral-100\/20{
  color: rgb(245 245 245 / 0.2);
}

.text-neutral-100\/25{
  color: rgb(245 245 245 / 0.25);
}

.text-neutral-100\/30{
  color: rgb(245 245 245 / 0.3);
}

.text-neutral-100\/35{
  color: rgb(245 245 245 / 0.35);
}

.text-neutral-100\/40{
  color: rgb(245 245 245 / 0.4);
}

.text-neutral-100\/45{
  color: rgb(245 245 245 / 0.45);
}

.text-neutral-100\/5{
  color: rgb(245 245 245 / 0.05);
}

.text-neutral-100\/50{
  color: rgb(245 245 245 / 0.5);
}

.text-neutral-100\/55{
  color: rgb(245 245 245 / 0.55);
}

.text-neutral-100\/60{
  color: rgb(245 245 245 / 0.6);
}

.text-neutral-100\/65{
  color: rgb(245 245 245 / 0.65);
}

.text-neutral-100\/70{
  color: rgb(245 245 245 / 0.7);
}

.text-neutral-100\/75{
  color: rgb(245 245 245 / 0.75);
}

.text-neutral-100\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-neutral-100\/85{
  color: rgb(245 245 245 / 0.85);
}

.text-neutral-100\/90{
  color: rgb(245 245 245 / 0.9);
}

.text-neutral-100\/95{
  color: rgb(245 245 245 / 0.95);
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-200\/0{
  color: rgb(229 229 229 / 0);
}

.text-neutral-200\/10{
  color: rgb(229 229 229 / 0.1);
}

.text-neutral-200\/100{
  color: rgb(229 229 229 / 1);
}

.text-neutral-200\/15{
  color: rgb(229 229 229 / 0.15);
}

.text-neutral-200\/20{
  color: rgb(229 229 229 / 0.2);
}

.text-neutral-200\/25{
  color: rgb(229 229 229 / 0.25);
}

.text-neutral-200\/30{
  color: rgb(229 229 229 / 0.3);
}

.text-neutral-200\/35{
  color: rgb(229 229 229 / 0.35);
}

.text-neutral-200\/40{
  color: rgb(229 229 229 / 0.4);
}

.text-neutral-200\/45{
  color: rgb(229 229 229 / 0.45);
}

.text-neutral-200\/5{
  color: rgb(229 229 229 / 0.05);
}

.text-neutral-200\/50{
  color: rgb(229 229 229 / 0.5);
}

.text-neutral-200\/55{
  color: rgb(229 229 229 / 0.55);
}

.text-neutral-200\/60{
  color: rgb(229 229 229 / 0.6);
}

.text-neutral-200\/65{
  color: rgb(229 229 229 / 0.65);
}

.text-neutral-200\/70{
  color: rgb(229 229 229 / 0.7);
}

.text-neutral-200\/75{
  color: rgb(229 229 229 / 0.75);
}

.text-neutral-200\/80{
  color: rgb(229 229 229 / 0.8);
}

.text-neutral-200\/85{
  color: rgb(229 229 229 / 0.85);
}

.text-neutral-200\/90{
  color: rgb(229 229 229 / 0.9);
}

.text-neutral-200\/95{
  color: rgb(229 229 229 / 0.95);
}

.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-300\/0{
  color: rgb(212 212 212 / 0);
}

.text-neutral-300\/10{
  color: rgb(212 212 212 / 0.1);
}

.text-neutral-300\/100{
  color: rgb(212 212 212 / 1);
}

.text-neutral-300\/15{
  color: rgb(212 212 212 / 0.15);
}

.text-neutral-300\/20{
  color: rgb(212 212 212 / 0.2);
}

.text-neutral-300\/25{
  color: rgb(212 212 212 / 0.25);
}

.text-neutral-300\/30{
  color: rgb(212 212 212 / 0.3);
}

.text-neutral-300\/35{
  color: rgb(212 212 212 / 0.35);
}

.text-neutral-300\/40{
  color: rgb(212 212 212 / 0.4);
}

.text-neutral-300\/45{
  color: rgb(212 212 212 / 0.45);
}

.text-neutral-300\/5{
  color: rgb(212 212 212 / 0.05);
}

.text-neutral-300\/50{
  color: rgb(212 212 212 / 0.5);
}

.text-neutral-300\/55{
  color: rgb(212 212 212 / 0.55);
}

.text-neutral-300\/60{
  color: rgb(212 212 212 / 0.6);
}

.text-neutral-300\/65{
  color: rgb(212 212 212 / 0.65);
}

.text-neutral-300\/70{
  color: rgb(212 212 212 / 0.7);
}

.text-neutral-300\/75{
  color: rgb(212 212 212 / 0.75);
}

.text-neutral-300\/80{
  color: rgb(212 212 212 / 0.8);
}

.text-neutral-300\/85{
  color: rgb(212 212 212 / 0.85);
}

.text-neutral-300\/90{
  color: rgb(212 212 212 / 0.9);
}

.text-neutral-300\/95{
  color: rgb(212 212 212 / 0.95);
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-400\/0{
  color: rgb(163 163 163 / 0);
}

.text-neutral-400\/10{
  color: rgb(163 163 163 / 0.1);
}

.text-neutral-400\/100{
  color: rgb(163 163 163 / 1);
}

.text-neutral-400\/15{
  color: rgb(163 163 163 / 0.15);
}

.text-neutral-400\/20{
  color: rgb(163 163 163 / 0.2);
}

.text-neutral-400\/25{
  color: rgb(163 163 163 / 0.25);
}

.text-neutral-400\/30{
  color: rgb(163 163 163 / 0.3);
}

.text-neutral-400\/35{
  color: rgb(163 163 163 / 0.35);
}

.text-neutral-400\/40{
  color: rgb(163 163 163 / 0.4);
}

.text-neutral-400\/45{
  color: rgb(163 163 163 / 0.45);
}

.text-neutral-400\/5{
  color: rgb(163 163 163 / 0.05);
}

.text-neutral-400\/50{
  color: rgb(163 163 163 / 0.5);
}

.text-neutral-400\/55{
  color: rgb(163 163 163 / 0.55);
}

.text-neutral-400\/60{
  color: rgb(163 163 163 / 0.6);
}

.text-neutral-400\/65{
  color: rgb(163 163 163 / 0.65);
}

.text-neutral-400\/70{
  color: rgb(163 163 163 / 0.7);
}

.text-neutral-400\/75{
  color: rgb(163 163 163 / 0.75);
}

.text-neutral-400\/80{
  color: rgb(163 163 163 / 0.8);
}

.text-neutral-400\/85{
  color: rgb(163 163 163 / 0.85);
}

.text-neutral-400\/90{
  color: rgb(163 163 163 / 0.9);
}

.text-neutral-400\/95{
  color: rgb(163 163 163 / 0.95);
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-neutral-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-neutral-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-neutral-50\/15{
  color: rgb(250 250 250 / 0.15);
}

.text-neutral-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-neutral-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-neutral-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-neutral-50\/35{
  color: rgb(250 250 250 / 0.35);
}

.text-neutral-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-neutral-50\/45{
  color: rgb(250 250 250 / 0.45);
}

.text-neutral-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-neutral-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-neutral-50\/55{
  color: rgb(250 250 250 / 0.55);
}

.text-neutral-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-neutral-50\/65{
  color: rgb(250 250 250 / 0.65);
}

.text-neutral-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-neutral-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-neutral-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-neutral-50\/85{
  color: rgb(250 250 250 / 0.85);
}

.text-neutral-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-neutral-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-500\/0{
  color: rgb(115 115 115 / 0);
}

.text-neutral-500\/10{
  color: rgb(115 115 115 / 0.1);
}

.text-neutral-500\/100{
  color: rgb(115 115 115 / 1);
}

.text-neutral-500\/15{
  color: rgb(115 115 115 / 0.15);
}

.text-neutral-500\/20{
  color: rgb(115 115 115 / 0.2);
}

.text-neutral-500\/25{
  color: rgb(115 115 115 / 0.25);
}

.text-neutral-500\/30{
  color: rgb(115 115 115 / 0.3);
}

.text-neutral-500\/35{
  color: rgb(115 115 115 / 0.35);
}

.text-neutral-500\/40{
  color: rgb(115 115 115 / 0.4);
}

.text-neutral-500\/45{
  color: rgb(115 115 115 / 0.45);
}

.text-neutral-500\/5{
  color: rgb(115 115 115 / 0.05);
}

.text-neutral-500\/50{
  color: rgb(115 115 115 / 0.5);
}

.text-neutral-500\/55{
  color: rgb(115 115 115 / 0.55);
}

.text-neutral-500\/60{
  color: rgb(115 115 115 / 0.6);
}

.text-neutral-500\/65{
  color: rgb(115 115 115 / 0.65);
}

.text-neutral-500\/70{
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/75{
  color: rgb(115 115 115 / 0.75);
}

.text-neutral-500\/80{
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-500\/85{
  color: rgb(115 115 115 / 0.85);
}

.text-neutral-500\/90{
  color: rgb(115 115 115 / 0.9);
}

.text-neutral-500\/95{
  color: rgb(115 115 115 / 0.95);
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-600\/0{
  color: rgb(82 82 82 / 0);
}

.text-neutral-600\/10{
  color: rgb(82 82 82 / 0.1);
}

.text-neutral-600\/100{
  color: rgb(82 82 82 / 1);
}

.text-neutral-600\/15{
  color: rgb(82 82 82 / 0.15);
}

.text-neutral-600\/20{
  color: rgb(82 82 82 / 0.2);
}

.text-neutral-600\/25{
  color: rgb(82 82 82 / 0.25);
}

.text-neutral-600\/30{
  color: rgb(82 82 82 / 0.3);
}

.text-neutral-600\/35{
  color: rgb(82 82 82 / 0.35);
}

.text-neutral-600\/40{
  color: rgb(82 82 82 / 0.4);
}

.text-neutral-600\/45{
  color: rgb(82 82 82 / 0.45);
}

.text-neutral-600\/5{
  color: rgb(82 82 82 / 0.05);
}

.text-neutral-600\/50{
  color: rgb(82 82 82 / 0.5);
}

.text-neutral-600\/55{
  color: rgb(82 82 82 / 0.55);
}

.text-neutral-600\/60{
  color: rgb(82 82 82 / 0.6);
}

.text-neutral-600\/65{
  color: rgb(82 82 82 / 0.65);
}

.text-neutral-600\/70{
  color: rgb(82 82 82 / 0.7);
}

.text-neutral-600\/75{
  color: rgb(82 82 82 / 0.75);
}

.text-neutral-600\/80{
  color: rgb(82 82 82 / 0.8);
}

.text-neutral-600\/85{
  color: rgb(82 82 82 / 0.85);
}

.text-neutral-600\/90{
  color: rgb(82 82 82 / 0.9);
}

.text-neutral-600\/95{
  color: rgb(82 82 82 / 0.95);
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-700\/0{
  color: rgb(64 64 64 / 0);
}

.text-neutral-700\/10{
  color: rgb(64 64 64 / 0.1);
}

.text-neutral-700\/100{
  color: rgb(64 64 64 / 1);
}

.text-neutral-700\/15{
  color: rgb(64 64 64 / 0.15);
}

.text-neutral-700\/20{
  color: rgb(64 64 64 / 0.2);
}

.text-neutral-700\/25{
  color: rgb(64 64 64 / 0.25);
}

.text-neutral-700\/30{
  color: rgb(64 64 64 / 0.3);
}

.text-neutral-700\/35{
  color: rgb(64 64 64 / 0.35);
}

.text-neutral-700\/40{
  color: rgb(64 64 64 / 0.4);
}

.text-neutral-700\/45{
  color: rgb(64 64 64 / 0.45);
}

.text-neutral-700\/5{
  color: rgb(64 64 64 / 0.05);
}

.text-neutral-700\/50{
  color: rgb(64 64 64 / 0.5);
}

.text-neutral-700\/55{
  color: rgb(64 64 64 / 0.55);
}

.text-neutral-700\/60{
  color: rgb(64 64 64 / 0.6);
}

.text-neutral-700\/65{
  color: rgb(64 64 64 / 0.65);
}

.text-neutral-700\/70{
  color: rgb(64 64 64 / 0.7);
}

.text-neutral-700\/75{
  color: rgb(64 64 64 / 0.75);
}

.text-neutral-700\/80{
  color: rgb(64 64 64 / 0.8);
}

.text-neutral-700\/85{
  color: rgb(64 64 64 / 0.85);
}

.text-neutral-700\/90{
  color: rgb(64 64 64 / 0.9);
}

.text-neutral-700\/95{
  color: rgb(64 64 64 / 0.95);
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-neutral-800\/0{
  color: rgb(38 38 38 / 0);
}

.text-neutral-800\/10{
  color: rgb(38 38 38 / 0.1);
}

.text-neutral-800\/100{
  color: rgb(38 38 38 / 1);
}

.text-neutral-800\/15{
  color: rgb(38 38 38 / 0.15);
}

.text-neutral-800\/20{
  color: rgb(38 38 38 / 0.2);
}

.text-neutral-800\/25{
  color: rgb(38 38 38 / 0.25);
}

.text-neutral-800\/30{
  color: rgb(38 38 38 / 0.3);
}

.text-neutral-800\/35{
  color: rgb(38 38 38 / 0.35);
}

.text-neutral-800\/40{
  color: rgb(38 38 38 / 0.4);
}

.text-neutral-800\/45{
  color: rgb(38 38 38 / 0.45);
}

.text-neutral-800\/5{
  color: rgb(38 38 38 / 0.05);
}

.text-neutral-800\/50{
  color: rgb(38 38 38 / 0.5);
}

.text-neutral-800\/55{
  color: rgb(38 38 38 / 0.55);
}

.text-neutral-800\/60{
  color: rgb(38 38 38 / 0.6);
}

.text-neutral-800\/65{
  color: rgb(38 38 38 / 0.65);
}

.text-neutral-800\/70{
  color: rgb(38 38 38 / 0.7);
}

.text-neutral-800\/75{
  color: rgb(38 38 38 / 0.75);
}

.text-neutral-800\/80{
  color: rgb(38 38 38 / 0.8);
}

.text-neutral-800\/85{
  color: rgb(38 38 38 / 0.85);
}

.text-neutral-800\/90{
  color: rgb(38 38 38 / 0.9);
}

.text-neutral-800\/95{
  color: rgb(38 38 38 / 0.95);
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-900\/0{
  color: rgb(23 23 23 / 0);
}

.text-neutral-900\/10{
  color: rgb(23 23 23 / 0.1);
}

.text-neutral-900\/100{
  color: rgb(23 23 23 / 1);
}

.text-neutral-900\/15{
  color: rgb(23 23 23 / 0.15);
}

.text-neutral-900\/20{
  color: rgb(23 23 23 / 0.2);
}

.text-neutral-900\/25{
  color: rgb(23 23 23 / 0.25);
}

.text-neutral-900\/30{
  color: rgb(23 23 23 / 0.3);
}

.text-neutral-900\/35{
  color: rgb(23 23 23 / 0.35);
}

.text-neutral-900\/40{
  color: rgb(23 23 23 / 0.4);
}

.text-neutral-900\/45{
  color: rgb(23 23 23 / 0.45);
}

.text-neutral-900\/5{
  color: rgb(23 23 23 / 0.05);
}

.text-neutral-900\/50{
  color: rgb(23 23 23 / 0.5);
}

.text-neutral-900\/55{
  color: rgb(23 23 23 / 0.55);
}

.text-neutral-900\/60{
  color: rgb(23 23 23 / 0.6);
}

.text-neutral-900\/65{
  color: rgb(23 23 23 / 0.65);
}

.text-neutral-900\/70{
  color: rgb(23 23 23 / 0.7);
}

.text-neutral-900\/75{
  color: rgb(23 23 23 / 0.75);
}

.text-neutral-900\/80{
  color: rgb(23 23 23 / 0.8);
}

.text-neutral-900\/85{
  color: rgb(23 23 23 / 0.85);
}

.text-neutral-900\/90{
  color: rgb(23 23 23 / 0.9);
}

.text-neutral-900\/95{
  color: rgb(23 23 23 / 0.95);
}

.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-neutral-950\/0{
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10{
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100{
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/15{
  color: rgb(10 10 10 / 0.15);
}

.text-neutral-950\/20{
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25{
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30{
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/35{
  color: rgb(10 10 10 / 0.35);
}

.text-neutral-950\/40{
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/45{
  color: rgb(10 10 10 / 0.45);
}

.text-neutral-950\/5{
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50{
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/55{
  color: rgb(10 10 10 / 0.55);
}

.text-neutral-950\/60{
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/65{
  color: rgb(10 10 10 / 0.65);
}

.text-neutral-950\/70{
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75{
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80{
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/85{
  color: rgb(10 10 10 / 0.85);
}

.text-neutral-950\/90{
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95{
  color: rgb(10 10 10 / 0.95);
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/15{
  color: rgb(255 237 213 / 0.15);
}

.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/35{
  color: rgb(255 237 213 / 0.35);
}

.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/45{
  color: rgb(255 237 213 / 0.45);
}

.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/55{
  color: rgb(255 237 213 / 0.55);
}

.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/65{
  color: rgb(255 237 213 / 0.65);
}

.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/85{
  color: rgb(255 237 213 / 0.85);
}

.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/15{
  color: rgb(254 215 170 / 0.15);
}

.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/35{
  color: rgb(254 215 170 / 0.35);
}

.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/45{
  color: rgb(254 215 170 / 0.45);
}

.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/55{
  color: rgb(254 215 170 / 0.55);
}

.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/65{
  color: rgb(254 215 170 / 0.65);
}

.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/85{
  color: rgb(254 215 170 / 0.85);
}

.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/15{
  color: rgb(253 186 116 / 0.15);
}

.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/35{
  color: rgb(253 186 116 / 0.35);
}

.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/45{
  color: rgb(253 186 116 / 0.45);
}

.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/55{
  color: rgb(253 186 116 / 0.55);
}

.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/65{
  color: rgb(253 186 116 / 0.65);
}

.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/85{
  color: rgb(253 186 116 / 0.85);
}

.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/15{
  color: rgb(251 146 60 / 0.15);
}

.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/35{
  color: rgb(251 146 60 / 0.35);
}

.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/45{
  color: rgb(251 146 60 / 0.45);
}

.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/55{
  color: rgb(251 146 60 / 0.55);
}

.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/65{
  color: rgb(251 146 60 / 0.65);
}

.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/85{
  color: rgb(251 146 60 / 0.85);
}

.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/15{
  color: rgb(255 247 237 / 0.15);
}

.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/35{
  color: rgb(255 247 237 / 0.35);
}

.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/45{
  color: rgb(255 247 237 / 0.45);
}

.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/55{
  color: rgb(255 247 237 / 0.55);
}

.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/65{
  color: rgb(255 247 237 / 0.65);
}

.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/85{
  color: rgb(255 247 237 / 0.85);
}

.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/15{
  color: rgb(249 115 22 / 0.15);
}

.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/35{
  color: rgb(249 115 22 / 0.35);
}

.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/45{
  color: rgb(249 115 22 / 0.45);
}

.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/55{
  color: rgb(249 115 22 / 0.55);
}

.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/65{
  color: rgb(249 115 22 / 0.65);
}

.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/85{
  color: rgb(249 115 22 / 0.85);
}

.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/15{
  color: rgb(234 88 12 / 0.15);
}

.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/35{
  color: rgb(234 88 12 / 0.35);
}

.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/45{
  color: rgb(234 88 12 / 0.45);
}

.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/55{
  color: rgb(234 88 12 / 0.55);
}

.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/65{
  color: rgb(234 88 12 / 0.65);
}

.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/85{
  color: rgb(234 88 12 / 0.85);
}

.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/15{
  color: rgb(194 65 12 / 0.15);
}

.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/35{
  color: rgb(194 65 12 / 0.35);
}

.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/45{
  color: rgb(194 65 12 / 0.45);
}

.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/55{
  color: rgb(194 65 12 / 0.55);
}

.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/65{
  color: rgb(194 65 12 / 0.65);
}

.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/85{
  color: rgb(194 65 12 / 0.85);
}

.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/15{
  color: rgb(154 52 18 / 0.15);
}

.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/35{
  color: rgb(154 52 18 / 0.35);
}

.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/45{
  color: rgb(154 52 18 / 0.45);
}

.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/55{
  color: rgb(154 52 18 / 0.55);
}

.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/65{
  color: rgb(154 52 18 / 0.65);
}

.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/85{
  color: rgb(154 52 18 / 0.85);
}

.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/15{
  color: rgb(124 45 18 / 0.15);
}

.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/35{
  color: rgb(124 45 18 / 0.35);
}

.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/45{
  color: rgb(124 45 18 / 0.45);
}

.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/55{
  color: rgb(124 45 18 / 0.55);
}

.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/65{
  color: rgb(124 45 18 / 0.65);
}

.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/85{
  color: rgb(124 45 18 / 0.85);
}

.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-orange-950\/0{
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100{
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/15{
  color: rgb(67 20 7 / 0.15);
}

.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/35{
  color: rgb(67 20 7 / 0.35);
}

.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/45{
  color: rgb(67 20 7 / 0.45);
}

.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/55{
  color: rgb(67 20 7 / 0.55);
}

.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/65{
  color: rgb(67 20 7 / 0.65);
}

.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/85{
  color: rgb(67 20 7 / 0.85);
}

.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-100\/0{
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10{
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100{
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15{
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20{
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25{
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30{
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35{
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40{
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45{
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5{
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50{
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55{
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60{
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65{
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70{
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75{
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80{
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85{
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90{
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95{
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-200\/0{
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10{
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100{
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15{
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20{
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25{
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30{
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35{
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40{
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45{
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5{
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50{
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55{
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60{
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65{
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70{
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75{
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80{
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85{
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90{
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95{
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-300\/0{
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10{
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100{
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15{
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20{
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25{
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30{
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35{
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40{
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45{
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5{
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50{
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55{
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60{
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65{
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70{
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75{
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80{
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85{
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90{
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95{
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-400\/0{
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10{
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100{
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15{
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20{
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25{
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30{
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35{
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40{
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45{
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5{
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50{
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55{
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60{
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65{
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70{
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75{
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80{
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85{
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90{
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95{
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-50\/0{
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10{
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100{
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15{
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20{
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25{
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30{
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35{
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40{
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45{
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5{
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50{
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55{
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60{
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65{
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70{
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75{
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80{
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85{
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90{
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95{
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-500\/0{
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10{
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100{
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15{
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20{
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25{
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30{
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35{
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40{
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45{
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5{
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50{
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55{
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60{
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65{
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70{
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75{
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80{
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85{
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90{
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95{
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-600\/0{
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10{
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100{
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15{
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20{
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25{
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30{
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35{
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40{
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45{
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5{
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50{
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55{
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60{
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65{
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70{
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75{
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80{
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85{
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90{
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95{
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-700\/0{
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10{
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100{
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15{
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20{
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25{
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30{
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35{
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40{
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45{
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5{
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50{
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55{
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60{
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65{
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70{
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75{
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80{
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85{
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90{
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95{
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-800\/0{
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10{
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100{
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15{
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20{
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25{
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30{
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35{
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40{
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45{
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5{
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50{
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55{
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60{
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65{
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70{
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75{
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80{
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85{
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90{
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95{
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-900\/0{
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10{
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100{
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15{
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20{
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25{
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30{
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35{
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40{
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45{
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5{
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50{
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55{
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60{
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65{
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70{
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75{
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80{
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85{
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90{
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95{
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950{
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-pink-950\/0{
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10{
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100{
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/15{
  color: rgb(80 7 36 / 0.15);
}

.text-pink-950\/20{
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25{
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30{
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/35{
  color: rgb(80 7 36 / 0.35);
}

.text-pink-950\/40{
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/45{
  color: rgb(80 7 36 / 0.45);
}

.text-pink-950\/5{
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50{
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/55{
  color: rgb(80 7 36 / 0.55);
}

.text-pink-950\/60{
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/65{
  color: rgb(80 7 36 / 0.65);
}

.text-pink-950\/70{
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75{
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80{
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/85{
  color: rgb(80 7 36 / 0.85);
}

.text-pink-950\/90{
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95{
  color: rgb(80 7 36 / 0.95);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(23 62 81 / var(--tw-text-opacity, 1));
}

.text-primary\/0{
  color: rgb(23 62 81 / 0);
}

.text-primary\/10{
  color: rgb(23 62 81 / 0.1);
}

.text-primary\/100{
  color: rgb(23 62 81 / 1);
}

.text-primary\/15{
  color: rgb(23 62 81 / 0.15);
}

.text-primary\/20{
  color: rgb(23 62 81 / 0.2);
}

.text-primary\/25{
  color: rgb(23 62 81 / 0.25);
}

.text-primary\/30{
  color: rgb(23 62 81 / 0.3);
}

.text-primary\/35{
  color: rgb(23 62 81 / 0.35);
}

.text-primary\/40{
  color: rgb(23 62 81 / 0.4);
}

.text-primary\/45{
  color: rgb(23 62 81 / 0.45);
}

.text-primary\/5{
  color: rgb(23 62 81 / 0.05);
}

.text-primary\/50{
  color: rgb(23 62 81 / 0.5);
}

.text-primary\/55{
  color: rgb(23 62 81 / 0.55);
}

.text-primary\/60{
  color: rgb(23 62 81 / 0.6);
}

.text-primary\/65{
  color: rgb(23 62 81 / 0.65);
}

.text-primary\/70{
  color: rgb(23 62 81 / 0.7);
}

.text-primary\/75{
  color: rgb(23 62 81 / 0.75);
}

.text-primary\/80{
  color: rgb(23 62 81 / 0.8);
}

.text-primary\/85{
  color: rgb(23 62 81 / 0.85);
}

.text-primary\/90{
  color: rgb(23 62 81 / 0.9);
}

.text-primary\/95{
  color: rgb(23 62 81 / 0.95);
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}

.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}

.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}

.text-purple-100\/15{
  color: rgb(243 232 255 / 0.15);
}

.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}

.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}

.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}

.text-purple-100\/35{
  color: rgb(243 232 255 / 0.35);
}

.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}

.text-purple-100\/45{
  color: rgb(243 232 255 / 0.45);
}

.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}

.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}

.text-purple-100\/55{
  color: rgb(243 232 255 / 0.55);
}

.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}

.text-purple-100\/65{
  color: rgb(243 232 255 / 0.65);
}

.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}

.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}

.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}

.text-purple-100\/85{
  color: rgb(243 232 255 / 0.85);
}

.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}

.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}

.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}

.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}

.text-purple-200\/15{
  color: rgb(233 213 255 / 0.15);
}

.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}

.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}

.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}

.text-purple-200\/35{
  color: rgb(233 213 255 / 0.35);
}

.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}

.text-purple-200\/45{
  color: rgb(233 213 255 / 0.45);
}

.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}

.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}

.text-purple-200\/55{
  color: rgb(233 213 255 / 0.55);
}

.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}

.text-purple-200\/65{
  color: rgb(233 213 255 / 0.65);
}

.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}

.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}

.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}

.text-purple-200\/85{
  color: rgb(233 213 255 / 0.85);
}

.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}

.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}

.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}

.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}

.text-purple-300\/15{
  color: rgb(216 180 254 / 0.15);
}

.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}

.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}

.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}

.text-purple-300\/35{
  color: rgb(216 180 254 / 0.35);
}

.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}

.text-purple-300\/45{
  color: rgb(216 180 254 / 0.45);
}

.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}

.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}

.text-purple-300\/55{
  color: rgb(216 180 254 / 0.55);
}

.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}

.text-purple-300\/65{
  color: rgb(216 180 254 / 0.65);
}

.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}

.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}

.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}

.text-purple-300\/85{
  color: rgb(216 180 254 / 0.85);
}

.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}

.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}

.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}

.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}

.text-purple-400\/15{
  color: rgb(192 132 252 / 0.15);
}

.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}

.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}

.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}

.text-purple-400\/35{
  color: rgb(192 132 252 / 0.35);
}

.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}

.text-purple-400\/45{
  color: rgb(192 132 252 / 0.45);
}

.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}

.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}

.text-purple-400\/55{
  color: rgb(192 132 252 / 0.55);
}

.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}

.text-purple-400\/65{
  color: rgb(192 132 252 / 0.65);
}

.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}

.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}

.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}

.text-purple-400\/85{
  color: rgb(192 132 252 / 0.85);
}

.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}

.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}

.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}

.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}

.text-purple-50\/15{
  color: rgb(250 245 255 / 0.15);
}

.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}

.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}

.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}

.text-purple-50\/35{
  color: rgb(250 245 255 / 0.35);
}

.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}

.text-purple-50\/45{
  color: rgb(250 245 255 / 0.45);
}

.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}

.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}

.text-purple-50\/55{
  color: rgb(250 245 255 / 0.55);
}

.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}

.text-purple-50\/65{
  color: rgb(250 245 255 / 0.65);
}

.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}

.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}

.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}

.text-purple-50\/85{
  color: rgb(250 245 255 / 0.85);
}

.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}

.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}

.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}

.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}

.text-purple-500\/15{
  color: rgb(168 85 247 / 0.15);
}

.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}

.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}

.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}

.text-purple-500\/35{
  color: rgb(168 85 247 / 0.35);
}

.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}

.text-purple-500\/45{
  color: rgb(168 85 247 / 0.45);
}

.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}

.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}

.text-purple-500\/55{
  color: rgb(168 85 247 / 0.55);
}

.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}

.text-purple-500\/65{
  color: rgb(168 85 247 / 0.65);
}

.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}

.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}

.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}

.text-purple-500\/85{
  color: rgb(168 85 247 / 0.85);
}

.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}

.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}

.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}

.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}

.text-purple-600\/15{
  color: rgb(147 51 234 / 0.15);
}

.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}

.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}

.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}

.text-purple-600\/35{
  color: rgb(147 51 234 / 0.35);
}

.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}

.text-purple-600\/45{
  color: rgb(147 51 234 / 0.45);
}

.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}

.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}

.text-purple-600\/55{
  color: rgb(147 51 234 / 0.55);
}

.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}

.text-purple-600\/65{
  color: rgb(147 51 234 / 0.65);
}

.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}

.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}

.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}

.text-purple-600\/85{
  color: rgb(147 51 234 / 0.85);
}

.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}

.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}

.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}

.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}

.text-purple-700\/15{
  color: rgb(126 34 206 / 0.15);
}

.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}

.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}

.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}

.text-purple-700\/35{
  color: rgb(126 34 206 / 0.35);
}

.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}

.text-purple-700\/45{
  color: rgb(126 34 206 / 0.45);
}

.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}

.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}

.text-purple-700\/55{
  color: rgb(126 34 206 / 0.55);
}

.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}

.text-purple-700\/65{
  color: rgb(126 34 206 / 0.65);
}

.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}

.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}

.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}

.text-purple-700\/85{
  color: rgb(126 34 206 / 0.85);
}

.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}

.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}

.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}

.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}

.text-purple-800\/15{
  color: rgb(107 33 168 / 0.15);
}

.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}

.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}

.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}

.text-purple-800\/35{
  color: rgb(107 33 168 / 0.35);
}

.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}

.text-purple-800\/45{
  color: rgb(107 33 168 / 0.45);
}

.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}

.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}

.text-purple-800\/55{
  color: rgb(107 33 168 / 0.55);
}

.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}

.text-purple-800\/65{
  color: rgb(107 33 168 / 0.65);
}

.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}

.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}

.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}

.text-purple-800\/85{
  color: rgb(107 33 168 / 0.85);
}

.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}

.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}

.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}

.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}

.text-purple-900\/15{
  color: rgb(88 28 135 / 0.15);
}

.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}

.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}

.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}

.text-purple-900\/35{
  color: rgb(88 28 135 / 0.35);
}

.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}

.text-purple-900\/45{
  color: rgb(88 28 135 / 0.45);
}

.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}

.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}

.text-purple-900\/55{
  color: rgb(88 28 135 / 0.55);
}

.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}

.text-purple-900\/65{
  color: rgb(88 28 135 / 0.65);
}

.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}

.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}

.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}

.text-purple-900\/85{
  color: rgb(88 28 135 / 0.85);
}

.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}

.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}

.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/15{
  color: rgb(59 7 100 / 0.15);
}

.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/35{
  color: rgb(59 7 100 / 0.35);
}

.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/45{
  color: rgb(59 7 100 / 0.45);
}

.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/55{
  color: rgb(59 7 100 / 0.55);
}

.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/65{
  color: rgb(59 7 100 / 0.65);
}

.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/85{
  color: rgb(59 7 100 / 0.85);
}

.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15{
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35{
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45{
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55{
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65{
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85{
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15{
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35{
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45{
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55{
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65{
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85{
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15{
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35{
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45{
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55{
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65{
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85{
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15{
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35{
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45{
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55{
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65{
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85{
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15{
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35{
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45{
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55{
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65{
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85{
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15{
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35{
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45{
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55{
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65{
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85{
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15{
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35{
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45{
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55{
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65{
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85{
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15{
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35{
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45{
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55{
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65{
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85{
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15{
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35{
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45{
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55{
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65{
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85{
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15{
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35{
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45{
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55{
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65{
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85{
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-red-950{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.text-red-950\/0{
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10{
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100{
  color: rgb(69 10 10 / 1);
}

.text-red-950\/15{
  color: rgb(69 10 10 / 0.15);
}

.text-red-950\/20{
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25{
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30{
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/35{
  color: rgb(69 10 10 / 0.35);
}

.text-red-950\/40{
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/45{
  color: rgb(69 10 10 / 0.45);
}

.text-red-950\/5{
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50{
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/55{
  color: rgb(69 10 10 / 0.55);
}

.text-red-950\/60{
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/65{
  color: rgb(69 10 10 / 0.65);
}

.text-red-950\/70{
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75{
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80{
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/85{
  color: rgb(69 10 10 / 0.85);
}

.text-red-950\/90{
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95{
  color: rgb(69 10 10 / 0.95);
}

.text-rose-100{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/0{
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10{
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100{
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15{
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20{
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25{
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30{
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35{
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40{
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45{
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5{
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50{
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55{
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60{
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65{
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70{
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75{
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80{
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85{
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90{
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95{
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200{
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/0{
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10{
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100{
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15{
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20{
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25{
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30{
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35{
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40{
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45{
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5{
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50{
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55{
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60{
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65{
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70{
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75{
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80{
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85{
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90{
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95{
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300{
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-300\/0{
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10{
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100{
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15{
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20{
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25{
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30{
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35{
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40{
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45{
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5{
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50{
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55{
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60{
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65{
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70{
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75{
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80{
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85{
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90{
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95{
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-400\/0{
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10{
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100{
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/15{
  color: rgb(251 113 133 / 0.15);
}

.text-rose-400\/20{
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25{
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30{
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/35{
  color: rgb(251 113 133 / 0.35);
}

.text-rose-400\/40{
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/45{
  color: rgb(251 113 133 / 0.45);
}

.text-rose-400\/5{
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50{
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/55{
  color: rgb(251 113 133 / 0.55);
}

.text-rose-400\/60{
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/65{
  color: rgb(251 113 133 / 0.65);
}

.text-rose-400\/70{
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75{
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80{
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/85{
  color: rgb(251 113 133 / 0.85);
}

.text-rose-400\/90{
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95{
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50{
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-50\/0{
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10{
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100{
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15{
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20{
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25{
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30{
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35{
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40{
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45{
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5{
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50{
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55{
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60{
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65{
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70{
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75{
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80{
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85{
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90{
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95{
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-500\/0{
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10{
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100{
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/15{
  color: rgb(244 63 94 / 0.15);
}

.text-rose-500\/20{
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25{
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30{
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/35{
  color: rgb(244 63 94 / 0.35);
}

.text-rose-500\/40{
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/45{
  color: rgb(244 63 94 / 0.45);
}

.text-rose-500\/5{
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50{
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/55{
  color: rgb(244 63 94 / 0.55);
}

.text-rose-500\/60{
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/65{
  color: rgb(244 63 94 / 0.65);
}

.text-rose-500\/70{
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75{
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80{
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/85{
  color: rgb(244 63 94 / 0.85);
}

.text-rose-500\/90{
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95{
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-600\/0{
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10{
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100{
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/15{
  color: rgb(225 29 72 / 0.15);
}

.text-rose-600\/20{
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25{
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30{
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/35{
  color: rgb(225 29 72 / 0.35);
}

.text-rose-600\/40{
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/45{
  color: rgb(225 29 72 / 0.45);
}

.text-rose-600\/5{
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50{
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/55{
  color: rgb(225 29 72 / 0.55);
}

.text-rose-600\/60{
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/65{
  color: rgb(225 29 72 / 0.65);
}

.text-rose-600\/70{
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75{
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80{
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/85{
  color: rgb(225 29 72 / 0.85);
}

.text-rose-600\/90{
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95{
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-700\/0{
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10{
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100{
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15{
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20{
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25{
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30{
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35{
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40{
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45{
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5{
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50{
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55{
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60{
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65{
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70{
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75{
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80{
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85{
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90{
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95{
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800{
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-800\/0{
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10{
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100{
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15{
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20{
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25{
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30{
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35{
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40{
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45{
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5{
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50{
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55{
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60{
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65{
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70{
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75{
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80{
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85{
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90{
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95{
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900{
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-900\/0{
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10{
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100{
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/15{
  color: rgb(136 19 55 / 0.15);
}

.text-rose-900\/20{
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25{
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30{
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/35{
  color: rgb(136 19 55 / 0.35);
}

.text-rose-900\/40{
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/45{
  color: rgb(136 19 55 / 0.45);
}

.text-rose-900\/5{
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50{
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/55{
  color: rgb(136 19 55 / 0.55);
}

.text-rose-900\/60{
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/65{
  color: rgb(136 19 55 / 0.65);
}

.text-rose-900\/70{
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75{
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80{
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/85{
  color: rgb(136 19 55 / 0.85);
}

.text-rose-900\/90{
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95{
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950{
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-rose-950\/0{
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10{
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100{
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/15{
  color: rgb(76 5 25 / 0.15);
}

.text-rose-950\/20{
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25{
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30{
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/35{
  color: rgb(76 5 25 / 0.35);
}

.text-rose-950\/40{
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/45{
  color: rgb(76 5 25 / 0.45);
}

.text-rose-950\/5{
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50{
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/55{
  color: rgb(76 5 25 / 0.55);
}

.text-rose-950\/60{
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/65{
  color: rgb(76 5 25 / 0.65);
}

.text-rose-950\/70{
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75{
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80{
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/85{
  color: rgb(76 5 25 / 0.85);
}

.text-rose-950\/90{
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95{
  color: rgb(76 5 25 / 0.95);
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(169 255 234 / var(--tw-text-opacity, 1));
}

.text-secondary\/0{
  color: rgb(169 255 234 / 0);
}

.text-secondary\/10{
  color: rgb(169 255 234 / 0.1);
}

.text-secondary\/100{
  color: rgb(169 255 234 / 1);
}

.text-secondary\/15{
  color: rgb(169 255 234 / 0.15);
}

.text-secondary\/20{
  color: rgb(169 255 234 / 0.2);
}

.text-secondary\/25{
  color: rgb(169 255 234 / 0.25);
}

.text-secondary\/30{
  color: rgb(169 255 234 / 0.3);
}

.text-secondary\/35{
  color: rgb(169 255 234 / 0.35);
}

.text-secondary\/40{
  color: rgb(169 255 234 / 0.4);
}

.text-secondary\/45{
  color: rgb(169 255 234 / 0.45);
}

.text-secondary\/5{
  color: rgb(169 255 234 / 0.05);
}

.text-secondary\/50{
  color: rgb(169 255 234 / 0.5);
}

.text-secondary\/55{
  color: rgb(169 255 234 / 0.55);
}

.text-secondary\/60{
  color: rgb(169 255 234 / 0.6);
}

.text-secondary\/65{
  color: rgb(169 255 234 / 0.65);
}

.text-secondary\/70{
  color: rgb(169 255 234 / 0.7);
}

.text-secondary\/75{
  color: rgb(169 255 234 / 0.75);
}

.text-secondary\/80{
  color: rgb(169 255 234 / 0.8);
}

.text-secondary\/85{
  color: rgb(169 255 234 / 0.85);
}

.text-secondary\/90{
  color: rgb(169 255 234 / 0.9);
}

.text-secondary\/95{
  color: rgb(169 255 234 / 0.95);
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/0{
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10{
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100{
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15{
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20{
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25{
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30{
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35{
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40{
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45{
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5{
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50{
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55{
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60{
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65{
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70{
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75{
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85{
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90{
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95{
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/0{
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10{
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100{
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15{
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20{
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25{
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30{
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35{
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40{
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45{
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5{
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50{
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55{
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60{
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65{
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70{
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75{
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80{
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85{
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90{
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95{
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/0{
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10{
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100{
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15{
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20{
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25{
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30{
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35{
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40{
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45{
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5{
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50{
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55{
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60{
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65{
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70{
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75{
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85{
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90{
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95{
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-400\/0{
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10{
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100{
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/15{
  color: rgb(56 189 248 / 0.15);
}

.text-sky-400\/20{
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25{
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30{
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/35{
  color: rgb(56 189 248 / 0.35);
}

.text-sky-400\/40{
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/45{
  color: rgb(56 189 248 / 0.45);
}

.text-sky-400\/5{
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50{
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/55{
  color: rgb(56 189 248 / 0.55);
}

.text-sky-400\/60{
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/65{
  color: rgb(56 189 248 / 0.65);
}

.text-sky-400\/70{
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75{
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80{
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/85{
  color: rgb(56 189 248 / 0.85);
}

.text-sky-400\/90{
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95{
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/0{
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10{
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100{
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15{
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20{
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25{
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30{
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35{
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40{
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45{
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5{
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50{
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55{
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60{
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65{
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70{
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75{
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80{
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85{
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95{
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-500\/0{
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10{
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100{
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/15{
  color: rgb(14 165 233 / 0.15);
}

.text-sky-500\/20{
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25{
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30{
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/35{
  color: rgb(14 165 233 / 0.35);
}

.text-sky-500\/40{
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/45{
  color: rgb(14 165 233 / 0.45);
}

.text-sky-500\/5{
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50{
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/55{
  color: rgb(14 165 233 / 0.55);
}

.text-sky-500\/60{
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/65{
  color: rgb(14 165 233 / 0.65);
}

.text-sky-500\/70{
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75{
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80{
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/85{
  color: rgb(14 165 233 / 0.85);
}

.text-sky-500\/90{
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95{
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-600\/0{
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10{
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100{
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/15{
  color: rgb(2 132 199 / 0.15);
}

.text-sky-600\/20{
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25{
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30{
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/35{
  color: rgb(2 132 199 / 0.35);
}

.text-sky-600\/40{
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/45{
  color: rgb(2 132 199 / 0.45);
}

.text-sky-600\/5{
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50{
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/55{
  color: rgb(2 132 199 / 0.55);
}

.text-sky-600\/60{
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/65{
  color: rgb(2 132 199 / 0.65);
}

.text-sky-600\/70{
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75{
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80{
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/85{
  color: rgb(2 132 199 / 0.85);
}

.text-sky-600\/90{
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95{
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-700\/0{
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10{
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100{
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15{
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20{
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25{
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30{
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35{
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40{
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45{
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5{
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50{
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55{
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60{
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65{
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70{
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75{
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80{
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85{
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90{
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95{
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800{
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-800\/0{
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10{
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100{
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15{
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20{
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25{
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30{
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35{
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40{
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45{
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5{
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50{
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55{
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60{
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65{
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70{
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75{
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80{
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85{
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90{
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95{
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-900\/0{
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10{
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100{
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/15{
  color: rgb(12 74 110 / 0.15);
}

.text-sky-900\/20{
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25{
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30{
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/35{
  color: rgb(12 74 110 / 0.35);
}

.text-sky-900\/40{
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/45{
  color: rgb(12 74 110 / 0.45);
}

.text-sky-900\/5{
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50{
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/55{
  color: rgb(12 74 110 / 0.55);
}

.text-sky-900\/60{
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/65{
  color: rgb(12 74 110 / 0.65);
}

.text-sky-900\/70{
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75{
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80{
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/85{
  color: rgb(12 74 110 / 0.85);
}

.text-sky-900\/90{
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95{
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950{
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.text-sky-950\/0{
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10{
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100{
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/15{
  color: rgb(8 47 73 / 0.15);
}

.text-sky-950\/20{
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25{
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30{
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/35{
  color: rgb(8 47 73 / 0.35);
}

.text-sky-950\/40{
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/45{
  color: rgb(8 47 73 / 0.45);
}

.text-sky-950\/5{
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50{
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/55{
  color: rgb(8 47 73 / 0.55);
}

.text-sky-950\/60{
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/65{
  color: rgb(8 47 73 / 0.65);
}

.text-sky-950\/70{
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75{
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80{
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/85{
  color: rgb(8 47 73 / 0.85);
}

.text-sky-950\/90{
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95{
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-100\/0{
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10{
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100{
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15{
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20{
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25{
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30{
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35{
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40{
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45{
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5{
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50{
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55{
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60{
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65{
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70{
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75{
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80{
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85{
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90{
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95{
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-200\/0{
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10{
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100{
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15{
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20{
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25{
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30{
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35{
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40{
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45{
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5{
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50{
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55{
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60{
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65{
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70{
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75{
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80{
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85{
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90{
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95{
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-300\/0{
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10{
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100{
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15{
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20{
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25{
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30{
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35{
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40{
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45{
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5{
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50{
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55{
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60{
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65{
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70{
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75{
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80{
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85{
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90{
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95{
  color: rgb(203 213 225 / 0.95);
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-400\/0{
  color: rgb(148 163 184 / 0);
}

.text-slate-400\/10{
  color: rgb(148 163 184 / 0.1);
}

.text-slate-400\/100{
  color: rgb(148 163 184 / 1);
}

.text-slate-400\/15{
  color: rgb(148 163 184 / 0.15);
}

.text-slate-400\/20{
  color: rgb(148 163 184 / 0.2);
}

.text-slate-400\/25{
  color: rgb(148 163 184 / 0.25);
}

.text-slate-400\/30{
  color: rgb(148 163 184 / 0.3);
}

.text-slate-400\/35{
  color: rgb(148 163 184 / 0.35);
}

.text-slate-400\/40{
  color: rgb(148 163 184 / 0.4);
}

.text-slate-400\/45{
  color: rgb(148 163 184 / 0.45);
}

.text-slate-400\/5{
  color: rgb(148 163 184 / 0.05);
}

.text-slate-400\/50{
  color: rgb(148 163 184 / 0.5);
}

.text-slate-400\/55{
  color: rgb(148 163 184 / 0.55);
}

.text-slate-400\/60{
  color: rgb(148 163 184 / 0.6);
}

.text-slate-400\/65{
  color: rgb(148 163 184 / 0.65);
}

.text-slate-400\/70{
  color: rgb(148 163 184 / 0.7);
}

.text-slate-400\/75{
  color: rgb(148 163 184 / 0.75);
}

.text-slate-400\/80{
  color: rgb(148 163 184 / 0.8);
}

.text-slate-400\/85{
  color: rgb(148 163 184 / 0.85);
}

.text-slate-400\/90{
  color: rgb(148 163 184 / 0.9);
}

.text-slate-400\/95{
  color: rgb(148 163 184 / 0.95);
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-slate-50\/0{
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10{
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100{
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15{
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20{
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25{
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30{
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35{
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40{
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45{
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5{
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50{
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55{
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60{
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65{
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70{
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75{
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80{
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85{
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90{
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95{
  color: rgb(248 250 252 / 0.95);
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-500\/0{
  color: rgb(100 116 139 / 0);
}

.text-slate-500\/10{
  color: rgb(100 116 139 / 0.1);
}

.text-slate-500\/100{
  color: rgb(100 116 139 / 1);
}

.text-slate-500\/15{
  color: rgb(100 116 139 / 0.15);
}

.text-slate-500\/20{
  color: rgb(100 116 139 / 0.2);
}

.text-slate-500\/25{
  color: rgb(100 116 139 / 0.25);
}

.text-slate-500\/30{
  color: rgb(100 116 139 / 0.3);
}

.text-slate-500\/35{
  color: rgb(100 116 139 / 0.35);
}

.text-slate-500\/40{
  color: rgb(100 116 139 / 0.4);
}

.text-slate-500\/45{
  color: rgb(100 116 139 / 0.45);
}

.text-slate-500\/5{
  color: rgb(100 116 139 / 0.05);
}

.text-slate-500\/50{
  color: rgb(100 116 139 / 0.5);
}

.text-slate-500\/55{
  color: rgb(100 116 139 / 0.55);
}

.text-slate-500\/60{
  color: rgb(100 116 139 / 0.6);
}

.text-slate-500\/65{
  color: rgb(100 116 139 / 0.65);
}

.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}

.text-slate-500\/75{
  color: rgb(100 116 139 / 0.75);
}

.text-slate-500\/80{
  color: rgb(100 116 139 / 0.8);
}

.text-slate-500\/85{
  color: rgb(100 116 139 / 0.85);
}

.text-slate-500\/90{
  color: rgb(100 116 139 / 0.9);
}

.text-slate-500\/95{
  color: rgb(100 116 139 / 0.95);
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-600\/0{
  color: rgb(71 85 105 / 0);
}

.text-slate-600\/10{
  color: rgb(71 85 105 / 0.1);
}

.text-slate-600\/100{
  color: rgb(71 85 105 / 1);
}

.text-slate-600\/15{
  color: rgb(71 85 105 / 0.15);
}

.text-slate-600\/20{
  color: rgb(71 85 105 / 0.2);
}

.text-slate-600\/25{
  color: rgb(71 85 105 / 0.25);
}

.text-slate-600\/30{
  color: rgb(71 85 105 / 0.3);
}

.text-slate-600\/35{
  color: rgb(71 85 105 / 0.35);
}

.text-slate-600\/40{
  color: rgb(71 85 105 / 0.4);
}

.text-slate-600\/45{
  color: rgb(71 85 105 / 0.45);
}

.text-slate-600\/5{
  color: rgb(71 85 105 / 0.05);
}

.text-slate-600\/50{
  color: rgb(71 85 105 / 0.5);
}

.text-slate-600\/55{
  color: rgb(71 85 105 / 0.55);
}

.text-slate-600\/60{
  color: rgb(71 85 105 / 0.6);
}

.text-slate-600\/65{
  color: rgb(71 85 105 / 0.65);
}

.text-slate-600\/70{
  color: rgb(71 85 105 / 0.7);
}

.text-slate-600\/75{
  color: rgb(71 85 105 / 0.75);
}

.text-slate-600\/80{
  color: rgb(71 85 105 / 0.8);
}

.text-slate-600\/85{
  color: rgb(71 85 105 / 0.85);
}

.text-slate-600\/90{
  color: rgb(71 85 105 / 0.9);
}

.text-slate-600\/95{
  color: rgb(71 85 105 / 0.95);
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-700\/0{
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10{
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100{
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15{
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20{
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25{
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30{
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35{
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40{
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45{
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5{
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50{
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55{
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60{
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65{
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70{
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75{
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80{
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85{
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90{
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95{
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-800\/0{
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10{
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100{
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15{
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20{
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25{
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30{
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35{
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40{
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45{
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5{
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50{
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55{
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60{
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65{
  color: rgb(30 41 59 / 0.65);
}

.text-slate-800\/70{
  color: rgb(30 41 59 / 0.7);
}

.text-slate-800\/75{
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80{
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85{
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90{
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95{
  color: rgb(30 41 59 / 0.95);
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-900\/0{
  color: rgb(15 23 42 / 0);
}

.text-slate-900\/10{
  color: rgb(15 23 42 / 0.1);
}

.text-slate-900\/100{
  color: rgb(15 23 42 / 1);
}

.text-slate-900\/15{
  color: rgb(15 23 42 / 0.15);
}

.text-slate-900\/20{
  color: rgb(15 23 42 / 0.2);
}

.text-slate-900\/25{
  color: rgb(15 23 42 / 0.25);
}

.text-slate-900\/30{
  color: rgb(15 23 42 / 0.3);
}

.text-slate-900\/35{
  color: rgb(15 23 42 / 0.35);
}

.text-slate-900\/40{
  color: rgb(15 23 42 / 0.4);
}

.text-slate-900\/45{
  color: rgb(15 23 42 / 0.45);
}

.text-slate-900\/5{
  color: rgb(15 23 42 / 0.05);
}

.text-slate-900\/50{
  color: rgb(15 23 42 / 0.5);
}

.text-slate-900\/55{
  color: rgb(15 23 42 / 0.55);
}

.text-slate-900\/60{
  color: rgb(15 23 42 / 0.6);
}

.text-slate-900\/65{
  color: rgb(15 23 42 / 0.65);
}

.text-slate-900\/70{
  color: rgb(15 23 42 / 0.7);
}

.text-slate-900\/75{
  color: rgb(15 23 42 / 0.75);
}

.text-slate-900\/80{
  color: rgb(15 23 42 / 0.8);
}

.text-slate-900\/85{
  color: rgb(15 23 42 / 0.85);
}

.text-slate-900\/90{
  color: rgb(15 23 42 / 0.9);
}

.text-slate-900\/95{
  color: rgb(15 23 42 / 0.95);
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-slate-950\/0{
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10{
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100{
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/15{
  color: rgb(2 6 23 / 0.15);
}

.text-slate-950\/20{
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25{
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30{
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/35{
  color: rgb(2 6 23 / 0.35);
}

.text-slate-950\/40{
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/45{
  color: rgb(2 6 23 / 0.45);
}

.text-slate-950\/5{
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50{
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/55{
  color: rgb(2 6 23 / 0.55);
}

.text-slate-950\/60{
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/65{
  color: rgb(2 6 23 / 0.65);
}

.text-slate-950\/70{
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75{
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80{
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/85{
  color: rgb(2 6 23 / 0.85);
}

.text-slate-950\/90{
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95{
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-100\/0{
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10{
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100{
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/15{
  color: rgb(245 245 244 / 0.15);
}

.text-stone-100\/20{
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25{
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30{
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/35{
  color: rgb(245 245 244 / 0.35);
}

.text-stone-100\/40{
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/45{
  color: rgb(245 245 244 / 0.45);
}

.text-stone-100\/5{
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50{
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/55{
  color: rgb(245 245 244 / 0.55);
}

.text-stone-100\/60{
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/65{
  color: rgb(245 245 244 / 0.65);
}

.text-stone-100\/70{
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75{
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80{
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/85{
  color: rgb(245 245 244 / 0.85);
}

.text-stone-100\/90{
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95{
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-200\/0{
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10{
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100{
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/15{
  color: rgb(231 229 228 / 0.15);
}

.text-stone-200\/20{
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25{
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30{
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/35{
  color: rgb(231 229 228 / 0.35);
}

.text-stone-200\/40{
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/45{
  color: rgb(231 229 228 / 0.45);
}

.text-stone-200\/5{
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50{
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/55{
  color: rgb(231 229 228 / 0.55);
}

.text-stone-200\/60{
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/65{
  color: rgb(231 229 228 / 0.65);
}

.text-stone-200\/70{
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75{
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80{
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/85{
  color: rgb(231 229 228 / 0.85);
}

.text-stone-200\/90{
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95{
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300{
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-300\/0{
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10{
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100{
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/15{
  color: rgb(214 211 209 / 0.15);
}

.text-stone-300\/20{
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25{
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30{
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/35{
  color: rgb(214 211 209 / 0.35);
}

.text-stone-300\/40{
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/45{
  color: rgb(214 211 209 / 0.45);
}

.text-stone-300\/5{
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50{
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/55{
  color: rgb(214 211 209 / 0.55);
}

.text-stone-300\/60{
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/65{
  color: rgb(214 211 209 / 0.65);
}

.text-stone-300\/70{
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75{
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80{
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/85{
  color: rgb(214 211 209 / 0.85);
}

.text-stone-300\/90{
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95{
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400{
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-400\/0{
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10{
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100{
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/15{
  color: rgb(168 162 158 / 0.15);
}

.text-stone-400\/20{
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25{
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30{
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/35{
  color: rgb(168 162 158 / 0.35);
}

.text-stone-400\/40{
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/45{
  color: rgb(168 162 158 / 0.45);
}

.text-stone-400\/5{
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50{
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/55{
  color: rgb(168 162 158 / 0.55);
}

.text-stone-400\/60{
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/65{
  color: rgb(168 162 158 / 0.65);
}

.text-stone-400\/70{
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75{
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80{
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/85{
  color: rgb(168 162 158 / 0.85);
}

.text-stone-400\/90{
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95{
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-50\/0{
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10{
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100{
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/15{
  color: rgb(250 250 249 / 0.15);
}

.text-stone-50\/20{
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25{
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30{
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/35{
  color: rgb(250 250 249 / 0.35);
}

.text-stone-50\/40{
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/45{
  color: rgb(250 250 249 / 0.45);
}

.text-stone-50\/5{
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50{
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/55{
  color: rgb(250 250 249 / 0.55);
}

.text-stone-50\/60{
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/65{
  color: rgb(250 250 249 / 0.65);
}

.text-stone-50\/70{
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75{
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80{
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/85{
  color: rgb(250 250 249 / 0.85);
}

.text-stone-50\/90{
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95{
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-500\/0{
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10{
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100{
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/15{
  color: rgb(120 113 108 / 0.15);
}

.text-stone-500\/20{
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25{
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30{
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/35{
  color: rgb(120 113 108 / 0.35);
}

.text-stone-500\/40{
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/45{
  color: rgb(120 113 108 / 0.45);
}

.text-stone-500\/5{
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50{
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/55{
  color: rgb(120 113 108 / 0.55);
}

.text-stone-500\/60{
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/65{
  color: rgb(120 113 108 / 0.65);
}

.text-stone-500\/70{
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75{
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80{
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/85{
  color: rgb(120 113 108 / 0.85);
}

.text-stone-500\/90{
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95{
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-600\/0{
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10{
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100{
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/15{
  color: rgb(87 83 78 / 0.15);
}

.text-stone-600\/20{
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25{
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30{
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/35{
  color: rgb(87 83 78 / 0.35);
}

.text-stone-600\/40{
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/45{
  color: rgb(87 83 78 / 0.45);
}

.text-stone-600\/5{
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50{
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/55{
  color: rgb(87 83 78 / 0.55);
}

.text-stone-600\/60{
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/65{
  color: rgb(87 83 78 / 0.65);
}

.text-stone-600\/70{
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75{
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80{
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/85{
  color: rgb(87 83 78 / 0.85);
}

.text-stone-600\/90{
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95{
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-700\/0{
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10{
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100{
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/15{
  color: rgb(68 64 60 / 0.15);
}

.text-stone-700\/20{
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25{
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30{
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/35{
  color: rgb(68 64 60 / 0.35);
}

.text-stone-700\/40{
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/45{
  color: rgb(68 64 60 / 0.45);
}

.text-stone-700\/5{
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50{
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/55{
  color: rgb(68 64 60 / 0.55);
}

.text-stone-700\/60{
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/65{
  color: rgb(68 64 60 / 0.65);
}

.text-stone-700\/70{
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75{
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80{
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/85{
  color: rgb(68 64 60 / 0.85);
}

.text-stone-700\/90{
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95{
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-800\/0{
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10{
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100{
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/15{
  color: rgb(41 37 36 / 0.15);
}

.text-stone-800\/20{
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25{
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30{
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/35{
  color: rgb(41 37 36 / 0.35);
}

.text-stone-800\/40{
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/45{
  color: rgb(41 37 36 / 0.45);
}

.text-stone-800\/5{
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50{
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/55{
  color: rgb(41 37 36 / 0.55);
}

.text-stone-800\/60{
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/65{
  color: rgb(41 37 36 / 0.65);
}

.text-stone-800\/70{
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75{
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80{
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/85{
  color: rgb(41 37 36 / 0.85);
}

.text-stone-800\/90{
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95{
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900{
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-900\/0{
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10{
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100{
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/15{
  color: rgb(28 25 23 / 0.15);
}

.text-stone-900\/20{
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25{
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30{
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/35{
  color: rgb(28 25 23 / 0.35);
}

.text-stone-900\/40{
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/45{
  color: rgb(28 25 23 / 0.45);
}

.text-stone-900\/5{
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50{
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/55{
  color: rgb(28 25 23 / 0.55);
}

.text-stone-900\/60{
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/65{
  color: rgb(28 25 23 / 0.65);
}

.text-stone-900\/70{
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75{
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80{
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/85{
  color: rgb(28 25 23 / 0.85);
}

.text-stone-900\/90{
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95{
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950{
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-stone-950\/0{
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10{
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100{
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/15{
  color: rgb(12 10 9 / 0.15);
}

.text-stone-950\/20{
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25{
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30{
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/35{
  color: rgb(12 10 9 / 0.35);
}

.text-stone-950\/40{
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/45{
  color: rgb(12 10 9 / 0.45);
}

.text-stone-950\/5{
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50{
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/55{
  color: rgb(12 10 9 / 0.55);
}

.text-stone-950\/60{
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/65{
  color: rgb(12 10 9 / 0.65);
}

.text-stone-950\/70{
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75{
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80{
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/85{
  color: rgb(12 10 9 / 0.85);
}

.text-stone-950\/90{
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95{
  color: rgb(12 10 9 / 0.95);
}

.text-teal-100{
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.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\/15{
  color: rgb(204 251 241 / 0.15);
}

.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\/35{
  color: rgb(204 251 241 / 0.35);
}

.text-teal-100\/40{
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/45{
  color: rgb(204 251 241 / 0.45);
}

.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\/55{
  color: rgb(204 251 241 / 0.55);
}

.text-teal-100\/60{
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/65{
  color: rgb(204 251 241 / 0.65);
}

.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\/85{
  color: rgb(204 251 241 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(153 246 228 / 0.15);
}

.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\/35{
  color: rgb(153 246 228 / 0.35);
}

.text-teal-200\/40{
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/45{
  color: rgb(153 246 228 / 0.45);
}

.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\/55{
  color: rgb(153 246 228 / 0.55);
}

.text-teal-200\/60{
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/65{
  color: rgb(153 246 228 / 0.65);
}

.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\/85{
  color: rgb(153 246 228 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(94 234 212 / 0.15);
}

.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\/35{
  color: rgb(94 234 212 / 0.35);
}

.text-teal-300\/40{
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/45{
  color: rgb(94 234 212 / 0.45);
}

.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\/55{
  color: rgb(94 234 212 / 0.55);
}

.text-teal-300\/60{
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/65{
  color: rgb(94 234 212 / 0.65);
}

.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\/85{
  color: rgb(94 234 212 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(45 212 191 / 0.15);
}

.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\/35{
  color: rgb(45 212 191 / 0.35);
}

.text-teal-400\/40{
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/45{
  color: rgb(45 212 191 / 0.45);
}

.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\/55{
  color: rgb(45 212 191 / 0.55);
}

.text-teal-400\/60{
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/65{
  color: rgb(45 212 191 / 0.65);
}

.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\/85{
  color: rgb(45 212 191 / 0.85);
}

.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, 1));
}

.text-teal-50\/0{
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10{
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100{
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/15{
  color: rgb(240 253 250 / 0.15);
}

.text-teal-50\/20{
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25{
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30{
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/35{
  color: rgb(240 253 250 / 0.35);
}

.text-teal-50\/40{
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/45{
  color: rgb(240 253 250 / 0.45);
}

.text-teal-50\/5{
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50{
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/55{
  color: rgb(240 253 250 / 0.55);
}

.text-teal-50\/60{
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/65{
  color: rgb(240 253 250 / 0.65);
}

.text-teal-50\/70{
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75{
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80{
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/85{
  color: rgb(240 253 250 / 0.85);
}

.text-teal-50\/90{
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95{
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.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\/15{
  color: rgb(20 184 166 / 0.15);
}

.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\/35{
  color: rgb(20 184 166 / 0.35);
}

.text-teal-500\/40{
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/45{
  color: rgb(20 184 166 / 0.45);
}

.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\/55{
  color: rgb(20 184 166 / 0.55);
}

.text-teal-500\/60{
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/65{
  color: rgb(20 184 166 / 0.65);
}

.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\/85{
  color: rgb(20 184 166 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(13 148 136 / 0.15);
}

.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\/35{
  color: rgb(13 148 136 / 0.35);
}

.text-teal-600\/40{
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/45{
  color: rgb(13 148 136 / 0.45);
}

.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\/55{
  color: rgb(13 148 136 / 0.55);
}

.text-teal-600\/60{
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/65{
  color: rgb(13 148 136 / 0.65);
}

.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\/85{
  color: rgb(13 148 136 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(15 118 110 / 0.15);
}

.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\/35{
  color: rgb(15 118 110 / 0.35);
}

.text-teal-700\/40{
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/45{
  color: rgb(15 118 110 / 0.45);
}

.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\/55{
  color: rgb(15 118 110 / 0.55);
}

.text-teal-700\/60{
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/65{
  color: rgb(15 118 110 / 0.65);
}

.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\/85{
  color: rgb(15 118 110 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(17 94 89 / 0.15);
}

.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\/35{
  color: rgb(17 94 89 / 0.35);
}

.text-teal-800\/40{
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/45{
  color: rgb(17 94 89 / 0.45);
}

.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\/55{
  color: rgb(17 94 89 / 0.55);
}

.text-teal-800\/60{
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/65{
  color: rgb(17 94 89 / 0.65);
}

.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\/85{
  color: rgb(17 94 89 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(19 78 74 / 0.15);
}

.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\/35{
  color: rgb(19 78 74 / 0.35);
}

.text-teal-900\/40{
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/45{
  color: rgb(19 78 74 / 0.45);
}

.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\/55{
  color: rgb(19 78 74 / 0.55);
}

.text-teal-900\/60{
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/65{
  color: rgb(19 78 74 / 0.65);
}

.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\/85{
  color: rgb(19 78 74 / 0.85);
}

.text-teal-900\/90{
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95{
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950{
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.text-teal-950\/0{
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10{
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100{
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/15{
  color: rgb(4 47 46 / 0.15);
}

.text-teal-950\/20{
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25{
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30{
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/35{
  color: rgb(4 47 46 / 0.35);
}

.text-teal-950\/40{
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/45{
  color: rgb(4 47 46 / 0.45);
}

.text-teal-950\/5{
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50{
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/55{
  color: rgb(4 47 46 / 0.55);
}

.text-teal-950\/60{
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/65{
  color: rgb(4 47 46 / 0.65);
}

.text-teal-950\/70{
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75{
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80{
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/85{
  color: rgb(4 47 46 / 0.85);
}

.text-teal-950\/90{
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95{
  color: rgb(4 47 46 / 0.95);
}

.text-transparent{
  color: transparent;
}

.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15{
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35{
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85{
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}

.text-violet-100{
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.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\/15{
  color: rgb(237 233 254 / 0.15);
}

.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\/35{
  color: rgb(237 233 254 / 0.35);
}

.text-violet-100\/40{
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/45{
  color: rgb(237 233 254 / 0.45);
}

.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\/55{
  color: rgb(237 233 254 / 0.55);
}

.text-violet-100\/60{
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/65{
  color: rgb(237 233 254 / 0.65);
}

.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\/85{
  color: rgb(237 233 254 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(221 214 254 / 0.15);
}

.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\/35{
  color: rgb(221 214 254 / 0.35);
}

.text-violet-200\/40{
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/45{
  color: rgb(221 214 254 / 0.45);
}

.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\/55{
  color: rgb(221 214 254 / 0.55);
}

.text-violet-200\/60{
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/65{
  color: rgb(221 214 254 / 0.65);
}

.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\/85{
  color: rgb(221 214 254 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(196 181 253 / 0.15);
}

.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\/35{
  color: rgb(196 181 253 / 0.35);
}

.text-violet-300\/40{
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/45{
  color: rgb(196 181 253 / 0.45);
}

.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\/55{
  color: rgb(196 181 253 / 0.55);
}

.text-violet-300\/60{
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/65{
  color: rgb(196 181 253 / 0.65);
}

.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\/85{
  color: rgb(196 181 253 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(167 139 250 / 0.15);
}

.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\/35{
  color: rgb(167 139 250 / 0.35);
}

.text-violet-400\/40{
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/45{
  color: rgb(167 139 250 / 0.45);
}

.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\/55{
  color: rgb(167 139 250 / 0.55);
}

.text-violet-400\/60{
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/65{
  color: rgb(167 139 250 / 0.65);
}

.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\/85{
  color: rgb(167 139 250 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(245 243 255 / 0.15);
}

.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\/35{
  color: rgb(245 243 255 / 0.35);
}

.text-violet-50\/40{
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/45{
  color: rgb(245 243 255 / 0.45);
}

.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\/55{
  color: rgb(245 243 255 / 0.55);
}

.text-violet-50\/60{
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/65{
  color: rgb(245 243 255 / 0.65);
}

.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\/85{
  color: rgb(245 243 255 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(139 92 246 / 0.15);
}

.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\/35{
  color: rgb(139 92 246 / 0.35);
}

.text-violet-500\/40{
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/45{
  color: rgb(139 92 246 / 0.45);
}

.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\/55{
  color: rgb(139 92 246 / 0.55);
}

.text-violet-500\/60{
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/65{
  color: rgb(139 92 246 / 0.65);
}

.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\/85{
  color: rgb(139 92 246 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(124 58 237 / 0.15);
}

.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\/35{
  color: rgb(124 58 237 / 0.35);
}

.text-violet-600\/40{
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/45{
  color: rgb(124 58 237 / 0.45);
}

.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\/55{
  color: rgb(124 58 237 / 0.55);
}

.text-violet-600\/60{
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/65{
  color: rgb(124 58 237 / 0.65);
}

.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\/85{
  color: rgb(124 58 237 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(109 40 217 / 0.15);
}

.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\/35{
  color: rgb(109 40 217 / 0.35);
}

.text-violet-700\/40{
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/45{
  color: rgb(109 40 217 / 0.45);
}

.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\/55{
  color: rgb(109 40 217 / 0.55);
}

.text-violet-700\/60{
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/65{
  color: rgb(109 40 217 / 0.65);
}

.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\/85{
  color: rgb(109 40 217 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(91 33 182 / 0.15);
}

.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\/35{
  color: rgb(91 33 182 / 0.35);
}

.text-violet-800\/40{
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/45{
  color: rgb(91 33 182 / 0.45);
}

.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\/55{
  color: rgb(91 33 182 / 0.55);
}

.text-violet-800\/60{
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/65{
  color: rgb(91 33 182 / 0.65);
}

.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\/85{
  color: rgb(91 33 182 / 0.85);
}

.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, 1));
}

.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\/15{
  color: rgb(76 29 149 / 0.15);
}

.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\/35{
  color: rgb(76 29 149 / 0.35);
}

.text-violet-900\/40{
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/45{
  color: rgb(76 29 149 / 0.45);
}

.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\/55{
  color: rgb(76 29 149 / 0.55);
}

.text-violet-900\/60{
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/65{
  color: rgb(76 29 149 / 0.65);
}

.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\/85{
  color: rgb(76 29 149 / 0.85);
}

.text-violet-900\/90{
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95{
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950{
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.text-violet-950\/0{
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10{
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100{
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/15{
  color: rgb(46 16 101 / 0.15);
}

.text-violet-950\/20{
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25{
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30{
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/35{
  color: rgb(46 16 101 / 0.35);
}

.text-violet-950\/40{
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/45{
  color: rgb(46 16 101 / 0.45);
}

.text-violet-950\/5{
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50{
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/55{
  color: rgb(46 16 101 / 0.55);
}

.text-violet-950\/60{
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/65{
  color: rgb(46 16 101 / 0.65);
}

.text-violet-950\/70{
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75{
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80{
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/85{
  color: rgb(46 16 101 / 0.85);
}

.text-violet-950\/90{
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95{
  color: rgb(46 16 101 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/0{
  color: rgb(255 255 255 / 0);
}

.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100{
  color: rgb(255 255 255 / 1);
}

.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15{
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35{
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45{
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55{
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65{
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85{
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15{
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35{
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45{
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55{
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65{
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85{
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15{
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35{
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45{
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55{
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65{
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85{
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15{
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35{
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45{
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55{
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65{
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85{
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15{
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35{
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45{
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55{
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65{
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85{
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15{
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35{
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45{
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55{
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65{
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85{
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15{
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35{
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45{
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55{
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65{
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85{
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15{
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35{
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45{
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55{
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65{
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85{
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15{
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35{
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45{
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55{
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65{
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85{
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15{
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35{
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45{
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55{
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65{
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85{
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-yellow-950\/0{
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100{
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15{
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35{
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45{
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55{
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65{
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85{
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-100\/0{
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10{
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100{
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/15{
  color: rgb(244 244 245 / 0.15);
}

.text-zinc-100\/20{
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25{
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30{
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/35{
  color: rgb(244 244 245 / 0.35);
}

.text-zinc-100\/40{
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/45{
  color: rgb(244 244 245 / 0.45);
}

.text-zinc-100\/5{
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50{
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/55{
  color: rgb(244 244 245 / 0.55);
}

.text-zinc-100\/60{
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/65{
  color: rgb(244 244 245 / 0.65);
}

.text-zinc-100\/70{
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75{
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80{
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/85{
  color: rgb(244 244 245 / 0.85);
}

.text-zinc-100\/90{
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95{
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200{
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-200\/0{
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10{
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100{
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/15{
  color: rgb(228 228 231 / 0.15);
}

.text-zinc-200\/20{
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25{
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30{
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/35{
  color: rgb(228 228 231 / 0.35);
}

.text-zinc-200\/40{
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/45{
  color: rgb(228 228 231 / 0.45);
}

.text-zinc-200\/5{
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50{
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/55{
  color: rgb(228 228 231 / 0.55);
}

.text-zinc-200\/60{
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/65{
  color: rgb(228 228 231 / 0.65);
}

.text-zinc-200\/70{
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75{
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80{
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/85{
  color: rgb(228 228 231 / 0.85);
}

.text-zinc-200\/90{
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95{
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-300\/0{
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10{
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100{
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/15{
  color: rgb(212 212 216 / 0.15);
}

.text-zinc-300\/20{
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25{
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30{
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/35{
  color: rgb(212 212 216 / 0.35);
}

.text-zinc-300\/40{
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/45{
  color: rgb(212 212 216 / 0.45);
}

.text-zinc-300\/5{
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50{
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/55{
  color: rgb(212 212 216 / 0.55);
}

.text-zinc-300\/60{
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/65{
  color: rgb(212 212 216 / 0.65);
}

.text-zinc-300\/70{
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75{
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80{
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/85{
  color: rgb(212 212 216 / 0.85);
}

.text-zinc-300\/90{
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95{
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-400\/0{
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10{
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100{
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/15{
  color: rgb(161 161 170 / 0.15);
}

.text-zinc-400\/20{
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25{
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30{
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/35{
  color: rgb(161 161 170 / 0.35);
}

.text-zinc-400\/40{
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/45{
  color: rgb(161 161 170 / 0.45);
}

.text-zinc-400\/5{
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50{
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/55{
  color: rgb(161 161 170 / 0.55);
}

.text-zinc-400\/60{
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/65{
  color: rgb(161 161 170 / 0.65);
}

.text-zinc-400\/70{
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75{
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80{
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/85{
  color: rgb(161 161 170 / 0.85);
}

.text-zinc-400\/90{
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95{
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-zinc-50\/0{
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10{
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100{
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/15{
  color: rgb(250 250 250 / 0.15);
}

.text-zinc-50\/20{
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25{
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30{
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/35{
  color: rgb(250 250 250 / 0.35);
}

.text-zinc-50\/40{
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/45{
  color: rgb(250 250 250 / 0.45);
}

.text-zinc-50\/5{
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50{
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/55{
  color: rgb(250 250 250 / 0.55);
}

.text-zinc-50\/60{
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/65{
  color: rgb(250 250 250 / 0.65);
}

.text-zinc-50\/70{
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75{
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80{
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/85{
  color: rgb(250 250 250 / 0.85);
}

.text-zinc-50\/90{
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95{
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-500\/0{
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10{
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100{
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/15{
  color: rgb(113 113 122 / 0.15);
}

.text-zinc-500\/20{
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25{
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30{
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/35{
  color: rgb(113 113 122 / 0.35);
}

.text-zinc-500\/40{
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/45{
  color: rgb(113 113 122 / 0.45);
}

.text-zinc-500\/5{
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50{
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/55{
  color: rgb(113 113 122 / 0.55);
}

.text-zinc-500\/60{
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/65{
  color: rgb(113 113 122 / 0.65);
}

.text-zinc-500\/70{
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75{
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80{
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/85{
  color: rgb(113 113 122 / 0.85);
}

.text-zinc-500\/90{
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95{
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-600\/0{
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10{
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100{
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/15{
  color: rgb(82 82 91 / 0.15);
}

.text-zinc-600\/20{
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25{
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30{
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/35{
  color: rgb(82 82 91 / 0.35);
}

.text-zinc-600\/40{
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/45{
  color: rgb(82 82 91 / 0.45);
}

.text-zinc-600\/5{
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50{
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/55{
  color: rgb(82 82 91 / 0.55);
}

.text-zinc-600\/60{
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/65{
  color: rgb(82 82 91 / 0.65);
}

.text-zinc-600\/70{
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75{
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80{
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/85{
  color: rgb(82 82 91 / 0.85);
}

.text-zinc-600\/90{
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95{
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-700\/0{
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10{
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100{
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/15{
  color: rgb(63 63 70 / 0.15);
}

.text-zinc-700\/20{
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25{
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30{
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/35{
  color: rgb(63 63 70 / 0.35);
}

.text-zinc-700\/40{
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/45{
  color: rgb(63 63 70 / 0.45);
}

.text-zinc-700\/5{
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50{
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/55{
  color: rgb(63 63 70 / 0.55);
}

.text-zinc-700\/60{
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/65{
  color: rgb(63 63 70 / 0.65);
}

.text-zinc-700\/70{
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75{
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80{
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/85{
  color: rgb(63 63 70 / 0.85);
}

.text-zinc-700\/90{
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95{
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-800\/0{
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10{
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100{
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/15{
  color: rgb(39 39 42 / 0.15);
}

.text-zinc-800\/20{
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25{
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30{
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/35{
  color: rgb(39 39 42 / 0.35);
}

.text-zinc-800\/40{
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/45{
  color: rgb(39 39 42 / 0.45);
}

.text-zinc-800\/5{
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50{
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/55{
  color: rgb(39 39 42 / 0.55);
}

.text-zinc-800\/60{
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/65{
  color: rgb(39 39 42 / 0.65);
}

.text-zinc-800\/70{
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75{
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80{
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/85{
  color: rgb(39 39 42 / 0.85);
}

.text-zinc-800\/90{
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95{
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-900\/0{
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10{
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100{
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/15{
  color: rgb(24 24 27 / 0.15);
}

.text-zinc-900\/20{
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25{
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30{
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/35{
  color: rgb(24 24 27 / 0.35);
}

.text-zinc-900\/40{
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/45{
  color: rgb(24 24 27 / 0.45);
}

.text-zinc-900\/5{
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50{
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/55{
  color: rgb(24 24 27 / 0.55);
}

.text-zinc-900\/60{
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/65{
  color: rgb(24 24 27 / 0.65);
}

.text-zinc-900\/70{
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75{
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80{
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/85{
  color: rgb(24 24 27 / 0.85);
}

.text-zinc-900\/90{
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95{
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.text-zinc-950\/0{
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10{
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100{
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/15{
  color: rgb(9 9 11 / 0.15);
}

.text-zinc-950\/20{
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25{
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30{
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/35{
  color: rgb(9 9 11 / 0.35);
}

.text-zinc-950\/40{
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/45{
  color: rgb(9 9 11 / 0.45);
}

.text-zinc-950\/5{
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50{
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/55{
  color: rgb(9 9 11 / 0.55);
}

.text-zinc-950\/60{
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/65{
  color: rgb(9 9 11 / 0.65);
}

.text-zinc-950\/70{
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75{
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80{
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/85{
  color: rgb(9 9 11 / 0.85);
}

.text-zinc-950\/90{
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95{
  color: rgb(9 9 11 / 0.95);
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.text-opacity-15{
  --tw-text-opacity: 0.15;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-35{
  --tw-text-opacity: 0.35;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-45{
  --tw-text-opacity: 0.45;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-55{
  --tw-text-opacity: 0.55;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-65{
  --tw-text-opacity: 0.65;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-85{
  --tw-text-opacity: 0.85;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.underline{
  text-decoration-line: underline;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-\[\#757575\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#757575\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-95{
  opacity: 0.95;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.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-\[0_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 4px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-none{
  --tw-backdrop-blur:  ;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-15{
  --tw-backdrop-opacity: opacity(0.15);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-35{
  --tw-backdrop-opacity: opacity(0.35);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-45{
  --tw-backdrop-opacity: opacity(0.45);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-55{
  --tw-backdrop-opacity: opacity(0.55);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-65{
  --tw-backdrop-opacity: opacity(0.65);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-85{
  --tw-backdrop-opacity: opacity(0.85);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[0\.2s\]{
  transition-duration: 0.2s;
}

.duration-\[0\.3s\]{
  transition-duration: 0.3s;
}

.duration-\[0\.6s\]{
  transition-duration: 0.6s;
}

.ease-\[ease-in\]{
  transition-timing-function: ease-in;
}

.ease-\[ease\]{
  transition-timing-function: ease;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.container{
  width: 100%;
}

@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1300px){
  .container{
    max-width: 1300px;
  }
}

.selectedCell{
  background-color: var(--color-gray-50);
}

.dark .selectedCell{
  background-color: var(--color-gray-700);
}

.datatable-wrapper{
  width: 100%;
}

.datatable-wrapper .datatable-top{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px){
  .datatable-wrapper .datatable-top{
    flex-direction: row-reverse;
    align-items: center;
  }
}

.datatable-wrapper .datatable-search .datatable-input, .datatable-wrapper .datatable-input{
  color: var(--color-gray-900);
  font-size: 1;
  border: 1px solid var(--color-gray-300);
  border-radius: 0.5rem;
  background-color: var(--color-gray-50);
  min-width: 16rem;
}

.dark .datatable-wrapper .datatable-search .datatable-input, .dark .datatable-wrapper .datatable-input{
  color: white;
  background-color: var(--color-gray-800);
  border: 1px solid var(--color-gray-700);
}

.datatable-wrapper thead th .datatable-input{
  background-color: white;
  font-weight: 400;
  color: var(--color-gray-900);
  padding-top: .35rem;
  padding-bottom: .35rem;
  min-width: 0;
}

.dark .datatable-wrapper thead th .datatable-input{
  background-color: var(--color-gray-700);
  border-color: var(--color-gray-600);
  color: white;
}

.datatable-wrapper .datatable-top .datatable-dropdown{
  color: var(--color-gray-500);
  font-size: 1;
}

.dark .datatable-wrapper .datatable-top .datatable-dropdown{
  color: var(--color-gray-400);
}

.datatable-wrapper .datatable-top .datatable-dropdown .datatable-selector{
  background-color: var(--color-gray-50);
  color: var(--color-gray-900);
  font-size: 1;
  border: 1px solid var(--color-gray-300);
  border-radius: 0.5rem;
  margin-right: 0.25rem;
  min-width: 4rem;
}

.dark .datatable-wrapper .datatable-top .datatable-dropdown .datatable-selector{
  background-color: var(--color-gray-800);
  border: 1px solid var(--color-gray-700);
  color: white;
}

.datatable-wrapper .datatable-container thead tr.search-filtering-row th{
  padding-top: 0;
}

.datatable-wrapper .datatable-search .datatable-input:focus{
  border-color: var(--color-blue-600);
}

.datatable-wrapper .datatable-container{
  overflow-x: auto;
}

.datatable-wrapper .datatable-table{
  width: 100%;
  font-size: 1;
  color: var(--color-gray-500);
  text-align: left;
}

.dark .datatable-wrapper .datatable-table{
  color: var(--color-gray-400);
}

.datatable-wrapper .datatable-table thead{
  font-size: 1;
  color: var(--color-gray-500);
  background-color: var(--color-gray-50);
}

.dark .datatable-wrapper .datatable-table thead{
  color: var(--color-gray-400);
  background-color: var(--color-gray-800);
}

.datatable-wrapper .datatable-table thead th{
  white-space: nowrap;
}

.datatable-wrapper .datatable-table thead th, .datatable-wrapper .datatable-table tbody th, .datatable-wrapper .datatable-table tbody td{
  width: auto !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.datatable-wrapper .datatable-table thead th .datatable-sorter, .datatable-wrapper .datatable-table thead th{
  text-transform: uppercase;
}

.datatable-wrapper .datatable-table thead th .datatable-sorter:hover, .datatable-wrapper .datatable-table thead th.datatable-ascending .datatable-sorter, .datatable-wrapper .datatable-table thead th.datatable-descending .datatable-sorter{
  color: var(--color-gray-900);
}

.dark .datatable-wrapper .datatable-table thead th .datatable-sorter:hover, .dark .datatable-wrapper .datatable-table thead th.datatable-ascending .datatable-sorter, .dark .datatable-wrapper .datatable-table thead th.datatable-descending .datatable-sorter{
  color: white;
}

.datatable-wrapper .datatable-table tbody tr.selected{
  background-color: var(--color-gray-100);
}

.dark .datatable-wrapper .datatable-table tbody tr.selected{
  background-color: var(--color-gray-700);
}

.datatable-wrapper .datatable-table tbody tr{
  border-bottom: 1px solid var(--color-gray-200);
}

.dark .datatable-wrapper .datatable-table tbody tr{
  border-bottom: 1px solid var(--color-gray-700);
}

.datatable-wrapper .datatable-table .datatable-empty{
  text-align: center;
}

.datatable-wrapper .datatable-bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-top: 1rem;
  gap: 1rem;
}

@media (min-width: 640px){
  .datatable-wrapper .datatable-bottom{
    flex-direction: row;
    align-items: center;
  }
}

.datatable-wrapper .datatable-bottom .datatable-info{
  color: var(--color-gray-500);
  font-size: 1;
}

.dark .datatable-wrapper .datatable-bottom .datatable-info{
  color: var(--color-gray-400);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list{
  display: flex;
  align-items: center;
  height: 2rem;
  font-size: 1;
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item-link{
  display: flex;
  align-items: center;
  color: var(--color-gray-500);
  font-weight: 500;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2rem;
  font-size: 1;
  border-top: 1px solid var(--color-gray-300);
  border-bottom: 1px solid var(--color-gray-300);
  border-right: 1px solid var(--color-gray-300);
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item-link{
  color: var(--color-gray-400);
  border-color: var(--color-gray-700);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type, .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type{
  position: relative;
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link, .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link{
  color: transparent;
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link, .dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link{
  color: transparent;
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 8-4 4 4 4'/%3e %3c/svg%3e");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3rem;
  height: 1.3rem;
  transform: translate(-50%, -50%);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link:hover::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%23111827' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 8-4 4 4 4'/%3e %3c/svg%3e");
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 8-4 4 4 4'/%3e %3c/svg%3e");
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link:hover::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 8-4 4 4 4'/%3e %3c/svg%3e");
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 16 4-4-4-4'/%3e %3c/svg%3e");
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1.3rem;
  height: 1.3rem;
  transform: translate(50%, -50%);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link:hover::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%23111827' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 16 4-4-4-4'/%3e %3c/svg%3e");
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 16 4-4-4-4'/%3e %3c/svg%3e");
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link:hover::after{
  content: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 16 4-4-4-4'/%3e %3c/svg%3e");
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left: 1px solid var(--color-gray-300);
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:first-of-type .datatable-pagination-list-item-link{
  border-left: 1px solid var(--color-gray-700);
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item:last-of-type .datatable-pagination-list-item-link{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left: 0;
}

.datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item-link:hover{
  background-color: var(--color-gray-50);
  color: var(--color-gray-700);
}

.dark .datatable-wrapper .datatable-bottom .datatable-pagination .datatable-pagination-list-item-link:hover{
  background-color: var(--color-gray-700);
  color: white;
}

.apexcharts-canvas .apexcharts-tooltip{
  background-color: white !important;
  color: var(--color-gray-700) !important;
  border: 0 !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.dark .apexcharts-canvas .apexcharts-tooltip{
  background-color: var(--color-gray-700) !important;
  color: var(--color-gray-400) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  background-color: var(--color-gray-100) !important;
  border-bottom-color: var(--color-gray-200) !important;
  font-size: 1 !important;
  font-weight: 400 !important;
  color: var(--color-gray-500) !important;
}

.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title{
  background-color: var(--color-gray-600) !important;
  border-color: var(--color-gray-500) !important;
  color: var(--color-gray-500) !important;
}

.apexcharts-canvas .apexcharts-xaxistooltip{
  color: var(--color-gray-500) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  border-color: transparent !important;
  background-color: white !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.dark .apexcharts-canvas .apexcharts-xaxistooltip{
  color: var(--color-gray-400) !important;
  background-color: var(--color-gray-700) !important;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-label{
  color: var(--color-gray-500) !important;
  font-size: 1 !important;
}

.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-label{
  color: var(--color-gray-400) !important;
}

.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-value{
  color: var(--color-gray-900);
  font-size: 1 !important;
}

:is([dir=rtl]) .apexcharts-tooltip .apexcharts-tooltip-marker{
  margin-right: 0px !important;
  margin-left: e !important;
}

.dark .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-y-value{
  color: white !important;
}

.apexcharts-canvas .apexcharts-xaxistooltip-text{
  font-weight: 400 !important;
  font-size: 1 !important;
}

.apexcharts-canvas .apexcharts-xaxistooltip:after, .apexcharts-canvas .apexcharts-xaxistooltip:before{
  border-bottom-color: white !important;
}

.apexcharts-canvas .apexcharts-xaxistooltip:after{
  border-width: 8px !important;
  margin-left: -8px !important;
}

.apexcharts-canvas .apexcharts-xaxistooltip:before{
  border-width: 10px !important;
  margin-left: -10px !important;
}

.dark .apexcharts-canvas .apexcharts-xaxistooltip:after, .dark .apexcharts-canvas .apexcharts-xaxistooltip:before{
  border-bottom-color: var(--color-gray-700) !important;
}

.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
  padding: 0 !important;
}

.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  background-color: white !important;
  color: var(--color-gray-500) !important;
}

.dark .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active{
  background-color: var(--color-gray-700) !important;
  color: var(--color-gray-400) !important;
}

.apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
  padding-top: 0.75rem !important;
}

.apexcharts-canvas .apexcharts-legend{
  padding: 0 !important;
}

.apexcharts-canvas .apexcharts-legend-text{
  font-size: 1 !important;
  font-weight: 500 !important;
  padding-left: 1.25rem !important;
  color: var(--color-gray-500) !important;
}

:is([dir=rtl]) .apexcharts-canvas .apexcharts-legend-text{
  padding-right: 0.5rem !important;
}

.apexcharts-canvas .apexcharts-legend-text:not(.apexcharts-inactive-legend):hover{
  color: var(--color-gray-900) !important;
}

.dark .apexcharts-canvas .apexcharts-legend-text{
  color: var(--color-gray-400) !important;
}

.dark .apexcharts-canvas .apexcharts-legend-text:not(.apexcharts-inactive-legend):hover{
  color: white !important;
}

.apexcharts-canvas .apexcharts-legend-series{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
}

.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value{
  fill: var(--color-gray-900) !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
}

.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value{
  fill: white !important;
}

.apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label{
  fill: var(--color-gray-500) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.dark .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-label{
  fill: var(--color-gray-400) !important;
}

.apexcharts-canvas .apexcharts-datalabels .apexcharts-text.apexcharts-pie-label{
  font-size: 12px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  filter: none !important;
}

.apexcharts-gridline, .apexcharts-xcrosshairs, .apexcharts-ycrosshairs{
  stroke: var(--color-gray-200) !important;
}

.dark .apexcharts-gridline, .dark .apexcharts-xcrosshairs, .dark .apexcharts-ycrosshairs{
  stroke: var(--color-gray-700) !important;
}

html, body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(23 62 81 / var(--tw-text-opacity, 1));
}

a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

a:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

p{
  margin-bottom: 0.875rem;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
}

.fullwidth-col{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .fullwidth-col{
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1024px){
  .fullwidth-col{
    grid-column: span 12 / span 12;
  }
}

.row{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .row{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .row{
    gap: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  .row{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

h1{
  margin-bottom: 3.5rem;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.8px;
}

@media (min-width: 1024px){
  h1{
    font-size: 40px;
  }
}

h2{
  margin-bottom: 0.875rem;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.64px;
}

@media (min-width: 1024px){
  h2{
    font-size: 32px;
  }
}

.display-centre-heading h1{
  margin-bottom: 0.875rem;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.64px;
}

@media (min-width: 1024px){
  .display-centre-heading h1{
    font-size: 32px;
  }
}

h3{
  margin-bottom: 0.875rem;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.48px;
}

@media (min-width: 1024px){
  h3{
    font-size: 24px;
  }
}

h4{
  margin-bottom: 0.875rem;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

@media (min-width: 1024px){
  h4{
    font-size: 18px;
  }
}

h5{
  margin-bottom: 0.875rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0em;
}

@media (min-width: 1024px){
  h5{
    font-size: 16px;
  }
}

header{
  position: relative;
  top: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: ease-in;
}

header.stickyHeader{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

header .headerRow{
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

@media (min-width: 1024px){
  header .headerRow{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

header.stickyHeader .headerRow{
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

@media (min-width: 1024px){
  header.stickyHeader .headerRow{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

header .headerLogo{
  height: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

@media (min-width: 1200px){
  header .headerLogo{
    height: 64px;
  }
}

header.stickyHeader  .headerLogo{
  height: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

@media (min-width: 1200px){
  header.stickyHeader  .headerLogo{
    height: 48px;
  }
}

.headerLinks a{
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.headerLinks a:hover{
  text-decoration-line: underline;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.contactForm textarea{
  height: 10rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
}

.contactForm textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

.contactForm textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

.contactForm input{
  margin-right: -1px;
  height: 2.5rem;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}

.contactForm input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

.contactForm input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(117 117 117 / var(--tw-placeholder-opacity, 1));
}

@media (min-width: 768px){
  .contactForm input{
    width: calc(33.333% - 15.5px);
  }
}

@media (min-width: 1024px){
  .contactForm input{
    width: calc(33.333% - 7.5px);
  }
}

.btn-dark{
  margin-right: auto;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(169 255 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(76 68 66 / var(--tw-bg-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(169 255 234 / var(--tw-text-opacity, 1));
}

a.anchor-link{
  cursor: pointer;
}

ul.dotted-list{
  margin-left: 27px;
  list-style-type: disc;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul.dotted-list li{
  padding-left: 10px;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Host Grotesk", sans-serif;
  color: #173E51;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

@media only screen and (max-width: 767px) {
}

@media (min-width: 375px){
  .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-title{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    background-color: var(--color-gray-100) !important;
    border-bottom-color: var(--color-gray-200) !important;
    font-size: 1 !important;
    font-weight: 400 !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-title{
    background-color: var(--color-gray-600) !important;
    border-color: var(--color-gray-500) !important;
    color: var(--color-gray-500) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-500) !important;
    font-size: 1 !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-text-y-value{
    color: var(--color-gray-900);
    font-size: 1 !important;
  }

  :is([dir=rtl]) .apexcharts-tooltip .sm\:apexcharts-tooltip-marker{
    margin-right: 0px !important;
    margin-left: e !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .sm\:apexcharts-tooltip-text-y-value{
    color: white !important;
  }

  .apexcharts-canvas .sm\:apexcharts-xaxistooltip-text{
    font-weight: 400 !important;
    font-size: 1 !important;
  }

  .apexcharts-canvas .sm\:apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .sm\:apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .sm\:apexcharts-tooltip-series-group.apexcharts-active{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background-color: white !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .sm\:apexcharts-tooltip-series-group.apexcharts-active{
    background-color: var(--color-gray-700) !important;
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .sm\:apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 768px){
  .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-title{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    background-color: var(--color-gray-100) !important;
    border-bottom-color: var(--color-gray-200) !important;
    font-size: 1 !important;
    font-weight: 400 !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-title{
    background-color: var(--color-gray-600) !important;
    border-color: var(--color-gray-500) !important;
    color: var(--color-gray-500) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-500) !important;
    font-size: 1 !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-text-y-value{
    color: var(--color-gray-900);
    font-size: 1 !important;
  }

  :is([dir=rtl]) .apexcharts-tooltip .md\:apexcharts-tooltip-marker{
    margin-right: 0px !important;
    margin-left: e !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .md\:apexcharts-tooltip-text-y-value{
    color: white !important;
  }

  .apexcharts-canvas .md\:apexcharts-xaxistooltip-text{
    font-weight: 400 !important;
    font-size: 1 !important;
  }

  .apexcharts-canvas .md\:apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .md\:apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .md\:apexcharts-tooltip-series-group.apexcharts-active{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background-color: white !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .md\:apexcharts-tooltip-series-group.apexcharts-active{
    background-color: var(--color-gray-700) !important;
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .md\:apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1024px){
  .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-title{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    background-color: var(--color-gray-100) !important;
    border-bottom-color: var(--color-gray-200) !important;
    font-size: 1 !important;
    font-weight: 400 !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-title{
    background-color: var(--color-gray-600) !important;
    border-color: var(--color-gray-500) !important;
    color: var(--color-gray-500) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-500) !important;
    font-size: 1 !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-text-y-value{
    color: var(--color-gray-900);
    font-size: 1 !important;
  }

  :is([dir=rtl]) .apexcharts-tooltip .lg\:apexcharts-tooltip-marker{
    margin-right: 0px !important;
    margin-left: e !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .lg\:apexcharts-tooltip-text-y-value{
    color: white !important;
  }

  .apexcharts-canvas .lg\:apexcharts-xaxistooltip-text{
    font-weight: 400 !important;
    font-size: 1 !important;
  }

  .apexcharts-canvas .lg\:apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .lg\:apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .lg\:apexcharts-tooltip-series-group.apexcharts-active{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background-color: white !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .lg\:apexcharts-tooltip-series-group.apexcharts-active{
    background-color: var(--color-gray-700) !important;
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .lg\:apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1200px){
  .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-title{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    background-color: var(--color-gray-100) !important;
    border-bottom-color: var(--color-gray-200) !important;
    font-size: 1 !important;
    font-weight: 400 !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-title{
    background-color: var(--color-gray-600) !important;
    border-color: var(--color-gray-500) !important;
    color: var(--color-gray-500) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-500) !important;
    font-size: 1 !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-text-y-value{
    color: var(--color-gray-900);
    font-size: 1 !important;
  }

  :is([dir=rtl]) .apexcharts-tooltip .xl\:apexcharts-tooltip-marker{
    margin-right: 0px !important;
    margin-left: e !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xl\:apexcharts-tooltip-text-y-value{
    color: white !important;
  }

  .apexcharts-canvas .xl\:apexcharts-xaxistooltip-text{
    font-weight: 400 !important;
    font-size: 1 !important;
  }

  .apexcharts-canvas .xl\:apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .xl\:apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .xl\:apexcharts-tooltip-series-group.apexcharts-active{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background-color: white !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .xl\:apexcharts-tooltip-series-group.apexcharts-active{
    background-color: var(--color-gray-700) !important;
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .xl\:apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1300px){
  .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-title{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    background-color: var(--color-gray-100) !important;
    border-bottom-color: var(--color-gray-200) !important;
    font-size: 1 !important;
    font-weight: 400 !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-title{
    background-color: var(--color-gray-600) !important;
    border-color: var(--color-gray-500) !important;
    color: var(--color-gray-500) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-500) !important;
    font-size: 1 !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-text-y-label{
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-text-y-value{
    color: var(--color-gray-900);
    font-size: 1 !important;
  }

  :is([dir=rtl]) .apexcharts-tooltip .xxl\:apexcharts-tooltip-marker{
    margin-right: 0px !important;
    margin-left: e !important;
  }

  .dark .apexcharts-canvas .apexcharts-tooltip .xxl\:apexcharts-tooltip-text-y-value{
    color: white !important;
  }

  .apexcharts-canvas .xxl\:apexcharts-xaxistooltip-text{
    font-weight: 400 !important;
    font-size: 1 !important;
  }

  .apexcharts-canvas .xxl\:apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .apexcharts-tooltip-series-group.apexcharts-active .xxl\:apexcharts-tooltip-y-group{
    padding: 0 !important;
  }

  .apexcharts-canvas .xxl\:apexcharts-tooltip-series-group.apexcharts-active{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    background-color: white !important;
    color: var(--color-gray-500) !important;
  }

  .dark .apexcharts-canvas .xxl\:apexcharts-tooltip-series-group.apexcharts-active{
    background-color: var(--color-gray-700) !important;
    color: var(--color-gray-400) !important;
  }

  .apexcharts-canvas .xxl\:apexcharts-tooltip-series-group.apexcharts-active:first-of-type{
    padding-top: 0.75rem !important;
  }
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:underline-offset-8:hover{
  text-underline-offset: 8px;
}

.hover\:transition-all:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:duration-\[0\.2s\]:hover{
  transition-duration: 0.2s;
}

.hover\:ease-\[ease-in\]:hover{
  transition-timing-function: ease-in;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

@media (min-width: 375px){
  .sm\:-bottom-0{
    bottom: -0px;
  }

  .sm\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  .sm\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  .sm\:-bottom-11{
    bottom: -2.75rem;
  }

  .sm\:-bottom-12{
    bottom: -3rem;
  }

  .sm\:-bottom-14{
    bottom: -3.5rem;
  }

  .sm\:-bottom-16{
    bottom: -4rem;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  .sm\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .sm\:-bottom-20{
    bottom: -5rem;
  }

  .sm\:-bottom-24{
    bottom: -6rem;
  }

  .sm\:-bottom-28{
    bottom: -7rem;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  .sm\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .sm\:-bottom-32{
    bottom: -8rem;
  }

  .sm\:-bottom-36{
    bottom: -9rem;
  }

  .sm\:-bottom-4{
    bottom: -1rem;
  }

  .sm\:-bottom-40{
    bottom: -10rem;
  }

  .sm\:-bottom-44{
    bottom: -11rem;
  }

  .sm\:-bottom-48{
    bottom: -12rem;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  .sm\:-bottom-52{
    bottom: -13rem;
  }

  .sm\:-bottom-56{
    bottom: -14rem;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  .sm\:-bottom-60{
    bottom: -15rem;
  }

  .sm\:-bottom-64{
    bottom: -16rem;
  }

  .sm\:-bottom-7{
    bottom: -1.75rem;
  }

  .sm\:-bottom-72{
    bottom: -18rem;
  }

  .sm\:-bottom-8{
    bottom: -2rem;
  }

  .sm\:-bottom-80{
    bottom: -20rem;
  }

  .sm\:-bottom-9{
    bottom: -2.25rem;
  }

  .sm\:-bottom-96{
    bottom: -24rem;
  }

  .sm\:-bottom-full{
    bottom: -100%;
  }

  .sm\:-bottom-px{
    bottom: -1px;
  }

  .sm\:-left-0{
    left: -0px;
  }

  .sm\:-left-0\.5{
    left: -0.125rem;
  }

  .sm\:-left-1{
    left: -0.25rem;
  }

  .sm\:-left-1\.5{
    left: -0.375rem;
  }

  .sm\:-left-1\/2{
    left: -50%;
  }

  .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-left-10{
    left: -2.5rem;
  }

  .sm\:-left-11{
    left: -2.75rem;
  }

  .sm\:-left-12{
    left: -3rem;
  }

  .sm\:-left-14{
    left: -3.5rem;
  }

  .sm\:-left-16{
    left: -4rem;
  }

  .sm\:-left-2{
    left: -0.5rem;
  }

  .sm\:-left-2\.5{
    left: -0.625rem;
  }

  .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .sm\:-left-2\/4{
    left: -50%;
  }

  .sm\:-left-20{
    left: -5rem;
  }

  .sm\:-left-24{
    left: -6rem;
  }

  .sm\:-left-28{
    left: -7rem;
  }

  .sm\:-left-3{
    left: -0.75rem;
  }

  .sm\:-left-3\.5{
    left: -0.875rem;
  }

  .sm\:-left-3\/4{
    left: -75%;
  }

  .sm\:-left-32{
    left: -8rem;
  }

  .sm\:-left-36{
    left: -9rem;
  }

  .sm\:-left-4{
    left: -1rem;
  }

  .sm\:-left-40{
    left: -10rem;
  }

  .sm\:-left-44{
    left: -11rem;
  }

  .sm\:-left-48{
    left: -12rem;
  }

  .sm\:-left-5{
    left: -1.25rem;
  }

  .sm\:-left-52{
    left: -13rem;
  }

  .sm\:-left-56{
    left: -14rem;
  }

  .sm\:-left-6{
    left: -1.5rem;
  }

  .sm\:-left-60{
    left: -15rem;
  }

  .sm\:-left-64{
    left: -16rem;
  }

  .sm\:-left-7{
    left: -1.75rem;
  }

  .sm\:-left-72{
    left: -18rem;
  }

  .sm\:-left-8{
    left: -2rem;
  }

  .sm\:-left-80{
    left: -20rem;
  }

  .sm\:-left-9{
    left: -2.25rem;
  }

  .sm\:-left-96{
    left: -24rem;
  }

  .sm\:-left-full{
    left: -100%;
  }

  .sm\:-left-px{
    left: -1px;
  }

  .sm\:-right-0{
    right: -0px;
  }

  .sm\:-right-0\.5{
    right: -0.125rem;
  }

  .sm\:-right-1{
    right: -0.25rem;
  }

  .sm\:-right-1\.5{
    right: -0.375rem;
  }

  .sm\:-right-1\/2{
    right: -50%;
  }

  .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .sm\:-right-1\/4{
    right: -25%;
  }

  .sm\:-right-10{
    right: -2.5rem;
  }

  .sm\:-right-11{
    right: -2.75rem;
  }

  .sm\:-right-12{
    right: -3rem;
  }

  .sm\:-right-14{
    right: -3.5rem;
  }

  .sm\:-right-16{
    right: -4rem;
  }

  .sm\:-right-2{
    right: -0.5rem;
  }

  .sm\:-right-2\.5{
    right: -0.625rem;
  }

  .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .sm\:-right-2\/4{
    right: -50%;
  }

  .sm\:-right-20{
    right: -5rem;
  }

  .sm\:-right-24{
    right: -6rem;
  }

  .sm\:-right-28{
    right: -7rem;
  }

  .sm\:-right-3{
    right: -0.75rem;
  }

  .sm\:-right-3\.5{
    right: -0.875rem;
  }

  .sm\:-right-3\/4{
    right: -75%;
  }

  .sm\:-right-32{
    right: -8rem;
  }

  .sm\:-right-36{
    right: -9rem;
  }

  .sm\:-right-4{
    right: -1rem;
  }

  .sm\:-right-40{
    right: -10rem;
  }

  .sm\:-right-44{
    right: -11rem;
  }

  .sm\:-right-48{
    right: -12rem;
  }

  .sm\:-right-5{
    right: -1.25rem;
  }

  .sm\:-right-52{
    right: -13rem;
  }

  .sm\:-right-56{
    right: -14rem;
  }

  .sm\:-right-6{
    right: -1.5rem;
  }

  .sm\:-right-60{
    right: -15rem;
  }

  .sm\:-right-64{
    right: -16rem;
  }

  .sm\:-right-7{
    right: -1.75rem;
  }

  .sm\:-right-72{
    right: -18rem;
  }

  .sm\:-right-8{
    right: -2rem;
  }

  .sm\:-right-80{
    right: -20rem;
  }

  .sm\:-right-9{
    right: -2.25rem;
  }

  .sm\:-right-96{
    right: -24rem;
  }

  .sm\:-right-full{
    right: -100%;
  }

  .sm\:-right-px{
    right: -1px;
  }

  .sm\:-top-0{
    top: -0px;
  }

  .sm\:-top-0\.5{
    top: -0.125rem;
  }

  .sm\:-top-1{
    top: -0.25rem;
  }

  .sm\:-top-1\.5{
    top: -0.375rem;
  }

  .sm\:-top-1\/2{
    top: -50%;
  }

  .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .sm\:-top-1\/4{
    top: -25%;
  }

  .sm\:-top-10{
    top: -2.5rem;
  }

  .sm\:-top-11{
    top: -2.75rem;
  }

  .sm\:-top-12{
    top: -3rem;
  }

  .sm\:-top-14{
    top: -3.5rem;
  }

  .sm\:-top-16{
    top: -4rem;
  }

  .sm\:-top-2{
    top: -0.5rem;
  }

  .sm\:-top-2\.5{
    top: -0.625rem;
  }

  .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .sm\:-top-2\/4{
    top: -50%;
  }

  .sm\:-top-20{
    top: -5rem;
  }

  .sm\:-top-24{
    top: -6rem;
  }

  .sm\:-top-28{
    top: -7rem;
  }

  .sm\:-top-3{
    top: -0.75rem;
  }

  .sm\:-top-3\.5{
    top: -0.875rem;
  }

  .sm\:-top-3\/4{
    top: -75%;
  }

  .sm\:-top-32{
    top: -8rem;
  }

  .sm\:-top-36{
    top: -9rem;
  }

  .sm\:-top-4{
    top: -1rem;
  }

  .sm\:-top-40{
    top: -10rem;
  }

  .sm\:-top-44{
    top: -11rem;
  }

  .sm\:-top-48{
    top: -12rem;
  }

  .sm\:-top-5{
    top: -1.25rem;
  }

  .sm\:-top-52{
    top: -13rem;
  }

  .sm\:-top-56{
    top: -14rem;
  }

  .sm\:-top-6{
    top: -1.5rem;
  }

  .sm\:-top-60{
    top: -15rem;
  }

  .sm\:-top-64{
    top: -16rem;
  }

  .sm\:-top-7{
    top: -1.75rem;
  }

  .sm\:-top-72{
    top: -18rem;
  }

  .sm\:-top-8{
    top: -2rem;
  }

  .sm\:-top-80{
    top: -20rem;
  }

  .sm\:-top-9{
    top: -2.25rem;
  }

  .sm\:-top-96{
    top: -24rem;
  }

  .sm\:-top-full{
    top: -100%;
  }

  .sm\:-top-px{
    top: -1px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .sm\:bottom-1{
    bottom: 0.25rem;
  }

  .sm\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .sm\:bottom-10{
    bottom: 2.5rem;
  }

  .sm\:bottom-11{
    bottom: 2.75rem;
  }

  .sm\:bottom-12{
    bottom: 3rem;
  }

  .sm\:bottom-14{
    bottom: 3.5rem;
  }

  .sm\:bottom-16{
    bottom: 4rem;
  }

  .sm\:bottom-2{
    bottom: 0.5rem;
  }

  .sm\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .sm\:bottom-20{
    bottom: 5rem;
  }

  .sm\:bottom-24{
    bottom: 6rem;
  }

  .sm\:bottom-28{
    bottom: 7rem;
  }

  .sm\:bottom-3{
    bottom: 0.75rem;
  }

  .sm\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .sm\:bottom-32{
    bottom: 8rem;
  }

  .sm\:bottom-36{
    bottom: 9rem;
  }

  .sm\:bottom-4{
    bottom: 1rem;
  }

  .sm\:bottom-40{
    bottom: 10rem;
  }

  .sm\:bottom-44{
    bottom: 11rem;
  }

  .sm\:bottom-48{
    bottom: 12rem;
  }

  .sm\:bottom-5{
    bottom: 1.25rem;
  }

  .sm\:bottom-52{
    bottom: 13rem;
  }

  .sm\:bottom-56{
    bottom: 14rem;
  }

  .sm\:bottom-6{
    bottom: 1.5rem;
  }

  .sm\:bottom-60{
    bottom: 15rem;
  }

  .sm\:bottom-64{
    bottom: 16rem;
  }

  .sm\:bottom-7{
    bottom: 1.75rem;
  }

  .sm\:bottom-72{
    bottom: 18rem;
  }

  .sm\:bottom-8{
    bottom: 2rem;
  }

  .sm\:bottom-80{
    bottom: 20rem;
  }

  .sm\:bottom-9{
    bottom: 2.25rem;
  }

  .sm\:bottom-96{
    bottom: 24rem;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:bottom-px{
    bottom: 1px;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:left-0\.5{
    left: 0.125rem;
  }

  .sm\:left-1{
    left: 0.25rem;
  }

  .sm\:left-1\.5{
    left: 0.375rem;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:left-1\/3{
    left: 33.333333%;
  }

  .sm\:left-1\/4{
    left: 25%;
  }

  .sm\:left-10{
    left: 2.5rem;
  }

  .sm\:left-11{
    left: 2.75rem;
  }

  .sm\:left-12{
    left: 3rem;
  }

  .sm\:left-14{
    left: 3.5rem;
  }

  .sm\:left-16{
    left: 4rem;
  }

  .sm\:left-2{
    left: 0.5rem;
  }

  .sm\:left-2\.5{
    left: 0.625rem;
  }

  .sm\:left-2\/3{
    left: 66.666667%;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:left-20{
    left: 5rem;
  }

  .sm\:left-24{
    left: 6rem;
  }

  .sm\:left-28{
    left: 7rem;
  }

  .sm\:left-3{
    left: 0.75rem;
  }

  .sm\:left-3\.5{
    left: 0.875rem;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:left-32{
    left: 8rem;
  }

  .sm\:left-36{
    left: 9rem;
  }

  .sm\:left-4{
    left: 1rem;
  }

  .sm\:left-40{
    left: 10rem;
  }

  .sm\:left-44{
    left: 11rem;
  }

  .sm\:left-48{
    left: 12rem;
  }

  .sm\:left-5{
    left: 1.25rem;
  }

  .sm\:left-52{
    left: 13rem;
  }

  .sm\:left-56{
    left: 14rem;
  }

  .sm\:left-6{
    left: 1.5rem;
  }

  .sm\:left-60{
    left: 15rem;
  }

  .sm\:left-64{
    left: 16rem;
  }

  .sm\:left-7{
    left: 1.75rem;
  }

  .sm\:left-72{
    left: 18rem;
  }

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:left-80{
    left: 20rem;
  }

  .sm\:left-9{
    left: 2.25rem;
  }

  .sm\:left-96{
    left: 24rem;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:left-px{
    left: 1px;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:right-0\.5{
    right: 0.125rem;
  }

  .sm\:right-1{
    right: 0.25rem;
  }

  .sm\:right-1\.5{
    right: 0.375rem;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:right-1\/3{
    right: 33.333333%;
  }

  .sm\:right-1\/4{
    right: 25%;
  }

  .sm\:right-10{
    right: 2.5rem;
  }

  .sm\:right-11{
    right: 2.75rem;
  }

  .sm\:right-12{
    right: 3rem;
  }

  .sm\:right-14{
    right: 3.5rem;
  }

  .sm\:right-16{
    right: 4rem;
  }

  .sm\:right-2{
    right: 0.5rem;
  }

  .sm\:right-2\.5{
    right: 0.625rem;
  }

  .sm\:right-2\/3{
    right: 66.666667%;
  }

  .sm\:right-2\/4{
    right: 50%;
  }

  .sm\:right-20{
    right: 5rem;
  }

  .sm\:right-24{
    right: 6rem;
  }

  .sm\:right-28{
    right: 7rem;
  }

  .sm\:right-3{
    right: 0.75rem;
  }

  .sm\:right-3\.5{
    right: 0.875rem;
  }

  .sm\:right-3\/4{
    right: 75%;
  }

  .sm\:right-32{
    right: 8rem;
  }

  .sm\:right-36{
    right: 9rem;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:right-40{
    right: 10rem;
  }

  .sm\:right-44{
    right: 11rem;
  }

  .sm\:right-48{
    right: 12rem;
  }

  .sm\:right-5{
    right: 1.25rem;
  }

  .sm\:right-52{
    right: 13rem;
  }

  .sm\:right-56{
    right: 14rem;
  }

  .sm\:right-6{
    right: 1.5rem;
  }

  .sm\:right-60{
    right: 15rem;
  }

  .sm\:right-64{
    right: 16rem;
  }

  .sm\:right-7{
    right: 1.75rem;
  }

  .sm\:right-72{
    right: 18rem;
  }

  .sm\:right-8{
    right: 2rem;
  }

  .sm\:right-80{
    right: 20rem;
  }

  .sm\:right-9{
    right: 2.25rem;
  }

  .sm\:right-96{
    right: 24rem;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:right-px{
    right: 1px;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:top-0\.5{
    top: 0.125rem;
  }

  .sm\:top-1{
    top: 0.25rem;
  }

  .sm\:top-1\.5{
    top: 0.375rem;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:top-1\/3{
    top: 33.333333%;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:top-11{
    top: 2.75rem;
  }

  .sm\:top-12{
    top: 3rem;
  }

  .sm\:top-14{
    top: 3.5rem;
  }

  .sm\:top-16{
    top: 4rem;
  }

  .sm\:top-2{
    top: 0.5rem;
  }

  .sm\:top-2\.5{
    top: 0.625rem;
  }

  .sm\:top-2\/3{
    top: 66.666667%;
  }

  .sm\:top-2\/4{
    top: 50%;
  }

  .sm\:top-20{
    top: 5rem;
  }

  .sm\:top-24{
    top: 6rem;
  }

  .sm\:top-28{
    top: 7rem;
  }

  .sm\:top-3{
    top: 0.75rem;
  }

  .sm\:top-3\.5{
    top: 0.875rem;
  }

  .sm\:top-3\/4{
    top: 75%;
  }

  .sm\:top-32{
    top: 8rem;
  }

  .sm\:top-36{
    top: 9rem;
  }

  .sm\:top-4{
    top: 1rem;
  }

  .sm\:top-40{
    top: 10rem;
  }

  .sm\:top-44{
    top: 11rem;
  }

  .sm\:top-48{
    top: 12rem;
  }

  .sm\:top-5{
    top: 1.25rem;
  }

  .sm\:top-52{
    top: 13rem;
  }

  .sm\:top-56{
    top: 14rem;
  }

  .sm\:top-6{
    top: 1.5rem;
  }

  .sm\:top-60{
    top: 15rem;
  }

  .sm\:top-64{
    top: 16rem;
  }

  .sm\:top-7{
    top: 1.75rem;
  }

  .sm\:top-72{
    top: 18rem;
  }

  .sm\:top-8{
    top: 2rem;
  }

  .sm\:top-80{
    top: 20rem;
  }

  .sm\:top-9{
    top: 2.25rem;
  }

  .sm\:top-96{
    top: 24rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:top-px{
    top: 1px;
  }

  .sm\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .sm\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .sm\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:-mb-0{
    margin-bottom: -0px;
  }

  .sm\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-0{
    margin-left: -0px;
  }

  .sm\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-ml-28{
    margin-left: -7rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-ml-36{
    margin-left: -9rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-ml-44{
    margin-left: -11rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-ml-52{
    margin-left: -13rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-ml-60{
    margin-left: -15rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  .sm\:-ml-72{
    margin-left: -18rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-ml-80{
    margin-left: -20rem;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  .sm\:-ml-96{
    margin-left: -24rem;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mr-0{
    margin-right: -0px;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mr-28{
    margin-right: -7rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mr-36{
    margin-right: -9rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mr-44{
    margin-right: -11rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mr-52{
    margin-right: -13rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mr-60{
    margin-right: -15rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  .sm\:-mr-72{
    margin-right: -18rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mr-80{
    margin-right: -20rem;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  .sm\:-mr-96{
    margin-right: -24rem;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mt-0{
    margin-top: -0px;
  }

  .sm\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mt-28{
    margin-top: -7rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mt-36{
    margin-top: -9rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mt-44{
    margin-top: -11rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mt-52{
    margin-top: -13rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mt-60{
    margin-top: -15rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  .sm\:-mt-72{
    margin-top: -18rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mt-80{
    margin-top: -20rem;
  }

  .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  .sm\:-mt-96{
    margin-top: -24rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:mb-28{
    margin-bottom: 7rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:mb-36{
    margin-bottom: 9rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:mb-44{
    margin-bottom: 11rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-52{
    margin-bottom: 13rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-60{
    margin-bottom: 15rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:mb-72{
    margin-bottom: 18rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:mb-80{
    margin-bottom: 20rem;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:mb-96{
    margin-bottom: 24rem;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:ml-14{
    margin-left: 3.5rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:ml-28{
    margin-left: 7rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:ml-36{
    margin-left: 9rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:ml-44{
    margin-left: 11rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:ml-52{
    margin-left: 13rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:ml-60{
    margin-left: 15rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:ml-7{
    margin-left: 1.75rem;
  }

  .sm\:ml-72{
    margin-left: 18rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:ml-80{
    margin-left: 20rem;
  }

  .sm\:ml-9{
    margin-left: 2.25rem;
  }

  .sm\:ml-96{
    margin-left: 24rem;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mr-14{
    margin-right: 3.5rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mr-28{
    margin-right: 7rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mr-36{
    margin-right: 9rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mr-44{
    margin-right: 11rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mr-52{
    margin-right: 13rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mr-60{
    margin-right: 15rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mr-7{
    margin-right: 1.75rem;
  }

  .sm\:mr-72{
    margin-right: 18rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mr-80{
    margin-right: 20rem;
  }

  .sm\:mr-9{
    margin-right: 2.25rem;
  }

  .sm\:mr-96{
    margin-right: 24rem;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-14{
    margin-top: 3.5rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mt-28{
    margin-top: 7rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mt-36{
    margin-top: 9rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mt-44{
    margin-top: 11rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mt-52{
    margin-top: 13rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-60{
    margin-top: 15rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mt-72{
    margin-top: 18rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mt-80{
    margin-top: 20rem;
  }

  .sm\:mt-9{
    margin-top: 2.25rem;
  }

  .sm\:mt-96{
    margin-top: 24rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .sm\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .sm\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .sm\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .sm\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .sm\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .sm\:max-h-0{
    max-height: 0px;
  }

  .sm\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .sm\:max-h-1{
    max-height: 0.25rem;
  }

  .sm\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .sm\:max-h-10{
    max-height: 2.5rem;
  }

  .sm\:max-h-11{
    max-height: 2.75rem;
  }

  .sm\:max-h-12{
    max-height: 3rem;
  }

  .sm\:max-h-14{
    max-height: 3.5rem;
  }

  .sm\:max-h-16{
    max-height: 4rem;
  }

  .sm\:max-h-2{
    max-height: 0.5rem;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm\:max-h-20{
    max-height: 5rem;
  }

  .sm\:max-h-24{
    max-height: 6rem;
  }

  .sm\:max-h-28{
    max-height: 7rem;
  }

  .sm\:max-h-3{
    max-height: 0.75rem;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm\:max-h-32{
    max-height: 8rem;
  }

  .sm\:max-h-36{
    max-height: 9rem;
  }

  .sm\:max-h-4{
    max-height: 1rem;
  }

  .sm\:max-h-40{
    max-height: 10rem;
  }

  .sm\:max-h-44{
    max-height: 11rem;
  }

  .sm\:max-h-48{
    max-height: 12rem;
  }

  .sm\:max-h-5{
    max-height: 1.25rem;
  }

  .sm\:max-h-52{
    max-height: 13rem;
  }

  .sm\:max-h-56{
    max-height: 14rem;
  }

  .sm\:max-h-6{
    max-height: 1.5rem;
  }

  .sm\:max-h-60{
    max-height: 15rem;
  }

  .sm\:max-h-64{
    max-height: 16rem;
  }

  .sm\:max-h-7{
    max-height: 1.75rem;
  }

  .sm\:max-h-72{
    max-height: 18rem;
  }

  .sm\:max-h-8{
    max-height: 2rem;
  }

  .sm\:max-h-80{
    max-height: 20rem;
  }

  .sm\:max-h-9{
    max-height: 2.25rem;
  }

  .sm\:max-h-96{
    max-height: 24rem;
  }

  .sm\:max-h-dvh{
    max-height: 100dvh;
  }

  .sm\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-lvh{
    max-height: 100lvh;
  }

  .sm\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .sm\:max-h-min{
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .sm\:max-h-none{
    max-height: none;
  }

  .sm\:max-h-px{
    max-height: 1px;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-h-svh{
    max-height: 100svh;
  }

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-0\.5{
    min-height: 0.125rem;
  }

  .sm\:min-h-1{
    min-height: 0.25rem;
  }

  .sm\:min-h-1\.5{
    min-height: 0.375rem;
  }

  .sm\:min-h-10{
    min-height: 2.5rem;
  }

  .sm\:min-h-11{
    min-height: 2.75rem;
  }

  .sm\:min-h-12{
    min-height: 3rem;
  }

  .sm\:min-h-14{
    min-height: 3.5rem;
  }

  .sm\:min-h-16{
    min-height: 4rem;
  }

  .sm\:min-h-2{
    min-height: 0.5rem;
  }

  .sm\:min-h-2\.5{
    min-height: 0.625rem;
  }

  .sm\:min-h-20{
    min-height: 5rem;
  }

  .sm\:min-h-24{
    min-height: 6rem;
  }

  .sm\:min-h-28{
    min-height: 7rem;
  }

  .sm\:min-h-3{
    min-height: 0.75rem;
  }

  .sm\:min-h-3\.5{
    min-height: 0.875rem;
  }

  .sm\:min-h-32{
    min-height: 8rem;
  }

  .sm\:min-h-36{
    min-height: 9rem;
  }

  .sm\:min-h-4{
    min-height: 1rem;
  }

  .sm\:min-h-40{
    min-height: 10rem;
  }

  .sm\:min-h-44{
    min-height: 11rem;
  }

  .sm\:min-h-48{
    min-height: 12rem;
  }

  .sm\:min-h-5{
    min-height: 1.25rem;
  }

  .sm\:min-h-52{
    min-height: 13rem;
  }

  .sm\:min-h-56{
    min-height: 14rem;
  }

  .sm\:min-h-6{
    min-height: 1.5rem;
  }

  .sm\:min-h-60{
    min-height: 15rem;
  }

  .sm\:min-h-64{
    min-height: 16rem;
  }

  .sm\:min-h-7{
    min-height: 1.75rem;
  }

  .sm\:min-h-72{
    min-height: 18rem;
  }

  .sm\:min-h-8{
    min-height: 2rem;
  }

  .sm\:min-h-80{
    min-height: 20rem;
  }

  .sm\:min-h-9{
    min-height: 2.25rem;
  }

  .sm\:min-h-96{
    min-height: 24rem;
  }

  .sm\:min-h-dvh{
    min-height: 100dvh;
  }

  .sm\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-lvh{
    min-height: 100lvh;
  }

  .sm\:min-h-max{
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .sm\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .sm\:min-h-px{
    min-height: 1px;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-h-svh{
    min-height: 100svh;
  }

  .sm\:min-w-0{
    min-width: 0px;
  }

  .sm\:min-w-0\.5{
    min-width: 0.125rem;
  }

  .sm\:min-w-1{
    min-width: 0.25rem;
  }

  .sm\:min-w-1\.5{
    min-width: 0.375rem;
  }

  .sm\:min-w-10{
    min-width: 2.5rem;
  }

  .sm\:min-w-11{
    min-width: 2.75rem;
  }

  .sm\:min-w-12{
    min-width: 3rem;
  }

  .sm\:min-w-14{
    min-width: 3.5rem;
  }

  .sm\:min-w-16{
    min-width: 4rem;
  }

  .sm\:min-w-2{
    min-width: 0.5rem;
  }

  .sm\:min-w-2\.5{
    min-width: 0.625rem;
  }

  .sm\:min-w-20{
    min-width: 5rem;
  }

  .sm\:min-w-24{
    min-width: 6rem;
  }

  .sm\:min-w-28{
    min-width: 7rem;
  }

  .sm\:min-w-3{
    min-width: 0.75rem;
  }

  .sm\:min-w-3\.5{
    min-width: 0.875rem;
  }

  .sm\:min-w-32{
    min-width: 8rem;
  }

  .sm\:min-w-36{
    min-width: 9rem;
  }

  .sm\:min-w-4{
    min-width: 1rem;
  }

  .sm\:min-w-40{
    min-width: 10rem;
  }

  .sm\:min-w-44{
    min-width: 11rem;
  }

  .sm\:min-w-48{
    min-width: 12rem;
  }

  .sm\:min-w-5{
    min-width: 1.25rem;
  }

  .sm\:min-w-52{
    min-width: 13rem;
  }

  .sm\:min-w-56{
    min-width: 14rem;
  }

  .sm\:min-w-6{
    min-width: 1.5rem;
  }

  .sm\:min-w-60{
    min-width: 15rem;
  }

  .sm\:min-w-64{
    min-width: 16rem;
  }

  .sm\:min-w-7{
    min-width: 1.75rem;
  }

  .sm\:min-w-72{
    min-width: 18rem;
  }

  .sm\:min-w-8{
    min-width: 2rem;
  }

  .sm\:min-w-80{
    min-width: 20rem;
  }

  .sm\:min-w-9{
    min-width: 2.25rem;
  }

  .sm\:min-w-96{
    min-width: 24rem;
  }

  .sm\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-px{
    min-width: 1px;
  }

  .sm\:max-w-0{
    max-width: 0px;
  }

  .sm\:max-w-0\.5{
    max-width: 0.125rem;
  }

  .sm\:max-w-1{
    max-width: 0.25rem;
  }

  .sm\:max-w-1\.5{
    max-width: 0.375rem;
  }

  .sm\:max-w-10{
    max-width: 2.5rem;
  }

  .sm\:max-w-11{
    max-width: 2.75rem;
  }

  .sm\:max-w-12{
    max-width: 3rem;
  }

  .sm\:max-w-14{
    max-width: 3.5rem;
  }

  .sm\:max-w-16{
    max-width: 4rem;
  }

  .sm\:max-w-2{
    max-width: 0.5rem;
  }

  .sm\:max-w-2\.5{
    max-width: 0.625rem;
  }

  .sm\:max-w-20{
    max-width: 5rem;
  }

  .sm\:max-w-24{
    max-width: 6rem;
  }

  .sm\:max-w-28{
    max-width: 7rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3{
    max-width: 0.75rem;
  }

  .sm\:max-w-3\.5{
    max-width: 0.875rem;
  }

  .sm\:max-w-32{
    max-width: 8rem;
  }

  .sm\:max-w-36{
    max-width: 9rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4{
    max-width: 1rem;
  }

  .sm\:max-w-40{
    max-width: 10rem;
  }

  .sm\:max-w-44{
    max-width: 11rem;
  }

  .sm\:max-w-48{
    max-width: 12rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5{
    max-width: 1.25rem;
  }

  .sm\:max-w-52{
    max-width: 13rem;
  }

  .sm\:max-w-56{
    max-width: 14rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6{
    max-width: 1.5rem;
  }

  .sm\:max-w-60{
    max-width: 15rem;
  }

  .sm\:max-w-64{
    max-width: 16rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-7{
    max-width: 1.75rem;
  }

  .sm\:max-w-72{
    max-width: 18rem;
  }

  .sm\:max-w-7xl{
    max-width: 80rem;
  }

  .sm\:max-w-8{
    max-width: 2rem;
  }

  .sm\:max-w-80{
    max-width: 20rem;
  }

  .sm\:max-w-9{
    max-width: 2.25rem;
  }

  .sm\:max-w-96{
    max-width: 24rem;
  }

  .sm\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-prose{
    max-width: 65ch;
  }

  .sm\:max-w-px{
    max-width: 1px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-sm{
    max-width: 375px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1200px;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1300px;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:origin-top-left{
    transform-origin: top left;
  }

  .sm\:origin-top-right{
    transform-origin: top right;
  }

  .sm\:cursor-context-menu{
    cursor: context-menu;
  }

  .sm\:snap-none{
    scroll-snap-type: none;
  }

  .sm\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .sm\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .sm\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .sm\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .sm\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .sm\:snap-start{
    scroll-snap-align: start;
  }

  .sm\:snap-end{
    scroll-snap-align: end;
  }

  .sm\:snap-center{
    scroll-snap-align: center;
  }

  .sm\:snap-align-none{
    scroll-snap-align: none;
  }

  .sm\:snap-normal{
    scroll-snap-stop: normal;
  }

  .sm\:snap-always{
    scroll-snap-stop: always;
  }

  .sm\:-scroll-mx-0{
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .sm\:-scroll-mx-0\.5{
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .sm\:-scroll-mx-1{
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .sm\:-scroll-mx-1\.5{
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .sm\:-scroll-mx-10{
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .sm\:-scroll-mx-11{
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .sm\:-scroll-mx-12{
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .sm\:-scroll-mx-14{
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .sm\:-scroll-mx-16{
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .sm\:-scroll-mx-2{
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .sm\:-scroll-mx-2\.5{
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .sm\:-scroll-mx-20{
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .sm\:-scroll-mx-24{
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .sm\:-scroll-mx-28{
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .sm\:-scroll-mx-3{
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .sm\:-scroll-mx-3\.5{
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .sm\:-scroll-mx-32{
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .sm\:-scroll-mx-36{
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .sm\:-scroll-mx-4{
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .sm\:-scroll-mx-40{
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .sm\:-scroll-mx-44{
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .sm\:-scroll-mx-48{
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .sm\:-scroll-mx-5{
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .sm\:-scroll-mx-52{
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .sm\:-scroll-mx-56{
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .sm\:-scroll-mx-6{
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .sm\:-scroll-mx-60{
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .sm\:-scroll-mx-64{
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .sm\:-scroll-mx-7{
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .sm\:-scroll-mx-72{
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .sm\:-scroll-mx-8{
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mx-80{
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .sm\:-scroll-mx-9{
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .sm\:-scroll-mx-96{
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .sm\:-scroll-mx-px{
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .sm\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .sm\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .sm\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .sm\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .sm\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .sm\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .sm\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .sm\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .sm\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .sm\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .sm\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .sm\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .sm\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .sm\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .sm\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .sm\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .sm\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .sm\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .sm\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .sm\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .sm\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .sm\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .sm\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .sm\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .sm\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .sm\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .sm\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .sm\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .sm\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .sm\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .sm\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .sm\:scroll-mx-0{
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .sm\:scroll-mx-0\.5{
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .sm\:scroll-mx-1{
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .sm\:scroll-mx-1\.5{
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .sm\:scroll-mx-10{
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .sm\:scroll-mx-11{
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .sm\:scroll-mx-12{
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .sm\:scroll-mx-14{
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .sm\:scroll-mx-16{
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .sm\:scroll-mx-2{
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .sm\:scroll-mx-2\.5{
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .sm\:scroll-mx-20{
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .sm\:scroll-mx-24{
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .sm\:scroll-mx-28{
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .sm\:scroll-mx-3{
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .sm\:scroll-mx-3\.5{
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .sm\:scroll-mx-32{
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .sm\:scroll-mx-36{
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .sm\:scroll-mx-4{
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .sm\:scroll-mx-40{
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .sm\:scroll-mx-44{
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .sm\:scroll-mx-48{
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .sm\:scroll-mx-5{
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .sm\:scroll-mx-52{
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .sm\:scroll-mx-56{
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .sm\:scroll-mx-6{
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .sm\:scroll-mx-60{
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .sm\:scroll-mx-64{
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .sm\:scroll-mx-7{
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .sm\:scroll-mx-72{
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .sm\:scroll-mx-8{
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mx-80{
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .sm\:scroll-mx-9{
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .sm\:scroll-mx-96{
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .sm\:scroll-mx-px{
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .sm\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .sm\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .sm\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .sm\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .sm\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .sm\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .sm\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .sm\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .sm\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .sm\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .sm\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .sm\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .sm\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .sm\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .sm\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .sm\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .sm\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .sm\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .sm\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .sm\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .sm\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .sm\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .sm\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .sm\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .sm\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .sm\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .sm\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .sm\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .sm\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .sm\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .sm\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .sm\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .sm\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .sm\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .sm\:-scroll-mb-0{
    scroll-margin-bottom: -0px;
  }

  .sm\:-scroll-mb-0\.5{
    scroll-margin-bottom: -0.125rem;
  }

  .sm\:-scroll-mb-1{
    scroll-margin-bottom: -0.25rem;
  }

  .sm\:-scroll-mb-1\.5{
    scroll-margin-bottom: -0.375rem;
  }

  .sm\:-scroll-mb-10{
    scroll-margin-bottom: -2.5rem;
  }

  .sm\:-scroll-mb-11{
    scroll-margin-bottom: -2.75rem;
  }

  .sm\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }

  .sm\:-scroll-mb-14{
    scroll-margin-bottom: -3.5rem;
  }

  .sm\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }

  .sm\:-scroll-mb-2{
    scroll-margin-bottom: -0.5rem;
  }

  .sm\:-scroll-mb-2\.5{
    scroll-margin-bottom: -0.625rem;
  }

  .sm\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }

  .sm\:-scroll-mb-24{
    scroll-margin-bottom: -6rem;
  }

  .sm\:-scroll-mb-28{
    scroll-margin-bottom: -7rem;
  }

  .sm\:-scroll-mb-3{
    scroll-margin-bottom: -0.75rem;
  }

  .sm\:-scroll-mb-3\.5{
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }

  .sm\:-scroll-mb-36{
    scroll-margin-bottom: -9rem;
  }

  .sm\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }

  .sm\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }

  .sm\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }

  .sm\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }

  .sm\:-scroll-mb-5{
    scroll-margin-bottom: -1.25rem;
  }

  .sm\:-scroll-mb-52{
    scroll-margin-bottom: -13rem;
  }

  .sm\:-scroll-mb-56{
    scroll-margin-bottom: -14rem;
  }

  .sm\:-scroll-mb-6{
    scroll-margin-bottom: -1.5rem;
  }

  .sm\:-scroll-mb-60{
    scroll-margin-bottom: -15rem;
  }

  .sm\:-scroll-mb-64{
    scroll-margin-bottom: -16rem;
  }

  .sm\:-scroll-mb-7{
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-mb-72{
    scroll-margin-bottom: -18rem;
  }

  .sm\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }

  .sm\:-scroll-mb-9{
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-mb-96{
    scroll-margin-bottom: -24rem;
  }

  .sm\:-scroll-mb-px{
    scroll-margin-bottom: -1px;
  }

  .sm\:-scroll-ml-0{
    scroll-margin-left: -0px;
  }

  .sm\:-scroll-ml-0\.5{
    scroll-margin-left: -0.125rem;
  }

  .sm\:-scroll-ml-1{
    scroll-margin-left: -0.25rem;
  }

  .sm\:-scroll-ml-1\.5{
    scroll-margin-left: -0.375rem;
  }

  .sm\:-scroll-ml-10{
    scroll-margin-left: -2.5rem;
  }

  .sm\:-scroll-ml-11{
    scroll-margin-left: -2.75rem;
  }

  .sm\:-scroll-ml-12{
    scroll-margin-left: -3rem;
  }

  .sm\:-scroll-ml-14{
    scroll-margin-left: -3.5rem;
  }

  .sm\:-scroll-ml-16{
    scroll-margin-left: -4rem;
  }

  .sm\:-scroll-ml-2{
    scroll-margin-left: -0.5rem;
  }

  .sm\:-scroll-ml-2\.5{
    scroll-margin-left: -0.625rem;
  }

  .sm\:-scroll-ml-20{
    scroll-margin-left: -5rem;
  }

  .sm\:-scroll-ml-24{
    scroll-margin-left: -6rem;
  }

  .sm\:-scroll-ml-28{
    scroll-margin-left: -7rem;
  }

  .sm\:-scroll-ml-3{
    scroll-margin-left: -0.75rem;
  }

  .sm\:-scroll-ml-3\.5{
    scroll-margin-left: -0.875rem;
  }

  .sm\:-scroll-ml-32{
    scroll-margin-left: -8rem;
  }

  .sm\:-scroll-ml-36{
    scroll-margin-left: -9rem;
  }

  .sm\:-scroll-ml-4{
    scroll-margin-left: -1rem;
  }

  .sm\:-scroll-ml-40{
    scroll-margin-left: -10rem;
  }

  .sm\:-scroll-ml-44{
    scroll-margin-left: -11rem;
  }

  .sm\:-scroll-ml-48{
    scroll-margin-left: -12rem;
  }

  .sm\:-scroll-ml-5{
    scroll-margin-left: -1.25rem;
  }

  .sm\:-scroll-ml-52{
    scroll-margin-left: -13rem;
  }

  .sm\:-scroll-ml-56{
    scroll-margin-left: -14rem;
  }

  .sm\:-scroll-ml-6{
    scroll-margin-left: -1.5rem;
  }

  .sm\:-scroll-ml-60{
    scroll-margin-left: -15rem;
  }

  .sm\:-scroll-ml-64{
    scroll-margin-left: -16rem;
  }

  .sm\:-scroll-ml-7{
    scroll-margin-left: -1.75rem;
  }

  .sm\:-scroll-ml-72{
    scroll-margin-left: -18rem;
  }

  .sm\:-scroll-ml-8{
    scroll-margin-left: -2rem;
  }

  .sm\:-scroll-ml-80{
    scroll-margin-left: -20rem;
  }

  .sm\:-scroll-ml-9{
    scroll-margin-left: -2.25rem;
  }

  .sm\:-scroll-ml-96{
    scroll-margin-left: -24rem;
  }

  .sm\:-scroll-ml-px{
    scroll-margin-left: -1px;
  }

  .sm\:-scroll-mr-0{
    scroll-margin-right: -0px;
  }

  .sm\:-scroll-mr-0\.5{
    scroll-margin-right: -0.125rem;
  }

  .sm\:-scroll-mr-1{
    scroll-margin-right: -0.25rem;
  }

  .sm\:-scroll-mr-1\.5{
    scroll-margin-right: -0.375rem;
  }

  .sm\:-scroll-mr-10{
    scroll-margin-right: -2.5rem;
  }

  .sm\:-scroll-mr-11{
    scroll-margin-right: -2.75rem;
  }

  .sm\:-scroll-mr-12{
    scroll-margin-right: -3rem;
  }

  .sm\:-scroll-mr-14{
    scroll-margin-right: -3.5rem;
  }

  .sm\:-scroll-mr-16{
    scroll-margin-right: -4rem;
  }

  .sm\:-scroll-mr-2{
    scroll-margin-right: -0.5rem;
  }

  .sm\:-scroll-mr-2\.5{
    scroll-margin-right: -0.625rem;
  }

  .sm\:-scroll-mr-20{
    scroll-margin-right: -5rem;
  }

  .sm\:-scroll-mr-24{
    scroll-margin-right: -6rem;
  }

  .sm\:-scroll-mr-28{
    scroll-margin-right: -7rem;
  }

  .sm\:-scroll-mr-3{
    scroll-margin-right: -0.75rem;
  }

  .sm\:-scroll-mr-3\.5{
    scroll-margin-right: -0.875rem;
  }

  .sm\:-scroll-mr-32{
    scroll-margin-right: -8rem;
  }

  .sm\:-scroll-mr-36{
    scroll-margin-right: -9rem;
  }

  .sm\:-scroll-mr-4{
    scroll-margin-right: -1rem;
  }

  .sm\:-scroll-mr-40{
    scroll-margin-right: -10rem;
  }

  .sm\:-scroll-mr-44{
    scroll-margin-right: -11rem;
  }

  .sm\:-scroll-mr-48{
    scroll-margin-right: -12rem;
  }

  .sm\:-scroll-mr-5{
    scroll-margin-right: -1.25rem;
  }

  .sm\:-scroll-mr-52{
    scroll-margin-right: -13rem;
  }

  .sm\:-scroll-mr-56{
    scroll-margin-right: -14rem;
  }

  .sm\:-scroll-mr-6{
    scroll-margin-right: -1.5rem;
  }

  .sm\:-scroll-mr-60{
    scroll-margin-right: -15rem;
  }

  .sm\:-scroll-mr-64{
    scroll-margin-right: -16rem;
  }

  .sm\:-scroll-mr-7{
    scroll-margin-right: -1.75rem;
  }

  .sm\:-scroll-mr-72{
    scroll-margin-right: -18rem;
  }

  .sm\:-scroll-mr-8{
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mr-80{
    scroll-margin-right: -20rem;
  }

  .sm\:-scroll-mr-9{
    scroll-margin-right: -2.25rem;
  }

  .sm\:-scroll-mr-96{
    scroll-margin-right: -24rem;
  }

  .sm\:-scroll-mr-px{
    scroll-margin-right: -1px;
  }

  .sm\:-scroll-mt-0{
    scroll-margin-top: -0px;
  }

  .sm\:-scroll-mt-0\.5{
    scroll-margin-top: -0.125rem;
  }

  .sm\:-scroll-mt-1{
    scroll-margin-top: -0.25rem;
  }

  .sm\:-scroll-mt-1\.5{
    scroll-margin-top: -0.375rem;
  }

  .sm\:-scroll-mt-10{
    scroll-margin-top: -2.5rem;
  }

  .sm\:-scroll-mt-11{
    scroll-margin-top: -2.75rem;
  }

  .sm\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }

  .sm\:-scroll-mt-14{
    scroll-margin-top: -3.5rem;
  }

  .sm\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }

  .sm\:-scroll-mt-2{
    scroll-margin-top: -0.5rem;
  }

  .sm\:-scroll-mt-2\.5{
    scroll-margin-top: -0.625rem;
  }

  .sm\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }

  .sm\:-scroll-mt-24{
    scroll-margin-top: -6rem;
  }

  .sm\:-scroll-mt-28{
    scroll-margin-top: -7rem;
  }

  .sm\:-scroll-mt-3{
    scroll-margin-top: -0.75rem;
  }

  .sm\:-scroll-mt-3\.5{
    scroll-margin-top: -0.875rem;
  }

  .sm\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }

  .sm\:-scroll-mt-36{
    scroll-margin-top: -9rem;
  }

  .sm\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }

  .sm\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }

  .sm\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }

  .sm\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }

  .sm\:-scroll-mt-5{
    scroll-margin-top: -1.25rem;
  }

  .sm\:-scroll-mt-52{
    scroll-margin-top: -13rem;
  }

  .sm\:-scroll-mt-56{
    scroll-margin-top: -14rem;
  }

  .sm\:-scroll-mt-6{
    scroll-margin-top: -1.5rem;
  }

  .sm\:-scroll-mt-60{
    scroll-margin-top: -15rem;
  }

  .sm\:-scroll-mt-64{
    scroll-margin-top: -16rem;
  }

  .sm\:-scroll-mt-7{
    scroll-margin-top: -1.75rem;
  }

  .sm\:-scroll-mt-72{
    scroll-margin-top: -18rem;
  }

  .sm\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }

  .sm\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }

  .sm\:-scroll-mt-9{
    scroll-margin-top: -2.25rem;
  }

  .sm\:-scroll-mt-96{
    scroll-margin-top: -24rem;
  }

  .sm\:-scroll-mt-px{
    scroll-margin-top: -1px;
  }

  .sm\:scroll-mb-0{
    scroll-margin-bottom: 0px;
  }

  .sm\:scroll-mb-0\.5{
    scroll-margin-bottom: 0.125rem;
  }

  .sm\:scroll-mb-1{
    scroll-margin-bottom: 0.25rem;
  }

  .sm\:scroll-mb-1\.5{
    scroll-margin-bottom: 0.375rem;
  }

  .sm\:scroll-mb-10{
    scroll-margin-bottom: 2.5rem;
  }

  .sm\:scroll-mb-11{
    scroll-margin-bottom: 2.75rem;
  }

  .sm\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }

  .sm\:scroll-mb-14{
    scroll-margin-bottom: 3.5rem;
  }

  .sm\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }

  .sm\:scroll-mb-2{
    scroll-margin-bottom: 0.5rem;
  }

  .sm\:scroll-mb-2\.5{
    scroll-margin-bottom: 0.625rem;
  }

  .sm\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }

  .sm\:scroll-mb-24{
    scroll-margin-bottom: 6rem;
  }

  .sm\:scroll-mb-28{
    scroll-margin-bottom: 7rem;
  }

  .sm\:scroll-mb-3{
    scroll-margin-bottom: 0.75rem;
  }

  .sm\:scroll-mb-3\.5{
    scroll-margin-bottom: 0.875rem;
  }

  .sm\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }

  .sm\:scroll-mb-36{
    scroll-margin-bottom: 9rem;
  }

  .sm\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }

  .sm\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }

  .sm\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }

  .sm\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }

  .sm\:scroll-mb-5{
    scroll-margin-bottom: 1.25rem;
  }

  .sm\:scroll-mb-52{
    scroll-margin-bottom: 13rem;
  }

  .sm\:scroll-mb-56{
    scroll-margin-bottom: 14rem;
  }

  .sm\:scroll-mb-6{
    scroll-margin-bottom: 1.5rem;
  }

  .sm\:scroll-mb-60{
    scroll-margin-bottom: 15rem;
  }

  .sm\:scroll-mb-64{
    scroll-margin-bottom: 16rem;
  }

  .sm\:scroll-mb-7{
    scroll-margin-bottom: 1.75rem;
  }

  .sm\:scroll-mb-72{
    scroll-margin-bottom: 18rem;
  }

  .sm\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }

  .sm\:scroll-mb-9{
    scroll-margin-bottom: 2.25rem;
  }

  .sm\:scroll-mb-96{
    scroll-margin-bottom: 24rem;
  }

  .sm\:scroll-mb-px{
    scroll-margin-bottom: 1px;
  }

  .sm\:scroll-ml-0{
    scroll-margin-left: 0px;
  }

  .sm\:scroll-ml-0\.5{
    scroll-margin-left: 0.125rem;
  }

  .sm\:scroll-ml-1{
    scroll-margin-left: 0.25rem;
  }

  .sm\:scroll-ml-1\.5{
    scroll-margin-left: 0.375rem;
  }

  .sm\:scroll-ml-10{
    scroll-margin-left: 2.5rem;
  }

  .sm\:scroll-ml-11{
    scroll-margin-left: 2.75rem;
  }

  .sm\:scroll-ml-12{
    scroll-margin-left: 3rem;
  }

  .sm\:scroll-ml-14{
    scroll-margin-left: 3.5rem;
  }

  .sm\:scroll-ml-16{
    scroll-margin-left: 4rem;
  }

  .sm\:scroll-ml-2{
    scroll-margin-left: 0.5rem;
  }

  .sm\:scroll-ml-2\.5{
    scroll-margin-left: 0.625rem;
  }

  .sm\:scroll-ml-20{
    scroll-margin-left: 5rem;
  }

  .sm\:scroll-ml-24{
    scroll-margin-left: 6rem;
  }

  .sm\:scroll-ml-28{
    scroll-margin-left: 7rem;
  }

  .sm\:scroll-ml-3{
    scroll-margin-left: 0.75rem;
  }

  .sm\:scroll-ml-3\.5{
    scroll-margin-left: 0.875rem;
  }

  .sm\:scroll-ml-32{
    scroll-margin-left: 8rem;
  }

  .sm\:scroll-ml-36{
    scroll-margin-left: 9rem;
  }

  .sm\:scroll-ml-4{
    scroll-margin-left: 1rem;
  }

  .sm\:scroll-ml-40{
    scroll-margin-left: 10rem;
  }

  .sm\:scroll-ml-44{
    scroll-margin-left: 11rem;
  }

  .sm\:scroll-ml-48{
    scroll-margin-left: 12rem;
  }

  .sm\:scroll-ml-5{
    scroll-margin-left: 1.25rem;
  }

  .sm\:scroll-ml-52{
    scroll-margin-left: 13rem;
  }

  .sm\:scroll-ml-56{
    scroll-margin-left: 14rem;
  }

  .sm\:scroll-ml-6{
    scroll-margin-left: 1.5rem;
  }

  .sm\:scroll-ml-60{
    scroll-margin-left: 15rem;
  }

  .sm\:scroll-ml-64{
    scroll-margin-left: 16rem;
  }

  .sm\:scroll-ml-7{
    scroll-margin-left: 1.75rem;
  }

  .sm\:scroll-ml-72{
    scroll-margin-left: 18rem;
  }

  .sm\:scroll-ml-8{
    scroll-margin-left: 2rem;
  }

  .sm\:scroll-ml-80{
    scroll-margin-left: 20rem;
  }

  .sm\:scroll-ml-9{
    scroll-margin-left: 2.25rem;
  }

  .sm\:scroll-ml-96{
    scroll-margin-left: 24rem;
  }

  .sm\:scroll-ml-px{
    scroll-margin-left: 1px;
  }

  .sm\:scroll-mr-0{
    scroll-margin-right: 0px;
  }

  .sm\:scroll-mr-0\.5{
    scroll-margin-right: 0.125rem;
  }

  .sm\:scroll-mr-1{
    scroll-margin-right: 0.25rem;
  }

  .sm\:scroll-mr-1\.5{
    scroll-margin-right: 0.375rem;
  }

  .sm\:scroll-mr-10{
    scroll-margin-right: 2.5rem;
  }

  .sm\:scroll-mr-11{
    scroll-margin-right: 2.75rem;
  }

  .sm\:scroll-mr-12{
    scroll-margin-right: 3rem;
  }

  .sm\:scroll-mr-14{
    scroll-margin-right: 3.5rem;
  }

  .sm\:scroll-mr-16{
    scroll-margin-right: 4rem;
  }

  .sm\:scroll-mr-2{
    scroll-margin-right: 0.5rem;
  }

  .sm\:scroll-mr-2\.5{
    scroll-margin-right: 0.625rem;
  }

  .sm\:scroll-mr-20{
    scroll-margin-right: 5rem;
  }

  .sm\:scroll-mr-24{
    scroll-margin-right: 6rem;
  }

  .sm\:scroll-mr-28{
    scroll-margin-right: 7rem;
  }

  .sm\:scroll-mr-3{
    scroll-margin-right: 0.75rem;
  }

  .sm\:scroll-mr-3\.5{
    scroll-margin-right: 0.875rem;
  }

  .sm\:scroll-mr-32{
    scroll-margin-right: 8rem;
  }

  .sm\:scroll-mr-36{
    scroll-margin-right: 9rem;
  }

  .sm\:scroll-mr-4{
    scroll-margin-right: 1rem;
  }

  .sm\:scroll-mr-40{
    scroll-margin-right: 10rem;
  }

  .sm\:scroll-mr-44{
    scroll-margin-right: 11rem;
  }

  .sm\:scroll-mr-48{
    scroll-margin-right: 12rem;
  }

  .sm\:scroll-mr-5{
    scroll-margin-right: 1.25rem;
  }

  .sm\:scroll-mr-52{
    scroll-margin-right: 13rem;
  }

  .sm\:scroll-mr-56{
    scroll-margin-right: 14rem;
  }

  .sm\:scroll-mr-6{
    scroll-margin-right: 1.5rem;
  }

  .sm\:scroll-mr-60{
    scroll-margin-right: 15rem;
  }

  .sm\:scroll-mr-64{
    scroll-margin-right: 16rem;
  }

  .sm\:scroll-mr-7{
    scroll-margin-right: 1.75rem;
  }

  .sm\:scroll-mr-72{
    scroll-margin-right: 18rem;
  }

  .sm\:scroll-mr-8{
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mr-80{
    scroll-margin-right: 20rem;
  }

  .sm\:scroll-mr-9{
    scroll-margin-right: 2.25rem;
  }

  .sm\:scroll-mr-96{
    scroll-margin-right: 24rem;
  }

  .sm\:scroll-mr-px{
    scroll-margin-right: 1px;
  }

  .sm\:scroll-mt-0{
    scroll-margin-top: 0px;
  }

  .sm\:scroll-mt-0\.5{
    scroll-margin-top: 0.125rem;
  }

  .sm\:scroll-mt-1{
    scroll-margin-top: 0.25rem;
  }

  .sm\:scroll-mt-1\.5{
    scroll-margin-top: 0.375rem;
  }

  .sm\:scroll-mt-10{
    scroll-margin-top: 2.5rem;
  }

  .sm\:scroll-mt-11{
    scroll-margin-top: 2.75rem;
  }

  .sm\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }

  .sm\:scroll-mt-14{
    scroll-margin-top: 3.5rem;
  }

  .sm\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }

  .sm\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }

  .sm\:scroll-mt-2\.5{
    scroll-margin-top: 0.625rem;
  }

  .sm\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }

  .sm\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

  .sm\:scroll-mt-28{
    scroll-margin-top: 7rem;
  }

  .sm\:scroll-mt-3{
    scroll-margin-top: 0.75rem;
  }

  .sm\:scroll-mt-3\.5{
    scroll-margin-top: 0.875rem;
  }

  .sm\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }

  .sm\:scroll-mt-36{
    scroll-margin-top: 9rem;
  }

  .sm\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }

  .sm\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }

  .sm\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }

  .sm\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }

  .sm\:scroll-mt-5{
    scroll-margin-top: 1.25rem;
  }

  .sm\:scroll-mt-52{
    scroll-margin-top: 13rem;
  }

  .sm\:scroll-mt-56{
    scroll-margin-top: 14rem;
  }

  .sm\:scroll-mt-6{
    scroll-margin-top: 1.5rem;
  }

  .sm\:scroll-mt-60{
    scroll-margin-top: 15rem;
  }

  .sm\:scroll-mt-64{
    scroll-margin-top: 16rem;
  }

  .sm\:scroll-mt-7{
    scroll-margin-top: 1.75rem;
  }

  .sm\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .sm\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }

  .sm\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }

  .sm\:scroll-mt-9{
    scroll-margin-top: 2.25rem;
  }

  .sm\:scroll-mt-96{
    scroll-margin-top: 24rem;
  }

  .sm\:scroll-mt-px{
    scroll-margin-top: 1px;
  }

  .sm\:scroll-p-0{
    scroll-padding: 0px;
  }

  .sm\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .sm\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .sm\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .sm\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .sm\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .sm\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .sm\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .sm\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .sm\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .sm\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .sm\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .sm\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .sm\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .sm\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .sm\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .sm\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .sm\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .sm\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .sm\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .sm\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .sm\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .sm\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .sm\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .sm\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .sm\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .sm\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .sm\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .sm\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .sm\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .sm\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .sm\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .sm\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .sm\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .sm\:scroll-p-px{
    scroll-padding: 1px;
  }

  .sm\:scroll-px-0{
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .sm\:scroll-px-0\.5{
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-px-1{
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .sm\:scroll-px-1\.5{
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .sm\:scroll-px-10{
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-px-11{
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .sm\:scroll-px-12{
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-px-14{
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .sm\:scroll-px-16{
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .sm\:scroll-px-2{
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-px-2\.5{
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-px-20{
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-px-24{
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-px-28{
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-px-3{
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .sm\:scroll-px-3\.5{
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .sm\:scroll-px-32{
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .sm\:scroll-px-36{
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .sm\:scroll-px-4{
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-px-40{
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-px-44{
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-px-48{
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-px-5{
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-px-52{
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-px-56{
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-px-6{
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-px-60{
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-px-64{
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-px-7{
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-px-72{
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-px-8{
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-px-80{
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .sm\:scroll-px-9{
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .sm\:scroll-px-96{
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .sm\:scroll-px-px{
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .sm\:scroll-py-0{
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .sm\:scroll-py-0\.5{
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .sm\:scroll-py-1{
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .sm\:scroll-py-1\.5{
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .sm\:scroll-py-10{
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .sm\:scroll-py-11{
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .sm\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .sm\:scroll-py-14{
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .sm\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .sm\:scroll-py-2{
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .sm\:scroll-py-2\.5{
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .sm\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .sm\:scroll-py-24{
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .sm\:scroll-py-28{
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .sm\:scroll-py-3{
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .sm\:scroll-py-3\.5{
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .sm\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .sm\:scroll-py-36{
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .sm\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .sm\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .sm\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .sm\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .sm\:scroll-py-5{
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .sm\:scroll-py-52{
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .sm\:scroll-py-56{
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .sm\:scroll-py-6{
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .sm\:scroll-py-60{
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .sm\:scroll-py-64{
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .sm\:scroll-py-7{
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .sm\:scroll-py-72{
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .sm\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .sm\:scroll-py-9{
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .sm\:scroll-py-96{
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .sm\:scroll-py-px{
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .sm\:scroll-pb-0{
    scroll-padding-bottom: 0px;
  }

  .sm\:scroll-pb-0\.5{
    scroll-padding-bottom: 0.125rem;
  }

  .sm\:scroll-pb-1{
    scroll-padding-bottom: 0.25rem;
  }

  .sm\:scroll-pb-1\.5{
    scroll-padding-bottom: 0.375rem;
  }

  .sm\:scroll-pb-10{
    scroll-padding-bottom: 2.5rem;
  }

  .sm\:scroll-pb-11{
    scroll-padding-bottom: 2.75rem;
  }

  .sm\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }

  .sm\:scroll-pb-14{
    scroll-padding-bottom: 3.5rem;
  }

  .sm\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }

  .sm\:scroll-pb-2{
    scroll-padding-bottom: 0.5rem;
  }

  .sm\:scroll-pb-2\.5{
    scroll-padding-bottom: 0.625rem;
  }

  .sm\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }

  .sm\:scroll-pb-24{
    scroll-padding-bottom: 6rem;
  }

  .sm\:scroll-pb-28{
    scroll-padding-bottom: 7rem;
  }

  .sm\:scroll-pb-3{
    scroll-padding-bottom: 0.75rem;
  }

  .sm\:scroll-pb-3\.5{
    scroll-padding-bottom: 0.875rem;
  }

  .sm\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }

  .sm\:scroll-pb-36{
    scroll-padding-bottom: 9rem;
  }

  .sm\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }

  .sm\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }

  .sm\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }

  .sm\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }

  .sm\:scroll-pb-5{
    scroll-padding-bottom: 1.25rem;
  }

  .sm\:scroll-pb-52{
    scroll-padding-bottom: 13rem;
  }

  .sm\:scroll-pb-56{
    scroll-padding-bottom: 14rem;
  }

  .sm\:scroll-pb-6{
    scroll-padding-bottom: 1.5rem;
  }

  .sm\:scroll-pb-60{
    scroll-padding-bottom: 15rem;
  }

  .sm\:scroll-pb-64{
    scroll-padding-bottom: 16rem;
  }

  .sm\:scroll-pb-7{
    scroll-padding-bottom: 1.75rem;
  }

  .sm\:scroll-pb-72{
    scroll-padding-bottom: 18rem;
  }

  .sm\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }

  .sm\:scroll-pb-9{
    scroll-padding-bottom: 2.25rem;
  }

  .sm\:scroll-pb-96{
    scroll-padding-bottom: 24rem;
  }

  .sm\:scroll-pb-px{
    scroll-padding-bottom: 1px;
  }

  .sm\:scroll-pl-0{
    scroll-padding-left: 0px;
  }

  .sm\:scroll-pl-0\.5{
    scroll-padding-left: 0.125rem;
  }

  .sm\:scroll-pl-1{
    scroll-padding-left: 0.25rem;
  }

  .sm\:scroll-pl-1\.5{
    scroll-padding-left: 0.375rem;
  }

  .sm\:scroll-pl-10{
    scroll-padding-left: 2.5rem;
  }

  .sm\:scroll-pl-11{
    scroll-padding-left: 2.75rem;
  }

  .sm\:scroll-pl-12{
    scroll-padding-left: 3rem;
  }

  .sm\:scroll-pl-14{
    scroll-padding-left: 3.5rem;
  }

  .sm\:scroll-pl-16{
    scroll-padding-left: 4rem;
  }

  .sm\:scroll-pl-2{
    scroll-padding-left: 0.5rem;
  }

  .sm\:scroll-pl-2\.5{
    scroll-padding-left: 0.625rem;
  }

  .sm\:scroll-pl-20{
    scroll-padding-left: 5rem;
  }

  .sm\:scroll-pl-24{
    scroll-padding-left: 6rem;
  }

  .sm\:scroll-pl-28{
    scroll-padding-left: 7rem;
  }

  .sm\:scroll-pl-3{
    scroll-padding-left: 0.75rem;
  }

  .sm\:scroll-pl-3\.5{
    scroll-padding-left: 0.875rem;
  }

  .sm\:scroll-pl-32{
    scroll-padding-left: 8rem;
  }

  .sm\:scroll-pl-36{
    scroll-padding-left: 9rem;
  }

  .sm\:scroll-pl-4{
    scroll-padding-left: 1rem;
  }

  .sm\:scroll-pl-40{
    scroll-padding-left: 10rem;
  }

  .sm\:scroll-pl-44{
    scroll-padding-left: 11rem;
  }

  .sm\:scroll-pl-48{
    scroll-padding-left: 12rem;
  }

  .sm\:scroll-pl-5{
    scroll-padding-left: 1.25rem;
  }

  .sm\:scroll-pl-52{
    scroll-padding-left: 13rem;
  }

  .sm\:scroll-pl-56{
    scroll-padding-left: 14rem;
  }

  .sm\:scroll-pl-6{
    scroll-padding-left: 1.5rem;
  }

  .sm\:scroll-pl-60{
    scroll-padding-left: 15rem;
  }

  .sm\:scroll-pl-64{
    scroll-padding-left: 16rem;
  }

  .sm\:scroll-pl-7{
    scroll-padding-left: 1.75rem;
  }

  .sm\:scroll-pl-72{
    scroll-padding-left: 18rem;
  }

  .sm\:scroll-pl-8{
    scroll-padding-left: 2rem;
  }

  .sm\:scroll-pl-80{
    scroll-padding-left: 20rem;
  }

  .sm\:scroll-pl-9{
    scroll-padding-left: 2.25rem;
  }

  .sm\:scroll-pl-96{
    scroll-padding-left: 24rem;
  }

  .sm\:scroll-pl-px{
    scroll-padding-left: 1px;
  }

  .sm\:scroll-pr-0{
    scroll-padding-right: 0px;
  }

  .sm\:scroll-pr-0\.5{
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-pr-1{
    scroll-padding-right: 0.25rem;
  }

  .sm\:scroll-pr-1\.5{
    scroll-padding-right: 0.375rem;
  }

  .sm\:scroll-pr-10{
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-pr-11{
    scroll-padding-right: 2.75rem;
  }

  .sm\:scroll-pr-12{
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-pr-14{
    scroll-padding-right: 3.5rem;
  }

  .sm\:scroll-pr-16{
    scroll-padding-right: 4rem;
  }

  .sm\:scroll-pr-2{
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-pr-2\.5{
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-pr-20{
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-pr-24{
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-pr-28{
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-pr-3{
    scroll-padding-right: 0.75rem;
  }

  .sm\:scroll-pr-3\.5{
    scroll-padding-right: 0.875rem;
  }

  .sm\:scroll-pr-32{
    scroll-padding-right: 8rem;
  }

  .sm\:scroll-pr-36{
    scroll-padding-right: 9rem;
  }

  .sm\:scroll-pr-4{
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-pr-40{
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-pr-44{
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-pr-48{
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-pr-5{
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-pr-52{
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-pr-56{
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-pr-6{
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-pr-60{
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-pr-64{
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-pr-7{
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-pr-72{
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-pr-8{
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-pr-80{
    scroll-padding-right: 20rem;
  }

  .sm\:scroll-pr-9{
    scroll-padding-right: 2.25rem;
  }

  .sm\:scroll-pr-96{
    scroll-padding-right: 24rem;
  }

  .sm\:scroll-pr-px{
    scroll-padding-right: 1px;
  }

  .sm\:scroll-pt-0{
    scroll-padding-top: 0px;
  }

  .sm\:scroll-pt-0\.5{
    scroll-padding-top: 0.125rem;
  }

  .sm\:scroll-pt-1{
    scroll-padding-top: 0.25rem;
  }

  .sm\:scroll-pt-1\.5{
    scroll-padding-top: 0.375rem;
  }

  .sm\:scroll-pt-10{
    scroll-padding-top: 2.5rem;
  }

  .sm\:scroll-pt-11{
    scroll-padding-top: 2.75rem;
  }

  .sm\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }

  .sm\:scroll-pt-14{
    scroll-padding-top: 3.5rem;
  }

  .sm\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }

  .sm\:scroll-pt-2{
    scroll-padding-top: 0.5rem;
  }

  .sm\:scroll-pt-2\.5{
    scroll-padding-top: 0.625rem;
  }

  .sm\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }

  .sm\:scroll-pt-24{
    scroll-padding-top: 6rem;
  }

  .sm\:scroll-pt-28{
    scroll-padding-top: 7rem;
  }

  .sm\:scroll-pt-3{
    scroll-padding-top: 0.75rem;
  }

  .sm\:scroll-pt-3\.5{
    scroll-padding-top: 0.875rem;
  }

  .sm\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }

  .sm\:scroll-pt-36{
    scroll-padding-top: 9rem;
  }

  .sm\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }

  .sm\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }

  .sm\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }

  .sm\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }

  .sm\:scroll-pt-5{
    scroll-padding-top: 1.25rem;
  }

  .sm\:scroll-pt-52{
    scroll-padding-top: 13rem;
  }

  .sm\:scroll-pt-56{
    scroll-padding-top: 14rem;
  }

  .sm\:scroll-pt-6{
    scroll-padding-top: 1.5rem;
  }

  .sm\:scroll-pt-60{
    scroll-padding-top: 15rem;
  }

  .sm\:scroll-pt-64{
    scroll-padding-top: 16rem;
  }

  .sm\:scroll-pt-7{
    scroll-padding-top: 1.75rem;
  }

  .sm\:scroll-pt-72{
    scroll-padding-top: 18rem;
  }

  .sm\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }

  .sm\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }

  .sm\:scroll-pt-9{
    scroll-padding-top: 2.25rem;
  }

  .sm\:scroll-pt-96{
    scroll-padding-top: 24rem;
  }

  .sm\:scroll-pt-px{
    scroll-padding-top: 1px;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-0\.5{
    gap: 0.125rem;
  }

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:gap-11{
    gap: 2.75rem;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-14{
    gap: 3.5rem;
  }

  .sm\:gap-16{
    gap: 4rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:gap-24{
    gap: 6rem;
  }

  .sm\:gap-28{
    gap: 7rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  .sm\:gap-32{
    gap: 8rem;
  }

  .sm\:gap-36{
    gap: 9rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-40{
    gap: 10rem;
  }

  .sm\:gap-44{
    gap: 11rem;
  }

  .sm\:gap-48{
    gap: 12rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-52{
    gap: 13rem;
  }

  .sm\:gap-56{
    gap: 14rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-60{
    gap: 15rem;
  }

  .sm\:gap-64{
    gap: 16rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-72{
    gap: 18rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-80{
    gap: 20rem;
  }

  .sm\:gap-9{
    gap: 2.25rem;
  }

  .sm\:gap-96{
    gap: 24rem;
  }

  .sm\:gap-px{
    gap: 1px;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-y-0{
    row-gap: 0px;
  }

  .sm\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12{
    row-gap: 3rem;
  }

  .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16{
    row-gap: 4rem;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm\:gap-y-20{
    row-gap: 5rem;
  }

  .sm\:gap-y-24{
    row-gap: 6rem;
  }

  .sm\:gap-y-28{
    row-gap: 7rem;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm\:gap-y-32{
    row-gap: 8rem;
  }

  .sm\:gap-y-36{
    row-gap: 9rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:gap-y-40{
    row-gap: 10rem;
  }

  .sm\:gap-y-44{
    row-gap: 11rem;
  }

  .sm\:gap-y-48{
    row-gap: 12rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-52{
    row-gap: 13rem;
  }

  .sm\:gap-y-56{
    row-gap: 14rem;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-60{
    row-gap: 15rem;
  }

  .sm\:gap-y-64{
    row-gap: 16rem;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  .sm\:gap-y-72{
    row-gap: 18rem;
  }

  .sm\:gap-y-8{
    row-gap: 2rem;
  }

  .sm\:gap-y-80{
    row-gap: 20rem;
  }

  .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  .sm\:gap-y-96{
    row-gap: 24rem;
  }

  .sm\:gap-y-px{
    row-gap: 1px;
  }

  .sm\:text-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:text-clip{
    text-overflow: clip;
  }

  .sm\:text-wrap{
    text-wrap: wrap;
  }

  .sm\:text-nowrap{
    text-wrap: nowrap;
  }

  .sm\:text-balance{
    text-wrap: balance;
  }

  .sm\:text-pretty{
    text-wrap: pretty;
  }

  .sm\:bg-amber-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-100\/0{
    background-color: rgb(254 243 199 / 0);
  }

  .sm\:bg-amber-100\/10{
    background-color: rgb(254 243 199 / 0.1);
  }

  .sm\:bg-amber-100\/100{
    background-color: rgb(254 243 199 / 1);
  }

  .sm\:bg-amber-100\/15{
    background-color: rgb(254 243 199 / 0.15);
  }

  .sm\:bg-amber-100\/20{
    background-color: rgb(254 243 199 / 0.2);
  }

  .sm\:bg-amber-100\/25{
    background-color: rgb(254 243 199 / 0.25);
  }

  .sm\:bg-amber-100\/30{
    background-color: rgb(254 243 199 / 0.3);
  }

  .sm\:bg-amber-100\/35{
    background-color: rgb(254 243 199 / 0.35);
  }

  .sm\:bg-amber-100\/40{
    background-color: rgb(254 243 199 / 0.4);
  }

  .sm\:bg-amber-100\/45{
    background-color: rgb(254 243 199 / 0.45);
  }

  .sm\:bg-amber-100\/5{
    background-color: rgb(254 243 199 / 0.05);
  }

  .sm\:bg-amber-100\/50{
    background-color: rgb(254 243 199 / 0.5);
  }

  .sm\:bg-amber-100\/55{
    background-color: rgb(254 243 199 / 0.55);
  }

  .sm\:bg-amber-100\/60{
    background-color: rgb(254 243 199 / 0.6);
  }

  .sm\:bg-amber-100\/65{
    background-color: rgb(254 243 199 / 0.65);
  }

  .sm\:bg-amber-100\/70{
    background-color: rgb(254 243 199 / 0.7);
  }

  .sm\:bg-amber-100\/75{
    background-color: rgb(254 243 199 / 0.75);
  }

  .sm\:bg-amber-100\/80{
    background-color: rgb(254 243 199 / 0.8);
  }

  .sm\:bg-amber-100\/85{
    background-color: rgb(254 243 199 / 0.85);
  }

  .sm\:bg-amber-100\/90{
    background-color: rgb(254 243 199 / 0.9);
  }

  .sm\:bg-amber-100\/95{
    background-color: rgb(254 243 199 / 0.95);
  }

  .sm\:bg-amber-200{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-200\/0{
    background-color: rgb(253 230 138 / 0);
  }

  .sm\:bg-amber-200\/10{
    background-color: rgb(253 230 138 / 0.1);
  }

  .sm\:bg-amber-200\/100{
    background-color: rgb(253 230 138 / 1);
  }

  .sm\:bg-amber-200\/15{
    background-color: rgb(253 230 138 / 0.15);
  }

  .sm\:bg-amber-200\/20{
    background-color: rgb(253 230 138 / 0.2);
  }

  .sm\:bg-amber-200\/25{
    background-color: rgb(253 230 138 / 0.25);
  }

  .sm\:bg-amber-200\/30{
    background-color: rgb(253 230 138 / 0.3);
  }

  .sm\:bg-amber-200\/35{
    background-color: rgb(253 230 138 / 0.35);
  }

  .sm\:bg-amber-200\/40{
    background-color: rgb(253 230 138 / 0.4);
  }

  .sm\:bg-amber-200\/45{
    background-color: rgb(253 230 138 / 0.45);
  }

  .sm\:bg-amber-200\/5{
    background-color: rgb(253 230 138 / 0.05);
  }

  .sm\:bg-amber-200\/50{
    background-color: rgb(253 230 138 / 0.5);
  }

  .sm\:bg-amber-200\/55{
    background-color: rgb(253 230 138 / 0.55);
  }

  .sm\:bg-amber-200\/60{
    background-color: rgb(253 230 138 / 0.6);
  }

  .sm\:bg-amber-200\/65{
    background-color: rgb(253 230 138 / 0.65);
  }

  .sm\:bg-amber-200\/70{
    background-color: rgb(253 230 138 / 0.7);
  }

  .sm\:bg-amber-200\/75{
    background-color: rgb(253 230 138 / 0.75);
  }

  .sm\:bg-amber-200\/80{
    background-color: rgb(253 230 138 / 0.8);
  }

  .sm\:bg-amber-200\/85{
    background-color: rgb(253 230 138 / 0.85);
  }

  .sm\:bg-amber-200\/90{
    background-color: rgb(253 230 138 / 0.9);
  }

  .sm\:bg-amber-200\/95{
    background-color: rgb(253 230 138 / 0.95);
  }

  .sm\:bg-amber-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-300\/0{
    background-color: rgb(252 211 77 / 0);
  }

  .sm\:bg-amber-300\/10{
    background-color: rgb(252 211 77 / 0.1);
  }

  .sm\:bg-amber-300\/100{
    background-color: rgb(252 211 77 / 1);
  }

  .sm\:bg-amber-300\/15{
    background-color: rgb(252 211 77 / 0.15);
  }

  .sm\:bg-amber-300\/20{
    background-color: rgb(252 211 77 / 0.2);
  }

  .sm\:bg-amber-300\/25{
    background-color: rgb(252 211 77 / 0.25);
  }

  .sm\:bg-amber-300\/30{
    background-color: rgb(252 211 77 / 0.3);
  }

  .sm\:bg-amber-300\/35{
    background-color: rgb(252 211 77 / 0.35);
  }

  .sm\:bg-amber-300\/40{
    background-color: rgb(252 211 77 / 0.4);
  }

  .sm\:bg-amber-300\/45{
    background-color: rgb(252 211 77 / 0.45);
  }

  .sm\:bg-amber-300\/5{
    background-color: rgb(252 211 77 / 0.05);
  }

  .sm\:bg-amber-300\/50{
    background-color: rgb(252 211 77 / 0.5);
  }

  .sm\:bg-amber-300\/55{
    background-color: rgb(252 211 77 / 0.55);
  }

  .sm\:bg-amber-300\/60{
    background-color: rgb(252 211 77 / 0.6);
  }

  .sm\:bg-amber-300\/65{
    background-color: rgb(252 211 77 / 0.65);
  }

  .sm\:bg-amber-300\/70{
    background-color: rgb(252 211 77 / 0.7);
  }

  .sm\:bg-amber-300\/75{
    background-color: rgb(252 211 77 / 0.75);
  }

  .sm\:bg-amber-300\/80{
    background-color: rgb(252 211 77 / 0.8);
  }

  .sm\:bg-amber-300\/85{
    background-color: rgb(252 211 77 / 0.85);
  }

  .sm\:bg-amber-300\/90{
    background-color: rgb(252 211 77 / 0.9);
  }

  .sm\:bg-amber-300\/95{
    background-color: rgb(252 211 77 / 0.95);
  }

  .sm\:bg-amber-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-400\/0{
    background-color: rgb(251 191 36 / 0);
  }

  .sm\:bg-amber-400\/10{
    background-color: rgb(251 191 36 / 0.1);
  }

  .sm\:bg-amber-400\/100{
    background-color: rgb(251 191 36 / 1);
  }

  .sm\:bg-amber-400\/15{
    background-color: rgb(251 191 36 / 0.15);
  }

  .sm\:bg-amber-400\/20{
    background-color: rgb(251 191 36 / 0.2);
  }

  .sm\:bg-amber-400\/25{
    background-color: rgb(251 191 36 / 0.25);
  }

  .sm\:bg-amber-400\/30{
    background-color: rgb(251 191 36 / 0.3);
  }

  .sm\:bg-amber-400\/35{
    background-color: rgb(251 191 36 / 0.35);
  }

  .sm\:bg-amber-400\/40{
    background-color: rgb(251 191 36 / 0.4);
  }

  .sm\:bg-amber-400\/45{
    background-color: rgb(251 191 36 / 0.45);
  }

  .sm\:bg-amber-400\/5{
    background-color: rgb(251 191 36 / 0.05);
  }

  .sm\:bg-amber-400\/50{
    background-color: rgb(251 191 36 / 0.5);
  }

  .sm\:bg-amber-400\/55{
    background-color: rgb(251 191 36 / 0.55);
  }

  .sm\:bg-amber-400\/60{
    background-color: rgb(251 191 36 / 0.6);
  }

  .sm\:bg-amber-400\/65{
    background-color: rgb(251 191 36 / 0.65);
  }

  .sm\:bg-amber-400\/70{
    background-color: rgb(251 191 36 / 0.7);
  }

  .sm\:bg-amber-400\/75{
    background-color: rgb(251 191 36 / 0.75);
  }

  .sm\:bg-amber-400\/80{
    background-color: rgb(251 191 36 / 0.8);
  }

  .sm\:bg-amber-400\/85{
    background-color: rgb(251 191 36 / 0.85);
  }

  .sm\:bg-amber-400\/90{
    background-color: rgb(251 191 36 / 0.9);
  }

  .sm\:bg-amber-400\/95{
    background-color: rgb(251 191 36 / 0.95);
  }

  .sm\:bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-50\/0{
    background-color: rgb(255 251 235 / 0);
  }

  .sm\:bg-amber-50\/10{
    background-color: rgb(255 251 235 / 0.1);
  }

  .sm\:bg-amber-50\/100{
    background-color: rgb(255 251 235 / 1);
  }

  .sm\:bg-amber-50\/15{
    background-color: rgb(255 251 235 / 0.15);
  }

  .sm\:bg-amber-50\/20{
    background-color: rgb(255 251 235 / 0.2);
  }

  .sm\:bg-amber-50\/25{
    background-color: rgb(255 251 235 / 0.25);
  }

  .sm\:bg-amber-50\/30{
    background-color: rgb(255 251 235 / 0.3);
  }

  .sm\:bg-amber-50\/35{
    background-color: rgb(255 251 235 / 0.35);
  }

  .sm\:bg-amber-50\/40{
    background-color: rgb(255 251 235 / 0.4);
  }

  .sm\:bg-amber-50\/45{
    background-color: rgb(255 251 235 / 0.45);
  }

  .sm\:bg-amber-50\/5{
    background-color: rgb(255 251 235 / 0.05);
  }

  .sm\:bg-amber-50\/50{
    background-color: rgb(255 251 235 / 0.5);
  }

  .sm\:bg-amber-50\/55{
    background-color: rgb(255 251 235 / 0.55);
  }

  .sm\:bg-amber-50\/60{
    background-color: rgb(255 251 235 / 0.6);
  }

  .sm\:bg-amber-50\/65{
    background-color: rgb(255 251 235 / 0.65);
  }

  .sm\:bg-amber-50\/70{
    background-color: rgb(255 251 235 / 0.7);
  }

  .sm\:bg-amber-50\/75{
    background-color: rgb(255 251 235 / 0.75);
  }

  .sm\:bg-amber-50\/80{
    background-color: rgb(255 251 235 / 0.8);
  }

  .sm\:bg-amber-50\/85{
    background-color: rgb(255 251 235 / 0.85);
  }

  .sm\:bg-amber-50\/90{
    background-color: rgb(255 251 235 / 0.9);
  }

  .sm\:bg-amber-50\/95{
    background-color: rgb(255 251 235 / 0.95);
  }

  .sm\:bg-amber-500{
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-500\/0{
    background-color: rgb(245 158 11 / 0);
  }

  .sm\:bg-amber-500\/10{
    background-color: rgb(245 158 11 / 0.1);
  }

  .sm\:bg-amber-500\/100{
    background-color: rgb(245 158 11 / 1);
  }

  .sm\:bg-amber-500\/15{
    background-color: rgb(245 158 11 / 0.15);
  }

  .sm\:bg-amber-500\/20{
    background-color: rgb(245 158 11 / 0.2);
  }

  .sm\:bg-amber-500\/25{
    background-color: rgb(245 158 11 / 0.25);
  }

  .sm\:bg-amber-500\/30{
    background-color: rgb(245 158 11 / 0.3);
  }

  .sm\:bg-amber-500\/35{
    background-color: rgb(245 158 11 / 0.35);
  }

  .sm\:bg-amber-500\/40{
    background-color: rgb(245 158 11 / 0.4);
  }

  .sm\:bg-amber-500\/45{
    background-color: rgb(245 158 11 / 0.45);
  }

  .sm\:bg-amber-500\/5{
    background-color: rgb(245 158 11 / 0.05);
  }

  .sm\:bg-amber-500\/50{
    background-color: rgb(245 158 11 / 0.5);
  }

  .sm\:bg-amber-500\/55{
    background-color: rgb(245 158 11 / 0.55);
  }

  .sm\:bg-amber-500\/60{
    background-color: rgb(245 158 11 / 0.6);
  }

  .sm\:bg-amber-500\/65{
    background-color: rgb(245 158 11 / 0.65);
  }

  .sm\:bg-amber-500\/70{
    background-color: rgb(245 158 11 / 0.7);
  }

  .sm\:bg-amber-500\/75{
    background-color: rgb(245 158 11 / 0.75);
  }

  .sm\:bg-amber-500\/80{
    background-color: rgb(245 158 11 / 0.8);
  }

  .sm\:bg-amber-500\/85{
    background-color: rgb(245 158 11 / 0.85);
  }

  .sm\:bg-amber-500\/90{
    background-color: rgb(245 158 11 / 0.9);
  }

  .sm\:bg-amber-500\/95{
    background-color: rgb(245 158 11 / 0.95);
  }

  .sm\:bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-600\/0{
    background-color: rgb(217 119 6 / 0);
  }

  .sm\:bg-amber-600\/10{
    background-color: rgb(217 119 6 / 0.1);
  }

  .sm\:bg-amber-600\/100{
    background-color: rgb(217 119 6 / 1);
  }

  .sm\:bg-amber-600\/15{
    background-color: rgb(217 119 6 / 0.15);
  }

  .sm\:bg-amber-600\/20{
    background-color: rgb(217 119 6 / 0.2);
  }

  .sm\:bg-amber-600\/25{
    background-color: rgb(217 119 6 / 0.25);
  }

  .sm\:bg-amber-600\/30{
    background-color: rgb(217 119 6 / 0.3);
  }

  .sm\:bg-amber-600\/35{
    background-color: rgb(217 119 6 / 0.35);
  }

  .sm\:bg-amber-600\/40{
    background-color: rgb(217 119 6 / 0.4);
  }

  .sm\:bg-amber-600\/45{
    background-color: rgb(217 119 6 / 0.45);
  }

  .sm\:bg-amber-600\/5{
    background-color: rgb(217 119 6 / 0.05);
  }

  .sm\:bg-amber-600\/50{
    background-color: rgb(217 119 6 / 0.5);
  }

  .sm\:bg-amber-600\/55{
    background-color: rgb(217 119 6 / 0.55);
  }

  .sm\:bg-amber-600\/60{
    background-color: rgb(217 119 6 / 0.6);
  }

  .sm\:bg-amber-600\/65{
    background-color: rgb(217 119 6 / 0.65);
  }

  .sm\:bg-amber-600\/70{
    background-color: rgb(217 119 6 / 0.7);
  }

  .sm\:bg-amber-600\/75{
    background-color: rgb(217 119 6 / 0.75);
  }

  .sm\:bg-amber-600\/80{
    background-color: rgb(217 119 6 / 0.8);
  }

  .sm\:bg-amber-600\/85{
    background-color: rgb(217 119 6 / 0.85);
  }

  .sm\:bg-amber-600\/90{
    background-color: rgb(217 119 6 / 0.9);
  }

  .sm\:bg-amber-600\/95{
    background-color: rgb(217 119 6 / 0.95);
  }

  .sm\:bg-amber-700{
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-700\/0{
    background-color: rgb(180 83 9 / 0);
  }

  .sm\:bg-amber-700\/10{
    background-color: rgb(180 83 9 / 0.1);
  }

  .sm\:bg-amber-700\/100{
    background-color: rgb(180 83 9 / 1);
  }

  .sm\:bg-amber-700\/15{
    background-color: rgb(180 83 9 / 0.15);
  }

  .sm\:bg-amber-700\/20{
    background-color: rgb(180 83 9 / 0.2);
  }

  .sm\:bg-amber-700\/25{
    background-color: rgb(180 83 9 / 0.25);
  }

  .sm\:bg-amber-700\/30{
    background-color: rgb(180 83 9 / 0.3);
  }

  .sm\:bg-amber-700\/35{
    background-color: rgb(180 83 9 / 0.35);
  }

  .sm\:bg-amber-700\/40{
    background-color: rgb(180 83 9 / 0.4);
  }

  .sm\:bg-amber-700\/45{
    background-color: rgb(180 83 9 / 0.45);
  }

  .sm\:bg-amber-700\/5{
    background-color: rgb(180 83 9 / 0.05);
  }

  .sm\:bg-amber-700\/50{
    background-color: rgb(180 83 9 / 0.5);
  }

  .sm\:bg-amber-700\/55{
    background-color: rgb(180 83 9 / 0.55);
  }

  .sm\:bg-amber-700\/60{
    background-color: rgb(180 83 9 / 0.6);
  }

  .sm\:bg-amber-700\/65{
    background-color: rgb(180 83 9 / 0.65);
  }

  .sm\:bg-amber-700\/70{
    background-color: rgb(180 83 9 / 0.7);
  }

  .sm\:bg-amber-700\/75{
    background-color: rgb(180 83 9 / 0.75);
  }

  .sm\:bg-amber-700\/80{
    background-color: rgb(180 83 9 / 0.8);
  }

  .sm\:bg-amber-700\/85{
    background-color: rgb(180 83 9 / 0.85);
  }

  .sm\:bg-amber-700\/90{
    background-color: rgb(180 83 9 / 0.9);
  }

  .sm\:bg-amber-700\/95{
    background-color: rgb(180 83 9 / 0.95);
  }

  .sm\:bg-amber-800{
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-800\/0{
    background-color: rgb(146 64 14 / 0);
  }

  .sm\:bg-amber-800\/10{
    background-color: rgb(146 64 14 / 0.1);
  }

  .sm\:bg-amber-800\/100{
    background-color: rgb(146 64 14 / 1);
  }

  .sm\:bg-amber-800\/15{
    background-color: rgb(146 64 14 / 0.15);
  }

  .sm\:bg-amber-800\/20{
    background-color: rgb(146 64 14 / 0.2);
  }

  .sm\:bg-amber-800\/25{
    background-color: rgb(146 64 14 / 0.25);
  }

  .sm\:bg-amber-800\/30{
    background-color: rgb(146 64 14 / 0.3);
  }

  .sm\:bg-amber-800\/35{
    background-color: rgb(146 64 14 / 0.35);
  }

  .sm\:bg-amber-800\/40{
    background-color: rgb(146 64 14 / 0.4);
  }

  .sm\:bg-amber-800\/45{
    background-color: rgb(146 64 14 / 0.45);
  }

  .sm\:bg-amber-800\/5{
    background-color: rgb(146 64 14 / 0.05);
  }

  .sm\:bg-amber-800\/50{
    background-color: rgb(146 64 14 / 0.5);
  }

  .sm\:bg-amber-800\/55{
    background-color: rgb(146 64 14 / 0.55);
  }

  .sm\:bg-amber-800\/60{
    background-color: rgb(146 64 14 / 0.6);
  }

  .sm\:bg-amber-800\/65{
    background-color: rgb(146 64 14 / 0.65);
  }

  .sm\:bg-amber-800\/70{
    background-color: rgb(146 64 14 / 0.7);
  }

  .sm\:bg-amber-800\/75{
    background-color: rgb(146 64 14 / 0.75);
  }

  .sm\:bg-amber-800\/80{
    background-color: rgb(146 64 14 / 0.8);
  }

  .sm\:bg-amber-800\/85{
    background-color: rgb(146 64 14 / 0.85);
  }

  .sm\:bg-amber-800\/90{
    background-color: rgb(146 64 14 / 0.9);
  }

  .sm\:bg-amber-800\/95{
    background-color: rgb(146 64 14 / 0.95);
  }

  .sm\:bg-amber-900{
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-900\/0{
    background-color: rgb(120 53 15 / 0);
  }

  .sm\:bg-amber-900\/10{
    background-color: rgb(120 53 15 / 0.1);
  }

  .sm\:bg-amber-900\/100{
    background-color: rgb(120 53 15 / 1);
  }

  .sm\:bg-amber-900\/15{
    background-color: rgb(120 53 15 / 0.15);
  }

  .sm\:bg-amber-900\/20{
    background-color: rgb(120 53 15 / 0.2);
  }

  .sm\:bg-amber-900\/25{
    background-color: rgb(120 53 15 / 0.25);
  }

  .sm\:bg-amber-900\/30{
    background-color: rgb(120 53 15 / 0.3);
  }

  .sm\:bg-amber-900\/35{
    background-color: rgb(120 53 15 / 0.35);
  }

  .sm\:bg-amber-900\/40{
    background-color: rgb(120 53 15 / 0.4);
  }

  .sm\:bg-amber-900\/45{
    background-color: rgb(120 53 15 / 0.45);
  }

  .sm\:bg-amber-900\/5{
    background-color: rgb(120 53 15 / 0.05);
  }

  .sm\:bg-amber-900\/50{
    background-color: rgb(120 53 15 / 0.5);
  }

  .sm\:bg-amber-900\/55{
    background-color: rgb(120 53 15 / 0.55);
  }

  .sm\:bg-amber-900\/60{
    background-color: rgb(120 53 15 / 0.6);
  }

  .sm\:bg-amber-900\/65{
    background-color: rgb(120 53 15 / 0.65);
  }

  .sm\:bg-amber-900\/70{
    background-color: rgb(120 53 15 / 0.7);
  }

  .sm\:bg-amber-900\/75{
    background-color: rgb(120 53 15 / 0.75);
  }

  .sm\:bg-amber-900\/80{
    background-color: rgb(120 53 15 / 0.8);
  }

  .sm\:bg-amber-900\/85{
    background-color: rgb(120 53 15 / 0.85);
  }

  .sm\:bg-amber-900\/90{
    background-color: rgb(120 53 15 / 0.9);
  }

  .sm\:bg-amber-900\/95{
    background-color: rgb(120 53 15 / 0.95);
  }

  .sm\:bg-amber-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-amber-950\/0{
    background-color: rgb(69 26 3 / 0);
  }

  .sm\:bg-amber-950\/10{
    background-color: rgb(69 26 3 / 0.1);
  }

  .sm\:bg-amber-950\/100{
    background-color: rgb(69 26 3 / 1);
  }

  .sm\:bg-amber-950\/15{
    background-color: rgb(69 26 3 / 0.15);
  }

  .sm\:bg-amber-950\/20{
    background-color: rgb(69 26 3 / 0.2);
  }

  .sm\:bg-amber-950\/25{
    background-color: rgb(69 26 3 / 0.25);
  }

  .sm\:bg-amber-950\/30{
    background-color: rgb(69 26 3 / 0.3);
  }

  .sm\:bg-amber-950\/35{
    background-color: rgb(69 26 3 / 0.35);
  }

  .sm\:bg-amber-950\/40{
    background-color: rgb(69 26 3 / 0.4);
  }

  .sm\:bg-amber-950\/45{
    background-color: rgb(69 26 3 / 0.45);
  }

  .sm\:bg-amber-950\/5{
    background-color: rgb(69 26 3 / 0.05);
  }

  .sm\:bg-amber-950\/50{
    background-color: rgb(69 26 3 / 0.5);
  }

  .sm\:bg-amber-950\/55{
    background-color: rgb(69 26 3 / 0.55);
  }

  .sm\:bg-amber-950\/60{
    background-color: rgb(69 26 3 / 0.6);
  }

  .sm\:bg-amber-950\/65{
    background-color: rgb(69 26 3 / 0.65);
  }

  .sm\:bg-amber-950\/70{
    background-color: rgb(69 26 3 / 0.7);
  }

  .sm\:bg-amber-950\/75{
    background-color: rgb(69 26 3 / 0.75);
  }

  .sm\:bg-amber-950\/80{
    background-color: rgb(69 26 3 / 0.8);
  }

  .sm\:bg-amber-950\/85{
    background-color: rgb(69 26 3 / 0.85);
  }

  .sm\:bg-amber-950\/90{
    background-color: rgb(69 26 3 / 0.9);
  }

  .sm\:bg-amber-950\/95{
    background-color: rgb(69 26 3 / 0.95);
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-black\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-black\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-black\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .sm\:bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-black\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .sm\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-black\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .sm\:bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-black\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .sm\:bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-black\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .sm\:bg-black\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-black\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .sm\:bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-black\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-100\/0{
    background-color: rgb(219 234 254 / 0);
  }

  .sm\:bg-blue-100\/10{
    background-color: rgb(219 234 254 / 0.1);
  }

  .sm\:bg-blue-100\/100{
    background-color: rgb(219 234 254 / 1);
  }

  .sm\:bg-blue-100\/15{
    background-color: rgb(219 234 254 / 0.15);
  }

  .sm\:bg-blue-100\/20{
    background-color: rgb(219 234 254 / 0.2);
  }

  .sm\:bg-blue-100\/25{
    background-color: rgb(219 234 254 / 0.25);
  }

  .sm\:bg-blue-100\/30{
    background-color: rgb(219 234 254 / 0.3);
  }

  .sm\:bg-blue-100\/35{
    background-color: rgb(219 234 254 / 0.35);
  }

  .sm\:bg-blue-100\/40{
    background-color: rgb(219 234 254 / 0.4);
  }

  .sm\:bg-blue-100\/45{
    background-color: rgb(219 234 254 / 0.45);
  }

  .sm\:bg-blue-100\/5{
    background-color: rgb(219 234 254 / 0.05);
  }

  .sm\:bg-blue-100\/50{
    background-color: rgb(219 234 254 / 0.5);
  }

  .sm\:bg-blue-100\/55{
    background-color: rgb(219 234 254 / 0.55);
  }

  .sm\:bg-blue-100\/60{
    background-color: rgb(219 234 254 / 0.6);
  }

  .sm\:bg-blue-100\/65{
    background-color: rgb(219 234 254 / 0.65);
  }

  .sm\:bg-blue-100\/70{
    background-color: rgb(219 234 254 / 0.7);
  }

  .sm\:bg-blue-100\/75{
    background-color: rgb(219 234 254 / 0.75);
  }

  .sm\:bg-blue-100\/80{
    background-color: rgb(219 234 254 / 0.8);
  }

  .sm\:bg-blue-100\/85{
    background-color: rgb(219 234 254 / 0.85);
  }

  .sm\:bg-blue-100\/90{
    background-color: rgb(219 234 254 / 0.9);
  }

  .sm\:bg-blue-100\/95{
    background-color: rgb(219 234 254 / 0.95);
  }

  .sm\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-200\/0{
    background-color: rgb(191 219 254 / 0);
  }

  .sm\:bg-blue-200\/10{
    background-color: rgb(191 219 254 / 0.1);
  }

  .sm\:bg-blue-200\/100{
    background-color: rgb(191 219 254 / 1);
  }

  .sm\:bg-blue-200\/15{
    background-color: rgb(191 219 254 / 0.15);
  }

  .sm\:bg-blue-200\/20{
    background-color: rgb(191 219 254 / 0.2);
  }

  .sm\:bg-blue-200\/25{
    background-color: rgb(191 219 254 / 0.25);
  }

  .sm\:bg-blue-200\/30{
    background-color: rgb(191 219 254 / 0.3);
  }

  .sm\:bg-blue-200\/35{
    background-color: rgb(191 219 254 / 0.35);
  }

  .sm\:bg-blue-200\/40{
    background-color: rgb(191 219 254 / 0.4);
  }

  .sm\:bg-blue-200\/45{
    background-color: rgb(191 219 254 / 0.45);
  }

  .sm\:bg-blue-200\/5{
    background-color: rgb(191 219 254 / 0.05);
  }

  .sm\:bg-blue-200\/50{
    background-color: rgb(191 219 254 / 0.5);
  }

  .sm\:bg-blue-200\/55{
    background-color: rgb(191 219 254 / 0.55);
  }

  .sm\:bg-blue-200\/60{
    background-color: rgb(191 219 254 / 0.6);
  }

  .sm\:bg-blue-200\/65{
    background-color: rgb(191 219 254 / 0.65);
  }

  .sm\:bg-blue-200\/70{
    background-color: rgb(191 219 254 / 0.7);
  }

  .sm\:bg-blue-200\/75{
    background-color: rgb(191 219 254 / 0.75);
  }

  .sm\:bg-blue-200\/80{
    background-color: rgb(191 219 254 / 0.8);
  }

  .sm\:bg-blue-200\/85{
    background-color: rgb(191 219 254 / 0.85);
  }

  .sm\:bg-blue-200\/90{
    background-color: rgb(191 219 254 / 0.9);
  }

  .sm\:bg-blue-200\/95{
    background-color: rgb(191 219 254 / 0.95);
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-300\/0{
    background-color: rgb(147 197 253 / 0);
  }

  .sm\:bg-blue-300\/10{
    background-color: rgb(147 197 253 / 0.1);
  }

  .sm\:bg-blue-300\/100{
    background-color: rgb(147 197 253 / 1);
  }

  .sm\:bg-blue-300\/15{
    background-color: rgb(147 197 253 / 0.15);
  }

  .sm\:bg-blue-300\/20{
    background-color: rgb(147 197 253 / 0.2);
  }

  .sm\:bg-blue-300\/25{
    background-color: rgb(147 197 253 / 0.25);
  }

  .sm\:bg-blue-300\/30{
    background-color: rgb(147 197 253 / 0.3);
  }

  .sm\:bg-blue-300\/35{
    background-color: rgb(147 197 253 / 0.35);
  }

  .sm\:bg-blue-300\/40{
    background-color: rgb(147 197 253 / 0.4);
  }

  .sm\:bg-blue-300\/45{
    background-color: rgb(147 197 253 / 0.45);
  }

  .sm\:bg-blue-300\/5{
    background-color: rgb(147 197 253 / 0.05);
  }

  .sm\:bg-blue-300\/50{
    background-color: rgb(147 197 253 / 0.5);
  }

  .sm\:bg-blue-300\/55{
    background-color: rgb(147 197 253 / 0.55);
  }

  .sm\:bg-blue-300\/60{
    background-color: rgb(147 197 253 / 0.6);
  }

  .sm\:bg-blue-300\/65{
    background-color: rgb(147 197 253 / 0.65);
  }

  .sm\:bg-blue-300\/70{
    background-color: rgb(147 197 253 / 0.7);
  }

  .sm\:bg-blue-300\/75{
    background-color: rgb(147 197 253 / 0.75);
  }

  .sm\:bg-blue-300\/80{
    background-color: rgb(147 197 253 / 0.8);
  }

  .sm\:bg-blue-300\/85{
    background-color: rgb(147 197 253 / 0.85);
  }

  .sm\:bg-blue-300\/90{
    background-color: rgb(147 197 253 / 0.9);
  }

  .sm\:bg-blue-300\/95{
    background-color: rgb(147 197 253 / 0.95);
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-400\/0{
    background-color: rgb(96 165 250 / 0);
  }

  .sm\:bg-blue-400\/10{
    background-color: rgb(96 165 250 / 0.1);
  }

  .sm\:bg-blue-400\/100{
    background-color: rgb(96 165 250 / 1);
  }

  .sm\:bg-blue-400\/15{
    background-color: rgb(96 165 250 / 0.15);
  }

  .sm\:bg-blue-400\/20{
    background-color: rgb(96 165 250 / 0.2);
  }

  .sm\:bg-blue-400\/25{
    background-color: rgb(96 165 250 / 0.25);
  }

  .sm\:bg-blue-400\/30{
    background-color: rgb(96 165 250 / 0.3);
  }

  .sm\:bg-blue-400\/35{
    background-color: rgb(96 165 250 / 0.35);
  }

  .sm\:bg-blue-400\/40{
    background-color: rgb(96 165 250 / 0.4);
  }

  .sm\:bg-blue-400\/45{
    background-color: rgb(96 165 250 / 0.45);
  }

  .sm\:bg-blue-400\/5{
    background-color: rgb(96 165 250 / 0.05);
  }

  .sm\:bg-blue-400\/50{
    background-color: rgb(96 165 250 / 0.5);
  }

  .sm\:bg-blue-400\/55{
    background-color: rgb(96 165 250 / 0.55);
  }

  .sm\:bg-blue-400\/60{
    background-color: rgb(96 165 250 / 0.6);
  }

  .sm\:bg-blue-400\/65{
    background-color: rgb(96 165 250 / 0.65);
  }

  .sm\:bg-blue-400\/70{
    background-color: rgb(96 165 250 / 0.7);
  }

  .sm\:bg-blue-400\/75{
    background-color: rgb(96 165 250 / 0.75);
  }

  .sm\:bg-blue-400\/80{
    background-color: rgb(96 165 250 / 0.8);
  }

  .sm\:bg-blue-400\/85{
    background-color: rgb(96 165 250 / 0.85);
  }

  .sm\:bg-blue-400\/90{
    background-color: rgb(96 165 250 / 0.9);
  }

  .sm\:bg-blue-400\/95{
    background-color: rgb(96 165 250 / 0.95);
  }

  .sm\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-50\/0{
    background-color: rgb(239 246 255 / 0);
  }

  .sm\:bg-blue-50\/10{
    background-color: rgb(239 246 255 / 0.1);
  }

  .sm\:bg-blue-50\/100{
    background-color: rgb(239 246 255 / 1);
  }

  .sm\:bg-blue-50\/15{
    background-color: rgb(239 246 255 / 0.15);
  }

  .sm\:bg-blue-50\/20{
    background-color: rgb(239 246 255 / 0.2);
  }

  .sm\:bg-blue-50\/25{
    background-color: rgb(239 246 255 / 0.25);
  }

  .sm\:bg-blue-50\/30{
    background-color: rgb(239 246 255 / 0.3);
  }

  .sm\:bg-blue-50\/35{
    background-color: rgb(239 246 255 / 0.35);
  }

  .sm\:bg-blue-50\/40{
    background-color: rgb(239 246 255 / 0.4);
  }

  .sm\:bg-blue-50\/45{
    background-color: rgb(239 246 255 / 0.45);
  }

  .sm\:bg-blue-50\/5{
    background-color: rgb(239 246 255 / 0.05);
  }

  .sm\:bg-blue-50\/50{
    background-color: rgb(239 246 255 / 0.5);
  }

  .sm\:bg-blue-50\/55{
    background-color: rgb(239 246 255 / 0.55);
  }

  .sm\:bg-blue-50\/60{
    background-color: rgb(239 246 255 / 0.6);
  }

  .sm\:bg-blue-50\/65{
    background-color: rgb(239 246 255 / 0.65);
  }

  .sm\:bg-blue-50\/70{
    background-color: rgb(239 246 255 / 0.7);
  }

  .sm\:bg-blue-50\/75{
    background-color: rgb(239 246 255 / 0.75);
  }

  .sm\:bg-blue-50\/80{
    background-color: rgb(239 246 255 / 0.8);
  }

  .sm\:bg-blue-50\/85{
    background-color: rgb(239 246 255 / 0.85);
  }

  .sm\:bg-blue-50\/90{
    background-color: rgb(239 246 255 / 0.9);
  }

  .sm\:bg-blue-50\/95{
    background-color: rgb(239 246 255 / 0.95);
  }

  .sm\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-500\/0{
    background-color: rgb(59 130 246 / 0);
  }

  .sm\:bg-blue-500\/10{
    background-color: rgb(59 130 246 / 0.1);
  }

  .sm\:bg-blue-500\/100{
    background-color: rgb(59 130 246 / 1);
  }

  .sm\:bg-blue-500\/15{
    background-color: rgb(59 130 246 / 0.15);
  }

  .sm\:bg-blue-500\/20{
    background-color: rgb(59 130 246 / 0.2);
  }

  .sm\:bg-blue-500\/25{
    background-color: rgb(59 130 246 / 0.25);
  }

  .sm\:bg-blue-500\/30{
    background-color: rgb(59 130 246 / 0.3);
  }

  .sm\:bg-blue-500\/35{
    background-color: rgb(59 130 246 / 0.35);
  }

  .sm\:bg-blue-500\/40{
    background-color: rgb(59 130 246 / 0.4);
  }

  .sm\:bg-blue-500\/45{
    background-color: rgb(59 130 246 / 0.45);
  }

  .sm\:bg-blue-500\/5{
    background-color: rgb(59 130 246 / 0.05);
  }

  .sm\:bg-blue-500\/50{
    background-color: rgb(59 130 246 / 0.5);
  }

  .sm\:bg-blue-500\/55{
    background-color: rgb(59 130 246 / 0.55);
  }

  .sm\:bg-blue-500\/60{
    background-color: rgb(59 130 246 / 0.6);
  }

  .sm\:bg-blue-500\/65{
    background-color: rgb(59 130 246 / 0.65);
  }

  .sm\:bg-blue-500\/70{
    background-color: rgb(59 130 246 / 0.7);
  }

  .sm\:bg-blue-500\/75{
    background-color: rgb(59 130 246 / 0.75);
  }

  .sm\:bg-blue-500\/80{
    background-color: rgb(59 130 246 / 0.8);
  }

  .sm\:bg-blue-500\/85{
    background-color: rgb(59 130 246 / 0.85);
  }

  .sm\:bg-blue-500\/90{
    background-color: rgb(59 130 246 / 0.9);
  }

  .sm\:bg-blue-500\/95{
    background-color: rgb(59 130 246 / 0.95);
  }

  .sm\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-600\/0{
    background-color: rgb(37 99 235 / 0);
  }

  .sm\:bg-blue-600\/10{
    background-color: rgb(37 99 235 / 0.1);
  }

  .sm\:bg-blue-600\/100{
    background-color: rgb(37 99 235 / 1);
  }

  .sm\:bg-blue-600\/15{
    background-color: rgb(37 99 235 / 0.15);
  }

  .sm\:bg-blue-600\/20{
    background-color: rgb(37 99 235 / 0.2);
  }

  .sm\:bg-blue-600\/25{
    background-color: rgb(37 99 235 / 0.25);
  }

  .sm\:bg-blue-600\/30{
    background-color: rgb(37 99 235 / 0.3);
  }

  .sm\:bg-blue-600\/35{
    background-color: rgb(37 99 235 / 0.35);
  }

  .sm\:bg-blue-600\/40{
    background-color: rgb(37 99 235 / 0.4);
  }

  .sm\:bg-blue-600\/45{
    background-color: rgb(37 99 235 / 0.45);
  }

  .sm\:bg-blue-600\/5{
    background-color: rgb(37 99 235 / 0.05);
  }

  .sm\:bg-blue-600\/50{
    background-color: rgb(37 99 235 / 0.5);
  }

  .sm\:bg-blue-600\/55{
    background-color: rgb(37 99 235 / 0.55);
  }

  .sm\:bg-blue-600\/60{
    background-color: rgb(37 99 235 / 0.6);
  }

  .sm\:bg-blue-600\/65{
    background-color: rgb(37 99 235 / 0.65);
  }

  .sm\:bg-blue-600\/70{
    background-color: rgb(37 99 235 / 0.7);
  }

  .sm\:bg-blue-600\/75{
    background-color: rgb(37 99 235 / 0.75);
  }

  .sm\:bg-blue-600\/80{
    background-color: rgb(37 99 235 / 0.8);
  }

  .sm\:bg-blue-600\/85{
    background-color: rgb(37 99 235 / 0.85);
  }

  .sm\:bg-blue-600\/90{
    background-color: rgb(37 99 235 / 0.9);
  }

  .sm\:bg-blue-600\/95{
    background-color: rgb(37 99 235 / 0.95);
  }

  .sm\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-700\/0{
    background-color: rgb(29 78 216 / 0);
  }

  .sm\:bg-blue-700\/10{
    background-color: rgb(29 78 216 / 0.1);
  }

  .sm\:bg-blue-700\/100{
    background-color: rgb(29 78 216 / 1);
  }

  .sm\:bg-blue-700\/15{
    background-color: rgb(29 78 216 / 0.15);
  }

  .sm\:bg-blue-700\/20{
    background-color: rgb(29 78 216 / 0.2);
  }

  .sm\:bg-blue-700\/25{
    background-color: rgb(29 78 216 / 0.25);
  }

  .sm\:bg-blue-700\/30{
    background-color: rgb(29 78 216 / 0.3);
  }

  .sm\:bg-blue-700\/35{
    background-color: rgb(29 78 216 / 0.35);
  }

  .sm\:bg-blue-700\/40{
    background-color: rgb(29 78 216 / 0.4);
  }

  .sm\:bg-blue-700\/45{
    background-color: rgb(29 78 216 / 0.45);
  }

  .sm\:bg-blue-700\/5{
    background-color: rgb(29 78 216 / 0.05);
  }

  .sm\:bg-blue-700\/50{
    background-color: rgb(29 78 216 / 0.5);
  }

  .sm\:bg-blue-700\/55{
    background-color: rgb(29 78 216 / 0.55);
  }

  .sm\:bg-blue-700\/60{
    background-color: rgb(29 78 216 / 0.6);
  }

  .sm\:bg-blue-700\/65{
    background-color: rgb(29 78 216 / 0.65);
  }

  .sm\:bg-blue-700\/70{
    background-color: rgb(29 78 216 / 0.7);
  }

  .sm\:bg-blue-700\/75{
    background-color: rgb(29 78 216 / 0.75);
  }

  .sm\:bg-blue-700\/80{
    background-color: rgb(29 78 216 / 0.8);
  }

  .sm\:bg-blue-700\/85{
    background-color: rgb(29 78 216 / 0.85);
  }

  .sm\:bg-blue-700\/90{
    background-color: rgb(29 78 216 / 0.9);
  }

  .sm\:bg-blue-700\/95{
    background-color: rgb(29 78 216 / 0.95);
  }

  .sm\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-800\/0{
    background-color: rgb(30 64 175 / 0);
  }

  .sm\:bg-blue-800\/10{
    background-color: rgb(30 64 175 / 0.1);
  }

  .sm\:bg-blue-800\/100{
    background-color: rgb(30 64 175 / 1);
  }

  .sm\:bg-blue-800\/15{
    background-color: rgb(30 64 175 / 0.15);
  }

  .sm\:bg-blue-800\/20{
    background-color: rgb(30 64 175 / 0.2);
  }

  .sm\:bg-blue-800\/25{
    background-color: rgb(30 64 175 / 0.25);
  }

  .sm\:bg-blue-800\/30{
    background-color: rgb(30 64 175 / 0.3);
  }

  .sm\:bg-blue-800\/35{
    background-color: rgb(30 64 175 / 0.35);
  }

  .sm\:bg-blue-800\/40{
    background-color: rgb(30 64 175 / 0.4);
  }

  .sm\:bg-blue-800\/45{
    background-color: rgb(30 64 175 / 0.45);
  }

  .sm\:bg-blue-800\/5{
    background-color: rgb(30 64 175 / 0.05);
  }

  .sm\:bg-blue-800\/50{
    background-color: rgb(30 64 175 / 0.5);
  }

  .sm\:bg-blue-800\/55{
    background-color: rgb(30 64 175 / 0.55);
  }

  .sm\:bg-blue-800\/60{
    background-color: rgb(30 64 175 / 0.6);
  }

  .sm\:bg-blue-800\/65{
    background-color: rgb(30 64 175 / 0.65);
  }

  .sm\:bg-blue-800\/70{
    background-color: rgb(30 64 175 / 0.7);
  }

  .sm\:bg-blue-800\/75{
    background-color: rgb(30 64 175 / 0.75);
  }

  .sm\:bg-blue-800\/80{
    background-color: rgb(30 64 175 / 0.8);
  }

  .sm\:bg-blue-800\/85{
    background-color: rgb(30 64 175 / 0.85);
  }

  .sm\:bg-blue-800\/90{
    background-color: rgb(30 64 175 / 0.9);
  }

  .sm\:bg-blue-800\/95{
    background-color: rgb(30 64 175 / 0.95);
  }

  .sm\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-900\/0{
    background-color: rgb(30 58 138 / 0);
  }

  .sm\:bg-blue-900\/10{
    background-color: rgb(30 58 138 / 0.1);
  }

  .sm\:bg-blue-900\/100{
    background-color: rgb(30 58 138 / 1);
  }

  .sm\:bg-blue-900\/15{
    background-color: rgb(30 58 138 / 0.15);
  }

  .sm\:bg-blue-900\/20{
    background-color: rgb(30 58 138 / 0.2);
  }

  .sm\:bg-blue-900\/25{
    background-color: rgb(30 58 138 / 0.25);
  }

  .sm\:bg-blue-900\/30{
    background-color: rgb(30 58 138 / 0.3);
  }

  .sm\:bg-blue-900\/35{
    background-color: rgb(30 58 138 / 0.35);
  }

  .sm\:bg-blue-900\/40{
    background-color: rgb(30 58 138 / 0.4);
  }

  .sm\:bg-blue-900\/45{
    background-color: rgb(30 58 138 / 0.45);
  }

  .sm\:bg-blue-900\/5{
    background-color: rgb(30 58 138 / 0.05);
  }

  .sm\:bg-blue-900\/50{
    background-color: rgb(30 58 138 / 0.5);
  }

  .sm\:bg-blue-900\/55{
    background-color: rgb(30 58 138 / 0.55);
  }

  .sm\:bg-blue-900\/60{
    background-color: rgb(30 58 138 / 0.6);
  }

  .sm\:bg-blue-900\/65{
    background-color: rgb(30 58 138 / 0.65);
  }

  .sm\:bg-blue-900\/70{
    background-color: rgb(30 58 138 / 0.7);
  }

  .sm\:bg-blue-900\/75{
    background-color: rgb(30 58 138 / 0.75);
  }

  .sm\:bg-blue-900\/80{
    background-color: rgb(30 58 138 / 0.8);
  }

  .sm\:bg-blue-900\/85{
    background-color: rgb(30 58 138 / 0.85);
  }

  .sm\:bg-blue-900\/90{
    background-color: rgb(30 58 138 / 0.9);
  }

  .sm\:bg-blue-900\/95{
    background-color: rgb(30 58 138 / 0.95);
  }

  .sm\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-blue-950\/0{
    background-color: rgb(23 37 84 / 0);
  }

  .sm\:bg-blue-950\/10{
    background-color: rgb(23 37 84 / 0.1);
  }

  .sm\:bg-blue-950\/100{
    background-color: rgb(23 37 84 / 1);
  }

  .sm\:bg-blue-950\/15{
    background-color: rgb(23 37 84 / 0.15);
  }

  .sm\:bg-blue-950\/20{
    background-color: rgb(23 37 84 / 0.2);
  }

  .sm\:bg-blue-950\/25{
    background-color: rgb(23 37 84 / 0.25);
  }

  .sm\:bg-blue-950\/30{
    background-color: rgb(23 37 84 / 0.3);
  }

  .sm\:bg-blue-950\/35{
    background-color: rgb(23 37 84 / 0.35);
  }

  .sm\:bg-blue-950\/40{
    background-color: rgb(23 37 84 / 0.4);
  }

  .sm\:bg-blue-950\/45{
    background-color: rgb(23 37 84 / 0.45);
  }

  .sm\:bg-blue-950\/5{
    background-color: rgb(23 37 84 / 0.05);
  }

  .sm\:bg-blue-950\/50{
    background-color: rgb(23 37 84 / 0.5);
  }

  .sm\:bg-blue-950\/55{
    background-color: rgb(23 37 84 / 0.55);
  }

  .sm\:bg-blue-950\/60{
    background-color: rgb(23 37 84 / 0.6);
  }

  .sm\:bg-blue-950\/65{
    background-color: rgb(23 37 84 / 0.65);
  }

  .sm\:bg-blue-950\/70{
    background-color: rgb(23 37 84 / 0.7);
  }

  .sm\:bg-blue-950\/75{
    background-color: rgb(23 37 84 / 0.75);
  }

  .sm\:bg-blue-950\/80{
    background-color: rgb(23 37 84 / 0.8);
  }

  .sm\:bg-blue-950\/85{
    background-color: rgb(23 37 84 / 0.85);
  }

  .sm\:bg-blue-950\/90{
    background-color: rgb(23 37 84 / 0.9);
  }

  .sm\:bg-blue-950\/95{
    background-color: rgb(23 37 84 / 0.95);
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-cyan-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-100\/0{
    background-color: rgb(207 250 254 / 0);
  }

  .sm\:bg-cyan-100\/10{
    background-color: rgb(207 250 254 / 0.1);
  }

  .sm\:bg-cyan-100\/100{
    background-color: rgb(207 250 254 / 1);
  }

  .sm\:bg-cyan-100\/15{
    background-color: rgb(207 250 254 / 0.15);
  }

  .sm\:bg-cyan-100\/20{
    background-color: rgb(207 250 254 / 0.2);
  }

  .sm\:bg-cyan-100\/25{
    background-color: rgb(207 250 254 / 0.25);
  }

  .sm\:bg-cyan-100\/30{
    background-color: rgb(207 250 254 / 0.3);
  }

  .sm\:bg-cyan-100\/35{
    background-color: rgb(207 250 254 / 0.35);
  }

  .sm\:bg-cyan-100\/40{
    background-color: rgb(207 250 254 / 0.4);
  }

  .sm\:bg-cyan-100\/45{
    background-color: rgb(207 250 254 / 0.45);
  }

  .sm\:bg-cyan-100\/5{
    background-color: rgb(207 250 254 / 0.05);
  }

  .sm\:bg-cyan-100\/50{
    background-color: rgb(207 250 254 / 0.5);
  }

  .sm\:bg-cyan-100\/55{
    background-color: rgb(207 250 254 / 0.55);
  }

  .sm\:bg-cyan-100\/60{
    background-color: rgb(207 250 254 / 0.6);
  }

  .sm\:bg-cyan-100\/65{
    background-color: rgb(207 250 254 / 0.65);
  }

  .sm\:bg-cyan-100\/70{
    background-color: rgb(207 250 254 / 0.7);
  }

  .sm\:bg-cyan-100\/75{
    background-color: rgb(207 250 254 / 0.75);
  }

  .sm\:bg-cyan-100\/80{
    background-color: rgb(207 250 254 / 0.8);
  }

  .sm\:bg-cyan-100\/85{
    background-color: rgb(207 250 254 / 0.85);
  }

  .sm\:bg-cyan-100\/90{
    background-color: rgb(207 250 254 / 0.9);
  }

  .sm\:bg-cyan-100\/95{
    background-color: rgb(207 250 254 / 0.95);
  }

  .sm\:bg-cyan-200{
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-200\/0{
    background-color: rgb(165 243 252 / 0);
  }

  .sm\:bg-cyan-200\/10{
    background-color: rgb(165 243 252 / 0.1);
  }

  .sm\:bg-cyan-200\/100{
    background-color: rgb(165 243 252 / 1);
  }

  .sm\:bg-cyan-200\/15{
    background-color: rgb(165 243 252 / 0.15);
  }

  .sm\:bg-cyan-200\/20{
    background-color: rgb(165 243 252 / 0.2);
  }

  .sm\:bg-cyan-200\/25{
    background-color: rgb(165 243 252 / 0.25);
  }

  .sm\:bg-cyan-200\/30{
    background-color: rgb(165 243 252 / 0.3);
  }

  .sm\:bg-cyan-200\/35{
    background-color: rgb(165 243 252 / 0.35);
  }

  .sm\:bg-cyan-200\/40{
    background-color: rgb(165 243 252 / 0.4);
  }

  .sm\:bg-cyan-200\/45{
    background-color: rgb(165 243 252 / 0.45);
  }

  .sm\:bg-cyan-200\/5{
    background-color: rgb(165 243 252 / 0.05);
  }

  .sm\:bg-cyan-200\/50{
    background-color: rgb(165 243 252 / 0.5);
  }

  .sm\:bg-cyan-200\/55{
    background-color: rgb(165 243 252 / 0.55);
  }

  .sm\:bg-cyan-200\/60{
    background-color: rgb(165 243 252 / 0.6);
  }

  .sm\:bg-cyan-200\/65{
    background-color: rgb(165 243 252 / 0.65);
  }

  .sm\:bg-cyan-200\/70{
    background-color: rgb(165 243 252 / 0.7);
  }

  .sm\:bg-cyan-200\/75{
    background-color: rgb(165 243 252 / 0.75);
  }

  .sm\:bg-cyan-200\/80{
    background-color: rgb(165 243 252 / 0.8);
  }

  .sm\:bg-cyan-200\/85{
    background-color: rgb(165 243 252 / 0.85);
  }

  .sm\:bg-cyan-200\/90{
    background-color: rgb(165 243 252 / 0.9);
  }

  .sm\:bg-cyan-200\/95{
    background-color: rgb(165 243 252 / 0.95);
  }

  .sm\:bg-cyan-300{
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-300\/0{
    background-color: rgb(103 232 249 / 0);
  }

  .sm\:bg-cyan-300\/10{
    background-color: rgb(103 232 249 / 0.1);
  }

  .sm\:bg-cyan-300\/100{
    background-color: rgb(103 232 249 / 1);
  }

  .sm\:bg-cyan-300\/15{
    background-color: rgb(103 232 249 / 0.15);
  }

  .sm\:bg-cyan-300\/20{
    background-color: rgb(103 232 249 / 0.2);
  }

  .sm\:bg-cyan-300\/25{
    background-color: rgb(103 232 249 / 0.25);
  }

  .sm\:bg-cyan-300\/30{
    background-color: rgb(103 232 249 / 0.3);
  }

  .sm\:bg-cyan-300\/35{
    background-color: rgb(103 232 249 / 0.35);
  }

  .sm\:bg-cyan-300\/40{
    background-color: rgb(103 232 249 / 0.4);
  }

  .sm\:bg-cyan-300\/45{
    background-color: rgb(103 232 249 / 0.45);
  }

  .sm\:bg-cyan-300\/5{
    background-color: rgb(103 232 249 / 0.05);
  }

  .sm\:bg-cyan-300\/50{
    background-color: rgb(103 232 249 / 0.5);
  }

  .sm\:bg-cyan-300\/55{
    background-color: rgb(103 232 249 / 0.55);
  }

  .sm\:bg-cyan-300\/60{
    background-color: rgb(103 232 249 / 0.6);
  }

  .sm\:bg-cyan-300\/65{
    background-color: rgb(103 232 249 / 0.65);
  }

  .sm\:bg-cyan-300\/70{
    background-color: rgb(103 232 249 / 0.7);
  }

  .sm\:bg-cyan-300\/75{
    background-color: rgb(103 232 249 / 0.75);
  }

  .sm\:bg-cyan-300\/80{
    background-color: rgb(103 232 249 / 0.8);
  }

  .sm\:bg-cyan-300\/85{
    background-color: rgb(103 232 249 / 0.85);
  }

  .sm\:bg-cyan-300\/90{
    background-color: rgb(103 232 249 / 0.9);
  }

  .sm\:bg-cyan-300\/95{
    background-color: rgb(103 232 249 / 0.95);
  }

  .sm\:bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-400\/0{
    background-color: rgb(34 211 238 / 0);
  }

  .sm\:bg-cyan-400\/10{
    background-color: rgb(34 211 238 / 0.1);
  }

  .sm\:bg-cyan-400\/100{
    background-color: rgb(34 211 238 / 1);
  }

  .sm\:bg-cyan-400\/15{
    background-color: rgb(34 211 238 / 0.15);
  }

  .sm\:bg-cyan-400\/20{
    background-color: rgb(34 211 238 / 0.2);
  }

  .sm\:bg-cyan-400\/25{
    background-color: rgb(34 211 238 / 0.25);
  }

  .sm\:bg-cyan-400\/30{
    background-color: rgb(34 211 238 / 0.3);
  }

  .sm\:bg-cyan-400\/35{
    background-color: rgb(34 211 238 / 0.35);
  }

  .sm\:bg-cyan-400\/40{
    background-color: rgb(34 211 238 / 0.4);
  }

  .sm\:bg-cyan-400\/45{
    background-color: rgb(34 211 238 / 0.45);
  }

  .sm\:bg-cyan-400\/5{
    background-color: rgb(34 211 238 / 0.05);
  }

  .sm\:bg-cyan-400\/50{
    background-color: rgb(34 211 238 / 0.5);
  }

  .sm\:bg-cyan-400\/55{
    background-color: rgb(34 211 238 / 0.55);
  }

  .sm\:bg-cyan-400\/60{
    background-color: rgb(34 211 238 / 0.6);
  }

  .sm\:bg-cyan-400\/65{
    background-color: rgb(34 211 238 / 0.65);
  }

  .sm\:bg-cyan-400\/70{
    background-color: rgb(34 211 238 / 0.7);
  }

  .sm\:bg-cyan-400\/75{
    background-color: rgb(34 211 238 / 0.75);
  }

  .sm\:bg-cyan-400\/80{
    background-color: rgb(34 211 238 / 0.8);
  }

  .sm\:bg-cyan-400\/85{
    background-color: rgb(34 211 238 / 0.85);
  }

  .sm\:bg-cyan-400\/90{
    background-color: rgb(34 211 238 / 0.9);
  }

  .sm\:bg-cyan-400\/95{
    background-color: rgb(34 211 238 / 0.95);
  }

  .sm\:bg-cyan-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-50\/0{
    background-color: rgb(236 254 255 / 0);
  }

  .sm\:bg-cyan-50\/10{
    background-color: rgb(236 254 255 / 0.1);
  }

  .sm\:bg-cyan-50\/100{
    background-color: rgb(236 254 255 / 1);
  }

  .sm\:bg-cyan-50\/15{
    background-color: rgb(236 254 255 / 0.15);
  }

  .sm\:bg-cyan-50\/20{
    background-color: rgb(236 254 255 / 0.2);
  }

  .sm\:bg-cyan-50\/25{
    background-color: rgb(236 254 255 / 0.25);
  }

  .sm\:bg-cyan-50\/30{
    background-color: rgb(236 254 255 / 0.3);
  }

  .sm\:bg-cyan-50\/35{
    background-color: rgb(236 254 255 / 0.35);
  }

  .sm\:bg-cyan-50\/40{
    background-color: rgb(236 254 255 / 0.4);
  }

  .sm\:bg-cyan-50\/45{
    background-color: rgb(236 254 255 / 0.45);
  }

  .sm\:bg-cyan-50\/5{
    background-color: rgb(236 254 255 / 0.05);
  }

  .sm\:bg-cyan-50\/50{
    background-color: rgb(236 254 255 / 0.5);
  }

  .sm\:bg-cyan-50\/55{
    background-color: rgb(236 254 255 / 0.55);
  }

  .sm\:bg-cyan-50\/60{
    background-color: rgb(236 254 255 / 0.6);
  }

  .sm\:bg-cyan-50\/65{
    background-color: rgb(236 254 255 / 0.65);
  }

  .sm\:bg-cyan-50\/70{
    background-color: rgb(236 254 255 / 0.7);
  }

  .sm\:bg-cyan-50\/75{
    background-color: rgb(236 254 255 / 0.75);
  }

  .sm\:bg-cyan-50\/80{
    background-color: rgb(236 254 255 / 0.8);
  }

  .sm\:bg-cyan-50\/85{
    background-color: rgb(236 254 255 / 0.85);
  }

  .sm\:bg-cyan-50\/90{
    background-color: rgb(236 254 255 / 0.9);
  }

  .sm\:bg-cyan-50\/95{
    background-color: rgb(236 254 255 / 0.95);
  }

  .sm\:bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-500\/0{
    background-color: rgb(6 182 212 / 0);
  }

  .sm\:bg-cyan-500\/10{
    background-color: rgb(6 182 212 / 0.1);
  }

  .sm\:bg-cyan-500\/100{
    background-color: rgb(6 182 212 / 1);
  }

  .sm\:bg-cyan-500\/15{
    background-color: rgb(6 182 212 / 0.15);
  }

  .sm\:bg-cyan-500\/20{
    background-color: rgb(6 182 212 / 0.2);
  }

  .sm\:bg-cyan-500\/25{
    background-color: rgb(6 182 212 / 0.25);
  }

  .sm\:bg-cyan-500\/30{
    background-color: rgb(6 182 212 / 0.3);
  }

  .sm\:bg-cyan-500\/35{
    background-color: rgb(6 182 212 / 0.35);
  }

  .sm\:bg-cyan-500\/40{
    background-color: rgb(6 182 212 / 0.4);
  }

  .sm\:bg-cyan-500\/45{
    background-color: rgb(6 182 212 / 0.45);
  }

  .sm\:bg-cyan-500\/5{
    background-color: rgb(6 182 212 / 0.05);
  }

  .sm\:bg-cyan-500\/50{
    background-color: rgb(6 182 212 / 0.5);
  }

  .sm\:bg-cyan-500\/55{
    background-color: rgb(6 182 212 / 0.55);
  }

  .sm\:bg-cyan-500\/60{
    background-color: rgb(6 182 212 / 0.6);
  }

  .sm\:bg-cyan-500\/65{
    background-color: rgb(6 182 212 / 0.65);
  }

  .sm\:bg-cyan-500\/70{
    background-color: rgb(6 182 212 / 0.7);
  }

  .sm\:bg-cyan-500\/75{
    background-color: rgb(6 182 212 / 0.75);
  }

  .sm\:bg-cyan-500\/80{
    background-color: rgb(6 182 212 / 0.8);
  }

  .sm\:bg-cyan-500\/85{
    background-color: rgb(6 182 212 / 0.85);
  }

  .sm\:bg-cyan-500\/90{
    background-color: rgb(6 182 212 / 0.9);
  }

  .sm\:bg-cyan-500\/95{
    background-color: rgb(6 182 212 / 0.95);
  }

  .sm\:bg-cyan-600{
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-600\/0{
    background-color: rgb(8 145 178 / 0);
  }

  .sm\:bg-cyan-600\/10{
    background-color: rgb(8 145 178 / 0.1);
  }

  .sm\:bg-cyan-600\/100{
    background-color: rgb(8 145 178 / 1);
  }

  .sm\:bg-cyan-600\/15{
    background-color: rgb(8 145 178 / 0.15);
  }

  .sm\:bg-cyan-600\/20{
    background-color: rgb(8 145 178 / 0.2);
  }

  .sm\:bg-cyan-600\/25{
    background-color: rgb(8 145 178 / 0.25);
  }

  .sm\:bg-cyan-600\/30{
    background-color: rgb(8 145 178 / 0.3);
  }

  .sm\:bg-cyan-600\/35{
    background-color: rgb(8 145 178 / 0.35);
  }

  .sm\:bg-cyan-600\/40{
    background-color: rgb(8 145 178 / 0.4);
  }

  .sm\:bg-cyan-600\/45{
    background-color: rgb(8 145 178 / 0.45);
  }

  .sm\:bg-cyan-600\/5{
    background-color: rgb(8 145 178 / 0.05);
  }

  .sm\:bg-cyan-600\/50{
    background-color: rgb(8 145 178 / 0.5);
  }

  .sm\:bg-cyan-600\/55{
    background-color: rgb(8 145 178 / 0.55);
  }

  .sm\:bg-cyan-600\/60{
    background-color: rgb(8 145 178 / 0.6);
  }

  .sm\:bg-cyan-600\/65{
    background-color: rgb(8 145 178 / 0.65);
  }

  .sm\:bg-cyan-600\/70{
    background-color: rgb(8 145 178 / 0.7);
  }

  .sm\:bg-cyan-600\/75{
    background-color: rgb(8 145 178 / 0.75);
  }

  .sm\:bg-cyan-600\/80{
    background-color: rgb(8 145 178 / 0.8);
  }

  .sm\:bg-cyan-600\/85{
    background-color: rgb(8 145 178 / 0.85);
  }

  .sm\:bg-cyan-600\/90{
    background-color: rgb(8 145 178 / 0.9);
  }

  .sm\:bg-cyan-600\/95{
    background-color: rgb(8 145 178 / 0.95);
  }

  .sm\:bg-cyan-700{
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-700\/0{
    background-color: rgb(14 116 144 / 0);
  }

  .sm\:bg-cyan-700\/10{
    background-color: rgb(14 116 144 / 0.1);
  }

  .sm\:bg-cyan-700\/100{
    background-color: rgb(14 116 144 / 1);
  }

  .sm\:bg-cyan-700\/15{
    background-color: rgb(14 116 144 / 0.15);
  }

  .sm\:bg-cyan-700\/20{
    background-color: rgb(14 116 144 / 0.2);
  }

  .sm\:bg-cyan-700\/25{
    background-color: rgb(14 116 144 / 0.25);
  }

  .sm\:bg-cyan-700\/30{
    background-color: rgb(14 116 144 / 0.3);
  }

  .sm\:bg-cyan-700\/35{
    background-color: rgb(14 116 144 / 0.35);
  }

  .sm\:bg-cyan-700\/40{
    background-color: rgb(14 116 144 / 0.4);
  }

  .sm\:bg-cyan-700\/45{
    background-color: rgb(14 116 144 / 0.45);
  }

  .sm\:bg-cyan-700\/5{
    background-color: rgb(14 116 144 / 0.05);
  }

  .sm\:bg-cyan-700\/50{
    background-color: rgb(14 116 144 / 0.5);
  }

  .sm\:bg-cyan-700\/55{
    background-color: rgb(14 116 144 / 0.55);
  }

  .sm\:bg-cyan-700\/60{
    background-color: rgb(14 116 144 / 0.6);
  }

  .sm\:bg-cyan-700\/65{
    background-color: rgb(14 116 144 / 0.65);
  }

  .sm\:bg-cyan-700\/70{
    background-color: rgb(14 116 144 / 0.7);
  }

  .sm\:bg-cyan-700\/75{
    background-color: rgb(14 116 144 / 0.75);
  }

  .sm\:bg-cyan-700\/80{
    background-color: rgb(14 116 144 / 0.8);
  }

  .sm\:bg-cyan-700\/85{
    background-color: rgb(14 116 144 / 0.85);
  }

  .sm\:bg-cyan-700\/90{
    background-color: rgb(14 116 144 / 0.9);
  }

  .sm\:bg-cyan-700\/95{
    background-color: rgb(14 116 144 / 0.95);
  }

  .sm\:bg-cyan-800{
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-800\/0{
    background-color: rgb(21 94 117 / 0);
  }

  .sm\:bg-cyan-800\/10{
    background-color: rgb(21 94 117 / 0.1);
  }

  .sm\:bg-cyan-800\/100{
    background-color: rgb(21 94 117 / 1);
  }

  .sm\:bg-cyan-800\/15{
    background-color: rgb(21 94 117 / 0.15);
  }

  .sm\:bg-cyan-800\/20{
    background-color: rgb(21 94 117 / 0.2);
  }

  .sm\:bg-cyan-800\/25{
    background-color: rgb(21 94 117 / 0.25);
  }

  .sm\:bg-cyan-800\/30{
    background-color: rgb(21 94 117 / 0.3);
  }

  .sm\:bg-cyan-800\/35{
    background-color: rgb(21 94 117 / 0.35);
  }

  .sm\:bg-cyan-800\/40{
    background-color: rgb(21 94 117 / 0.4);
  }

  .sm\:bg-cyan-800\/45{
    background-color: rgb(21 94 117 / 0.45);
  }

  .sm\:bg-cyan-800\/5{
    background-color: rgb(21 94 117 / 0.05);
  }

  .sm\:bg-cyan-800\/50{
    background-color: rgb(21 94 117 / 0.5);
  }

  .sm\:bg-cyan-800\/55{
    background-color: rgb(21 94 117 / 0.55);
  }

  .sm\:bg-cyan-800\/60{
    background-color: rgb(21 94 117 / 0.6);
  }

  .sm\:bg-cyan-800\/65{
    background-color: rgb(21 94 117 / 0.65);
  }

  .sm\:bg-cyan-800\/70{
    background-color: rgb(21 94 117 / 0.7);
  }

  .sm\:bg-cyan-800\/75{
    background-color: rgb(21 94 117 / 0.75);
  }

  .sm\:bg-cyan-800\/80{
    background-color: rgb(21 94 117 / 0.8);
  }

  .sm\:bg-cyan-800\/85{
    background-color: rgb(21 94 117 / 0.85);
  }

  .sm\:bg-cyan-800\/90{
    background-color: rgb(21 94 117 / 0.9);
  }

  .sm\:bg-cyan-800\/95{
    background-color: rgb(21 94 117 / 0.95);
  }

  .sm\:bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-900\/0{
    background-color: rgb(22 78 99 / 0);
  }

  .sm\:bg-cyan-900\/10{
    background-color: rgb(22 78 99 / 0.1);
  }

  .sm\:bg-cyan-900\/100{
    background-color: rgb(22 78 99 / 1);
  }

  .sm\:bg-cyan-900\/15{
    background-color: rgb(22 78 99 / 0.15);
  }

  .sm\:bg-cyan-900\/20{
    background-color: rgb(22 78 99 / 0.2);
  }

  .sm\:bg-cyan-900\/25{
    background-color: rgb(22 78 99 / 0.25);
  }

  .sm\:bg-cyan-900\/30{
    background-color: rgb(22 78 99 / 0.3);
  }

  .sm\:bg-cyan-900\/35{
    background-color: rgb(22 78 99 / 0.35);
  }

  .sm\:bg-cyan-900\/40{
    background-color: rgb(22 78 99 / 0.4);
  }

  .sm\:bg-cyan-900\/45{
    background-color: rgb(22 78 99 / 0.45);
  }

  .sm\:bg-cyan-900\/5{
    background-color: rgb(22 78 99 / 0.05);
  }

  .sm\:bg-cyan-900\/50{
    background-color: rgb(22 78 99 / 0.5);
  }

  .sm\:bg-cyan-900\/55{
    background-color: rgb(22 78 99 / 0.55);
  }

  .sm\:bg-cyan-900\/60{
    background-color: rgb(22 78 99 / 0.6);
  }

  .sm\:bg-cyan-900\/65{
    background-color: rgb(22 78 99 / 0.65);
  }

  .sm\:bg-cyan-900\/70{
    background-color: rgb(22 78 99 / 0.7);
  }

  .sm\:bg-cyan-900\/75{
    background-color: rgb(22 78 99 / 0.75);
  }

  .sm\:bg-cyan-900\/80{
    background-color: rgb(22 78 99 / 0.8);
  }

  .sm\:bg-cyan-900\/85{
    background-color: rgb(22 78 99 / 0.85);
  }

  .sm\:bg-cyan-900\/90{
    background-color: rgb(22 78 99 / 0.9);
  }

  .sm\:bg-cyan-900\/95{
    background-color: rgb(22 78 99 / 0.95);
  }

  .sm\:bg-cyan-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-cyan-950\/0{
    background-color: rgb(8 51 68 / 0);
  }

  .sm\:bg-cyan-950\/10{
    background-color: rgb(8 51 68 / 0.1);
  }

  .sm\:bg-cyan-950\/100{
    background-color: rgb(8 51 68 / 1);
  }

  .sm\:bg-cyan-950\/15{
    background-color: rgb(8 51 68 / 0.15);
  }

  .sm\:bg-cyan-950\/20{
    background-color: rgb(8 51 68 / 0.2);
  }

  .sm\:bg-cyan-950\/25{
    background-color: rgb(8 51 68 / 0.25);
  }

  .sm\:bg-cyan-950\/30{
    background-color: rgb(8 51 68 / 0.3);
  }

  .sm\:bg-cyan-950\/35{
    background-color: rgb(8 51 68 / 0.35);
  }

  .sm\:bg-cyan-950\/40{
    background-color: rgb(8 51 68 / 0.4);
  }

  .sm\:bg-cyan-950\/45{
    background-color: rgb(8 51 68 / 0.45);
  }

  .sm\:bg-cyan-950\/5{
    background-color: rgb(8 51 68 / 0.05);
  }

  .sm\:bg-cyan-950\/50{
    background-color: rgb(8 51 68 / 0.5);
  }

  .sm\:bg-cyan-950\/55{
    background-color: rgb(8 51 68 / 0.55);
  }

  .sm\:bg-cyan-950\/60{
    background-color: rgb(8 51 68 / 0.6);
  }

  .sm\:bg-cyan-950\/65{
    background-color: rgb(8 51 68 / 0.65);
  }

  .sm\:bg-cyan-950\/70{
    background-color: rgb(8 51 68 / 0.7);
  }

  .sm\:bg-cyan-950\/75{
    background-color: rgb(8 51 68 / 0.75);
  }

  .sm\:bg-cyan-950\/80{
    background-color: rgb(8 51 68 / 0.8);
  }

  .sm\:bg-cyan-950\/85{
    background-color: rgb(8 51 68 / 0.85);
  }

  .sm\:bg-cyan-950\/90{
    background-color: rgb(8 51 68 / 0.9);
  }

  .sm\:bg-cyan-950\/95{
    background-color: rgb(8 51 68 / 0.95);
  }

  .sm\:bg-darkGreen{
    --tw-bg-opacity: 1;
    background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-darkGreen\/0{
    background-color: rgb(113 229 201 / 0);
  }

  .sm\:bg-darkGreen\/10{
    background-color: rgb(113 229 201 / 0.1);
  }

  .sm\:bg-darkGreen\/100{
    background-color: rgb(113 229 201 / 1);
  }

  .sm\:bg-darkGreen\/15{
    background-color: rgb(113 229 201 / 0.15);
  }

  .sm\:bg-darkGreen\/20{
    background-color: rgb(113 229 201 / 0.2);
  }

  .sm\:bg-darkGreen\/25{
    background-color: rgb(113 229 201 / 0.25);
  }

  .sm\:bg-darkGreen\/30{
    background-color: rgb(113 229 201 / 0.3);
  }

  .sm\:bg-darkGreen\/35{
    background-color: rgb(113 229 201 / 0.35);
  }

  .sm\:bg-darkGreen\/40{
    background-color: rgb(113 229 201 / 0.4);
  }

  .sm\:bg-darkGreen\/45{
    background-color: rgb(113 229 201 / 0.45);
  }

  .sm\:bg-darkGreen\/5{
    background-color: rgb(113 229 201 / 0.05);
  }

  .sm\:bg-darkGreen\/50{
    background-color: rgb(113 229 201 / 0.5);
  }

  .sm\:bg-darkGreen\/55{
    background-color: rgb(113 229 201 / 0.55);
  }

  .sm\:bg-darkGreen\/60{
    background-color: rgb(113 229 201 / 0.6);
  }

  .sm\:bg-darkGreen\/65{
    background-color: rgb(113 229 201 / 0.65);
  }

  .sm\:bg-darkGreen\/70{
    background-color: rgb(113 229 201 / 0.7);
  }

  .sm\:bg-darkGreen\/75{
    background-color: rgb(113 229 201 / 0.75);
  }

  .sm\:bg-darkGreen\/80{
    background-color: rgb(113 229 201 / 0.8);
  }

  .sm\:bg-darkGreen\/85{
    background-color: rgb(113 229 201 / 0.85);
  }

  .sm\:bg-darkGreen\/90{
    background-color: rgb(113 229 201 / 0.9);
  }

  .sm\:bg-darkGreen\/95{
    background-color: rgb(113 229 201 / 0.95);
  }

  .sm\:bg-emerald-100{
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-100\/0{
    background-color: rgb(209 250 229 / 0);
  }

  .sm\:bg-emerald-100\/10{
    background-color: rgb(209 250 229 / 0.1);
  }

  .sm\:bg-emerald-100\/100{
    background-color: rgb(209 250 229 / 1);
  }

  .sm\:bg-emerald-100\/15{
    background-color: rgb(209 250 229 / 0.15);
  }

  .sm\:bg-emerald-100\/20{
    background-color: rgb(209 250 229 / 0.2);
  }

  .sm\:bg-emerald-100\/25{
    background-color: rgb(209 250 229 / 0.25);
  }

  .sm\:bg-emerald-100\/30{
    background-color: rgb(209 250 229 / 0.3);
  }

  .sm\:bg-emerald-100\/35{
    background-color: rgb(209 250 229 / 0.35);
  }

  .sm\:bg-emerald-100\/40{
    background-color: rgb(209 250 229 / 0.4);
  }

  .sm\:bg-emerald-100\/45{
    background-color: rgb(209 250 229 / 0.45);
  }

  .sm\:bg-emerald-100\/5{
    background-color: rgb(209 250 229 / 0.05);
  }

  .sm\:bg-emerald-100\/50{
    background-color: rgb(209 250 229 / 0.5);
  }

  .sm\:bg-emerald-100\/55{
    background-color: rgb(209 250 229 / 0.55);
  }

  .sm\:bg-emerald-100\/60{
    background-color: rgb(209 250 229 / 0.6);
  }

  .sm\:bg-emerald-100\/65{
    background-color: rgb(209 250 229 / 0.65);
  }

  .sm\:bg-emerald-100\/70{
    background-color: rgb(209 250 229 / 0.7);
  }

  .sm\:bg-emerald-100\/75{
    background-color: rgb(209 250 229 / 0.75);
  }

  .sm\:bg-emerald-100\/80{
    background-color: rgb(209 250 229 / 0.8);
  }

  .sm\:bg-emerald-100\/85{
    background-color: rgb(209 250 229 / 0.85);
  }

  .sm\:bg-emerald-100\/90{
    background-color: rgb(209 250 229 / 0.9);
  }

  .sm\:bg-emerald-100\/95{
    background-color: rgb(209 250 229 / 0.95);
  }

  .sm\:bg-emerald-200{
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-200\/0{
    background-color: rgb(167 243 208 / 0);
  }

  .sm\:bg-emerald-200\/10{
    background-color: rgb(167 243 208 / 0.1);
  }

  .sm\:bg-emerald-200\/100{
    background-color: rgb(167 243 208 / 1);
  }

  .sm\:bg-emerald-200\/15{
    background-color: rgb(167 243 208 / 0.15);
  }

  .sm\:bg-emerald-200\/20{
    background-color: rgb(167 243 208 / 0.2);
  }

  .sm\:bg-emerald-200\/25{
    background-color: rgb(167 243 208 / 0.25);
  }

  .sm\:bg-emerald-200\/30{
    background-color: rgb(167 243 208 / 0.3);
  }

  .sm\:bg-emerald-200\/35{
    background-color: rgb(167 243 208 / 0.35);
  }

  .sm\:bg-emerald-200\/40{
    background-color: rgb(167 243 208 / 0.4);
  }

  .sm\:bg-emerald-200\/45{
    background-color: rgb(167 243 208 / 0.45);
  }

  .sm\:bg-emerald-200\/5{
    background-color: rgb(167 243 208 / 0.05);
  }

  .sm\:bg-emerald-200\/50{
    background-color: rgb(167 243 208 / 0.5);
  }

  .sm\:bg-emerald-200\/55{
    background-color: rgb(167 243 208 / 0.55);
  }

  .sm\:bg-emerald-200\/60{
    background-color: rgb(167 243 208 / 0.6);
  }

  .sm\:bg-emerald-200\/65{
    background-color: rgb(167 243 208 / 0.65);
  }

  .sm\:bg-emerald-200\/70{
    background-color: rgb(167 243 208 / 0.7);
  }

  .sm\:bg-emerald-200\/75{
    background-color: rgb(167 243 208 / 0.75);
  }

  .sm\:bg-emerald-200\/80{
    background-color: rgb(167 243 208 / 0.8);
  }

  .sm\:bg-emerald-200\/85{
    background-color: rgb(167 243 208 / 0.85);
  }

  .sm\:bg-emerald-200\/90{
    background-color: rgb(167 243 208 / 0.9);
  }

  .sm\:bg-emerald-200\/95{
    background-color: rgb(167 243 208 / 0.95);
  }

  .sm\:bg-emerald-300{
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-300\/0{
    background-color: rgb(110 231 183 / 0);
  }

  .sm\:bg-emerald-300\/10{
    background-color: rgb(110 231 183 / 0.1);
  }

  .sm\:bg-emerald-300\/100{
    background-color: rgb(110 231 183 / 1);
  }

  .sm\:bg-emerald-300\/15{
    background-color: rgb(110 231 183 / 0.15);
  }

  .sm\:bg-emerald-300\/20{
    background-color: rgb(110 231 183 / 0.2);
  }

  .sm\:bg-emerald-300\/25{
    background-color: rgb(110 231 183 / 0.25);
  }

  .sm\:bg-emerald-300\/30{
    background-color: rgb(110 231 183 / 0.3);
  }

  .sm\:bg-emerald-300\/35{
    background-color: rgb(110 231 183 / 0.35);
  }

  .sm\:bg-emerald-300\/40{
    background-color: rgb(110 231 183 / 0.4);
  }

  .sm\:bg-emerald-300\/45{
    background-color: rgb(110 231 183 / 0.45);
  }

  .sm\:bg-emerald-300\/5{
    background-color: rgb(110 231 183 / 0.05);
  }

  .sm\:bg-emerald-300\/50{
    background-color: rgb(110 231 183 / 0.5);
  }

  .sm\:bg-emerald-300\/55{
    background-color: rgb(110 231 183 / 0.55);
  }

  .sm\:bg-emerald-300\/60{
    background-color: rgb(110 231 183 / 0.6);
  }

  .sm\:bg-emerald-300\/65{
    background-color: rgb(110 231 183 / 0.65);
  }

  .sm\:bg-emerald-300\/70{
    background-color: rgb(110 231 183 / 0.7);
  }

  .sm\:bg-emerald-300\/75{
    background-color: rgb(110 231 183 / 0.75);
  }

  .sm\:bg-emerald-300\/80{
    background-color: rgb(110 231 183 / 0.8);
  }

  .sm\:bg-emerald-300\/85{
    background-color: rgb(110 231 183 / 0.85);
  }

  .sm\:bg-emerald-300\/90{
    background-color: rgb(110 231 183 / 0.9);
  }

  .sm\:bg-emerald-300\/95{
    background-color: rgb(110 231 183 / 0.95);
  }

  .sm\:bg-emerald-400{
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-400\/0{
    background-color: rgb(52 211 153 / 0);
  }

  .sm\:bg-emerald-400\/10{
    background-color: rgb(52 211 153 / 0.1);
  }

  .sm\:bg-emerald-400\/100{
    background-color: rgb(52 211 153 / 1);
  }

  .sm\:bg-emerald-400\/15{
    background-color: rgb(52 211 153 / 0.15);
  }

  .sm\:bg-emerald-400\/20{
    background-color: rgb(52 211 153 / 0.2);
  }

  .sm\:bg-emerald-400\/25{
    background-color: rgb(52 211 153 / 0.25);
  }

  .sm\:bg-emerald-400\/30{
    background-color: rgb(52 211 153 / 0.3);
  }

  .sm\:bg-emerald-400\/35{
    background-color: rgb(52 211 153 / 0.35);
  }

  .sm\:bg-emerald-400\/40{
    background-color: rgb(52 211 153 / 0.4);
  }

  .sm\:bg-emerald-400\/45{
    background-color: rgb(52 211 153 / 0.45);
  }

  .sm\:bg-emerald-400\/5{
    background-color: rgb(52 211 153 / 0.05);
  }

  .sm\:bg-emerald-400\/50{
    background-color: rgb(52 211 153 / 0.5);
  }

  .sm\:bg-emerald-400\/55{
    background-color: rgb(52 211 153 / 0.55);
  }

  .sm\:bg-emerald-400\/60{
    background-color: rgb(52 211 153 / 0.6);
  }

  .sm\:bg-emerald-400\/65{
    background-color: rgb(52 211 153 / 0.65);
  }

  .sm\:bg-emerald-400\/70{
    background-color: rgb(52 211 153 / 0.7);
  }

  .sm\:bg-emerald-400\/75{
    background-color: rgb(52 211 153 / 0.75);
  }

  .sm\:bg-emerald-400\/80{
    background-color: rgb(52 211 153 / 0.8);
  }

  .sm\:bg-emerald-400\/85{
    background-color: rgb(52 211 153 / 0.85);
  }

  .sm\:bg-emerald-400\/90{
    background-color: rgb(52 211 153 / 0.9);
  }

  .sm\:bg-emerald-400\/95{
    background-color: rgb(52 211 153 / 0.95);
  }

  .sm\:bg-emerald-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-50\/0{
    background-color: rgb(236 253 245 / 0);
  }

  .sm\:bg-emerald-50\/10{
    background-color: rgb(236 253 245 / 0.1);
  }

  .sm\:bg-emerald-50\/100{
    background-color: rgb(236 253 245 / 1);
  }

  .sm\:bg-emerald-50\/15{
    background-color: rgb(236 253 245 / 0.15);
  }

  .sm\:bg-emerald-50\/20{
    background-color: rgb(236 253 245 / 0.2);
  }

  .sm\:bg-emerald-50\/25{
    background-color: rgb(236 253 245 / 0.25);
  }

  .sm\:bg-emerald-50\/30{
    background-color: rgb(236 253 245 / 0.3);
  }

  .sm\:bg-emerald-50\/35{
    background-color: rgb(236 253 245 / 0.35);
  }

  .sm\:bg-emerald-50\/40{
    background-color: rgb(236 253 245 / 0.4);
  }

  .sm\:bg-emerald-50\/45{
    background-color: rgb(236 253 245 / 0.45);
  }

  .sm\:bg-emerald-50\/5{
    background-color: rgb(236 253 245 / 0.05);
  }

  .sm\:bg-emerald-50\/50{
    background-color: rgb(236 253 245 / 0.5);
  }

  .sm\:bg-emerald-50\/55{
    background-color: rgb(236 253 245 / 0.55);
  }

  .sm\:bg-emerald-50\/60{
    background-color: rgb(236 253 245 / 0.6);
  }

  .sm\:bg-emerald-50\/65{
    background-color: rgb(236 253 245 / 0.65);
  }

  .sm\:bg-emerald-50\/70{
    background-color: rgb(236 253 245 / 0.7);
  }

  .sm\:bg-emerald-50\/75{
    background-color: rgb(236 253 245 / 0.75);
  }

  .sm\:bg-emerald-50\/80{
    background-color: rgb(236 253 245 / 0.8);
  }

  .sm\:bg-emerald-50\/85{
    background-color: rgb(236 253 245 / 0.85);
  }

  .sm\:bg-emerald-50\/90{
    background-color: rgb(236 253 245 / 0.9);
  }

  .sm\:bg-emerald-50\/95{
    background-color: rgb(236 253 245 / 0.95);
  }

  .sm\:bg-emerald-500{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-500\/0{
    background-color: rgb(16 185 129 / 0);
  }

  .sm\:bg-emerald-500\/10{
    background-color: rgb(16 185 129 / 0.1);
  }

  .sm\:bg-emerald-500\/100{
    background-color: rgb(16 185 129 / 1);
  }

  .sm\:bg-emerald-500\/15{
    background-color: rgb(16 185 129 / 0.15);
  }

  .sm\:bg-emerald-500\/20{
    background-color: rgb(16 185 129 / 0.2);
  }

  .sm\:bg-emerald-500\/25{
    background-color: rgb(16 185 129 / 0.25);
  }

  .sm\:bg-emerald-500\/30{
    background-color: rgb(16 185 129 / 0.3);
  }

  .sm\:bg-emerald-500\/35{
    background-color: rgb(16 185 129 / 0.35);
  }

  .sm\:bg-emerald-500\/40{
    background-color: rgb(16 185 129 / 0.4);
  }

  .sm\:bg-emerald-500\/45{
    background-color: rgb(16 185 129 / 0.45);
  }

  .sm\:bg-emerald-500\/5{
    background-color: rgb(16 185 129 / 0.05);
  }

  .sm\:bg-emerald-500\/50{
    background-color: rgb(16 185 129 / 0.5);
  }

  .sm\:bg-emerald-500\/55{
    background-color: rgb(16 185 129 / 0.55);
  }

  .sm\:bg-emerald-500\/60{
    background-color: rgb(16 185 129 / 0.6);
  }

  .sm\:bg-emerald-500\/65{
    background-color: rgb(16 185 129 / 0.65);
  }

  .sm\:bg-emerald-500\/70{
    background-color: rgb(16 185 129 / 0.7);
  }

  .sm\:bg-emerald-500\/75{
    background-color: rgb(16 185 129 / 0.75);
  }

  .sm\:bg-emerald-500\/80{
    background-color: rgb(16 185 129 / 0.8);
  }

  .sm\:bg-emerald-500\/85{
    background-color: rgb(16 185 129 / 0.85);
  }

  .sm\:bg-emerald-500\/90{
    background-color: rgb(16 185 129 / 0.9);
  }

  .sm\:bg-emerald-500\/95{
    background-color: rgb(16 185 129 / 0.95);
  }

  .sm\:bg-emerald-600{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-600\/0{
    background-color: rgb(5 150 105 / 0);
  }

  .sm\:bg-emerald-600\/10{
    background-color: rgb(5 150 105 / 0.1);
  }

  .sm\:bg-emerald-600\/100{
    background-color: rgb(5 150 105 / 1);
  }

  .sm\:bg-emerald-600\/15{
    background-color: rgb(5 150 105 / 0.15);
  }

  .sm\:bg-emerald-600\/20{
    background-color: rgb(5 150 105 / 0.2);
  }

  .sm\:bg-emerald-600\/25{
    background-color: rgb(5 150 105 / 0.25);
  }

  .sm\:bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
  }

  .sm\:bg-emerald-600\/35{
    background-color: rgb(5 150 105 / 0.35);
  }

  .sm\:bg-emerald-600\/40{
    background-color: rgb(5 150 105 / 0.4);
  }

  .sm\:bg-emerald-600\/45{
    background-color: rgb(5 150 105 / 0.45);
  }

  .sm\:bg-emerald-600\/5{
    background-color: rgb(5 150 105 / 0.05);
  }

  .sm\:bg-emerald-600\/50{
    background-color: rgb(5 150 105 / 0.5);
  }

  .sm\:bg-emerald-600\/55{
    background-color: rgb(5 150 105 / 0.55);
  }

  .sm\:bg-emerald-600\/60{
    background-color: rgb(5 150 105 / 0.6);
  }

  .sm\:bg-emerald-600\/65{
    background-color: rgb(5 150 105 / 0.65);
  }

  .sm\:bg-emerald-600\/70{
    background-color: rgb(5 150 105 / 0.7);
  }

  .sm\:bg-emerald-600\/75{
    background-color: rgb(5 150 105 / 0.75);
  }

  .sm\:bg-emerald-600\/80{
    background-color: rgb(5 150 105 / 0.8);
  }

  .sm\:bg-emerald-600\/85{
    background-color: rgb(5 150 105 / 0.85);
  }

  .sm\:bg-emerald-600\/90{
    background-color: rgb(5 150 105 / 0.9);
  }

  .sm\:bg-emerald-600\/95{
    background-color: rgb(5 150 105 / 0.95);
  }

  .sm\:bg-emerald-700{
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-700\/0{
    background-color: rgb(4 120 87 / 0);
  }

  .sm\:bg-emerald-700\/10{
    background-color: rgb(4 120 87 / 0.1);
  }

  .sm\:bg-emerald-700\/100{
    background-color: rgb(4 120 87 / 1);
  }

  .sm\:bg-emerald-700\/15{
    background-color: rgb(4 120 87 / 0.15);
  }

  .sm\:bg-emerald-700\/20{
    background-color: rgb(4 120 87 / 0.2);
  }

  .sm\:bg-emerald-700\/25{
    background-color: rgb(4 120 87 / 0.25);
  }

  .sm\:bg-emerald-700\/30{
    background-color: rgb(4 120 87 / 0.3);
  }

  .sm\:bg-emerald-700\/35{
    background-color: rgb(4 120 87 / 0.35);
  }

  .sm\:bg-emerald-700\/40{
    background-color: rgb(4 120 87 / 0.4);
  }

  .sm\:bg-emerald-700\/45{
    background-color: rgb(4 120 87 / 0.45);
  }

  .sm\:bg-emerald-700\/5{
    background-color: rgb(4 120 87 / 0.05);
  }

  .sm\:bg-emerald-700\/50{
    background-color: rgb(4 120 87 / 0.5);
  }

  .sm\:bg-emerald-700\/55{
    background-color: rgb(4 120 87 / 0.55);
  }

  .sm\:bg-emerald-700\/60{
    background-color: rgb(4 120 87 / 0.6);
  }

  .sm\:bg-emerald-700\/65{
    background-color: rgb(4 120 87 / 0.65);
  }

  .sm\:bg-emerald-700\/70{
    background-color: rgb(4 120 87 / 0.7);
  }

  .sm\:bg-emerald-700\/75{
    background-color: rgb(4 120 87 / 0.75);
  }

  .sm\:bg-emerald-700\/80{
    background-color: rgb(4 120 87 / 0.8);
  }

  .sm\:bg-emerald-700\/85{
    background-color: rgb(4 120 87 / 0.85);
  }

  .sm\:bg-emerald-700\/90{
    background-color: rgb(4 120 87 / 0.9);
  }

  .sm\:bg-emerald-700\/95{
    background-color: rgb(4 120 87 / 0.95);
  }

  .sm\:bg-emerald-800{
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-800\/0{
    background-color: rgb(6 95 70 / 0);
  }

  .sm\:bg-emerald-800\/10{
    background-color: rgb(6 95 70 / 0.1);
  }

  .sm\:bg-emerald-800\/100{
    background-color: rgb(6 95 70 / 1);
  }

  .sm\:bg-emerald-800\/15{
    background-color: rgb(6 95 70 / 0.15);
  }

  .sm\:bg-emerald-800\/20{
    background-color: rgb(6 95 70 / 0.2);
  }

  .sm\:bg-emerald-800\/25{
    background-color: rgb(6 95 70 / 0.25);
  }

  .sm\:bg-emerald-800\/30{
    background-color: rgb(6 95 70 / 0.3);
  }

  .sm\:bg-emerald-800\/35{
    background-color: rgb(6 95 70 / 0.35);
  }

  .sm\:bg-emerald-800\/40{
    background-color: rgb(6 95 70 / 0.4);
  }

  .sm\:bg-emerald-800\/45{
    background-color: rgb(6 95 70 / 0.45);
  }

  .sm\:bg-emerald-800\/5{
    background-color: rgb(6 95 70 / 0.05);
  }

  .sm\:bg-emerald-800\/50{
    background-color: rgb(6 95 70 / 0.5);
  }

  .sm\:bg-emerald-800\/55{
    background-color: rgb(6 95 70 / 0.55);
  }

  .sm\:bg-emerald-800\/60{
    background-color: rgb(6 95 70 / 0.6);
  }

  .sm\:bg-emerald-800\/65{
    background-color: rgb(6 95 70 / 0.65);
  }

  .sm\:bg-emerald-800\/70{
    background-color: rgb(6 95 70 / 0.7);
  }

  .sm\:bg-emerald-800\/75{
    background-color: rgb(6 95 70 / 0.75);
  }

  .sm\:bg-emerald-800\/80{
    background-color: rgb(6 95 70 / 0.8);
  }

  .sm\:bg-emerald-800\/85{
    background-color: rgb(6 95 70 / 0.85);
  }

  .sm\:bg-emerald-800\/90{
    background-color: rgb(6 95 70 / 0.9);
  }

  .sm\:bg-emerald-800\/95{
    background-color: rgb(6 95 70 / 0.95);
  }

  .sm\:bg-emerald-900{
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-900\/0{
    background-color: rgb(6 78 59 / 0);
  }

  .sm\:bg-emerald-900\/10{
    background-color: rgb(6 78 59 / 0.1);
  }

  .sm\:bg-emerald-900\/100{
    background-color: rgb(6 78 59 / 1);
  }

  .sm\:bg-emerald-900\/15{
    background-color: rgb(6 78 59 / 0.15);
  }

  .sm\:bg-emerald-900\/20{
    background-color: rgb(6 78 59 / 0.2);
  }

  .sm\:bg-emerald-900\/25{
    background-color: rgb(6 78 59 / 0.25);
  }

  .sm\:bg-emerald-900\/30{
    background-color: rgb(6 78 59 / 0.3);
  }

  .sm\:bg-emerald-900\/35{
    background-color: rgb(6 78 59 / 0.35);
  }

  .sm\:bg-emerald-900\/40{
    background-color: rgb(6 78 59 / 0.4);
  }

  .sm\:bg-emerald-900\/45{
    background-color: rgb(6 78 59 / 0.45);
  }

  .sm\:bg-emerald-900\/5{
    background-color: rgb(6 78 59 / 0.05);
  }

  .sm\:bg-emerald-900\/50{
    background-color: rgb(6 78 59 / 0.5);
  }

  .sm\:bg-emerald-900\/55{
    background-color: rgb(6 78 59 / 0.55);
  }

  .sm\:bg-emerald-900\/60{
    background-color: rgb(6 78 59 / 0.6);
  }

  .sm\:bg-emerald-900\/65{
    background-color: rgb(6 78 59 / 0.65);
  }

  .sm\:bg-emerald-900\/70{
    background-color: rgb(6 78 59 / 0.7);
  }

  .sm\:bg-emerald-900\/75{
    background-color: rgb(6 78 59 / 0.75);
  }

  .sm\:bg-emerald-900\/80{
    background-color: rgb(6 78 59 / 0.8);
  }

  .sm\:bg-emerald-900\/85{
    background-color: rgb(6 78 59 / 0.85);
  }

  .sm\:bg-emerald-900\/90{
    background-color: rgb(6 78 59 / 0.9);
  }

  .sm\:bg-emerald-900\/95{
    background-color: rgb(6 78 59 / 0.95);
  }

  .sm\:bg-emerald-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-emerald-950\/0{
    background-color: rgb(2 44 34 / 0);
  }

  .sm\:bg-emerald-950\/10{
    background-color: rgb(2 44 34 / 0.1);
  }

  .sm\:bg-emerald-950\/100{
    background-color: rgb(2 44 34 / 1);
  }

  .sm\:bg-emerald-950\/15{
    background-color: rgb(2 44 34 / 0.15);
  }

  .sm\:bg-emerald-950\/20{
    background-color: rgb(2 44 34 / 0.2);
  }

  .sm\:bg-emerald-950\/25{
    background-color: rgb(2 44 34 / 0.25);
  }

  .sm\:bg-emerald-950\/30{
    background-color: rgb(2 44 34 / 0.3);
  }

  .sm\:bg-emerald-950\/35{
    background-color: rgb(2 44 34 / 0.35);
  }

  .sm\:bg-emerald-950\/40{
    background-color: rgb(2 44 34 / 0.4);
  }

  .sm\:bg-emerald-950\/45{
    background-color: rgb(2 44 34 / 0.45);
  }

  .sm\:bg-emerald-950\/5{
    background-color: rgb(2 44 34 / 0.05);
  }

  .sm\:bg-emerald-950\/50{
    background-color: rgb(2 44 34 / 0.5);
  }

  .sm\:bg-emerald-950\/55{
    background-color: rgb(2 44 34 / 0.55);
  }

  .sm\:bg-emerald-950\/60{
    background-color: rgb(2 44 34 / 0.6);
  }

  .sm\:bg-emerald-950\/65{
    background-color: rgb(2 44 34 / 0.65);
  }

  .sm\:bg-emerald-950\/70{
    background-color: rgb(2 44 34 / 0.7);
  }

  .sm\:bg-emerald-950\/75{
    background-color: rgb(2 44 34 / 0.75);
  }

  .sm\:bg-emerald-950\/80{
    background-color: rgb(2 44 34 / 0.8);
  }

  .sm\:bg-emerald-950\/85{
    background-color: rgb(2 44 34 / 0.85);
  }

  .sm\:bg-emerald-950\/90{
    background-color: rgb(2 44 34 / 0.9);
  }

  .sm\:bg-emerald-950\/95{
    background-color: rgb(2 44 34 / 0.95);
  }

  .sm\:bg-fuchsia-100{
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-100\/0{
    background-color: rgb(250 232 255 / 0);
  }

  .sm\:bg-fuchsia-100\/10{
    background-color: rgb(250 232 255 / 0.1);
  }

  .sm\:bg-fuchsia-100\/100{
    background-color: rgb(250 232 255 / 1);
  }

  .sm\:bg-fuchsia-100\/15{
    background-color: rgb(250 232 255 / 0.15);
  }

  .sm\:bg-fuchsia-100\/20{
    background-color: rgb(250 232 255 / 0.2);
  }

  .sm\:bg-fuchsia-100\/25{
    background-color: rgb(250 232 255 / 0.25);
  }

  .sm\:bg-fuchsia-100\/30{
    background-color: rgb(250 232 255 / 0.3);
  }

  .sm\:bg-fuchsia-100\/35{
    background-color: rgb(250 232 255 / 0.35);
  }

  .sm\:bg-fuchsia-100\/40{
    background-color: rgb(250 232 255 / 0.4);
  }

  .sm\:bg-fuchsia-100\/45{
    background-color: rgb(250 232 255 / 0.45);
  }

  .sm\:bg-fuchsia-100\/5{
    background-color: rgb(250 232 255 / 0.05);
  }

  .sm\:bg-fuchsia-100\/50{
    background-color: rgb(250 232 255 / 0.5);
  }

  .sm\:bg-fuchsia-100\/55{
    background-color: rgb(250 232 255 / 0.55);
  }

  .sm\:bg-fuchsia-100\/60{
    background-color: rgb(250 232 255 / 0.6);
  }

  .sm\:bg-fuchsia-100\/65{
    background-color: rgb(250 232 255 / 0.65);
  }

  .sm\:bg-fuchsia-100\/70{
    background-color: rgb(250 232 255 / 0.7);
  }

  .sm\:bg-fuchsia-100\/75{
    background-color: rgb(250 232 255 / 0.75);
  }

  .sm\:bg-fuchsia-100\/80{
    background-color: rgb(250 232 255 / 0.8);
  }

  .sm\:bg-fuchsia-100\/85{
    background-color: rgb(250 232 255 / 0.85);
  }

  .sm\:bg-fuchsia-100\/90{
    background-color: rgb(250 232 255 / 0.9);
  }

  .sm\:bg-fuchsia-100\/95{
    background-color: rgb(250 232 255 / 0.95);
  }

  .sm\:bg-fuchsia-200{
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-200\/0{
    background-color: rgb(245 208 254 / 0);
  }

  .sm\:bg-fuchsia-200\/10{
    background-color: rgb(245 208 254 / 0.1);
  }

  .sm\:bg-fuchsia-200\/100{
    background-color: rgb(245 208 254 / 1);
  }

  .sm\:bg-fuchsia-200\/15{
    background-color: rgb(245 208 254 / 0.15);
  }

  .sm\:bg-fuchsia-200\/20{
    background-color: rgb(245 208 254 / 0.2);
  }

  .sm\:bg-fuchsia-200\/25{
    background-color: rgb(245 208 254 / 0.25);
  }

  .sm\:bg-fuchsia-200\/30{
    background-color: rgb(245 208 254 / 0.3);
  }

  .sm\:bg-fuchsia-200\/35{
    background-color: rgb(245 208 254 / 0.35);
  }

  .sm\:bg-fuchsia-200\/40{
    background-color: rgb(245 208 254 / 0.4);
  }

  .sm\:bg-fuchsia-200\/45{
    background-color: rgb(245 208 254 / 0.45);
  }

  .sm\:bg-fuchsia-200\/5{
    background-color: rgb(245 208 254 / 0.05);
  }

  .sm\:bg-fuchsia-200\/50{
    background-color: rgb(245 208 254 / 0.5);
  }

  .sm\:bg-fuchsia-200\/55{
    background-color: rgb(245 208 254 / 0.55);
  }

  .sm\:bg-fuchsia-200\/60{
    background-color: rgb(245 208 254 / 0.6);
  }

  .sm\:bg-fuchsia-200\/65{
    background-color: rgb(245 208 254 / 0.65);
  }

  .sm\:bg-fuchsia-200\/70{
    background-color: rgb(245 208 254 / 0.7);
  }

  .sm\:bg-fuchsia-200\/75{
    background-color: rgb(245 208 254 / 0.75);
  }

  .sm\:bg-fuchsia-200\/80{
    background-color: rgb(245 208 254 / 0.8);
  }

  .sm\:bg-fuchsia-200\/85{
    background-color: rgb(245 208 254 / 0.85);
  }

  .sm\:bg-fuchsia-200\/90{
    background-color: rgb(245 208 254 / 0.9);
  }

  .sm\:bg-fuchsia-200\/95{
    background-color: rgb(245 208 254 / 0.95);
  }

  .sm\:bg-fuchsia-300{
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-300\/0{
    background-color: rgb(240 171 252 / 0);
  }

  .sm\:bg-fuchsia-300\/10{
    background-color: rgb(240 171 252 / 0.1);
  }

  .sm\:bg-fuchsia-300\/100{
    background-color: rgb(240 171 252 / 1);
  }

  .sm\:bg-fuchsia-300\/15{
    background-color: rgb(240 171 252 / 0.15);
  }

  .sm\:bg-fuchsia-300\/20{
    background-color: rgb(240 171 252 / 0.2);
  }

  .sm\:bg-fuchsia-300\/25{
    background-color: rgb(240 171 252 / 0.25);
  }

  .sm\:bg-fuchsia-300\/30{
    background-color: rgb(240 171 252 / 0.3);
  }

  .sm\:bg-fuchsia-300\/35{
    background-color: rgb(240 171 252 / 0.35);
  }

  .sm\:bg-fuchsia-300\/40{
    background-color: rgb(240 171 252 / 0.4);
  }

  .sm\:bg-fuchsia-300\/45{
    background-color: rgb(240 171 252 / 0.45);
  }

  .sm\:bg-fuchsia-300\/5{
    background-color: rgb(240 171 252 / 0.05);
  }

  .sm\:bg-fuchsia-300\/50{
    background-color: rgb(240 171 252 / 0.5);
  }

  .sm\:bg-fuchsia-300\/55{
    background-color: rgb(240 171 252 / 0.55);
  }

  .sm\:bg-fuchsia-300\/60{
    background-color: rgb(240 171 252 / 0.6);
  }

  .sm\:bg-fuchsia-300\/65{
    background-color: rgb(240 171 252 / 0.65);
  }

  .sm\:bg-fuchsia-300\/70{
    background-color: rgb(240 171 252 / 0.7);
  }

  .sm\:bg-fuchsia-300\/75{
    background-color: rgb(240 171 252 / 0.75);
  }

  .sm\:bg-fuchsia-300\/80{
    background-color: rgb(240 171 252 / 0.8);
  }

  .sm\:bg-fuchsia-300\/85{
    background-color: rgb(240 171 252 / 0.85);
  }

  .sm\:bg-fuchsia-300\/90{
    background-color: rgb(240 171 252 / 0.9);
  }

  .sm\:bg-fuchsia-300\/95{
    background-color: rgb(240 171 252 / 0.95);
  }

  .sm\:bg-fuchsia-400{
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-400\/0{
    background-color: rgb(232 121 249 / 0);
  }

  .sm\:bg-fuchsia-400\/10{
    background-color: rgb(232 121 249 / 0.1);
  }

  .sm\:bg-fuchsia-400\/100{
    background-color: rgb(232 121 249 / 1);
  }

  .sm\:bg-fuchsia-400\/15{
    background-color: rgb(232 121 249 / 0.15);
  }

  .sm\:bg-fuchsia-400\/20{
    background-color: rgb(232 121 249 / 0.2);
  }

  .sm\:bg-fuchsia-400\/25{
    background-color: rgb(232 121 249 / 0.25);
  }

  .sm\:bg-fuchsia-400\/30{
    background-color: rgb(232 121 249 / 0.3);
  }

  .sm\:bg-fuchsia-400\/35{
    background-color: rgb(232 121 249 / 0.35);
  }

  .sm\:bg-fuchsia-400\/40{
    background-color: rgb(232 121 249 / 0.4);
  }

  .sm\:bg-fuchsia-400\/45{
    background-color: rgb(232 121 249 / 0.45);
  }

  .sm\:bg-fuchsia-400\/5{
    background-color: rgb(232 121 249 / 0.05);
  }

  .sm\:bg-fuchsia-400\/50{
    background-color: rgb(232 121 249 / 0.5);
  }

  .sm\:bg-fuchsia-400\/55{
    background-color: rgb(232 121 249 / 0.55);
  }

  .sm\:bg-fuchsia-400\/60{
    background-color: rgb(232 121 249 / 0.6);
  }

  .sm\:bg-fuchsia-400\/65{
    background-color: rgb(232 121 249 / 0.65);
  }

  .sm\:bg-fuchsia-400\/70{
    background-color: rgb(232 121 249 / 0.7);
  }

  .sm\:bg-fuchsia-400\/75{
    background-color: rgb(232 121 249 / 0.75);
  }

  .sm\:bg-fuchsia-400\/80{
    background-color: rgb(232 121 249 / 0.8);
  }

  .sm\:bg-fuchsia-400\/85{
    background-color: rgb(232 121 249 / 0.85);
  }

  .sm\:bg-fuchsia-400\/90{
    background-color: rgb(232 121 249 / 0.9);
  }

  .sm\:bg-fuchsia-400\/95{
    background-color: rgb(232 121 249 / 0.95);
  }

  .sm\:bg-fuchsia-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-50\/0{
    background-color: rgb(253 244 255 / 0);
  }

  .sm\:bg-fuchsia-50\/10{
    background-color: rgb(253 244 255 / 0.1);
  }

  .sm\:bg-fuchsia-50\/100{
    background-color: rgb(253 244 255 / 1);
  }

  .sm\:bg-fuchsia-50\/15{
    background-color: rgb(253 244 255 / 0.15);
  }

  .sm\:bg-fuchsia-50\/20{
    background-color: rgb(253 244 255 / 0.2);
  }

  .sm\:bg-fuchsia-50\/25{
    background-color: rgb(253 244 255 / 0.25);
  }

  .sm\:bg-fuchsia-50\/30{
    background-color: rgb(253 244 255 / 0.3);
  }

  .sm\:bg-fuchsia-50\/35{
    background-color: rgb(253 244 255 / 0.35);
  }

  .sm\:bg-fuchsia-50\/40{
    background-color: rgb(253 244 255 / 0.4);
  }

  .sm\:bg-fuchsia-50\/45{
    background-color: rgb(253 244 255 / 0.45);
  }

  .sm\:bg-fuchsia-50\/5{
    background-color: rgb(253 244 255 / 0.05);
  }

  .sm\:bg-fuchsia-50\/50{
    background-color: rgb(253 244 255 / 0.5);
  }

  .sm\:bg-fuchsia-50\/55{
    background-color: rgb(253 244 255 / 0.55);
  }

  .sm\:bg-fuchsia-50\/60{
    background-color: rgb(253 244 255 / 0.6);
  }

  .sm\:bg-fuchsia-50\/65{
    background-color: rgb(253 244 255 / 0.65);
  }

  .sm\:bg-fuchsia-50\/70{
    background-color: rgb(253 244 255 / 0.7);
  }

  .sm\:bg-fuchsia-50\/75{
    background-color: rgb(253 244 255 / 0.75);
  }

  .sm\:bg-fuchsia-50\/80{
    background-color: rgb(253 244 255 / 0.8);
  }

  .sm\:bg-fuchsia-50\/85{
    background-color: rgb(253 244 255 / 0.85);
  }

  .sm\:bg-fuchsia-50\/90{
    background-color: rgb(253 244 255 / 0.9);
  }

  .sm\:bg-fuchsia-50\/95{
    background-color: rgb(253 244 255 / 0.95);
  }

  .sm\:bg-fuchsia-500{
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-500\/0{
    background-color: rgb(217 70 239 / 0);
  }

  .sm\:bg-fuchsia-500\/10{
    background-color: rgb(217 70 239 / 0.1);
  }

  .sm\:bg-fuchsia-500\/100{
    background-color: rgb(217 70 239 / 1);
  }

  .sm\:bg-fuchsia-500\/15{
    background-color: rgb(217 70 239 / 0.15);
  }

  .sm\:bg-fuchsia-500\/20{
    background-color: rgb(217 70 239 / 0.2);
  }

  .sm\:bg-fuchsia-500\/25{
    background-color: rgb(217 70 239 / 0.25);
  }

  .sm\:bg-fuchsia-500\/30{
    background-color: rgb(217 70 239 / 0.3);
  }

  .sm\:bg-fuchsia-500\/35{
    background-color: rgb(217 70 239 / 0.35);
  }

  .sm\:bg-fuchsia-500\/40{
    background-color: rgb(217 70 239 / 0.4);
  }

  .sm\:bg-fuchsia-500\/45{
    background-color: rgb(217 70 239 / 0.45);
  }

  .sm\:bg-fuchsia-500\/5{
    background-color: rgb(217 70 239 / 0.05);
  }

  .sm\:bg-fuchsia-500\/50{
    background-color: rgb(217 70 239 / 0.5);
  }

  .sm\:bg-fuchsia-500\/55{
    background-color: rgb(217 70 239 / 0.55);
  }

  .sm\:bg-fuchsia-500\/60{
    background-color: rgb(217 70 239 / 0.6);
  }

  .sm\:bg-fuchsia-500\/65{
    background-color: rgb(217 70 239 / 0.65);
  }

  .sm\:bg-fuchsia-500\/70{
    background-color: rgb(217 70 239 / 0.7);
  }

  .sm\:bg-fuchsia-500\/75{
    background-color: rgb(217 70 239 / 0.75);
  }

  .sm\:bg-fuchsia-500\/80{
    background-color: rgb(217 70 239 / 0.8);
  }

  .sm\:bg-fuchsia-500\/85{
    background-color: rgb(217 70 239 / 0.85);
  }

  .sm\:bg-fuchsia-500\/90{
    background-color: rgb(217 70 239 / 0.9);
  }

  .sm\:bg-fuchsia-500\/95{
    background-color: rgb(217 70 239 / 0.95);
  }

  .sm\:bg-fuchsia-600{
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-600\/0{
    background-color: rgb(192 38 211 / 0);
  }

  .sm\:bg-fuchsia-600\/10{
    background-color: rgb(192 38 211 / 0.1);
  }

  .sm\:bg-fuchsia-600\/100{
    background-color: rgb(192 38 211 / 1);
  }

  .sm\:bg-fuchsia-600\/15{
    background-color: rgb(192 38 211 / 0.15);
  }

  .sm\:bg-fuchsia-600\/20{
    background-color: rgb(192 38 211 / 0.2);
  }

  .sm\:bg-fuchsia-600\/25{
    background-color: rgb(192 38 211 / 0.25);
  }

  .sm\:bg-fuchsia-600\/30{
    background-color: rgb(192 38 211 / 0.3);
  }

  .sm\:bg-fuchsia-600\/35{
    background-color: rgb(192 38 211 / 0.35);
  }

  .sm\:bg-fuchsia-600\/40{
    background-color: rgb(192 38 211 / 0.4);
  }

  .sm\:bg-fuchsia-600\/45{
    background-color: rgb(192 38 211 / 0.45);
  }

  .sm\:bg-fuchsia-600\/5{
    background-color: rgb(192 38 211 / 0.05);
  }

  .sm\:bg-fuchsia-600\/50{
    background-color: rgb(192 38 211 / 0.5);
  }

  .sm\:bg-fuchsia-600\/55{
    background-color: rgb(192 38 211 / 0.55);
  }

  .sm\:bg-fuchsia-600\/60{
    background-color: rgb(192 38 211 / 0.6);
  }

  .sm\:bg-fuchsia-600\/65{
    background-color: rgb(192 38 211 / 0.65);
  }

  .sm\:bg-fuchsia-600\/70{
    background-color: rgb(192 38 211 / 0.7);
  }

  .sm\:bg-fuchsia-600\/75{
    background-color: rgb(192 38 211 / 0.75);
  }

  .sm\:bg-fuchsia-600\/80{
    background-color: rgb(192 38 211 / 0.8);
  }

  .sm\:bg-fuchsia-600\/85{
    background-color: rgb(192 38 211 / 0.85);
  }

  .sm\:bg-fuchsia-600\/90{
    background-color: rgb(192 38 211 / 0.9);
  }

  .sm\:bg-fuchsia-600\/95{
    background-color: rgb(192 38 211 / 0.95);
  }

  .sm\:bg-fuchsia-700{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-700\/0{
    background-color: rgb(162 28 175 / 0);
  }

  .sm\:bg-fuchsia-700\/10{
    background-color: rgb(162 28 175 / 0.1);
  }

  .sm\:bg-fuchsia-700\/100{
    background-color: rgb(162 28 175 / 1);
  }

  .sm\:bg-fuchsia-700\/15{
    background-color: rgb(162 28 175 / 0.15);
  }

  .sm\:bg-fuchsia-700\/20{
    background-color: rgb(162 28 175 / 0.2);
  }

  .sm\:bg-fuchsia-700\/25{
    background-color: rgb(162 28 175 / 0.25);
  }

  .sm\:bg-fuchsia-700\/30{
    background-color: rgb(162 28 175 / 0.3);
  }

  .sm\:bg-fuchsia-700\/35{
    background-color: rgb(162 28 175 / 0.35);
  }

  .sm\:bg-fuchsia-700\/40{
    background-color: rgb(162 28 175 / 0.4);
  }

  .sm\:bg-fuchsia-700\/45{
    background-color: rgb(162 28 175 / 0.45);
  }

  .sm\:bg-fuchsia-700\/5{
    background-color: rgb(162 28 175 / 0.05);
  }

  .sm\:bg-fuchsia-700\/50{
    background-color: rgb(162 28 175 / 0.5);
  }

  .sm\:bg-fuchsia-700\/55{
    background-color: rgb(162 28 175 / 0.55);
  }

  .sm\:bg-fuchsia-700\/60{
    background-color: rgb(162 28 175 / 0.6);
  }

  .sm\:bg-fuchsia-700\/65{
    background-color: rgb(162 28 175 / 0.65);
  }

  .sm\:bg-fuchsia-700\/70{
    background-color: rgb(162 28 175 / 0.7);
  }

  .sm\:bg-fuchsia-700\/75{
    background-color: rgb(162 28 175 / 0.75);
  }

  .sm\:bg-fuchsia-700\/80{
    background-color: rgb(162 28 175 / 0.8);
  }

  .sm\:bg-fuchsia-700\/85{
    background-color: rgb(162 28 175 / 0.85);
  }

  .sm\:bg-fuchsia-700\/90{
    background-color: rgb(162 28 175 / 0.9);
  }

  .sm\:bg-fuchsia-700\/95{
    background-color: rgb(162 28 175 / 0.95);
  }

  .sm\:bg-fuchsia-800{
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-800\/0{
    background-color: rgb(134 25 143 / 0);
  }

  .sm\:bg-fuchsia-800\/10{
    background-color: rgb(134 25 143 / 0.1);
  }

  .sm\:bg-fuchsia-800\/100{
    background-color: rgb(134 25 143 / 1);
  }

  .sm\:bg-fuchsia-800\/15{
    background-color: rgb(134 25 143 / 0.15);
  }

  .sm\:bg-fuchsia-800\/20{
    background-color: rgb(134 25 143 / 0.2);
  }

  .sm\:bg-fuchsia-800\/25{
    background-color: rgb(134 25 143 / 0.25);
  }

  .sm\:bg-fuchsia-800\/30{
    background-color: rgb(134 25 143 / 0.3);
  }

  .sm\:bg-fuchsia-800\/35{
    background-color: rgb(134 25 143 / 0.35);
  }

  .sm\:bg-fuchsia-800\/40{
    background-color: rgb(134 25 143 / 0.4);
  }

  .sm\:bg-fuchsia-800\/45{
    background-color: rgb(134 25 143 / 0.45);
  }

  .sm\:bg-fuchsia-800\/5{
    background-color: rgb(134 25 143 / 0.05);
  }

  .sm\:bg-fuchsia-800\/50{
    background-color: rgb(134 25 143 / 0.5);
  }

  .sm\:bg-fuchsia-800\/55{
    background-color: rgb(134 25 143 / 0.55);
  }

  .sm\:bg-fuchsia-800\/60{
    background-color: rgb(134 25 143 / 0.6);
  }

  .sm\:bg-fuchsia-800\/65{
    background-color: rgb(134 25 143 / 0.65);
  }

  .sm\:bg-fuchsia-800\/70{
    background-color: rgb(134 25 143 / 0.7);
  }

  .sm\:bg-fuchsia-800\/75{
    background-color: rgb(134 25 143 / 0.75);
  }

  .sm\:bg-fuchsia-800\/80{
    background-color: rgb(134 25 143 / 0.8);
  }

  .sm\:bg-fuchsia-800\/85{
    background-color: rgb(134 25 143 / 0.85);
  }

  .sm\:bg-fuchsia-800\/90{
    background-color: rgb(134 25 143 / 0.9);
  }

  .sm\:bg-fuchsia-800\/95{
    background-color: rgb(134 25 143 / 0.95);
  }

  .sm\:bg-fuchsia-900{
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-900\/0{
    background-color: rgb(112 26 117 / 0);
  }

  .sm\:bg-fuchsia-900\/10{
    background-color: rgb(112 26 117 / 0.1);
  }

  .sm\:bg-fuchsia-900\/100{
    background-color: rgb(112 26 117 / 1);
  }

  .sm\:bg-fuchsia-900\/15{
    background-color: rgb(112 26 117 / 0.15);
  }

  .sm\:bg-fuchsia-900\/20{
    background-color: rgb(112 26 117 / 0.2);
  }

  .sm\:bg-fuchsia-900\/25{
    background-color: rgb(112 26 117 / 0.25);
  }

  .sm\:bg-fuchsia-900\/30{
    background-color: rgb(112 26 117 / 0.3);
  }

  .sm\:bg-fuchsia-900\/35{
    background-color: rgb(112 26 117 / 0.35);
  }

  .sm\:bg-fuchsia-900\/40{
    background-color: rgb(112 26 117 / 0.4);
  }

  .sm\:bg-fuchsia-900\/45{
    background-color: rgb(112 26 117 / 0.45);
  }

  .sm\:bg-fuchsia-900\/5{
    background-color: rgb(112 26 117 / 0.05);
  }

  .sm\:bg-fuchsia-900\/50{
    background-color: rgb(112 26 117 / 0.5);
  }

  .sm\:bg-fuchsia-900\/55{
    background-color: rgb(112 26 117 / 0.55);
  }

  .sm\:bg-fuchsia-900\/60{
    background-color: rgb(112 26 117 / 0.6);
  }

  .sm\:bg-fuchsia-900\/65{
    background-color: rgb(112 26 117 / 0.65);
  }

  .sm\:bg-fuchsia-900\/70{
    background-color: rgb(112 26 117 / 0.7);
  }

  .sm\:bg-fuchsia-900\/75{
    background-color: rgb(112 26 117 / 0.75);
  }

  .sm\:bg-fuchsia-900\/80{
    background-color: rgb(112 26 117 / 0.8);
  }

  .sm\:bg-fuchsia-900\/85{
    background-color: rgb(112 26 117 / 0.85);
  }

  .sm\:bg-fuchsia-900\/90{
    background-color: rgb(112 26 117 / 0.9);
  }

  .sm\:bg-fuchsia-900\/95{
    background-color: rgb(112 26 117 / 0.95);
  }

  .sm\:bg-fuchsia-950{
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-fuchsia-950\/0{
    background-color: rgb(74 4 78 / 0);
  }

  .sm\:bg-fuchsia-950\/10{
    background-color: rgb(74 4 78 / 0.1);
  }

  .sm\:bg-fuchsia-950\/100{
    background-color: rgb(74 4 78 / 1);
  }

  .sm\:bg-fuchsia-950\/15{
    background-color: rgb(74 4 78 / 0.15);
  }

  .sm\:bg-fuchsia-950\/20{
    background-color: rgb(74 4 78 / 0.2);
  }

  .sm\:bg-fuchsia-950\/25{
    background-color: rgb(74 4 78 / 0.25);
  }

  .sm\:bg-fuchsia-950\/30{
    background-color: rgb(74 4 78 / 0.3);
  }

  .sm\:bg-fuchsia-950\/35{
    background-color: rgb(74 4 78 / 0.35);
  }

  .sm\:bg-fuchsia-950\/40{
    background-color: rgb(74 4 78 / 0.4);
  }

  .sm\:bg-fuchsia-950\/45{
    background-color: rgb(74 4 78 / 0.45);
  }

  .sm\:bg-fuchsia-950\/5{
    background-color: rgb(74 4 78 / 0.05);
  }

  .sm\:bg-fuchsia-950\/50{
    background-color: rgb(74 4 78 / 0.5);
  }

  .sm\:bg-fuchsia-950\/55{
    background-color: rgb(74 4 78 / 0.55);
  }

  .sm\:bg-fuchsia-950\/60{
    background-color: rgb(74 4 78 / 0.6);
  }

  .sm\:bg-fuchsia-950\/65{
    background-color: rgb(74 4 78 / 0.65);
  }

  .sm\:bg-fuchsia-950\/70{
    background-color: rgb(74 4 78 / 0.7);
  }

  .sm\:bg-fuchsia-950\/75{
    background-color: rgb(74 4 78 / 0.75);
  }

  .sm\:bg-fuchsia-950\/80{
    background-color: rgb(74 4 78 / 0.8);
  }

  .sm\:bg-fuchsia-950\/85{
    background-color: rgb(74 4 78 / 0.85);
  }

  .sm\:bg-fuchsia-950\/90{
    background-color: rgb(74 4 78 / 0.9);
  }

  .sm\:bg-fuchsia-950\/95{
    background-color: rgb(74 4 78 / 0.95);
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-100\/0{
    background-color: rgb(243 244 246 / 0);
  }

  .sm\:bg-gray-100\/10{
    background-color: rgb(243 244 246 / 0.1);
  }

  .sm\:bg-gray-100\/100{
    background-color: rgb(243 244 246 / 1);
  }

  .sm\:bg-gray-100\/15{
    background-color: rgb(243 244 246 / 0.15);
  }

  .sm\:bg-gray-100\/20{
    background-color: rgb(243 244 246 / 0.2);
  }

  .sm\:bg-gray-100\/25{
    background-color: rgb(243 244 246 / 0.25);
  }

  .sm\:bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
  }

  .sm\:bg-gray-100\/35{
    background-color: rgb(243 244 246 / 0.35);
  }

  .sm\:bg-gray-100\/40{
    background-color: rgb(243 244 246 / 0.4);
  }

  .sm\:bg-gray-100\/45{
    background-color: rgb(243 244 246 / 0.45);
  }

  .sm\:bg-gray-100\/5{
    background-color: rgb(243 244 246 / 0.05);
  }

  .sm\:bg-gray-100\/50{
    background-color: rgb(243 244 246 / 0.5);
  }

  .sm\:bg-gray-100\/55{
    background-color: rgb(243 244 246 / 0.55);
  }

  .sm\:bg-gray-100\/60{
    background-color: rgb(243 244 246 / 0.6);
  }

  .sm\:bg-gray-100\/65{
    background-color: rgb(243 244 246 / 0.65);
  }

  .sm\:bg-gray-100\/70{
    background-color: rgb(243 244 246 / 0.7);
  }

  .sm\:bg-gray-100\/75{
    background-color: rgb(243 244 246 / 0.75);
  }

  .sm\:bg-gray-100\/80{
    background-color: rgb(243 244 246 / 0.8);
  }

  .sm\:bg-gray-100\/85{
    background-color: rgb(243 244 246 / 0.85);
  }

  .sm\:bg-gray-100\/90{
    background-color: rgb(243 244 246 / 0.9);
  }

  .sm\:bg-gray-100\/95{
    background-color: rgb(243 244 246 / 0.95);
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-200\/0{
    background-color: rgb(229 231 235 / 0);
  }

  .sm\:bg-gray-200\/10{
    background-color: rgb(229 231 235 / 0.1);
  }

  .sm\:bg-gray-200\/100{
    background-color: rgb(229 231 235 / 1);
  }

  .sm\:bg-gray-200\/15{
    background-color: rgb(229 231 235 / 0.15);
  }

  .sm\:bg-gray-200\/20{
    background-color: rgb(229 231 235 / 0.2);
  }

  .sm\:bg-gray-200\/25{
    background-color: rgb(229 231 235 / 0.25);
  }

  .sm\:bg-gray-200\/30{
    background-color: rgb(229 231 235 / 0.3);
  }

  .sm\:bg-gray-200\/35{
    background-color: rgb(229 231 235 / 0.35);
  }

  .sm\:bg-gray-200\/40{
    background-color: rgb(229 231 235 / 0.4);
  }

  .sm\:bg-gray-200\/45{
    background-color: rgb(229 231 235 / 0.45);
  }

  .sm\:bg-gray-200\/5{
    background-color: rgb(229 231 235 / 0.05);
  }

  .sm\:bg-gray-200\/50{
    background-color: rgb(229 231 235 / 0.5);
  }

  .sm\:bg-gray-200\/55{
    background-color: rgb(229 231 235 / 0.55);
  }

  .sm\:bg-gray-200\/60{
    background-color: rgb(229 231 235 / 0.6);
  }

  .sm\:bg-gray-200\/65{
    background-color: rgb(229 231 235 / 0.65);
  }

  .sm\:bg-gray-200\/70{
    background-color: rgb(229 231 235 / 0.7);
  }

  .sm\:bg-gray-200\/75{
    background-color: rgb(229 231 235 / 0.75);
  }

  .sm\:bg-gray-200\/80{
    background-color: rgb(229 231 235 / 0.8);
  }

  .sm\:bg-gray-200\/85{
    background-color: rgb(229 231 235 / 0.85);
  }

  .sm\:bg-gray-200\/90{
    background-color: rgb(229 231 235 / 0.9);
  }

  .sm\:bg-gray-200\/95{
    background-color: rgb(229 231 235 / 0.95);
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-300\/0{
    background-color: rgb(209 213 219 / 0);
  }

  .sm\:bg-gray-300\/10{
    background-color: rgb(209 213 219 / 0.1);
  }

  .sm\:bg-gray-300\/100{
    background-color: rgb(209 213 219 / 1);
  }

  .sm\:bg-gray-300\/15{
    background-color: rgb(209 213 219 / 0.15);
  }

  .sm\:bg-gray-300\/20{
    background-color: rgb(209 213 219 / 0.2);
  }

  .sm\:bg-gray-300\/25{
    background-color: rgb(209 213 219 / 0.25);
  }

  .sm\:bg-gray-300\/30{
    background-color: rgb(209 213 219 / 0.3);
  }

  .sm\:bg-gray-300\/35{
    background-color: rgb(209 213 219 / 0.35);
  }

  .sm\:bg-gray-300\/40{
    background-color: rgb(209 213 219 / 0.4);
  }

  .sm\:bg-gray-300\/45{
    background-color: rgb(209 213 219 / 0.45);
  }

  .sm\:bg-gray-300\/5{
    background-color: rgb(209 213 219 / 0.05);
  }

  .sm\:bg-gray-300\/50{
    background-color: rgb(209 213 219 / 0.5);
  }

  .sm\:bg-gray-300\/55{
    background-color: rgb(209 213 219 / 0.55);
  }

  .sm\:bg-gray-300\/60{
    background-color: rgb(209 213 219 / 0.6);
  }

  .sm\:bg-gray-300\/65{
    background-color: rgb(209 213 219 / 0.65);
  }

  .sm\:bg-gray-300\/70{
    background-color: rgb(209 213 219 / 0.7);
  }

  .sm\:bg-gray-300\/75{
    background-color: rgb(209 213 219 / 0.75);
  }

  .sm\:bg-gray-300\/80{
    background-color: rgb(209 213 219 / 0.8);
  }

  .sm\:bg-gray-300\/85{
    background-color: rgb(209 213 219 / 0.85);
  }

  .sm\:bg-gray-300\/90{
    background-color: rgb(209 213 219 / 0.9);
  }

  .sm\:bg-gray-300\/95{
    background-color: rgb(209 213 219 / 0.95);
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-400\/0{
    background-color: rgb(156 163 175 / 0);
  }

  .sm\:bg-gray-400\/10{
    background-color: rgb(156 163 175 / 0.1);
  }

  .sm\:bg-gray-400\/100{
    background-color: rgb(156 163 175 / 1);
  }

  .sm\:bg-gray-400\/15{
    background-color: rgb(156 163 175 / 0.15);
  }

  .sm\:bg-gray-400\/20{
    background-color: rgb(156 163 175 / 0.2);
  }

  .sm\:bg-gray-400\/25{
    background-color: rgb(156 163 175 / 0.25);
  }

  .sm\:bg-gray-400\/30{
    background-color: rgb(156 163 175 / 0.3);
  }

  .sm\:bg-gray-400\/35{
    background-color: rgb(156 163 175 / 0.35);
  }

  .sm\:bg-gray-400\/40{
    background-color: rgb(156 163 175 / 0.4);
  }

  .sm\:bg-gray-400\/45{
    background-color: rgb(156 163 175 / 0.45);
  }

  .sm\:bg-gray-400\/5{
    background-color: rgb(156 163 175 / 0.05);
  }

  .sm\:bg-gray-400\/50{
    background-color: rgb(156 163 175 / 0.5);
  }

  .sm\:bg-gray-400\/55{
    background-color: rgb(156 163 175 / 0.55);
  }

  .sm\:bg-gray-400\/60{
    background-color: rgb(156 163 175 / 0.6);
  }

  .sm\:bg-gray-400\/65{
    background-color: rgb(156 163 175 / 0.65);
  }

  .sm\:bg-gray-400\/70{
    background-color: rgb(156 163 175 / 0.7);
  }

  .sm\:bg-gray-400\/75{
    background-color: rgb(156 163 175 / 0.75);
  }

  .sm\:bg-gray-400\/80{
    background-color: rgb(156 163 175 / 0.8);
  }

  .sm\:bg-gray-400\/85{
    background-color: rgb(156 163 175 / 0.85);
  }

  .sm\:bg-gray-400\/90{
    background-color: rgb(156 163 175 / 0.9);
  }

  .sm\:bg-gray-400\/95{
    background-color: rgb(156 163 175 / 0.95);
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-50\/0{
    background-color: rgb(249 250 251 / 0);
  }

  .sm\:bg-gray-50\/10{
    background-color: rgb(249 250 251 / 0.1);
  }

  .sm\:bg-gray-50\/100{
    background-color: rgb(249 250 251 / 1);
  }

  .sm\:bg-gray-50\/15{
    background-color: rgb(249 250 251 / 0.15);
  }

  .sm\:bg-gray-50\/20{
    background-color: rgb(249 250 251 / 0.2);
  }

  .sm\:bg-gray-50\/25{
    background-color: rgb(249 250 251 / 0.25);
  }

  .sm\:bg-gray-50\/30{
    background-color: rgb(249 250 251 / 0.3);
  }

  .sm\:bg-gray-50\/35{
    background-color: rgb(249 250 251 / 0.35);
  }

  .sm\:bg-gray-50\/40{
    background-color: rgb(249 250 251 / 0.4);
  }

  .sm\:bg-gray-50\/45{
    background-color: rgb(249 250 251 / 0.45);
  }

  .sm\:bg-gray-50\/5{
    background-color: rgb(249 250 251 / 0.05);
  }

  .sm\:bg-gray-50\/50{
    background-color: rgb(249 250 251 / 0.5);
  }

  .sm\:bg-gray-50\/55{
    background-color: rgb(249 250 251 / 0.55);
  }

  .sm\:bg-gray-50\/60{
    background-color: rgb(249 250 251 / 0.6);
  }

  .sm\:bg-gray-50\/65{
    background-color: rgb(249 250 251 / 0.65);
  }

  .sm\:bg-gray-50\/70{
    background-color: rgb(249 250 251 / 0.7);
  }

  .sm\:bg-gray-50\/75{
    background-color: rgb(249 250 251 / 0.75);
  }

  .sm\:bg-gray-50\/80{
    background-color: rgb(249 250 251 / 0.8);
  }

  .sm\:bg-gray-50\/85{
    background-color: rgb(249 250 251 / 0.85);
  }

  .sm\:bg-gray-50\/90{
    background-color: rgb(249 250 251 / 0.9);
  }

  .sm\:bg-gray-50\/95{
    background-color: rgb(249 250 251 / 0.95);
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-500\/0{
    background-color: rgb(107 114 128 / 0);
  }

  .sm\:bg-gray-500\/10{
    background-color: rgb(107 114 128 / 0.1);
  }

  .sm\:bg-gray-500\/100{
    background-color: rgb(107 114 128 / 1);
  }

  .sm\:bg-gray-500\/15{
    background-color: rgb(107 114 128 / 0.15);
  }

  .sm\:bg-gray-500\/20{
    background-color: rgb(107 114 128 / 0.2);
  }

  .sm\:bg-gray-500\/25{
    background-color: rgb(107 114 128 / 0.25);
  }

  .sm\:bg-gray-500\/30{
    background-color: rgb(107 114 128 / 0.3);
  }

  .sm\:bg-gray-500\/35{
    background-color: rgb(107 114 128 / 0.35);
  }

  .sm\:bg-gray-500\/40{
    background-color: rgb(107 114 128 / 0.4);
  }

  .sm\:bg-gray-500\/45{
    background-color: rgb(107 114 128 / 0.45);
  }

  .sm\:bg-gray-500\/5{
    background-color: rgb(107 114 128 / 0.05);
  }

  .sm\:bg-gray-500\/50{
    background-color: rgb(107 114 128 / 0.5);
  }

  .sm\:bg-gray-500\/55{
    background-color: rgb(107 114 128 / 0.55);
  }

  .sm\:bg-gray-500\/60{
    background-color: rgb(107 114 128 / 0.6);
  }

  .sm\:bg-gray-500\/65{
    background-color: rgb(107 114 128 / 0.65);
  }

  .sm\:bg-gray-500\/70{
    background-color: rgb(107 114 128 / 0.7);
  }

  .sm\:bg-gray-500\/75{
    background-color: rgb(107 114 128 / 0.75);
  }

  .sm\:bg-gray-500\/80{
    background-color: rgb(107 114 128 / 0.8);
  }

  .sm\:bg-gray-500\/85{
    background-color: rgb(107 114 128 / 0.85);
  }

  .sm\:bg-gray-500\/90{
    background-color: rgb(107 114 128 / 0.9);
  }

  .sm\:bg-gray-500\/95{
    background-color: rgb(107 114 128 / 0.95);
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-600\/0{
    background-color: rgb(75 85 99 / 0);
  }

  .sm\:bg-gray-600\/10{
    background-color: rgb(75 85 99 / 0.1);
  }

  .sm\:bg-gray-600\/100{
    background-color: rgb(75 85 99 / 1);
  }

  .sm\:bg-gray-600\/15{
    background-color: rgb(75 85 99 / 0.15);
  }

  .sm\:bg-gray-600\/20{
    background-color: rgb(75 85 99 / 0.2);
  }

  .sm\:bg-gray-600\/25{
    background-color: rgb(75 85 99 / 0.25);
  }

  .sm\:bg-gray-600\/30{
    background-color: rgb(75 85 99 / 0.3);
  }

  .sm\:bg-gray-600\/35{
    background-color: rgb(75 85 99 / 0.35);
  }

  .sm\:bg-gray-600\/40{
    background-color: rgb(75 85 99 / 0.4);
  }

  .sm\:bg-gray-600\/45{
    background-color: rgb(75 85 99 / 0.45);
  }

  .sm\:bg-gray-600\/5{
    background-color: rgb(75 85 99 / 0.05);
  }

  .sm\:bg-gray-600\/50{
    background-color: rgb(75 85 99 / 0.5);
  }

  .sm\:bg-gray-600\/55{
    background-color: rgb(75 85 99 / 0.55);
  }

  .sm\:bg-gray-600\/60{
    background-color: rgb(75 85 99 / 0.6);
  }

  .sm\:bg-gray-600\/65{
    background-color: rgb(75 85 99 / 0.65);
  }

  .sm\:bg-gray-600\/70{
    background-color: rgb(75 85 99 / 0.7);
  }

  .sm\:bg-gray-600\/75{
    background-color: rgb(75 85 99 / 0.75);
  }

  .sm\:bg-gray-600\/80{
    background-color: rgb(75 85 99 / 0.8);
  }

  .sm\:bg-gray-600\/85{
    background-color: rgb(75 85 99 / 0.85);
  }

  .sm\:bg-gray-600\/90{
    background-color: rgb(75 85 99 / 0.9);
  }

  .sm\:bg-gray-600\/95{
    background-color: rgb(75 85 99 / 0.95);
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-700\/0{
    background-color: rgb(55 65 81 / 0);
  }

  .sm\:bg-gray-700\/10{
    background-color: rgb(55 65 81 / 0.1);
  }

  .sm\:bg-gray-700\/100{
    background-color: rgb(55 65 81 / 1);
  }

  .sm\:bg-gray-700\/15{
    background-color: rgb(55 65 81 / 0.15);
  }

  .sm\:bg-gray-700\/20{
    background-color: rgb(55 65 81 / 0.2);
  }

  .sm\:bg-gray-700\/25{
    background-color: rgb(55 65 81 / 0.25);
  }

  .sm\:bg-gray-700\/30{
    background-color: rgb(55 65 81 / 0.3);
  }

  .sm\:bg-gray-700\/35{
    background-color: rgb(55 65 81 / 0.35);
  }

  .sm\:bg-gray-700\/40{
    background-color: rgb(55 65 81 / 0.4);
  }

  .sm\:bg-gray-700\/45{
    background-color: rgb(55 65 81 / 0.45);
  }

  .sm\:bg-gray-700\/5{
    background-color: rgb(55 65 81 / 0.05);
  }

  .sm\:bg-gray-700\/50{
    background-color: rgb(55 65 81 / 0.5);
  }

  .sm\:bg-gray-700\/55{
    background-color: rgb(55 65 81 / 0.55);
  }

  .sm\:bg-gray-700\/60{
    background-color: rgb(55 65 81 / 0.6);
  }

  .sm\:bg-gray-700\/65{
    background-color: rgb(55 65 81 / 0.65);
  }

  .sm\:bg-gray-700\/70{
    background-color: rgb(55 65 81 / 0.7);
  }

  .sm\:bg-gray-700\/75{
    background-color: rgb(55 65 81 / 0.75);
  }

  .sm\:bg-gray-700\/80{
    background-color: rgb(55 65 81 / 0.8);
  }

  .sm\:bg-gray-700\/85{
    background-color: rgb(55 65 81 / 0.85);
  }

  .sm\:bg-gray-700\/90{
    background-color: rgb(55 65 81 / 0.9);
  }

  .sm\:bg-gray-700\/95{
    background-color: rgb(55 65 81 / 0.95);
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-800\/0{
    background-color: rgb(31 41 55 / 0);
  }

  .sm\:bg-gray-800\/10{
    background-color: rgb(31 41 55 / 0.1);
  }

  .sm\:bg-gray-800\/100{
    background-color: rgb(31 41 55 / 1);
  }

  .sm\:bg-gray-800\/15{
    background-color: rgb(31 41 55 / 0.15);
  }

  .sm\:bg-gray-800\/20{
    background-color: rgb(31 41 55 / 0.2);
  }

  .sm\:bg-gray-800\/25{
    background-color: rgb(31 41 55 / 0.25);
  }

  .sm\:bg-gray-800\/30{
    background-color: rgb(31 41 55 / 0.3);
  }

  .sm\:bg-gray-800\/35{
    background-color: rgb(31 41 55 / 0.35);
  }

  .sm\:bg-gray-800\/40{
    background-color: rgb(31 41 55 / 0.4);
  }

  .sm\:bg-gray-800\/45{
    background-color: rgb(31 41 55 / 0.45);
  }

  .sm\:bg-gray-800\/5{
    background-color: rgb(31 41 55 / 0.05);
  }

  .sm\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .sm\:bg-gray-800\/55{
    background-color: rgb(31 41 55 / 0.55);
  }

  .sm\:bg-gray-800\/60{
    background-color: rgb(31 41 55 / 0.6);
  }

  .sm\:bg-gray-800\/65{
    background-color: rgb(31 41 55 / 0.65);
  }

  .sm\:bg-gray-800\/70{
    background-color: rgb(31 41 55 / 0.7);
  }

  .sm\:bg-gray-800\/75{
    background-color: rgb(31 41 55 / 0.75);
  }

  .sm\:bg-gray-800\/80{
    background-color: rgb(31 41 55 / 0.8);
  }

  .sm\:bg-gray-800\/85{
    background-color: rgb(31 41 55 / 0.85);
  }

  .sm\:bg-gray-800\/90{
    background-color: rgb(31 41 55 / 0.9);
  }

  .sm\:bg-gray-800\/95{
    background-color: rgb(31 41 55 / 0.95);
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-900\/0{
    background-color: rgb(17 24 39 / 0);
  }

  .sm\:bg-gray-900\/10{
    background-color: rgb(17 24 39 / 0.1);
  }

  .sm\:bg-gray-900\/100{
    background-color: rgb(17 24 39 / 1);
  }

  .sm\:bg-gray-900\/15{
    background-color: rgb(17 24 39 / 0.15);
  }

  .sm\:bg-gray-900\/20{
    background-color: rgb(17 24 39 / 0.2);
  }

  .sm\:bg-gray-900\/25{
    background-color: rgb(17 24 39 / 0.25);
  }

  .sm\:bg-gray-900\/30{
    background-color: rgb(17 24 39 / 0.3);
  }

  .sm\:bg-gray-900\/35{
    background-color: rgb(17 24 39 / 0.35);
  }

  .sm\:bg-gray-900\/40{
    background-color: rgb(17 24 39 / 0.4);
  }

  .sm\:bg-gray-900\/45{
    background-color: rgb(17 24 39 / 0.45);
  }

  .sm\:bg-gray-900\/5{
    background-color: rgb(17 24 39 / 0.05);
  }

  .sm\:bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
  }

  .sm\:bg-gray-900\/55{
    background-color: rgb(17 24 39 / 0.55);
  }

  .sm\:bg-gray-900\/60{
    background-color: rgb(17 24 39 / 0.6);
  }

  .sm\:bg-gray-900\/65{
    background-color: rgb(17 24 39 / 0.65);
  }

  .sm\:bg-gray-900\/70{
    background-color: rgb(17 24 39 / 0.7);
  }

  .sm\:bg-gray-900\/75{
    background-color: rgb(17 24 39 / 0.75);
  }

  .sm\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .sm\:bg-gray-900\/85{
    background-color: rgb(17 24 39 / 0.85);
  }

  .sm\:bg-gray-900\/90{
    background-color: rgb(17 24 39 / 0.9);
  }

  .sm\:bg-gray-900\/95{
    background-color: rgb(17 24 39 / 0.95);
  }

  .sm\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-gray-950\/0{
    background-color: rgb(3 7 18 / 0);
  }

  .sm\:bg-gray-950\/10{
    background-color: rgb(3 7 18 / 0.1);
  }

  .sm\:bg-gray-950\/100{
    background-color: rgb(3 7 18 / 1);
  }

  .sm\:bg-gray-950\/15{
    background-color: rgb(3 7 18 / 0.15);
  }

  .sm\:bg-gray-950\/20{
    background-color: rgb(3 7 18 / 0.2);
  }

  .sm\:bg-gray-950\/25{
    background-color: rgb(3 7 18 / 0.25);
  }

  .sm\:bg-gray-950\/30{
    background-color: rgb(3 7 18 / 0.3);
  }

  .sm\:bg-gray-950\/35{
    background-color: rgb(3 7 18 / 0.35);
  }

  .sm\:bg-gray-950\/40{
    background-color: rgb(3 7 18 / 0.4);
  }

  .sm\:bg-gray-950\/45{
    background-color: rgb(3 7 18 / 0.45);
  }

  .sm\:bg-gray-950\/5{
    background-color: rgb(3 7 18 / 0.05);
  }

  .sm\:bg-gray-950\/50{
    background-color: rgb(3 7 18 / 0.5);
  }

  .sm\:bg-gray-950\/55{
    background-color: rgb(3 7 18 / 0.55);
  }

  .sm\:bg-gray-950\/60{
    background-color: rgb(3 7 18 / 0.6);
  }

  .sm\:bg-gray-950\/65{
    background-color: rgb(3 7 18 / 0.65);
  }

  .sm\:bg-gray-950\/70{
    background-color: rgb(3 7 18 / 0.7);
  }

  .sm\:bg-gray-950\/75{
    background-color: rgb(3 7 18 / 0.75);
  }

  .sm\:bg-gray-950\/80{
    background-color: rgb(3 7 18 / 0.8);
  }

  .sm\:bg-gray-950\/85{
    background-color: rgb(3 7 18 / 0.85);
  }

  .sm\:bg-gray-950\/90{
    background-color: rgb(3 7 18 / 0.9);
  }

  .sm\:bg-gray-950\/95{
    background-color: rgb(3 7 18 / 0.95);
  }

  .sm\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-100\/0{
    background-color: rgb(220 252 231 / 0);
  }

  .sm\:bg-green-100\/10{
    background-color: rgb(220 252 231 / 0.1);
  }

  .sm\:bg-green-100\/100{
    background-color: rgb(220 252 231 / 1);
  }

  .sm\:bg-green-100\/15{
    background-color: rgb(220 252 231 / 0.15);
  }

  .sm\:bg-green-100\/20{
    background-color: rgb(220 252 231 / 0.2);
  }

  .sm\:bg-green-100\/25{
    background-color: rgb(220 252 231 / 0.25);
  }

  .sm\:bg-green-100\/30{
    background-color: rgb(220 252 231 / 0.3);
  }

  .sm\:bg-green-100\/35{
    background-color: rgb(220 252 231 / 0.35);
  }

  .sm\:bg-green-100\/40{
    background-color: rgb(220 252 231 / 0.4);
  }

  .sm\:bg-green-100\/45{
    background-color: rgb(220 252 231 / 0.45);
  }

  .sm\:bg-green-100\/5{
    background-color: rgb(220 252 231 / 0.05);
  }

  .sm\:bg-green-100\/50{
    background-color: rgb(220 252 231 / 0.5);
  }

  .sm\:bg-green-100\/55{
    background-color: rgb(220 252 231 / 0.55);
  }

  .sm\:bg-green-100\/60{
    background-color: rgb(220 252 231 / 0.6);
  }

  .sm\:bg-green-100\/65{
    background-color: rgb(220 252 231 / 0.65);
  }

  .sm\:bg-green-100\/70{
    background-color: rgb(220 252 231 / 0.7);
  }

  .sm\:bg-green-100\/75{
    background-color: rgb(220 252 231 / 0.75);
  }

  .sm\:bg-green-100\/80{
    background-color: rgb(220 252 231 / 0.8);
  }

  .sm\:bg-green-100\/85{
    background-color: rgb(220 252 231 / 0.85);
  }

  .sm\:bg-green-100\/90{
    background-color: rgb(220 252 231 / 0.9);
  }

  .sm\:bg-green-100\/95{
    background-color: rgb(220 252 231 / 0.95);
  }

  .sm\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-200\/0{
    background-color: rgb(187 247 208 / 0);
  }

  .sm\:bg-green-200\/10{
    background-color: rgb(187 247 208 / 0.1);
  }

  .sm\:bg-green-200\/100{
    background-color: rgb(187 247 208 / 1);
  }

  .sm\:bg-green-200\/15{
    background-color: rgb(187 247 208 / 0.15);
  }

  .sm\:bg-green-200\/20{
    background-color: rgb(187 247 208 / 0.2);
  }

  .sm\:bg-green-200\/25{
    background-color: rgb(187 247 208 / 0.25);
  }

  .sm\:bg-green-200\/30{
    background-color: rgb(187 247 208 / 0.3);
  }

  .sm\:bg-green-200\/35{
    background-color: rgb(187 247 208 / 0.35);
  }

  .sm\:bg-green-200\/40{
    background-color: rgb(187 247 208 / 0.4);
  }

  .sm\:bg-green-200\/45{
    background-color: rgb(187 247 208 / 0.45);
  }

  .sm\:bg-green-200\/5{
    background-color: rgb(187 247 208 / 0.05);
  }

  .sm\:bg-green-200\/50{
    background-color: rgb(187 247 208 / 0.5);
  }

  .sm\:bg-green-200\/55{
    background-color: rgb(187 247 208 / 0.55);
  }

  .sm\:bg-green-200\/60{
    background-color: rgb(187 247 208 / 0.6);
  }

  .sm\:bg-green-200\/65{
    background-color: rgb(187 247 208 / 0.65);
  }

  .sm\:bg-green-200\/70{
    background-color: rgb(187 247 208 / 0.7);
  }

  .sm\:bg-green-200\/75{
    background-color: rgb(187 247 208 / 0.75);
  }

  .sm\:bg-green-200\/80{
    background-color: rgb(187 247 208 / 0.8);
  }

  .sm\:bg-green-200\/85{
    background-color: rgb(187 247 208 / 0.85);
  }

  .sm\:bg-green-200\/90{
    background-color: rgb(187 247 208 / 0.9);
  }

  .sm\:bg-green-200\/95{
    background-color: rgb(187 247 208 / 0.95);
  }

  .sm\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-300\/0{
    background-color: rgb(134 239 172 / 0);
  }

  .sm\:bg-green-300\/10{
    background-color: rgb(134 239 172 / 0.1);
  }

  .sm\:bg-green-300\/100{
    background-color: rgb(134 239 172 / 1);
  }

  .sm\:bg-green-300\/15{
    background-color: rgb(134 239 172 / 0.15);
  }

  .sm\:bg-green-300\/20{
    background-color: rgb(134 239 172 / 0.2);
  }

  .sm\:bg-green-300\/25{
    background-color: rgb(134 239 172 / 0.25);
  }

  .sm\:bg-green-300\/30{
    background-color: rgb(134 239 172 / 0.3);
  }

  .sm\:bg-green-300\/35{
    background-color: rgb(134 239 172 / 0.35);
  }

  .sm\:bg-green-300\/40{
    background-color: rgb(134 239 172 / 0.4);
  }

  .sm\:bg-green-300\/45{
    background-color: rgb(134 239 172 / 0.45);
  }

  .sm\:bg-green-300\/5{
    background-color: rgb(134 239 172 / 0.05);
  }

  .sm\:bg-green-300\/50{
    background-color: rgb(134 239 172 / 0.5);
  }

  .sm\:bg-green-300\/55{
    background-color: rgb(134 239 172 / 0.55);
  }

  .sm\:bg-green-300\/60{
    background-color: rgb(134 239 172 / 0.6);
  }

  .sm\:bg-green-300\/65{
    background-color: rgb(134 239 172 / 0.65);
  }

  .sm\:bg-green-300\/70{
    background-color: rgb(134 239 172 / 0.7);
  }

  .sm\:bg-green-300\/75{
    background-color: rgb(134 239 172 / 0.75);
  }

  .sm\:bg-green-300\/80{
    background-color: rgb(134 239 172 / 0.8);
  }

  .sm\:bg-green-300\/85{
    background-color: rgb(134 239 172 / 0.85);
  }

  .sm\:bg-green-300\/90{
    background-color: rgb(134 239 172 / 0.9);
  }

  .sm\:bg-green-300\/95{
    background-color: rgb(134 239 172 / 0.95);
  }

  .sm\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-400\/0{
    background-color: rgb(74 222 128 / 0);
  }

  .sm\:bg-green-400\/10{
    background-color: rgb(74 222 128 / 0.1);
  }

  .sm\:bg-green-400\/100{
    background-color: rgb(74 222 128 / 1);
  }

  .sm\:bg-green-400\/15{
    background-color: rgb(74 222 128 / 0.15);
  }

  .sm\:bg-green-400\/20{
    background-color: rgb(74 222 128 / 0.2);
  }

  .sm\:bg-green-400\/25{
    background-color: rgb(74 222 128 / 0.25);
  }

  .sm\:bg-green-400\/30{
    background-color: rgb(74 222 128 / 0.3);
  }

  .sm\:bg-green-400\/35{
    background-color: rgb(74 222 128 / 0.35);
  }

  .sm\:bg-green-400\/40{
    background-color: rgb(74 222 128 / 0.4);
  }

  .sm\:bg-green-400\/45{
    background-color: rgb(74 222 128 / 0.45);
  }

  .sm\:bg-green-400\/5{
    background-color: rgb(74 222 128 / 0.05);
  }

  .sm\:bg-green-400\/50{
    background-color: rgb(74 222 128 / 0.5);
  }

  .sm\:bg-green-400\/55{
    background-color: rgb(74 222 128 / 0.55);
  }

  .sm\:bg-green-400\/60{
    background-color: rgb(74 222 128 / 0.6);
  }

  .sm\:bg-green-400\/65{
    background-color: rgb(74 222 128 / 0.65);
  }

  .sm\:bg-green-400\/70{
    background-color: rgb(74 222 128 / 0.7);
  }

  .sm\:bg-green-400\/75{
    background-color: rgb(74 222 128 / 0.75);
  }

  .sm\:bg-green-400\/80{
    background-color: rgb(74 222 128 / 0.8);
  }

  .sm\:bg-green-400\/85{
    background-color: rgb(74 222 128 / 0.85);
  }

  .sm\:bg-green-400\/90{
    background-color: rgb(74 222 128 / 0.9);
  }

  .sm\:bg-green-400\/95{
    background-color: rgb(74 222 128 / 0.95);
  }

  .sm\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-50\/0{
    background-color: rgb(240 253 244 / 0);
  }

  .sm\:bg-green-50\/10{
    background-color: rgb(240 253 244 / 0.1);
  }

  .sm\:bg-green-50\/100{
    background-color: rgb(240 253 244 / 1);
  }

  .sm\:bg-green-50\/15{
    background-color: rgb(240 253 244 / 0.15);
  }

  .sm\:bg-green-50\/20{
    background-color: rgb(240 253 244 / 0.2);
  }

  .sm\:bg-green-50\/25{
    background-color: rgb(240 253 244 / 0.25);
  }

  .sm\:bg-green-50\/30{
    background-color: rgb(240 253 244 / 0.3);
  }

  .sm\:bg-green-50\/35{
    background-color: rgb(240 253 244 / 0.35);
  }

  .sm\:bg-green-50\/40{
    background-color: rgb(240 253 244 / 0.4);
  }

  .sm\:bg-green-50\/45{
    background-color: rgb(240 253 244 / 0.45);
  }

  .sm\:bg-green-50\/5{
    background-color: rgb(240 253 244 / 0.05);
  }

  .sm\:bg-green-50\/50{
    background-color: rgb(240 253 244 / 0.5);
  }

  .sm\:bg-green-50\/55{
    background-color: rgb(240 253 244 / 0.55);
  }

  .sm\:bg-green-50\/60{
    background-color: rgb(240 253 244 / 0.6);
  }

  .sm\:bg-green-50\/65{
    background-color: rgb(240 253 244 / 0.65);
  }

  .sm\:bg-green-50\/70{
    background-color: rgb(240 253 244 / 0.7);
  }

  .sm\:bg-green-50\/75{
    background-color: rgb(240 253 244 / 0.75);
  }

  .sm\:bg-green-50\/80{
    background-color: rgb(240 253 244 / 0.8);
  }

  .sm\:bg-green-50\/85{
    background-color: rgb(240 253 244 / 0.85);
  }

  .sm\:bg-green-50\/90{
    background-color: rgb(240 253 244 / 0.9);
  }

  .sm\:bg-green-50\/95{
    background-color: rgb(240 253 244 / 0.95);
  }

  .sm\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-500\/0{
    background-color: rgb(34 197 94 / 0);
  }

  .sm\:bg-green-500\/10{
    background-color: rgb(34 197 94 / 0.1);
  }

  .sm\:bg-green-500\/100{
    background-color: rgb(34 197 94 / 1);
  }

  .sm\:bg-green-500\/15{
    background-color: rgb(34 197 94 / 0.15);
  }

  .sm\:bg-green-500\/20{
    background-color: rgb(34 197 94 / 0.2);
  }

  .sm\:bg-green-500\/25{
    background-color: rgb(34 197 94 / 0.25);
  }

  .sm\:bg-green-500\/30{
    background-color: rgb(34 197 94 / 0.3);
  }

  .sm\:bg-green-500\/35{
    background-color: rgb(34 197 94 / 0.35);
  }

  .sm\:bg-green-500\/40{
    background-color: rgb(34 197 94 / 0.4);
  }

  .sm\:bg-green-500\/45{
    background-color: rgb(34 197 94 / 0.45);
  }

  .sm\:bg-green-500\/5{
    background-color: rgb(34 197 94 / 0.05);
  }

  .sm\:bg-green-500\/50{
    background-color: rgb(34 197 94 / 0.5);
  }

  .sm\:bg-green-500\/55{
    background-color: rgb(34 197 94 / 0.55);
  }

  .sm\:bg-green-500\/60{
    background-color: rgb(34 197 94 / 0.6);
  }

  .sm\:bg-green-500\/65{
    background-color: rgb(34 197 94 / 0.65);
  }

  .sm\:bg-green-500\/70{
    background-color: rgb(34 197 94 / 0.7);
  }

  .sm\:bg-green-500\/75{
    background-color: rgb(34 197 94 / 0.75);
  }

  .sm\:bg-green-500\/80{
    background-color: rgb(34 197 94 / 0.8);
  }

  .sm\:bg-green-500\/85{
    background-color: rgb(34 197 94 / 0.85);
  }

  .sm\:bg-green-500\/90{
    background-color: rgb(34 197 94 / 0.9);
  }

  .sm\:bg-green-500\/95{
    background-color: rgb(34 197 94 / 0.95);
  }

  .sm\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-600\/0{
    background-color: rgb(22 163 74 / 0);
  }

  .sm\:bg-green-600\/10{
    background-color: rgb(22 163 74 / 0.1);
  }

  .sm\:bg-green-600\/100{
    background-color: rgb(22 163 74 / 1);
  }

  .sm\:bg-green-600\/15{
    background-color: rgb(22 163 74 / 0.15);
  }

  .sm\:bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
  }

  .sm\:bg-green-600\/25{
    background-color: rgb(22 163 74 / 0.25);
  }

  .sm\:bg-green-600\/30{
    background-color: rgb(22 163 74 / 0.3);
  }

  .sm\:bg-green-600\/35{
    background-color: rgb(22 163 74 / 0.35);
  }

  .sm\:bg-green-600\/40{
    background-color: rgb(22 163 74 / 0.4);
  }

  .sm\:bg-green-600\/45{
    background-color: rgb(22 163 74 / 0.45);
  }

  .sm\:bg-green-600\/5{
    background-color: rgb(22 163 74 / 0.05);
  }

  .sm\:bg-green-600\/50{
    background-color: rgb(22 163 74 / 0.5);
  }

  .sm\:bg-green-600\/55{
    background-color: rgb(22 163 74 / 0.55);
  }

  .sm\:bg-green-600\/60{
    background-color: rgb(22 163 74 / 0.6);
  }

  .sm\:bg-green-600\/65{
    background-color: rgb(22 163 74 / 0.65);
  }

  .sm\:bg-green-600\/70{
    background-color: rgb(22 163 74 / 0.7);
  }

  .sm\:bg-green-600\/75{
    background-color: rgb(22 163 74 / 0.75);
  }

  .sm\:bg-green-600\/80{
    background-color: rgb(22 163 74 / 0.8);
  }

  .sm\:bg-green-600\/85{
    background-color: rgb(22 163 74 / 0.85);
  }

  .sm\:bg-green-600\/90{
    background-color: rgb(22 163 74 / 0.9);
  }

  .sm\:bg-green-600\/95{
    background-color: rgb(22 163 74 / 0.95);
  }

  .sm\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-700\/0{
    background-color: rgb(21 128 61 / 0);
  }

  .sm\:bg-green-700\/10{
    background-color: rgb(21 128 61 / 0.1);
  }

  .sm\:bg-green-700\/100{
    background-color: rgb(21 128 61 / 1);
  }

  .sm\:bg-green-700\/15{
    background-color: rgb(21 128 61 / 0.15);
  }

  .sm\:bg-green-700\/20{
    background-color: rgb(21 128 61 / 0.2);
  }

  .sm\:bg-green-700\/25{
    background-color: rgb(21 128 61 / 0.25);
  }

  .sm\:bg-green-700\/30{
    background-color: rgb(21 128 61 / 0.3);
  }

  .sm\:bg-green-700\/35{
    background-color: rgb(21 128 61 / 0.35);
  }

  .sm\:bg-green-700\/40{
    background-color: rgb(21 128 61 / 0.4);
  }

  .sm\:bg-green-700\/45{
    background-color: rgb(21 128 61 / 0.45);
  }

  .sm\:bg-green-700\/5{
    background-color: rgb(21 128 61 / 0.05);
  }

  .sm\:bg-green-700\/50{
    background-color: rgb(21 128 61 / 0.5);
  }

  .sm\:bg-green-700\/55{
    background-color: rgb(21 128 61 / 0.55);
  }

  .sm\:bg-green-700\/60{
    background-color: rgb(21 128 61 / 0.6);
  }

  .sm\:bg-green-700\/65{
    background-color: rgb(21 128 61 / 0.65);
  }

  .sm\:bg-green-700\/70{
    background-color: rgb(21 128 61 / 0.7);
  }

  .sm\:bg-green-700\/75{
    background-color: rgb(21 128 61 / 0.75);
  }

  .sm\:bg-green-700\/80{
    background-color: rgb(21 128 61 / 0.8);
  }

  .sm\:bg-green-700\/85{
    background-color: rgb(21 128 61 / 0.85);
  }

  .sm\:bg-green-700\/90{
    background-color: rgb(21 128 61 / 0.9);
  }

  .sm\:bg-green-700\/95{
    background-color: rgb(21 128 61 / 0.95);
  }

  .sm\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-800\/0{
    background-color: rgb(22 101 52 / 0);
  }

  .sm\:bg-green-800\/10{
    background-color: rgb(22 101 52 / 0.1);
  }

  .sm\:bg-green-800\/100{
    background-color: rgb(22 101 52 / 1);
  }

  .sm\:bg-green-800\/15{
    background-color: rgb(22 101 52 / 0.15);
  }

  .sm\:bg-green-800\/20{
    background-color: rgb(22 101 52 / 0.2);
  }

  .sm\:bg-green-800\/25{
    background-color: rgb(22 101 52 / 0.25);
  }

  .sm\:bg-green-800\/30{
    background-color: rgb(22 101 52 / 0.3);
  }

  .sm\:bg-green-800\/35{
    background-color: rgb(22 101 52 / 0.35);
  }

  .sm\:bg-green-800\/40{
    background-color: rgb(22 101 52 / 0.4);
  }

  .sm\:bg-green-800\/45{
    background-color: rgb(22 101 52 / 0.45);
  }

  .sm\:bg-green-800\/5{
    background-color: rgb(22 101 52 / 0.05);
  }

  .sm\:bg-green-800\/50{
    background-color: rgb(22 101 52 / 0.5);
  }

  .sm\:bg-green-800\/55{
    background-color: rgb(22 101 52 / 0.55);
  }

  .sm\:bg-green-800\/60{
    background-color: rgb(22 101 52 / 0.6);
  }

  .sm\:bg-green-800\/65{
    background-color: rgb(22 101 52 / 0.65);
  }

  .sm\:bg-green-800\/70{
    background-color: rgb(22 101 52 / 0.7);
  }

  .sm\:bg-green-800\/75{
    background-color: rgb(22 101 52 / 0.75);
  }

  .sm\:bg-green-800\/80{
    background-color: rgb(22 101 52 / 0.8);
  }

  .sm\:bg-green-800\/85{
    background-color: rgb(22 101 52 / 0.85);
  }

  .sm\:bg-green-800\/90{
    background-color: rgb(22 101 52 / 0.9);
  }

  .sm\:bg-green-800\/95{
    background-color: rgb(22 101 52 / 0.95);
  }

  .sm\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-900\/0{
    background-color: rgb(20 83 45 / 0);
  }

  .sm\:bg-green-900\/10{
    background-color: rgb(20 83 45 / 0.1);
  }

  .sm\:bg-green-900\/100{
    background-color: rgb(20 83 45 / 1);
  }

  .sm\:bg-green-900\/15{
    background-color: rgb(20 83 45 / 0.15);
  }

  .sm\:bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }

  .sm\:bg-green-900\/25{
    background-color: rgb(20 83 45 / 0.25);
  }

  .sm\:bg-green-900\/30{
    background-color: rgb(20 83 45 / 0.3);
  }

  .sm\:bg-green-900\/35{
    background-color: rgb(20 83 45 / 0.35);
  }

  .sm\:bg-green-900\/40{
    background-color: rgb(20 83 45 / 0.4);
  }

  .sm\:bg-green-900\/45{
    background-color: rgb(20 83 45 / 0.45);
  }

  .sm\:bg-green-900\/5{
    background-color: rgb(20 83 45 / 0.05);
  }

  .sm\:bg-green-900\/50{
    background-color: rgb(20 83 45 / 0.5);
  }

  .sm\:bg-green-900\/55{
    background-color: rgb(20 83 45 / 0.55);
  }

  .sm\:bg-green-900\/60{
    background-color: rgb(20 83 45 / 0.6);
  }

  .sm\:bg-green-900\/65{
    background-color: rgb(20 83 45 / 0.65);
  }

  .sm\:bg-green-900\/70{
    background-color: rgb(20 83 45 / 0.7);
  }

  .sm\:bg-green-900\/75{
    background-color: rgb(20 83 45 / 0.75);
  }

  .sm\:bg-green-900\/80{
    background-color: rgb(20 83 45 / 0.8);
  }

  .sm\:bg-green-900\/85{
    background-color: rgb(20 83 45 / 0.85);
  }

  .sm\:bg-green-900\/90{
    background-color: rgb(20 83 45 / 0.9);
  }

  .sm\:bg-green-900\/95{
    background-color: rgb(20 83 45 / 0.95);
  }

  .sm\:bg-green-950{
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-green-950\/0{
    background-color: rgb(5 46 22 / 0);
  }

  .sm\:bg-green-950\/10{
    background-color: rgb(5 46 22 / 0.1);
  }

  .sm\:bg-green-950\/100{
    background-color: rgb(5 46 22 / 1);
  }

  .sm\:bg-green-950\/15{
    background-color: rgb(5 46 22 / 0.15);
  }

  .sm\:bg-green-950\/20{
    background-color: rgb(5 46 22 / 0.2);
  }

  .sm\:bg-green-950\/25{
    background-color: rgb(5 46 22 / 0.25);
  }

  .sm\:bg-green-950\/30{
    background-color: rgb(5 46 22 / 0.3);
  }

  .sm\:bg-green-950\/35{
    background-color: rgb(5 46 22 / 0.35);
  }

  .sm\:bg-green-950\/40{
    background-color: rgb(5 46 22 / 0.4);
  }

  .sm\:bg-green-950\/45{
    background-color: rgb(5 46 22 / 0.45);
  }

  .sm\:bg-green-950\/5{
    background-color: rgb(5 46 22 / 0.05);
  }

  .sm\:bg-green-950\/50{
    background-color: rgb(5 46 22 / 0.5);
  }

  .sm\:bg-green-950\/55{
    background-color: rgb(5 46 22 / 0.55);
  }

  .sm\:bg-green-950\/60{
    background-color: rgb(5 46 22 / 0.6);
  }

  .sm\:bg-green-950\/65{
    background-color: rgb(5 46 22 / 0.65);
  }

  .sm\:bg-green-950\/70{
    background-color: rgb(5 46 22 / 0.7);
  }

  .sm\:bg-green-950\/75{
    background-color: rgb(5 46 22 / 0.75);
  }

  .sm\:bg-green-950\/80{
    background-color: rgb(5 46 22 / 0.8);
  }

  .sm\:bg-green-950\/85{
    background-color: rgb(5 46 22 / 0.85);
  }

  .sm\:bg-green-950\/90{
    background-color: rgb(5 46 22 / 0.9);
  }

  .sm\:bg-green-950\/95{
    background-color: rgb(5 46 22 / 0.95);
  }

  .sm\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-100\/0{
    background-color: rgb(224 231 255 / 0);
  }

  .sm\:bg-indigo-100\/10{
    background-color: rgb(224 231 255 / 0.1);
  }

  .sm\:bg-indigo-100\/100{
    background-color: rgb(224 231 255 / 1);
  }

  .sm\:bg-indigo-100\/15{
    background-color: rgb(224 231 255 / 0.15);
  }

  .sm\:bg-indigo-100\/20{
    background-color: rgb(224 231 255 / 0.2);
  }

  .sm\:bg-indigo-100\/25{
    background-color: rgb(224 231 255 / 0.25);
  }

  .sm\:bg-indigo-100\/30{
    background-color: rgb(224 231 255 / 0.3);
  }

  .sm\:bg-indigo-100\/35{
    background-color: rgb(224 231 255 / 0.35);
  }

  .sm\:bg-indigo-100\/40{
    background-color: rgb(224 231 255 / 0.4);
  }

  .sm\:bg-indigo-100\/45{
    background-color: rgb(224 231 255 / 0.45);
  }

  .sm\:bg-indigo-100\/5{
    background-color: rgb(224 231 255 / 0.05);
  }

  .sm\:bg-indigo-100\/50{
    background-color: rgb(224 231 255 / 0.5);
  }

  .sm\:bg-indigo-100\/55{
    background-color: rgb(224 231 255 / 0.55);
  }

  .sm\:bg-indigo-100\/60{
    background-color: rgb(224 231 255 / 0.6);
  }

  .sm\:bg-indigo-100\/65{
    background-color: rgb(224 231 255 / 0.65);
  }

  .sm\:bg-indigo-100\/70{
    background-color: rgb(224 231 255 / 0.7);
  }

  .sm\:bg-indigo-100\/75{
    background-color: rgb(224 231 255 / 0.75);
  }

  .sm\:bg-indigo-100\/80{
    background-color: rgb(224 231 255 / 0.8);
  }

  .sm\:bg-indigo-100\/85{
    background-color: rgb(224 231 255 / 0.85);
  }

  .sm\:bg-indigo-100\/90{
    background-color: rgb(224 231 255 / 0.9);
  }

  .sm\:bg-indigo-100\/95{
    background-color: rgb(224 231 255 / 0.95);
  }

  .sm\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-200\/0{
    background-color: rgb(199 210 254 / 0);
  }

  .sm\:bg-indigo-200\/10{
    background-color: rgb(199 210 254 / 0.1);
  }

  .sm\:bg-indigo-200\/100{
    background-color: rgb(199 210 254 / 1);
  }

  .sm\:bg-indigo-200\/15{
    background-color: rgb(199 210 254 / 0.15);
  }

  .sm\:bg-indigo-200\/20{
    background-color: rgb(199 210 254 / 0.2);
  }

  .sm\:bg-indigo-200\/25{
    background-color: rgb(199 210 254 / 0.25);
  }

  .sm\:bg-indigo-200\/30{
    background-color: rgb(199 210 254 / 0.3);
  }

  .sm\:bg-indigo-200\/35{
    background-color: rgb(199 210 254 / 0.35);
  }

  .sm\:bg-indigo-200\/40{
    background-color: rgb(199 210 254 / 0.4);
  }

  .sm\:bg-indigo-200\/45{
    background-color: rgb(199 210 254 / 0.45);
  }

  .sm\:bg-indigo-200\/5{
    background-color: rgb(199 210 254 / 0.05);
  }

  .sm\:bg-indigo-200\/50{
    background-color: rgb(199 210 254 / 0.5);
  }

  .sm\:bg-indigo-200\/55{
    background-color: rgb(199 210 254 / 0.55);
  }

  .sm\:bg-indigo-200\/60{
    background-color: rgb(199 210 254 / 0.6);
  }

  .sm\:bg-indigo-200\/65{
    background-color: rgb(199 210 254 / 0.65);
  }

  .sm\:bg-indigo-200\/70{
    background-color: rgb(199 210 254 / 0.7);
  }

  .sm\:bg-indigo-200\/75{
    background-color: rgb(199 210 254 / 0.75);
  }

  .sm\:bg-indigo-200\/80{
    background-color: rgb(199 210 254 / 0.8);
  }

  .sm\:bg-indigo-200\/85{
    background-color: rgb(199 210 254 / 0.85);
  }

  .sm\:bg-indigo-200\/90{
    background-color: rgb(199 210 254 / 0.9);
  }

  .sm\:bg-indigo-200\/95{
    background-color: rgb(199 210 254 / 0.95);
  }

  .sm\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-300\/0{
    background-color: rgb(165 180 252 / 0);
  }

  .sm\:bg-indigo-300\/10{
    background-color: rgb(165 180 252 / 0.1);
  }

  .sm\:bg-indigo-300\/100{
    background-color: rgb(165 180 252 / 1);
  }

  .sm\:bg-indigo-300\/15{
    background-color: rgb(165 180 252 / 0.15);
  }

  .sm\:bg-indigo-300\/20{
    background-color: rgb(165 180 252 / 0.2);
  }

  .sm\:bg-indigo-300\/25{
    background-color: rgb(165 180 252 / 0.25);
  }

  .sm\:bg-indigo-300\/30{
    background-color: rgb(165 180 252 / 0.3);
  }

  .sm\:bg-indigo-300\/35{
    background-color: rgb(165 180 252 / 0.35);
  }

  .sm\:bg-indigo-300\/40{
    background-color: rgb(165 180 252 / 0.4);
  }

  .sm\:bg-indigo-300\/45{
    background-color: rgb(165 180 252 / 0.45);
  }

  .sm\:bg-indigo-300\/5{
    background-color: rgb(165 180 252 / 0.05);
  }

  .sm\:bg-indigo-300\/50{
    background-color: rgb(165 180 252 / 0.5);
  }

  .sm\:bg-indigo-300\/55{
    background-color: rgb(165 180 252 / 0.55);
  }

  .sm\:bg-indigo-300\/60{
    background-color: rgb(165 180 252 / 0.6);
  }

  .sm\:bg-indigo-300\/65{
    background-color: rgb(165 180 252 / 0.65);
  }

  .sm\:bg-indigo-300\/70{
    background-color: rgb(165 180 252 / 0.7);
  }

  .sm\:bg-indigo-300\/75{
    background-color: rgb(165 180 252 / 0.75);
  }

  .sm\:bg-indigo-300\/80{
    background-color: rgb(165 180 252 / 0.8);
  }

  .sm\:bg-indigo-300\/85{
    background-color: rgb(165 180 252 / 0.85);
  }

  .sm\:bg-indigo-300\/90{
    background-color: rgb(165 180 252 / 0.9);
  }

  .sm\:bg-indigo-300\/95{
    background-color: rgb(165 180 252 / 0.95);
  }

  .sm\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-400\/0{
    background-color: rgb(129 140 248 / 0);
  }

  .sm\:bg-indigo-400\/10{
    background-color: rgb(129 140 248 / 0.1);
  }

  .sm\:bg-indigo-400\/100{
    background-color: rgb(129 140 248 / 1);
  }

  .sm\:bg-indigo-400\/15{
    background-color: rgb(129 140 248 / 0.15);
  }

  .sm\:bg-indigo-400\/20{
    background-color: rgb(129 140 248 / 0.2);
  }

  .sm\:bg-indigo-400\/25{
    background-color: rgb(129 140 248 / 0.25);
  }

  .sm\:bg-indigo-400\/30{
    background-color: rgb(129 140 248 / 0.3);
  }

  .sm\:bg-indigo-400\/35{
    background-color: rgb(129 140 248 / 0.35);
  }

  .sm\:bg-indigo-400\/40{
    background-color: rgb(129 140 248 / 0.4);
  }

  .sm\:bg-indigo-400\/45{
    background-color: rgb(129 140 248 / 0.45);
  }

  .sm\:bg-indigo-400\/5{
    background-color: rgb(129 140 248 / 0.05);
  }

  .sm\:bg-indigo-400\/50{
    background-color: rgb(129 140 248 / 0.5);
  }

  .sm\:bg-indigo-400\/55{
    background-color: rgb(129 140 248 / 0.55);
  }

  .sm\:bg-indigo-400\/60{
    background-color: rgb(129 140 248 / 0.6);
  }

  .sm\:bg-indigo-400\/65{
    background-color: rgb(129 140 248 / 0.65);
  }

  .sm\:bg-indigo-400\/70{
    background-color: rgb(129 140 248 / 0.7);
  }

  .sm\:bg-indigo-400\/75{
    background-color: rgb(129 140 248 / 0.75);
  }

  .sm\:bg-indigo-400\/80{
    background-color: rgb(129 140 248 / 0.8);
  }

  .sm\:bg-indigo-400\/85{
    background-color: rgb(129 140 248 / 0.85);
  }

  .sm\:bg-indigo-400\/90{
    background-color: rgb(129 140 248 / 0.9);
  }

  .sm\:bg-indigo-400\/95{
    background-color: rgb(129 140 248 / 0.95);
  }

  .sm\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-50\/0{
    background-color: rgb(238 242 255 / 0);
  }

  .sm\:bg-indigo-50\/10{
    background-color: rgb(238 242 255 / 0.1);
  }

  .sm\:bg-indigo-50\/100{
    background-color: rgb(238 242 255 / 1);
  }

  .sm\:bg-indigo-50\/15{
    background-color: rgb(238 242 255 / 0.15);
  }

  .sm\:bg-indigo-50\/20{
    background-color: rgb(238 242 255 / 0.2);
  }

  .sm\:bg-indigo-50\/25{
    background-color: rgb(238 242 255 / 0.25);
  }

  .sm\:bg-indigo-50\/30{
    background-color: rgb(238 242 255 / 0.3);
  }

  .sm\:bg-indigo-50\/35{
    background-color: rgb(238 242 255 / 0.35);
  }

  .sm\:bg-indigo-50\/40{
    background-color: rgb(238 242 255 / 0.4);
  }

  .sm\:bg-indigo-50\/45{
    background-color: rgb(238 242 255 / 0.45);
  }

  .sm\:bg-indigo-50\/5{
    background-color: rgb(238 242 255 / 0.05);
  }

  .sm\:bg-indigo-50\/50{
    background-color: rgb(238 242 255 / 0.5);
  }

  .sm\:bg-indigo-50\/55{
    background-color: rgb(238 242 255 / 0.55);
  }

  .sm\:bg-indigo-50\/60{
    background-color: rgb(238 242 255 / 0.6);
  }

  .sm\:bg-indigo-50\/65{
    background-color: rgb(238 242 255 / 0.65);
  }

  .sm\:bg-indigo-50\/70{
    background-color: rgb(238 242 255 / 0.7);
  }

  .sm\:bg-indigo-50\/75{
    background-color: rgb(238 242 255 / 0.75);
  }

  .sm\:bg-indigo-50\/80{
    background-color: rgb(238 242 255 / 0.8);
  }

  .sm\:bg-indigo-50\/85{
    background-color: rgb(238 242 255 / 0.85);
  }

  .sm\:bg-indigo-50\/90{
    background-color: rgb(238 242 255 / 0.9);
  }

  .sm\:bg-indigo-50\/95{
    background-color: rgb(238 242 255 / 0.95);
  }

  .sm\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-500\/0{
    background-color: rgb(99 102 241 / 0);
  }

  .sm\:bg-indigo-500\/10{
    background-color: rgb(99 102 241 / 0.1);
  }

  .sm\:bg-indigo-500\/100{
    background-color: rgb(99 102 241 / 1);
  }

  .sm\:bg-indigo-500\/15{
    background-color: rgb(99 102 241 / 0.15);
  }

  .sm\:bg-indigo-500\/20{
    background-color: rgb(99 102 241 / 0.2);
  }

  .sm\:bg-indigo-500\/25{
    background-color: rgb(99 102 241 / 0.25);
  }

  .sm\:bg-indigo-500\/30{
    background-color: rgb(99 102 241 / 0.3);
  }

  .sm\:bg-indigo-500\/35{
    background-color: rgb(99 102 241 / 0.35);
  }

  .sm\:bg-indigo-500\/40{
    background-color: rgb(99 102 241 / 0.4);
  }

  .sm\:bg-indigo-500\/45{
    background-color: rgb(99 102 241 / 0.45);
  }

  .sm\:bg-indigo-500\/5{
    background-color: rgb(99 102 241 / 0.05);
  }

  .sm\:bg-indigo-500\/50{
    background-color: rgb(99 102 241 / 0.5);
  }

  .sm\:bg-indigo-500\/55{
    background-color: rgb(99 102 241 / 0.55);
  }

  .sm\:bg-indigo-500\/60{
    background-color: rgb(99 102 241 / 0.6);
  }

  .sm\:bg-indigo-500\/65{
    background-color: rgb(99 102 241 / 0.65);
  }

  .sm\:bg-indigo-500\/70{
    background-color: rgb(99 102 241 / 0.7);
  }

  .sm\:bg-indigo-500\/75{
    background-color: rgb(99 102 241 / 0.75);
  }

  .sm\:bg-indigo-500\/80{
    background-color: rgb(99 102 241 / 0.8);
  }

  .sm\:bg-indigo-500\/85{
    background-color: rgb(99 102 241 / 0.85);
  }

  .sm\:bg-indigo-500\/90{
    background-color: rgb(99 102 241 / 0.9);
  }

  .sm\:bg-indigo-500\/95{
    background-color: rgb(99 102 241 / 0.95);
  }

  .sm\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-600\/0{
    background-color: rgb(79 70 229 / 0);
  }

  .sm\:bg-indigo-600\/10{
    background-color: rgb(79 70 229 / 0.1);
  }

  .sm\:bg-indigo-600\/100{
    background-color: rgb(79 70 229 / 1);
  }

  .sm\:bg-indigo-600\/15{
    background-color: rgb(79 70 229 / 0.15);
  }

  .sm\:bg-indigo-600\/20{
    background-color: rgb(79 70 229 / 0.2);
  }

  .sm\:bg-indigo-600\/25{
    background-color: rgb(79 70 229 / 0.25);
  }

  .sm\:bg-indigo-600\/30{
    background-color: rgb(79 70 229 / 0.3);
  }

  .sm\:bg-indigo-600\/35{
    background-color: rgb(79 70 229 / 0.35);
  }

  .sm\:bg-indigo-600\/40{
    background-color: rgb(79 70 229 / 0.4);
  }

  .sm\:bg-indigo-600\/45{
    background-color: rgb(79 70 229 / 0.45);
  }

  .sm\:bg-indigo-600\/5{
    background-color: rgb(79 70 229 / 0.05);
  }

  .sm\:bg-indigo-600\/50{
    background-color: rgb(79 70 229 / 0.5);
  }

  .sm\:bg-indigo-600\/55{
    background-color: rgb(79 70 229 / 0.55);
  }

  .sm\:bg-indigo-600\/60{
    background-color: rgb(79 70 229 / 0.6);
  }

  .sm\:bg-indigo-600\/65{
    background-color: rgb(79 70 229 / 0.65);
  }

  .sm\:bg-indigo-600\/70{
    background-color: rgb(79 70 229 / 0.7);
  }

  .sm\:bg-indigo-600\/75{
    background-color: rgb(79 70 229 / 0.75);
  }

  .sm\:bg-indigo-600\/80{
    background-color: rgb(79 70 229 / 0.8);
  }

  .sm\:bg-indigo-600\/85{
    background-color: rgb(79 70 229 / 0.85);
  }

  .sm\:bg-indigo-600\/90{
    background-color: rgb(79 70 229 / 0.9);
  }

  .sm\:bg-indigo-600\/95{
    background-color: rgb(79 70 229 / 0.95);
  }

  .sm\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-700\/0{
    background-color: rgb(67 56 202 / 0);
  }

  .sm\:bg-indigo-700\/10{
    background-color: rgb(67 56 202 / 0.1);
  }

  .sm\:bg-indigo-700\/100{
    background-color: rgb(67 56 202 / 1);
  }

  .sm\:bg-indigo-700\/15{
    background-color: rgb(67 56 202 / 0.15);
  }

  .sm\:bg-indigo-700\/20{
    background-color: rgb(67 56 202 / 0.2);
  }

  .sm\:bg-indigo-700\/25{
    background-color: rgb(67 56 202 / 0.25);
  }

  .sm\:bg-indigo-700\/30{
    background-color: rgb(67 56 202 / 0.3);
  }

  .sm\:bg-indigo-700\/35{
    background-color: rgb(67 56 202 / 0.35);
  }

  .sm\:bg-indigo-700\/40{
    background-color: rgb(67 56 202 / 0.4);
  }

  .sm\:bg-indigo-700\/45{
    background-color: rgb(67 56 202 / 0.45);
  }

  .sm\:bg-indigo-700\/5{
    background-color: rgb(67 56 202 / 0.05);
  }

  .sm\:bg-indigo-700\/50{
    background-color: rgb(67 56 202 / 0.5);
  }

  .sm\:bg-indigo-700\/55{
    background-color: rgb(67 56 202 / 0.55);
  }

  .sm\:bg-indigo-700\/60{
    background-color: rgb(67 56 202 / 0.6);
  }

  .sm\:bg-indigo-700\/65{
    background-color: rgb(67 56 202 / 0.65);
  }

  .sm\:bg-indigo-700\/70{
    background-color: rgb(67 56 202 / 0.7);
  }

  .sm\:bg-indigo-700\/75{
    background-color: rgb(67 56 202 / 0.75);
  }

  .sm\:bg-indigo-700\/80{
    background-color: rgb(67 56 202 / 0.8);
  }

  .sm\:bg-indigo-700\/85{
    background-color: rgb(67 56 202 / 0.85);
  }

  .sm\:bg-indigo-700\/90{
    background-color: rgb(67 56 202 / 0.9);
  }

  .sm\:bg-indigo-700\/95{
    background-color: rgb(67 56 202 / 0.95);
  }

  .sm\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-800\/0{
    background-color: rgb(55 48 163 / 0);
  }

  .sm\:bg-indigo-800\/10{
    background-color: rgb(55 48 163 / 0.1);
  }

  .sm\:bg-indigo-800\/100{
    background-color: rgb(55 48 163 / 1);
  }

  .sm\:bg-indigo-800\/15{
    background-color: rgb(55 48 163 / 0.15);
  }

  .sm\:bg-indigo-800\/20{
    background-color: rgb(55 48 163 / 0.2);
  }

  .sm\:bg-indigo-800\/25{
    background-color: rgb(55 48 163 / 0.25);
  }

  .sm\:bg-indigo-800\/30{
    background-color: rgb(55 48 163 / 0.3);
  }

  .sm\:bg-indigo-800\/35{
    background-color: rgb(55 48 163 / 0.35);
  }

  .sm\:bg-indigo-800\/40{
    background-color: rgb(55 48 163 / 0.4);
  }

  .sm\:bg-indigo-800\/45{
    background-color: rgb(55 48 163 / 0.45);
  }

  .sm\:bg-indigo-800\/5{
    background-color: rgb(55 48 163 / 0.05);
  }

  .sm\:bg-indigo-800\/50{
    background-color: rgb(55 48 163 / 0.5);
  }

  .sm\:bg-indigo-800\/55{
    background-color: rgb(55 48 163 / 0.55);
  }

  .sm\:bg-indigo-800\/60{
    background-color: rgb(55 48 163 / 0.6);
  }

  .sm\:bg-indigo-800\/65{
    background-color: rgb(55 48 163 / 0.65);
  }

  .sm\:bg-indigo-800\/70{
    background-color: rgb(55 48 163 / 0.7);
  }

  .sm\:bg-indigo-800\/75{
    background-color: rgb(55 48 163 / 0.75);
  }

  .sm\:bg-indigo-800\/80{
    background-color: rgb(55 48 163 / 0.8);
  }

  .sm\:bg-indigo-800\/85{
    background-color: rgb(55 48 163 / 0.85);
  }

  .sm\:bg-indigo-800\/90{
    background-color: rgb(55 48 163 / 0.9);
  }

  .sm\:bg-indigo-800\/95{
    background-color: rgb(55 48 163 / 0.95);
  }

  .sm\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-900\/0{
    background-color: rgb(49 46 129 / 0);
  }

  .sm\:bg-indigo-900\/10{
    background-color: rgb(49 46 129 / 0.1);
  }

  .sm\:bg-indigo-900\/100{
    background-color: rgb(49 46 129 / 1);
  }

  .sm\:bg-indigo-900\/15{
    background-color: rgb(49 46 129 / 0.15);
  }

  .sm\:bg-indigo-900\/20{
    background-color: rgb(49 46 129 / 0.2);
  }

  .sm\:bg-indigo-900\/25{
    background-color: rgb(49 46 129 / 0.25);
  }

  .sm\:bg-indigo-900\/30{
    background-color: rgb(49 46 129 / 0.3);
  }

  .sm\:bg-indigo-900\/35{
    background-color: rgb(49 46 129 / 0.35);
  }

  .sm\:bg-indigo-900\/40{
    background-color: rgb(49 46 129 / 0.4);
  }

  .sm\:bg-indigo-900\/45{
    background-color: rgb(49 46 129 / 0.45);
  }

  .sm\:bg-indigo-900\/5{
    background-color: rgb(49 46 129 / 0.05);
  }

  .sm\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }

  .sm\:bg-indigo-900\/55{
    background-color: rgb(49 46 129 / 0.55);
  }

  .sm\:bg-indigo-900\/60{
    background-color: rgb(49 46 129 / 0.6);
  }

  .sm\:bg-indigo-900\/65{
    background-color: rgb(49 46 129 / 0.65);
  }

  .sm\:bg-indigo-900\/70{
    background-color: rgb(49 46 129 / 0.7);
  }

  .sm\:bg-indigo-900\/75{
    background-color: rgb(49 46 129 / 0.75);
  }

  .sm\:bg-indigo-900\/80{
    background-color: rgb(49 46 129 / 0.8);
  }

  .sm\:bg-indigo-900\/85{
    background-color: rgb(49 46 129 / 0.85);
  }

  .sm\:bg-indigo-900\/90{
    background-color: rgb(49 46 129 / 0.9);
  }

  .sm\:bg-indigo-900\/95{
    background-color: rgb(49 46 129 / 0.95);
  }

  .sm\:bg-indigo-950{
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-indigo-950\/0{
    background-color: rgb(30 27 75 / 0);
  }

  .sm\:bg-indigo-950\/10{
    background-color: rgb(30 27 75 / 0.1);
  }

  .sm\:bg-indigo-950\/100{
    background-color: rgb(30 27 75 / 1);
  }

  .sm\:bg-indigo-950\/15{
    background-color: rgb(30 27 75 / 0.15);
  }

  .sm\:bg-indigo-950\/20{
    background-color: rgb(30 27 75 / 0.2);
  }

  .sm\:bg-indigo-950\/25{
    background-color: rgb(30 27 75 / 0.25);
  }

  .sm\:bg-indigo-950\/30{
    background-color: rgb(30 27 75 / 0.3);
  }

  .sm\:bg-indigo-950\/35{
    background-color: rgb(30 27 75 / 0.35);
  }

  .sm\:bg-indigo-950\/40{
    background-color: rgb(30 27 75 / 0.4);
  }

  .sm\:bg-indigo-950\/45{
    background-color: rgb(30 27 75 / 0.45);
  }

  .sm\:bg-indigo-950\/5{
    background-color: rgb(30 27 75 / 0.05);
  }

  .sm\:bg-indigo-950\/50{
    background-color: rgb(30 27 75 / 0.5);
  }

  .sm\:bg-indigo-950\/55{
    background-color: rgb(30 27 75 / 0.55);
  }

  .sm\:bg-indigo-950\/60{
    background-color: rgb(30 27 75 / 0.6);
  }

  .sm\:bg-indigo-950\/65{
    background-color: rgb(30 27 75 / 0.65);
  }

  .sm\:bg-indigo-950\/70{
    background-color: rgb(30 27 75 / 0.7);
  }

  .sm\:bg-indigo-950\/75{
    background-color: rgb(30 27 75 / 0.75);
  }

  .sm\:bg-indigo-950\/80{
    background-color: rgb(30 27 75 / 0.8);
  }

  .sm\:bg-indigo-950\/85{
    background-color: rgb(30 27 75 / 0.85);
  }

  .sm\:bg-indigo-950\/90{
    background-color: rgb(30 27 75 / 0.9);
  }

  .sm\:bg-indigo-950\/95{
    background-color: rgb(30 27 75 / 0.95);
  }

  .sm\:bg-inherit{
    background-color: inherit;
  }

  .sm\:bg-lime-100{
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-100\/0{
    background-color: rgb(236 252 203 / 0);
  }

  .sm\:bg-lime-100\/10{
    background-color: rgb(236 252 203 / 0.1);
  }

  .sm\:bg-lime-100\/100{
    background-color: rgb(236 252 203 / 1);
  }

  .sm\:bg-lime-100\/15{
    background-color: rgb(236 252 203 / 0.15);
  }

  .sm\:bg-lime-100\/20{
    background-color: rgb(236 252 203 / 0.2);
  }

  .sm\:bg-lime-100\/25{
    background-color: rgb(236 252 203 / 0.25);
  }

  .sm\:bg-lime-100\/30{
    background-color: rgb(236 252 203 / 0.3);
  }

  .sm\:bg-lime-100\/35{
    background-color: rgb(236 252 203 / 0.35);
  }

  .sm\:bg-lime-100\/40{
    background-color: rgb(236 252 203 / 0.4);
  }

  .sm\:bg-lime-100\/45{
    background-color: rgb(236 252 203 / 0.45);
  }

  .sm\:bg-lime-100\/5{
    background-color: rgb(236 252 203 / 0.05);
  }

  .sm\:bg-lime-100\/50{
    background-color: rgb(236 252 203 / 0.5);
  }

  .sm\:bg-lime-100\/55{
    background-color: rgb(236 252 203 / 0.55);
  }

  .sm\:bg-lime-100\/60{
    background-color: rgb(236 252 203 / 0.6);
  }

  .sm\:bg-lime-100\/65{
    background-color: rgb(236 252 203 / 0.65);
  }

  .sm\:bg-lime-100\/70{
    background-color: rgb(236 252 203 / 0.7);
  }

  .sm\:bg-lime-100\/75{
    background-color: rgb(236 252 203 / 0.75);
  }

  .sm\:bg-lime-100\/80{
    background-color: rgb(236 252 203 / 0.8);
  }

  .sm\:bg-lime-100\/85{
    background-color: rgb(236 252 203 / 0.85);
  }

  .sm\:bg-lime-100\/90{
    background-color: rgb(236 252 203 / 0.9);
  }

  .sm\:bg-lime-100\/95{
    background-color: rgb(236 252 203 / 0.95);
  }

  .sm\:bg-lime-200{
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-200\/0{
    background-color: rgb(217 249 157 / 0);
  }

  .sm\:bg-lime-200\/10{
    background-color: rgb(217 249 157 / 0.1);
  }

  .sm\:bg-lime-200\/100{
    background-color: rgb(217 249 157 / 1);
  }

  .sm\:bg-lime-200\/15{
    background-color: rgb(217 249 157 / 0.15);
  }

  .sm\:bg-lime-200\/20{
    background-color: rgb(217 249 157 / 0.2);
  }

  .sm\:bg-lime-200\/25{
    background-color: rgb(217 249 157 / 0.25);
  }

  .sm\:bg-lime-200\/30{
    background-color: rgb(217 249 157 / 0.3);
  }

  .sm\:bg-lime-200\/35{
    background-color: rgb(217 249 157 / 0.35);
  }

  .sm\:bg-lime-200\/40{
    background-color: rgb(217 249 157 / 0.4);
  }

  .sm\:bg-lime-200\/45{
    background-color: rgb(217 249 157 / 0.45);
  }

  .sm\:bg-lime-200\/5{
    background-color: rgb(217 249 157 / 0.05);
  }

  .sm\:bg-lime-200\/50{
    background-color: rgb(217 249 157 / 0.5);
  }

  .sm\:bg-lime-200\/55{
    background-color: rgb(217 249 157 / 0.55);
  }

  .sm\:bg-lime-200\/60{
    background-color: rgb(217 249 157 / 0.6);
  }

  .sm\:bg-lime-200\/65{
    background-color: rgb(217 249 157 / 0.65);
  }

  .sm\:bg-lime-200\/70{
    background-color: rgb(217 249 157 / 0.7);
  }

  .sm\:bg-lime-200\/75{
    background-color: rgb(217 249 157 / 0.75);
  }

  .sm\:bg-lime-200\/80{
    background-color: rgb(217 249 157 / 0.8);
  }

  .sm\:bg-lime-200\/85{
    background-color: rgb(217 249 157 / 0.85);
  }

  .sm\:bg-lime-200\/90{
    background-color: rgb(217 249 157 / 0.9);
  }

  .sm\:bg-lime-200\/95{
    background-color: rgb(217 249 157 / 0.95);
  }

  .sm\:bg-lime-300{
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-300\/0{
    background-color: rgb(190 242 100 / 0);
  }

  .sm\:bg-lime-300\/10{
    background-color: rgb(190 242 100 / 0.1);
  }

  .sm\:bg-lime-300\/100{
    background-color: rgb(190 242 100 / 1);
  }

  .sm\:bg-lime-300\/15{
    background-color: rgb(190 242 100 / 0.15);
  }

  .sm\:bg-lime-300\/20{
    background-color: rgb(190 242 100 / 0.2);
  }

  .sm\:bg-lime-300\/25{
    background-color: rgb(190 242 100 / 0.25);
  }

  .sm\:bg-lime-300\/30{
    background-color: rgb(190 242 100 / 0.3);
  }

  .sm\:bg-lime-300\/35{
    background-color: rgb(190 242 100 / 0.35);
  }

  .sm\:bg-lime-300\/40{
    background-color: rgb(190 242 100 / 0.4);
  }

  .sm\:bg-lime-300\/45{
    background-color: rgb(190 242 100 / 0.45);
  }

  .sm\:bg-lime-300\/5{
    background-color: rgb(190 242 100 / 0.05);
  }

  .sm\:bg-lime-300\/50{
    background-color: rgb(190 242 100 / 0.5);
  }

  .sm\:bg-lime-300\/55{
    background-color: rgb(190 242 100 / 0.55);
  }

  .sm\:bg-lime-300\/60{
    background-color: rgb(190 242 100 / 0.6);
  }

  .sm\:bg-lime-300\/65{
    background-color: rgb(190 242 100 / 0.65);
  }

  .sm\:bg-lime-300\/70{
    background-color: rgb(190 242 100 / 0.7);
  }

  .sm\:bg-lime-300\/75{
    background-color: rgb(190 242 100 / 0.75);
  }

  .sm\:bg-lime-300\/80{
    background-color: rgb(190 242 100 / 0.8);
  }

  .sm\:bg-lime-300\/85{
    background-color: rgb(190 242 100 / 0.85);
  }

  .sm\:bg-lime-300\/90{
    background-color: rgb(190 242 100 / 0.9);
  }

  .sm\:bg-lime-300\/95{
    background-color: rgb(190 242 100 / 0.95);
  }

  .sm\:bg-lime-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-400\/0{
    background-color: rgb(163 230 53 / 0);
  }

  .sm\:bg-lime-400\/10{
    background-color: rgb(163 230 53 / 0.1);
  }

  .sm\:bg-lime-400\/100{
    background-color: rgb(163 230 53 / 1);
  }

  .sm\:bg-lime-400\/15{
    background-color: rgb(163 230 53 / 0.15);
  }

  .sm\:bg-lime-400\/20{
    background-color: rgb(163 230 53 / 0.2);
  }

  .sm\:bg-lime-400\/25{
    background-color: rgb(163 230 53 / 0.25);
  }

  .sm\:bg-lime-400\/30{
    background-color: rgb(163 230 53 / 0.3);
  }

  .sm\:bg-lime-400\/35{
    background-color: rgb(163 230 53 / 0.35);
  }

  .sm\:bg-lime-400\/40{
    background-color: rgb(163 230 53 / 0.4);
  }

  .sm\:bg-lime-400\/45{
    background-color: rgb(163 230 53 / 0.45);
  }

  .sm\:bg-lime-400\/5{
    background-color: rgb(163 230 53 / 0.05);
  }

  .sm\:bg-lime-400\/50{
    background-color: rgb(163 230 53 / 0.5);
  }

  .sm\:bg-lime-400\/55{
    background-color: rgb(163 230 53 / 0.55);
  }

  .sm\:bg-lime-400\/60{
    background-color: rgb(163 230 53 / 0.6);
  }

  .sm\:bg-lime-400\/65{
    background-color: rgb(163 230 53 / 0.65);
  }

  .sm\:bg-lime-400\/70{
    background-color: rgb(163 230 53 / 0.7);
  }

  .sm\:bg-lime-400\/75{
    background-color: rgb(163 230 53 / 0.75);
  }

  .sm\:bg-lime-400\/80{
    background-color: rgb(163 230 53 / 0.8);
  }

  .sm\:bg-lime-400\/85{
    background-color: rgb(163 230 53 / 0.85);
  }

  .sm\:bg-lime-400\/90{
    background-color: rgb(163 230 53 / 0.9);
  }

  .sm\:bg-lime-400\/95{
    background-color: rgb(163 230 53 / 0.95);
  }

  .sm\:bg-lime-50{
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-50\/0{
    background-color: rgb(247 254 231 / 0);
  }

  .sm\:bg-lime-50\/10{
    background-color: rgb(247 254 231 / 0.1);
  }

  .sm\:bg-lime-50\/100{
    background-color: rgb(247 254 231 / 1);
  }

  .sm\:bg-lime-50\/15{
    background-color: rgb(247 254 231 / 0.15);
  }

  .sm\:bg-lime-50\/20{
    background-color: rgb(247 254 231 / 0.2);
  }

  .sm\:bg-lime-50\/25{
    background-color: rgb(247 254 231 / 0.25);
  }

  .sm\:bg-lime-50\/30{
    background-color: rgb(247 254 231 / 0.3);
  }

  .sm\:bg-lime-50\/35{
    background-color: rgb(247 254 231 / 0.35);
  }

  .sm\:bg-lime-50\/40{
    background-color: rgb(247 254 231 / 0.4);
  }

  .sm\:bg-lime-50\/45{
    background-color: rgb(247 254 231 / 0.45);
  }

  .sm\:bg-lime-50\/5{
    background-color: rgb(247 254 231 / 0.05);
  }

  .sm\:bg-lime-50\/50{
    background-color: rgb(247 254 231 / 0.5);
  }

  .sm\:bg-lime-50\/55{
    background-color: rgb(247 254 231 / 0.55);
  }

  .sm\:bg-lime-50\/60{
    background-color: rgb(247 254 231 / 0.6);
  }

  .sm\:bg-lime-50\/65{
    background-color: rgb(247 254 231 / 0.65);
  }

  .sm\:bg-lime-50\/70{
    background-color: rgb(247 254 231 / 0.7);
  }

  .sm\:bg-lime-50\/75{
    background-color: rgb(247 254 231 / 0.75);
  }

  .sm\:bg-lime-50\/80{
    background-color: rgb(247 254 231 / 0.8);
  }

  .sm\:bg-lime-50\/85{
    background-color: rgb(247 254 231 / 0.85);
  }

  .sm\:bg-lime-50\/90{
    background-color: rgb(247 254 231 / 0.9);
  }

  .sm\:bg-lime-50\/95{
    background-color: rgb(247 254 231 / 0.95);
  }

  .sm\:bg-lime-500{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-500\/0{
    background-color: rgb(132 204 22 / 0);
  }

  .sm\:bg-lime-500\/10{
    background-color: rgb(132 204 22 / 0.1);
  }

  .sm\:bg-lime-500\/100{
    background-color: rgb(132 204 22 / 1);
  }

  .sm\:bg-lime-500\/15{
    background-color: rgb(132 204 22 / 0.15);
  }

  .sm\:bg-lime-500\/20{
    background-color: rgb(132 204 22 / 0.2);
  }

  .sm\:bg-lime-500\/25{
    background-color: rgb(132 204 22 / 0.25);
  }

  .sm\:bg-lime-500\/30{
    background-color: rgb(132 204 22 / 0.3);
  }

  .sm\:bg-lime-500\/35{
    background-color: rgb(132 204 22 / 0.35);
  }

  .sm\:bg-lime-500\/40{
    background-color: rgb(132 204 22 / 0.4);
  }

  .sm\:bg-lime-500\/45{
    background-color: rgb(132 204 22 / 0.45);
  }

  .sm\:bg-lime-500\/5{
    background-color: rgb(132 204 22 / 0.05);
  }

  .sm\:bg-lime-500\/50{
    background-color: rgb(132 204 22 / 0.5);
  }

  .sm\:bg-lime-500\/55{
    background-color: rgb(132 204 22 / 0.55);
  }

  .sm\:bg-lime-500\/60{
    background-color: rgb(132 204 22 / 0.6);
  }

  .sm\:bg-lime-500\/65{
    background-color: rgb(132 204 22 / 0.65);
  }

  .sm\:bg-lime-500\/70{
    background-color: rgb(132 204 22 / 0.7);
  }

  .sm\:bg-lime-500\/75{
    background-color: rgb(132 204 22 / 0.75);
  }

  .sm\:bg-lime-500\/80{
    background-color: rgb(132 204 22 / 0.8);
  }

  .sm\:bg-lime-500\/85{
    background-color: rgb(132 204 22 / 0.85);
  }

  .sm\:bg-lime-500\/90{
    background-color: rgb(132 204 22 / 0.9);
  }

  .sm\:bg-lime-500\/95{
    background-color: rgb(132 204 22 / 0.95);
  }

  .sm\:bg-lime-600{
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-600\/0{
    background-color: rgb(101 163 13 / 0);
  }

  .sm\:bg-lime-600\/10{
    background-color: rgb(101 163 13 / 0.1);
  }

  .sm\:bg-lime-600\/100{
    background-color: rgb(101 163 13 / 1);
  }

  .sm\:bg-lime-600\/15{
    background-color: rgb(101 163 13 / 0.15);
  }

  .sm\:bg-lime-600\/20{
    background-color: rgb(101 163 13 / 0.2);
  }

  .sm\:bg-lime-600\/25{
    background-color: rgb(101 163 13 / 0.25);
  }

  .sm\:bg-lime-600\/30{
    background-color: rgb(101 163 13 / 0.3);
  }

  .sm\:bg-lime-600\/35{
    background-color: rgb(101 163 13 / 0.35);
  }

  .sm\:bg-lime-600\/40{
    background-color: rgb(101 163 13 / 0.4);
  }

  .sm\:bg-lime-600\/45{
    background-color: rgb(101 163 13 / 0.45);
  }

  .sm\:bg-lime-600\/5{
    background-color: rgb(101 163 13 / 0.05);
  }

  .sm\:bg-lime-600\/50{
    background-color: rgb(101 163 13 / 0.5);
  }

  .sm\:bg-lime-600\/55{
    background-color: rgb(101 163 13 / 0.55);
  }

  .sm\:bg-lime-600\/60{
    background-color: rgb(101 163 13 / 0.6);
  }

  .sm\:bg-lime-600\/65{
    background-color: rgb(101 163 13 / 0.65);
  }

  .sm\:bg-lime-600\/70{
    background-color: rgb(101 163 13 / 0.7);
  }

  .sm\:bg-lime-600\/75{
    background-color: rgb(101 163 13 / 0.75);
  }

  .sm\:bg-lime-600\/80{
    background-color: rgb(101 163 13 / 0.8);
  }

  .sm\:bg-lime-600\/85{
    background-color: rgb(101 163 13 / 0.85);
  }

  .sm\:bg-lime-600\/90{
    background-color: rgb(101 163 13 / 0.9);
  }

  .sm\:bg-lime-600\/95{
    background-color: rgb(101 163 13 / 0.95);
  }

  .sm\:bg-lime-700{
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-700\/0{
    background-color: rgb(77 124 15 / 0);
  }

  .sm\:bg-lime-700\/10{
    background-color: rgb(77 124 15 / 0.1);
  }

  .sm\:bg-lime-700\/100{
    background-color: rgb(77 124 15 / 1);
  }

  .sm\:bg-lime-700\/15{
    background-color: rgb(77 124 15 / 0.15);
  }

  .sm\:bg-lime-700\/20{
    background-color: rgb(77 124 15 / 0.2);
  }

  .sm\:bg-lime-700\/25{
    background-color: rgb(77 124 15 / 0.25);
  }

  .sm\:bg-lime-700\/30{
    background-color: rgb(77 124 15 / 0.3);
  }

  .sm\:bg-lime-700\/35{
    background-color: rgb(77 124 15 / 0.35);
  }

  .sm\:bg-lime-700\/40{
    background-color: rgb(77 124 15 / 0.4);
  }

  .sm\:bg-lime-700\/45{
    background-color: rgb(77 124 15 / 0.45);
  }

  .sm\:bg-lime-700\/5{
    background-color: rgb(77 124 15 / 0.05);
  }

  .sm\:bg-lime-700\/50{
    background-color: rgb(77 124 15 / 0.5);
  }

  .sm\:bg-lime-700\/55{
    background-color: rgb(77 124 15 / 0.55);
  }

  .sm\:bg-lime-700\/60{
    background-color: rgb(77 124 15 / 0.6);
  }

  .sm\:bg-lime-700\/65{
    background-color: rgb(77 124 15 / 0.65);
  }

  .sm\:bg-lime-700\/70{
    background-color: rgb(77 124 15 / 0.7);
  }

  .sm\:bg-lime-700\/75{
    background-color: rgb(77 124 15 / 0.75);
  }

  .sm\:bg-lime-700\/80{
    background-color: rgb(77 124 15 / 0.8);
  }

  .sm\:bg-lime-700\/85{
    background-color: rgb(77 124 15 / 0.85);
  }

  .sm\:bg-lime-700\/90{
    background-color: rgb(77 124 15 / 0.9);
  }

  .sm\:bg-lime-700\/95{
    background-color: rgb(77 124 15 / 0.95);
  }

  .sm\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-800\/0{
    background-color: rgb(63 98 18 / 0);
  }

  .sm\:bg-lime-800\/10{
    background-color: rgb(63 98 18 / 0.1);
  }

  .sm\:bg-lime-800\/100{
    background-color: rgb(63 98 18 / 1);
  }

  .sm\:bg-lime-800\/15{
    background-color: rgb(63 98 18 / 0.15);
  }

  .sm\:bg-lime-800\/20{
    background-color: rgb(63 98 18 / 0.2);
  }

  .sm\:bg-lime-800\/25{
    background-color: rgb(63 98 18 / 0.25);
  }

  .sm\:bg-lime-800\/30{
    background-color: rgb(63 98 18 / 0.3);
  }

  .sm\:bg-lime-800\/35{
    background-color: rgb(63 98 18 / 0.35);
  }

  .sm\:bg-lime-800\/40{
    background-color: rgb(63 98 18 / 0.4);
  }

  .sm\:bg-lime-800\/45{
    background-color: rgb(63 98 18 / 0.45);
  }

  .sm\:bg-lime-800\/5{
    background-color: rgb(63 98 18 / 0.05);
  }

  .sm\:bg-lime-800\/50{
    background-color: rgb(63 98 18 / 0.5);
  }

  .sm\:bg-lime-800\/55{
    background-color: rgb(63 98 18 / 0.55);
  }

  .sm\:bg-lime-800\/60{
    background-color: rgb(63 98 18 / 0.6);
  }

  .sm\:bg-lime-800\/65{
    background-color: rgb(63 98 18 / 0.65);
  }

  .sm\:bg-lime-800\/70{
    background-color: rgb(63 98 18 / 0.7);
  }

  .sm\:bg-lime-800\/75{
    background-color: rgb(63 98 18 / 0.75);
  }

  .sm\:bg-lime-800\/80{
    background-color: rgb(63 98 18 / 0.8);
  }

  .sm\:bg-lime-800\/85{
    background-color: rgb(63 98 18 / 0.85);
  }

  .sm\:bg-lime-800\/90{
    background-color: rgb(63 98 18 / 0.9);
  }

  .sm\:bg-lime-800\/95{
    background-color: rgb(63 98 18 / 0.95);
  }

  .sm\:bg-lime-900{
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-900\/0{
    background-color: rgb(54 83 20 / 0);
  }

  .sm\:bg-lime-900\/10{
    background-color: rgb(54 83 20 / 0.1);
  }

  .sm\:bg-lime-900\/100{
    background-color: rgb(54 83 20 / 1);
  }

  .sm\:bg-lime-900\/15{
    background-color: rgb(54 83 20 / 0.15);
  }

  .sm\:bg-lime-900\/20{
    background-color: rgb(54 83 20 / 0.2);
  }

  .sm\:bg-lime-900\/25{
    background-color: rgb(54 83 20 / 0.25);
  }

  .sm\:bg-lime-900\/30{
    background-color: rgb(54 83 20 / 0.3);
  }

  .sm\:bg-lime-900\/35{
    background-color: rgb(54 83 20 / 0.35);
  }

  .sm\:bg-lime-900\/40{
    background-color: rgb(54 83 20 / 0.4);
  }

  .sm\:bg-lime-900\/45{
    background-color: rgb(54 83 20 / 0.45);
  }

  .sm\:bg-lime-900\/5{
    background-color: rgb(54 83 20 / 0.05);
  }

  .sm\:bg-lime-900\/50{
    background-color: rgb(54 83 20 / 0.5);
  }

  .sm\:bg-lime-900\/55{
    background-color: rgb(54 83 20 / 0.55);
  }

  .sm\:bg-lime-900\/60{
    background-color: rgb(54 83 20 / 0.6);
  }

  .sm\:bg-lime-900\/65{
    background-color: rgb(54 83 20 / 0.65);
  }

  .sm\:bg-lime-900\/70{
    background-color: rgb(54 83 20 / 0.7);
  }

  .sm\:bg-lime-900\/75{
    background-color: rgb(54 83 20 / 0.75);
  }

  .sm\:bg-lime-900\/80{
    background-color: rgb(54 83 20 / 0.8);
  }

  .sm\:bg-lime-900\/85{
    background-color: rgb(54 83 20 / 0.85);
  }

  .sm\:bg-lime-900\/90{
    background-color: rgb(54 83 20 / 0.9);
  }

  .sm\:bg-lime-900\/95{
    background-color: rgb(54 83 20 / 0.95);
  }

  .sm\:bg-lime-950{
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-lime-950\/0{
    background-color: rgb(26 46 5 / 0);
  }

  .sm\:bg-lime-950\/10{
    background-color: rgb(26 46 5 / 0.1);
  }

  .sm\:bg-lime-950\/100{
    background-color: rgb(26 46 5 / 1);
  }

  .sm\:bg-lime-950\/15{
    background-color: rgb(26 46 5 / 0.15);
  }

  .sm\:bg-lime-950\/20{
    background-color: rgb(26 46 5 / 0.2);
  }

  .sm\:bg-lime-950\/25{
    background-color: rgb(26 46 5 / 0.25);
  }

  .sm\:bg-lime-950\/30{
    background-color: rgb(26 46 5 / 0.3);
  }

  .sm\:bg-lime-950\/35{
    background-color: rgb(26 46 5 / 0.35);
  }

  .sm\:bg-lime-950\/40{
    background-color: rgb(26 46 5 / 0.4);
  }

  .sm\:bg-lime-950\/45{
    background-color: rgb(26 46 5 / 0.45);
  }

  .sm\:bg-lime-950\/5{
    background-color: rgb(26 46 5 / 0.05);
  }

  .sm\:bg-lime-950\/50{
    background-color: rgb(26 46 5 / 0.5);
  }

  .sm\:bg-lime-950\/55{
    background-color: rgb(26 46 5 / 0.55);
  }

  .sm\:bg-lime-950\/60{
    background-color: rgb(26 46 5 / 0.6);
  }

  .sm\:bg-lime-950\/65{
    background-color: rgb(26 46 5 / 0.65);
  }

  .sm\:bg-lime-950\/70{
    background-color: rgb(26 46 5 / 0.7);
  }

  .sm\:bg-lime-950\/75{
    background-color: rgb(26 46 5 / 0.75);
  }

  .sm\:bg-lime-950\/80{
    background-color: rgb(26 46 5 / 0.8);
  }

  .sm\:bg-lime-950\/85{
    background-color: rgb(26 46 5 / 0.85);
  }

  .sm\:bg-lime-950\/90{
    background-color: rgb(26 46 5 / 0.9);
  }

  .sm\:bg-lime-950\/95{
    background-color: rgb(26 46 5 / 0.95);
  }

  .sm\:bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-100\/0{
    background-color: rgb(245 245 245 / 0);
  }

  .sm\:bg-neutral-100\/10{
    background-color: rgb(245 245 245 / 0.1);
  }

  .sm\:bg-neutral-100\/100{
    background-color: rgb(245 245 245 / 1);
  }

  .sm\:bg-neutral-100\/15{
    background-color: rgb(245 245 245 / 0.15);
  }

  .sm\:bg-neutral-100\/20{
    background-color: rgb(245 245 245 / 0.2);
  }

  .sm\:bg-neutral-100\/25{
    background-color: rgb(245 245 245 / 0.25);
  }

  .sm\:bg-neutral-100\/30{
    background-color: rgb(245 245 245 / 0.3);
  }

  .sm\:bg-neutral-100\/35{
    background-color: rgb(245 245 245 / 0.35);
  }

  .sm\:bg-neutral-100\/40{
    background-color: rgb(245 245 245 / 0.4);
  }

  .sm\:bg-neutral-100\/45{
    background-color: rgb(245 245 245 / 0.45);
  }

  .sm\:bg-neutral-100\/5{
    background-color: rgb(245 245 245 / 0.05);
  }

  .sm\:bg-neutral-100\/50{
    background-color: rgb(245 245 245 / 0.5);
  }

  .sm\:bg-neutral-100\/55{
    background-color: rgb(245 245 245 / 0.55);
  }

  .sm\:bg-neutral-100\/60{
    background-color: rgb(245 245 245 / 0.6);
  }

  .sm\:bg-neutral-100\/65{
    background-color: rgb(245 245 245 / 0.65);
  }

  .sm\:bg-neutral-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .sm\:bg-neutral-100\/75{
    background-color: rgb(245 245 245 / 0.75);
  }

  .sm\:bg-neutral-100\/80{
    background-color: rgb(245 245 245 / 0.8);
  }

  .sm\:bg-neutral-100\/85{
    background-color: rgb(245 245 245 / 0.85);
  }

  .sm\:bg-neutral-100\/90{
    background-color: rgb(245 245 245 / 0.9);
  }

  .sm\:bg-neutral-100\/95{
    background-color: rgb(245 245 245 / 0.95);
  }

  .sm\:bg-neutral-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-200\/0{
    background-color: rgb(229 229 229 / 0);
  }

  .sm\:bg-neutral-200\/10{
    background-color: rgb(229 229 229 / 0.1);
  }

  .sm\:bg-neutral-200\/100{
    background-color: rgb(229 229 229 / 1);
  }

  .sm\:bg-neutral-200\/15{
    background-color: rgb(229 229 229 / 0.15);
  }

  .sm\:bg-neutral-200\/20{
    background-color: rgb(229 229 229 / 0.2);
  }

  .sm\:bg-neutral-200\/25{
    background-color: rgb(229 229 229 / 0.25);
  }

  .sm\:bg-neutral-200\/30{
    background-color: rgb(229 229 229 / 0.3);
  }

  .sm\:bg-neutral-200\/35{
    background-color: rgb(229 229 229 / 0.35);
  }

  .sm\:bg-neutral-200\/40{
    background-color: rgb(229 229 229 / 0.4);
  }

  .sm\:bg-neutral-200\/45{
    background-color: rgb(229 229 229 / 0.45);
  }

  .sm\:bg-neutral-200\/5{
    background-color: rgb(229 229 229 / 0.05);
  }

  .sm\:bg-neutral-200\/50{
    background-color: rgb(229 229 229 / 0.5);
  }

  .sm\:bg-neutral-200\/55{
    background-color: rgb(229 229 229 / 0.55);
  }

  .sm\:bg-neutral-200\/60{
    background-color: rgb(229 229 229 / 0.6);
  }

  .sm\:bg-neutral-200\/65{
    background-color: rgb(229 229 229 / 0.65);
  }

  .sm\:bg-neutral-200\/70{
    background-color: rgb(229 229 229 / 0.7);
  }

  .sm\:bg-neutral-200\/75{
    background-color: rgb(229 229 229 / 0.75);
  }

  .sm\:bg-neutral-200\/80{
    background-color: rgb(229 229 229 / 0.8);
  }

  .sm\:bg-neutral-200\/85{
    background-color: rgb(229 229 229 / 0.85);
  }

  .sm\:bg-neutral-200\/90{
    background-color: rgb(229 229 229 / 0.9);
  }

  .sm\:bg-neutral-200\/95{
    background-color: rgb(229 229 229 / 0.95);
  }

  .sm\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-300\/0{
    background-color: rgb(212 212 212 / 0);
  }

  .sm\:bg-neutral-300\/10{
    background-color: rgb(212 212 212 / 0.1);
  }

  .sm\:bg-neutral-300\/100{
    background-color: rgb(212 212 212 / 1);
  }

  .sm\:bg-neutral-300\/15{
    background-color: rgb(212 212 212 / 0.15);
  }

  .sm\:bg-neutral-300\/20{
    background-color: rgb(212 212 212 / 0.2);
  }

  .sm\:bg-neutral-300\/25{
    background-color: rgb(212 212 212 / 0.25);
  }

  .sm\:bg-neutral-300\/30{
    background-color: rgb(212 212 212 / 0.3);
  }

  .sm\:bg-neutral-300\/35{
    background-color: rgb(212 212 212 / 0.35);
  }

  .sm\:bg-neutral-300\/40{
    background-color: rgb(212 212 212 / 0.4);
  }

  .sm\:bg-neutral-300\/45{
    background-color: rgb(212 212 212 / 0.45);
  }

  .sm\:bg-neutral-300\/5{
    background-color: rgb(212 212 212 / 0.05);
  }

  .sm\:bg-neutral-300\/50{
    background-color: rgb(212 212 212 / 0.5);
  }

  .sm\:bg-neutral-300\/55{
    background-color: rgb(212 212 212 / 0.55);
  }

  .sm\:bg-neutral-300\/60{
    background-color: rgb(212 212 212 / 0.6);
  }

  .sm\:bg-neutral-300\/65{
    background-color: rgb(212 212 212 / 0.65);
  }

  .sm\:bg-neutral-300\/70{
    background-color: rgb(212 212 212 / 0.7);
  }

  .sm\:bg-neutral-300\/75{
    background-color: rgb(212 212 212 / 0.75);
  }

  .sm\:bg-neutral-300\/80{
    background-color: rgb(212 212 212 / 0.8);
  }

  .sm\:bg-neutral-300\/85{
    background-color: rgb(212 212 212 / 0.85);
  }

  .sm\:bg-neutral-300\/90{
    background-color: rgb(212 212 212 / 0.9);
  }

  .sm\:bg-neutral-300\/95{
    background-color: rgb(212 212 212 / 0.95);
  }

  .sm\:bg-neutral-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-400\/0{
    background-color: rgb(163 163 163 / 0);
  }

  .sm\:bg-neutral-400\/10{
    background-color: rgb(163 163 163 / 0.1);
  }

  .sm\:bg-neutral-400\/100{
    background-color: rgb(163 163 163 / 1);
  }

  .sm\:bg-neutral-400\/15{
    background-color: rgb(163 163 163 / 0.15);
  }

  .sm\:bg-neutral-400\/20{
    background-color: rgb(163 163 163 / 0.2);
  }

  .sm\:bg-neutral-400\/25{
    background-color: rgb(163 163 163 / 0.25);
  }

  .sm\:bg-neutral-400\/30{
    background-color: rgb(163 163 163 / 0.3);
  }

  .sm\:bg-neutral-400\/35{
    background-color: rgb(163 163 163 / 0.35);
  }

  .sm\:bg-neutral-400\/40{
    background-color: rgb(163 163 163 / 0.4);
  }

  .sm\:bg-neutral-400\/45{
    background-color: rgb(163 163 163 / 0.45);
  }

  .sm\:bg-neutral-400\/5{
    background-color: rgb(163 163 163 / 0.05);
  }

  .sm\:bg-neutral-400\/50{
    background-color: rgb(163 163 163 / 0.5);
  }

  .sm\:bg-neutral-400\/55{
    background-color: rgb(163 163 163 / 0.55);
  }

  .sm\:bg-neutral-400\/60{
    background-color: rgb(163 163 163 / 0.6);
  }

  .sm\:bg-neutral-400\/65{
    background-color: rgb(163 163 163 / 0.65);
  }

  .sm\:bg-neutral-400\/70{
    background-color: rgb(163 163 163 / 0.7);
  }

  .sm\:bg-neutral-400\/75{
    background-color: rgb(163 163 163 / 0.75);
  }

  .sm\:bg-neutral-400\/80{
    background-color: rgb(163 163 163 / 0.8);
  }

  .sm\:bg-neutral-400\/85{
    background-color: rgb(163 163 163 / 0.85);
  }

  .sm\:bg-neutral-400\/90{
    background-color: rgb(163 163 163 / 0.9);
  }

  .sm\:bg-neutral-400\/95{
    background-color: rgb(163 163 163 / 0.95);
  }

  .sm\:bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .sm\:bg-neutral-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .sm\:bg-neutral-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .sm\:bg-neutral-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .sm\:bg-neutral-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .sm\:bg-neutral-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .sm\:bg-neutral-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .sm\:bg-neutral-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .sm\:bg-neutral-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .sm\:bg-neutral-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .sm\:bg-neutral-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .sm\:bg-neutral-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .sm\:bg-neutral-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .sm\:bg-neutral-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .sm\:bg-neutral-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .sm\:bg-neutral-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .sm\:bg-neutral-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .sm\:bg-neutral-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .sm\:bg-neutral-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .sm\:bg-neutral-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .sm\:bg-neutral-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .sm\:bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-500\/0{
    background-color: rgb(115 115 115 / 0);
  }

  .sm\:bg-neutral-500\/10{
    background-color: rgb(115 115 115 / 0.1);
  }

  .sm\:bg-neutral-500\/100{
    background-color: rgb(115 115 115 / 1);
  }

  .sm\:bg-neutral-500\/15{
    background-color: rgb(115 115 115 / 0.15);
  }

  .sm\:bg-neutral-500\/20{
    background-color: rgb(115 115 115 / 0.2);
  }

  .sm\:bg-neutral-500\/25{
    background-color: rgb(115 115 115 / 0.25);
  }

  .sm\:bg-neutral-500\/30{
    background-color: rgb(115 115 115 / 0.3);
  }

  .sm\:bg-neutral-500\/35{
    background-color: rgb(115 115 115 / 0.35);
  }

  .sm\:bg-neutral-500\/40{
    background-color: rgb(115 115 115 / 0.4);
  }

  .sm\:bg-neutral-500\/45{
    background-color: rgb(115 115 115 / 0.45);
  }

  .sm\:bg-neutral-500\/5{
    background-color: rgb(115 115 115 / 0.05);
  }

  .sm\:bg-neutral-500\/50{
    background-color: rgb(115 115 115 / 0.5);
  }

  .sm\:bg-neutral-500\/55{
    background-color: rgb(115 115 115 / 0.55);
  }

  .sm\:bg-neutral-500\/60{
    background-color: rgb(115 115 115 / 0.6);
  }

  .sm\:bg-neutral-500\/65{
    background-color: rgb(115 115 115 / 0.65);
  }

  .sm\:bg-neutral-500\/70{
    background-color: rgb(115 115 115 / 0.7);
  }

  .sm\:bg-neutral-500\/75{
    background-color: rgb(115 115 115 / 0.75);
  }

  .sm\:bg-neutral-500\/80{
    background-color: rgb(115 115 115 / 0.8);
  }

  .sm\:bg-neutral-500\/85{
    background-color: rgb(115 115 115 / 0.85);
  }

  .sm\:bg-neutral-500\/90{
    background-color: rgb(115 115 115 / 0.9);
  }

  .sm\:bg-neutral-500\/95{
    background-color: rgb(115 115 115 / 0.95);
  }

  .sm\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-600\/0{
    background-color: rgb(82 82 82 / 0);
  }

  .sm\:bg-neutral-600\/10{
    background-color: rgb(82 82 82 / 0.1);
  }

  .sm\:bg-neutral-600\/100{
    background-color: rgb(82 82 82 / 1);
  }

  .sm\:bg-neutral-600\/15{
    background-color: rgb(82 82 82 / 0.15);
  }

  .sm\:bg-neutral-600\/20{
    background-color: rgb(82 82 82 / 0.2);
  }

  .sm\:bg-neutral-600\/25{
    background-color: rgb(82 82 82 / 0.25);
  }

  .sm\:bg-neutral-600\/30{
    background-color: rgb(82 82 82 / 0.3);
  }

  .sm\:bg-neutral-600\/35{
    background-color: rgb(82 82 82 / 0.35);
  }

  .sm\:bg-neutral-600\/40{
    background-color: rgb(82 82 82 / 0.4);
  }

  .sm\:bg-neutral-600\/45{
    background-color: rgb(82 82 82 / 0.45);
  }

  .sm\:bg-neutral-600\/5{
    background-color: rgb(82 82 82 / 0.05);
  }

  .sm\:bg-neutral-600\/50{
    background-color: rgb(82 82 82 / 0.5);
  }

  .sm\:bg-neutral-600\/55{
    background-color: rgb(82 82 82 / 0.55);
  }

  .sm\:bg-neutral-600\/60{
    background-color: rgb(82 82 82 / 0.6);
  }

  .sm\:bg-neutral-600\/65{
    background-color: rgb(82 82 82 / 0.65);
  }

  .sm\:bg-neutral-600\/70{
    background-color: rgb(82 82 82 / 0.7);
  }

  .sm\:bg-neutral-600\/75{
    background-color: rgb(82 82 82 / 0.75);
  }

  .sm\:bg-neutral-600\/80{
    background-color: rgb(82 82 82 / 0.8);
  }

  .sm\:bg-neutral-600\/85{
    background-color: rgb(82 82 82 / 0.85);
  }

  .sm\:bg-neutral-600\/90{
    background-color: rgb(82 82 82 / 0.9);
  }

  .sm\:bg-neutral-600\/95{
    background-color: rgb(82 82 82 / 0.95);
  }

  .sm\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-700\/0{
    background-color: rgb(64 64 64 / 0);
  }

  .sm\:bg-neutral-700\/10{
    background-color: rgb(64 64 64 / 0.1);
  }

  .sm\:bg-neutral-700\/100{
    background-color: rgb(64 64 64 / 1);
  }

  .sm\:bg-neutral-700\/15{
    background-color: rgb(64 64 64 / 0.15);
  }

  .sm\:bg-neutral-700\/20{
    background-color: rgb(64 64 64 / 0.2);
  }

  .sm\:bg-neutral-700\/25{
    background-color: rgb(64 64 64 / 0.25);
  }

  .sm\:bg-neutral-700\/30{
    background-color: rgb(64 64 64 / 0.3);
  }

  .sm\:bg-neutral-700\/35{
    background-color: rgb(64 64 64 / 0.35);
  }

  .sm\:bg-neutral-700\/40{
    background-color: rgb(64 64 64 / 0.4);
  }

  .sm\:bg-neutral-700\/45{
    background-color: rgb(64 64 64 / 0.45);
  }

  .sm\:bg-neutral-700\/5{
    background-color: rgb(64 64 64 / 0.05);
  }

  .sm\:bg-neutral-700\/50{
    background-color: rgb(64 64 64 / 0.5);
  }

  .sm\:bg-neutral-700\/55{
    background-color: rgb(64 64 64 / 0.55);
  }

  .sm\:bg-neutral-700\/60{
    background-color: rgb(64 64 64 / 0.6);
  }

  .sm\:bg-neutral-700\/65{
    background-color: rgb(64 64 64 / 0.65);
  }

  .sm\:bg-neutral-700\/70{
    background-color: rgb(64 64 64 / 0.7);
  }

  .sm\:bg-neutral-700\/75{
    background-color: rgb(64 64 64 / 0.75);
  }

  .sm\:bg-neutral-700\/80{
    background-color: rgb(64 64 64 / 0.8);
  }

  .sm\:bg-neutral-700\/85{
    background-color: rgb(64 64 64 / 0.85);
  }

  .sm\:bg-neutral-700\/90{
    background-color: rgb(64 64 64 / 0.9);
  }

  .sm\:bg-neutral-700\/95{
    background-color: rgb(64 64 64 / 0.95);
  }

  .sm\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-800\/0{
    background-color: rgb(38 38 38 / 0);
  }

  .sm\:bg-neutral-800\/10{
    background-color: rgb(38 38 38 / 0.1);
  }

  .sm\:bg-neutral-800\/100{
    background-color: rgb(38 38 38 / 1);
  }

  .sm\:bg-neutral-800\/15{
    background-color: rgb(38 38 38 / 0.15);
  }

  .sm\:bg-neutral-800\/20{
    background-color: rgb(38 38 38 / 0.2);
  }

  .sm\:bg-neutral-800\/25{
    background-color: rgb(38 38 38 / 0.25);
  }

  .sm\:bg-neutral-800\/30{
    background-color: rgb(38 38 38 / 0.3);
  }

  .sm\:bg-neutral-800\/35{
    background-color: rgb(38 38 38 / 0.35);
  }

  .sm\:bg-neutral-800\/40{
    background-color: rgb(38 38 38 / 0.4);
  }

  .sm\:bg-neutral-800\/45{
    background-color: rgb(38 38 38 / 0.45);
  }

  .sm\:bg-neutral-800\/5{
    background-color: rgb(38 38 38 / 0.05);
  }

  .sm\:bg-neutral-800\/50{
    background-color: rgb(38 38 38 / 0.5);
  }

  .sm\:bg-neutral-800\/55{
    background-color: rgb(38 38 38 / 0.55);
  }

  .sm\:bg-neutral-800\/60{
    background-color: rgb(38 38 38 / 0.6);
  }

  .sm\:bg-neutral-800\/65{
    background-color: rgb(38 38 38 / 0.65);
  }

  .sm\:bg-neutral-800\/70{
    background-color: rgb(38 38 38 / 0.7);
  }

  .sm\:bg-neutral-800\/75{
    background-color: rgb(38 38 38 / 0.75);
  }

  .sm\:bg-neutral-800\/80{
    background-color: rgb(38 38 38 / 0.8);
  }

  .sm\:bg-neutral-800\/85{
    background-color: rgb(38 38 38 / 0.85);
  }

  .sm\:bg-neutral-800\/90{
    background-color: rgb(38 38 38 / 0.9);
  }

  .sm\:bg-neutral-800\/95{
    background-color: rgb(38 38 38 / 0.95);
  }

  .sm\:bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-900\/0{
    background-color: rgb(23 23 23 / 0);
  }

  .sm\:bg-neutral-900\/10{
    background-color: rgb(23 23 23 / 0.1);
  }

  .sm\:bg-neutral-900\/100{
    background-color: rgb(23 23 23 / 1);
  }

  .sm\:bg-neutral-900\/15{
    background-color: rgb(23 23 23 / 0.15);
  }

  .sm\:bg-neutral-900\/20{
    background-color: rgb(23 23 23 / 0.2);
  }

  .sm\:bg-neutral-900\/25{
    background-color: rgb(23 23 23 / 0.25);
  }

  .sm\:bg-neutral-900\/30{
    background-color: rgb(23 23 23 / 0.3);
  }

  .sm\:bg-neutral-900\/35{
    background-color: rgb(23 23 23 / 0.35);
  }

  .sm\:bg-neutral-900\/40{
    background-color: rgb(23 23 23 / 0.4);
  }

  .sm\:bg-neutral-900\/45{
    background-color: rgb(23 23 23 / 0.45);
  }

  .sm\:bg-neutral-900\/5{
    background-color: rgb(23 23 23 / 0.05);
  }

  .sm\:bg-neutral-900\/50{
    background-color: rgb(23 23 23 / 0.5);
  }

  .sm\:bg-neutral-900\/55{
    background-color: rgb(23 23 23 / 0.55);
  }

  .sm\:bg-neutral-900\/60{
    background-color: rgb(23 23 23 / 0.6);
  }

  .sm\:bg-neutral-900\/65{
    background-color: rgb(23 23 23 / 0.65);
  }

  .sm\:bg-neutral-900\/70{
    background-color: rgb(23 23 23 / 0.7);
  }

  .sm\:bg-neutral-900\/75{
    background-color: rgb(23 23 23 / 0.75);
  }

  .sm\:bg-neutral-900\/80{
    background-color: rgb(23 23 23 / 0.8);
  }

  .sm\:bg-neutral-900\/85{
    background-color: rgb(23 23 23 / 0.85);
  }

  .sm\:bg-neutral-900\/90{
    background-color: rgb(23 23 23 / 0.9);
  }

  .sm\:bg-neutral-900\/95{
    background-color: rgb(23 23 23 / 0.95);
  }

  .sm\:bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-950\/0{
    background-color: rgb(10 10 10 / 0);
  }

  .sm\:bg-neutral-950\/10{
    background-color: rgb(10 10 10 / 0.1);
  }

  .sm\:bg-neutral-950\/100{
    background-color: rgb(10 10 10 / 1);
  }

  .sm\:bg-neutral-950\/15{
    background-color: rgb(10 10 10 / 0.15);
  }

  .sm\:bg-neutral-950\/20{
    background-color: rgb(10 10 10 / 0.2);
  }

  .sm\:bg-neutral-950\/25{
    background-color: rgb(10 10 10 / 0.25);
  }

  .sm\:bg-neutral-950\/30{
    background-color: rgb(10 10 10 / 0.3);
  }

  .sm\:bg-neutral-950\/35{
    background-color: rgb(10 10 10 / 0.35);
  }

  .sm\:bg-neutral-950\/40{
    background-color: rgb(10 10 10 / 0.4);
  }

  .sm\:bg-neutral-950\/45{
    background-color: rgb(10 10 10 / 0.45);
  }

  .sm\:bg-neutral-950\/5{
    background-color: rgb(10 10 10 / 0.05);
  }

  .sm\:bg-neutral-950\/50{
    background-color: rgb(10 10 10 / 0.5);
  }

  .sm\:bg-neutral-950\/55{
    background-color: rgb(10 10 10 / 0.55);
  }

  .sm\:bg-neutral-950\/60{
    background-color: rgb(10 10 10 / 0.6);
  }

  .sm\:bg-neutral-950\/65{
    background-color: rgb(10 10 10 / 0.65);
  }

  .sm\:bg-neutral-950\/70{
    background-color: rgb(10 10 10 / 0.7);
  }

  .sm\:bg-neutral-950\/75{
    background-color: rgb(10 10 10 / 0.75);
  }

  .sm\:bg-neutral-950\/80{
    background-color: rgb(10 10 10 / 0.8);
  }

  .sm\:bg-neutral-950\/85{
    background-color: rgb(10 10 10 / 0.85);
  }

  .sm\:bg-neutral-950\/90{
    background-color: rgb(10 10 10 / 0.9);
  }

  .sm\:bg-neutral-950\/95{
    background-color: rgb(10 10 10 / 0.95);
  }

  .sm\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-100\/0{
    background-color: rgb(255 237 213 / 0);
  }

  .sm\:bg-orange-100\/10{
    background-color: rgb(255 237 213 / 0.1);
  }

  .sm\:bg-orange-100\/100{
    background-color: rgb(255 237 213 / 1);
  }

  .sm\:bg-orange-100\/15{
    background-color: rgb(255 237 213 / 0.15);
  }

  .sm\:bg-orange-100\/20{
    background-color: rgb(255 237 213 / 0.2);
  }

  .sm\:bg-orange-100\/25{
    background-color: rgb(255 237 213 / 0.25);
  }

  .sm\:bg-orange-100\/30{
    background-color: rgb(255 237 213 / 0.3);
  }

  .sm\:bg-orange-100\/35{
    background-color: rgb(255 237 213 / 0.35);
  }

  .sm\:bg-orange-100\/40{
    background-color: rgb(255 237 213 / 0.4);
  }

  .sm\:bg-orange-100\/45{
    background-color: rgb(255 237 213 / 0.45);
  }

  .sm\:bg-orange-100\/5{
    background-color: rgb(255 237 213 / 0.05);
  }

  .sm\:bg-orange-100\/50{
    background-color: rgb(255 237 213 / 0.5);
  }

  .sm\:bg-orange-100\/55{
    background-color: rgb(255 237 213 / 0.55);
  }

  .sm\:bg-orange-100\/60{
    background-color: rgb(255 237 213 / 0.6);
  }

  .sm\:bg-orange-100\/65{
    background-color: rgb(255 237 213 / 0.65);
  }

  .sm\:bg-orange-100\/70{
    background-color: rgb(255 237 213 / 0.7);
  }

  .sm\:bg-orange-100\/75{
    background-color: rgb(255 237 213 / 0.75);
  }

  .sm\:bg-orange-100\/80{
    background-color: rgb(255 237 213 / 0.8);
  }

  .sm\:bg-orange-100\/85{
    background-color: rgb(255 237 213 / 0.85);
  }

  .sm\:bg-orange-100\/90{
    background-color: rgb(255 237 213 / 0.9);
  }

  .sm\:bg-orange-100\/95{
    background-color: rgb(255 237 213 / 0.95);
  }

  .sm\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-200\/0{
    background-color: rgb(254 215 170 / 0);
  }

  .sm\:bg-orange-200\/10{
    background-color: rgb(254 215 170 / 0.1);
  }

  .sm\:bg-orange-200\/100{
    background-color: rgb(254 215 170 / 1);
  }

  .sm\:bg-orange-200\/15{
    background-color: rgb(254 215 170 / 0.15);
  }

  .sm\:bg-orange-200\/20{
    background-color: rgb(254 215 170 / 0.2);
  }

  .sm\:bg-orange-200\/25{
    background-color: rgb(254 215 170 / 0.25);
  }

  .sm\:bg-orange-200\/30{
    background-color: rgb(254 215 170 / 0.3);
  }

  .sm\:bg-orange-200\/35{
    background-color: rgb(254 215 170 / 0.35);
  }

  .sm\:bg-orange-200\/40{
    background-color: rgb(254 215 170 / 0.4);
  }

  .sm\:bg-orange-200\/45{
    background-color: rgb(254 215 170 / 0.45);
  }

  .sm\:bg-orange-200\/5{
    background-color: rgb(254 215 170 / 0.05);
  }

  .sm\:bg-orange-200\/50{
    background-color: rgb(254 215 170 / 0.5);
  }

  .sm\:bg-orange-200\/55{
    background-color: rgb(254 215 170 / 0.55);
  }

  .sm\:bg-orange-200\/60{
    background-color: rgb(254 215 170 / 0.6);
  }

  .sm\:bg-orange-200\/65{
    background-color: rgb(254 215 170 / 0.65);
  }

  .sm\:bg-orange-200\/70{
    background-color: rgb(254 215 170 / 0.7);
  }

  .sm\:bg-orange-200\/75{
    background-color: rgb(254 215 170 / 0.75);
  }

  .sm\:bg-orange-200\/80{
    background-color: rgb(254 215 170 / 0.8);
  }

  .sm\:bg-orange-200\/85{
    background-color: rgb(254 215 170 / 0.85);
  }

  .sm\:bg-orange-200\/90{
    background-color: rgb(254 215 170 / 0.9);
  }

  .sm\:bg-orange-200\/95{
    background-color: rgb(254 215 170 / 0.95);
  }

  .sm\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-300\/0{
    background-color: rgb(253 186 116 / 0);
  }

  .sm\:bg-orange-300\/10{
    background-color: rgb(253 186 116 / 0.1);
  }

  .sm\:bg-orange-300\/100{
    background-color: rgb(253 186 116 / 1);
  }

  .sm\:bg-orange-300\/15{
    background-color: rgb(253 186 116 / 0.15);
  }

  .sm\:bg-orange-300\/20{
    background-color: rgb(253 186 116 / 0.2);
  }

  .sm\:bg-orange-300\/25{
    background-color: rgb(253 186 116 / 0.25);
  }

  .sm\:bg-orange-300\/30{
    background-color: rgb(253 186 116 / 0.3);
  }

  .sm\:bg-orange-300\/35{
    background-color: rgb(253 186 116 / 0.35);
  }

  .sm\:bg-orange-300\/40{
    background-color: rgb(253 186 116 / 0.4);
  }

  .sm\:bg-orange-300\/45{
    background-color: rgb(253 186 116 / 0.45);
  }

  .sm\:bg-orange-300\/5{
    background-color: rgb(253 186 116 / 0.05);
  }

  .sm\:bg-orange-300\/50{
    background-color: rgb(253 186 116 / 0.5);
  }

  .sm\:bg-orange-300\/55{
    background-color: rgb(253 186 116 / 0.55);
  }

  .sm\:bg-orange-300\/60{
    background-color: rgb(253 186 116 / 0.6);
  }

  .sm\:bg-orange-300\/65{
    background-color: rgb(253 186 116 / 0.65);
  }

  .sm\:bg-orange-300\/70{
    background-color: rgb(253 186 116 / 0.7);
  }

  .sm\:bg-orange-300\/75{
    background-color: rgb(253 186 116 / 0.75);
  }

  .sm\:bg-orange-300\/80{
    background-color: rgb(253 186 116 / 0.8);
  }

  .sm\:bg-orange-300\/85{
    background-color: rgb(253 186 116 / 0.85);
  }

  .sm\:bg-orange-300\/90{
    background-color: rgb(253 186 116 / 0.9);
  }

  .sm\:bg-orange-300\/95{
    background-color: rgb(253 186 116 / 0.95);
  }

  .sm\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-400\/0{
    background-color: rgb(251 146 60 / 0);
  }

  .sm\:bg-orange-400\/10{
    background-color: rgb(251 146 60 / 0.1);
  }

  .sm\:bg-orange-400\/100{
    background-color: rgb(251 146 60 / 1);
  }

  .sm\:bg-orange-400\/15{
    background-color: rgb(251 146 60 / 0.15);
  }

  .sm\:bg-orange-400\/20{
    background-color: rgb(251 146 60 / 0.2);
  }

  .sm\:bg-orange-400\/25{
    background-color: rgb(251 146 60 / 0.25);
  }

  .sm\:bg-orange-400\/30{
    background-color: rgb(251 146 60 / 0.3);
  }

  .sm\:bg-orange-400\/35{
    background-color: rgb(251 146 60 / 0.35);
  }

  .sm\:bg-orange-400\/40{
    background-color: rgb(251 146 60 / 0.4);
  }

  .sm\:bg-orange-400\/45{
    background-color: rgb(251 146 60 / 0.45);
  }

  .sm\:bg-orange-400\/5{
    background-color: rgb(251 146 60 / 0.05);
  }

  .sm\:bg-orange-400\/50{
    background-color: rgb(251 146 60 / 0.5);
  }

  .sm\:bg-orange-400\/55{
    background-color: rgb(251 146 60 / 0.55);
  }

  .sm\:bg-orange-400\/60{
    background-color: rgb(251 146 60 / 0.6);
  }

  .sm\:bg-orange-400\/65{
    background-color: rgb(251 146 60 / 0.65);
  }

  .sm\:bg-orange-400\/70{
    background-color: rgb(251 146 60 / 0.7);
  }

  .sm\:bg-orange-400\/75{
    background-color: rgb(251 146 60 / 0.75);
  }

  .sm\:bg-orange-400\/80{
    background-color: rgb(251 146 60 / 0.8);
  }

  .sm\:bg-orange-400\/85{
    background-color: rgb(251 146 60 / 0.85);
  }

  .sm\:bg-orange-400\/90{
    background-color: rgb(251 146 60 / 0.9);
  }

  .sm\:bg-orange-400\/95{
    background-color: rgb(251 146 60 / 0.95);
  }

  .sm\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-50\/0{
    background-color: rgb(255 247 237 / 0);
  }

  .sm\:bg-orange-50\/10{
    background-color: rgb(255 247 237 / 0.1);
  }

  .sm\:bg-orange-50\/100{
    background-color: rgb(255 247 237 / 1);
  }

  .sm\:bg-orange-50\/15{
    background-color: rgb(255 247 237 / 0.15);
  }

  .sm\:bg-orange-50\/20{
    background-color: rgb(255 247 237 / 0.2);
  }

  .sm\:bg-orange-50\/25{
    background-color: rgb(255 247 237 / 0.25);
  }

  .sm\:bg-orange-50\/30{
    background-color: rgb(255 247 237 / 0.3);
  }

  .sm\:bg-orange-50\/35{
    background-color: rgb(255 247 237 / 0.35);
  }

  .sm\:bg-orange-50\/40{
    background-color: rgb(255 247 237 / 0.4);
  }

  .sm\:bg-orange-50\/45{
    background-color: rgb(255 247 237 / 0.45);
  }

  .sm\:bg-orange-50\/5{
    background-color: rgb(255 247 237 / 0.05);
  }

  .sm\:bg-orange-50\/50{
    background-color: rgb(255 247 237 / 0.5);
  }

  .sm\:bg-orange-50\/55{
    background-color: rgb(255 247 237 / 0.55);
  }

  .sm\:bg-orange-50\/60{
    background-color: rgb(255 247 237 / 0.6);
  }

  .sm\:bg-orange-50\/65{
    background-color: rgb(255 247 237 / 0.65);
  }

  .sm\:bg-orange-50\/70{
    background-color: rgb(255 247 237 / 0.7);
  }

  .sm\:bg-orange-50\/75{
    background-color: rgb(255 247 237 / 0.75);
  }

  .sm\:bg-orange-50\/80{
    background-color: rgb(255 247 237 / 0.8);
  }

  .sm\:bg-orange-50\/85{
    background-color: rgb(255 247 237 / 0.85);
  }

  .sm\:bg-orange-50\/90{
    background-color: rgb(255 247 237 / 0.9);
  }

  .sm\:bg-orange-50\/95{
    background-color: rgb(255 247 237 / 0.95);
  }

  .sm\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-500\/0{
    background-color: rgb(249 115 22 / 0);
  }

  .sm\:bg-orange-500\/10{
    background-color: rgb(249 115 22 / 0.1);
  }

  .sm\:bg-orange-500\/100{
    background-color: rgb(249 115 22 / 1);
  }

  .sm\:bg-orange-500\/15{
    background-color: rgb(249 115 22 / 0.15);
  }

  .sm\:bg-orange-500\/20{
    background-color: rgb(249 115 22 / 0.2);
  }

  .sm\:bg-orange-500\/25{
    background-color: rgb(249 115 22 / 0.25);
  }

  .sm\:bg-orange-500\/30{
    background-color: rgb(249 115 22 / 0.3);
  }

  .sm\:bg-orange-500\/35{
    background-color: rgb(249 115 22 / 0.35);
  }

  .sm\:bg-orange-500\/40{
    background-color: rgb(249 115 22 / 0.4);
  }

  .sm\:bg-orange-500\/45{
    background-color: rgb(249 115 22 / 0.45);
  }

  .sm\:bg-orange-500\/5{
    background-color: rgb(249 115 22 / 0.05);
  }

  .sm\:bg-orange-500\/50{
    background-color: rgb(249 115 22 / 0.5);
  }

  .sm\:bg-orange-500\/55{
    background-color: rgb(249 115 22 / 0.55);
  }

  .sm\:bg-orange-500\/60{
    background-color: rgb(249 115 22 / 0.6);
  }

  .sm\:bg-orange-500\/65{
    background-color: rgb(249 115 22 / 0.65);
  }

  .sm\:bg-orange-500\/70{
    background-color: rgb(249 115 22 / 0.7);
  }

  .sm\:bg-orange-500\/75{
    background-color: rgb(249 115 22 / 0.75);
  }

  .sm\:bg-orange-500\/80{
    background-color: rgb(249 115 22 / 0.8);
  }

  .sm\:bg-orange-500\/85{
    background-color: rgb(249 115 22 / 0.85);
  }

  .sm\:bg-orange-500\/90{
    background-color: rgb(249 115 22 / 0.9);
  }

  .sm\:bg-orange-500\/95{
    background-color: rgb(249 115 22 / 0.95);
  }

  .sm\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-600\/0{
    background-color: rgb(234 88 12 / 0);
  }

  .sm\:bg-orange-600\/10{
    background-color: rgb(234 88 12 / 0.1);
  }

  .sm\:bg-orange-600\/100{
    background-color: rgb(234 88 12 / 1);
  }

  .sm\:bg-orange-600\/15{
    background-color: rgb(234 88 12 / 0.15);
  }

  .sm\:bg-orange-600\/20{
    background-color: rgb(234 88 12 / 0.2);
  }

  .sm\:bg-orange-600\/25{
    background-color: rgb(234 88 12 / 0.25);
  }

  .sm\:bg-orange-600\/30{
    background-color: rgb(234 88 12 / 0.3);
  }

  .sm\:bg-orange-600\/35{
    background-color: rgb(234 88 12 / 0.35);
  }

  .sm\:bg-orange-600\/40{
    background-color: rgb(234 88 12 / 0.4);
  }

  .sm\:bg-orange-600\/45{
    background-color: rgb(234 88 12 / 0.45);
  }

  .sm\:bg-orange-600\/5{
    background-color: rgb(234 88 12 / 0.05);
  }

  .sm\:bg-orange-600\/50{
    background-color: rgb(234 88 12 / 0.5);
  }

  .sm\:bg-orange-600\/55{
    background-color: rgb(234 88 12 / 0.55);
  }

  .sm\:bg-orange-600\/60{
    background-color: rgb(234 88 12 / 0.6);
  }

  .sm\:bg-orange-600\/65{
    background-color: rgb(234 88 12 / 0.65);
  }

  .sm\:bg-orange-600\/70{
    background-color: rgb(234 88 12 / 0.7);
  }

  .sm\:bg-orange-600\/75{
    background-color: rgb(234 88 12 / 0.75);
  }

  .sm\:bg-orange-600\/80{
    background-color: rgb(234 88 12 / 0.8);
  }

  .sm\:bg-orange-600\/85{
    background-color: rgb(234 88 12 / 0.85);
  }

  .sm\:bg-orange-600\/90{
    background-color: rgb(234 88 12 / 0.9);
  }

  .sm\:bg-orange-600\/95{
    background-color: rgb(234 88 12 / 0.95);
  }

  .sm\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-700\/0{
    background-color: rgb(194 65 12 / 0);
  }

  .sm\:bg-orange-700\/10{
    background-color: rgb(194 65 12 / 0.1);
  }

  .sm\:bg-orange-700\/100{
    background-color: rgb(194 65 12 / 1);
  }

  .sm\:bg-orange-700\/15{
    background-color: rgb(194 65 12 / 0.15);
  }

  .sm\:bg-orange-700\/20{
    background-color: rgb(194 65 12 / 0.2);
  }

  .sm\:bg-orange-700\/25{
    background-color: rgb(194 65 12 / 0.25);
  }

  .sm\:bg-orange-700\/30{
    background-color: rgb(194 65 12 / 0.3);
  }

  .sm\:bg-orange-700\/35{
    background-color: rgb(194 65 12 / 0.35);
  }

  .sm\:bg-orange-700\/40{
    background-color: rgb(194 65 12 / 0.4);
  }

  .sm\:bg-orange-700\/45{
    background-color: rgb(194 65 12 / 0.45);
  }

  .sm\:bg-orange-700\/5{
    background-color: rgb(194 65 12 / 0.05);
  }

  .sm\:bg-orange-700\/50{
    background-color: rgb(194 65 12 / 0.5);
  }

  .sm\:bg-orange-700\/55{
    background-color: rgb(194 65 12 / 0.55);
  }

  .sm\:bg-orange-700\/60{
    background-color: rgb(194 65 12 / 0.6);
  }

  .sm\:bg-orange-700\/65{
    background-color: rgb(194 65 12 / 0.65);
  }

  .sm\:bg-orange-700\/70{
    background-color: rgb(194 65 12 / 0.7);
  }

  .sm\:bg-orange-700\/75{
    background-color: rgb(194 65 12 / 0.75);
  }

  .sm\:bg-orange-700\/80{
    background-color: rgb(194 65 12 / 0.8);
  }

  .sm\:bg-orange-700\/85{
    background-color: rgb(194 65 12 / 0.85);
  }

  .sm\:bg-orange-700\/90{
    background-color: rgb(194 65 12 / 0.9);
  }

  .sm\:bg-orange-700\/95{
    background-color: rgb(194 65 12 / 0.95);
  }

  .sm\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-800\/0{
    background-color: rgb(154 52 18 / 0);
  }

  .sm\:bg-orange-800\/10{
    background-color: rgb(154 52 18 / 0.1);
  }

  .sm\:bg-orange-800\/100{
    background-color: rgb(154 52 18 / 1);
  }

  .sm\:bg-orange-800\/15{
    background-color: rgb(154 52 18 / 0.15);
  }

  .sm\:bg-orange-800\/20{
    background-color: rgb(154 52 18 / 0.2);
  }

  .sm\:bg-orange-800\/25{
    background-color: rgb(154 52 18 / 0.25);
  }

  .sm\:bg-orange-800\/30{
    background-color: rgb(154 52 18 / 0.3);
  }

  .sm\:bg-orange-800\/35{
    background-color: rgb(154 52 18 / 0.35);
  }

  .sm\:bg-orange-800\/40{
    background-color: rgb(154 52 18 / 0.4);
  }

  .sm\:bg-orange-800\/45{
    background-color: rgb(154 52 18 / 0.45);
  }

  .sm\:bg-orange-800\/5{
    background-color: rgb(154 52 18 / 0.05);
  }

  .sm\:bg-orange-800\/50{
    background-color: rgb(154 52 18 / 0.5);
  }

  .sm\:bg-orange-800\/55{
    background-color: rgb(154 52 18 / 0.55);
  }

  .sm\:bg-orange-800\/60{
    background-color: rgb(154 52 18 / 0.6);
  }

  .sm\:bg-orange-800\/65{
    background-color: rgb(154 52 18 / 0.65);
  }

  .sm\:bg-orange-800\/70{
    background-color: rgb(154 52 18 / 0.7);
  }

  .sm\:bg-orange-800\/75{
    background-color: rgb(154 52 18 / 0.75);
  }

  .sm\:bg-orange-800\/80{
    background-color: rgb(154 52 18 / 0.8);
  }

  .sm\:bg-orange-800\/85{
    background-color: rgb(154 52 18 / 0.85);
  }

  .sm\:bg-orange-800\/90{
    background-color: rgb(154 52 18 / 0.9);
  }

  .sm\:bg-orange-800\/95{
    background-color: rgb(154 52 18 / 0.95);
  }

  .sm\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-900\/0{
    background-color: rgb(124 45 18 / 0);
  }

  .sm\:bg-orange-900\/10{
    background-color: rgb(124 45 18 / 0.1);
  }

  .sm\:bg-orange-900\/100{
    background-color: rgb(124 45 18 / 1);
  }

  .sm\:bg-orange-900\/15{
    background-color: rgb(124 45 18 / 0.15);
  }

  .sm\:bg-orange-900\/20{
    background-color: rgb(124 45 18 / 0.2);
  }

  .sm\:bg-orange-900\/25{
    background-color: rgb(124 45 18 / 0.25);
  }

  .sm\:bg-orange-900\/30{
    background-color: rgb(124 45 18 / 0.3);
  }

  .sm\:bg-orange-900\/35{
    background-color: rgb(124 45 18 / 0.35);
  }

  .sm\:bg-orange-900\/40{
    background-color: rgb(124 45 18 / 0.4);
  }

  .sm\:bg-orange-900\/45{
    background-color: rgb(124 45 18 / 0.45);
  }

  .sm\:bg-orange-900\/5{
    background-color: rgb(124 45 18 / 0.05);
  }

  .sm\:bg-orange-900\/50{
    background-color: rgb(124 45 18 / 0.5);
  }

  .sm\:bg-orange-900\/55{
    background-color: rgb(124 45 18 / 0.55);
  }

  .sm\:bg-orange-900\/60{
    background-color: rgb(124 45 18 / 0.6);
  }

  .sm\:bg-orange-900\/65{
    background-color: rgb(124 45 18 / 0.65);
  }

  .sm\:bg-orange-900\/70{
    background-color: rgb(124 45 18 / 0.7);
  }

  .sm\:bg-orange-900\/75{
    background-color: rgb(124 45 18 / 0.75);
  }

  .sm\:bg-orange-900\/80{
    background-color: rgb(124 45 18 / 0.8);
  }

  .sm\:bg-orange-900\/85{
    background-color: rgb(124 45 18 / 0.85);
  }

  .sm\:bg-orange-900\/90{
    background-color: rgb(124 45 18 / 0.9);
  }

  .sm\:bg-orange-900\/95{
    background-color: rgb(124 45 18 / 0.95);
  }

  .sm\:bg-orange-950{
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-orange-950\/0{
    background-color: rgb(67 20 7 / 0);
  }

  .sm\:bg-orange-950\/10{
    background-color: rgb(67 20 7 / 0.1);
  }

  .sm\:bg-orange-950\/100{
    background-color: rgb(67 20 7 / 1);
  }

  .sm\:bg-orange-950\/15{
    background-color: rgb(67 20 7 / 0.15);
  }

  .sm\:bg-orange-950\/20{
    background-color: rgb(67 20 7 / 0.2);
  }

  .sm\:bg-orange-950\/25{
    background-color: rgb(67 20 7 / 0.25);
  }

  .sm\:bg-orange-950\/30{
    background-color: rgb(67 20 7 / 0.3);
  }

  .sm\:bg-orange-950\/35{
    background-color: rgb(67 20 7 / 0.35);
  }

  .sm\:bg-orange-950\/40{
    background-color: rgb(67 20 7 / 0.4);
  }

  .sm\:bg-orange-950\/45{
    background-color: rgb(67 20 7 / 0.45);
  }

  .sm\:bg-orange-950\/5{
    background-color: rgb(67 20 7 / 0.05);
  }

  .sm\:bg-orange-950\/50{
    background-color: rgb(67 20 7 / 0.5);
  }

  .sm\:bg-orange-950\/55{
    background-color: rgb(67 20 7 / 0.55);
  }

  .sm\:bg-orange-950\/60{
    background-color: rgb(67 20 7 / 0.6);
  }

  .sm\:bg-orange-950\/65{
    background-color: rgb(67 20 7 / 0.65);
  }

  .sm\:bg-orange-950\/70{
    background-color: rgb(67 20 7 / 0.7);
  }

  .sm\:bg-orange-950\/75{
    background-color: rgb(67 20 7 / 0.75);
  }

  .sm\:bg-orange-950\/80{
    background-color: rgb(67 20 7 / 0.8);
  }

  .sm\:bg-orange-950\/85{
    background-color: rgb(67 20 7 / 0.85);
  }

  .sm\:bg-orange-950\/90{
    background-color: rgb(67 20 7 / 0.9);
  }

  .sm\:bg-orange-950\/95{
    background-color: rgb(67 20 7 / 0.95);
  }

  .sm\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-100\/0{
    background-color: rgb(252 231 243 / 0);
  }

  .sm\:bg-pink-100\/10{
    background-color: rgb(252 231 243 / 0.1);
  }

  .sm\:bg-pink-100\/100{
    background-color: rgb(252 231 243 / 1);
  }

  .sm\:bg-pink-100\/15{
    background-color: rgb(252 231 243 / 0.15);
  }

  .sm\:bg-pink-100\/20{
    background-color: rgb(252 231 243 / 0.2);
  }

  .sm\:bg-pink-100\/25{
    background-color: rgb(252 231 243 / 0.25);
  }

  .sm\:bg-pink-100\/30{
    background-color: rgb(252 231 243 / 0.3);
  }

  .sm\:bg-pink-100\/35{
    background-color: rgb(252 231 243 / 0.35);
  }

  .sm\:bg-pink-100\/40{
    background-color: rgb(252 231 243 / 0.4);
  }

  .sm\:bg-pink-100\/45{
    background-color: rgb(252 231 243 / 0.45);
  }

  .sm\:bg-pink-100\/5{
    background-color: rgb(252 231 243 / 0.05);
  }

  .sm\:bg-pink-100\/50{
    background-color: rgb(252 231 243 / 0.5);
  }

  .sm\:bg-pink-100\/55{
    background-color: rgb(252 231 243 / 0.55);
  }

  .sm\:bg-pink-100\/60{
    background-color: rgb(252 231 243 / 0.6);
  }

  .sm\:bg-pink-100\/65{
    background-color: rgb(252 231 243 / 0.65);
  }

  .sm\:bg-pink-100\/70{
    background-color: rgb(252 231 243 / 0.7);
  }

  .sm\:bg-pink-100\/75{
    background-color: rgb(252 231 243 / 0.75);
  }

  .sm\:bg-pink-100\/80{
    background-color: rgb(252 231 243 / 0.8);
  }

  .sm\:bg-pink-100\/85{
    background-color: rgb(252 231 243 / 0.85);
  }

  .sm\:bg-pink-100\/90{
    background-color: rgb(252 231 243 / 0.9);
  }

  .sm\:bg-pink-100\/95{
    background-color: rgb(252 231 243 / 0.95);
  }

  .sm\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-200\/0{
    background-color: rgb(251 207 232 / 0);
  }

  .sm\:bg-pink-200\/10{
    background-color: rgb(251 207 232 / 0.1);
  }

  .sm\:bg-pink-200\/100{
    background-color: rgb(251 207 232 / 1);
  }

  .sm\:bg-pink-200\/15{
    background-color: rgb(251 207 232 / 0.15);
  }

  .sm\:bg-pink-200\/20{
    background-color: rgb(251 207 232 / 0.2);
  }

  .sm\:bg-pink-200\/25{
    background-color: rgb(251 207 232 / 0.25);
  }

  .sm\:bg-pink-200\/30{
    background-color: rgb(251 207 232 / 0.3);
  }

  .sm\:bg-pink-200\/35{
    background-color: rgb(251 207 232 / 0.35);
  }

  .sm\:bg-pink-200\/40{
    background-color: rgb(251 207 232 / 0.4);
  }

  .sm\:bg-pink-200\/45{
    background-color: rgb(251 207 232 / 0.45);
  }

  .sm\:bg-pink-200\/5{
    background-color: rgb(251 207 232 / 0.05);
  }

  .sm\:bg-pink-200\/50{
    background-color: rgb(251 207 232 / 0.5);
  }

  .sm\:bg-pink-200\/55{
    background-color: rgb(251 207 232 / 0.55);
  }

  .sm\:bg-pink-200\/60{
    background-color: rgb(251 207 232 / 0.6);
  }

  .sm\:bg-pink-200\/65{
    background-color: rgb(251 207 232 / 0.65);
  }

  .sm\:bg-pink-200\/70{
    background-color: rgb(251 207 232 / 0.7);
  }

  .sm\:bg-pink-200\/75{
    background-color: rgb(251 207 232 / 0.75);
  }

  .sm\:bg-pink-200\/80{
    background-color: rgb(251 207 232 / 0.8);
  }

  .sm\:bg-pink-200\/85{
    background-color: rgb(251 207 232 / 0.85);
  }

  .sm\:bg-pink-200\/90{
    background-color: rgb(251 207 232 / 0.9);
  }

  .sm\:bg-pink-200\/95{
    background-color: rgb(251 207 232 / 0.95);
  }

  .sm\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-300\/0{
    background-color: rgb(249 168 212 / 0);
  }

  .sm\:bg-pink-300\/10{
    background-color: rgb(249 168 212 / 0.1);
  }

  .sm\:bg-pink-300\/100{
    background-color: rgb(249 168 212 / 1);
  }

  .sm\:bg-pink-300\/15{
    background-color: rgb(249 168 212 / 0.15);
  }

  .sm\:bg-pink-300\/20{
    background-color: rgb(249 168 212 / 0.2);
  }

  .sm\:bg-pink-300\/25{
    background-color: rgb(249 168 212 / 0.25);
  }

  .sm\:bg-pink-300\/30{
    background-color: rgb(249 168 212 / 0.3);
  }

  .sm\:bg-pink-300\/35{
    background-color: rgb(249 168 212 / 0.35);
  }

  .sm\:bg-pink-300\/40{
    background-color: rgb(249 168 212 / 0.4);
  }

  .sm\:bg-pink-300\/45{
    background-color: rgb(249 168 212 / 0.45);
  }

  .sm\:bg-pink-300\/5{
    background-color: rgb(249 168 212 / 0.05);
  }

  .sm\:bg-pink-300\/50{
    background-color: rgb(249 168 212 / 0.5);
  }

  .sm\:bg-pink-300\/55{
    background-color: rgb(249 168 212 / 0.55);
  }

  .sm\:bg-pink-300\/60{
    background-color: rgb(249 168 212 / 0.6);
  }

  .sm\:bg-pink-300\/65{
    background-color: rgb(249 168 212 / 0.65);
  }

  .sm\:bg-pink-300\/70{
    background-color: rgb(249 168 212 / 0.7);
  }

  .sm\:bg-pink-300\/75{
    background-color: rgb(249 168 212 / 0.75);
  }

  .sm\:bg-pink-300\/80{
    background-color: rgb(249 168 212 / 0.8);
  }

  .sm\:bg-pink-300\/85{
    background-color: rgb(249 168 212 / 0.85);
  }

  .sm\:bg-pink-300\/90{
    background-color: rgb(249 168 212 / 0.9);
  }

  .sm\:bg-pink-300\/95{
    background-color: rgb(249 168 212 / 0.95);
  }

  .sm\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-400\/0{
    background-color: rgb(244 114 182 / 0);
  }

  .sm\:bg-pink-400\/10{
    background-color: rgb(244 114 182 / 0.1);
  }

  .sm\:bg-pink-400\/100{
    background-color: rgb(244 114 182 / 1);
  }

  .sm\:bg-pink-400\/15{
    background-color: rgb(244 114 182 / 0.15);
  }

  .sm\:bg-pink-400\/20{
    background-color: rgb(244 114 182 / 0.2);
  }

  .sm\:bg-pink-400\/25{
    background-color: rgb(244 114 182 / 0.25);
  }

  .sm\:bg-pink-400\/30{
    background-color: rgb(244 114 182 / 0.3);
  }

  .sm\:bg-pink-400\/35{
    background-color: rgb(244 114 182 / 0.35);
  }

  .sm\:bg-pink-400\/40{
    background-color: rgb(244 114 182 / 0.4);
  }

  .sm\:bg-pink-400\/45{
    background-color: rgb(244 114 182 / 0.45);
  }

  .sm\:bg-pink-400\/5{
    background-color: rgb(244 114 182 / 0.05);
  }

  .sm\:bg-pink-400\/50{
    background-color: rgb(244 114 182 / 0.5);
  }

  .sm\:bg-pink-400\/55{
    background-color: rgb(244 114 182 / 0.55);
  }

  .sm\:bg-pink-400\/60{
    background-color: rgb(244 114 182 / 0.6);
  }

  .sm\:bg-pink-400\/65{
    background-color: rgb(244 114 182 / 0.65);
  }

  .sm\:bg-pink-400\/70{
    background-color: rgb(244 114 182 / 0.7);
  }

  .sm\:bg-pink-400\/75{
    background-color: rgb(244 114 182 / 0.75);
  }

  .sm\:bg-pink-400\/80{
    background-color: rgb(244 114 182 / 0.8);
  }

  .sm\:bg-pink-400\/85{
    background-color: rgb(244 114 182 / 0.85);
  }

  .sm\:bg-pink-400\/90{
    background-color: rgb(244 114 182 / 0.9);
  }

  .sm\:bg-pink-400\/95{
    background-color: rgb(244 114 182 / 0.95);
  }

  .sm\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-50\/0{
    background-color: rgb(253 242 248 / 0);
  }

  .sm\:bg-pink-50\/10{
    background-color: rgb(253 242 248 / 0.1);
  }

  .sm\:bg-pink-50\/100{
    background-color: rgb(253 242 248 / 1);
  }

  .sm\:bg-pink-50\/15{
    background-color: rgb(253 242 248 / 0.15);
  }

  .sm\:bg-pink-50\/20{
    background-color: rgb(253 242 248 / 0.2);
  }

  .sm\:bg-pink-50\/25{
    background-color: rgb(253 242 248 / 0.25);
  }

  .sm\:bg-pink-50\/30{
    background-color: rgb(253 242 248 / 0.3);
  }

  .sm\:bg-pink-50\/35{
    background-color: rgb(253 242 248 / 0.35);
  }

  .sm\:bg-pink-50\/40{
    background-color: rgb(253 242 248 / 0.4);
  }

  .sm\:bg-pink-50\/45{
    background-color: rgb(253 242 248 / 0.45);
  }

  .sm\:bg-pink-50\/5{
    background-color: rgb(253 242 248 / 0.05);
  }

  .sm\:bg-pink-50\/50{
    background-color: rgb(253 242 248 / 0.5);
  }

  .sm\:bg-pink-50\/55{
    background-color: rgb(253 242 248 / 0.55);
  }

  .sm\:bg-pink-50\/60{
    background-color: rgb(253 242 248 / 0.6);
  }

  .sm\:bg-pink-50\/65{
    background-color: rgb(253 242 248 / 0.65);
  }

  .sm\:bg-pink-50\/70{
    background-color: rgb(253 242 248 / 0.7);
  }

  .sm\:bg-pink-50\/75{
    background-color: rgb(253 242 248 / 0.75);
  }

  .sm\:bg-pink-50\/80{
    background-color: rgb(253 242 248 / 0.8);
  }

  .sm\:bg-pink-50\/85{
    background-color: rgb(253 242 248 / 0.85);
  }

  .sm\:bg-pink-50\/90{
    background-color: rgb(253 242 248 / 0.9);
  }

  .sm\:bg-pink-50\/95{
    background-color: rgb(253 242 248 / 0.95);
  }

  .sm\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-500\/0{
    background-color: rgb(236 72 153 / 0);
  }

  .sm\:bg-pink-500\/10{
    background-color: rgb(236 72 153 / 0.1);
  }

  .sm\:bg-pink-500\/100{
    background-color: rgb(236 72 153 / 1);
  }

  .sm\:bg-pink-500\/15{
    background-color: rgb(236 72 153 / 0.15);
  }

  .sm\:bg-pink-500\/20{
    background-color: rgb(236 72 153 / 0.2);
  }

  .sm\:bg-pink-500\/25{
    background-color: rgb(236 72 153 / 0.25);
  }

  .sm\:bg-pink-500\/30{
    background-color: rgb(236 72 153 / 0.3);
  }

  .sm\:bg-pink-500\/35{
    background-color: rgb(236 72 153 / 0.35);
  }

  .sm\:bg-pink-500\/40{
    background-color: rgb(236 72 153 / 0.4);
  }

  .sm\:bg-pink-500\/45{
    background-color: rgb(236 72 153 / 0.45);
  }

  .sm\:bg-pink-500\/5{
    background-color: rgb(236 72 153 / 0.05);
  }

  .sm\:bg-pink-500\/50{
    background-color: rgb(236 72 153 / 0.5);
  }

  .sm\:bg-pink-500\/55{
    background-color: rgb(236 72 153 / 0.55);
  }

  .sm\:bg-pink-500\/60{
    background-color: rgb(236 72 153 / 0.6);
  }

  .sm\:bg-pink-500\/65{
    background-color: rgb(236 72 153 / 0.65);
  }

  .sm\:bg-pink-500\/70{
    background-color: rgb(236 72 153 / 0.7);
  }

  .sm\:bg-pink-500\/75{
    background-color: rgb(236 72 153 / 0.75);
  }

  .sm\:bg-pink-500\/80{
    background-color: rgb(236 72 153 / 0.8);
  }

  .sm\:bg-pink-500\/85{
    background-color: rgb(236 72 153 / 0.85);
  }

  .sm\:bg-pink-500\/90{
    background-color: rgb(236 72 153 / 0.9);
  }

  .sm\:bg-pink-500\/95{
    background-color: rgb(236 72 153 / 0.95);
  }

  .sm\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-600\/0{
    background-color: rgb(219 39 119 / 0);
  }

  .sm\:bg-pink-600\/10{
    background-color: rgb(219 39 119 / 0.1);
  }

  .sm\:bg-pink-600\/100{
    background-color: rgb(219 39 119 / 1);
  }

  .sm\:bg-pink-600\/15{
    background-color: rgb(219 39 119 / 0.15);
  }

  .sm\:bg-pink-600\/20{
    background-color: rgb(219 39 119 / 0.2);
  }

  .sm\:bg-pink-600\/25{
    background-color: rgb(219 39 119 / 0.25);
  }

  .sm\:bg-pink-600\/30{
    background-color: rgb(219 39 119 / 0.3);
  }

  .sm\:bg-pink-600\/35{
    background-color: rgb(219 39 119 / 0.35);
  }

  .sm\:bg-pink-600\/40{
    background-color: rgb(219 39 119 / 0.4);
  }

  .sm\:bg-pink-600\/45{
    background-color: rgb(219 39 119 / 0.45);
  }

  .sm\:bg-pink-600\/5{
    background-color: rgb(219 39 119 / 0.05);
  }

  .sm\:bg-pink-600\/50{
    background-color: rgb(219 39 119 / 0.5);
  }

  .sm\:bg-pink-600\/55{
    background-color: rgb(219 39 119 / 0.55);
  }

  .sm\:bg-pink-600\/60{
    background-color: rgb(219 39 119 / 0.6);
  }

  .sm\:bg-pink-600\/65{
    background-color: rgb(219 39 119 / 0.65);
  }

  .sm\:bg-pink-600\/70{
    background-color: rgb(219 39 119 / 0.7);
  }

  .sm\:bg-pink-600\/75{
    background-color: rgb(219 39 119 / 0.75);
  }

  .sm\:bg-pink-600\/80{
    background-color: rgb(219 39 119 / 0.8);
  }

  .sm\:bg-pink-600\/85{
    background-color: rgb(219 39 119 / 0.85);
  }

  .sm\:bg-pink-600\/90{
    background-color: rgb(219 39 119 / 0.9);
  }

  .sm\:bg-pink-600\/95{
    background-color: rgb(219 39 119 / 0.95);
  }

  .sm\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-700\/0{
    background-color: rgb(190 24 93 / 0);
  }

  .sm\:bg-pink-700\/10{
    background-color: rgb(190 24 93 / 0.1);
  }

  .sm\:bg-pink-700\/100{
    background-color: rgb(190 24 93 / 1);
  }

  .sm\:bg-pink-700\/15{
    background-color: rgb(190 24 93 / 0.15);
  }

  .sm\:bg-pink-700\/20{
    background-color: rgb(190 24 93 / 0.2);
  }

  .sm\:bg-pink-700\/25{
    background-color: rgb(190 24 93 / 0.25);
  }

  .sm\:bg-pink-700\/30{
    background-color: rgb(190 24 93 / 0.3);
  }

  .sm\:bg-pink-700\/35{
    background-color: rgb(190 24 93 / 0.35);
  }

  .sm\:bg-pink-700\/40{
    background-color: rgb(190 24 93 / 0.4);
  }

  .sm\:bg-pink-700\/45{
    background-color: rgb(190 24 93 / 0.45);
  }

  .sm\:bg-pink-700\/5{
    background-color: rgb(190 24 93 / 0.05);
  }

  .sm\:bg-pink-700\/50{
    background-color: rgb(190 24 93 / 0.5);
  }

  .sm\:bg-pink-700\/55{
    background-color: rgb(190 24 93 / 0.55);
  }

  .sm\:bg-pink-700\/60{
    background-color: rgb(190 24 93 / 0.6);
  }

  .sm\:bg-pink-700\/65{
    background-color: rgb(190 24 93 / 0.65);
  }

  .sm\:bg-pink-700\/70{
    background-color: rgb(190 24 93 / 0.7);
  }

  .sm\:bg-pink-700\/75{
    background-color: rgb(190 24 93 / 0.75);
  }

  .sm\:bg-pink-700\/80{
    background-color: rgb(190 24 93 / 0.8);
  }

  .sm\:bg-pink-700\/85{
    background-color: rgb(190 24 93 / 0.85);
  }

  .sm\:bg-pink-700\/90{
    background-color: rgb(190 24 93 / 0.9);
  }

  .sm\:bg-pink-700\/95{
    background-color: rgb(190 24 93 / 0.95);
  }

  .sm\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-800\/0{
    background-color: rgb(157 23 77 / 0);
  }

  .sm\:bg-pink-800\/10{
    background-color: rgb(157 23 77 / 0.1);
  }

  .sm\:bg-pink-800\/100{
    background-color: rgb(157 23 77 / 1);
  }

  .sm\:bg-pink-800\/15{
    background-color: rgb(157 23 77 / 0.15);
  }

  .sm\:bg-pink-800\/20{
    background-color: rgb(157 23 77 / 0.2);
  }

  .sm\:bg-pink-800\/25{
    background-color: rgb(157 23 77 / 0.25);
  }

  .sm\:bg-pink-800\/30{
    background-color: rgb(157 23 77 / 0.3);
  }

  .sm\:bg-pink-800\/35{
    background-color: rgb(157 23 77 / 0.35);
  }

  .sm\:bg-pink-800\/40{
    background-color: rgb(157 23 77 / 0.4);
  }

  .sm\:bg-pink-800\/45{
    background-color: rgb(157 23 77 / 0.45);
  }

  .sm\:bg-pink-800\/5{
    background-color: rgb(157 23 77 / 0.05);
  }

  .sm\:bg-pink-800\/50{
    background-color: rgb(157 23 77 / 0.5);
  }

  .sm\:bg-pink-800\/55{
    background-color: rgb(157 23 77 / 0.55);
  }

  .sm\:bg-pink-800\/60{
    background-color: rgb(157 23 77 / 0.6);
  }

  .sm\:bg-pink-800\/65{
    background-color: rgb(157 23 77 / 0.65);
  }

  .sm\:bg-pink-800\/70{
    background-color: rgb(157 23 77 / 0.7);
  }

  .sm\:bg-pink-800\/75{
    background-color: rgb(157 23 77 / 0.75);
  }

  .sm\:bg-pink-800\/80{
    background-color: rgb(157 23 77 / 0.8);
  }

  .sm\:bg-pink-800\/85{
    background-color: rgb(157 23 77 / 0.85);
  }

  .sm\:bg-pink-800\/90{
    background-color: rgb(157 23 77 / 0.9);
  }

  .sm\:bg-pink-800\/95{
    background-color: rgb(157 23 77 / 0.95);
  }

  .sm\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-900\/0{
    background-color: rgb(131 24 67 / 0);
  }

  .sm\:bg-pink-900\/10{
    background-color: rgb(131 24 67 / 0.1);
  }

  .sm\:bg-pink-900\/100{
    background-color: rgb(131 24 67 / 1);
  }

  .sm\:bg-pink-900\/15{
    background-color: rgb(131 24 67 / 0.15);
  }

  .sm\:bg-pink-900\/20{
    background-color: rgb(131 24 67 / 0.2);
  }

  .sm\:bg-pink-900\/25{
    background-color: rgb(131 24 67 / 0.25);
  }

  .sm\:bg-pink-900\/30{
    background-color: rgb(131 24 67 / 0.3);
  }

  .sm\:bg-pink-900\/35{
    background-color: rgb(131 24 67 / 0.35);
  }

  .sm\:bg-pink-900\/40{
    background-color: rgb(131 24 67 / 0.4);
  }

  .sm\:bg-pink-900\/45{
    background-color: rgb(131 24 67 / 0.45);
  }

  .sm\:bg-pink-900\/5{
    background-color: rgb(131 24 67 / 0.05);
  }

  .sm\:bg-pink-900\/50{
    background-color: rgb(131 24 67 / 0.5);
  }

  .sm\:bg-pink-900\/55{
    background-color: rgb(131 24 67 / 0.55);
  }

  .sm\:bg-pink-900\/60{
    background-color: rgb(131 24 67 / 0.6);
  }

  .sm\:bg-pink-900\/65{
    background-color: rgb(131 24 67 / 0.65);
  }

  .sm\:bg-pink-900\/70{
    background-color: rgb(131 24 67 / 0.7);
  }

  .sm\:bg-pink-900\/75{
    background-color: rgb(131 24 67 / 0.75);
  }

  .sm\:bg-pink-900\/80{
    background-color: rgb(131 24 67 / 0.8);
  }

  .sm\:bg-pink-900\/85{
    background-color: rgb(131 24 67 / 0.85);
  }

  .sm\:bg-pink-900\/90{
    background-color: rgb(131 24 67 / 0.9);
  }

  .sm\:bg-pink-900\/95{
    background-color: rgb(131 24 67 / 0.95);
  }

  .sm\:bg-pink-950{
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-950\/0{
    background-color: rgb(80 7 36 / 0);
  }

  .sm\:bg-pink-950\/10{
    background-color: rgb(80 7 36 / 0.1);
  }

  .sm\:bg-pink-950\/100{
    background-color: rgb(80 7 36 / 1);
  }

  .sm\:bg-pink-950\/15{
    background-color: rgb(80 7 36 / 0.15);
  }

  .sm\:bg-pink-950\/20{
    background-color: rgb(80 7 36 / 0.2);
  }

  .sm\:bg-pink-950\/25{
    background-color: rgb(80 7 36 / 0.25);
  }

  .sm\:bg-pink-950\/30{
    background-color: rgb(80 7 36 / 0.3);
  }

  .sm\:bg-pink-950\/35{
    background-color: rgb(80 7 36 / 0.35);
  }

  .sm\:bg-pink-950\/40{
    background-color: rgb(80 7 36 / 0.4);
  }

  .sm\:bg-pink-950\/45{
    background-color: rgb(80 7 36 / 0.45);
  }

  .sm\:bg-pink-950\/5{
    background-color: rgb(80 7 36 / 0.05);
  }

  .sm\:bg-pink-950\/50{
    background-color: rgb(80 7 36 / 0.5);
  }

  .sm\:bg-pink-950\/55{
    background-color: rgb(80 7 36 / 0.55);
  }

  .sm\:bg-pink-950\/60{
    background-color: rgb(80 7 36 / 0.6);
  }

  .sm\:bg-pink-950\/65{
    background-color: rgb(80 7 36 / 0.65);
  }

  .sm\:bg-pink-950\/70{
    background-color: rgb(80 7 36 / 0.7);
  }

  .sm\:bg-pink-950\/75{
    background-color: rgb(80 7 36 / 0.75);
  }

  .sm\:bg-pink-950\/80{
    background-color: rgb(80 7 36 / 0.8);
  }

  .sm\:bg-pink-950\/85{
    background-color: rgb(80 7 36 / 0.85);
  }

  .sm\:bg-pink-950\/90{
    background-color: rgb(80 7 36 / 0.9);
  }

  .sm\:bg-pink-950\/95{
    background-color: rgb(80 7 36 / 0.95);
  }

  .sm\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary\/0{
    background-color: rgb(23 62 81 / 0);
  }

  .sm\:bg-primary\/10{
    background-color: rgb(23 62 81 / 0.1);
  }

  .sm\:bg-primary\/100{
    background-color: rgb(23 62 81 / 1);
  }

  .sm\:bg-primary\/15{
    background-color: rgb(23 62 81 / 0.15);
  }

  .sm\:bg-primary\/20{
    background-color: rgb(23 62 81 / 0.2);
  }

  .sm\:bg-primary\/25{
    background-color: rgb(23 62 81 / 0.25);
  }

  .sm\:bg-primary\/30{
    background-color: rgb(23 62 81 / 0.3);
  }

  .sm\:bg-primary\/35{
    background-color: rgb(23 62 81 / 0.35);
  }

  .sm\:bg-primary\/40{
    background-color: rgb(23 62 81 / 0.4);
  }

  .sm\:bg-primary\/45{
    background-color: rgb(23 62 81 / 0.45);
  }

  .sm\:bg-primary\/5{
    background-color: rgb(23 62 81 / 0.05);
  }

  .sm\:bg-primary\/50{
    background-color: rgb(23 62 81 / 0.5);
  }

  .sm\:bg-primary\/55{
    background-color: rgb(23 62 81 / 0.55);
  }

  .sm\:bg-primary\/60{
    background-color: rgb(23 62 81 / 0.6);
  }

  .sm\:bg-primary\/65{
    background-color: rgb(23 62 81 / 0.65);
  }

  .sm\:bg-primary\/70{
    background-color: rgb(23 62 81 / 0.7);
  }

  .sm\:bg-primary\/75{
    background-color: rgb(23 62 81 / 0.75);
  }

  .sm\:bg-primary\/80{
    background-color: rgb(23 62 81 / 0.8);
  }

  .sm\:bg-primary\/85{
    background-color: rgb(23 62 81 / 0.85);
  }

  .sm\:bg-primary\/90{
    background-color: rgb(23 62 81 / 0.9);
  }

  .sm\:bg-primary\/95{
    background-color: rgb(23 62 81 / 0.95);
  }

  .sm\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-100\/0{
    background-color: rgb(243 232 255 / 0);
  }

  .sm\:bg-purple-100\/10{
    background-color: rgb(243 232 255 / 0.1);
  }

  .sm\:bg-purple-100\/100{
    background-color: rgb(243 232 255 / 1);
  }

  .sm\:bg-purple-100\/15{
    background-color: rgb(243 232 255 / 0.15);
  }

  .sm\:bg-purple-100\/20{
    background-color: rgb(243 232 255 / 0.2);
  }

  .sm\:bg-purple-100\/25{
    background-color: rgb(243 232 255 / 0.25);
  }

  .sm\:bg-purple-100\/30{
    background-color: rgb(243 232 255 / 0.3);
  }

  .sm\:bg-purple-100\/35{
    background-color: rgb(243 232 255 / 0.35);
  }

  .sm\:bg-purple-100\/40{
    background-color: rgb(243 232 255 / 0.4);
  }

  .sm\:bg-purple-100\/45{
    background-color: rgb(243 232 255 / 0.45);
  }

  .sm\:bg-purple-100\/5{
    background-color: rgb(243 232 255 / 0.05);
  }

  .sm\:bg-purple-100\/50{
    background-color: rgb(243 232 255 / 0.5);
  }

  .sm\:bg-purple-100\/55{
    background-color: rgb(243 232 255 / 0.55);
  }

  .sm\:bg-purple-100\/60{
    background-color: rgb(243 232 255 / 0.6);
  }

  .sm\:bg-purple-100\/65{
    background-color: rgb(243 232 255 / 0.65);
  }

  .sm\:bg-purple-100\/70{
    background-color: rgb(243 232 255 / 0.7);
  }

  .sm\:bg-purple-100\/75{
    background-color: rgb(243 232 255 / 0.75);
  }

  .sm\:bg-purple-100\/80{
    background-color: rgb(243 232 255 / 0.8);
  }

  .sm\:bg-purple-100\/85{
    background-color: rgb(243 232 255 / 0.85);
  }

  .sm\:bg-purple-100\/90{
    background-color: rgb(243 232 255 / 0.9);
  }

  .sm\:bg-purple-100\/95{
    background-color: rgb(243 232 255 / 0.95);
  }

  .sm\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-200\/0{
    background-color: rgb(233 213 255 / 0);
  }

  .sm\:bg-purple-200\/10{
    background-color: rgb(233 213 255 / 0.1);
  }

  .sm\:bg-purple-200\/100{
    background-color: rgb(233 213 255 / 1);
  }

  .sm\:bg-purple-200\/15{
    background-color: rgb(233 213 255 / 0.15);
  }

  .sm\:bg-purple-200\/20{
    background-color: rgb(233 213 255 / 0.2);
  }

  .sm\:bg-purple-200\/25{
    background-color: rgb(233 213 255 / 0.25);
  }

  .sm\:bg-purple-200\/30{
    background-color: rgb(233 213 255 / 0.3);
  }

  .sm\:bg-purple-200\/35{
    background-color: rgb(233 213 255 / 0.35);
  }

  .sm\:bg-purple-200\/40{
    background-color: rgb(233 213 255 / 0.4);
  }

  .sm\:bg-purple-200\/45{
    background-color: rgb(233 213 255 / 0.45);
  }

  .sm\:bg-purple-200\/5{
    background-color: rgb(233 213 255 / 0.05);
  }

  .sm\:bg-purple-200\/50{
    background-color: rgb(233 213 255 / 0.5);
  }

  .sm\:bg-purple-200\/55{
    background-color: rgb(233 213 255 / 0.55);
  }

  .sm\:bg-purple-200\/60{
    background-color: rgb(233 213 255 / 0.6);
  }

  .sm\:bg-purple-200\/65{
    background-color: rgb(233 213 255 / 0.65);
  }

  .sm\:bg-purple-200\/70{
    background-color: rgb(233 213 255 / 0.7);
  }

  .sm\:bg-purple-200\/75{
    background-color: rgb(233 213 255 / 0.75);
  }

  .sm\:bg-purple-200\/80{
    background-color: rgb(233 213 255 / 0.8);
  }

  .sm\:bg-purple-200\/85{
    background-color: rgb(233 213 255 / 0.85);
  }

  .sm\:bg-purple-200\/90{
    background-color: rgb(233 213 255 / 0.9);
  }

  .sm\:bg-purple-200\/95{
    background-color: rgb(233 213 255 / 0.95);
  }

  .sm\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-300\/0{
    background-color: rgb(216 180 254 / 0);
  }

  .sm\:bg-purple-300\/10{
    background-color: rgb(216 180 254 / 0.1);
  }

  .sm\:bg-purple-300\/100{
    background-color: rgb(216 180 254 / 1);
  }

  .sm\:bg-purple-300\/15{
    background-color: rgb(216 180 254 / 0.15);
  }

  .sm\:bg-purple-300\/20{
    background-color: rgb(216 180 254 / 0.2);
  }

  .sm\:bg-purple-300\/25{
    background-color: rgb(216 180 254 / 0.25);
  }

  .sm\:bg-purple-300\/30{
    background-color: rgb(216 180 254 / 0.3);
  }

  .sm\:bg-purple-300\/35{
    background-color: rgb(216 180 254 / 0.35);
  }

  .sm\:bg-purple-300\/40{
    background-color: rgb(216 180 254 / 0.4);
  }

  .sm\:bg-purple-300\/45{
    background-color: rgb(216 180 254 / 0.45);
  }

  .sm\:bg-purple-300\/5{
    background-color: rgb(216 180 254 / 0.05);
  }

  .sm\:bg-purple-300\/50{
    background-color: rgb(216 180 254 / 0.5);
  }

  .sm\:bg-purple-300\/55{
    background-color: rgb(216 180 254 / 0.55);
  }

  .sm\:bg-purple-300\/60{
    background-color: rgb(216 180 254 / 0.6);
  }

  .sm\:bg-purple-300\/65{
    background-color: rgb(216 180 254 / 0.65);
  }

  .sm\:bg-purple-300\/70{
    background-color: rgb(216 180 254 / 0.7);
  }

  .sm\:bg-purple-300\/75{
    background-color: rgb(216 180 254 / 0.75);
  }

  .sm\:bg-purple-300\/80{
    background-color: rgb(216 180 254 / 0.8);
  }

  .sm\:bg-purple-300\/85{
    background-color: rgb(216 180 254 / 0.85);
  }

  .sm\:bg-purple-300\/90{
    background-color: rgb(216 180 254 / 0.9);
  }

  .sm\:bg-purple-300\/95{
    background-color: rgb(216 180 254 / 0.95);
  }

  .sm\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-400\/0{
    background-color: rgb(192 132 252 / 0);
  }

  .sm\:bg-purple-400\/10{
    background-color: rgb(192 132 252 / 0.1);
  }

  .sm\:bg-purple-400\/100{
    background-color: rgb(192 132 252 / 1);
  }

  .sm\:bg-purple-400\/15{
    background-color: rgb(192 132 252 / 0.15);
  }

  .sm\:bg-purple-400\/20{
    background-color: rgb(192 132 252 / 0.2);
  }

  .sm\:bg-purple-400\/25{
    background-color: rgb(192 132 252 / 0.25);
  }

  .sm\:bg-purple-400\/30{
    background-color: rgb(192 132 252 / 0.3);
  }

  .sm\:bg-purple-400\/35{
    background-color: rgb(192 132 252 / 0.35);
  }

  .sm\:bg-purple-400\/40{
    background-color: rgb(192 132 252 / 0.4);
  }

  .sm\:bg-purple-400\/45{
    background-color: rgb(192 132 252 / 0.45);
  }

  .sm\:bg-purple-400\/5{
    background-color: rgb(192 132 252 / 0.05);
  }

  .sm\:bg-purple-400\/50{
    background-color: rgb(192 132 252 / 0.5);
  }

  .sm\:bg-purple-400\/55{
    background-color: rgb(192 132 252 / 0.55);
  }

  .sm\:bg-purple-400\/60{
    background-color: rgb(192 132 252 / 0.6);
  }

  .sm\:bg-purple-400\/65{
    background-color: rgb(192 132 252 / 0.65);
  }

  .sm\:bg-purple-400\/70{
    background-color: rgb(192 132 252 / 0.7);
  }

  .sm\:bg-purple-400\/75{
    background-color: rgb(192 132 252 / 0.75);
  }

  .sm\:bg-purple-400\/80{
    background-color: rgb(192 132 252 / 0.8);
  }

  .sm\:bg-purple-400\/85{
    background-color: rgb(192 132 252 / 0.85);
  }

  .sm\:bg-purple-400\/90{
    background-color: rgb(192 132 252 / 0.9);
  }

  .sm\:bg-purple-400\/95{
    background-color: rgb(192 132 252 / 0.95);
  }

  .sm\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-50\/0{
    background-color: rgb(250 245 255 / 0);
  }

  .sm\:bg-purple-50\/10{
    background-color: rgb(250 245 255 / 0.1);
  }

  .sm\:bg-purple-50\/100{
    background-color: rgb(250 245 255 / 1);
  }

  .sm\:bg-purple-50\/15{
    background-color: rgb(250 245 255 / 0.15);
  }

  .sm\:bg-purple-50\/20{
    background-color: rgb(250 245 255 / 0.2);
  }

  .sm\:bg-purple-50\/25{
    background-color: rgb(250 245 255 / 0.25);
  }

  .sm\:bg-purple-50\/30{
    background-color: rgb(250 245 255 / 0.3);
  }

  .sm\:bg-purple-50\/35{
    background-color: rgb(250 245 255 / 0.35);
  }

  .sm\:bg-purple-50\/40{
    background-color: rgb(250 245 255 / 0.4);
  }

  .sm\:bg-purple-50\/45{
    background-color: rgb(250 245 255 / 0.45);
  }

  .sm\:bg-purple-50\/5{
    background-color: rgb(250 245 255 / 0.05);
  }

  .sm\:bg-purple-50\/50{
    background-color: rgb(250 245 255 / 0.5);
  }

  .sm\:bg-purple-50\/55{
    background-color: rgb(250 245 255 / 0.55);
  }

  .sm\:bg-purple-50\/60{
    background-color: rgb(250 245 255 / 0.6);
  }

  .sm\:bg-purple-50\/65{
    background-color: rgb(250 245 255 / 0.65);
  }

  .sm\:bg-purple-50\/70{
    background-color: rgb(250 245 255 / 0.7);
  }

  .sm\:bg-purple-50\/75{
    background-color: rgb(250 245 255 / 0.75);
  }

  .sm\:bg-purple-50\/80{
    background-color: rgb(250 245 255 / 0.8);
  }

  .sm\:bg-purple-50\/85{
    background-color: rgb(250 245 255 / 0.85);
  }

  .sm\:bg-purple-50\/90{
    background-color: rgb(250 245 255 / 0.9);
  }

  .sm\:bg-purple-50\/95{
    background-color: rgb(250 245 255 / 0.95);
  }

  .sm\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-500\/0{
    background-color: rgb(168 85 247 / 0);
  }

  .sm\:bg-purple-500\/10{
    background-color: rgb(168 85 247 / 0.1);
  }

  .sm\:bg-purple-500\/100{
    background-color: rgb(168 85 247 / 1);
  }

  .sm\:bg-purple-500\/15{
    background-color: rgb(168 85 247 / 0.15);
  }

  .sm\:bg-purple-500\/20{
    background-color: rgb(168 85 247 / 0.2);
  }

  .sm\:bg-purple-500\/25{
    background-color: rgb(168 85 247 / 0.25);
  }

  .sm\:bg-purple-500\/30{
    background-color: rgb(168 85 247 / 0.3);
  }

  .sm\:bg-purple-500\/35{
    background-color: rgb(168 85 247 / 0.35);
  }

  .sm\:bg-purple-500\/40{
    background-color: rgb(168 85 247 / 0.4);
  }

  .sm\:bg-purple-500\/45{
    background-color: rgb(168 85 247 / 0.45);
  }

  .sm\:bg-purple-500\/5{
    background-color: rgb(168 85 247 / 0.05);
  }

  .sm\:bg-purple-500\/50{
    background-color: rgb(168 85 247 / 0.5);
  }

  .sm\:bg-purple-500\/55{
    background-color: rgb(168 85 247 / 0.55);
  }

  .sm\:bg-purple-500\/60{
    background-color: rgb(168 85 247 / 0.6);
  }

  .sm\:bg-purple-500\/65{
    background-color: rgb(168 85 247 / 0.65);
  }

  .sm\:bg-purple-500\/70{
    background-color: rgb(168 85 247 / 0.7);
  }

  .sm\:bg-purple-500\/75{
    background-color: rgb(168 85 247 / 0.75);
  }

  .sm\:bg-purple-500\/80{
    background-color: rgb(168 85 247 / 0.8);
  }

  .sm\:bg-purple-500\/85{
    background-color: rgb(168 85 247 / 0.85);
  }

  .sm\:bg-purple-500\/90{
    background-color: rgb(168 85 247 / 0.9);
  }

  .sm\:bg-purple-500\/95{
    background-color: rgb(168 85 247 / 0.95);
  }

  .sm\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-600\/0{
    background-color: rgb(147 51 234 / 0);
  }

  .sm\:bg-purple-600\/10{
    background-color: rgb(147 51 234 / 0.1);
  }

  .sm\:bg-purple-600\/100{
    background-color: rgb(147 51 234 / 1);
  }

  .sm\:bg-purple-600\/15{
    background-color: rgb(147 51 234 / 0.15);
  }

  .sm\:bg-purple-600\/20{
    background-color: rgb(147 51 234 / 0.2);
  }

  .sm\:bg-purple-600\/25{
    background-color: rgb(147 51 234 / 0.25);
  }

  .sm\:bg-purple-600\/30{
    background-color: rgb(147 51 234 / 0.3);
  }

  .sm\:bg-purple-600\/35{
    background-color: rgb(147 51 234 / 0.35);
  }

  .sm\:bg-purple-600\/40{
    background-color: rgb(147 51 234 / 0.4);
  }

  .sm\:bg-purple-600\/45{
    background-color: rgb(147 51 234 / 0.45);
  }

  .sm\:bg-purple-600\/5{
    background-color: rgb(147 51 234 / 0.05);
  }

  .sm\:bg-purple-600\/50{
    background-color: rgb(147 51 234 / 0.5);
  }

  .sm\:bg-purple-600\/55{
    background-color: rgb(147 51 234 / 0.55);
  }

  .sm\:bg-purple-600\/60{
    background-color: rgb(147 51 234 / 0.6);
  }

  .sm\:bg-purple-600\/65{
    background-color: rgb(147 51 234 / 0.65);
  }

  .sm\:bg-purple-600\/70{
    background-color: rgb(147 51 234 / 0.7);
  }

  .sm\:bg-purple-600\/75{
    background-color: rgb(147 51 234 / 0.75);
  }

  .sm\:bg-purple-600\/80{
    background-color: rgb(147 51 234 / 0.8);
  }

  .sm\:bg-purple-600\/85{
    background-color: rgb(147 51 234 / 0.85);
  }

  .sm\:bg-purple-600\/90{
    background-color: rgb(147 51 234 / 0.9);
  }

  .sm\:bg-purple-600\/95{
    background-color: rgb(147 51 234 / 0.95);
  }

  .sm\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-700\/0{
    background-color: rgb(126 34 206 / 0);
  }

  .sm\:bg-purple-700\/10{
    background-color: rgb(126 34 206 / 0.1);
  }

  .sm\:bg-purple-700\/100{
    background-color: rgb(126 34 206 / 1);
  }

  .sm\:bg-purple-700\/15{
    background-color: rgb(126 34 206 / 0.15);
  }

  .sm\:bg-purple-700\/20{
    background-color: rgb(126 34 206 / 0.2);
  }

  .sm\:bg-purple-700\/25{
    background-color: rgb(126 34 206 / 0.25);
  }

  .sm\:bg-purple-700\/30{
    background-color: rgb(126 34 206 / 0.3);
  }

  .sm\:bg-purple-700\/35{
    background-color: rgb(126 34 206 / 0.35);
  }

  .sm\:bg-purple-700\/40{
    background-color: rgb(126 34 206 / 0.4);
  }

  .sm\:bg-purple-700\/45{
    background-color: rgb(126 34 206 / 0.45);
  }

  .sm\:bg-purple-700\/5{
    background-color: rgb(126 34 206 / 0.05);
  }

  .sm\:bg-purple-700\/50{
    background-color: rgb(126 34 206 / 0.5);
  }

  .sm\:bg-purple-700\/55{
    background-color: rgb(126 34 206 / 0.55);
  }

  .sm\:bg-purple-700\/60{
    background-color: rgb(126 34 206 / 0.6);
  }

  .sm\:bg-purple-700\/65{
    background-color: rgb(126 34 206 / 0.65);
  }

  .sm\:bg-purple-700\/70{
    background-color: rgb(126 34 206 / 0.7);
  }

  .sm\:bg-purple-700\/75{
    background-color: rgb(126 34 206 / 0.75);
  }

  .sm\:bg-purple-700\/80{
    background-color: rgb(126 34 206 / 0.8);
  }

  .sm\:bg-purple-700\/85{
    background-color: rgb(126 34 206 / 0.85);
  }

  .sm\:bg-purple-700\/90{
    background-color: rgb(126 34 206 / 0.9);
  }

  .sm\:bg-purple-700\/95{
    background-color: rgb(126 34 206 / 0.95);
  }

  .sm\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-800\/0{
    background-color: rgb(107 33 168 / 0);
  }

  .sm\:bg-purple-800\/10{
    background-color: rgb(107 33 168 / 0.1);
  }

  .sm\:bg-purple-800\/100{
    background-color: rgb(107 33 168 / 1);
  }

  .sm\:bg-purple-800\/15{
    background-color: rgb(107 33 168 / 0.15);
  }

  .sm\:bg-purple-800\/20{
    background-color: rgb(107 33 168 / 0.2);
  }

  .sm\:bg-purple-800\/25{
    background-color: rgb(107 33 168 / 0.25);
  }

  .sm\:bg-purple-800\/30{
    background-color: rgb(107 33 168 / 0.3);
  }

  .sm\:bg-purple-800\/35{
    background-color: rgb(107 33 168 / 0.35);
  }

  .sm\:bg-purple-800\/40{
    background-color: rgb(107 33 168 / 0.4);
  }

  .sm\:bg-purple-800\/45{
    background-color: rgb(107 33 168 / 0.45);
  }

  .sm\:bg-purple-800\/5{
    background-color: rgb(107 33 168 / 0.05);
  }

  .sm\:bg-purple-800\/50{
    background-color: rgb(107 33 168 / 0.5);
  }

  .sm\:bg-purple-800\/55{
    background-color: rgb(107 33 168 / 0.55);
  }

  .sm\:bg-purple-800\/60{
    background-color: rgb(107 33 168 / 0.6);
  }

  .sm\:bg-purple-800\/65{
    background-color: rgb(107 33 168 / 0.65);
  }

  .sm\:bg-purple-800\/70{
    background-color: rgb(107 33 168 / 0.7);
  }

  .sm\:bg-purple-800\/75{
    background-color: rgb(107 33 168 / 0.75);
  }

  .sm\:bg-purple-800\/80{
    background-color: rgb(107 33 168 / 0.8);
  }

  .sm\:bg-purple-800\/85{
    background-color: rgb(107 33 168 / 0.85);
  }

  .sm\:bg-purple-800\/90{
    background-color: rgb(107 33 168 / 0.9);
  }

  .sm\:bg-purple-800\/95{
    background-color: rgb(107 33 168 / 0.95);
  }

  .sm\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-900\/0{
    background-color: rgb(88 28 135 / 0);
  }

  .sm\:bg-purple-900\/10{
    background-color: rgb(88 28 135 / 0.1);
  }

  .sm\:bg-purple-900\/100{
    background-color: rgb(88 28 135 / 1);
  }

  .sm\:bg-purple-900\/15{
    background-color: rgb(88 28 135 / 0.15);
  }

  .sm\:bg-purple-900\/20{
    background-color: rgb(88 28 135 / 0.2);
  }

  .sm\:bg-purple-900\/25{
    background-color: rgb(88 28 135 / 0.25);
  }

  .sm\:bg-purple-900\/30{
    background-color: rgb(88 28 135 / 0.3);
  }

  .sm\:bg-purple-900\/35{
    background-color: rgb(88 28 135 / 0.35);
  }

  .sm\:bg-purple-900\/40{
    background-color: rgb(88 28 135 / 0.4);
  }

  .sm\:bg-purple-900\/45{
    background-color: rgb(88 28 135 / 0.45);
  }

  .sm\:bg-purple-900\/5{
    background-color: rgb(88 28 135 / 0.05);
  }

  .sm\:bg-purple-900\/50{
    background-color: rgb(88 28 135 / 0.5);
  }

  .sm\:bg-purple-900\/55{
    background-color: rgb(88 28 135 / 0.55);
  }

  .sm\:bg-purple-900\/60{
    background-color: rgb(88 28 135 / 0.6);
  }

  .sm\:bg-purple-900\/65{
    background-color: rgb(88 28 135 / 0.65);
  }

  .sm\:bg-purple-900\/70{
    background-color: rgb(88 28 135 / 0.7);
  }

  .sm\:bg-purple-900\/75{
    background-color: rgb(88 28 135 / 0.75);
  }

  .sm\:bg-purple-900\/80{
    background-color: rgb(88 28 135 / 0.8);
  }

  .sm\:bg-purple-900\/85{
    background-color: rgb(88 28 135 / 0.85);
  }

  .sm\:bg-purple-900\/90{
    background-color: rgb(88 28 135 / 0.9);
  }

  .sm\:bg-purple-900\/95{
    background-color: rgb(88 28 135 / 0.95);
  }

  .sm\:bg-purple-950{
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-purple-950\/0{
    background-color: rgb(59 7 100 / 0);
  }

  .sm\:bg-purple-950\/10{
    background-color: rgb(59 7 100 / 0.1);
  }

  .sm\:bg-purple-950\/100{
    background-color: rgb(59 7 100 / 1);
  }

  .sm\:bg-purple-950\/15{
    background-color: rgb(59 7 100 / 0.15);
  }

  .sm\:bg-purple-950\/20{
    background-color: rgb(59 7 100 / 0.2);
  }

  .sm\:bg-purple-950\/25{
    background-color: rgb(59 7 100 / 0.25);
  }

  .sm\:bg-purple-950\/30{
    background-color: rgb(59 7 100 / 0.3);
  }

  .sm\:bg-purple-950\/35{
    background-color: rgb(59 7 100 / 0.35);
  }

  .sm\:bg-purple-950\/40{
    background-color: rgb(59 7 100 / 0.4);
  }

  .sm\:bg-purple-950\/45{
    background-color: rgb(59 7 100 / 0.45);
  }

  .sm\:bg-purple-950\/5{
    background-color: rgb(59 7 100 / 0.05);
  }

  .sm\:bg-purple-950\/50{
    background-color: rgb(59 7 100 / 0.5);
  }

  .sm\:bg-purple-950\/55{
    background-color: rgb(59 7 100 / 0.55);
  }

  .sm\:bg-purple-950\/60{
    background-color: rgb(59 7 100 / 0.6);
  }

  .sm\:bg-purple-950\/65{
    background-color: rgb(59 7 100 / 0.65);
  }

  .sm\:bg-purple-950\/70{
    background-color: rgb(59 7 100 / 0.7);
  }

  .sm\:bg-purple-950\/75{
    background-color: rgb(59 7 100 / 0.75);
  }

  .sm\:bg-purple-950\/80{
    background-color: rgb(59 7 100 / 0.8);
  }

  .sm\:bg-purple-950\/85{
    background-color: rgb(59 7 100 / 0.85);
  }

  .sm\:bg-purple-950\/90{
    background-color: rgb(59 7 100 / 0.9);
  }

  .sm\:bg-purple-950\/95{
    background-color: rgb(59 7 100 / 0.95);
  }

  .sm\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-100\/0{
    background-color: rgb(254 226 226 / 0);
  }

  .sm\:bg-red-100\/10{
    background-color: rgb(254 226 226 / 0.1);
  }

  .sm\:bg-red-100\/100{
    background-color: rgb(254 226 226 / 1);
  }

  .sm\:bg-red-100\/15{
    background-color: rgb(254 226 226 / 0.15);
  }

  .sm\:bg-red-100\/20{
    background-color: rgb(254 226 226 / 0.2);
  }

  .sm\:bg-red-100\/25{
    background-color: rgb(254 226 226 / 0.25);
  }

  .sm\:bg-red-100\/30{
    background-color: rgb(254 226 226 / 0.3);
  }

  .sm\:bg-red-100\/35{
    background-color: rgb(254 226 226 / 0.35);
  }

  .sm\:bg-red-100\/40{
    background-color: rgb(254 226 226 / 0.4);
  }

  .sm\:bg-red-100\/45{
    background-color: rgb(254 226 226 / 0.45);
  }

  .sm\:bg-red-100\/5{
    background-color: rgb(254 226 226 / 0.05);
  }

  .sm\:bg-red-100\/50{
    background-color: rgb(254 226 226 / 0.5);
  }

  .sm\:bg-red-100\/55{
    background-color: rgb(254 226 226 / 0.55);
  }

  .sm\:bg-red-100\/60{
    background-color: rgb(254 226 226 / 0.6);
  }

  .sm\:bg-red-100\/65{
    background-color: rgb(254 226 226 / 0.65);
  }

  .sm\:bg-red-100\/70{
    background-color: rgb(254 226 226 / 0.7);
  }

  .sm\:bg-red-100\/75{
    background-color: rgb(254 226 226 / 0.75);
  }

  .sm\:bg-red-100\/80{
    background-color: rgb(254 226 226 / 0.8);
  }

  .sm\:bg-red-100\/85{
    background-color: rgb(254 226 226 / 0.85);
  }

  .sm\:bg-red-100\/90{
    background-color: rgb(254 226 226 / 0.9);
  }

  .sm\:bg-red-100\/95{
    background-color: rgb(254 226 226 / 0.95);
  }

  .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-200\/0{
    background-color: rgb(254 202 202 / 0);
  }

  .sm\:bg-red-200\/10{
    background-color: rgb(254 202 202 / 0.1);
  }

  .sm\:bg-red-200\/100{
    background-color: rgb(254 202 202 / 1);
  }

  .sm\:bg-red-200\/15{
    background-color: rgb(254 202 202 / 0.15);
  }

  .sm\:bg-red-200\/20{
    background-color: rgb(254 202 202 / 0.2);
  }

  .sm\:bg-red-200\/25{
    background-color: rgb(254 202 202 / 0.25);
  }

  .sm\:bg-red-200\/30{
    background-color: rgb(254 202 202 / 0.3);
  }

  .sm\:bg-red-200\/35{
    background-color: rgb(254 202 202 / 0.35);
  }

  .sm\:bg-red-200\/40{
    background-color: rgb(254 202 202 / 0.4);
  }

  .sm\:bg-red-200\/45{
    background-color: rgb(254 202 202 / 0.45);
  }

  .sm\:bg-red-200\/5{
    background-color: rgb(254 202 202 / 0.05);
  }

  .sm\:bg-red-200\/50{
    background-color: rgb(254 202 202 / 0.5);
  }

  .sm\:bg-red-200\/55{
    background-color: rgb(254 202 202 / 0.55);
  }

  .sm\:bg-red-200\/60{
    background-color: rgb(254 202 202 / 0.6);
  }

  .sm\:bg-red-200\/65{
    background-color: rgb(254 202 202 / 0.65);
  }

  .sm\:bg-red-200\/70{
    background-color: rgb(254 202 202 / 0.7);
  }

  .sm\:bg-red-200\/75{
    background-color: rgb(254 202 202 / 0.75);
  }

  .sm\:bg-red-200\/80{
    background-color: rgb(254 202 202 / 0.8);
  }

  .sm\:bg-red-200\/85{
    background-color: rgb(254 202 202 / 0.85);
  }

  .sm\:bg-red-200\/90{
    background-color: rgb(254 202 202 / 0.9);
  }

  .sm\:bg-red-200\/95{
    background-color: rgb(254 202 202 / 0.95);
  }

  .sm\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-300\/0{
    background-color: rgb(252 165 165 / 0);
  }

  .sm\:bg-red-300\/10{
    background-color: rgb(252 165 165 / 0.1);
  }

  .sm\:bg-red-300\/100{
    background-color: rgb(252 165 165 / 1);
  }

  .sm\:bg-red-300\/15{
    background-color: rgb(252 165 165 / 0.15);
  }

  .sm\:bg-red-300\/20{
    background-color: rgb(252 165 165 / 0.2);
  }

  .sm\:bg-red-300\/25{
    background-color: rgb(252 165 165 / 0.25);
  }

  .sm\:bg-red-300\/30{
    background-color: rgb(252 165 165 / 0.3);
  }

  .sm\:bg-red-300\/35{
    background-color: rgb(252 165 165 / 0.35);
  }

  .sm\:bg-red-300\/40{
    background-color: rgb(252 165 165 / 0.4);
  }

  .sm\:bg-red-300\/45{
    background-color: rgb(252 165 165 / 0.45);
  }

  .sm\:bg-red-300\/5{
    background-color: rgb(252 165 165 / 0.05);
  }

  .sm\:bg-red-300\/50{
    background-color: rgb(252 165 165 / 0.5);
  }

  .sm\:bg-red-300\/55{
    background-color: rgb(252 165 165 / 0.55);
  }

  .sm\:bg-red-300\/60{
    background-color: rgb(252 165 165 / 0.6);
  }

  .sm\:bg-red-300\/65{
    background-color: rgb(252 165 165 / 0.65);
  }

  .sm\:bg-red-300\/70{
    background-color: rgb(252 165 165 / 0.7);
  }

  .sm\:bg-red-300\/75{
    background-color: rgb(252 165 165 / 0.75);
  }

  .sm\:bg-red-300\/80{
    background-color: rgb(252 165 165 / 0.8);
  }

  .sm\:bg-red-300\/85{
    background-color: rgb(252 165 165 / 0.85);
  }

  .sm\:bg-red-300\/90{
    background-color: rgb(252 165 165 / 0.9);
  }

  .sm\:bg-red-300\/95{
    background-color: rgb(252 165 165 / 0.95);
  }

  .sm\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-400\/0{
    background-color: rgb(248 113 113 / 0);
  }

  .sm\:bg-red-400\/10{
    background-color: rgb(248 113 113 / 0.1);
  }

  .sm\:bg-red-400\/100{
    background-color: rgb(248 113 113 / 1);
  }

  .sm\:bg-red-400\/15{
    background-color: rgb(248 113 113 / 0.15);
  }

  .sm\:bg-red-400\/20{
    background-color: rgb(248 113 113 / 0.2);
  }

  .sm\:bg-red-400\/25{
    background-color: rgb(248 113 113 / 0.25);
  }

  .sm\:bg-red-400\/30{
    background-color: rgb(248 113 113 / 0.3);
  }

  .sm\:bg-red-400\/35{
    background-color: rgb(248 113 113 / 0.35);
  }

  .sm\:bg-red-400\/40{
    background-color: rgb(248 113 113 / 0.4);
  }

  .sm\:bg-red-400\/45{
    background-color: rgb(248 113 113 / 0.45);
  }

  .sm\:bg-red-400\/5{
    background-color: rgb(248 113 113 / 0.05);
  }

  .sm\:bg-red-400\/50{
    background-color: rgb(248 113 113 / 0.5);
  }

  .sm\:bg-red-400\/55{
    background-color: rgb(248 113 113 / 0.55);
  }

  .sm\:bg-red-400\/60{
    background-color: rgb(248 113 113 / 0.6);
  }

  .sm\:bg-red-400\/65{
    background-color: rgb(248 113 113 / 0.65);
  }

  .sm\:bg-red-400\/70{
    background-color: rgb(248 113 113 / 0.7);
  }

  .sm\:bg-red-400\/75{
    background-color: rgb(248 113 113 / 0.75);
  }

  .sm\:bg-red-400\/80{
    background-color: rgb(248 113 113 / 0.8);
  }

  .sm\:bg-red-400\/85{
    background-color: rgb(248 113 113 / 0.85);
  }

  .sm\:bg-red-400\/90{
    background-color: rgb(248 113 113 / 0.9);
  }

  .sm\:bg-red-400\/95{
    background-color: rgb(248 113 113 / 0.95);
  }

  .sm\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-50\/0{
    background-color: rgb(254 242 242 / 0);
  }

  .sm\:bg-red-50\/10{
    background-color: rgb(254 242 242 / 0.1);
  }

  .sm\:bg-red-50\/100{
    background-color: rgb(254 242 242 / 1);
  }

  .sm\:bg-red-50\/15{
    background-color: rgb(254 242 242 / 0.15);
  }

  .sm\:bg-red-50\/20{
    background-color: rgb(254 242 242 / 0.2);
  }

  .sm\:bg-red-50\/25{
    background-color: rgb(254 242 242 / 0.25);
  }

  .sm\:bg-red-50\/30{
    background-color: rgb(254 242 242 / 0.3);
  }

  .sm\:bg-red-50\/35{
    background-color: rgb(254 242 242 / 0.35);
  }

  .sm\:bg-red-50\/40{
    background-color: rgb(254 242 242 / 0.4);
  }

  .sm\:bg-red-50\/45{
    background-color: rgb(254 242 242 / 0.45);
  }

  .sm\:bg-red-50\/5{
    background-color: rgb(254 242 242 / 0.05);
  }

  .sm\:bg-red-50\/50{
    background-color: rgb(254 242 242 / 0.5);
  }

  .sm\:bg-red-50\/55{
    background-color: rgb(254 242 242 / 0.55);
  }

  .sm\:bg-red-50\/60{
    background-color: rgb(254 242 242 / 0.6);
  }

  .sm\:bg-red-50\/65{
    background-color: rgb(254 242 242 / 0.65);
  }

  .sm\:bg-red-50\/70{
    background-color: rgb(254 242 242 / 0.7);
  }

  .sm\:bg-red-50\/75{
    background-color: rgb(254 242 242 / 0.75);
  }

  .sm\:bg-red-50\/80{
    background-color: rgb(254 242 242 / 0.8);
  }

  .sm\:bg-red-50\/85{
    background-color: rgb(254 242 242 / 0.85);
  }

  .sm\:bg-red-50\/90{
    background-color: rgb(254 242 242 / 0.9);
  }

  .sm\:bg-red-50\/95{
    background-color: rgb(254 242 242 / 0.95);
  }

  .sm\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-500\/0{
    background-color: rgb(239 68 68 / 0);
  }

  .sm\:bg-red-500\/10{
    background-color: rgb(239 68 68 / 0.1);
  }

  .sm\:bg-red-500\/100{
    background-color: rgb(239 68 68 / 1);
  }

  .sm\:bg-red-500\/15{
    background-color: rgb(239 68 68 / 0.15);
  }

  .sm\:bg-red-500\/20{
    background-color: rgb(239 68 68 / 0.2);
  }

  .sm\:bg-red-500\/25{
    background-color: rgb(239 68 68 / 0.25);
  }

  .sm\:bg-red-500\/30{
    background-color: rgb(239 68 68 / 0.3);
  }

  .sm\:bg-red-500\/35{
    background-color: rgb(239 68 68 / 0.35);
  }

  .sm\:bg-red-500\/40{
    background-color: rgb(239 68 68 / 0.4);
  }

  .sm\:bg-red-500\/45{
    background-color: rgb(239 68 68 / 0.45);
  }

  .sm\:bg-red-500\/5{
    background-color: rgb(239 68 68 / 0.05);
  }

  .sm\:bg-red-500\/50{
    background-color: rgb(239 68 68 / 0.5);
  }

  .sm\:bg-red-500\/55{
    background-color: rgb(239 68 68 / 0.55);
  }

  .sm\:bg-red-500\/60{
    background-color: rgb(239 68 68 / 0.6);
  }

  .sm\:bg-red-500\/65{
    background-color: rgb(239 68 68 / 0.65);
  }

  .sm\:bg-red-500\/70{
    background-color: rgb(239 68 68 / 0.7);
  }

  .sm\:bg-red-500\/75{
    background-color: rgb(239 68 68 / 0.75);
  }

  .sm\:bg-red-500\/80{
    background-color: rgb(239 68 68 / 0.8);
  }

  .sm\:bg-red-500\/85{
    background-color: rgb(239 68 68 / 0.85);
  }

  .sm\:bg-red-500\/90{
    background-color: rgb(239 68 68 / 0.9);
  }

  .sm\:bg-red-500\/95{
    background-color: rgb(239 68 68 / 0.95);
  }

  .sm\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-600\/0{
    background-color: rgb(220 38 38 / 0);
  }

  .sm\:bg-red-600\/10{
    background-color: rgb(220 38 38 / 0.1);
  }

  .sm\:bg-red-600\/100{
    background-color: rgb(220 38 38 / 1);
  }

  .sm\:bg-red-600\/15{
    background-color: rgb(220 38 38 / 0.15);
  }

  .sm\:bg-red-600\/20{
    background-color: rgb(220 38 38 / 0.2);
  }

  .sm\:bg-red-600\/25{
    background-color: rgb(220 38 38 / 0.25);
  }

  .sm\:bg-red-600\/30{
    background-color: rgb(220 38 38 / 0.3);
  }

  .sm\:bg-red-600\/35{
    background-color: rgb(220 38 38 / 0.35);
  }

  .sm\:bg-red-600\/40{
    background-color: rgb(220 38 38 / 0.4);
  }

  .sm\:bg-red-600\/45{
    background-color: rgb(220 38 38 / 0.45);
  }

  .sm\:bg-red-600\/5{
    background-color: rgb(220 38 38 / 0.05);
  }

  .sm\:bg-red-600\/50{
    background-color: rgb(220 38 38 / 0.5);
  }

  .sm\:bg-red-600\/55{
    background-color: rgb(220 38 38 / 0.55);
  }

  .sm\:bg-red-600\/60{
    background-color: rgb(220 38 38 / 0.6);
  }

  .sm\:bg-red-600\/65{
    background-color: rgb(220 38 38 / 0.65);
  }

  .sm\:bg-red-600\/70{
    background-color: rgb(220 38 38 / 0.7);
  }

  .sm\:bg-red-600\/75{
    background-color: rgb(220 38 38 / 0.75);
  }

  .sm\:bg-red-600\/80{
    background-color: rgb(220 38 38 / 0.8);
  }

  .sm\:bg-red-600\/85{
    background-color: rgb(220 38 38 / 0.85);
  }

  .sm\:bg-red-600\/90{
    background-color: rgb(220 38 38 / 0.9);
  }

  .sm\:bg-red-600\/95{
    background-color: rgb(220 38 38 / 0.95);
  }

  .sm\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-700\/0{
    background-color: rgb(185 28 28 / 0);
  }

  .sm\:bg-red-700\/10{
    background-color: rgb(185 28 28 / 0.1);
  }

  .sm\:bg-red-700\/100{
    background-color: rgb(185 28 28 / 1);
  }

  .sm\:bg-red-700\/15{
    background-color: rgb(185 28 28 / 0.15);
  }

  .sm\:bg-red-700\/20{
    background-color: rgb(185 28 28 / 0.2);
  }

  .sm\:bg-red-700\/25{
    background-color: rgb(185 28 28 / 0.25);
  }

  .sm\:bg-red-700\/30{
    background-color: rgb(185 28 28 / 0.3);
  }

  .sm\:bg-red-700\/35{
    background-color: rgb(185 28 28 / 0.35);
  }

  .sm\:bg-red-700\/40{
    background-color: rgb(185 28 28 / 0.4);
  }

  .sm\:bg-red-700\/45{
    background-color: rgb(185 28 28 / 0.45);
  }

  .sm\:bg-red-700\/5{
    background-color: rgb(185 28 28 / 0.05);
  }

  .sm\:bg-red-700\/50{
    background-color: rgb(185 28 28 / 0.5);
  }

  .sm\:bg-red-700\/55{
    background-color: rgb(185 28 28 / 0.55);
  }

  .sm\:bg-red-700\/60{
    background-color: rgb(185 28 28 / 0.6);
  }

  .sm\:bg-red-700\/65{
    background-color: rgb(185 28 28 / 0.65);
  }

  .sm\:bg-red-700\/70{
    background-color: rgb(185 28 28 / 0.7);
  }

  .sm\:bg-red-700\/75{
    background-color: rgb(185 28 28 / 0.75);
  }

  .sm\:bg-red-700\/80{
    background-color: rgb(185 28 28 / 0.8);
  }

  .sm\:bg-red-700\/85{
    background-color: rgb(185 28 28 / 0.85);
  }

  .sm\:bg-red-700\/90{
    background-color: rgb(185 28 28 / 0.9);
  }

  .sm\:bg-red-700\/95{
    background-color: rgb(185 28 28 / 0.95);
  }

  .sm\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-800\/0{
    background-color: rgb(153 27 27 / 0);
  }

  .sm\:bg-red-800\/10{
    background-color: rgb(153 27 27 / 0.1);
  }

  .sm\:bg-red-800\/100{
    background-color: rgb(153 27 27 / 1);
  }

  .sm\:bg-red-800\/15{
    background-color: rgb(153 27 27 / 0.15);
  }

  .sm\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .sm\:bg-red-800\/25{
    background-color: rgb(153 27 27 / 0.25);
  }

  .sm\:bg-red-800\/30{
    background-color: rgb(153 27 27 / 0.3);
  }

  .sm\:bg-red-800\/35{
    background-color: rgb(153 27 27 / 0.35);
  }

  .sm\:bg-red-800\/40{
    background-color: rgb(153 27 27 / 0.4);
  }

  .sm\:bg-red-800\/45{
    background-color: rgb(153 27 27 / 0.45);
  }

  .sm\:bg-red-800\/5{
    background-color: rgb(153 27 27 / 0.05);
  }

  .sm\:bg-red-800\/50{
    background-color: rgb(153 27 27 / 0.5);
  }

  .sm\:bg-red-800\/55{
    background-color: rgb(153 27 27 / 0.55);
  }

  .sm\:bg-red-800\/60{
    background-color: rgb(153 27 27 / 0.6);
  }

  .sm\:bg-red-800\/65{
    background-color: rgb(153 27 27 / 0.65);
  }

  .sm\:bg-red-800\/70{
    background-color: rgb(153 27 27 / 0.7);
  }

  .sm\:bg-red-800\/75{
    background-color: rgb(153 27 27 / 0.75);
  }

  .sm\:bg-red-800\/80{
    background-color: rgb(153 27 27 / 0.8);
  }

  .sm\:bg-red-800\/85{
    background-color: rgb(153 27 27 / 0.85);
  }

  .sm\:bg-red-800\/90{
    background-color: rgb(153 27 27 / 0.9);
  }

  .sm\:bg-red-800\/95{
    background-color: rgb(153 27 27 / 0.95);
  }

  .sm\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-900\/0{
    background-color: rgb(127 29 29 / 0);
  }

  .sm\:bg-red-900\/10{
    background-color: rgb(127 29 29 / 0.1);
  }

  .sm\:bg-red-900\/100{
    background-color: rgb(127 29 29 / 1);
  }

  .sm\:bg-red-900\/15{
    background-color: rgb(127 29 29 / 0.15);
  }

  .sm\:bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }

  .sm\:bg-red-900\/25{
    background-color: rgb(127 29 29 / 0.25);
  }

  .sm\:bg-red-900\/30{
    background-color: rgb(127 29 29 / 0.3);
  }

  .sm\:bg-red-900\/35{
    background-color: rgb(127 29 29 / 0.35);
  }

  .sm\:bg-red-900\/40{
    background-color: rgb(127 29 29 / 0.4);
  }

  .sm\:bg-red-900\/45{
    background-color: rgb(127 29 29 / 0.45);
  }

  .sm\:bg-red-900\/5{
    background-color: rgb(127 29 29 / 0.05);
  }

  .sm\:bg-red-900\/50{
    background-color: rgb(127 29 29 / 0.5);
  }

  .sm\:bg-red-900\/55{
    background-color: rgb(127 29 29 / 0.55);
  }

  .sm\:bg-red-900\/60{
    background-color: rgb(127 29 29 / 0.6);
  }

  .sm\:bg-red-900\/65{
    background-color: rgb(127 29 29 / 0.65);
  }

  .sm\:bg-red-900\/70{
    background-color: rgb(127 29 29 / 0.7);
  }

  .sm\:bg-red-900\/75{
    background-color: rgb(127 29 29 / 0.75);
  }

  .sm\:bg-red-900\/80{
    background-color: rgb(127 29 29 / 0.8);
  }

  .sm\:bg-red-900\/85{
    background-color: rgb(127 29 29 / 0.85);
  }

  .sm\:bg-red-900\/90{
    background-color: rgb(127 29 29 / 0.9);
  }

  .sm\:bg-red-900\/95{
    background-color: rgb(127 29 29 / 0.95);
  }

  .sm\:bg-red-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-red-950\/0{
    background-color: rgb(69 10 10 / 0);
  }

  .sm\:bg-red-950\/10{
    background-color: rgb(69 10 10 / 0.1);
  }

  .sm\:bg-red-950\/100{
    background-color: rgb(69 10 10 / 1);
  }

  .sm\:bg-red-950\/15{
    background-color: rgb(69 10 10 / 0.15);
  }

  .sm\:bg-red-950\/20{
    background-color: rgb(69 10 10 / 0.2);
  }

  .sm\:bg-red-950\/25{
    background-color: rgb(69 10 10 / 0.25);
  }

  .sm\:bg-red-950\/30{
    background-color: rgb(69 10 10 / 0.3);
  }

  .sm\:bg-red-950\/35{
    background-color: rgb(69 10 10 / 0.35);
  }

  .sm\:bg-red-950\/40{
    background-color: rgb(69 10 10 / 0.4);
  }

  .sm\:bg-red-950\/45{
    background-color: rgb(69 10 10 / 0.45);
  }

  .sm\:bg-red-950\/5{
    background-color: rgb(69 10 10 / 0.05);
  }

  .sm\:bg-red-950\/50{
    background-color: rgb(69 10 10 / 0.5);
  }

  .sm\:bg-red-950\/55{
    background-color: rgb(69 10 10 / 0.55);
  }

  .sm\:bg-red-950\/60{
    background-color: rgb(69 10 10 / 0.6);
  }

  .sm\:bg-red-950\/65{
    background-color: rgb(69 10 10 / 0.65);
  }

  .sm\:bg-red-950\/70{
    background-color: rgb(69 10 10 / 0.7);
  }

  .sm\:bg-red-950\/75{
    background-color: rgb(69 10 10 / 0.75);
  }

  .sm\:bg-red-950\/80{
    background-color: rgb(69 10 10 / 0.8);
  }

  .sm\:bg-red-950\/85{
    background-color: rgb(69 10 10 / 0.85);
  }

  .sm\:bg-red-950\/90{
    background-color: rgb(69 10 10 / 0.9);
  }

  .sm\:bg-red-950\/95{
    background-color: rgb(69 10 10 / 0.95);
  }

  .sm\:bg-rose-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-100\/0{
    background-color: rgb(255 228 230 / 0);
  }

  .sm\:bg-rose-100\/10{
    background-color: rgb(255 228 230 / 0.1);
  }

  .sm\:bg-rose-100\/100{
    background-color: rgb(255 228 230 / 1);
  }

  .sm\:bg-rose-100\/15{
    background-color: rgb(255 228 230 / 0.15);
  }

  .sm\:bg-rose-100\/20{
    background-color: rgb(255 228 230 / 0.2);
  }

  .sm\:bg-rose-100\/25{
    background-color: rgb(255 228 230 / 0.25);
  }

  .sm\:bg-rose-100\/30{
    background-color: rgb(255 228 230 / 0.3);
  }

  .sm\:bg-rose-100\/35{
    background-color: rgb(255 228 230 / 0.35);
  }

  .sm\:bg-rose-100\/40{
    background-color: rgb(255 228 230 / 0.4);
  }

  .sm\:bg-rose-100\/45{
    background-color: rgb(255 228 230 / 0.45);
  }

  .sm\:bg-rose-100\/5{
    background-color: rgb(255 228 230 / 0.05);
  }

  .sm\:bg-rose-100\/50{
    background-color: rgb(255 228 230 / 0.5);
  }

  .sm\:bg-rose-100\/55{
    background-color: rgb(255 228 230 / 0.55);
  }

  .sm\:bg-rose-100\/60{
    background-color: rgb(255 228 230 / 0.6);
  }

  .sm\:bg-rose-100\/65{
    background-color: rgb(255 228 230 / 0.65);
  }

  .sm\:bg-rose-100\/70{
    background-color: rgb(255 228 230 / 0.7);
  }

  .sm\:bg-rose-100\/75{
    background-color: rgb(255 228 230 / 0.75);
  }

  .sm\:bg-rose-100\/80{
    background-color: rgb(255 228 230 / 0.8);
  }

  .sm\:bg-rose-100\/85{
    background-color: rgb(255 228 230 / 0.85);
  }

  .sm\:bg-rose-100\/90{
    background-color: rgb(255 228 230 / 0.9);
  }

  .sm\:bg-rose-100\/95{
    background-color: rgb(255 228 230 / 0.95);
  }

  .sm\:bg-rose-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-200\/0{
    background-color: rgb(254 205 211 / 0);
  }

  .sm\:bg-rose-200\/10{
    background-color: rgb(254 205 211 / 0.1);
  }

  .sm\:bg-rose-200\/100{
    background-color: rgb(254 205 211 / 1);
  }

  .sm\:bg-rose-200\/15{
    background-color: rgb(254 205 211 / 0.15);
  }

  .sm\:bg-rose-200\/20{
    background-color: rgb(254 205 211 / 0.2);
  }

  .sm\:bg-rose-200\/25{
    background-color: rgb(254 205 211 / 0.25);
  }

  .sm\:bg-rose-200\/30{
    background-color: rgb(254 205 211 / 0.3);
  }

  .sm\:bg-rose-200\/35{
    background-color: rgb(254 205 211 / 0.35);
  }

  .sm\:bg-rose-200\/40{
    background-color: rgb(254 205 211 / 0.4);
  }

  .sm\:bg-rose-200\/45{
    background-color: rgb(254 205 211 / 0.45);
  }

  .sm\:bg-rose-200\/5{
    background-color: rgb(254 205 211 / 0.05);
  }

  .sm\:bg-rose-200\/50{
    background-color: rgb(254 205 211 / 0.5);
  }

  .sm\:bg-rose-200\/55{
    background-color: rgb(254 205 211 / 0.55);
  }

  .sm\:bg-rose-200\/60{
    background-color: rgb(254 205 211 / 0.6);
  }

  .sm\:bg-rose-200\/65{
    background-color: rgb(254 205 211 / 0.65);
  }

  .sm\:bg-rose-200\/70{
    background-color: rgb(254 205 211 / 0.7);
  }

  .sm\:bg-rose-200\/75{
    background-color: rgb(254 205 211 / 0.75);
  }

  .sm\:bg-rose-200\/80{
    background-color: rgb(254 205 211 / 0.8);
  }

  .sm\:bg-rose-200\/85{
    background-color: rgb(254 205 211 / 0.85);
  }

  .sm\:bg-rose-200\/90{
    background-color: rgb(254 205 211 / 0.9);
  }

  .sm\:bg-rose-200\/95{
    background-color: rgb(254 205 211 / 0.95);
  }

  .sm\:bg-rose-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-300\/0{
    background-color: rgb(253 164 175 / 0);
  }

  .sm\:bg-rose-300\/10{
    background-color: rgb(253 164 175 / 0.1);
  }

  .sm\:bg-rose-300\/100{
    background-color: rgb(253 164 175 / 1);
  }

  .sm\:bg-rose-300\/15{
    background-color: rgb(253 164 175 / 0.15);
  }

  .sm\:bg-rose-300\/20{
    background-color: rgb(253 164 175 / 0.2);
  }

  .sm\:bg-rose-300\/25{
    background-color: rgb(253 164 175 / 0.25);
  }

  .sm\:bg-rose-300\/30{
    background-color: rgb(253 164 175 / 0.3);
  }

  .sm\:bg-rose-300\/35{
    background-color: rgb(253 164 175 / 0.35);
  }

  .sm\:bg-rose-300\/40{
    background-color: rgb(253 164 175 / 0.4);
  }

  .sm\:bg-rose-300\/45{
    background-color: rgb(253 164 175 / 0.45);
  }

  .sm\:bg-rose-300\/5{
    background-color: rgb(253 164 175 / 0.05);
  }

  .sm\:bg-rose-300\/50{
    background-color: rgb(253 164 175 / 0.5);
  }

  .sm\:bg-rose-300\/55{
    background-color: rgb(253 164 175 / 0.55);
  }

  .sm\:bg-rose-300\/60{
    background-color: rgb(253 164 175 / 0.6);
  }

  .sm\:bg-rose-300\/65{
    background-color: rgb(253 164 175 / 0.65);
  }

  .sm\:bg-rose-300\/70{
    background-color: rgb(253 164 175 / 0.7);
  }

  .sm\:bg-rose-300\/75{
    background-color: rgb(253 164 175 / 0.75);
  }

  .sm\:bg-rose-300\/80{
    background-color: rgb(253 164 175 / 0.8);
  }

  .sm\:bg-rose-300\/85{
    background-color: rgb(253 164 175 / 0.85);
  }

  .sm\:bg-rose-300\/90{
    background-color: rgb(253 164 175 / 0.9);
  }

  .sm\:bg-rose-300\/95{
    background-color: rgb(253 164 175 / 0.95);
  }

  .sm\:bg-rose-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-400\/0{
    background-color: rgb(251 113 133 / 0);
  }

  .sm\:bg-rose-400\/10{
    background-color: rgb(251 113 133 / 0.1);
  }

  .sm\:bg-rose-400\/100{
    background-color: rgb(251 113 133 / 1);
  }

  .sm\:bg-rose-400\/15{
    background-color: rgb(251 113 133 / 0.15);
  }

  .sm\:bg-rose-400\/20{
    background-color: rgb(251 113 133 / 0.2);
  }

  .sm\:bg-rose-400\/25{
    background-color: rgb(251 113 133 / 0.25);
  }

  .sm\:bg-rose-400\/30{
    background-color: rgb(251 113 133 / 0.3);
  }

  .sm\:bg-rose-400\/35{
    background-color: rgb(251 113 133 / 0.35);
  }

  .sm\:bg-rose-400\/40{
    background-color: rgb(251 113 133 / 0.4);
  }

  .sm\:bg-rose-400\/45{
    background-color: rgb(251 113 133 / 0.45);
  }

  .sm\:bg-rose-400\/5{
    background-color: rgb(251 113 133 / 0.05);
  }

  .sm\:bg-rose-400\/50{
    background-color: rgb(251 113 133 / 0.5);
  }

  .sm\:bg-rose-400\/55{
    background-color: rgb(251 113 133 / 0.55);
  }

  .sm\:bg-rose-400\/60{
    background-color: rgb(251 113 133 / 0.6);
  }

  .sm\:bg-rose-400\/65{
    background-color: rgb(251 113 133 / 0.65);
  }

  .sm\:bg-rose-400\/70{
    background-color: rgb(251 113 133 / 0.7);
  }

  .sm\:bg-rose-400\/75{
    background-color: rgb(251 113 133 / 0.75);
  }

  .sm\:bg-rose-400\/80{
    background-color: rgb(251 113 133 / 0.8);
  }

  .sm\:bg-rose-400\/85{
    background-color: rgb(251 113 133 / 0.85);
  }

  .sm\:bg-rose-400\/90{
    background-color: rgb(251 113 133 / 0.9);
  }

  .sm\:bg-rose-400\/95{
    background-color: rgb(251 113 133 / 0.95);
  }

  .sm\:bg-rose-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-50\/0{
    background-color: rgb(255 241 242 / 0);
  }

  .sm\:bg-rose-50\/10{
    background-color: rgb(255 241 242 / 0.1);
  }

  .sm\:bg-rose-50\/100{
    background-color: rgb(255 241 242 / 1);
  }

  .sm\:bg-rose-50\/15{
    background-color: rgb(255 241 242 / 0.15);
  }

  .sm\:bg-rose-50\/20{
    background-color: rgb(255 241 242 / 0.2);
  }

  .sm\:bg-rose-50\/25{
    background-color: rgb(255 241 242 / 0.25);
  }

  .sm\:bg-rose-50\/30{
    background-color: rgb(255 241 242 / 0.3);
  }

  .sm\:bg-rose-50\/35{
    background-color: rgb(255 241 242 / 0.35);
  }

  .sm\:bg-rose-50\/40{
    background-color: rgb(255 241 242 / 0.4);
  }

  .sm\:bg-rose-50\/45{
    background-color: rgb(255 241 242 / 0.45);
  }

  .sm\:bg-rose-50\/5{
    background-color: rgb(255 241 242 / 0.05);
  }

  .sm\:bg-rose-50\/50{
    background-color: rgb(255 241 242 / 0.5);
  }

  .sm\:bg-rose-50\/55{
    background-color: rgb(255 241 242 / 0.55);
  }

  .sm\:bg-rose-50\/60{
    background-color: rgb(255 241 242 / 0.6);
  }

  .sm\:bg-rose-50\/65{
    background-color: rgb(255 241 242 / 0.65);
  }

  .sm\:bg-rose-50\/70{
    background-color: rgb(255 241 242 / 0.7);
  }

  .sm\:bg-rose-50\/75{
    background-color: rgb(255 241 242 / 0.75);
  }

  .sm\:bg-rose-50\/80{
    background-color: rgb(255 241 242 / 0.8);
  }

  .sm\:bg-rose-50\/85{
    background-color: rgb(255 241 242 / 0.85);
  }

  .sm\:bg-rose-50\/90{
    background-color: rgb(255 241 242 / 0.9);
  }

  .sm\:bg-rose-50\/95{
    background-color: rgb(255 241 242 / 0.95);
  }

  .sm\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-500\/0{
    background-color: rgb(244 63 94 / 0);
  }

  .sm\:bg-rose-500\/10{
    background-color: rgb(244 63 94 / 0.1);
  }

  .sm\:bg-rose-500\/100{
    background-color: rgb(244 63 94 / 1);
  }

  .sm\:bg-rose-500\/15{
    background-color: rgb(244 63 94 / 0.15);
  }

  .sm\:bg-rose-500\/20{
    background-color: rgb(244 63 94 / 0.2);
  }

  .sm\:bg-rose-500\/25{
    background-color: rgb(244 63 94 / 0.25);
  }

  .sm\:bg-rose-500\/30{
    background-color: rgb(244 63 94 / 0.3);
  }

  .sm\:bg-rose-500\/35{
    background-color: rgb(244 63 94 / 0.35);
  }

  .sm\:bg-rose-500\/40{
    background-color: rgb(244 63 94 / 0.4);
  }

  .sm\:bg-rose-500\/45{
    background-color: rgb(244 63 94 / 0.45);
  }

  .sm\:bg-rose-500\/5{
    background-color: rgb(244 63 94 / 0.05);
  }

  .sm\:bg-rose-500\/50{
    background-color: rgb(244 63 94 / 0.5);
  }

  .sm\:bg-rose-500\/55{
    background-color: rgb(244 63 94 / 0.55);
  }

  .sm\:bg-rose-500\/60{
    background-color: rgb(244 63 94 / 0.6);
  }

  .sm\:bg-rose-500\/65{
    background-color: rgb(244 63 94 / 0.65);
  }

  .sm\:bg-rose-500\/70{
    background-color: rgb(244 63 94 / 0.7);
  }

  .sm\:bg-rose-500\/75{
    background-color: rgb(244 63 94 / 0.75);
  }

  .sm\:bg-rose-500\/80{
    background-color: rgb(244 63 94 / 0.8);
  }

  .sm\:bg-rose-500\/85{
    background-color: rgb(244 63 94 / 0.85);
  }

  .sm\:bg-rose-500\/90{
    background-color: rgb(244 63 94 / 0.9);
  }

  .sm\:bg-rose-500\/95{
    background-color: rgb(244 63 94 / 0.95);
  }

  .sm\:bg-rose-600{
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-600\/0{
    background-color: rgb(225 29 72 / 0);
  }

  .sm\:bg-rose-600\/10{
    background-color: rgb(225 29 72 / 0.1);
  }

  .sm\:bg-rose-600\/100{
    background-color: rgb(225 29 72 / 1);
  }

  .sm\:bg-rose-600\/15{
    background-color: rgb(225 29 72 / 0.15);
  }

  .sm\:bg-rose-600\/20{
    background-color: rgb(225 29 72 / 0.2);
  }

  .sm\:bg-rose-600\/25{
    background-color: rgb(225 29 72 / 0.25);
  }

  .sm\:bg-rose-600\/30{
    background-color: rgb(225 29 72 / 0.3);
  }

  .sm\:bg-rose-600\/35{
    background-color: rgb(225 29 72 / 0.35);
  }

  .sm\:bg-rose-600\/40{
    background-color: rgb(225 29 72 / 0.4);
  }

  .sm\:bg-rose-600\/45{
    background-color: rgb(225 29 72 / 0.45);
  }

  .sm\:bg-rose-600\/5{
    background-color: rgb(225 29 72 / 0.05);
  }

  .sm\:bg-rose-600\/50{
    background-color: rgb(225 29 72 / 0.5);
  }

  .sm\:bg-rose-600\/55{
    background-color: rgb(225 29 72 / 0.55);
  }

  .sm\:bg-rose-600\/60{
    background-color: rgb(225 29 72 / 0.6);
  }

  .sm\:bg-rose-600\/65{
    background-color: rgb(225 29 72 / 0.65);
  }

  .sm\:bg-rose-600\/70{
    background-color: rgb(225 29 72 / 0.7);
  }

  .sm\:bg-rose-600\/75{
    background-color: rgb(225 29 72 / 0.75);
  }

  .sm\:bg-rose-600\/80{
    background-color: rgb(225 29 72 / 0.8);
  }

  .sm\:bg-rose-600\/85{
    background-color: rgb(225 29 72 / 0.85);
  }

  .sm\:bg-rose-600\/90{
    background-color: rgb(225 29 72 / 0.9);
  }

  .sm\:bg-rose-600\/95{
    background-color: rgb(225 29 72 / 0.95);
  }

  .sm\:bg-rose-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-700\/0{
    background-color: rgb(190 18 60 / 0);
  }

  .sm\:bg-rose-700\/10{
    background-color: rgb(190 18 60 / 0.1);
  }

  .sm\:bg-rose-700\/100{
    background-color: rgb(190 18 60 / 1);
  }

  .sm\:bg-rose-700\/15{
    background-color: rgb(190 18 60 / 0.15);
  }

  .sm\:bg-rose-700\/20{
    background-color: rgb(190 18 60 / 0.2);
  }

  .sm\:bg-rose-700\/25{
    background-color: rgb(190 18 60 / 0.25);
  }

  .sm\:bg-rose-700\/30{
    background-color: rgb(190 18 60 / 0.3);
  }

  .sm\:bg-rose-700\/35{
    background-color: rgb(190 18 60 / 0.35);
  }

  .sm\:bg-rose-700\/40{
    background-color: rgb(190 18 60 / 0.4);
  }

  .sm\:bg-rose-700\/45{
    background-color: rgb(190 18 60 / 0.45);
  }

  .sm\:bg-rose-700\/5{
    background-color: rgb(190 18 60 / 0.05);
  }

  .sm\:bg-rose-700\/50{
    background-color: rgb(190 18 60 / 0.5);
  }

  .sm\:bg-rose-700\/55{
    background-color: rgb(190 18 60 / 0.55);
  }

  .sm\:bg-rose-700\/60{
    background-color: rgb(190 18 60 / 0.6);
  }

  .sm\:bg-rose-700\/65{
    background-color: rgb(190 18 60 / 0.65);
  }

  .sm\:bg-rose-700\/70{
    background-color: rgb(190 18 60 / 0.7);
  }

  .sm\:bg-rose-700\/75{
    background-color: rgb(190 18 60 / 0.75);
  }

  .sm\:bg-rose-700\/80{
    background-color: rgb(190 18 60 / 0.8);
  }

  .sm\:bg-rose-700\/85{
    background-color: rgb(190 18 60 / 0.85);
  }

  .sm\:bg-rose-700\/90{
    background-color: rgb(190 18 60 / 0.9);
  }

  .sm\:bg-rose-700\/95{
    background-color: rgb(190 18 60 / 0.95);
  }

  .sm\:bg-rose-800{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-800\/0{
    background-color: rgb(159 18 57 / 0);
  }

  .sm\:bg-rose-800\/10{
    background-color: rgb(159 18 57 / 0.1);
  }

  .sm\:bg-rose-800\/100{
    background-color: rgb(159 18 57 / 1);
  }

  .sm\:bg-rose-800\/15{
    background-color: rgb(159 18 57 / 0.15);
  }

  .sm\:bg-rose-800\/20{
    background-color: rgb(159 18 57 / 0.2);
  }

  .sm\:bg-rose-800\/25{
    background-color: rgb(159 18 57 / 0.25);
  }

  .sm\:bg-rose-800\/30{
    background-color: rgb(159 18 57 / 0.3);
  }

  .sm\:bg-rose-800\/35{
    background-color: rgb(159 18 57 / 0.35);
  }

  .sm\:bg-rose-800\/40{
    background-color: rgb(159 18 57 / 0.4);
  }

  .sm\:bg-rose-800\/45{
    background-color: rgb(159 18 57 / 0.45);
  }

  .sm\:bg-rose-800\/5{
    background-color: rgb(159 18 57 / 0.05);
  }

  .sm\:bg-rose-800\/50{
    background-color: rgb(159 18 57 / 0.5);
  }

  .sm\:bg-rose-800\/55{
    background-color: rgb(159 18 57 / 0.55);
  }

  .sm\:bg-rose-800\/60{
    background-color: rgb(159 18 57 / 0.6);
  }

  .sm\:bg-rose-800\/65{
    background-color: rgb(159 18 57 / 0.65);
  }

  .sm\:bg-rose-800\/70{
    background-color: rgb(159 18 57 / 0.7);
  }

  .sm\:bg-rose-800\/75{
    background-color: rgb(159 18 57 / 0.75);
  }

  .sm\:bg-rose-800\/80{
    background-color: rgb(159 18 57 / 0.8);
  }

  .sm\:bg-rose-800\/85{
    background-color: rgb(159 18 57 / 0.85);
  }

  .sm\:bg-rose-800\/90{
    background-color: rgb(159 18 57 / 0.9);
  }

  .sm\:bg-rose-800\/95{
    background-color: rgb(159 18 57 / 0.95);
  }

  .sm\:bg-rose-900{
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-900\/0{
    background-color: rgb(136 19 55 / 0);
  }

  .sm\:bg-rose-900\/10{
    background-color: rgb(136 19 55 / 0.1);
  }

  .sm\:bg-rose-900\/100{
    background-color: rgb(136 19 55 / 1);
  }

  .sm\:bg-rose-900\/15{
    background-color: rgb(136 19 55 / 0.15);
  }

  .sm\:bg-rose-900\/20{
    background-color: rgb(136 19 55 / 0.2);
  }

  .sm\:bg-rose-900\/25{
    background-color: rgb(136 19 55 / 0.25);
  }

  .sm\:bg-rose-900\/30{
    background-color: rgb(136 19 55 / 0.3);
  }

  .sm\:bg-rose-900\/35{
    background-color: rgb(136 19 55 / 0.35);
  }

  .sm\:bg-rose-900\/40{
    background-color: rgb(136 19 55 / 0.4);
  }

  .sm\:bg-rose-900\/45{
    background-color: rgb(136 19 55 / 0.45);
  }

  .sm\:bg-rose-900\/5{
    background-color: rgb(136 19 55 / 0.05);
  }

  .sm\:bg-rose-900\/50{
    background-color: rgb(136 19 55 / 0.5);
  }

  .sm\:bg-rose-900\/55{
    background-color: rgb(136 19 55 / 0.55);
  }

  .sm\:bg-rose-900\/60{
    background-color: rgb(136 19 55 / 0.6);
  }

  .sm\:bg-rose-900\/65{
    background-color: rgb(136 19 55 / 0.65);
  }

  .sm\:bg-rose-900\/70{
    background-color: rgb(136 19 55 / 0.7);
  }

  .sm\:bg-rose-900\/75{
    background-color: rgb(136 19 55 / 0.75);
  }

  .sm\:bg-rose-900\/80{
    background-color: rgb(136 19 55 / 0.8);
  }

  .sm\:bg-rose-900\/85{
    background-color: rgb(136 19 55 / 0.85);
  }

  .sm\:bg-rose-900\/90{
    background-color: rgb(136 19 55 / 0.9);
  }

  .sm\:bg-rose-900\/95{
    background-color: rgb(136 19 55 / 0.95);
  }

  .sm\:bg-rose-950{
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-rose-950\/0{
    background-color: rgb(76 5 25 / 0);
  }

  .sm\:bg-rose-950\/10{
    background-color: rgb(76 5 25 / 0.1);
  }

  .sm\:bg-rose-950\/100{
    background-color: rgb(76 5 25 / 1);
  }

  .sm\:bg-rose-950\/15{
    background-color: rgb(76 5 25 / 0.15);
  }

  .sm\:bg-rose-950\/20{
    background-color: rgb(76 5 25 / 0.2);
  }

  .sm\:bg-rose-950\/25{
    background-color: rgb(76 5 25 / 0.25);
  }

  .sm\:bg-rose-950\/30{
    background-color: rgb(76 5 25 / 0.3);
  }

  .sm\:bg-rose-950\/35{
    background-color: rgb(76 5 25 / 0.35);
  }

  .sm\:bg-rose-950\/40{
    background-color: rgb(76 5 25 / 0.4);
  }

  .sm\:bg-rose-950\/45{
    background-color: rgb(76 5 25 / 0.45);
  }

  .sm\:bg-rose-950\/5{
    background-color: rgb(76 5 25 / 0.05);
  }

  .sm\:bg-rose-950\/50{
    background-color: rgb(76 5 25 / 0.5);
  }

  .sm\:bg-rose-950\/55{
    background-color: rgb(76 5 25 / 0.55);
  }

  .sm\:bg-rose-950\/60{
    background-color: rgb(76 5 25 / 0.6);
  }

  .sm\:bg-rose-950\/65{
    background-color: rgb(76 5 25 / 0.65);
  }

  .sm\:bg-rose-950\/70{
    background-color: rgb(76 5 25 / 0.7);
  }

  .sm\:bg-rose-950\/75{
    background-color: rgb(76 5 25 / 0.75);
  }

  .sm\:bg-rose-950\/80{
    background-color: rgb(76 5 25 / 0.8);
  }

  .sm\:bg-rose-950\/85{
    background-color: rgb(76 5 25 / 0.85);
  }

  .sm\:bg-rose-950\/90{
    background-color: rgb(76 5 25 / 0.9);
  }

  .sm\:bg-rose-950\/95{
    background-color: rgb(76 5 25 / 0.95);
  }

  .sm\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-secondary\/0{
    background-color: rgb(169 255 234 / 0);
  }

  .sm\:bg-secondary\/10{
    background-color: rgb(169 255 234 / 0.1);
  }

  .sm\:bg-secondary\/100{
    background-color: rgb(169 255 234 / 1);
  }

  .sm\:bg-secondary\/15{
    background-color: rgb(169 255 234 / 0.15);
  }

  .sm\:bg-secondary\/20{
    background-color: rgb(169 255 234 / 0.2);
  }

  .sm\:bg-secondary\/25{
    background-color: rgb(169 255 234 / 0.25);
  }

  .sm\:bg-secondary\/30{
    background-color: rgb(169 255 234 / 0.3);
  }

  .sm\:bg-secondary\/35{
    background-color: rgb(169 255 234 / 0.35);
  }

  .sm\:bg-secondary\/40{
    background-color: rgb(169 255 234 / 0.4);
  }

  .sm\:bg-secondary\/45{
    background-color: rgb(169 255 234 / 0.45);
  }

  .sm\:bg-secondary\/5{
    background-color: rgb(169 255 234 / 0.05);
  }

  .sm\:bg-secondary\/50{
    background-color: rgb(169 255 234 / 0.5);
  }

  .sm\:bg-secondary\/55{
    background-color: rgb(169 255 234 / 0.55);
  }

  .sm\:bg-secondary\/60{
    background-color: rgb(169 255 234 / 0.6);
  }

  .sm\:bg-secondary\/65{
    background-color: rgb(169 255 234 / 0.65);
  }

  .sm\:bg-secondary\/70{
    background-color: rgb(169 255 234 / 0.7);
  }

  .sm\:bg-secondary\/75{
    background-color: rgb(169 255 234 / 0.75);
  }

  .sm\:bg-secondary\/80{
    background-color: rgb(169 255 234 / 0.8);
  }

  .sm\:bg-secondary\/85{
    background-color: rgb(169 255 234 / 0.85);
  }

  .sm\:bg-secondary\/90{
    background-color: rgb(169 255 234 / 0.9);
  }

  .sm\:bg-secondary\/95{
    background-color: rgb(169 255 234 / 0.95);
  }

  .sm\:bg-sky-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-100\/0{
    background-color: rgb(224 242 254 / 0);
  }

  .sm\:bg-sky-100\/10{
    background-color: rgb(224 242 254 / 0.1);
  }

  .sm\:bg-sky-100\/100{
    background-color: rgb(224 242 254 / 1);
  }

  .sm\:bg-sky-100\/15{
    background-color: rgb(224 242 254 / 0.15);
  }

  .sm\:bg-sky-100\/20{
    background-color: rgb(224 242 254 / 0.2);
  }

  .sm\:bg-sky-100\/25{
    background-color: rgb(224 242 254 / 0.25);
  }

  .sm\:bg-sky-100\/30{
    background-color: rgb(224 242 254 / 0.3);
  }

  .sm\:bg-sky-100\/35{
    background-color: rgb(224 242 254 / 0.35);
  }

  .sm\:bg-sky-100\/40{
    background-color: rgb(224 242 254 / 0.4);
  }

  .sm\:bg-sky-100\/45{
    background-color: rgb(224 242 254 / 0.45);
  }

  .sm\:bg-sky-100\/5{
    background-color: rgb(224 242 254 / 0.05);
  }

  .sm\:bg-sky-100\/50{
    background-color: rgb(224 242 254 / 0.5);
  }

  .sm\:bg-sky-100\/55{
    background-color: rgb(224 242 254 / 0.55);
  }

  .sm\:bg-sky-100\/60{
    background-color: rgb(224 242 254 / 0.6);
  }

  .sm\:bg-sky-100\/65{
    background-color: rgb(224 242 254 / 0.65);
  }

  .sm\:bg-sky-100\/70{
    background-color: rgb(224 242 254 / 0.7);
  }

  .sm\:bg-sky-100\/75{
    background-color: rgb(224 242 254 / 0.75);
  }

  .sm\:bg-sky-100\/80{
    background-color: rgb(224 242 254 / 0.8);
  }

  .sm\:bg-sky-100\/85{
    background-color: rgb(224 242 254 / 0.85);
  }

  .sm\:bg-sky-100\/90{
    background-color: rgb(224 242 254 / 0.9);
  }

  .sm\:bg-sky-100\/95{
    background-color: rgb(224 242 254 / 0.95);
  }

  .sm\:bg-sky-200{
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-200\/0{
    background-color: rgb(186 230 253 / 0);
  }

  .sm\:bg-sky-200\/10{
    background-color: rgb(186 230 253 / 0.1);
  }

  .sm\:bg-sky-200\/100{
    background-color: rgb(186 230 253 / 1);
  }

  .sm\:bg-sky-200\/15{
    background-color: rgb(186 230 253 / 0.15);
  }

  .sm\:bg-sky-200\/20{
    background-color: rgb(186 230 253 / 0.2);
  }

  .sm\:bg-sky-200\/25{
    background-color: rgb(186 230 253 / 0.25);
  }

  .sm\:bg-sky-200\/30{
    background-color: rgb(186 230 253 / 0.3);
  }

  .sm\:bg-sky-200\/35{
    background-color: rgb(186 230 253 / 0.35);
  }

  .sm\:bg-sky-200\/40{
    background-color: rgb(186 230 253 / 0.4);
  }

  .sm\:bg-sky-200\/45{
    background-color: rgb(186 230 253 / 0.45);
  }

  .sm\:bg-sky-200\/5{
    background-color: rgb(186 230 253 / 0.05);
  }

  .sm\:bg-sky-200\/50{
    background-color: rgb(186 230 253 / 0.5);
  }

  .sm\:bg-sky-200\/55{
    background-color: rgb(186 230 253 / 0.55);
  }

  .sm\:bg-sky-200\/60{
    background-color: rgb(186 230 253 / 0.6);
  }

  .sm\:bg-sky-200\/65{
    background-color: rgb(186 230 253 / 0.65);
  }

  .sm\:bg-sky-200\/70{
    background-color: rgb(186 230 253 / 0.7);
  }

  .sm\:bg-sky-200\/75{
    background-color: rgb(186 230 253 / 0.75);
  }

  .sm\:bg-sky-200\/80{
    background-color: rgb(186 230 253 / 0.8);
  }

  .sm\:bg-sky-200\/85{
    background-color: rgb(186 230 253 / 0.85);
  }

  .sm\:bg-sky-200\/90{
    background-color: rgb(186 230 253 / 0.9);
  }

  .sm\:bg-sky-200\/95{
    background-color: rgb(186 230 253 / 0.95);
  }

  .sm\:bg-sky-300{
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-300\/0{
    background-color: rgb(125 211 252 / 0);
  }

  .sm\:bg-sky-300\/10{
    background-color: rgb(125 211 252 / 0.1);
  }

  .sm\:bg-sky-300\/100{
    background-color: rgb(125 211 252 / 1);
  }

  .sm\:bg-sky-300\/15{
    background-color: rgb(125 211 252 / 0.15);
  }

  .sm\:bg-sky-300\/20{
    background-color: rgb(125 211 252 / 0.2);
  }

  .sm\:bg-sky-300\/25{
    background-color: rgb(125 211 252 / 0.25);
  }

  .sm\:bg-sky-300\/30{
    background-color: rgb(125 211 252 / 0.3);
  }

  .sm\:bg-sky-300\/35{
    background-color: rgb(125 211 252 / 0.35);
  }

  .sm\:bg-sky-300\/40{
    background-color: rgb(125 211 252 / 0.4);
  }

  .sm\:bg-sky-300\/45{
    background-color: rgb(125 211 252 / 0.45);
  }

  .sm\:bg-sky-300\/5{
    background-color: rgb(125 211 252 / 0.05);
  }

  .sm\:bg-sky-300\/50{
    background-color: rgb(125 211 252 / 0.5);
  }

  .sm\:bg-sky-300\/55{
    background-color: rgb(125 211 252 / 0.55);
  }

  .sm\:bg-sky-300\/60{
    background-color: rgb(125 211 252 / 0.6);
  }

  .sm\:bg-sky-300\/65{
    background-color: rgb(125 211 252 / 0.65);
  }

  .sm\:bg-sky-300\/70{
    background-color: rgb(125 211 252 / 0.7);
  }

  .sm\:bg-sky-300\/75{
    background-color: rgb(125 211 252 / 0.75);
  }

  .sm\:bg-sky-300\/80{
    background-color: rgb(125 211 252 / 0.8);
  }

  .sm\:bg-sky-300\/85{
    background-color: rgb(125 211 252 / 0.85);
  }

  .sm\:bg-sky-300\/90{
    background-color: rgb(125 211 252 / 0.9);
  }

  .sm\:bg-sky-300\/95{
    background-color: rgb(125 211 252 / 0.95);
  }

  .sm\:bg-sky-400{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-400\/0{
    background-color: rgb(56 189 248 / 0);
  }

  .sm\:bg-sky-400\/10{
    background-color: rgb(56 189 248 / 0.1);
  }

  .sm\:bg-sky-400\/100{
    background-color: rgb(56 189 248 / 1);
  }

  .sm\:bg-sky-400\/15{
    background-color: rgb(56 189 248 / 0.15);
  }

  .sm\:bg-sky-400\/20{
    background-color: rgb(56 189 248 / 0.2);
  }

  .sm\:bg-sky-400\/25{
    background-color: rgb(56 189 248 / 0.25);
  }

  .sm\:bg-sky-400\/30{
    background-color: rgb(56 189 248 / 0.3);
  }

  .sm\:bg-sky-400\/35{
    background-color: rgb(56 189 248 / 0.35);
  }

  .sm\:bg-sky-400\/40{
    background-color: rgb(56 189 248 / 0.4);
  }

  .sm\:bg-sky-400\/45{
    background-color: rgb(56 189 248 / 0.45);
  }

  .sm\:bg-sky-400\/5{
    background-color: rgb(56 189 248 / 0.05);
  }

  .sm\:bg-sky-400\/50{
    background-color: rgb(56 189 248 / 0.5);
  }

  .sm\:bg-sky-400\/55{
    background-color: rgb(56 189 248 / 0.55);
  }

  .sm\:bg-sky-400\/60{
    background-color: rgb(56 189 248 / 0.6);
  }

  .sm\:bg-sky-400\/65{
    background-color: rgb(56 189 248 / 0.65);
  }

  .sm\:bg-sky-400\/70{
    background-color: rgb(56 189 248 / 0.7);
  }

  .sm\:bg-sky-400\/75{
    background-color: rgb(56 189 248 / 0.75);
  }

  .sm\:bg-sky-400\/80{
    background-color: rgb(56 189 248 / 0.8);
  }

  .sm\:bg-sky-400\/85{
    background-color: rgb(56 189 248 / 0.85);
  }

  .sm\:bg-sky-400\/90{
    background-color: rgb(56 189 248 / 0.9);
  }

  .sm\:bg-sky-400\/95{
    background-color: rgb(56 189 248 / 0.95);
  }

  .sm\:bg-sky-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-50\/0{
    background-color: rgb(240 249 255 / 0);
  }

  .sm\:bg-sky-50\/10{
    background-color: rgb(240 249 255 / 0.1);
  }

  .sm\:bg-sky-50\/100{
    background-color: rgb(240 249 255 / 1);
  }

  .sm\:bg-sky-50\/15{
    background-color: rgb(240 249 255 / 0.15);
  }

  .sm\:bg-sky-50\/20{
    background-color: rgb(240 249 255 / 0.2);
  }

  .sm\:bg-sky-50\/25{
    background-color: rgb(240 249 255 / 0.25);
  }

  .sm\:bg-sky-50\/30{
    background-color: rgb(240 249 255 / 0.3);
  }

  .sm\:bg-sky-50\/35{
    background-color: rgb(240 249 255 / 0.35);
  }

  .sm\:bg-sky-50\/40{
    background-color: rgb(240 249 255 / 0.4);
  }

  .sm\:bg-sky-50\/45{
    background-color: rgb(240 249 255 / 0.45);
  }

  .sm\:bg-sky-50\/5{
    background-color: rgb(240 249 255 / 0.05);
  }

  .sm\:bg-sky-50\/50{
    background-color: rgb(240 249 255 / 0.5);
  }

  .sm\:bg-sky-50\/55{
    background-color: rgb(240 249 255 / 0.55);
  }

  .sm\:bg-sky-50\/60{
    background-color: rgb(240 249 255 / 0.6);
  }

  .sm\:bg-sky-50\/65{
    background-color: rgb(240 249 255 / 0.65);
  }

  .sm\:bg-sky-50\/70{
    background-color: rgb(240 249 255 / 0.7);
  }

  .sm\:bg-sky-50\/75{
    background-color: rgb(240 249 255 / 0.75);
  }

  .sm\:bg-sky-50\/80{
    background-color: rgb(240 249 255 / 0.8);
  }

  .sm\:bg-sky-50\/85{
    background-color: rgb(240 249 255 / 0.85);
  }

  .sm\:bg-sky-50\/90{
    background-color: rgb(240 249 255 / 0.9);
  }

  .sm\:bg-sky-50\/95{
    background-color: rgb(240 249 255 / 0.95);
  }

  .sm\:bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-500\/0{
    background-color: rgb(14 165 233 / 0);
  }

  .sm\:bg-sky-500\/10{
    background-color: rgb(14 165 233 / 0.1);
  }

  .sm\:bg-sky-500\/100{
    background-color: rgb(14 165 233 / 1);
  }

  .sm\:bg-sky-500\/15{
    background-color: rgb(14 165 233 / 0.15);
  }

  .sm\:bg-sky-500\/20{
    background-color: rgb(14 165 233 / 0.2);
  }

  .sm\:bg-sky-500\/25{
    background-color: rgb(14 165 233 / 0.25);
  }

  .sm\:bg-sky-500\/30{
    background-color: rgb(14 165 233 / 0.3);
  }

  .sm\:bg-sky-500\/35{
    background-color: rgb(14 165 233 / 0.35);
  }

  .sm\:bg-sky-500\/40{
    background-color: rgb(14 165 233 / 0.4);
  }

  .sm\:bg-sky-500\/45{
    background-color: rgb(14 165 233 / 0.45);
  }

  .sm\:bg-sky-500\/5{
    background-color: rgb(14 165 233 / 0.05);
  }

  .sm\:bg-sky-500\/50{
    background-color: rgb(14 165 233 / 0.5);
  }

  .sm\:bg-sky-500\/55{
    background-color: rgb(14 165 233 / 0.55);
  }

  .sm\:bg-sky-500\/60{
    background-color: rgb(14 165 233 / 0.6);
  }

  .sm\:bg-sky-500\/65{
    background-color: rgb(14 165 233 / 0.65);
  }

  .sm\:bg-sky-500\/70{
    background-color: rgb(14 165 233 / 0.7);
  }

  .sm\:bg-sky-500\/75{
    background-color: rgb(14 165 233 / 0.75);
  }

  .sm\:bg-sky-500\/80{
    background-color: rgb(14 165 233 / 0.8);
  }

  .sm\:bg-sky-500\/85{
    background-color: rgb(14 165 233 / 0.85);
  }

  .sm\:bg-sky-500\/90{
    background-color: rgb(14 165 233 / 0.9);
  }

  .sm\:bg-sky-500\/95{
    background-color: rgb(14 165 233 / 0.95);
  }

  .sm\:bg-sky-600{
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-600\/0{
    background-color: rgb(2 132 199 / 0);
  }

  .sm\:bg-sky-600\/10{
    background-color: rgb(2 132 199 / 0.1);
  }

  .sm\:bg-sky-600\/100{
    background-color: rgb(2 132 199 / 1);
  }

  .sm\:bg-sky-600\/15{
    background-color: rgb(2 132 199 / 0.15);
  }

  .sm\:bg-sky-600\/20{
    background-color: rgb(2 132 199 / 0.2);
  }

  .sm\:bg-sky-600\/25{
    background-color: rgb(2 132 199 / 0.25);
  }

  .sm\:bg-sky-600\/30{
    background-color: rgb(2 132 199 / 0.3);
  }

  .sm\:bg-sky-600\/35{
    background-color: rgb(2 132 199 / 0.35);
  }

  .sm\:bg-sky-600\/40{
    background-color: rgb(2 132 199 / 0.4);
  }

  .sm\:bg-sky-600\/45{
    background-color: rgb(2 132 199 / 0.45);
  }

  .sm\:bg-sky-600\/5{
    background-color: rgb(2 132 199 / 0.05);
  }

  .sm\:bg-sky-600\/50{
    background-color: rgb(2 132 199 / 0.5);
  }

  .sm\:bg-sky-600\/55{
    background-color: rgb(2 132 199 / 0.55);
  }

  .sm\:bg-sky-600\/60{
    background-color: rgb(2 132 199 / 0.6);
  }

  .sm\:bg-sky-600\/65{
    background-color: rgb(2 132 199 / 0.65);
  }

  .sm\:bg-sky-600\/70{
    background-color: rgb(2 132 199 / 0.7);
  }

  .sm\:bg-sky-600\/75{
    background-color: rgb(2 132 199 / 0.75);
  }

  .sm\:bg-sky-600\/80{
    background-color: rgb(2 132 199 / 0.8);
  }

  .sm\:bg-sky-600\/85{
    background-color: rgb(2 132 199 / 0.85);
  }

  .sm\:bg-sky-600\/90{
    background-color: rgb(2 132 199 / 0.9);
  }

  .sm\:bg-sky-600\/95{
    background-color: rgb(2 132 199 / 0.95);
  }

  .sm\:bg-sky-700{
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-700\/0{
    background-color: rgb(3 105 161 / 0);
  }

  .sm\:bg-sky-700\/10{
    background-color: rgb(3 105 161 / 0.1);
  }

  .sm\:bg-sky-700\/100{
    background-color: rgb(3 105 161 / 1);
  }

  .sm\:bg-sky-700\/15{
    background-color: rgb(3 105 161 / 0.15);
  }

  .sm\:bg-sky-700\/20{
    background-color: rgb(3 105 161 / 0.2);
  }

  .sm\:bg-sky-700\/25{
    background-color: rgb(3 105 161 / 0.25);
  }

  .sm\:bg-sky-700\/30{
    background-color: rgb(3 105 161 / 0.3);
  }

  .sm\:bg-sky-700\/35{
    background-color: rgb(3 105 161 / 0.35);
  }

  .sm\:bg-sky-700\/40{
    background-color: rgb(3 105 161 / 0.4);
  }

  .sm\:bg-sky-700\/45{
    background-color: rgb(3 105 161 / 0.45);
  }

  .sm\:bg-sky-700\/5{
    background-color: rgb(3 105 161 / 0.05);
  }

  .sm\:bg-sky-700\/50{
    background-color: rgb(3 105 161 / 0.5);
  }

  .sm\:bg-sky-700\/55{
    background-color: rgb(3 105 161 / 0.55);
  }

  .sm\:bg-sky-700\/60{
    background-color: rgb(3 105 161 / 0.6);
  }

  .sm\:bg-sky-700\/65{
    background-color: rgb(3 105 161 / 0.65);
  }

  .sm\:bg-sky-700\/70{
    background-color: rgb(3 105 161 / 0.7);
  }

  .sm\:bg-sky-700\/75{
    background-color: rgb(3 105 161 / 0.75);
  }

  .sm\:bg-sky-700\/80{
    background-color: rgb(3 105 161 / 0.8);
  }

  .sm\:bg-sky-700\/85{
    background-color: rgb(3 105 161 / 0.85);
  }

  .sm\:bg-sky-700\/90{
    background-color: rgb(3 105 161 / 0.9);
  }

  .sm\:bg-sky-700\/95{
    background-color: rgb(3 105 161 / 0.95);
  }

  .sm\:bg-sky-800{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-800\/0{
    background-color: rgb(7 89 133 / 0);
  }

  .sm\:bg-sky-800\/10{
    background-color: rgb(7 89 133 / 0.1);
  }

  .sm\:bg-sky-800\/100{
    background-color: rgb(7 89 133 / 1);
  }

  .sm\:bg-sky-800\/15{
    background-color: rgb(7 89 133 / 0.15);
  }

  .sm\:bg-sky-800\/20{
    background-color: rgb(7 89 133 / 0.2);
  }

  .sm\:bg-sky-800\/25{
    background-color: rgb(7 89 133 / 0.25);
  }

  .sm\:bg-sky-800\/30{
    background-color: rgb(7 89 133 / 0.3);
  }

  .sm\:bg-sky-800\/35{
    background-color: rgb(7 89 133 / 0.35);
  }

  .sm\:bg-sky-800\/40{
    background-color: rgb(7 89 133 / 0.4);
  }

  .sm\:bg-sky-800\/45{
    background-color: rgb(7 89 133 / 0.45);
  }

  .sm\:bg-sky-800\/5{
    background-color: rgb(7 89 133 / 0.05);
  }

  .sm\:bg-sky-800\/50{
    background-color: rgb(7 89 133 / 0.5);
  }

  .sm\:bg-sky-800\/55{
    background-color: rgb(7 89 133 / 0.55);
  }

  .sm\:bg-sky-800\/60{
    background-color: rgb(7 89 133 / 0.6);
  }

  .sm\:bg-sky-800\/65{
    background-color: rgb(7 89 133 / 0.65);
  }

  .sm\:bg-sky-800\/70{
    background-color: rgb(7 89 133 / 0.7);
  }

  .sm\:bg-sky-800\/75{
    background-color: rgb(7 89 133 / 0.75);
  }

  .sm\:bg-sky-800\/80{
    background-color: rgb(7 89 133 / 0.8);
  }

  .sm\:bg-sky-800\/85{
    background-color: rgb(7 89 133 / 0.85);
  }

  .sm\:bg-sky-800\/90{
    background-color: rgb(7 89 133 / 0.9);
  }

  .sm\:bg-sky-800\/95{
    background-color: rgb(7 89 133 / 0.95);
  }

  .sm\:bg-sky-900{
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-900\/0{
    background-color: rgb(12 74 110 / 0);
  }

  .sm\:bg-sky-900\/10{
    background-color: rgb(12 74 110 / 0.1);
  }

  .sm\:bg-sky-900\/100{
    background-color: rgb(12 74 110 / 1);
  }

  .sm\:bg-sky-900\/15{
    background-color: rgb(12 74 110 / 0.15);
  }

  .sm\:bg-sky-900\/20{
    background-color: rgb(12 74 110 / 0.2);
  }

  .sm\:bg-sky-900\/25{
    background-color: rgb(12 74 110 / 0.25);
  }

  .sm\:bg-sky-900\/30{
    background-color: rgb(12 74 110 / 0.3);
  }

  .sm\:bg-sky-900\/35{
    background-color: rgb(12 74 110 / 0.35);
  }

  .sm\:bg-sky-900\/40{
    background-color: rgb(12 74 110 / 0.4);
  }

  .sm\:bg-sky-900\/45{
    background-color: rgb(12 74 110 / 0.45);
  }

  .sm\:bg-sky-900\/5{
    background-color: rgb(12 74 110 / 0.05);
  }

  .sm\:bg-sky-900\/50{
    background-color: rgb(12 74 110 / 0.5);
  }

  .sm\:bg-sky-900\/55{
    background-color: rgb(12 74 110 / 0.55);
  }

  .sm\:bg-sky-900\/60{
    background-color: rgb(12 74 110 / 0.6);
  }

  .sm\:bg-sky-900\/65{
    background-color: rgb(12 74 110 / 0.65);
  }

  .sm\:bg-sky-900\/70{
    background-color: rgb(12 74 110 / 0.7);
  }

  .sm\:bg-sky-900\/75{
    background-color: rgb(12 74 110 / 0.75);
  }

  .sm\:bg-sky-900\/80{
    background-color: rgb(12 74 110 / 0.8);
  }

  .sm\:bg-sky-900\/85{
    background-color: rgb(12 74 110 / 0.85);
  }

  .sm\:bg-sky-900\/90{
    background-color: rgb(12 74 110 / 0.9);
  }

  .sm\:bg-sky-900\/95{
    background-color: rgb(12 74 110 / 0.95);
  }

  .sm\:bg-sky-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sky-950\/0{
    background-color: rgb(8 47 73 / 0);
  }

  .sm\:bg-sky-950\/10{
    background-color: rgb(8 47 73 / 0.1);
  }

  .sm\:bg-sky-950\/100{
    background-color: rgb(8 47 73 / 1);
  }

  .sm\:bg-sky-950\/15{
    background-color: rgb(8 47 73 / 0.15);
  }

  .sm\:bg-sky-950\/20{
    background-color: rgb(8 47 73 / 0.2);
  }

  .sm\:bg-sky-950\/25{
    background-color: rgb(8 47 73 / 0.25);
  }

  .sm\:bg-sky-950\/30{
    background-color: rgb(8 47 73 / 0.3);
  }

  .sm\:bg-sky-950\/35{
    background-color: rgb(8 47 73 / 0.35);
  }

  .sm\:bg-sky-950\/40{
    background-color: rgb(8 47 73 / 0.4);
  }

  .sm\:bg-sky-950\/45{
    background-color: rgb(8 47 73 / 0.45);
  }

  .sm\:bg-sky-950\/5{
    background-color: rgb(8 47 73 / 0.05);
  }

  .sm\:bg-sky-950\/50{
    background-color: rgb(8 47 73 / 0.5);
  }

  .sm\:bg-sky-950\/55{
    background-color: rgb(8 47 73 / 0.55);
  }

  .sm\:bg-sky-950\/60{
    background-color: rgb(8 47 73 / 0.6);
  }

  .sm\:bg-sky-950\/65{
    background-color: rgb(8 47 73 / 0.65);
  }

  .sm\:bg-sky-950\/70{
    background-color: rgb(8 47 73 / 0.7);
  }

  .sm\:bg-sky-950\/75{
    background-color: rgb(8 47 73 / 0.75);
  }

  .sm\:bg-sky-950\/80{
    background-color: rgb(8 47 73 / 0.8);
  }

  .sm\:bg-sky-950\/85{
    background-color: rgb(8 47 73 / 0.85);
  }

  .sm\:bg-sky-950\/90{
    background-color: rgb(8 47 73 / 0.9);
  }

  .sm\:bg-sky-950\/95{
    background-color: rgb(8 47 73 / 0.95);
  }

  .sm\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-100\/0{
    background-color: rgb(241 245 249 / 0);
  }

  .sm\:bg-slate-100\/10{
    background-color: rgb(241 245 249 / 0.1);
  }

  .sm\:bg-slate-100\/100{
    background-color: rgb(241 245 249 / 1);
  }

  .sm\:bg-slate-100\/15{
    background-color: rgb(241 245 249 / 0.15);
  }

  .sm\:bg-slate-100\/20{
    background-color: rgb(241 245 249 / 0.2);
  }

  .sm\:bg-slate-100\/25{
    background-color: rgb(241 245 249 / 0.25);
  }

  .sm\:bg-slate-100\/30{
    background-color: rgb(241 245 249 / 0.3);
  }

  .sm\:bg-slate-100\/35{
    background-color: rgb(241 245 249 / 0.35);
  }

  .sm\:bg-slate-100\/40{
    background-color: rgb(241 245 249 / 0.4);
  }

  .sm\:bg-slate-100\/45{
    background-color: rgb(241 245 249 / 0.45);
  }

  .sm\:bg-slate-100\/5{
    background-color: rgb(241 245 249 / 0.05);
  }

  .sm\:bg-slate-100\/50{
    background-color: rgb(241 245 249 / 0.5);
  }

  .sm\:bg-slate-100\/55{
    background-color: rgb(241 245 249 / 0.55);
  }

  .sm\:bg-slate-100\/60{
    background-color: rgb(241 245 249 / 0.6);
  }

  .sm\:bg-slate-100\/65{
    background-color: rgb(241 245 249 / 0.65);
  }

  .sm\:bg-slate-100\/70{
    background-color: rgb(241 245 249 / 0.7);
  }

  .sm\:bg-slate-100\/75{
    background-color: rgb(241 245 249 / 0.75);
  }

  .sm\:bg-slate-100\/80{
    background-color: rgb(241 245 249 / 0.8);
  }

  .sm\:bg-slate-100\/85{
    background-color: rgb(241 245 249 / 0.85);
  }

  .sm\:bg-slate-100\/90{
    background-color: rgb(241 245 249 / 0.9);
  }

  .sm\:bg-slate-100\/95{
    background-color: rgb(241 245 249 / 0.95);
  }

  .sm\:bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-200\/0{
    background-color: rgb(226 232 240 / 0);
  }

  .sm\:bg-slate-200\/10{
    background-color: rgb(226 232 240 / 0.1);
  }

  .sm\:bg-slate-200\/100{
    background-color: rgb(226 232 240 / 1);
  }

  .sm\:bg-slate-200\/15{
    background-color: rgb(226 232 240 / 0.15);
  }

  .sm\:bg-slate-200\/20{
    background-color: rgb(226 232 240 / 0.2);
  }

  .sm\:bg-slate-200\/25{
    background-color: rgb(226 232 240 / 0.25);
  }

  .sm\:bg-slate-200\/30{
    background-color: rgb(226 232 240 / 0.3);
  }

  .sm\:bg-slate-200\/35{
    background-color: rgb(226 232 240 / 0.35);
  }

  .sm\:bg-slate-200\/40{
    background-color: rgb(226 232 240 / 0.4);
  }

  .sm\:bg-slate-200\/45{
    background-color: rgb(226 232 240 / 0.45);
  }

  .sm\:bg-slate-200\/5{
    background-color: rgb(226 232 240 / 0.05);
  }

  .sm\:bg-slate-200\/50{
    background-color: rgb(226 232 240 / 0.5);
  }

  .sm\:bg-slate-200\/55{
    background-color: rgb(226 232 240 / 0.55);
  }

  .sm\:bg-slate-200\/60{
    background-color: rgb(226 232 240 / 0.6);
  }

  .sm\:bg-slate-200\/65{
    background-color: rgb(226 232 240 / 0.65);
  }

  .sm\:bg-slate-200\/70{
    background-color: rgb(226 232 240 / 0.7);
  }

  .sm\:bg-slate-200\/75{
    background-color: rgb(226 232 240 / 0.75);
  }

  .sm\:bg-slate-200\/80{
    background-color: rgb(226 232 240 / 0.8);
  }

  .sm\:bg-slate-200\/85{
    background-color: rgb(226 232 240 / 0.85);
  }

  .sm\:bg-slate-200\/90{
    background-color: rgb(226 232 240 / 0.9);
  }

  .sm\:bg-slate-200\/95{
    background-color: rgb(226 232 240 / 0.95);
  }

  .sm\:bg-slate-300{
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-300\/0{
    background-color: rgb(203 213 225 / 0);
  }

  .sm\:bg-slate-300\/10{
    background-color: rgb(203 213 225 / 0.1);
  }

  .sm\:bg-slate-300\/100{
    background-color: rgb(203 213 225 / 1);
  }

  .sm\:bg-slate-300\/15{
    background-color: rgb(203 213 225 / 0.15);
  }

  .sm\:bg-slate-300\/20{
    background-color: rgb(203 213 225 / 0.2);
  }

  .sm\:bg-slate-300\/25{
    background-color: rgb(203 213 225 / 0.25);
  }

  .sm\:bg-slate-300\/30{
    background-color: rgb(203 213 225 / 0.3);
  }

  .sm\:bg-slate-300\/35{
    background-color: rgb(203 213 225 / 0.35);
  }

  .sm\:bg-slate-300\/40{
    background-color: rgb(203 213 225 / 0.4);
  }

  .sm\:bg-slate-300\/45{
    background-color: rgb(203 213 225 / 0.45);
  }

  .sm\:bg-slate-300\/5{
    background-color: rgb(203 213 225 / 0.05);
  }

  .sm\:bg-slate-300\/50{
    background-color: rgb(203 213 225 / 0.5);
  }

  .sm\:bg-slate-300\/55{
    background-color: rgb(203 213 225 / 0.55);
  }

  .sm\:bg-slate-300\/60{
    background-color: rgb(203 213 225 / 0.6);
  }

  .sm\:bg-slate-300\/65{
    background-color: rgb(203 213 225 / 0.65);
  }

  .sm\:bg-slate-300\/70{
    background-color: rgb(203 213 225 / 0.7);
  }

  .sm\:bg-slate-300\/75{
    background-color: rgb(203 213 225 / 0.75);
  }

  .sm\:bg-slate-300\/80{
    background-color: rgb(203 213 225 / 0.8);
  }

  .sm\:bg-slate-300\/85{
    background-color: rgb(203 213 225 / 0.85);
  }

  .sm\:bg-slate-300\/90{
    background-color: rgb(203 213 225 / 0.9);
  }

  .sm\:bg-slate-300\/95{
    background-color: rgb(203 213 225 / 0.95);
  }

  .sm\:bg-slate-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-400\/0{
    background-color: rgb(148 163 184 / 0);
  }

  .sm\:bg-slate-400\/10{
    background-color: rgb(148 163 184 / 0.1);
  }

  .sm\:bg-slate-400\/100{
    background-color: rgb(148 163 184 / 1);
  }

  .sm\:bg-slate-400\/15{
    background-color: rgb(148 163 184 / 0.15);
  }

  .sm\:bg-slate-400\/20{
    background-color: rgb(148 163 184 / 0.2);
  }

  .sm\:bg-slate-400\/25{
    background-color: rgb(148 163 184 / 0.25);
  }

  .sm\:bg-slate-400\/30{
    background-color: rgb(148 163 184 / 0.3);
  }

  .sm\:bg-slate-400\/35{
    background-color: rgb(148 163 184 / 0.35);
  }

  .sm\:bg-slate-400\/40{
    background-color: rgb(148 163 184 / 0.4);
  }

  .sm\:bg-slate-400\/45{
    background-color: rgb(148 163 184 / 0.45);
  }

  .sm\:bg-slate-400\/5{
    background-color: rgb(148 163 184 / 0.05);
  }

  .sm\:bg-slate-400\/50{
    background-color: rgb(148 163 184 / 0.5);
  }

  .sm\:bg-slate-400\/55{
    background-color: rgb(148 163 184 / 0.55);
  }

  .sm\:bg-slate-400\/60{
    background-color: rgb(148 163 184 / 0.6);
  }

  .sm\:bg-slate-400\/65{
    background-color: rgb(148 163 184 / 0.65);
  }

  .sm\:bg-slate-400\/70{
    background-color: rgb(148 163 184 / 0.7);
  }

  .sm\:bg-slate-400\/75{
    background-color: rgb(148 163 184 / 0.75);
  }

  .sm\:bg-slate-400\/80{
    background-color: rgb(148 163 184 / 0.8);
  }

  .sm\:bg-slate-400\/85{
    background-color: rgb(148 163 184 / 0.85);
  }

  .sm\:bg-slate-400\/90{
    background-color: rgb(148 163 184 / 0.9);
  }

  .sm\:bg-slate-400\/95{
    background-color: rgb(148 163 184 / 0.95);
  }

  .sm\:bg-slate-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-50\/0{
    background-color: rgb(248 250 252 / 0);
  }

  .sm\:bg-slate-50\/10{
    background-color: rgb(248 250 252 / 0.1);
  }

  .sm\:bg-slate-50\/100{
    background-color: rgb(248 250 252 / 1);
  }

  .sm\:bg-slate-50\/15{
    background-color: rgb(248 250 252 / 0.15);
  }

  .sm\:bg-slate-50\/20{
    background-color: rgb(248 250 252 / 0.2);
  }

  .sm\:bg-slate-50\/25{
    background-color: rgb(248 250 252 / 0.25);
  }

  .sm\:bg-slate-50\/30{
    background-color: rgb(248 250 252 / 0.3);
  }

  .sm\:bg-slate-50\/35{
    background-color: rgb(248 250 252 / 0.35);
  }

  .sm\:bg-slate-50\/40{
    background-color: rgb(248 250 252 / 0.4);
  }

  .sm\:bg-slate-50\/45{
    background-color: rgb(248 250 252 / 0.45);
  }

  .sm\:bg-slate-50\/5{
    background-color: rgb(248 250 252 / 0.05);
  }

  .sm\:bg-slate-50\/50{
    background-color: rgb(248 250 252 / 0.5);
  }

  .sm\:bg-slate-50\/55{
    background-color: rgb(248 250 252 / 0.55);
  }

  .sm\:bg-slate-50\/60{
    background-color: rgb(248 250 252 / 0.6);
  }

  .sm\:bg-slate-50\/65{
    background-color: rgb(248 250 252 / 0.65);
  }

  .sm\:bg-slate-50\/70{
    background-color: rgb(248 250 252 / 0.7);
  }

  .sm\:bg-slate-50\/75{
    background-color: rgb(248 250 252 / 0.75);
  }

  .sm\:bg-slate-50\/80{
    background-color: rgb(248 250 252 / 0.8);
  }

  .sm\:bg-slate-50\/85{
    background-color: rgb(248 250 252 / 0.85);
  }

  .sm\:bg-slate-50\/90{
    background-color: rgb(248 250 252 / 0.9);
  }

  .sm\:bg-slate-50\/95{
    background-color: rgb(248 250 252 / 0.95);
  }

  .sm\:bg-slate-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-500\/0{
    background-color: rgb(100 116 139 / 0);
  }

  .sm\:bg-slate-500\/10{
    background-color: rgb(100 116 139 / 0.1);
  }

  .sm\:bg-slate-500\/100{
    background-color: rgb(100 116 139 / 1);
  }

  .sm\:bg-slate-500\/15{
    background-color: rgb(100 116 139 / 0.15);
  }

  .sm\:bg-slate-500\/20{
    background-color: rgb(100 116 139 / 0.2);
  }

  .sm\:bg-slate-500\/25{
    background-color: rgb(100 116 139 / 0.25);
  }

  .sm\:bg-slate-500\/30{
    background-color: rgb(100 116 139 / 0.3);
  }

  .sm\:bg-slate-500\/35{
    background-color: rgb(100 116 139 / 0.35);
  }

  .sm\:bg-slate-500\/40{
    background-color: rgb(100 116 139 / 0.4);
  }

  .sm\:bg-slate-500\/45{
    background-color: rgb(100 116 139 / 0.45);
  }

  .sm\:bg-slate-500\/5{
    background-color: rgb(100 116 139 / 0.05);
  }

  .sm\:bg-slate-500\/50{
    background-color: rgb(100 116 139 / 0.5);
  }

  .sm\:bg-slate-500\/55{
    background-color: rgb(100 116 139 / 0.55);
  }

  .sm\:bg-slate-500\/60{
    background-color: rgb(100 116 139 / 0.6);
  }

  .sm\:bg-slate-500\/65{
    background-color: rgb(100 116 139 / 0.65);
  }

  .sm\:bg-slate-500\/70{
    background-color: rgb(100 116 139 / 0.7);
  }

  .sm\:bg-slate-500\/75{
    background-color: rgb(100 116 139 / 0.75);
  }

  .sm\:bg-slate-500\/80{
    background-color: rgb(100 116 139 / 0.8);
  }

  .sm\:bg-slate-500\/85{
    background-color: rgb(100 116 139 / 0.85);
  }

  .sm\:bg-slate-500\/90{
    background-color: rgb(100 116 139 / 0.9);
  }

  .sm\:bg-slate-500\/95{
    background-color: rgb(100 116 139 / 0.95);
  }

  .sm\:bg-slate-600{
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-600\/0{
    background-color: rgb(71 85 105 / 0);
  }

  .sm\:bg-slate-600\/10{
    background-color: rgb(71 85 105 / 0.1);
  }

  .sm\:bg-slate-600\/100{
    background-color: rgb(71 85 105 / 1);
  }

  .sm\:bg-slate-600\/15{
    background-color: rgb(71 85 105 / 0.15);
  }

  .sm\:bg-slate-600\/20{
    background-color: rgb(71 85 105 / 0.2);
  }

  .sm\:bg-slate-600\/25{
    background-color: rgb(71 85 105 / 0.25);
  }

  .sm\:bg-slate-600\/30{
    background-color: rgb(71 85 105 / 0.3);
  }

  .sm\:bg-slate-600\/35{
    background-color: rgb(71 85 105 / 0.35);
  }

  .sm\:bg-slate-600\/40{
    background-color: rgb(71 85 105 / 0.4);
  }

  .sm\:bg-slate-600\/45{
    background-color: rgb(71 85 105 / 0.45);
  }

  .sm\:bg-slate-600\/5{
    background-color: rgb(71 85 105 / 0.05);
  }

  .sm\:bg-slate-600\/50{
    background-color: rgb(71 85 105 / 0.5);
  }

  .sm\:bg-slate-600\/55{
    background-color: rgb(71 85 105 / 0.55);
  }

  .sm\:bg-slate-600\/60{
    background-color: rgb(71 85 105 / 0.6);
  }

  .sm\:bg-slate-600\/65{
    background-color: rgb(71 85 105 / 0.65);
  }

  .sm\:bg-slate-600\/70{
    background-color: rgb(71 85 105 / 0.7);
  }

  .sm\:bg-slate-600\/75{
    background-color: rgb(71 85 105 / 0.75);
  }

  .sm\:bg-slate-600\/80{
    background-color: rgb(71 85 105 / 0.8);
  }

  .sm\:bg-slate-600\/85{
    background-color: rgb(71 85 105 / 0.85);
  }

  .sm\:bg-slate-600\/90{
    background-color: rgb(71 85 105 / 0.9);
  }

  .sm\:bg-slate-600\/95{
    background-color: rgb(71 85 105 / 0.95);
  }

  .sm\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-700\/0{
    background-color: rgb(51 65 85 / 0);
  }

  .sm\:bg-slate-700\/10{
    background-color: rgb(51 65 85 / 0.1);
  }

  .sm\:bg-slate-700\/100{
    background-color: rgb(51 65 85 / 1);
  }

  .sm\:bg-slate-700\/15{
    background-color: rgb(51 65 85 / 0.15);
  }

  .sm\:bg-slate-700\/20{
    background-color: rgb(51 65 85 / 0.2);
  }

  .sm\:bg-slate-700\/25{
    background-color: rgb(51 65 85 / 0.25);
  }

  .sm\:bg-slate-700\/30{
    background-color: rgb(51 65 85 / 0.3);
  }

  .sm\:bg-slate-700\/35{
    background-color: rgb(51 65 85 / 0.35);
  }

  .sm\:bg-slate-700\/40{
    background-color: rgb(51 65 85 / 0.4);
  }

  .sm\:bg-slate-700\/45{
    background-color: rgb(51 65 85 / 0.45);
  }

  .sm\:bg-slate-700\/5{
    background-color: rgb(51 65 85 / 0.05);
  }

  .sm\:bg-slate-700\/50{
    background-color: rgb(51 65 85 / 0.5);
  }

  .sm\:bg-slate-700\/55{
    background-color: rgb(51 65 85 / 0.55);
  }

  .sm\:bg-slate-700\/60{
    background-color: rgb(51 65 85 / 0.6);
  }

  .sm\:bg-slate-700\/65{
    background-color: rgb(51 65 85 / 0.65);
  }

  .sm\:bg-slate-700\/70{
    background-color: rgb(51 65 85 / 0.7);
  }

  .sm\:bg-slate-700\/75{
    background-color: rgb(51 65 85 / 0.75);
  }

  .sm\:bg-slate-700\/80{
    background-color: rgb(51 65 85 / 0.8);
  }

  .sm\:bg-slate-700\/85{
    background-color: rgb(51 65 85 / 0.85);
  }

  .sm\:bg-slate-700\/90{
    background-color: rgb(51 65 85 / 0.9);
  }

  .sm\:bg-slate-700\/95{
    background-color: rgb(51 65 85 / 0.95);
  }

  .sm\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-800\/0{
    background-color: rgb(30 41 59 / 0);
  }

  .sm\:bg-slate-800\/10{
    background-color: rgb(30 41 59 / 0.1);
  }

  .sm\:bg-slate-800\/100{
    background-color: rgb(30 41 59 / 1);
  }

  .sm\:bg-slate-800\/15{
    background-color: rgb(30 41 59 / 0.15);
  }

  .sm\:bg-slate-800\/20{
    background-color: rgb(30 41 59 / 0.2);
  }

  .sm\:bg-slate-800\/25{
    background-color: rgb(30 41 59 / 0.25);
  }

  .sm\:bg-slate-800\/30{
    background-color: rgb(30 41 59 / 0.3);
  }

  .sm\:bg-slate-800\/35{
    background-color: rgb(30 41 59 / 0.35);
  }

  .sm\:bg-slate-800\/40{
    background-color: rgb(30 41 59 / 0.4);
  }

  .sm\:bg-slate-800\/45{
    background-color: rgb(30 41 59 / 0.45);
  }

  .sm\:bg-slate-800\/5{
    background-color: rgb(30 41 59 / 0.05);
  }

  .sm\:bg-slate-800\/50{
    background-color: rgb(30 41 59 / 0.5);
  }

  .sm\:bg-slate-800\/55{
    background-color: rgb(30 41 59 / 0.55);
  }

  .sm\:bg-slate-800\/60{
    background-color: rgb(30 41 59 / 0.6);
  }

  .sm\:bg-slate-800\/65{
    background-color: rgb(30 41 59 / 0.65);
  }

  .sm\:bg-slate-800\/70{
    background-color: rgb(30 41 59 / 0.7);
  }

  .sm\:bg-slate-800\/75{
    background-color: rgb(30 41 59 / 0.75);
  }

  .sm\:bg-slate-800\/80{
    background-color: rgb(30 41 59 / 0.8);
  }

  .sm\:bg-slate-800\/85{
    background-color: rgb(30 41 59 / 0.85);
  }

  .sm\:bg-slate-800\/90{
    background-color: rgb(30 41 59 / 0.9);
  }

  .sm\:bg-slate-800\/95{
    background-color: rgb(30 41 59 / 0.95);
  }

  .sm\:bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-900\/0{
    background-color: rgb(15 23 42 / 0);
  }

  .sm\:bg-slate-900\/10{
    background-color: rgb(15 23 42 / 0.1);
  }

  .sm\:bg-slate-900\/100{
    background-color: rgb(15 23 42 / 1);
  }

  .sm\:bg-slate-900\/15{
    background-color: rgb(15 23 42 / 0.15);
  }

  .sm\:bg-slate-900\/20{
    background-color: rgb(15 23 42 / 0.2);
  }

  .sm\:bg-slate-900\/25{
    background-color: rgb(15 23 42 / 0.25);
  }

  .sm\:bg-slate-900\/30{
    background-color: rgb(15 23 42 / 0.3);
  }

  .sm\:bg-slate-900\/35{
    background-color: rgb(15 23 42 / 0.35);
  }

  .sm\:bg-slate-900\/40{
    background-color: rgb(15 23 42 / 0.4);
  }

  .sm\:bg-slate-900\/45{
    background-color: rgb(15 23 42 / 0.45);
  }

  .sm\:bg-slate-900\/5{
    background-color: rgb(15 23 42 / 0.05);
  }

  .sm\:bg-slate-900\/50{
    background-color: rgb(15 23 42 / 0.5);
  }

  .sm\:bg-slate-900\/55{
    background-color: rgb(15 23 42 / 0.55);
  }

  .sm\:bg-slate-900\/60{
    background-color: rgb(15 23 42 / 0.6);
  }

  .sm\:bg-slate-900\/65{
    background-color: rgb(15 23 42 / 0.65);
  }

  .sm\:bg-slate-900\/70{
    background-color: rgb(15 23 42 / 0.7);
  }

  .sm\:bg-slate-900\/75{
    background-color: rgb(15 23 42 / 0.75);
  }

  .sm\:bg-slate-900\/80{
    background-color: rgb(15 23 42 / 0.8);
  }

  .sm\:bg-slate-900\/85{
    background-color: rgb(15 23 42 / 0.85);
  }

  .sm\:bg-slate-900\/90{
    background-color: rgb(15 23 42 / 0.9);
  }

  .sm\:bg-slate-900\/95{
    background-color: rgb(15 23 42 / 0.95);
  }

  .sm\:bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-slate-950\/0{
    background-color: rgb(2 6 23 / 0);
  }

  .sm\:bg-slate-950\/10{
    background-color: rgb(2 6 23 / 0.1);
  }

  .sm\:bg-slate-950\/100{
    background-color: rgb(2 6 23 / 1);
  }

  .sm\:bg-slate-950\/15{
    background-color: rgb(2 6 23 / 0.15);
  }

  .sm\:bg-slate-950\/20{
    background-color: rgb(2 6 23 / 0.2);
  }

  .sm\:bg-slate-950\/25{
    background-color: rgb(2 6 23 / 0.25);
  }

  .sm\:bg-slate-950\/30{
    background-color: rgb(2 6 23 / 0.3);
  }

  .sm\:bg-slate-950\/35{
    background-color: rgb(2 6 23 / 0.35);
  }

  .sm\:bg-slate-950\/40{
    background-color: rgb(2 6 23 / 0.4);
  }

  .sm\:bg-slate-950\/45{
    background-color: rgb(2 6 23 / 0.45);
  }

  .sm\:bg-slate-950\/5{
    background-color: rgb(2 6 23 / 0.05);
  }

  .sm\:bg-slate-950\/50{
    background-color: rgb(2 6 23 / 0.5);
  }

  .sm\:bg-slate-950\/55{
    background-color: rgb(2 6 23 / 0.55);
  }

  .sm\:bg-slate-950\/60{
    background-color: rgb(2 6 23 / 0.6);
  }

  .sm\:bg-slate-950\/65{
    background-color: rgb(2 6 23 / 0.65);
  }

  .sm\:bg-slate-950\/70{
    background-color: rgb(2 6 23 / 0.7);
  }

  .sm\:bg-slate-950\/75{
    background-color: rgb(2 6 23 / 0.75);
  }

  .sm\:bg-slate-950\/80{
    background-color: rgb(2 6 23 / 0.8);
  }

  .sm\:bg-slate-950\/85{
    background-color: rgb(2 6 23 / 0.85);
  }

  .sm\:bg-slate-950\/90{
    background-color: rgb(2 6 23 / 0.9);
  }

  .sm\:bg-slate-950\/95{
    background-color: rgb(2 6 23 / 0.95);
  }

  .sm\:bg-stone-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-100\/0{
    background-color: rgb(245 245 244 / 0);
  }

  .sm\:bg-stone-100\/10{
    background-color: rgb(245 245 244 / 0.1);
  }

  .sm\:bg-stone-100\/100{
    background-color: rgb(245 245 244 / 1);
  }

  .sm\:bg-stone-100\/15{
    background-color: rgb(245 245 244 / 0.15);
  }

  .sm\:bg-stone-100\/20{
    background-color: rgb(245 245 244 / 0.2);
  }

  .sm\:bg-stone-100\/25{
    background-color: rgb(245 245 244 / 0.25);
  }

  .sm\:bg-stone-100\/30{
    background-color: rgb(245 245 244 / 0.3);
  }

  .sm\:bg-stone-100\/35{
    background-color: rgb(245 245 244 / 0.35);
  }

  .sm\:bg-stone-100\/40{
    background-color: rgb(245 245 244 / 0.4);
  }

  .sm\:bg-stone-100\/45{
    background-color: rgb(245 245 244 / 0.45);
  }

  .sm\:bg-stone-100\/5{
    background-color: rgb(245 245 244 / 0.05);
  }

  .sm\:bg-stone-100\/50{
    background-color: rgb(245 245 244 / 0.5);
  }

  .sm\:bg-stone-100\/55{
    background-color: rgb(245 245 244 / 0.55);
  }

  .sm\:bg-stone-100\/60{
    background-color: rgb(245 245 244 / 0.6);
  }

  .sm\:bg-stone-100\/65{
    background-color: rgb(245 245 244 / 0.65);
  }

  .sm\:bg-stone-100\/70{
    background-color: rgb(245 245 244 / 0.7);
  }

  .sm\:bg-stone-100\/75{
    background-color: rgb(245 245 244 / 0.75);
  }

  .sm\:bg-stone-100\/80{
    background-color: rgb(245 245 244 / 0.8);
  }

  .sm\:bg-stone-100\/85{
    background-color: rgb(245 245 244 / 0.85);
  }

  .sm\:bg-stone-100\/90{
    background-color: rgb(245 245 244 / 0.9);
  }

  .sm\:bg-stone-100\/95{
    background-color: rgb(245 245 244 / 0.95);
  }

  .sm\:bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-200\/0{
    background-color: rgb(231 229 228 / 0);
  }

  .sm\:bg-stone-200\/10{
    background-color: rgb(231 229 228 / 0.1);
  }

  .sm\:bg-stone-200\/100{
    background-color: rgb(231 229 228 / 1);
  }

  .sm\:bg-stone-200\/15{
    background-color: rgb(231 229 228 / 0.15);
  }

  .sm\:bg-stone-200\/20{
    background-color: rgb(231 229 228 / 0.2);
  }

  .sm\:bg-stone-200\/25{
    background-color: rgb(231 229 228 / 0.25);
  }

  .sm\:bg-stone-200\/30{
    background-color: rgb(231 229 228 / 0.3);
  }

  .sm\:bg-stone-200\/35{
    background-color: rgb(231 229 228 / 0.35);
  }

  .sm\:bg-stone-200\/40{
    background-color: rgb(231 229 228 / 0.4);
  }

  .sm\:bg-stone-200\/45{
    background-color: rgb(231 229 228 / 0.45);
  }

  .sm\:bg-stone-200\/5{
    background-color: rgb(231 229 228 / 0.05);
  }

  .sm\:bg-stone-200\/50{
    background-color: rgb(231 229 228 / 0.5);
  }

  .sm\:bg-stone-200\/55{
    background-color: rgb(231 229 228 / 0.55);
  }

  .sm\:bg-stone-200\/60{
    background-color: rgb(231 229 228 / 0.6);
  }

  .sm\:bg-stone-200\/65{
    background-color: rgb(231 229 228 / 0.65);
  }

  .sm\:bg-stone-200\/70{
    background-color: rgb(231 229 228 / 0.7);
  }

  .sm\:bg-stone-200\/75{
    background-color: rgb(231 229 228 / 0.75);
  }

  .sm\:bg-stone-200\/80{
    background-color: rgb(231 229 228 / 0.8);
  }

  .sm\:bg-stone-200\/85{
    background-color: rgb(231 229 228 / 0.85);
  }

  .sm\:bg-stone-200\/90{
    background-color: rgb(231 229 228 / 0.9);
  }

  .sm\:bg-stone-200\/95{
    background-color: rgb(231 229 228 / 0.95);
  }

  .sm\:bg-stone-300{
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-300\/0{
    background-color: rgb(214 211 209 / 0);
  }

  .sm\:bg-stone-300\/10{
    background-color: rgb(214 211 209 / 0.1);
  }

  .sm\:bg-stone-300\/100{
    background-color: rgb(214 211 209 / 1);
  }

  .sm\:bg-stone-300\/15{
    background-color: rgb(214 211 209 / 0.15);
  }

  .sm\:bg-stone-300\/20{
    background-color: rgb(214 211 209 / 0.2);
  }

  .sm\:bg-stone-300\/25{
    background-color: rgb(214 211 209 / 0.25);
  }

  .sm\:bg-stone-300\/30{
    background-color: rgb(214 211 209 / 0.3);
  }

  .sm\:bg-stone-300\/35{
    background-color: rgb(214 211 209 / 0.35);
  }

  .sm\:bg-stone-300\/40{
    background-color: rgb(214 211 209 / 0.4);
  }

  .sm\:bg-stone-300\/45{
    background-color: rgb(214 211 209 / 0.45);
  }

  .sm\:bg-stone-300\/5{
    background-color: rgb(214 211 209 / 0.05);
  }

  .sm\:bg-stone-300\/50{
    background-color: rgb(214 211 209 / 0.5);
  }

  .sm\:bg-stone-300\/55{
    background-color: rgb(214 211 209 / 0.55);
  }

  .sm\:bg-stone-300\/60{
    background-color: rgb(214 211 209 / 0.6);
  }

  .sm\:bg-stone-300\/65{
    background-color: rgb(214 211 209 / 0.65);
  }

  .sm\:bg-stone-300\/70{
    background-color: rgb(214 211 209 / 0.7);
  }

  .sm\:bg-stone-300\/75{
    background-color: rgb(214 211 209 / 0.75);
  }

  .sm\:bg-stone-300\/80{
    background-color: rgb(214 211 209 / 0.8);
  }

  .sm\:bg-stone-300\/85{
    background-color: rgb(214 211 209 / 0.85);
  }

  .sm\:bg-stone-300\/90{
    background-color: rgb(214 211 209 / 0.9);
  }

  .sm\:bg-stone-300\/95{
    background-color: rgb(214 211 209 / 0.95);
  }

  .sm\:bg-stone-400{
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-400\/0{
    background-color: rgb(168 162 158 / 0);
  }

  .sm\:bg-stone-400\/10{
    background-color: rgb(168 162 158 / 0.1);
  }

  .sm\:bg-stone-400\/100{
    background-color: rgb(168 162 158 / 1);
  }

  .sm\:bg-stone-400\/15{
    background-color: rgb(168 162 158 / 0.15);
  }

  .sm\:bg-stone-400\/20{
    background-color: rgb(168 162 158 / 0.2);
  }

  .sm\:bg-stone-400\/25{
    background-color: rgb(168 162 158 / 0.25);
  }

  .sm\:bg-stone-400\/30{
    background-color: rgb(168 162 158 / 0.3);
  }

  .sm\:bg-stone-400\/35{
    background-color: rgb(168 162 158 / 0.35);
  }

  .sm\:bg-stone-400\/40{
    background-color: rgb(168 162 158 / 0.4);
  }

  .sm\:bg-stone-400\/45{
    background-color: rgb(168 162 158 / 0.45);
  }

  .sm\:bg-stone-400\/5{
    background-color: rgb(168 162 158 / 0.05);
  }

  .sm\:bg-stone-400\/50{
    background-color: rgb(168 162 158 / 0.5);
  }

  .sm\:bg-stone-400\/55{
    background-color: rgb(168 162 158 / 0.55);
  }

  .sm\:bg-stone-400\/60{
    background-color: rgb(168 162 158 / 0.6);
  }

  .sm\:bg-stone-400\/65{
    background-color: rgb(168 162 158 / 0.65);
  }

  .sm\:bg-stone-400\/70{
    background-color: rgb(168 162 158 / 0.7);
  }

  .sm\:bg-stone-400\/75{
    background-color: rgb(168 162 158 / 0.75);
  }

  .sm\:bg-stone-400\/80{
    background-color: rgb(168 162 158 / 0.8);
  }

  .sm\:bg-stone-400\/85{
    background-color: rgb(168 162 158 / 0.85);
  }

  .sm\:bg-stone-400\/90{
    background-color: rgb(168 162 158 / 0.9);
  }

  .sm\:bg-stone-400\/95{
    background-color: rgb(168 162 158 / 0.95);
  }

  .sm\:bg-stone-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-50\/0{
    background-color: rgb(250 250 249 / 0);
  }

  .sm\:bg-stone-50\/10{
    background-color: rgb(250 250 249 / 0.1);
  }

  .sm\:bg-stone-50\/100{
    background-color: rgb(250 250 249 / 1);
  }

  .sm\:bg-stone-50\/15{
    background-color: rgb(250 250 249 / 0.15);
  }

  .sm\:bg-stone-50\/20{
    background-color: rgb(250 250 249 / 0.2);
  }

  .sm\:bg-stone-50\/25{
    background-color: rgb(250 250 249 / 0.25);
  }

  .sm\:bg-stone-50\/30{
    background-color: rgb(250 250 249 / 0.3);
  }

  .sm\:bg-stone-50\/35{
    background-color: rgb(250 250 249 / 0.35);
  }

  .sm\:bg-stone-50\/40{
    background-color: rgb(250 250 249 / 0.4);
  }

  .sm\:bg-stone-50\/45{
    background-color: rgb(250 250 249 / 0.45);
  }

  .sm\:bg-stone-50\/5{
    background-color: rgb(250 250 249 / 0.05);
  }

  .sm\:bg-stone-50\/50{
    background-color: rgb(250 250 249 / 0.5);
  }

  .sm\:bg-stone-50\/55{
    background-color: rgb(250 250 249 / 0.55);
  }

  .sm\:bg-stone-50\/60{
    background-color: rgb(250 250 249 / 0.6);
  }

  .sm\:bg-stone-50\/65{
    background-color: rgb(250 250 249 / 0.65);
  }

  .sm\:bg-stone-50\/70{
    background-color: rgb(250 250 249 / 0.7);
  }

  .sm\:bg-stone-50\/75{
    background-color: rgb(250 250 249 / 0.75);
  }

  .sm\:bg-stone-50\/80{
    background-color: rgb(250 250 249 / 0.8);
  }

  .sm\:bg-stone-50\/85{
    background-color: rgb(250 250 249 / 0.85);
  }

  .sm\:bg-stone-50\/90{
    background-color: rgb(250 250 249 / 0.9);
  }

  .sm\:bg-stone-50\/95{
    background-color: rgb(250 250 249 / 0.95);
  }

  .sm\:bg-stone-500{
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-500\/0{
    background-color: rgb(120 113 108 / 0);
  }

  .sm\:bg-stone-500\/10{
    background-color: rgb(120 113 108 / 0.1);
  }

  .sm\:bg-stone-500\/100{
    background-color: rgb(120 113 108 / 1);
  }

  .sm\:bg-stone-500\/15{
    background-color: rgb(120 113 108 / 0.15);
  }

  .sm\:bg-stone-500\/20{
    background-color: rgb(120 113 108 / 0.2);
  }

  .sm\:bg-stone-500\/25{
    background-color: rgb(120 113 108 / 0.25);
  }

  .sm\:bg-stone-500\/30{
    background-color: rgb(120 113 108 / 0.3);
  }

  .sm\:bg-stone-500\/35{
    background-color: rgb(120 113 108 / 0.35);
  }

  .sm\:bg-stone-500\/40{
    background-color: rgb(120 113 108 / 0.4);
  }

  .sm\:bg-stone-500\/45{
    background-color: rgb(120 113 108 / 0.45);
  }

  .sm\:bg-stone-500\/5{
    background-color: rgb(120 113 108 / 0.05);
  }

  .sm\:bg-stone-500\/50{
    background-color: rgb(120 113 108 / 0.5);
  }

  .sm\:bg-stone-500\/55{
    background-color: rgb(120 113 108 / 0.55);
  }

  .sm\:bg-stone-500\/60{
    background-color: rgb(120 113 108 / 0.6);
  }

  .sm\:bg-stone-500\/65{
    background-color: rgb(120 113 108 / 0.65);
  }

  .sm\:bg-stone-500\/70{
    background-color: rgb(120 113 108 / 0.7);
  }

  .sm\:bg-stone-500\/75{
    background-color: rgb(120 113 108 / 0.75);
  }

  .sm\:bg-stone-500\/80{
    background-color: rgb(120 113 108 / 0.8);
  }

  .sm\:bg-stone-500\/85{
    background-color: rgb(120 113 108 / 0.85);
  }

  .sm\:bg-stone-500\/90{
    background-color: rgb(120 113 108 / 0.9);
  }

  .sm\:bg-stone-500\/95{
    background-color: rgb(120 113 108 / 0.95);
  }

  .sm\:bg-stone-600{
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-600\/0{
    background-color: rgb(87 83 78 / 0);
  }

  .sm\:bg-stone-600\/10{
    background-color: rgb(87 83 78 / 0.1);
  }

  .sm\:bg-stone-600\/100{
    background-color: rgb(87 83 78 / 1);
  }

  .sm\:bg-stone-600\/15{
    background-color: rgb(87 83 78 / 0.15);
  }

  .sm\:bg-stone-600\/20{
    background-color: rgb(87 83 78 / 0.2);
  }

  .sm\:bg-stone-600\/25{
    background-color: rgb(87 83 78 / 0.25);
  }

  .sm\:bg-stone-600\/30{
    background-color: rgb(87 83 78 / 0.3);
  }

  .sm\:bg-stone-600\/35{
    background-color: rgb(87 83 78 / 0.35);
  }

  .sm\:bg-stone-600\/40{
    background-color: rgb(87 83 78 / 0.4);
  }

  .sm\:bg-stone-600\/45{
    background-color: rgb(87 83 78 / 0.45);
  }

  .sm\:bg-stone-600\/5{
    background-color: rgb(87 83 78 / 0.05);
  }

  .sm\:bg-stone-600\/50{
    background-color: rgb(87 83 78 / 0.5);
  }

  .sm\:bg-stone-600\/55{
    background-color: rgb(87 83 78 / 0.55);
  }

  .sm\:bg-stone-600\/60{
    background-color: rgb(87 83 78 / 0.6);
  }

  .sm\:bg-stone-600\/65{
    background-color: rgb(87 83 78 / 0.65);
  }

  .sm\:bg-stone-600\/70{
    background-color: rgb(87 83 78 / 0.7);
  }

  .sm\:bg-stone-600\/75{
    background-color: rgb(87 83 78 / 0.75);
  }

  .sm\:bg-stone-600\/80{
    background-color: rgb(87 83 78 / 0.8);
  }

  .sm\:bg-stone-600\/85{
    background-color: rgb(87 83 78 / 0.85);
  }

  .sm\:bg-stone-600\/90{
    background-color: rgb(87 83 78 / 0.9);
  }

  .sm\:bg-stone-600\/95{
    background-color: rgb(87 83 78 / 0.95);
  }

  .sm\:bg-stone-700{
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-700\/0{
    background-color: rgb(68 64 60 / 0);
  }

  .sm\:bg-stone-700\/10{
    background-color: rgb(68 64 60 / 0.1);
  }

  .sm\:bg-stone-700\/100{
    background-color: rgb(68 64 60 / 1);
  }

  .sm\:bg-stone-700\/15{
    background-color: rgb(68 64 60 / 0.15);
  }

  .sm\:bg-stone-700\/20{
    background-color: rgb(68 64 60 / 0.2);
  }

  .sm\:bg-stone-700\/25{
    background-color: rgb(68 64 60 / 0.25);
  }

  .sm\:bg-stone-700\/30{
    background-color: rgb(68 64 60 / 0.3);
  }

  .sm\:bg-stone-700\/35{
    background-color: rgb(68 64 60 / 0.35);
  }

  .sm\:bg-stone-700\/40{
    background-color: rgb(68 64 60 / 0.4);
  }

  .sm\:bg-stone-700\/45{
    background-color: rgb(68 64 60 / 0.45);
  }

  .sm\:bg-stone-700\/5{
    background-color: rgb(68 64 60 / 0.05);
  }

  .sm\:bg-stone-700\/50{
    background-color: rgb(68 64 60 / 0.5);
  }

  .sm\:bg-stone-700\/55{
    background-color: rgb(68 64 60 / 0.55);
  }

  .sm\:bg-stone-700\/60{
    background-color: rgb(68 64 60 / 0.6);
  }

  .sm\:bg-stone-700\/65{
    background-color: rgb(68 64 60 / 0.65);
  }

  .sm\:bg-stone-700\/70{
    background-color: rgb(68 64 60 / 0.7);
  }

  .sm\:bg-stone-700\/75{
    background-color: rgb(68 64 60 / 0.75);
  }

  .sm\:bg-stone-700\/80{
    background-color: rgb(68 64 60 / 0.8);
  }

  .sm\:bg-stone-700\/85{
    background-color: rgb(68 64 60 / 0.85);
  }

  .sm\:bg-stone-700\/90{
    background-color: rgb(68 64 60 / 0.9);
  }

  .sm\:bg-stone-700\/95{
    background-color: rgb(68 64 60 / 0.95);
  }

  .sm\:bg-stone-800{
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-800\/0{
    background-color: rgb(41 37 36 / 0);
  }

  .sm\:bg-stone-800\/10{
    background-color: rgb(41 37 36 / 0.1);
  }

  .sm\:bg-stone-800\/100{
    background-color: rgb(41 37 36 / 1);
  }

  .sm\:bg-stone-800\/15{
    background-color: rgb(41 37 36 / 0.15);
  }

  .sm\:bg-stone-800\/20{
    background-color: rgb(41 37 36 / 0.2);
  }

  .sm\:bg-stone-800\/25{
    background-color: rgb(41 37 36 / 0.25);
  }

  .sm\:bg-stone-800\/30{
    background-color: rgb(41 37 36 / 0.3);
  }

  .sm\:bg-stone-800\/35{
    background-color: rgb(41 37 36 / 0.35);
  }

  .sm\:bg-stone-800\/40{
    background-color: rgb(41 37 36 / 0.4);
  }

  .sm\:bg-stone-800\/45{
    background-color: rgb(41 37 36 / 0.45);
  }

  .sm\:bg-stone-800\/5{
    background-color: rgb(41 37 36 / 0.05);
  }

  .sm\:bg-stone-800\/50{
    background-color: rgb(41 37 36 / 0.5);
  }

  .sm\:bg-stone-800\/55{
    background-color: rgb(41 37 36 / 0.55);
  }

  .sm\:bg-stone-800\/60{
    background-color: rgb(41 37 36 / 0.6);
  }

  .sm\:bg-stone-800\/65{
    background-color: rgb(41 37 36 / 0.65);
  }

  .sm\:bg-stone-800\/70{
    background-color: rgb(41 37 36 / 0.7);
  }

  .sm\:bg-stone-800\/75{
    background-color: rgb(41 37 36 / 0.75);
  }

  .sm\:bg-stone-800\/80{
    background-color: rgb(41 37 36 / 0.8);
  }

  .sm\:bg-stone-800\/85{
    background-color: rgb(41 37 36 / 0.85);
  }

  .sm\:bg-stone-800\/90{
    background-color: rgb(41 37 36 / 0.9);
  }

  .sm\:bg-stone-800\/95{
    background-color: rgb(41 37 36 / 0.95);
  }

  .sm\:bg-stone-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-900\/0{
    background-color: rgb(28 25 23 / 0);
  }

  .sm\:bg-stone-900\/10{
    background-color: rgb(28 25 23 / 0.1);
  }

  .sm\:bg-stone-900\/100{
    background-color: rgb(28 25 23 / 1);
  }

  .sm\:bg-stone-900\/15{
    background-color: rgb(28 25 23 / 0.15);
  }

  .sm\:bg-stone-900\/20{
    background-color: rgb(28 25 23 / 0.2);
  }

  .sm\:bg-stone-900\/25{
    background-color: rgb(28 25 23 / 0.25);
  }

  .sm\:bg-stone-900\/30{
    background-color: rgb(28 25 23 / 0.3);
  }

  .sm\:bg-stone-900\/35{
    background-color: rgb(28 25 23 / 0.35);
  }

  .sm\:bg-stone-900\/40{
    background-color: rgb(28 25 23 / 0.4);
  }

  .sm\:bg-stone-900\/45{
    background-color: rgb(28 25 23 / 0.45);
  }

  .sm\:bg-stone-900\/5{
    background-color: rgb(28 25 23 / 0.05);
  }

  .sm\:bg-stone-900\/50{
    background-color: rgb(28 25 23 / 0.5);
  }

  .sm\:bg-stone-900\/55{
    background-color: rgb(28 25 23 / 0.55);
  }

  .sm\:bg-stone-900\/60{
    background-color: rgb(28 25 23 / 0.6);
  }

  .sm\:bg-stone-900\/65{
    background-color: rgb(28 25 23 / 0.65);
  }

  .sm\:bg-stone-900\/70{
    background-color: rgb(28 25 23 / 0.7);
  }

  .sm\:bg-stone-900\/75{
    background-color: rgb(28 25 23 / 0.75);
  }

  .sm\:bg-stone-900\/80{
    background-color: rgb(28 25 23 / 0.8);
  }

  .sm\:bg-stone-900\/85{
    background-color: rgb(28 25 23 / 0.85);
  }

  .sm\:bg-stone-900\/90{
    background-color: rgb(28 25 23 / 0.9);
  }

  .sm\:bg-stone-900\/95{
    background-color: rgb(28 25 23 / 0.95);
  }

  .sm\:bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-stone-950\/0{
    background-color: rgb(12 10 9 / 0);
  }

  .sm\:bg-stone-950\/10{
    background-color: rgb(12 10 9 / 0.1);
  }

  .sm\:bg-stone-950\/100{
    background-color: rgb(12 10 9 / 1);
  }

  .sm\:bg-stone-950\/15{
    background-color: rgb(12 10 9 / 0.15);
  }

  .sm\:bg-stone-950\/20{
    background-color: rgb(12 10 9 / 0.2);
  }

  .sm\:bg-stone-950\/25{
    background-color: rgb(12 10 9 / 0.25);
  }

  .sm\:bg-stone-950\/30{
    background-color: rgb(12 10 9 / 0.3);
  }

  .sm\:bg-stone-950\/35{
    background-color: rgb(12 10 9 / 0.35);
  }

  .sm\:bg-stone-950\/40{
    background-color: rgb(12 10 9 / 0.4);
  }

  .sm\:bg-stone-950\/45{
    background-color: rgb(12 10 9 / 0.45);
  }

  .sm\:bg-stone-950\/5{
    background-color: rgb(12 10 9 / 0.05);
  }

  .sm\:bg-stone-950\/50{
    background-color: rgb(12 10 9 / 0.5);
  }

  .sm\:bg-stone-950\/55{
    background-color: rgb(12 10 9 / 0.55);
  }

  .sm\:bg-stone-950\/60{
    background-color: rgb(12 10 9 / 0.6);
  }

  .sm\:bg-stone-950\/65{
    background-color: rgb(12 10 9 / 0.65);
  }

  .sm\:bg-stone-950\/70{
    background-color: rgb(12 10 9 / 0.7);
  }

  .sm\:bg-stone-950\/75{
    background-color: rgb(12 10 9 / 0.75);
  }

  .sm\:bg-stone-950\/80{
    background-color: rgb(12 10 9 / 0.8);
  }

  .sm\:bg-stone-950\/85{
    background-color: rgb(12 10 9 / 0.85);
  }

  .sm\:bg-stone-950\/90{
    background-color: rgb(12 10 9 / 0.9);
  }

  .sm\:bg-stone-950\/95{
    background-color: rgb(12 10 9 / 0.95);
  }

  .sm\:bg-teal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-100\/0{
    background-color: rgb(204 251 241 / 0);
  }

  .sm\:bg-teal-100\/10{
    background-color: rgb(204 251 241 / 0.1);
  }

  .sm\:bg-teal-100\/100{
    background-color: rgb(204 251 241 / 1);
  }

  .sm\:bg-teal-100\/15{
    background-color: rgb(204 251 241 / 0.15);
  }

  .sm\:bg-teal-100\/20{
    background-color: rgb(204 251 241 / 0.2);
  }

  .sm\:bg-teal-100\/25{
    background-color: rgb(204 251 241 / 0.25);
  }

  .sm\:bg-teal-100\/30{
    background-color: rgb(204 251 241 / 0.3);
  }

  .sm\:bg-teal-100\/35{
    background-color: rgb(204 251 241 / 0.35);
  }

  .sm\:bg-teal-100\/40{
    background-color: rgb(204 251 241 / 0.4);
  }

  .sm\:bg-teal-100\/45{
    background-color: rgb(204 251 241 / 0.45);
  }

  .sm\:bg-teal-100\/5{
    background-color: rgb(204 251 241 / 0.05);
  }

  .sm\:bg-teal-100\/50{
    background-color: rgb(204 251 241 / 0.5);
  }

  .sm\:bg-teal-100\/55{
    background-color: rgb(204 251 241 / 0.55);
  }

  .sm\:bg-teal-100\/60{
    background-color: rgb(204 251 241 / 0.6);
  }

  .sm\:bg-teal-100\/65{
    background-color: rgb(204 251 241 / 0.65);
  }

  .sm\:bg-teal-100\/70{
    background-color: rgb(204 251 241 / 0.7);
  }

  .sm\:bg-teal-100\/75{
    background-color: rgb(204 251 241 / 0.75);
  }

  .sm\:bg-teal-100\/80{
    background-color: rgb(204 251 241 / 0.8);
  }

  .sm\:bg-teal-100\/85{
    background-color: rgb(204 251 241 / 0.85);
  }

  .sm\:bg-teal-100\/90{
    background-color: rgb(204 251 241 / 0.9);
  }

  .sm\:bg-teal-100\/95{
    background-color: rgb(204 251 241 / 0.95);
  }

  .sm\:bg-teal-200{
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-200\/0{
    background-color: rgb(153 246 228 / 0);
  }

  .sm\:bg-teal-200\/10{
    background-color: rgb(153 246 228 / 0.1);
  }

  .sm\:bg-teal-200\/100{
    background-color: rgb(153 246 228 / 1);
  }

  .sm\:bg-teal-200\/15{
    background-color: rgb(153 246 228 / 0.15);
  }

  .sm\:bg-teal-200\/20{
    background-color: rgb(153 246 228 / 0.2);
  }

  .sm\:bg-teal-200\/25{
    background-color: rgb(153 246 228 / 0.25);
  }

  .sm\:bg-teal-200\/30{
    background-color: rgb(153 246 228 / 0.3);
  }

  .sm\:bg-teal-200\/35{
    background-color: rgb(153 246 228 / 0.35);
  }

  .sm\:bg-teal-200\/40{
    background-color: rgb(153 246 228 / 0.4);
  }

  .sm\:bg-teal-200\/45{
    background-color: rgb(153 246 228 / 0.45);
  }

  .sm\:bg-teal-200\/5{
    background-color: rgb(153 246 228 / 0.05);
  }

  .sm\:bg-teal-200\/50{
    background-color: rgb(153 246 228 / 0.5);
  }

  .sm\:bg-teal-200\/55{
    background-color: rgb(153 246 228 / 0.55);
  }

  .sm\:bg-teal-200\/60{
    background-color: rgb(153 246 228 / 0.6);
  }

  .sm\:bg-teal-200\/65{
    background-color: rgb(153 246 228 / 0.65);
  }

  .sm\:bg-teal-200\/70{
    background-color: rgb(153 246 228 / 0.7);
  }

  .sm\:bg-teal-200\/75{
    background-color: rgb(153 246 228 / 0.75);
  }

  .sm\:bg-teal-200\/80{
    background-color: rgb(153 246 228 / 0.8);
  }

  .sm\:bg-teal-200\/85{
    background-color: rgb(153 246 228 / 0.85);
  }

  .sm\:bg-teal-200\/90{
    background-color: rgb(153 246 228 / 0.9);
  }

  .sm\:bg-teal-200\/95{
    background-color: rgb(153 246 228 / 0.95);
  }

  .sm\:bg-teal-300{
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-300\/0{
    background-color: rgb(94 234 212 / 0);
  }

  .sm\:bg-teal-300\/10{
    background-color: rgb(94 234 212 / 0.1);
  }

  .sm\:bg-teal-300\/100{
    background-color: rgb(94 234 212 / 1);
  }

  .sm\:bg-teal-300\/15{
    background-color: rgb(94 234 212 / 0.15);
  }

  .sm\:bg-teal-300\/20{
    background-color: rgb(94 234 212 / 0.2);
  }

  .sm\:bg-teal-300\/25{
    background-color: rgb(94 234 212 / 0.25);
  }

  .sm\:bg-teal-300\/30{
    background-color: rgb(94 234 212 / 0.3);
  }

  .sm\:bg-teal-300\/35{
    background-color: rgb(94 234 212 / 0.35);
  }

  .sm\:bg-teal-300\/40{
    background-color: rgb(94 234 212 / 0.4);
  }

  .sm\:bg-teal-300\/45{
    background-color: rgb(94 234 212 / 0.45);
  }

  .sm\:bg-teal-300\/5{
    background-color: rgb(94 234 212 / 0.05);
  }

  .sm\:bg-teal-300\/50{
    background-color: rgb(94 234 212 / 0.5);
  }

  .sm\:bg-teal-300\/55{
    background-color: rgb(94 234 212 / 0.55);
  }

  .sm\:bg-teal-300\/60{
    background-color: rgb(94 234 212 / 0.6);
  }

  .sm\:bg-teal-300\/65{
    background-color: rgb(94 234 212 / 0.65);
  }

  .sm\:bg-teal-300\/70{
    background-color: rgb(94 234 212 / 0.7);
  }

  .sm\:bg-teal-300\/75{
    background-color: rgb(94 234 212 / 0.75);
  }

  .sm\:bg-teal-300\/80{
    background-color: rgb(94 234 212 / 0.8);
  }

  .sm\:bg-teal-300\/85{
    background-color: rgb(94 234 212 / 0.85);
  }

  .sm\:bg-teal-300\/90{
    background-color: rgb(94 234 212 / 0.9);
  }

  .sm\:bg-teal-300\/95{
    background-color: rgb(94 234 212 / 0.95);
  }

  .sm\:bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-400\/0{
    background-color: rgb(45 212 191 / 0);
  }

  .sm\:bg-teal-400\/10{
    background-color: rgb(45 212 191 / 0.1);
  }

  .sm\:bg-teal-400\/100{
    background-color: rgb(45 212 191 / 1);
  }

  .sm\:bg-teal-400\/15{
    background-color: rgb(45 212 191 / 0.15);
  }

  .sm\:bg-teal-400\/20{
    background-color: rgb(45 212 191 / 0.2);
  }

  .sm\:bg-teal-400\/25{
    background-color: rgb(45 212 191 / 0.25);
  }

  .sm\:bg-teal-400\/30{
    background-color: rgb(45 212 191 / 0.3);
  }

  .sm\:bg-teal-400\/35{
    background-color: rgb(45 212 191 / 0.35);
  }

  .sm\:bg-teal-400\/40{
    background-color: rgb(45 212 191 / 0.4);
  }

  .sm\:bg-teal-400\/45{
    background-color: rgb(45 212 191 / 0.45);
  }

  .sm\:bg-teal-400\/5{
    background-color: rgb(45 212 191 / 0.05);
  }

  .sm\:bg-teal-400\/50{
    background-color: rgb(45 212 191 / 0.5);
  }

  .sm\:bg-teal-400\/55{
    background-color: rgb(45 212 191 / 0.55);
  }

  .sm\:bg-teal-400\/60{
    background-color: rgb(45 212 191 / 0.6);
  }

  .sm\:bg-teal-400\/65{
    background-color: rgb(45 212 191 / 0.65);
  }

  .sm\:bg-teal-400\/70{
    background-color: rgb(45 212 191 / 0.7);
  }

  .sm\:bg-teal-400\/75{
    background-color: rgb(45 212 191 / 0.75);
  }

  .sm\:bg-teal-400\/80{
    background-color: rgb(45 212 191 / 0.8);
  }

  .sm\:bg-teal-400\/85{
    background-color: rgb(45 212 191 / 0.85);
  }

  .sm\:bg-teal-400\/90{
    background-color: rgb(45 212 191 / 0.9);
  }

  .sm\:bg-teal-400\/95{
    background-color: rgb(45 212 191 / 0.95);
  }

  .sm\:bg-teal-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-50\/0{
    background-color: rgb(240 253 250 / 0);
  }

  .sm\:bg-teal-50\/10{
    background-color: rgb(240 253 250 / 0.1);
  }

  .sm\:bg-teal-50\/100{
    background-color: rgb(240 253 250 / 1);
  }

  .sm\:bg-teal-50\/15{
    background-color: rgb(240 253 250 / 0.15);
  }

  .sm\:bg-teal-50\/20{
    background-color: rgb(240 253 250 / 0.2);
  }

  .sm\:bg-teal-50\/25{
    background-color: rgb(240 253 250 / 0.25);
  }

  .sm\:bg-teal-50\/30{
    background-color: rgb(240 253 250 / 0.3);
  }

  .sm\:bg-teal-50\/35{
    background-color: rgb(240 253 250 / 0.35);
  }

  .sm\:bg-teal-50\/40{
    background-color: rgb(240 253 250 / 0.4);
  }

  .sm\:bg-teal-50\/45{
    background-color: rgb(240 253 250 / 0.45);
  }

  .sm\:bg-teal-50\/5{
    background-color: rgb(240 253 250 / 0.05);
  }

  .sm\:bg-teal-50\/50{
    background-color: rgb(240 253 250 / 0.5);
  }

  .sm\:bg-teal-50\/55{
    background-color: rgb(240 253 250 / 0.55);
  }

  .sm\:bg-teal-50\/60{
    background-color: rgb(240 253 250 / 0.6);
  }

  .sm\:bg-teal-50\/65{
    background-color: rgb(240 253 250 / 0.65);
  }

  .sm\:bg-teal-50\/70{
    background-color: rgb(240 253 250 / 0.7);
  }

  .sm\:bg-teal-50\/75{
    background-color: rgb(240 253 250 / 0.75);
  }

  .sm\:bg-teal-50\/80{
    background-color: rgb(240 253 250 / 0.8);
  }

  .sm\:bg-teal-50\/85{
    background-color: rgb(240 253 250 / 0.85);
  }

  .sm\:bg-teal-50\/90{
    background-color: rgb(240 253 250 / 0.9);
  }

  .sm\:bg-teal-50\/95{
    background-color: rgb(240 253 250 / 0.95);
  }

  .sm\:bg-teal-500{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-500\/0{
    background-color: rgb(20 184 166 / 0);
  }

  .sm\:bg-teal-500\/10{
    background-color: rgb(20 184 166 / 0.1);
  }

  .sm\:bg-teal-500\/100{
    background-color: rgb(20 184 166 / 1);
  }

  .sm\:bg-teal-500\/15{
    background-color: rgb(20 184 166 / 0.15);
  }

  .sm\:bg-teal-500\/20{
    background-color: rgb(20 184 166 / 0.2);
  }

  .sm\:bg-teal-500\/25{
    background-color: rgb(20 184 166 / 0.25);
  }

  .sm\:bg-teal-500\/30{
    background-color: rgb(20 184 166 / 0.3);
  }

  .sm\:bg-teal-500\/35{
    background-color: rgb(20 184 166 / 0.35);
  }

  .sm\:bg-teal-500\/40{
    background-color: rgb(20 184 166 / 0.4);
  }

  .sm\:bg-teal-500\/45{
    background-color: rgb(20 184 166 / 0.45);
  }

  .sm\:bg-teal-500\/5{
    background-color: rgb(20 184 166 / 0.05);
  }

  .sm\:bg-teal-500\/50{
    background-color: rgb(20 184 166 / 0.5);
  }

  .sm\:bg-teal-500\/55{
    background-color: rgb(20 184 166 / 0.55);
  }

  .sm\:bg-teal-500\/60{
    background-color: rgb(20 184 166 / 0.6);
  }

  .sm\:bg-teal-500\/65{
    background-color: rgb(20 184 166 / 0.65);
  }

  .sm\:bg-teal-500\/70{
    background-color: rgb(20 184 166 / 0.7);
  }

  .sm\:bg-teal-500\/75{
    background-color: rgb(20 184 166 / 0.75);
  }

  .sm\:bg-teal-500\/80{
    background-color: rgb(20 184 166 / 0.8);
  }

  .sm\:bg-teal-500\/85{
    background-color: rgb(20 184 166 / 0.85);
  }

  .sm\:bg-teal-500\/90{
    background-color: rgb(20 184 166 / 0.9);
  }

  .sm\:bg-teal-500\/95{
    background-color: rgb(20 184 166 / 0.95);
  }

  .sm\:bg-teal-600{
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-600\/0{
    background-color: rgb(13 148 136 / 0);
  }

  .sm\:bg-teal-600\/10{
    background-color: rgb(13 148 136 / 0.1);
  }

  .sm\:bg-teal-600\/100{
    background-color: rgb(13 148 136 / 1);
  }

  .sm\:bg-teal-600\/15{
    background-color: rgb(13 148 136 / 0.15);
  }

  .sm\:bg-teal-600\/20{
    background-color: rgb(13 148 136 / 0.2);
  }

  .sm\:bg-teal-600\/25{
    background-color: rgb(13 148 136 / 0.25);
  }

  .sm\:bg-teal-600\/30{
    background-color: rgb(13 148 136 / 0.3);
  }

  .sm\:bg-teal-600\/35{
    background-color: rgb(13 148 136 / 0.35);
  }

  .sm\:bg-teal-600\/40{
    background-color: rgb(13 148 136 / 0.4);
  }

  .sm\:bg-teal-600\/45{
    background-color: rgb(13 148 136 / 0.45);
  }

  .sm\:bg-teal-600\/5{
    background-color: rgb(13 148 136 / 0.05);
  }

  .sm\:bg-teal-600\/50{
    background-color: rgb(13 148 136 / 0.5);
  }

  .sm\:bg-teal-600\/55{
    background-color: rgb(13 148 136 / 0.55);
  }

  .sm\:bg-teal-600\/60{
    background-color: rgb(13 148 136 / 0.6);
  }

  .sm\:bg-teal-600\/65{
    background-color: rgb(13 148 136 / 0.65);
  }

  .sm\:bg-teal-600\/70{
    background-color: rgb(13 148 136 / 0.7);
  }

  .sm\:bg-teal-600\/75{
    background-color: rgb(13 148 136 / 0.75);
  }

  .sm\:bg-teal-600\/80{
    background-color: rgb(13 148 136 / 0.8);
  }

  .sm\:bg-teal-600\/85{
    background-color: rgb(13 148 136 / 0.85);
  }

  .sm\:bg-teal-600\/90{
    background-color: rgb(13 148 136 / 0.9);
  }

  .sm\:bg-teal-600\/95{
    background-color: rgb(13 148 136 / 0.95);
  }

  .sm\:bg-teal-700{
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-700\/0{
    background-color: rgb(15 118 110 / 0);
  }

  .sm\:bg-teal-700\/10{
    background-color: rgb(15 118 110 / 0.1);
  }

  .sm\:bg-teal-700\/100{
    background-color: rgb(15 118 110 / 1);
  }

  .sm\:bg-teal-700\/15{
    background-color: rgb(15 118 110 / 0.15);
  }

  .sm\:bg-teal-700\/20{
    background-color: rgb(15 118 110 / 0.2);
  }

  .sm\:bg-teal-700\/25{
    background-color: rgb(15 118 110 / 0.25);
  }

  .sm\:bg-teal-700\/30{
    background-color: rgb(15 118 110 / 0.3);
  }

  .sm\:bg-teal-700\/35{
    background-color: rgb(15 118 110 / 0.35);
  }

  .sm\:bg-teal-700\/40{
    background-color: rgb(15 118 110 / 0.4);
  }

  .sm\:bg-teal-700\/45{
    background-color: rgb(15 118 110 / 0.45);
  }

  .sm\:bg-teal-700\/5{
    background-color: rgb(15 118 110 / 0.05);
  }

  .sm\:bg-teal-700\/50{
    background-color: rgb(15 118 110 / 0.5);
  }

  .sm\:bg-teal-700\/55{
    background-color: rgb(15 118 110 / 0.55);
  }

  .sm\:bg-teal-700\/60{
    background-color: rgb(15 118 110 / 0.6);
  }

  .sm\:bg-teal-700\/65{
    background-color: rgb(15 118 110 / 0.65);
  }

  .sm\:bg-teal-700\/70{
    background-color: rgb(15 118 110 / 0.7);
  }

  .sm\:bg-teal-700\/75{
    background-color: rgb(15 118 110 / 0.75);
  }

  .sm\:bg-teal-700\/80{
    background-color: rgb(15 118 110 / 0.8);
  }

  .sm\:bg-teal-700\/85{
    background-color: rgb(15 118 110 / 0.85);
  }

  .sm\:bg-teal-700\/90{
    background-color: rgb(15 118 110 / 0.9);
  }

  .sm\:bg-teal-700\/95{
    background-color: rgb(15 118 110 / 0.95);
  }

  .sm\:bg-teal-800{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-800\/0{
    background-color: rgb(17 94 89 / 0);
  }

  .sm\:bg-teal-800\/10{
    background-color: rgb(17 94 89 / 0.1);
  }

  .sm\:bg-teal-800\/100{
    background-color: rgb(17 94 89 / 1);
  }

  .sm\:bg-teal-800\/15{
    background-color: rgb(17 94 89 / 0.15);
  }

  .sm\:bg-teal-800\/20{
    background-color: rgb(17 94 89 / 0.2);
  }

  .sm\:bg-teal-800\/25{
    background-color: rgb(17 94 89 / 0.25);
  }

  .sm\:bg-teal-800\/30{
    background-color: rgb(17 94 89 / 0.3);
  }

  .sm\:bg-teal-800\/35{
    background-color: rgb(17 94 89 / 0.35);
  }

  .sm\:bg-teal-800\/40{
    background-color: rgb(17 94 89 / 0.4);
  }

  .sm\:bg-teal-800\/45{
    background-color: rgb(17 94 89 / 0.45);
  }

  .sm\:bg-teal-800\/5{
    background-color: rgb(17 94 89 / 0.05);
  }

  .sm\:bg-teal-800\/50{
    background-color: rgb(17 94 89 / 0.5);
  }

  .sm\:bg-teal-800\/55{
    background-color: rgb(17 94 89 / 0.55);
  }

  .sm\:bg-teal-800\/60{
    background-color: rgb(17 94 89 / 0.6);
  }

  .sm\:bg-teal-800\/65{
    background-color: rgb(17 94 89 / 0.65);
  }

  .sm\:bg-teal-800\/70{
    background-color: rgb(17 94 89 / 0.7);
  }

  .sm\:bg-teal-800\/75{
    background-color: rgb(17 94 89 / 0.75);
  }

  .sm\:bg-teal-800\/80{
    background-color: rgb(17 94 89 / 0.8);
  }

  .sm\:bg-teal-800\/85{
    background-color: rgb(17 94 89 / 0.85);
  }

  .sm\:bg-teal-800\/90{
    background-color: rgb(17 94 89 / 0.9);
  }

  .sm\:bg-teal-800\/95{
    background-color: rgb(17 94 89 / 0.95);
  }

  .sm\:bg-teal-900{
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-900\/0{
    background-color: rgb(19 78 74 / 0);
  }

  .sm\:bg-teal-900\/10{
    background-color: rgb(19 78 74 / 0.1);
  }

  .sm\:bg-teal-900\/100{
    background-color: rgb(19 78 74 / 1);
  }

  .sm\:bg-teal-900\/15{
    background-color: rgb(19 78 74 / 0.15);
  }

  .sm\:bg-teal-900\/20{
    background-color: rgb(19 78 74 / 0.2);
  }

  .sm\:bg-teal-900\/25{
    background-color: rgb(19 78 74 / 0.25);
  }

  .sm\:bg-teal-900\/30{
    background-color: rgb(19 78 74 / 0.3);
  }

  .sm\:bg-teal-900\/35{
    background-color: rgb(19 78 74 / 0.35);
  }

  .sm\:bg-teal-900\/40{
    background-color: rgb(19 78 74 / 0.4);
  }

  .sm\:bg-teal-900\/45{
    background-color: rgb(19 78 74 / 0.45);
  }

  .sm\:bg-teal-900\/5{
    background-color: rgb(19 78 74 / 0.05);
  }

  .sm\:bg-teal-900\/50{
    background-color: rgb(19 78 74 / 0.5);
  }

  .sm\:bg-teal-900\/55{
    background-color: rgb(19 78 74 / 0.55);
  }

  .sm\:bg-teal-900\/60{
    background-color: rgb(19 78 74 / 0.6);
  }

  .sm\:bg-teal-900\/65{
    background-color: rgb(19 78 74 / 0.65);
  }

  .sm\:bg-teal-900\/70{
    background-color: rgb(19 78 74 / 0.7);
  }

  .sm\:bg-teal-900\/75{
    background-color: rgb(19 78 74 / 0.75);
  }

  .sm\:bg-teal-900\/80{
    background-color: rgb(19 78 74 / 0.8);
  }

  .sm\:bg-teal-900\/85{
    background-color: rgb(19 78 74 / 0.85);
  }

  .sm\:bg-teal-900\/90{
    background-color: rgb(19 78 74 / 0.9);
  }

  .sm\:bg-teal-900\/95{
    background-color: rgb(19 78 74 / 0.95);
  }

  .sm\:bg-teal-950{
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-teal-950\/0{
    background-color: rgb(4 47 46 / 0);
  }

  .sm\:bg-teal-950\/10{
    background-color: rgb(4 47 46 / 0.1);
  }

  .sm\:bg-teal-950\/100{
    background-color: rgb(4 47 46 / 1);
  }

  .sm\:bg-teal-950\/15{
    background-color: rgb(4 47 46 / 0.15);
  }

  .sm\:bg-teal-950\/20{
    background-color: rgb(4 47 46 / 0.2);
  }

  .sm\:bg-teal-950\/25{
    background-color: rgb(4 47 46 / 0.25);
  }

  .sm\:bg-teal-950\/30{
    background-color: rgb(4 47 46 / 0.3);
  }

  .sm\:bg-teal-950\/35{
    background-color: rgb(4 47 46 / 0.35);
  }

  .sm\:bg-teal-950\/40{
    background-color: rgb(4 47 46 / 0.4);
  }

  .sm\:bg-teal-950\/45{
    background-color: rgb(4 47 46 / 0.45);
  }

  .sm\:bg-teal-950\/5{
    background-color: rgb(4 47 46 / 0.05);
  }

  .sm\:bg-teal-950\/50{
    background-color: rgb(4 47 46 / 0.5);
  }

  .sm\:bg-teal-950\/55{
    background-color: rgb(4 47 46 / 0.55);
  }

  .sm\:bg-teal-950\/60{
    background-color: rgb(4 47 46 / 0.6);
  }

  .sm\:bg-teal-950\/65{
    background-color: rgb(4 47 46 / 0.65);
  }

  .sm\:bg-teal-950\/70{
    background-color: rgb(4 47 46 / 0.7);
  }

  .sm\:bg-teal-950\/75{
    background-color: rgb(4 47 46 / 0.75);
  }

  .sm\:bg-teal-950\/80{
    background-color: rgb(4 47 46 / 0.8);
  }

  .sm\:bg-teal-950\/85{
    background-color: rgb(4 47 46 / 0.85);
  }

  .sm\:bg-teal-950\/90{
    background-color: rgb(4 47 46 / 0.9);
  }

  .sm\:bg-teal-950\/95{
    background-color: rgb(4 47 46 / 0.95);
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-transparent\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-transparent\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-transparent\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-transparent\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .sm\:bg-transparent\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-transparent\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-transparent\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-transparent\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .sm\:bg-transparent\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-transparent\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .sm\:bg-transparent\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-transparent\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-transparent\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .sm\:bg-transparent\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-transparent\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .sm\:bg-transparent\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-transparent\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-transparent\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-transparent\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .sm\:bg-transparent\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-transparent\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-violet-100{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-100\/0{
    background-color: rgb(237 233 254 / 0);
  }

  .sm\:bg-violet-100\/10{
    background-color: rgb(237 233 254 / 0.1);
  }

  .sm\:bg-violet-100\/100{
    background-color: rgb(237 233 254 / 1);
  }

  .sm\:bg-violet-100\/15{
    background-color: rgb(237 233 254 / 0.15);
  }

  .sm\:bg-violet-100\/20{
    background-color: rgb(237 233 254 / 0.2);
  }

  .sm\:bg-violet-100\/25{
    background-color: rgb(237 233 254 / 0.25);
  }

  .sm\:bg-violet-100\/30{
    background-color: rgb(237 233 254 / 0.3);
  }

  .sm\:bg-violet-100\/35{
    background-color: rgb(237 233 254 / 0.35);
  }

  .sm\:bg-violet-100\/40{
    background-color: rgb(237 233 254 / 0.4);
  }

  .sm\:bg-violet-100\/45{
    background-color: rgb(237 233 254 / 0.45);
  }

  .sm\:bg-violet-100\/5{
    background-color: rgb(237 233 254 / 0.05);
  }

  .sm\:bg-violet-100\/50{
    background-color: rgb(237 233 254 / 0.5);
  }

  .sm\:bg-violet-100\/55{
    background-color: rgb(237 233 254 / 0.55);
  }

  .sm\:bg-violet-100\/60{
    background-color: rgb(237 233 254 / 0.6);
  }

  .sm\:bg-violet-100\/65{
    background-color: rgb(237 233 254 / 0.65);
  }

  .sm\:bg-violet-100\/70{
    background-color: rgb(237 233 254 / 0.7);
  }

  .sm\:bg-violet-100\/75{
    background-color: rgb(237 233 254 / 0.75);
  }

  .sm\:bg-violet-100\/80{
    background-color: rgb(237 233 254 / 0.8);
  }

  .sm\:bg-violet-100\/85{
    background-color: rgb(237 233 254 / 0.85);
  }

  .sm\:bg-violet-100\/90{
    background-color: rgb(237 233 254 / 0.9);
  }

  .sm\:bg-violet-100\/95{
    background-color: rgb(237 233 254 / 0.95);
  }

  .sm\:bg-violet-200{
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-200\/0{
    background-color: rgb(221 214 254 / 0);
  }

  .sm\:bg-violet-200\/10{
    background-color: rgb(221 214 254 / 0.1);
  }

  .sm\:bg-violet-200\/100{
    background-color: rgb(221 214 254 / 1);
  }

  .sm\:bg-violet-200\/15{
    background-color: rgb(221 214 254 / 0.15);
  }

  .sm\:bg-violet-200\/20{
    background-color: rgb(221 214 254 / 0.2);
  }

  .sm\:bg-violet-200\/25{
    background-color: rgb(221 214 254 / 0.25);
  }

  .sm\:bg-violet-200\/30{
    background-color: rgb(221 214 254 / 0.3);
  }

  .sm\:bg-violet-200\/35{
    background-color: rgb(221 214 254 / 0.35);
  }

  .sm\:bg-violet-200\/40{
    background-color: rgb(221 214 254 / 0.4);
  }

  .sm\:bg-violet-200\/45{
    background-color: rgb(221 214 254 / 0.45);
  }

  .sm\:bg-violet-200\/5{
    background-color: rgb(221 214 254 / 0.05);
  }

  .sm\:bg-violet-200\/50{
    background-color: rgb(221 214 254 / 0.5);
  }

  .sm\:bg-violet-200\/55{
    background-color: rgb(221 214 254 / 0.55);
  }

  .sm\:bg-violet-200\/60{
    background-color: rgb(221 214 254 / 0.6);
  }

  .sm\:bg-violet-200\/65{
    background-color: rgb(221 214 254 / 0.65);
  }

  .sm\:bg-violet-200\/70{
    background-color: rgb(221 214 254 / 0.7);
  }

  .sm\:bg-violet-200\/75{
    background-color: rgb(221 214 254 / 0.75);
  }

  .sm\:bg-violet-200\/80{
    background-color: rgb(221 214 254 / 0.8);
  }

  .sm\:bg-violet-200\/85{
    background-color: rgb(221 214 254 / 0.85);
  }

  .sm\:bg-violet-200\/90{
    background-color: rgb(221 214 254 / 0.9);
  }

  .sm\:bg-violet-200\/95{
    background-color: rgb(221 214 254 / 0.95);
  }

  .sm\:bg-violet-300{
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-300\/0{
    background-color: rgb(196 181 253 / 0);
  }

  .sm\:bg-violet-300\/10{
    background-color: rgb(196 181 253 / 0.1);
  }

  .sm\:bg-violet-300\/100{
    background-color: rgb(196 181 253 / 1);
  }

  .sm\:bg-violet-300\/15{
    background-color: rgb(196 181 253 / 0.15);
  }

  .sm\:bg-violet-300\/20{
    background-color: rgb(196 181 253 / 0.2);
  }

  .sm\:bg-violet-300\/25{
    background-color: rgb(196 181 253 / 0.25);
  }

  .sm\:bg-violet-300\/30{
    background-color: rgb(196 181 253 / 0.3);
  }

  .sm\:bg-violet-300\/35{
    background-color: rgb(196 181 253 / 0.35);
  }

  .sm\:bg-violet-300\/40{
    background-color: rgb(196 181 253 / 0.4);
  }

  .sm\:bg-violet-300\/45{
    background-color: rgb(196 181 253 / 0.45);
  }

  .sm\:bg-violet-300\/5{
    background-color: rgb(196 181 253 / 0.05);
  }

  .sm\:bg-violet-300\/50{
    background-color: rgb(196 181 253 / 0.5);
  }

  .sm\:bg-violet-300\/55{
    background-color: rgb(196 181 253 / 0.55);
  }

  .sm\:bg-violet-300\/60{
    background-color: rgb(196 181 253 / 0.6);
  }

  .sm\:bg-violet-300\/65{
    background-color: rgb(196 181 253 / 0.65);
  }

  .sm\:bg-violet-300\/70{
    background-color: rgb(196 181 253 / 0.7);
  }

  .sm\:bg-violet-300\/75{
    background-color: rgb(196 181 253 / 0.75);
  }

  .sm\:bg-violet-300\/80{
    background-color: rgb(196 181 253 / 0.8);
  }

  .sm\:bg-violet-300\/85{
    background-color: rgb(196 181 253 / 0.85);
  }

  .sm\:bg-violet-300\/90{
    background-color: rgb(196 181 253 / 0.9);
  }

  .sm\:bg-violet-300\/95{
    background-color: rgb(196 181 253 / 0.95);
  }

  .sm\:bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-400\/0{
    background-color: rgb(167 139 250 / 0);
  }

  .sm\:bg-violet-400\/10{
    background-color: rgb(167 139 250 / 0.1);
  }

  .sm\:bg-violet-400\/100{
    background-color: rgb(167 139 250 / 1);
  }

  .sm\:bg-violet-400\/15{
    background-color: rgb(167 139 250 / 0.15);
  }

  .sm\:bg-violet-400\/20{
    background-color: rgb(167 139 250 / 0.2);
  }

  .sm\:bg-violet-400\/25{
    background-color: rgb(167 139 250 / 0.25);
  }

  .sm\:bg-violet-400\/30{
    background-color: rgb(167 139 250 / 0.3);
  }

  .sm\:bg-violet-400\/35{
    background-color: rgb(167 139 250 / 0.35);
  }

  .sm\:bg-violet-400\/40{
    background-color: rgb(167 139 250 / 0.4);
  }

  .sm\:bg-violet-400\/45{
    background-color: rgb(167 139 250 / 0.45);
  }

  .sm\:bg-violet-400\/5{
    background-color: rgb(167 139 250 / 0.05);
  }

  .sm\:bg-violet-400\/50{
    background-color: rgb(167 139 250 / 0.5);
  }

  .sm\:bg-violet-400\/55{
    background-color: rgb(167 139 250 / 0.55);
  }

  .sm\:bg-violet-400\/60{
    background-color: rgb(167 139 250 / 0.6);
  }

  .sm\:bg-violet-400\/65{
    background-color: rgb(167 139 250 / 0.65);
  }

  .sm\:bg-violet-400\/70{
    background-color: rgb(167 139 250 / 0.7);
  }

  .sm\:bg-violet-400\/75{
    background-color: rgb(167 139 250 / 0.75);
  }

  .sm\:bg-violet-400\/80{
    background-color: rgb(167 139 250 / 0.8);
  }

  .sm\:bg-violet-400\/85{
    background-color: rgb(167 139 250 / 0.85);
  }

  .sm\:bg-violet-400\/90{
    background-color: rgb(167 139 250 / 0.9);
  }

  .sm\:bg-violet-400\/95{
    background-color: rgb(167 139 250 / 0.95);
  }

  .sm\:bg-violet-50{
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-50\/0{
    background-color: rgb(245 243 255 / 0);
  }

  .sm\:bg-violet-50\/10{
    background-color: rgb(245 243 255 / 0.1);
  }

  .sm\:bg-violet-50\/100{
    background-color: rgb(245 243 255 / 1);
  }

  .sm\:bg-violet-50\/15{
    background-color: rgb(245 243 255 / 0.15);
  }

  .sm\:bg-violet-50\/20{
    background-color: rgb(245 243 255 / 0.2);
  }

  .sm\:bg-violet-50\/25{
    background-color: rgb(245 243 255 / 0.25);
  }

  .sm\:bg-violet-50\/30{
    background-color: rgb(245 243 255 / 0.3);
  }

  .sm\:bg-violet-50\/35{
    background-color: rgb(245 243 255 / 0.35);
  }

  .sm\:bg-violet-50\/40{
    background-color: rgb(245 243 255 / 0.4);
  }

  .sm\:bg-violet-50\/45{
    background-color: rgb(245 243 255 / 0.45);
  }

  .sm\:bg-violet-50\/5{
    background-color: rgb(245 243 255 / 0.05);
  }

  .sm\:bg-violet-50\/50{
    background-color: rgb(245 243 255 / 0.5);
  }

  .sm\:bg-violet-50\/55{
    background-color: rgb(245 243 255 / 0.55);
  }

  .sm\:bg-violet-50\/60{
    background-color: rgb(245 243 255 / 0.6);
  }

  .sm\:bg-violet-50\/65{
    background-color: rgb(245 243 255 / 0.65);
  }

  .sm\:bg-violet-50\/70{
    background-color: rgb(245 243 255 / 0.7);
  }

  .sm\:bg-violet-50\/75{
    background-color: rgb(245 243 255 / 0.75);
  }

  .sm\:bg-violet-50\/80{
    background-color: rgb(245 243 255 / 0.8);
  }

  .sm\:bg-violet-50\/85{
    background-color: rgb(245 243 255 / 0.85);
  }

  .sm\:bg-violet-50\/90{
    background-color: rgb(245 243 255 / 0.9);
  }

  .sm\:bg-violet-50\/95{
    background-color: rgb(245 243 255 / 0.95);
  }

  .sm\:bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-500\/0{
    background-color: rgb(139 92 246 / 0);
  }

  .sm\:bg-violet-500\/10{
    background-color: rgb(139 92 246 / 0.1);
  }

  .sm\:bg-violet-500\/100{
    background-color: rgb(139 92 246 / 1);
  }

  .sm\:bg-violet-500\/15{
    background-color: rgb(139 92 246 / 0.15);
  }

  .sm\:bg-violet-500\/20{
    background-color: rgb(139 92 246 / 0.2);
  }

  .sm\:bg-violet-500\/25{
    background-color: rgb(139 92 246 / 0.25);
  }

  .sm\:bg-violet-500\/30{
    background-color: rgb(139 92 246 / 0.3);
  }

  .sm\:bg-violet-500\/35{
    background-color: rgb(139 92 246 / 0.35);
  }

  .sm\:bg-violet-500\/40{
    background-color: rgb(139 92 246 / 0.4);
  }

  .sm\:bg-violet-500\/45{
    background-color: rgb(139 92 246 / 0.45);
  }

  .sm\:bg-violet-500\/5{
    background-color: rgb(139 92 246 / 0.05);
  }

  .sm\:bg-violet-500\/50{
    background-color: rgb(139 92 246 / 0.5);
  }

  .sm\:bg-violet-500\/55{
    background-color: rgb(139 92 246 / 0.55);
  }

  .sm\:bg-violet-500\/60{
    background-color: rgb(139 92 246 / 0.6);
  }

  .sm\:bg-violet-500\/65{
    background-color: rgb(139 92 246 / 0.65);
  }

  .sm\:bg-violet-500\/70{
    background-color: rgb(139 92 246 / 0.7);
  }

  .sm\:bg-violet-500\/75{
    background-color: rgb(139 92 246 / 0.75);
  }

  .sm\:bg-violet-500\/80{
    background-color: rgb(139 92 246 / 0.8);
  }

  .sm\:bg-violet-500\/85{
    background-color: rgb(139 92 246 / 0.85);
  }

  .sm\:bg-violet-500\/90{
    background-color: rgb(139 92 246 / 0.9);
  }

  .sm\:bg-violet-500\/95{
    background-color: rgb(139 92 246 / 0.95);
  }

  .sm\:bg-violet-600{
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-600\/0{
    background-color: rgb(124 58 237 / 0);
  }

  .sm\:bg-violet-600\/10{
    background-color: rgb(124 58 237 / 0.1);
  }

  .sm\:bg-violet-600\/100{
    background-color: rgb(124 58 237 / 1);
  }

  .sm\:bg-violet-600\/15{
    background-color: rgb(124 58 237 / 0.15);
  }

  .sm\:bg-violet-600\/20{
    background-color: rgb(124 58 237 / 0.2);
  }

  .sm\:bg-violet-600\/25{
    background-color: rgb(124 58 237 / 0.25);
  }

  .sm\:bg-violet-600\/30{
    background-color: rgb(124 58 237 / 0.3);
  }

  .sm\:bg-violet-600\/35{
    background-color: rgb(124 58 237 / 0.35);
  }

  .sm\:bg-violet-600\/40{
    background-color: rgb(124 58 237 / 0.4);
  }

  .sm\:bg-violet-600\/45{
    background-color: rgb(124 58 237 / 0.45);
  }

  .sm\:bg-violet-600\/5{
    background-color: rgb(124 58 237 / 0.05);
  }

  .sm\:bg-violet-600\/50{
    background-color: rgb(124 58 237 / 0.5);
  }

  .sm\:bg-violet-600\/55{
    background-color: rgb(124 58 237 / 0.55);
  }

  .sm\:bg-violet-600\/60{
    background-color: rgb(124 58 237 / 0.6);
  }

  .sm\:bg-violet-600\/65{
    background-color: rgb(124 58 237 / 0.65);
  }

  .sm\:bg-violet-600\/70{
    background-color: rgb(124 58 237 / 0.7);
  }

  .sm\:bg-violet-600\/75{
    background-color: rgb(124 58 237 / 0.75);
  }

  .sm\:bg-violet-600\/80{
    background-color: rgb(124 58 237 / 0.8);
  }

  .sm\:bg-violet-600\/85{
    background-color: rgb(124 58 237 / 0.85);
  }

  .sm\:bg-violet-600\/90{
    background-color: rgb(124 58 237 / 0.9);
  }

  .sm\:bg-violet-600\/95{
    background-color: rgb(124 58 237 / 0.95);
  }

  .sm\:bg-violet-700{
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-700\/0{
    background-color: rgb(109 40 217 / 0);
  }

  .sm\:bg-violet-700\/10{
    background-color: rgb(109 40 217 / 0.1);
  }

  .sm\:bg-violet-700\/100{
    background-color: rgb(109 40 217 / 1);
  }

  .sm\:bg-violet-700\/15{
    background-color: rgb(109 40 217 / 0.15);
  }

  .sm\:bg-violet-700\/20{
    background-color: rgb(109 40 217 / 0.2);
  }

  .sm\:bg-violet-700\/25{
    background-color: rgb(109 40 217 / 0.25);
  }

  .sm\:bg-violet-700\/30{
    background-color: rgb(109 40 217 / 0.3);
  }

  .sm\:bg-violet-700\/35{
    background-color: rgb(109 40 217 / 0.35);
  }

  .sm\:bg-violet-700\/40{
    background-color: rgb(109 40 217 / 0.4);
  }

  .sm\:bg-violet-700\/45{
    background-color: rgb(109 40 217 / 0.45);
  }

  .sm\:bg-violet-700\/5{
    background-color: rgb(109 40 217 / 0.05);
  }

  .sm\:bg-violet-700\/50{
    background-color: rgb(109 40 217 / 0.5);
  }

  .sm\:bg-violet-700\/55{
    background-color: rgb(109 40 217 / 0.55);
  }

  .sm\:bg-violet-700\/60{
    background-color: rgb(109 40 217 / 0.6);
  }

  .sm\:bg-violet-700\/65{
    background-color: rgb(109 40 217 / 0.65);
  }

  .sm\:bg-violet-700\/70{
    background-color: rgb(109 40 217 / 0.7);
  }

  .sm\:bg-violet-700\/75{
    background-color: rgb(109 40 217 / 0.75);
  }

  .sm\:bg-violet-700\/80{
    background-color: rgb(109 40 217 / 0.8);
  }

  .sm\:bg-violet-700\/85{
    background-color: rgb(109 40 217 / 0.85);
  }

  .sm\:bg-violet-700\/90{
    background-color: rgb(109 40 217 / 0.9);
  }

  .sm\:bg-violet-700\/95{
    background-color: rgb(109 40 217 / 0.95);
  }

  .sm\:bg-violet-800{
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-800\/0{
    background-color: rgb(91 33 182 / 0);
  }

  .sm\:bg-violet-800\/10{
    background-color: rgb(91 33 182 / 0.1);
  }

  .sm\:bg-violet-800\/100{
    background-color: rgb(91 33 182 / 1);
  }

  .sm\:bg-violet-800\/15{
    background-color: rgb(91 33 182 / 0.15);
  }

  .sm\:bg-violet-800\/20{
    background-color: rgb(91 33 182 / 0.2);
  }

  .sm\:bg-violet-800\/25{
    background-color: rgb(91 33 182 / 0.25);
  }

  .sm\:bg-violet-800\/30{
    background-color: rgb(91 33 182 / 0.3);
  }

  .sm\:bg-violet-800\/35{
    background-color: rgb(91 33 182 / 0.35);
  }

  .sm\:bg-violet-800\/40{
    background-color: rgb(91 33 182 / 0.4);
  }

  .sm\:bg-violet-800\/45{
    background-color: rgb(91 33 182 / 0.45);
  }

  .sm\:bg-violet-800\/5{
    background-color: rgb(91 33 182 / 0.05);
  }

  .sm\:bg-violet-800\/50{
    background-color: rgb(91 33 182 / 0.5);
  }

  .sm\:bg-violet-800\/55{
    background-color: rgb(91 33 182 / 0.55);
  }

  .sm\:bg-violet-800\/60{
    background-color: rgb(91 33 182 / 0.6);
  }

  .sm\:bg-violet-800\/65{
    background-color: rgb(91 33 182 / 0.65);
  }

  .sm\:bg-violet-800\/70{
    background-color: rgb(91 33 182 / 0.7);
  }

  .sm\:bg-violet-800\/75{
    background-color: rgb(91 33 182 / 0.75);
  }

  .sm\:bg-violet-800\/80{
    background-color: rgb(91 33 182 / 0.8);
  }

  .sm\:bg-violet-800\/85{
    background-color: rgb(91 33 182 / 0.85);
  }

  .sm\:bg-violet-800\/90{
    background-color: rgb(91 33 182 / 0.9);
  }

  .sm\:bg-violet-800\/95{
    background-color: rgb(91 33 182 / 0.95);
  }

  .sm\:bg-violet-900{
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-900\/0{
    background-color: rgb(76 29 149 / 0);
  }

  .sm\:bg-violet-900\/10{
    background-color: rgb(76 29 149 / 0.1);
  }

  .sm\:bg-violet-900\/100{
    background-color: rgb(76 29 149 / 1);
  }

  .sm\:bg-violet-900\/15{
    background-color: rgb(76 29 149 / 0.15);
  }

  .sm\:bg-violet-900\/20{
    background-color: rgb(76 29 149 / 0.2);
  }

  .sm\:bg-violet-900\/25{
    background-color: rgb(76 29 149 / 0.25);
  }

  .sm\:bg-violet-900\/30{
    background-color: rgb(76 29 149 / 0.3);
  }

  .sm\:bg-violet-900\/35{
    background-color: rgb(76 29 149 / 0.35);
  }

  .sm\:bg-violet-900\/40{
    background-color: rgb(76 29 149 / 0.4);
  }

  .sm\:bg-violet-900\/45{
    background-color: rgb(76 29 149 / 0.45);
  }

  .sm\:bg-violet-900\/5{
    background-color: rgb(76 29 149 / 0.05);
  }

  .sm\:bg-violet-900\/50{
    background-color: rgb(76 29 149 / 0.5);
  }

  .sm\:bg-violet-900\/55{
    background-color: rgb(76 29 149 / 0.55);
  }

  .sm\:bg-violet-900\/60{
    background-color: rgb(76 29 149 / 0.6);
  }

  .sm\:bg-violet-900\/65{
    background-color: rgb(76 29 149 / 0.65);
  }

  .sm\:bg-violet-900\/70{
    background-color: rgb(76 29 149 / 0.7);
  }

  .sm\:bg-violet-900\/75{
    background-color: rgb(76 29 149 / 0.75);
  }

  .sm\:bg-violet-900\/80{
    background-color: rgb(76 29 149 / 0.8);
  }

  .sm\:bg-violet-900\/85{
    background-color: rgb(76 29 149 / 0.85);
  }

  .sm\:bg-violet-900\/90{
    background-color: rgb(76 29 149 / 0.9);
  }

  .sm\:bg-violet-900\/95{
    background-color: rgb(76 29 149 / 0.95);
  }

  .sm\:bg-violet-950{
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-violet-950\/0{
    background-color: rgb(46 16 101 / 0);
  }

  .sm\:bg-violet-950\/10{
    background-color: rgb(46 16 101 / 0.1);
  }

  .sm\:bg-violet-950\/100{
    background-color: rgb(46 16 101 / 1);
  }

  .sm\:bg-violet-950\/15{
    background-color: rgb(46 16 101 / 0.15);
  }

  .sm\:bg-violet-950\/20{
    background-color: rgb(46 16 101 / 0.2);
  }

  .sm\:bg-violet-950\/25{
    background-color: rgb(46 16 101 / 0.25);
  }

  .sm\:bg-violet-950\/30{
    background-color: rgb(46 16 101 / 0.3);
  }

  .sm\:bg-violet-950\/35{
    background-color: rgb(46 16 101 / 0.35);
  }

  .sm\:bg-violet-950\/40{
    background-color: rgb(46 16 101 / 0.4);
  }

  .sm\:bg-violet-950\/45{
    background-color: rgb(46 16 101 / 0.45);
  }

  .sm\:bg-violet-950\/5{
    background-color: rgb(46 16 101 / 0.05);
  }

  .sm\:bg-violet-950\/50{
    background-color: rgb(46 16 101 / 0.5);
  }

  .sm\:bg-violet-950\/55{
    background-color: rgb(46 16 101 / 0.55);
  }

  .sm\:bg-violet-950\/60{
    background-color: rgb(46 16 101 / 0.6);
  }

  .sm\:bg-violet-950\/65{
    background-color: rgb(46 16 101 / 0.65);
  }

  .sm\:bg-violet-950\/70{
    background-color: rgb(46 16 101 / 0.7);
  }

  .sm\:bg-violet-950\/75{
    background-color: rgb(46 16 101 / 0.75);
  }

  .sm\:bg-violet-950\/80{
    background-color: rgb(46 16 101 / 0.8);
  }

  .sm\:bg-violet-950\/85{
    background-color: rgb(46 16 101 / 0.85);
  }

  .sm\:bg-violet-950\/90{
    background-color: rgb(46 16 101 / 0.9);
  }

  .sm\:bg-violet-950\/95{
    background-color: rgb(46 16 101 / 0.95);
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }

  .sm\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .sm\:bg-white\/100{
    background-color: rgb(255 255 255 / 1);
  }

  .sm\:bg-white\/15{
    background-color: rgb(255 255 255 / 0.15);
  }

  .sm\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }

  .sm\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .sm\:bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
  }

  .sm\:bg-white\/35{
    background-color: rgb(255 255 255 / 0.35);
  }

  .sm\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }

  .sm\:bg-white\/45{
    background-color: rgb(255 255 255 / 0.45);
  }

  .sm\:bg-white\/5{
    background-color: rgb(255 255 255 / 0.05);
  }

  .sm\:bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
  }

  .sm\:bg-white\/55{
    background-color: rgb(255 255 255 / 0.55);
  }

  .sm\:bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
  }

  .sm\:bg-white\/65{
    background-color: rgb(255 255 255 / 0.65);
  }

  .sm\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .sm\:bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
  }

  .sm\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .sm\:bg-white\/85{
    background-color: rgb(255 255 255 / 0.85);
  }

  .sm\:bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
  }

  .sm\:bg-white\/95{
    background-color: rgb(255 255 255 / 0.95);
  }

  .sm\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-100\/0{
    background-color: rgb(254 249 195 / 0);
  }

  .sm\:bg-yellow-100\/10{
    background-color: rgb(254 249 195 / 0.1);
  }

  .sm\:bg-yellow-100\/100{
    background-color: rgb(254 249 195 / 1);
  }

  .sm\:bg-yellow-100\/15{
    background-color: rgb(254 249 195 / 0.15);
  }

  .sm\:bg-yellow-100\/20{
    background-color: rgb(254 249 195 / 0.2);
  }

  .sm\:bg-yellow-100\/25{
    background-color: rgb(254 249 195 / 0.25);
  }

  .sm\:bg-yellow-100\/30{
    background-color: rgb(254 249 195 / 0.3);
  }

  .sm\:bg-yellow-100\/35{
    background-color: rgb(254 249 195 / 0.35);
  }

  .sm\:bg-yellow-100\/40{
    background-color: rgb(254 249 195 / 0.4);
  }

  .sm\:bg-yellow-100\/45{
    background-color: rgb(254 249 195 / 0.45);
  }

  .sm\:bg-yellow-100\/5{
    background-color: rgb(254 249 195 / 0.05);
  }

  .sm\:bg-yellow-100\/50{
    background-color: rgb(254 249 195 / 0.5);
  }

  .sm\:bg-yellow-100\/55{
    background-color: rgb(254 249 195 / 0.55);
  }

  .sm\:bg-yellow-100\/60{
    background-color: rgb(254 249 195 / 0.6);
  }

  .sm\:bg-yellow-100\/65{
    background-color: rgb(254 249 195 / 0.65);
  }

  .sm\:bg-yellow-100\/70{
    background-color: rgb(254 249 195 / 0.7);
  }

  .sm\:bg-yellow-100\/75{
    background-color: rgb(254 249 195 / 0.75);
  }

  .sm\:bg-yellow-100\/80{
    background-color: rgb(254 249 195 / 0.8);
  }

  .sm\:bg-yellow-100\/85{
    background-color: rgb(254 249 195 / 0.85);
  }

  .sm\:bg-yellow-100\/90{
    background-color: rgb(254 249 195 / 0.9);
  }

  .sm\:bg-yellow-100\/95{
    background-color: rgb(254 249 195 / 0.95);
  }

  .sm\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-200\/0{
    background-color: rgb(254 240 138 / 0);
  }

  .sm\:bg-yellow-200\/10{
    background-color: rgb(254 240 138 / 0.1);
  }

  .sm\:bg-yellow-200\/100{
    background-color: rgb(254 240 138 / 1);
  }

  .sm\:bg-yellow-200\/15{
    background-color: rgb(254 240 138 / 0.15);
  }

  .sm\:bg-yellow-200\/20{
    background-color: rgb(254 240 138 / 0.2);
  }

  .sm\:bg-yellow-200\/25{
    background-color: rgb(254 240 138 / 0.25);
  }

  .sm\:bg-yellow-200\/30{
    background-color: rgb(254 240 138 / 0.3);
  }

  .sm\:bg-yellow-200\/35{
    background-color: rgb(254 240 138 / 0.35);
  }

  .sm\:bg-yellow-200\/40{
    background-color: rgb(254 240 138 / 0.4);
  }

  .sm\:bg-yellow-200\/45{
    background-color: rgb(254 240 138 / 0.45);
  }

  .sm\:bg-yellow-200\/5{
    background-color: rgb(254 240 138 / 0.05);
  }

  .sm\:bg-yellow-200\/50{
    background-color: rgb(254 240 138 / 0.5);
  }

  .sm\:bg-yellow-200\/55{
    background-color: rgb(254 240 138 / 0.55);
  }

  .sm\:bg-yellow-200\/60{
    background-color: rgb(254 240 138 / 0.6);
  }

  .sm\:bg-yellow-200\/65{
    background-color: rgb(254 240 138 / 0.65);
  }

  .sm\:bg-yellow-200\/70{
    background-color: rgb(254 240 138 / 0.7);
  }

  .sm\:bg-yellow-200\/75{
    background-color: rgb(254 240 138 / 0.75);
  }

  .sm\:bg-yellow-200\/80{
    background-color: rgb(254 240 138 / 0.8);
  }

  .sm\:bg-yellow-200\/85{
    background-color: rgb(254 240 138 / 0.85);
  }

  .sm\:bg-yellow-200\/90{
    background-color: rgb(254 240 138 / 0.9);
  }

  .sm\:bg-yellow-200\/95{
    background-color: rgb(254 240 138 / 0.95);
  }

  .sm\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-300\/0{
    background-color: rgb(253 224 71 / 0);
  }

  .sm\:bg-yellow-300\/10{
    background-color: rgb(253 224 71 / 0.1);
  }

  .sm\:bg-yellow-300\/100{
    background-color: rgb(253 224 71 / 1);
  }

  .sm\:bg-yellow-300\/15{
    background-color: rgb(253 224 71 / 0.15);
  }

  .sm\:bg-yellow-300\/20{
    background-color: rgb(253 224 71 / 0.2);
  }

  .sm\:bg-yellow-300\/25{
    background-color: rgb(253 224 71 / 0.25);
  }

  .sm\:bg-yellow-300\/30{
    background-color: rgb(253 224 71 / 0.3);
  }

  .sm\:bg-yellow-300\/35{
    background-color: rgb(253 224 71 / 0.35);
  }

  .sm\:bg-yellow-300\/40{
    background-color: rgb(253 224 71 / 0.4);
  }

  .sm\:bg-yellow-300\/45{
    background-color: rgb(253 224 71 / 0.45);
  }

  .sm\:bg-yellow-300\/5{
    background-color: rgb(253 224 71 / 0.05);
  }

  .sm\:bg-yellow-300\/50{
    background-color: rgb(253 224 71 / 0.5);
  }

  .sm\:bg-yellow-300\/55{
    background-color: rgb(253 224 71 / 0.55);
  }

  .sm\:bg-yellow-300\/60{
    background-color: rgb(253 224 71 / 0.6);
  }

  .sm\:bg-yellow-300\/65{
    background-color: rgb(253 224 71 / 0.65);
  }

  .sm\:bg-yellow-300\/70{
    background-color: rgb(253 224 71 / 0.7);
  }

  .sm\:bg-yellow-300\/75{
    background-color: rgb(253 224 71 / 0.75);
  }

  .sm\:bg-yellow-300\/80{
    background-color: rgb(253 224 71 / 0.8);
  }

  .sm\:bg-yellow-300\/85{
    background-color: rgb(253 224 71 / 0.85);
  }

  .sm\:bg-yellow-300\/90{
    background-color: rgb(253 224 71 / 0.9);
  }

  .sm\:bg-yellow-300\/95{
    background-color: rgb(253 224 71 / 0.95);
  }

  .sm\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-400\/0{
    background-color: rgb(250 204 21 / 0);
  }

  .sm\:bg-yellow-400\/10{
    background-color: rgb(250 204 21 / 0.1);
  }

  .sm\:bg-yellow-400\/100{
    background-color: rgb(250 204 21 / 1);
  }

  .sm\:bg-yellow-400\/15{
    background-color: rgb(250 204 21 / 0.15);
  }

  .sm\:bg-yellow-400\/20{
    background-color: rgb(250 204 21 / 0.2);
  }

  .sm\:bg-yellow-400\/25{
    background-color: rgb(250 204 21 / 0.25);
  }

  .sm\:bg-yellow-400\/30{
    background-color: rgb(250 204 21 / 0.3);
  }

  .sm\:bg-yellow-400\/35{
    background-color: rgb(250 204 21 / 0.35);
  }

  .sm\:bg-yellow-400\/40{
    background-color: rgb(250 204 21 / 0.4);
  }

  .sm\:bg-yellow-400\/45{
    background-color: rgb(250 204 21 / 0.45);
  }

  .sm\:bg-yellow-400\/5{
    background-color: rgb(250 204 21 / 0.05);
  }

  .sm\:bg-yellow-400\/50{
    background-color: rgb(250 204 21 / 0.5);
  }

  .sm\:bg-yellow-400\/55{
    background-color: rgb(250 204 21 / 0.55);
  }

  .sm\:bg-yellow-400\/60{
    background-color: rgb(250 204 21 / 0.6);
  }

  .sm\:bg-yellow-400\/65{
    background-color: rgb(250 204 21 / 0.65);
  }

  .sm\:bg-yellow-400\/70{
    background-color: rgb(250 204 21 / 0.7);
  }

  .sm\:bg-yellow-400\/75{
    background-color: rgb(250 204 21 / 0.75);
  }

  .sm\:bg-yellow-400\/80{
    background-color: rgb(250 204 21 / 0.8);
  }

  .sm\:bg-yellow-400\/85{
    background-color: rgb(250 204 21 / 0.85);
  }

  .sm\:bg-yellow-400\/90{
    background-color: rgb(250 204 21 / 0.9);
  }

  .sm\:bg-yellow-400\/95{
    background-color: rgb(250 204 21 / 0.95);
  }

  .sm\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-50\/0{
    background-color: rgb(254 252 232 / 0);
  }

  .sm\:bg-yellow-50\/10{
    background-color: rgb(254 252 232 / 0.1);
  }

  .sm\:bg-yellow-50\/100{
    background-color: rgb(254 252 232 / 1);
  }

  .sm\:bg-yellow-50\/15{
    background-color: rgb(254 252 232 / 0.15);
  }

  .sm\:bg-yellow-50\/20{
    background-color: rgb(254 252 232 / 0.2);
  }

  .sm\:bg-yellow-50\/25{
    background-color: rgb(254 252 232 / 0.25);
  }

  .sm\:bg-yellow-50\/30{
    background-color: rgb(254 252 232 / 0.3);
  }

  .sm\:bg-yellow-50\/35{
    background-color: rgb(254 252 232 / 0.35);
  }

  .sm\:bg-yellow-50\/40{
    background-color: rgb(254 252 232 / 0.4);
  }

  .sm\:bg-yellow-50\/45{
    background-color: rgb(254 252 232 / 0.45);
  }

  .sm\:bg-yellow-50\/5{
    background-color: rgb(254 252 232 / 0.05);
  }

  .sm\:bg-yellow-50\/50{
    background-color: rgb(254 252 232 / 0.5);
  }

  .sm\:bg-yellow-50\/55{
    background-color: rgb(254 252 232 / 0.55);
  }

  .sm\:bg-yellow-50\/60{
    background-color: rgb(254 252 232 / 0.6);
  }

  .sm\:bg-yellow-50\/65{
    background-color: rgb(254 252 232 / 0.65);
  }

  .sm\:bg-yellow-50\/70{
    background-color: rgb(254 252 232 / 0.7);
  }

  .sm\:bg-yellow-50\/75{
    background-color: rgb(254 252 232 / 0.75);
  }

  .sm\:bg-yellow-50\/80{
    background-color: rgb(254 252 232 / 0.8);
  }

  .sm\:bg-yellow-50\/85{
    background-color: rgb(254 252 232 / 0.85);
  }

  .sm\:bg-yellow-50\/90{
    background-color: rgb(254 252 232 / 0.9);
  }

  .sm\:bg-yellow-50\/95{
    background-color: rgb(254 252 232 / 0.95);
  }

  .sm\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-500\/0{
    background-color: rgb(234 179 8 / 0);
  }

  .sm\:bg-yellow-500\/10{
    background-color: rgb(234 179 8 / 0.1);
  }

  .sm\:bg-yellow-500\/100{
    background-color: rgb(234 179 8 / 1);
  }

  .sm\:bg-yellow-500\/15{
    background-color: rgb(234 179 8 / 0.15);
  }

  .sm\:bg-yellow-500\/20{
    background-color: rgb(234 179 8 / 0.2);
  }

  .sm\:bg-yellow-500\/25{
    background-color: rgb(234 179 8 / 0.25);
  }

  .sm\:bg-yellow-500\/30{
    background-color: rgb(234 179 8 / 0.3);
  }

  .sm\:bg-yellow-500\/35{
    background-color: rgb(234 179 8 / 0.35);
  }

  .sm\:bg-yellow-500\/40{
    background-color: rgb(234 179 8 / 0.4);
  }

  .sm\:bg-yellow-500\/45{
    background-color: rgb(234 179 8 / 0.45);
  }

  .sm\:bg-yellow-500\/5{
    background-color: rgb(234 179 8 / 0.05);
  }

  .sm\:bg-yellow-500\/50{
    background-color: rgb(234 179 8 / 0.5);
  }

  .sm\:bg-yellow-500\/55{
    background-color: rgb(234 179 8 / 0.55);
  }

  .sm\:bg-yellow-500\/60{
    background-color: rgb(234 179 8 / 0.6);
  }

  .sm\:bg-yellow-500\/65{
    background-color: rgb(234 179 8 / 0.65);
  }

  .sm\:bg-yellow-500\/70{
    background-color: rgb(234 179 8 / 0.7);
  }

  .sm\:bg-yellow-500\/75{
    background-color: rgb(234 179 8 / 0.75);
  }

  .sm\:bg-yellow-500\/80{
    background-color: rgb(234 179 8 / 0.8);
  }

  .sm\:bg-yellow-500\/85{
    background-color: rgb(234 179 8 / 0.85);
  }

  .sm\:bg-yellow-500\/90{
    background-color: rgb(234 179 8 / 0.9);
  }

  .sm\:bg-yellow-500\/95{
    background-color: rgb(234 179 8 / 0.95);
  }

  .sm\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-600\/0{
    background-color: rgb(202 138 4 / 0);
  }

  .sm\:bg-yellow-600\/10{
    background-color: rgb(202 138 4 / 0.1);
  }

  .sm\:bg-yellow-600\/100{
    background-color: rgb(202 138 4 / 1);
  }

  .sm\:bg-yellow-600\/15{
    background-color: rgb(202 138 4 / 0.15);
  }

  .sm\:bg-yellow-600\/20{
    background-color: rgb(202 138 4 / 0.2);
  }

  .sm\:bg-yellow-600\/25{
    background-color: rgb(202 138 4 / 0.25);
  }

  .sm\:bg-yellow-600\/30{
    background-color: rgb(202 138 4 / 0.3);
  }

  .sm\:bg-yellow-600\/35{
    background-color: rgb(202 138 4 / 0.35);
  }

  .sm\:bg-yellow-600\/40{
    background-color: rgb(202 138 4 / 0.4);
  }

  .sm\:bg-yellow-600\/45{
    background-color: rgb(202 138 4 / 0.45);
  }

  .sm\:bg-yellow-600\/5{
    background-color: rgb(202 138 4 / 0.05);
  }

  .sm\:bg-yellow-600\/50{
    background-color: rgb(202 138 4 / 0.5);
  }

  .sm\:bg-yellow-600\/55{
    background-color: rgb(202 138 4 / 0.55);
  }

  .sm\:bg-yellow-600\/60{
    background-color: rgb(202 138 4 / 0.6);
  }

  .sm\:bg-yellow-600\/65{
    background-color: rgb(202 138 4 / 0.65);
  }

  .sm\:bg-yellow-600\/70{
    background-color: rgb(202 138 4 / 0.7);
  }

  .sm\:bg-yellow-600\/75{
    background-color: rgb(202 138 4 / 0.75);
  }

  .sm\:bg-yellow-600\/80{
    background-color: rgb(202 138 4 / 0.8);
  }

  .sm\:bg-yellow-600\/85{
    background-color: rgb(202 138 4 / 0.85);
  }

  .sm\:bg-yellow-600\/90{
    background-color: rgb(202 138 4 / 0.9);
  }

  .sm\:bg-yellow-600\/95{
    background-color: rgb(202 138 4 / 0.95);
  }

  .sm\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-700\/0{
    background-color: rgb(161 98 7 / 0);
  }

  .sm\:bg-yellow-700\/10{
    background-color: rgb(161 98 7 / 0.1);
  }

  .sm\:bg-yellow-700\/100{
    background-color: rgb(161 98 7 / 1);
  }

  .sm\:bg-yellow-700\/15{
    background-color: rgb(161 98 7 / 0.15);
  }

  .sm\:bg-yellow-700\/20{
    background-color: rgb(161 98 7 / 0.2);
  }

  .sm\:bg-yellow-700\/25{
    background-color: rgb(161 98 7 / 0.25);
  }

  .sm\:bg-yellow-700\/30{
    background-color: rgb(161 98 7 / 0.3);
  }

  .sm\:bg-yellow-700\/35{
    background-color: rgb(161 98 7 / 0.35);
  }

  .sm\:bg-yellow-700\/40{
    background-color: rgb(161 98 7 / 0.4);
  }

  .sm\:bg-yellow-700\/45{
    background-color: rgb(161 98 7 / 0.45);
  }

  .sm\:bg-yellow-700\/5{
    background-color: rgb(161 98 7 / 0.05);
  }

  .sm\:bg-yellow-700\/50{
    background-color: rgb(161 98 7 / 0.5);
  }

  .sm\:bg-yellow-700\/55{
    background-color: rgb(161 98 7 / 0.55);
  }

  .sm\:bg-yellow-700\/60{
    background-color: rgb(161 98 7 / 0.6);
  }

  .sm\:bg-yellow-700\/65{
    background-color: rgb(161 98 7 / 0.65);
  }

  .sm\:bg-yellow-700\/70{
    background-color: rgb(161 98 7 / 0.7);
  }

  .sm\:bg-yellow-700\/75{
    background-color: rgb(161 98 7 / 0.75);
  }

  .sm\:bg-yellow-700\/80{
    background-color: rgb(161 98 7 / 0.8);
  }

  .sm\:bg-yellow-700\/85{
    background-color: rgb(161 98 7 / 0.85);
  }

  .sm\:bg-yellow-700\/90{
    background-color: rgb(161 98 7 / 0.9);
  }

  .sm\:bg-yellow-700\/95{
    background-color: rgb(161 98 7 / 0.95);
  }

  .sm\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-800\/0{
    background-color: rgb(133 77 14 / 0);
  }

  .sm\:bg-yellow-800\/10{
    background-color: rgb(133 77 14 / 0.1);
  }

  .sm\:bg-yellow-800\/100{
    background-color: rgb(133 77 14 / 1);
  }

  .sm\:bg-yellow-800\/15{
    background-color: rgb(133 77 14 / 0.15);
  }

  .sm\:bg-yellow-800\/20{
    background-color: rgb(133 77 14 / 0.2);
  }

  .sm\:bg-yellow-800\/25{
    background-color: rgb(133 77 14 / 0.25);
  }

  .sm\:bg-yellow-800\/30{
    background-color: rgb(133 77 14 / 0.3);
  }

  .sm\:bg-yellow-800\/35{
    background-color: rgb(133 77 14 / 0.35);
  }

  .sm\:bg-yellow-800\/40{
    background-color: rgb(133 77 14 / 0.4);
  }

  .sm\:bg-yellow-800\/45{
    background-color: rgb(133 77 14 / 0.45);
  }

  .sm\:bg-yellow-800\/5{
    background-color: rgb(133 77 14 / 0.05);
  }

  .sm\:bg-yellow-800\/50{
    background-color: rgb(133 77 14 / 0.5);
  }

  .sm\:bg-yellow-800\/55{
    background-color: rgb(133 77 14 / 0.55);
  }

  .sm\:bg-yellow-800\/60{
    background-color: rgb(133 77 14 / 0.6);
  }

  .sm\:bg-yellow-800\/65{
    background-color: rgb(133 77 14 / 0.65);
  }

  .sm\:bg-yellow-800\/70{
    background-color: rgb(133 77 14 / 0.7);
  }

  .sm\:bg-yellow-800\/75{
    background-color: rgb(133 77 14 / 0.75);
  }

  .sm\:bg-yellow-800\/80{
    background-color: rgb(133 77 14 / 0.8);
  }

  .sm\:bg-yellow-800\/85{
    background-color: rgb(133 77 14 / 0.85);
  }

  .sm\:bg-yellow-800\/90{
    background-color: rgb(133 77 14 / 0.9);
  }

  .sm\:bg-yellow-800\/95{
    background-color: rgb(133 77 14 / 0.95);
  }

  .sm\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-900\/0{
    background-color: rgb(113 63 18 / 0);
  }

  .sm\:bg-yellow-900\/10{
    background-color: rgb(113 63 18 / 0.1);
  }

  .sm\:bg-yellow-900\/100{
    background-color: rgb(113 63 18 / 1);
  }

  .sm\:bg-yellow-900\/15{
    background-color: rgb(113 63 18 / 0.15);
  }

  .sm\:bg-yellow-900\/20{
    background-color: rgb(113 63 18 / 0.2);
  }

  .sm\:bg-yellow-900\/25{
    background-color: rgb(113 63 18 / 0.25);
  }

  .sm\:bg-yellow-900\/30{
    background-color: rgb(113 63 18 / 0.3);
  }

  .sm\:bg-yellow-900\/35{
    background-color: rgb(113 63 18 / 0.35);
  }

  .sm\:bg-yellow-900\/40{
    background-color: rgb(113 63 18 / 0.4);
  }

  .sm\:bg-yellow-900\/45{
    background-color: rgb(113 63 18 / 0.45);
  }

  .sm\:bg-yellow-900\/5{
    background-color: rgb(113 63 18 / 0.05);
  }

  .sm\:bg-yellow-900\/50{
    background-color: rgb(113 63 18 / 0.5);
  }

  .sm\:bg-yellow-900\/55{
    background-color: rgb(113 63 18 / 0.55);
  }

  .sm\:bg-yellow-900\/60{
    background-color: rgb(113 63 18 / 0.6);
  }

  .sm\:bg-yellow-900\/65{
    background-color: rgb(113 63 18 / 0.65);
  }

  .sm\:bg-yellow-900\/70{
    background-color: rgb(113 63 18 / 0.7);
  }

  .sm\:bg-yellow-900\/75{
    background-color: rgb(113 63 18 / 0.75);
  }

  .sm\:bg-yellow-900\/80{
    background-color: rgb(113 63 18 / 0.8);
  }

  .sm\:bg-yellow-900\/85{
    background-color: rgb(113 63 18 / 0.85);
  }

  .sm\:bg-yellow-900\/90{
    background-color: rgb(113 63 18 / 0.9);
  }

  .sm\:bg-yellow-900\/95{
    background-color: rgb(113 63 18 / 0.95);
  }

  .sm\:bg-yellow-950{
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow-950\/0{
    background-color: rgb(66 32 6 / 0);
  }

  .sm\:bg-yellow-950\/10{
    background-color: rgb(66 32 6 / 0.1);
  }

  .sm\:bg-yellow-950\/100{
    background-color: rgb(66 32 6 / 1);
  }

  .sm\:bg-yellow-950\/15{
    background-color: rgb(66 32 6 / 0.15);
  }

  .sm\:bg-yellow-950\/20{
    background-color: rgb(66 32 6 / 0.2);
  }

  .sm\:bg-yellow-950\/25{
    background-color: rgb(66 32 6 / 0.25);
  }

  .sm\:bg-yellow-950\/30{
    background-color: rgb(66 32 6 / 0.3);
  }

  .sm\:bg-yellow-950\/35{
    background-color: rgb(66 32 6 / 0.35);
  }

  .sm\:bg-yellow-950\/40{
    background-color: rgb(66 32 6 / 0.4);
  }

  .sm\:bg-yellow-950\/45{
    background-color: rgb(66 32 6 / 0.45);
  }

  .sm\:bg-yellow-950\/5{
    background-color: rgb(66 32 6 / 0.05);
  }

  .sm\:bg-yellow-950\/50{
    background-color: rgb(66 32 6 / 0.5);
  }

  .sm\:bg-yellow-950\/55{
    background-color: rgb(66 32 6 / 0.55);
  }

  .sm\:bg-yellow-950\/60{
    background-color: rgb(66 32 6 / 0.6);
  }

  .sm\:bg-yellow-950\/65{
    background-color: rgb(66 32 6 / 0.65);
  }

  .sm\:bg-yellow-950\/70{
    background-color: rgb(66 32 6 / 0.7);
  }

  .sm\:bg-yellow-950\/75{
    background-color: rgb(66 32 6 / 0.75);
  }

  .sm\:bg-yellow-950\/80{
    background-color: rgb(66 32 6 / 0.8);
  }

  .sm\:bg-yellow-950\/85{
    background-color: rgb(66 32 6 / 0.85);
  }

  .sm\:bg-yellow-950\/90{
    background-color: rgb(66 32 6 / 0.9);
  }

  .sm\:bg-yellow-950\/95{
    background-color: rgb(66 32 6 / 0.95);
  }

  .sm\:bg-zinc-100{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-100\/0{
    background-color: rgb(244 244 245 / 0);
  }

  .sm\:bg-zinc-100\/10{
    background-color: rgb(244 244 245 / 0.1);
  }

  .sm\:bg-zinc-100\/100{
    background-color: rgb(244 244 245 / 1);
  }

  .sm\:bg-zinc-100\/15{
    background-color: rgb(244 244 245 / 0.15);
  }

  .sm\:bg-zinc-100\/20{
    background-color: rgb(244 244 245 / 0.2);
  }

  .sm\:bg-zinc-100\/25{
    background-color: rgb(244 244 245 / 0.25);
  }

  .sm\:bg-zinc-100\/30{
    background-color: rgb(244 244 245 / 0.3);
  }

  .sm\:bg-zinc-100\/35{
    background-color: rgb(244 244 245 / 0.35);
  }

  .sm\:bg-zinc-100\/40{
    background-color: rgb(244 244 245 / 0.4);
  }

  .sm\:bg-zinc-100\/45{
    background-color: rgb(244 244 245 / 0.45);
  }

  .sm\:bg-zinc-100\/5{
    background-color: rgb(244 244 245 / 0.05);
  }

  .sm\:bg-zinc-100\/50{
    background-color: rgb(244 244 245 / 0.5);
  }

  .sm\:bg-zinc-100\/55{
    background-color: rgb(244 244 245 / 0.55);
  }

  .sm\:bg-zinc-100\/60{
    background-color: rgb(244 244 245 / 0.6);
  }

  .sm\:bg-zinc-100\/65{
    background-color: rgb(244 244 245 / 0.65);
  }

  .sm\:bg-zinc-100\/70{
    background-color: rgb(244 244 245 / 0.7);
  }

  .sm\:bg-zinc-100\/75{
    background-color: rgb(244 244 245 / 0.75);
  }

  .sm\:bg-zinc-100\/80{
    background-color: rgb(244 244 245 / 0.8);
  }

  .sm\:bg-zinc-100\/85{
    background-color: rgb(244 244 245 / 0.85);
  }

  .sm\:bg-zinc-100\/90{
    background-color: rgb(244 244 245 / 0.9);
  }

  .sm\:bg-zinc-100\/95{
    background-color: rgb(244 244 245 / 0.95);
  }

  .sm\:bg-zinc-200{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-200\/0{
    background-color: rgb(228 228 231 / 0);
  }

  .sm\:bg-zinc-200\/10{
    background-color: rgb(228 228 231 / 0.1);
  }

  .sm\:bg-zinc-200\/100{
    background-color: rgb(228 228 231 / 1);
  }

  .sm\:bg-zinc-200\/15{
    background-color: rgb(228 228 231 / 0.15);
  }

  .sm\:bg-zinc-200\/20{
    background-color: rgb(228 228 231 / 0.2);
  }

  .sm\:bg-zinc-200\/25{
    background-color: rgb(228 228 231 / 0.25);
  }

  .sm\:bg-zinc-200\/30{
    background-color: rgb(228 228 231 / 0.3);
  }

  .sm\:bg-zinc-200\/35{
    background-color: rgb(228 228 231 / 0.35);
  }

  .sm\:bg-zinc-200\/40{
    background-color: rgb(228 228 231 / 0.4);
  }

  .sm\:bg-zinc-200\/45{
    background-color: rgb(228 228 231 / 0.45);
  }

  .sm\:bg-zinc-200\/5{
    background-color: rgb(228 228 231 / 0.05);
  }

  .sm\:bg-zinc-200\/50{
    background-color: rgb(228 228 231 / 0.5);
  }

  .sm\:bg-zinc-200\/55{
    background-color: rgb(228 228 231 / 0.55);
  }

  .sm\:bg-zinc-200\/60{
    background-color: rgb(228 228 231 / 0.6);
  }

  .sm\:bg-zinc-200\/65{
    background-color: rgb(228 228 231 / 0.65);
  }

  .sm\:bg-zinc-200\/70{
    background-color: rgb(228 228 231 / 0.7);
  }

  .sm\:bg-zinc-200\/75{
    background-color: rgb(228 228 231 / 0.75);
  }

  .sm\:bg-zinc-200\/80{
    background-color: rgb(228 228 231 / 0.8);
  }

  .sm\:bg-zinc-200\/85{
    background-color: rgb(228 228 231 / 0.85);
  }

  .sm\:bg-zinc-200\/90{
    background-color: rgb(228 228 231 / 0.9);
  }

  .sm\:bg-zinc-200\/95{
    background-color: rgb(228 228 231 / 0.95);
  }

  .sm\:bg-zinc-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-300\/0{
    background-color: rgb(212 212 216 / 0);
  }

  .sm\:bg-zinc-300\/10{
    background-color: rgb(212 212 216 / 0.1);
  }

  .sm\:bg-zinc-300\/100{
    background-color: rgb(212 212 216 / 1);
  }

  .sm\:bg-zinc-300\/15{
    background-color: rgb(212 212 216 / 0.15);
  }

  .sm\:bg-zinc-300\/20{
    background-color: rgb(212 212 216 / 0.2);
  }

  .sm\:bg-zinc-300\/25{
    background-color: rgb(212 212 216 / 0.25);
  }

  .sm\:bg-zinc-300\/30{
    background-color: rgb(212 212 216 / 0.3);
  }

  .sm\:bg-zinc-300\/35{
    background-color: rgb(212 212 216 / 0.35);
  }

  .sm\:bg-zinc-300\/40{
    background-color: rgb(212 212 216 / 0.4);
  }

  .sm\:bg-zinc-300\/45{
    background-color: rgb(212 212 216 / 0.45);
  }

  .sm\:bg-zinc-300\/5{
    background-color: rgb(212 212 216 / 0.05);
  }

  .sm\:bg-zinc-300\/50{
    background-color: rgb(212 212 216 / 0.5);
  }

  .sm\:bg-zinc-300\/55{
    background-color: rgb(212 212 216 / 0.55);
  }

  .sm\:bg-zinc-300\/60{
    background-color: rgb(212 212 216 / 0.6);
  }

  .sm\:bg-zinc-300\/65{
    background-color: rgb(212 212 216 / 0.65);
  }

  .sm\:bg-zinc-300\/70{
    background-color: rgb(212 212 216 / 0.7);
  }

  .sm\:bg-zinc-300\/75{
    background-color: rgb(212 212 216 / 0.75);
  }

  .sm\:bg-zinc-300\/80{
    background-color: rgb(212 212 216 / 0.8);
  }

  .sm\:bg-zinc-300\/85{
    background-color: rgb(212 212 216 / 0.85);
  }

  .sm\:bg-zinc-300\/90{
    background-color: rgb(212 212 216 / 0.9);
  }

  .sm\:bg-zinc-300\/95{
    background-color: rgb(212 212 216 / 0.95);
  }

  .sm\:bg-zinc-400{
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-400\/0{
    background-color: rgb(161 161 170 / 0);
  }

  .sm\:bg-zinc-400\/10{
    background-color: rgb(161 161 170 / 0.1);
  }

  .sm\:bg-zinc-400\/100{
    background-color: rgb(161 161 170 / 1);
  }

  .sm\:bg-zinc-400\/15{
    background-color: rgb(161 161 170 / 0.15);
  }

  .sm\:bg-zinc-400\/20{
    background-color: rgb(161 161 170 / 0.2);
  }

  .sm\:bg-zinc-400\/25{
    background-color: rgb(161 161 170 / 0.25);
  }

  .sm\:bg-zinc-400\/30{
    background-color: rgb(161 161 170 / 0.3);
  }

  .sm\:bg-zinc-400\/35{
    background-color: rgb(161 161 170 / 0.35);
  }

  .sm\:bg-zinc-400\/40{
    background-color: rgb(161 161 170 / 0.4);
  }

  .sm\:bg-zinc-400\/45{
    background-color: rgb(161 161 170 / 0.45);
  }

  .sm\:bg-zinc-400\/5{
    background-color: rgb(161 161 170 / 0.05);
  }

  .sm\:bg-zinc-400\/50{
    background-color: rgb(161 161 170 / 0.5);
  }

  .sm\:bg-zinc-400\/55{
    background-color: rgb(161 161 170 / 0.55);
  }

  .sm\:bg-zinc-400\/60{
    background-color: rgb(161 161 170 / 0.6);
  }

  .sm\:bg-zinc-400\/65{
    background-color: rgb(161 161 170 / 0.65);
  }

  .sm\:bg-zinc-400\/70{
    background-color: rgb(161 161 170 / 0.7);
  }

  .sm\:bg-zinc-400\/75{
    background-color: rgb(161 161 170 / 0.75);
  }

  .sm\:bg-zinc-400\/80{
    background-color: rgb(161 161 170 / 0.8);
  }

  .sm\:bg-zinc-400\/85{
    background-color: rgb(161 161 170 / 0.85);
  }

  .sm\:bg-zinc-400\/90{
    background-color: rgb(161 161 170 / 0.9);
  }

  .sm\:bg-zinc-400\/95{
    background-color: rgb(161 161 170 / 0.95);
  }

  .sm\:bg-zinc-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .sm\:bg-zinc-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .sm\:bg-zinc-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .sm\:bg-zinc-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .sm\:bg-zinc-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .sm\:bg-zinc-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .sm\:bg-zinc-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .sm\:bg-zinc-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .sm\:bg-zinc-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .sm\:bg-zinc-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .sm\:bg-zinc-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .sm\:bg-zinc-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .sm\:bg-zinc-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .sm\:bg-zinc-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .sm\:bg-zinc-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .sm\:bg-zinc-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .sm\:bg-zinc-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .sm\:bg-zinc-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .sm\:bg-zinc-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .sm\:bg-zinc-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .sm\:bg-zinc-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .sm\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-500\/0{
    background-color: rgb(113 113 122 / 0);
  }

  .sm\:bg-zinc-500\/10{
    background-color: rgb(113 113 122 / 0.1);
  }

  .sm\:bg-zinc-500\/100{
    background-color: rgb(113 113 122 / 1);
  }

  .sm\:bg-zinc-500\/15{
    background-color: rgb(113 113 122 / 0.15);
  }

  .sm\:bg-zinc-500\/20{
    background-color: rgb(113 113 122 / 0.2);
  }

  .sm\:bg-zinc-500\/25{
    background-color: rgb(113 113 122 / 0.25);
  }

  .sm\:bg-zinc-500\/30{
    background-color: rgb(113 113 122 / 0.3);
  }

  .sm\:bg-zinc-500\/35{
    background-color: rgb(113 113 122 / 0.35);
  }

  .sm\:bg-zinc-500\/40{
    background-color: rgb(113 113 122 / 0.4);
  }

  .sm\:bg-zinc-500\/45{
    background-color: rgb(113 113 122 / 0.45);
  }

  .sm\:bg-zinc-500\/5{
    background-color: rgb(113 113 122 / 0.05);
  }

  .sm\:bg-zinc-500\/50{
    background-color: rgb(113 113 122 / 0.5);
  }

  .sm\:bg-zinc-500\/55{
    background-color: rgb(113 113 122 / 0.55);
  }

  .sm\:bg-zinc-500\/60{
    background-color: rgb(113 113 122 / 0.6);
  }

  .sm\:bg-zinc-500\/65{
    background-color: rgb(113 113 122 / 0.65);
  }

  .sm\:bg-zinc-500\/70{
    background-color: rgb(113 113 122 / 0.7);
  }

  .sm\:bg-zinc-500\/75{
    background-color: rgb(113 113 122 / 0.75);
  }

  .sm\:bg-zinc-500\/80{
    background-color: rgb(113 113 122 / 0.8);
  }

  .sm\:bg-zinc-500\/85{
    background-color: rgb(113 113 122 / 0.85);
  }

  .sm\:bg-zinc-500\/90{
    background-color: rgb(113 113 122 / 0.9);
  }

  .sm\:bg-zinc-500\/95{
    background-color: rgb(113 113 122 / 0.95);
  }

  .sm\:bg-zinc-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-600\/0{
    background-color: rgb(82 82 91 / 0);
  }

  .sm\:bg-zinc-600\/10{
    background-color: rgb(82 82 91 / 0.1);
  }

  .sm\:bg-zinc-600\/100{
    background-color: rgb(82 82 91 / 1);
  }

  .sm\:bg-zinc-600\/15{
    background-color: rgb(82 82 91 / 0.15);
  }

  .sm\:bg-zinc-600\/20{
    background-color: rgb(82 82 91 / 0.2);
  }

  .sm\:bg-zinc-600\/25{
    background-color: rgb(82 82 91 / 0.25);
  }

  .sm\:bg-zinc-600\/30{
    background-color: rgb(82 82 91 / 0.3);
  }

  .sm\:bg-zinc-600\/35{
    background-color: rgb(82 82 91 / 0.35);
  }

  .sm\:bg-zinc-600\/40{
    background-color: rgb(82 82 91 / 0.4);
  }

  .sm\:bg-zinc-600\/45{
    background-color: rgb(82 82 91 / 0.45);
  }

  .sm\:bg-zinc-600\/5{
    background-color: rgb(82 82 91 / 0.05);
  }

  .sm\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .sm\:bg-zinc-600\/55{
    background-color: rgb(82 82 91 / 0.55);
  }

  .sm\:bg-zinc-600\/60{
    background-color: rgb(82 82 91 / 0.6);
  }

  .sm\:bg-zinc-600\/65{
    background-color: rgb(82 82 91 / 0.65);
  }

  .sm\:bg-zinc-600\/70{
    background-color: rgb(82 82 91 / 0.7);
  }

  .sm\:bg-zinc-600\/75{
    background-color: rgb(82 82 91 / 0.75);
  }

  .sm\:bg-zinc-600\/80{
    background-color: rgb(82 82 91 / 0.8);
  }

  .sm\:bg-zinc-600\/85{
    background-color: rgb(82 82 91 / 0.85);
  }

  .sm\:bg-zinc-600\/90{
    background-color: rgb(82 82 91 / 0.9);
  }

  .sm\:bg-zinc-600\/95{
    background-color: rgb(82 82 91 / 0.95);
  }

  .sm\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-700\/0{
    background-color: rgb(63 63 70 / 0);
  }

  .sm\:bg-zinc-700\/10{
    background-color: rgb(63 63 70 / 0.1);
  }

  .sm\:bg-zinc-700\/100{
    background-color: rgb(63 63 70 / 1);
  }

  .sm\:bg-zinc-700\/15{
    background-color: rgb(63 63 70 / 0.15);
  }

  .sm\:bg-zinc-700\/20{
    background-color: rgb(63 63 70 / 0.2);
  }

  .sm\:bg-zinc-700\/25{
    background-color: rgb(63 63 70 / 0.25);
  }

  .sm\:bg-zinc-700\/30{
    background-color: rgb(63 63 70 / 0.3);
  }

  .sm\:bg-zinc-700\/35{
    background-color: rgb(63 63 70 / 0.35);
  }

  .sm\:bg-zinc-700\/40{
    background-color: rgb(63 63 70 / 0.4);
  }

  .sm\:bg-zinc-700\/45{
    background-color: rgb(63 63 70 / 0.45);
  }

  .sm\:bg-zinc-700\/5{
    background-color: rgb(63 63 70 / 0.05);
  }

  .sm\:bg-zinc-700\/50{
    background-color: rgb(63 63 70 / 0.5);
  }

  .sm\:bg-zinc-700\/55{
    background-color: rgb(63 63 70 / 0.55);
  }

  .sm\:bg-zinc-700\/60{
    background-color: rgb(63 63 70 / 0.6);
  }

  .sm\:bg-zinc-700\/65{
    background-color: rgb(63 63 70 / 0.65);
  }

  .sm\:bg-zinc-700\/70{
    background-color: rgb(63 63 70 / 0.7);
  }

  .sm\:bg-zinc-700\/75{
    background-color: rgb(63 63 70 / 0.75);
  }

  .sm\:bg-zinc-700\/80{
    background-color: rgb(63 63 70 / 0.8);
  }

  .sm\:bg-zinc-700\/85{
    background-color: rgb(63 63 70 / 0.85);
  }

  .sm\:bg-zinc-700\/90{
    background-color: rgb(63 63 70 / 0.9);
  }

  .sm\:bg-zinc-700\/95{
    background-color: rgb(63 63 70 / 0.95);
  }

  .sm\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-800\/0{
    background-color: rgb(39 39 42 / 0);
  }

  .sm\:bg-zinc-800\/10{
    background-color: rgb(39 39 42 / 0.1);
  }

  .sm\:bg-zinc-800\/100{
    background-color: rgb(39 39 42 / 1);
  }

  .sm\:bg-zinc-800\/15{
    background-color: rgb(39 39 42 / 0.15);
  }

  .sm\:bg-zinc-800\/20{
    background-color: rgb(39 39 42 / 0.2);
  }

  .sm\:bg-zinc-800\/25{
    background-color: rgb(39 39 42 / 0.25);
  }

  .sm\:bg-zinc-800\/30{
    background-color: rgb(39 39 42 / 0.3);
  }

  .sm\:bg-zinc-800\/35{
    background-color: rgb(39 39 42 / 0.35);
  }

  .sm\:bg-zinc-800\/40{
    background-color: rgb(39 39 42 / 0.4);
  }

  .sm\:bg-zinc-800\/45{
    background-color: rgb(39 39 42 / 0.45);
  }

  .sm\:bg-zinc-800\/5{
    background-color: rgb(39 39 42 / 0.05);
  }

  .sm\:bg-zinc-800\/50{
    background-color: rgb(39 39 42 / 0.5);
  }

  .sm\:bg-zinc-800\/55{
    background-color: rgb(39 39 42 / 0.55);
  }

  .sm\:bg-zinc-800\/60{
    background-color: rgb(39 39 42 / 0.6);
  }

  .sm\:bg-zinc-800\/65{
    background-color: rgb(39 39 42 / 0.65);
  }

  .sm\:bg-zinc-800\/70{
    background-color: rgb(39 39 42 / 0.7);
  }

  .sm\:bg-zinc-800\/75{
    background-color: rgb(39 39 42 / 0.75);
  }

  .sm\:bg-zinc-800\/80{
    background-color: rgb(39 39 42 / 0.8);
  }

  .sm\:bg-zinc-800\/85{
    background-color: rgb(39 39 42 / 0.85);
  }

  .sm\:bg-zinc-800\/90{
    background-color: rgb(39 39 42 / 0.9);
  }

  .sm\:bg-zinc-800\/95{
    background-color: rgb(39 39 42 / 0.95);
  }

  .sm\:bg-zinc-900{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-900\/0{
    background-color: rgb(24 24 27 / 0);
  }

  .sm\:bg-zinc-900\/10{
    background-color: rgb(24 24 27 / 0.1);
  }

  .sm\:bg-zinc-900\/100{
    background-color: rgb(24 24 27 / 1);
  }

  .sm\:bg-zinc-900\/15{
    background-color: rgb(24 24 27 / 0.15);
  }

  .sm\:bg-zinc-900\/20{
    background-color: rgb(24 24 27 / 0.2);
  }

  .sm\:bg-zinc-900\/25{
    background-color: rgb(24 24 27 / 0.25);
  }

  .sm\:bg-zinc-900\/30{
    background-color: rgb(24 24 27 / 0.3);
  }

  .sm\:bg-zinc-900\/35{
    background-color: rgb(24 24 27 / 0.35);
  }

  .sm\:bg-zinc-900\/40{
    background-color: rgb(24 24 27 / 0.4);
  }

  .sm\:bg-zinc-900\/45{
    background-color: rgb(24 24 27 / 0.45);
  }

  .sm\:bg-zinc-900\/5{
    background-color: rgb(24 24 27 / 0.05);
  }

  .sm\:bg-zinc-900\/50{
    background-color: rgb(24 24 27 / 0.5);
  }

  .sm\:bg-zinc-900\/55{
    background-color: rgb(24 24 27 / 0.55);
  }

  .sm\:bg-zinc-900\/60{
    background-color: rgb(24 24 27 / 0.6);
  }

  .sm\:bg-zinc-900\/65{
    background-color: rgb(24 24 27 / 0.65);
  }

  .sm\:bg-zinc-900\/70{
    background-color: rgb(24 24 27 / 0.7);
  }

  .sm\:bg-zinc-900\/75{
    background-color: rgb(24 24 27 / 0.75);
  }

  .sm\:bg-zinc-900\/80{
    background-color: rgb(24 24 27 / 0.8);
  }

  .sm\:bg-zinc-900\/85{
    background-color: rgb(24 24 27 / 0.85);
  }

  .sm\:bg-zinc-900\/90{
    background-color: rgb(24 24 27 / 0.9);
  }

  .sm\:bg-zinc-900\/95{
    background-color: rgb(24 24 27 / 0.95);
  }

  .sm\:bg-zinc-950{
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-zinc-950\/0{
    background-color: rgb(9 9 11 / 0);
  }

  .sm\:bg-zinc-950\/10{
    background-color: rgb(9 9 11 / 0.1);
  }

  .sm\:bg-zinc-950\/100{
    background-color: rgb(9 9 11 / 1);
  }

  .sm\:bg-zinc-950\/15{
    background-color: rgb(9 9 11 / 0.15);
  }

  .sm\:bg-zinc-950\/20{
    background-color: rgb(9 9 11 / 0.2);
  }

  .sm\:bg-zinc-950\/25{
    background-color: rgb(9 9 11 / 0.25);
  }

  .sm\:bg-zinc-950\/30{
    background-color: rgb(9 9 11 / 0.3);
  }

  .sm\:bg-zinc-950\/35{
    background-color: rgb(9 9 11 / 0.35);
  }

  .sm\:bg-zinc-950\/40{
    background-color: rgb(9 9 11 / 0.4);
  }

  .sm\:bg-zinc-950\/45{
    background-color: rgb(9 9 11 / 0.45);
  }

  .sm\:bg-zinc-950\/5{
    background-color: rgb(9 9 11 / 0.05);
  }

  .sm\:bg-zinc-950\/50{
    background-color: rgb(9 9 11 / 0.5);
  }

  .sm\:bg-zinc-950\/55{
    background-color: rgb(9 9 11 / 0.55);
  }

  .sm\:bg-zinc-950\/60{
    background-color: rgb(9 9 11 / 0.6);
  }

  .sm\:bg-zinc-950\/65{
    background-color: rgb(9 9 11 / 0.65);
  }

  .sm\:bg-zinc-950\/70{
    background-color: rgb(9 9 11 / 0.7);
  }

  .sm\:bg-zinc-950\/75{
    background-color: rgb(9 9 11 / 0.75);
  }

  .sm\:bg-zinc-950\/80{
    background-color: rgb(9 9 11 / 0.8);
  }

  .sm\:bg-zinc-950\/85{
    background-color: rgb(9 9 11 / 0.85);
  }

  .sm\:bg-zinc-950\/90{
    background-color: rgb(9 9 11 / 0.9);
  }

  .sm\:bg-zinc-950\/95{
    background-color: rgb(9 9 11 / 0.95);
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm\:bg-opacity-15{
    --tw-bg-opacity: 0.15;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-45{
    --tw-bg-opacity: 0.45;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-55{
    --tw-bg-opacity: 0.55;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
  }

  .sm\:bg-form-btn-submit-hover{
    background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
  }

  .sm\:bg-fp-1{
    background-image: url('/static-tailwind/static/images/icons/bed.svg');
  }

  .sm\:bg-fp-2{
    background-image: url('/static-tailwind/static/images/icons/bath.svg');
  }

  .sm\:bg-fp-3{
    background-image: url('/static-tailwind/static/images/icons/lounge.svg');
  }

  .sm\:bg-fp-4{
    background-image: url('/static-tailwind/static/images/icons/garage.svg');
  }

  .sm\:bg-fp-5{
    background-image: url('/static-tailwind/static/images/icons/study.svg');
  }

  .sm\:bg-icon-360{
    background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
  }

  .sm\:bg-icon-arrow-slider{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
  }

  .sm\:bg-icon-check-list{
    background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
  }

  .sm\:bg-icon-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
  }

  .sm\:bg-icon-chevron-down{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
  }

  .sm\:bg-icon-chevron-down-light{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
  }

  .sm\:bg-icon-chevron-right-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
  }

  .sm\:bg-icon-chevron-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
  }

  .sm\:bg-icon-close-cyan{
    background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
  }

  .sm\:bg-icon-close-modal{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
  }

  .sm\:bg-icon-close-modal-2{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
  }

  .sm\:bg-icon-display{
    background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
  }

  .sm\:bg-icon-editor{
    background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
  }

  .sm\:bg-icon-expand{
    background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
  }

  .sm\:bg-icon-expand-white{
    background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
  }

  .sm\:bg-icon-facebook{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
  }

  .sm\:bg-icon-facebook-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
  }

  .sm\:bg-icon-filter{
    background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
  }

  .sm\:bg-icon-fp-flip{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
  }

  .sm\:bg-icon-fp-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
  }

  .sm\:bg-icon-home-map{
    background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
  }

  .sm\:bg-icon-linkedin{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
  }

  .sm\:bg-icon-linkedin-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
  }

  .sm\:bg-icon-map-link{
    background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
  }

  .sm\:bg-icon-menu{
    background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
  }

  .sm\:bg-icon-menu-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
  }

  .sm\:bg-icon-minus{
    background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
  }

  .sm\:bg-icon-next{
    background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
  }

  .sm\:bg-icon-next-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
  }

  .sm\:bg-icon-next-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
  }

  .sm\:bg-icon-open-map{
    background-image: url('/static-tailwind/static/images/icon-open-map.svg');
  }

  .sm\:bg-icon-phone{
    background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
  }

  .sm\:bg-icon-phone-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
  }

  .sm\:bg-icon-play{
    background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
  }

  .sm\:bg-icon-plus{
    background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
  }

  .sm\:bg-icon-portal{
    background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
  }

  .sm\:bg-icon-portal-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
  }

  .sm\:bg-icon-prev{
    background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
  }

  .sm\:bg-icon-prev-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
  }

  .sm\:bg-icon-prev-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
  }

  .sm\:bg-icon-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
  }

  .sm\:bg-icon-small-check{
    background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
  }

  .sm\:bg-icon-star{
    background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
  }

  .sm\:bg-icon-trash{
    background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
  }

  .sm\:bg-icon-youtube{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
  }

  .sm\:bg-icon-youtube-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
  }

  .sm\:bg-link-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
  }

  .sm\:bg-link-arrow-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
  }

  .sm\:bg-link-close-right-white{
    background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
  }

  .sm\:bg-ondisplay{
    background-image: url('/static-tailwind/static/images/icons/on-display.svg');
  }

  .sm\:bg-pagination-arrow{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
  }

  .sm\:bg-pagination-arrow-hover{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
  }

  .sm\:bg-100{
    background-size: 100%;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-origin-border{
    background-origin: border-box;
  }

  .sm\:bg-origin-padding{
    background-origin: padding-box;
  }

  .sm\:bg-origin-content{
    background-origin: content-box;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-0\.5{
    padding: 0.125rem;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-1\.5{
    padding: 0.375rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-11{
    padding: 2.75rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-14{
    padding: 3.5rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-2\.5{
    padding: 0.625rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-28{
    padding: 7rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-3\.5{
    padding: 0.875rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-36{
    padding: 9rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-44{
    padding: 11rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-52{
    padding: 13rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-60{
    padding: 15rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-72{
    padding: 18rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-80{
    padding: 20rem;
  }

  .sm\:p-9{
    padding: 2.25rem;
  }

  .sm\:p-96{
    padding: 24rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pb-44{
    padding-bottom: 11rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-52{
    padding-bottom: 13rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-60{
    padding-bottom: 15rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:pb-72{
    padding-bottom: 18rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pb-80{
    padding-bottom: 20rem;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:pb-96{
    padding-bottom: 24rem;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pl-11{
    padding-left: 2.75rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pl-28{
    padding-left: 7rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pl-36{
    padding-left: 9rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pl-44{
    padding-left: 11rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pl-52{
    padding-left: 13rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pl-60{
    padding-left: 15rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pl-72{
    padding-left: 18rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pl-80{
    padding-left: 20rem;
  }

  .sm\:pl-9{
    padding-left: 2.25rem;
  }

  .sm\:pl-96{
    padding-left: 24rem;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pr-11{
    padding-right: 2.75rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pr-14{
    padding-right: 3.5rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pr-28{
    padding-right: 7rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pr-36{
    padding-right: 9rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pr-44{
    padding-right: 11rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pr-52{
    padding-right: 13rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pr-60{
    padding-right: 15rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pr-7{
    padding-right: 1.75rem;
  }

  .sm\:pr-72{
    padding-right: 18rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pr-80{
    padding-right: 20rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:pr-96{
    padding-right: 24rem;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pt-28{
    padding-top: 7rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pt-44{
    padding-top: 11rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-52{
    padding-top: 13rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-60{
    padding-top: 15rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pt-7{
    padding-top: 1.75rem;
  }

  .sm\:pt-72{
    padding-top: 18rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pt-80{
    padding-top: 20rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pt-96{
    padding-top: 24rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-start{
    text-align: start;
  }

  .sm\:text-end{
    text-align: end;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-base{
    font-size: 16px;
  }

  .sm\:text-h1{
    font-size: 40px;
  }

  .sm\:text-h2{
    font-size: 32px;
  }

  .sm\:text-h3{
    font-size: 24px;
  }

  .sm\:text-lead{
    font-size: 24px;
  }

  .sm\:text-lg{
    font-size: 20px;
  }

  .sm\:text-md{
    font-size: 18px;
  }

  .sm\:text-s{
    font-size: 14px;
  }

  .sm\:text-sm{
    font-size: 16px;
  }

  .sm\:text-xl{
    font-size: 48px;
  }

  .sm\:text-xs{
    font-size: 12px;
  }

  .sm\:text-xxl{
    font-size: 96px;
  }

  .sm\:text-amber-100{
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-100\/0{
    color: rgb(254 243 199 / 0);
  }

  .sm\:text-amber-100\/10{
    color: rgb(254 243 199 / 0.1);
  }

  .sm\:text-amber-100\/100{
    color: rgb(254 243 199 / 1);
  }

  .sm\:text-amber-100\/15{
    color: rgb(254 243 199 / 0.15);
  }

  .sm\:text-amber-100\/20{
    color: rgb(254 243 199 / 0.2);
  }

  .sm\:text-amber-100\/25{
    color: rgb(254 243 199 / 0.25);
  }

  .sm\:text-amber-100\/30{
    color: rgb(254 243 199 / 0.3);
  }

  .sm\:text-amber-100\/35{
    color: rgb(254 243 199 / 0.35);
  }

  .sm\:text-amber-100\/40{
    color: rgb(254 243 199 / 0.4);
  }

  .sm\:text-amber-100\/45{
    color: rgb(254 243 199 / 0.45);
  }

  .sm\:text-amber-100\/5{
    color: rgb(254 243 199 / 0.05);
  }

  .sm\:text-amber-100\/50{
    color: rgb(254 243 199 / 0.5);
  }

  .sm\:text-amber-100\/55{
    color: rgb(254 243 199 / 0.55);
  }

  .sm\:text-amber-100\/60{
    color: rgb(254 243 199 / 0.6);
  }

  .sm\:text-amber-100\/65{
    color: rgb(254 243 199 / 0.65);
  }

  .sm\:text-amber-100\/70{
    color: rgb(254 243 199 / 0.7);
  }

  .sm\:text-amber-100\/75{
    color: rgb(254 243 199 / 0.75);
  }

  .sm\:text-amber-100\/80{
    color: rgb(254 243 199 / 0.8);
  }

  .sm\:text-amber-100\/85{
    color: rgb(254 243 199 / 0.85);
  }

  .sm\:text-amber-100\/90{
    color: rgb(254 243 199 / 0.9);
  }

  .sm\:text-amber-100\/95{
    color: rgb(254 243 199 / 0.95);
  }

  .sm\:text-amber-200{
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-200\/0{
    color: rgb(253 230 138 / 0);
  }

  .sm\:text-amber-200\/10{
    color: rgb(253 230 138 / 0.1);
  }

  .sm\:text-amber-200\/100{
    color: rgb(253 230 138 / 1);
  }

  .sm\:text-amber-200\/15{
    color: rgb(253 230 138 / 0.15);
  }

  .sm\:text-amber-200\/20{
    color: rgb(253 230 138 / 0.2);
  }

  .sm\:text-amber-200\/25{
    color: rgb(253 230 138 / 0.25);
  }

  .sm\:text-amber-200\/30{
    color: rgb(253 230 138 / 0.3);
  }

  .sm\:text-amber-200\/35{
    color: rgb(253 230 138 / 0.35);
  }

  .sm\:text-amber-200\/40{
    color: rgb(253 230 138 / 0.4);
  }

  .sm\:text-amber-200\/45{
    color: rgb(253 230 138 / 0.45);
  }

  .sm\:text-amber-200\/5{
    color: rgb(253 230 138 / 0.05);
  }

  .sm\:text-amber-200\/50{
    color: rgb(253 230 138 / 0.5);
  }

  .sm\:text-amber-200\/55{
    color: rgb(253 230 138 / 0.55);
  }

  .sm\:text-amber-200\/60{
    color: rgb(253 230 138 / 0.6);
  }

  .sm\:text-amber-200\/65{
    color: rgb(253 230 138 / 0.65);
  }

  .sm\:text-amber-200\/70{
    color: rgb(253 230 138 / 0.7);
  }

  .sm\:text-amber-200\/75{
    color: rgb(253 230 138 / 0.75);
  }

  .sm\:text-amber-200\/80{
    color: rgb(253 230 138 / 0.8);
  }

  .sm\:text-amber-200\/85{
    color: rgb(253 230 138 / 0.85);
  }

  .sm\:text-amber-200\/90{
    color: rgb(253 230 138 / 0.9);
  }

  .sm\:text-amber-200\/95{
    color: rgb(253 230 138 / 0.95);
  }

  .sm\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-300\/0{
    color: rgb(252 211 77 / 0);
  }

  .sm\:text-amber-300\/10{
    color: rgb(252 211 77 / 0.1);
  }

  .sm\:text-amber-300\/100{
    color: rgb(252 211 77 / 1);
  }

  .sm\:text-amber-300\/15{
    color: rgb(252 211 77 / 0.15);
  }

  .sm\:text-amber-300\/20{
    color: rgb(252 211 77 / 0.2);
  }

  .sm\:text-amber-300\/25{
    color: rgb(252 211 77 / 0.25);
  }

  .sm\:text-amber-300\/30{
    color: rgb(252 211 77 / 0.3);
  }

  .sm\:text-amber-300\/35{
    color: rgb(252 211 77 / 0.35);
  }

  .sm\:text-amber-300\/40{
    color: rgb(252 211 77 / 0.4);
  }

  .sm\:text-amber-300\/45{
    color: rgb(252 211 77 / 0.45);
  }

  .sm\:text-amber-300\/5{
    color: rgb(252 211 77 / 0.05);
  }

  .sm\:text-amber-300\/50{
    color: rgb(252 211 77 / 0.5);
  }

  .sm\:text-amber-300\/55{
    color: rgb(252 211 77 / 0.55);
  }

  .sm\:text-amber-300\/60{
    color: rgb(252 211 77 / 0.6);
  }

  .sm\:text-amber-300\/65{
    color: rgb(252 211 77 / 0.65);
  }

  .sm\:text-amber-300\/70{
    color: rgb(252 211 77 / 0.7);
  }

  .sm\:text-amber-300\/75{
    color: rgb(252 211 77 / 0.75);
  }

  .sm\:text-amber-300\/80{
    color: rgb(252 211 77 / 0.8);
  }

  .sm\:text-amber-300\/85{
    color: rgb(252 211 77 / 0.85);
  }

  .sm\:text-amber-300\/90{
    color: rgb(252 211 77 / 0.9);
  }

  .sm\:text-amber-300\/95{
    color: rgb(252 211 77 / 0.95);
  }

  .sm\:text-amber-400{
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-400\/0{
    color: rgb(251 191 36 / 0);
  }

  .sm\:text-amber-400\/10{
    color: rgb(251 191 36 / 0.1);
  }

  .sm\:text-amber-400\/100{
    color: rgb(251 191 36 / 1);
  }

  .sm\:text-amber-400\/15{
    color: rgb(251 191 36 / 0.15);
  }

  .sm\:text-amber-400\/20{
    color: rgb(251 191 36 / 0.2);
  }

  .sm\:text-amber-400\/25{
    color: rgb(251 191 36 / 0.25);
  }

  .sm\:text-amber-400\/30{
    color: rgb(251 191 36 / 0.3);
  }

  .sm\:text-amber-400\/35{
    color: rgb(251 191 36 / 0.35);
  }

  .sm\:text-amber-400\/40{
    color: rgb(251 191 36 / 0.4);
  }

  .sm\:text-amber-400\/45{
    color: rgb(251 191 36 / 0.45);
  }

  .sm\:text-amber-400\/5{
    color: rgb(251 191 36 / 0.05);
  }

  .sm\:text-amber-400\/50{
    color: rgb(251 191 36 / 0.5);
  }

  .sm\:text-amber-400\/55{
    color: rgb(251 191 36 / 0.55);
  }

  .sm\:text-amber-400\/60{
    color: rgb(251 191 36 / 0.6);
  }

  .sm\:text-amber-400\/65{
    color: rgb(251 191 36 / 0.65);
  }

  .sm\:text-amber-400\/70{
    color: rgb(251 191 36 / 0.7);
  }

  .sm\:text-amber-400\/75{
    color: rgb(251 191 36 / 0.75);
  }

  .sm\:text-amber-400\/80{
    color: rgb(251 191 36 / 0.8);
  }

  .sm\:text-amber-400\/85{
    color: rgb(251 191 36 / 0.85);
  }

  .sm\:text-amber-400\/90{
    color: rgb(251 191 36 / 0.9);
  }

  .sm\:text-amber-400\/95{
    color: rgb(251 191 36 / 0.95);
  }

  .sm\:text-amber-50{
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-50\/0{
    color: rgb(255 251 235 / 0);
  }

  .sm\:text-amber-50\/10{
    color: rgb(255 251 235 / 0.1);
  }

  .sm\:text-amber-50\/100{
    color: rgb(255 251 235 / 1);
  }

  .sm\:text-amber-50\/15{
    color: rgb(255 251 235 / 0.15);
  }

  .sm\:text-amber-50\/20{
    color: rgb(255 251 235 / 0.2);
  }

  .sm\:text-amber-50\/25{
    color: rgb(255 251 235 / 0.25);
  }

  .sm\:text-amber-50\/30{
    color: rgb(255 251 235 / 0.3);
  }

  .sm\:text-amber-50\/35{
    color: rgb(255 251 235 / 0.35);
  }

  .sm\:text-amber-50\/40{
    color: rgb(255 251 235 / 0.4);
  }

  .sm\:text-amber-50\/45{
    color: rgb(255 251 235 / 0.45);
  }

  .sm\:text-amber-50\/5{
    color: rgb(255 251 235 / 0.05);
  }

  .sm\:text-amber-50\/50{
    color: rgb(255 251 235 / 0.5);
  }

  .sm\:text-amber-50\/55{
    color: rgb(255 251 235 / 0.55);
  }

  .sm\:text-amber-50\/60{
    color: rgb(255 251 235 / 0.6);
  }

  .sm\:text-amber-50\/65{
    color: rgb(255 251 235 / 0.65);
  }

  .sm\:text-amber-50\/70{
    color: rgb(255 251 235 / 0.7);
  }

  .sm\:text-amber-50\/75{
    color: rgb(255 251 235 / 0.75);
  }

  .sm\:text-amber-50\/80{
    color: rgb(255 251 235 / 0.8);
  }

  .sm\:text-amber-50\/85{
    color: rgb(255 251 235 / 0.85);
  }

  .sm\:text-amber-50\/90{
    color: rgb(255 251 235 / 0.9);
  }

  .sm\:text-amber-50\/95{
    color: rgb(255 251 235 / 0.95);
  }

  .sm\:text-amber-500{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-500\/0{
    color: rgb(245 158 11 / 0);
  }

  .sm\:text-amber-500\/10{
    color: rgb(245 158 11 / 0.1);
  }

  .sm\:text-amber-500\/100{
    color: rgb(245 158 11 / 1);
  }

  .sm\:text-amber-500\/15{
    color: rgb(245 158 11 / 0.15);
  }

  .sm\:text-amber-500\/20{
    color: rgb(245 158 11 / 0.2);
  }

  .sm\:text-amber-500\/25{
    color: rgb(245 158 11 / 0.25);
  }

  .sm\:text-amber-500\/30{
    color: rgb(245 158 11 / 0.3);
  }

  .sm\:text-amber-500\/35{
    color: rgb(245 158 11 / 0.35);
  }

  .sm\:text-amber-500\/40{
    color: rgb(245 158 11 / 0.4);
  }

  .sm\:text-amber-500\/45{
    color: rgb(245 158 11 / 0.45);
  }

  .sm\:text-amber-500\/5{
    color: rgb(245 158 11 / 0.05);
  }

  .sm\:text-amber-500\/50{
    color: rgb(245 158 11 / 0.5);
  }

  .sm\:text-amber-500\/55{
    color: rgb(245 158 11 / 0.55);
  }

  .sm\:text-amber-500\/60{
    color: rgb(245 158 11 / 0.6);
  }

  .sm\:text-amber-500\/65{
    color: rgb(245 158 11 / 0.65);
  }

  .sm\:text-amber-500\/70{
    color: rgb(245 158 11 / 0.7);
  }

  .sm\:text-amber-500\/75{
    color: rgb(245 158 11 / 0.75);
  }

  .sm\:text-amber-500\/80{
    color: rgb(245 158 11 / 0.8);
  }

  .sm\:text-amber-500\/85{
    color: rgb(245 158 11 / 0.85);
  }

  .sm\:text-amber-500\/90{
    color: rgb(245 158 11 / 0.9);
  }

  .sm\:text-amber-500\/95{
    color: rgb(245 158 11 / 0.95);
  }

  .sm\:text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-600\/0{
    color: rgb(217 119 6 / 0);
  }

  .sm\:text-amber-600\/10{
    color: rgb(217 119 6 / 0.1);
  }

  .sm\:text-amber-600\/100{
    color: rgb(217 119 6 / 1);
  }

  .sm\:text-amber-600\/15{
    color: rgb(217 119 6 / 0.15);
  }

  .sm\:text-amber-600\/20{
    color: rgb(217 119 6 / 0.2);
  }

  .sm\:text-amber-600\/25{
    color: rgb(217 119 6 / 0.25);
  }

  .sm\:text-amber-600\/30{
    color: rgb(217 119 6 / 0.3);
  }

  .sm\:text-amber-600\/35{
    color: rgb(217 119 6 / 0.35);
  }

  .sm\:text-amber-600\/40{
    color: rgb(217 119 6 / 0.4);
  }

  .sm\:text-amber-600\/45{
    color: rgb(217 119 6 / 0.45);
  }

  .sm\:text-amber-600\/5{
    color: rgb(217 119 6 / 0.05);
  }

  .sm\:text-amber-600\/50{
    color: rgb(217 119 6 / 0.5);
  }

  .sm\:text-amber-600\/55{
    color: rgb(217 119 6 / 0.55);
  }

  .sm\:text-amber-600\/60{
    color: rgb(217 119 6 / 0.6);
  }

  .sm\:text-amber-600\/65{
    color: rgb(217 119 6 / 0.65);
  }

  .sm\:text-amber-600\/70{
    color: rgb(217 119 6 / 0.7);
  }

  .sm\:text-amber-600\/75{
    color: rgb(217 119 6 / 0.75);
  }

  .sm\:text-amber-600\/80{
    color: rgb(217 119 6 / 0.8);
  }

  .sm\:text-amber-600\/85{
    color: rgb(217 119 6 / 0.85);
  }

  .sm\:text-amber-600\/90{
    color: rgb(217 119 6 / 0.9);
  }

  .sm\:text-amber-600\/95{
    color: rgb(217 119 6 / 0.95);
  }

  .sm\:text-amber-700{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-700\/0{
    color: rgb(180 83 9 / 0);
  }

  .sm\:text-amber-700\/10{
    color: rgb(180 83 9 / 0.1);
  }

  .sm\:text-amber-700\/100{
    color: rgb(180 83 9 / 1);
  }

  .sm\:text-amber-700\/15{
    color: rgb(180 83 9 / 0.15);
  }

  .sm\:text-amber-700\/20{
    color: rgb(180 83 9 / 0.2);
  }

  .sm\:text-amber-700\/25{
    color: rgb(180 83 9 / 0.25);
  }

  .sm\:text-amber-700\/30{
    color: rgb(180 83 9 / 0.3);
  }

  .sm\:text-amber-700\/35{
    color: rgb(180 83 9 / 0.35);
  }

  .sm\:text-amber-700\/40{
    color: rgb(180 83 9 / 0.4);
  }

  .sm\:text-amber-700\/45{
    color: rgb(180 83 9 / 0.45);
  }

  .sm\:text-amber-700\/5{
    color: rgb(180 83 9 / 0.05);
  }

  .sm\:text-amber-700\/50{
    color: rgb(180 83 9 / 0.5);
  }

  .sm\:text-amber-700\/55{
    color: rgb(180 83 9 / 0.55);
  }

  .sm\:text-amber-700\/60{
    color: rgb(180 83 9 / 0.6);
  }

  .sm\:text-amber-700\/65{
    color: rgb(180 83 9 / 0.65);
  }

  .sm\:text-amber-700\/70{
    color: rgb(180 83 9 / 0.7);
  }

  .sm\:text-amber-700\/75{
    color: rgb(180 83 9 / 0.75);
  }

  .sm\:text-amber-700\/80{
    color: rgb(180 83 9 / 0.8);
  }

  .sm\:text-amber-700\/85{
    color: rgb(180 83 9 / 0.85);
  }

  .sm\:text-amber-700\/90{
    color: rgb(180 83 9 / 0.9);
  }

  .sm\:text-amber-700\/95{
    color: rgb(180 83 9 / 0.95);
  }

  .sm\:text-amber-800{
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-800\/0{
    color: rgb(146 64 14 / 0);
  }

  .sm\:text-amber-800\/10{
    color: rgb(146 64 14 / 0.1);
  }

  .sm\:text-amber-800\/100{
    color: rgb(146 64 14 / 1);
  }

  .sm\:text-amber-800\/15{
    color: rgb(146 64 14 / 0.15);
  }

  .sm\:text-amber-800\/20{
    color: rgb(146 64 14 / 0.2);
  }

  .sm\:text-amber-800\/25{
    color: rgb(146 64 14 / 0.25);
  }

  .sm\:text-amber-800\/30{
    color: rgb(146 64 14 / 0.3);
  }

  .sm\:text-amber-800\/35{
    color: rgb(146 64 14 / 0.35);
  }

  .sm\:text-amber-800\/40{
    color: rgb(146 64 14 / 0.4);
  }

  .sm\:text-amber-800\/45{
    color: rgb(146 64 14 / 0.45);
  }

  .sm\:text-amber-800\/5{
    color: rgb(146 64 14 / 0.05);
  }

  .sm\:text-amber-800\/50{
    color: rgb(146 64 14 / 0.5);
  }

  .sm\:text-amber-800\/55{
    color: rgb(146 64 14 / 0.55);
  }

  .sm\:text-amber-800\/60{
    color: rgb(146 64 14 / 0.6);
  }

  .sm\:text-amber-800\/65{
    color: rgb(146 64 14 / 0.65);
  }

  .sm\:text-amber-800\/70{
    color: rgb(146 64 14 / 0.7);
  }

  .sm\:text-amber-800\/75{
    color: rgb(146 64 14 / 0.75);
  }

  .sm\:text-amber-800\/80{
    color: rgb(146 64 14 / 0.8);
  }

  .sm\:text-amber-800\/85{
    color: rgb(146 64 14 / 0.85);
  }

  .sm\:text-amber-800\/90{
    color: rgb(146 64 14 / 0.9);
  }

  .sm\:text-amber-800\/95{
    color: rgb(146 64 14 / 0.95);
  }

  .sm\:text-amber-900{
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-900\/0{
    color: rgb(120 53 15 / 0);
  }

  .sm\:text-amber-900\/10{
    color: rgb(120 53 15 / 0.1);
  }

  .sm\:text-amber-900\/100{
    color: rgb(120 53 15 / 1);
  }

  .sm\:text-amber-900\/15{
    color: rgb(120 53 15 / 0.15);
  }

  .sm\:text-amber-900\/20{
    color: rgb(120 53 15 / 0.2);
  }

  .sm\:text-amber-900\/25{
    color: rgb(120 53 15 / 0.25);
  }

  .sm\:text-amber-900\/30{
    color: rgb(120 53 15 / 0.3);
  }

  .sm\:text-amber-900\/35{
    color: rgb(120 53 15 / 0.35);
  }

  .sm\:text-amber-900\/40{
    color: rgb(120 53 15 / 0.4);
  }

  .sm\:text-amber-900\/45{
    color: rgb(120 53 15 / 0.45);
  }

  .sm\:text-amber-900\/5{
    color: rgb(120 53 15 / 0.05);
  }

  .sm\:text-amber-900\/50{
    color: rgb(120 53 15 / 0.5);
  }

  .sm\:text-amber-900\/55{
    color: rgb(120 53 15 / 0.55);
  }

  .sm\:text-amber-900\/60{
    color: rgb(120 53 15 / 0.6);
  }

  .sm\:text-amber-900\/65{
    color: rgb(120 53 15 / 0.65);
  }

  .sm\:text-amber-900\/70{
    color: rgb(120 53 15 / 0.7);
  }

  .sm\:text-amber-900\/75{
    color: rgb(120 53 15 / 0.75);
  }

  .sm\:text-amber-900\/80{
    color: rgb(120 53 15 / 0.8);
  }

  .sm\:text-amber-900\/85{
    color: rgb(120 53 15 / 0.85);
  }

  .sm\:text-amber-900\/90{
    color: rgb(120 53 15 / 0.9);
  }

  .sm\:text-amber-900\/95{
    color: rgb(120 53 15 / 0.95);
  }

  .sm\:text-amber-950{
    --tw-text-opacity: 1;
    color: rgb(69 26 3 / var(--tw-text-opacity, 1));
  }

  .sm\:text-amber-950\/0{
    color: rgb(69 26 3 / 0);
  }

  .sm\:text-amber-950\/10{
    color: rgb(69 26 3 / 0.1);
  }

  .sm\:text-amber-950\/100{
    color: rgb(69 26 3 / 1);
  }

  .sm\:text-amber-950\/15{
    color: rgb(69 26 3 / 0.15);
  }

  .sm\:text-amber-950\/20{
    color: rgb(69 26 3 / 0.2);
  }

  .sm\:text-amber-950\/25{
    color: rgb(69 26 3 / 0.25);
  }

  .sm\:text-amber-950\/30{
    color: rgb(69 26 3 / 0.3);
  }

  .sm\:text-amber-950\/35{
    color: rgb(69 26 3 / 0.35);
  }

  .sm\:text-amber-950\/40{
    color: rgb(69 26 3 / 0.4);
  }

  .sm\:text-amber-950\/45{
    color: rgb(69 26 3 / 0.45);
  }

  .sm\:text-amber-950\/5{
    color: rgb(69 26 3 / 0.05);
  }

  .sm\:text-amber-950\/50{
    color: rgb(69 26 3 / 0.5);
  }

  .sm\:text-amber-950\/55{
    color: rgb(69 26 3 / 0.55);
  }

  .sm\:text-amber-950\/60{
    color: rgb(69 26 3 / 0.6);
  }

  .sm\:text-amber-950\/65{
    color: rgb(69 26 3 / 0.65);
  }

  .sm\:text-amber-950\/70{
    color: rgb(69 26 3 / 0.7);
  }

  .sm\:text-amber-950\/75{
    color: rgb(69 26 3 / 0.75);
  }

  .sm\:text-amber-950\/80{
    color: rgb(69 26 3 / 0.8);
  }

  .sm\:text-amber-950\/85{
    color: rgb(69 26 3 / 0.85);
  }

  .sm\:text-amber-950\/90{
    color: rgb(69 26 3 / 0.9);
  }

  .sm\:text-amber-950\/95{
    color: rgb(69 26 3 / 0.95);
  }

  .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .sm\:text-black\/0{
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-black\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-black\/100{
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-black\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .sm\:text-black\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-black\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-black\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-black\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .sm\:text-black\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-black\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .sm\:text-black\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-black\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-black\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .sm\:text-black\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-black\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .sm\:text-black\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-black\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-black\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-black\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .sm\:text-black\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-black\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-100\/0{
    color: rgb(219 234 254 / 0);
  }

  .sm\:text-blue-100\/10{
    color: rgb(219 234 254 / 0.1);
  }

  .sm\:text-blue-100\/100{
    color: rgb(219 234 254 / 1);
  }

  .sm\:text-blue-100\/15{
    color: rgb(219 234 254 / 0.15);
  }

  .sm\:text-blue-100\/20{
    color: rgb(219 234 254 / 0.2);
  }

  .sm\:text-blue-100\/25{
    color: rgb(219 234 254 / 0.25);
  }

  .sm\:text-blue-100\/30{
    color: rgb(219 234 254 / 0.3);
  }

  .sm\:text-blue-100\/35{
    color: rgb(219 234 254 / 0.35);
  }

  .sm\:text-blue-100\/40{
    color: rgb(219 234 254 / 0.4);
  }

  .sm\:text-blue-100\/45{
    color: rgb(219 234 254 / 0.45);
  }

  .sm\:text-blue-100\/5{
    color: rgb(219 234 254 / 0.05);
  }

  .sm\:text-blue-100\/50{
    color: rgb(219 234 254 / 0.5);
  }

  .sm\:text-blue-100\/55{
    color: rgb(219 234 254 / 0.55);
  }

  .sm\:text-blue-100\/60{
    color: rgb(219 234 254 / 0.6);
  }

  .sm\:text-blue-100\/65{
    color: rgb(219 234 254 / 0.65);
  }

  .sm\:text-blue-100\/70{
    color: rgb(219 234 254 / 0.7);
  }

  .sm\:text-blue-100\/75{
    color: rgb(219 234 254 / 0.75);
  }

  .sm\:text-blue-100\/80{
    color: rgb(219 234 254 / 0.8);
  }

  .sm\:text-blue-100\/85{
    color: rgb(219 234 254 / 0.85);
  }

  .sm\:text-blue-100\/90{
    color: rgb(219 234 254 / 0.9);
  }

  .sm\:text-blue-100\/95{
    color: rgb(219 234 254 / 0.95);
  }

  .sm\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-200\/0{
    color: rgb(191 219 254 / 0);
  }

  .sm\:text-blue-200\/10{
    color: rgb(191 219 254 / 0.1);
  }

  .sm\:text-blue-200\/100{
    color: rgb(191 219 254 / 1);
  }

  .sm\:text-blue-200\/15{
    color: rgb(191 219 254 / 0.15);
  }

  .sm\:text-blue-200\/20{
    color: rgb(191 219 254 / 0.2);
  }

  .sm\:text-blue-200\/25{
    color: rgb(191 219 254 / 0.25);
  }

  .sm\:text-blue-200\/30{
    color: rgb(191 219 254 / 0.3);
  }

  .sm\:text-blue-200\/35{
    color: rgb(191 219 254 / 0.35);
  }

  .sm\:text-blue-200\/40{
    color: rgb(191 219 254 / 0.4);
  }

  .sm\:text-blue-200\/45{
    color: rgb(191 219 254 / 0.45);
  }

  .sm\:text-blue-200\/5{
    color: rgb(191 219 254 / 0.05);
  }

  .sm\:text-blue-200\/50{
    color: rgb(191 219 254 / 0.5);
  }

  .sm\:text-blue-200\/55{
    color: rgb(191 219 254 / 0.55);
  }

  .sm\:text-blue-200\/60{
    color: rgb(191 219 254 / 0.6);
  }

  .sm\:text-blue-200\/65{
    color: rgb(191 219 254 / 0.65);
  }

  .sm\:text-blue-200\/70{
    color: rgb(191 219 254 / 0.7);
  }

  .sm\:text-blue-200\/75{
    color: rgb(191 219 254 / 0.75);
  }

  .sm\:text-blue-200\/80{
    color: rgb(191 219 254 / 0.8);
  }

  .sm\:text-blue-200\/85{
    color: rgb(191 219 254 / 0.85);
  }

  .sm\:text-blue-200\/90{
    color: rgb(191 219 254 / 0.9);
  }

  .sm\:text-blue-200\/95{
    color: rgb(191 219 254 / 0.95);
  }

  .sm\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-300\/0{
    color: rgb(147 197 253 / 0);
  }

  .sm\:text-blue-300\/10{
    color: rgb(147 197 253 / 0.1);
  }

  .sm\:text-blue-300\/100{
    color: rgb(147 197 253 / 1);
  }

  .sm\:text-blue-300\/15{
    color: rgb(147 197 253 / 0.15);
  }

  .sm\:text-blue-300\/20{
    color: rgb(147 197 253 / 0.2);
  }

  .sm\:text-blue-300\/25{
    color: rgb(147 197 253 / 0.25);
  }

  .sm\:text-blue-300\/30{
    color: rgb(147 197 253 / 0.3);
  }

  .sm\:text-blue-300\/35{
    color: rgb(147 197 253 / 0.35);
  }

  .sm\:text-blue-300\/40{
    color: rgb(147 197 253 / 0.4);
  }

  .sm\:text-blue-300\/45{
    color: rgb(147 197 253 / 0.45);
  }

  .sm\:text-blue-300\/5{
    color: rgb(147 197 253 / 0.05);
  }

  .sm\:text-blue-300\/50{
    color: rgb(147 197 253 / 0.5);
  }

  .sm\:text-blue-300\/55{
    color: rgb(147 197 253 / 0.55);
  }

  .sm\:text-blue-300\/60{
    color: rgb(147 197 253 / 0.6);
  }

  .sm\:text-blue-300\/65{
    color: rgb(147 197 253 / 0.65);
  }

  .sm\:text-blue-300\/70{
    color: rgb(147 197 253 / 0.7);
  }

  .sm\:text-blue-300\/75{
    color: rgb(147 197 253 / 0.75);
  }

  .sm\:text-blue-300\/80{
    color: rgb(147 197 253 / 0.8);
  }

  .sm\:text-blue-300\/85{
    color: rgb(147 197 253 / 0.85);
  }

  .sm\:text-blue-300\/90{
    color: rgb(147 197 253 / 0.9);
  }

  .sm\:text-blue-300\/95{
    color: rgb(147 197 253 / 0.95);
  }

  .sm\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-400\/0{
    color: rgb(96 165 250 / 0);
  }

  .sm\:text-blue-400\/10{
    color: rgb(96 165 250 / 0.1);
  }

  .sm\:text-blue-400\/100{
    color: rgb(96 165 250 / 1);
  }

  .sm\:text-blue-400\/15{
    color: rgb(96 165 250 / 0.15);
  }

  .sm\:text-blue-400\/20{
    color: rgb(96 165 250 / 0.2);
  }

  .sm\:text-blue-400\/25{
    color: rgb(96 165 250 / 0.25);
  }

  .sm\:text-blue-400\/30{
    color: rgb(96 165 250 / 0.3);
  }

  .sm\:text-blue-400\/35{
    color: rgb(96 165 250 / 0.35);
  }

  .sm\:text-blue-400\/40{
    color: rgb(96 165 250 / 0.4);
  }

  .sm\:text-blue-400\/45{
    color: rgb(96 165 250 / 0.45);
  }

  .sm\:text-blue-400\/5{
    color: rgb(96 165 250 / 0.05);
  }

  .sm\:text-blue-400\/50{
    color: rgb(96 165 250 / 0.5);
  }

  .sm\:text-blue-400\/55{
    color: rgb(96 165 250 / 0.55);
  }

  .sm\:text-blue-400\/60{
    color: rgb(96 165 250 / 0.6);
  }

  .sm\:text-blue-400\/65{
    color: rgb(96 165 250 / 0.65);
  }

  .sm\:text-blue-400\/70{
    color: rgb(96 165 250 / 0.7);
  }

  .sm\:text-blue-400\/75{
    color: rgb(96 165 250 / 0.75);
  }

  .sm\:text-blue-400\/80{
    color: rgb(96 165 250 / 0.8);
  }

  .sm\:text-blue-400\/85{
    color: rgb(96 165 250 / 0.85);
  }

  .sm\:text-blue-400\/90{
    color: rgb(96 165 250 / 0.9);
  }

  .sm\:text-blue-400\/95{
    color: rgb(96 165 250 / 0.95);
  }

  .sm\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-50\/0{
    color: rgb(239 246 255 / 0);
  }

  .sm\:text-blue-50\/10{
    color: rgb(239 246 255 / 0.1);
  }

  .sm\:text-blue-50\/100{
    color: rgb(239 246 255 / 1);
  }

  .sm\:text-blue-50\/15{
    color: rgb(239 246 255 / 0.15);
  }

  .sm\:text-blue-50\/20{
    color: rgb(239 246 255 / 0.2);
  }

  .sm\:text-blue-50\/25{
    color: rgb(239 246 255 / 0.25);
  }

  .sm\:text-blue-50\/30{
    color: rgb(239 246 255 / 0.3);
  }

  .sm\:text-blue-50\/35{
    color: rgb(239 246 255 / 0.35);
  }

  .sm\:text-blue-50\/40{
    color: rgb(239 246 255 / 0.4);
  }

  .sm\:text-blue-50\/45{
    color: rgb(239 246 255 / 0.45);
  }

  .sm\:text-blue-50\/5{
    color: rgb(239 246 255 / 0.05);
  }

  .sm\:text-blue-50\/50{
    color: rgb(239 246 255 / 0.5);
  }

  .sm\:text-blue-50\/55{
    color: rgb(239 246 255 / 0.55);
  }

  .sm\:text-blue-50\/60{
    color: rgb(239 246 255 / 0.6);
  }

  .sm\:text-blue-50\/65{
    color: rgb(239 246 255 / 0.65);
  }

  .sm\:text-blue-50\/70{
    color: rgb(239 246 255 / 0.7);
  }

  .sm\:text-blue-50\/75{
    color: rgb(239 246 255 / 0.75);
  }

  .sm\:text-blue-50\/80{
    color: rgb(239 246 255 / 0.8);
  }

  .sm\:text-blue-50\/85{
    color: rgb(239 246 255 / 0.85);
  }

  .sm\:text-blue-50\/90{
    color: rgb(239 246 255 / 0.9);
  }

  .sm\:text-blue-50\/95{
    color: rgb(239 246 255 / 0.95);
  }

  .sm\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-500\/0{
    color: rgb(59 130 246 / 0);
  }

  .sm\:text-blue-500\/10{
    color: rgb(59 130 246 / 0.1);
  }

  .sm\:text-blue-500\/100{
    color: rgb(59 130 246 / 1);
  }

  .sm\:text-blue-500\/15{
    color: rgb(59 130 246 / 0.15);
  }

  .sm\:text-blue-500\/20{
    color: rgb(59 130 246 / 0.2);
  }

  .sm\:text-blue-500\/25{
    color: rgb(59 130 246 / 0.25);
  }

  .sm\:text-blue-500\/30{
    color: rgb(59 130 246 / 0.3);
  }

  .sm\:text-blue-500\/35{
    color: rgb(59 130 246 / 0.35);
  }

  .sm\:text-blue-500\/40{
    color: rgb(59 130 246 / 0.4);
  }

  .sm\:text-blue-500\/45{
    color: rgb(59 130 246 / 0.45);
  }

  .sm\:text-blue-500\/5{
    color: rgb(59 130 246 / 0.05);
  }

  .sm\:text-blue-500\/50{
    color: rgb(59 130 246 / 0.5);
  }

  .sm\:text-blue-500\/55{
    color: rgb(59 130 246 / 0.55);
  }

  .sm\:text-blue-500\/60{
    color: rgb(59 130 246 / 0.6);
  }

  .sm\:text-blue-500\/65{
    color: rgb(59 130 246 / 0.65);
  }

  .sm\:text-blue-500\/70{
    color: rgb(59 130 246 / 0.7);
  }

  .sm\:text-blue-500\/75{
    color: rgb(59 130 246 / 0.75);
  }

  .sm\:text-blue-500\/80{
    color: rgb(59 130 246 / 0.8);
  }

  .sm\:text-blue-500\/85{
    color: rgb(59 130 246 / 0.85);
  }

  .sm\:text-blue-500\/90{
    color: rgb(59 130 246 / 0.9);
  }

  .sm\:text-blue-500\/95{
    color: rgb(59 130 246 / 0.95);
  }

  .sm\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-600\/0{
    color: rgb(37 99 235 / 0);
  }

  .sm\:text-blue-600\/10{
    color: rgb(37 99 235 / 0.1);
  }

  .sm\:text-blue-600\/100{
    color: rgb(37 99 235 / 1);
  }

  .sm\:text-blue-600\/15{
    color: rgb(37 99 235 / 0.15);
  }

  .sm\:text-blue-600\/20{
    color: rgb(37 99 235 / 0.2);
  }

  .sm\:text-blue-600\/25{
    color: rgb(37 99 235 / 0.25);
  }

  .sm\:text-blue-600\/30{
    color: rgb(37 99 235 / 0.3);
  }

  .sm\:text-blue-600\/35{
    color: rgb(37 99 235 / 0.35);
  }

  .sm\:text-blue-600\/40{
    color: rgb(37 99 235 / 0.4);
  }

  .sm\:text-blue-600\/45{
    color: rgb(37 99 235 / 0.45);
  }

  .sm\:text-blue-600\/5{
    color: rgb(37 99 235 / 0.05);
  }

  .sm\:text-blue-600\/50{
    color: rgb(37 99 235 / 0.5);
  }

  .sm\:text-blue-600\/55{
    color: rgb(37 99 235 / 0.55);
  }

  .sm\:text-blue-600\/60{
    color: rgb(37 99 235 / 0.6);
  }

  .sm\:text-blue-600\/65{
    color: rgb(37 99 235 / 0.65);
  }

  .sm\:text-blue-600\/70{
    color: rgb(37 99 235 / 0.7);
  }

  .sm\:text-blue-600\/75{
    color: rgb(37 99 235 / 0.75);
  }

  .sm\:text-blue-600\/80{
    color: rgb(37 99 235 / 0.8);
  }

  .sm\:text-blue-600\/85{
    color: rgb(37 99 235 / 0.85);
  }

  .sm\:text-blue-600\/90{
    color: rgb(37 99 235 / 0.9);
  }

  .sm\:text-blue-600\/95{
    color: rgb(37 99 235 / 0.95);
  }

  .sm\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-700\/0{
    color: rgb(29 78 216 / 0);
  }

  .sm\:text-blue-700\/10{
    color: rgb(29 78 216 / 0.1);
  }

  .sm\:text-blue-700\/100{
    color: rgb(29 78 216 / 1);
  }

  .sm\:text-blue-700\/15{
    color: rgb(29 78 216 / 0.15);
  }

  .sm\:text-blue-700\/20{
    color: rgb(29 78 216 / 0.2);
  }

  .sm\:text-blue-700\/25{
    color: rgb(29 78 216 / 0.25);
  }

  .sm\:text-blue-700\/30{
    color: rgb(29 78 216 / 0.3);
  }

  .sm\:text-blue-700\/35{
    color: rgb(29 78 216 / 0.35);
  }

  .sm\:text-blue-700\/40{
    color: rgb(29 78 216 / 0.4);
  }

  .sm\:text-blue-700\/45{
    color: rgb(29 78 216 / 0.45);
  }

  .sm\:text-blue-700\/5{
    color: rgb(29 78 216 / 0.05);
  }

  .sm\:text-blue-700\/50{
    color: rgb(29 78 216 / 0.5);
  }

  .sm\:text-blue-700\/55{
    color: rgb(29 78 216 / 0.55);
  }

  .sm\:text-blue-700\/60{
    color: rgb(29 78 216 / 0.6);
  }

  .sm\:text-blue-700\/65{
    color: rgb(29 78 216 / 0.65);
  }

  .sm\:text-blue-700\/70{
    color: rgb(29 78 216 / 0.7);
  }

  .sm\:text-blue-700\/75{
    color: rgb(29 78 216 / 0.75);
  }

  .sm\:text-blue-700\/80{
    color: rgb(29 78 216 / 0.8);
  }

  .sm\:text-blue-700\/85{
    color: rgb(29 78 216 / 0.85);
  }

  .sm\:text-blue-700\/90{
    color: rgb(29 78 216 / 0.9);
  }

  .sm\:text-blue-700\/95{
    color: rgb(29 78 216 / 0.95);
  }

  .sm\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-800\/0{
    color: rgb(30 64 175 / 0);
  }

  .sm\:text-blue-800\/10{
    color: rgb(30 64 175 / 0.1);
  }

  .sm\:text-blue-800\/100{
    color: rgb(30 64 175 / 1);
  }

  .sm\:text-blue-800\/15{
    color: rgb(30 64 175 / 0.15);
  }

  .sm\:text-blue-800\/20{
    color: rgb(30 64 175 / 0.2);
  }

  .sm\:text-blue-800\/25{
    color: rgb(30 64 175 / 0.25);
  }

  .sm\:text-blue-800\/30{
    color: rgb(30 64 175 / 0.3);
  }

  .sm\:text-blue-800\/35{
    color: rgb(30 64 175 / 0.35);
  }

  .sm\:text-blue-800\/40{
    color: rgb(30 64 175 / 0.4);
  }

  .sm\:text-blue-800\/45{
    color: rgb(30 64 175 / 0.45);
  }

  .sm\:text-blue-800\/5{
    color: rgb(30 64 175 / 0.05);
  }

  .sm\:text-blue-800\/50{
    color: rgb(30 64 175 / 0.5);
  }

  .sm\:text-blue-800\/55{
    color: rgb(30 64 175 / 0.55);
  }

  .sm\:text-blue-800\/60{
    color: rgb(30 64 175 / 0.6);
  }

  .sm\:text-blue-800\/65{
    color: rgb(30 64 175 / 0.65);
  }

  .sm\:text-blue-800\/70{
    color: rgb(30 64 175 / 0.7);
  }

  .sm\:text-blue-800\/75{
    color: rgb(30 64 175 / 0.75);
  }

  .sm\:text-blue-800\/80{
    color: rgb(30 64 175 / 0.8);
  }

  .sm\:text-blue-800\/85{
    color: rgb(30 64 175 / 0.85);
  }

  .sm\:text-blue-800\/90{
    color: rgb(30 64 175 / 0.9);
  }

  .sm\:text-blue-800\/95{
    color: rgb(30 64 175 / 0.95);
  }

  .sm\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-900\/0{
    color: rgb(30 58 138 / 0);
  }

  .sm\:text-blue-900\/10{
    color: rgb(30 58 138 / 0.1);
  }

  .sm\:text-blue-900\/100{
    color: rgb(30 58 138 / 1);
  }

  .sm\:text-blue-900\/15{
    color: rgb(30 58 138 / 0.15);
  }

  .sm\:text-blue-900\/20{
    color: rgb(30 58 138 / 0.2);
  }

  .sm\:text-blue-900\/25{
    color: rgb(30 58 138 / 0.25);
  }

  .sm\:text-blue-900\/30{
    color: rgb(30 58 138 / 0.3);
  }

  .sm\:text-blue-900\/35{
    color: rgb(30 58 138 / 0.35);
  }

  .sm\:text-blue-900\/40{
    color: rgb(30 58 138 / 0.4);
  }

  .sm\:text-blue-900\/45{
    color: rgb(30 58 138 / 0.45);
  }

  .sm\:text-blue-900\/5{
    color: rgb(30 58 138 / 0.05);
  }

  .sm\:text-blue-900\/50{
    color: rgb(30 58 138 / 0.5);
  }

  .sm\:text-blue-900\/55{
    color: rgb(30 58 138 / 0.55);
  }

  .sm\:text-blue-900\/60{
    color: rgb(30 58 138 / 0.6);
  }

  .sm\:text-blue-900\/65{
    color: rgb(30 58 138 / 0.65);
  }

  .sm\:text-blue-900\/70{
    color: rgb(30 58 138 / 0.7);
  }

  .sm\:text-blue-900\/75{
    color: rgb(30 58 138 / 0.75);
  }

  .sm\:text-blue-900\/80{
    color: rgb(30 58 138 / 0.8);
  }

  .sm\:text-blue-900\/85{
    color: rgb(30 58 138 / 0.85);
  }

  .sm\:text-blue-900\/90{
    color: rgb(30 58 138 / 0.9);
  }

  .sm\:text-blue-900\/95{
    color: rgb(30 58 138 / 0.95);
  }

  .sm\:text-blue-950{
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1));
  }

  .sm\:text-blue-950\/0{
    color: rgb(23 37 84 / 0);
  }

  .sm\:text-blue-950\/10{
    color: rgb(23 37 84 / 0.1);
  }

  .sm\:text-blue-950\/100{
    color: rgb(23 37 84 / 1);
  }

  .sm\:text-blue-950\/15{
    color: rgb(23 37 84 / 0.15);
  }

  .sm\:text-blue-950\/20{
    color: rgb(23 37 84 / 0.2);
  }

  .sm\:text-blue-950\/25{
    color: rgb(23 37 84 / 0.25);
  }

  .sm\:text-blue-950\/30{
    color: rgb(23 37 84 / 0.3);
  }

  .sm\:text-blue-950\/35{
    color: rgb(23 37 84 / 0.35);
  }

  .sm\:text-blue-950\/40{
    color: rgb(23 37 84 / 0.4);
  }

  .sm\:text-blue-950\/45{
    color: rgb(23 37 84 / 0.45);
  }

  .sm\:text-blue-950\/5{
    color: rgb(23 37 84 / 0.05);
  }

  .sm\:text-blue-950\/50{
    color: rgb(23 37 84 / 0.5);
  }

  .sm\:text-blue-950\/55{
    color: rgb(23 37 84 / 0.55);
  }

  .sm\:text-blue-950\/60{
    color: rgb(23 37 84 / 0.6);
  }

  .sm\:text-blue-950\/65{
    color: rgb(23 37 84 / 0.65);
  }

  .sm\:text-blue-950\/70{
    color: rgb(23 37 84 / 0.7);
  }

  .sm\:text-blue-950\/75{
    color: rgb(23 37 84 / 0.75);
  }

  .sm\:text-blue-950\/80{
    color: rgb(23 37 84 / 0.8);
  }

  .sm\:text-blue-950\/85{
    color: rgb(23 37 84 / 0.85);
  }

  .sm\:text-blue-950\/90{
    color: rgb(23 37 84 / 0.9);
  }

  .sm\:text-blue-950\/95{
    color: rgb(23 37 84 / 0.95);
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-cyan-100{
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-100\/0{
    color: rgb(207 250 254 / 0);
  }

  .sm\:text-cyan-100\/10{
    color: rgb(207 250 254 / 0.1);
  }

  .sm\:text-cyan-100\/100{
    color: rgb(207 250 254 / 1);
  }

  .sm\:text-cyan-100\/15{
    color: rgb(207 250 254 / 0.15);
  }

  .sm\:text-cyan-100\/20{
    color: rgb(207 250 254 / 0.2);
  }

  .sm\:text-cyan-100\/25{
    color: rgb(207 250 254 / 0.25);
  }

  .sm\:text-cyan-100\/30{
    color: rgb(207 250 254 / 0.3);
  }

  .sm\:text-cyan-100\/35{
    color: rgb(207 250 254 / 0.35);
  }

  .sm\:text-cyan-100\/40{
    color: rgb(207 250 254 / 0.4);
  }

  .sm\:text-cyan-100\/45{
    color: rgb(207 250 254 / 0.45);
  }

  .sm\:text-cyan-100\/5{
    color: rgb(207 250 254 / 0.05);
  }

  .sm\:text-cyan-100\/50{
    color: rgb(207 250 254 / 0.5);
  }

  .sm\:text-cyan-100\/55{
    color: rgb(207 250 254 / 0.55);
  }

  .sm\:text-cyan-100\/60{
    color: rgb(207 250 254 / 0.6);
  }

  .sm\:text-cyan-100\/65{
    color: rgb(207 250 254 / 0.65);
  }

  .sm\:text-cyan-100\/70{
    color: rgb(207 250 254 / 0.7);
  }

  .sm\:text-cyan-100\/75{
    color: rgb(207 250 254 / 0.75);
  }

  .sm\:text-cyan-100\/80{
    color: rgb(207 250 254 / 0.8);
  }

  .sm\:text-cyan-100\/85{
    color: rgb(207 250 254 / 0.85);
  }

  .sm\:text-cyan-100\/90{
    color: rgb(207 250 254 / 0.9);
  }

  .sm\:text-cyan-100\/95{
    color: rgb(207 250 254 / 0.95);
  }

  .sm\:text-cyan-200{
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-200\/0{
    color: rgb(165 243 252 / 0);
  }

  .sm\:text-cyan-200\/10{
    color: rgb(165 243 252 / 0.1);
  }

  .sm\:text-cyan-200\/100{
    color: rgb(165 243 252 / 1);
  }

  .sm\:text-cyan-200\/15{
    color: rgb(165 243 252 / 0.15);
  }

  .sm\:text-cyan-200\/20{
    color: rgb(165 243 252 / 0.2);
  }

  .sm\:text-cyan-200\/25{
    color: rgb(165 243 252 / 0.25);
  }

  .sm\:text-cyan-200\/30{
    color: rgb(165 243 252 / 0.3);
  }

  .sm\:text-cyan-200\/35{
    color: rgb(165 243 252 / 0.35);
  }

  .sm\:text-cyan-200\/40{
    color: rgb(165 243 252 / 0.4);
  }

  .sm\:text-cyan-200\/45{
    color: rgb(165 243 252 / 0.45);
  }

  .sm\:text-cyan-200\/5{
    color: rgb(165 243 252 / 0.05);
  }

  .sm\:text-cyan-200\/50{
    color: rgb(165 243 252 / 0.5);
  }

  .sm\:text-cyan-200\/55{
    color: rgb(165 243 252 / 0.55);
  }

  .sm\:text-cyan-200\/60{
    color: rgb(165 243 252 / 0.6);
  }

  .sm\:text-cyan-200\/65{
    color: rgb(165 243 252 / 0.65);
  }

  .sm\:text-cyan-200\/70{
    color: rgb(165 243 252 / 0.7);
  }

  .sm\:text-cyan-200\/75{
    color: rgb(165 243 252 / 0.75);
  }

  .sm\:text-cyan-200\/80{
    color: rgb(165 243 252 / 0.8);
  }

  .sm\:text-cyan-200\/85{
    color: rgb(165 243 252 / 0.85);
  }

  .sm\:text-cyan-200\/90{
    color: rgb(165 243 252 / 0.9);
  }

  .sm\:text-cyan-200\/95{
    color: rgb(165 243 252 / 0.95);
  }

  .sm\:text-cyan-300{
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-300\/0{
    color: rgb(103 232 249 / 0);
  }

  .sm\:text-cyan-300\/10{
    color: rgb(103 232 249 / 0.1);
  }

  .sm\:text-cyan-300\/100{
    color: rgb(103 232 249 / 1);
  }

  .sm\:text-cyan-300\/15{
    color: rgb(103 232 249 / 0.15);
  }

  .sm\:text-cyan-300\/20{
    color: rgb(103 232 249 / 0.2);
  }

  .sm\:text-cyan-300\/25{
    color: rgb(103 232 249 / 0.25);
  }

  .sm\:text-cyan-300\/30{
    color: rgb(103 232 249 / 0.3);
  }

  .sm\:text-cyan-300\/35{
    color: rgb(103 232 249 / 0.35);
  }

  .sm\:text-cyan-300\/40{
    color: rgb(103 232 249 / 0.4);
  }

  .sm\:text-cyan-300\/45{
    color: rgb(103 232 249 / 0.45);
  }

  .sm\:text-cyan-300\/5{
    color: rgb(103 232 249 / 0.05);
  }

  .sm\:text-cyan-300\/50{
    color: rgb(103 232 249 / 0.5);
  }

  .sm\:text-cyan-300\/55{
    color: rgb(103 232 249 / 0.55);
  }

  .sm\:text-cyan-300\/60{
    color: rgb(103 232 249 / 0.6);
  }

  .sm\:text-cyan-300\/65{
    color: rgb(103 232 249 / 0.65);
  }

  .sm\:text-cyan-300\/70{
    color: rgb(103 232 249 / 0.7);
  }

  .sm\:text-cyan-300\/75{
    color: rgb(103 232 249 / 0.75);
  }

  .sm\:text-cyan-300\/80{
    color: rgb(103 232 249 / 0.8);
  }

  .sm\:text-cyan-300\/85{
    color: rgb(103 232 249 / 0.85);
  }

  .sm\:text-cyan-300\/90{
    color: rgb(103 232 249 / 0.9);
  }

  .sm\:text-cyan-300\/95{
    color: rgb(103 232 249 / 0.95);
  }

  .sm\:text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-400\/0{
    color: rgb(34 211 238 / 0);
  }

  .sm\:text-cyan-400\/10{
    color: rgb(34 211 238 / 0.1);
  }

  .sm\:text-cyan-400\/100{
    color: rgb(34 211 238 / 1);
  }

  .sm\:text-cyan-400\/15{
    color: rgb(34 211 238 / 0.15);
  }

  .sm\:text-cyan-400\/20{
    color: rgb(34 211 238 / 0.2);
  }

  .sm\:text-cyan-400\/25{
    color: rgb(34 211 238 / 0.25);
  }

  .sm\:text-cyan-400\/30{
    color: rgb(34 211 238 / 0.3);
  }

  .sm\:text-cyan-400\/35{
    color: rgb(34 211 238 / 0.35);
  }

  .sm\:text-cyan-400\/40{
    color: rgb(34 211 238 / 0.4);
  }

  .sm\:text-cyan-400\/45{
    color: rgb(34 211 238 / 0.45);
  }

  .sm\:text-cyan-400\/5{
    color: rgb(34 211 238 / 0.05);
  }

  .sm\:text-cyan-400\/50{
    color: rgb(34 211 238 / 0.5);
  }

  .sm\:text-cyan-400\/55{
    color: rgb(34 211 238 / 0.55);
  }

  .sm\:text-cyan-400\/60{
    color: rgb(34 211 238 / 0.6);
  }

  .sm\:text-cyan-400\/65{
    color: rgb(34 211 238 / 0.65);
  }

  .sm\:text-cyan-400\/70{
    color: rgb(34 211 238 / 0.7);
  }

  .sm\:text-cyan-400\/75{
    color: rgb(34 211 238 / 0.75);
  }

  .sm\:text-cyan-400\/80{
    color: rgb(34 211 238 / 0.8);
  }

  .sm\:text-cyan-400\/85{
    color: rgb(34 211 238 / 0.85);
  }

  .sm\:text-cyan-400\/90{
    color: rgb(34 211 238 / 0.9);
  }

  .sm\:text-cyan-400\/95{
    color: rgb(34 211 238 / 0.95);
  }

  .sm\:text-cyan-50{
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-50\/0{
    color: rgb(236 254 255 / 0);
  }

  .sm\:text-cyan-50\/10{
    color: rgb(236 254 255 / 0.1);
  }

  .sm\:text-cyan-50\/100{
    color: rgb(236 254 255 / 1);
  }

  .sm\:text-cyan-50\/15{
    color: rgb(236 254 255 / 0.15);
  }

  .sm\:text-cyan-50\/20{
    color: rgb(236 254 255 / 0.2);
  }

  .sm\:text-cyan-50\/25{
    color: rgb(236 254 255 / 0.25);
  }

  .sm\:text-cyan-50\/30{
    color: rgb(236 254 255 / 0.3);
  }

  .sm\:text-cyan-50\/35{
    color: rgb(236 254 255 / 0.35);
  }

  .sm\:text-cyan-50\/40{
    color: rgb(236 254 255 / 0.4);
  }

  .sm\:text-cyan-50\/45{
    color: rgb(236 254 255 / 0.45);
  }

  .sm\:text-cyan-50\/5{
    color: rgb(236 254 255 / 0.05);
  }

  .sm\:text-cyan-50\/50{
    color: rgb(236 254 255 / 0.5);
  }

  .sm\:text-cyan-50\/55{
    color: rgb(236 254 255 / 0.55);
  }

  .sm\:text-cyan-50\/60{
    color: rgb(236 254 255 / 0.6);
  }

  .sm\:text-cyan-50\/65{
    color: rgb(236 254 255 / 0.65);
  }

  .sm\:text-cyan-50\/70{
    color: rgb(236 254 255 / 0.7);
  }

  .sm\:text-cyan-50\/75{
    color: rgb(236 254 255 / 0.75);
  }

  .sm\:text-cyan-50\/80{
    color: rgb(236 254 255 / 0.8);
  }

  .sm\:text-cyan-50\/85{
    color: rgb(236 254 255 / 0.85);
  }

  .sm\:text-cyan-50\/90{
    color: rgb(236 254 255 / 0.9);
  }

  .sm\:text-cyan-50\/95{
    color: rgb(236 254 255 / 0.95);
  }

  .sm\:text-cyan-500{
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-500\/0{
    color: rgb(6 182 212 / 0);
  }

  .sm\:text-cyan-500\/10{
    color: rgb(6 182 212 / 0.1);
  }

  .sm\:text-cyan-500\/100{
    color: rgb(6 182 212 / 1);
  }

  .sm\:text-cyan-500\/15{
    color: rgb(6 182 212 / 0.15);
  }

  .sm\:text-cyan-500\/20{
    color: rgb(6 182 212 / 0.2);
  }

  .sm\:text-cyan-500\/25{
    color: rgb(6 182 212 / 0.25);
  }

  .sm\:text-cyan-500\/30{
    color: rgb(6 182 212 / 0.3);
  }

  .sm\:text-cyan-500\/35{
    color: rgb(6 182 212 / 0.35);
  }

  .sm\:text-cyan-500\/40{
    color: rgb(6 182 212 / 0.4);
  }

  .sm\:text-cyan-500\/45{
    color: rgb(6 182 212 / 0.45);
  }

  .sm\:text-cyan-500\/5{
    color: rgb(6 182 212 / 0.05);
  }

  .sm\:text-cyan-500\/50{
    color: rgb(6 182 212 / 0.5);
  }

  .sm\:text-cyan-500\/55{
    color: rgb(6 182 212 / 0.55);
  }

  .sm\:text-cyan-500\/60{
    color: rgb(6 182 212 / 0.6);
  }

  .sm\:text-cyan-500\/65{
    color: rgb(6 182 212 / 0.65);
  }

  .sm\:text-cyan-500\/70{
    color: rgb(6 182 212 / 0.7);
  }

  .sm\:text-cyan-500\/75{
    color: rgb(6 182 212 / 0.75);
  }

  .sm\:text-cyan-500\/80{
    color: rgb(6 182 212 / 0.8);
  }

  .sm\:text-cyan-500\/85{
    color: rgb(6 182 212 / 0.85);
  }

  .sm\:text-cyan-500\/90{
    color: rgb(6 182 212 / 0.9);
  }

  .sm\:text-cyan-500\/95{
    color: rgb(6 182 212 / 0.95);
  }

  .sm\:text-cyan-600{
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-600\/0{
    color: rgb(8 145 178 / 0);
  }

  .sm\:text-cyan-600\/10{
    color: rgb(8 145 178 / 0.1);
  }

  .sm\:text-cyan-600\/100{
    color: rgb(8 145 178 / 1);
  }

  .sm\:text-cyan-600\/15{
    color: rgb(8 145 178 / 0.15);
  }

  .sm\:text-cyan-600\/20{
    color: rgb(8 145 178 / 0.2);
  }

  .sm\:text-cyan-600\/25{
    color: rgb(8 145 178 / 0.25);
  }

  .sm\:text-cyan-600\/30{
    color: rgb(8 145 178 / 0.3);
  }

  .sm\:text-cyan-600\/35{
    color: rgb(8 145 178 / 0.35);
  }

  .sm\:text-cyan-600\/40{
    color: rgb(8 145 178 / 0.4);
  }

  .sm\:text-cyan-600\/45{
    color: rgb(8 145 178 / 0.45);
  }

  .sm\:text-cyan-600\/5{
    color: rgb(8 145 178 / 0.05);
  }

  .sm\:text-cyan-600\/50{
    color: rgb(8 145 178 / 0.5);
  }

  .sm\:text-cyan-600\/55{
    color: rgb(8 145 178 / 0.55);
  }

  .sm\:text-cyan-600\/60{
    color: rgb(8 145 178 / 0.6);
  }

  .sm\:text-cyan-600\/65{
    color: rgb(8 145 178 / 0.65);
  }

  .sm\:text-cyan-600\/70{
    color: rgb(8 145 178 / 0.7);
  }

  .sm\:text-cyan-600\/75{
    color: rgb(8 145 178 / 0.75);
  }

  .sm\:text-cyan-600\/80{
    color: rgb(8 145 178 / 0.8);
  }

  .sm\:text-cyan-600\/85{
    color: rgb(8 145 178 / 0.85);
  }

  .sm\:text-cyan-600\/90{
    color: rgb(8 145 178 / 0.9);
  }

  .sm\:text-cyan-600\/95{
    color: rgb(8 145 178 / 0.95);
  }

  .sm\:text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-700\/0{
    color: rgb(14 116 144 / 0);
  }

  .sm\:text-cyan-700\/10{
    color: rgb(14 116 144 / 0.1);
  }

  .sm\:text-cyan-700\/100{
    color: rgb(14 116 144 / 1);
  }

  .sm\:text-cyan-700\/15{
    color: rgb(14 116 144 / 0.15);
  }

  .sm\:text-cyan-700\/20{
    color: rgb(14 116 144 / 0.2);
  }

  .sm\:text-cyan-700\/25{
    color: rgb(14 116 144 / 0.25);
  }

  .sm\:text-cyan-700\/30{
    color: rgb(14 116 144 / 0.3);
  }

  .sm\:text-cyan-700\/35{
    color: rgb(14 116 144 / 0.35);
  }

  .sm\:text-cyan-700\/40{
    color: rgb(14 116 144 / 0.4);
  }

  .sm\:text-cyan-700\/45{
    color: rgb(14 116 144 / 0.45);
  }

  .sm\:text-cyan-700\/5{
    color: rgb(14 116 144 / 0.05);
  }

  .sm\:text-cyan-700\/50{
    color: rgb(14 116 144 / 0.5);
  }

  .sm\:text-cyan-700\/55{
    color: rgb(14 116 144 / 0.55);
  }

  .sm\:text-cyan-700\/60{
    color: rgb(14 116 144 / 0.6);
  }

  .sm\:text-cyan-700\/65{
    color: rgb(14 116 144 / 0.65);
  }

  .sm\:text-cyan-700\/70{
    color: rgb(14 116 144 / 0.7);
  }

  .sm\:text-cyan-700\/75{
    color: rgb(14 116 144 / 0.75);
  }

  .sm\:text-cyan-700\/80{
    color: rgb(14 116 144 / 0.8);
  }

  .sm\:text-cyan-700\/85{
    color: rgb(14 116 144 / 0.85);
  }

  .sm\:text-cyan-700\/90{
    color: rgb(14 116 144 / 0.9);
  }

  .sm\:text-cyan-700\/95{
    color: rgb(14 116 144 / 0.95);
  }

  .sm\:text-cyan-800{
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-800\/0{
    color: rgb(21 94 117 / 0);
  }

  .sm\:text-cyan-800\/10{
    color: rgb(21 94 117 / 0.1);
  }

  .sm\:text-cyan-800\/100{
    color: rgb(21 94 117 / 1);
  }

  .sm\:text-cyan-800\/15{
    color: rgb(21 94 117 / 0.15);
  }

  .sm\:text-cyan-800\/20{
    color: rgb(21 94 117 / 0.2);
  }

  .sm\:text-cyan-800\/25{
    color: rgb(21 94 117 / 0.25);
  }

  .sm\:text-cyan-800\/30{
    color: rgb(21 94 117 / 0.3);
  }

  .sm\:text-cyan-800\/35{
    color: rgb(21 94 117 / 0.35);
  }

  .sm\:text-cyan-800\/40{
    color: rgb(21 94 117 / 0.4);
  }

  .sm\:text-cyan-800\/45{
    color: rgb(21 94 117 / 0.45);
  }

  .sm\:text-cyan-800\/5{
    color: rgb(21 94 117 / 0.05);
  }

  .sm\:text-cyan-800\/50{
    color: rgb(21 94 117 / 0.5);
  }

  .sm\:text-cyan-800\/55{
    color: rgb(21 94 117 / 0.55);
  }

  .sm\:text-cyan-800\/60{
    color: rgb(21 94 117 / 0.6);
  }

  .sm\:text-cyan-800\/65{
    color: rgb(21 94 117 / 0.65);
  }

  .sm\:text-cyan-800\/70{
    color: rgb(21 94 117 / 0.7);
  }

  .sm\:text-cyan-800\/75{
    color: rgb(21 94 117 / 0.75);
  }

  .sm\:text-cyan-800\/80{
    color: rgb(21 94 117 / 0.8);
  }

  .sm\:text-cyan-800\/85{
    color: rgb(21 94 117 / 0.85);
  }

  .sm\:text-cyan-800\/90{
    color: rgb(21 94 117 / 0.9);
  }

  .sm\:text-cyan-800\/95{
    color: rgb(21 94 117 / 0.95);
  }

  .sm\:text-cyan-900{
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-900\/0{
    color: rgb(22 78 99 / 0);
  }

  .sm\:text-cyan-900\/10{
    color: rgb(22 78 99 / 0.1);
  }

  .sm\:text-cyan-900\/100{
    color: rgb(22 78 99 / 1);
  }

  .sm\:text-cyan-900\/15{
    color: rgb(22 78 99 / 0.15);
  }

  .sm\:text-cyan-900\/20{
    color: rgb(22 78 99 / 0.2);
  }

  .sm\:text-cyan-900\/25{
    color: rgb(22 78 99 / 0.25);
  }

  .sm\:text-cyan-900\/30{
    color: rgb(22 78 99 / 0.3);
  }

  .sm\:text-cyan-900\/35{
    color: rgb(22 78 99 / 0.35);
  }

  .sm\:text-cyan-900\/40{
    color: rgb(22 78 99 / 0.4);
  }

  .sm\:text-cyan-900\/45{
    color: rgb(22 78 99 / 0.45);
  }

  .sm\:text-cyan-900\/5{
    color: rgb(22 78 99 / 0.05);
  }

  .sm\:text-cyan-900\/50{
    color: rgb(22 78 99 / 0.5);
  }

  .sm\:text-cyan-900\/55{
    color: rgb(22 78 99 / 0.55);
  }

  .sm\:text-cyan-900\/60{
    color: rgb(22 78 99 / 0.6);
  }

  .sm\:text-cyan-900\/65{
    color: rgb(22 78 99 / 0.65);
  }

  .sm\:text-cyan-900\/70{
    color: rgb(22 78 99 / 0.7);
  }

  .sm\:text-cyan-900\/75{
    color: rgb(22 78 99 / 0.75);
  }

  .sm\:text-cyan-900\/80{
    color: rgb(22 78 99 / 0.8);
  }

  .sm\:text-cyan-900\/85{
    color: rgb(22 78 99 / 0.85);
  }

  .sm\:text-cyan-900\/90{
    color: rgb(22 78 99 / 0.9);
  }

  .sm\:text-cyan-900\/95{
    color: rgb(22 78 99 / 0.95);
  }

  .sm\:text-cyan-950{
    --tw-text-opacity: 1;
    color: rgb(8 51 68 / var(--tw-text-opacity, 1));
  }

  .sm\:text-cyan-950\/0{
    color: rgb(8 51 68 / 0);
  }

  .sm\:text-cyan-950\/10{
    color: rgb(8 51 68 / 0.1);
  }

  .sm\:text-cyan-950\/100{
    color: rgb(8 51 68 / 1);
  }

  .sm\:text-cyan-950\/15{
    color: rgb(8 51 68 / 0.15);
  }

  .sm\:text-cyan-950\/20{
    color: rgb(8 51 68 / 0.2);
  }

  .sm\:text-cyan-950\/25{
    color: rgb(8 51 68 / 0.25);
  }

  .sm\:text-cyan-950\/30{
    color: rgb(8 51 68 / 0.3);
  }

  .sm\:text-cyan-950\/35{
    color: rgb(8 51 68 / 0.35);
  }

  .sm\:text-cyan-950\/40{
    color: rgb(8 51 68 / 0.4);
  }

  .sm\:text-cyan-950\/45{
    color: rgb(8 51 68 / 0.45);
  }

  .sm\:text-cyan-950\/5{
    color: rgb(8 51 68 / 0.05);
  }

  .sm\:text-cyan-950\/50{
    color: rgb(8 51 68 / 0.5);
  }

  .sm\:text-cyan-950\/55{
    color: rgb(8 51 68 / 0.55);
  }

  .sm\:text-cyan-950\/60{
    color: rgb(8 51 68 / 0.6);
  }

  .sm\:text-cyan-950\/65{
    color: rgb(8 51 68 / 0.65);
  }

  .sm\:text-cyan-950\/70{
    color: rgb(8 51 68 / 0.7);
  }

  .sm\:text-cyan-950\/75{
    color: rgb(8 51 68 / 0.75);
  }

  .sm\:text-cyan-950\/80{
    color: rgb(8 51 68 / 0.8);
  }

  .sm\:text-cyan-950\/85{
    color: rgb(8 51 68 / 0.85);
  }

  .sm\:text-cyan-950\/90{
    color: rgb(8 51 68 / 0.9);
  }

  .sm\:text-cyan-950\/95{
    color: rgb(8 51 68 / 0.95);
  }

  .sm\:text-darkGreen{
    --tw-text-opacity: 1;
    color: rgb(113 229 201 / var(--tw-text-opacity, 1));
  }

  .sm\:text-darkGreen\/0{
    color: rgb(113 229 201 / 0);
  }

  .sm\:text-darkGreen\/10{
    color: rgb(113 229 201 / 0.1);
  }

  .sm\:text-darkGreen\/100{
    color: rgb(113 229 201 / 1);
  }

  .sm\:text-darkGreen\/15{
    color: rgb(113 229 201 / 0.15);
  }

  .sm\:text-darkGreen\/20{
    color: rgb(113 229 201 / 0.2);
  }

  .sm\:text-darkGreen\/25{
    color: rgb(113 229 201 / 0.25);
  }

  .sm\:text-darkGreen\/30{
    color: rgb(113 229 201 / 0.3);
  }

  .sm\:text-darkGreen\/35{
    color: rgb(113 229 201 / 0.35);
  }

  .sm\:text-darkGreen\/40{
    color: rgb(113 229 201 / 0.4);
  }

  .sm\:text-darkGreen\/45{
    color: rgb(113 229 201 / 0.45);
  }

  .sm\:text-darkGreen\/5{
    color: rgb(113 229 201 / 0.05);
  }

  .sm\:text-darkGreen\/50{
    color: rgb(113 229 201 / 0.5);
  }

  .sm\:text-darkGreen\/55{
    color: rgb(113 229 201 / 0.55);
  }

  .sm\:text-darkGreen\/60{
    color: rgb(113 229 201 / 0.6);
  }

  .sm\:text-darkGreen\/65{
    color: rgb(113 229 201 / 0.65);
  }

  .sm\:text-darkGreen\/70{
    color: rgb(113 229 201 / 0.7);
  }

  .sm\:text-darkGreen\/75{
    color: rgb(113 229 201 / 0.75);
  }

  .sm\:text-darkGreen\/80{
    color: rgb(113 229 201 / 0.8);
  }

  .sm\:text-darkGreen\/85{
    color: rgb(113 229 201 / 0.85);
  }

  .sm\:text-darkGreen\/90{
    color: rgb(113 229 201 / 0.9);
  }

  .sm\:text-darkGreen\/95{
    color: rgb(113 229 201 / 0.95);
  }

  .sm\:text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-100\/0{
    color: rgb(209 250 229 / 0);
  }

  .sm\:text-emerald-100\/10{
    color: rgb(209 250 229 / 0.1);
  }

  .sm\:text-emerald-100\/100{
    color: rgb(209 250 229 / 1);
  }

  .sm\:text-emerald-100\/15{
    color: rgb(209 250 229 / 0.15);
  }

  .sm\:text-emerald-100\/20{
    color: rgb(209 250 229 / 0.2);
  }

  .sm\:text-emerald-100\/25{
    color: rgb(209 250 229 / 0.25);
  }

  .sm\:text-emerald-100\/30{
    color: rgb(209 250 229 / 0.3);
  }

  .sm\:text-emerald-100\/35{
    color: rgb(209 250 229 / 0.35);
  }

  .sm\:text-emerald-100\/40{
    color: rgb(209 250 229 / 0.4);
  }

  .sm\:text-emerald-100\/45{
    color: rgb(209 250 229 / 0.45);
  }

  .sm\:text-emerald-100\/5{
    color: rgb(209 250 229 / 0.05);
  }

  .sm\:text-emerald-100\/50{
    color: rgb(209 250 229 / 0.5);
  }

  .sm\:text-emerald-100\/55{
    color: rgb(209 250 229 / 0.55);
  }

  .sm\:text-emerald-100\/60{
    color: rgb(209 250 229 / 0.6);
  }

  .sm\:text-emerald-100\/65{
    color: rgb(209 250 229 / 0.65);
  }

  .sm\:text-emerald-100\/70{
    color: rgb(209 250 229 / 0.7);
  }

  .sm\:text-emerald-100\/75{
    color: rgb(209 250 229 / 0.75);
  }

  .sm\:text-emerald-100\/80{
    color: rgb(209 250 229 / 0.8);
  }

  .sm\:text-emerald-100\/85{
    color: rgb(209 250 229 / 0.85);
  }

  .sm\:text-emerald-100\/90{
    color: rgb(209 250 229 / 0.9);
  }

  .sm\:text-emerald-100\/95{
    color: rgb(209 250 229 / 0.95);
  }

  .sm\:text-emerald-200{
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-200\/0{
    color: rgb(167 243 208 / 0);
  }

  .sm\:text-emerald-200\/10{
    color: rgb(167 243 208 / 0.1);
  }

  .sm\:text-emerald-200\/100{
    color: rgb(167 243 208 / 1);
  }

  .sm\:text-emerald-200\/15{
    color: rgb(167 243 208 / 0.15);
  }

  .sm\:text-emerald-200\/20{
    color: rgb(167 243 208 / 0.2);
  }

  .sm\:text-emerald-200\/25{
    color: rgb(167 243 208 / 0.25);
  }

  .sm\:text-emerald-200\/30{
    color: rgb(167 243 208 / 0.3);
  }

  .sm\:text-emerald-200\/35{
    color: rgb(167 243 208 / 0.35);
  }

  .sm\:text-emerald-200\/40{
    color: rgb(167 243 208 / 0.4);
  }

  .sm\:text-emerald-200\/45{
    color: rgb(167 243 208 / 0.45);
  }

  .sm\:text-emerald-200\/5{
    color: rgb(167 243 208 / 0.05);
  }

  .sm\:text-emerald-200\/50{
    color: rgb(167 243 208 / 0.5);
  }

  .sm\:text-emerald-200\/55{
    color: rgb(167 243 208 / 0.55);
  }

  .sm\:text-emerald-200\/60{
    color: rgb(167 243 208 / 0.6);
  }

  .sm\:text-emerald-200\/65{
    color: rgb(167 243 208 / 0.65);
  }

  .sm\:text-emerald-200\/70{
    color: rgb(167 243 208 / 0.7);
  }

  .sm\:text-emerald-200\/75{
    color: rgb(167 243 208 / 0.75);
  }

  .sm\:text-emerald-200\/80{
    color: rgb(167 243 208 / 0.8);
  }

  .sm\:text-emerald-200\/85{
    color: rgb(167 243 208 / 0.85);
  }

  .sm\:text-emerald-200\/90{
    color: rgb(167 243 208 / 0.9);
  }

  .sm\:text-emerald-200\/95{
    color: rgb(167 243 208 / 0.95);
  }

  .sm\:text-emerald-300{
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-300\/0{
    color: rgb(110 231 183 / 0);
  }

  .sm\:text-emerald-300\/10{
    color: rgb(110 231 183 / 0.1);
  }

  .sm\:text-emerald-300\/100{
    color: rgb(110 231 183 / 1);
  }

  .sm\:text-emerald-300\/15{
    color: rgb(110 231 183 / 0.15);
  }

  .sm\:text-emerald-300\/20{
    color: rgb(110 231 183 / 0.2);
  }

  .sm\:text-emerald-300\/25{
    color: rgb(110 231 183 / 0.25);
  }

  .sm\:text-emerald-300\/30{
    color: rgb(110 231 183 / 0.3);
  }

  .sm\:text-emerald-300\/35{
    color: rgb(110 231 183 / 0.35);
  }

  .sm\:text-emerald-300\/40{
    color: rgb(110 231 183 / 0.4);
  }

  .sm\:text-emerald-300\/45{
    color: rgb(110 231 183 / 0.45);
  }

  .sm\:text-emerald-300\/5{
    color: rgb(110 231 183 / 0.05);
  }

  .sm\:text-emerald-300\/50{
    color: rgb(110 231 183 / 0.5);
  }

  .sm\:text-emerald-300\/55{
    color: rgb(110 231 183 / 0.55);
  }

  .sm\:text-emerald-300\/60{
    color: rgb(110 231 183 / 0.6);
  }

  .sm\:text-emerald-300\/65{
    color: rgb(110 231 183 / 0.65);
  }

  .sm\:text-emerald-300\/70{
    color: rgb(110 231 183 / 0.7);
  }

  .sm\:text-emerald-300\/75{
    color: rgb(110 231 183 / 0.75);
  }

  .sm\:text-emerald-300\/80{
    color: rgb(110 231 183 / 0.8);
  }

  .sm\:text-emerald-300\/85{
    color: rgb(110 231 183 / 0.85);
  }

  .sm\:text-emerald-300\/90{
    color: rgb(110 231 183 / 0.9);
  }

  .sm\:text-emerald-300\/95{
    color: rgb(110 231 183 / 0.95);
  }

  .sm\:text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-400\/0{
    color: rgb(52 211 153 / 0);
  }

  .sm\:text-emerald-400\/10{
    color: rgb(52 211 153 / 0.1);
  }

  .sm\:text-emerald-400\/100{
    color: rgb(52 211 153 / 1);
  }

  .sm\:text-emerald-400\/15{
    color: rgb(52 211 153 / 0.15);
  }

  .sm\:text-emerald-400\/20{
    color: rgb(52 211 153 / 0.2);
  }

  .sm\:text-emerald-400\/25{
    color: rgb(52 211 153 / 0.25);
  }

  .sm\:text-emerald-400\/30{
    color: rgb(52 211 153 / 0.3);
  }

  .sm\:text-emerald-400\/35{
    color: rgb(52 211 153 / 0.35);
  }

  .sm\:text-emerald-400\/40{
    color: rgb(52 211 153 / 0.4);
  }

  .sm\:text-emerald-400\/45{
    color: rgb(52 211 153 / 0.45);
  }

  .sm\:text-emerald-400\/5{
    color: rgb(52 211 153 / 0.05);
  }

  .sm\:text-emerald-400\/50{
    color: rgb(52 211 153 / 0.5);
  }

  .sm\:text-emerald-400\/55{
    color: rgb(52 211 153 / 0.55);
  }

  .sm\:text-emerald-400\/60{
    color: rgb(52 211 153 / 0.6);
  }

  .sm\:text-emerald-400\/65{
    color: rgb(52 211 153 / 0.65);
  }

  .sm\:text-emerald-400\/70{
    color: rgb(52 211 153 / 0.7);
  }

  .sm\:text-emerald-400\/75{
    color: rgb(52 211 153 / 0.75);
  }

  .sm\:text-emerald-400\/80{
    color: rgb(52 211 153 / 0.8);
  }

  .sm\:text-emerald-400\/85{
    color: rgb(52 211 153 / 0.85);
  }

  .sm\:text-emerald-400\/90{
    color: rgb(52 211 153 / 0.9);
  }

  .sm\:text-emerald-400\/95{
    color: rgb(52 211 153 / 0.95);
  }

  .sm\:text-emerald-50{
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-50\/0{
    color: rgb(236 253 245 / 0);
  }

  .sm\:text-emerald-50\/10{
    color: rgb(236 253 245 / 0.1);
  }

  .sm\:text-emerald-50\/100{
    color: rgb(236 253 245 / 1);
  }

  .sm\:text-emerald-50\/15{
    color: rgb(236 253 245 / 0.15);
  }

  .sm\:text-emerald-50\/20{
    color: rgb(236 253 245 / 0.2);
  }

  .sm\:text-emerald-50\/25{
    color: rgb(236 253 245 / 0.25);
  }

  .sm\:text-emerald-50\/30{
    color: rgb(236 253 245 / 0.3);
  }

  .sm\:text-emerald-50\/35{
    color: rgb(236 253 245 / 0.35);
  }

  .sm\:text-emerald-50\/40{
    color: rgb(236 253 245 / 0.4);
  }

  .sm\:text-emerald-50\/45{
    color: rgb(236 253 245 / 0.45);
  }

  .sm\:text-emerald-50\/5{
    color: rgb(236 253 245 / 0.05);
  }

  .sm\:text-emerald-50\/50{
    color: rgb(236 253 245 / 0.5);
  }

  .sm\:text-emerald-50\/55{
    color: rgb(236 253 245 / 0.55);
  }

  .sm\:text-emerald-50\/60{
    color: rgb(236 253 245 / 0.6);
  }

  .sm\:text-emerald-50\/65{
    color: rgb(236 253 245 / 0.65);
  }

  .sm\:text-emerald-50\/70{
    color: rgb(236 253 245 / 0.7);
  }

  .sm\:text-emerald-50\/75{
    color: rgb(236 253 245 / 0.75);
  }

  .sm\:text-emerald-50\/80{
    color: rgb(236 253 245 / 0.8);
  }

  .sm\:text-emerald-50\/85{
    color: rgb(236 253 245 / 0.85);
  }

  .sm\:text-emerald-50\/90{
    color: rgb(236 253 245 / 0.9);
  }

  .sm\:text-emerald-50\/95{
    color: rgb(236 253 245 / 0.95);
  }

  .sm\:text-emerald-500{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-500\/0{
    color: rgb(16 185 129 / 0);
  }

  .sm\:text-emerald-500\/10{
    color: rgb(16 185 129 / 0.1);
  }

  .sm\:text-emerald-500\/100{
    color: rgb(16 185 129 / 1);
  }

  .sm\:text-emerald-500\/15{
    color: rgb(16 185 129 / 0.15);
  }

  .sm\:text-emerald-500\/20{
    color: rgb(16 185 129 / 0.2);
  }

  .sm\:text-emerald-500\/25{
    color: rgb(16 185 129 / 0.25);
  }

  .sm\:text-emerald-500\/30{
    color: rgb(16 185 129 / 0.3);
  }

  .sm\:text-emerald-500\/35{
    color: rgb(16 185 129 / 0.35);
  }

  .sm\:text-emerald-500\/40{
    color: rgb(16 185 129 / 0.4);
  }

  .sm\:text-emerald-500\/45{
    color: rgb(16 185 129 / 0.45);
  }

  .sm\:text-emerald-500\/5{
    color: rgb(16 185 129 / 0.05);
  }

  .sm\:text-emerald-500\/50{
    color: rgb(16 185 129 / 0.5);
  }

  .sm\:text-emerald-500\/55{
    color: rgb(16 185 129 / 0.55);
  }

  .sm\:text-emerald-500\/60{
    color: rgb(16 185 129 / 0.6);
  }

  .sm\:text-emerald-500\/65{
    color: rgb(16 185 129 / 0.65);
  }

  .sm\:text-emerald-500\/70{
    color: rgb(16 185 129 / 0.7);
  }

  .sm\:text-emerald-500\/75{
    color: rgb(16 185 129 / 0.75);
  }

  .sm\:text-emerald-500\/80{
    color: rgb(16 185 129 / 0.8);
  }

  .sm\:text-emerald-500\/85{
    color: rgb(16 185 129 / 0.85);
  }

  .sm\:text-emerald-500\/90{
    color: rgb(16 185 129 / 0.9);
  }

  .sm\:text-emerald-500\/95{
    color: rgb(16 185 129 / 0.95);
  }

  .sm\:text-emerald-600{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-600\/0{
    color: rgb(5 150 105 / 0);
  }

  .sm\:text-emerald-600\/10{
    color: rgb(5 150 105 / 0.1);
  }

  .sm\:text-emerald-600\/100{
    color: rgb(5 150 105 / 1);
  }

  .sm\:text-emerald-600\/15{
    color: rgb(5 150 105 / 0.15);
  }

  .sm\:text-emerald-600\/20{
    color: rgb(5 150 105 / 0.2);
  }

  .sm\:text-emerald-600\/25{
    color: rgb(5 150 105 / 0.25);
  }

  .sm\:text-emerald-600\/30{
    color: rgb(5 150 105 / 0.3);
  }

  .sm\:text-emerald-600\/35{
    color: rgb(5 150 105 / 0.35);
  }

  .sm\:text-emerald-600\/40{
    color: rgb(5 150 105 / 0.4);
  }

  .sm\:text-emerald-600\/45{
    color: rgb(5 150 105 / 0.45);
  }

  .sm\:text-emerald-600\/5{
    color: rgb(5 150 105 / 0.05);
  }

  .sm\:text-emerald-600\/50{
    color: rgb(5 150 105 / 0.5);
  }

  .sm\:text-emerald-600\/55{
    color: rgb(5 150 105 / 0.55);
  }

  .sm\:text-emerald-600\/60{
    color: rgb(5 150 105 / 0.6);
  }

  .sm\:text-emerald-600\/65{
    color: rgb(5 150 105 / 0.65);
  }

  .sm\:text-emerald-600\/70{
    color: rgb(5 150 105 / 0.7);
  }

  .sm\:text-emerald-600\/75{
    color: rgb(5 150 105 / 0.75);
  }

  .sm\:text-emerald-600\/80{
    color: rgb(5 150 105 / 0.8);
  }

  .sm\:text-emerald-600\/85{
    color: rgb(5 150 105 / 0.85);
  }

  .sm\:text-emerald-600\/90{
    color: rgb(5 150 105 / 0.9);
  }

  .sm\:text-emerald-600\/95{
    color: rgb(5 150 105 / 0.95);
  }

  .sm\:text-emerald-700{
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-700\/0{
    color: rgb(4 120 87 / 0);
  }

  .sm\:text-emerald-700\/10{
    color: rgb(4 120 87 / 0.1);
  }

  .sm\:text-emerald-700\/100{
    color: rgb(4 120 87 / 1);
  }

  .sm\:text-emerald-700\/15{
    color: rgb(4 120 87 / 0.15);
  }

  .sm\:text-emerald-700\/20{
    color: rgb(4 120 87 / 0.2);
  }

  .sm\:text-emerald-700\/25{
    color: rgb(4 120 87 / 0.25);
  }

  .sm\:text-emerald-700\/30{
    color: rgb(4 120 87 / 0.3);
  }

  .sm\:text-emerald-700\/35{
    color: rgb(4 120 87 / 0.35);
  }

  .sm\:text-emerald-700\/40{
    color: rgb(4 120 87 / 0.4);
  }

  .sm\:text-emerald-700\/45{
    color: rgb(4 120 87 / 0.45);
  }

  .sm\:text-emerald-700\/5{
    color: rgb(4 120 87 / 0.05);
  }

  .sm\:text-emerald-700\/50{
    color: rgb(4 120 87 / 0.5);
  }

  .sm\:text-emerald-700\/55{
    color: rgb(4 120 87 / 0.55);
  }

  .sm\:text-emerald-700\/60{
    color: rgb(4 120 87 / 0.6);
  }

  .sm\:text-emerald-700\/65{
    color: rgb(4 120 87 / 0.65);
  }

  .sm\:text-emerald-700\/70{
    color: rgb(4 120 87 / 0.7);
  }

  .sm\:text-emerald-700\/75{
    color: rgb(4 120 87 / 0.75);
  }

  .sm\:text-emerald-700\/80{
    color: rgb(4 120 87 / 0.8);
  }

  .sm\:text-emerald-700\/85{
    color: rgb(4 120 87 / 0.85);
  }

  .sm\:text-emerald-700\/90{
    color: rgb(4 120 87 / 0.9);
  }

  .sm\:text-emerald-700\/95{
    color: rgb(4 120 87 / 0.95);
  }

  .sm\:text-emerald-800{
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-800\/0{
    color: rgb(6 95 70 / 0);
  }

  .sm\:text-emerald-800\/10{
    color: rgb(6 95 70 / 0.1);
  }

  .sm\:text-emerald-800\/100{
    color: rgb(6 95 70 / 1);
  }

  .sm\:text-emerald-800\/15{
    color: rgb(6 95 70 / 0.15);
  }

  .sm\:text-emerald-800\/20{
    color: rgb(6 95 70 / 0.2);
  }

  .sm\:text-emerald-800\/25{
    color: rgb(6 95 70 / 0.25);
  }

  .sm\:text-emerald-800\/30{
    color: rgb(6 95 70 / 0.3);
  }

  .sm\:text-emerald-800\/35{
    color: rgb(6 95 70 / 0.35);
  }

  .sm\:text-emerald-800\/40{
    color: rgb(6 95 70 / 0.4);
  }

  .sm\:text-emerald-800\/45{
    color: rgb(6 95 70 / 0.45);
  }

  .sm\:text-emerald-800\/5{
    color: rgb(6 95 70 / 0.05);
  }

  .sm\:text-emerald-800\/50{
    color: rgb(6 95 70 / 0.5);
  }

  .sm\:text-emerald-800\/55{
    color: rgb(6 95 70 / 0.55);
  }

  .sm\:text-emerald-800\/60{
    color: rgb(6 95 70 / 0.6);
  }

  .sm\:text-emerald-800\/65{
    color: rgb(6 95 70 / 0.65);
  }

  .sm\:text-emerald-800\/70{
    color: rgb(6 95 70 / 0.7);
  }

  .sm\:text-emerald-800\/75{
    color: rgb(6 95 70 / 0.75);
  }

  .sm\:text-emerald-800\/80{
    color: rgb(6 95 70 / 0.8);
  }

  .sm\:text-emerald-800\/85{
    color: rgb(6 95 70 / 0.85);
  }

  .sm\:text-emerald-800\/90{
    color: rgb(6 95 70 / 0.9);
  }

  .sm\:text-emerald-800\/95{
    color: rgb(6 95 70 / 0.95);
  }

  .sm\:text-emerald-900{
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-900\/0{
    color: rgb(6 78 59 / 0);
  }

  .sm\:text-emerald-900\/10{
    color: rgb(6 78 59 / 0.1);
  }

  .sm\:text-emerald-900\/100{
    color: rgb(6 78 59 / 1);
  }

  .sm\:text-emerald-900\/15{
    color: rgb(6 78 59 / 0.15);
  }

  .sm\:text-emerald-900\/20{
    color: rgb(6 78 59 / 0.2);
  }

  .sm\:text-emerald-900\/25{
    color: rgb(6 78 59 / 0.25);
  }

  .sm\:text-emerald-900\/30{
    color: rgb(6 78 59 / 0.3);
  }

  .sm\:text-emerald-900\/35{
    color: rgb(6 78 59 / 0.35);
  }

  .sm\:text-emerald-900\/40{
    color: rgb(6 78 59 / 0.4);
  }

  .sm\:text-emerald-900\/45{
    color: rgb(6 78 59 / 0.45);
  }

  .sm\:text-emerald-900\/5{
    color: rgb(6 78 59 / 0.05);
  }

  .sm\:text-emerald-900\/50{
    color: rgb(6 78 59 / 0.5);
  }

  .sm\:text-emerald-900\/55{
    color: rgb(6 78 59 / 0.55);
  }

  .sm\:text-emerald-900\/60{
    color: rgb(6 78 59 / 0.6);
  }

  .sm\:text-emerald-900\/65{
    color: rgb(6 78 59 / 0.65);
  }

  .sm\:text-emerald-900\/70{
    color: rgb(6 78 59 / 0.7);
  }

  .sm\:text-emerald-900\/75{
    color: rgb(6 78 59 / 0.75);
  }

  .sm\:text-emerald-900\/80{
    color: rgb(6 78 59 / 0.8);
  }

  .sm\:text-emerald-900\/85{
    color: rgb(6 78 59 / 0.85);
  }

  .sm\:text-emerald-900\/90{
    color: rgb(6 78 59 / 0.9);
  }

  .sm\:text-emerald-900\/95{
    color: rgb(6 78 59 / 0.95);
  }

  .sm\:text-emerald-950{
    --tw-text-opacity: 1;
    color: rgb(2 44 34 / var(--tw-text-opacity, 1));
  }

  .sm\:text-emerald-950\/0{
    color: rgb(2 44 34 / 0);
  }

  .sm\:text-emerald-950\/10{
    color: rgb(2 44 34 / 0.1);
  }

  .sm\:text-emerald-950\/100{
    color: rgb(2 44 34 / 1);
  }

  .sm\:text-emerald-950\/15{
    color: rgb(2 44 34 / 0.15);
  }

  .sm\:text-emerald-950\/20{
    color: rgb(2 44 34 / 0.2);
  }

  .sm\:text-emerald-950\/25{
    color: rgb(2 44 34 / 0.25);
  }

  .sm\:text-emerald-950\/30{
    color: rgb(2 44 34 / 0.3);
  }

  .sm\:text-emerald-950\/35{
    color: rgb(2 44 34 / 0.35);
  }

  .sm\:text-emerald-950\/40{
    color: rgb(2 44 34 / 0.4);
  }

  .sm\:text-emerald-950\/45{
    color: rgb(2 44 34 / 0.45);
  }

  .sm\:text-emerald-950\/5{
    color: rgb(2 44 34 / 0.05);
  }

  .sm\:text-emerald-950\/50{
    color: rgb(2 44 34 / 0.5);
  }

  .sm\:text-emerald-950\/55{
    color: rgb(2 44 34 / 0.55);
  }

  .sm\:text-emerald-950\/60{
    color: rgb(2 44 34 / 0.6);
  }

  .sm\:text-emerald-950\/65{
    color: rgb(2 44 34 / 0.65);
  }

  .sm\:text-emerald-950\/70{
    color: rgb(2 44 34 / 0.7);
  }

  .sm\:text-emerald-950\/75{
    color: rgb(2 44 34 / 0.75);
  }

  .sm\:text-emerald-950\/80{
    color: rgb(2 44 34 / 0.8);
  }

  .sm\:text-emerald-950\/85{
    color: rgb(2 44 34 / 0.85);
  }

  .sm\:text-emerald-950\/90{
    color: rgb(2 44 34 / 0.9);
  }

  .sm\:text-emerald-950\/95{
    color: rgb(2 44 34 / 0.95);
  }

  .sm\:text-fuchsia-100{
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-100\/0{
    color: rgb(250 232 255 / 0);
  }

  .sm\:text-fuchsia-100\/10{
    color: rgb(250 232 255 / 0.1);
  }

  .sm\:text-fuchsia-100\/100{
    color: rgb(250 232 255 / 1);
  }

  .sm\:text-fuchsia-100\/15{
    color: rgb(250 232 255 / 0.15);
  }

  .sm\:text-fuchsia-100\/20{
    color: rgb(250 232 255 / 0.2);
  }

  .sm\:text-fuchsia-100\/25{
    color: rgb(250 232 255 / 0.25);
  }

  .sm\:text-fuchsia-100\/30{
    color: rgb(250 232 255 / 0.3);
  }

  .sm\:text-fuchsia-100\/35{
    color: rgb(250 232 255 / 0.35);
  }

  .sm\:text-fuchsia-100\/40{
    color: rgb(250 232 255 / 0.4);
  }

  .sm\:text-fuchsia-100\/45{
    color: rgb(250 232 255 / 0.45);
  }

  .sm\:text-fuchsia-100\/5{
    color: rgb(250 232 255 / 0.05);
  }

  .sm\:text-fuchsia-100\/50{
    color: rgb(250 232 255 / 0.5);
  }

  .sm\:text-fuchsia-100\/55{
    color: rgb(250 232 255 / 0.55);
  }

  .sm\:text-fuchsia-100\/60{
    color: rgb(250 232 255 / 0.6);
  }

  .sm\:text-fuchsia-100\/65{
    color: rgb(250 232 255 / 0.65);
  }

  .sm\:text-fuchsia-100\/70{
    color: rgb(250 232 255 / 0.7);
  }

  .sm\:text-fuchsia-100\/75{
    color: rgb(250 232 255 / 0.75);
  }

  .sm\:text-fuchsia-100\/80{
    color: rgb(250 232 255 / 0.8);
  }

  .sm\:text-fuchsia-100\/85{
    color: rgb(250 232 255 / 0.85);
  }

  .sm\:text-fuchsia-100\/90{
    color: rgb(250 232 255 / 0.9);
  }

  .sm\:text-fuchsia-100\/95{
    color: rgb(250 232 255 / 0.95);
  }

  .sm\:text-fuchsia-200{
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-200\/0{
    color: rgb(245 208 254 / 0);
  }

  .sm\:text-fuchsia-200\/10{
    color: rgb(245 208 254 / 0.1);
  }

  .sm\:text-fuchsia-200\/100{
    color: rgb(245 208 254 / 1);
  }

  .sm\:text-fuchsia-200\/15{
    color: rgb(245 208 254 / 0.15);
  }

  .sm\:text-fuchsia-200\/20{
    color: rgb(245 208 254 / 0.2);
  }

  .sm\:text-fuchsia-200\/25{
    color: rgb(245 208 254 / 0.25);
  }

  .sm\:text-fuchsia-200\/30{
    color: rgb(245 208 254 / 0.3);
  }

  .sm\:text-fuchsia-200\/35{
    color: rgb(245 208 254 / 0.35);
  }

  .sm\:text-fuchsia-200\/40{
    color: rgb(245 208 254 / 0.4);
  }

  .sm\:text-fuchsia-200\/45{
    color: rgb(245 208 254 / 0.45);
  }

  .sm\:text-fuchsia-200\/5{
    color: rgb(245 208 254 / 0.05);
  }

  .sm\:text-fuchsia-200\/50{
    color: rgb(245 208 254 / 0.5);
  }

  .sm\:text-fuchsia-200\/55{
    color: rgb(245 208 254 / 0.55);
  }

  .sm\:text-fuchsia-200\/60{
    color: rgb(245 208 254 / 0.6);
  }

  .sm\:text-fuchsia-200\/65{
    color: rgb(245 208 254 / 0.65);
  }

  .sm\:text-fuchsia-200\/70{
    color: rgb(245 208 254 / 0.7);
  }

  .sm\:text-fuchsia-200\/75{
    color: rgb(245 208 254 / 0.75);
  }

  .sm\:text-fuchsia-200\/80{
    color: rgb(245 208 254 / 0.8);
  }

  .sm\:text-fuchsia-200\/85{
    color: rgb(245 208 254 / 0.85);
  }

  .sm\:text-fuchsia-200\/90{
    color: rgb(245 208 254 / 0.9);
  }

  .sm\:text-fuchsia-200\/95{
    color: rgb(245 208 254 / 0.95);
  }

  .sm\:text-fuchsia-300{
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-300\/0{
    color: rgb(240 171 252 / 0);
  }

  .sm\:text-fuchsia-300\/10{
    color: rgb(240 171 252 / 0.1);
  }

  .sm\:text-fuchsia-300\/100{
    color: rgb(240 171 252 / 1);
  }

  .sm\:text-fuchsia-300\/15{
    color: rgb(240 171 252 / 0.15);
  }

  .sm\:text-fuchsia-300\/20{
    color: rgb(240 171 252 / 0.2);
  }

  .sm\:text-fuchsia-300\/25{
    color: rgb(240 171 252 / 0.25);
  }

  .sm\:text-fuchsia-300\/30{
    color: rgb(240 171 252 / 0.3);
  }

  .sm\:text-fuchsia-300\/35{
    color: rgb(240 171 252 / 0.35);
  }

  .sm\:text-fuchsia-300\/40{
    color: rgb(240 171 252 / 0.4);
  }

  .sm\:text-fuchsia-300\/45{
    color: rgb(240 171 252 / 0.45);
  }

  .sm\:text-fuchsia-300\/5{
    color: rgb(240 171 252 / 0.05);
  }

  .sm\:text-fuchsia-300\/50{
    color: rgb(240 171 252 / 0.5);
  }

  .sm\:text-fuchsia-300\/55{
    color: rgb(240 171 252 / 0.55);
  }

  .sm\:text-fuchsia-300\/60{
    color: rgb(240 171 252 / 0.6);
  }

  .sm\:text-fuchsia-300\/65{
    color: rgb(240 171 252 / 0.65);
  }

  .sm\:text-fuchsia-300\/70{
    color: rgb(240 171 252 / 0.7);
  }

  .sm\:text-fuchsia-300\/75{
    color: rgb(240 171 252 / 0.75);
  }

  .sm\:text-fuchsia-300\/80{
    color: rgb(240 171 252 / 0.8);
  }

  .sm\:text-fuchsia-300\/85{
    color: rgb(240 171 252 / 0.85);
  }

  .sm\:text-fuchsia-300\/90{
    color: rgb(240 171 252 / 0.9);
  }

  .sm\:text-fuchsia-300\/95{
    color: rgb(240 171 252 / 0.95);
  }

  .sm\:text-fuchsia-400{
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-400\/0{
    color: rgb(232 121 249 / 0);
  }

  .sm\:text-fuchsia-400\/10{
    color: rgb(232 121 249 / 0.1);
  }

  .sm\:text-fuchsia-400\/100{
    color: rgb(232 121 249 / 1);
  }

  .sm\:text-fuchsia-400\/15{
    color: rgb(232 121 249 / 0.15);
  }

  .sm\:text-fuchsia-400\/20{
    color: rgb(232 121 249 / 0.2);
  }

  .sm\:text-fuchsia-400\/25{
    color: rgb(232 121 249 / 0.25);
  }

  .sm\:text-fuchsia-400\/30{
    color: rgb(232 121 249 / 0.3);
  }

  .sm\:text-fuchsia-400\/35{
    color: rgb(232 121 249 / 0.35);
  }

  .sm\:text-fuchsia-400\/40{
    color: rgb(232 121 249 / 0.4);
  }

  .sm\:text-fuchsia-400\/45{
    color: rgb(232 121 249 / 0.45);
  }

  .sm\:text-fuchsia-400\/5{
    color: rgb(232 121 249 / 0.05);
  }

  .sm\:text-fuchsia-400\/50{
    color: rgb(232 121 249 / 0.5);
  }

  .sm\:text-fuchsia-400\/55{
    color: rgb(232 121 249 / 0.55);
  }

  .sm\:text-fuchsia-400\/60{
    color: rgb(232 121 249 / 0.6);
  }

  .sm\:text-fuchsia-400\/65{
    color: rgb(232 121 249 / 0.65);
  }

  .sm\:text-fuchsia-400\/70{
    color: rgb(232 121 249 / 0.7);
  }

  .sm\:text-fuchsia-400\/75{
    color: rgb(232 121 249 / 0.75);
  }

  .sm\:text-fuchsia-400\/80{
    color: rgb(232 121 249 / 0.8);
  }

  .sm\:text-fuchsia-400\/85{
    color: rgb(232 121 249 / 0.85);
  }

  .sm\:text-fuchsia-400\/90{
    color: rgb(232 121 249 / 0.9);
  }

  .sm\:text-fuchsia-400\/95{
    color: rgb(232 121 249 / 0.95);
  }

  .sm\:text-fuchsia-50{
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-50\/0{
    color: rgb(253 244 255 / 0);
  }

  .sm\:text-fuchsia-50\/10{
    color: rgb(253 244 255 / 0.1);
  }

  .sm\:text-fuchsia-50\/100{
    color: rgb(253 244 255 / 1);
  }

  .sm\:text-fuchsia-50\/15{
    color: rgb(253 244 255 / 0.15);
  }

  .sm\:text-fuchsia-50\/20{
    color: rgb(253 244 255 / 0.2);
  }

  .sm\:text-fuchsia-50\/25{
    color: rgb(253 244 255 / 0.25);
  }

  .sm\:text-fuchsia-50\/30{
    color: rgb(253 244 255 / 0.3);
  }

  .sm\:text-fuchsia-50\/35{
    color: rgb(253 244 255 / 0.35);
  }

  .sm\:text-fuchsia-50\/40{
    color: rgb(253 244 255 / 0.4);
  }

  .sm\:text-fuchsia-50\/45{
    color: rgb(253 244 255 / 0.45);
  }

  .sm\:text-fuchsia-50\/5{
    color: rgb(253 244 255 / 0.05);
  }

  .sm\:text-fuchsia-50\/50{
    color: rgb(253 244 255 / 0.5);
  }

  .sm\:text-fuchsia-50\/55{
    color: rgb(253 244 255 / 0.55);
  }

  .sm\:text-fuchsia-50\/60{
    color: rgb(253 244 255 / 0.6);
  }

  .sm\:text-fuchsia-50\/65{
    color: rgb(253 244 255 / 0.65);
  }

  .sm\:text-fuchsia-50\/70{
    color: rgb(253 244 255 / 0.7);
  }

  .sm\:text-fuchsia-50\/75{
    color: rgb(253 244 255 / 0.75);
  }

  .sm\:text-fuchsia-50\/80{
    color: rgb(253 244 255 / 0.8);
  }

  .sm\:text-fuchsia-50\/85{
    color: rgb(253 244 255 / 0.85);
  }

  .sm\:text-fuchsia-50\/90{
    color: rgb(253 244 255 / 0.9);
  }

  .sm\:text-fuchsia-50\/95{
    color: rgb(253 244 255 / 0.95);
  }

  .sm\:text-fuchsia-500{
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-500\/0{
    color: rgb(217 70 239 / 0);
  }

  .sm\:text-fuchsia-500\/10{
    color: rgb(217 70 239 / 0.1);
  }

  .sm\:text-fuchsia-500\/100{
    color: rgb(217 70 239 / 1);
  }

  .sm\:text-fuchsia-500\/15{
    color: rgb(217 70 239 / 0.15);
  }

  .sm\:text-fuchsia-500\/20{
    color: rgb(217 70 239 / 0.2);
  }

  .sm\:text-fuchsia-500\/25{
    color: rgb(217 70 239 / 0.25);
  }

  .sm\:text-fuchsia-500\/30{
    color: rgb(217 70 239 / 0.3);
  }

  .sm\:text-fuchsia-500\/35{
    color: rgb(217 70 239 / 0.35);
  }

  .sm\:text-fuchsia-500\/40{
    color: rgb(217 70 239 / 0.4);
  }

  .sm\:text-fuchsia-500\/45{
    color: rgb(217 70 239 / 0.45);
  }

  .sm\:text-fuchsia-500\/5{
    color: rgb(217 70 239 / 0.05);
  }

  .sm\:text-fuchsia-500\/50{
    color: rgb(217 70 239 / 0.5);
  }

  .sm\:text-fuchsia-500\/55{
    color: rgb(217 70 239 / 0.55);
  }

  .sm\:text-fuchsia-500\/60{
    color: rgb(217 70 239 / 0.6);
  }

  .sm\:text-fuchsia-500\/65{
    color: rgb(217 70 239 / 0.65);
  }

  .sm\:text-fuchsia-500\/70{
    color: rgb(217 70 239 / 0.7);
  }

  .sm\:text-fuchsia-500\/75{
    color: rgb(217 70 239 / 0.75);
  }

  .sm\:text-fuchsia-500\/80{
    color: rgb(217 70 239 / 0.8);
  }

  .sm\:text-fuchsia-500\/85{
    color: rgb(217 70 239 / 0.85);
  }

  .sm\:text-fuchsia-500\/90{
    color: rgb(217 70 239 / 0.9);
  }

  .sm\:text-fuchsia-500\/95{
    color: rgb(217 70 239 / 0.95);
  }

  .sm\:text-fuchsia-600{
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-600\/0{
    color: rgb(192 38 211 / 0);
  }

  .sm\:text-fuchsia-600\/10{
    color: rgb(192 38 211 / 0.1);
  }

  .sm\:text-fuchsia-600\/100{
    color: rgb(192 38 211 / 1);
  }

  .sm\:text-fuchsia-600\/15{
    color: rgb(192 38 211 / 0.15);
  }

  .sm\:text-fuchsia-600\/20{
    color: rgb(192 38 211 / 0.2);
  }

  .sm\:text-fuchsia-600\/25{
    color: rgb(192 38 211 / 0.25);
  }

  .sm\:text-fuchsia-600\/30{
    color: rgb(192 38 211 / 0.3);
  }

  .sm\:text-fuchsia-600\/35{
    color: rgb(192 38 211 / 0.35);
  }

  .sm\:text-fuchsia-600\/40{
    color: rgb(192 38 211 / 0.4);
  }

  .sm\:text-fuchsia-600\/45{
    color: rgb(192 38 211 / 0.45);
  }

  .sm\:text-fuchsia-600\/5{
    color: rgb(192 38 211 / 0.05);
  }

  .sm\:text-fuchsia-600\/50{
    color: rgb(192 38 211 / 0.5);
  }

  .sm\:text-fuchsia-600\/55{
    color: rgb(192 38 211 / 0.55);
  }

  .sm\:text-fuchsia-600\/60{
    color: rgb(192 38 211 / 0.6);
  }

  .sm\:text-fuchsia-600\/65{
    color: rgb(192 38 211 / 0.65);
  }

  .sm\:text-fuchsia-600\/70{
    color: rgb(192 38 211 / 0.7);
  }

  .sm\:text-fuchsia-600\/75{
    color: rgb(192 38 211 / 0.75);
  }

  .sm\:text-fuchsia-600\/80{
    color: rgb(192 38 211 / 0.8);
  }

  .sm\:text-fuchsia-600\/85{
    color: rgb(192 38 211 / 0.85);
  }

  .sm\:text-fuchsia-600\/90{
    color: rgb(192 38 211 / 0.9);
  }

  .sm\:text-fuchsia-600\/95{
    color: rgb(192 38 211 / 0.95);
  }

  .sm\:text-fuchsia-700{
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-700\/0{
    color: rgb(162 28 175 / 0);
  }

  .sm\:text-fuchsia-700\/10{
    color: rgb(162 28 175 / 0.1);
  }

  .sm\:text-fuchsia-700\/100{
    color: rgb(162 28 175 / 1);
  }

  .sm\:text-fuchsia-700\/15{
    color: rgb(162 28 175 / 0.15);
  }

  .sm\:text-fuchsia-700\/20{
    color: rgb(162 28 175 / 0.2);
  }

  .sm\:text-fuchsia-700\/25{
    color: rgb(162 28 175 / 0.25);
  }

  .sm\:text-fuchsia-700\/30{
    color: rgb(162 28 175 / 0.3);
  }

  .sm\:text-fuchsia-700\/35{
    color: rgb(162 28 175 / 0.35);
  }

  .sm\:text-fuchsia-700\/40{
    color: rgb(162 28 175 / 0.4);
  }

  .sm\:text-fuchsia-700\/45{
    color: rgb(162 28 175 / 0.45);
  }

  .sm\:text-fuchsia-700\/5{
    color: rgb(162 28 175 / 0.05);
  }

  .sm\:text-fuchsia-700\/50{
    color: rgb(162 28 175 / 0.5);
  }

  .sm\:text-fuchsia-700\/55{
    color: rgb(162 28 175 / 0.55);
  }

  .sm\:text-fuchsia-700\/60{
    color: rgb(162 28 175 / 0.6);
  }

  .sm\:text-fuchsia-700\/65{
    color: rgb(162 28 175 / 0.65);
  }

  .sm\:text-fuchsia-700\/70{
    color: rgb(162 28 175 / 0.7);
  }

  .sm\:text-fuchsia-700\/75{
    color: rgb(162 28 175 / 0.75);
  }

  .sm\:text-fuchsia-700\/80{
    color: rgb(162 28 175 / 0.8);
  }

  .sm\:text-fuchsia-700\/85{
    color: rgb(162 28 175 / 0.85);
  }

  .sm\:text-fuchsia-700\/90{
    color: rgb(162 28 175 / 0.9);
  }

  .sm\:text-fuchsia-700\/95{
    color: rgb(162 28 175 / 0.95);
  }

  .sm\:text-fuchsia-800{
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-800\/0{
    color: rgb(134 25 143 / 0);
  }

  .sm\:text-fuchsia-800\/10{
    color: rgb(134 25 143 / 0.1);
  }

  .sm\:text-fuchsia-800\/100{
    color: rgb(134 25 143 / 1);
  }

  .sm\:text-fuchsia-800\/15{
    color: rgb(134 25 143 / 0.15);
  }

  .sm\:text-fuchsia-800\/20{
    color: rgb(134 25 143 / 0.2);
  }

  .sm\:text-fuchsia-800\/25{
    color: rgb(134 25 143 / 0.25);
  }

  .sm\:text-fuchsia-800\/30{
    color: rgb(134 25 143 / 0.3);
  }

  .sm\:text-fuchsia-800\/35{
    color: rgb(134 25 143 / 0.35);
  }

  .sm\:text-fuchsia-800\/40{
    color: rgb(134 25 143 / 0.4);
  }

  .sm\:text-fuchsia-800\/45{
    color: rgb(134 25 143 / 0.45);
  }

  .sm\:text-fuchsia-800\/5{
    color: rgb(134 25 143 / 0.05);
  }

  .sm\:text-fuchsia-800\/50{
    color: rgb(134 25 143 / 0.5);
  }

  .sm\:text-fuchsia-800\/55{
    color: rgb(134 25 143 / 0.55);
  }

  .sm\:text-fuchsia-800\/60{
    color: rgb(134 25 143 / 0.6);
  }

  .sm\:text-fuchsia-800\/65{
    color: rgb(134 25 143 / 0.65);
  }

  .sm\:text-fuchsia-800\/70{
    color: rgb(134 25 143 / 0.7);
  }

  .sm\:text-fuchsia-800\/75{
    color: rgb(134 25 143 / 0.75);
  }

  .sm\:text-fuchsia-800\/80{
    color: rgb(134 25 143 / 0.8);
  }

  .sm\:text-fuchsia-800\/85{
    color: rgb(134 25 143 / 0.85);
  }

  .sm\:text-fuchsia-800\/90{
    color: rgb(134 25 143 / 0.9);
  }

  .sm\:text-fuchsia-800\/95{
    color: rgb(134 25 143 / 0.95);
  }

  .sm\:text-fuchsia-900{
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-900\/0{
    color: rgb(112 26 117 / 0);
  }

  .sm\:text-fuchsia-900\/10{
    color: rgb(112 26 117 / 0.1);
  }

  .sm\:text-fuchsia-900\/100{
    color: rgb(112 26 117 / 1);
  }

  .sm\:text-fuchsia-900\/15{
    color: rgb(112 26 117 / 0.15);
  }

  .sm\:text-fuchsia-900\/20{
    color: rgb(112 26 117 / 0.2);
  }

  .sm\:text-fuchsia-900\/25{
    color: rgb(112 26 117 / 0.25);
  }

  .sm\:text-fuchsia-900\/30{
    color: rgb(112 26 117 / 0.3);
  }

  .sm\:text-fuchsia-900\/35{
    color: rgb(112 26 117 / 0.35);
  }

  .sm\:text-fuchsia-900\/40{
    color: rgb(112 26 117 / 0.4);
  }

  .sm\:text-fuchsia-900\/45{
    color: rgb(112 26 117 / 0.45);
  }

  .sm\:text-fuchsia-900\/5{
    color: rgb(112 26 117 / 0.05);
  }

  .sm\:text-fuchsia-900\/50{
    color: rgb(112 26 117 / 0.5);
  }

  .sm\:text-fuchsia-900\/55{
    color: rgb(112 26 117 / 0.55);
  }

  .sm\:text-fuchsia-900\/60{
    color: rgb(112 26 117 / 0.6);
  }

  .sm\:text-fuchsia-900\/65{
    color: rgb(112 26 117 / 0.65);
  }

  .sm\:text-fuchsia-900\/70{
    color: rgb(112 26 117 / 0.7);
  }

  .sm\:text-fuchsia-900\/75{
    color: rgb(112 26 117 / 0.75);
  }

  .sm\:text-fuchsia-900\/80{
    color: rgb(112 26 117 / 0.8);
  }

  .sm\:text-fuchsia-900\/85{
    color: rgb(112 26 117 / 0.85);
  }

  .sm\:text-fuchsia-900\/90{
    color: rgb(112 26 117 / 0.9);
  }

  .sm\:text-fuchsia-900\/95{
    color: rgb(112 26 117 / 0.95);
  }

  .sm\:text-fuchsia-950{
    --tw-text-opacity: 1;
    color: rgb(74 4 78 / var(--tw-text-opacity, 1));
  }

  .sm\:text-fuchsia-950\/0{
    color: rgb(74 4 78 / 0);
  }

  .sm\:text-fuchsia-950\/10{
    color: rgb(74 4 78 / 0.1);
  }

  .sm\:text-fuchsia-950\/100{
    color: rgb(74 4 78 / 1);
  }

  .sm\:text-fuchsia-950\/15{
    color: rgb(74 4 78 / 0.15);
  }

  .sm\:text-fuchsia-950\/20{
    color: rgb(74 4 78 / 0.2);
  }

  .sm\:text-fuchsia-950\/25{
    color: rgb(74 4 78 / 0.25);
  }

  .sm\:text-fuchsia-950\/30{
    color: rgb(74 4 78 / 0.3);
  }

  .sm\:text-fuchsia-950\/35{
    color: rgb(74 4 78 / 0.35);
  }

  .sm\:text-fuchsia-950\/40{
    color: rgb(74 4 78 / 0.4);
  }

  .sm\:text-fuchsia-950\/45{
    color: rgb(74 4 78 / 0.45);
  }

  .sm\:text-fuchsia-950\/5{
    color: rgb(74 4 78 / 0.05);
  }

  .sm\:text-fuchsia-950\/50{
    color: rgb(74 4 78 / 0.5);
  }

  .sm\:text-fuchsia-950\/55{
    color: rgb(74 4 78 / 0.55);
  }

  .sm\:text-fuchsia-950\/60{
    color: rgb(74 4 78 / 0.6);
  }

  .sm\:text-fuchsia-950\/65{
    color: rgb(74 4 78 / 0.65);
  }

  .sm\:text-fuchsia-950\/70{
    color: rgb(74 4 78 / 0.7);
  }

  .sm\:text-fuchsia-950\/75{
    color: rgb(74 4 78 / 0.75);
  }

  .sm\:text-fuchsia-950\/80{
    color: rgb(74 4 78 / 0.8);
  }

  .sm\:text-fuchsia-950\/85{
    color: rgb(74 4 78 / 0.85);
  }

  .sm\:text-fuchsia-950\/90{
    color: rgb(74 4 78 / 0.9);
  }

  .sm\:text-fuchsia-950\/95{
    color: rgb(74 4 78 / 0.95);
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-100\/0{
    color: rgb(243 244 246 / 0);
  }

  .sm\:text-gray-100\/10{
    color: rgb(243 244 246 / 0.1);
  }

  .sm\:text-gray-100\/100{
    color: rgb(243 244 246 / 1);
  }

  .sm\:text-gray-100\/15{
    color: rgb(243 244 246 / 0.15);
  }

  .sm\:text-gray-100\/20{
    color: rgb(243 244 246 / 0.2);
  }

  .sm\:text-gray-100\/25{
    color: rgb(243 244 246 / 0.25);
  }

  .sm\:text-gray-100\/30{
    color: rgb(243 244 246 / 0.3);
  }

  .sm\:text-gray-100\/35{
    color: rgb(243 244 246 / 0.35);
  }

  .sm\:text-gray-100\/40{
    color: rgb(243 244 246 / 0.4);
  }

  .sm\:text-gray-100\/45{
    color: rgb(243 244 246 / 0.45);
  }

  .sm\:text-gray-100\/5{
    color: rgb(243 244 246 / 0.05);
  }

  .sm\:text-gray-100\/50{
    color: rgb(243 244 246 / 0.5);
  }

  .sm\:text-gray-100\/55{
    color: rgb(243 244 246 / 0.55);
  }

  .sm\:text-gray-100\/60{
    color: rgb(243 244 246 / 0.6);
  }

  .sm\:text-gray-100\/65{
    color: rgb(243 244 246 / 0.65);
  }

  .sm\:text-gray-100\/70{
    color: rgb(243 244 246 / 0.7);
  }

  .sm\:text-gray-100\/75{
    color: rgb(243 244 246 / 0.75);
  }

  .sm\:text-gray-100\/80{
    color: rgb(243 244 246 / 0.8);
  }

  .sm\:text-gray-100\/85{
    color: rgb(243 244 246 / 0.85);
  }

  .sm\:text-gray-100\/90{
    color: rgb(243 244 246 / 0.9);
  }

  .sm\:text-gray-100\/95{
    color: rgb(243 244 246 / 0.95);
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-200\/0{
    color: rgb(229 231 235 / 0);
  }

  .sm\:text-gray-200\/10{
    color: rgb(229 231 235 / 0.1);
  }

  .sm\:text-gray-200\/100{
    color: rgb(229 231 235 / 1);
  }

  .sm\:text-gray-200\/15{
    color: rgb(229 231 235 / 0.15);
  }

  .sm\:text-gray-200\/20{
    color: rgb(229 231 235 / 0.2);
  }

  .sm\:text-gray-200\/25{
    color: rgb(229 231 235 / 0.25);
  }

  .sm\:text-gray-200\/30{
    color: rgb(229 231 235 / 0.3);
  }

  .sm\:text-gray-200\/35{
    color: rgb(229 231 235 / 0.35);
  }

  .sm\:text-gray-200\/40{
    color: rgb(229 231 235 / 0.4);
  }

  .sm\:text-gray-200\/45{
    color: rgb(229 231 235 / 0.45);
  }

  .sm\:text-gray-200\/5{
    color: rgb(229 231 235 / 0.05);
  }

  .sm\:text-gray-200\/50{
    color: rgb(229 231 235 / 0.5);
  }

  .sm\:text-gray-200\/55{
    color: rgb(229 231 235 / 0.55);
  }

  .sm\:text-gray-200\/60{
    color: rgb(229 231 235 / 0.6);
  }

  .sm\:text-gray-200\/65{
    color: rgb(229 231 235 / 0.65);
  }

  .sm\:text-gray-200\/70{
    color: rgb(229 231 235 / 0.7);
  }

  .sm\:text-gray-200\/75{
    color: rgb(229 231 235 / 0.75);
  }

  .sm\:text-gray-200\/80{
    color: rgb(229 231 235 / 0.8);
  }

  .sm\:text-gray-200\/85{
    color: rgb(229 231 235 / 0.85);
  }

  .sm\:text-gray-200\/90{
    color: rgb(229 231 235 / 0.9);
  }

  .sm\:text-gray-200\/95{
    color: rgb(229 231 235 / 0.95);
  }

  .sm\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-300\/0{
    color: rgb(209 213 219 / 0);
  }

  .sm\:text-gray-300\/10{
    color: rgb(209 213 219 / 0.1);
  }

  .sm\:text-gray-300\/100{
    color: rgb(209 213 219 / 1);
  }

  .sm\:text-gray-300\/15{
    color: rgb(209 213 219 / 0.15);
  }

  .sm\:text-gray-300\/20{
    color: rgb(209 213 219 / 0.2);
  }

  .sm\:text-gray-300\/25{
    color: rgb(209 213 219 / 0.25);
  }

  .sm\:text-gray-300\/30{
    color: rgb(209 213 219 / 0.3);
  }

  .sm\:text-gray-300\/35{
    color: rgb(209 213 219 / 0.35);
  }

  .sm\:text-gray-300\/40{
    color: rgb(209 213 219 / 0.4);
  }

  .sm\:text-gray-300\/45{
    color: rgb(209 213 219 / 0.45);
  }

  .sm\:text-gray-300\/5{
    color: rgb(209 213 219 / 0.05);
  }

  .sm\:text-gray-300\/50{
    color: rgb(209 213 219 / 0.5);
  }

  .sm\:text-gray-300\/55{
    color: rgb(209 213 219 / 0.55);
  }

  .sm\:text-gray-300\/60{
    color: rgb(209 213 219 / 0.6);
  }

  .sm\:text-gray-300\/65{
    color: rgb(209 213 219 / 0.65);
  }

  .sm\:text-gray-300\/70{
    color: rgb(209 213 219 / 0.7);
  }

  .sm\:text-gray-300\/75{
    color: rgb(209 213 219 / 0.75);
  }

  .sm\:text-gray-300\/80{
    color: rgb(209 213 219 / 0.8);
  }

  .sm\:text-gray-300\/85{
    color: rgb(209 213 219 / 0.85);
  }

  .sm\:text-gray-300\/90{
    color: rgb(209 213 219 / 0.9);
  }

  .sm\:text-gray-300\/95{
    color: rgb(209 213 219 / 0.95);
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-400\/0{
    color: rgb(156 163 175 / 0);
  }

  .sm\:text-gray-400\/10{
    color: rgb(156 163 175 / 0.1);
  }

  .sm\:text-gray-400\/100{
    color: rgb(156 163 175 / 1);
  }

  .sm\:text-gray-400\/15{
    color: rgb(156 163 175 / 0.15);
  }

  .sm\:text-gray-400\/20{
    color: rgb(156 163 175 / 0.2);
  }

  .sm\:text-gray-400\/25{
    color: rgb(156 163 175 / 0.25);
  }

  .sm\:text-gray-400\/30{
    color: rgb(156 163 175 / 0.3);
  }

  .sm\:text-gray-400\/35{
    color: rgb(156 163 175 / 0.35);
  }

  .sm\:text-gray-400\/40{
    color: rgb(156 163 175 / 0.4);
  }

  .sm\:text-gray-400\/45{
    color: rgb(156 163 175 / 0.45);
  }

  .sm\:text-gray-400\/5{
    color: rgb(156 163 175 / 0.05);
  }

  .sm\:text-gray-400\/50{
    color: rgb(156 163 175 / 0.5);
  }

  .sm\:text-gray-400\/55{
    color: rgb(156 163 175 / 0.55);
  }

  .sm\:text-gray-400\/60{
    color: rgb(156 163 175 / 0.6);
  }

  .sm\:text-gray-400\/65{
    color: rgb(156 163 175 / 0.65);
  }

  .sm\:text-gray-400\/70{
    color: rgb(156 163 175 / 0.7);
  }

  .sm\:text-gray-400\/75{
    color: rgb(156 163 175 / 0.75);
  }

  .sm\:text-gray-400\/80{
    color: rgb(156 163 175 / 0.8);
  }

  .sm\:text-gray-400\/85{
    color: rgb(156 163 175 / 0.85);
  }

  .sm\:text-gray-400\/90{
    color: rgb(156 163 175 / 0.9);
  }

  .sm\:text-gray-400\/95{
    color: rgb(156 163 175 / 0.95);
  }

  .sm\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-50\/0{
    color: rgb(249 250 251 / 0);
  }

  .sm\:text-gray-50\/10{
    color: rgb(249 250 251 / 0.1);
  }

  .sm\:text-gray-50\/100{
    color: rgb(249 250 251 / 1);
  }

  .sm\:text-gray-50\/15{
    color: rgb(249 250 251 / 0.15);
  }

  .sm\:text-gray-50\/20{
    color: rgb(249 250 251 / 0.2);
  }

  .sm\:text-gray-50\/25{
    color: rgb(249 250 251 / 0.25);
  }

  .sm\:text-gray-50\/30{
    color: rgb(249 250 251 / 0.3);
  }

  .sm\:text-gray-50\/35{
    color: rgb(249 250 251 / 0.35);
  }

  .sm\:text-gray-50\/40{
    color: rgb(249 250 251 / 0.4);
  }

  .sm\:text-gray-50\/45{
    color: rgb(249 250 251 / 0.45);
  }

  .sm\:text-gray-50\/5{
    color: rgb(249 250 251 / 0.05);
  }

  .sm\:text-gray-50\/50{
    color: rgb(249 250 251 / 0.5);
  }

  .sm\:text-gray-50\/55{
    color: rgb(249 250 251 / 0.55);
  }

  .sm\:text-gray-50\/60{
    color: rgb(249 250 251 / 0.6);
  }

  .sm\:text-gray-50\/65{
    color: rgb(249 250 251 / 0.65);
  }

  .sm\:text-gray-50\/70{
    color: rgb(249 250 251 / 0.7);
  }

  .sm\:text-gray-50\/75{
    color: rgb(249 250 251 / 0.75);
  }

  .sm\:text-gray-50\/80{
    color: rgb(249 250 251 / 0.8);
  }

  .sm\:text-gray-50\/85{
    color: rgb(249 250 251 / 0.85);
  }

  .sm\:text-gray-50\/90{
    color: rgb(249 250 251 / 0.9);
  }

  .sm\:text-gray-50\/95{
    color: rgb(249 250 251 / 0.95);
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-500\/0{
    color: rgb(107 114 128 / 0);
  }

  .sm\:text-gray-500\/10{
    color: rgb(107 114 128 / 0.1);
  }

  .sm\:text-gray-500\/100{
    color: rgb(107 114 128 / 1);
  }

  .sm\:text-gray-500\/15{
    color: rgb(107 114 128 / 0.15);
  }

  .sm\:text-gray-500\/20{
    color: rgb(107 114 128 / 0.2);
  }

  .sm\:text-gray-500\/25{
    color: rgb(107 114 128 / 0.25);
  }

  .sm\:text-gray-500\/30{
    color: rgb(107 114 128 / 0.3);
  }

  .sm\:text-gray-500\/35{
    color: rgb(107 114 128 / 0.35);
  }

  .sm\:text-gray-500\/40{
    color: rgb(107 114 128 / 0.4);
  }

  .sm\:text-gray-500\/45{
    color: rgb(107 114 128 / 0.45);
  }

  .sm\:text-gray-500\/5{
    color: rgb(107 114 128 / 0.05);
  }

  .sm\:text-gray-500\/50{
    color: rgb(107 114 128 / 0.5);
  }

  .sm\:text-gray-500\/55{
    color: rgb(107 114 128 / 0.55);
  }

  .sm\:text-gray-500\/60{
    color: rgb(107 114 128 / 0.6);
  }

  .sm\:text-gray-500\/65{
    color: rgb(107 114 128 / 0.65);
  }

  .sm\:text-gray-500\/70{
    color: rgb(107 114 128 / 0.7);
  }

  .sm\:text-gray-500\/75{
    color: rgb(107 114 128 / 0.75);
  }

  .sm\:text-gray-500\/80{
    color: rgb(107 114 128 / 0.8);
  }

  .sm\:text-gray-500\/85{
    color: rgb(107 114 128 / 0.85);
  }

  .sm\:text-gray-500\/90{
    color: rgb(107 114 128 / 0.9);
  }

  .sm\:text-gray-500\/95{
    color: rgb(107 114 128 / 0.95);
  }

  .sm\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-600\/0{
    color: rgb(75 85 99 / 0);
  }

  .sm\:text-gray-600\/10{
    color: rgb(75 85 99 / 0.1);
  }

  .sm\:text-gray-600\/100{
    color: rgb(75 85 99 / 1);
  }

  .sm\:text-gray-600\/15{
    color: rgb(75 85 99 / 0.15);
  }

  .sm\:text-gray-600\/20{
    color: rgb(75 85 99 / 0.2);
  }

  .sm\:text-gray-600\/25{
    color: rgb(75 85 99 / 0.25);
  }

  .sm\:text-gray-600\/30{
    color: rgb(75 85 99 / 0.3);
  }

  .sm\:text-gray-600\/35{
    color: rgb(75 85 99 / 0.35);
  }

  .sm\:text-gray-600\/40{
    color: rgb(75 85 99 / 0.4);
  }

  .sm\:text-gray-600\/45{
    color: rgb(75 85 99 / 0.45);
  }

  .sm\:text-gray-600\/5{
    color: rgb(75 85 99 / 0.05);
  }

  .sm\:text-gray-600\/50{
    color: rgb(75 85 99 / 0.5);
  }

  .sm\:text-gray-600\/55{
    color: rgb(75 85 99 / 0.55);
  }

  .sm\:text-gray-600\/60{
    color: rgb(75 85 99 / 0.6);
  }

  .sm\:text-gray-600\/65{
    color: rgb(75 85 99 / 0.65);
  }

  .sm\:text-gray-600\/70{
    color: rgb(75 85 99 / 0.7);
  }

  .sm\:text-gray-600\/75{
    color: rgb(75 85 99 / 0.75);
  }

  .sm\:text-gray-600\/80{
    color: rgb(75 85 99 / 0.8);
  }

  .sm\:text-gray-600\/85{
    color: rgb(75 85 99 / 0.85);
  }

  .sm\:text-gray-600\/90{
    color: rgb(75 85 99 / 0.9);
  }

  .sm\:text-gray-600\/95{
    color: rgb(75 85 99 / 0.95);
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-700\/0{
    color: rgb(55 65 81 / 0);
  }

  .sm\:text-gray-700\/10{
    color: rgb(55 65 81 / 0.1);
  }

  .sm\:text-gray-700\/100{
    color: rgb(55 65 81 / 1);
  }

  .sm\:text-gray-700\/15{
    color: rgb(55 65 81 / 0.15);
  }

  .sm\:text-gray-700\/20{
    color: rgb(55 65 81 / 0.2);
  }

  .sm\:text-gray-700\/25{
    color: rgb(55 65 81 / 0.25);
  }

  .sm\:text-gray-700\/30{
    color: rgb(55 65 81 / 0.3);
  }

  .sm\:text-gray-700\/35{
    color: rgb(55 65 81 / 0.35);
  }

  .sm\:text-gray-700\/40{
    color: rgb(55 65 81 / 0.4);
  }

  .sm\:text-gray-700\/45{
    color: rgb(55 65 81 / 0.45);
  }

  .sm\:text-gray-700\/5{
    color: rgb(55 65 81 / 0.05);
  }

  .sm\:text-gray-700\/50{
    color: rgb(55 65 81 / 0.5);
  }

  .sm\:text-gray-700\/55{
    color: rgb(55 65 81 / 0.55);
  }

  .sm\:text-gray-700\/60{
    color: rgb(55 65 81 / 0.6);
  }

  .sm\:text-gray-700\/65{
    color: rgb(55 65 81 / 0.65);
  }

  .sm\:text-gray-700\/70{
    color: rgb(55 65 81 / 0.7);
  }

  .sm\:text-gray-700\/75{
    color: rgb(55 65 81 / 0.75);
  }

  .sm\:text-gray-700\/80{
    color: rgb(55 65 81 / 0.8);
  }

  .sm\:text-gray-700\/85{
    color: rgb(55 65 81 / 0.85);
  }

  .sm\:text-gray-700\/90{
    color: rgb(55 65 81 / 0.9);
  }

  .sm\:text-gray-700\/95{
    color: rgb(55 65 81 / 0.95);
  }

  .sm\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-800\/0{
    color: rgb(31 41 55 / 0);
  }

  .sm\:text-gray-800\/10{
    color: rgb(31 41 55 / 0.1);
  }

  .sm\:text-gray-800\/100{
    color: rgb(31 41 55 / 1);
  }

  .sm\:text-gray-800\/15{
    color: rgb(31 41 55 / 0.15);
  }

  .sm\:text-gray-800\/20{
    color: rgb(31 41 55 / 0.2);
  }

  .sm\:text-gray-800\/25{
    color: rgb(31 41 55 / 0.25);
  }

  .sm\:text-gray-800\/30{
    color: rgb(31 41 55 / 0.3);
  }

  .sm\:text-gray-800\/35{
    color: rgb(31 41 55 / 0.35);
  }

  .sm\:text-gray-800\/40{
    color: rgb(31 41 55 / 0.4);
  }

  .sm\:text-gray-800\/45{
    color: rgb(31 41 55 / 0.45);
  }

  .sm\:text-gray-800\/5{
    color: rgb(31 41 55 / 0.05);
  }

  .sm\:text-gray-800\/50{
    color: rgb(31 41 55 / 0.5);
  }

  .sm\:text-gray-800\/55{
    color: rgb(31 41 55 / 0.55);
  }

  .sm\:text-gray-800\/60{
    color: rgb(31 41 55 / 0.6);
  }

  .sm\:text-gray-800\/65{
    color: rgb(31 41 55 / 0.65);
  }

  .sm\:text-gray-800\/70{
    color: rgb(31 41 55 / 0.7);
  }

  .sm\:text-gray-800\/75{
    color: rgb(31 41 55 / 0.75);
  }

  .sm\:text-gray-800\/80{
    color: rgb(31 41 55 / 0.8);
  }

  .sm\:text-gray-800\/85{
    color: rgb(31 41 55 / 0.85);
  }

  .sm\:text-gray-800\/90{
    color: rgb(31 41 55 / 0.9);
  }

  .sm\:text-gray-800\/95{
    color: rgb(31 41 55 / 0.95);
  }

  .sm\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-900\/0{
    color: rgb(17 24 39 / 0);
  }

  .sm\:text-gray-900\/10{
    color: rgb(17 24 39 / 0.1);
  }

  .sm\:text-gray-900\/100{
    color: rgb(17 24 39 / 1);
  }

  .sm\:text-gray-900\/15{
    color: rgb(17 24 39 / 0.15);
  }

  .sm\:text-gray-900\/20{
    color: rgb(17 24 39 / 0.2);
  }

  .sm\:text-gray-900\/25{
    color: rgb(17 24 39 / 0.25);
  }

  .sm\:text-gray-900\/30{
    color: rgb(17 24 39 / 0.3);
  }

  .sm\:text-gray-900\/35{
    color: rgb(17 24 39 / 0.35);
  }

  .sm\:text-gray-900\/40{
    color: rgb(17 24 39 / 0.4);
  }

  .sm\:text-gray-900\/45{
    color: rgb(17 24 39 / 0.45);
  }

  .sm\:text-gray-900\/5{
    color: rgb(17 24 39 / 0.05);
  }

  .sm\:text-gray-900\/50{
    color: rgb(17 24 39 / 0.5);
  }

  .sm\:text-gray-900\/55{
    color: rgb(17 24 39 / 0.55);
  }

  .sm\:text-gray-900\/60{
    color: rgb(17 24 39 / 0.6);
  }

  .sm\:text-gray-900\/65{
    color: rgb(17 24 39 / 0.65);
  }

  .sm\:text-gray-900\/70{
    color: rgb(17 24 39 / 0.7);
  }

  .sm\:text-gray-900\/75{
    color: rgb(17 24 39 / 0.75);
  }

  .sm\:text-gray-900\/80{
    color: rgb(17 24 39 / 0.8);
  }

  .sm\:text-gray-900\/85{
    color: rgb(17 24 39 / 0.85);
  }

  .sm\:text-gray-900\/90{
    color: rgb(17 24 39 / 0.9);
  }

  .sm\:text-gray-900\/95{
    color: rgb(17 24 39 / 0.95);
  }

  .sm\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }

  .sm\:text-gray-950\/0{
    color: rgb(3 7 18 / 0);
  }

  .sm\:text-gray-950\/10{
    color: rgb(3 7 18 / 0.1);
  }

  .sm\:text-gray-950\/100{
    color: rgb(3 7 18 / 1);
  }

  .sm\:text-gray-950\/15{
    color: rgb(3 7 18 / 0.15);
  }

  .sm\:text-gray-950\/20{
    color: rgb(3 7 18 / 0.2);
  }

  .sm\:text-gray-950\/25{
    color: rgb(3 7 18 / 0.25);
  }

  .sm\:text-gray-950\/30{
    color: rgb(3 7 18 / 0.3);
  }

  .sm\:text-gray-950\/35{
    color: rgb(3 7 18 / 0.35);
  }

  .sm\:text-gray-950\/40{
    color: rgb(3 7 18 / 0.4);
  }

  .sm\:text-gray-950\/45{
    color: rgb(3 7 18 / 0.45);
  }

  .sm\:text-gray-950\/5{
    color: rgb(3 7 18 / 0.05);
  }

  .sm\:text-gray-950\/50{
    color: rgb(3 7 18 / 0.5);
  }

  .sm\:text-gray-950\/55{
    color: rgb(3 7 18 / 0.55);
  }

  .sm\:text-gray-950\/60{
    color: rgb(3 7 18 / 0.6);
  }

  .sm\:text-gray-950\/65{
    color: rgb(3 7 18 / 0.65);
  }

  .sm\:text-gray-950\/70{
    color: rgb(3 7 18 / 0.7);
  }

  .sm\:text-gray-950\/75{
    color: rgb(3 7 18 / 0.75);
  }

  .sm\:text-gray-950\/80{
    color: rgb(3 7 18 / 0.8);
  }

  .sm\:text-gray-950\/85{
    color: rgb(3 7 18 / 0.85);
  }

  .sm\:text-gray-950\/90{
    color: rgb(3 7 18 / 0.9);
  }

  .sm\:text-gray-950\/95{
    color: rgb(3 7 18 / 0.95);
  }

  .sm\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-100\/0{
    color: rgb(220 252 231 / 0);
  }

  .sm\:text-green-100\/10{
    color: rgb(220 252 231 / 0.1);
  }

  .sm\:text-green-100\/100{
    color: rgb(220 252 231 / 1);
  }

  .sm\:text-green-100\/15{
    color: rgb(220 252 231 / 0.15);
  }

  .sm\:text-green-100\/20{
    color: rgb(220 252 231 / 0.2);
  }

  .sm\:text-green-100\/25{
    color: rgb(220 252 231 / 0.25);
  }

  .sm\:text-green-100\/30{
    color: rgb(220 252 231 / 0.3);
  }

  .sm\:text-green-100\/35{
    color: rgb(220 252 231 / 0.35);
  }

  .sm\:text-green-100\/40{
    color: rgb(220 252 231 / 0.4);
  }

  .sm\:text-green-100\/45{
    color: rgb(220 252 231 / 0.45);
  }

  .sm\:text-green-100\/5{
    color: rgb(220 252 231 / 0.05);
  }

  .sm\:text-green-100\/50{
    color: rgb(220 252 231 / 0.5);
  }

  .sm\:text-green-100\/55{
    color: rgb(220 252 231 / 0.55);
  }

  .sm\:text-green-100\/60{
    color: rgb(220 252 231 / 0.6);
  }

  .sm\:text-green-100\/65{
    color: rgb(220 252 231 / 0.65);
  }

  .sm\:text-green-100\/70{
    color: rgb(220 252 231 / 0.7);
  }

  .sm\:text-green-100\/75{
    color: rgb(220 252 231 / 0.75);
  }

  .sm\:text-green-100\/80{
    color: rgb(220 252 231 / 0.8);
  }

  .sm\:text-green-100\/85{
    color: rgb(220 252 231 / 0.85);
  }

  .sm\:text-green-100\/90{
    color: rgb(220 252 231 / 0.9);
  }

  .sm\:text-green-100\/95{
    color: rgb(220 252 231 / 0.95);
  }

  .sm\:text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-200\/0{
    color: rgb(187 247 208 / 0);
  }

  .sm\:text-green-200\/10{
    color: rgb(187 247 208 / 0.1);
  }

  .sm\:text-green-200\/100{
    color: rgb(187 247 208 / 1);
  }

  .sm\:text-green-200\/15{
    color: rgb(187 247 208 / 0.15);
  }

  .sm\:text-green-200\/20{
    color: rgb(187 247 208 / 0.2);
  }

  .sm\:text-green-200\/25{
    color: rgb(187 247 208 / 0.25);
  }

  .sm\:text-green-200\/30{
    color: rgb(187 247 208 / 0.3);
  }

  .sm\:text-green-200\/35{
    color: rgb(187 247 208 / 0.35);
  }

  .sm\:text-green-200\/40{
    color: rgb(187 247 208 / 0.4);
  }

  .sm\:text-green-200\/45{
    color: rgb(187 247 208 / 0.45);
  }

  .sm\:text-green-200\/5{
    color: rgb(187 247 208 / 0.05);
  }

  .sm\:text-green-200\/50{
    color: rgb(187 247 208 / 0.5);
  }

  .sm\:text-green-200\/55{
    color: rgb(187 247 208 / 0.55);
  }

  .sm\:text-green-200\/60{
    color: rgb(187 247 208 / 0.6);
  }

  .sm\:text-green-200\/65{
    color: rgb(187 247 208 / 0.65);
  }

  .sm\:text-green-200\/70{
    color: rgb(187 247 208 / 0.7);
  }

  .sm\:text-green-200\/75{
    color: rgb(187 247 208 / 0.75);
  }

  .sm\:text-green-200\/80{
    color: rgb(187 247 208 / 0.8);
  }

  .sm\:text-green-200\/85{
    color: rgb(187 247 208 / 0.85);
  }

  .sm\:text-green-200\/90{
    color: rgb(187 247 208 / 0.9);
  }

  .sm\:text-green-200\/95{
    color: rgb(187 247 208 / 0.95);
  }

  .sm\:text-green-300{
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-300\/0{
    color: rgb(134 239 172 / 0);
  }

  .sm\:text-green-300\/10{
    color: rgb(134 239 172 / 0.1);
  }

  .sm\:text-green-300\/100{
    color: rgb(134 239 172 / 1);
  }

  .sm\:text-green-300\/15{
    color: rgb(134 239 172 / 0.15);
  }

  .sm\:text-green-300\/20{
    color: rgb(134 239 172 / 0.2);
  }

  .sm\:text-green-300\/25{
    color: rgb(134 239 172 / 0.25);
  }

  .sm\:text-green-300\/30{
    color: rgb(134 239 172 / 0.3);
  }

  .sm\:text-green-300\/35{
    color: rgb(134 239 172 / 0.35);
  }

  .sm\:text-green-300\/40{
    color: rgb(134 239 172 / 0.4);
  }

  .sm\:text-green-300\/45{
    color: rgb(134 239 172 / 0.45);
  }

  .sm\:text-green-300\/5{
    color: rgb(134 239 172 / 0.05);
  }

  .sm\:text-green-300\/50{
    color: rgb(134 239 172 / 0.5);
  }

  .sm\:text-green-300\/55{
    color: rgb(134 239 172 / 0.55);
  }

  .sm\:text-green-300\/60{
    color: rgb(134 239 172 / 0.6);
  }

  .sm\:text-green-300\/65{
    color: rgb(134 239 172 / 0.65);
  }

  .sm\:text-green-300\/70{
    color: rgb(134 239 172 / 0.7);
  }

  .sm\:text-green-300\/75{
    color: rgb(134 239 172 / 0.75);
  }

  .sm\:text-green-300\/80{
    color: rgb(134 239 172 / 0.8);
  }

  .sm\:text-green-300\/85{
    color: rgb(134 239 172 / 0.85);
  }

  .sm\:text-green-300\/90{
    color: rgb(134 239 172 / 0.9);
  }

  .sm\:text-green-300\/95{
    color: rgb(134 239 172 / 0.95);
  }

  .sm\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-400\/0{
    color: rgb(74 222 128 / 0);
  }

  .sm\:text-green-400\/10{
    color: rgb(74 222 128 / 0.1);
  }

  .sm\:text-green-400\/100{
    color: rgb(74 222 128 / 1);
  }

  .sm\:text-green-400\/15{
    color: rgb(74 222 128 / 0.15);
  }

  .sm\:text-green-400\/20{
    color: rgb(74 222 128 / 0.2);
  }

  .sm\:text-green-400\/25{
    color: rgb(74 222 128 / 0.25);
  }

  .sm\:text-green-400\/30{
    color: rgb(74 222 128 / 0.3);
  }

  .sm\:text-green-400\/35{
    color: rgb(74 222 128 / 0.35);
  }

  .sm\:text-green-400\/40{
    color: rgb(74 222 128 / 0.4);
  }

  .sm\:text-green-400\/45{
    color: rgb(74 222 128 / 0.45);
  }

  .sm\:text-green-400\/5{
    color: rgb(74 222 128 / 0.05);
  }

  .sm\:text-green-400\/50{
    color: rgb(74 222 128 / 0.5);
  }

  .sm\:text-green-400\/55{
    color: rgb(74 222 128 / 0.55);
  }

  .sm\:text-green-400\/60{
    color: rgb(74 222 128 / 0.6);
  }

  .sm\:text-green-400\/65{
    color: rgb(74 222 128 / 0.65);
  }

  .sm\:text-green-400\/70{
    color: rgb(74 222 128 / 0.7);
  }

  .sm\:text-green-400\/75{
    color: rgb(74 222 128 / 0.75);
  }

  .sm\:text-green-400\/80{
    color: rgb(74 222 128 / 0.8);
  }

  .sm\:text-green-400\/85{
    color: rgb(74 222 128 / 0.85);
  }

  .sm\:text-green-400\/90{
    color: rgb(74 222 128 / 0.9);
  }

  .sm\:text-green-400\/95{
    color: rgb(74 222 128 / 0.95);
  }

  .sm\:text-green-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-50\/0{
    color: rgb(240 253 244 / 0);
  }

  .sm\:text-green-50\/10{
    color: rgb(240 253 244 / 0.1);
  }

  .sm\:text-green-50\/100{
    color: rgb(240 253 244 / 1);
  }

  .sm\:text-green-50\/15{
    color: rgb(240 253 244 / 0.15);
  }

  .sm\:text-green-50\/20{
    color: rgb(240 253 244 / 0.2);
  }

  .sm\:text-green-50\/25{
    color: rgb(240 253 244 / 0.25);
  }

  .sm\:text-green-50\/30{
    color: rgb(240 253 244 / 0.3);
  }

  .sm\:text-green-50\/35{
    color: rgb(240 253 244 / 0.35);
  }

  .sm\:text-green-50\/40{
    color: rgb(240 253 244 / 0.4);
  }

  .sm\:text-green-50\/45{
    color: rgb(240 253 244 / 0.45);
  }

  .sm\:text-green-50\/5{
    color: rgb(240 253 244 / 0.05);
  }

  .sm\:text-green-50\/50{
    color: rgb(240 253 244 / 0.5);
  }

  .sm\:text-green-50\/55{
    color: rgb(240 253 244 / 0.55);
  }

  .sm\:text-green-50\/60{
    color: rgb(240 253 244 / 0.6);
  }

  .sm\:text-green-50\/65{
    color: rgb(240 253 244 / 0.65);
  }

  .sm\:text-green-50\/70{
    color: rgb(240 253 244 / 0.7);
  }

  .sm\:text-green-50\/75{
    color: rgb(240 253 244 / 0.75);
  }

  .sm\:text-green-50\/80{
    color: rgb(240 253 244 / 0.8);
  }

  .sm\:text-green-50\/85{
    color: rgb(240 253 244 / 0.85);
  }

  .sm\:text-green-50\/90{
    color: rgb(240 253 244 / 0.9);
  }

  .sm\:text-green-50\/95{
    color: rgb(240 253 244 / 0.95);
  }

  .sm\:text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-500\/0{
    color: rgb(34 197 94 / 0);
  }

  .sm\:text-green-500\/10{
    color: rgb(34 197 94 / 0.1);
  }

  .sm\:text-green-500\/100{
    color: rgb(34 197 94 / 1);
  }

  .sm\:text-green-500\/15{
    color: rgb(34 197 94 / 0.15);
  }

  .sm\:text-green-500\/20{
    color: rgb(34 197 94 / 0.2);
  }

  .sm\:text-green-500\/25{
    color: rgb(34 197 94 / 0.25);
  }

  .sm\:text-green-500\/30{
    color: rgb(34 197 94 / 0.3);
  }

  .sm\:text-green-500\/35{
    color: rgb(34 197 94 / 0.35);
  }

  .sm\:text-green-500\/40{
    color: rgb(34 197 94 / 0.4);
  }

  .sm\:text-green-500\/45{
    color: rgb(34 197 94 / 0.45);
  }

  .sm\:text-green-500\/5{
    color: rgb(34 197 94 / 0.05);
  }

  .sm\:text-green-500\/50{
    color: rgb(34 197 94 / 0.5);
  }

  .sm\:text-green-500\/55{
    color: rgb(34 197 94 / 0.55);
  }

  .sm\:text-green-500\/60{
    color: rgb(34 197 94 / 0.6);
  }

  .sm\:text-green-500\/65{
    color: rgb(34 197 94 / 0.65);
  }

  .sm\:text-green-500\/70{
    color: rgb(34 197 94 / 0.7);
  }

  .sm\:text-green-500\/75{
    color: rgb(34 197 94 / 0.75);
  }

  .sm\:text-green-500\/80{
    color: rgb(34 197 94 / 0.8);
  }

  .sm\:text-green-500\/85{
    color: rgb(34 197 94 / 0.85);
  }

  .sm\:text-green-500\/90{
    color: rgb(34 197 94 / 0.9);
  }

  .sm\:text-green-500\/95{
    color: rgb(34 197 94 / 0.95);
  }

  .sm\:text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-600\/0{
    color: rgb(22 163 74 / 0);
  }

  .sm\:text-green-600\/10{
    color: rgb(22 163 74 / 0.1);
  }

  .sm\:text-green-600\/100{
    color: rgb(22 163 74 / 1);
  }

  .sm\:text-green-600\/15{
    color: rgb(22 163 74 / 0.15);
  }

  .sm\:text-green-600\/20{
    color: rgb(22 163 74 / 0.2);
  }

  .sm\:text-green-600\/25{
    color: rgb(22 163 74 / 0.25);
  }

  .sm\:text-green-600\/30{
    color: rgb(22 163 74 / 0.3);
  }

  .sm\:text-green-600\/35{
    color: rgb(22 163 74 / 0.35);
  }

  .sm\:text-green-600\/40{
    color: rgb(22 163 74 / 0.4);
  }

  .sm\:text-green-600\/45{
    color: rgb(22 163 74 / 0.45);
  }

  .sm\:text-green-600\/5{
    color: rgb(22 163 74 / 0.05);
  }

  .sm\:text-green-600\/50{
    color: rgb(22 163 74 / 0.5);
  }

  .sm\:text-green-600\/55{
    color: rgb(22 163 74 / 0.55);
  }

  .sm\:text-green-600\/60{
    color: rgb(22 163 74 / 0.6);
  }

  .sm\:text-green-600\/65{
    color: rgb(22 163 74 / 0.65);
  }

  .sm\:text-green-600\/70{
    color: rgb(22 163 74 / 0.7);
  }

  .sm\:text-green-600\/75{
    color: rgb(22 163 74 / 0.75);
  }

  .sm\:text-green-600\/80{
    color: rgb(22 163 74 / 0.8);
  }

  .sm\:text-green-600\/85{
    color: rgb(22 163 74 / 0.85);
  }

  .sm\:text-green-600\/90{
    color: rgb(22 163 74 / 0.9);
  }

  .sm\:text-green-600\/95{
    color: rgb(22 163 74 / 0.95);
  }

  .sm\:text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-700\/0{
    color: rgb(21 128 61 / 0);
  }

  .sm\:text-green-700\/10{
    color: rgb(21 128 61 / 0.1);
  }

  .sm\:text-green-700\/100{
    color: rgb(21 128 61 / 1);
  }

  .sm\:text-green-700\/15{
    color: rgb(21 128 61 / 0.15);
  }

  .sm\:text-green-700\/20{
    color: rgb(21 128 61 / 0.2);
  }

  .sm\:text-green-700\/25{
    color: rgb(21 128 61 / 0.25);
  }

  .sm\:text-green-700\/30{
    color: rgb(21 128 61 / 0.3);
  }

  .sm\:text-green-700\/35{
    color: rgb(21 128 61 / 0.35);
  }

  .sm\:text-green-700\/40{
    color: rgb(21 128 61 / 0.4);
  }

  .sm\:text-green-700\/45{
    color: rgb(21 128 61 / 0.45);
  }

  .sm\:text-green-700\/5{
    color: rgb(21 128 61 / 0.05);
  }

  .sm\:text-green-700\/50{
    color: rgb(21 128 61 / 0.5);
  }

  .sm\:text-green-700\/55{
    color: rgb(21 128 61 / 0.55);
  }

  .sm\:text-green-700\/60{
    color: rgb(21 128 61 / 0.6);
  }

  .sm\:text-green-700\/65{
    color: rgb(21 128 61 / 0.65);
  }

  .sm\:text-green-700\/70{
    color: rgb(21 128 61 / 0.7);
  }

  .sm\:text-green-700\/75{
    color: rgb(21 128 61 / 0.75);
  }

  .sm\:text-green-700\/80{
    color: rgb(21 128 61 / 0.8);
  }

  .sm\:text-green-700\/85{
    color: rgb(21 128 61 / 0.85);
  }

  .sm\:text-green-700\/90{
    color: rgb(21 128 61 / 0.9);
  }

  .sm\:text-green-700\/95{
    color: rgb(21 128 61 / 0.95);
  }

  .sm\:text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-800\/0{
    color: rgb(22 101 52 / 0);
  }

  .sm\:text-green-800\/10{
    color: rgb(22 101 52 / 0.1);
  }

  .sm\:text-green-800\/100{
    color: rgb(22 101 52 / 1);
  }

  .sm\:text-green-800\/15{
    color: rgb(22 101 52 / 0.15);
  }

  .sm\:text-green-800\/20{
    color: rgb(22 101 52 / 0.2);
  }

  .sm\:text-green-800\/25{
    color: rgb(22 101 52 / 0.25);
  }

  .sm\:text-green-800\/30{
    color: rgb(22 101 52 / 0.3);
  }

  .sm\:text-green-800\/35{
    color: rgb(22 101 52 / 0.35);
  }

  .sm\:text-green-800\/40{
    color: rgb(22 101 52 / 0.4);
  }

  .sm\:text-green-800\/45{
    color: rgb(22 101 52 / 0.45);
  }

  .sm\:text-green-800\/5{
    color: rgb(22 101 52 / 0.05);
  }

  .sm\:text-green-800\/50{
    color: rgb(22 101 52 / 0.5);
  }

  .sm\:text-green-800\/55{
    color: rgb(22 101 52 / 0.55);
  }

  .sm\:text-green-800\/60{
    color: rgb(22 101 52 / 0.6);
  }

  .sm\:text-green-800\/65{
    color: rgb(22 101 52 / 0.65);
  }

  .sm\:text-green-800\/70{
    color: rgb(22 101 52 / 0.7);
  }

  .sm\:text-green-800\/75{
    color: rgb(22 101 52 / 0.75);
  }

  .sm\:text-green-800\/80{
    color: rgb(22 101 52 / 0.8);
  }

  .sm\:text-green-800\/85{
    color: rgb(22 101 52 / 0.85);
  }

  .sm\:text-green-800\/90{
    color: rgb(22 101 52 / 0.9);
  }

  .sm\:text-green-800\/95{
    color: rgb(22 101 52 / 0.95);
  }

  .sm\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-900\/0{
    color: rgb(20 83 45 / 0);
  }

  .sm\:text-green-900\/10{
    color: rgb(20 83 45 / 0.1);
  }

  .sm\:text-green-900\/100{
    color: rgb(20 83 45 / 1);
  }

  .sm\:text-green-900\/15{
    color: rgb(20 83 45 / 0.15);
  }

  .sm\:text-green-900\/20{
    color: rgb(20 83 45 / 0.2);
  }

  .sm\:text-green-900\/25{
    color: rgb(20 83 45 / 0.25);
  }

  .sm\:text-green-900\/30{
    color: rgb(20 83 45 / 0.3);
  }

  .sm\:text-green-900\/35{
    color: rgb(20 83 45 / 0.35);
  }

  .sm\:text-green-900\/40{
    color: rgb(20 83 45 / 0.4);
  }

  .sm\:text-green-900\/45{
    color: rgb(20 83 45 / 0.45);
  }

  .sm\:text-green-900\/5{
    color: rgb(20 83 45 / 0.05);
  }

  .sm\:text-green-900\/50{
    color: rgb(20 83 45 / 0.5);
  }

  .sm\:text-green-900\/55{
    color: rgb(20 83 45 / 0.55);
  }

  .sm\:text-green-900\/60{
    color: rgb(20 83 45 / 0.6);
  }

  .sm\:text-green-900\/65{
    color: rgb(20 83 45 / 0.65);
  }

  .sm\:text-green-900\/70{
    color: rgb(20 83 45 / 0.7);
  }

  .sm\:text-green-900\/75{
    color: rgb(20 83 45 / 0.75);
  }

  .sm\:text-green-900\/80{
    color: rgb(20 83 45 / 0.8);
  }

  .sm\:text-green-900\/85{
    color: rgb(20 83 45 / 0.85);
  }

  .sm\:text-green-900\/90{
    color: rgb(20 83 45 / 0.9);
  }

  .sm\:text-green-900\/95{
    color: rgb(20 83 45 / 0.95);
  }

  .sm\:text-green-950{
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity, 1));
  }

  .sm\:text-green-950\/0{
    color: rgb(5 46 22 / 0);
  }

  .sm\:text-green-950\/10{
    color: rgb(5 46 22 / 0.1);
  }

  .sm\:text-green-950\/100{
    color: rgb(5 46 22 / 1);
  }

  .sm\:text-green-950\/15{
    color: rgb(5 46 22 / 0.15);
  }

  .sm\:text-green-950\/20{
    color: rgb(5 46 22 / 0.2);
  }

  .sm\:text-green-950\/25{
    color: rgb(5 46 22 / 0.25);
  }

  .sm\:text-green-950\/30{
    color: rgb(5 46 22 / 0.3);
  }

  .sm\:text-green-950\/35{
    color: rgb(5 46 22 / 0.35);
  }

  .sm\:text-green-950\/40{
    color: rgb(5 46 22 / 0.4);
  }

  .sm\:text-green-950\/45{
    color: rgb(5 46 22 / 0.45);
  }

  .sm\:text-green-950\/5{
    color: rgb(5 46 22 / 0.05);
  }

  .sm\:text-green-950\/50{
    color: rgb(5 46 22 / 0.5);
  }

  .sm\:text-green-950\/55{
    color: rgb(5 46 22 / 0.55);
  }

  .sm\:text-green-950\/60{
    color: rgb(5 46 22 / 0.6);
  }

  .sm\:text-green-950\/65{
    color: rgb(5 46 22 / 0.65);
  }

  .sm\:text-green-950\/70{
    color: rgb(5 46 22 / 0.7);
  }

  .sm\:text-green-950\/75{
    color: rgb(5 46 22 / 0.75);
  }

  .sm\:text-green-950\/80{
    color: rgb(5 46 22 / 0.8);
  }

  .sm\:text-green-950\/85{
    color: rgb(5 46 22 / 0.85);
  }

  .sm\:text-green-950\/90{
    color: rgb(5 46 22 / 0.9);
  }

  .sm\:text-green-950\/95{
    color: rgb(5 46 22 / 0.95);
  }

  .sm\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-100\/0{
    color: rgb(224 231 255 / 0);
  }

  .sm\:text-indigo-100\/10{
    color: rgb(224 231 255 / 0.1);
  }

  .sm\:text-indigo-100\/100{
    color: rgb(224 231 255 / 1);
  }

  .sm\:text-indigo-100\/15{
    color: rgb(224 231 255 / 0.15);
  }

  .sm\:text-indigo-100\/20{
    color: rgb(224 231 255 / 0.2);
  }

  .sm\:text-indigo-100\/25{
    color: rgb(224 231 255 / 0.25);
  }

  .sm\:text-indigo-100\/30{
    color: rgb(224 231 255 / 0.3);
  }

  .sm\:text-indigo-100\/35{
    color: rgb(224 231 255 / 0.35);
  }

  .sm\:text-indigo-100\/40{
    color: rgb(224 231 255 / 0.4);
  }

  .sm\:text-indigo-100\/45{
    color: rgb(224 231 255 / 0.45);
  }

  .sm\:text-indigo-100\/5{
    color: rgb(224 231 255 / 0.05);
  }

  .sm\:text-indigo-100\/50{
    color: rgb(224 231 255 / 0.5);
  }

  .sm\:text-indigo-100\/55{
    color: rgb(224 231 255 / 0.55);
  }

  .sm\:text-indigo-100\/60{
    color: rgb(224 231 255 / 0.6);
  }

  .sm\:text-indigo-100\/65{
    color: rgb(224 231 255 / 0.65);
  }

  .sm\:text-indigo-100\/70{
    color: rgb(224 231 255 / 0.7);
  }

  .sm\:text-indigo-100\/75{
    color: rgb(224 231 255 / 0.75);
  }

  .sm\:text-indigo-100\/80{
    color: rgb(224 231 255 / 0.8);
  }

  .sm\:text-indigo-100\/85{
    color: rgb(224 231 255 / 0.85);
  }

  .sm\:text-indigo-100\/90{
    color: rgb(224 231 255 / 0.9);
  }

  .sm\:text-indigo-100\/95{
    color: rgb(224 231 255 / 0.95);
  }

  .sm\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-200\/0{
    color: rgb(199 210 254 / 0);
  }

  .sm\:text-indigo-200\/10{
    color: rgb(199 210 254 / 0.1);
  }

  .sm\:text-indigo-200\/100{
    color: rgb(199 210 254 / 1);
  }

  .sm\:text-indigo-200\/15{
    color: rgb(199 210 254 / 0.15);
  }

  .sm\:text-indigo-200\/20{
    color: rgb(199 210 254 / 0.2);
  }

  .sm\:text-indigo-200\/25{
    color: rgb(199 210 254 / 0.25);
  }

  .sm\:text-indigo-200\/30{
    color: rgb(199 210 254 / 0.3);
  }

  .sm\:text-indigo-200\/35{
    color: rgb(199 210 254 / 0.35);
  }

  .sm\:text-indigo-200\/40{
    color: rgb(199 210 254 / 0.4);
  }

  .sm\:text-indigo-200\/45{
    color: rgb(199 210 254 / 0.45);
  }

  .sm\:text-indigo-200\/5{
    color: rgb(199 210 254 / 0.05);
  }

  .sm\:text-indigo-200\/50{
    color: rgb(199 210 254 / 0.5);
  }

  .sm\:text-indigo-200\/55{
    color: rgb(199 210 254 / 0.55);
  }

  .sm\:text-indigo-200\/60{
    color: rgb(199 210 254 / 0.6);
  }

  .sm\:text-indigo-200\/65{
    color: rgb(199 210 254 / 0.65);
  }

  .sm\:text-indigo-200\/70{
    color: rgb(199 210 254 / 0.7);
  }

  .sm\:text-indigo-200\/75{
    color: rgb(199 210 254 / 0.75);
  }

  .sm\:text-indigo-200\/80{
    color: rgb(199 210 254 / 0.8);
  }

  .sm\:text-indigo-200\/85{
    color: rgb(199 210 254 / 0.85);
  }

  .sm\:text-indigo-200\/90{
    color: rgb(199 210 254 / 0.9);
  }

  .sm\:text-indigo-200\/95{
    color: rgb(199 210 254 / 0.95);
  }

  .sm\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-300\/0{
    color: rgb(165 180 252 / 0);
  }

  .sm\:text-indigo-300\/10{
    color: rgb(165 180 252 / 0.1);
  }

  .sm\:text-indigo-300\/100{
    color: rgb(165 180 252 / 1);
  }

  .sm\:text-indigo-300\/15{
    color: rgb(165 180 252 / 0.15);
  }

  .sm\:text-indigo-300\/20{
    color: rgb(165 180 252 / 0.2);
  }

  .sm\:text-indigo-300\/25{
    color: rgb(165 180 252 / 0.25);
  }

  .sm\:text-indigo-300\/30{
    color: rgb(165 180 252 / 0.3);
  }

  .sm\:text-indigo-300\/35{
    color: rgb(165 180 252 / 0.35);
  }

  .sm\:text-indigo-300\/40{
    color: rgb(165 180 252 / 0.4);
  }

  .sm\:text-indigo-300\/45{
    color: rgb(165 180 252 / 0.45);
  }

  .sm\:text-indigo-300\/5{
    color: rgb(165 180 252 / 0.05);
  }

  .sm\:text-indigo-300\/50{
    color: rgb(165 180 252 / 0.5);
  }

  .sm\:text-indigo-300\/55{
    color: rgb(165 180 252 / 0.55);
  }

  .sm\:text-indigo-300\/60{
    color: rgb(165 180 252 / 0.6);
  }

  .sm\:text-indigo-300\/65{
    color: rgb(165 180 252 / 0.65);
  }

  .sm\:text-indigo-300\/70{
    color: rgb(165 180 252 / 0.7);
  }

  .sm\:text-indigo-300\/75{
    color: rgb(165 180 252 / 0.75);
  }

  .sm\:text-indigo-300\/80{
    color: rgb(165 180 252 / 0.8);
  }

  .sm\:text-indigo-300\/85{
    color: rgb(165 180 252 / 0.85);
  }

  .sm\:text-indigo-300\/90{
    color: rgb(165 180 252 / 0.9);
  }

  .sm\:text-indigo-300\/95{
    color: rgb(165 180 252 / 0.95);
  }

  .sm\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-400\/0{
    color: rgb(129 140 248 / 0);
  }

  .sm\:text-indigo-400\/10{
    color: rgb(129 140 248 / 0.1);
  }

  .sm\:text-indigo-400\/100{
    color: rgb(129 140 248 / 1);
  }

  .sm\:text-indigo-400\/15{
    color: rgb(129 140 248 / 0.15);
  }

  .sm\:text-indigo-400\/20{
    color: rgb(129 140 248 / 0.2);
  }

  .sm\:text-indigo-400\/25{
    color: rgb(129 140 248 / 0.25);
  }

  .sm\:text-indigo-400\/30{
    color: rgb(129 140 248 / 0.3);
  }

  .sm\:text-indigo-400\/35{
    color: rgb(129 140 248 / 0.35);
  }

  .sm\:text-indigo-400\/40{
    color: rgb(129 140 248 / 0.4);
  }

  .sm\:text-indigo-400\/45{
    color: rgb(129 140 248 / 0.45);
  }

  .sm\:text-indigo-400\/5{
    color: rgb(129 140 248 / 0.05);
  }

  .sm\:text-indigo-400\/50{
    color: rgb(129 140 248 / 0.5);
  }

  .sm\:text-indigo-400\/55{
    color: rgb(129 140 248 / 0.55);
  }

  .sm\:text-indigo-400\/60{
    color: rgb(129 140 248 / 0.6);
  }

  .sm\:text-indigo-400\/65{
    color: rgb(129 140 248 / 0.65);
  }

  .sm\:text-indigo-400\/70{
    color: rgb(129 140 248 / 0.7);
  }

  .sm\:text-indigo-400\/75{
    color: rgb(129 140 248 / 0.75);
  }

  .sm\:text-indigo-400\/80{
    color: rgb(129 140 248 / 0.8);
  }

  .sm\:text-indigo-400\/85{
    color: rgb(129 140 248 / 0.85);
  }

  .sm\:text-indigo-400\/90{
    color: rgb(129 140 248 / 0.9);
  }

  .sm\:text-indigo-400\/95{
    color: rgb(129 140 248 / 0.95);
  }

  .sm\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-50\/0{
    color: rgb(238 242 255 / 0);
  }

  .sm\:text-indigo-50\/10{
    color: rgb(238 242 255 / 0.1);
  }

  .sm\:text-indigo-50\/100{
    color: rgb(238 242 255 / 1);
  }

  .sm\:text-indigo-50\/15{
    color: rgb(238 242 255 / 0.15);
  }

  .sm\:text-indigo-50\/20{
    color: rgb(238 242 255 / 0.2);
  }

  .sm\:text-indigo-50\/25{
    color: rgb(238 242 255 / 0.25);
  }

  .sm\:text-indigo-50\/30{
    color: rgb(238 242 255 / 0.3);
  }

  .sm\:text-indigo-50\/35{
    color: rgb(238 242 255 / 0.35);
  }

  .sm\:text-indigo-50\/40{
    color: rgb(238 242 255 / 0.4);
  }

  .sm\:text-indigo-50\/45{
    color: rgb(238 242 255 / 0.45);
  }

  .sm\:text-indigo-50\/5{
    color: rgb(238 242 255 / 0.05);
  }

  .sm\:text-indigo-50\/50{
    color: rgb(238 242 255 / 0.5);
  }

  .sm\:text-indigo-50\/55{
    color: rgb(238 242 255 / 0.55);
  }

  .sm\:text-indigo-50\/60{
    color: rgb(238 242 255 / 0.6);
  }

  .sm\:text-indigo-50\/65{
    color: rgb(238 242 255 / 0.65);
  }

  .sm\:text-indigo-50\/70{
    color: rgb(238 242 255 / 0.7);
  }

  .sm\:text-indigo-50\/75{
    color: rgb(238 242 255 / 0.75);
  }

  .sm\:text-indigo-50\/80{
    color: rgb(238 242 255 / 0.8);
  }

  .sm\:text-indigo-50\/85{
    color: rgb(238 242 255 / 0.85);
  }

  .sm\:text-indigo-50\/90{
    color: rgb(238 242 255 / 0.9);
  }

  .sm\:text-indigo-50\/95{
    color: rgb(238 242 255 / 0.95);
  }

  .sm\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-500\/0{
    color: rgb(99 102 241 / 0);
  }

  .sm\:text-indigo-500\/10{
    color: rgb(99 102 241 / 0.1);
  }

  .sm\:text-indigo-500\/100{
    color: rgb(99 102 241 / 1);
  }

  .sm\:text-indigo-500\/15{
    color: rgb(99 102 241 / 0.15);
  }

  .sm\:text-indigo-500\/20{
    color: rgb(99 102 241 / 0.2);
  }

  .sm\:text-indigo-500\/25{
    color: rgb(99 102 241 / 0.25);
  }

  .sm\:text-indigo-500\/30{
    color: rgb(99 102 241 / 0.3);
  }

  .sm\:text-indigo-500\/35{
    color: rgb(99 102 241 / 0.35);
  }

  .sm\:text-indigo-500\/40{
    color: rgb(99 102 241 / 0.4);
  }

  .sm\:text-indigo-500\/45{
    color: rgb(99 102 241 / 0.45);
  }

  .sm\:text-indigo-500\/5{
    color: rgb(99 102 241 / 0.05);
  }

  .sm\:text-indigo-500\/50{
    color: rgb(99 102 241 / 0.5);
  }

  .sm\:text-indigo-500\/55{
    color: rgb(99 102 241 / 0.55);
  }

  .sm\:text-indigo-500\/60{
    color: rgb(99 102 241 / 0.6);
  }

  .sm\:text-indigo-500\/65{
    color: rgb(99 102 241 / 0.65);
  }

  .sm\:text-indigo-500\/70{
    color: rgb(99 102 241 / 0.7);
  }

  .sm\:text-indigo-500\/75{
    color: rgb(99 102 241 / 0.75);
  }

  .sm\:text-indigo-500\/80{
    color: rgb(99 102 241 / 0.8);
  }

  .sm\:text-indigo-500\/85{
    color: rgb(99 102 241 / 0.85);
  }

  .sm\:text-indigo-500\/90{
    color: rgb(99 102 241 / 0.9);
  }

  .sm\:text-indigo-500\/95{
    color: rgb(99 102 241 / 0.95);
  }

  .sm\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-600\/0{
    color: rgb(79 70 229 / 0);
  }

  .sm\:text-indigo-600\/10{
    color: rgb(79 70 229 / 0.1);
  }

  .sm\:text-indigo-600\/100{
    color: rgb(79 70 229 / 1);
  }

  .sm\:text-indigo-600\/15{
    color: rgb(79 70 229 / 0.15);
  }

  .sm\:text-indigo-600\/20{
    color: rgb(79 70 229 / 0.2);
  }

  .sm\:text-indigo-600\/25{
    color: rgb(79 70 229 / 0.25);
  }

  .sm\:text-indigo-600\/30{
    color: rgb(79 70 229 / 0.3);
  }

  .sm\:text-indigo-600\/35{
    color: rgb(79 70 229 / 0.35);
  }

  .sm\:text-indigo-600\/40{
    color: rgb(79 70 229 / 0.4);
  }

  .sm\:text-indigo-600\/45{
    color: rgb(79 70 229 / 0.45);
  }

  .sm\:text-indigo-600\/5{
    color: rgb(79 70 229 / 0.05);
  }

  .sm\:text-indigo-600\/50{
    color: rgb(79 70 229 / 0.5);
  }

  .sm\:text-indigo-600\/55{
    color: rgb(79 70 229 / 0.55);
  }

  .sm\:text-indigo-600\/60{
    color: rgb(79 70 229 / 0.6);
  }

  .sm\:text-indigo-600\/65{
    color: rgb(79 70 229 / 0.65);
  }

  .sm\:text-indigo-600\/70{
    color: rgb(79 70 229 / 0.7);
  }

  .sm\:text-indigo-600\/75{
    color: rgb(79 70 229 / 0.75);
  }

  .sm\:text-indigo-600\/80{
    color: rgb(79 70 229 / 0.8);
  }

  .sm\:text-indigo-600\/85{
    color: rgb(79 70 229 / 0.85);
  }

  .sm\:text-indigo-600\/90{
    color: rgb(79 70 229 / 0.9);
  }

  .sm\:text-indigo-600\/95{
    color: rgb(79 70 229 / 0.95);
  }

  .sm\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-700\/0{
    color: rgb(67 56 202 / 0);
  }

  .sm\:text-indigo-700\/10{
    color: rgb(67 56 202 / 0.1);
  }

  .sm\:text-indigo-700\/100{
    color: rgb(67 56 202 / 1);
  }

  .sm\:text-indigo-700\/15{
    color: rgb(67 56 202 / 0.15);
  }

  .sm\:text-indigo-700\/20{
    color: rgb(67 56 202 / 0.2);
  }

  .sm\:text-indigo-700\/25{
    color: rgb(67 56 202 / 0.25);
  }

  .sm\:text-indigo-700\/30{
    color: rgb(67 56 202 / 0.3);
  }

  .sm\:text-indigo-700\/35{
    color: rgb(67 56 202 / 0.35);
  }

  .sm\:text-indigo-700\/40{
    color: rgb(67 56 202 / 0.4);
  }

  .sm\:text-indigo-700\/45{
    color: rgb(67 56 202 / 0.45);
  }

  .sm\:text-indigo-700\/5{
    color: rgb(67 56 202 / 0.05);
  }

  .sm\:text-indigo-700\/50{
    color: rgb(67 56 202 / 0.5);
  }

  .sm\:text-indigo-700\/55{
    color: rgb(67 56 202 / 0.55);
  }

  .sm\:text-indigo-700\/60{
    color: rgb(67 56 202 / 0.6);
  }

  .sm\:text-indigo-700\/65{
    color: rgb(67 56 202 / 0.65);
  }

  .sm\:text-indigo-700\/70{
    color: rgb(67 56 202 / 0.7);
  }

  .sm\:text-indigo-700\/75{
    color: rgb(67 56 202 / 0.75);
  }

  .sm\:text-indigo-700\/80{
    color: rgb(67 56 202 / 0.8);
  }

  .sm\:text-indigo-700\/85{
    color: rgb(67 56 202 / 0.85);
  }

  .sm\:text-indigo-700\/90{
    color: rgb(67 56 202 / 0.9);
  }

  .sm\:text-indigo-700\/95{
    color: rgb(67 56 202 / 0.95);
  }

  .sm\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-800\/0{
    color: rgb(55 48 163 / 0);
  }

  .sm\:text-indigo-800\/10{
    color: rgb(55 48 163 / 0.1);
  }

  .sm\:text-indigo-800\/100{
    color: rgb(55 48 163 / 1);
  }

  .sm\:text-indigo-800\/15{
    color: rgb(55 48 163 / 0.15);
  }

  .sm\:text-indigo-800\/20{
    color: rgb(55 48 163 / 0.2);
  }

  .sm\:text-indigo-800\/25{
    color: rgb(55 48 163 / 0.25);
  }

  .sm\:text-indigo-800\/30{
    color: rgb(55 48 163 / 0.3);
  }

  .sm\:text-indigo-800\/35{
    color: rgb(55 48 163 / 0.35);
  }

  .sm\:text-indigo-800\/40{
    color: rgb(55 48 163 / 0.4);
  }

  .sm\:text-indigo-800\/45{
    color: rgb(55 48 163 / 0.45);
  }

  .sm\:text-indigo-800\/5{
    color: rgb(55 48 163 / 0.05);
  }

  .sm\:text-indigo-800\/50{
    color: rgb(55 48 163 / 0.5);
  }

  .sm\:text-indigo-800\/55{
    color: rgb(55 48 163 / 0.55);
  }

  .sm\:text-indigo-800\/60{
    color: rgb(55 48 163 / 0.6);
  }

  .sm\:text-indigo-800\/65{
    color: rgb(55 48 163 / 0.65);
  }

  .sm\:text-indigo-800\/70{
    color: rgb(55 48 163 / 0.7);
  }

  .sm\:text-indigo-800\/75{
    color: rgb(55 48 163 / 0.75);
  }

  .sm\:text-indigo-800\/80{
    color: rgb(55 48 163 / 0.8);
  }

  .sm\:text-indigo-800\/85{
    color: rgb(55 48 163 / 0.85);
  }

  .sm\:text-indigo-800\/90{
    color: rgb(55 48 163 / 0.9);
  }

  .sm\:text-indigo-800\/95{
    color: rgb(55 48 163 / 0.95);
  }

  .sm\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-900\/0{
    color: rgb(49 46 129 / 0);
  }

  .sm\:text-indigo-900\/10{
    color: rgb(49 46 129 / 0.1);
  }

  .sm\:text-indigo-900\/100{
    color: rgb(49 46 129 / 1);
  }

  .sm\:text-indigo-900\/15{
    color: rgb(49 46 129 / 0.15);
  }

  .sm\:text-indigo-900\/20{
    color: rgb(49 46 129 / 0.2);
  }

  .sm\:text-indigo-900\/25{
    color: rgb(49 46 129 / 0.25);
  }

  .sm\:text-indigo-900\/30{
    color: rgb(49 46 129 / 0.3);
  }

  .sm\:text-indigo-900\/35{
    color: rgb(49 46 129 / 0.35);
  }

  .sm\:text-indigo-900\/40{
    color: rgb(49 46 129 / 0.4);
  }

  .sm\:text-indigo-900\/45{
    color: rgb(49 46 129 / 0.45);
  }

  .sm\:text-indigo-900\/5{
    color: rgb(49 46 129 / 0.05);
  }

  .sm\:text-indigo-900\/50{
    color: rgb(49 46 129 / 0.5);
  }

  .sm\:text-indigo-900\/55{
    color: rgb(49 46 129 / 0.55);
  }

  .sm\:text-indigo-900\/60{
    color: rgb(49 46 129 / 0.6);
  }

  .sm\:text-indigo-900\/65{
    color: rgb(49 46 129 / 0.65);
  }

  .sm\:text-indigo-900\/70{
    color: rgb(49 46 129 / 0.7);
  }

  .sm\:text-indigo-900\/75{
    color: rgb(49 46 129 / 0.75);
  }

  .sm\:text-indigo-900\/80{
    color: rgb(49 46 129 / 0.8);
  }

  .sm\:text-indigo-900\/85{
    color: rgb(49 46 129 / 0.85);
  }

  .sm\:text-indigo-900\/90{
    color: rgb(49 46 129 / 0.9);
  }

  .sm\:text-indigo-900\/95{
    color: rgb(49 46 129 / 0.95);
  }

  .sm\:text-indigo-950{
    --tw-text-opacity: 1;
    color: rgb(30 27 75 / var(--tw-text-opacity, 1));
  }

  .sm\:text-indigo-950\/0{
    color: rgb(30 27 75 / 0);
  }

  .sm\:text-indigo-950\/10{
    color: rgb(30 27 75 / 0.1);
  }

  .sm\:text-indigo-950\/100{
    color: rgb(30 27 75 / 1);
  }

  .sm\:text-indigo-950\/15{
    color: rgb(30 27 75 / 0.15);
  }

  .sm\:text-indigo-950\/20{
    color: rgb(30 27 75 / 0.2);
  }

  .sm\:text-indigo-950\/25{
    color: rgb(30 27 75 / 0.25);
  }

  .sm\:text-indigo-950\/30{
    color: rgb(30 27 75 / 0.3);
  }

  .sm\:text-indigo-950\/35{
    color: rgb(30 27 75 / 0.35);
  }

  .sm\:text-indigo-950\/40{
    color: rgb(30 27 75 / 0.4);
  }

  .sm\:text-indigo-950\/45{
    color: rgb(30 27 75 / 0.45);
  }

  .sm\:text-indigo-950\/5{
    color: rgb(30 27 75 / 0.05);
  }

  .sm\:text-indigo-950\/50{
    color: rgb(30 27 75 / 0.5);
  }

  .sm\:text-indigo-950\/55{
    color: rgb(30 27 75 / 0.55);
  }

  .sm\:text-indigo-950\/60{
    color: rgb(30 27 75 / 0.6);
  }

  .sm\:text-indigo-950\/65{
    color: rgb(30 27 75 / 0.65);
  }

  .sm\:text-indigo-950\/70{
    color: rgb(30 27 75 / 0.7);
  }

  .sm\:text-indigo-950\/75{
    color: rgb(30 27 75 / 0.75);
  }

  .sm\:text-indigo-950\/80{
    color: rgb(30 27 75 / 0.8);
  }

  .sm\:text-indigo-950\/85{
    color: rgb(30 27 75 / 0.85);
  }

  .sm\:text-indigo-950\/90{
    color: rgb(30 27 75 / 0.9);
  }

  .sm\:text-indigo-950\/95{
    color: rgb(30 27 75 / 0.95);
  }

  .sm\:text-inherit{
    color: inherit;
  }

  .sm\:text-lime-100{
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-100\/0{
    color: rgb(236 252 203 / 0);
  }

  .sm\:text-lime-100\/10{
    color: rgb(236 252 203 / 0.1);
  }

  .sm\:text-lime-100\/100{
    color: rgb(236 252 203 / 1);
  }

  .sm\:text-lime-100\/15{
    color: rgb(236 252 203 / 0.15);
  }

  .sm\:text-lime-100\/20{
    color: rgb(236 252 203 / 0.2);
  }

  .sm\:text-lime-100\/25{
    color: rgb(236 252 203 / 0.25);
  }

  .sm\:text-lime-100\/30{
    color: rgb(236 252 203 / 0.3);
  }

  .sm\:text-lime-100\/35{
    color: rgb(236 252 203 / 0.35);
  }

  .sm\:text-lime-100\/40{
    color: rgb(236 252 203 / 0.4);
  }

  .sm\:text-lime-100\/45{
    color: rgb(236 252 203 / 0.45);
  }

  .sm\:text-lime-100\/5{
    color: rgb(236 252 203 / 0.05);
  }

  .sm\:text-lime-100\/50{
    color: rgb(236 252 203 / 0.5);
  }

  .sm\:text-lime-100\/55{
    color: rgb(236 252 203 / 0.55);
  }

  .sm\:text-lime-100\/60{
    color: rgb(236 252 203 / 0.6);
  }

  .sm\:text-lime-100\/65{
    color: rgb(236 252 203 / 0.65);
  }

  .sm\:text-lime-100\/70{
    color: rgb(236 252 203 / 0.7);
  }

  .sm\:text-lime-100\/75{
    color: rgb(236 252 203 / 0.75);
  }

  .sm\:text-lime-100\/80{
    color: rgb(236 252 203 / 0.8);
  }

  .sm\:text-lime-100\/85{
    color: rgb(236 252 203 / 0.85);
  }

  .sm\:text-lime-100\/90{
    color: rgb(236 252 203 / 0.9);
  }

  .sm\:text-lime-100\/95{
    color: rgb(236 252 203 / 0.95);
  }

  .sm\:text-lime-200{
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-200\/0{
    color: rgb(217 249 157 / 0);
  }

  .sm\:text-lime-200\/10{
    color: rgb(217 249 157 / 0.1);
  }

  .sm\:text-lime-200\/100{
    color: rgb(217 249 157 / 1);
  }

  .sm\:text-lime-200\/15{
    color: rgb(217 249 157 / 0.15);
  }

  .sm\:text-lime-200\/20{
    color: rgb(217 249 157 / 0.2);
  }

  .sm\:text-lime-200\/25{
    color: rgb(217 249 157 / 0.25);
  }

  .sm\:text-lime-200\/30{
    color: rgb(217 249 157 / 0.3);
  }

  .sm\:text-lime-200\/35{
    color: rgb(217 249 157 / 0.35);
  }

  .sm\:text-lime-200\/40{
    color: rgb(217 249 157 / 0.4);
  }

  .sm\:text-lime-200\/45{
    color: rgb(217 249 157 / 0.45);
  }

  .sm\:text-lime-200\/5{
    color: rgb(217 249 157 / 0.05);
  }

  .sm\:text-lime-200\/50{
    color: rgb(217 249 157 / 0.5);
  }

  .sm\:text-lime-200\/55{
    color: rgb(217 249 157 / 0.55);
  }

  .sm\:text-lime-200\/60{
    color: rgb(217 249 157 / 0.6);
  }

  .sm\:text-lime-200\/65{
    color: rgb(217 249 157 / 0.65);
  }

  .sm\:text-lime-200\/70{
    color: rgb(217 249 157 / 0.7);
  }

  .sm\:text-lime-200\/75{
    color: rgb(217 249 157 / 0.75);
  }

  .sm\:text-lime-200\/80{
    color: rgb(217 249 157 / 0.8);
  }

  .sm\:text-lime-200\/85{
    color: rgb(217 249 157 / 0.85);
  }

  .sm\:text-lime-200\/90{
    color: rgb(217 249 157 / 0.9);
  }

  .sm\:text-lime-200\/95{
    color: rgb(217 249 157 / 0.95);
  }

  .sm\:text-lime-300{
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-300\/0{
    color: rgb(190 242 100 / 0);
  }

  .sm\:text-lime-300\/10{
    color: rgb(190 242 100 / 0.1);
  }

  .sm\:text-lime-300\/100{
    color: rgb(190 242 100 / 1);
  }

  .sm\:text-lime-300\/15{
    color: rgb(190 242 100 / 0.15);
  }

  .sm\:text-lime-300\/20{
    color: rgb(190 242 100 / 0.2);
  }

  .sm\:text-lime-300\/25{
    color: rgb(190 242 100 / 0.25);
  }

  .sm\:text-lime-300\/30{
    color: rgb(190 242 100 / 0.3);
  }

  .sm\:text-lime-300\/35{
    color: rgb(190 242 100 / 0.35);
  }

  .sm\:text-lime-300\/40{
    color: rgb(190 242 100 / 0.4);
  }

  .sm\:text-lime-300\/45{
    color: rgb(190 242 100 / 0.45);
  }

  .sm\:text-lime-300\/5{
    color: rgb(190 242 100 / 0.05);
  }

  .sm\:text-lime-300\/50{
    color: rgb(190 242 100 / 0.5);
  }

  .sm\:text-lime-300\/55{
    color: rgb(190 242 100 / 0.55);
  }

  .sm\:text-lime-300\/60{
    color: rgb(190 242 100 / 0.6);
  }

  .sm\:text-lime-300\/65{
    color: rgb(190 242 100 / 0.65);
  }

  .sm\:text-lime-300\/70{
    color: rgb(190 242 100 / 0.7);
  }

  .sm\:text-lime-300\/75{
    color: rgb(190 242 100 / 0.75);
  }

  .sm\:text-lime-300\/80{
    color: rgb(190 242 100 / 0.8);
  }

  .sm\:text-lime-300\/85{
    color: rgb(190 242 100 / 0.85);
  }

  .sm\:text-lime-300\/90{
    color: rgb(190 242 100 / 0.9);
  }

  .sm\:text-lime-300\/95{
    color: rgb(190 242 100 / 0.95);
  }

  .sm\:text-lime-400{
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-400\/0{
    color: rgb(163 230 53 / 0);
  }

  .sm\:text-lime-400\/10{
    color: rgb(163 230 53 / 0.1);
  }

  .sm\:text-lime-400\/100{
    color: rgb(163 230 53 / 1);
  }

  .sm\:text-lime-400\/15{
    color: rgb(163 230 53 / 0.15);
  }

  .sm\:text-lime-400\/20{
    color: rgb(163 230 53 / 0.2);
  }

  .sm\:text-lime-400\/25{
    color: rgb(163 230 53 / 0.25);
  }

  .sm\:text-lime-400\/30{
    color: rgb(163 230 53 / 0.3);
  }

  .sm\:text-lime-400\/35{
    color: rgb(163 230 53 / 0.35);
  }

  .sm\:text-lime-400\/40{
    color: rgb(163 230 53 / 0.4);
  }

  .sm\:text-lime-400\/45{
    color: rgb(163 230 53 / 0.45);
  }

  .sm\:text-lime-400\/5{
    color: rgb(163 230 53 / 0.05);
  }

  .sm\:text-lime-400\/50{
    color: rgb(163 230 53 / 0.5);
  }

  .sm\:text-lime-400\/55{
    color: rgb(163 230 53 / 0.55);
  }

  .sm\:text-lime-400\/60{
    color: rgb(163 230 53 / 0.6);
  }

  .sm\:text-lime-400\/65{
    color: rgb(163 230 53 / 0.65);
  }

  .sm\:text-lime-400\/70{
    color: rgb(163 230 53 / 0.7);
  }

  .sm\:text-lime-400\/75{
    color: rgb(163 230 53 / 0.75);
  }

  .sm\:text-lime-400\/80{
    color: rgb(163 230 53 / 0.8);
  }

  .sm\:text-lime-400\/85{
    color: rgb(163 230 53 / 0.85);
  }

  .sm\:text-lime-400\/90{
    color: rgb(163 230 53 / 0.9);
  }

  .sm\:text-lime-400\/95{
    color: rgb(163 230 53 / 0.95);
  }

  .sm\:text-lime-50{
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-50\/0{
    color: rgb(247 254 231 / 0);
  }

  .sm\:text-lime-50\/10{
    color: rgb(247 254 231 / 0.1);
  }

  .sm\:text-lime-50\/100{
    color: rgb(247 254 231 / 1);
  }

  .sm\:text-lime-50\/15{
    color: rgb(247 254 231 / 0.15);
  }

  .sm\:text-lime-50\/20{
    color: rgb(247 254 231 / 0.2);
  }

  .sm\:text-lime-50\/25{
    color: rgb(247 254 231 / 0.25);
  }

  .sm\:text-lime-50\/30{
    color: rgb(247 254 231 / 0.3);
  }

  .sm\:text-lime-50\/35{
    color: rgb(247 254 231 / 0.35);
  }

  .sm\:text-lime-50\/40{
    color: rgb(247 254 231 / 0.4);
  }

  .sm\:text-lime-50\/45{
    color: rgb(247 254 231 / 0.45);
  }

  .sm\:text-lime-50\/5{
    color: rgb(247 254 231 / 0.05);
  }

  .sm\:text-lime-50\/50{
    color: rgb(247 254 231 / 0.5);
  }

  .sm\:text-lime-50\/55{
    color: rgb(247 254 231 / 0.55);
  }

  .sm\:text-lime-50\/60{
    color: rgb(247 254 231 / 0.6);
  }

  .sm\:text-lime-50\/65{
    color: rgb(247 254 231 / 0.65);
  }

  .sm\:text-lime-50\/70{
    color: rgb(247 254 231 / 0.7);
  }

  .sm\:text-lime-50\/75{
    color: rgb(247 254 231 / 0.75);
  }

  .sm\:text-lime-50\/80{
    color: rgb(247 254 231 / 0.8);
  }

  .sm\:text-lime-50\/85{
    color: rgb(247 254 231 / 0.85);
  }

  .sm\:text-lime-50\/90{
    color: rgb(247 254 231 / 0.9);
  }

  .sm\:text-lime-50\/95{
    color: rgb(247 254 231 / 0.95);
  }

  .sm\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-500\/0{
    color: rgb(132 204 22 / 0);
  }

  .sm\:text-lime-500\/10{
    color: rgb(132 204 22 / 0.1);
  }

  .sm\:text-lime-500\/100{
    color: rgb(132 204 22 / 1);
  }

  .sm\:text-lime-500\/15{
    color: rgb(132 204 22 / 0.15);
  }

  .sm\:text-lime-500\/20{
    color: rgb(132 204 22 / 0.2);
  }

  .sm\:text-lime-500\/25{
    color: rgb(132 204 22 / 0.25);
  }

  .sm\:text-lime-500\/30{
    color: rgb(132 204 22 / 0.3);
  }

  .sm\:text-lime-500\/35{
    color: rgb(132 204 22 / 0.35);
  }

  .sm\:text-lime-500\/40{
    color: rgb(132 204 22 / 0.4);
  }

  .sm\:text-lime-500\/45{
    color: rgb(132 204 22 / 0.45);
  }

  .sm\:text-lime-500\/5{
    color: rgb(132 204 22 / 0.05);
  }

  .sm\:text-lime-500\/50{
    color: rgb(132 204 22 / 0.5);
  }

  .sm\:text-lime-500\/55{
    color: rgb(132 204 22 / 0.55);
  }

  .sm\:text-lime-500\/60{
    color: rgb(132 204 22 / 0.6);
  }

  .sm\:text-lime-500\/65{
    color: rgb(132 204 22 / 0.65);
  }

  .sm\:text-lime-500\/70{
    color: rgb(132 204 22 / 0.7);
  }

  .sm\:text-lime-500\/75{
    color: rgb(132 204 22 / 0.75);
  }

  .sm\:text-lime-500\/80{
    color: rgb(132 204 22 / 0.8);
  }

  .sm\:text-lime-500\/85{
    color: rgb(132 204 22 / 0.85);
  }

  .sm\:text-lime-500\/90{
    color: rgb(132 204 22 / 0.9);
  }

  .sm\:text-lime-500\/95{
    color: rgb(132 204 22 / 0.95);
  }

  .sm\:text-lime-600{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-600\/0{
    color: rgb(101 163 13 / 0);
  }

  .sm\:text-lime-600\/10{
    color: rgb(101 163 13 / 0.1);
  }

  .sm\:text-lime-600\/100{
    color: rgb(101 163 13 / 1);
  }

  .sm\:text-lime-600\/15{
    color: rgb(101 163 13 / 0.15);
  }

  .sm\:text-lime-600\/20{
    color: rgb(101 163 13 / 0.2);
  }

  .sm\:text-lime-600\/25{
    color: rgb(101 163 13 / 0.25);
  }

  .sm\:text-lime-600\/30{
    color: rgb(101 163 13 / 0.3);
  }

  .sm\:text-lime-600\/35{
    color: rgb(101 163 13 / 0.35);
  }

  .sm\:text-lime-600\/40{
    color: rgb(101 163 13 / 0.4);
  }

  .sm\:text-lime-600\/45{
    color: rgb(101 163 13 / 0.45);
  }

  .sm\:text-lime-600\/5{
    color: rgb(101 163 13 / 0.05);
  }

  .sm\:text-lime-600\/50{
    color: rgb(101 163 13 / 0.5);
  }

  .sm\:text-lime-600\/55{
    color: rgb(101 163 13 / 0.55);
  }

  .sm\:text-lime-600\/60{
    color: rgb(101 163 13 / 0.6);
  }

  .sm\:text-lime-600\/65{
    color: rgb(101 163 13 / 0.65);
  }

  .sm\:text-lime-600\/70{
    color: rgb(101 163 13 / 0.7);
  }

  .sm\:text-lime-600\/75{
    color: rgb(101 163 13 / 0.75);
  }

  .sm\:text-lime-600\/80{
    color: rgb(101 163 13 / 0.8);
  }

  .sm\:text-lime-600\/85{
    color: rgb(101 163 13 / 0.85);
  }

  .sm\:text-lime-600\/90{
    color: rgb(101 163 13 / 0.9);
  }

  .sm\:text-lime-600\/95{
    color: rgb(101 163 13 / 0.95);
  }

  .sm\:text-lime-700{
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-700\/0{
    color: rgb(77 124 15 / 0);
  }

  .sm\:text-lime-700\/10{
    color: rgb(77 124 15 / 0.1);
  }

  .sm\:text-lime-700\/100{
    color: rgb(77 124 15 / 1);
  }

  .sm\:text-lime-700\/15{
    color: rgb(77 124 15 / 0.15);
  }

  .sm\:text-lime-700\/20{
    color: rgb(77 124 15 / 0.2);
  }

  .sm\:text-lime-700\/25{
    color: rgb(77 124 15 / 0.25);
  }

  .sm\:text-lime-700\/30{
    color: rgb(77 124 15 / 0.3);
  }

  .sm\:text-lime-700\/35{
    color: rgb(77 124 15 / 0.35);
  }

  .sm\:text-lime-700\/40{
    color: rgb(77 124 15 / 0.4);
  }

  .sm\:text-lime-700\/45{
    color: rgb(77 124 15 / 0.45);
  }

  .sm\:text-lime-700\/5{
    color: rgb(77 124 15 / 0.05);
  }

  .sm\:text-lime-700\/50{
    color: rgb(77 124 15 / 0.5);
  }

  .sm\:text-lime-700\/55{
    color: rgb(77 124 15 / 0.55);
  }

  .sm\:text-lime-700\/60{
    color: rgb(77 124 15 / 0.6);
  }

  .sm\:text-lime-700\/65{
    color: rgb(77 124 15 / 0.65);
  }

  .sm\:text-lime-700\/70{
    color: rgb(77 124 15 / 0.7);
  }

  .sm\:text-lime-700\/75{
    color: rgb(77 124 15 / 0.75);
  }

  .sm\:text-lime-700\/80{
    color: rgb(77 124 15 / 0.8);
  }

  .sm\:text-lime-700\/85{
    color: rgb(77 124 15 / 0.85);
  }

  .sm\:text-lime-700\/90{
    color: rgb(77 124 15 / 0.9);
  }

  .sm\:text-lime-700\/95{
    color: rgb(77 124 15 / 0.95);
  }

  .sm\:text-lime-800{
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-800\/0{
    color: rgb(63 98 18 / 0);
  }

  .sm\:text-lime-800\/10{
    color: rgb(63 98 18 / 0.1);
  }

  .sm\:text-lime-800\/100{
    color: rgb(63 98 18 / 1);
  }

  .sm\:text-lime-800\/15{
    color: rgb(63 98 18 / 0.15);
  }

  .sm\:text-lime-800\/20{
    color: rgb(63 98 18 / 0.2);
  }

  .sm\:text-lime-800\/25{
    color: rgb(63 98 18 / 0.25);
  }

  .sm\:text-lime-800\/30{
    color: rgb(63 98 18 / 0.3);
  }

  .sm\:text-lime-800\/35{
    color: rgb(63 98 18 / 0.35);
  }

  .sm\:text-lime-800\/40{
    color: rgb(63 98 18 / 0.4);
  }

  .sm\:text-lime-800\/45{
    color: rgb(63 98 18 / 0.45);
  }

  .sm\:text-lime-800\/5{
    color: rgb(63 98 18 / 0.05);
  }

  .sm\:text-lime-800\/50{
    color: rgb(63 98 18 / 0.5);
  }

  .sm\:text-lime-800\/55{
    color: rgb(63 98 18 / 0.55);
  }

  .sm\:text-lime-800\/60{
    color: rgb(63 98 18 / 0.6);
  }

  .sm\:text-lime-800\/65{
    color: rgb(63 98 18 / 0.65);
  }

  .sm\:text-lime-800\/70{
    color: rgb(63 98 18 / 0.7);
  }

  .sm\:text-lime-800\/75{
    color: rgb(63 98 18 / 0.75);
  }

  .sm\:text-lime-800\/80{
    color: rgb(63 98 18 / 0.8);
  }

  .sm\:text-lime-800\/85{
    color: rgb(63 98 18 / 0.85);
  }

  .sm\:text-lime-800\/90{
    color: rgb(63 98 18 / 0.9);
  }

  .sm\:text-lime-800\/95{
    color: rgb(63 98 18 / 0.95);
  }

  .sm\:text-lime-900{
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-900\/0{
    color: rgb(54 83 20 / 0);
  }

  .sm\:text-lime-900\/10{
    color: rgb(54 83 20 / 0.1);
  }

  .sm\:text-lime-900\/100{
    color: rgb(54 83 20 / 1);
  }

  .sm\:text-lime-900\/15{
    color: rgb(54 83 20 / 0.15);
  }

  .sm\:text-lime-900\/20{
    color: rgb(54 83 20 / 0.2);
  }

  .sm\:text-lime-900\/25{
    color: rgb(54 83 20 / 0.25);
  }

  .sm\:text-lime-900\/30{
    color: rgb(54 83 20 / 0.3);
  }

  .sm\:text-lime-900\/35{
    color: rgb(54 83 20 / 0.35);
  }

  .sm\:text-lime-900\/40{
    color: rgb(54 83 20 / 0.4);
  }

  .sm\:text-lime-900\/45{
    color: rgb(54 83 20 / 0.45);
  }

  .sm\:text-lime-900\/5{
    color: rgb(54 83 20 / 0.05);
  }

  .sm\:text-lime-900\/50{
    color: rgb(54 83 20 / 0.5);
  }

  .sm\:text-lime-900\/55{
    color: rgb(54 83 20 / 0.55);
  }

  .sm\:text-lime-900\/60{
    color: rgb(54 83 20 / 0.6);
  }

  .sm\:text-lime-900\/65{
    color: rgb(54 83 20 / 0.65);
  }

  .sm\:text-lime-900\/70{
    color: rgb(54 83 20 / 0.7);
  }

  .sm\:text-lime-900\/75{
    color: rgb(54 83 20 / 0.75);
  }

  .sm\:text-lime-900\/80{
    color: rgb(54 83 20 / 0.8);
  }

  .sm\:text-lime-900\/85{
    color: rgb(54 83 20 / 0.85);
  }

  .sm\:text-lime-900\/90{
    color: rgb(54 83 20 / 0.9);
  }

  .sm\:text-lime-900\/95{
    color: rgb(54 83 20 / 0.95);
  }

  .sm\:text-lime-950{
    --tw-text-opacity: 1;
    color: rgb(26 46 5 / var(--tw-text-opacity, 1));
  }

  .sm\:text-lime-950\/0{
    color: rgb(26 46 5 / 0);
  }

  .sm\:text-lime-950\/10{
    color: rgb(26 46 5 / 0.1);
  }

  .sm\:text-lime-950\/100{
    color: rgb(26 46 5 / 1);
  }

  .sm\:text-lime-950\/15{
    color: rgb(26 46 5 / 0.15);
  }

  .sm\:text-lime-950\/20{
    color: rgb(26 46 5 / 0.2);
  }

  .sm\:text-lime-950\/25{
    color: rgb(26 46 5 / 0.25);
  }

  .sm\:text-lime-950\/30{
    color: rgb(26 46 5 / 0.3);
  }

  .sm\:text-lime-950\/35{
    color: rgb(26 46 5 / 0.35);
  }

  .sm\:text-lime-950\/40{
    color: rgb(26 46 5 / 0.4);
  }

  .sm\:text-lime-950\/45{
    color: rgb(26 46 5 / 0.45);
  }

  .sm\:text-lime-950\/5{
    color: rgb(26 46 5 / 0.05);
  }

  .sm\:text-lime-950\/50{
    color: rgb(26 46 5 / 0.5);
  }

  .sm\:text-lime-950\/55{
    color: rgb(26 46 5 / 0.55);
  }

  .sm\:text-lime-950\/60{
    color: rgb(26 46 5 / 0.6);
  }

  .sm\:text-lime-950\/65{
    color: rgb(26 46 5 / 0.65);
  }

  .sm\:text-lime-950\/70{
    color: rgb(26 46 5 / 0.7);
  }

  .sm\:text-lime-950\/75{
    color: rgb(26 46 5 / 0.75);
  }

  .sm\:text-lime-950\/80{
    color: rgb(26 46 5 / 0.8);
  }

  .sm\:text-lime-950\/85{
    color: rgb(26 46 5 / 0.85);
  }

  .sm\:text-lime-950\/90{
    color: rgb(26 46 5 / 0.9);
  }

  .sm\:text-lime-950\/95{
    color: rgb(26 46 5 / 0.95);
  }

  .sm\:text-neutral-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-100\/0{
    color: rgb(245 245 245 / 0);
  }

  .sm\:text-neutral-100\/10{
    color: rgb(245 245 245 / 0.1);
  }

  .sm\:text-neutral-100\/100{
    color: rgb(245 245 245 / 1);
  }

  .sm\:text-neutral-100\/15{
    color: rgb(245 245 245 / 0.15);
  }

  .sm\:text-neutral-100\/20{
    color: rgb(245 245 245 / 0.2);
  }

  .sm\:text-neutral-100\/25{
    color: rgb(245 245 245 / 0.25);
  }

  .sm\:text-neutral-100\/30{
    color: rgb(245 245 245 / 0.3);
  }

  .sm\:text-neutral-100\/35{
    color: rgb(245 245 245 / 0.35);
  }

  .sm\:text-neutral-100\/40{
    color: rgb(245 245 245 / 0.4);
  }

  .sm\:text-neutral-100\/45{
    color: rgb(245 245 245 / 0.45);
  }

  .sm\:text-neutral-100\/5{
    color: rgb(245 245 245 / 0.05);
  }

  .sm\:text-neutral-100\/50{
    color: rgb(245 245 245 / 0.5);
  }

  .sm\:text-neutral-100\/55{
    color: rgb(245 245 245 / 0.55);
  }

  .sm\:text-neutral-100\/60{
    color: rgb(245 245 245 / 0.6);
  }

  .sm\:text-neutral-100\/65{
    color: rgb(245 245 245 / 0.65);
  }

  .sm\:text-neutral-100\/70{
    color: rgb(245 245 245 / 0.7);
  }

  .sm\:text-neutral-100\/75{
    color: rgb(245 245 245 / 0.75);
  }

  .sm\:text-neutral-100\/80{
    color: rgb(245 245 245 / 0.8);
  }

  .sm\:text-neutral-100\/85{
    color: rgb(245 245 245 / 0.85);
  }

  .sm\:text-neutral-100\/90{
    color: rgb(245 245 245 / 0.9);
  }

  .sm\:text-neutral-100\/95{
    color: rgb(245 245 245 / 0.95);
  }

  .sm\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-200\/0{
    color: rgb(229 229 229 / 0);
  }

  .sm\:text-neutral-200\/10{
    color: rgb(229 229 229 / 0.1);
  }

  .sm\:text-neutral-200\/100{
    color: rgb(229 229 229 / 1);
  }

  .sm\:text-neutral-200\/15{
    color: rgb(229 229 229 / 0.15);
  }

  .sm\:text-neutral-200\/20{
    color: rgb(229 229 229 / 0.2);
  }

  .sm\:text-neutral-200\/25{
    color: rgb(229 229 229 / 0.25);
  }

  .sm\:text-neutral-200\/30{
    color: rgb(229 229 229 / 0.3);
  }

  .sm\:text-neutral-200\/35{
    color: rgb(229 229 229 / 0.35);
  }

  .sm\:text-neutral-200\/40{
    color: rgb(229 229 229 / 0.4);
  }

  .sm\:text-neutral-200\/45{
    color: rgb(229 229 229 / 0.45);
  }

  .sm\:text-neutral-200\/5{
    color: rgb(229 229 229 / 0.05);
  }

  .sm\:text-neutral-200\/50{
    color: rgb(229 229 229 / 0.5);
  }

  .sm\:text-neutral-200\/55{
    color: rgb(229 229 229 / 0.55);
  }

  .sm\:text-neutral-200\/60{
    color: rgb(229 229 229 / 0.6);
  }

  .sm\:text-neutral-200\/65{
    color: rgb(229 229 229 / 0.65);
  }

  .sm\:text-neutral-200\/70{
    color: rgb(229 229 229 / 0.7);
  }

  .sm\:text-neutral-200\/75{
    color: rgb(229 229 229 / 0.75);
  }

  .sm\:text-neutral-200\/80{
    color: rgb(229 229 229 / 0.8);
  }

  .sm\:text-neutral-200\/85{
    color: rgb(229 229 229 / 0.85);
  }

  .sm\:text-neutral-200\/90{
    color: rgb(229 229 229 / 0.9);
  }

  .sm\:text-neutral-200\/95{
    color: rgb(229 229 229 / 0.95);
  }

  .sm\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-300\/0{
    color: rgb(212 212 212 / 0);
  }

  .sm\:text-neutral-300\/10{
    color: rgb(212 212 212 / 0.1);
  }

  .sm\:text-neutral-300\/100{
    color: rgb(212 212 212 / 1);
  }

  .sm\:text-neutral-300\/15{
    color: rgb(212 212 212 / 0.15);
  }

  .sm\:text-neutral-300\/20{
    color: rgb(212 212 212 / 0.2);
  }

  .sm\:text-neutral-300\/25{
    color: rgb(212 212 212 / 0.25);
  }

  .sm\:text-neutral-300\/30{
    color: rgb(212 212 212 / 0.3);
  }

  .sm\:text-neutral-300\/35{
    color: rgb(212 212 212 / 0.35);
  }

  .sm\:text-neutral-300\/40{
    color: rgb(212 212 212 / 0.4);
  }

  .sm\:text-neutral-300\/45{
    color: rgb(212 212 212 / 0.45);
  }

  .sm\:text-neutral-300\/5{
    color: rgb(212 212 212 / 0.05);
  }

  .sm\:text-neutral-300\/50{
    color: rgb(212 212 212 / 0.5);
  }

  .sm\:text-neutral-300\/55{
    color: rgb(212 212 212 / 0.55);
  }

  .sm\:text-neutral-300\/60{
    color: rgb(212 212 212 / 0.6);
  }

  .sm\:text-neutral-300\/65{
    color: rgb(212 212 212 / 0.65);
  }

  .sm\:text-neutral-300\/70{
    color: rgb(212 212 212 / 0.7);
  }

  .sm\:text-neutral-300\/75{
    color: rgb(212 212 212 / 0.75);
  }

  .sm\:text-neutral-300\/80{
    color: rgb(212 212 212 / 0.8);
  }

  .sm\:text-neutral-300\/85{
    color: rgb(212 212 212 / 0.85);
  }

  .sm\:text-neutral-300\/90{
    color: rgb(212 212 212 / 0.9);
  }

  .sm\:text-neutral-300\/95{
    color: rgb(212 212 212 / 0.95);
  }

  .sm\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-400\/0{
    color: rgb(163 163 163 / 0);
  }

  .sm\:text-neutral-400\/10{
    color: rgb(163 163 163 / 0.1);
  }

  .sm\:text-neutral-400\/100{
    color: rgb(163 163 163 / 1);
  }

  .sm\:text-neutral-400\/15{
    color: rgb(163 163 163 / 0.15);
  }

  .sm\:text-neutral-400\/20{
    color: rgb(163 163 163 / 0.2);
  }

  .sm\:text-neutral-400\/25{
    color: rgb(163 163 163 / 0.25);
  }

  .sm\:text-neutral-400\/30{
    color: rgb(163 163 163 / 0.3);
  }

  .sm\:text-neutral-400\/35{
    color: rgb(163 163 163 / 0.35);
  }

  .sm\:text-neutral-400\/40{
    color: rgb(163 163 163 / 0.4);
  }

  .sm\:text-neutral-400\/45{
    color: rgb(163 163 163 / 0.45);
  }

  .sm\:text-neutral-400\/5{
    color: rgb(163 163 163 / 0.05);
  }

  .sm\:text-neutral-400\/50{
    color: rgb(163 163 163 / 0.5);
  }

  .sm\:text-neutral-400\/55{
    color: rgb(163 163 163 / 0.55);
  }

  .sm\:text-neutral-400\/60{
    color: rgb(163 163 163 / 0.6);
  }

  .sm\:text-neutral-400\/65{
    color: rgb(163 163 163 / 0.65);
  }

  .sm\:text-neutral-400\/70{
    color: rgb(163 163 163 / 0.7);
  }

  .sm\:text-neutral-400\/75{
    color: rgb(163 163 163 / 0.75);
  }

  .sm\:text-neutral-400\/80{
    color: rgb(163 163 163 / 0.8);
  }

  .sm\:text-neutral-400\/85{
    color: rgb(163 163 163 / 0.85);
  }

  .sm\:text-neutral-400\/90{
    color: rgb(163 163 163 / 0.9);
  }

  .sm\:text-neutral-400\/95{
    color: rgb(163 163 163 / 0.95);
  }

  .sm\:text-neutral-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .sm\:text-neutral-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .sm\:text-neutral-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .sm\:text-neutral-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .sm\:text-neutral-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .sm\:text-neutral-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .sm\:text-neutral-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .sm\:text-neutral-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .sm\:text-neutral-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .sm\:text-neutral-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .sm\:text-neutral-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .sm\:text-neutral-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .sm\:text-neutral-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .sm\:text-neutral-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .sm\:text-neutral-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .sm\:text-neutral-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .sm\:text-neutral-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .sm\:text-neutral-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .sm\:text-neutral-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .sm\:text-neutral-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .sm\:text-neutral-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .sm\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-500\/0{
    color: rgb(115 115 115 / 0);
  }

  .sm\:text-neutral-500\/10{
    color: rgb(115 115 115 / 0.1);
  }

  .sm\:text-neutral-500\/100{
    color: rgb(115 115 115 / 1);
  }

  .sm\:text-neutral-500\/15{
    color: rgb(115 115 115 / 0.15);
  }

  .sm\:text-neutral-500\/20{
    color: rgb(115 115 115 / 0.2);
  }

  .sm\:text-neutral-500\/25{
    color: rgb(115 115 115 / 0.25);
  }

  .sm\:text-neutral-500\/30{
    color: rgb(115 115 115 / 0.3);
  }

  .sm\:text-neutral-500\/35{
    color: rgb(115 115 115 / 0.35);
  }

  .sm\:text-neutral-500\/40{
    color: rgb(115 115 115 / 0.4);
  }

  .sm\:text-neutral-500\/45{
    color: rgb(115 115 115 / 0.45);
  }

  .sm\:text-neutral-500\/5{
    color: rgb(115 115 115 / 0.05);
  }

  .sm\:text-neutral-500\/50{
    color: rgb(115 115 115 / 0.5);
  }

  .sm\:text-neutral-500\/55{
    color: rgb(115 115 115 / 0.55);
  }

  .sm\:text-neutral-500\/60{
    color: rgb(115 115 115 / 0.6);
  }

  .sm\:text-neutral-500\/65{
    color: rgb(115 115 115 / 0.65);
  }

  .sm\:text-neutral-500\/70{
    color: rgb(115 115 115 / 0.7);
  }

  .sm\:text-neutral-500\/75{
    color: rgb(115 115 115 / 0.75);
  }

  .sm\:text-neutral-500\/80{
    color: rgb(115 115 115 / 0.8);
  }

  .sm\:text-neutral-500\/85{
    color: rgb(115 115 115 / 0.85);
  }

  .sm\:text-neutral-500\/90{
    color: rgb(115 115 115 / 0.9);
  }

  .sm\:text-neutral-500\/95{
    color: rgb(115 115 115 / 0.95);
  }

  .sm\:text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-600\/0{
    color: rgb(82 82 82 / 0);
  }

  .sm\:text-neutral-600\/10{
    color: rgb(82 82 82 / 0.1);
  }

  .sm\:text-neutral-600\/100{
    color: rgb(82 82 82 / 1);
  }

  .sm\:text-neutral-600\/15{
    color: rgb(82 82 82 / 0.15);
  }

  .sm\:text-neutral-600\/20{
    color: rgb(82 82 82 / 0.2);
  }

  .sm\:text-neutral-600\/25{
    color: rgb(82 82 82 / 0.25);
  }

  .sm\:text-neutral-600\/30{
    color: rgb(82 82 82 / 0.3);
  }

  .sm\:text-neutral-600\/35{
    color: rgb(82 82 82 / 0.35);
  }

  .sm\:text-neutral-600\/40{
    color: rgb(82 82 82 / 0.4);
  }

  .sm\:text-neutral-600\/45{
    color: rgb(82 82 82 / 0.45);
  }

  .sm\:text-neutral-600\/5{
    color: rgb(82 82 82 / 0.05);
  }

  .sm\:text-neutral-600\/50{
    color: rgb(82 82 82 / 0.5);
  }

  .sm\:text-neutral-600\/55{
    color: rgb(82 82 82 / 0.55);
  }

  .sm\:text-neutral-600\/60{
    color: rgb(82 82 82 / 0.6);
  }

  .sm\:text-neutral-600\/65{
    color: rgb(82 82 82 / 0.65);
  }

  .sm\:text-neutral-600\/70{
    color: rgb(82 82 82 / 0.7);
  }

  .sm\:text-neutral-600\/75{
    color: rgb(82 82 82 / 0.75);
  }

  .sm\:text-neutral-600\/80{
    color: rgb(82 82 82 / 0.8);
  }

  .sm\:text-neutral-600\/85{
    color: rgb(82 82 82 / 0.85);
  }

  .sm\:text-neutral-600\/90{
    color: rgb(82 82 82 / 0.9);
  }

  .sm\:text-neutral-600\/95{
    color: rgb(82 82 82 / 0.95);
  }

  .sm\:text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-700\/0{
    color: rgb(64 64 64 / 0);
  }

  .sm\:text-neutral-700\/10{
    color: rgb(64 64 64 / 0.1);
  }

  .sm\:text-neutral-700\/100{
    color: rgb(64 64 64 / 1);
  }

  .sm\:text-neutral-700\/15{
    color: rgb(64 64 64 / 0.15);
  }

  .sm\:text-neutral-700\/20{
    color: rgb(64 64 64 / 0.2);
  }

  .sm\:text-neutral-700\/25{
    color: rgb(64 64 64 / 0.25);
  }

  .sm\:text-neutral-700\/30{
    color: rgb(64 64 64 / 0.3);
  }

  .sm\:text-neutral-700\/35{
    color: rgb(64 64 64 / 0.35);
  }

  .sm\:text-neutral-700\/40{
    color: rgb(64 64 64 / 0.4);
  }

  .sm\:text-neutral-700\/45{
    color: rgb(64 64 64 / 0.45);
  }

  .sm\:text-neutral-700\/5{
    color: rgb(64 64 64 / 0.05);
  }

  .sm\:text-neutral-700\/50{
    color: rgb(64 64 64 / 0.5);
  }

  .sm\:text-neutral-700\/55{
    color: rgb(64 64 64 / 0.55);
  }

  .sm\:text-neutral-700\/60{
    color: rgb(64 64 64 / 0.6);
  }

  .sm\:text-neutral-700\/65{
    color: rgb(64 64 64 / 0.65);
  }

  .sm\:text-neutral-700\/70{
    color: rgb(64 64 64 / 0.7);
  }

  .sm\:text-neutral-700\/75{
    color: rgb(64 64 64 / 0.75);
  }

  .sm\:text-neutral-700\/80{
    color: rgb(64 64 64 / 0.8);
  }

  .sm\:text-neutral-700\/85{
    color: rgb(64 64 64 / 0.85);
  }

  .sm\:text-neutral-700\/90{
    color: rgb(64 64 64 / 0.9);
  }

  .sm\:text-neutral-700\/95{
    color: rgb(64 64 64 / 0.95);
  }

  .sm\:text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-800\/0{
    color: rgb(38 38 38 / 0);
  }

  .sm\:text-neutral-800\/10{
    color: rgb(38 38 38 / 0.1);
  }

  .sm\:text-neutral-800\/100{
    color: rgb(38 38 38 / 1);
  }

  .sm\:text-neutral-800\/15{
    color: rgb(38 38 38 / 0.15);
  }

  .sm\:text-neutral-800\/20{
    color: rgb(38 38 38 / 0.2);
  }

  .sm\:text-neutral-800\/25{
    color: rgb(38 38 38 / 0.25);
  }

  .sm\:text-neutral-800\/30{
    color: rgb(38 38 38 / 0.3);
  }

  .sm\:text-neutral-800\/35{
    color: rgb(38 38 38 / 0.35);
  }

  .sm\:text-neutral-800\/40{
    color: rgb(38 38 38 / 0.4);
  }

  .sm\:text-neutral-800\/45{
    color: rgb(38 38 38 / 0.45);
  }

  .sm\:text-neutral-800\/5{
    color: rgb(38 38 38 / 0.05);
  }

  .sm\:text-neutral-800\/50{
    color: rgb(38 38 38 / 0.5);
  }

  .sm\:text-neutral-800\/55{
    color: rgb(38 38 38 / 0.55);
  }

  .sm\:text-neutral-800\/60{
    color: rgb(38 38 38 / 0.6);
  }

  .sm\:text-neutral-800\/65{
    color: rgb(38 38 38 / 0.65);
  }

  .sm\:text-neutral-800\/70{
    color: rgb(38 38 38 / 0.7);
  }

  .sm\:text-neutral-800\/75{
    color: rgb(38 38 38 / 0.75);
  }

  .sm\:text-neutral-800\/80{
    color: rgb(38 38 38 / 0.8);
  }

  .sm\:text-neutral-800\/85{
    color: rgb(38 38 38 / 0.85);
  }

  .sm\:text-neutral-800\/90{
    color: rgb(38 38 38 / 0.9);
  }

  .sm\:text-neutral-800\/95{
    color: rgb(38 38 38 / 0.95);
  }

  .sm\:text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-900\/0{
    color: rgb(23 23 23 / 0);
  }

  .sm\:text-neutral-900\/10{
    color: rgb(23 23 23 / 0.1);
  }

  .sm\:text-neutral-900\/100{
    color: rgb(23 23 23 / 1);
  }

  .sm\:text-neutral-900\/15{
    color: rgb(23 23 23 / 0.15);
  }

  .sm\:text-neutral-900\/20{
    color: rgb(23 23 23 / 0.2);
  }

  .sm\:text-neutral-900\/25{
    color: rgb(23 23 23 / 0.25);
  }

  .sm\:text-neutral-900\/30{
    color: rgb(23 23 23 / 0.3);
  }

  .sm\:text-neutral-900\/35{
    color: rgb(23 23 23 / 0.35);
  }

  .sm\:text-neutral-900\/40{
    color: rgb(23 23 23 / 0.4);
  }

  .sm\:text-neutral-900\/45{
    color: rgb(23 23 23 / 0.45);
  }

  .sm\:text-neutral-900\/5{
    color: rgb(23 23 23 / 0.05);
  }

  .sm\:text-neutral-900\/50{
    color: rgb(23 23 23 / 0.5);
  }

  .sm\:text-neutral-900\/55{
    color: rgb(23 23 23 / 0.55);
  }

  .sm\:text-neutral-900\/60{
    color: rgb(23 23 23 / 0.6);
  }

  .sm\:text-neutral-900\/65{
    color: rgb(23 23 23 / 0.65);
  }

  .sm\:text-neutral-900\/70{
    color: rgb(23 23 23 / 0.7);
  }

  .sm\:text-neutral-900\/75{
    color: rgb(23 23 23 / 0.75);
  }

  .sm\:text-neutral-900\/80{
    color: rgb(23 23 23 / 0.8);
  }

  .sm\:text-neutral-900\/85{
    color: rgb(23 23 23 / 0.85);
  }

  .sm\:text-neutral-900\/90{
    color: rgb(23 23 23 / 0.9);
  }

  .sm\:text-neutral-900\/95{
    color: rgb(23 23 23 / 0.95);
  }

  .sm\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-950\/0{
    color: rgb(10 10 10 / 0);
  }

  .sm\:text-neutral-950\/10{
    color: rgb(10 10 10 / 0.1);
  }

  .sm\:text-neutral-950\/100{
    color: rgb(10 10 10 / 1);
  }

  .sm\:text-neutral-950\/15{
    color: rgb(10 10 10 / 0.15);
  }

  .sm\:text-neutral-950\/20{
    color: rgb(10 10 10 / 0.2);
  }

  .sm\:text-neutral-950\/25{
    color: rgb(10 10 10 / 0.25);
  }

  .sm\:text-neutral-950\/30{
    color: rgb(10 10 10 / 0.3);
  }

  .sm\:text-neutral-950\/35{
    color: rgb(10 10 10 / 0.35);
  }

  .sm\:text-neutral-950\/40{
    color: rgb(10 10 10 / 0.4);
  }

  .sm\:text-neutral-950\/45{
    color: rgb(10 10 10 / 0.45);
  }

  .sm\:text-neutral-950\/5{
    color: rgb(10 10 10 / 0.05);
  }

  .sm\:text-neutral-950\/50{
    color: rgb(10 10 10 / 0.5);
  }

  .sm\:text-neutral-950\/55{
    color: rgb(10 10 10 / 0.55);
  }

  .sm\:text-neutral-950\/60{
    color: rgb(10 10 10 / 0.6);
  }

  .sm\:text-neutral-950\/65{
    color: rgb(10 10 10 / 0.65);
  }

  .sm\:text-neutral-950\/70{
    color: rgb(10 10 10 / 0.7);
  }

  .sm\:text-neutral-950\/75{
    color: rgb(10 10 10 / 0.75);
  }

  .sm\:text-neutral-950\/80{
    color: rgb(10 10 10 / 0.8);
  }

  .sm\:text-neutral-950\/85{
    color: rgb(10 10 10 / 0.85);
  }

  .sm\:text-neutral-950\/90{
    color: rgb(10 10 10 / 0.9);
  }

  .sm\:text-neutral-950\/95{
    color: rgb(10 10 10 / 0.95);
  }

  .sm\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-100\/0{
    color: rgb(255 237 213 / 0);
  }

  .sm\:text-orange-100\/10{
    color: rgb(255 237 213 / 0.1);
  }

  .sm\:text-orange-100\/100{
    color: rgb(255 237 213 / 1);
  }

  .sm\:text-orange-100\/15{
    color: rgb(255 237 213 / 0.15);
  }

  .sm\:text-orange-100\/20{
    color: rgb(255 237 213 / 0.2);
  }

  .sm\:text-orange-100\/25{
    color: rgb(255 237 213 / 0.25);
  }

  .sm\:text-orange-100\/30{
    color: rgb(255 237 213 / 0.3);
  }

  .sm\:text-orange-100\/35{
    color: rgb(255 237 213 / 0.35);
  }

  .sm\:text-orange-100\/40{
    color: rgb(255 237 213 / 0.4);
  }

  .sm\:text-orange-100\/45{
    color: rgb(255 237 213 / 0.45);
  }

  .sm\:text-orange-100\/5{
    color: rgb(255 237 213 / 0.05);
  }

  .sm\:text-orange-100\/50{
    color: rgb(255 237 213 / 0.5);
  }

  .sm\:text-orange-100\/55{
    color: rgb(255 237 213 / 0.55);
  }

  .sm\:text-orange-100\/60{
    color: rgb(255 237 213 / 0.6);
  }

  .sm\:text-orange-100\/65{
    color: rgb(255 237 213 / 0.65);
  }

  .sm\:text-orange-100\/70{
    color: rgb(255 237 213 / 0.7);
  }

  .sm\:text-orange-100\/75{
    color: rgb(255 237 213 / 0.75);
  }

  .sm\:text-orange-100\/80{
    color: rgb(255 237 213 / 0.8);
  }

  .sm\:text-orange-100\/85{
    color: rgb(255 237 213 / 0.85);
  }

  .sm\:text-orange-100\/90{
    color: rgb(255 237 213 / 0.9);
  }

  .sm\:text-orange-100\/95{
    color: rgb(255 237 213 / 0.95);
  }

  .sm\:text-orange-200{
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-200\/0{
    color: rgb(254 215 170 / 0);
  }

  .sm\:text-orange-200\/10{
    color: rgb(254 215 170 / 0.1);
  }

  .sm\:text-orange-200\/100{
    color: rgb(254 215 170 / 1);
  }

  .sm\:text-orange-200\/15{
    color: rgb(254 215 170 / 0.15);
  }

  .sm\:text-orange-200\/20{
    color: rgb(254 215 170 / 0.2);
  }

  .sm\:text-orange-200\/25{
    color: rgb(254 215 170 / 0.25);
  }

  .sm\:text-orange-200\/30{
    color: rgb(254 215 170 / 0.3);
  }

  .sm\:text-orange-200\/35{
    color: rgb(254 215 170 / 0.35);
  }

  .sm\:text-orange-200\/40{
    color: rgb(254 215 170 / 0.4);
  }

  .sm\:text-orange-200\/45{
    color: rgb(254 215 170 / 0.45);
  }

  .sm\:text-orange-200\/5{
    color: rgb(254 215 170 / 0.05);
  }

  .sm\:text-orange-200\/50{
    color: rgb(254 215 170 / 0.5);
  }

  .sm\:text-orange-200\/55{
    color: rgb(254 215 170 / 0.55);
  }

  .sm\:text-orange-200\/60{
    color: rgb(254 215 170 / 0.6);
  }

  .sm\:text-orange-200\/65{
    color: rgb(254 215 170 / 0.65);
  }

  .sm\:text-orange-200\/70{
    color: rgb(254 215 170 / 0.7);
  }

  .sm\:text-orange-200\/75{
    color: rgb(254 215 170 / 0.75);
  }

  .sm\:text-orange-200\/80{
    color: rgb(254 215 170 / 0.8);
  }

  .sm\:text-orange-200\/85{
    color: rgb(254 215 170 / 0.85);
  }

  .sm\:text-orange-200\/90{
    color: rgb(254 215 170 / 0.9);
  }

  .sm\:text-orange-200\/95{
    color: rgb(254 215 170 / 0.95);
  }

  .sm\:text-orange-300{
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-300\/0{
    color: rgb(253 186 116 / 0);
  }

  .sm\:text-orange-300\/10{
    color: rgb(253 186 116 / 0.1);
  }

  .sm\:text-orange-300\/100{
    color: rgb(253 186 116 / 1);
  }

  .sm\:text-orange-300\/15{
    color: rgb(253 186 116 / 0.15);
  }

  .sm\:text-orange-300\/20{
    color: rgb(253 186 116 / 0.2);
  }

  .sm\:text-orange-300\/25{
    color: rgb(253 186 116 / 0.25);
  }

  .sm\:text-orange-300\/30{
    color: rgb(253 186 116 / 0.3);
  }

  .sm\:text-orange-300\/35{
    color: rgb(253 186 116 / 0.35);
  }

  .sm\:text-orange-300\/40{
    color: rgb(253 186 116 / 0.4);
  }

  .sm\:text-orange-300\/45{
    color: rgb(253 186 116 / 0.45);
  }

  .sm\:text-orange-300\/5{
    color: rgb(253 186 116 / 0.05);
  }

  .sm\:text-orange-300\/50{
    color: rgb(253 186 116 / 0.5);
  }

  .sm\:text-orange-300\/55{
    color: rgb(253 186 116 / 0.55);
  }

  .sm\:text-orange-300\/60{
    color: rgb(253 186 116 / 0.6);
  }

  .sm\:text-orange-300\/65{
    color: rgb(253 186 116 / 0.65);
  }

  .sm\:text-orange-300\/70{
    color: rgb(253 186 116 / 0.7);
  }

  .sm\:text-orange-300\/75{
    color: rgb(253 186 116 / 0.75);
  }

  .sm\:text-orange-300\/80{
    color: rgb(253 186 116 / 0.8);
  }

  .sm\:text-orange-300\/85{
    color: rgb(253 186 116 / 0.85);
  }

  .sm\:text-orange-300\/90{
    color: rgb(253 186 116 / 0.9);
  }

  .sm\:text-orange-300\/95{
    color: rgb(253 186 116 / 0.95);
  }

  .sm\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-400\/0{
    color: rgb(251 146 60 / 0);
  }

  .sm\:text-orange-400\/10{
    color: rgb(251 146 60 / 0.1);
  }

  .sm\:text-orange-400\/100{
    color: rgb(251 146 60 / 1);
  }

  .sm\:text-orange-400\/15{
    color: rgb(251 146 60 / 0.15);
  }

  .sm\:text-orange-400\/20{
    color: rgb(251 146 60 / 0.2);
  }

  .sm\:text-orange-400\/25{
    color: rgb(251 146 60 / 0.25);
  }

  .sm\:text-orange-400\/30{
    color: rgb(251 146 60 / 0.3);
  }

  .sm\:text-orange-400\/35{
    color: rgb(251 146 60 / 0.35);
  }

  .sm\:text-orange-400\/40{
    color: rgb(251 146 60 / 0.4);
  }

  .sm\:text-orange-400\/45{
    color: rgb(251 146 60 / 0.45);
  }

  .sm\:text-orange-400\/5{
    color: rgb(251 146 60 / 0.05);
  }

  .sm\:text-orange-400\/50{
    color: rgb(251 146 60 / 0.5);
  }

  .sm\:text-orange-400\/55{
    color: rgb(251 146 60 / 0.55);
  }

  .sm\:text-orange-400\/60{
    color: rgb(251 146 60 / 0.6);
  }

  .sm\:text-orange-400\/65{
    color: rgb(251 146 60 / 0.65);
  }

  .sm\:text-orange-400\/70{
    color: rgb(251 146 60 / 0.7);
  }

  .sm\:text-orange-400\/75{
    color: rgb(251 146 60 / 0.75);
  }

  .sm\:text-orange-400\/80{
    color: rgb(251 146 60 / 0.8);
  }

  .sm\:text-orange-400\/85{
    color: rgb(251 146 60 / 0.85);
  }

  .sm\:text-orange-400\/90{
    color: rgb(251 146 60 / 0.9);
  }

  .sm\:text-orange-400\/95{
    color: rgb(251 146 60 / 0.95);
  }

  .sm\:text-orange-50{
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-50\/0{
    color: rgb(255 247 237 / 0);
  }

  .sm\:text-orange-50\/10{
    color: rgb(255 247 237 / 0.1);
  }

  .sm\:text-orange-50\/100{
    color: rgb(255 247 237 / 1);
  }

  .sm\:text-orange-50\/15{
    color: rgb(255 247 237 / 0.15);
  }

  .sm\:text-orange-50\/20{
    color: rgb(255 247 237 / 0.2);
  }

  .sm\:text-orange-50\/25{
    color: rgb(255 247 237 / 0.25);
  }

  .sm\:text-orange-50\/30{
    color: rgb(255 247 237 / 0.3);
  }

  .sm\:text-orange-50\/35{
    color: rgb(255 247 237 / 0.35);
  }

  .sm\:text-orange-50\/40{
    color: rgb(255 247 237 / 0.4);
  }

  .sm\:text-orange-50\/45{
    color: rgb(255 247 237 / 0.45);
  }

  .sm\:text-orange-50\/5{
    color: rgb(255 247 237 / 0.05);
  }

  .sm\:text-orange-50\/50{
    color: rgb(255 247 237 / 0.5);
  }

  .sm\:text-orange-50\/55{
    color: rgb(255 247 237 / 0.55);
  }

  .sm\:text-orange-50\/60{
    color: rgb(255 247 237 / 0.6);
  }

  .sm\:text-orange-50\/65{
    color: rgb(255 247 237 / 0.65);
  }

  .sm\:text-orange-50\/70{
    color: rgb(255 247 237 / 0.7);
  }

  .sm\:text-orange-50\/75{
    color: rgb(255 247 237 / 0.75);
  }

  .sm\:text-orange-50\/80{
    color: rgb(255 247 237 / 0.8);
  }

  .sm\:text-orange-50\/85{
    color: rgb(255 247 237 / 0.85);
  }

  .sm\:text-orange-50\/90{
    color: rgb(255 247 237 / 0.9);
  }

  .sm\:text-orange-50\/95{
    color: rgb(255 247 237 / 0.95);
  }

  .sm\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-500\/0{
    color: rgb(249 115 22 / 0);
  }

  .sm\:text-orange-500\/10{
    color: rgb(249 115 22 / 0.1);
  }

  .sm\:text-orange-500\/100{
    color: rgb(249 115 22 / 1);
  }

  .sm\:text-orange-500\/15{
    color: rgb(249 115 22 / 0.15);
  }

  .sm\:text-orange-500\/20{
    color: rgb(249 115 22 / 0.2);
  }

  .sm\:text-orange-500\/25{
    color: rgb(249 115 22 / 0.25);
  }

  .sm\:text-orange-500\/30{
    color: rgb(249 115 22 / 0.3);
  }

  .sm\:text-orange-500\/35{
    color: rgb(249 115 22 / 0.35);
  }

  .sm\:text-orange-500\/40{
    color: rgb(249 115 22 / 0.4);
  }

  .sm\:text-orange-500\/45{
    color: rgb(249 115 22 / 0.45);
  }

  .sm\:text-orange-500\/5{
    color: rgb(249 115 22 / 0.05);
  }

  .sm\:text-orange-500\/50{
    color: rgb(249 115 22 / 0.5);
  }

  .sm\:text-orange-500\/55{
    color: rgb(249 115 22 / 0.55);
  }

  .sm\:text-orange-500\/60{
    color: rgb(249 115 22 / 0.6);
  }

  .sm\:text-orange-500\/65{
    color: rgb(249 115 22 / 0.65);
  }

  .sm\:text-orange-500\/70{
    color: rgb(249 115 22 / 0.7);
  }

  .sm\:text-orange-500\/75{
    color: rgb(249 115 22 / 0.75);
  }

  .sm\:text-orange-500\/80{
    color: rgb(249 115 22 / 0.8);
  }

  .sm\:text-orange-500\/85{
    color: rgb(249 115 22 / 0.85);
  }

  .sm\:text-orange-500\/90{
    color: rgb(249 115 22 / 0.9);
  }

  .sm\:text-orange-500\/95{
    color: rgb(249 115 22 / 0.95);
  }

  .sm\:text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-600\/0{
    color: rgb(234 88 12 / 0);
  }

  .sm\:text-orange-600\/10{
    color: rgb(234 88 12 / 0.1);
  }

  .sm\:text-orange-600\/100{
    color: rgb(234 88 12 / 1);
  }

  .sm\:text-orange-600\/15{
    color: rgb(234 88 12 / 0.15);
  }

  .sm\:text-orange-600\/20{
    color: rgb(234 88 12 / 0.2);
  }

  .sm\:text-orange-600\/25{
    color: rgb(234 88 12 / 0.25);
  }

  .sm\:text-orange-600\/30{
    color: rgb(234 88 12 / 0.3);
  }

  .sm\:text-orange-600\/35{
    color: rgb(234 88 12 / 0.35);
  }

  .sm\:text-orange-600\/40{
    color: rgb(234 88 12 / 0.4);
  }

  .sm\:text-orange-600\/45{
    color: rgb(234 88 12 / 0.45);
  }

  .sm\:text-orange-600\/5{
    color: rgb(234 88 12 / 0.05);
  }

  .sm\:text-orange-600\/50{
    color: rgb(234 88 12 / 0.5);
  }

  .sm\:text-orange-600\/55{
    color: rgb(234 88 12 / 0.55);
  }

  .sm\:text-orange-600\/60{
    color: rgb(234 88 12 / 0.6);
  }

  .sm\:text-orange-600\/65{
    color: rgb(234 88 12 / 0.65);
  }

  .sm\:text-orange-600\/70{
    color: rgb(234 88 12 / 0.7);
  }

  .sm\:text-orange-600\/75{
    color: rgb(234 88 12 / 0.75);
  }

  .sm\:text-orange-600\/80{
    color: rgb(234 88 12 / 0.8);
  }

  .sm\:text-orange-600\/85{
    color: rgb(234 88 12 / 0.85);
  }

  .sm\:text-orange-600\/90{
    color: rgb(234 88 12 / 0.9);
  }

  .sm\:text-orange-600\/95{
    color: rgb(234 88 12 / 0.95);
  }

  .sm\:text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-700\/0{
    color: rgb(194 65 12 / 0);
  }

  .sm\:text-orange-700\/10{
    color: rgb(194 65 12 / 0.1);
  }

  .sm\:text-orange-700\/100{
    color: rgb(194 65 12 / 1);
  }

  .sm\:text-orange-700\/15{
    color: rgb(194 65 12 / 0.15);
  }

  .sm\:text-orange-700\/20{
    color: rgb(194 65 12 / 0.2);
  }

  .sm\:text-orange-700\/25{
    color: rgb(194 65 12 / 0.25);
  }

  .sm\:text-orange-700\/30{
    color: rgb(194 65 12 / 0.3);
  }

  .sm\:text-orange-700\/35{
    color: rgb(194 65 12 / 0.35);
  }

  .sm\:text-orange-700\/40{
    color: rgb(194 65 12 / 0.4);
  }

  .sm\:text-orange-700\/45{
    color: rgb(194 65 12 / 0.45);
  }

  .sm\:text-orange-700\/5{
    color: rgb(194 65 12 / 0.05);
  }

  .sm\:text-orange-700\/50{
    color: rgb(194 65 12 / 0.5);
  }

  .sm\:text-orange-700\/55{
    color: rgb(194 65 12 / 0.55);
  }

  .sm\:text-orange-700\/60{
    color: rgb(194 65 12 / 0.6);
  }

  .sm\:text-orange-700\/65{
    color: rgb(194 65 12 / 0.65);
  }

  .sm\:text-orange-700\/70{
    color: rgb(194 65 12 / 0.7);
  }

  .sm\:text-orange-700\/75{
    color: rgb(194 65 12 / 0.75);
  }

  .sm\:text-orange-700\/80{
    color: rgb(194 65 12 / 0.8);
  }

  .sm\:text-orange-700\/85{
    color: rgb(194 65 12 / 0.85);
  }

  .sm\:text-orange-700\/90{
    color: rgb(194 65 12 / 0.9);
  }

  .sm\:text-orange-700\/95{
    color: rgb(194 65 12 / 0.95);
  }

  .sm\:text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-800\/0{
    color: rgb(154 52 18 / 0);
  }

  .sm\:text-orange-800\/10{
    color: rgb(154 52 18 / 0.1);
  }

  .sm\:text-orange-800\/100{
    color: rgb(154 52 18 / 1);
  }

  .sm\:text-orange-800\/15{
    color: rgb(154 52 18 / 0.15);
  }

  .sm\:text-orange-800\/20{
    color: rgb(154 52 18 / 0.2);
  }

  .sm\:text-orange-800\/25{
    color: rgb(154 52 18 / 0.25);
  }

  .sm\:text-orange-800\/30{
    color: rgb(154 52 18 / 0.3);
  }

  .sm\:text-orange-800\/35{
    color: rgb(154 52 18 / 0.35);
  }

  .sm\:text-orange-800\/40{
    color: rgb(154 52 18 / 0.4);
  }

  .sm\:text-orange-800\/45{
    color: rgb(154 52 18 / 0.45);
  }

  .sm\:text-orange-800\/5{
    color: rgb(154 52 18 / 0.05);
  }

  .sm\:text-orange-800\/50{
    color: rgb(154 52 18 / 0.5);
  }

  .sm\:text-orange-800\/55{
    color: rgb(154 52 18 / 0.55);
  }

  .sm\:text-orange-800\/60{
    color: rgb(154 52 18 / 0.6);
  }

  .sm\:text-orange-800\/65{
    color: rgb(154 52 18 / 0.65);
  }

  .sm\:text-orange-800\/70{
    color: rgb(154 52 18 / 0.7);
  }

  .sm\:text-orange-800\/75{
    color: rgb(154 52 18 / 0.75);
  }

  .sm\:text-orange-800\/80{
    color: rgb(154 52 18 / 0.8);
  }

  .sm\:text-orange-800\/85{
    color: rgb(154 52 18 / 0.85);
  }

  .sm\:text-orange-800\/90{
    color: rgb(154 52 18 / 0.9);
  }

  .sm\:text-orange-800\/95{
    color: rgb(154 52 18 / 0.95);
  }

  .sm\:text-orange-900{
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-900\/0{
    color: rgb(124 45 18 / 0);
  }

  .sm\:text-orange-900\/10{
    color: rgb(124 45 18 / 0.1);
  }

  .sm\:text-orange-900\/100{
    color: rgb(124 45 18 / 1);
  }

  .sm\:text-orange-900\/15{
    color: rgb(124 45 18 / 0.15);
  }

  .sm\:text-orange-900\/20{
    color: rgb(124 45 18 / 0.2);
  }

  .sm\:text-orange-900\/25{
    color: rgb(124 45 18 / 0.25);
  }

  .sm\:text-orange-900\/30{
    color: rgb(124 45 18 / 0.3);
  }

  .sm\:text-orange-900\/35{
    color: rgb(124 45 18 / 0.35);
  }

  .sm\:text-orange-900\/40{
    color: rgb(124 45 18 / 0.4);
  }

  .sm\:text-orange-900\/45{
    color: rgb(124 45 18 / 0.45);
  }

  .sm\:text-orange-900\/5{
    color: rgb(124 45 18 / 0.05);
  }

  .sm\:text-orange-900\/50{
    color: rgb(124 45 18 / 0.5);
  }

  .sm\:text-orange-900\/55{
    color: rgb(124 45 18 / 0.55);
  }

  .sm\:text-orange-900\/60{
    color: rgb(124 45 18 / 0.6);
  }

  .sm\:text-orange-900\/65{
    color: rgb(124 45 18 / 0.65);
  }

  .sm\:text-orange-900\/70{
    color: rgb(124 45 18 / 0.7);
  }

  .sm\:text-orange-900\/75{
    color: rgb(124 45 18 / 0.75);
  }

  .sm\:text-orange-900\/80{
    color: rgb(124 45 18 / 0.8);
  }

  .sm\:text-orange-900\/85{
    color: rgb(124 45 18 / 0.85);
  }

  .sm\:text-orange-900\/90{
    color: rgb(124 45 18 / 0.9);
  }

  .sm\:text-orange-900\/95{
    color: rgb(124 45 18 / 0.95);
  }

  .sm\:text-orange-950{
    --tw-text-opacity: 1;
    color: rgb(67 20 7 / var(--tw-text-opacity, 1));
  }

  .sm\:text-orange-950\/0{
    color: rgb(67 20 7 / 0);
  }

  .sm\:text-orange-950\/10{
    color: rgb(67 20 7 / 0.1);
  }

  .sm\:text-orange-950\/100{
    color: rgb(67 20 7 / 1);
  }

  .sm\:text-orange-950\/15{
    color: rgb(67 20 7 / 0.15);
  }

  .sm\:text-orange-950\/20{
    color: rgb(67 20 7 / 0.2);
  }

  .sm\:text-orange-950\/25{
    color: rgb(67 20 7 / 0.25);
  }

  .sm\:text-orange-950\/30{
    color: rgb(67 20 7 / 0.3);
  }

  .sm\:text-orange-950\/35{
    color: rgb(67 20 7 / 0.35);
  }

  .sm\:text-orange-950\/40{
    color: rgb(67 20 7 / 0.4);
  }

  .sm\:text-orange-950\/45{
    color: rgb(67 20 7 / 0.45);
  }

  .sm\:text-orange-950\/5{
    color: rgb(67 20 7 / 0.05);
  }

  .sm\:text-orange-950\/50{
    color: rgb(67 20 7 / 0.5);
  }

  .sm\:text-orange-950\/55{
    color: rgb(67 20 7 / 0.55);
  }

  .sm\:text-orange-950\/60{
    color: rgb(67 20 7 / 0.6);
  }

  .sm\:text-orange-950\/65{
    color: rgb(67 20 7 / 0.65);
  }

  .sm\:text-orange-950\/70{
    color: rgb(67 20 7 / 0.7);
  }

  .sm\:text-orange-950\/75{
    color: rgb(67 20 7 / 0.75);
  }

  .sm\:text-orange-950\/80{
    color: rgb(67 20 7 / 0.8);
  }

  .sm\:text-orange-950\/85{
    color: rgb(67 20 7 / 0.85);
  }

  .sm\:text-orange-950\/90{
    color: rgb(67 20 7 / 0.9);
  }

  .sm\:text-orange-950\/95{
    color: rgb(67 20 7 / 0.95);
  }

  .sm\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-100\/0{
    color: rgb(252 231 243 / 0);
  }

  .sm\:text-pink-100\/10{
    color: rgb(252 231 243 / 0.1);
  }

  .sm\:text-pink-100\/100{
    color: rgb(252 231 243 / 1);
  }

  .sm\:text-pink-100\/15{
    color: rgb(252 231 243 / 0.15);
  }

  .sm\:text-pink-100\/20{
    color: rgb(252 231 243 / 0.2);
  }

  .sm\:text-pink-100\/25{
    color: rgb(252 231 243 / 0.25);
  }

  .sm\:text-pink-100\/30{
    color: rgb(252 231 243 / 0.3);
  }

  .sm\:text-pink-100\/35{
    color: rgb(252 231 243 / 0.35);
  }

  .sm\:text-pink-100\/40{
    color: rgb(252 231 243 / 0.4);
  }

  .sm\:text-pink-100\/45{
    color: rgb(252 231 243 / 0.45);
  }

  .sm\:text-pink-100\/5{
    color: rgb(252 231 243 / 0.05);
  }

  .sm\:text-pink-100\/50{
    color: rgb(252 231 243 / 0.5);
  }

  .sm\:text-pink-100\/55{
    color: rgb(252 231 243 / 0.55);
  }

  .sm\:text-pink-100\/60{
    color: rgb(252 231 243 / 0.6);
  }

  .sm\:text-pink-100\/65{
    color: rgb(252 231 243 / 0.65);
  }

  .sm\:text-pink-100\/70{
    color: rgb(252 231 243 / 0.7);
  }

  .sm\:text-pink-100\/75{
    color: rgb(252 231 243 / 0.75);
  }

  .sm\:text-pink-100\/80{
    color: rgb(252 231 243 / 0.8);
  }

  .sm\:text-pink-100\/85{
    color: rgb(252 231 243 / 0.85);
  }

  .sm\:text-pink-100\/90{
    color: rgb(252 231 243 / 0.9);
  }

  .sm\:text-pink-100\/95{
    color: rgb(252 231 243 / 0.95);
  }

  .sm\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-200\/0{
    color: rgb(251 207 232 / 0);
  }

  .sm\:text-pink-200\/10{
    color: rgb(251 207 232 / 0.1);
  }

  .sm\:text-pink-200\/100{
    color: rgb(251 207 232 / 1);
  }

  .sm\:text-pink-200\/15{
    color: rgb(251 207 232 / 0.15);
  }

  .sm\:text-pink-200\/20{
    color: rgb(251 207 232 / 0.2);
  }

  .sm\:text-pink-200\/25{
    color: rgb(251 207 232 / 0.25);
  }

  .sm\:text-pink-200\/30{
    color: rgb(251 207 232 / 0.3);
  }

  .sm\:text-pink-200\/35{
    color: rgb(251 207 232 / 0.35);
  }

  .sm\:text-pink-200\/40{
    color: rgb(251 207 232 / 0.4);
  }

  .sm\:text-pink-200\/45{
    color: rgb(251 207 232 / 0.45);
  }

  .sm\:text-pink-200\/5{
    color: rgb(251 207 232 / 0.05);
  }

  .sm\:text-pink-200\/50{
    color: rgb(251 207 232 / 0.5);
  }

  .sm\:text-pink-200\/55{
    color: rgb(251 207 232 / 0.55);
  }

  .sm\:text-pink-200\/60{
    color: rgb(251 207 232 / 0.6);
  }

  .sm\:text-pink-200\/65{
    color: rgb(251 207 232 / 0.65);
  }

  .sm\:text-pink-200\/70{
    color: rgb(251 207 232 / 0.7);
  }

  .sm\:text-pink-200\/75{
    color: rgb(251 207 232 / 0.75);
  }

  .sm\:text-pink-200\/80{
    color: rgb(251 207 232 / 0.8);
  }

  .sm\:text-pink-200\/85{
    color: rgb(251 207 232 / 0.85);
  }

  .sm\:text-pink-200\/90{
    color: rgb(251 207 232 / 0.9);
  }

  .sm\:text-pink-200\/95{
    color: rgb(251 207 232 / 0.95);
  }

  .sm\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-300\/0{
    color: rgb(249 168 212 / 0);
  }

  .sm\:text-pink-300\/10{
    color: rgb(249 168 212 / 0.1);
  }

  .sm\:text-pink-300\/100{
    color: rgb(249 168 212 / 1);
  }

  .sm\:text-pink-300\/15{
    color: rgb(249 168 212 / 0.15);
  }

  .sm\:text-pink-300\/20{
    color: rgb(249 168 212 / 0.2);
  }

  .sm\:text-pink-300\/25{
    color: rgb(249 168 212 / 0.25);
  }

  .sm\:text-pink-300\/30{
    color: rgb(249 168 212 / 0.3);
  }

  .sm\:text-pink-300\/35{
    color: rgb(249 168 212 / 0.35);
  }

  .sm\:text-pink-300\/40{
    color: rgb(249 168 212 / 0.4);
  }

  .sm\:text-pink-300\/45{
    color: rgb(249 168 212 / 0.45);
  }

  .sm\:text-pink-300\/5{
    color: rgb(249 168 212 / 0.05);
  }

  .sm\:text-pink-300\/50{
    color: rgb(249 168 212 / 0.5);
  }

  .sm\:text-pink-300\/55{
    color: rgb(249 168 212 / 0.55);
  }

  .sm\:text-pink-300\/60{
    color: rgb(249 168 212 / 0.6);
  }

  .sm\:text-pink-300\/65{
    color: rgb(249 168 212 / 0.65);
  }

  .sm\:text-pink-300\/70{
    color: rgb(249 168 212 / 0.7);
  }

  .sm\:text-pink-300\/75{
    color: rgb(249 168 212 / 0.75);
  }

  .sm\:text-pink-300\/80{
    color: rgb(249 168 212 / 0.8);
  }

  .sm\:text-pink-300\/85{
    color: rgb(249 168 212 / 0.85);
  }

  .sm\:text-pink-300\/90{
    color: rgb(249 168 212 / 0.9);
  }

  .sm\:text-pink-300\/95{
    color: rgb(249 168 212 / 0.95);
  }

  .sm\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-400\/0{
    color: rgb(244 114 182 / 0);
  }

  .sm\:text-pink-400\/10{
    color: rgb(244 114 182 / 0.1);
  }

  .sm\:text-pink-400\/100{
    color: rgb(244 114 182 / 1);
  }

  .sm\:text-pink-400\/15{
    color: rgb(244 114 182 / 0.15);
  }

  .sm\:text-pink-400\/20{
    color: rgb(244 114 182 / 0.2);
  }

  .sm\:text-pink-400\/25{
    color: rgb(244 114 182 / 0.25);
  }

  .sm\:text-pink-400\/30{
    color: rgb(244 114 182 / 0.3);
  }

  .sm\:text-pink-400\/35{
    color: rgb(244 114 182 / 0.35);
  }

  .sm\:text-pink-400\/40{
    color: rgb(244 114 182 / 0.4);
  }

  .sm\:text-pink-400\/45{
    color: rgb(244 114 182 / 0.45);
  }

  .sm\:text-pink-400\/5{
    color: rgb(244 114 182 / 0.05);
  }

  .sm\:text-pink-400\/50{
    color: rgb(244 114 182 / 0.5);
  }

  .sm\:text-pink-400\/55{
    color: rgb(244 114 182 / 0.55);
  }

  .sm\:text-pink-400\/60{
    color: rgb(244 114 182 / 0.6);
  }

  .sm\:text-pink-400\/65{
    color: rgb(244 114 182 / 0.65);
  }

  .sm\:text-pink-400\/70{
    color: rgb(244 114 182 / 0.7);
  }

  .sm\:text-pink-400\/75{
    color: rgb(244 114 182 / 0.75);
  }

  .sm\:text-pink-400\/80{
    color: rgb(244 114 182 / 0.8);
  }

  .sm\:text-pink-400\/85{
    color: rgb(244 114 182 / 0.85);
  }

  .sm\:text-pink-400\/90{
    color: rgb(244 114 182 / 0.9);
  }

  .sm\:text-pink-400\/95{
    color: rgb(244 114 182 / 0.95);
  }

  .sm\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-50\/0{
    color: rgb(253 242 248 / 0);
  }

  .sm\:text-pink-50\/10{
    color: rgb(253 242 248 / 0.1);
  }

  .sm\:text-pink-50\/100{
    color: rgb(253 242 248 / 1);
  }

  .sm\:text-pink-50\/15{
    color: rgb(253 242 248 / 0.15);
  }

  .sm\:text-pink-50\/20{
    color: rgb(253 242 248 / 0.2);
  }

  .sm\:text-pink-50\/25{
    color: rgb(253 242 248 / 0.25);
  }

  .sm\:text-pink-50\/30{
    color: rgb(253 242 248 / 0.3);
  }

  .sm\:text-pink-50\/35{
    color: rgb(253 242 248 / 0.35);
  }

  .sm\:text-pink-50\/40{
    color: rgb(253 242 248 / 0.4);
  }

  .sm\:text-pink-50\/45{
    color: rgb(253 242 248 / 0.45);
  }

  .sm\:text-pink-50\/5{
    color: rgb(253 242 248 / 0.05);
  }

  .sm\:text-pink-50\/50{
    color: rgb(253 242 248 / 0.5);
  }

  .sm\:text-pink-50\/55{
    color: rgb(253 242 248 / 0.55);
  }

  .sm\:text-pink-50\/60{
    color: rgb(253 242 248 / 0.6);
  }

  .sm\:text-pink-50\/65{
    color: rgb(253 242 248 / 0.65);
  }

  .sm\:text-pink-50\/70{
    color: rgb(253 242 248 / 0.7);
  }

  .sm\:text-pink-50\/75{
    color: rgb(253 242 248 / 0.75);
  }

  .sm\:text-pink-50\/80{
    color: rgb(253 242 248 / 0.8);
  }

  .sm\:text-pink-50\/85{
    color: rgb(253 242 248 / 0.85);
  }

  .sm\:text-pink-50\/90{
    color: rgb(253 242 248 / 0.9);
  }

  .sm\:text-pink-50\/95{
    color: rgb(253 242 248 / 0.95);
  }

  .sm\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-500\/0{
    color: rgb(236 72 153 / 0);
  }

  .sm\:text-pink-500\/10{
    color: rgb(236 72 153 / 0.1);
  }

  .sm\:text-pink-500\/100{
    color: rgb(236 72 153 / 1);
  }

  .sm\:text-pink-500\/15{
    color: rgb(236 72 153 / 0.15);
  }

  .sm\:text-pink-500\/20{
    color: rgb(236 72 153 / 0.2);
  }

  .sm\:text-pink-500\/25{
    color: rgb(236 72 153 / 0.25);
  }

  .sm\:text-pink-500\/30{
    color: rgb(236 72 153 / 0.3);
  }

  .sm\:text-pink-500\/35{
    color: rgb(236 72 153 / 0.35);
  }

  .sm\:text-pink-500\/40{
    color: rgb(236 72 153 / 0.4);
  }

  .sm\:text-pink-500\/45{
    color: rgb(236 72 153 / 0.45);
  }

  .sm\:text-pink-500\/5{
    color: rgb(236 72 153 / 0.05);
  }

  .sm\:text-pink-500\/50{
    color: rgb(236 72 153 / 0.5);
  }

  .sm\:text-pink-500\/55{
    color: rgb(236 72 153 / 0.55);
  }

  .sm\:text-pink-500\/60{
    color: rgb(236 72 153 / 0.6);
  }

  .sm\:text-pink-500\/65{
    color: rgb(236 72 153 / 0.65);
  }

  .sm\:text-pink-500\/70{
    color: rgb(236 72 153 / 0.7);
  }

  .sm\:text-pink-500\/75{
    color: rgb(236 72 153 / 0.75);
  }

  .sm\:text-pink-500\/80{
    color: rgb(236 72 153 / 0.8);
  }

  .sm\:text-pink-500\/85{
    color: rgb(236 72 153 / 0.85);
  }

  .sm\:text-pink-500\/90{
    color: rgb(236 72 153 / 0.9);
  }

  .sm\:text-pink-500\/95{
    color: rgb(236 72 153 / 0.95);
  }

  .sm\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-600\/0{
    color: rgb(219 39 119 / 0);
  }

  .sm\:text-pink-600\/10{
    color: rgb(219 39 119 / 0.1);
  }

  .sm\:text-pink-600\/100{
    color: rgb(219 39 119 / 1);
  }

  .sm\:text-pink-600\/15{
    color: rgb(219 39 119 / 0.15);
  }

  .sm\:text-pink-600\/20{
    color: rgb(219 39 119 / 0.2);
  }

  .sm\:text-pink-600\/25{
    color: rgb(219 39 119 / 0.25);
  }

  .sm\:text-pink-600\/30{
    color: rgb(219 39 119 / 0.3);
  }

  .sm\:text-pink-600\/35{
    color: rgb(219 39 119 / 0.35);
  }

  .sm\:text-pink-600\/40{
    color: rgb(219 39 119 / 0.4);
  }

  .sm\:text-pink-600\/45{
    color: rgb(219 39 119 / 0.45);
  }

  .sm\:text-pink-600\/5{
    color: rgb(219 39 119 / 0.05);
  }

  .sm\:text-pink-600\/50{
    color: rgb(219 39 119 / 0.5);
  }

  .sm\:text-pink-600\/55{
    color: rgb(219 39 119 / 0.55);
  }

  .sm\:text-pink-600\/60{
    color: rgb(219 39 119 / 0.6);
  }

  .sm\:text-pink-600\/65{
    color: rgb(219 39 119 / 0.65);
  }

  .sm\:text-pink-600\/70{
    color: rgb(219 39 119 / 0.7);
  }

  .sm\:text-pink-600\/75{
    color: rgb(219 39 119 / 0.75);
  }

  .sm\:text-pink-600\/80{
    color: rgb(219 39 119 / 0.8);
  }

  .sm\:text-pink-600\/85{
    color: rgb(219 39 119 / 0.85);
  }

  .sm\:text-pink-600\/90{
    color: rgb(219 39 119 / 0.9);
  }

  .sm\:text-pink-600\/95{
    color: rgb(219 39 119 / 0.95);
  }

  .sm\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-700\/0{
    color: rgb(190 24 93 / 0);
  }

  .sm\:text-pink-700\/10{
    color: rgb(190 24 93 / 0.1);
  }

  .sm\:text-pink-700\/100{
    color: rgb(190 24 93 / 1);
  }

  .sm\:text-pink-700\/15{
    color: rgb(190 24 93 / 0.15);
  }

  .sm\:text-pink-700\/20{
    color: rgb(190 24 93 / 0.2);
  }

  .sm\:text-pink-700\/25{
    color: rgb(190 24 93 / 0.25);
  }

  .sm\:text-pink-700\/30{
    color: rgb(190 24 93 / 0.3);
  }

  .sm\:text-pink-700\/35{
    color: rgb(190 24 93 / 0.35);
  }

  .sm\:text-pink-700\/40{
    color: rgb(190 24 93 / 0.4);
  }

  .sm\:text-pink-700\/45{
    color: rgb(190 24 93 / 0.45);
  }

  .sm\:text-pink-700\/5{
    color: rgb(190 24 93 / 0.05);
  }

  .sm\:text-pink-700\/50{
    color: rgb(190 24 93 / 0.5);
  }

  .sm\:text-pink-700\/55{
    color: rgb(190 24 93 / 0.55);
  }

  .sm\:text-pink-700\/60{
    color: rgb(190 24 93 / 0.6);
  }

  .sm\:text-pink-700\/65{
    color: rgb(190 24 93 / 0.65);
  }

  .sm\:text-pink-700\/70{
    color: rgb(190 24 93 / 0.7);
  }

  .sm\:text-pink-700\/75{
    color: rgb(190 24 93 / 0.75);
  }

  .sm\:text-pink-700\/80{
    color: rgb(190 24 93 / 0.8);
  }

  .sm\:text-pink-700\/85{
    color: rgb(190 24 93 / 0.85);
  }

  .sm\:text-pink-700\/90{
    color: rgb(190 24 93 / 0.9);
  }

  .sm\:text-pink-700\/95{
    color: rgb(190 24 93 / 0.95);
  }

  .sm\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-800\/0{
    color: rgb(157 23 77 / 0);
  }

  .sm\:text-pink-800\/10{
    color: rgb(157 23 77 / 0.1);
  }

  .sm\:text-pink-800\/100{
    color: rgb(157 23 77 / 1);
  }

  .sm\:text-pink-800\/15{
    color: rgb(157 23 77 / 0.15);
  }

  .sm\:text-pink-800\/20{
    color: rgb(157 23 77 / 0.2);
  }

  .sm\:text-pink-800\/25{
    color: rgb(157 23 77 / 0.25);
  }

  .sm\:text-pink-800\/30{
    color: rgb(157 23 77 / 0.3);
  }

  .sm\:text-pink-800\/35{
    color: rgb(157 23 77 / 0.35);
  }

  .sm\:text-pink-800\/40{
    color: rgb(157 23 77 / 0.4);
  }

  .sm\:text-pink-800\/45{
    color: rgb(157 23 77 / 0.45);
  }

  .sm\:text-pink-800\/5{
    color: rgb(157 23 77 / 0.05);
  }

  .sm\:text-pink-800\/50{
    color: rgb(157 23 77 / 0.5);
  }

  .sm\:text-pink-800\/55{
    color: rgb(157 23 77 / 0.55);
  }

  .sm\:text-pink-800\/60{
    color: rgb(157 23 77 / 0.6);
  }

  .sm\:text-pink-800\/65{
    color: rgb(157 23 77 / 0.65);
  }

  .sm\:text-pink-800\/70{
    color: rgb(157 23 77 / 0.7);
  }

  .sm\:text-pink-800\/75{
    color: rgb(157 23 77 / 0.75);
  }

  .sm\:text-pink-800\/80{
    color: rgb(157 23 77 / 0.8);
  }

  .sm\:text-pink-800\/85{
    color: rgb(157 23 77 / 0.85);
  }

  .sm\:text-pink-800\/90{
    color: rgb(157 23 77 / 0.9);
  }

  .sm\:text-pink-800\/95{
    color: rgb(157 23 77 / 0.95);
  }

  .sm\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-900\/0{
    color: rgb(131 24 67 / 0);
  }

  .sm\:text-pink-900\/10{
    color: rgb(131 24 67 / 0.1);
  }

  .sm\:text-pink-900\/100{
    color: rgb(131 24 67 / 1);
  }

  .sm\:text-pink-900\/15{
    color: rgb(131 24 67 / 0.15);
  }

  .sm\:text-pink-900\/20{
    color: rgb(131 24 67 / 0.2);
  }

  .sm\:text-pink-900\/25{
    color: rgb(131 24 67 / 0.25);
  }

  .sm\:text-pink-900\/30{
    color: rgb(131 24 67 / 0.3);
  }

  .sm\:text-pink-900\/35{
    color: rgb(131 24 67 / 0.35);
  }

  .sm\:text-pink-900\/40{
    color: rgb(131 24 67 / 0.4);
  }

  .sm\:text-pink-900\/45{
    color: rgb(131 24 67 / 0.45);
  }

  .sm\:text-pink-900\/5{
    color: rgb(131 24 67 / 0.05);
  }

  .sm\:text-pink-900\/50{
    color: rgb(131 24 67 / 0.5);
  }

  .sm\:text-pink-900\/55{
    color: rgb(131 24 67 / 0.55);
  }

  .sm\:text-pink-900\/60{
    color: rgb(131 24 67 / 0.6);
  }

  .sm\:text-pink-900\/65{
    color: rgb(131 24 67 / 0.65);
  }

  .sm\:text-pink-900\/70{
    color: rgb(131 24 67 / 0.7);
  }

  .sm\:text-pink-900\/75{
    color: rgb(131 24 67 / 0.75);
  }

  .sm\:text-pink-900\/80{
    color: rgb(131 24 67 / 0.8);
  }

  .sm\:text-pink-900\/85{
    color: rgb(131 24 67 / 0.85);
  }

  .sm\:text-pink-900\/90{
    color: rgb(131 24 67 / 0.9);
  }

  .sm\:text-pink-900\/95{
    color: rgb(131 24 67 / 0.95);
  }

  .sm\:text-pink-950{
    --tw-text-opacity: 1;
    color: rgb(80 7 36 / var(--tw-text-opacity, 1));
  }

  .sm\:text-pink-950\/0{
    color: rgb(80 7 36 / 0);
  }

  .sm\:text-pink-950\/10{
    color: rgb(80 7 36 / 0.1);
  }

  .sm\:text-pink-950\/100{
    color: rgb(80 7 36 / 1);
  }

  .sm\:text-pink-950\/15{
    color: rgb(80 7 36 / 0.15);
  }

  .sm\:text-pink-950\/20{
    color: rgb(80 7 36 / 0.2);
  }

  .sm\:text-pink-950\/25{
    color: rgb(80 7 36 / 0.25);
  }

  .sm\:text-pink-950\/30{
    color: rgb(80 7 36 / 0.3);
  }

  .sm\:text-pink-950\/35{
    color: rgb(80 7 36 / 0.35);
  }

  .sm\:text-pink-950\/40{
    color: rgb(80 7 36 / 0.4);
  }

  .sm\:text-pink-950\/45{
    color: rgb(80 7 36 / 0.45);
  }

  .sm\:text-pink-950\/5{
    color: rgb(80 7 36 / 0.05);
  }

  .sm\:text-pink-950\/50{
    color: rgb(80 7 36 / 0.5);
  }

  .sm\:text-pink-950\/55{
    color: rgb(80 7 36 / 0.55);
  }

  .sm\:text-pink-950\/60{
    color: rgb(80 7 36 / 0.6);
  }

  .sm\:text-pink-950\/65{
    color: rgb(80 7 36 / 0.65);
  }

  .sm\:text-pink-950\/70{
    color: rgb(80 7 36 / 0.7);
  }

  .sm\:text-pink-950\/75{
    color: rgb(80 7 36 / 0.75);
  }

  .sm\:text-pink-950\/80{
    color: rgb(80 7 36 / 0.8);
  }

  .sm\:text-pink-950\/85{
    color: rgb(80 7 36 / 0.85);
  }

  .sm\:text-pink-950\/90{
    color: rgb(80 7 36 / 0.9);
  }

  .sm\:text-pink-950\/95{
    color: rgb(80 7 36 / 0.95);
  }

  .sm\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary\/0{
    color: rgb(23 62 81 / 0);
  }

  .sm\:text-primary\/10{
    color: rgb(23 62 81 / 0.1);
  }

  .sm\:text-primary\/100{
    color: rgb(23 62 81 / 1);
  }

  .sm\:text-primary\/15{
    color: rgb(23 62 81 / 0.15);
  }

  .sm\:text-primary\/20{
    color: rgb(23 62 81 / 0.2);
  }

  .sm\:text-primary\/25{
    color: rgb(23 62 81 / 0.25);
  }

  .sm\:text-primary\/30{
    color: rgb(23 62 81 / 0.3);
  }

  .sm\:text-primary\/35{
    color: rgb(23 62 81 / 0.35);
  }

  .sm\:text-primary\/40{
    color: rgb(23 62 81 / 0.4);
  }

  .sm\:text-primary\/45{
    color: rgb(23 62 81 / 0.45);
  }

  .sm\:text-primary\/5{
    color: rgb(23 62 81 / 0.05);
  }

  .sm\:text-primary\/50{
    color: rgb(23 62 81 / 0.5);
  }

  .sm\:text-primary\/55{
    color: rgb(23 62 81 / 0.55);
  }

  .sm\:text-primary\/60{
    color: rgb(23 62 81 / 0.6);
  }

  .sm\:text-primary\/65{
    color: rgb(23 62 81 / 0.65);
  }

  .sm\:text-primary\/70{
    color: rgb(23 62 81 / 0.7);
  }

  .sm\:text-primary\/75{
    color: rgb(23 62 81 / 0.75);
  }

  .sm\:text-primary\/80{
    color: rgb(23 62 81 / 0.8);
  }

  .sm\:text-primary\/85{
    color: rgb(23 62 81 / 0.85);
  }

  .sm\:text-primary\/90{
    color: rgb(23 62 81 / 0.9);
  }

  .sm\:text-primary\/95{
    color: rgb(23 62 81 / 0.95);
  }

  .sm\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgb(243 232 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-100\/0{
    color: rgb(243 232 255 / 0);
  }

  .sm\:text-purple-100\/10{
    color: rgb(243 232 255 / 0.1);
  }

  .sm\:text-purple-100\/100{
    color: rgb(243 232 255 / 1);
  }

  .sm\:text-purple-100\/15{
    color: rgb(243 232 255 / 0.15);
  }

  .sm\:text-purple-100\/20{
    color: rgb(243 232 255 / 0.2);
  }

  .sm\:text-purple-100\/25{
    color: rgb(243 232 255 / 0.25);
  }

  .sm\:text-purple-100\/30{
    color: rgb(243 232 255 / 0.3);
  }

  .sm\:text-purple-100\/35{
    color: rgb(243 232 255 / 0.35);
  }

  .sm\:text-purple-100\/40{
    color: rgb(243 232 255 / 0.4);
  }

  .sm\:text-purple-100\/45{
    color: rgb(243 232 255 / 0.45);
  }

  .sm\:text-purple-100\/5{
    color: rgb(243 232 255 / 0.05);
  }

  .sm\:text-purple-100\/50{
    color: rgb(243 232 255 / 0.5);
  }

  .sm\:text-purple-100\/55{
    color: rgb(243 232 255 / 0.55);
  }

  .sm\:text-purple-100\/60{
    color: rgb(243 232 255 / 0.6);
  }

  .sm\:text-purple-100\/65{
    color: rgb(243 232 255 / 0.65);
  }

  .sm\:text-purple-100\/70{
    color: rgb(243 232 255 / 0.7);
  }

  .sm\:text-purple-100\/75{
    color: rgb(243 232 255 / 0.75);
  }

  .sm\:text-purple-100\/80{
    color: rgb(243 232 255 / 0.8);
  }

  .sm\:text-purple-100\/85{
    color: rgb(243 232 255 / 0.85);
  }

  .sm\:text-purple-100\/90{
    color: rgb(243 232 255 / 0.9);
  }

  .sm\:text-purple-100\/95{
    color: rgb(243 232 255 / 0.95);
  }

  .sm\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-200\/0{
    color: rgb(233 213 255 / 0);
  }

  .sm\:text-purple-200\/10{
    color: rgb(233 213 255 / 0.1);
  }

  .sm\:text-purple-200\/100{
    color: rgb(233 213 255 / 1);
  }

  .sm\:text-purple-200\/15{
    color: rgb(233 213 255 / 0.15);
  }

  .sm\:text-purple-200\/20{
    color: rgb(233 213 255 / 0.2);
  }

  .sm\:text-purple-200\/25{
    color: rgb(233 213 255 / 0.25);
  }

  .sm\:text-purple-200\/30{
    color: rgb(233 213 255 / 0.3);
  }

  .sm\:text-purple-200\/35{
    color: rgb(233 213 255 / 0.35);
  }

  .sm\:text-purple-200\/40{
    color: rgb(233 213 255 / 0.4);
  }

  .sm\:text-purple-200\/45{
    color: rgb(233 213 255 / 0.45);
  }

  .sm\:text-purple-200\/5{
    color: rgb(233 213 255 / 0.05);
  }

  .sm\:text-purple-200\/50{
    color: rgb(233 213 255 / 0.5);
  }

  .sm\:text-purple-200\/55{
    color: rgb(233 213 255 / 0.55);
  }

  .sm\:text-purple-200\/60{
    color: rgb(233 213 255 / 0.6);
  }

  .sm\:text-purple-200\/65{
    color: rgb(233 213 255 / 0.65);
  }

  .sm\:text-purple-200\/70{
    color: rgb(233 213 255 / 0.7);
  }

  .sm\:text-purple-200\/75{
    color: rgb(233 213 255 / 0.75);
  }

  .sm\:text-purple-200\/80{
    color: rgb(233 213 255 / 0.8);
  }

  .sm\:text-purple-200\/85{
    color: rgb(233 213 255 / 0.85);
  }

  .sm\:text-purple-200\/90{
    color: rgb(233 213 255 / 0.9);
  }

  .sm\:text-purple-200\/95{
    color: rgb(233 213 255 / 0.95);
  }

  .sm\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-300\/0{
    color: rgb(216 180 254 / 0);
  }

  .sm\:text-purple-300\/10{
    color: rgb(216 180 254 / 0.1);
  }

  .sm\:text-purple-300\/100{
    color: rgb(216 180 254 / 1);
  }

  .sm\:text-purple-300\/15{
    color: rgb(216 180 254 / 0.15);
  }

  .sm\:text-purple-300\/20{
    color: rgb(216 180 254 / 0.2);
  }

  .sm\:text-purple-300\/25{
    color: rgb(216 180 254 / 0.25);
  }

  .sm\:text-purple-300\/30{
    color: rgb(216 180 254 / 0.3);
  }

  .sm\:text-purple-300\/35{
    color: rgb(216 180 254 / 0.35);
  }

  .sm\:text-purple-300\/40{
    color: rgb(216 180 254 / 0.4);
  }

  .sm\:text-purple-300\/45{
    color: rgb(216 180 254 / 0.45);
  }

  .sm\:text-purple-300\/5{
    color: rgb(216 180 254 / 0.05);
  }

  .sm\:text-purple-300\/50{
    color: rgb(216 180 254 / 0.5);
  }

  .sm\:text-purple-300\/55{
    color: rgb(216 180 254 / 0.55);
  }

  .sm\:text-purple-300\/60{
    color: rgb(216 180 254 / 0.6);
  }

  .sm\:text-purple-300\/65{
    color: rgb(216 180 254 / 0.65);
  }

  .sm\:text-purple-300\/70{
    color: rgb(216 180 254 / 0.7);
  }

  .sm\:text-purple-300\/75{
    color: rgb(216 180 254 / 0.75);
  }

  .sm\:text-purple-300\/80{
    color: rgb(216 180 254 / 0.8);
  }

  .sm\:text-purple-300\/85{
    color: rgb(216 180 254 / 0.85);
  }

  .sm\:text-purple-300\/90{
    color: rgb(216 180 254 / 0.9);
  }

  .sm\:text-purple-300\/95{
    color: rgb(216 180 254 / 0.95);
  }

  .sm\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-400\/0{
    color: rgb(192 132 252 / 0);
  }

  .sm\:text-purple-400\/10{
    color: rgb(192 132 252 / 0.1);
  }

  .sm\:text-purple-400\/100{
    color: rgb(192 132 252 / 1);
  }

  .sm\:text-purple-400\/15{
    color: rgb(192 132 252 / 0.15);
  }

  .sm\:text-purple-400\/20{
    color: rgb(192 132 252 / 0.2);
  }

  .sm\:text-purple-400\/25{
    color: rgb(192 132 252 / 0.25);
  }

  .sm\:text-purple-400\/30{
    color: rgb(192 132 252 / 0.3);
  }

  .sm\:text-purple-400\/35{
    color: rgb(192 132 252 / 0.35);
  }

  .sm\:text-purple-400\/40{
    color: rgb(192 132 252 / 0.4);
  }

  .sm\:text-purple-400\/45{
    color: rgb(192 132 252 / 0.45);
  }

  .sm\:text-purple-400\/5{
    color: rgb(192 132 252 / 0.05);
  }

  .sm\:text-purple-400\/50{
    color: rgb(192 132 252 / 0.5);
  }

  .sm\:text-purple-400\/55{
    color: rgb(192 132 252 / 0.55);
  }

  .sm\:text-purple-400\/60{
    color: rgb(192 132 252 / 0.6);
  }

  .sm\:text-purple-400\/65{
    color: rgb(192 132 252 / 0.65);
  }

  .sm\:text-purple-400\/70{
    color: rgb(192 132 252 / 0.7);
  }

  .sm\:text-purple-400\/75{
    color: rgb(192 132 252 / 0.75);
  }

  .sm\:text-purple-400\/80{
    color: rgb(192 132 252 / 0.8);
  }

  .sm\:text-purple-400\/85{
    color: rgb(192 132 252 / 0.85);
  }

  .sm\:text-purple-400\/90{
    color: rgb(192 132 252 / 0.9);
  }

  .sm\:text-purple-400\/95{
    color: rgb(192 132 252 / 0.95);
  }

  .sm\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgb(250 245 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-50\/0{
    color: rgb(250 245 255 / 0);
  }

  .sm\:text-purple-50\/10{
    color: rgb(250 245 255 / 0.1);
  }

  .sm\:text-purple-50\/100{
    color: rgb(250 245 255 / 1);
  }

  .sm\:text-purple-50\/15{
    color: rgb(250 245 255 / 0.15);
  }

  .sm\:text-purple-50\/20{
    color: rgb(250 245 255 / 0.2);
  }

  .sm\:text-purple-50\/25{
    color: rgb(250 245 255 / 0.25);
  }

  .sm\:text-purple-50\/30{
    color: rgb(250 245 255 / 0.3);
  }

  .sm\:text-purple-50\/35{
    color: rgb(250 245 255 / 0.35);
  }

  .sm\:text-purple-50\/40{
    color: rgb(250 245 255 / 0.4);
  }

  .sm\:text-purple-50\/45{
    color: rgb(250 245 255 / 0.45);
  }

  .sm\:text-purple-50\/5{
    color: rgb(250 245 255 / 0.05);
  }

  .sm\:text-purple-50\/50{
    color: rgb(250 245 255 / 0.5);
  }

  .sm\:text-purple-50\/55{
    color: rgb(250 245 255 / 0.55);
  }

  .sm\:text-purple-50\/60{
    color: rgb(250 245 255 / 0.6);
  }

  .sm\:text-purple-50\/65{
    color: rgb(250 245 255 / 0.65);
  }

  .sm\:text-purple-50\/70{
    color: rgb(250 245 255 / 0.7);
  }

  .sm\:text-purple-50\/75{
    color: rgb(250 245 255 / 0.75);
  }

  .sm\:text-purple-50\/80{
    color: rgb(250 245 255 / 0.8);
  }

  .sm\:text-purple-50\/85{
    color: rgb(250 245 255 / 0.85);
  }

  .sm\:text-purple-50\/90{
    color: rgb(250 245 255 / 0.9);
  }

  .sm\:text-purple-50\/95{
    color: rgb(250 245 255 / 0.95);
  }

  .sm\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-500\/0{
    color: rgb(168 85 247 / 0);
  }

  .sm\:text-purple-500\/10{
    color: rgb(168 85 247 / 0.1);
  }

  .sm\:text-purple-500\/100{
    color: rgb(168 85 247 / 1);
  }

  .sm\:text-purple-500\/15{
    color: rgb(168 85 247 / 0.15);
  }

  .sm\:text-purple-500\/20{
    color: rgb(168 85 247 / 0.2);
  }

  .sm\:text-purple-500\/25{
    color: rgb(168 85 247 / 0.25);
  }

  .sm\:text-purple-500\/30{
    color: rgb(168 85 247 / 0.3);
  }

  .sm\:text-purple-500\/35{
    color: rgb(168 85 247 / 0.35);
  }

  .sm\:text-purple-500\/40{
    color: rgb(168 85 247 / 0.4);
  }

  .sm\:text-purple-500\/45{
    color: rgb(168 85 247 / 0.45);
  }

  .sm\:text-purple-500\/5{
    color: rgb(168 85 247 / 0.05);
  }

  .sm\:text-purple-500\/50{
    color: rgb(168 85 247 / 0.5);
  }

  .sm\:text-purple-500\/55{
    color: rgb(168 85 247 / 0.55);
  }

  .sm\:text-purple-500\/60{
    color: rgb(168 85 247 / 0.6);
  }

  .sm\:text-purple-500\/65{
    color: rgb(168 85 247 / 0.65);
  }

  .sm\:text-purple-500\/70{
    color: rgb(168 85 247 / 0.7);
  }

  .sm\:text-purple-500\/75{
    color: rgb(168 85 247 / 0.75);
  }

  .sm\:text-purple-500\/80{
    color: rgb(168 85 247 / 0.8);
  }

  .sm\:text-purple-500\/85{
    color: rgb(168 85 247 / 0.85);
  }

  .sm\:text-purple-500\/90{
    color: rgb(168 85 247 / 0.9);
  }

  .sm\:text-purple-500\/95{
    color: rgb(168 85 247 / 0.95);
  }

  .sm\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-600\/0{
    color: rgb(147 51 234 / 0);
  }

  .sm\:text-purple-600\/10{
    color: rgb(147 51 234 / 0.1);
  }

  .sm\:text-purple-600\/100{
    color: rgb(147 51 234 / 1);
  }

  .sm\:text-purple-600\/15{
    color: rgb(147 51 234 / 0.15);
  }

  .sm\:text-purple-600\/20{
    color: rgb(147 51 234 / 0.2);
  }

  .sm\:text-purple-600\/25{
    color: rgb(147 51 234 / 0.25);
  }

  .sm\:text-purple-600\/30{
    color: rgb(147 51 234 / 0.3);
  }

  .sm\:text-purple-600\/35{
    color: rgb(147 51 234 / 0.35);
  }

  .sm\:text-purple-600\/40{
    color: rgb(147 51 234 / 0.4);
  }

  .sm\:text-purple-600\/45{
    color: rgb(147 51 234 / 0.45);
  }

  .sm\:text-purple-600\/5{
    color: rgb(147 51 234 / 0.05);
  }

  .sm\:text-purple-600\/50{
    color: rgb(147 51 234 / 0.5);
  }

  .sm\:text-purple-600\/55{
    color: rgb(147 51 234 / 0.55);
  }

  .sm\:text-purple-600\/60{
    color: rgb(147 51 234 / 0.6);
  }

  .sm\:text-purple-600\/65{
    color: rgb(147 51 234 / 0.65);
  }

  .sm\:text-purple-600\/70{
    color: rgb(147 51 234 / 0.7);
  }

  .sm\:text-purple-600\/75{
    color: rgb(147 51 234 / 0.75);
  }

  .sm\:text-purple-600\/80{
    color: rgb(147 51 234 / 0.8);
  }

  .sm\:text-purple-600\/85{
    color: rgb(147 51 234 / 0.85);
  }

  .sm\:text-purple-600\/90{
    color: rgb(147 51 234 / 0.9);
  }

  .sm\:text-purple-600\/95{
    color: rgb(147 51 234 / 0.95);
  }

  .sm\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-700\/0{
    color: rgb(126 34 206 / 0);
  }

  .sm\:text-purple-700\/10{
    color: rgb(126 34 206 / 0.1);
  }

  .sm\:text-purple-700\/100{
    color: rgb(126 34 206 / 1);
  }

  .sm\:text-purple-700\/15{
    color: rgb(126 34 206 / 0.15);
  }

  .sm\:text-purple-700\/20{
    color: rgb(126 34 206 / 0.2);
  }

  .sm\:text-purple-700\/25{
    color: rgb(126 34 206 / 0.25);
  }

  .sm\:text-purple-700\/30{
    color: rgb(126 34 206 / 0.3);
  }

  .sm\:text-purple-700\/35{
    color: rgb(126 34 206 / 0.35);
  }

  .sm\:text-purple-700\/40{
    color: rgb(126 34 206 / 0.4);
  }

  .sm\:text-purple-700\/45{
    color: rgb(126 34 206 / 0.45);
  }

  .sm\:text-purple-700\/5{
    color: rgb(126 34 206 / 0.05);
  }

  .sm\:text-purple-700\/50{
    color: rgb(126 34 206 / 0.5);
  }

  .sm\:text-purple-700\/55{
    color: rgb(126 34 206 / 0.55);
  }

  .sm\:text-purple-700\/60{
    color: rgb(126 34 206 / 0.6);
  }

  .sm\:text-purple-700\/65{
    color: rgb(126 34 206 / 0.65);
  }

  .sm\:text-purple-700\/70{
    color: rgb(126 34 206 / 0.7);
  }

  .sm\:text-purple-700\/75{
    color: rgb(126 34 206 / 0.75);
  }

  .sm\:text-purple-700\/80{
    color: rgb(126 34 206 / 0.8);
  }

  .sm\:text-purple-700\/85{
    color: rgb(126 34 206 / 0.85);
  }

  .sm\:text-purple-700\/90{
    color: rgb(126 34 206 / 0.9);
  }

  .sm\:text-purple-700\/95{
    color: rgb(126 34 206 / 0.95);
  }

  .sm\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-800\/0{
    color: rgb(107 33 168 / 0);
  }

  .sm\:text-purple-800\/10{
    color: rgb(107 33 168 / 0.1);
  }

  .sm\:text-purple-800\/100{
    color: rgb(107 33 168 / 1);
  }

  .sm\:text-purple-800\/15{
    color: rgb(107 33 168 / 0.15);
  }

  .sm\:text-purple-800\/20{
    color: rgb(107 33 168 / 0.2);
  }

  .sm\:text-purple-800\/25{
    color: rgb(107 33 168 / 0.25);
  }

  .sm\:text-purple-800\/30{
    color: rgb(107 33 168 / 0.3);
  }

  .sm\:text-purple-800\/35{
    color: rgb(107 33 168 / 0.35);
  }

  .sm\:text-purple-800\/40{
    color: rgb(107 33 168 / 0.4);
  }

  .sm\:text-purple-800\/45{
    color: rgb(107 33 168 / 0.45);
  }

  .sm\:text-purple-800\/5{
    color: rgb(107 33 168 / 0.05);
  }

  .sm\:text-purple-800\/50{
    color: rgb(107 33 168 / 0.5);
  }

  .sm\:text-purple-800\/55{
    color: rgb(107 33 168 / 0.55);
  }

  .sm\:text-purple-800\/60{
    color: rgb(107 33 168 / 0.6);
  }

  .sm\:text-purple-800\/65{
    color: rgb(107 33 168 / 0.65);
  }

  .sm\:text-purple-800\/70{
    color: rgb(107 33 168 / 0.7);
  }

  .sm\:text-purple-800\/75{
    color: rgb(107 33 168 / 0.75);
  }

  .sm\:text-purple-800\/80{
    color: rgb(107 33 168 / 0.8);
  }

  .sm\:text-purple-800\/85{
    color: rgb(107 33 168 / 0.85);
  }

  .sm\:text-purple-800\/90{
    color: rgb(107 33 168 / 0.9);
  }

  .sm\:text-purple-800\/95{
    color: rgb(107 33 168 / 0.95);
  }

  .sm\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-900\/0{
    color: rgb(88 28 135 / 0);
  }

  .sm\:text-purple-900\/10{
    color: rgb(88 28 135 / 0.1);
  }

  .sm\:text-purple-900\/100{
    color: rgb(88 28 135 / 1);
  }

  .sm\:text-purple-900\/15{
    color: rgb(88 28 135 / 0.15);
  }

  .sm\:text-purple-900\/20{
    color: rgb(88 28 135 / 0.2);
  }

  .sm\:text-purple-900\/25{
    color: rgb(88 28 135 / 0.25);
  }

  .sm\:text-purple-900\/30{
    color: rgb(88 28 135 / 0.3);
  }

  .sm\:text-purple-900\/35{
    color: rgb(88 28 135 / 0.35);
  }

  .sm\:text-purple-900\/40{
    color: rgb(88 28 135 / 0.4);
  }

  .sm\:text-purple-900\/45{
    color: rgb(88 28 135 / 0.45);
  }

  .sm\:text-purple-900\/5{
    color: rgb(88 28 135 / 0.05);
  }

  .sm\:text-purple-900\/50{
    color: rgb(88 28 135 / 0.5);
  }

  .sm\:text-purple-900\/55{
    color: rgb(88 28 135 / 0.55);
  }

  .sm\:text-purple-900\/60{
    color: rgb(88 28 135 / 0.6);
  }

  .sm\:text-purple-900\/65{
    color: rgb(88 28 135 / 0.65);
  }

  .sm\:text-purple-900\/70{
    color: rgb(88 28 135 / 0.7);
  }

  .sm\:text-purple-900\/75{
    color: rgb(88 28 135 / 0.75);
  }

  .sm\:text-purple-900\/80{
    color: rgb(88 28 135 / 0.8);
  }

  .sm\:text-purple-900\/85{
    color: rgb(88 28 135 / 0.85);
  }

  .sm\:text-purple-900\/90{
    color: rgb(88 28 135 / 0.9);
  }

  .sm\:text-purple-900\/95{
    color: rgb(88 28 135 / 0.95);
  }

  .sm\:text-purple-950{
    --tw-text-opacity: 1;
    color: rgb(59 7 100 / var(--tw-text-opacity, 1));
  }

  .sm\:text-purple-950\/0{
    color: rgb(59 7 100 / 0);
  }

  .sm\:text-purple-950\/10{
    color: rgb(59 7 100 / 0.1);
  }

  .sm\:text-purple-950\/100{
    color: rgb(59 7 100 / 1);
  }

  .sm\:text-purple-950\/15{
    color: rgb(59 7 100 / 0.15);
  }

  .sm\:text-purple-950\/20{
    color: rgb(59 7 100 / 0.2);
  }

  .sm\:text-purple-950\/25{
    color: rgb(59 7 100 / 0.25);
  }

  .sm\:text-purple-950\/30{
    color: rgb(59 7 100 / 0.3);
  }

  .sm\:text-purple-950\/35{
    color: rgb(59 7 100 / 0.35);
  }

  .sm\:text-purple-950\/40{
    color: rgb(59 7 100 / 0.4);
  }

  .sm\:text-purple-950\/45{
    color: rgb(59 7 100 / 0.45);
  }

  .sm\:text-purple-950\/5{
    color: rgb(59 7 100 / 0.05);
  }

  .sm\:text-purple-950\/50{
    color: rgb(59 7 100 / 0.5);
  }

  .sm\:text-purple-950\/55{
    color: rgb(59 7 100 / 0.55);
  }

  .sm\:text-purple-950\/60{
    color: rgb(59 7 100 / 0.6);
  }

  .sm\:text-purple-950\/65{
    color: rgb(59 7 100 / 0.65);
  }

  .sm\:text-purple-950\/70{
    color: rgb(59 7 100 / 0.7);
  }

  .sm\:text-purple-950\/75{
    color: rgb(59 7 100 / 0.75);
  }

  .sm\:text-purple-950\/80{
    color: rgb(59 7 100 / 0.8);
  }

  .sm\:text-purple-950\/85{
    color: rgb(59 7 100 / 0.85);
  }

  .sm\:text-purple-950\/90{
    color: rgb(59 7 100 / 0.9);
  }

  .sm\:text-purple-950\/95{
    color: rgb(59 7 100 / 0.95);
  }

  .sm\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-100\/0{
    color: rgb(254 226 226 / 0);
  }

  .sm\:text-red-100\/10{
    color: rgb(254 226 226 / 0.1);
  }

  .sm\:text-red-100\/100{
    color: rgb(254 226 226 / 1);
  }

  .sm\:text-red-100\/15{
    color: rgb(254 226 226 / 0.15);
  }

  .sm\:text-red-100\/20{
    color: rgb(254 226 226 / 0.2);
  }

  .sm\:text-red-100\/25{
    color: rgb(254 226 226 / 0.25);
  }

  .sm\:text-red-100\/30{
    color: rgb(254 226 226 / 0.3);
  }

  .sm\:text-red-100\/35{
    color: rgb(254 226 226 / 0.35);
  }

  .sm\:text-red-100\/40{
    color: rgb(254 226 226 / 0.4);
  }

  .sm\:text-red-100\/45{
    color: rgb(254 226 226 / 0.45);
  }

  .sm\:text-red-100\/5{
    color: rgb(254 226 226 / 0.05);
  }

  .sm\:text-red-100\/50{
    color: rgb(254 226 226 / 0.5);
  }

  .sm\:text-red-100\/55{
    color: rgb(254 226 226 / 0.55);
  }

  .sm\:text-red-100\/60{
    color: rgb(254 226 226 / 0.6);
  }

  .sm\:text-red-100\/65{
    color: rgb(254 226 226 / 0.65);
  }

  .sm\:text-red-100\/70{
    color: rgb(254 226 226 / 0.7);
  }

  .sm\:text-red-100\/75{
    color: rgb(254 226 226 / 0.75);
  }

  .sm\:text-red-100\/80{
    color: rgb(254 226 226 / 0.8);
  }

  .sm\:text-red-100\/85{
    color: rgb(254 226 226 / 0.85);
  }

  .sm\:text-red-100\/90{
    color: rgb(254 226 226 / 0.9);
  }

  .sm\:text-red-100\/95{
    color: rgb(254 226 226 / 0.95);
  }

  .sm\:text-red-200{
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-200\/0{
    color: rgb(254 202 202 / 0);
  }

  .sm\:text-red-200\/10{
    color: rgb(254 202 202 / 0.1);
  }

  .sm\:text-red-200\/100{
    color: rgb(254 202 202 / 1);
  }

  .sm\:text-red-200\/15{
    color: rgb(254 202 202 / 0.15);
  }

  .sm\:text-red-200\/20{
    color: rgb(254 202 202 / 0.2);
  }

  .sm\:text-red-200\/25{
    color: rgb(254 202 202 / 0.25);
  }

  .sm\:text-red-200\/30{
    color: rgb(254 202 202 / 0.3);
  }

  .sm\:text-red-200\/35{
    color: rgb(254 202 202 / 0.35);
  }

  .sm\:text-red-200\/40{
    color: rgb(254 202 202 / 0.4);
  }

  .sm\:text-red-200\/45{
    color: rgb(254 202 202 / 0.45);
  }

  .sm\:text-red-200\/5{
    color: rgb(254 202 202 / 0.05);
  }

  .sm\:text-red-200\/50{
    color: rgb(254 202 202 / 0.5);
  }

  .sm\:text-red-200\/55{
    color: rgb(254 202 202 / 0.55);
  }

  .sm\:text-red-200\/60{
    color: rgb(254 202 202 / 0.6);
  }

  .sm\:text-red-200\/65{
    color: rgb(254 202 202 / 0.65);
  }

  .sm\:text-red-200\/70{
    color: rgb(254 202 202 / 0.7);
  }

  .sm\:text-red-200\/75{
    color: rgb(254 202 202 / 0.75);
  }

  .sm\:text-red-200\/80{
    color: rgb(254 202 202 / 0.8);
  }

  .sm\:text-red-200\/85{
    color: rgb(254 202 202 / 0.85);
  }

  .sm\:text-red-200\/90{
    color: rgb(254 202 202 / 0.9);
  }

  .sm\:text-red-200\/95{
    color: rgb(254 202 202 / 0.95);
  }

  .sm\:text-red-300{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-300\/0{
    color: rgb(252 165 165 / 0);
  }

  .sm\:text-red-300\/10{
    color: rgb(252 165 165 / 0.1);
  }

  .sm\:text-red-300\/100{
    color: rgb(252 165 165 / 1);
  }

  .sm\:text-red-300\/15{
    color: rgb(252 165 165 / 0.15);
  }

  .sm\:text-red-300\/20{
    color: rgb(252 165 165 / 0.2);
  }

  .sm\:text-red-300\/25{
    color: rgb(252 165 165 / 0.25);
  }

  .sm\:text-red-300\/30{
    color: rgb(252 165 165 / 0.3);
  }

  .sm\:text-red-300\/35{
    color: rgb(252 165 165 / 0.35);
  }

  .sm\:text-red-300\/40{
    color: rgb(252 165 165 / 0.4);
  }

  .sm\:text-red-300\/45{
    color: rgb(252 165 165 / 0.45);
  }

  .sm\:text-red-300\/5{
    color: rgb(252 165 165 / 0.05);
  }

  .sm\:text-red-300\/50{
    color: rgb(252 165 165 / 0.5);
  }

  .sm\:text-red-300\/55{
    color: rgb(252 165 165 / 0.55);
  }

  .sm\:text-red-300\/60{
    color: rgb(252 165 165 / 0.6);
  }

  .sm\:text-red-300\/65{
    color: rgb(252 165 165 / 0.65);
  }

  .sm\:text-red-300\/70{
    color: rgb(252 165 165 / 0.7);
  }

  .sm\:text-red-300\/75{
    color: rgb(252 165 165 / 0.75);
  }

  .sm\:text-red-300\/80{
    color: rgb(252 165 165 / 0.8);
  }

  .sm\:text-red-300\/85{
    color: rgb(252 165 165 / 0.85);
  }

  .sm\:text-red-300\/90{
    color: rgb(252 165 165 / 0.9);
  }

  .sm\:text-red-300\/95{
    color: rgb(252 165 165 / 0.95);
  }

  .sm\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-400\/0{
    color: rgb(248 113 113 / 0);
  }

  .sm\:text-red-400\/10{
    color: rgb(248 113 113 / 0.1);
  }

  .sm\:text-red-400\/100{
    color: rgb(248 113 113 / 1);
  }

  .sm\:text-red-400\/15{
    color: rgb(248 113 113 / 0.15);
  }

  .sm\:text-red-400\/20{
    color: rgb(248 113 113 / 0.2);
  }

  .sm\:text-red-400\/25{
    color: rgb(248 113 113 / 0.25);
  }

  .sm\:text-red-400\/30{
    color: rgb(248 113 113 / 0.3);
  }

  .sm\:text-red-400\/35{
    color: rgb(248 113 113 / 0.35);
  }

  .sm\:text-red-400\/40{
    color: rgb(248 113 113 / 0.4);
  }

  .sm\:text-red-400\/45{
    color: rgb(248 113 113 / 0.45);
  }

  .sm\:text-red-400\/5{
    color: rgb(248 113 113 / 0.05);
  }

  .sm\:text-red-400\/50{
    color: rgb(248 113 113 / 0.5);
  }

  .sm\:text-red-400\/55{
    color: rgb(248 113 113 / 0.55);
  }

  .sm\:text-red-400\/60{
    color: rgb(248 113 113 / 0.6);
  }

  .sm\:text-red-400\/65{
    color: rgb(248 113 113 / 0.65);
  }

  .sm\:text-red-400\/70{
    color: rgb(248 113 113 / 0.7);
  }

  .sm\:text-red-400\/75{
    color: rgb(248 113 113 / 0.75);
  }

  .sm\:text-red-400\/80{
    color: rgb(248 113 113 / 0.8);
  }

  .sm\:text-red-400\/85{
    color: rgb(248 113 113 / 0.85);
  }

  .sm\:text-red-400\/90{
    color: rgb(248 113 113 / 0.9);
  }

  .sm\:text-red-400\/95{
    color: rgb(248 113 113 / 0.95);
  }

  .sm\:text-red-50{
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-50\/0{
    color: rgb(254 242 242 / 0);
  }

  .sm\:text-red-50\/10{
    color: rgb(254 242 242 / 0.1);
  }

  .sm\:text-red-50\/100{
    color: rgb(254 242 242 / 1);
  }

  .sm\:text-red-50\/15{
    color: rgb(254 242 242 / 0.15);
  }

  .sm\:text-red-50\/20{
    color: rgb(254 242 242 / 0.2);
  }

  .sm\:text-red-50\/25{
    color: rgb(254 242 242 / 0.25);
  }

  .sm\:text-red-50\/30{
    color: rgb(254 242 242 / 0.3);
  }

  .sm\:text-red-50\/35{
    color: rgb(254 242 242 / 0.35);
  }

  .sm\:text-red-50\/40{
    color: rgb(254 242 242 / 0.4);
  }

  .sm\:text-red-50\/45{
    color: rgb(254 242 242 / 0.45);
  }

  .sm\:text-red-50\/5{
    color: rgb(254 242 242 / 0.05);
  }

  .sm\:text-red-50\/50{
    color: rgb(254 242 242 / 0.5);
  }

  .sm\:text-red-50\/55{
    color: rgb(254 242 242 / 0.55);
  }

  .sm\:text-red-50\/60{
    color: rgb(254 242 242 / 0.6);
  }

  .sm\:text-red-50\/65{
    color: rgb(254 242 242 / 0.65);
  }

  .sm\:text-red-50\/70{
    color: rgb(254 242 242 / 0.7);
  }

  .sm\:text-red-50\/75{
    color: rgb(254 242 242 / 0.75);
  }

  .sm\:text-red-50\/80{
    color: rgb(254 242 242 / 0.8);
  }

  .sm\:text-red-50\/85{
    color: rgb(254 242 242 / 0.85);
  }

  .sm\:text-red-50\/90{
    color: rgb(254 242 242 / 0.9);
  }

  .sm\:text-red-50\/95{
    color: rgb(254 242 242 / 0.95);
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-500\/0{
    color: rgb(239 68 68 / 0);
  }

  .sm\:text-red-500\/10{
    color: rgb(239 68 68 / 0.1);
  }

  .sm\:text-red-500\/100{
    color: rgb(239 68 68 / 1);
  }

  .sm\:text-red-500\/15{
    color: rgb(239 68 68 / 0.15);
  }

  .sm\:text-red-500\/20{
    color: rgb(239 68 68 / 0.2);
  }

  .sm\:text-red-500\/25{
    color: rgb(239 68 68 / 0.25);
  }

  .sm\:text-red-500\/30{
    color: rgb(239 68 68 / 0.3);
  }

  .sm\:text-red-500\/35{
    color: rgb(239 68 68 / 0.35);
  }

  .sm\:text-red-500\/40{
    color: rgb(239 68 68 / 0.4);
  }

  .sm\:text-red-500\/45{
    color: rgb(239 68 68 / 0.45);
  }

  .sm\:text-red-500\/5{
    color: rgb(239 68 68 / 0.05);
  }

  .sm\:text-red-500\/50{
    color: rgb(239 68 68 / 0.5);
  }

  .sm\:text-red-500\/55{
    color: rgb(239 68 68 / 0.55);
  }

  .sm\:text-red-500\/60{
    color: rgb(239 68 68 / 0.6);
  }

  .sm\:text-red-500\/65{
    color: rgb(239 68 68 / 0.65);
  }

  .sm\:text-red-500\/70{
    color: rgb(239 68 68 / 0.7);
  }

  .sm\:text-red-500\/75{
    color: rgb(239 68 68 / 0.75);
  }

  .sm\:text-red-500\/80{
    color: rgb(239 68 68 / 0.8);
  }

  .sm\:text-red-500\/85{
    color: rgb(239 68 68 / 0.85);
  }

  .sm\:text-red-500\/90{
    color: rgb(239 68 68 / 0.9);
  }

  .sm\:text-red-500\/95{
    color: rgb(239 68 68 / 0.95);
  }

  .sm\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-600\/0{
    color: rgb(220 38 38 / 0);
  }

  .sm\:text-red-600\/10{
    color: rgb(220 38 38 / 0.1);
  }

  .sm\:text-red-600\/100{
    color: rgb(220 38 38 / 1);
  }

  .sm\:text-red-600\/15{
    color: rgb(220 38 38 / 0.15);
  }

  .sm\:text-red-600\/20{
    color: rgb(220 38 38 / 0.2);
  }

  .sm\:text-red-600\/25{
    color: rgb(220 38 38 / 0.25);
  }

  .sm\:text-red-600\/30{
    color: rgb(220 38 38 / 0.3);
  }

  .sm\:text-red-600\/35{
    color: rgb(220 38 38 / 0.35);
  }

  .sm\:text-red-600\/40{
    color: rgb(220 38 38 / 0.4);
  }

  .sm\:text-red-600\/45{
    color: rgb(220 38 38 / 0.45);
  }

  .sm\:text-red-600\/5{
    color: rgb(220 38 38 / 0.05);
  }

  .sm\:text-red-600\/50{
    color: rgb(220 38 38 / 0.5);
  }

  .sm\:text-red-600\/55{
    color: rgb(220 38 38 / 0.55);
  }

  .sm\:text-red-600\/60{
    color: rgb(220 38 38 / 0.6);
  }

  .sm\:text-red-600\/65{
    color: rgb(220 38 38 / 0.65);
  }

  .sm\:text-red-600\/70{
    color: rgb(220 38 38 / 0.7);
  }

  .sm\:text-red-600\/75{
    color: rgb(220 38 38 / 0.75);
  }

  .sm\:text-red-600\/80{
    color: rgb(220 38 38 / 0.8);
  }

  .sm\:text-red-600\/85{
    color: rgb(220 38 38 / 0.85);
  }

  .sm\:text-red-600\/90{
    color: rgb(220 38 38 / 0.9);
  }

  .sm\:text-red-600\/95{
    color: rgb(220 38 38 / 0.95);
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-700\/0{
    color: rgb(185 28 28 / 0);
  }

  .sm\:text-red-700\/10{
    color: rgb(185 28 28 / 0.1);
  }

  .sm\:text-red-700\/100{
    color: rgb(185 28 28 / 1);
  }

  .sm\:text-red-700\/15{
    color: rgb(185 28 28 / 0.15);
  }

  .sm\:text-red-700\/20{
    color: rgb(185 28 28 / 0.2);
  }

  .sm\:text-red-700\/25{
    color: rgb(185 28 28 / 0.25);
  }

  .sm\:text-red-700\/30{
    color: rgb(185 28 28 / 0.3);
  }

  .sm\:text-red-700\/35{
    color: rgb(185 28 28 / 0.35);
  }

  .sm\:text-red-700\/40{
    color: rgb(185 28 28 / 0.4);
  }

  .sm\:text-red-700\/45{
    color: rgb(185 28 28 / 0.45);
  }

  .sm\:text-red-700\/5{
    color: rgb(185 28 28 / 0.05);
  }

  .sm\:text-red-700\/50{
    color: rgb(185 28 28 / 0.5);
  }

  .sm\:text-red-700\/55{
    color: rgb(185 28 28 / 0.55);
  }

  .sm\:text-red-700\/60{
    color: rgb(185 28 28 / 0.6);
  }

  .sm\:text-red-700\/65{
    color: rgb(185 28 28 / 0.65);
  }

  .sm\:text-red-700\/70{
    color: rgb(185 28 28 / 0.7);
  }

  .sm\:text-red-700\/75{
    color: rgb(185 28 28 / 0.75);
  }

  .sm\:text-red-700\/80{
    color: rgb(185 28 28 / 0.8);
  }

  .sm\:text-red-700\/85{
    color: rgb(185 28 28 / 0.85);
  }

  .sm\:text-red-700\/90{
    color: rgb(185 28 28 / 0.9);
  }

  .sm\:text-red-700\/95{
    color: rgb(185 28 28 / 0.95);
  }

  .sm\:text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-800\/0{
    color: rgb(153 27 27 / 0);
  }

  .sm\:text-red-800\/10{
    color: rgb(153 27 27 / 0.1);
  }

  .sm\:text-red-800\/100{
    color: rgb(153 27 27 / 1);
  }

  .sm\:text-red-800\/15{
    color: rgb(153 27 27 / 0.15);
  }

  .sm\:text-red-800\/20{
    color: rgb(153 27 27 / 0.2);
  }

  .sm\:text-red-800\/25{
    color: rgb(153 27 27 / 0.25);
  }

  .sm\:text-red-800\/30{
    color: rgb(153 27 27 / 0.3);
  }

  .sm\:text-red-800\/35{
    color: rgb(153 27 27 / 0.35);
  }

  .sm\:text-red-800\/40{
    color: rgb(153 27 27 / 0.4);
  }

  .sm\:text-red-800\/45{
    color: rgb(153 27 27 / 0.45);
  }

  .sm\:text-red-800\/5{
    color: rgb(153 27 27 / 0.05);
  }

  .sm\:text-red-800\/50{
    color: rgb(153 27 27 / 0.5);
  }

  .sm\:text-red-800\/55{
    color: rgb(153 27 27 / 0.55);
  }

  .sm\:text-red-800\/60{
    color: rgb(153 27 27 / 0.6);
  }

  .sm\:text-red-800\/65{
    color: rgb(153 27 27 / 0.65);
  }

  .sm\:text-red-800\/70{
    color: rgb(153 27 27 / 0.7);
  }

  .sm\:text-red-800\/75{
    color: rgb(153 27 27 / 0.75);
  }

  .sm\:text-red-800\/80{
    color: rgb(153 27 27 / 0.8);
  }

  .sm\:text-red-800\/85{
    color: rgb(153 27 27 / 0.85);
  }

  .sm\:text-red-800\/90{
    color: rgb(153 27 27 / 0.9);
  }

  .sm\:text-red-800\/95{
    color: rgb(153 27 27 / 0.95);
  }

  .sm\:text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-900\/0{
    color: rgb(127 29 29 / 0);
  }

  .sm\:text-red-900\/10{
    color: rgb(127 29 29 / 0.1);
  }

  .sm\:text-red-900\/100{
    color: rgb(127 29 29 / 1);
  }

  .sm\:text-red-900\/15{
    color: rgb(127 29 29 / 0.15);
  }

  .sm\:text-red-900\/20{
    color: rgb(127 29 29 / 0.2);
  }

  .sm\:text-red-900\/25{
    color: rgb(127 29 29 / 0.25);
  }

  .sm\:text-red-900\/30{
    color: rgb(127 29 29 / 0.3);
  }

  .sm\:text-red-900\/35{
    color: rgb(127 29 29 / 0.35);
  }

  .sm\:text-red-900\/40{
    color: rgb(127 29 29 / 0.4);
  }

  .sm\:text-red-900\/45{
    color: rgb(127 29 29 / 0.45);
  }

  .sm\:text-red-900\/5{
    color: rgb(127 29 29 / 0.05);
  }

  .sm\:text-red-900\/50{
    color: rgb(127 29 29 / 0.5);
  }

  .sm\:text-red-900\/55{
    color: rgb(127 29 29 / 0.55);
  }

  .sm\:text-red-900\/60{
    color: rgb(127 29 29 / 0.6);
  }

  .sm\:text-red-900\/65{
    color: rgb(127 29 29 / 0.65);
  }

  .sm\:text-red-900\/70{
    color: rgb(127 29 29 / 0.7);
  }

  .sm\:text-red-900\/75{
    color: rgb(127 29 29 / 0.75);
  }

  .sm\:text-red-900\/80{
    color: rgb(127 29 29 / 0.8);
  }

  .sm\:text-red-900\/85{
    color: rgb(127 29 29 / 0.85);
  }

  .sm\:text-red-900\/90{
    color: rgb(127 29 29 / 0.9);
  }

  .sm\:text-red-900\/95{
    color: rgb(127 29 29 / 0.95);
  }

  .sm\:text-red-950{
    --tw-text-opacity: 1;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1));
  }

  .sm\:text-red-950\/0{
    color: rgb(69 10 10 / 0);
  }

  .sm\:text-red-950\/10{
    color: rgb(69 10 10 / 0.1);
  }

  .sm\:text-red-950\/100{
    color: rgb(69 10 10 / 1);
  }

  .sm\:text-red-950\/15{
    color: rgb(69 10 10 / 0.15);
  }

  .sm\:text-red-950\/20{
    color: rgb(69 10 10 / 0.2);
  }

  .sm\:text-red-950\/25{
    color: rgb(69 10 10 / 0.25);
  }

  .sm\:text-red-950\/30{
    color: rgb(69 10 10 / 0.3);
  }

  .sm\:text-red-950\/35{
    color: rgb(69 10 10 / 0.35);
  }

  .sm\:text-red-950\/40{
    color: rgb(69 10 10 / 0.4);
  }

  .sm\:text-red-950\/45{
    color: rgb(69 10 10 / 0.45);
  }

  .sm\:text-red-950\/5{
    color: rgb(69 10 10 / 0.05);
  }

  .sm\:text-red-950\/50{
    color: rgb(69 10 10 / 0.5);
  }

  .sm\:text-red-950\/55{
    color: rgb(69 10 10 / 0.55);
  }

  .sm\:text-red-950\/60{
    color: rgb(69 10 10 / 0.6);
  }

  .sm\:text-red-950\/65{
    color: rgb(69 10 10 / 0.65);
  }

  .sm\:text-red-950\/70{
    color: rgb(69 10 10 / 0.7);
  }

  .sm\:text-red-950\/75{
    color: rgb(69 10 10 / 0.75);
  }

  .sm\:text-red-950\/80{
    color: rgb(69 10 10 / 0.8);
  }

  .sm\:text-red-950\/85{
    color: rgb(69 10 10 / 0.85);
  }

  .sm\:text-red-950\/90{
    color: rgb(69 10 10 / 0.9);
  }

  .sm\:text-red-950\/95{
    color: rgb(69 10 10 / 0.95);
  }

  .sm\:text-rose-100{
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-100\/0{
    color: rgb(255 228 230 / 0);
  }

  .sm\:text-rose-100\/10{
    color: rgb(255 228 230 / 0.1);
  }

  .sm\:text-rose-100\/100{
    color: rgb(255 228 230 / 1);
  }

  .sm\:text-rose-100\/15{
    color: rgb(255 228 230 / 0.15);
  }

  .sm\:text-rose-100\/20{
    color: rgb(255 228 230 / 0.2);
  }

  .sm\:text-rose-100\/25{
    color: rgb(255 228 230 / 0.25);
  }

  .sm\:text-rose-100\/30{
    color: rgb(255 228 230 / 0.3);
  }

  .sm\:text-rose-100\/35{
    color: rgb(255 228 230 / 0.35);
  }

  .sm\:text-rose-100\/40{
    color: rgb(255 228 230 / 0.4);
  }

  .sm\:text-rose-100\/45{
    color: rgb(255 228 230 / 0.45);
  }

  .sm\:text-rose-100\/5{
    color: rgb(255 228 230 / 0.05);
  }

  .sm\:text-rose-100\/50{
    color: rgb(255 228 230 / 0.5);
  }

  .sm\:text-rose-100\/55{
    color: rgb(255 228 230 / 0.55);
  }

  .sm\:text-rose-100\/60{
    color: rgb(255 228 230 / 0.6);
  }

  .sm\:text-rose-100\/65{
    color: rgb(255 228 230 / 0.65);
  }

  .sm\:text-rose-100\/70{
    color: rgb(255 228 230 / 0.7);
  }

  .sm\:text-rose-100\/75{
    color: rgb(255 228 230 / 0.75);
  }

  .sm\:text-rose-100\/80{
    color: rgb(255 228 230 / 0.8);
  }

  .sm\:text-rose-100\/85{
    color: rgb(255 228 230 / 0.85);
  }

  .sm\:text-rose-100\/90{
    color: rgb(255 228 230 / 0.9);
  }

  .sm\:text-rose-100\/95{
    color: rgb(255 228 230 / 0.95);
  }

  .sm\:text-rose-200{
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-200\/0{
    color: rgb(254 205 211 / 0);
  }

  .sm\:text-rose-200\/10{
    color: rgb(254 205 211 / 0.1);
  }

  .sm\:text-rose-200\/100{
    color: rgb(254 205 211 / 1);
  }

  .sm\:text-rose-200\/15{
    color: rgb(254 205 211 / 0.15);
  }

  .sm\:text-rose-200\/20{
    color: rgb(254 205 211 / 0.2);
  }

  .sm\:text-rose-200\/25{
    color: rgb(254 205 211 / 0.25);
  }

  .sm\:text-rose-200\/30{
    color: rgb(254 205 211 / 0.3);
  }

  .sm\:text-rose-200\/35{
    color: rgb(254 205 211 / 0.35);
  }

  .sm\:text-rose-200\/40{
    color: rgb(254 205 211 / 0.4);
  }

  .sm\:text-rose-200\/45{
    color: rgb(254 205 211 / 0.45);
  }

  .sm\:text-rose-200\/5{
    color: rgb(254 205 211 / 0.05);
  }

  .sm\:text-rose-200\/50{
    color: rgb(254 205 211 / 0.5);
  }

  .sm\:text-rose-200\/55{
    color: rgb(254 205 211 / 0.55);
  }

  .sm\:text-rose-200\/60{
    color: rgb(254 205 211 / 0.6);
  }

  .sm\:text-rose-200\/65{
    color: rgb(254 205 211 / 0.65);
  }

  .sm\:text-rose-200\/70{
    color: rgb(254 205 211 / 0.7);
  }

  .sm\:text-rose-200\/75{
    color: rgb(254 205 211 / 0.75);
  }

  .sm\:text-rose-200\/80{
    color: rgb(254 205 211 / 0.8);
  }

  .sm\:text-rose-200\/85{
    color: rgb(254 205 211 / 0.85);
  }

  .sm\:text-rose-200\/90{
    color: rgb(254 205 211 / 0.9);
  }

  .sm\:text-rose-200\/95{
    color: rgb(254 205 211 / 0.95);
  }

  .sm\:text-rose-300{
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-300\/0{
    color: rgb(253 164 175 / 0);
  }

  .sm\:text-rose-300\/10{
    color: rgb(253 164 175 / 0.1);
  }

  .sm\:text-rose-300\/100{
    color: rgb(253 164 175 / 1);
  }

  .sm\:text-rose-300\/15{
    color: rgb(253 164 175 / 0.15);
  }

  .sm\:text-rose-300\/20{
    color: rgb(253 164 175 / 0.2);
  }

  .sm\:text-rose-300\/25{
    color: rgb(253 164 175 / 0.25);
  }

  .sm\:text-rose-300\/30{
    color: rgb(253 164 175 / 0.3);
  }

  .sm\:text-rose-300\/35{
    color: rgb(253 164 175 / 0.35);
  }

  .sm\:text-rose-300\/40{
    color: rgb(253 164 175 / 0.4);
  }

  .sm\:text-rose-300\/45{
    color: rgb(253 164 175 / 0.45);
  }

  .sm\:text-rose-300\/5{
    color: rgb(253 164 175 / 0.05);
  }

  .sm\:text-rose-300\/50{
    color: rgb(253 164 175 / 0.5);
  }

  .sm\:text-rose-300\/55{
    color: rgb(253 164 175 / 0.55);
  }

  .sm\:text-rose-300\/60{
    color: rgb(253 164 175 / 0.6);
  }

  .sm\:text-rose-300\/65{
    color: rgb(253 164 175 / 0.65);
  }

  .sm\:text-rose-300\/70{
    color: rgb(253 164 175 / 0.7);
  }

  .sm\:text-rose-300\/75{
    color: rgb(253 164 175 / 0.75);
  }

  .sm\:text-rose-300\/80{
    color: rgb(253 164 175 / 0.8);
  }

  .sm\:text-rose-300\/85{
    color: rgb(253 164 175 / 0.85);
  }

  .sm\:text-rose-300\/90{
    color: rgb(253 164 175 / 0.9);
  }

  .sm\:text-rose-300\/95{
    color: rgb(253 164 175 / 0.95);
  }

  .sm\:text-rose-400{
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-400\/0{
    color: rgb(251 113 133 / 0);
  }

  .sm\:text-rose-400\/10{
    color: rgb(251 113 133 / 0.1);
  }

  .sm\:text-rose-400\/100{
    color: rgb(251 113 133 / 1);
  }

  .sm\:text-rose-400\/15{
    color: rgb(251 113 133 / 0.15);
  }

  .sm\:text-rose-400\/20{
    color: rgb(251 113 133 / 0.2);
  }

  .sm\:text-rose-400\/25{
    color: rgb(251 113 133 / 0.25);
  }

  .sm\:text-rose-400\/30{
    color: rgb(251 113 133 / 0.3);
  }

  .sm\:text-rose-400\/35{
    color: rgb(251 113 133 / 0.35);
  }

  .sm\:text-rose-400\/40{
    color: rgb(251 113 133 / 0.4);
  }

  .sm\:text-rose-400\/45{
    color: rgb(251 113 133 / 0.45);
  }

  .sm\:text-rose-400\/5{
    color: rgb(251 113 133 / 0.05);
  }

  .sm\:text-rose-400\/50{
    color: rgb(251 113 133 / 0.5);
  }

  .sm\:text-rose-400\/55{
    color: rgb(251 113 133 / 0.55);
  }

  .sm\:text-rose-400\/60{
    color: rgb(251 113 133 / 0.6);
  }

  .sm\:text-rose-400\/65{
    color: rgb(251 113 133 / 0.65);
  }

  .sm\:text-rose-400\/70{
    color: rgb(251 113 133 / 0.7);
  }

  .sm\:text-rose-400\/75{
    color: rgb(251 113 133 / 0.75);
  }

  .sm\:text-rose-400\/80{
    color: rgb(251 113 133 / 0.8);
  }

  .sm\:text-rose-400\/85{
    color: rgb(251 113 133 / 0.85);
  }

  .sm\:text-rose-400\/90{
    color: rgb(251 113 133 / 0.9);
  }

  .sm\:text-rose-400\/95{
    color: rgb(251 113 133 / 0.95);
  }

  .sm\:text-rose-50{
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-50\/0{
    color: rgb(255 241 242 / 0);
  }

  .sm\:text-rose-50\/10{
    color: rgb(255 241 242 / 0.1);
  }

  .sm\:text-rose-50\/100{
    color: rgb(255 241 242 / 1);
  }

  .sm\:text-rose-50\/15{
    color: rgb(255 241 242 / 0.15);
  }

  .sm\:text-rose-50\/20{
    color: rgb(255 241 242 / 0.2);
  }

  .sm\:text-rose-50\/25{
    color: rgb(255 241 242 / 0.25);
  }

  .sm\:text-rose-50\/30{
    color: rgb(255 241 242 / 0.3);
  }

  .sm\:text-rose-50\/35{
    color: rgb(255 241 242 / 0.35);
  }

  .sm\:text-rose-50\/40{
    color: rgb(255 241 242 / 0.4);
  }

  .sm\:text-rose-50\/45{
    color: rgb(255 241 242 / 0.45);
  }

  .sm\:text-rose-50\/5{
    color: rgb(255 241 242 / 0.05);
  }

  .sm\:text-rose-50\/50{
    color: rgb(255 241 242 / 0.5);
  }

  .sm\:text-rose-50\/55{
    color: rgb(255 241 242 / 0.55);
  }

  .sm\:text-rose-50\/60{
    color: rgb(255 241 242 / 0.6);
  }

  .sm\:text-rose-50\/65{
    color: rgb(255 241 242 / 0.65);
  }

  .sm\:text-rose-50\/70{
    color: rgb(255 241 242 / 0.7);
  }

  .sm\:text-rose-50\/75{
    color: rgb(255 241 242 / 0.75);
  }

  .sm\:text-rose-50\/80{
    color: rgb(255 241 242 / 0.8);
  }

  .sm\:text-rose-50\/85{
    color: rgb(255 241 242 / 0.85);
  }

  .sm\:text-rose-50\/90{
    color: rgb(255 241 242 / 0.9);
  }

  .sm\:text-rose-50\/95{
    color: rgb(255 241 242 / 0.95);
  }

  .sm\:text-rose-500{
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-500\/0{
    color: rgb(244 63 94 / 0);
  }

  .sm\:text-rose-500\/10{
    color: rgb(244 63 94 / 0.1);
  }

  .sm\:text-rose-500\/100{
    color: rgb(244 63 94 / 1);
  }

  .sm\:text-rose-500\/15{
    color: rgb(244 63 94 / 0.15);
  }

  .sm\:text-rose-500\/20{
    color: rgb(244 63 94 / 0.2);
  }

  .sm\:text-rose-500\/25{
    color: rgb(244 63 94 / 0.25);
  }

  .sm\:text-rose-500\/30{
    color: rgb(244 63 94 / 0.3);
  }

  .sm\:text-rose-500\/35{
    color: rgb(244 63 94 / 0.35);
  }

  .sm\:text-rose-500\/40{
    color: rgb(244 63 94 / 0.4);
  }

  .sm\:text-rose-500\/45{
    color: rgb(244 63 94 / 0.45);
  }

  .sm\:text-rose-500\/5{
    color: rgb(244 63 94 / 0.05);
  }

  .sm\:text-rose-500\/50{
    color: rgb(244 63 94 / 0.5);
  }

  .sm\:text-rose-500\/55{
    color: rgb(244 63 94 / 0.55);
  }

  .sm\:text-rose-500\/60{
    color: rgb(244 63 94 / 0.6);
  }

  .sm\:text-rose-500\/65{
    color: rgb(244 63 94 / 0.65);
  }

  .sm\:text-rose-500\/70{
    color: rgb(244 63 94 / 0.7);
  }

  .sm\:text-rose-500\/75{
    color: rgb(244 63 94 / 0.75);
  }

  .sm\:text-rose-500\/80{
    color: rgb(244 63 94 / 0.8);
  }

  .sm\:text-rose-500\/85{
    color: rgb(244 63 94 / 0.85);
  }

  .sm\:text-rose-500\/90{
    color: rgb(244 63 94 / 0.9);
  }

  .sm\:text-rose-500\/95{
    color: rgb(244 63 94 / 0.95);
  }

  .sm\:text-rose-600{
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-600\/0{
    color: rgb(225 29 72 / 0);
  }

  .sm\:text-rose-600\/10{
    color: rgb(225 29 72 / 0.1);
  }

  .sm\:text-rose-600\/100{
    color: rgb(225 29 72 / 1);
  }

  .sm\:text-rose-600\/15{
    color: rgb(225 29 72 / 0.15);
  }

  .sm\:text-rose-600\/20{
    color: rgb(225 29 72 / 0.2);
  }

  .sm\:text-rose-600\/25{
    color: rgb(225 29 72 / 0.25);
  }

  .sm\:text-rose-600\/30{
    color: rgb(225 29 72 / 0.3);
  }

  .sm\:text-rose-600\/35{
    color: rgb(225 29 72 / 0.35);
  }

  .sm\:text-rose-600\/40{
    color: rgb(225 29 72 / 0.4);
  }

  .sm\:text-rose-600\/45{
    color: rgb(225 29 72 / 0.45);
  }

  .sm\:text-rose-600\/5{
    color: rgb(225 29 72 / 0.05);
  }

  .sm\:text-rose-600\/50{
    color: rgb(225 29 72 / 0.5);
  }

  .sm\:text-rose-600\/55{
    color: rgb(225 29 72 / 0.55);
  }

  .sm\:text-rose-600\/60{
    color: rgb(225 29 72 / 0.6);
  }

  .sm\:text-rose-600\/65{
    color: rgb(225 29 72 / 0.65);
  }

  .sm\:text-rose-600\/70{
    color: rgb(225 29 72 / 0.7);
  }

  .sm\:text-rose-600\/75{
    color: rgb(225 29 72 / 0.75);
  }

  .sm\:text-rose-600\/80{
    color: rgb(225 29 72 / 0.8);
  }

  .sm\:text-rose-600\/85{
    color: rgb(225 29 72 / 0.85);
  }

  .sm\:text-rose-600\/90{
    color: rgb(225 29 72 / 0.9);
  }

  .sm\:text-rose-600\/95{
    color: rgb(225 29 72 / 0.95);
  }

  .sm\:text-rose-700{
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-700\/0{
    color: rgb(190 18 60 / 0);
  }

  .sm\:text-rose-700\/10{
    color: rgb(190 18 60 / 0.1);
  }

  .sm\:text-rose-700\/100{
    color: rgb(190 18 60 / 1);
  }

  .sm\:text-rose-700\/15{
    color: rgb(190 18 60 / 0.15);
  }

  .sm\:text-rose-700\/20{
    color: rgb(190 18 60 / 0.2);
  }

  .sm\:text-rose-700\/25{
    color: rgb(190 18 60 / 0.25);
  }

  .sm\:text-rose-700\/30{
    color: rgb(190 18 60 / 0.3);
  }

  .sm\:text-rose-700\/35{
    color: rgb(190 18 60 / 0.35);
  }

  .sm\:text-rose-700\/40{
    color: rgb(190 18 60 / 0.4);
  }

  .sm\:text-rose-700\/45{
    color: rgb(190 18 60 / 0.45);
  }

  .sm\:text-rose-700\/5{
    color: rgb(190 18 60 / 0.05);
  }

  .sm\:text-rose-700\/50{
    color: rgb(190 18 60 / 0.5);
  }

  .sm\:text-rose-700\/55{
    color: rgb(190 18 60 / 0.55);
  }

  .sm\:text-rose-700\/60{
    color: rgb(190 18 60 / 0.6);
  }

  .sm\:text-rose-700\/65{
    color: rgb(190 18 60 / 0.65);
  }

  .sm\:text-rose-700\/70{
    color: rgb(190 18 60 / 0.7);
  }

  .sm\:text-rose-700\/75{
    color: rgb(190 18 60 / 0.75);
  }

  .sm\:text-rose-700\/80{
    color: rgb(190 18 60 / 0.8);
  }

  .sm\:text-rose-700\/85{
    color: rgb(190 18 60 / 0.85);
  }

  .sm\:text-rose-700\/90{
    color: rgb(190 18 60 / 0.9);
  }

  .sm\:text-rose-700\/95{
    color: rgb(190 18 60 / 0.95);
  }

  .sm\:text-rose-800{
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-800\/0{
    color: rgb(159 18 57 / 0);
  }

  .sm\:text-rose-800\/10{
    color: rgb(159 18 57 / 0.1);
  }

  .sm\:text-rose-800\/100{
    color: rgb(159 18 57 / 1);
  }

  .sm\:text-rose-800\/15{
    color: rgb(159 18 57 / 0.15);
  }

  .sm\:text-rose-800\/20{
    color: rgb(159 18 57 / 0.2);
  }

  .sm\:text-rose-800\/25{
    color: rgb(159 18 57 / 0.25);
  }

  .sm\:text-rose-800\/30{
    color: rgb(159 18 57 / 0.3);
  }

  .sm\:text-rose-800\/35{
    color: rgb(159 18 57 / 0.35);
  }

  .sm\:text-rose-800\/40{
    color: rgb(159 18 57 / 0.4);
  }

  .sm\:text-rose-800\/45{
    color: rgb(159 18 57 / 0.45);
  }

  .sm\:text-rose-800\/5{
    color: rgb(159 18 57 / 0.05);
  }

  .sm\:text-rose-800\/50{
    color: rgb(159 18 57 / 0.5);
  }

  .sm\:text-rose-800\/55{
    color: rgb(159 18 57 / 0.55);
  }

  .sm\:text-rose-800\/60{
    color: rgb(159 18 57 / 0.6);
  }

  .sm\:text-rose-800\/65{
    color: rgb(159 18 57 / 0.65);
  }

  .sm\:text-rose-800\/70{
    color: rgb(159 18 57 / 0.7);
  }

  .sm\:text-rose-800\/75{
    color: rgb(159 18 57 / 0.75);
  }

  .sm\:text-rose-800\/80{
    color: rgb(159 18 57 / 0.8);
  }

  .sm\:text-rose-800\/85{
    color: rgb(159 18 57 / 0.85);
  }

  .sm\:text-rose-800\/90{
    color: rgb(159 18 57 / 0.9);
  }

  .sm\:text-rose-800\/95{
    color: rgb(159 18 57 / 0.95);
  }

  .sm\:text-rose-900{
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-900\/0{
    color: rgb(136 19 55 / 0);
  }

  .sm\:text-rose-900\/10{
    color: rgb(136 19 55 / 0.1);
  }

  .sm\:text-rose-900\/100{
    color: rgb(136 19 55 / 1);
  }

  .sm\:text-rose-900\/15{
    color: rgb(136 19 55 / 0.15);
  }

  .sm\:text-rose-900\/20{
    color: rgb(136 19 55 / 0.2);
  }

  .sm\:text-rose-900\/25{
    color: rgb(136 19 55 / 0.25);
  }

  .sm\:text-rose-900\/30{
    color: rgb(136 19 55 / 0.3);
  }

  .sm\:text-rose-900\/35{
    color: rgb(136 19 55 / 0.35);
  }

  .sm\:text-rose-900\/40{
    color: rgb(136 19 55 / 0.4);
  }

  .sm\:text-rose-900\/45{
    color: rgb(136 19 55 / 0.45);
  }

  .sm\:text-rose-900\/5{
    color: rgb(136 19 55 / 0.05);
  }

  .sm\:text-rose-900\/50{
    color: rgb(136 19 55 / 0.5);
  }

  .sm\:text-rose-900\/55{
    color: rgb(136 19 55 / 0.55);
  }

  .sm\:text-rose-900\/60{
    color: rgb(136 19 55 / 0.6);
  }

  .sm\:text-rose-900\/65{
    color: rgb(136 19 55 / 0.65);
  }

  .sm\:text-rose-900\/70{
    color: rgb(136 19 55 / 0.7);
  }

  .sm\:text-rose-900\/75{
    color: rgb(136 19 55 / 0.75);
  }

  .sm\:text-rose-900\/80{
    color: rgb(136 19 55 / 0.8);
  }

  .sm\:text-rose-900\/85{
    color: rgb(136 19 55 / 0.85);
  }

  .sm\:text-rose-900\/90{
    color: rgb(136 19 55 / 0.9);
  }

  .sm\:text-rose-900\/95{
    color: rgb(136 19 55 / 0.95);
  }

  .sm\:text-rose-950{
    --tw-text-opacity: 1;
    color: rgb(76 5 25 / var(--tw-text-opacity, 1));
  }

  .sm\:text-rose-950\/0{
    color: rgb(76 5 25 / 0);
  }

  .sm\:text-rose-950\/10{
    color: rgb(76 5 25 / 0.1);
  }

  .sm\:text-rose-950\/100{
    color: rgb(76 5 25 / 1);
  }

  .sm\:text-rose-950\/15{
    color: rgb(76 5 25 / 0.15);
  }

  .sm\:text-rose-950\/20{
    color: rgb(76 5 25 / 0.2);
  }

  .sm\:text-rose-950\/25{
    color: rgb(76 5 25 / 0.25);
  }

  .sm\:text-rose-950\/30{
    color: rgb(76 5 25 / 0.3);
  }

  .sm\:text-rose-950\/35{
    color: rgb(76 5 25 / 0.35);
  }

  .sm\:text-rose-950\/40{
    color: rgb(76 5 25 / 0.4);
  }

  .sm\:text-rose-950\/45{
    color: rgb(76 5 25 / 0.45);
  }

  .sm\:text-rose-950\/5{
    color: rgb(76 5 25 / 0.05);
  }

  .sm\:text-rose-950\/50{
    color: rgb(76 5 25 / 0.5);
  }

  .sm\:text-rose-950\/55{
    color: rgb(76 5 25 / 0.55);
  }

  .sm\:text-rose-950\/60{
    color: rgb(76 5 25 / 0.6);
  }

  .sm\:text-rose-950\/65{
    color: rgb(76 5 25 / 0.65);
  }

  .sm\:text-rose-950\/70{
    color: rgb(76 5 25 / 0.7);
  }

  .sm\:text-rose-950\/75{
    color: rgb(76 5 25 / 0.75);
  }

  .sm\:text-rose-950\/80{
    color: rgb(76 5 25 / 0.8);
  }

  .sm\:text-rose-950\/85{
    color: rgb(76 5 25 / 0.85);
  }

  .sm\:text-rose-950\/90{
    color: rgb(76 5 25 / 0.9);
  }

  .sm\:text-rose-950\/95{
    color: rgb(76 5 25 / 0.95);
  }

  .sm\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(169 255 234 / var(--tw-text-opacity, 1));
  }

  .sm\:text-secondary\/0{
    color: rgb(169 255 234 / 0);
  }

  .sm\:text-secondary\/10{
    color: rgb(169 255 234 / 0.1);
  }

  .sm\:text-secondary\/100{
    color: rgb(169 255 234 / 1);
  }

  .sm\:text-secondary\/15{
    color: rgb(169 255 234 / 0.15);
  }

  .sm\:text-secondary\/20{
    color: rgb(169 255 234 / 0.2);
  }

  .sm\:text-secondary\/25{
    color: rgb(169 255 234 / 0.25);
  }

  .sm\:text-secondary\/30{
    color: rgb(169 255 234 / 0.3);
  }

  .sm\:text-secondary\/35{
    color: rgb(169 255 234 / 0.35);
  }

  .sm\:text-secondary\/40{
    color: rgb(169 255 234 / 0.4);
  }

  .sm\:text-secondary\/45{
    color: rgb(169 255 234 / 0.45);
  }

  .sm\:text-secondary\/5{
    color: rgb(169 255 234 / 0.05);
  }

  .sm\:text-secondary\/50{
    color: rgb(169 255 234 / 0.5);
  }

  .sm\:text-secondary\/55{
    color: rgb(169 255 234 / 0.55);
  }

  .sm\:text-secondary\/60{
    color: rgb(169 255 234 / 0.6);
  }

  .sm\:text-secondary\/65{
    color: rgb(169 255 234 / 0.65);
  }

  .sm\:text-secondary\/70{
    color: rgb(169 255 234 / 0.7);
  }

  .sm\:text-secondary\/75{
    color: rgb(169 255 234 / 0.75);
  }

  .sm\:text-secondary\/80{
    color: rgb(169 255 234 / 0.8);
  }

  .sm\:text-secondary\/85{
    color: rgb(169 255 234 / 0.85);
  }

  .sm\:text-secondary\/90{
    color: rgb(169 255 234 / 0.9);
  }

  .sm\:text-secondary\/95{
    color: rgb(169 255 234 / 0.95);
  }

  .sm\:text-sky-100{
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-100\/0{
    color: rgb(224 242 254 / 0);
  }

  .sm\:text-sky-100\/10{
    color: rgb(224 242 254 / 0.1);
  }

  .sm\:text-sky-100\/100{
    color: rgb(224 242 254 / 1);
  }

  .sm\:text-sky-100\/15{
    color: rgb(224 242 254 / 0.15);
  }

  .sm\:text-sky-100\/20{
    color: rgb(224 242 254 / 0.2);
  }

  .sm\:text-sky-100\/25{
    color: rgb(224 242 254 / 0.25);
  }

  .sm\:text-sky-100\/30{
    color: rgb(224 242 254 / 0.3);
  }

  .sm\:text-sky-100\/35{
    color: rgb(224 242 254 / 0.35);
  }

  .sm\:text-sky-100\/40{
    color: rgb(224 242 254 / 0.4);
  }

  .sm\:text-sky-100\/45{
    color: rgb(224 242 254 / 0.45);
  }

  .sm\:text-sky-100\/5{
    color: rgb(224 242 254 / 0.05);
  }

  .sm\:text-sky-100\/50{
    color: rgb(224 242 254 / 0.5);
  }

  .sm\:text-sky-100\/55{
    color: rgb(224 242 254 / 0.55);
  }

  .sm\:text-sky-100\/60{
    color: rgb(224 242 254 / 0.6);
  }

  .sm\:text-sky-100\/65{
    color: rgb(224 242 254 / 0.65);
  }

  .sm\:text-sky-100\/70{
    color: rgb(224 242 254 / 0.7);
  }

  .sm\:text-sky-100\/75{
    color: rgb(224 242 254 / 0.75);
  }

  .sm\:text-sky-100\/80{
    color: rgb(224 242 254 / 0.8);
  }

  .sm\:text-sky-100\/85{
    color: rgb(224 242 254 / 0.85);
  }

  .sm\:text-sky-100\/90{
    color: rgb(224 242 254 / 0.9);
  }

  .sm\:text-sky-100\/95{
    color: rgb(224 242 254 / 0.95);
  }

  .sm\:text-sky-200{
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-200\/0{
    color: rgb(186 230 253 / 0);
  }

  .sm\:text-sky-200\/10{
    color: rgb(186 230 253 / 0.1);
  }

  .sm\:text-sky-200\/100{
    color: rgb(186 230 253 / 1);
  }

  .sm\:text-sky-200\/15{
    color: rgb(186 230 253 / 0.15);
  }

  .sm\:text-sky-200\/20{
    color: rgb(186 230 253 / 0.2);
  }

  .sm\:text-sky-200\/25{
    color: rgb(186 230 253 / 0.25);
  }

  .sm\:text-sky-200\/30{
    color: rgb(186 230 253 / 0.3);
  }

  .sm\:text-sky-200\/35{
    color: rgb(186 230 253 / 0.35);
  }

  .sm\:text-sky-200\/40{
    color: rgb(186 230 253 / 0.4);
  }

  .sm\:text-sky-200\/45{
    color: rgb(186 230 253 / 0.45);
  }

  .sm\:text-sky-200\/5{
    color: rgb(186 230 253 / 0.05);
  }

  .sm\:text-sky-200\/50{
    color: rgb(186 230 253 / 0.5);
  }

  .sm\:text-sky-200\/55{
    color: rgb(186 230 253 / 0.55);
  }

  .sm\:text-sky-200\/60{
    color: rgb(186 230 253 / 0.6);
  }

  .sm\:text-sky-200\/65{
    color: rgb(186 230 253 / 0.65);
  }

  .sm\:text-sky-200\/70{
    color: rgb(186 230 253 / 0.7);
  }

  .sm\:text-sky-200\/75{
    color: rgb(186 230 253 / 0.75);
  }

  .sm\:text-sky-200\/80{
    color: rgb(186 230 253 / 0.8);
  }

  .sm\:text-sky-200\/85{
    color: rgb(186 230 253 / 0.85);
  }

  .sm\:text-sky-200\/90{
    color: rgb(186 230 253 / 0.9);
  }

  .sm\:text-sky-200\/95{
    color: rgb(186 230 253 / 0.95);
  }

  .sm\:text-sky-300{
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-300\/0{
    color: rgb(125 211 252 / 0);
  }

  .sm\:text-sky-300\/10{
    color: rgb(125 211 252 / 0.1);
  }

  .sm\:text-sky-300\/100{
    color: rgb(125 211 252 / 1);
  }

  .sm\:text-sky-300\/15{
    color: rgb(125 211 252 / 0.15);
  }

  .sm\:text-sky-300\/20{
    color: rgb(125 211 252 / 0.2);
  }

  .sm\:text-sky-300\/25{
    color: rgb(125 211 252 / 0.25);
  }

  .sm\:text-sky-300\/30{
    color: rgb(125 211 252 / 0.3);
  }

  .sm\:text-sky-300\/35{
    color: rgb(125 211 252 / 0.35);
  }

  .sm\:text-sky-300\/40{
    color: rgb(125 211 252 / 0.4);
  }

  .sm\:text-sky-300\/45{
    color: rgb(125 211 252 / 0.45);
  }

  .sm\:text-sky-300\/5{
    color: rgb(125 211 252 / 0.05);
  }

  .sm\:text-sky-300\/50{
    color: rgb(125 211 252 / 0.5);
  }

  .sm\:text-sky-300\/55{
    color: rgb(125 211 252 / 0.55);
  }

  .sm\:text-sky-300\/60{
    color: rgb(125 211 252 / 0.6);
  }

  .sm\:text-sky-300\/65{
    color: rgb(125 211 252 / 0.65);
  }

  .sm\:text-sky-300\/70{
    color: rgb(125 211 252 / 0.7);
  }

  .sm\:text-sky-300\/75{
    color: rgb(125 211 252 / 0.75);
  }

  .sm\:text-sky-300\/80{
    color: rgb(125 211 252 / 0.8);
  }

  .sm\:text-sky-300\/85{
    color: rgb(125 211 252 / 0.85);
  }

  .sm\:text-sky-300\/90{
    color: rgb(125 211 252 / 0.9);
  }

  .sm\:text-sky-300\/95{
    color: rgb(125 211 252 / 0.95);
  }

  .sm\:text-sky-400{
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-400\/0{
    color: rgb(56 189 248 / 0);
  }

  .sm\:text-sky-400\/10{
    color: rgb(56 189 248 / 0.1);
  }

  .sm\:text-sky-400\/100{
    color: rgb(56 189 248 / 1);
  }

  .sm\:text-sky-400\/15{
    color: rgb(56 189 248 / 0.15);
  }

  .sm\:text-sky-400\/20{
    color: rgb(56 189 248 / 0.2);
  }

  .sm\:text-sky-400\/25{
    color: rgb(56 189 248 / 0.25);
  }

  .sm\:text-sky-400\/30{
    color: rgb(56 189 248 / 0.3);
  }

  .sm\:text-sky-400\/35{
    color: rgb(56 189 248 / 0.35);
  }

  .sm\:text-sky-400\/40{
    color: rgb(56 189 248 / 0.4);
  }

  .sm\:text-sky-400\/45{
    color: rgb(56 189 248 / 0.45);
  }

  .sm\:text-sky-400\/5{
    color: rgb(56 189 248 / 0.05);
  }

  .sm\:text-sky-400\/50{
    color: rgb(56 189 248 / 0.5);
  }

  .sm\:text-sky-400\/55{
    color: rgb(56 189 248 / 0.55);
  }

  .sm\:text-sky-400\/60{
    color: rgb(56 189 248 / 0.6);
  }

  .sm\:text-sky-400\/65{
    color: rgb(56 189 248 / 0.65);
  }

  .sm\:text-sky-400\/70{
    color: rgb(56 189 248 / 0.7);
  }

  .sm\:text-sky-400\/75{
    color: rgb(56 189 248 / 0.75);
  }

  .sm\:text-sky-400\/80{
    color: rgb(56 189 248 / 0.8);
  }

  .sm\:text-sky-400\/85{
    color: rgb(56 189 248 / 0.85);
  }

  .sm\:text-sky-400\/90{
    color: rgb(56 189 248 / 0.9);
  }

  .sm\:text-sky-400\/95{
    color: rgb(56 189 248 / 0.95);
  }

  .sm\:text-sky-50{
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-50\/0{
    color: rgb(240 249 255 / 0);
  }

  .sm\:text-sky-50\/10{
    color: rgb(240 249 255 / 0.1);
  }

  .sm\:text-sky-50\/100{
    color: rgb(240 249 255 / 1);
  }

  .sm\:text-sky-50\/15{
    color: rgb(240 249 255 / 0.15);
  }

  .sm\:text-sky-50\/20{
    color: rgb(240 249 255 / 0.2);
  }

  .sm\:text-sky-50\/25{
    color: rgb(240 249 255 / 0.25);
  }

  .sm\:text-sky-50\/30{
    color: rgb(240 249 255 / 0.3);
  }

  .sm\:text-sky-50\/35{
    color: rgb(240 249 255 / 0.35);
  }

  .sm\:text-sky-50\/40{
    color: rgb(240 249 255 / 0.4);
  }

  .sm\:text-sky-50\/45{
    color: rgb(240 249 255 / 0.45);
  }

  .sm\:text-sky-50\/5{
    color: rgb(240 249 255 / 0.05);
  }

  .sm\:text-sky-50\/50{
    color: rgb(240 249 255 / 0.5);
  }

  .sm\:text-sky-50\/55{
    color: rgb(240 249 255 / 0.55);
  }

  .sm\:text-sky-50\/60{
    color: rgb(240 249 255 / 0.6);
  }

  .sm\:text-sky-50\/65{
    color: rgb(240 249 255 / 0.65);
  }

  .sm\:text-sky-50\/70{
    color: rgb(240 249 255 / 0.7);
  }

  .sm\:text-sky-50\/75{
    color: rgb(240 249 255 / 0.75);
  }

  .sm\:text-sky-50\/80{
    color: rgb(240 249 255 / 0.8);
  }

  .sm\:text-sky-50\/85{
    color: rgb(240 249 255 / 0.85);
  }

  .sm\:text-sky-50\/90{
    color: rgb(240 249 255 / 0.9);
  }

  .sm\:text-sky-50\/95{
    color: rgb(240 249 255 / 0.95);
  }

  .sm\:text-sky-500{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-500\/0{
    color: rgb(14 165 233 / 0);
  }

  .sm\:text-sky-500\/10{
    color: rgb(14 165 233 / 0.1);
  }

  .sm\:text-sky-500\/100{
    color: rgb(14 165 233 / 1);
  }

  .sm\:text-sky-500\/15{
    color: rgb(14 165 233 / 0.15);
  }

  .sm\:text-sky-500\/20{
    color: rgb(14 165 233 / 0.2);
  }

  .sm\:text-sky-500\/25{
    color: rgb(14 165 233 / 0.25);
  }

  .sm\:text-sky-500\/30{
    color: rgb(14 165 233 / 0.3);
  }

  .sm\:text-sky-500\/35{
    color: rgb(14 165 233 / 0.35);
  }

  .sm\:text-sky-500\/40{
    color: rgb(14 165 233 / 0.4);
  }

  .sm\:text-sky-500\/45{
    color: rgb(14 165 233 / 0.45);
  }

  .sm\:text-sky-500\/5{
    color: rgb(14 165 233 / 0.05);
  }

  .sm\:text-sky-500\/50{
    color: rgb(14 165 233 / 0.5);
  }

  .sm\:text-sky-500\/55{
    color: rgb(14 165 233 / 0.55);
  }

  .sm\:text-sky-500\/60{
    color: rgb(14 165 233 / 0.6);
  }

  .sm\:text-sky-500\/65{
    color: rgb(14 165 233 / 0.65);
  }

  .sm\:text-sky-500\/70{
    color: rgb(14 165 233 / 0.7);
  }

  .sm\:text-sky-500\/75{
    color: rgb(14 165 233 / 0.75);
  }

  .sm\:text-sky-500\/80{
    color: rgb(14 165 233 / 0.8);
  }

  .sm\:text-sky-500\/85{
    color: rgb(14 165 233 / 0.85);
  }

  .sm\:text-sky-500\/90{
    color: rgb(14 165 233 / 0.9);
  }

  .sm\:text-sky-500\/95{
    color: rgb(14 165 233 / 0.95);
  }

  .sm\:text-sky-600{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-600\/0{
    color: rgb(2 132 199 / 0);
  }

  .sm\:text-sky-600\/10{
    color: rgb(2 132 199 / 0.1);
  }

  .sm\:text-sky-600\/100{
    color: rgb(2 132 199 / 1);
  }

  .sm\:text-sky-600\/15{
    color: rgb(2 132 199 / 0.15);
  }

  .sm\:text-sky-600\/20{
    color: rgb(2 132 199 / 0.2);
  }

  .sm\:text-sky-600\/25{
    color: rgb(2 132 199 / 0.25);
  }

  .sm\:text-sky-600\/30{
    color: rgb(2 132 199 / 0.3);
  }

  .sm\:text-sky-600\/35{
    color: rgb(2 132 199 / 0.35);
  }

  .sm\:text-sky-600\/40{
    color: rgb(2 132 199 / 0.4);
  }

  .sm\:text-sky-600\/45{
    color: rgb(2 132 199 / 0.45);
  }

  .sm\:text-sky-600\/5{
    color: rgb(2 132 199 / 0.05);
  }

  .sm\:text-sky-600\/50{
    color: rgb(2 132 199 / 0.5);
  }

  .sm\:text-sky-600\/55{
    color: rgb(2 132 199 / 0.55);
  }

  .sm\:text-sky-600\/60{
    color: rgb(2 132 199 / 0.6);
  }

  .sm\:text-sky-600\/65{
    color: rgb(2 132 199 / 0.65);
  }

  .sm\:text-sky-600\/70{
    color: rgb(2 132 199 / 0.7);
  }

  .sm\:text-sky-600\/75{
    color: rgb(2 132 199 / 0.75);
  }

  .sm\:text-sky-600\/80{
    color: rgb(2 132 199 / 0.8);
  }

  .sm\:text-sky-600\/85{
    color: rgb(2 132 199 / 0.85);
  }

  .sm\:text-sky-600\/90{
    color: rgb(2 132 199 / 0.9);
  }

  .sm\:text-sky-600\/95{
    color: rgb(2 132 199 / 0.95);
  }

  .sm\:text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-700\/0{
    color: rgb(3 105 161 / 0);
  }

  .sm\:text-sky-700\/10{
    color: rgb(3 105 161 / 0.1);
  }

  .sm\:text-sky-700\/100{
    color: rgb(3 105 161 / 1);
  }

  .sm\:text-sky-700\/15{
    color: rgb(3 105 161 / 0.15);
  }

  .sm\:text-sky-700\/20{
    color: rgb(3 105 161 / 0.2);
  }

  .sm\:text-sky-700\/25{
    color: rgb(3 105 161 / 0.25);
  }

  .sm\:text-sky-700\/30{
    color: rgb(3 105 161 / 0.3);
  }

  .sm\:text-sky-700\/35{
    color: rgb(3 105 161 / 0.35);
  }

  .sm\:text-sky-700\/40{
    color: rgb(3 105 161 / 0.4);
  }

  .sm\:text-sky-700\/45{
    color: rgb(3 105 161 / 0.45);
  }

  .sm\:text-sky-700\/5{
    color: rgb(3 105 161 / 0.05);
  }

  .sm\:text-sky-700\/50{
    color: rgb(3 105 161 / 0.5);
  }

  .sm\:text-sky-700\/55{
    color: rgb(3 105 161 / 0.55);
  }

  .sm\:text-sky-700\/60{
    color: rgb(3 105 161 / 0.6);
  }

  .sm\:text-sky-700\/65{
    color: rgb(3 105 161 / 0.65);
  }

  .sm\:text-sky-700\/70{
    color: rgb(3 105 161 / 0.7);
  }

  .sm\:text-sky-700\/75{
    color: rgb(3 105 161 / 0.75);
  }

  .sm\:text-sky-700\/80{
    color: rgb(3 105 161 / 0.8);
  }

  .sm\:text-sky-700\/85{
    color: rgb(3 105 161 / 0.85);
  }

  .sm\:text-sky-700\/90{
    color: rgb(3 105 161 / 0.9);
  }

  .sm\:text-sky-700\/95{
    color: rgb(3 105 161 / 0.95);
  }

  .sm\:text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-800\/0{
    color: rgb(7 89 133 / 0);
  }

  .sm\:text-sky-800\/10{
    color: rgb(7 89 133 / 0.1);
  }

  .sm\:text-sky-800\/100{
    color: rgb(7 89 133 / 1);
  }

  .sm\:text-sky-800\/15{
    color: rgb(7 89 133 / 0.15);
  }

  .sm\:text-sky-800\/20{
    color: rgb(7 89 133 / 0.2);
  }

  .sm\:text-sky-800\/25{
    color: rgb(7 89 133 / 0.25);
  }

  .sm\:text-sky-800\/30{
    color: rgb(7 89 133 / 0.3);
  }

  .sm\:text-sky-800\/35{
    color: rgb(7 89 133 / 0.35);
  }

  .sm\:text-sky-800\/40{
    color: rgb(7 89 133 / 0.4);
  }

  .sm\:text-sky-800\/45{
    color: rgb(7 89 133 / 0.45);
  }

  .sm\:text-sky-800\/5{
    color: rgb(7 89 133 / 0.05);
  }

  .sm\:text-sky-800\/50{
    color: rgb(7 89 133 / 0.5);
  }

  .sm\:text-sky-800\/55{
    color: rgb(7 89 133 / 0.55);
  }

  .sm\:text-sky-800\/60{
    color: rgb(7 89 133 / 0.6);
  }

  .sm\:text-sky-800\/65{
    color: rgb(7 89 133 / 0.65);
  }

  .sm\:text-sky-800\/70{
    color: rgb(7 89 133 / 0.7);
  }

  .sm\:text-sky-800\/75{
    color: rgb(7 89 133 / 0.75);
  }

  .sm\:text-sky-800\/80{
    color: rgb(7 89 133 / 0.8);
  }

  .sm\:text-sky-800\/85{
    color: rgb(7 89 133 / 0.85);
  }

  .sm\:text-sky-800\/90{
    color: rgb(7 89 133 / 0.9);
  }

  .sm\:text-sky-800\/95{
    color: rgb(7 89 133 / 0.95);
  }

  .sm\:text-sky-900{
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-900\/0{
    color: rgb(12 74 110 / 0);
  }

  .sm\:text-sky-900\/10{
    color: rgb(12 74 110 / 0.1);
  }

  .sm\:text-sky-900\/100{
    color: rgb(12 74 110 / 1);
  }

  .sm\:text-sky-900\/15{
    color: rgb(12 74 110 / 0.15);
  }

  .sm\:text-sky-900\/20{
    color: rgb(12 74 110 / 0.2);
  }

  .sm\:text-sky-900\/25{
    color: rgb(12 74 110 / 0.25);
  }

  .sm\:text-sky-900\/30{
    color: rgb(12 74 110 / 0.3);
  }

  .sm\:text-sky-900\/35{
    color: rgb(12 74 110 / 0.35);
  }

  .sm\:text-sky-900\/40{
    color: rgb(12 74 110 / 0.4);
  }

  .sm\:text-sky-900\/45{
    color: rgb(12 74 110 / 0.45);
  }

  .sm\:text-sky-900\/5{
    color: rgb(12 74 110 / 0.05);
  }

  .sm\:text-sky-900\/50{
    color: rgb(12 74 110 / 0.5);
  }

  .sm\:text-sky-900\/55{
    color: rgb(12 74 110 / 0.55);
  }

  .sm\:text-sky-900\/60{
    color: rgb(12 74 110 / 0.6);
  }

  .sm\:text-sky-900\/65{
    color: rgb(12 74 110 / 0.65);
  }

  .sm\:text-sky-900\/70{
    color: rgb(12 74 110 / 0.7);
  }

  .sm\:text-sky-900\/75{
    color: rgb(12 74 110 / 0.75);
  }

  .sm\:text-sky-900\/80{
    color: rgb(12 74 110 / 0.8);
  }

  .sm\:text-sky-900\/85{
    color: rgb(12 74 110 / 0.85);
  }

  .sm\:text-sky-900\/90{
    color: rgb(12 74 110 / 0.9);
  }

  .sm\:text-sky-900\/95{
    color: rgb(12 74 110 / 0.95);
  }

  .sm\:text-sky-950{
    --tw-text-opacity: 1;
    color: rgb(8 47 73 / var(--tw-text-opacity, 1));
  }

  .sm\:text-sky-950\/0{
    color: rgb(8 47 73 / 0);
  }

  .sm\:text-sky-950\/10{
    color: rgb(8 47 73 / 0.1);
  }

  .sm\:text-sky-950\/100{
    color: rgb(8 47 73 / 1);
  }

  .sm\:text-sky-950\/15{
    color: rgb(8 47 73 / 0.15);
  }

  .sm\:text-sky-950\/20{
    color: rgb(8 47 73 / 0.2);
  }

  .sm\:text-sky-950\/25{
    color: rgb(8 47 73 / 0.25);
  }

  .sm\:text-sky-950\/30{
    color: rgb(8 47 73 / 0.3);
  }

  .sm\:text-sky-950\/35{
    color: rgb(8 47 73 / 0.35);
  }

  .sm\:text-sky-950\/40{
    color: rgb(8 47 73 / 0.4);
  }

  .sm\:text-sky-950\/45{
    color: rgb(8 47 73 / 0.45);
  }

  .sm\:text-sky-950\/5{
    color: rgb(8 47 73 / 0.05);
  }

  .sm\:text-sky-950\/50{
    color: rgb(8 47 73 / 0.5);
  }

  .sm\:text-sky-950\/55{
    color: rgb(8 47 73 / 0.55);
  }

  .sm\:text-sky-950\/60{
    color: rgb(8 47 73 / 0.6);
  }

  .sm\:text-sky-950\/65{
    color: rgb(8 47 73 / 0.65);
  }

  .sm\:text-sky-950\/70{
    color: rgb(8 47 73 / 0.7);
  }

  .sm\:text-sky-950\/75{
    color: rgb(8 47 73 / 0.75);
  }

  .sm\:text-sky-950\/80{
    color: rgb(8 47 73 / 0.8);
  }

  .sm\:text-sky-950\/85{
    color: rgb(8 47 73 / 0.85);
  }

  .sm\:text-sky-950\/90{
    color: rgb(8 47 73 / 0.9);
  }

  .sm\:text-sky-950\/95{
    color: rgb(8 47 73 / 0.95);
  }

  .sm\:text-slate-100{
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-100\/0{
    color: rgb(241 245 249 / 0);
  }

  .sm\:text-slate-100\/10{
    color: rgb(241 245 249 / 0.1);
  }

  .sm\:text-slate-100\/100{
    color: rgb(241 245 249 / 1);
  }

  .sm\:text-slate-100\/15{
    color: rgb(241 245 249 / 0.15);
  }

  .sm\:text-slate-100\/20{
    color: rgb(241 245 249 / 0.2);
  }

  .sm\:text-slate-100\/25{
    color: rgb(241 245 249 / 0.25);
  }

  .sm\:text-slate-100\/30{
    color: rgb(241 245 249 / 0.3);
  }

  .sm\:text-slate-100\/35{
    color: rgb(241 245 249 / 0.35);
  }

  .sm\:text-slate-100\/40{
    color: rgb(241 245 249 / 0.4);
  }

  .sm\:text-slate-100\/45{
    color: rgb(241 245 249 / 0.45);
  }

  .sm\:text-slate-100\/5{
    color: rgb(241 245 249 / 0.05);
  }

  .sm\:text-slate-100\/50{
    color: rgb(241 245 249 / 0.5);
  }

  .sm\:text-slate-100\/55{
    color: rgb(241 245 249 / 0.55);
  }

  .sm\:text-slate-100\/60{
    color: rgb(241 245 249 / 0.6);
  }

  .sm\:text-slate-100\/65{
    color: rgb(241 245 249 / 0.65);
  }

  .sm\:text-slate-100\/70{
    color: rgb(241 245 249 / 0.7);
  }

  .sm\:text-slate-100\/75{
    color: rgb(241 245 249 / 0.75);
  }

  .sm\:text-slate-100\/80{
    color: rgb(241 245 249 / 0.8);
  }

  .sm\:text-slate-100\/85{
    color: rgb(241 245 249 / 0.85);
  }

  .sm\:text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
  }

  .sm\:text-slate-100\/95{
    color: rgb(241 245 249 / 0.95);
  }

  .sm\:text-slate-200{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-200\/0{
    color: rgb(226 232 240 / 0);
  }

  .sm\:text-slate-200\/10{
    color: rgb(226 232 240 / 0.1);
  }

  .sm\:text-slate-200\/100{
    color: rgb(226 232 240 / 1);
  }

  .sm\:text-slate-200\/15{
    color: rgb(226 232 240 / 0.15);
  }

  .sm\:text-slate-200\/20{
    color: rgb(226 232 240 / 0.2);
  }

  .sm\:text-slate-200\/25{
    color: rgb(226 232 240 / 0.25);
  }

  .sm\:text-slate-200\/30{
    color: rgb(226 232 240 / 0.3);
  }

  .sm\:text-slate-200\/35{
    color: rgb(226 232 240 / 0.35);
  }

  .sm\:text-slate-200\/40{
    color: rgb(226 232 240 / 0.4);
  }

  .sm\:text-slate-200\/45{
    color: rgb(226 232 240 / 0.45);
  }

  .sm\:text-slate-200\/5{
    color: rgb(226 232 240 / 0.05);
  }

  .sm\:text-slate-200\/50{
    color: rgb(226 232 240 / 0.5);
  }

  .sm\:text-slate-200\/55{
    color: rgb(226 232 240 / 0.55);
  }

  .sm\:text-slate-200\/60{
    color: rgb(226 232 240 / 0.6);
  }

  .sm\:text-slate-200\/65{
    color: rgb(226 232 240 / 0.65);
  }

  .sm\:text-slate-200\/70{
    color: rgb(226 232 240 / 0.7);
  }

  .sm\:text-slate-200\/75{
    color: rgb(226 232 240 / 0.75);
  }

  .sm\:text-slate-200\/80{
    color: rgb(226 232 240 / 0.8);
  }

  .sm\:text-slate-200\/85{
    color: rgb(226 232 240 / 0.85);
  }

  .sm\:text-slate-200\/90{
    color: rgb(226 232 240 / 0.9);
  }

  .sm\:text-slate-200\/95{
    color: rgb(226 232 240 / 0.95);
  }

  .sm\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-300\/0{
    color: rgb(203 213 225 / 0);
  }

  .sm\:text-slate-300\/10{
    color: rgb(203 213 225 / 0.1);
  }

  .sm\:text-slate-300\/100{
    color: rgb(203 213 225 / 1);
  }

  .sm\:text-slate-300\/15{
    color: rgb(203 213 225 / 0.15);
  }

  .sm\:text-slate-300\/20{
    color: rgb(203 213 225 / 0.2);
  }

  .sm\:text-slate-300\/25{
    color: rgb(203 213 225 / 0.25);
  }

  .sm\:text-slate-300\/30{
    color: rgb(203 213 225 / 0.3);
  }

  .sm\:text-slate-300\/35{
    color: rgb(203 213 225 / 0.35);
  }

  .sm\:text-slate-300\/40{
    color: rgb(203 213 225 / 0.4);
  }

  .sm\:text-slate-300\/45{
    color: rgb(203 213 225 / 0.45);
  }

  .sm\:text-slate-300\/5{
    color: rgb(203 213 225 / 0.05);
  }

  .sm\:text-slate-300\/50{
    color: rgb(203 213 225 / 0.5);
  }

  .sm\:text-slate-300\/55{
    color: rgb(203 213 225 / 0.55);
  }

  .sm\:text-slate-300\/60{
    color: rgb(203 213 225 / 0.6);
  }

  .sm\:text-slate-300\/65{
    color: rgb(203 213 225 / 0.65);
  }

  .sm\:text-slate-300\/70{
    color: rgb(203 213 225 / 0.7);
  }

  .sm\:text-slate-300\/75{
    color: rgb(203 213 225 / 0.75);
  }

  .sm\:text-slate-300\/80{
    color: rgb(203 213 225 / 0.8);
  }

  .sm\:text-slate-300\/85{
    color: rgb(203 213 225 / 0.85);
  }

  .sm\:text-slate-300\/90{
    color: rgb(203 213 225 / 0.9);
  }

  .sm\:text-slate-300\/95{
    color: rgb(203 213 225 / 0.95);
  }

  .sm\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-400\/0{
    color: rgb(148 163 184 / 0);
  }

  .sm\:text-slate-400\/10{
    color: rgb(148 163 184 / 0.1);
  }

  .sm\:text-slate-400\/100{
    color: rgb(148 163 184 / 1);
  }

  .sm\:text-slate-400\/15{
    color: rgb(148 163 184 / 0.15);
  }

  .sm\:text-slate-400\/20{
    color: rgb(148 163 184 / 0.2);
  }

  .sm\:text-slate-400\/25{
    color: rgb(148 163 184 / 0.25);
  }

  .sm\:text-slate-400\/30{
    color: rgb(148 163 184 / 0.3);
  }

  .sm\:text-slate-400\/35{
    color: rgb(148 163 184 / 0.35);
  }

  .sm\:text-slate-400\/40{
    color: rgb(148 163 184 / 0.4);
  }

  .sm\:text-slate-400\/45{
    color: rgb(148 163 184 / 0.45);
  }

  .sm\:text-slate-400\/5{
    color: rgb(148 163 184 / 0.05);
  }

  .sm\:text-slate-400\/50{
    color: rgb(148 163 184 / 0.5);
  }

  .sm\:text-slate-400\/55{
    color: rgb(148 163 184 / 0.55);
  }

  .sm\:text-slate-400\/60{
    color: rgb(148 163 184 / 0.6);
  }

  .sm\:text-slate-400\/65{
    color: rgb(148 163 184 / 0.65);
  }

  .sm\:text-slate-400\/70{
    color: rgb(148 163 184 / 0.7);
  }

  .sm\:text-slate-400\/75{
    color: rgb(148 163 184 / 0.75);
  }

  .sm\:text-slate-400\/80{
    color: rgb(148 163 184 / 0.8);
  }

  .sm\:text-slate-400\/85{
    color: rgb(148 163 184 / 0.85);
  }

  .sm\:text-slate-400\/90{
    color: rgb(148 163 184 / 0.9);
  }

  .sm\:text-slate-400\/95{
    color: rgb(148 163 184 / 0.95);
  }

  .sm\:text-slate-50{
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-50\/0{
    color: rgb(248 250 252 / 0);
  }

  .sm\:text-slate-50\/10{
    color: rgb(248 250 252 / 0.1);
  }

  .sm\:text-slate-50\/100{
    color: rgb(248 250 252 / 1);
  }

  .sm\:text-slate-50\/15{
    color: rgb(248 250 252 / 0.15);
  }

  .sm\:text-slate-50\/20{
    color: rgb(248 250 252 / 0.2);
  }

  .sm\:text-slate-50\/25{
    color: rgb(248 250 252 / 0.25);
  }

  .sm\:text-slate-50\/30{
    color: rgb(248 250 252 / 0.3);
  }

  .sm\:text-slate-50\/35{
    color: rgb(248 250 252 / 0.35);
  }

  .sm\:text-slate-50\/40{
    color: rgb(248 250 252 / 0.4);
  }

  .sm\:text-slate-50\/45{
    color: rgb(248 250 252 / 0.45);
  }

  .sm\:text-slate-50\/5{
    color: rgb(248 250 252 / 0.05);
  }

  .sm\:text-slate-50\/50{
    color: rgb(248 250 252 / 0.5);
  }

  .sm\:text-slate-50\/55{
    color: rgb(248 250 252 / 0.55);
  }

  .sm\:text-slate-50\/60{
    color: rgb(248 250 252 / 0.6);
  }

  .sm\:text-slate-50\/65{
    color: rgb(248 250 252 / 0.65);
  }

  .sm\:text-slate-50\/70{
    color: rgb(248 250 252 / 0.7);
  }

  .sm\:text-slate-50\/75{
    color: rgb(248 250 252 / 0.75);
  }

  .sm\:text-slate-50\/80{
    color: rgb(248 250 252 / 0.8);
  }

  .sm\:text-slate-50\/85{
    color: rgb(248 250 252 / 0.85);
  }

  .sm\:text-slate-50\/90{
    color: rgb(248 250 252 / 0.9);
  }

  .sm\:text-slate-50\/95{
    color: rgb(248 250 252 / 0.95);
  }

  .sm\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-500\/0{
    color: rgb(100 116 139 / 0);
  }

  .sm\:text-slate-500\/10{
    color: rgb(100 116 139 / 0.1);
  }

  .sm\:text-slate-500\/100{
    color: rgb(100 116 139 / 1);
  }

  .sm\:text-slate-500\/15{
    color: rgb(100 116 139 / 0.15);
  }

  .sm\:text-slate-500\/20{
    color: rgb(100 116 139 / 0.2);
  }

  .sm\:text-slate-500\/25{
    color: rgb(100 116 139 / 0.25);
  }

  .sm\:text-slate-500\/30{
    color: rgb(100 116 139 / 0.3);
  }

  .sm\:text-slate-500\/35{
    color: rgb(100 116 139 / 0.35);
  }

  .sm\:text-slate-500\/40{
    color: rgb(100 116 139 / 0.4);
  }

  .sm\:text-slate-500\/45{
    color: rgb(100 116 139 / 0.45);
  }

  .sm\:text-slate-500\/5{
    color: rgb(100 116 139 / 0.05);
  }

  .sm\:text-slate-500\/50{
    color: rgb(100 116 139 / 0.5);
  }

  .sm\:text-slate-500\/55{
    color: rgb(100 116 139 / 0.55);
  }

  .sm\:text-slate-500\/60{
    color: rgb(100 116 139 / 0.6);
  }

  .sm\:text-slate-500\/65{
    color: rgb(100 116 139 / 0.65);
  }

  .sm\:text-slate-500\/70{
    color: rgb(100 116 139 / 0.7);
  }

  .sm\:text-slate-500\/75{
    color: rgb(100 116 139 / 0.75);
  }

  .sm\:text-slate-500\/80{
    color: rgb(100 116 139 / 0.8);
  }

  .sm\:text-slate-500\/85{
    color: rgb(100 116 139 / 0.85);
  }

  .sm\:text-slate-500\/90{
    color: rgb(100 116 139 / 0.9);
  }

  .sm\:text-slate-500\/95{
    color: rgb(100 116 139 / 0.95);
  }

  .sm\:text-slate-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-600\/0{
    color: rgb(71 85 105 / 0);
  }

  .sm\:text-slate-600\/10{
    color: rgb(71 85 105 / 0.1);
  }

  .sm\:text-slate-600\/100{
    color: rgb(71 85 105 / 1);
  }

  .sm\:text-slate-600\/15{
    color: rgb(71 85 105 / 0.15);
  }

  .sm\:text-slate-600\/20{
    color: rgb(71 85 105 / 0.2);
  }

  .sm\:text-slate-600\/25{
    color: rgb(71 85 105 / 0.25);
  }

  .sm\:text-slate-600\/30{
    color: rgb(71 85 105 / 0.3);
  }

  .sm\:text-slate-600\/35{
    color: rgb(71 85 105 / 0.35);
  }

  .sm\:text-slate-600\/40{
    color: rgb(71 85 105 / 0.4);
  }

  .sm\:text-slate-600\/45{
    color: rgb(71 85 105 / 0.45);
  }

  .sm\:text-slate-600\/5{
    color: rgb(71 85 105 / 0.05);
  }

  .sm\:text-slate-600\/50{
    color: rgb(71 85 105 / 0.5);
  }

  .sm\:text-slate-600\/55{
    color: rgb(71 85 105 / 0.55);
  }

  .sm\:text-slate-600\/60{
    color: rgb(71 85 105 / 0.6);
  }

  .sm\:text-slate-600\/65{
    color: rgb(71 85 105 / 0.65);
  }

  .sm\:text-slate-600\/70{
    color: rgb(71 85 105 / 0.7);
  }

  .sm\:text-slate-600\/75{
    color: rgb(71 85 105 / 0.75);
  }

  .sm\:text-slate-600\/80{
    color: rgb(71 85 105 / 0.8);
  }

  .sm\:text-slate-600\/85{
    color: rgb(71 85 105 / 0.85);
  }

  .sm\:text-slate-600\/90{
    color: rgb(71 85 105 / 0.9);
  }

  .sm\:text-slate-600\/95{
    color: rgb(71 85 105 / 0.95);
  }

  .sm\:text-slate-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-700\/0{
    color: rgb(51 65 85 / 0);
  }

  .sm\:text-slate-700\/10{
    color: rgb(51 65 85 / 0.1);
  }

  .sm\:text-slate-700\/100{
    color: rgb(51 65 85 / 1);
  }

  .sm\:text-slate-700\/15{
    color: rgb(51 65 85 / 0.15);
  }

  .sm\:text-slate-700\/20{
    color: rgb(51 65 85 / 0.2);
  }

  .sm\:text-slate-700\/25{
    color: rgb(51 65 85 / 0.25);
  }

  .sm\:text-slate-700\/30{
    color: rgb(51 65 85 / 0.3);
  }

  .sm\:text-slate-700\/35{
    color: rgb(51 65 85 / 0.35);
  }

  .sm\:text-slate-700\/40{
    color: rgb(51 65 85 / 0.4);
  }

  .sm\:text-slate-700\/45{
    color: rgb(51 65 85 / 0.45);
  }

  .sm\:text-slate-700\/5{
    color: rgb(51 65 85 / 0.05);
  }

  .sm\:text-slate-700\/50{
    color: rgb(51 65 85 / 0.5);
  }

  .sm\:text-slate-700\/55{
    color: rgb(51 65 85 / 0.55);
  }

  .sm\:text-slate-700\/60{
    color: rgb(51 65 85 / 0.6);
  }

  .sm\:text-slate-700\/65{
    color: rgb(51 65 85 / 0.65);
  }

  .sm\:text-slate-700\/70{
    color: rgb(51 65 85 / 0.7);
  }

  .sm\:text-slate-700\/75{
    color: rgb(51 65 85 / 0.75);
  }

  .sm\:text-slate-700\/80{
    color: rgb(51 65 85 / 0.8);
  }

  .sm\:text-slate-700\/85{
    color: rgb(51 65 85 / 0.85);
  }

  .sm\:text-slate-700\/90{
    color: rgb(51 65 85 / 0.9);
  }

  .sm\:text-slate-700\/95{
    color: rgb(51 65 85 / 0.95);
  }

  .sm\:text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-800\/0{
    color: rgb(30 41 59 / 0);
  }

  .sm\:text-slate-800\/10{
    color: rgb(30 41 59 / 0.1);
  }

  .sm\:text-slate-800\/100{
    color: rgb(30 41 59 / 1);
  }

  .sm\:text-slate-800\/15{
    color: rgb(30 41 59 / 0.15);
  }

  .sm\:text-slate-800\/20{
    color: rgb(30 41 59 / 0.2);
  }

  .sm\:text-slate-800\/25{
    color: rgb(30 41 59 / 0.25);
  }

  .sm\:text-slate-800\/30{
    color: rgb(30 41 59 / 0.3);
  }

  .sm\:text-slate-800\/35{
    color: rgb(30 41 59 / 0.35);
  }

  .sm\:text-slate-800\/40{
    color: rgb(30 41 59 / 0.4);
  }

  .sm\:text-slate-800\/45{
    color: rgb(30 41 59 / 0.45);
  }

  .sm\:text-slate-800\/5{
    color: rgb(30 41 59 / 0.05);
  }

  .sm\:text-slate-800\/50{
    color: rgb(30 41 59 / 0.5);
  }

  .sm\:text-slate-800\/55{
    color: rgb(30 41 59 / 0.55);
  }

  .sm\:text-slate-800\/60{
    color: rgb(30 41 59 / 0.6);
  }

  .sm\:text-slate-800\/65{
    color: rgb(30 41 59 / 0.65);
  }

  .sm\:text-slate-800\/70{
    color: rgb(30 41 59 / 0.7);
  }

  .sm\:text-slate-800\/75{
    color: rgb(30 41 59 / 0.75);
  }

  .sm\:text-slate-800\/80{
    color: rgb(30 41 59 / 0.8);
  }

  .sm\:text-slate-800\/85{
    color: rgb(30 41 59 / 0.85);
  }

  .sm\:text-slate-800\/90{
    color: rgb(30 41 59 / 0.9);
  }

  .sm\:text-slate-800\/95{
    color: rgb(30 41 59 / 0.95);
  }

  .sm\:text-slate-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-900\/0{
    color: rgb(15 23 42 / 0);
  }

  .sm\:text-slate-900\/10{
    color: rgb(15 23 42 / 0.1);
  }

  .sm\:text-slate-900\/100{
    color: rgb(15 23 42 / 1);
  }

  .sm\:text-slate-900\/15{
    color: rgb(15 23 42 / 0.15);
  }

  .sm\:text-slate-900\/20{
    color: rgb(15 23 42 / 0.2);
  }

  .sm\:text-slate-900\/25{
    color: rgb(15 23 42 / 0.25);
  }

  .sm\:text-slate-900\/30{
    color: rgb(15 23 42 / 0.3);
  }

  .sm\:text-slate-900\/35{
    color: rgb(15 23 42 / 0.35);
  }

  .sm\:text-slate-900\/40{
    color: rgb(15 23 42 / 0.4);
  }

  .sm\:text-slate-900\/45{
    color: rgb(15 23 42 / 0.45);
  }

  .sm\:text-slate-900\/5{
    color: rgb(15 23 42 / 0.05);
  }

  .sm\:text-slate-900\/50{
    color: rgb(15 23 42 / 0.5);
  }

  .sm\:text-slate-900\/55{
    color: rgb(15 23 42 / 0.55);
  }

  .sm\:text-slate-900\/60{
    color: rgb(15 23 42 / 0.6);
  }

  .sm\:text-slate-900\/65{
    color: rgb(15 23 42 / 0.65);
  }

  .sm\:text-slate-900\/70{
    color: rgb(15 23 42 / 0.7);
  }

  .sm\:text-slate-900\/75{
    color: rgb(15 23 42 / 0.75);
  }

  .sm\:text-slate-900\/80{
    color: rgb(15 23 42 / 0.8);
  }

  .sm\:text-slate-900\/85{
    color: rgb(15 23 42 / 0.85);
  }

  .sm\:text-slate-900\/90{
    color: rgb(15 23 42 / 0.9);
  }

  .sm\:text-slate-900\/95{
    color: rgb(15 23 42 / 0.95);
  }

  .sm\:text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
  }

  .sm\:text-slate-950\/0{
    color: rgb(2 6 23 / 0);
  }

  .sm\:text-slate-950\/10{
    color: rgb(2 6 23 / 0.1);
  }

  .sm\:text-slate-950\/100{
    color: rgb(2 6 23 / 1);
  }

  .sm\:text-slate-950\/15{
    color: rgb(2 6 23 / 0.15);
  }

  .sm\:text-slate-950\/20{
    color: rgb(2 6 23 / 0.2);
  }

  .sm\:text-slate-950\/25{
    color: rgb(2 6 23 / 0.25);
  }

  .sm\:text-slate-950\/30{
    color: rgb(2 6 23 / 0.3);
  }

  .sm\:text-slate-950\/35{
    color: rgb(2 6 23 / 0.35);
  }

  .sm\:text-slate-950\/40{
    color: rgb(2 6 23 / 0.4);
  }

  .sm\:text-slate-950\/45{
    color: rgb(2 6 23 / 0.45);
  }

  .sm\:text-slate-950\/5{
    color: rgb(2 6 23 / 0.05);
  }

  .sm\:text-slate-950\/50{
    color: rgb(2 6 23 / 0.5);
  }

  .sm\:text-slate-950\/55{
    color: rgb(2 6 23 / 0.55);
  }

  .sm\:text-slate-950\/60{
    color: rgb(2 6 23 / 0.6);
  }

  .sm\:text-slate-950\/65{
    color: rgb(2 6 23 / 0.65);
  }

  .sm\:text-slate-950\/70{
    color: rgb(2 6 23 / 0.7);
  }

  .sm\:text-slate-950\/75{
    color: rgb(2 6 23 / 0.75);
  }

  .sm\:text-slate-950\/80{
    color: rgb(2 6 23 / 0.8);
  }

  .sm\:text-slate-950\/85{
    color: rgb(2 6 23 / 0.85);
  }

  .sm\:text-slate-950\/90{
    color: rgb(2 6 23 / 0.9);
  }

  .sm\:text-slate-950\/95{
    color: rgb(2 6 23 / 0.95);
  }

  .sm\:text-stone-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-100\/0{
    color: rgb(245 245 244 / 0);
  }

  .sm\:text-stone-100\/10{
    color: rgb(245 245 244 / 0.1);
  }

  .sm\:text-stone-100\/100{
    color: rgb(245 245 244 / 1);
  }

  .sm\:text-stone-100\/15{
    color: rgb(245 245 244 / 0.15);
  }

  .sm\:text-stone-100\/20{
    color: rgb(245 245 244 / 0.2);
  }

  .sm\:text-stone-100\/25{
    color: rgb(245 245 244 / 0.25);
  }

  .sm\:text-stone-100\/30{
    color: rgb(245 245 244 / 0.3);
  }

  .sm\:text-stone-100\/35{
    color: rgb(245 245 244 / 0.35);
  }

  .sm\:text-stone-100\/40{
    color: rgb(245 245 244 / 0.4);
  }

  .sm\:text-stone-100\/45{
    color: rgb(245 245 244 / 0.45);
  }

  .sm\:text-stone-100\/5{
    color: rgb(245 245 244 / 0.05);
  }

  .sm\:text-stone-100\/50{
    color: rgb(245 245 244 / 0.5);
  }

  .sm\:text-stone-100\/55{
    color: rgb(245 245 244 / 0.55);
  }

  .sm\:text-stone-100\/60{
    color: rgb(245 245 244 / 0.6);
  }

  .sm\:text-stone-100\/65{
    color: rgb(245 245 244 / 0.65);
  }

  .sm\:text-stone-100\/70{
    color: rgb(245 245 244 / 0.7);
  }

  .sm\:text-stone-100\/75{
    color: rgb(245 245 244 / 0.75);
  }

  .sm\:text-stone-100\/80{
    color: rgb(245 245 244 / 0.8);
  }

  .sm\:text-stone-100\/85{
    color: rgb(245 245 244 / 0.85);
  }

  .sm\:text-stone-100\/90{
    color: rgb(245 245 244 / 0.9);
  }

  .sm\:text-stone-100\/95{
    color: rgb(245 245 244 / 0.95);
  }

  .sm\:text-stone-200{
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-200\/0{
    color: rgb(231 229 228 / 0);
  }

  .sm\:text-stone-200\/10{
    color: rgb(231 229 228 / 0.1);
  }

  .sm\:text-stone-200\/100{
    color: rgb(231 229 228 / 1);
  }

  .sm\:text-stone-200\/15{
    color: rgb(231 229 228 / 0.15);
  }

  .sm\:text-stone-200\/20{
    color: rgb(231 229 228 / 0.2);
  }

  .sm\:text-stone-200\/25{
    color: rgb(231 229 228 / 0.25);
  }

  .sm\:text-stone-200\/30{
    color: rgb(231 229 228 / 0.3);
  }

  .sm\:text-stone-200\/35{
    color: rgb(231 229 228 / 0.35);
  }

  .sm\:text-stone-200\/40{
    color: rgb(231 229 228 / 0.4);
  }

  .sm\:text-stone-200\/45{
    color: rgb(231 229 228 / 0.45);
  }

  .sm\:text-stone-200\/5{
    color: rgb(231 229 228 / 0.05);
  }

  .sm\:text-stone-200\/50{
    color: rgb(231 229 228 / 0.5);
  }

  .sm\:text-stone-200\/55{
    color: rgb(231 229 228 / 0.55);
  }

  .sm\:text-stone-200\/60{
    color: rgb(231 229 228 / 0.6);
  }

  .sm\:text-stone-200\/65{
    color: rgb(231 229 228 / 0.65);
  }

  .sm\:text-stone-200\/70{
    color: rgb(231 229 228 / 0.7);
  }

  .sm\:text-stone-200\/75{
    color: rgb(231 229 228 / 0.75);
  }

  .sm\:text-stone-200\/80{
    color: rgb(231 229 228 / 0.8);
  }

  .sm\:text-stone-200\/85{
    color: rgb(231 229 228 / 0.85);
  }

  .sm\:text-stone-200\/90{
    color: rgb(231 229 228 / 0.9);
  }

  .sm\:text-stone-200\/95{
    color: rgb(231 229 228 / 0.95);
  }

  .sm\:text-stone-300{
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-300\/0{
    color: rgb(214 211 209 / 0);
  }

  .sm\:text-stone-300\/10{
    color: rgb(214 211 209 / 0.1);
  }

  .sm\:text-stone-300\/100{
    color: rgb(214 211 209 / 1);
  }

  .sm\:text-stone-300\/15{
    color: rgb(214 211 209 / 0.15);
  }

  .sm\:text-stone-300\/20{
    color: rgb(214 211 209 / 0.2);
  }

  .sm\:text-stone-300\/25{
    color: rgb(214 211 209 / 0.25);
  }

  .sm\:text-stone-300\/30{
    color: rgb(214 211 209 / 0.3);
  }

  .sm\:text-stone-300\/35{
    color: rgb(214 211 209 / 0.35);
  }

  .sm\:text-stone-300\/40{
    color: rgb(214 211 209 / 0.4);
  }

  .sm\:text-stone-300\/45{
    color: rgb(214 211 209 / 0.45);
  }

  .sm\:text-stone-300\/5{
    color: rgb(214 211 209 / 0.05);
  }

  .sm\:text-stone-300\/50{
    color: rgb(214 211 209 / 0.5);
  }

  .sm\:text-stone-300\/55{
    color: rgb(214 211 209 / 0.55);
  }

  .sm\:text-stone-300\/60{
    color: rgb(214 211 209 / 0.6);
  }

  .sm\:text-stone-300\/65{
    color: rgb(214 211 209 / 0.65);
  }

  .sm\:text-stone-300\/70{
    color: rgb(214 211 209 / 0.7);
  }

  .sm\:text-stone-300\/75{
    color: rgb(214 211 209 / 0.75);
  }

  .sm\:text-stone-300\/80{
    color: rgb(214 211 209 / 0.8);
  }

  .sm\:text-stone-300\/85{
    color: rgb(214 211 209 / 0.85);
  }

  .sm\:text-stone-300\/90{
    color: rgb(214 211 209 / 0.9);
  }

  .sm\:text-stone-300\/95{
    color: rgb(214 211 209 / 0.95);
  }

  .sm\:text-stone-400{
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-400\/0{
    color: rgb(168 162 158 / 0);
  }

  .sm\:text-stone-400\/10{
    color: rgb(168 162 158 / 0.1);
  }

  .sm\:text-stone-400\/100{
    color: rgb(168 162 158 / 1);
  }

  .sm\:text-stone-400\/15{
    color: rgb(168 162 158 / 0.15);
  }

  .sm\:text-stone-400\/20{
    color: rgb(168 162 158 / 0.2);
  }

  .sm\:text-stone-400\/25{
    color: rgb(168 162 158 / 0.25);
  }

  .sm\:text-stone-400\/30{
    color: rgb(168 162 158 / 0.3);
  }

  .sm\:text-stone-400\/35{
    color: rgb(168 162 158 / 0.35);
  }

  .sm\:text-stone-400\/40{
    color: rgb(168 162 158 / 0.4);
  }

  .sm\:text-stone-400\/45{
    color: rgb(168 162 158 / 0.45);
  }

  .sm\:text-stone-400\/5{
    color: rgb(168 162 158 / 0.05);
  }

  .sm\:text-stone-400\/50{
    color: rgb(168 162 158 / 0.5);
  }

  .sm\:text-stone-400\/55{
    color: rgb(168 162 158 / 0.55);
  }

  .sm\:text-stone-400\/60{
    color: rgb(168 162 158 / 0.6);
  }

  .sm\:text-stone-400\/65{
    color: rgb(168 162 158 / 0.65);
  }

  .sm\:text-stone-400\/70{
    color: rgb(168 162 158 / 0.7);
  }

  .sm\:text-stone-400\/75{
    color: rgb(168 162 158 / 0.75);
  }

  .sm\:text-stone-400\/80{
    color: rgb(168 162 158 / 0.8);
  }

  .sm\:text-stone-400\/85{
    color: rgb(168 162 158 / 0.85);
  }

  .sm\:text-stone-400\/90{
    color: rgb(168 162 158 / 0.9);
  }

  .sm\:text-stone-400\/95{
    color: rgb(168 162 158 / 0.95);
  }

  .sm\:text-stone-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-50\/0{
    color: rgb(250 250 249 / 0);
  }

  .sm\:text-stone-50\/10{
    color: rgb(250 250 249 / 0.1);
  }

  .sm\:text-stone-50\/100{
    color: rgb(250 250 249 / 1);
  }

  .sm\:text-stone-50\/15{
    color: rgb(250 250 249 / 0.15);
  }

  .sm\:text-stone-50\/20{
    color: rgb(250 250 249 / 0.2);
  }

  .sm\:text-stone-50\/25{
    color: rgb(250 250 249 / 0.25);
  }

  .sm\:text-stone-50\/30{
    color: rgb(250 250 249 / 0.3);
  }

  .sm\:text-stone-50\/35{
    color: rgb(250 250 249 / 0.35);
  }

  .sm\:text-stone-50\/40{
    color: rgb(250 250 249 / 0.4);
  }

  .sm\:text-stone-50\/45{
    color: rgb(250 250 249 / 0.45);
  }

  .sm\:text-stone-50\/5{
    color: rgb(250 250 249 / 0.05);
  }

  .sm\:text-stone-50\/50{
    color: rgb(250 250 249 / 0.5);
  }

  .sm\:text-stone-50\/55{
    color: rgb(250 250 249 / 0.55);
  }

  .sm\:text-stone-50\/60{
    color: rgb(250 250 249 / 0.6);
  }

  .sm\:text-stone-50\/65{
    color: rgb(250 250 249 / 0.65);
  }

  .sm\:text-stone-50\/70{
    color: rgb(250 250 249 / 0.7);
  }

  .sm\:text-stone-50\/75{
    color: rgb(250 250 249 / 0.75);
  }

  .sm\:text-stone-50\/80{
    color: rgb(250 250 249 / 0.8);
  }

  .sm\:text-stone-50\/85{
    color: rgb(250 250 249 / 0.85);
  }

  .sm\:text-stone-50\/90{
    color: rgb(250 250 249 / 0.9);
  }

  .sm\:text-stone-50\/95{
    color: rgb(250 250 249 / 0.95);
  }

  .sm\:text-stone-500{
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-500\/0{
    color: rgb(120 113 108 / 0);
  }

  .sm\:text-stone-500\/10{
    color: rgb(120 113 108 / 0.1);
  }

  .sm\:text-stone-500\/100{
    color: rgb(120 113 108 / 1);
  }

  .sm\:text-stone-500\/15{
    color: rgb(120 113 108 / 0.15);
  }

  .sm\:text-stone-500\/20{
    color: rgb(120 113 108 / 0.2);
  }

  .sm\:text-stone-500\/25{
    color: rgb(120 113 108 / 0.25);
  }

  .sm\:text-stone-500\/30{
    color: rgb(120 113 108 / 0.3);
  }

  .sm\:text-stone-500\/35{
    color: rgb(120 113 108 / 0.35);
  }

  .sm\:text-stone-500\/40{
    color: rgb(120 113 108 / 0.4);
  }

  .sm\:text-stone-500\/45{
    color: rgb(120 113 108 / 0.45);
  }

  .sm\:text-stone-500\/5{
    color: rgb(120 113 108 / 0.05);
  }

  .sm\:text-stone-500\/50{
    color: rgb(120 113 108 / 0.5);
  }

  .sm\:text-stone-500\/55{
    color: rgb(120 113 108 / 0.55);
  }

  .sm\:text-stone-500\/60{
    color: rgb(120 113 108 / 0.6);
  }

  .sm\:text-stone-500\/65{
    color: rgb(120 113 108 / 0.65);
  }

  .sm\:text-stone-500\/70{
    color: rgb(120 113 108 / 0.7);
  }

  .sm\:text-stone-500\/75{
    color: rgb(120 113 108 / 0.75);
  }

  .sm\:text-stone-500\/80{
    color: rgb(120 113 108 / 0.8);
  }

  .sm\:text-stone-500\/85{
    color: rgb(120 113 108 / 0.85);
  }

  .sm\:text-stone-500\/90{
    color: rgb(120 113 108 / 0.9);
  }

  .sm\:text-stone-500\/95{
    color: rgb(120 113 108 / 0.95);
  }

  .sm\:text-stone-600{
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-600\/0{
    color: rgb(87 83 78 / 0);
  }

  .sm\:text-stone-600\/10{
    color: rgb(87 83 78 / 0.1);
  }

  .sm\:text-stone-600\/100{
    color: rgb(87 83 78 / 1);
  }

  .sm\:text-stone-600\/15{
    color: rgb(87 83 78 / 0.15);
  }

  .sm\:text-stone-600\/20{
    color: rgb(87 83 78 / 0.2);
  }

  .sm\:text-stone-600\/25{
    color: rgb(87 83 78 / 0.25);
  }

  .sm\:text-stone-600\/30{
    color: rgb(87 83 78 / 0.3);
  }

  .sm\:text-stone-600\/35{
    color: rgb(87 83 78 / 0.35);
  }

  .sm\:text-stone-600\/40{
    color: rgb(87 83 78 / 0.4);
  }

  .sm\:text-stone-600\/45{
    color: rgb(87 83 78 / 0.45);
  }

  .sm\:text-stone-600\/5{
    color: rgb(87 83 78 / 0.05);
  }

  .sm\:text-stone-600\/50{
    color: rgb(87 83 78 / 0.5);
  }

  .sm\:text-stone-600\/55{
    color: rgb(87 83 78 / 0.55);
  }

  .sm\:text-stone-600\/60{
    color: rgb(87 83 78 / 0.6);
  }

  .sm\:text-stone-600\/65{
    color: rgb(87 83 78 / 0.65);
  }

  .sm\:text-stone-600\/70{
    color: rgb(87 83 78 / 0.7);
  }

  .sm\:text-stone-600\/75{
    color: rgb(87 83 78 / 0.75);
  }

  .sm\:text-stone-600\/80{
    color: rgb(87 83 78 / 0.8);
  }

  .sm\:text-stone-600\/85{
    color: rgb(87 83 78 / 0.85);
  }

  .sm\:text-stone-600\/90{
    color: rgb(87 83 78 / 0.9);
  }

  .sm\:text-stone-600\/95{
    color: rgb(87 83 78 / 0.95);
  }

  .sm\:text-stone-700{
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-700\/0{
    color: rgb(68 64 60 / 0);
  }

  .sm\:text-stone-700\/10{
    color: rgb(68 64 60 / 0.1);
  }

  .sm\:text-stone-700\/100{
    color: rgb(68 64 60 / 1);
  }

  .sm\:text-stone-700\/15{
    color: rgb(68 64 60 / 0.15);
  }

  .sm\:text-stone-700\/20{
    color: rgb(68 64 60 / 0.2);
  }

  .sm\:text-stone-700\/25{
    color: rgb(68 64 60 / 0.25);
  }

  .sm\:text-stone-700\/30{
    color: rgb(68 64 60 / 0.3);
  }

  .sm\:text-stone-700\/35{
    color: rgb(68 64 60 / 0.35);
  }

  .sm\:text-stone-700\/40{
    color: rgb(68 64 60 / 0.4);
  }

  .sm\:text-stone-700\/45{
    color: rgb(68 64 60 / 0.45);
  }

  .sm\:text-stone-700\/5{
    color: rgb(68 64 60 / 0.05);
  }

  .sm\:text-stone-700\/50{
    color: rgb(68 64 60 / 0.5);
  }

  .sm\:text-stone-700\/55{
    color: rgb(68 64 60 / 0.55);
  }

  .sm\:text-stone-700\/60{
    color: rgb(68 64 60 / 0.6);
  }

  .sm\:text-stone-700\/65{
    color: rgb(68 64 60 / 0.65);
  }

  .sm\:text-stone-700\/70{
    color: rgb(68 64 60 / 0.7);
  }

  .sm\:text-stone-700\/75{
    color: rgb(68 64 60 / 0.75);
  }

  .sm\:text-stone-700\/80{
    color: rgb(68 64 60 / 0.8);
  }

  .sm\:text-stone-700\/85{
    color: rgb(68 64 60 / 0.85);
  }

  .sm\:text-stone-700\/90{
    color: rgb(68 64 60 / 0.9);
  }

  .sm\:text-stone-700\/95{
    color: rgb(68 64 60 / 0.95);
  }

  .sm\:text-stone-800{
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-800\/0{
    color: rgb(41 37 36 / 0);
  }

  .sm\:text-stone-800\/10{
    color: rgb(41 37 36 / 0.1);
  }

  .sm\:text-stone-800\/100{
    color: rgb(41 37 36 / 1);
  }

  .sm\:text-stone-800\/15{
    color: rgb(41 37 36 / 0.15);
  }

  .sm\:text-stone-800\/20{
    color: rgb(41 37 36 / 0.2);
  }

  .sm\:text-stone-800\/25{
    color: rgb(41 37 36 / 0.25);
  }

  .sm\:text-stone-800\/30{
    color: rgb(41 37 36 / 0.3);
  }

  .sm\:text-stone-800\/35{
    color: rgb(41 37 36 / 0.35);
  }

  .sm\:text-stone-800\/40{
    color: rgb(41 37 36 / 0.4);
  }

  .sm\:text-stone-800\/45{
    color: rgb(41 37 36 / 0.45);
  }

  .sm\:text-stone-800\/5{
    color: rgb(41 37 36 / 0.05);
  }

  .sm\:text-stone-800\/50{
    color: rgb(41 37 36 / 0.5);
  }

  .sm\:text-stone-800\/55{
    color: rgb(41 37 36 / 0.55);
  }

  .sm\:text-stone-800\/60{
    color: rgb(41 37 36 / 0.6);
  }

  .sm\:text-stone-800\/65{
    color: rgb(41 37 36 / 0.65);
  }

  .sm\:text-stone-800\/70{
    color: rgb(41 37 36 / 0.7);
  }

  .sm\:text-stone-800\/75{
    color: rgb(41 37 36 / 0.75);
  }

  .sm\:text-stone-800\/80{
    color: rgb(41 37 36 / 0.8);
  }

  .sm\:text-stone-800\/85{
    color: rgb(41 37 36 / 0.85);
  }

  .sm\:text-stone-800\/90{
    color: rgb(41 37 36 / 0.9);
  }

  .sm\:text-stone-800\/95{
    color: rgb(41 37 36 / 0.95);
  }

  .sm\:text-stone-900{
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-900\/0{
    color: rgb(28 25 23 / 0);
  }

  .sm\:text-stone-900\/10{
    color: rgb(28 25 23 / 0.1);
  }

  .sm\:text-stone-900\/100{
    color: rgb(28 25 23 / 1);
  }

  .sm\:text-stone-900\/15{
    color: rgb(28 25 23 / 0.15);
  }

  .sm\:text-stone-900\/20{
    color: rgb(28 25 23 / 0.2);
  }

  .sm\:text-stone-900\/25{
    color: rgb(28 25 23 / 0.25);
  }

  .sm\:text-stone-900\/30{
    color: rgb(28 25 23 / 0.3);
  }

  .sm\:text-stone-900\/35{
    color: rgb(28 25 23 / 0.35);
  }

  .sm\:text-stone-900\/40{
    color: rgb(28 25 23 / 0.4);
  }

  .sm\:text-stone-900\/45{
    color: rgb(28 25 23 / 0.45);
  }

  .sm\:text-stone-900\/5{
    color: rgb(28 25 23 / 0.05);
  }

  .sm\:text-stone-900\/50{
    color: rgb(28 25 23 / 0.5);
  }

  .sm\:text-stone-900\/55{
    color: rgb(28 25 23 / 0.55);
  }

  .sm\:text-stone-900\/60{
    color: rgb(28 25 23 / 0.6);
  }

  .sm\:text-stone-900\/65{
    color: rgb(28 25 23 / 0.65);
  }

  .sm\:text-stone-900\/70{
    color: rgb(28 25 23 / 0.7);
  }

  .sm\:text-stone-900\/75{
    color: rgb(28 25 23 / 0.75);
  }

  .sm\:text-stone-900\/80{
    color: rgb(28 25 23 / 0.8);
  }

  .sm\:text-stone-900\/85{
    color: rgb(28 25 23 / 0.85);
  }

  .sm\:text-stone-900\/90{
    color: rgb(28 25 23 / 0.9);
  }

  .sm\:text-stone-900\/95{
    color: rgb(28 25 23 / 0.95);
  }

  .sm\:text-stone-950{
    --tw-text-opacity: 1;
    color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  }

  .sm\:text-stone-950\/0{
    color: rgb(12 10 9 / 0);
  }

  .sm\:text-stone-950\/10{
    color: rgb(12 10 9 / 0.1);
  }

  .sm\:text-stone-950\/100{
    color: rgb(12 10 9 / 1);
  }

  .sm\:text-stone-950\/15{
    color: rgb(12 10 9 / 0.15);
  }

  .sm\:text-stone-950\/20{
    color: rgb(12 10 9 / 0.2);
  }

  .sm\:text-stone-950\/25{
    color: rgb(12 10 9 / 0.25);
  }

  .sm\:text-stone-950\/30{
    color: rgb(12 10 9 / 0.3);
  }

  .sm\:text-stone-950\/35{
    color: rgb(12 10 9 / 0.35);
  }

  .sm\:text-stone-950\/40{
    color: rgb(12 10 9 / 0.4);
  }

  .sm\:text-stone-950\/45{
    color: rgb(12 10 9 / 0.45);
  }

  .sm\:text-stone-950\/5{
    color: rgb(12 10 9 / 0.05);
  }

  .sm\:text-stone-950\/50{
    color: rgb(12 10 9 / 0.5);
  }

  .sm\:text-stone-950\/55{
    color: rgb(12 10 9 / 0.55);
  }

  .sm\:text-stone-950\/60{
    color: rgb(12 10 9 / 0.6);
  }

  .sm\:text-stone-950\/65{
    color: rgb(12 10 9 / 0.65);
  }

  .sm\:text-stone-950\/70{
    color: rgb(12 10 9 / 0.7);
  }

  .sm\:text-stone-950\/75{
    color: rgb(12 10 9 / 0.75);
  }

  .sm\:text-stone-950\/80{
    color: rgb(12 10 9 / 0.8);
  }

  .sm\:text-stone-950\/85{
    color: rgb(12 10 9 / 0.85);
  }

  .sm\:text-stone-950\/90{
    color: rgb(12 10 9 / 0.9);
  }

  .sm\:text-stone-950\/95{
    color: rgb(12 10 9 / 0.95);
  }

  .sm\:text-teal-100{
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-100\/0{
    color: rgb(204 251 241 / 0);
  }

  .sm\:text-teal-100\/10{
    color: rgb(204 251 241 / 0.1);
  }

  .sm\:text-teal-100\/100{
    color: rgb(204 251 241 / 1);
  }

  .sm\:text-teal-100\/15{
    color: rgb(204 251 241 / 0.15);
  }

  .sm\:text-teal-100\/20{
    color: rgb(204 251 241 / 0.2);
  }

  .sm\:text-teal-100\/25{
    color: rgb(204 251 241 / 0.25);
  }

  .sm\:text-teal-100\/30{
    color: rgb(204 251 241 / 0.3);
  }

  .sm\:text-teal-100\/35{
    color: rgb(204 251 241 / 0.35);
  }

  .sm\:text-teal-100\/40{
    color: rgb(204 251 241 / 0.4);
  }

  .sm\:text-teal-100\/45{
    color: rgb(204 251 241 / 0.45);
  }

  .sm\:text-teal-100\/5{
    color: rgb(204 251 241 / 0.05);
  }

  .sm\:text-teal-100\/50{
    color: rgb(204 251 241 / 0.5);
  }

  .sm\:text-teal-100\/55{
    color: rgb(204 251 241 / 0.55);
  }

  .sm\:text-teal-100\/60{
    color: rgb(204 251 241 / 0.6);
  }

  .sm\:text-teal-100\/65{
    color: rgb(204 251 241 / 0.65);
  }

  .sm\:text-teal-100\/70{
    color: rgb(204 251 241 / 0.7);
  }

  .sm\:text-teal-100\/75{
    color: rgb(204 251 241 / 0.75);
  }

  .sm\:text-teal-100\/80{
    color: rgb(204 251 241 / 0.8);
  }

  .sm\:text-teal-100\/85{
    color: rgb(204 251 241 / 0.85);
  }

  .sm\:text-teal-100\/90{
    color: rgb(204 251 241 / 0.9);
  }

  .sm\:text-teal-100\/95{
    color: rgb(204 251 241 / 0.95);
  }

  .sm\:text-teal-200{
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-200\/0{
    color: rgb(153 246 228 / 0);
  }

  .sm\:text-teal-200\/10{
    color: rgb(153 246 228 / 0.1);
  }

  .sm\:text-teal-200\/100{
    color: rgb(153 246 228 / 1);
  }

  .sm\:text-teal-200\/15{
    color: rgb(153 246 228 / 0.15);
  }

  .sm\:text-teal-200\/20{
    color: rgb(153 246 228 / 0.2);
  }

  .sm\:text-teal-200\/25{
    color: rgb(153 246 228 / 0.25);
  }

  .sm\:text-teal-200\/30{
    color: rgb(153 246 228 / 0.3);
  }

  .sm\:text-teal-200\/35{
    color: rgb(153 246 228 / 0.35);
  }

  .sm\:text-teal-200\/40{
    color: rgb(153 246 228 / 0.4);
  }

  .sm\:text-teal-200\/45{
    color: rgb(153 246 228 / 0.45);
  }

  .sm\:text-teal-200\/5{
    color: rgb(153 246 228 / 0.05);
  }

  .sm\:text-teal-200\/50{
    color: rgb(153 246 228 / 0.5);
  }

  .sm\:text-teal-200\/55{
    color: rgb(153 246 228 / 0.55);
  }

  .sm\:text-teal-200\/60{
    color: rgb(153 246 228 / 0.6);
  }

  .sm\:text-teal-200\/65{
    color: rgb(153 246 228 / 0.65);
  }

  .sm\:text-teal-200\/70{
    color: rgb(153 246 228 / 0.7);
  }

  .sm\:text-teal-200\/75{
    color: rgb(153 246 228 / 0.75);
  }

  .sm\:text-teal-200\/80{
    color: rgb(153 246 228 / 0.8);
  }

  .sm\:text-teal-200\/85{
    color: rgb(153 246 228 / 0.85);
  }

  .sm\:text-teal-200\/90{
    color: rgb(153 246 228 / 0.9);
  }

  .sm\:text-teal-200\/95{
    color: rgb(153 246 228 / 0.95);
  }

  .sm\:text-teal-300{
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-300\/0{
    color: rgb(94 234 212 / 0);
  }

  .sm\:text-teal-300\/10{
    color: rgb(94 234 212 / 0.1);
  }

  .sm\:text-teal-300\/100{
    color: rgb(94 234 212 / 1);
  }

  .sm\:text-teal-300\/15{
    color: rgb(94 234 212 / 0.15);
  }

  .sm\:text-teal-300\/20{
    color: rgb(94 234 212 / 0.2);
  }

  .sm\:text-teal-300\/25{
    color: rgb(94 234 212 / 0.25);
  }

  .sm\:text-teal-300\/30{
    color: rgb(94 234 212 / 0.3);
  }

  .sm\:text-teal-300\/35{
    color: rgb(94 234 212 / 0.35);
  }

  .sm\:text-teal-300\/40{
    color: rgb(94 234 212 / 0.4);
  }

  .sm\:text-teal-300\/45{
    color: rgb(94 234 212 / 0.45);
  }

  .sm\:text-teal-300\/5{
    color: rgb(94 234 212 / 0.05);
  }

  .sm\:text-teal-300\/50{
    color: rgb(94 234 212 / 0.5);
  }

  .sm\:text-teal-300\/55{
    color: rgb(94 234 212 / 0.55);
  }

  .sm\:text-teal-300\/60{
    color: rgb(94 234 212 / 0.6);
  }

  .sm\:text-teal-300\/65{
    color: rgb(94 234 212 / 0.65);
  }

  .sm\:text-teal-300\/70{
    color: rgb(94 234 212 / 0.7);
  }

  .sm\:text-teal-300\/75{
    color: rgb(94 234 212 / 0.75);
  }

  .sm\:text-teal-300\/80{
    color: rgb(94 234 212 / 0.8);
  }

  .sm\:text-teal-300\/85{
    color: rgb(94 234 212 / 0.85);
  }

  .sm\:text-teal-300\/90{
    color: rgb(94 234 212 / 0.9);
  }

  .sm\:text-teal-300\/95{
    color: rgb(94 234 212 / 0.95);
  }

  .sm\:text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-400\/0{
    color: rgb(45 212 191 / 0);
  }

  .sm\:text-teal-400\/10{
    color: rgb(45 212 191 / 0.1);
  }

  .sm\:text-teal-400\/100{
    color: rgb(45 212 191 / 1);
  }

  .sm\:text-teal-400\/15{
    color: rgb(45 212 191 / 0.15);
  }

  .sm\:text-teal-400\/20{
    color: rgb(45 212 191 / 0.2);
  }

  .sm\:text-teal-400\/25{
    color: rgb(45 212 191 / 0.25);
  }

  .sm\:text-teal-400\/30{
    color: rgb(45 212 191 / 0.3);
  }

  .sm\:text-teal-400\/35{
    color: rgb(45 212 191 / 0.35);
  }

  .sm\:text-teal-400\/40{
    color: rgb(45 212 191 / 0.4);
  }

  .sm\:text-teal-400\/45{
    color: rgb(45 212 191 / 0.45);
  }

  .sm\:text-teal-400\/5{
    color: rgb(45 212 191 / 0.05);
  }

  .sm\:text-teal-400\/50{
    color: rgb(45 212 191 / 0.5);
  }

  .sm\:text-teal-400\/55{
    color: rgb(45 212 191 / 0.55);
  }

  .sm\:text-teal-400\/60{
    color: rgb(45 212 191 / 0.6);
  }

  .sm\:text-teal-400\/65{
    color: rgb(45 212 191 / 0.65);
  }

  .sm\:text-teal-400\/70{
    color: rgb(45 212 191 / 0.7);
  }

  .sm\:text-teal-400\/75{
    color: rgb(45 212 191 / 0.75);
  }

  .sm\:text-teal-400\/80{
    color: rgb(45 212 191 / 0.8);
  }

  .sm\:text-teal-400\/85{
    color: rgb(45 212 191 / 0.85);
  }

  .sm\:text-teal-400\/90{
    color: rgb(45 212 191 / 0.9);
  }

  .sm\:text-teal-400\/95{
    color: rgb(45 212 191 / 0.95);
  }

  .sm\:text-teal-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-50\/0{
    color: rgb(240 253 250 / 0);
  }

  .sm\:text-teal-50\/10{
    color: rgb(240 253 250 / 0.1);
  }

  .sm\:text-teal-50\/100{
    color: rgb(240 253 250 / 1);
  }

  .sm\:text-teal-50\/15{
    color: rgb(240 253 250 / 0.15);
  }

  .sm\:text-teal-50\/20{
    color: rgb(240 253 250 / 0.2);
  }

  .sm\:text-teal-50\/25{
    color: rgb(240 253 250 / 0.25);
  }

  .sm\:text-teal-50\/30{
    color: rgb(240 253 250 / 0.3);
  }

  .sm\:text-teal-50\/35{
    color: rgb(240 253 250 / 0.35);
  }

  .sm\:text-teal-50\/40{
    color: rgb(240 253 250 / 0.4);
  }

  .sm\:text-teal-50\/45{
    color: rgb(240 253 250 / 0.45);
  }

  .sm\:text-teal-50\/5{
    color: rgb(240 253 250 / 0.05);
  }

  .sm\:text-teal-50\/50{
    color: rgb(240 253 250 / 0.5);
  }

  .sm\:text-teal-50\/55{
    color: rgb(240 253 250 / 0.55);
  }

  .sm\:text-teal-50\/60{
    color: rgb(240 253 250 / 0.6);
  }

  .sm\:text-teal-50\/65{
    color: rgb(240 253 250 / 0.65);
  }

  .sm\:text-teal-50\/70{
    color: rgb(240 253 250 / 0.7);
  }

  .sm\:text-teal-50\/75{
    color: rgb(240 253 250 / 0.75);
  }

  .sm\:text-teal-50\/80{
    color: rgb(240 253 250 / 0.8);
  }

  .sm\:text-teal-50\/85{
    color: rgb(240 253 250 / 0.85);
  }

  .sm\:text-teal-50\/90{
    color: rgb(240 253 250 / 0.9);
  }

  .sm\:text-teal-50\/95{
    color: rgb(240 253 250 / 0.95);
  }

  .sm\:text-teal-500{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-500\/0{
    color: rgb(20 184 166 / 0);
  }

  .sm\:text-teal-500\/10{
    color: rgb(20 184 166 / 0.1);
  }

  .sm\:text-teal-500\/100{
    color: rgb(20 184 166 / 1);
  }

  .sm\:text-teal-500\/15{
    color: rgb(20 184 166 / 0.15);
  }

  .sm\:text-teal-500\/20{
    color: rgb(20 184 166 / 0.2);
  }

  .sm\:text-teal-500\/25{
    color: rgb(20 184 166 / 0.25);
  }

  .sm\:text-teal-500\/30{
    color: rgb(20 184 166 / 0.3);
  }

  .sm\:text-teal-500\/35{
    color: rgb(20 184 166 / 0.35);
  }

  .sm\:text-teal-500\/40{
    color: rgb(20 184 166 / 0.4);
  }

  .sm\:text-teal-500\/45{
    color: rgb(20 184 166 / 0.45);
  }

  .sm\:text-teal-500\/5{
    color: rgb(20 184 166 / 0.05);
  }

  .sm\:text-teal-500\/50{
    color: rgb(20 184 166 / 0.5);
  }

  .sm\:text-teal-500\/55{
    color: rgb(20 184 166 / 0.55);
  }

  .sm\:text-teal-500\/60{
    color: rgb(20 184 166 / 0.6);
  }

  .sm\:text-teal-500\/65{
    color: rgb(20 184 166 / 0.65);
  }

  .sm\:text-teal-500\/70{
    color: rgb(20 184 166 / 0.7);
  }

  .sm\:text-teal-500\/75{
    color: rgb(20 184 166 / 0.75);
  }

  .sm\:text-teal-500\/80{
    color: rgb(20 184 166 / 0.8);
  }

  .sm\:text-teal-500\/85{
    color: rgb(20 184 166 / 0.85);
  }

  .sm\:text-teal-500\/90{
    color: rgb(20 184 166 / 0.9);
  }

  .sm\:text-teal-500\/95{
    color: rgb(20 184 166 / 0.95);
  }

  .sm\:text-teal-600{
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-600\/0{
    color: rgb(13 148 136 / 0);
  }

  .sm\:text-teal-600\/10{
    color: rgb(13 148 136 / 0.1);
  }

  .sm\:text-teal-600\/100{
    color: rgb(13 148 136 / 1);
  }

  .sm\:text-teal-600\/15{
    color: rgb(13 148 136 / 0.15);
  }

  .sm\:text-teal-600\/20{
    color: rgb(13 148 136 / 0.2);
  }

  .sm\:text-teal-600\/25{
    color: rgb(13 148 136 / 0.25);
  }

  .sm\:text-teal-600\/30{
    color: rgb(13 148 136 / 0.3);
  }

  .sm\:text-teal-600\/35{
    color: rgb(13 148 136 / 0.35);
  }

  .sm\:text-teal-600\/40{
    color: rgb(13 148 136 / 0.4);
  }

  .sm\:text-teal-600\/45{
    color: rgb(13 148 136 / 0.45);
  }

  .sm\:text-teal-600\/5{
    color: rgb(13 148 136 / 0.05);
  }

  .sm\:text-teal-600\/50{
    color: rgb(13 148 136 / 0.5);
  }

  .sm\:text-teal-600\/55{
    color: rgb(13 148 136 / 0.55);
  }

  .sm\:text-teal-600\/60{
    color: rgb(13 148 136 / 0.6);
  }

  .sm\:text-teal-600\/65{
    color: rgb(13 148 136 / 0.65);
  }

  .sm\:text-teal-600\/70{
    color: rgb(13 148 136 / 0.7);
  }

  .sm\:text-teal-600\/75{
    color: rgb(13 148 136 / 0.75);
  }

  .sm\:text-teal-600\/80{
    color: rgb(13 148 136 / 0.8);
  }

  .sm\:text-teal-600\/85{
    color: rgb(13 148 136 / 0.85);
  }

  .sm\:text-teal-600\/90{
    color: rgb(13 148 136 / 0.9);
  }

  .sm\:text-teal-600\/95{
    color: rgb(13 148 136 / 0.95);
  }

  .sm\:text-teal-700{
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-700\/0{
    color: rgb(15 118 110 / 0);
  }

  .sm\:text-teal-700\/10{
    color: rgb(15 118 110 / 0.1);
  }

  .sm\:text-teal-700\/100{
    color: rgb(15 118 110 / 1);
  }

  .sm\:text-teal-700\/15{
    color: rgb(15 118 110 / 0.15);
  }

  .sm\:text-teal-700\/20{
    color: rgb(15 118 110 / 0.2);
  }

  .sm\:text-teal-700\/25{
    color: rgb(15 118 110 / 0.25);
  }

  .sm\:text-teal-700\/30{
    color: rgb(15 118 110 / 0.3);
  }

  .sm\:text-teal-700\/35{
    color: rgb(15 118 110 / 0.35);
  }

  .sm\:text-teal-700\/40{
    color: rgb(15 118 110 / 0.4);
  }

  .sm\:text-teal-700\/45{
    color: rgb(15 118 110 / 0.45);
  }

  .sm\:text-teal-700\/5{
    color: rgb(15 118 110 / 0.05);
  }

  .sm\:text-teal-700\/50{
    color: rgb(15 118 110 / 0.5);
  }

  .sm\:text-teal-700\/55{
    color: rgb(15 118 110 / 0.55);
  }

  .sm\:text-teal-700\/60{
    color: rgb(15 118 110 / 0.6);
  }

  .sm\:text-teal-700\/65{
    color: rgb(15 118 110 / 0.65);
  }

  .sm\:text-teal-700\/70{
    color: rgb(15 118 110 / 0.7);
  }

  .sm\:text-teal-700\/75{
    color: rgb(15 118 110 / 0.75);
  }

  .sm\:text-teal-700\/80{
    color: rgb(15 118 110 / 0.8);
  }

  .sm\:text-teal-700\/85{
    color: rgb(15 118 110 / 0.85);
  }

  .sm\:text-teal-700\/90{
    color: rgb(15 118 110 / 0.9);
  }

  .sm\:text-teal-700\/95{
    color: rgb(15 118 110 / 0.95);
  }

  .sm\:text-teal-800{
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-800\/0{
    color: rgb(17 94 89 / 0);
  }

  .sm\:text-teal-800\/10{
    color: rgb(17 94 89 / 0.1);
  }

  .sm\:text-teal-800\/100{
    color: rgb(17 94 89 / 1);
  }

  .sm\:text-teal-800\/15{
    color: rgb(17 94 89 / 0.15);
  }

  .sm\:text-teal-800\/20{
    color: rgb(17 94 89 / 0.2);
  }

  .sm\:text-teal-800\/25{
    color: rgb(17 94 89 / 0.25);
  }

  .sm\:text-teal-800\/30{
    color: rgb(17 94 89 / 0.3);
  }

  .sm\:text-teal-800\/35{
    color: rgb(17 94 89 / 0.35);
  }

  .sm\:text-teal-800\/40{
    color: rgb(17 94 89 / 0.4);
  }

  .sm\:text-teal-800\/45{
    color: rgb(17 94 89 / 0.45);
  }

  .sm\:text-teal-800\/5{
    color: rgb(17 94 89 / 0.05);
  }

  .sm\:text-teal-800\/50{
    color: rgb(17 94 89 / 0.5);
  }

  .sm\:text-teal-800\/55{
    color: rgb(17 94 89 / 0.55);
  }

  .sm\:text-teal-800\/60{
    color: rgb(17 94 89 / 0.6);
  }

  .sm\:text-teal-800\/65{
    color: rgb(17 94 89 / 0.65);
  }

  .sm\:text-teal-800\/70{
    color: rgb(17 94 89 / 0.7);
  }

  .sm\:text-teal-800\/75{
    color: rgb(17 94 89 / 0.75);
  }

  .sm\:text-teal-800\/80{
    color: rgb(17 94 89 / 0.8);
  }

  .sm\:text-teal-800\/85{
    color: rgb(17 94 89 / 0.85);
  }

  .sm\:text-teal-800\/90{
    color: rgb(17 94 89 / 0.9);
  }

  .sm\:text-teal-800\/95{
    color: rgb(17 94 89 / 0.95);
  }

  .sm\:text-teal-900{
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-900\/0{
    color: rgb(19 78 74 / 0);
  }

  .sm\:text-teal-900\/10{
    color: rgb(19 78 74 / 0.1);
  }

  .sm\:text-teal-900\/100{
    color: rgb(19 78 74 / 1);
  }

  .sm\:text-teal-900\/15{
    color: rgb(19 78 74 / 0.15);
  }

  .sm\:text-teal-900\/20{
    color: rgb(19 78 74 / 0.2);
  }

  .sm\:text-teal-900\/25{
    color: rgb(19 78 74 / 0.25);
  }

  .sm\:text-teal-900\/30{
    color: rgb(19 78 74 / 0.3);
  }

  .sm\:text-teal-900\/35{
    color: rgb(19 78 74 / 0.35);
  }

  .sm\:text-teal-900\/40{
    color: rgb(19 78 74 / 0.4);
  }

  .sm\:text-teal-900\/45{
    color: rgb(19 78 74 / 0.45);
  }

  .sm\:text-teal-900\/5{
    color: rgb(19 78 74 / 0.05);
  }

  .sm\:text-teal-900\/50{
    color: rgb(19 78 74 / 0.5);
  }

  .sm\:text-teal-900\/55{
    color: rgb(19 78 74 / 0.55);
  }

  .sm\:text-teal-900\/60{
    color: rgb(19 78 74 / 0.6);
  }

  .sm\:text-teal-900\/65{
    color: rgb(19 78 74 / 0.65);
  }

  .sm\:text-teal-900\/70{
    color: rgb(19 78 74 / 0.7);
  }

  .sm\:text-teal-900\/75{
    color: rgb(19 78 74 / 0.75);
  }

  .sm\:text-teal-900\/80{
    color: rgb(19 78 74 / 0.8);
  }

  .sm\:text-teal-900\/85{
    color: rgb(19 78 74 / 0.85);
  }

  .sm\:text-teal-900\/90{
    color: rgb(19 78 74 / 0.9);
  }

  .sm\:text-teal-900\/95{
    color: rgb(19 78 74 / 0.95);
  }

  .sm\:text-teal-950{
    --tw-text-opacity: 1;
    color: rgb(4 47 46 / var(--tw-text-opacity, 1));
  }

  .sm\:text-teal-950\/0{
    color: rgb(4 47 46 / 0);
  }

  .sm\:text-teal-950\/10{
    color: rgb(4 47 46 / 0.1);
  }

  .sm\:text-teal-950\/100{
    color: rgb(4 47 46 / 1);
  }

  .sm\:text-teal-950\/15{
    color: rgb(4 47 46 / 0.15);
  }

  .sm\:text-teal-950\/20{
    color: rgb(4 47 46 / 0.2);
  }

  .sm\:text-teal-950\/25{
    color: rgb(4 47 46 / 0.25);
  }

  .sm\:text-teal-950\/30{
    color: rgb(4 47 46 / 0.3);
  }

  .sm\:text-teal-950\/35{
    color: rgb(4 47 46 / 0.35);
  }

  .sm\:text-teal-950\/40{
    color: rgb(4 47 46 / 0.4);
  }

  .sm\:text-teal-950\/45{
    color: rgb(4 47 46 / 0.45);
  }

  .sm\:text-teal-950\/5{
    color: rgb(4 47 46 / 0.05);
  }

  .sm\:text-teal-950\/50{
    color: rgb(4 47 46 / 0.5);
  }

  .sm\:text-teal-950\/55{
    color: rgb(4 47 46 / 0.55);
  }

  .sm\:text-teal-950\/60{
    color: rgb(4 47 46 / 0.6);
  }

  .sm\:text-teal-950\/65{
    color: rgb(4 47 46 / 0.65);
  }

  .sm\:text-teal-950\/70{
    color: rgb(4 47 46 / 0.7);
  }

  .sm\:text-teal-950\/75{
    color: rgb(4 47 46 / 0.75);
  }

  .sm\:text-teal-950\/80{
    color: rgb(4 47 46 / 0.8);
  }

  .sm\:text-teal-950\/85{
    color: rgb(4 47 46 / 0.85);
  }

  .sm\:text-teal-950\/90{
    color: rgb(4 47 46 / 0.9);
  }

  .sm\:text-teal-950\/95{
    color: rgb(4 47 46 / 0.95);
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-transparent\/0{
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-transparent\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-transparent\/100{
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-transparent\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .sm\:text-transparent\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-transparent\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-transparent\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-transparent\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .sm\:text-transparent\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-transparent\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .sm\:text-transparent\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-transparent\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-transparent\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .sm\:text-transparent\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-transparent\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .sm\:text-transparent\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-transparent\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-transparent\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-transparent\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .sm\:text-transparent\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-transparent\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-violet-100{
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-100\/0{
    color: rgb(237 233 254 / 0);
  }

  .sm\:text-violet-100\/10{
    color: rgb(237 233 254 / 0.1);
  }

  .sm\:text-violet-100\/100{
    color: rgb(237 233 254 / 1);
  }

  .sm\:text-violet-100\/15{
    color: rgb(237 233 254 / 0.15);
  }

  .sm\:text-violet-100\/20{
    color: rgb(237 233 254 / 0.2);
  }

  .sm\:text-violet-100\/25{
    color: rgb(237 233 254 / 0.25);
  }

  .sm\:text-violet-100\/30{
    color: rgb(237 233 254 / 0.3);
  }

  .sm\:text-violet-100\/35{
    color: rgb(237 233 254 / 0.35);
  }

  .sm\:text-violet-100\/40{
    color: rgb(237 233 254 / 0.4);
  }

  .sm\:text-violet-100\/45{
    color: rgb(237 233 254 / 0.45);
  }

  .sm\:text-violet-100\/5{
    color: rgb(237 233 254 / 0.05);
  }

  .sm\:text-violet-100\/50{
    color: rgb(237 233 254 / 0.5);
  }

  .sm\:text-violet-100\/55{
    color: rgb(237 233 254 / 0.55);
  }

  .sm\:text-violet-100\/60{
    color: rgb(237 233 254 / 0.6);
  }

  .sm\:text-violet-100\/65{
    color: rgb(237 233 254 / 0.65);
  }

  .sm\:text-violet-100\/70{
    color: rgb(237 233 254 / 0.7);
  }

  .sm\:text-violet-100\/75{
    color: rgb(237 233 254 / 0.75);
  }

  .sm\:text-violet-100\/80{
    color: rgb(237 233 254 / 0.8);
  }

  .sm\:text-violet-100\/85{
    color: rgb(237 233 254 / 0.85);
  }

  .sm\:text-violet-100\/90{
    color: rgb(237 233 254 / 0.9);
  }

  .sm\:text-violet-100\/95{
    color: rgb(237 233 254 / 0.95);
  }

  .sm\:text-violet-200{
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-200\/0{
    color: rgb(221 214 254 / 0);
  }

  .sm\:text-violet-200\/10{
    color: rgb(221 214 254 / 0.1);
  }

  .sm\:text-violet-200\/100{
    color: rgb(221 214 254 / 1);
  }

  .sm\:text-violet-200\/15{
    color: rgb(221 214 254 / 0.15);
  }

  .sm\:text-violet-200\/20{
    color: rgb(221 214 254 / 0.2);
  }

  .sm\:text-violet-200\/25{
    color: rgb(221 214 254 / 0.25);
  }

  .sm\:text-violet-200\/30{
    color: rgb(221 214 254 / 0.3);
  }

  .sm\:text-violet-200\/35{
    color: rgb(221 214 254 / 0.35);
  }

  .sm\:text-violet-200\/40{
    color: rgb(221 214 254 / 0.4);
  }

  .sm\:text-violet-200\/45{
    color: rgb(221 214 254 / 0.45);
  }

  .sm\:text-violet-200\/5{
    color: rgb(221 214 254 / 0.05);
  }

  .sm\:text-violet-200\/50{
    color: rgb(221 214 254 / 0.5);
  }

  .sm\:text-violet-200\/55{
    color: rgb(221 214 254 / 0.55);
  }

  .sm\:text-violet-200\/60{
    color: rgb(221 214 254 / 0.6);
  }

  .sm\:text-violet-200\/65{
    color: rgb(221 214 254 / 0.65);
  }

  .sm\:text-violet-200\/70{
    color: rgb(221 214 254 / 0.7);
  }

  .sm\:text-violet-200\/75{
    color: rgb(221 214 254 / 0.75);
  }

  .sm\:text-violet-200\/80{
    color: rgb(221 214 254 / 0.8);
  }

  .sm\:text-violet-200\/85{
    color: rgb(221 214 254 / 0.85);
  }

  .sm\:text-violet-200\/90{
    color: rgb(221 214 254 / 0.9);
  }

  .sm\:text-violet-200\/95{
    color: rgb(221 214 254 / 0.95);
  }

  .sm\:text-violet-300{
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-300\/0{
    color: rgb(196 181 253 / 0);
  }

  .sm\:text-violet-300\/10{
    color: rgb(196 181 253 / 0.1);
  }

  .sm\:text-violet-300\/100{
    color: rgb(196 181 253 / 1);
  }

  .sm\:text-violet-300\/15{
    color: rgb(196 181 253 / 0.15);
  }

  .sm\:text-violet-300\/20{
    color: rgb(196 181 253 / 0.2);
  }

  .sm\:text-violet-300\/25{
    color: rgb(196 181 253 / 0.25);
  }

  .sm\:text-violet-300\/30{
    color: rgb(196 181 253 / 0.3);
  }

  .sm\:text-violet-300\/35{
    color: rgb(196 181 253 / 0.35);
  }

  .sm\:text-violet-300\/40{
    color: rgb(196 181 253 / 0.4);
  }

  .sm\:text-violet-300\/45{
    color: rgb(196 181 253 / 0.45);
  }

  .sm\:text-violet-300\/5{
    color: rgb(196 181 253 / 0.05);
  }

  .sm\:text-violet-300\/50{
    color: rgb(196 181 253 / 0.5);
  }

  .sm\:text-violet-300\/55{
    color: rgb(196 181 253 / 0.55);
  }

  .sm\:text-violet-300\/60{
    color: rgb(196 181 253 / 0.6);
  }

  .sm\:text-violet-300\/65{
    color: rgb(196 181 253 / 0.65);
  }

  .sm\:text-violet-300\/70{
    color: rgb(196 181 253 / 0.7);
  }

  .sm\:text-violet-300\/75{
    color: rgb(196 181 253 / 0.75);
  }

  .sm\:text-violet-300\/80{
    color: rgb(196 181 253 / 0.8);
  }

  .sm\:text-violet-300\/85{
    color: rgb(196 181 253 / 0.85);
  }

  .sm\:text-violet-300\/90{
    color: rgb(196 181 253 / 0.9);
  }

  .sm\:text-violet-300\/95{
    color: rgb(196 181 253 / 0.95);
  }

  .sm\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-400\/0{
    color: rgb(167 139 250 / 0);
  }

  .sm\:text-violet-400\/10{
    color: rgb(167 139 250 / 0.1);
  }

  .sm\:text-violet-400\/100{
    color: rgb(167 139 250 / 1);
  }

  .sm\:text-violet-400\/15{
    color: rgb(167 139 250 / 0.15);
  }

  .sm\:text-violet-400\/20{
    color: rgb(167 139 250 / 0.2);
  }

  .sm\:text-violet-400\/25{
    color: rgb(167 139 250 / 0.25);
  }

  .sm\:text-violet-400\/30{
    color: rgb(167 139 250 / 0.3);
  }

  .sm\:text-violet-400\/35{
    color: rgb(167 139 250 / 0.35);
  }

  .sm\:text-violet-400\/40{
    color: rgb(167 139 250 / 0.4);
  }

  .sm\:text-violet-400\/45{
    color: rgb(167 139 250 / 0.45);
  }

  .sm\:text-violet-400\/5{
    color: rgb(167 139 250 / 0.05);
  }

  .sm\:text-violet-400\/50{
    color: rgb(167 139 250 / 0.5);
  }

  .sm\:text-violet-400\/55{
    color: rgb(167 139 250 / 0.55);
  }

  .sm\:text-violet-400\/60{
    color: rgb(167 139 250 / 0.6);
  }

  .sm\:text-violet-400\/65{
    color: rgb(167 139 250 / 0.65);
  }

  .sm\:text-violet-400\/70{
    color: rgb(167 139 250 / 0.7);
  }

  .sm\:text-violet-400\/75{
    color: rgb(167 139 250 / 0.75);
  }

  .sm\:text-violet-400\/80{
    color: rgb(167 139 250 / 0.8);
  }

  .sm\:text-violet-400\/85{
    color: rgb(167 139 250 / 0.85);
  }

  .sm\:text-violet-400\/90{
    color: rgb(167 139 250 / 0.9);
  }

  .sm\:text-violet-400\/95{
    color: rgb(167 139 250 / 0.95);
  }

  .sm\:text-violet-50{
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-50\/0{
    color: rgb(245 243 255 / 0);
  }

  .sm\:text-violet-50\/10{
    color: rgb(245 243 255 / 0.1);
  }

  .sm\:text-violet-50\/100{
    color: rgb(245 243 255 / 1);
  }

  .sm\:text-violet-50\/15{
    color: rgb(245 243 255 / 0.15);
  }

  .sm\:text-violet-50\/20{
    color: rgb(245 243 255 / 0.2);
  }

  .sm\:text-violet-50\/25{
    color: rgb(245 243 255 / 0.25);
  }

  .sm\:text-violet-50\/30{
    color: rgb(245 243 255 / 0.3);
  }

  .sm\:text-violet-50\/35{
    color: rgb(245 243 255 / 0.35);
  }

  .sm\:text-violet-50\/40{
    color: rgb(245 243 255 / 0.4);
  }

  .sm\:text-violet-50\/45{
    color: rgb(245 243 255 / 0.45);
  }

  .sm\:text-violet-50\/5{
    color: rgb(245 243 255 / 0.05);
  }

  .sm\:text-violet-50\/50{
    color: rgb(245 243 255 / 0.5);
  }

  .sm\:text-violet-50\/55{
    color: rgb(245 243 255 / 0.55);
  }

  .sm\:text-violet-50\/60{
    color: rgb(245 243 255 / 0.6);
  }

  .sm\:text-violet-50\/65{
    color: rgb(245 243 255 / 0.65);
  }

  .sm\:text-violet-50\/70{
    color: rgb(245 243 255 / 0.7);
  }

  .sm\:text-violet-50\/75{
    color: rgb(245 243 255 / 0.75);
  }

  .sm\:text-violet-50\/80{
    color: rgb(245 243 255 / 0.8);
  }

  .sm\:text-violet-50\/85{
    color: rgb(245 243 255 / 0.85);
  }

  .sm\:text-violet-50\/90{
    color: rgb(245 243 255 / 0.9);
  }

  .sm\:text-violet-50\/95{
    color: rgb(245 243 255 / 0.95);
  }

  .sm\:text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-500\/0{
    color: rgb(139 92 246 / 0);
  }

  .sm\:text-violet-500\/10{
    color: rgb(139 92 246 / 0.1);
  }

  .sm\:text-violet-500\/100{
    color: rgb(139 92 246 / 1);
  }

  .sm\:text-violet-500\/15{
    color: rgb(139 92 246 / 0.15);
  }

  .sm\:text-violet-500\/20{
    color: rgb(139 92 246 / 0.2);
  }

  .sm\:text-violet-500\/25{
    color: rgb(139 92 246 / 0.25);
  }

  .sm\:text-violet-500\/30{
    color: rgb(139 92 246 / 0.3);
  }

  .sm\:text-violet-500\/35{
    color: rgb(139 92 246 / 0.35);
  }

  .sm\:text-violet-500\/40{
    color: rgb(139 92 246 / 0.4);
  }

  .sm\:text-violet-500\/45{
    color: rgb(139 92 246 / 0.45);
  }

  .sm\:text-violet-500\/5{
    color: rgb(139 92 246 / 0.05);
  }

  .sm\:text-violet-500\/50{
    color: rgb(139 92 246 / 0.5);
  }

  .sm\:text-violet-500\/55{
    color: rgb(139 92 246 / 0.55);
  }

  .sm\:text-violet-500\/60{
    color: rgb(139 92 246 / 0.6);
  }

  .sm\:text-violet-500\/65{
    color: rgb(139 92 246 / 0.65);
  }

  .sm\:text-violet-500\/70{
    color: rgb(139 92 246 / 0.7);
  }

  .sm\:text-violet-500\/75{
    color: rgb(139 92 246 / 0.75);
  }

  .sm\:text-violet-500\/80{
    color: rgb(139 92 246 / 0.8);
  }

  .sm\:text-violet-500\/85{
    color: rgb(139 92 246 / 0.85);
  }

  .sm\:text-violet-500\/90{
    color: rgb(139 92 246 / 0.9);
  }

  .sm\:text-violet-500\/95{
    color: rgb(139 92 246 / 0.95);
  }

  .sm\:text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-600\/0{
    color: rgb(124 58 237 / 0);
  }

  .sm\:text-violet-600\/10{
    color: rgb(124 58 237 / 0.1);
  }

  .sm\:text-violet-600\/100{
    color: rgb(124 58 237 / 1);
  }

  .sm\:text-violet-600\/15{
    color: rgb(124 58 237 / 0.15);
  }

  .sm\:text-violet-600\/20{
    color: rgb(124 58 237 / 0.2);
  }

  .sm\:text-violet-600\/25{
    color: rgb(124 58 237 / 0.25);
  }

  .sm\:text-violet-600\/30{
    color: rgb(124 58 237 / 0.3);
  }

  .sm\:text-violet-600\/35{
    color: rgb(124 58 237 / 0.35);
  }

  .sm\:text-violet-600\/40{
    color: rgb(124 58 237 / 0.4);
  }

  .sm\:text-violet-600\/45{
    color: rgb(124 58 237 / 0.45);
  }

  .sm\:text-violet-600\/5{
    color: rgb(124 58 237 / 0.05);
  }

  .sm\:text-violet-600\/50{
    color: rgb(124 58 237 / 0.5);
  }

  .sm\:text-violet-600\/55{
    color: rgb(124 58 237 / 0.55);
  }

  .sm\:text-violet-600\/60{
    color: rgb(124 58 237 / 0.6);
  }

  .sm\:text-violet-600\/65{
    color: rgb(124 58 237 / 0.65);
  }

  .sm\:text-violet-600\/70{
    color: rgb(124 58 237 / 0.7);
  }

  .sm\:text-violet-600\/75{
    color: rgb(124 58 237 / 0.75);
  }

  .sm\:text-violet-600\/80{
    color: rgb(124 58 237 / 0.8);
  }

  .sm\:text-violet-600\/85{
    color: rgb(124 58 237 / 0.85);
  }

  .sm\:text-violet-600\/90{
    color: rgb(124 58 237 / 0.9);
  }

  .sm\:text-violet-600\/95{
    color: rgb(124 58 237 / 0.95);
  }

  .sm\:text-violet-700{
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-700\/0{
    color: rgb(109 40 217 / 0);
  }

  .sm\:text-violet-700\/10{
    color: rgb(109 40 217 / 0.1);
  }

  .sm\:text-violet-700\/100{
    color: rgb(109 40 217 / 1);
  }

  .sm\:text-violet-700\/15{
    color: rgb(109 40 217 / 0.15);
  }

  .sm\:text-violet-700\/20{
    color: rgb(109 40 217 / 0.2);
  }

  .sm\:text-violet-700\/25{
    color: rgb(109 40 217 / 0.25);
  }

  .sm\:text-violet-700\/30{
    color: rgb(109 40 217 / 0.3);
  }

  .sm\:text-violet-700\/35{
    color: rgb(109 40 217 / 0.35);
  }

  .sm\:text-violet-700\/40{
    color: rgb(109 40 217 / 0.4);
  }

  .sm\:text-violet-700\/45{
    color: rgb(109 40 217 / 0.45);
  }

  .sm\:text-violet-700\/5{
    color: rgb(109 40 217 / 0.05);
  }

  .sm\:text-violet-700\/50{
    color: rgb(109 40 217 / 0.5);
  }

  .sm\:text-violet-700\/55{
    color: rgb(109 40 217 / 0.55);
  }

  .sm\:text-violet-700\/60{
    color: rgb(109 40 217 / 0.6);
  }

  .sm\:text-violet-700\/65{
    color: rgb(109 40 217 / 0.65);
  }

  .sm\:text-violet-700\/70{
    color: rgb(109 40 217 / 0.7);
  }

  .sm\:text-violet-700\/75{
    color: rgb(109 40 217 / 0.75);
  }

  .sm\:text-violet-700\/80{
    color: rgb(109 40 217 / 0.8);
  }

  .sm\:text-violet-700\/85{
    color: rgb(109 40 217 / 0.85);
  }

  .sm\:text-violet-700\/90{
    color: rgb(109 40 217 / 0.9);
  }

  .sm\:text-violet-700\/95{
    color: rgb(109 40 217 / 0.95);
  }

  .sm\:text-violet-800{
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-800\/0{
    color: rgb(91 33 182 / 0);
  }

  .sm\:text-violet-800\/10{
    color: rgb(91 33 182 / 0.1);
  }

  .sm\:text-violet-800\/100{
    color: rgb(91 33 182 / 1);
  }

  .sm\:text-violet-800\/15{
    color: rgb(91 33 182 / 0.15);
  }

  .sm\:text-violet-800\/20{
    color: rgb(91 33 182 / 0.2);
  }

  .sm\:text-violet-800\/25{
    color: rgb(91 33 182 / 0.25);
  }

  .sm\:text-violet-800\/30{
    color: rgb(91 33 182 / 0.3);
  }

  .sm\:text-violet-800\/35{
    color: rgb(91 33 182 / 0.35);
  }

  .sm\:text-violet-800\/40{
    color: rgb(91 33 182 / 0.4);
  }

  .sm\:text-violet-800\/45{
    color: rgb(91 33 182 / 0.45);
  }

  .sm\:text-violet-800\/5{
    color: rgb(91 33 182 / 0.05);
  }

  .sm\:text-violet-800\/50{
    color: rgb(91 33 182 / 0.5);
  }

  .sm\:text-violet-800\/55{
    color: rgb(91 33 182 / 0.55);
  }

  .sm\:text-violet-800\/60{
    color: rgb(91 33 182 / 0.6);
  }

  .sm\:text-violet-800\/65{
    color: rgb(91 33 182 / 0.65);
  }

  .sm\:text-violet-800\/70{
    color: rgb(91 33 182 / 0.7);
  }

  .sm\:text-violet-800\/75{
    color: rgb(91 33 182 / 0.75);
  }

  .sm\:text-violet-800\/80{
    color: rgb(91 33 182 / 0.8);
  }

  .sm\:text-violet-800\/85{
    color: rgb(91 33 182 / 0.85);
  }

  .sm\:text-violet-800\/90{
    color: rgb(91 33 182 / 0.9);
  }

  .sm\:text-violet-800\/95{
    color: rgb(91 33 182 / 0.95);
  }

  .sm\:text-violet-900{
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-900\/0{
    color: rgb(76 29 149 / 0);
  }

  .sm\:text-violet-900\/10{
    color: rgb(76 29 149 / 0.1);
  }

  .sm\:text-violet-900\/100{
    color: rgb(76 29 149 / 1);
  }

  .sm\:text-violet-900\/15{
    color: rgb(76 29 149 / 0.15);
  }

  .sm\:text-violet-900\/20{
    color: rgb(76 29 149 / 0.2);
  }

  .sm\:text-violet-900\/25{
    color: rgb(76 29 149 / 0.25);
  }

  .sm\:text-violet-900\/30{
    color: rgb(76 29 149 / 0.3);
  }

  .sm\:text-violet-900\/35{
    color: rgb(76 29 149 / 0.35);
  }

  .sm\:text-violet-900\/40{
    color: rgb(76 29 149 / 0.4);
  }

  .sm\:text-violet-900\/45{
    color: rgb(76 29 149 / 0.45);
  }

  .sm\:text-violet-900\/5{
    color: rgb(76 29 149 / 0.05);
  }

  .sm\:text-violet-900\/50{
    color: rgb(76 29 149 / 0.5);
  }

  .sm\:text-violet-900\/55{
    color: rgb(76 29 149 / 0.55);
  }

  .sm\:text-violet-900\/60{
    color: rgb(76 29 149 / 0.6);
  }

  .sm\:text-violet-900\/65{
    color: rgb(76 29 149 / 0.65);
  }

  .sm\:text-violet-900\/70{
    color: rgb(76 29 149 / 0.7);
  }

  .sm\:text-violet-900\/75{
    color: rgb(76 29 149 / 0.75);
  }

  .sm\:text-violet-900\/80{
    color: rgb(76 29 149 / 0.8);
  }

  .sm\:text-violet-900\/85{
    color: rgb(76 29 149 / 0.85);
  }

  .sm\:text-violet-900\/90{
    color: rgb(76 29 149 / 0.9);
  }

  .sm\:text-violet-900\/95{
    color: rgb(76 29 149 / 0.95);
  }

  .sm\:text-violet-950{
    --tw-text-opacity: 1;
    color: rgb(46 16 101 / var(--tw-text-opacity, 1));
  }

  .sm\:text-violet-950\/0{
    color: rgb(46 16 101 / 0);
  }

  .sm\:text-violet-950\/10{
    color: rgb(46 16 101 / 0.1);
  }

  .sm\:text-violet-950\/100{
    color: rgb(46 16 101 / 1);
  }

  .sm\:text-violet-950\/15{
    color: rgb(46 16 101 / 0.15);
  }

  .sm\:text-violet-950\/20{
    color: rgb(46 16 101 / 0.2);
  }

  .sm\:text-violet-950\/25{
    color: rgb(46 16 101 / 0.25);
  }

  .sm\:text-violet-950\/30{
    color: rgb(46 16 101 / 0.3);
  }

  .sm\:text-violet-950\/35{
    color: rgb(46 16 101 / 0.35);
  }

  .sm\:text-violet-950\/40{
    color: rgb(46 16 101 / 0.4);
  }

  .sm\:text-violet-950\/45{
    color: rgb(46 16 101 / 0.45);
  }

  .sm\:text-violet-950\/5{
    color: rgb(46 16 101 / 0.05);
  }

  .sm\:text-violet-950\/50{
    color: rgb(46 16 101 / 0.5);
  }

  .sm\:text-violet-950\/55{
    color: rgb(46 16 101 / 0.55);
  }

  .sm\:text-violet-950\/60{
    color: rgb(46 16 101 / 0.6);
  }

  .sm\:text-violet-950\/65{
    color: rgb(46 16 101 / 0.65);
  }

  .sm\:text-violet-950\/70{
    color: rgb(46 16 101 / 0.7);
  }

  .sm\:text-violet-950\/75{
    color: rgb(46 16 101 / 0.75);
  }

  .sm\:text-violet-950\/80{
    color: rgb(46 16 101 / 0.8);
  }

  .sm\:text-violet-950\/85{
    color: rgb(46 16 101 / 0.85);
  }

  .sm\:text-violet-950\/90{
    color: rgb(46 16 101 / 0.9);
  }

  .sm\:text-violet-950\/95{
    color: rgb(46 16 101 / 0.95);
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-white\/0{
    color: rgb(255 255 255 / 0);
  }

  .sm\:text-white\/10{
    color: rgb(255 255 255 / 0.1);
  }

  .sm\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .sm\:text-white\/15{
    color: rgb(255 255 255 / 0.15);
  }

  .sm\:text-white\/20{
    color: rgb(255 255 255 / 0.2);
  }

  .sm\:text-white\/25{
    color: rgb(255 255 255 / 0.25);
  }

  .sm\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }

  .sm\:text-white\/35{
    color: rgb(255 255 255 / 0.35);
  }

  .sm\:text-white\/40{
    color: rgb(255 255 255 / 0.4);
  }

  .sm\:text-white\/45{
    color: rgb(255 255 255 / 0.45);
  }

  .sm\:text-white\/5{
    color: rgb(255 255 255 / 0.05);
  }

  .sm\:text-white\/50{
    color: rgb(255 255 255 / 0.5);
  }

  .sm\:text-white\/55{
    color: rgb(255 255 255 / 0.55);
  }

  .sm\:text-white\/60{
    color: rgb(255 255 255 / 0.6);
  }

  .sm\:text-white\/65{
    color: rgb(255 255 255 / 0.65);
  }

  .sm\:text-white\/70{
    color: rgb(255 255 255 / 0.7);
  }

  .sm\:text-white\/75{
    color: rgb(255 255 255 / 0.75);
  }

  .sm\:text-white\/80{
    color: rgb(255 255 255 / 0.8);
  }

  .sm\:text-white\/85{
    color: rgb(255 255 255 / 0.85);
  }

  .sm\:text-white\/90{
    color: rgb(255 255 255 / 0.9);
  }

  .sm\:text-white\/95{
    color: rgb(255 255 255 / 0.95);
  }

  .sm\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-100\/0{
    color: rgb(254 249 195 / 0);
  }

  .sm\:text-yellow-100\/10{
    color: rgb(254 249 195 / 0.1);
  }

  .sm\:text-yellow-100\/100{
    color: rgb(254 249 195 / 1);
  }

  .sm\:text-yellow-100\/15{
    color: rgb(254 249 195 / 0.15);
  }

  .sm\:text-yellow-100\/20{
    color: rgb(254 249 195 / 0.2);
  }

  .sm\:text-yellow-100\/25{
    color: rgb(254 249 195 / 0.25);
  }

  .sm\:text-yellow-100\/30{
    color: rgb(254 249 195 / 0.3);
  }

  .sm\:text-yellow-100\/35{
    color: rgb(254 249 195 / 0.35);
  }

  .sm\:text-yellow-100\/40{
    color: rgb(254 249 195 / 0.4);
  }

  .sm\:text-yellow-100\/45{
    color: rgb(254 249 195 / 0.45);
  }

  .sm\:text-yellow-100\/5{
    color: rgb(254 249 195 / 0.05);
  }

  .sm\:text-yellow-100\/50{
    color: rgb(254 249 195 / 0.5);
  }

  .sm\:text-yellow-100\/55{
    color: rgb(254 249 195 / 0.55);
  }

  .sm\:text-yellow-100\/60{
    color: rgb(254 249 195 / 0.6);
  }

  .sm\:text-yellow-100\/65{
    color: rgb(254 249 195 / 0.65);
  }

  .sm\:text-yellow-100\/70{
    color: rgb(254 249 195 / 0.7);
  }

  .sm\:text-yellow-100\/75{
    color: rgb(254 249 195 / 0.75);
  }

  .sm\:text-yellow-100\/80{
    color: rgb(254 249 195 / 0.8);
  }

  .sm\:text-yellow-100\/85{
    color: rgb(254 249 195 / 0.85);
  }

  .sm\:text-yellow-100\/90{
    color: rgb(254 249 195 / 0.9);
  }

  .sm\:text-yellow-100\/95{
    color: rgb(254 249 195 / 0.95);
  }

  .sm\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-200\/0{
    color: rgb(254 240 138 / 0);
  }

  .sm\:text-yellow-200\/10{
    color: rgb(254 240 138 / 0.1);
  }

  .sm\:text-yellow-200\/100{
    color: rgb(254 240 138 / 1);
  }

  .sm\:text-yellow-200\/15{
    color: rgb(254 240 138 / 0.15);
  }

  .sm\:text-yellow-200\/20{
    color: rgb(254 240 138 / 0.2);
  }

  .sm\:text-yellow-200\/25{
    color: rgb(254 240 138 / 0.25);
  }

  .sm\:text-yellow-200\/30{
    color: rgb(254 240 138 / 0.3);
  }

  .sm\:text-yellow-200\/35{
    color: rgb(254 240 138 / 0.35);
  }

  .sm\:text-yellow-200\/40{
    color: rgb(254 240 138 / 0.4);
  }

  .sm\:text-yellow-200\/45{
    color: rgb(254 240 138 / 0.45);
  }

  .sm\:text-yellow-200\/5{
    color: rgb(254 240 138 / 0.05);
  }

  .sm\:text-yellow-200\/50{
    color: rgb(254 240 138 / 0.5);
  }

  .sm\:text-yellow-200\/55{
    color: rgb(254 240 138 / 0.55);
  }

  .sm\:text-yellow-200\/60{
    color: rgb(254 240 138 / 0.6);
  }

  .sm\:text-yellow-200\/65{
    color: rgb(254 240 138 / 0.65);
  }

  .sm\:text-yellow-200\/70{
    color: rgb(254 240 138 / 0.7);
  }

  .sm\:text-yellow-200\/75{
    color: rgb(254 240 138 / 0.75);
  }

  .sm\:text-yellow-200\/80{
    color: rgb(254 240 138 / 0.8);
  }

  .sm\:text-yellow-200\/85{
    color: rgb(254 240 138 / 0.85);
  }

  .sm\:text-yellow-200\/90{
    color: rgb(254 240 138 / 0.9);
  }

  .sm\:text-yellow-200\/95{
    color: rgb(254 240 138 / 0.95);
  }

  .sm\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-300\/0{
    color: rgb(253 224 71 / 0);
  }

  .sm\:text-yellow-300\/10{
    color: rgb(253 224 71 / 0.1);
  }

  .sm\:text-yellow-300\/100{
    color: rgb(253 224 71 / 1);
  }

  .sm\:text-yellow-300\/15{
    color: rgb(253 224 71 / 0.15);
  }

  .sm\:text-yellow-300\/20{
    color: rgb(253 224 71 / 0.2);
  }

  .sm\:text-yellow-300\/25{
    color: rgb(253 224 71 / 0.25);
  }

  .sm\:text-yellow-300\/30{
    color: rgb(253 224 71 / 0.3);
  }

  .sm\:text-yellow-300\/35{
    color: rgb(253 224 71 / 0.35);
  }

  .sm\:text-yellow-300\/40{
    color: rgb(253 224 71 / 0.4);
  }

  .sm\:text-yellow-300\/45{
    color: rgb(253 224 71 / 0.45);
  }

  .sm\:text-yellow-300\/5{
    color: rgb(253 224 71 / 0.05);
  }

  .sm\:text-yellow-300\/50{
    color: rgb(253 224 71 / 0.5);
  }

  .sm\:text-yellow-300\/55{
    color: rgb(253 224 71 / 0.55);
  }

  .sm\:text-yellow-300\/60{
    color: rgb(253 224 71 / 0.6);
  }

  .sm\:text-yellow-300\/65{
    color: rgb(253 224 71 / 0.65);
  }

  .sm\:text-yellow-300\/70{
    color: rgb(253 224 71 / 0.7);
  }

  .sm\:text-yellow-300\/75{
    color: rgb(253 224 71 / 0.75);
  }

  .sm\:text-yellow-300\/80{
    color: rgb(253 224 71 / 0.8);
  }

  .sm\:text-yellow-300\/85{
    color: rgb(253 224 71 / 0.85);
  }

  .sm\:text-yellow-300\/90{
    color: rgb(253 224 71 / 0.9);
  }

  .sm\:text-yellow-300\/95{
    color: rgb(253 224 71 / 0.95);
  }

  .sm\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-400\/0{
    color: rgb(250 204 21 / 0);
  }

  .sm\:text-yellow-400\/10{
    color: rgb(250 204 21 / 0.1);
  }

  .sm\:text-yellow-400\/100{
    color: rgb(250 204 21 / 1);
  }

  .sm\:text-yellow-400\/15{
    color: rgb(250 204 21 / 0.15);
  }

  .sm\:text-yellow-400\/20{
    color: rgb(250 204 21 / 0.2);
  }

  .sm\:text-yellow-400\/25{
    color: rgb(250 204 21 / 0.25);
  }

  .sm\:text-yellow-400\/30{
    color: rgb(250 204 21 / 0.3);
  }

  .sm\:text-yellow-400\/35{
    color: rgb(250 204 21 / 0.35);
  }

  .sm\:text-yellow-400\/40{
    color: rgb(250 204 21 / 0.4);
  }

  .sm\:text-yellow-400\/45{
    color: rgb(250 204 21 / 0.45);
  }

  .sm\:text-yellow-400\/5{
    color: rgb(250 204 21 / 0.05);
  }

  .sm\:text-yellow-400\/50{
    color: rgb(250 204 21 / 0.5);
  }

  .sm\:text-yellow-400\/55{
    color: rgb(250 204 21 / 0.55);
  }

  .sm\:text-yellow-400\/60{
    color: rgb(250 204 21 / 0.6);
  }

  .sm\:text-yellow-400\/65{
    color: rgb(250 204 21 / 0.65);
  }

  .sm\:text-yellow-400\/70{
    color: rgb(250 204 21 / 0.7);
  }

  .sm\:text-yellow-400\/75{
    color: rgb(250 204 21 / 0.75);
  }

  .sm\:text-yellow-400\/80{
    color: rgb(250 204 21 / 0.8);
  }

  .sm\:text-yellow-400\/85{
    color: rgb(250 204 21 / 0.85);
  }

  .sm\:text-yellow-400\/90{
    color: rgb(250 204 21 / 0.9);
  }

  .sm\:text-yellow-400\/95{
    color: rgb(250 204 21 / 0.95);
  }

  .sm\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-50\/0{
    color: rgb(254 252 232 / 0);
  }

  .sm\:text-yellow-50\/10{
    color: rgb(254 252 232 / 0.1);
  }

  .sm\:text-yellow-50\/100{
    color: rgb(254 252 232 / 1);
  }

  .sm\:text-yellow-50\/15{
    color: rgb(254 252 232 / 0.15);
  }

  .sm\:text-yellow-50\/20{
    color: rgb(254 252 232 / 0.2);
  }

  .sm\:text-yellow-50\/25{
    color: rgb(254 252 232 / 0.25);
  }

  .sm\:text-yellow-50\/30{
    color: rgb(254 252 232 / 0.3);
  }

  .sm\:text-yellow-50\/35{
    color: rgb(254 252 232 / 0.35);
  }

  .sm\:text-yellow-50\/40{
    color: rgb(254 252 232 / 0.4);
  }

  .sm\:text-yellow-50\/45{
    color: rgb(254 252 232 / 0.45);
  }

  .sm\:text-yellow-50\/5{
    color: rgb(254 252 232 / 0.05);
  }

  .sm\:text-yellow-50\/50{
    color: rgb(254 252 232 / 0.5);
  }

  .sm\:text-yellow-50\/55{
    color: rgb(254 252 232 / 0.55);
  }

  .sm\:text-yellow-50\/60{
    color: rgb(254 252 232 / 0.6);
  }

  .sm\:text-yellow-50\/65{
    color: rgb(254 252 232 / 0.65);
  }

  .sm\:text-yellow-50\/70{
    color: rgb(254 252 232 / 0.7);
  }

  .sm\:text-yellow-50\/75{
    color: rgb(254 252 232 / 0.75);
  }

  .sm\:text-yellow-50\/80{
    color: rgb(254 252 232 / 0.8);
  }

  .sm\:text-yellow-50\/85{
    color: rgb(254 252 232 / 0.85);
  }

  .sm\:text-yellow-50\/90{
    color: rgb(254 252 232 / 0.9);
  }

  .sm\:text-yellow-50\/95{
    color: rgb(254 252 232 / 0.95);
  }

  .sm\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-500\/0{
    color: rgb(234 179 8 / 0);
  }

  .sm\:text-yellow-500\/10{
    color: rgb(234 179 8 / 0.1);
  }

  .sm\:text-yellow-500\/100{
    color: rgb(234 179 8 / 1);
  }

  .sm\:text-yellow-500\/15{
    color: rgb(234 179 8 / 0.15);
  }

  .sm\:text-yellow-500\/20{
    color: rgb(234 179 8 / 0.2);
  }

  .sm\:text-yellow-500\/25{
    color: rgb(234 179 8 / 0.25);
  }

  .sm\:text-yellow-500\/30{
    color: rgb(234 179 8 / 0.3);
  }

  .sm\:text-yellow-500\/35{
    color: rgb(234 179 8 / 0.35);
  }

  .sm\:text-yellow-500\/40{
    color: rgb(234 179 8 / 0.4);
  }

  .sm\:text-yellow-500\/45{
    color: rgb(234 179 8 / 0.45);
  }

  .sm\:text-yellow-500\/5{
    color: rgb(234 179 8 / 0.05);
  }

  .sm\:text-yellow-500\/50{
    color: rgb(234 179 8 / 0.5);
  }

  .sm\:text-yellow-500\/55{
    color: rgb(234 179 8 / 0.55);
  }

  .sm\:text-yellow-500\/60{
    color: rgb(234 179 8 / 0.6);
  }

  .sm\:text-yellow-500\/65{
    color: rgb(234 179 8 / 0.65);
  }

  .sm\:text-yellow-500\/70{
    color: rgb(234 179 8 / 0.7);
  }

  .sm\:text-yellow-500\/75{
    color: rgb(234 179 8 / 0.75);
  }

  .sm\:text-yellow-500\/80{
    color: rgb(234 179 8 / 0.8);
  }

  .sm\:text-yellow-500\/85{
    color: rgb(234 179 8 / 0.85);
  }

  .sm\:text-yellow-500\/90{
    color: rgb(234 179 8 / 0.9);
  }

  .sm\:text-yellow-500\/95{
    color: rgb(234 179 8 / 0.95);
  }

  .sm\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-600\/0{
    color: rgb(202 138 4 / 0);
  }

  .sm\:text-yellow-600\/10{
    color: rgb(202 138 4 / 0.1);
  }

  .sm\:text-yellow-600\/100{
    color: rgb(202 138 4 / 1);
  }

  .sm\:text-yellow-600\/15{
    color: rgb(202 138 4 / 0.15);
  }

  .sm\:text-yellow-600\/20{
    color: rgb(202 138 4 / 0.2);
  }

  .sm\:text-yellow-600\/25{
    color: rgb(202 138 4 / 0.25);
  }

  .sm\:text-yellow-600\/30{
    color: rgb(202 138 4 / 0.3);
  }

  .sm\:text-yellow-600\/35{
    color: rgb(202 138 4 / 0.35);
  }

  .sm\:text-yellow-600\/40{
    color: rgb(202 138 4 / 0.4);
  }

  .sm\:text-yellow-600\/45{
    color: rgb(202 138 4 / 0.45);
  }

  .sm\:text-yellow-600\/5{
    color: rgb(202 138 4 / 0.05);
  }

  .sm\:text-yellow-600\/50{
    color: rgb(202 138 4 / 0.5);
  }

  .sm\:text-yellow-600\/55{
    color: rgb(202 138 4 / 0.55);
  }

  .sm\:text-yellow-600\/60{
    color: rgb(202 138 4 / 0.6);
  }

  .sm\:text-yellow-600\/65{
    color: rgb(202 138 4 / 0.65);
  }

  .sm\:text-yellow-600\/70{
    color: rgb(202 138 4 / 0.7);
  }

  .sm\:text-yellow-600\/75{
    color: rgb(202 138 4 / 0.75);
  }

  .sm\:text-yellow-600\/80{
    color: rgb(202 138 4 / 0.8);
  }

  .sm\:text-yellow-600\/85{
    color: rgb(202 138 4 / 0.85);
  }

  .sm\:text-yellow-600\/90{
    color: rgb(202 138 4 / 0.9);
  }

  .sm\:text-yellow-600\/95{
    color: rgb(202 138 4 / 0.95);
  }

  .sm\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-700\/0{
    color: rgb(161 98 7 / 0);
  }

  .sm\:text-yellow-700\/10{
    color: rgb(161 98 7 / 0.1);
  }

  .sm\:text-yellow-700\/100{
    color: rgb(161 98 7 / 1);
  }

  .sm\:text-yellow-700\/15{
    color: rgb(161 98 7 / 0.15);
  }

  .sm\:text-yellow-700\/20{
    color: rgb(161 98 7 / 0.2);
  }

  .sm\:text-yellow-700\/25{
    color: rgb(161 98 7 / 0.25);
  }

  .sm\:text-yellow-700\/30{
    color: rgb(161 98 7 / 0.3);
  }

  .sm\:text-yellow-700\/35{
    color: rgb(161 98 7 / 0.35);
  }

  .sm\:text-yellow-700\/40{
    color: rgb(161 98 7 / 0.4);
  }

  .sm\:text-yellow-700\/45{
    color: rgb(161 98 7 / 0.45);
  }

  .sm\:text-yellow-700\/5{
    color: rgb(161 98 7 / 0.05);
  }

  .sm\:text-yellow-700\/50{
    color: rgb(161 98 7 / 0.5);
  }

  .sm\:text-yellow-700\/55{
    color: rgb(161 98 7 / 0.55);
  }

  .sm\:text-yellow-700\/60{
    color: rgb(161 98 7 / 0.6);
  }

  .sm\:text-yellow-700\/65{
    color: rgb(161 98 7 / 0.65);
  }

  .sm\:text-yellow-700\/70{
    color: rgb(161 98 7 / 0.7);
  }

  .sm\:text-yellow-700\/75{
    color: rgb(161 98 7 / 0.75);
  }

  .sm\:text-yellow-700\/80{
    color: rgb(161 98 7 / 0.8);
  }

  .sm\:text-yellow-700\/85{
    color: rgb(161 98 7 / 0.85);
  }

  .sm\:text-yellow-700\/90{
    color: rgb(161 98 7 / 0.9);
  }

  .sm\:text-yellow-700\/95{
    color: rgb(161 98 7 / 0.95);
  }

  .sm\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-800\/0{
    color: rgb(133 77 14 / 0);
  }

  .sm\:text-yellow-800\/10{
    color: rgb(133 77 14 / 0.1);
  }

  .sm\:text-yellow-800\/100{
    color: rgb(133 77 14 / 1);
  }

  .sm\:text-yellow-800\/15{
    color: rgb(133 77 14 / 0.15);
  }

  .sm\:text-yellow-800\/20{
    color: rgb(133 77 14 / 0.2);
  }

  .sm\:text-yellow-800\/25{
    color: rgb(133 77 14 / 0.25);
  }

  .sm\:text-yellow-800\/30{
    color: rgb(133 77 14 / 0.3);
  }

  .sm\:text-yellow-800\/35{
    color: rgb(133 77 14 / 0.35);
  }

  .sm\:text-yellow-800\/40{
    color: rgb(133 77 14 / 0.4);
  }

  .sm\:text-yellow-800\/45{
    color: rgb(133 77 14 / 0.45);
  }

  .sm\:text-yellow-800\/5{
    color: rgb(133 77 14 / 0.05);
  }

  .sm\:text-yellow-800\/50{
    color: rgb(133 77 14 / 0.5);
  }

  .sm\:text-yellow-800\/55{
    color: rgb(133 77 14 / 0.55);
  }

  .sm\:text-yellow-800\/60{
    color: rgb(133 77 14 / 0.6);
  }

  .sm\:text-yellow-800\/65{
    color: rgb(133 77 14 / 0.65);
  }

  .sm\:text-yellow-800\/70{
    color: rgb(133 77 14 / 0.7);
  }

  .sm\:text-yellow-800\/75{
    color: rgb(133 77 14 / 0.75);
  }

  .sm\:text-yellow-800\/80{
    color: rgb(133 77 14 / 0.8);
  }

  .sm\:text-yellow-800\/85{
    color: rgb(133 77 14 / 0.85);
  }

  .sm\:text-yellow-800\/90{
    color: rgb(133 77 14 / 0.9);
  }

  .sm\:text-yellow-800\/95{
    color: rgb(133 77 14 / 0.95);
  }

  .sm\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-900\/0{
    color: rgb(113 63 18 / 0);
  }

  .sm\:text-yellow-900\/10{
    color: rgb(113 63 18 / 0.1);
  }

  .sm\:text-yellow-900\/100{
    color: rgb(113 63 18 / 1);
  }

  .sm\:text-yellow-900\/15{
    color: rgb(113 63 18 / 0.15);
  }

  .sm\:text-yellow-900\/20{
    color: rgb(113 63 18 / 0.2);
  }

  .sm\:text-yellow-900\/25{
    color: rgb(113 63 18 / 0.25);
  }

  .sm\:text-yellow-900\/30{
    color: rgb(113 63 18 / 0.3);
  }

  .sm\:text-yellow-900\/35{
    color: rgb(113 63 18 / 0.35);
  }

  .sm\:text-yellow-900\/40{
    color: rgb(113 63 18 / 0.4);
  }

  .sm\:text-yellow-900\/45{
    color: rgb(113 63 18 / 0.45);
  }

  .sm\:text-yellow-900\/5{
    color: rgb(113 63 18 / 0.05);
  }

  .sm\:text-yellow-900\/50{
    color: rgb(113 63 18 / 0.5);
  }

  .sm\:text-yellow-900\/55{
    color: rgb(113 63 18 / 0.55);
  }

  .sm\:text-yellow-900\/60{
    color: rgb(113 63 18 / 0.6);
  }

  .sm\:text-yellow-900\/65{
    color: rgb(113 63 18 / 0.65);
  }

  .sm\:text-yellow-900\/70{
    color: rgb(113 63 18 / 0.7);
  }

  .sm\:text-yellow-900\/75{
    color: rgb(113 63 18 / 0.75);
  }

  .sm\:text-yellow-900\/80{
    color: rgb(113 63 18 / 0.8);
  }

  .sm\:text-yellow-900\/85{
    color: rgb(113 63 18 / 0.85);
  }

  .sm\:text-yellow-900\/90{
    color: rgb(113 63 18 / 0.9);
  }

  .sm\:text-yellow-900\/95{
    color: rgb(113 63 18 / 0.95);
  }

  .sm\:text-yellow-950{
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity, 1));
  }

  .sm\:text-yellow-950\/0{
    color: rgb(66 32 6 / 0);
  }

  .sm\:text-yellow-950\/10{
    color: rgb(66 32 6 / 0.1);
  }

  .sm\:text-yellow-950\/100{
    color: rgb(66 32 6 / 1);
  }

  .sm\:text-yellow-950\/15{
    color: rgb(66 32 6 / 0.15);
  }

  .sm\:text-yellow-950\/20{
    color: rgb(66 32 6 / 0.2);
  }

  .sm\:text-yellow-950\/25{
    color: rgb(66 32 6 / 0.25);
  }

  .sm\:text-yellow-950\/30{
    color: rgb(66 32 6 / 0.3);
  }

  .sm\:text-yellow-950\/35{
    color: rgb(66 32 6 / 0.35);
  }

  .sm\:text-yellow-950\/40{
    color: rgb(66 32 6 / 0.4);
  }

  .sm\:text-yellow-950\/45{
    color: rgb(66 32 6 / 0.45);
  }

  .sm\:text-yellow-950\/5{
    color: rgb(66 32 6 / 0.05);
  }

  .sm\:text-yellow-950\/50{
    color: rgb(66 32 6 / 0.5);
  }

  .sm\:text-yellow-950\/55{
    color: rgb(66 32 6 / 0.55);
  }

  .sm\:text-yellow-950\/60{
    color: rgb(66 32 6 / 0.6);
  }

  .sm\:text-yellow-950\/65{
    color: rgb(66 32 6 / 0.65);
  }

  .sm\:text-yellow-950\/70{
    color: rgb(66 32 6 / 0.7);
  }

  .sm\:text-yellow-950\/75{
    color: rgb(66 32 6 / 0.75);
  }

  .sm\:text-yellow-950\/80{
    color: rgb(66 32 6 / 0.8);
  }

  .sm\:text-yellow-950\/85{
    color: rgb(66 32 6 / 0.85);
  }

  .sm\:text-yellow-950\/90{
    color: rgb(66 32 6 / 0.9);
  }

  .sm\:text-yellow-950\/95{
    color: rgb(66 32 6 / 0.95);
  }

  .sm\:text-zinc-100{
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-100\/0{
    color: rgb(244 244 245 / 0);
  }

  .sm\:text-zinc-100\/10{
    color: rgb(244 244 245 / 0.1);
  }

  .sm\:text-zinc-100\/100{
    color: rgb(244 244 245 / 1);
  }

  .sm\:text-zinc-100\/15{
    color: rgb(244 244 245 / 0.15);
  }

  .sm\:text-zinc-100\/20{
    color: rgb(244 244 245 / 0.2);
  }

  .sm\:text-zinc-100\/25{
    color: rgb(244 244 245 / 0.25);
  }

  .sm\:text-zinc-100\/30{
    color: rgb(244 244 245 / 0.3);
  }

  .sm\:text-zinc-100\/35{
    color: rgb(244 244 245 / 0.35);
  }

  .sm\:text-zinc-100\/40{
    color: rgb(244 244 245 / 0.4);
  }

  .sm\:text-zinc-100\/45{
    color: rgb(244 244 245 / 0.45);
  }

  .sm\:text-zinc-100\/5{
    color: rgb(244 244 245 / 0.05);
  }

  .sm\:text-zinc-100\/50{
    color: rgb(244 244 245 / 0.5);
  }

  .sm\:text-zinc-100\/55{
    color: rgb(244 244 245 / 0.55);
  }

  .sm\:text-zinc-100\/60{
    color: rgb(244 244 245 / 0.6);
  }

  .sm\:text-zinc-100\/65{
    color: rgb(244 244 245 / 0.65);
  }

  .sm\:text-zinc-100\/70{
    color: rgb(244 244 245 / 0.7);
  }

  .sm\:text-zinc-100\/75{
    color: rgb(244 244 245 / 0.75);
  }

  .sm\:text-zinc-100\/80{
    color: rgb(244 244 245 / 0.8);
  }

  .sm\:text-zinc-100\/85{
    color: rgb(244 244 245 / 0.85);
  }

  .sm\:text-zinc-100\/90{
    color: rgb(244 244 245 / 0.9);
  }

  .sm\:text-zinc-100\/95{
    color: rgb(244 244 245 / 0.95);
  }

  .sm\:text-zinc-200{
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-200\/0{
    color: rgb(228 228 231 / 0);
  }

  .sm\:text-zinc-200\/10{
    color: rgb(228 228 231 / 0.1);
  }

  .sm\:text-zinc-200\/100{
    color: rgb(228 228 231 / 1);
  }

  .sm\:text-zinc-200\/15{
    color: rgb(228 228 231 / 0.15);
  }

  .sm\:text-zinc-200\/20{
    color: rgb(228 228 231 / 0.2);
  }

  .sm\:text-zinc-200\/25{
    color: rgb(228 228 231 / 0.25);
  }

  .sm\:text-zinc-200\/30{
    color: rgb(228 228 231 / 0.3);
  }

  .sm\:text-zinc-200\/35{
    color: rgb(228 228 231 / 0.35);
  }

  .sm\:text-zinc-200\/40{
    color: rgb(228 228 231 / 0.4);
  }

  .sm\:text-zinc-200\/45{
    color: rgb(228 228 231 / 0.45);
  }

  .sm\:text-zinc-200\/5{
    color: rgb(228 228 231 / 0.05);
  }

  .sm\:text-zinc-200\/50{
    color: rgb(228 228 231 / 0.5);
  }

  .sm\:text-zinc-200\/55{
    color: rgb(228 228 231 / 0.55);
  }

  .sm\:text-zinc-200\/60{
    color: rgb(228 228 231 / 0.6);
  }

  .sm\:text-zinc-200\/65{
    color: rgb(228 228 231 / 0.65);
  }

  .sm\:text-zinc-200\/70{
    color: rgb(228 228 231 / 0.7);
  }

  .sm\:text-zinc-200\/75{
    color: rgb(228 228 231 / 0.75);
  }

  .sm\:text-zinc-200\/80{
    color: rgb(228 228 231 / 0.8);
  }

  .sm\:text-zinc-200\/85{
    color: rgb(228 228 231 / 0.85);
  }

  .sm\:text-zinc-200\/90{
    color: rgb(228 228 231 / 0.9);
  }

  .sm\:text-zinc-200\/95{
    color: rgb(228 228 231 / 0.95);
  }

  .sm\:text-zinc-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-300\/0{
    color: rgb(212 212 216 / 0);
  }

  .sm\:text-zinc-300\/10{
    color: rgb(212 212 216 / 0.1);
  }

  .sm\:text-zinc-300\/100{
    color: rgb(212 212 216 / 1);
  }

  .sm\:text-zinc-300\/15{
    color: rgb(212 212 216 / 0.15);
  }

  .sm\:text-zinc-300\/20{
    color: rgb(212 212 216 / 0.2);
  }

  .sm\:text-zinc-300\/25{
    color: rgb(212 212 216 / 0.25);
  }

  .sm\:text-zinc-300\/30{
    color: rgb(212 212 216 / 0.3);
  }

  .sm\:text-zinc-300\/35{
    color: rgb(212 212 216 / 0.35);
  }

  .sm\:text-zinc-300\/40{
    color: rgb(212 212 216 / 0.4);
  }

  .sm\:text-zinc-300\/45{
    color: rgb(212 212 216 / 0.45);
  }

  .sm\:text-zinc-300\/5{
    color: rgb(212 212 216 / 0.05);
  }

  .sm\:text-zinc-300\/50{
    color: rgb(212 212 216 / 0.5);
  }

  .sm\:text-zinc-300\/55{
    color: rgb(212 212 216 / 0.55);
  }

  .sm\:text-zinc-300\/60{
    color: rgb(212 212 216 / 0.6);
  }

  .sm\:text-zinc-300\/65{
    color: rgb(212 212 216 / 0.65);
  }

  .sm\:text-zinc-300\/70{
    color: rgb(212 212 216 / 0.7);
  }

  .sm\:text-zinc-300\/75{
    color: rgb(212 212 216 / 0.75);
  }

  .sm\:text-zinc-300\/80{
    color: rgb(212 212 216 / 0.8);
  }

  .sm\:text-zinc-300\/85{
    color: rgb(212 212 216 / 0.85);
  }

  .sm\:text-zinc-300\/90{
    color: rgb(212 212 216 / 0.9);
  }

  .sm\:text-zinc-300\/95{
    color: rgb(212 212 216 / 0.95);
  }

  .sm\:text-zinc-400{
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-400\/0{
    color: rgb(161 161 170 / 0);
  }

  .sm\:text-zinc-400\/10{
    color: rgb(161 161 170 / 0.1);
  }

  .sm\:text-zinc-400\/100{
    color: rgb(161 161 170 / 1);
  }

  .sm\:text-zinc-400\/15{
    color: rgb(161 161 170 / 0.15);
  }

  .sm\:text-zinc-400\/20{
    color: rgb(161 161 170 / 0.2);
  }

  .sm\:text-zinc-400\/25{
    color: rgb(161 161 170 / 0.25);
  }

  .sm\:text-zinc-400\/30{
    color: rgb(161 161 170 / 0.3);
  }

  .sm\:text-zinc-400\/35{
    color: rgb(161 161 170 / 0.35);
  }

  .sm\:text-zinc-400\/40{
    color: rgb(161 161 170 / 0.4);
  }

  .sm\:text-zinc-400\/45{
    color: rgb(161 161 170 / 0.45);
  }

  .sm\:text-zinc-400\/5{
    color: rgb(161 161 170 / 0.05);
  }

  .sm\:text-zinc-400\/50{
    color: rgb(161 161 170 / 0.5);
  }

  .sm\:text-zinc-400\/55{
    color: rgb(161 161 170 / 0.55);
  }

  .sm\:text-zinc-400\/60{
    color: rgb(161 161 170 / 0.6);
  }

  .sm\:text-zinc-400\/65{
    color: rgb(161 161 170 / 0.65);
  }

  .sm\:text-zinc-400\/70{
    color: rgb(161 161 170 / 0.7);
  }

  .sm\:text-zinc-400\/75{
    color: rgb(161 161 170 / 0.75);
  }

  .sm\:text-zinc-400\/80{
    color: rgb(161 161 170 / 0.8);
  }

  .sm\:text-zinc-400\/85{
    color: rgb(161 161 170 / 0.85);
  }

  .sm\:text-zinc-400\/90{
    color: rgb(161 161 170 / 0.9);
  }

  .sm\:text-zinc-400\/95{
    color: rgb(161 161 170 / 0.95);
  }

  .sm\:text-zinc-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .sm\:text-zinc-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .sm\:text-zinc-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .sm\:text-zinc-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .sm\:text-zinc-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .sm\:text-zinc-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .sm\:text-zinc-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .sm\:text-zinc-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .sm\:text-zinc-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .sm\:text-zinc-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .sm\:text-zinc-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .sm\:text-zinc-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .sm\:text-zinc-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .sm\:text-zinc-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .sm\:text-zinc-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .sm\:text-zinc-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .sm\:text-zinc-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .sm\:text-zinc-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .sm\:text-zinc-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .sm\:text-zinc-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .sm\:text-zinc-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .sm\:text-zinc-500{
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-500\/0{
    color: rgb(113 113 122 / 0);
  }

  .sm\:text-zinc-500\/10{
    color: rgb(113 113 122 / 0.1);
  }

  .sm\:text-zinc-500\/100{
    color: rgb(113 113 122 / 1);
  }

  .sm\:text-zinc-500\/15{
    color: rgb(113 113 122 / 0.15);
  }

  .sm\:text-zinc-500\/20{
    color: rgb(113 113 122 / 0.2);
  }

  .sm\:text-zinc-500\/25{
    color: rgb(113 113 122 / 0.25);
  }

  .sm\:text-zinc-500\/30{
    color: rgb(113 113 122 / 0.3);
  }

  .sm\:text-zinc-500\/35{
    color: rgb(113 113 122 / 0.35);
  }

  .sm\:text-zinc-500\/40{
    color: rgb(113 113 122 / 0.4);
  }

  .sm\:text-zinc-500\/45{
    color: rgb(113 113 122 / 0.45);
  }

  .sm\:text-zinc-500\/5{
    color: rgb(113 113 122 / 0.05);
  }

  .sm\:text-zinc-500\/50{
    color: rgb(113 113 122 / 0.5);
  }

  .sm\:text-zinc-500\/55{
    color: rgb(113 113 122 / 0.55);
  }

  .sm\:text-zinc-500\/60{
    color: rgb(113 113 122 / 0.6);
  }

  .sm\:text-zinc-500\/65{
    color: rgb(113 113 122 / 0.65);
  }

  .sm\:text-zinc-500\/70{
    color: rgb(113 113 122 / 0.7);
  }

  .sm\:text-zinc-500\/75{
    color: rgb(113 113 122 / 0.75);
  }

  .sm\:text-zinc-500\/80{
    color: rgb(113 113 122 / 0.8);
  }

  .sm\:text-zinc-500\/85{
    color: rgb(113 113 122 / 0.85);
  }

  .sm\:text-zinc-500\/90{
    color: rgb(113 113 122 / 0.9);
  }

  .sm\:text-zinc-500\/95{
    color: rgb(113 113 122 / 0.95);
  }

  .sm\:text-zinc-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-600\/0{
    color: rgb(82 82 91 / 0);
  }

  .sm\:text-zinc-600\/10{
    color: rgb(82 82 91 / 0.1);
  }

  .sm\:text-zinc-600\/100{
    color: rgb(82 82 91 / 1);
  }

  .sm\:text-zinc-600\/15{
    color: rgb(82 82 91 / 0.15);
  }

  .sm\:text-zinc-600\/20{
    color: rgb(82 82 91 / 0.2);
  }

  .sm\:text-zinc-600\/25{
    color: rgb(82 82 91 / 0.25);
  }

  .sm\:text-zinc-600\/30{
    color: rgb(82 82 91 / 0.3);
  }

  .sm\:text-zinc-600\/35{
    color: rgb(82 82 91 / 0.35);
  }

  .sm\:text-zinc-600\/40{
    color: rgb(82 82 91 / 0.4);
  }

  .sm\:text-zinc-600\/45{
    color: rgb(82 82 91 / 0.45);
  }

  .sm\:text-zinc-600\/5{
    color: rgb(82 82 91 / 0.05);
  }

  .sm\:text-zinc-600\/50{
    color: rgb(82 82 91 / 0.5);
  }

  .sm\:text-zinc-600\/55{
    color: rgb(82 82 91 / 0.55);
  }

  .sm\:text-zinc-600\/60{
    color: rgb(82 82 91 / 0.6);
  }

  .sm\:text-zinc-600\/65{
    color: rgb(82 82 91 / 0.65);
  }

  .sm\:text-zinc-600\/70{
    color: rgb(82 82 91 / 0.7);
  }

  .sm\:text-zinc-600\/75{
    color: rgb(82 82 91 / 0.75);
  }

  .sm\:text-zinc-600\/80{
    color: rgb(82 82 91 / 0.8);
  }

  .sm\:text-zinc-600\/85{
    color: rgb(82 82 91 / 0.85);
  }

  .sm\:text-zinc-600\/90{
    color: rgb(82 82 91 / 0.9);
  }

  .sm\:text-zinc-600\/95{
    color: rgb(82 82 91 / 0.95);
  }

  .sm\:text-zinc-700{
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-700\/0{
    color: rgb(63 63 70 / 0);
  }

  .sm\:text-zinc-700\/10{
    color: rgb(63 63 70 / 0.1);
  }

  .sm\:text-zinc-700\/100{
    color: rgb(63 63 70 / 1);
  }

  .sm\:text-zinc-700\/15{
    color: rgb(63 63 70 / 0.15);
  }

  .sm\:text-zinc-700\/20{
    color: rgb(63 63 70 / 0.2);
  }

  .sm\:text-zinc-700\/25{
    color: rgb(63 63 70 / 0.25);
  }

  .sm\:text-zinc-700\/30{
    color: rgb(63 63 70 / 0.3);
  }

  .sm\:text-zinc-700\/35{
    color: rgb(63 63 70 / 0.35);
  }

  .sm\:text-zinc-700\/40{
    color: rgb(63 63 70 / 0.4);
  }

  .sm\:text-zinc-700\/45{
    color: rgb(63 63 70 / 0.45);
  }

  .sm\:text-zinc-700\/5{
    color: rgb(63 63 70 / 0.05);
  }

  .sm\:text-zinc-700\/50{
    color: rgb(63 63 70 / 0.5);
  }

  .sm\:text-zinc-700\/55{
    color: rgb(63 63 70 / 0.55);
  }

  .sm\:text-zinc-700\/60{
    color: rgb(63 63 70 / 0.6);
  }

  .sm\:text-zinc-700\/65{
    color: rgb(63 63 70 / 0.65);
  }

  .sm\:text-zinc-700\/70{
    color: rgb(63 63 70 / 0.7);
  }

  .sm\:text-zinc-700\/75{
    color: rgb(63 63 70 / 0.75);
  }

  .sm\:text-zinc-700\/80{
    color: rgb(63 63 70 / 0.8);
  }

  .sm\:text-zinc-700\/85{
    color: rgb(63 63 70 / 0.85);
  }

  .sm\:text-zinc-700\/90{
    color: rgb(63 63 70 / 0.9);
  }

  .sm\:text-zinc-700\/95{
    color: rgb(63 63 70 / 0.95);
  }

  .sm\:text-zinc-800{
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-800\/0{
    color: rgb(39 39 42 / 0);
  }

  .sm\:text-zinc-800\/10{
    color: rgb(39 39 42 / 0.1);
  }

  .sm\:text-zinc-800\/100{
    color: rgb(39 39 42 / 1);
  }

  .sm\:text-zinc-800\/15{
    color: rgb(39 39 42 / 0.15);
  }

  .sm\:text-zinc-800\/20{
    color: rgb(39 39 42 / 0.2);
  }

  .sm\:text-zinc-800\/25{
    color: rgb(39 39 42 / 0.25);
  }

  .sm\:text-zinc-800\/30{
    color: rgb(39 39 42 / 0.3);
  }

  .sm\:text-zinc-800\/35{
    color: rgb(39 39 42 / 0.35);
  }

  .sm\:text-zinc-800\/40{
    color: rgb(39 39 42 / 0.4);
  }

  .sm\:text-zinc-800\/45{
    color: rgb(39 39 42 / 0.45);
  }

  .sm\:text-zinc-800\/5{
    color: rgb(39 39 42 / 0.05);
  }

  .sm\:text-zinc-800\/50{
    color: rgb(39 39 42 / 0.5);
  }

  .sm\:text-zinc-800\/55{
    color: rgb(39 39 42 / 0.55);
  }

  .sm\:text-zinc-800\/60{
    color: rgb(39 39 42 / 0.6);
  }

  .sm\:text-zinc-800\/65{
    color: rgb(39 39 42 / 0.65);
  }

  .sm\:text-zinc-800\/70{
    color: rgb(39 39 42 / 0.7);
  }

  .sm\:text-zinc-800\/75{
    color: rgb(39 39 42 / 0.75);
  }

  .sm\:text-zinc-800\/80{
    color: rgb(39 39 42 / 0.8);
  }

  .sm\:text-zinc-800\/85{
    color: rgb(39 39 42 / 0.85);
  }

  .sm\:text-zinc-800\/90{
    color: rgb(39 39 42 / 0.9);
  }

  .sm\:text-zinc-800\/95{
    color: rgb(39 39 42 / 0.95);
  }

  .sm\:text-zinc-900{
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-900\/0{
    color: rgb(24 24 27 / 0);
  }

  .sm\:text-zinc-900\/10{
    color: rgb(24 24 27 / 0.1);
  }

  .sm\:text-zinc-900\/100{
    color: rgb(24 24 27 / 1);
  }

  .sm\:text-zinc-900\/15{
    color: rgb(24 24 27 / 0.15);
  }

  .sm\:text-zinc-900\/20{
    color: rgb(24 24 27 / 0.2);
  }

  .sm\:text-zinc-900\/25{
    color: rgb(24 24 27 / 0.25);
  }

  .sm\:text-zinc-900\/30{
    color: rgb(24 24 27 / 0.3);
  }

  .sm\:text-zinc-900\/35{
    color: rgb(24 24 27 / 0.35);
  }

  .sm\:text-zinc-900\/40{
    color: rgb(24 24 27 / 0.4);
  }

  .sm\:text-zinc-900\/45{
    color: rgb(24 24 27 / 0.45);
  }

  .sm\:text-zinc-900\/5{
    color: rgb(24 24 27 / 0.05);
  }

  .sm\:text-zinc-900\/50{
    color: rgb(24 24 27 / 0.5);
  }

  .sm\:text-zinc-900\/55{
    color: rgb(24 24 27 / 0.55);
  }

  .sm\:text-zinc-900\/60{
    color: rgb(24 24 27 / 0.6);
  }

  .sm\:text-zinc-900\/65{
    color: rgb(24 24 27 / 0.65);
  }

  .sm\:text-zinc-900\/70{
    color: rgb(24 24 27 / 0.7);
  }

  .sm\:text-zinc-900\/75{
    color: rgb(24 24 27 / 0.75);
  }

  .sm\:text-zinc-900\/80{
    color: rgb(24 24 27 / 0.8);
  }

  .sm\:text-zinc-900\/85{
    color: rgb(24 24 27 / 0.85);
  }

  .sm\:text-zinc-900\/90{
    color: rgb(24 24 27 / 0.9);
  }

  .sm\:text-zinc-900\/95{
    color: rgb(24 24 27 / 0.95);
  }

  .sm\:text-zinc-950{
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  }

  .sm\:text-zinc-950\/0{
    color: rgb(9 9 11 / 0);
  }

  .sm\:text-zinc-950\/10{
    color: rgb(9 9 11 / 0.1);
  }

  .sm\:text-zinc-950\/100{
    color: rgb(9 9 11 / 1);
  }

  .sm\:text-zinc-950\/15{
    color: rgb(9 9 11 / 0.15);
  }

  .sm\:text-zinc-950\/20{
    color: rgb(9 9 11 / 0.2);
  }

  .sm\:text-zinc-950\/25{
    color: rgb(9 9 11 / 0.25);
  }

  .sm\:text-zinc-950\/30{
    color: rgb(9 9 11 / 0.3);
  }

  .sm\:text-zinc-950\/35{
    color: rgb(9 9 11 / 0.35);
  }

  .sm\:text-zinc-950\/40{
    color: rgb(9 9 11 / 0.4);
  }

  .sm\:text-zinc-950\/45{
    color: rgb(9 9 11 / 0.45);
  }

  .sm\:text-zinc-950\/5{
    color: rgb(9 9 11 / 0.05);
  }

  .sm\:text-zinc-950\/50{
    color: rgb(9 9 11 / 0.5);
  }

  .sm\:text-zinc-950\/55{
    color: rgb(9 9 11 / 0.55);
  }

  .sm\:text-zinc-950\/60{
    color: rgb(9 9 11 / 0.6);
  }

  .sm\:text-zinc-950\/65{
    color: rgb(9 9 11 / 0.65);
  }

  .sm\:text-zinc-950\/70{
    color: rgb(9 9 11 / 0.7);
  }

  .sm\:text-zinc-950\/75{
    color: rgb(9 9 11 / 0.75);
  }

  .sm\:text-zinc-950\/80{
    color: rgb(9 9 11 / 0.8);
  }

  .sm\:text-zinc-950\/85{
    color: rgb(9 9 11 / 0.85);
  }

  .sm\:text-zinc-950\/90{
    color: rgb(9 9 11 / 0.9);
  }

  .sm\:text-zinc-950\/95{
    color: rgb(9 9 11 / 0.95);
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-45{
    --tw-text-opacity: 0.45;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-55{
    --tw-text-opacity: 0.55;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -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);
  }

  .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -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);
  }

  .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -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);
  }

  .sm\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .sm\: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);
  }

  .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .sm\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .sm\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .sm\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .sm\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .sm\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .sm\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (min-width: 768px){
  .md\:-bottom-0{
    bottom: -0px;
  }

  .md\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .md\:-bottom-1{
    bottom: -0.25rem;
  }

  .md\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .md\:-bottom-10{
    bottom: -2.5rem;
  }

  .md\:-bottom-11{
    bottom: -2.75rem;
  }

  .md\:-bottom-12{
    bottom: -3rem;
  }

  .md\:-bottom-14{
    bottom: -3.5rem;
  }

  .md\:-bottom-16{
    bottom: -4rem;
  }

  .md\:-bottom-2{
    bottom: -0.5rem;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .md\:-bottom-20{
    bottom: -5rem;
  }

  .md\:-bottom-24{
    bottom: -6rem;
  }

  .md\:-bottom-28{
    bottom: -7rem;
  }

  .md\:-bottom-3{
    bottom: -0.75rem;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .md\:-bottom-32{
    bottom: -8rem;
  }

  .md\:-bottom-36{
    bottom: -9rem;
  }

  .md\:-bottom-4{
    bottom: -1rem;
  }

  .md\:-bottom-40{
    bottom: -10rem;
  }

  .md\:-bottom-44{
    bottom: -11rem;
  }

  .md\:-bottom-48{
    bottom: -12rem;
  }

  .md\:-bottom-5{
    bottom: -1.25rem;
  }

  .md\:-bottom-52{
    bottom: -13rem;
  }

  .md\:-bottom-56{
    bottom: -14rem;
  }

  .md\:-bottom-6{
    bottom: -1.5rem;
  }

  .md\:-bottom-60{
    bottom: -15rem;
  }

  .md\:-bottom-64{
    bottom: -16rem;
  }

  .md\:-bottom-7{
    bottom: -1.75rem;
  }

  .md\:-bottom-72{
    bottom: -18rem;
  }

  .md\:-bottom-8{
    bottom: -2rem;
  }

  .md\:-bottom-80{
    bottom: -20rem;
  }

  .md\:-bottom-9{
    bottom: -2.25rem;
  }

  .md\:-bottom-96{
    bottom: -24rem;
  }

  .md\:-bottom-full{
    bottom: -100%;
  }

  .md\:-bottom-px{
    bottom: -1px;
  }

  .md\:-left-0{
    left: -0px;
  }

  .md\:-left-0\.5{
    left: -0.125rem;
  }

  .md\:-left-1{
    left: -0.25rem;
  }

  .md\:-left-1\.5{
    left: -0.375rem;
  }

  .md\:-left-1\/2{
    left: -50%;
  }

  .md\:-left-1\/3{
    left: -33.333333%;
  }

  .md\:-left-1\/4{
    left: -25%;
  }

  .md\:-left-10{
    left: -2.5rem;
  }

  .md\:-left-11{
    left: -2.75rem;
  }

  .md\:-left-12{
    left: -3rem;
  }

  .md\:-left-14{
    left: -3.5rem;
  }

  .md\:-left-16{
    left: -4rem;
  }

  .md\:-left-2{
    left: -0.5rem;
  }

  .md\:-left-2\.5{
    left: -0.625rem;
  }

  .md\:-left-2\/3{
    left: -66.666667%;
  }

  .md\:-left-2\/4{
    left: -50%;
  }

  .md\:-left-20{
    left: -5rem;
  }

  .md\:-left-24{
    left: -6rem;
  }

  .md\:-left-28{
    left: -7rem;
  }

  .md\:-left-3{
    left: -0.75rem;
  }

  .md\:-left-3\.5{
    left: -0.875rem;
  }

  .md\:-left-3\/4{
    left: -75%;
  }

  .md\:-left-32{
    left: -8rem;
  }

  .md\:-left-36{
    left: -9rem;
  }

  .md\:-left-4{
    left: -1rem;
  }

  .md\:-left-40{
    left: -10rem;
  }

  .md\:-left-44{
    left: -11rem;
  }

  .md\:-left-48{
    left: -12rem;
  }

  .md\:-left-5{
    left: -1.25rem;
  }

  .md\:-left-52{
    left: -13rem;
  }

  .md\:-left-56{
    left: -14rem;
  }

  .md\:-left-6{
    left: -1.5rem;
  }

  .md\:-left-60{
    left: -15rem;
  }

  .md\:-left-64{
    left: -16rem;
  }

  .md\:-left-7{
    left: -1.75rem;
  }

  .md\:-left-72{
    left: -18rem;
  }

  .md\:-left-8{
    left: -2rem;
  }

  .md\:-left-80{
    left: -20rem;
  }

  .md\:-left-9{
    left: -2.25rem;
  }

  .md\:-left-96{
    left: -24rem;
  }

  .md\:-left-full{
    left: -100%;
  }

  .md\:-left-px{
    left: -1px;
  }

  .md\:-right-0{
    right: -0px;
  }

  .md\:-right-0\.5{
    right: -0.125rem;
  }

  .md\:-right-1{
    right: -0.25rem;
  }

  .md\:-right-1\.5{
    right: -0.375rem;
  }

  .md\:-right-1\/2{
    right: -50%;
  }

  .md\:-right-1\/3{
    right: -33.333333%;
  }

  .md\:-right-1\/4{
    right: -25%;
  }

  .md\:-right-10{
    right: -2.5rem;
  }

  .md\:-right-11{
    right: -2.75rem;
  }

  .md\:-right-12{
    right: -3rem;
  }

  .md\:-right-14{
    right: -3.5rem;
  }

  .md\:-right-16{
    right: -4rem;
  }

  .md\:-right-2{
    right: -0.5rem;
  }

  .md\:-right-2\.5{
    right: -0.625rem;
  }

  .md\:-right-2\/3{
    right: -66.666667%;
  }

  .md\:-right-2\/4{
    right: -50%;
  }

  .md\:-right-20{
    right: -5rem;
  }

  .md\:-right-24{
    right: -6rem;
  }

  .md\:-right-28{
    right: -7rem;
  }

  .md\:-right-3{
    right: -0.75rem;
  }

  .md\:-right-3\.5{
    right: -0.875rem;
  }

  .md\:-right-3\/4{
    right: -75%;
  }

  .md\:-right-32{
    right: -8rem;
  }

  .md\:-right-36{
    right: -9rem;
  }

  .md\:-right-4{
    right: -1rem;
  }

  .md\:-right-40{
    right: -10rem;
  }

  .md\:-right-44{
    right: -11rem;
  }

  .md\:-right-48{
    right: -12rem;
  }

  .md\:-right-5{
    right: -1.25rem;
  }

  .md\:-right-52{
    right: -13rem;
  }

  .md\:-right-56{
    right: -14rem;
  }

  .md\:-right-6{
    right: -1.5rem;
  }

  .md\:-right-60{
    right: -15rem;
  }

  .md\:-right-64{
    right: -16rem;
  }

  .md\:-right-7{
    right: -1.75rem;
  }

  .md\:-right-72{
    right: -18rem;
  }

  .md\:-right-8{
    right: -2rem;
  }

  .md\:-right-80{
    right: -20rem;
  }

  .md\:-right-9{
    right: -2.25rem;
  }

  .md\:-right-96{
    right: -24rem;
  }

  .md\:-right-full{
    right: -100%;
  }

  .md\:-right-px{
    right: -1px;
  }

  .md\:-top-0{
    top: -0px;
  }

  .md\:-top-0\.5{
    top: -0.125rem;
  }

  .md\:-top-1{
    top: -0.25rem;
  }

  .md\:-top-1\.5{
    top: -0.375rem;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-top-10{
    top: -2.5rem;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-top-12{
    top: -3rem;
  }

  .md\:-top-14{
    top: -3.5rem;
  }

  .md\:-top-16{
    top: -4rem;
  }

  .md\:-top-2{
    top: -0.5rem;
  }

  .md\:-top-2\.5{
    top: -0.625rem;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-top-20{
    top: -5rem;
  }

  .md\:-top-24{
    top: -6rem;
  }

  .md\:-top-28{
    top: -7rem;
  }

  .md\:-top-3{
    top: -0.75rem;
  }

  .md\:-top-3\.5{
    top: -0.875rem;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-top-32{
    top: -8rem;
  }

  .md\:-top-36{
    top: -9rem;
  }

  .md\:-top-4{
    top: -1rem;
  }

  .md\:-top-40{
    top: -10rem;
  }

  .md\:-top-44{
    top: -11rem;
  }

  .md\:-top-48{
    top: -12rem;
  }

  .md\:-top-5{
    top: -1.25rem;
  }

  .md\:-top-52{
    top: -13rem;
  }

  .md\:-top-56{
    top: -14rem;
  }

  .md\:-top-6{
    top: -1.5rem;
  }

  .md\:-top-60{
    top: -15rem;
  }

  .md\:-top-64{
    top: -16rem;
  }

  .md\:-top-7{
    top: -1.75rem;
  }

  .md\:-top-72{
    top: -18rem;
  }

  .md\:-top-8{
    top: -2rem;
  }

  .md\:-top-80{
    top: -20rem;
  }

  .md\:-top-9{
    top: -2.25rem;
  }

  .md\:-top-96{
    top: -24rem;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .md\:bottom-1{
    bottom: 0.25rem;
  }

  .md\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:bottom-1\/4{
    bottom: 25%;
  }

  .md\:bottom-10{
    bottom: 2.5rem;
  }

  .md\:bottom-11{
    bottom: 2.75rem;
  }

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:bottom-14{
    bottom: 3.5rem;
  }

  .md\:bottom-16{
    bottom: 4rem;
  }

  .md\:bottom-2{
    bottom: 0.5rem;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:bottom-2\/4{
    bottom: 50%;
  }

  .md\:bottom-20{
    bottom: 5rem;
  }

  .md\:bottom-24{
    bottom: 6rem;
  }

  .md\:bottom-28{
    bottom: 7rem;
  }

  .md\:bottom-3{
    bottom: 0.75rem;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:bottom-32{
    bottom: 8rem;
  }

  .md\:bottom-36{
    bottom: 9rem;
  }

  .md\:bottom-4{
    bottom: 1rem;
  }

  .md\:bottom-40{
    bottom: 10rem;
  }

  .md\:bottom-44{
    bottom: 11rem;
  }

  .md\:bottom-48{
    bottom: 12rem;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

  .md\:bottom-52{
    bottom: 13rem;
  }

  .md\:bottom-56{
    bottom: 14rem;
  }

  .md\:bottom-6{
    bottom: 1.5rem;
  }

  .md\:bottom-60{
    bottom: 15rem;
  }

  .md\:bottom-64{
    bottom: 16rem;
  }

  .md\:bottom-7{
    bottom: 1.75rem;
  }

  .md\:bottom-72{
    bottom: 18rem;
  }

  .md\:bottom-8{
    bottom: 2rem;
  }

  .md\:bottom-80{
    bottom: 20rem;
  }

  .md\:bottom-9{
    bottom: 2.25rem;
  }

  .md\:bottom-96{
    bottom: 24rem;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:bottom-px{
    bottom: 1px;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-0\.5{
    left: 0.125rem;
  }

  .md\:left-1{
    left: 0.25rem;
  }

  .md\:left-1\.5{
    left: 0.375rem;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:left-1\/3{
    left: 33.333333%;
  }

  .md\:left-1\/4{
    left: 25%;
  }

  .md\:left-10{
    left: 2.5rem;
  }

  .md\:left-11{
    left: 2.75rem;
  }

  .md\:left-12{
    left: 3rem;
  }

  .md\:left-14{
    left: 3.5rem;
  }

  .md\:left-16{
    left: 4rem;
  }

  .md\:left-2{
    left: 0.5rem;
  }

  .md\:left-2\.5{
    left: 0.625rem;
  }

  .md\:left-2\/3{
    left: 66.666667%;
  }

  .md\:left-2\/4{
    left: 50%;
  }

  .md\:left-20{
    left: 5rem;
  }

  .md\:left-24{
    left: 6rem;
  }

  .md\:left-28{
    left: 7rem;
  }

  .md\:left-3{
    left: 0.75rem;
  }

  .md\:left-3\.5{
    left: 0.875rem;
  }

  .md\:left-3\/4{
    left: 75%;
  }

  .md\:left-32{
    left: 8rem;
  }

  .md\:left-36{
    left: 9rem;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:left-40{
    left: 10rem;
  }

  .md\:left-44{
    left: 11rem;
  }

  .md\:left-48{
    left: 12rem;
  }

  .md\:left-5{
    left: 1.25rem;
  }

  .md\:left-52{
    left: 13rem;
  }

  .md\:left-56{
    left: 14rem;
  }

  .md\:left-6{
    left: 1.5rem;
  }

  .md\:left-60{
    left: 15rem;
  }

  .md\:left-64{
    left: 16rem;
  }

  .md\:left-7{
    left: 1.75rem;
  }

  .md\:left-72{
    left: 18rem;
  }

  .md\:left-8{
    left: 2rem;
  }

  .md\:left-80{
    left: 20rem;
  }

  .md\:left-9{
    left: 2.25rem;
  }

  .md\:left-96{
    left: 24rem;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:left-px{
    left: 1px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:right-0\.5{
    right: 0.125rem;
  }

  .md\:right-1{
    right: 0.25rem;
  }

  .md\:right-1\.5{
    right: 0.375rem;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:right-1\/3{
    right: 33.333333%;
  }

  .md\:right-1\/4{
    right: 25%;
  }

  .md\:right-10{
    right: 2.5rem;
  }

  .md\:right-11{
    right: 2.75rem;
  }

  .md\:right-12{
    right: 3rem;
  }

  .md\:right-14{
    right: 3.5rem;
  }

  .md\:right-16{
    right: 4rem;
  }

  .md\:right-2{
    right: 0.5rem;
  }

  .md\:right-2\.5{
    right: 0.625rem;
  }

  .md\:right-2\/3{
    right: 66.666667%;
  }

  .md\:right-2\/4{
    right: 50%;
  }

  .md\:right-20{
    right: 5rem;
  }

  .md\:right-24{
    right: 6rem;
  }

  .md\:right-28{
    right: 7rem;
  }

  .md\:right-3{
    right: 0.75rem;
  }

  .md\:right-3\.5{
    right: 0.875rem;
  }

  .md\:right-3\/4{
    right: 75%;
  }

  .md\:right-32{
    right: 8rem;
  }

  .md\:right-36{
    right: 9rem;
  }

  .md\:right-4{
    right: 1rem;
  }

  .md\:right-40{
    right: 10rem;
  }

  .md\:right-44{
    right: 11rem;
  }

  .md\:right-48{
    right: 12rem;
  }

  .md\:right-5{
    right: 1.25rem;
  }

  .md\:right-52{
    right: 13rem;
  }

  .md\:right-56{
    right: 14rem;
  }

  .md\:right-6{
    right: 1.5rem;
  }

  .md\:right-60{
    right: 15rem;
  }

  .md\:right-64{
    right: 16rem;
  }

  .md\:right-7{
    right: 1.75rem;
  }

  .md\:right-72{
    right: 18rem;
  }

  .md\:right-8{
    right: 2rem;
  }

  .md\:right-80{
    right: 20rem;
  }

  .md\:right-9{
    right: 2.25rem;
  }

  .md\:right-96{
    right: 24rem;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:right-px{
    right: 1px;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-0\.5{
    top: 0.125rem;
  }

  .md\:top-1{
    top: 0.25rem;
  }

  .md\:top-1\.5{
    top: 0.375rem;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:top-10{
    top: 2.5rem;
  }

  .md\:top-11{
    top: 2.75rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  .md\:top-16{
    top: 4rem;
  }

  .md\:top-2{
    top: 0.5rem;
  }

  .md\:top-2\.5{
    top: 0.625rem;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:top-20{
    top: 5rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-28{
    top: 7rem;
  }

  .md\:top-3{
    top: 0.75rem;
  }

  .md\:top-3\.5{
    top: 0.875rem;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:top-36{
    top: 9rem;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:top-40{
    top: 10rem;
  }

  .md\:top-44{
    top: 11rem;
  }

  .md\:top-48{
    top: 12rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:top-52{
    top: 13rem;
  }

  .md\:top-56{
    top: 14rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

  .md\:top-60{
    top: 15rem;
  }

  .md\:top-64{
    top: 16rem;
  }

  .md\:top-7{
    top: 1.75rem;
  }

  .md\:top-72{
    top: 18rem;
  }

  .md\:top-8{
    top: 2rem;
  }

  .md\:top-80{
    top: 20rem;
  }

  .md\:top-9{
    top: 2.25rem;
  }

  .md\:top-96{
    top: 24rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .md\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:-mb-0{
    margin-bottom: -0px;
  }

  .md\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-mb-28{
    margin-bottom: -7rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-mb-36{
    margin-bottom: -9rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-mb-44{
    margin-bottom: -11rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-mb-52{
    margin-bottom: -13rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-60{
    margin-bottom: -15rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .md\:-mb-72{
    margin-bottom: -18rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-mb-80{
    margin-bottom: -20rem;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .md\:-mb-96{
    margin-bottom: -24rem;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-0{
    margin-left: -0px;
  }

  .md\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-ml-11{
    margin-left: -2.75rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-ml-14{
    margin-left: -3.5rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-ml-28{
    margin-left: -7rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-ml-36{
    margin-left: -9rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-ml-44{
    margin-left: -11rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-ml-52{
    margin-left: -13rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-ml-60{
    margin-left: -15rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-ml-7{
    margin-left: -1.75rem;
  }

  .md\:-ml-72{
    margin-left: -18rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-ml-80{
    margin-left: -20rem;
  }

  .md\:-ml-9{
    margin-left: -2.25rem;
  }

  .md\:-ml-96{
    margin-left: -24rem;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mr-0{
    margin-right: -0px;
  }

  .md\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mr-11{
    margin-right: -2.75rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mr-14{
    margin-right: -3.5rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mr-28{
    margin-right: -7rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mr-36{
    margin-right: -9rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mr-44{
    margin-right: -11rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mr-52{
    margin-right: -13rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mr-60{
    margin-right: -15rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mr-7{
    margin-right: -1.75rem;
  }

  .md\:-mr-72{
    margin-right: -18rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mr-80{
    margin-right: -20rem;
  }

  .md\:-mr-9{
    margin-right: -2.25rem;
  }

  .md\:-mr-96{
    margin-right: -24rem;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mt-0{
    margin-top: -0px;
  }

  .md\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mt-11{
    margin-top: -2.75rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mt-14{
    margin-top: -3.5rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mt-28{
    margin-top: -7rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mt-36{
    margin-top: -9rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mt-44{
    margin-top: -11rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mt-52{
    margin-top: -13rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mt-60{
    margin-top: -15rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mt-7{
    margin-top: -1.75rem;
  }

  .md\:-mt-72{
    margin-top: -18rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mt-80{
    margin-top: -20rem;
  }

  .md\:-mt-9{
    margin-top: -2.25rem;
  }

  .md\:-mt-96{
    margin-top: -24rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:mb-36{
    margin-bottom: 9rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:mb-44{
    margin-bottom: 11rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-52{
    margin-bottom: 13rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-60{
    margin-bottom: 15rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:mb-72{
    margin-bottom: 18rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-80{
    margin-bottom: 20rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:mb-96{
    margin-bottom: 24rem;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:ml-11{
    margin-left: 2.75rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-14{
    margin-left: 3.5rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:ml-28{
    margin-left: 7rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:ml-36{
    margin-left: 9rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:ml-44{
    margin-left: 11rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:ml-52{
    margin-left: 13rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-60{
    margin-left: 15rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:ml-7{
    margin-left: 1.75rem;
  }

  .md\:ml-72{
    margin-left: 18rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:ml-80{
    margin-left: 20rem;
  }

  .md\:ml-9{
    margin-left: 2.25rem;
  }

  .md\:ml-96{
    margin-left: 24rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-11{
    margin-right: 2.75rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-14{
    margin-right: 3.5rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mr-28{
    margin-right: 7rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mr-36{
    margin-right: 9rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mr-44{
    margin-right: 11rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-52{
    margin-right: 13rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mr-60{
    margin-right: 15rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mr-7{
    margin-right: 1.75rem;
  }

  .md\:mr-72{
    margin-right: 18rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mr-80{
    margin-right: 20rem;
  }

  .md\:mr-9{
    margin-right: 2.25rem;
  }

  .md\:mr-96{
    margin-right: 24rem;
  }

  .md\:mr-\[unset\]{
    margin-right: unset;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mt-36{
    margin-top: 9rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mt-44{
    margin-top: 11rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-52{
    margin-top: 13rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-60{
    margin-top: 15rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mt-72{
    margin-top: 18rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-80{
    margin-top: 20rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mt-96{
    margin-top: 24rem;
  }

  .md\:mt-\[7px\]{
    margin-top: 7px;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:max-h-0{
    max-height: 0px;
  }

  .md\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .md\:max-h-1{
    max-height: 0.25rem;
  }

  .md\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .md\:max-h-10{
    max-height: 2.5rem;
  }

  .md\:max-h-11{
    max-height: 2.75rem;
  }

  .md\:max-h-12{
    max-height: 3rem;
  }

  .md\:max-h-14{
    max-height: 3.5rem;
  }

  .md\:max-h-16{
    max-height: 4rem;
  }

  .md\:max-h-2{
    max-height: 0.5rem;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .md\:max-h-20{
    max-height: 5rem;
  }

  .md\:max-h-24{
    max-height: 6rem;
  }

  .md\:max-h-28{
    max-height: 7rem;
  }

  .md\:max-h-3{
    max-height: 0.75rem;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .md\:max-h-32{
    max-height: 8rem;
  }

  .md\:max-h-36{
    max-height: 9rem;
  }

  .md\:max-h-4{
    max-height: 1rem;
  }

  .md\:max-h-40{
    max-height: 10rem;
  }

  .md\:max-h-44{
    max-height: 11rem;
  }

  .md\:max-h-48{
    max-height: 12rem;
  }

  .md\:max-h-5{
    max-height: 1.25rem;
  }

  .md\:max-h-52{
    max-height: 13rem;
  }

  .md\:max-h-56{
    max-height: 14rem;
  }

  .md\:max-h-6{
    max-height: 1.5rem;
  }

  .md\:max-h-60{
    max-height: 15rem;
  }

  .md\:max-h-64{
    max-height: 16rem;
  }

  .md\:max-h-7{
    max-height: 1.75rem;
  }

  .md\:max-h-72{
    max-height: 18rem;
  }

  .md\:max-h-8{
    max-height: 2rem;
  }

  .md\:max-h-80{
    max-height: 20rem;
  }

  .md\:max-h-9{
    max-height: 2.25rem;
  }

  .md\:max-h-96{
    max-height: 24rem;
  }

  .md\:max-h-\[720px\]{
    max-height: 720px;
  }

  .md\:max-h-\[unset\]{
    max-height: unset;
  }

  .md\:max-h-dvh{
    max-height: 100dvh;
  }

  .md\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-lvh{
    max-height: 100lvh;
  }

  .md\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:max-h-min{
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .md\:max-h-none{
    max-height: none;
  }

  .md\:max-h-px{
    max-height: 1px;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-h-svh{
    max-height: 100svh;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-0\.5{
    min-height: 0.125rem;
  }

  .md\:min-h-1{
    min-height: 0.25rem;
  }

  .md\:min-h-1\.5{
    min-height: 0.375rem;
  }

  .md\:min-h-10{
    min-height: 2.5rem;
  }

  .md\:min-h-11{
    min-height: 2.75rem;
  }

  .md\:min-h-12{
    min-height: 3rem;
  }

  .md\:min-h-14{
    min-height: 3.5rem;
  }

  .md\:min-h-16{
    min-height: 4rem;
  }

  .md\:min-h-2{
    min-height: 0.5rem;
  }

  .md\:min-h-2\.5{
    min-height: 0.625rem;
  }

  .md\:min-h-20{
    min-height: 5rem;
  }

  .md\:min-h-24{
    min-height: 6rem;
  }

  .md\:min-h-28{
    min-height: 7rem;
  }

  .md\:min-h-3{
    min-height: 0.75rem;
  }

  .md\:min-h-3\.5{
    min-height: 0.875rem;
  }

  .md\:min-h-32{
    min-height: 8rem;
  }

  .md\:min-h-36{
    min-height: 9rem;
  }

  .md\:min-h-4{
    min-height: 1rem;
  }

  .md\:min-h-40{
    min-height: 10rem;
  }

  .md\:min-h-44{
    min-height: 11rem;
  }

  .md\:min-h-48{
    min-height: 12rem;
  }

  .md\:min-h-5{
    min-height: 1.25rem;
  }

  .md\:min-h-52{
    min-height: 13rem;
  }

  .md\:min-h-56{
    min-height: 14rem;
  }

  .md\:min-h-6{
    min-height: 1.5rem;
  }

  .md\:min-h-60{
    min-height: 15rem;
  }

  .md\:min-h-64{
    min-height: 16rem;
  }

  .md\:min-h-7{
    min-height: 1.75rem;
  }

  .md\:min-h-72{
    min-height: 18rem;
  }

  .md\:min-h-8{
    min-height: 2rem;
  }

  .md\:min-h-80{
    min-height: 20rem;
  }

  .md\:min-h-9{
    min-height: 2.25rem;
  }

  .md\:min-h-96{
    min-height: 24rem;
  }

  .md\:min-h-\[720px\]{
    min-height: 720px;
  }

  .md\:min-h-dvh{
    min-height: 100dvh;
  }

  .md\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-lvh{
    min-height: 100lvh;
  }

  .md\:min-h-max{
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .md\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .md\:min-h-px{
    min-height: 1px;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-h-svh{
    min-height: 100svh;
  }

  .md\:w-\[calc\(33\.333\%_-_15\.5px\)\]{
    width: calc(33.333% - 15.5px);
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:min-w-0\.5{
    min-width: 0.125rem;
  }

  .md\:min-w-1{
    min-width: 0.25rem;
  }

  .md\:min-w-1\.5{
    min-width: 0.375rem;
  }

  .md\:min-w-10{
    min-width: 2.5rem;
  }

  .md\:min-w-11{
    min-width: 2.75rem;
  }

  .md\:min-w-12{
    min-width: 3rem;
  }

  .md\:min-w-14{
    min-width: 3.5rem;
  }

  .md\:min-w-16{
    min-width: 4rem;
  }

  .md\:min-w-2{
    min-width: 0.5rem;
  }

  .md\:min-w-2\.5{
    min-width: 0.625rem;
  }

  .md\:min-w-20{
    min-width: 5rem;
  }

  .md\:min-w-24{
    min-width: 6rem;
  }

  .md\:min-w-28{
    min-width: 7rem;
  }

  .md\:min-w-3{
    min-width: 0.75rem;
  }

  .md\:min-w-3\.5{
    min-width: 0.875rem;
  }

  .md\:min-w-32{
    min-width: 8rem;
  }

  .md\:min-w-36{
    min-width: 9rem;
  }

  .md\:min-w-4{
    min-width: 1rem;
  }

  .md\:min-w-40{
    min-width: 10rem;
  }

  .md\:min-w-44{
    min-width: 11rem;
  }

  .md\:min-w-48{
    min-width: 12rem;
  }

  .md\:min-w-5{
    min-width: 1.25rem;
  }

  .md\:min-w-52{
    min-width: 13rem;
  }

  .md\:min-w-56{
    min-width: 14rem;
  }

  .md\:min-w-6{
    min-width: 1.5rem;
  }

  .md\:min-w-60{
    min-width: 15rem;
  }

  .md\:min-w-64{
    min-width: 16rem;
  }

  .md\:min-w-7{
    min-width: 1.75rem;
  }

  .md\:min-w-72{
    min-width: 18rem;
  }

  .md\:min-w-8{
    min-width: 2rem;
  }

  .md\:min-w-80{
    min-width: 20rem;
  }

  .md\:min-w-9{
    min-width: 2.25rem;
  }

  .md\:min-w-96{
    min-width: 24rem;
  }

  .md\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-px{
    min-width: 1px;
  }

  .md\:max-w-0{
    max-width: 0px;
  }

  .md\:max-w-0\.5{
    max-width: 0.125rem;
  }

  .md\:max-w-1{
    max-width: 0.25rem;
  }

  .md\:max-w-1\.5{
    max-width: 0.375rem;
  }

  .md\:max-w-10{
    max-width: 2.5rem;
  }

  .md\:max-w-11{
    max-width: 2.75rem;
  }

  .md\:max-w-12{
    max-width: 3rem;
  }

  .md\:max-w-14{
    max-width: 3.5rem;
  }

  .md\:max-w-16{
    max-width: 4rem;
  }

  .md\:max-w-2{
    max-width: 0.5rem;
  }

  .md\:max-w-2\.5{
    max-width: 0.625rem;
  }

  .md\:max-w-20{
    max-width: 5rem;
  }

  .md\:max-w-24{
    max-width: 6rem;
  }

  .md\:max-w-28{
    max-width: 7rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3{
    max-width: 0.75rem;
  }

  .md\:max-w-3\.5{
    max-width: 0.875rem;
  }

  .md\:max-w-32{
    max-width: 8rem;
  }

  .md\:max-w-36{
    max-width: 9rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4{
    max-width: 1rem;
  }

  .md\:max-w-40{
    max-width: 10rem;
  }

  .md\:max-w-44{
    max-width: 11rem;
  }

  .md\:max-w-48{
    max-width: 12rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5{
    max-width: 1.25rem;
  }

  .md\:max-w-52{
    max-width: 13rem;
  }

  .md\:max-w-56{
    max-width: 14rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6{
    max-width: 1.5rem;
  }

  .md\:max-w-60{
    max-width: 15rem;
  }

  .md\:max-w-64{
    max-width: 16rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-7{
    max-width: 1.75rem;
  }

  .md\:max-w-72{
    max-width: 18rem;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

  .md\:max-w-8{
    max-width: 2rem;
  }

  .md\:max-w-80{
    max-width: 20rem;
  }

  .md\:max-w-9{
    max-width: 2.25rem;
  }

  .md\:max-w-96{
    max-width: 24rem;
  }

  .md\:max-w-\[456px\]{
    max-width: 456px;
  }

  .md\:max-w-\[unset\]{
    max-width: unset;
  }

  .md\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-prose{
    max-width: 65ch;
  }

  .md\:max-w-px{
    max-width: 1px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-sm{
    max-width: 375px;
  }

  .md\:max-w-screen-xl{
    max-width: 1200px;
  }

  .md\:max-w-screen-xxl{
    max-width: 1300px;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:cursor-context-menu{
    cursor: context-menu;
  }

  .md\:snap-none{
    scroll-snap-type: none;
  }

  .md\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .md\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .md\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .md\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .md\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .md\:snap-start{
    scroll-snap-align: start;
  }

  .md\:snap-end{
    scroll-snap-align: end;
  }

  .md\:snap-center{
    scroll-snap-align: center;
  }

  .md\:snap-align-none{
    scroll-snap-align: none;
  }

  .md\:snap-normal{
    scroll-snap-stop: normal;
  }

  .md\:snap-always{
    scroll-snap-stop: always;
  }

  .md\:-scroll-mx-0{
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mx-0\.5{
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mx-1{
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .md\:-scroll-mx-1\.5{
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mx-10{
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mx-11{
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .md\:-scroll-mx-12{
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mx-14{
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .md\:-scroll-mx-16{
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .md\:-scroll-mx-2{
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .md\:-scroll-mx-2\.5{
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mx-20{
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mx-24{
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mx-28{
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mx-3{
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .md\:-scroll-mx-3\.5{
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mx-32{
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .md\:-scroll-mx-36{
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .md\:-scroll-mx-4{
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .md\:-scroll-mx-40{
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mx-44{
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mx-48{
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mx-5{
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .md\:-scroll-mx-52{
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .md\:-scroll-mx-56{
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .md\:-scroll-mx-6{
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mx-60{
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mx-64{
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mx-7{
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mx-72{
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .md\:-scroll-mx-8{
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mx-80{
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-mx-9{
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mx-96{
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .md\:-scroll-mx-px{
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .md\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .md\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .md\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .md\:scroll-mx-0{
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .md\:scroll-mx-0\.5{
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .md\:scroll-mx-1{
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .md\:scroll-mx-1\.5{
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .md\:scroll-mx-10{
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mx-11{
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .md\:scroll-mx-12{
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mx-14{
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .md\:scroll-mx-16{
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .md\:scroll-mx-2{
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .md\:scroll-mx-2\.5{
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mx-20{
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mx-24{
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mx-28{
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mx-3{
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .md\:scroll-mx-3\.5{
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .md\:scroll-mx-32{
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .md\:scroll-mx-36{
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .md\:scroll-mx-4{
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .md\:scroll-mx-40{
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mx-44{
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mx-48{
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mx-5{
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .md\:scroll-mx-52{
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .md\:scroll-mx-56{
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .md\:scroll-mx-6{
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mx-60{
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mx-64{
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mx-7{
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .md\:scroll-mx-72{
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .md\:scroll-mx-8{
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mx-80{
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .md\:scroll-mx-9{
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .md\:scroll-mx-96{
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .md\:scroll-mx-px{
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .md\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .md\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .md\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .md\:-scroll-mb-0{
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-mb-0\.5{
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-mb-1{
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-mb-1\.5{
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-mb-10{
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-mb-11{
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-mb-14{
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-mb-2{
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-mb-2\.5{
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-mb-24{
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-mb-28{
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-mb-3{
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-mb-3\.5{
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-mb-36{
    scroll-margin-bottom: -9rem;
  }

  .md\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }

  .md\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-mb-5{
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-mb-52{
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-mb-56{
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-mb-6{
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-mb-60{
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-mb-64{
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-mb-7{
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-mb-72{
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-mb-9{
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-mb-96{
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-mb-px{
    scroll-margin-bottom: -1px;
  }

  .md\:-scroll-ml-0{
    scroll-margin-left: -0px;
  }

  .md\:-scroll-ml-0\.5{
    scroll-margin-left: -0.125rem;
  }

  .md\:-scroll-ml-1{
    scroll-margin-left: -0.25rem;
  }

  .md\:-scroll-ml-1\.5{
    scroll-margin-left: -0.375rem;
  }

  .md\:-scroll-ml-10{
    scroll-margin-left: -2.5rem;
  }

  .md\:-scroll-ml-11{
    scroll-margin-left: -2.75rem;
  }

  .md\:-scroll-ml-12{
    scroll-margin-left: -3rem;
  }

  .md\:-scroll-ml-14{
    scroll-margin-left: -3.5rem;
  }

  .md\:-scroll-ml-16{
    scroll-margin-left: -4rem;
  }

  .md\:-scroll-ml-2{
    scroll-margin-left: -0.5rem;
  }

  .md\:-scroll-ml-2\.5{
    scroll-margin-left: -0.625rem;
  }

  .md\:-scroll-ml-20{
    scroll-margin-left: -5rem;
  }

  .md\:-scroll-ml-24{
    scroll-margin-left: -6rem;
  }

  .md\:-scroll-ml-28{
    scroll-margin-left: -7rem;
  }

  .md\:-scroll-ml-3{
    scroll-margin-left: -0.75rem;
  }

  .md\:-scroll-ml-3\.5{
    scroll-margin-left: -0.875rem;
  }

  .md\:-scroll-ml-32{
    scroll-margin-left: -8rem;
  }

  .md\:-scroll-ml-36{
    scroll-margin-left: -9rem;
  }

  .md\:-scroll-ml-4{
    scroll-margin-left: -1rem;
  }

  .md\:-scroll-ml-40{
    scroll-margin-left: -10rem;
  }

  .md\:-scroll-ml-44{
    scroll-margin-left: -11rem;
  }

  .md\:-scroll-ml-48{
    scroll-margin-left: -12rem;
  }

  .md\:-scroll-ml-5{
    scroll-margin-left: -1.25rem;
  }

  .md\:-scroll-ml-52{
    scroll-margin-left: -13rem;
  }

  .md\:-scroll-ml-56{
    scroll-margin-left: -14rem;
  }

  .md\:-scroll-ml-6{
    scroll-margin-left: -1.5rem;
  }

  .md\:-scroll-ml-60{
    scroll-margin-left: -15rem;
  }

  .md\:-scroll-ml-64{
    scroll-margin-left: -16rem;
  }

  .md\:-scroll-ml-7{
    scroll-margin-left: -1.75rem;
  }

  .md\:-scroll-ml-72{
    scroll-margin-left: -18rem;
  }

  .md\:-scroll-ml-8{
    scroll-margin-left: -2rem;
  }

  .md\:-scroll-ml-80{
    scroll-margin-left: -20rem;
  }

  .md\:-scroll-ml-9{
    scroll-margin-left: -2.25rem;
  }

  .md\:-scroll-ml-96{
    scroll-margin-left: -24rem;
  }

  .md\:-scroll-ml-px{
    scroll-margin-left: -1px;
  }

  .md\:-scroll-mr-0{
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mr-0\.5{
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mr-1{
    scroll-margin-right: -0.25rem;
  }

  .md\:-scroll-mr-1\.5{
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mr-10{
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mr-11{
    scroll-margin-right: -2.75rem;
  }

  .md\:-scroll-mr-12{
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mr-14{
    scroll-margin-right: -3.5rem;
  }

  .md\:-scroll-mr-16{
    scroll-margin-right: -4rem;
  }

  .md\:-scroll-mr-2{
    scroll-margin-right: -0.5rem;
  }

  .md\:-scroll-mr-2\.5{
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mr-20{
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mr-24{
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mr-28{
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mr-3{
    scroll-margin-right: -0.75rem;
  }

  .md\:-scroll-mr-3\.5{
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mr-32{
    scroll-margin-right: -8rem;
  }

  .md\:-scroll-mr-36{
    scroll-margin-right: -9rem;
  }

  .md\:-scroll-mr-4{
    scroll-margin-right: -1rem;
  }

  .md\:-scroll-mr-40{
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mr-44{
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mr-48{
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mr-5{
    scroll-margin-right: -1.25rem;
  }

  .md\:-scroll-mr-52{
    scroll-margin-right: -13rem;
  }

  .md\:-scroll-mr-56{
    scroll-margin-right: -14rem;
  }

  .md\:-scroll-mr-6{
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mr-60{
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mr-64{
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mr-7{
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mr-72{
    scroll-margin-right: -18rem;
  }

  .md\:-scroll-mr-8{
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mr-80{
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-mr-9{
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mr-96{
    scroll-margin-right: -24rem;
  }

  .md\:-scroll-mr-px{
    scroll-margin-right: -1px;
  }

  .md\:-scroll-mt-0{
    scroll-margin-top: -0px;
  }

  .md\:-scroll-mt-0\.5{
    scroll-margin-top: -0.125rem;
  }

  .md\:-scroll-mt-1{
    scroll-margin-top: -0.25rem;
  }

  .md\:-scroll-mt-1\.5{
    scroll-margin-top: -0.375rem;
  }

  .md\:-scroll-mt-10{
    scroll-margin-top: -2.5rem;
  }

  .md\:-scroll-mt-11{
    scroll-margin-top: -2.75rem;
  }

  .md\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }

  .md\:-scroll-mt-14{
    scroll-margin-top: -3.5rem;
  }

  .md\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }

  .md\:-scroll-mt-2{
    scroll-margin-top: -0.5rem;
  }

  .md\:-scroll-mt-2\.5{
    scroll-margin-top: -0.625rem;
  }

  .md\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }

  .md\:-scroll-mt-24{
    scroll-margin-top: -6rem;
  }

  .md\:-scroll-mt-28{
    scroll-margin-top: -7rem;
  }

  .md\:-scroll-mt-3{
    scroll-margin-top: -0.75rem;
  }

  .md\:-scroll-mt-3\.5{
    scroll-margin-top: -0.875rem;
  }

  .md\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }

  .md\:-scroll-mt-36{
    scroll-margin-top: -9rem;
  }

  .md\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }

  .md\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }

  .md\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }

  .md\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }

  .md\:-scroll-mt-5{
    scroll-margin-top: -1.25rem;
  }

  .md\:-scroll-mt-52{
    scroll-margin-top: -13rem;
  }

  .md\:-scroll-mt-56{
    scroll-margin-top: -14rem;
  }

  .md\:-scroll-mt-6{
    scroll-margin-top: -1.5rem;
  }

  .md\:-scroll-mt-60{
    scroll-margin-top: -15rem;
  }

  .md\:-scroll-mt-64{
    scroll-margin-top: -16rem;
  }

  .md\:-scroll-mt-7{
    scroll-margin-top: -1.75rem;
  }

  .md\:-scroll-mt-72{
    scroll-margin-top: -18rem;
  }

  .md\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }

  .md\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }

  .md\:-scroll-mt-9{
    scroll-margin-top: -2.25rem;
  }

  .md\:-scroll-mt-96{
    scroll-margin-top: -24rem;
  }

  .md\:-scroll-mt-px{
    scroll-margin-top: -1px;
  }

  .md\:scroll-mb-0{
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-mb-0\.5{
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-mb-1{
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-mb-1\.5{
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-mb-10{
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-mb-11{
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-mb-14{
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-mb-2{
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-mb-2\.5{
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-mb-24{
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-mb-28{
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-mb-3{
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-mb-3\.5{
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-mb-36{
    scroll-margin-bottom: 9rem;
  }

  .md\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }

  .md\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-mb-5{
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-mb-52{
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-mb-56{
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-mb-6{
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-mb-60{
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-mb-64{
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-mb-7{
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-mb-72{
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-mb-9{
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-mb-96{
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-mb-px{
    scroll-margin-bottom: 1px;
  }

  .md\:scroll-ml-0{
    scroll-margin-left: 0px;
  }

  .md\:scroll-ml-0\.5{
    scroll-margin-left: 0.125rem;
  }

  .md\:scroll-ml-1{
    scroll-margin-left: 0.25rem;
  }

  .md\:scroll-ml-1\.5{
    scroll-margin-left: 0.375rem;
  }

  .md\:scroll-ml-10{
    scroll-margin-left: 2.5rem;
  }

  .md\:scroll-ml-11{
    scroll-margin-left: 2.75rem;
  }

  .md\:scroll-ml-12{
    scroll-margin-left: 3rem;
  }

  .md\:scroll-ml-14{
    scroll-margin-left: 3.5rem;
  }

  .md\:scroll-ml-16{
    scroll-margin-left: 4rem;
  }

  .md\:scroll-ml-2{
    scroll-margin-left: 0.5rem;
  }

  .md\:scroll-ml-2\.5{
    scroll-margin-left: 0.625rem;
  }

  .md\:scroll-ml-20{
    scroll-margin-left: 5rem;
  }

  .md\:scroll-ml-24{
    scroll-margin-left: 6rem;
  }

  .md\:scroll-ml-28{
    scroll-margin-left: 7rem;
  }

  .md\:scroll-ml-3{
    scroll-margin-left: 0.75rem;
  }

  .md\:scroll-ml-3\.5{
    scroll-margin-left: 0.875rem;
  }

  .md\:scroll-ml-32{
    scroll-margin-left: 8rem;
  }

  .md\:scroll-ml-36{
    scroll-margin-left: 9rem;
  }

  .md\:scroll-ml-4{
    scroll-margin-left: 1rem;
  }

  .md\:scroll-ml-40{
    scroll-margin-left: 10rem;
  }

  .md\:scroll-ml-44{
    scroll-margin-left: 11rem;
  }

  .md\:scroll-ml-48{
    scroll-margin-left: 12rem;
  }

  .md\:scroll-ml-5{
    scroll-margin-left: 1.25rem;
  }

  .md\:scroll-ml-52{
    scroll-margin-left: 13rem;
  }

  .md\:scroll-ml-56{
    scroll-margin-left: 14rem;
  }

  .md\:scroll-ml-6{
    scroll-margin-left: 1.5rem;
  }

  .md\:scroll-ml-60{
    scroll-margin-left: 15rem;
  }

  .md\:scroll-ml-64{
    scroll-margin-left: 16rem;
  }

  .md\:scroll-ml-7{
    scroll-margin-left: 1.75rem;
  }

  .md\:scroll-ml-72{
    scroll-margin-left: 18rem;
  }

  .md\:scroll-ml-8{
    scroll-margin-left: 2rem;
  }

  .md\:scroll-ml-80{
    scroll-margin-left: 20rem;
  }

  .md\:scroll-ml-9{
    scroll-margin-left: 2.25rem;
  }

  .md\:scroll-ml-96{
    scroll-margin-left: 24rem;
  }

  .md\:scroll-ml-px{
    scroll-margin-left: 1px;
  }

  .md\:scroll-mr-0{
    scroll-margin-right: 0px;
  }

  .md\:scroll-mr-0\.5{
    scroll-margin-right: 0.125rem;
  }

  .md\:scroll-mr-1{
    scroll-margin-right: 0.25rem;
  }

  .md\:scroll-mr-1\.5{
    scroll-margin-right: 0.375rem;
  }

  .md\:scroll-mr-10{
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mr-11{
    scroll-margin-right: 2.75rem;
  }

  .md\:scroll-mr-12{
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mr-14{
    scroll-margin-right: 3.5rem;
  }

  .md\:scroll-mr-16{
    scroll-margin-right: 4rem;
  }

  .md\:scroll-mr-2{
    scroll-margin-right: 0.5rem;
  }

  .md\:scroll-mr-2\.5{
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mr-20{
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mr-24{
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mr-28{
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mr-3{
    scroll-margin-right: 0.75rem;
  }

  .md\:scroll-mr-3\.5{
    scroll-margin-right: 0.875rem;
  }

  .md\:scroll-mr-32{
    scroll-margin-right: 8rem;
  }

  .md\:scroll-mr-36{
    scroll-margin-right: 9rem;
  }

  .md\:scroll-mr-4{
    scroll-margin-right: 1rem;
  }

  .md\:scroll-mr-40{
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mr-44{
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mr-48{
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mr-5{
    scroll-margin-right: 1.25rem;
  }

  .md\:scroll-mr-52{
    scroll-margin-right: 13rem;
  }

  .md\:scroll-mr-56{
    scroll-margin-right: 14rem;
  }

  .md\:scroll-mr-6{
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mr-60{
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mr-64{
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mr-7{
    scroll-margin-right: 1.75rem;
  }

  .md\:scroll-mr-72{
    scroll-margin-right: 18rem;
  }

  .md\:scroll-mr-8{
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mr-80{
    scroll-margin-right: 20rem;
  }

  .md\:scroll-mr-9{
    scroll-margin-right: 2.25rem;
  }

  .md\:scroll-mr-96{
    scroll-margin-right: 24rem;
  }

  .md\:scroll-mr-px{
    scroll-margin-right: 1px;
  }

  .md\:scroll-mt-0{
    scroll-margin-top: 0px;
  }

  .md\:scroll-mt-0\.5{
    scroll-margin-top: 0.125rem;
  }

  .md\:scroll-mt-1{
    scroll-margin-top: 0.25rem;
  }

  .md\:scroll-mt-1\.5{
    scroll-margin-top: 0.375rem;
  }

  .md\:scroll-mt-10{
    scroll-margin-top: 2.5rem;
  }

  .md\:scroll-mt-11{
    scroll-margin-top: 2.75rem;
  }

  .md\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }

  .md\:scroll-mt-14{
    scroll-margin-top: 3.5rem;
  }

  .md\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }

  .md\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }

  .md\:scroll-mt-2\.5{
    scroll-margin-top: 0.625rem;
  }

  .md\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }

  .md\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

  .md\:scroll-mt-28{
    scroll-margin-top: 7rem;
  }

  .md\:scroll-mt-3{
    scroll-margin-top: 0.75rem;
  }

  .md\:scroll-mt-3\.5{
    scroll-margin-top: 0.875rem;
  }

  .md\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }

  .md\:scroll-mt-36{
    scroll-margin-top: 9rem;
  }

  .md\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }

  .md\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }

  .md\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }

  .md\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }

  .md\:scroll-mt-5{
    scroll-margin-top: 1.25rem;
  }

  .md\:scroll-mt-52{
    scroll-margin-top: 13rem;
  }

  .md\:scroll-mt-56{
    scroll-margin-top: 14rem;
  }

  .md\:scroll-mt-6{
    scroll-margin-top: 1.5rem;
  }

  .md\:scroll-mt-60{
    scroll-margin-top: 15rem;
  }

  .md\:scroll-mt-64{
    scroll-margin-top: 16rem;
  }

  .md\:scroll-mt-7{
    scroll-margin-top: 1.75rem;
  }

  .md\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .md\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }

  .md\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }

  .md\:scroll-mt-9{
    scroll-margin-top: 2.25rem;
  }

  .md\:scroll-mt-96{
    scroll-margin-top: 24rem;
  }

  .md\:scroll-mt-px{
    scroll-margin-top: 1px;
  }

  .md\:scroll-p-0{
    scroll-padding: 0px;
  }

  .md\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .md\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .md\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .md\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .md\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .md\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .md\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .md\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .md\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .md\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .md\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .md\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .md\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .md\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .md\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .md\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .md\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .md\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .md\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .md\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .md\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .md\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .md\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .md\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .md\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .md\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .md\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .md\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .md\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .md\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .md\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .md\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .md\:scroll-p-px{
    scroll-padding: 1px;
  }

  .md\:scroll-px-0{
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .md\:scroll-px-0\.5{
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-px-1{
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .md\:scroll-px-1\.5{
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .md\:scroll-px-10{
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-px-11{
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .md\:scroll-px-12{
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .md\:scroll-px-14{
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .md\:scroll-px-16{
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .md\:scroll-px-2{
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-px-2\.5{
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-px-20{
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .md\:scroll-px-24{
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .md\:scroll-px-28{
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .md\:scroll-px-3{
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .md\:scroll-px-3\.5{
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .md\:scroll-px-32{
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .md\:scroll-px-36{
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .md\:scroll-px-4{
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .md\:scroll-px-40{
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .md\:scroll-px-44{
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .md\:scroll-px-48{
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .md\:scroll-px-5{
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-px-52{
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .md\:scroll-px-56{
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .md\:scroll-px-6{
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-px-60{
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .md\:scroll-px-64{
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .md\:scroll-px-7{
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-px-72{
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .md\:scroll-px-8{
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .md\:scroll-px-80{
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .md\:scroll-px-9{
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .md\:scroll-px-96{
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .md\:scroll-px-px{
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .md\:scroll-py-0{
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .md\:scroll-py-0\.5{
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .md\:scroll-py-1{
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .md\:scroll-py-1\.5{
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .md\:scroll-py-10{
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-py-11{
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .md\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-py-14{
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .md\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-py-2{
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-py-2\.5{
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-py-24{
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-py-28{
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-py-3{
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .md\:scroll-py-3\.5{
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .md\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-py-36{
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .md\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-py-5{
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .md\:scroll-py-52{
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .md\:scroll-py-56{
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .md\:scroll-py-6{
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-py-60{
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-py-64{
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-py-7{
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .md\:scroll-py-72{
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .md\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-py-9{
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .md\:scroll-py-96{
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .md\:scroll-py-px{
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .md\:scroll-pb-0{
    scroll-padding-bottom: 0px;
  }

  .md\:scroll-pb-0\.5{
    scroll-padding-bottom: 0.125rem;
  }

  .md\:scroll-pb-1{
    scroll-padding-bottom: 0.25rem;
  }

  .md\:scroll-pb-1\.5{
    scroll-padding-bottom: 0.375rem;
  }

  .md\:scroll-pb-10{
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-pb-11{
    scroll-padding-bottom: 2.75rem;
  }

  .md\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-pb-14{
    scroll-padding-bottom: 3.5rem;
  }

  .md\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-pb-2{
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-pb-2\.5{
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-pb-24{
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-pb-28{
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-pb-3{
    scroll-padding-bottom: 0.75rem;
  }

  .md\:scroll-pb-3\.5{
    scroll-padding-bottom: 0.875rem;
  }

  .md\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-pb-36{
    scroll-padding-bottom: 9rem;
  }

  .md\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-pb-5{
    scroll-padding-bottom: 1.25rem;
  }

  .md\:scroll-pb-52{
    scroll-padding-bottom: 13rem;
  }

  .md\:scroll-pb-56{
    scroll-padding-bottom: 14rem;
  }

  .md\:scroll-pb-6{
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-pb-60{
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-pb-64{
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-pb-7{
    scroll-padding-bottom: 1.75rem;
  }

  .md\:scroll-pb-72{
    scroll-padding-bottom: 18rem;
  }

  .md\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-pb-9{
    scroll-padding-bottom: 2.25rem;
  }

  .md\:scroll-pb-96{
    scroll-padding-bottom: 24rem;
  }

  .md\:scroll-pb-px{
    scroll-padding-bottom: 1px;
  }

  .md\:scroll-pl-0{
    scroll-padding-left: 0px;
  }

  .md\:scroll-pl-0\.5{
    scroll-padding-left: 0.125rem;
  }

  .md\:scroll-pl-1{
    scroll-padding-left: 0.25rem;
  }

  .md\:scroll-pl-1\.5{
    scroll-padding-left: 0.375rem;
  }

  .md\:scroll-pl-10{
    scroll-padding-left: 2.5rem;
  }

  .md\:scroll-pl-11{
    scroll-padding-left: 2.75rem;
  }

  .md\:scroll-pl-12{
    scroll-padding-left: 3rem;
  }

  .md\:scroll-pl-14{
    scroll-padding-left: 3.5rem;
  }

  .md\:scroll-pl-16{
    scroll-padding-left: 4rem;
  }

  .md\:scroll-pl-2{
    scroll-padding-left: 0.5rem;
  }

  .md\:scroll-pl-2\.5{
    scroll-padding-left: 0.625rem;
  }

  .md\:scroll-pl-20{
    scroll-padding-left: 5rem;
  }

  .md\:scroll-pl-24{
    scroll-padding-left: 6rem;
  }

  .md\:scroll-pl-28{
    scroll-padding-left: 7rem;
  }

  .md\:scroll-pl-3{
    scroll-padding-left: 0.75rem;
  }

  .md\:scroll-pl-3\.5{
    scroll-padding-left: 0.875rem;
  }

  .md\:scroll-pl-32{
    scroll-padding-left: 8rem;
  }

  .md\:scroll-pl-36{
    scroll-padding-left: 9rem;
  }

  .md\:scroll-pl-4{
    scroll-padding-left: 1rem;
  }

  .md\:scroll-pl-40{
    scroll-padding-left: 10rem;
  }

  .md\:scroll-pl-44{
    scroll-padding-left: 11rem;
  }

  .md\:scroll-pl-48{
    scroll-padding-left: 12rem;
  }

  .md\:scroll-pl-5{
    scroll-padding-left: 1.25rem;
  }

  .md\:scroll-pl-52{
    scroll-padding-left: 13rem;
  }

  .md\:scroll-pl-56{
    scroll-padding-left: 14rem;
  }

  .md\:scroll-pl-6{
    scroll-padding-left: 1.5rem;
  }

  .md\:scroll-pl-60{
    scroll-padding-left: 15rem;
  }

  .md\:scroll-pl-64{
    scroll-padding-left: 16rem;
  }

  .md\:scroll-pl-7{
    scroll-padding-left: 1.75rem;
  }

  .md\:scroll-pl-72{
    scroll-padding-left: 18rem;
  }

  .md\:scroll-pl-8{
    scroll-padding-left: 2rem;
  }

  .md\:scroll-pl-80{
    scroll-padding-left: 20rem;
  }

  .md\:scroll-pl-9{
    scroll-padding-left: 2.25rem;
  }

  .md\:scroll-pl-96{
    scroll-padding-left: 24rem;
  }

  .md\:scroll-pl-px{
    scroll-padding-left: 1px;
  }

  .md\:scroll-pr-0{
    scroll-padding-right: 0px;
  }

  .md\:scroll-pr-0\.5{
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-pr-1{
    scroll-padding-right: 0.25rem;
  }

  .md\:scroll-pr-1\.5{
    scroll-padding-right: 0.375rem;
  }

  .md\:scroll-pr-10{
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-pr-11{
    scroll-padding-right: 2.75rem;
  }

  .md\:scroll-pr-12{
    scroll-padding-right: 3rem;
  }

  .md\:scroll-pr-14{
    scroll-padding-right: 3.5rem;
  }

  .md\:scroll-pr-16{
    scroll-padding-right: 4rem;
  }

  .md\:scroll-pr-2{
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-pr-2\.5{
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-pr-20{
    scroll-padding-right: 5rem;
  }

  .md\:scroll-pr-24{
    scroll-padding-right: 6rem;
  }

  .md\:scroll-pr-28{
    scroll-padding-right: 7rem;
  }

  .md\:scroll-pr-3{
    scroll-padding-right: 0.75rem;
  }

  .md\:scroll-pr-3\.5{
    scroll-padding-right: 0.875rem;
  }

  .md\:scroll-pr-32{
    scroll-padding-right: 8rem;
  }

  .md\:scroll-pr-36{
    scroll-padding-right: 9rem;
  }

  .md\:scroll-pr-4{
    scroll-padding-right: 1rem;
  }

  .md\:scroll-pr-40{
    scroll-padding-right: 10rem;
  }

  .md\:scroll-pr-44{
    scroll-padding-right: 11rem;
  }

  .md\:scroll-pr-48{
    scroll-padding-right: 12rem;
  }

  .md\:scroll-pr-5{
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-pr-52{
    scroll-padding-right: 13rem;
  }

  .md\:scroll-pr-56{
    scroll-padding-right: 14rem;
  }

  .md\:scroll-pr-6{
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-pr-60{
    scroll-padding-right: 15rem;
  }

  .md\:scroll-pr-64{
    scroll-padding-right: 16rem;
  }

  .md\:scroll-pr-7{
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-pr-72{
    scroll-padding-right: 18rem;
  }

  .md\:scroll-pr-8{
    scroll-padding-right: 2rem;
  }

  .md\:scroll-pr-80{
    scroll-padding-right: 20rem;
  }

  .md\:scroll-pr-9{
    scroll-padding-right: 2.25rem;
  }

  .md\:scroll-pr-96{
    scroll-padding-right: 24rem;
  }

  .md\:scroll-pr-px{
    scroll-padding-right: 1px;
  }

  .md\:scroll-pt-0{
    scroll-padding-top: 0px;
  }

  .md\:scroll-pt-0\.5{
    scroll-padding-top: 0.125rem;
  }

  .md\:scroll-pt-1{
    scroll-padding-top: 0.25rem;
  }

  .md\:scroll-pt-1\.5{
    scroll-padding-top: 0.375rem;
  }

  .md\:scroll-pt-10{
    scroll-padding-top: 2.5rem;
  }

  .md\:scroll-pt-11{
    scroll-padding-top: 2.75rem;
  }

  .md\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }

  .md\:scroll-pt-14{
    scroll-padding-top: 3.5rem;
  }

  .md\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }

  .md\:scroll-pt-2{
    scroll-padding-top: 0.5rem;
  }

  .md\:scroll-pt-2\.5{
    scroll-padding-top: 0.625rem;
  }

  .md\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }

  .md\:scroll-pt-24{
    scroll-padding-top: 6rem;
  }

  .md\:scroll-pt-28{
    scroll-padding-top: 7rem;
  }

  .md\:scroll-pt-3{
    scroll-padding-top: 0.75rem;
  }

  .md\:scroll-pt-3\.5{
    scroll-padding-top: 0.875rem;
  }

  .md\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }

  .md\:scroll-pt-36{
    scroll-padding-top: 9rem;
  }

  .md\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }

  .md\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }

  .md\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }

  .md\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }

  .md\:scroll-pt-5{
    scroll-padding-top: 1.25rem;
  }

  .md\:scroll-pt-52{
    scroll-padding-top: 13rem;
  }

  .md\:scroll-pt-56{
    scroll-padding-top: 14rem;
  }

  .md\:scroll-pt-6{
    scroll-padding-top: 1.5rem;
  }

  .md\:scroll-pt-60{
    scroll-padding-top: 15rem;
  }

  .md\:scroll-pt-64{
    scroll-padding-top: 16rem;
  }

  .md\:scroll-pt-7{
    scroll-padding-top: 1.75rem;
  }

  .md\:scroll-pt-72{
    scroll-padding-top: 18rem;
  }

  .md\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }

  .md\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }

  .md\:scroll-pt-9{
    scroll-padding-top: 2.25rem;
  }

  .md\:scroll-pt-96{
    scroll-padding-top: 24rem;
  }

  .md\:scroll-pt-px{
    scroll-padding-top: 1px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-0\.5{
    gap: 0.125rem;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-16{
    gap: 4rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-28{
    gap: 7rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-3\.5{
    gap: 0.875rem;
  }

  .md\:gap-32{
    gap: 8rem;
  }

  .md\:gap-36{
    gap: 9rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-40{
    gap: 10rem;
  }

  .md\:gap-44{
    gap: 11rem;
  }

  .md\:gap-48{
    gap: 12rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-52{
    gap: 13rem;
  }

  .md\:gap-56{
    gap: 14rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-60{
    gap: 15rem;
  }

  .md\:gap-64{
    gap: 16rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-72{
    gap: 18rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-80{
    gap: 20rem;
  }

  .md\:gap-9{
    gap: 2.25rem;
  }

  .md\:gap-96{
    gap: 24rem;
  }

  .md\:gap-\[55px\]{
    gap: 55px;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

  .md\:gap-y-28{
    row-gap: 7rem;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:gap-y-32{
    row-gap: 8rem;
  }

  .md\:gap-y-36{
    row-gap: 9rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:gap-y-40{
    row-gap: 10rem;
  }

  .md\:gap-y-44{
    row-gap: 11rem;
  }

  .md\:gap-y-48{
    row-gap: 12rem;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-52{
    row-gap: 13rem;
  }

  .md\:gap-y-56{
    row-gap: 14rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-60{
    row-gap: 15rem;
  }

  .md\:gap-y-64{
    row-gap: 16rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-72{
    row-gap: 18rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-80{
    row-gap: 20rem;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:gap-y-96{
    row-gap: 24rem;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .md\:text-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:text-clip{
    text-overflow: clip;
  }

  .md\:text-wrap{
    text-wrap: wrap;
  }

  .md\:text-nowrap{
    text-wrap: nowrap;
  }

  .md\:text-balance{
    text-wrap: balance;
  }

  .md\:text-pretty{
    text-wrap: pretty;
  }

  .md\:bg-amber-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-100\/0{
    background-color: rgb(254 243 199 / 0);
  }

  .md\:bg-amber-100\/10{
    background-color: rgb(254 243 199 / 0.1);
  }

  .md\:bg-amber-100\/100{
    background-color: rgb(254 243 199 / 1);
  }

  .md\:bg-amber-100\/15{
    background-color: rgb(254 243 199 / 0.15);
  }

  .md\:bg-amber-100\/20{
    background-color: rgb(254 243 199 / 0.2);
  }

  .md\:bg-amber-100\/25{
    background-color: rgb(254 243 199 / 0.25);
  }

  .md\:bg-amber-100\/30{
    background-color: rgb(254 243 199 / 0.3);
  }

  .md\:bg-amber-100\/35{
    background-color: rgb(254 243 199 / 0.35);
  }

  .md\:bg-amber-100\/40{
    background-color: rgb(254 243 199 / 0.4);
  }

  .md\:bg-amber-100\/45{
    background-color: rgb(254 243 199 / 0.45);
  }

  .md\:bg-amber-100\/5{
    background-color: rgb(254 243 199 / 0.05);
  }

  .md\:bg-amber-100\/50{
    background-color: rgb(254 243 199 / 0.5);
  }

  .md\:bg-amber-100\/55{
    background-color: rgb(254 243 199 / 0.55);
  }

  .md\:bg-amber-100\/60{
    background-color: rgb(254 243 199 / 0.6);
  }

  .md\:bg-amber-100\/65{
    background-color: rgb(254 243 199 / 0.65);
  }

  .md\:bg-amber-100\/70{
    background-color: rgb(254 243 199 / 0.7);
  }

  .md\:bg-amber-100\/75{
    background-color: rgb(254 243 199 / 0.75);
  }

  .md\:bg-amber-100\/80{
    background-color: rgb(254 243 199 / 0.8);
  }

  .md\:bg-amber-100\/85{
    background-color: rgb(254 243 199 / 0.85);
  }

  .md\:bg-amber-100\/90{
    background-color: rgb(254 243 199 / 0.9);
  }

  .md\:bg-amber-100\/95{
    background-color: rgb(254 243 199 / 0.95);
  }

  .md\:bg-amber-200{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-200\/0{
    background-color: rgb(253 230 138 / 0);
  }

  .md\:bg-amber-200\/10{
    background-color: rgb(253 230 138 / 0.1);
  }

  .md\:bg-amber-200\/100{
    background-color: rgb(253 230 138 / 1);
  }

  .md\:bg-amber-200\/15{
    background-color: rgb(253 230 138 / 0.15);
  }

  .md\:bg-amber-200\/20{
    background-color: rgb(253 230 138 / 0.2);
  }

  .md\:bg-amber-200\/25{
    background-color: rgb(253 230 138 / 0.25);
  }

  .md\:bg-amber-200\/30{
    background-color: rgb(253 230 138 / 0.3);
  }

  .md\:bg-amber-200\/35{
    background-color: rgb(253 230 138 / 0.35);
  }

  .md\:bg-amber-200\/40{
    background-color: rgb(253 230 138 / 0.4);
  }

  .md\:bg-amber-200\/45{
    background-color: rgb(253 230 138 / 0.45);
  }

  .md\:bg-amber-200\/5{
    background-color: rgb(253 230 138 / 0.05);
  }

  .md\:bg-amber-200\/50{
    background-color: rgb(253 230 138 / 0.5);
  }

  .md\:bg-amber-200\/55{
    background-color: rgb(253 230 138 / 0.55);
  }

  .md\:bg-amber-200\/60{
    background-color: rgb(253 230 138 / 0.6);
  }

  .md\:bg-amber-200\/65{
    background-color: rgb(253 230 138 / 0.65);
  }

  .md\:bg-amber-200\/70{
    background-color: rgb(253 230 138 / 0.7);
  }

  .md\:bg-amber-200\/75{
    background-color: rgb(253 230 138 / 0.75);
  }

  .md\:bg-amber-200\/80{
    background-color: rgb(253 230 138 / 0.8);
  }

  .md\:bg-amber-200\/85{
    background-color: rgb(253 230 138 / 0.85);
  }

  .md\:bg-amber-200\/90{
    background-color: rgb(253 230 138 / 0.9);
  }

  .md\:bg-amber-200\/95{
    background-color: rgb(253 230 138 / 0.95);
  }

  .md\:bg-amber-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-300\/0{
    background-color: rgb(252 211 77 / 0);
  }

  .md\:bg-amber-300\/10{
    background-color: rgb(252 211 77 / 0.1);
  }

  .md\:bg-amber-300\/100{
    background-color: rgb(252 211 77 / 1);
  }

  .md\:bg-amber-300\/15{
    background-color: rgb(252 211 77 / 0.15);
  }

  .md\:bg-amber-300\/20{
    background-color: rgb(252 211 77 / 0.2);
  }

  .md\:bg-amber-300\/25{
    background-color: rgb(252 211 77 / 0.25);
  }

  .md\:bg-amber-300\/30{
    background-color: rgb(252 211 77 / 0.3);
  }

  .md\:bg-amber-300\/35{
    background-color: rgb(252 211 77 / 0.35);
  }

  .md\:bg-amber-300\/40{
    background-color: rgb(252 211 77 / 0.4);
  }

  .md\:bg-amber-300\/45{
    background-color: rgb(252 211 77 / 0.45);
  }

  .md\:bg-amber-300\/5{
    background-color: rgb(252 211 77 / 0.05);
  }

  .md\:bg-amber-300\/50{
    background-color: rgb(252 211 77 / 0.5);
  }

  .md\:bg-amber-300\/55{
    background-color: rgb(252 211 77 / 0.55);
  }

  .md\:bg-amber-300\/60{
    background-color: rgb(252 211 77 / 0.6);
  }

  .md\:bg-amber-300\/65{
    background-color: rgb(252 211 77 / 0.65);
  }

  .md\:bg-amber-300\/70{
    background-color: rgb(252 211 77 / 0.7);
  }

  .md\:bg-amber-300\/75{
    background-color: rgb(252 211 77 / 0.75);
  }

  .md\:bg-amber-300\/80{
    background-color: rgb(252 211 77 / 0.8);
  }

  .md\:bg-amber-300\/85{
    background-color: rgb(252 211 77 / 0.85);
  }

  .md\:bg-amber-300\/90{
    background-color: rgb(252 211 77 / 0.9);
  }

  .md\:bg-amber-300\/95{
    background-color: rgb(252 211 77 / 0.95);
  }

  .md\:bg-amber-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-400\/0{
    background-color: rgb(251 191 36 / 0);
  }

  .md\:bg-amber-400\/10{
    background-color: rgb(251 191 36 / 0.1);
  }

  .md\:bg-amber-400\/100{
    background-color: rgb(251 191 36 / 1);
  }

  .md\:bg-amber-400\/15{
    background-color: rgb(251 191 36 / 0.15);
  }

  .md\:bg-amber-400\/20{
    background-color: rgb(251 191 36 / 0.2);
  }

  .md\:bg-amber-400\/25{
    background-color: rgb(251 191 36 / 0.25);
  }

  .md\:bg-amber-400\/30{
    background-color: rgb(251 191 36 / 0.3);
  }

  .md\:bg-amber-400\/35{
    background-color: rgb(251 191 36 / 0.35);
  }

  .md\:bg-amber-400\/40{
    background-color: rgb(251 191 36 / 0.4);
  }

  .md\:bg-amber-400\/45{
    background-color: rgb(251 191 36 / 0.45);
  }

  .md\:bg-amber-400\/5{
    background-color: rgb(251 191 36 / 0.05);
  }

  .md\:bg-amber-400\/50{
    background-color: rgb(251 191 36 / 0.5);
  }

  .md\:bg-amber-400\/55{
    background-color: rgb(251 191 36 / 0.55);
  }

  .md\:bg-amber-400\/60{
    background-color: rgb(251 191 36 / 0.6);
  }

  .md\:bg-amber-400\/65{
    background-color: rgb(251 191 36 / 0.65);
  }

  .md\:bg-amber-400\/70{
    background-color: rgb(251 191 36 / 0.7);
  }

  .md\:bg-amber-400\/75{
    background-color: rgb(251 191 36 / 0.75);
  }

  .md\:bg-amber-400\/80{
    background-color: rgb(251 191 36 / 0.8);
  }

  .md\:bg-amber-400\/85{
    background-color: rgb(251 191 36 / 0.85);
  }

  .md\:bg-amber-400\/90{
    background-color: rgb(251 191 36 / 0.9);
  }

  .md\:bg-amber-400\/95{
    background-color: rgb(251 191 36 / 0.95);
  }

  .md\:bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-50\/0{
    background-color: rgb(255 251 235 / 0);
  }

  .md\:bg-amber-50\/10{
    background-color: rgb(255 251 235 / 0.1);
  }

  .md\:bg-amber-50\/100{
    background-color: rgb(255 251 235 / 1);
  }

  .md\:bg-amber-50\/15{
    background-color: rgb(255 251 235 / 0.15);
  }

  .md\:bg-amber-50\/20{
    background-color: rgb(255 251 235 / 0.2);
  }

  .md\:bg-amber-50\/25{
    background-color: rgb(255 251 235 / 0.25);
  }

  .md\:bg-amber-50\/30{
    background-color: rgb(255 251 235 / 0.3);
  }

  .md\:bg-amber-50\/35{
    background-color: rgb(255 251 235 / 0.35);
  }

  .md\:bg-amber-50\/40{
    background-color: rgb(255 251 235 / 0.4);
  }

  .md\:bg-amber-50\/45{
    background-color: rgb(255 251 235 / 0.45);
  }

  .md\:bg-amber-50\/5{
    background-color: rgb(255 251 235 / 0.05);
  }

  .md\:bg-amber-50\/50{
    background-color: rgb(255 251 235 / 0.5);
  }

  .md\:bg-amber-50\/55{
    background-color: rgb(255 251 235 / 0.55);
  }

  .md\:bg-amber-50\/60{
    background-color: rgb(255 251 235 / 0.6);
  }

  .md\:bg-amber-50\/65{
    background-color: rgb(255 251 235 / 0.65);
  }

  .md\:bg-amber-50\/70{
    background-color: rgb(255 251 235 / 0.7);
  }

  .md\:bg-amber-50\/75{
    background-color: rgb(255 251 235 / 0.75);
  }

  .md\:bg-amber-50\/80{
    background-color: rgb(255 251 235 / 0.8);
  }

  .md\:bg-amber-50\/85{
    background-color: rgb(255 251 235 / 0.85);
  }

  .md\:bg-amber-50\/90{
    background-color: rgb(255 251 235 / 0.9);
  }

  .md\:bg-amber-50\/95{
    background-color: rgb(255 251 235 / 0.95);
  }

  .md\:bg-amber-500{
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-500\/0{
    background-color: rgb(245 158 11 / 0);
  }

  .md\:bg-amber-500\/10{
    background-color: rgb(245 158 11 / 0.1);
  }

  .md\:bg-amber-500\/100{
    background-color: rgb(245 158 11 / 1);
  }

  .md\:bg-amber-500\/15{
    background-color: rgb(245 158 11 / 0.15);
  }

  .md\:bg-amber-500\/20{
    background-color: rgb(245 158 11 / 0.2);
  }

  .md\:bg-amber-500\/25{
    background-color: rgb(245 158 11 / 0.25);
  }

  .md\:bg-amber-500\/30{
    background-color: rgb(245 158 11 / 0.3);
  }

  .md\:bg-amber-500\/35{
    background-color: rgb(245 158 11 / 0.35);
  }

  .md\:bg-amber-500\/40{
    background-color: rgb(245 158 11 / 0.4);
  }

  .md\:bg-amber-500\/45{
    background-color: rgb(245 158 11 / 0.45);
  }

  .md\:bg-amber-500\/5{
    background-color: rgb(245 158 11 / 0.05);
  }

  .md\:bg-amber-500\/50{
    background-color: rgb(245 158 11 / 0.5);
  }

  .md\:bg-amber-500\/55{
    background-color: rgb(245 158 11 / 0.55);
  }

  .md\:bg-amber-500\/60{
    background-color: rgb(245 158 11 / 0.6);
  }

  .md\:bg-amber-500\/65{
    background-color: rgb(245 158 11 / 0.65);
  }

  .md\:bg-amber-500\/70{
    background-color: rgb(245 158 11 / 0.7);
  }

  .md\:bg-amber-500\/75{
    background-color: rgb(245 158 11 / 0.75);
  }

  .md\:bg-amber-500\/80{
    background-color: rgb(245 158 11 / 0.8);
  }

  .md\:bg-amber-500\/85{
    background-color: rgb(245 158 11 / 0.85);
  }

  .md\:bg-amber-500\/90{
    background-color: rgb(245 158 11 / 0.9);
  }

  .md\:bg-amber-500\/95{
    background-color: rgb(245 158 11 / 0.95);
  }

  .md\:bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-600\/0{
    background-color: rgb(217 119 6 / 0);
  }

  .md\:bg-amber-600\/10{
    background-color: rgb(217 119 6 / 0.1);
  }

  .md\:bg-amber-600\/100{
    background-color: rgb(217 119 6 / 1);
  }

  .md\:bg-amber-600\/15{
    background-color: rgb(217 119 6 / 0.15);
  }

  .md\:bg-amber-600\/20{
    background-color: rgb(217 119 6 / 0.2);
  }

  .md\:bg-amber-600\/25{
    background-color: rgb(217 119 6 / 0.25);
  }

  .md\:bg-amber-600\/30{
    background-color: rgb(217 119 6 / 0.3);
  }

  .md\:bg-amber-600\/35{
    background-color: rgb(217 119 6 / 0.35);
  }

  .md\:bg-amber-600\/40{
    background-color: rgb(217 119 6 / 0.4);
  }

  .md\:bg-amber-600\/45{
    background-color: rgb(217 119 6 / 0.45);
  }

  .md\:bg-amber-600\/5{
    background-color: rgb(217 119 6 / 0.05);
  }

  .md\:bg-amber-600\/50{
    background-color: rgb(217 119 6 / 0.5);
  }

  .md\:bg-amber-600\/55{
    background-color: rgb(217 119 6 / 0.55);
  }

  .md\:bg-amber-600\/60{
    background-color: rgb(217 119 6 / 0.6);
  }

  .md\:bg-amber-600\/65{
    background-color: rgb(217 119 6 / 0.65);
  }

  .md\:bg-amber-600\/70{
    background-color: rgb(217 119 6 / 0.7);
  }

  .md\:bg-amber-600\/75{
    background-color: rgb(217 119 6 / 0.75);
  }

  .md\:bg-amber-600\/80{
    background-color: rgb(217 119 6 / 0.8);
  }

  .md\:bg-amber-600\/85{
    background-color: rgb(217 119 6 / 0.85);
  }

  .md\:bg-amber-600\/90{
    background-color: rgb(217 119 6 / 0.9);
  }

  .md\:bg-amber-600\/95{
    background-color: rgb(217 119 6 / 0.95);
  }

  .md\:bg-amber-700{
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-700\/0{
    background-color: rgb(180 83 9 / 0);
  }

  .md\:bg-amber-700\/10{
    background-color: rgb(180 83 9 / 0.1);
  }

  .md\:bg-amber-700\/100{
    background-color: rgb(180 83 9 / 1);
  }

  .md\:bg-amber-700\/15{
    background-color: rgb(180 83 9 / 0.15);
  }

  .md\:bg-amber-700\/20{
    background-color: rgb(180 83 9 / 0.2);
  }

  .md\:bg-amber-700\/25{
    background-color: rgb(180 83 9 / 0.25);
  }

  .md\:bg-amber-700\/30{
    background-color: rgb(180 83 9 / 0.3);
  }

  .md\:bg-amber-700\/35{
    background-color: rgb(180 83 9 / 0.35);
  }

  .md\:bg-amber-700\/40{
    background-color: rgb(180 83 9 / 0.4);
  }

  .md\:bg-amber-700\/45{
    background-color: rgb(180 83 9 / 0.45);
  }

  .md\:bg-amber-700\/5{
    background-color: rgb(180 83 9 / 0.05);
  }

  .md\:bg-amber-700\/50{
    background-color: rgb(180 83 9 / 0.5);
  }

  .md\:bg-amber-700\/55{
    background-color: rgb(180 83 9 / 0.55);
  }

  .md\:bg-amber-700\/60{
    background-color: rgb(180 83 9 / 0.6);
  }

  .md\:bg-amber-700\/65{
    background-color: rgb(180 83 9 / 0.65);
  }

  .md\:bg-amber-700\/70{
    background-color: rgb(180 83 9 / 0.7);
  }

  .md\:bg-amber-700\/75{
    background-color: rgb(180 83 9 / 0.75);
  }

  .md\:bg-amber-700\/80{
    background-color: rgb(180 83 9 / 0.8);
  }

  .md\:bg-amber-700\/85{
    background-color: rgb(180 83 9 / 0.85);
  }

  .md\:bg-amber-700\/90{
    background-color: rgb(180 83 9 / 0.9);
  }

  .md\:bg-amber-700\/95{
    background-color: rgb(180 83 9 / 0.95);
  }

  .md\:bg-amber-800{
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-800\/0{
    background-color: rgb(146 64 14 / 0);
  }

  .md\:bg-amber-800\/10{
    background-color: rgb(146 64 14 / 0.1);
  }

  .md\:bg-amber-800\/100{
    background-color: rgb(146 64 14 / 1);
  }

  .md\:bg-amber-800\/15{
    background-color: rgb(146 64 14 / 0.15);
  }

  .md\:bg-amber-800\/20{
    background-color: rgb(146 64 14 / 0.2);
  }

  .md\:bg-amber-800\/25{
    background-color: rgb(146 64 14 / 0.25);
  }

  .md\:bg-amber-800\/30{
    background-color: rgb(146 64 14 / 0.3);
  }

  .md\:bg-amber-800\/35{
    background-color: rgb(146 64 14 / 0.35);
  }

  .md\:bg-amber-800\/40{
    background-color: rgb(146 64 14 / 0.4);
  }

  .md\:bg-amber-800\/45{
    background-color: rgb(146 64 14 / 0.45);
  }

  .md\:bg-amber-800\/5{
    background-color: rgb(146 64 14 / 0.05);
  }

  .md\:bg-amber-800\/50{
    background-color: rgb(146 64 14 / 0.5);
  }

  .md\:bg-amber-800\/55{
    background-color: rgb(146 64 14 / 0.55);
  }

  .md\:bg-amber-800\/60{
    background-color: rgb(146 64 14 / 0.6);
  }

  .md\:bg-amber-800\/65{
    background-color: rgb(146 64 14 / 0.65);
  }

  .md\:bg-amber-800\/70{
    background-color: rgb(146 64 14 / 0.7);
  }

  .md\:bg-amber-800\/75{
    background-color: rgb(146 64 14 / 0.75);
  }

  .md\:bg-amber-800\/80{
    background-color: rgb(146 64 14 / 0.8);
  }

  .md\:bg-amber-800\/85{
    background-color: rgb(146 64 14 / 0.85);
  }

  .md\:bg-amber-800\/90{
    background-color: rgb(146 64 14 / 0.9);
  }

  .md\:bg-amber-800\/95{
    background-color: rgb(146 64 14 / 0.95);
  }

  .md\:bg-amber-900{
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-900\/0{
    background-color: rgb(120 53 15 / 0);
  }

  .md\:bg-amber-900\/10{
    background-color: rgb(120 53 15 / 0.1);
  }

  .md\:bg-amber-900\/100{
    background-color: rgb(120 53 15 / 1);
  }

  .md\:bg-amber-900\/15{
    background-color: rgb(120 53 15 / 0.15);
  }

  .md\:bg-amber-900\/20{
    background-color: rgb(120 53 15 / 0.2);
  }

  .md\:bg-amber-900\/25{
    background-color: rgb(120 53 15 / 0.25);
  }

  .md\:bg-amber-900\/30{
    background-color: rgb(120 53 15 / 0.3);
  }

  .md\:bg-amber-900\/35{
    background-color: rgb(120 53 15 / 0.35);
  }

  .md\:bg-amber-900\/40{
    background-color: rgb(120 53 15 / 0.4);
  }

  .md\:bg-amber-900\/45{
    background-color: rgb(120 53 15 / 0.45);
  }

  .md\:bg-amber-900\/5{
    background-color: rgb(120 53 15 / 0.05);
  }

  .md\:bg-amber-900\/50{
    background-color: rgb(120 53 15 / 0.5);
  }

  .md\:bg-amber-900\/55{
    background-color: rgb(120 53 15 / 0.55);
  }

  .md\:bg-amber-900\/60{
    background-color: rgb(120 53 15 / 0.6);
  }

  .md\:bg-amber-900\/65{
    background-color: rgb(120 53 15 / 0.65);
  }

  .md\:bg-amber-900\/70{
    background-color: rgb(120 53 15 / 0.7);
  }

  .md\:bg-amber-900\/75{
    background-color: rgb(120 53 15 / 0.75);
  }

  .md\:bg-amber-900\/80{
    background-color: rgb(120 53 15 / 0.8);
  }

  .md\:bg-amber-900\/85{
    background-color: rgb(120 53 15 / 0.85);
  }

  .md\:bg-amber-900\/90{
    background-color: rgb(120 53 15 / 0.9);
  }

  .md\:bg-amber-900\/95{
    background-color: rgb(120 53 15 / 0.95);
  }

  .md\:bg-amber-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-amber-950\/0{
    background-color: rgb(69 26 3 / 0);
  }

  .md\:bg-amber-950\/10{
    background-color: rgb(69 26 3 / 0.1);
  }

  .md\:bg-amber-950\/100{
    background-color: rgb(69 26 3 / 1);
  }

  .md\:bg-amber-950\/15{
    background-color: rgb(69 26 3 / 0.15);
  }

  .md\:bg-amber-950\/20{
    background-color: rgb(69 26 3 / 0.2);
  }

  .md\:bg-amber-950\/25{
    background-color: rgb(69 26 3 / 0.25);
  }

  .md\:bg-amber-950\/30{
    background-color: rgb(69 26 3 / 0.3);
  }

  .md\:bg-amber-950\/35{
    background-color: rgb(69 26 3 / 0.35);
  }

  .md\:bg-amber-950\/40{
    background-color: rgb(69 26 3 / 0.4);
  }

  .md\:bg-amber-950\/45{
    background-color: rgb(69 26 3 / 0.45);
  }

  .md\:bg-amber-950\/5{
    background-color: rgb(69 26 3 / 0.05);
  }

  .md\:bg-amber-950\/50{
    background-color: rgb(69 26 3 / 0.5);
  }

  .md\:bg-amber-950\/55{
    background-color: rgb(69 26 3 / 0.55);
  }

  .md\:bg-amber-950\/60{
    background-color: rgb(69 26 3 / 0.6);
  }

  .md\:bg-amber-950\/65{
    background-color: rgb(69 26 3 / 0.65);
  }

  .md\:bg-amber-950\/70{
    background-color: rgb(69 26 3 / 0.7);
  }

  .md\:bg-amber-950\/75{
    background-color: rgb(69 26 3 / 0.75);
  }

  .md\:bg-amber-950\/80{
    background-color: rgb(69 26 3 / 0.8);
  }

  .md\:bg-amber-950\/85{
    background-color: rgb(69 26 3 / 0.85);
  }

  .md\:bg-amber-950\/90{
    background-color: rgb(69 26 3 / 0.9);
  }

  .md\:bg-amber-950\/95{
    background-color: rgb(69 26 3 / 0.95);
  }

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-black\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-black\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-black\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .md\:bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-black\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .md\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-black\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .md\:bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-black\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .md\:bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-black\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .md\:bg-black\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-black\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .md\:bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-black\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-100\/0{
    background-color: rgb(219 234 254 / 0);
  }

  .md\:bg-blue-100\/10{
    background-color: rgb(219 234 254 / 0.1);
  }

  .md\:bg-blue-100\/100{
    background-color: rgb(219 234 254 / 1);
  }

  .md\:bg-blue-100\/15{
    background-color: rgb(219 234 254 / 0.15);
  }

  .md\:bg-blue-100\/20{
    background-color: rgb(219 234 254 / 0.2);
  }

  .md\:bg-blue-100\/25{
    background-color: rgb(219 234 254 / 0.25);
  }

  .md\:bg-blue-100\/30{
    background-color: rgb(219 234 254 / 0.3);
  }

  .md\:bg-blue-100\/35{
    background-color: rgb(219 234 254 / 0.35);
  }

  .md\:bg-blue-100\/40{
    background-color: rgb(219 234 254 / 0.4);
  }

  .md\:bg-blue-100\/45{
    background-color: rgb(219 234 254 / 0.45);
  }

  .md\:bg-blue-100\/5{
    background-color: rgb(219 234 254 / 0.05);
  }

  .md\:bg-blue-100\/50{
    background-color: rgb(219 234 254 / 0.5);
  }

  .md\:bg-blue-100\/55{
    background-color: rgb(219 234 254 / 0.55);
  }

  .md\:bg-blue-100\/60{
    background-color: rgb(219 234 254 / 0.6);
  }

  .md\:bg-blue-100\/65{
    background-color: rgb(219 234 254 / 0.65);
  }

  .md\:bg-blue-100\/70{
    background-color: rgb(219 234 254 / 0.7);
  }

  .md\:bg-blue-100\/75{
    background-color: rgb(219 234 254 / 0.75);
  }

  .md\:bg-blue-100\/80{
    background-color: rgb(219 234 254 / 0.8);
  }

  .md\:bg-blue-100\/85{
    background-color: rgb(219 234 254 / 0.85);
  }

  .md\:bg-blue-100\/90{
    background-color: rgb(219 234 254 / 0.9);
  }

  .md\:bg-blue-100\/95{
    background-color: rgb(219 234 254 / 0.95);
  }

  .md\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-200\/0{
    background-color: rgb(191 219 254 / 0);
  }

  .md\:bg-blue-200\/10{
    background-color: rgb(191 219 254 / 0.1);
  }

  .md\:bg-blue-200\/100{
    background-color: rgb(191 219 254 / 1);
  }

  .md\:bg-blue-200\/15{
    background-color: rgb(191 219 254 / 0.15);
  }

  .md\:bg-blue-200\/20{
    background-color: rgb(191 219 254 / 0.2);
  }

  .md\:bg-blue-200\/25{
    background-color: rgb(191 219 254 / 0.25);
  }

  .md\:bg-blue-200\/30{
    background-color: rgb(191 219 254 / 0.3);
  }

  .md\:bg-blue-200\/35{
    background-color: rgb(191 219 254 / 0.35);
  }

  .md\:bg-blue-200\/40{
    background-color: rgb(191 219 254 / 0.4);
  }

  .md\:bg-blue-200\/45{
    background-color: rgb(191 219 254 / 0.45);
  }

  .md\:bg-blue-200\/5{
    background-color: rgb(191 219 254 / 0.05);
  }

  .md\:bg-blue-200\/50{
    background-color: rgb(191 219 254 / 0.5);
  }

  .md\:bg-blue-200\/55{
    background-color: rgb(191 219 254 / 0.55);
  }

  .md\:bg-blue-200\/60{
    background-color: rgb(191 219 254 / 0.6);
  }

  .md\:bg-blue-200\/65{
    background-color: rgb(191 219 254 / 0.65);
  }

  .md\:bg-blue-200\/70{
    background-color: rgb(191 219 254 / 0.7);
  }

  .md\:bg-blue-200\/75{
    background-color: rgb(191 219 254 / 0.75);
  }

  .md\:bg-blue-200\/80{
    background-color: rgb(191 219 254 / 0.8);
  }

  .md\:bg-blue-200\/85{
    background-color: rgb(191 219 254 / 0.85);
  }

  .md\:bg-blue-200\/90{
    background-color: rgb(191 219 254 / 0.9);
  }

  .md\:bg-blue-200\/95{
    background-color: rgb(191 219 254 / 0.95);
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-300\/0{
    background-color: rgb(147 197 253 / 0);
  }

  .md\:bg-blue-300\/10{
    background-color: rgb(147 197 253 / 0.1);
  }

  .md\:bg-blue-300\/100{
    background-color: rgb(147 197 253 / 1);
  }

  .md\:bg-blue-300\/15{
    background-color: rgb(147 197 253 / 0.15);
  }

  .md\:bg-blue-300\/20{
    background-color: rgb(147 197 253 / 0.2);
  }

  .md\:bg-blue-300\/25{
    background-color: rgb(147 197 253 / 0.25);
  }

  .md\:bg-blue-300\/30{
    background-color: rgb(147 197 253 / 0.3);
  }

  .md\:bg-blue-300\/35{
    background-color: rgb(147 197 253 / 0.35);
  }

  .md\:bg-blue-300\/40{
    background-color: rgb(147 197 253 / 0.4);
  }

  .md\:bg-blue-300\/45{
    background-color: rgb(147 197 253 / 0.45);
  }

  .md\:bg-blue-300\/5{
    background-color: rgb(147 197 253 / 0.05);
  }

  .md\:bg-blue-300\/50{
    background-color: rgb(147 197 253 / 0.5);
  }

  .md\:bg-blue-300\/55{
    background-color: rgb(147 197 253 / 0.55);
  }

  .md\:bg-blue-300\/60{
    background-color: rgb(147 197 253 / 0.6);
  }

  .md\:bg-blue-300\/65{
    background-color: rgb(147 197 253 / 0.65);
  }

  .md\:bg-blue-300\/70{
    background-color: rgb(147 197 253 / 0.7);
  }

  .md\:bg-blue-300\/75{
    background-color: rgb(147 197 253 / 0.75);
  }

  .md\:bg-blue-300\/80{
    background-color: rgb(147 197 253 / 0.8);
  }

  .md\:bg-blue-300\/85{
    background-color: rgb(147 197 253 / 0.85);
  }

  .md\:bg-blue-300\/90{
    background-color: rgb(147 197 253 / 0.9);
  }

  .md\:bg-blue-300\/95{
    background-color: rgb(147 197 253 / 0.95);
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-400\/0{
    background-color: rgb(96 165 250 / 0);
  }

  .md\:bg-blue-400\/10{
    background-color: rgb(96 165 250 / 0.1);
  }

  .md\:bg-blue-400\/100{
    background-color: rgb(96 165 250 / 1);
  }

  .md\:bg-blue-400\/15{
    background-color: rgb(96 165 250 / 0.15);
  }

  .md\:bg-blue-400\/20{
    background-color: rgb(96 165 250 / 0.2);
  }

  .md\:bg-blue-400\/25{
    background-color: rgb(96 165 250 / 0.25);
  }

  .md\:bg-blue-400\/30{
    background-color: rgb(96 165 250 / 0.3);
  }

  .md\:bg-blue-400\/35{
    background-color: rgb(96 165 250 / 0.35);
  }

  .md\:bg-blue-400\/40{
    background-color: rgb(96 165 250 / 0.4);
  }

  .md\:bg-blue-400\/45{
    background-color: rgb(96 165 250 / 0.45);
  }

  .md\:bg-blue-400\/5{
    background-color: rgb(96 165 250 / 0.05);
  }

  .md\:bg-blue-400\/50{
    background-color: rgb(96 165 250 / 0.5);
  }

  .md\:bg-blue-400\/55{
    background-color: rgb(96 165 250 / 0.55);
  }

  .md\:bg-blue-400\/60{
    background-color: rgb(96 165 250 / 0.6);
  }

  .md\:bg-blue-400\/65{
    background-color: rgb(96 165 250 / 0.65);
  }

  .md\:bg-blue-400\/70{
    background-color: rgb(96 165 250 / 0.7);
  }

  .md\:bg-blue-400\/75{
    background-color: rgb(96 165 250 / 0.75);
  }

  .md\:bg-blue-400\/80{
    background-color: rgb(96 165 250 / 0.8);
  }

  .md\:bg-blue-400\/85{
    background-color: rgb(96 165 250 / 0.85);
  }

  .md\:bg-blue-400\/90{
    background-color: rgb(96 165 250 / 0.9);
  }

  .md\:bg-blue-400\/95{
    background-color: rgb(96 165 250 / 0.95);
  }

  .md\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-50\/0{
    background-color: rgb(239 246 255 / 0);
  }

  .md\:bg-blue-50\/10{
    background-color: rgb(239 246 255 / 0.1);
  }

  .md\:bg-blue-50\/100{
    background-color: rgb(239 246 255 / 1);
  }

  .md\:bg-blue-50\/15{
    background-color: rgb(239 246 255 / 0.15);
  }

  .md\:bg-blue-50\/20{
    background-color: rgb(239 246 255 / 0.2);
  }

  .md\:bg-blue-50\/25{
    background-color: rgb(239 246 255 / 0.25);
  }

  .md\:bg-blue-50\/30{
    background-color: rgb(239 246 255 / 0.3);
  }

  .md\:bg-blue-50\/35{
    background-color: rgb(239 246 255 / 0.35);
  }

  .md\:bg-blue-50\/40{
    background-color: rgb(239 246 255 / 0.4);
  }

  .md\:bg-blue-50\/45{
    background-color: rgb(239 246 255 / 0.45);
  }

  .md\:bg-blue-50\/5{
    background-color: rgb(239 246 255 / 0.05);
  }

  .md\:bg-blue-50\/50{
    background-color: rgb(239 246 255 / 0.5);
  }

  .md\:bg-blue-50\/55{
    background-color: rgb(239 246 255 / 0.55);
  }

  .md\:bg-blue-50\/60{
    background-color: rgb(239 246 255 / 0.6);
  }

  .md\:bg-blue-50\/65{
    background-color: rgb(239 246 255 / 0.65);
  }

  .md\:bg-blue-50\/70{
    background-color: rgb(239 246 255 / 0.7);
  }

  .md\:bg-blue-50\/75{
    background-color: rgb(239 246 255 / 0.75);
  }

  .md\:bg-blue-50\/80{
    background-color: rgb(239 246 255 / 0.8);
  }

  .md\:bg-blue-50\/85{
    background-color: rgb(239 246 255 / 0.85);
  }

  .md\:bg-blue-50\/90{
    background-color: rgb(239 246 255 / 0.9);
  }

  .md\:bg-blue-50\/95{
    background-color: rgb(239 246 255 / 0.95);
  }

  .md\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-500\/0{
    background-color: rgb(59 130 246 / 0);
  }

  .md\:bg-blue-500\/10{
    background-color: rgb(59 130 246 / 0.1);
  }

  .md\:bg-blue-500\/100{
    background-color: rgb(59 130 246 / 1);
  }

  .md\:bg-blue-500\/15{
    background-color: rgb(59 130 246 / 0.15);
  }

  .md\:bg-blue-500\/20{
    background-color: rgb(59 130 246 / 0.2);
  }

  .md\:bg-blue-500\/25{
    background-color: rgb(59 130 246 / 0.25);
  }

  .md\:bg-blue-500\/30{
    background-color: rgb(59 130 246 / 0.3);
  }

  .md\:bg-blue-500\/35{
    background-color: rgb(59 130 246 / 0.35);
  }

  .md\:bg-blue-500\/40{
    background-color: rgb(59 130 246 / 0.4);
  }

  .md\:bg-blue-500\/45{
    background-color: rgb(59 130 246 / 0.45);
  }

  .md\:bg-blue-500\/5{
    background-color: rgb(59 130 246 / 0.05);
  }

  .md\:bg-blue-500\/50{
    background-color: rgb(59 130 246 / 0.5);
  }

  .md\:bg-blue-500\/55{
    background-color: rgb(59 130 246 / 0.55);
  }

  .md\:bg-blue-500\/60{
    background-color: rgb(59 130 246 / 0.6);
  }

  .md\:bg-blue-500\/65{
    background-color: rgb(59 130 246 / 0.65);
  }

  .md\:bg-blue-500\/70{
    background-color: rgb(59 130 246 / 0.7);
  }

  .md\:bg-blue-500\/75{
    background-color: rgb(59 130 246 / 0.75);
  }

  .md\:bg-blue-500\/80{
    background-color: rgb(59 130 246 / 0.8);
  }

  .md\:bg-blue-500\/85{
    background-color: rgb(59 130 246 / 0.85);
  }

  .md\:bg-blue-500\/90{
    background-color: rgb(59 130 246 / 0.9);
  }

  .md\:bg-blue-500\/95{
    background-color: rgb(59 130 246 / 0.95);
  }

  .md\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-600\/0{
    background-color: rgb(37 99 235 / 0);
  }

  .md\:bg-blue-600\/10{
    background-color: rgb(37 99 235 / 0.1);
  }

  .md\:bg-blue-600\/100{
    background-color: rgb(37 99 235 / 1);
  }

  .md\:bg-blue-600\/15{
    background-color: rgb(37 99 235 / 0.15);
  }

  .md\:bg-blue-600\/20{
    background-color: rgb(37 99 235 / 0.2);
  }

  .md\:bg-blue-600\/25{
    background-color: rgb(37 99 235 / 0.25);
  }

  .md\:bg-blue-600\/30{
    background-color: rgb(37 99 235 / 0.3);
  }

  .md\:bg-blue-600\/35{
    background-color: rgb(37 99 235 / 0.35);
  }

  .md\:bg-blue-600\/40{
    background-color: rgb(37 99 235 / 0.4);
  }

  .md\:bg-blue-600\/45{
    background-color: rgb(37 99 235 / 0.45);
  }

  .md\:bg-blue-600\/5{
    background-color: rgb(37 99 235 / 0.05);
  }

  .md\:bg-blue-600\/50{
    background-color: rgb(37 99 235 / 0.5);
  }

  .md\:bg-blue-600\/55{
    background-color: rgb(37 99 235 / 0.55);
  }

  .md\:bg-blue-600\/60{
    background-color: rgb(37 99 235 / 0.6);
  }

  .md\:bg-blue-600\/65{
    background-color: rgb(37 99 235 / 0.65);
  }

  .md\:bg-blue-600\/70{
    background-color: rgb(37 99 235 / 0.7);
  }

  .md\:bg-blue-600\/75{
    background-color: rgb(37 99 235 / 0.75);
  }

  .md\:bg-blue-600\/80{
    background-color: rgb(37 99 235 / 0.8);
  }

  .md\:bg-blue-600\/85{
    background-color: rgb(37 99 235 / 0.85);
  }

  .md\:bg-blue-600\/90{
    background-color: rgb(37 99 235 / 0.9);
  }

  .md\:bg-blue-600\/95{
    background-color: rgb(37 99 235 / 0.95);
  }

  .md\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-700\/0{
    background-color: rgb(29 78 216 / 0);
  }

  .md\:bg-blue-700\/10{
    background-color: rgb(29 78 216 / 0.1);
  }

  .md\:bg-blue-700\/100{
    background-color: rgb(29 78 216 / 1);
  }

  .md\:bg-blue-700\/15{
    background-color: rgb(29 78 216 / 0.15);
  }

  .md\:bg-blue-700\/20{
    background-color: rgb(29 78 216 / 0.2);
  }

  .md\:bg-blue-700\/25{
    background-color: rgb(29 78 216 / 0.25);
  }

  .md\:bg-blue-700\/30{
    background-color: rgb(29 78 216 / 0.3);
  }

  .md\:bg-blue-700\/35{
    background-color: rgb(29 78 216 / 0.35);
  }

  .md\:bg-blue-700\/40{
    background-color: rgb(29 78 216 / 0.4);
  }

  .md\:bg-blue-700\/45{
    background-color: rgb(29 78 216 / 0.45);
  }

  .md\:bg-blue-700\/5{
    background-color: rgb(29 78 216 / 0.05);
  }

  .md\:bg-blue-700\/50{
    background-color: rgb(29 78 216 / 0.5);
  }

  .md\:bg-blue-700\/55{
    background-color: rgb(29 78 216 / 0.55);
  }

  .md\:bg-blue-700\/60{
    background-color: rgb(29 78 216 / 0.6);
  }

  .md\:bg-blue-700\/65{
    background-color: rgb(29 78 216 / 0.65);
  }

  .md\:bg-blue-700\/70{
    background-color: rgb(29 78 216 / 0.7);
  }

  .md\:bg-blue-700\/75{
    background-color: rgb(29 78 216 / 0.75);
  }

  .md\:bg-blue-700\/80{
    background-color: rgb(29 78 216 / 0.8);
  }

  .md\:bg-blue-700\/85{
    background-color: rgb(29 78 216 / 0.85);
  }

  .md\:bg-blue-700\/90{
    background-color: rgb(29 78 216 / 0.9);
  }

  .md\:bg-blue-700\/95{
    background-color: rgb(29 78 216 / 0.95);
  }

  .md\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-800\/0{
    background-color: rgb(30 64 175 / 0);
  }

  .md\:bg-blue-800\/10{
    background-color: rgb(30 64 175 / 0.1);
  }

  .md\:bg-blue-800\/100{
    background-color: rgb(30 64 175 / 1);
  }

  .md\:bg-blue-800\/15{
    background-color: rgb(30 64 175 / 0.15);
  }

  .md\:bg-blue-800\/20{
    background-color: rgb(30 64 175 / 0.2);
  }

  .md\:bg-blue-800\/25{
    background-color: rgb(30 64 175 / 0.25);
  }

  .md\:bg-blue-800\/30{
    background-color: rgb(30 64 175 / 0.3);
  }

  .md\:bg-blue-800\/35{
    background-color: rgb(30 64 175 / 0.35);
  }

  .md\:bg-blue-800\/40{
    background-color: rgb(30 64 175 / 0.4);
  }

  .md\:bg-blue-800\/45{
    background-color: rgb(30 64 175 / 0.45);
  }

  .md\:bg-blue-800\/5{
    background-color: rgb(30 64 175 / 0.05);
  }

  .md\:bg-blue-800\/50{
    background-color: rgb(30 64 175 / 0.5);
  }

  .md\:bg-blue-800\/55{
    background-color: rgb(30 64 175 / 0.55);
  }

  .md\:bg-blue-800\/60{
    background-color: rgb(30 64 175 / 0.6);
  }

  .md\:bg-blue-800\/65{
    background-color: rgb(30 64 175 / 0.65);
  }

  .md\:bg-blue-800\/70{
    background-color: rgb(30 64 175 / 0.7);
  }

  .md\:bg-blue-800\/75{
    background-color: rgb(30 64 175 / 0.75);
  }

  .md\:bg-blue-800\/80{
    background-color: rgb(30 64 175 / 0.8);
  }

  .md\:bg-blue-800\/85{
    background-color: rgb(30 64 175 / 0.85);
  }

  .md\:bg-blue-800\/90{
    background-color: rgb(30 64 175 / 0.9);
  }

  .md\:bg-blue-800\/95{
    background-color: rgb(30 64 175 / 0.95);
  }

  .md\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-900\/0{
    background-color: rgb(30 58 138 / 0);
  }

  .md\:bg-blue-900\/10{
    background-color: rgb(30 58 138 / 0.1);
  }

  .md\:bg-blue-900\/100{
    background-color: rgb(30 58 138 / 1);
  }

  .md\:bg-blue-900\/15{
    background-color: rgb(30 58 138 / 0.15);
  }

  .md\:bg-blue-900\/20{
    background-color: rgb(30 58 138 / 0.2);
  }

  .md\:bg-blue-900\/25{
    background-color: rgb(30 58 138 / 0.25);
  }

  .md\:bg-blue-900\/30{
    background-color: rgb(30 58 138 / 0.3);
  }

  .md\:bg-blue-900\/35{
    background-color: rgb(30 58 138 / 0.35);
  }

  .md\:bg-blue-900\/40{
    background-color: rgb(30 58 138 / 0.4);
  }

  .md\:bg-blue-900\/45{
    background-color: rgb(30 58 138 / 0.45);
  }

  .md\:bg-blue-900\/5{
    background-color: rgb(30 58 138 / 0.05);
  }

  .md\:bg-blue-900\/50{
    background-color: rgb(30 58 138 / 0.5);
  }

  .md\:bg-blue-900\/55{
    background-color: rgb(30 58 138 / 0.55);
  }

  .md\:bg-blue-900\/60{
    background-color: rgb(30 58 138 / 0.6);
  }

  .md\:bg-blue-900\/65{
    background-color: rgb(30 58 138 / 0.65);
  }

  .md\:bg-blue-900\/70{
    background-color: rgb(30 58 138 / 0.7);
  }

  .md\:bg-blue-900\/75{
    background-color: rgb(30 58 138 / 0.75);
  }

  .md\:bg-blue-900\/80{
    background-color: rgb(30 58 138 / 0.8);
  }

  .md\:bg-blue-900\/85{
    background-color: rgb(30 58 138 / 0.85);
  }

  .md\:bg-blue-900\/90{
    background-color: rgb(30 58 138 / 0.9);
  }

  .md\:bg-blue-900\/95{
    background-color: rgb(30 58 138 / 0.95);
  }

  .md\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-blue-950\/0{
    background-color: rgb(23 37 84 / 0);
  }

  .md\:bg-blue-950\/10{
    background-color: rgb(23 37 84 / 0.1);
  }

  .md\:bg-blue-950\/100{
    background-color: rgb(23 37 84 / 1);
  }

  .md\:bg-blue-950\/15{
    background-color: rgb(23 37 84 / 0.15);
  }

  .md\:bg-blue-950\/20{
    background-color: rgb(23 37 84 / 0.2);
  }

  .md\:bg-blue-950\/25{
    background-color: rgb(23 37 84 / 0.25);
  }

  .md\:bg-blue-950\/30{
    background-color: rgb(23 37 84 / 0.3);
  }

  .md\:bg-blue-950\/35{
    background-color: rgb(23 37 84 / 0.35);
  }

  .md\:bg-blue-950\/40{
    background-color: rgb(23 37 84 / 0.4);
  }

  .md\:bg-blue-950\/45{
    background-color: rgb(23 37 84 / 0.45);
  }

  .md\:bg-blue-950\/5{
    background-color: rgb(23 37 84 / 0.05);
  }

  .md\:bg-blue-950\/50{
    background-color: rgb(23 37 84 / 0.5);
  }

  .md\:bg-blue-950\/55{
    background-color: rgb(23 37 84 / 0.55);
  }

  .md\:bg-blue-950\/60{
    background-color: rgb(23 37 84 / 0.6);
  }

  .md\:bg-blue-950\/65{
    background-color: rgb(23 37 84 / 0.65);
  }

  .md\:bg-blue-950\/70{
    background-color: rgb(23 37 84 / 0.7);
  }

  .md\:bg-blue-950\/75{
    background-color: rgb(23 37 84 / 0.75);
  }

  .md\:bg-blue-950\/80{
    background-color: rgb(23 37 84 / 0.8);
  }

  .md\:bg-blue-950\/85{
    background-color: rgb(23 37 84 / 0.85);
  }

  .md\:bg-blue-950\/90{
    background-color: rgb(23 37 84 / 0.9);
  }

  .md\:bg-blue-950\/95{
    background-color: rgb(23 37 84 / 0.95);
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-cyan-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-100\/0{
    background-color: rgb(207 250 254 / 0);
  }

  .md\:bg-cyan-100\/10{
    background-color: rgb(207 250 254 / 0.1);
  }

  .md\:bg-cyan-100\/100{
    background-color: rgb(207 250 254 / 1);
  }

  .md\:bg-cyan-100\/15{
    background-color: rgb(207 250 254 / 0.15);
  }

  .md\:bg-cyan-100\/20{
    background-color: rgb(207 250 254 / 0.2);
  }

  .md\:bg-cyan-100\/25{
    background-color: rgb(207 250 254 / 0.25);
  }

  .md\:bg-cyan-100\/30{
    background-color: rgb(207 250 254 / 0.3);
  }

  .md\:bg-cyan-100\/35{
    background-color: rgb(207 250 254 / 0.35);
  }

  .md\:bg-cyan-100\/40{
    background-color: rgb(207 250 254 / 0.4);
  }

  .md\:bg-cyan-100\/45{
    background-color: rgb(207 250 254 / 0.45);
  }

  .md\:bg-cyan-100\/5{
    background-color: rgb(207 250 254 / 0.05);
  }

  .md\:bg-cyan-100\/50{
    background-color: rgb(207 250 254 / 0.5);
  }

  .md\:bg-cyan-100\/55{
    background-color: rgb(207 250 254 / 0.55);
  }

  .md\:bg-cyan-100\/60{
    background-color: rgb(207 250 254 / 0.6);
  }

  .md\:bg-cyan-100\/65{
    background-color: rgb(207 250 254 / 0.65);
  }

  .md\:bg-cyan-100\/70{
    background-color: rgb(207 250 254 / 0.7);
  }

  .md\:bg-cyan-100\/75{
    background-color: rgb(207 250 254 / 0.75);
  }

  .md\:bg-cyan-100\/80{
    background-color: rgb(207 250 254 / 0.8);
  }

  .md\:bg-cyan-100\/85{
    background-color: rgb(207 250 254 / 0.85);
  }

  .md\:bg-cyan-100\/90{
    background-color: rgb(207 250 254 / 0.9);
  }

  .md\:bg-cyan-100\/95{
    background-color: rgb(207 250 254 / 0.95);
  }

  .md\:bg-cyan-200{
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-200\/0{
    background-color: rgb(165 243 252 / 0);
  }

  .md\:bg-cyan-200\/10{
    background-color: rgb(165 243 252 / 0.1);
  }

  .md\:bg-cyan-200\/100{
    background-color: rgb(165 243 252 / 1);
  }

  .md\:bg-cyan-200\/15{
    background-color: rgb(165 243 252 / 0.15);
  }

  .md\:bg-cyan-200\/20{
    background-color: rgb(165 243 252 / 0.2);
  }

  .md\:bg-cyan-200\/25{
    background-color: rgb(165 243 252 / 0.25);
  }

  .md\:bg-cyan-200\/30{
    background-color: rgb(165 243 252 / 0.3);
  }

  .md\:bg-cyan-200\/35{
    background-color: rgb(165 243 252 / 0.35);
  }

  .md\:bg-cyan-200\/40{
    background-color: rgb(165 243 252 / 0.4);
  }

  .md\:bg-cyan-200\/45{
    background-color: rgb(165 243 252 / 0.45);
  }

  .md\:bg-cyan-200\/5{
    background-color: rgb(165 243 252 / 0.05);
  }

  .md\:bg-cyan-200\/50{
    background-color: rgb(165 243 252 / 0.5);
  }

  .md\:bg-cyan-200\/55{
    background-color: rgb(165 243 252 / 0.55);
  }

  .md\:bg-cyan-200\/60{
    background-color: rgb(165 243 252 / 0.6);
  }

  .md\:bg-cyan-200\/65{
    background-color: rgb(165 243 252 / 0.65);
  }

  .md\:bg-cyan-200\/70{
    background-color: rgb(165 243 252 / 0.7);
  }

  .md\:bg-cyan-200\/75{
    background-color: rgb(165 243 252 / 0.75);
  }

  .md\:bg-cyan-200\/80{
    background-color: rgb(165 243 252 / 0.8);
  }

  .md\:bg-cyan-200\/85{
    background-color: rgb(165 243 252 / 0.85);
  }

  .md\:bg-cyan-200\/90{
    background-color: rgb(165 243 252 / 0.9);
  }

  .md\:bg-cyan-200\/95{
    background-color: rgb(165 243 252 / 0.95);
  }

  .md\:bg-cyan-300{
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-300\/0{
    background-color: rgb(103 232 249 / 0);
  }

  .md\:bg-cyan-300\/10{
    background-color: rgb(103 232 249 / 0.1);
  }

  .md\:bg-cyan-300\/100{
    background-color: rgb(103 232 249 / 1);
  }

  .md\:bg-cyan-300\/15{
    background-color: rgb(103 232 249 / 0.15);
  }

  .md\:bg-cyan-300\/20{
    background-color: rgb(103 232 249 / 0.2);
  }

  .md\:bg-cyan-300\/25{
    background-color: rgb(103 232 249 / 0.25);
  }

  .md\:bg-cyan-300\/30{
    background-color: rgb(103 232 249 / 0.3);
  }

  .md\:bg-cyan-300\/35{
    background-color: rgb(103 232 249 / 0.35);
  }

  .md\:bg-cyan-300\/40{
    background-color: rgb(103 232 249 / 0.4);
  }

  .md\:bg-cyan-300\/45{
    background-color: rgb(103 232 249 / 0.45);
  }

  .md\:bg-cyan-300\/5{
    background-color: rgb(103 232 249 / 0.05);
  }

  .md\:bg-cyan-300\/50{
    background-color: rgb(103 232 249 / 0.5);
  }

  .md\:bg-cyan-300\/55{
    background-color: rgb(103 232 249 / 0.55);
  }

  .md\:bg-cyan-300\/60{
    background-color: rgb(103 232 249 / 0.6);
  }

  .md\:bg-cyan-300\/65{
    background-color: rgb(103 232 249 / 0.65);
  }

  .md\:bg-cyan-300\/70{
    background-color: rgb(103 232 249 / 0.7);
  }

  .md\:bg-cyan-300\/75{
    background-color: rgb(103 232 249 / 0.75);
  }

  .md\:bg-cyan-300\/80{
    background-color: rgb(103 232 249 / 0.8);
  }

  .md\:bg-cyan-300\/85{
    background-color: rgb(103 232 249 / 0.85);
  }

  .md\:bg-cyan-300\/90{
    background-color: rgb(103 232 249 / 0.9);
  }

  .md\:bg-cyan-300\/95{
    background-color: rgb(103 232 249 / 0.95);
  }

  .md\:bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-400\/0{
    background-color: rgb(34 211 238 / 0);
  }

  .md\:bg-cyan-400\/10{
    background-color: rgb(34 211 238 / 0.1);
  }

  .md\:bg-cyan-400\/100{
    background-color: rgb(34 211 238 / 1);
  }

  .md\:bg-cyan-400\/15{
    background-color: rgb(34 211 238 / 0.15);
  }

  .md\:bg-cyan-400\/20{
    background-color: rgb(34 211 238 / 0.2);
  }

  .md\:bg-cyan-400\/25{
    background-color: rgb(34 211 238 / 0.25);
  }

  .md\:bg-cyan-400\/30{
    background-color: rgb(34 211 238 / 0.3);
  }

  .md\:bg-cyan-400\/35{
    background-color: rgb(34 211 238 / 0.35);
  }

  .md\:bg-cyan-400\/40{
    background-color: rgb(34 211 238 / 0.4);
  }

  .md\:bg-cyan-400\/45{
    background-color: rgb(34 211 238 / 0.45);
  }

  .md\:bg-cyan-400\/5{
    background-color: rgb(34 211 238 / 0.05);
  }

  .md\:bg-cyan-400\/50{
    background-color: rgb(34 211 238 / 0.5);
  }

  .md\:bg-cyan-400\/55{
    background-color: rgb(34 211 238 / 0.55);
  }

  .md\:bg-cyan-400\/60{
    background-color: rgb(34 211 238 / 0.6);
  }

  .md\:bg-cyan-400\/65{
    background-color: rgb(34 211 238 / 0.65);
  }

  .md\:bg-cyan-400\/70{
    background-color: rgb(34 211 238 / 0.7);
  }

  .md\:bg-cyan-400\/75{
    background-color: rgb(34 211 238 / 0.75);
  }

  .md\:bg-cyan-400\/80{
    background-color: rgb(34 211 238 / 0.8);
  }

  .md\:bg-cyan-400\/85{
    background-color: rgb(34 211 238 / 0.85);
  }

  .md\:bg-cyan-400\/90{
    background-color: rgb(34 211 238 / 0.9);
  }

  .md\:bg-cyan-400\/95{
    background-color: rgb(34 211 238 / 0.95);
  }

  .md\:bg-cyan-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-50\/0{
    background-color: rgb(236 254 255 / 0);
  }

  .md\:bg-cyan-50\/10{
    background-color: rgb(236 254 255 / 0.1);
  }

  .md\:bg-cyan-50\/100{
    background-color: rgb(236 254 255 / 1);
  }

  .md\:bg-cyan-50\/15{
    background-color: rgb(236 254 255 / 0.15);
  }

  .md\:bg-cyan-50\/20{
    background-color: rgb(236 254 255 / 0.2);
  }

  .md\:bg-cyan-50\/25{
    background-color: rgb(236 254 255 / 0.25);
  }

  .md\:bg-cyan-50\/30{
    background-color: rgb(236 254 255 / 0.3);
  }

  .md\:bg-cyan-50\/35{
    background-color: rgb(236 254 255 / 0.35);
  }

  .md\:bg-cyan-50\/40{
    background-color: rgb(236 254 255 / 0.4);
  }

  .md\:bg-cyan-50\/45{
    background-color: rgb(236 254 255 / 0.45);
  }

  .md\:bg-cyan-50\/5{
    background-color: rgb(236 254 255 / 0.05);
  }

  .md\:bg-cyan-50\/50{
    background-color: rgb(236 254 255 / 0.5);
  }

  .md\:bg-cyan-50\/55{
    background-color: rgb(236 254 255 / 0.55);
  }

  .md\:bg-cyan-50\/60{
    background-color: rgb(236 254 255 / 0.6);
  }

  .md\:bg-cyan-50\/65{
    background-color: rgb(236 254 255 / 0.65);
  }

  .md\:bg-cyan-50\/70{
    background-color: rgb(236 254 255 / 0.7);
  }

  .md\:bg-cyan-50\/75{
    background-color: rgb(236 254 255 / 0.75);
  }

  .md\:bg-cyan-50\/80{
    background-color: rgb(236 254 255 / 0.8);
  }

  .md\:bg-cyan-50\/85{
    background-color: rgb(236 254 255 / 0.85);
  }

  .md\:bg-cyan-50\/90{
    background-color: rgb(236 254 255 / 0.9);
  }

  .md\:bg-cyan-50\/95{
    background-color: rgb(236 254 255 / 0.95);
  }

  .md\:bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-500\/0{
    background-color: rgb(6 182 212 / 0);
  }

  .md\:bg-cyan-500\/10{
    background-color: rgb(6 182 212 / 0.1);
  }

  .md\:bg-cyan-500\/100{
    background-color: rgb(6 182 212 / 1);
  }

  .md\:bg-cyan-500\/15{
    background-color: rgb(6 182 212 / 0.15);
  }

  .md\:bg-cyan-500\/20{
    background-color: rgb(6 182 212 / 0.2);
  }

  .md\:bg-cyan-500\/25{
    background-color: rgb(6 182 212 / 0.25);
  }

  .md\:bg-cyan-500\/30{
    background-color: rgb(6 182 212 / 0.3);
  }

  .md\:bg-cyan-500\/35{
    background-color: rgb(6 182 212 / 0.35);
  }

  .md\:bg-cyan-500\/40{
    background-color: rgb(6 182 212 / 0.4);
  }

  .md\:bg-cyan-500\/45{
    background-color: rgb(6 182 212 / 0.45);
  }

  .md\:bg-cyan-500\/5{
    background-color: rgb(6 182 212 / 0.05);
  }

  .md\:bg-cyan-500\/50{
    background-color: rgb(6 182 212 / 0.5);
  }

  .md\:bg-cyan-500\/55{
    background-color: rgb(6 182 212 / 0.55);
  }

  .md\:bg-cyan-500\/60{
    background-color: rgb(6 182 212 / 0.6);
  }

  .md\:bg-cyan-500\/65{
    background-color: rgb(6 182 212 / 0.65);
  }

  .md\:bg-cyan-500\/70{
    background-color: rgb(6 182 212 / 0.7);
  }

  .md\:bg-cyan-500\/75{
    background-color: rgb(6 182 212 / 0.75);
  }

  .md\:bg-cyan-500\/80{
    background-color: rgb(6 182 212 / 0.8);
  }

  .md\:bg-cyan-500\/85{
    background-color: rgb(6 182 212 / 0.85);
  }

  .md\:bg-cyan-500\/90{
    background-color: rgb(6 182 212 / 0.9);
  }

  .md\:bg-cyan-500\/95{
    background-color: rgb(6 182 212 / 0.95);
  }

  .md\:bg-cyan-600{
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-600\/0{
    background-color: rgb(8 145 178 / 0);
  }

  .md\:bg-cyan-600\/10{
    background-color: rgb(8 145 178 / 0.1);
  }

  .md\:bg-cyan-600\/100{
    background-color: rgb(8 145 178 / 1);
  }

  .md\:bg-cyan-600\/15{
    background-color: rgb(8 145 178 / 0.15);
  }

  .md\:bg-cyan-600\/20{
    background-color: rgb(8 145 178 / 0.2);
  }

  .md\:bg-cyan-600\/25{
    background-color: rgb(8 145 178 / 0.25);
  }

  .md\:bg-cyan-600\/30{
    background-color: rgb(8 145 178 / 0.3);
  }

  .md\:bg-cyan-600\/35{
    background-color: rgb(8 145 178 / 0.35);
  }

  .md\:bg-cyan-600\/40{
    background-color: rgb(8 145 178 / 0.4);
  }

  .md\:bg-cyan-600\/45{
    background-color: rgb(8 145 178 / 0.45);
  }

  .md\:bg-cyan-600\/5{
    background-color: rgb(8 145 178 / 0.05);
  }

  .md\:bg-cyan-600\/50{
    background-color: rgb(8 145 178 / 0.5);
  }

  .md\:bg-cyan-600\/55{
    background-color: rgb(8 145 178 / 0.55);
  }

  .md\:bg-cyan-600\/60{
    background-color: rgb(8 145 178 / 0.6);
  }

  .md\:bg-cyan-600\/65{
    background-color: rgb(8 145 178 / 0.65);
  }

  .md\:bg-cyan-600\/70{
    background-color: rgb(8 145 178 / 0.7);
  }

  .md\:bg-cyan-600\/75{
    background-color: rgb(8 145 178 / 0.75);
  }

  .md\:bg-cyan-600\/80{
    background-color: rgb(8 145 178 / 0.8);
  }

  .md\:bg-cyan-600\/85{
    background-color: rgb(8 145 178 / 0.85);
  }

  .md\:bg-cyan-600\/90{
    background-color: rgb(8 145 178 / 0.9);
  }

  .md\:bg-cyan-600\/95{
    background-color: rgb(8 145 178 / 0.95);
  }

  .md\:bg-cyan-700{
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-700\/0{
    background-color: rgb(14 116 144 / 0);
  }

  .md\:bg-cyan-700\/10{
    background-color: rgb(14 116 144 / 0.1);
  }

  .md\:bg-cyan-700\/100{
    background-color: rgb(14 116 144 / 1);
  }

  .md\:bg-cyan-700\/15{
    background-color: rgb(14 116 144 / 0.15);
  }

  .md\:bg-cyan-700\/20{
    background-color: rgb(14 116 144 / 0.2);
  }

  .md\:bg-cyan-700\/25{
    background-color: rgb(14 116 144 / 0.25);
  }

  .md\:bg-cyan-700\/30{
    background-color: rgb(14 116 144 / 0.3);
  }

  .md\:bg-cyan-700\/35{
    background-color: rgb(14 116 144 / 0.35);
  }

  .md\:bg-cyan-700\/40{
    background-color: rgb(14 116 144 / 0.4);
  }

  .md\:bg-cyan-700\/45{
    background-color: rgb(14 116 144 / 0.45);
  }

  .md\:bg-cyan-700\/5{
    background-color: rgb(14 116 144 / 0.05);
  }

  .md\:bg-cyan-700\/50{
    background-color: rgb(14 116 144 / 0.5);
  }

  .md\:bg-cyan-700\/55{
    background-color: rgb(14 116 144 / 0.55);
  }

  .md\:bg-cyan-700\/60{
    background-color: rgb(14 116 144 / 0.6);
  }

  .md\:bg-cyan-700\/65{
    background-color: rgb(14 116 144 / 0.65);
  }

  .md\:bg-cyan-700\/70{
    background-color: rgb(14 116 144 / 0.7);
  }

  .md\:bg-cyan-700\/75{
    background-color: rgb(14 116 144 / 0.75);
  }

  .md\:bg-cyan-700\/80{
    background-color: rgb(14 116 144 / 0.8);
  }

  .md\:bg-cyan-700\/85{
    background-color: rgb(14 116 144 / 0.85);
  }

  .md\:bg-cyan-700\/90{
    background-color: rgb(14 116 144 / 0.9);
  }

  .md\:bg-cyan-700\/95{
    background-color: rgb(14 116 144 / 0.95);
  }

  .md\:bg-cyan-800{
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-800\/0{
    background-color: rgb(21 94 117 / 0);
  }

  .md\:bg-cyan-800\/10{
    background-color: rgb(21 94 117 / 0.1);
  }

  .md\:bg-cyan-800\/100{
    background-color: rgb(21 94 117 / 1);
  }

  .md\:bg-cyan-800\/15{
    background-color: rgb(21 94 117 / 0.15);
  }

  .md\:bg-cyan-800\/20{
    background-color: rgb(21 94 117 / 0.2);
  }

  .md\:bg-cyan-800\/25{
    background-color: rgb(21 94 117 / 0.25);
  }

  .md\:bg-cyan-800\/30{
    background-color: rgb(21 94 117 / 0.3);
  }

  .md\:bg-cyan-800\/35{
    background-color: rgb(21 94 117 / 0.35);
  }

  .md\:bg-cyan-800\/40{
    background-color: rgb(21 94 117 / 0.4);
  }

  .md\:bg-cyan-800\/45{
    background-color: rgb(21 94 117 / 0.45);
  }

  .md\:bg-cyan-800\/5{
    background-color: rgb(21 94 117 / 0.05);
  }

  .md\:bg-cyan-800\/50{
    background-color: rgb(21 94 117 / 0.5);
  }

  .md\:bg-cyan-800\/55{
    background-color: rgb(21 94 117 / 0.55);
  }

  .md\:bg-cyan-800\/60{
    background-color: rgb(21 94 117 / 0.6);
  }

  .md\:bg-cyan-800\/65{
    background-color: rgb(21 94 117 / 0.65);
  }

  .md\:bg-cyan-800\/70{
    background-color: rgb(21 94 117 / 0.7);
  }

  .md\:bg-cyan-800\/75{
    background-color: rgb(21 94 117 / 0.75);
  }

  .md\:bg-cyan-800\/80{
    background-color: rgb(21 94 117 / 0.8);
  }

  .md\:bg-cyan-800\/85{
    background-color: rgb(21 94 117 / 0.85);
  }

  .md\:bg-cyan-800\/90{
    background-color: rgb(21 94 117 / 0.9);
  }

  .md\:bg-cyan-800\/95{
    background-color: rgb(21 94 117 / 0.95);
  }

  .md\:bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-900\/0{
    background-color: rgb(22 78 99 / 0);
  }

  .md\:bg-cyan-900\/10{
    background-color: rgb(22 78 99 / 0.1);
  }

  .md\:bg-cyan-900\/100{
    background-color: rgb(22 78 99 / 1);
  }

  .md\:bg-cyan-900\/15{
    background-color: rgb(22 78 99 / 0.15);
  }

  .md\:bg-cyan-900\/20{
    background-color: rgb(22 78 99 / 0.2);
  }

  .md\:bg-cyan-900\/25{
    background-color: rgb(22 78 99 / 0.25);
  }

  .md\:bg-cyan-900\/30{
    background-color: rgb(22 78 99 / 0.3);
  }

  .md\:bg-cyan-900\/35{
    background-color: rgb(22 78 99 / 0.35);
  }

  .md\:bg-cyan-900\/40{
    background-color: rgb(22 78 99 / 0.4);
  }

  .md\:bg-cyan-900\/45{
    background-color: rgb(22 78 99 / 0.45);
  }

  .md\:bg-cyan-900\/5{
    background-color: rgb(22 78 99 / 0.05);
  }

  .md\:bg-cyan-900\/50{
    background-color: rgb(22 78 99 / 0.5);
  }

  .md\:bg-cyan-900\/55{
    background-color: rgb(22 78 99 / 0.55);
  }

  .md\:bg-cyan-900\/60{
    background-color: rgb(22 78 99 / 0.6);
  }

  .md\:bg-cyan-900\/65{
    background-color: rgb(22 78 99 / 0.65);
  }

  .md\:bg-cyan-900\/70{
    background-color: rgb(22 78 99 / 0.7);
  }

  .md\:bg-cyan-900\/75{
    background-color: rgb(22 78 99 / 0.75);
  }

  .md\:bg-cyan-900\/80{
    background-color: rgb(22 78 99 / 0.8);
  }

  .md\:bg-cyan-900\/85{
    background-color: rgb(22 78 99 / 0.85);
  }

  .md\:bg-cyan-900\/90{
    background-color: rgb(22 78 99 / 0.9);
  }

  .md\:bg-cyan-900\/95{
    background-color: rgb(22 78 99 / 0.95);
  }

  .md\:bg-cyan-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-cyan-950\/0{
    background-color: rgb(8 51 68 / 0);
  }

  .md\:bg-cyan-950\/10{
    background-color: rgb(8 51 68 / 0.1);
  }

  .md\:bg-cyan-950\/100{
    background-color: rgb(8 51 68 / 1);
  }

  .md\:bg-cyan-950\/15{
    background-color: rgb(8 51 68 / 0.15);
  }

  .md\:bg-cyan-950\/20{
    background-color: rgb(8 51 68 / 0.2);
  }

  .md\:bg-cyan-950\/25{
    background-color: rgb(8 51 68 / 0.25);
  }

  .md\:bg-cyan-950\/30{
    background-color: rgb(8 51 68 / 0.3);
  }

  .md\:bg-cyan-950\/35{
    background-color: rgb(8 51 68 / 0.35);
  }

  .md\:bg-cyan-950\/40{
    background-color: rgb(8 51 68 / 0.4);
  }

  .md\:bg-cyan-950\/45{
    background-color: rgb(8 51 68 / 0.45);
  }

  .md\:bg-cyan-950\/5{
    background-color: rgb(8 51 68 / 0.05);
  }

  .md\:bg-cyan-950\/50{
    background-color: rgb(8 51 68 / 0.5);
  }

  .md\:bg-cyan-950\/55{
    background-color: rgb(8 51 68 / 0.55);
  }

  .md\:bg-cyan-950\/60{
    background-color: rgb(8 51 68 / 0.6);
  }

  .md\:bg-cyan-950\/65{
    background-color: rgb(8 51 68 / 0.65);
  }

  .md\:bg-cyan-950\/70{
    background-color: rgb(8 51 68 / 0.7);
  }

  .md\:bg-cyan-950\/75{
    background-color: rgb(8 51 68 / 0.75);
  }

  .md\:bg-cyan-950\/80{
    background-color: rgb(8 51 68 / 0.8);
  }

  .md\:bg-cyan-950\/85{
    background-color: rgb(8 51 68 / 0.85);
  }

  .md\:bg-cyan-950\/90{
    background-color: rgb(8 51 68 / 0.9);
  }

  .md\:bg-cyan-950\/95{
    background-color: rgb(8 51 68 / 0.95);
  }

  .md\:bg-darkGreen{
    --tw-bg-opacity: 1;
    background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-darkGreen\/0{
    background-color: rgb(113 229 201 / 0);
  }

  .md\:bg-darkGreen\/10{
    background-color: rgb(113 229 201 / 0.1);
  }

  .md\:bg-darkGreen\/100{
    background-color: rgb(113 229 201 / 1);
  }

  .md\:bg-darkGreen\/15{
    background-color: rgb(113 229 201 / 0.15);
  }

  .md\:bg-darkGreen\/20{
    background-color: rgb(113 229 201 / 0.2);
  }

  .md\:bg-darkGreen\/25{
    background-color: rgb(113 229 201 / 0.25);
  }

  .md\:bg-darkGreen\/30{
    background-color: rgb(113 229 201 / 0.3);
  }

  .md\:bg-darkGreen\/35{
    background-color: rgb(113 229 201 / 0.35);
  }

  .md\:bg-darkGreen\/40{
    background-color: rgb(113 229 201 / 0.4);
  }

  .md\:bg-darkGreen\/45{
    background-color: rgb(113 229 201 / 0.45);
  }

  .md\:bg-darkGreen\/5{
    background-color: rgb(113 229 201 / 0.05);
  }

  .md\:bg-darkGreen\/50{
    background-color: rgb(113 229 201 / 0.5);
  }

  .md\:bg-darkGreen\/55{
    background-color: rgb(113 229 201 / 0.55);
  }

  .md\:bg-darkGreen\/60{
    background-color: rgb(113 229 201 / 0.6);
  }

  .md\:bg-darkGreen\/65{
    background-color: rgb(113 229 201 / 0.65);
  }

  .md\:bg-darkGreen\/70{
    background-color: rgb(113 229 201 / 0.7);
  }

  .md\:bg-darkGreen\/75{
    background-color: rgb(113 229 201 / 0.75);
  }

  .md\:bg-darkGreen\/80{
    background-color: rgb(113 229 201 / 0.8);
  }

  .md\:bg-darkGreen\/85{
    background-color: rgb(113 229 201 / 0.85);
  }

  .md\:bg-darkGreen\/90{
    background-color: rgb(113 229 201 / 0.9);
  }

  .md\:bg-darkGreen\/95{
    background-color: rgb(113 229 201 / 0.95);
  }

  .md\:bg-emerald-100{
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-100\/0{
    background-color: rgb(209 250 229 / 0);
  }

  .md\:bg-emerald-100\/10{
    background-color: rgb(209 250 229 / 0.1);
  }

  .md\:bg-emerald-100\/100{
    background-color: rgb(209 250 229 / 1);
  }

  .md\:bg-emerald-100\/15{
    background-color: rgb(209 250 229 / 0.15);
  }

  .md\:bg-emerald-100\/20{
    background-color: rgb(209 250 229 / 0.2);
  }

  .md\:bg-emerald-100\/25{
    background-color: rgb(209 250 229 / 0.25);
  }

  .md\:bg-emerald-100\/30{
    background-color: rgb(209 250 229 / 0.3);
  }

  .md\:bg-emerald-100\/35{
    background-color: rgb(209 250 229 / 0.35);
  }

  .md\:bg-emerald-100\/40{
    background-color: rgb(209 250 229 / 0.4);
  }

  .md\:bg-emerald-100\/45{
    background-color: rgb(209 250 229 / 0.45);
  }

  .md\:bg-emerald-100\/5{
    background-color: rgb(209 250 229 / 0.05);
  }

  .md\:bg-emerald-100\/50{
    background-color: rgb(209 250 229 / 0.5);
  }

  .md\:bg-emerald-100\/55{
    background-color: rgb(209 250 229 / 0.55);
  }

  .md\:bg-emerald-100\/60{
    background-color: rgb(209 250 229 / 0.6);
  }

  .md\:bg-emerald-100\/65{
    background-color: rgb(209 250 229 / 0.65);
  }

  .md\:bg-emerald-100\/70{
    background-color: rgb(209 250 229 / 0.7);
  }

  .md\:bg-emerald-100\/75{
    background-color: rgb(209 250 229 / 0.75);
  }

  .md\:bg-emerald-100\/80{
    background-color: rgb(209 250 229 / 0.8);
  }

  .md\:bg-emerald-100\/85{
    background-color: rgb(209 250 229 / 0.85);
  }

  .md\:bg-emerald-100\/90{
    background-color: rgb(209 250 229 / 0.9);
  }

  .md\:bg-emerald-100\/95{
    background-color: rgb(209 250 229 / 0.95);
  }

  .md\:bg-emerald-200{
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-200\/0{
    background-color: rgb(167 243 208 / 0);
  }

  .md\:bg-emerald-200\/10{
    background-color: rgb(167 243 208 / 0.1);
  }

  .md\:bg-emerald-200\/100{
    background-color: rgb(167 243 208 / 1);
  }

  .md\:bg-emerald-200\/15{
    background-color: rgb(167 243 208 / 0.15);
  }

  .md\:bg-emerald-200\/20{
    background-color: rgb(167 243 208 / 0.2);
  }

  .md\:bg-emerald-200\/25{
    background-color: rgb(167 243 208 / 0.25);
  }

  .md\:bg-emerald-200\/30{
    background-color: rgb(167 243 208 / 0.3);
  }

  .md\:bg-emerald-200\/35{
    background-color: rgb(167 243 208 / 0.35);
  }

  .md\:bg-emerald-200\/40{
    background-color: rgb(167 243 208 / 0.4);
  }

  .md\:bg-emerald-200\/45{
    background-color: rgb(167 243 208 / 0.45);
  }

  .md\:bg-emerald-200\/5{
    background-color: rgb(167 243 208 / 0.05);
  }

  .md\:bg-emerald-200\/50{
    background-color: rgb(167 243 208 / 0.5);
  }

  .md\:bg-emerald-200\/55{
    background-color: rgb(167 243 208 / 0.55);
  }

  .md\:bg-emerald-200\/60{
    background-color: rgb(167 243 208 / 0.6);
  }

  .md\:bg-emerald-200\/65{
    background-color: rgb(167 243 208 / 0.65);
  }

  .md\:bg-emerald-200\/70{
    background-color: rgb(167 243 208 / 0.7);
  }

  .md\:bg-emerald-200\/75{
    background-color: rgb(167 243 208 / 0.75);
  }

  .md\:bg-emerald-200\/80{
    background-color: rgb(167 243 208 / 0.8);
  }

  .md\:bg-emerald-200\/85{
    background-color: rgb(167 243 208 / 0.85);
  }

  .md\:bg-emerald-200\/90{
    background-color: rgb(167 243 208 / 0.9);
  }

  .md\:bg-emerald-200\/95{
    background-color: rgb(167 243 208 / 0.95);
  }

  .md\:bg-emerald-300{
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-300\/0{
    background-color: rgb(110 231 183 / 0);
  }

  .md\:bg-emerald-300\/10{
    background-color: rgb(110 231 183 / 0.1);
  }

  .md\:bg-emerald-300\/100{
    background-color: rgb(110 231 183 / 1);
  }

  .md\:bg-emerald-300\/15{
    background-color: rgb(110 231 183 / 0.15);
  }

  .md\:bg-emerald-300\/20{
    background-color: rgb(110 231 183 / 0.2);
  }

  .md\:bg-emerald-300\/25{
    background-color: rgb(110 231 183 / 0.25);
  }

  .md\:bg-emerald-300\/30{
    background-color: rgb(110 231 183 / 0.3);
  }

  .md\:bg-emerald-300\/35{
    background-color: rgb(110 231 183 / 0.35);
  }

  .md\:bg-emerald-300\/40{
    background-color: rgb(110 231 183 / 0.4);
  }

  .md\:bg-emerald-300\/45{
    background-color: rgb(110 231 183 / 0.45);
  }

  .md\:bg-emerald-300\/5{
    background-color: rgb(110 231 183 / 0.05);
  }

  .md\:bg-emerald-300\/50{
    background-color: rgb(110 231 183 / 0.5);
  }

  .md\:bg-emerald-300\/55{
    background-color: rgb(110 231 183 / 0.55);
  }

  .md\:bg-emerald-300\/60{
    background-color: rgb(110 231 183 / 0.6);
  }

  .md\:bg-emerald-300\/65{
    background-color: rgb(110 231 183 / 0.65);
  }

  .md\:bg-emerald-300\/70{
    background-color: rgb(110 231 183 / 0.7);
  }

  .md\:bg-emerald-300\/75{
    background-color: rgb(110 231 183 / 0.75);
  }

  .md\:bg-emerald-300\/80{
    background-color: rgb(110 231 183 / 0.8);
  }

  .md\:bg-emerald-300\/85{
    background-color: rgb(110 231 183 / 0.85);
  }

  .md\:bg-emerald-300\/90{
    background-color: rgb(110 231 183 / 0.9);
  }

  .md\:bg-emerald-300\/95{
    background-color: rgb(110 231 183 / 0.95);
  }

  .md\:bg-emerald-400{
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-400\/0{
    background-color: rgb(52 211 153 / 0);
  }

  .md\:bg-emerald-400\/10{
    background-color: rgb(52 211 153 / 0.1);
  }

  .md\:bg-emerald-400\/100{
    background-color: rgb(52 211 153 / 1);
  }

  .md\:bg-emerald-400\/15{
    background-color: rgb(52 211 153 / 0.15);
  }

  .md\:bg-emerald-400\/20{
    background-color: rgb(52 211 153 / 0.2);
  }

  .md\:bg-emerald-400\/25{
    background-color: rgb(52 211 153 / 0.25);
  }

  .md\:bg-emerald-400\/30{
    background-color: rgb(52 211 153 / 0.3);
  }

  .md\:bg-emerald-400\/35{
    background-color: rgb(52 211 153 / 0.35);
  }

  .md\:bg-emerald-400\/40{
    background-color: rgb(52 211 153 / 0.4);
  }

  .md\:bg-emerald-400\/45{
    background-color: rgb(52 211 153 / 0.45);
  }

  .md\:bg-emerald-400\/5{
    background-color: rgb(52 211 153 / 0.05);
  }

  .md\:bg-emerald-400\/50{
    background-color: rgb(52 211 153 / 0.5);
  }

  .md\:bg-emerald-400\/55{
    background-color: rgb(52 211 153 / 0.55);
  }

  .md\:bg-emerald-400\/60{
    background-color: rgb(52 211 153 / 0.6);
  }

  .md\:bg-emerald-400\/65{
    background-color: rgb(52 211 153 / 0.65);
  }

  .md\:bg-emerald-400\/70{
    background-color: rgb(52 211 153 / 0.7);
  }

  .md\:bg-emerald-400\/75{
    background-color: rgb(52 211 153 / 0.75);
  }

  .md\:bg-emerald-400\/80{
    background-color: rgb(52 211 153 / 0.8);
  }

  .md\:bg-emerald-400\/85{
    background-color: rgb(52 211 153 / 0.85);
  }

  .md\:bg-emerald-400\/90{
    background-color: rgb(52 211 153 / 0.9);
  }

  .md\:bg-emerald-400\/95{
    background-color: rgb(52 211 153 / 0.95);
  }

  .md\:bg-emerald-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-50\/0{
    background-color: rgb(236 253 245 / 0);
  }

  .md\:bg-emerald-50\/10{
    background-color: rgb(236 253 245 / 0.1);
  }

  .md\:bg-emerald-50\/100{
    background-color: rgb(236 253 245 / 1);
  }

  .md\:bg-emerald-50\/15{
    background-color: rgb(236 253 245 / 0.15);
  }

  .md\:bg-emerald-50\/20{
    background-color: rgb(236 253 245 / 0.2);
  }

  .md\:bg-emerald-50\/25{
    background-color: rgb(236 253 245 / 0.25);
  }

  .md\:bg-emerald-50\/30{
    background-color: rgb(236 253 245 / 0.3);
  }

  .md\:bg-emerald-50\/35{
    background-color: rgb(236 253 245 / 0.35);
  }

  .md\:bg-emerald-50\/40{
    background-color: rgb(236 253 245 / 0.4);
  }

  .md\:bg-emerald-50\/45{
    background-color: rgb(236 253 245 / 0.45);
  }

  .md\:bg-emerald-50\/5{
    background-color: rgb(236 253 245 / 0.05);
  }

  .md\:bg-emerald-50\/50{
    background-color: rgb(236 253 245 / 0.5);
  }

  .md\:bg-emerald-50\/55{
    background-color: rgb(236 253 245 / 0.55);
  }

  .md\:bg-emerald-50\/60{
    background-color: rgb(236 253 245 / 0.6);
  }

  .md\:bg-emerald-50\/65{
    background-color: rgb(236 253 245 / 0.65);
  }

  .md\:bg-emerald-50\/70{
    background-color: rgb(236 253 245 / 0.7);
  }

  .md\:bg-emerald-50\/75{
    background-color: rgb(236 253 245 / 0.75);
  }

  .md\:bg-emerald-50\/80{
    background-color: rgb(236 253 245 / 0.8);
  }

  .md\:bg-emerald-50\/85{
    background-color: rgb(236 253 245 / 0.85);
  }

  .md\:bg-emerald-50\/90{
    background-color: rgb(236 253 245 / 0.9);
  }

  .md\:bg-emerald-50\/95{
    background-color: rgb(236 253 245 / 0.95);
  }

  .md\:bg-emerald-500{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-500\/0{
    background-color: rgb(16 185 129 / 0);
  }

  .md\:bg-emerald-500\/10{
    background-color: rgb(16 185 129 / 0.1);
  }

  .md\:bg-emerald-500\/100{
    background-color: rgb(16 185 129 / 1);
  }

  .md\:bg-emerald-500\/15{
    background-color: rgb(16 185 129 / 0.15);
  }

  .md\:bg-emerald-500\/20{
    background-color: rgb(16 185 129 / 0.2);
  }

  .md\:bg-emerald-500\/25{
    background-color: rgb(16 185 129 / 0.25);
  }

  .md\:bg-emerald-500\/30{
    background-color: rgb(16 185 129 / 0.3);
  }

  .md\:bg-emerald-500\/35{
    background-color: rgb(16 185 129 / 0.35);
  }

  .md\:bg-emerald-500\/40{
    background-color: rgb(16 185 129 / 0.4);
  }

  .md\:bg-emerald-500\/45{
    background-color: rgb(16 185 129 / 0.45);
  }

  .md\:bg-emerald-500\/5{
    background-color: rgb(16 185 129 / 0.05);
  }

  .md\:bg-emerald-500\/50{
    background-color: rgb(16 185 129 / 0.5);
  }

  .md\:bg-emerald-500\/55{
    background-color: rgb(16 185 129 / 0.55);
  }

  .md\:bg-emerald-500\/60{
    background-color: rgb(16 185 129 / 0.6);
  }

  .md\:bg-emerald-500\/65{
    background-color: rgb(16 185 129 / 0.65);
  }

  .md\:bg-emerald-500\/70{
    background-color: rgb(16 185 129 / 0.7);
  }

  .md\:bg-emerald-500\/75{
    background-color: rgb(16 185 129 / 0.75);
  }

  .md\:bg-emerald-500\/80{
    background-color: rgb(16 185 129 / 0.8);
  }

  .md\:bg-emerald-500\/85{
    background-color: rgb(16 185 129 / 0.85);
  }

  .md\:bg-emerald-500\/90{
    background-color: rgb(16 185 129 / 0.9);
  }

  .md\:bg-emerald-500\/95{
    background-color: rgb(16 185 129 / 0.95);
  }

  .md\:bg-emerald-600{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-600\/0{
    background-color: rgb(5 150 105 / 0);
  }

  .md\:bg-emerald-600\/10{
    background-color: rgb(5 150 105 / 0.1);
  }

  .md\:bg-emerald-600\/100{
    background-color: rgb(5 150 105 / 1);
  }

  .md\:bg-emerald-600\/15{
    background-color: rgb(5 150 105 / 0.15);
  }

  .md\:bg-emerald-600\/20{
    background-color: rgb(5 150 105 / 0.2);
  }

  .md\:bg-emerald-600\/25{
    background-color: rgb(5 150 105 / 0.25);
  }

  .md\:bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
  }

  .md\:bg-emerald-600\/35{
    background-color: rgb(5 150 105 / 0.35);
  }

  .md\:bg-emerald-600\/40{
    background-color: rgb(5 150 105 / 0.4);
  }

  .md\:bg-emerald-600\/45{
    background-color: rgb(5 150 105 / 0.45);
  }

  .md\:bg-emerald-600\/5{
    background-color: rgb(5 150 105 / 0.05);
  }

  .md\:bg-emerald-600\/50{
    background-color: rgb(5 150 105 / 0.5);
  }

  .md\:bg-emerald-600\/55{
    background-color: rgb(5 150 105 / 0.55);
  }

  .md\:bg-emerald-600\/60{
    background-color: rgb(5 150 105 / 0.6);
  }

  .md\:bg-emerald-600\/65{
    background-color: rgb(5 150 105 / 0.65);
  }

  .md\:bg-emerald-600\/70{
    background-color: rgb(5 150 105 / 0.7);
  }

  .md\:bg-emerald-600\/75{
    background-color: rgb(5 150 105 / 0.75);
  }

  .md\:bg-emerald-600\/80{
    background-color: rgb(5 150 105 / 0.8);
  }

  .md\:bg-emerald-600\/85{
    background-color: rgb(5 150 105 / 0.85);
  }

  .md\:bg-emerald-600\/90{
    background-color: rgb(5 150 105 / 0.9);
  }

  .md\:bg-emerald-600\/95{
    background-color: rgb(5 150 105 / 0.95);
  }

  .md\:bg-emerald-700{
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-700\/0{
    background-color: rgb(4 120 87 / 0);
  }

  .md\:bg-emerald-700\/10{
    background-color: rgb(4 120 87 / 0.1);
  }

  .md\:bg-emerald-700\/100{
    background-color: rgb(4 120 87 / 1);
  }

  .md\:bg-emerald-700\/15{
    background-color: rgb(4 120 87 / 0.15);
  }

  .md\:bg-emerald-700\/20{
    background-color: rgb(4 120 87 / 0.2);
  }

  .md\:bg-emerald-700\/25{
    background-color: rgb(4 120 87 / 0.25);
  }

  .md\:bg-emerald-700\/30{
    background-color: rgb(4 120 87 / 0.3);
  }

  .md\:bg-emerald-700\/35{
    background-color: rgb(4 120 87 / 0.35);
  }

  .md\:bg-emerald-700\/40{
    background-color: rgb(4 120 87 / 0.4);
  }

  .md\:bg-emerald-700\/45{
    background-color: rgb(4 120 87 / 0.45);
  }

  .md\:bg-emerald-700\/5{
    background-color: rgb(4 120 87 / 0.05);
  }

  .md\:bg-emerald-700\/50{
    background-color: rgb(4 120 87 / 0.5);
  }

  .md\:bg-emerald-700\/55{
    background-color: rgb(4 120 87 / 0.55);
  }

  .md\:bg-emerald-700\/60{
    background-color: rgb(4 120 87 / 0.6);
  }

  .md\:bg-emerald-700\/65{
    background-color: rgb(4 120 87 / 0.65);
  }

  .md\:bg-emerald-700\/70{
    background-color: rgb(4 120 87 / 0.7);
  }

  .md\:bg-emerald-700\/75{
    background-color: rgb(4 120 87 / 0.75);
  }

  .md\:bg-emerald-700\/80{
    background-color: rgb(4 120 87 / 0.8);
  }

  .md\:bg-emerald-700\/85{
    background-color: rgb(4 120 87 / 0.85);
  }

  .md\:bg-emerald-700\/90{
    background-color: rgb(4 120 87 / 0.9);
  }

  .md\:bg-emerald-700\/95{
    background-color: rgb(4 120 87 / 0.95);
  }

  .md\:bg-emerald-800{
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-800\/0{
    background-color: rgb(6 95 70 / 0);
  }

  .md\:bg-emerald-800\/10{
    background-color: rgb(6 95 70 / 0.1);
  }

  .md\:bg-emerald-800\/100{
    background-color: rgb(6 95 70 / 1);
  }

  .md\:bg-emerald-800\/15{
    background-color: rgb(6 95 70 / 0.15);
  }

  .md\:bg-emerald-800\/20{
    background-color: rgb(6 95 70 / 0.2);
  }

  .md\:bg-emerald-800\/25{
    background-color: rgb(6 95 70 / 0.25);
  }

  .md\:bg-emerald-800\/30{
    background-color: rgb(6 95 70 / 0.3);
  }

  .md\:bg-emerald-800\/35{
    background-color: rgb(6 95 70 / 0.35);
  }

  .md\:bg-emerald-800\/40{
    background-color: rgb(6 95 70 / 0.4);
  }

  .md\:bg-emerald-800\/45{
    background-color: rgb(6 95 70 / 0.45);
  }

  .md\:bg-emerald-800\/5{
    background-color: rgb(6 95 70 / 0.05);
  }

  .md\:bg-emerald-800\/50{
    background-color: rgb(6 95 70 / 0.5);
  }

  .md\:bg-emerald-800\/55{
    background-color: rgb(6 95 70 / 0.55);
  }

  .md\:bg-emerald-800\/60{
    background-color: rgb(6 95 70 / 0.6);
  }

  .md\:bg-emerald-800\/65{
    background-color: rgb(6 95 70 / 0.65);
  }

  .md\:bg-emerald-800\/70{
    background-color: rgb(6 95 70 / 0.7);
  }

  .md\:bg-emerald-800\/75{
    background-color: rgb(6 95 70 / 0.75);
  }

  .md\:bg-emerald-800\/80{
    background-color: rgb(6 95 70 / 0.8);
  }

  .md\:bg-emerald-800\/85{
    background-color: rgb(6 95 70 / 0.85);
  }

  .md\:bg-emerald-800\/90{
    background-color: rgb(6 95 70 / 0.9);
  }

  .md\:bg-emerald-800\/95{
    background-color: rgb(6 95 70 / 0.95);
  }

  .md\:bg-emerald-900{
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-900\/0{
    background-color: rgb(6 78 59 / 0);
  }

  .md\:bg-emerald-900\/10{
    background-color: rgb(6 78 59 / 0.1);
  }

  .md\:bg-emerald-900\/100{
    background-color: rgb(6 78 59 / 1);
  }

  .md\:bg-emerald-900\/15{
    background-color: rgb(6 78 59 / 0.15);
  }

  .md\:bg-emerald-900\/20{
    background-color: rgb(6 78 59 / 0.2);
  }

  .md\:bg-emerald-900\/25{
    background-color: rgb(6 78 59 / 0.25);
  }

  .md\:bg-emerald-900\/30{
    background-color: rgb(6 78 59 / 0.3);
  }

  .md\:bg-emerald-900\/35{
    background-color: rgb(6 78 59 / 0.35);
  }

  .md\:bg-emerald-900\/40{
    background-color: rgb(6 78 59 / 0.4);
  }

  .md\:bg-emerald-900\/45{
    background-color: rgb(6 78 59 / 0.45);
  }

  .md\:bg-emerald-900\/5{
    background-color: rgb(6 78 59 / 0.05);
  }

  .md\:bg-emerald-900\/50{
    background-color: rgb(6 78 59 / 0.5);
  }

  .md\:bg-emerald-900\/55{
    background-color: rgb(6 78 59 / 0.55);
  }

  .md\:bg-emerald-900\/60{
    background-color: rgb(6 78 59 / 0.6);
  }

  .md\:bg-emerald-900\/65{
    background-color: rgb(6 78 59 / 0.65);
  }

  .md\:bg-emerald-900\/70{
    background-color: rgb(6 78 59 / 0.7);
  }

  .md\:bg-emerald-900\/75{
    background-color: rgb(6 78 59 / 0.75);
  }

  .md\:bg-emerald-900\/80{
    background-color: rgb(6 78 59 / 0.8);
  }

  .md\:bg-emerald-900\/85{
    background-color: rgb(6 78 59 / 0.85);
  }

  .md\:bg-emerald-900\/90{
    background-color: rgb(6 78 59 / 0.9);
  }

  .md\:bg-emerald-900\/95{
    background-color: rgb(6 78 59 / 0.95);
  }

  .md\:bg-emerald-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-emerald-950\/0{
    background-color: rgb(2 44 34 / 0);
  }

  .md\:bg-emerald-950\/10{
    background-color: rgb(2 44 34 / 0.1);
  }

  .md\:bg-emerald-950\/100{
    background-color: rgb(2 44 34 / 1);
  }

  .md\:bg-emerald-950\/15{
    background-color: rgb(2 44 34 / 0.15);
  }

  .md\:bg-emerald-950\/20{
    background-color: rgb(2 44 34 / 0.2);
  }

  .md\:bg-emerald-950\/25{
    background-color: rgb(2 44 34 / 0.25);
  }

  .md\:bg-emerald-950\/30{
    background-color: rgb(2 44 34 / 0.3);
  }

  .md\:bg-emerald-950\/35{
    background-color: rgb(2 44 34 / 0.35);
  }

  .md\:bg-emerald-950\/40{
    background-color: rgb(2 44 34 / 0.4);
  }

  .md\:bg-emerald-950\/45{
    background-color: rgb(2 44 34 / 0.45);
  }

  .md\:bg-emerald-950\/5{
    background-color: rgb(2 44 34 / 0.05);
  }

  .md\:bg-emerald-950\/50{
    background-color: rgb(2 44 34 / 0.5);
  }

  .md\:bg-emerald-950\/55{
    background-color: rgb(2 44 34 / 0.55);
  }

  .md\:bg-emerald-950\/60{
    background-color: rgb(2 44 34 / 0.6);
  }

  .md\:bg-emerald-950\/65{
    background-color: rgb(2 44 34 / 0.65);
  }

  .md\:bg-emerald-950\/70{
    background-color: rgb(2 44 34 / 0.7);
  }

  .md\:bg-emerald-950\/75{
    background-color: rgb(2 44 34 / 0.75);
  }

  .md\:bg-emerald-950\/80{
    background-color: rgb(2 44 34 / 0.8);
  }

  .md\:bg-emerald-950\/85{
    background-color: rgb(2 44 34 / 0.85);
  }

  .md\:bg-emerald-950\/90{
    background-color: rgb(2 44 34 / 0.9);
  }

  .md\:bg-emerald-950\/95{
    background-color: rgb(2 44 34 / 0.95);
  }

  .md\:bg-fuchsia-100{
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-100\/0{
    background-color: rgb(250 232 255 / 0);
  }

  .md\:bg-fuchsia-100\/10{
    background-color: rgb(250 232 255 / 0.1);
  }

  .md\:bg-fuchsia-100\/100{
    background-color: rgb(250 232 255 / 1);
  }

  .md\:bg-fuchsia-100\/15{
    background-color: rgb(250 232 255 / 0.15);
  }

  .md\:bg-fuchsia-100\/20{
    background-color: rgb(250 232 255 / 0.2);
  }

  .md\:bg-fuchsia-100\/25{
    background-color: rgb(250 232 255 / 0.25);
  }

  .md\:bg-fuchsia-100\/30{
    background-color: rgb(250 232 255 / 0.3);
  }

  .md\:bg-fuchsia-100\/35{
    background-color: rgb(250 232 255 / 0.35);
  }

  .md\:bg-fuchsia-100\/40{
    background-color: rgb(250 232 255 / 0.4);
  }

  .md\:bg-fuchsia-100\/45{
    background-color: rgb(250 232 255 / 0.45);
  }

  .md\:bg-fuchsia-100\/5{
    background-color: rgb(250 232 255 / 0.05);
  }

  .md\:bg-fuchsia-100\/50{
    background-color: rgb(250 232 255 / 0.5);
  }

  .md\:bg-fuchsia-100\/55{
    background-color: rgb(250 232 255 / 0.55);
  }

  .md\:bg-fuchsia-100\/60{
    background-color: rgb(250 232 255 / 0.6);
  }

  .md\:bg-fuchsia-100\/65{
    background-color: rgb(250 232 255 / 0.65);
  }

  .md\:bg-fuchsia-100\/70{
    background-color: rgb(250 232 255 / 0.7);
  }

  .md\:bg-fuchsia-100\/75{
    background-color: rgb(250 232 255 / 0.75);
  }

  .md\:bg-fuchsia-100\/80{
    background-color: rgb(250 232 255 / 0.8);
  }

  .md\:bg-fuchsia-100\/85{
    background-color: rgb(250 232 255 / 0.85);
  }

  .md\:bg-fuchsia-100\/90{
    background-color: rgb(250 232 255 / 0.9);
  }

  .md\:bg-fuchsia-100\/95{
    background-color: rgb(250 232 255 / 0.95);
  }

  .md\:bg-fuchsia-200{
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-200\/0{
    background-color: rgb(245 208 254 / 0);
  }

  .md\:bg-fuchsia-200\/10{
    background-color: rgb(245 208 254 / 0.1);
  }

  .md\:bg-fuchsia-200\/100{
    background-color: rgb(245 208 254 / 1);
  }

  .md\:bg-fuchsia-200\/15{
    background-color: rgb(245 208 254 / 0.15);
  }

  .md\:bg-fuchsia-200\/20{
    background-color: rgb(245 208 254 / 0.2);
  }

  .md\:bg-fuchsia-200\/25{
    background-color: rgb(245 208 254 / 0.25);
  }

  .md\:bg-fuchsia-200\/30{
    background-color: rgb(245 208 254 / 0.3);
  }

  .md\:bg-fuchsia-200\/35{
    background-color: rgb(245 208 254 / 0.35);
  }

  .md\:bg-fuchsia-200\/40{
    background-color: rgb(245 208 254 / 0.4);
  }

  .md\:bg-fuchsia-200\/45{
    background-color: rgb(245 208 254 / 0.45);
  }

  .md\:bg-fuchsia-200\/5{
    background-color: rgb(245 208 254 / 0.05);
  }

  .md\:bg-fuchsia-200\/50{
    background-color: rgb(245 208 254 / 0.5);
  }

  .md\:bg-fuchsia-200\/55{
    background-color: rgb(245 208 254 / 0.55);
  }

  .md\:bg-fuchsia-200\/60{
    background-color: rgb(245 208 254 / 0.6);
  }

  .md\:bg-fuchsia-200\/65{
    background-color: rgb(245 208 254 / 0.65);
  }

  .md\:bg-fuchsia-200\/70{
    background-color: rgb(245 208 254 / 0.7);
  }

  .md\:bg-fuchsia-200\/75{
    background-color: rgb(245 208 254 / 0.75);
  }

  .md\:bg-fuchsia-200\/80{
    background-color: rgb(245 208 254 / 0.8);
  }

  .md\:bg-fuchsia-200\/85{
    background-color: rgb(245 208 254 / 0.85);
  }

  .md\:bg-fuchsia-200\/90{
    background-color: rgb(245 208 254 / 0.9);
  }

  .md\:bg-fuchsia-200\/95{
    background-color: rgb(245 208 254 / 0.95);
  }

  .md\:bg-fuchsia-300{
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-300\/0{
    background-color: rgb(240 171 252 / 0);
  }

  .md\:bg-fuchsia-300\/10{
    background-color: rgb(240 171 252 / 0.1);
  }

  .md\:bg-fuchsia-300\/100{
    background-color: rgb(240 171 252 / 1);
  }

  .md\:bg-fuchsia-300\/15{
    background-color: rgb(240 171 252 / 0.15);
  }

  .md\:bg-fuchsia-300\/20{
    background-color: rgb(240 171 252 / 0.2);
  }

  .md\:bg-fuchsia-300\/25{
    background-color: rgb(240 171 252 / 0.25);
  }

  .md\:bg-fuchsia-300\/30{
    background-color: rgb(240 171 252 / 0.3);
  }

  .md\:bg-fuchsia-300\/35{
    background-color: rgb(240 171 252 / 0.35);
  }

  .md\:bg-fuchsia-300\/40{
    background-color: rgb(240 171 252 / 0.4);
  }

  .md\:bg-fuchsia-300\/45{
    background-color: rgb(240 171 252 / 0.45);
  }

  .md\:bg-fuchsia-300\/5{
    background-color: rgb(240 171 252 / 0.05);
  }

  .md\:bg-fuchsia-300\/50{
    background-color: rgb(240 171 252 / 0.5);
  }

  .md\:bg-fuchsia-300\/55{
    background-color: rgb(240 171 252 / 0.55);
  }

  .md\:bg-fuchsia-300\/60{
    background-color: rgb(240 171 252 / 0.6);
  }

  .md\:bg-fuchsia-300\/65{
    background-color: rgb(240 171 252 / 0.65);
  }

  .md\:bg-fuchsia-300\/70{
    background-color: rgb(240 171 252 / 0.7);
  }

  .md\:bg-fuchsia-300\/75{
    background-color: rgb(240 171 252 / 0.75);
  }

  .md\:bg-fuchsia-300\/80{
    background-color: rgb(240 171 252 / 0.8);
  }

  .md\:bg-fuchsia-300\/85{
    background-color: rgb(240 171 252 / 0.85);
  }

  .md\:bg-fuchsia-300\/90{
    background-color: rgb(240 171 252 / 0.9);
  }

  .md\:bg-fuchsia-300\/95{
    background-color: rgb(240 171 252 / 0.95);
  }

  .md\:bg-fuchsia-400{
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-400\/0{
    background-color: rgb(232 121 249 / 0);
  }

  .md\:bg-fuchsia-400\/10{
    background-color: rgb(232 121 249 / 0.1);
  }

  .md\:bg-fuchsia-400\/100{
    background-color: rgb(232 121 249 / 1);
  }

  .md\:bg-fuchsia-400\/15{
    background-color: rgb(232 121 249 / 0.15);
  }

  .md\:bg-fuchsia-400\/20{
    background-color: rgb(232 121 249 / 0.2);
  }

  .md\:bg-fuchsia-400\/25{
    background-color: rgb(232 121 249 / 0.25);
  }

  .md\:bg-fuchsia-400\/30{
    background-color: rgb(232 121 249 / 0.3);
  }

  .md\:bg-fuchsia-400\/35{
    background-color: rgb(232 121 249 / 0.35);
  }

  .md\:bg-fuchsia-400\/40{
    background-color: rgb(232 121 249 / 0.4);
  }

  .md\:bg-fuchsia-400\/45{
    background-color: rgb(232 121 249 / 0.45);
  }

  .md\:bg-fuchsia-400\/5{
    background-color: rgb(232 121 249 / 0.05);
  }

  .md\:bg-fuchsia-400\/50{
    background-color: rgb(232 121 249 / 0.5);
  }

  .md\:bg-fuchsia-400\/55{
    background-color: rgb(232 121 249 / 0.55);
  }

  .md\:bg-fuchsia-400\/60{
    background-color: rgb(232 121 249 / 0.6);
  }

  .md\:bg-fuchsia-400\/65{
    background-color: rgb(232 121 249 / 0.65);
  }

  .md\:bg-fuchsia-400\/70{
    background-color: rgb(232 121 249 / 0.7);
  }

  .md\:bg-fuchsia-400\/75{
    background-color: rgb(232 121 249 / 0.75);
  }

  .md\:bg-fuchsia-400\/80{
    background-color: rgb(232 121 249 / 0.8);
  }

  .md\:bg-fuchsia-400\/85{
    background-color: rgb(232 121 249 / 0.85);
  }

  .md\:bg-fuchsia-400\/90{
    background-color: rgb(232 121 249 / 0.9);
  }

  .md\:bg-fuchsia-400\/95{
    background-color: rgb(232 121 249 / 0.95);
  }

  .md\:bg-fuchsia-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-50\/0{
    background-color: rgb(253 244 255 / 0);
  }

  .md\:bg-fuchsia-50\/10{
    background-color: rgb(253 244 255 / 0.1);
  }

  .md\:bg-fuchsia-50\/100{
    background-color: rgb(253 244 255 / 1);
  }

  .md\:bg-fuchsia-50\/15{
    background-color: rgb(253 244 255 / 0.15);
  }

  .md\:bg-fuchsia-50\/20{
    background-color: rgb(253 244 255 / 0.2);
  }

  .md\:bg-fuchsia-50\/25{
    background-color: rgb(253 244 255 / 0.25);
  }

  .md\:bg-fuchsia-50\/30{
    background-color: rgb(253 244 255 / 0.3);
  }

  .md\:bg-fuchsia-50\/35{
    background-color: rgb(253 244 255 / 0.35);
  }

  .md\:bg-fuchsia-50\/40{
    background-color: rgb(253 244 255 / 0.4);
  }

  .md\:bg-fuchsia-50\/45{
    background-color: rgb(253 244 255 / 0.45);
  }

  .md\:bg-fuchsia-50\/5{
    background-color: rgb(253 244 255 / 0.05);
  }

  .md\:bg-fuchsia-50\/50{
    background-color: rgb(253 244 255 / 0.5);
  }

  .md\:bg-fuchsia-50\/55{
    background-color: rgb(253 244 255 / 0.55);
  }

  .md\:bg-fuchsia-50\/60{
    background-color: rgb(253 244 255 / 0.6);
  }

  .md\:bg-fuchsia-50\/65{
    background-color: rgb(253 244 255 / 0.65);
  }

  .md\:bg-fuchsia-50\/70{
    background-color: rgb(253 244 255 / 0.7);
  }

  .md\:bg-fuchsia-50\/75{
    background-color: rgb(253 244 255 / 0.75);
  }

  .md\:bg-fuchsia-50\/80{
    background-color: rgb(253 244 255 / 0.8);
  }

  .md\:bg-fuchsia-50\/85{
    background-color: rgb(253 244 255 / 0.85);
  }

  .md\:bg-fuchsia-50\/90{
    background-color: rgb(253 244 255 / 0.9);
  }

  .md\:bg-fuchsia-50\/95{
    background-color: rgb(253 244 255 / 0.95);
  }

  .md\:bg-fuchsia-500{
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-500\/0{
    background-color: rgb(217 70 239 / 0);
  }

  .md\:bg-fuchsia-500\/10{
    background-color: rgb(217 70 239 / 0.1);
  }

  .md\:bg-fuchsia-500\/100{
    background-color: rgb(217 70 239 / 1);
  }

  .md\:bg-fuchsia-500\/15{
    background-color: rgb(217 70 239 / 0.15);
  }

  .md\:bg-fuchsia-500\/20{
    background-color: rgb(217 70 239 / 0.2);
  }

  .md\:bg-fuchsia-500\/25{
    background-color: rgb(217 70 239 / 0.25);
  }

  .md\:bg-fuchsia-500\/30{
    background-color: rgb(217 70 239 / 0.3);
  }

  .md\:bg-fuchsia-500\/35{
    background-color: rgb(217 70 239 / 0.35);
  }

  .md\:bg-fuchsia-500\/40{
    background-color: rgb(217 70 239 / 0.4);
  }

  .md\:bg-fuchsia-500\/45{
    background-color: rgb(217 70 239 / 0.45);
  }

  .md\:bg-fuchsia-500\/5{
    background-color: rgb(217 70 239 / 0.05);
  }

  .md\:bg-fuchsia-500\/50{
    background-color: rgb(217 70 239 / 0.5);
  }

  .md\:bg-fuchsia-500\/55{
    background-color: rgb(217 70 239 / 0.55);
  }

  .md\:bg-fuchsia-500\/60{
    background-color: rgb(217 70 239 / 0.6);
  }

  .md\:bg-fuchsia-500\/65{
    background-color: rgb(217 70 239 / 0.65);
  }

  .md\:bg-fuchsia-500\/70{
    background-color: rgb(217 70 239 / 0.7);
  }

  .md\:bg-fuchsia-500\/75{
    background-color: rgb(217 70 239 / 0.75);
  }

  .md\:bg-fuchsia-500\/80{
    background-color: rgb(217 70 239 / 0.8);
  }

  .md\:bg-fuchsia-500\/85{
    background-color: rgb(217 70 239 / 0.85);
  }

  .md\:bg-fuchsia-500\/90{
    background-color: rgb(217 70 239 / 0.9);
  }

  .md\:bg-fuchsia-500\/95{
    background-color: rgb(217 70 239 / 0.95);
  }

  .md\:bg-fuchsia-600{
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-600\/0{
    background-color: rgb(192 38 211 / 0);
  }

  .md\:bg-fuchsia-600\/10{
    background-color: rgb(192 38 211 / 0.1);
  }

  .md\:bg-fuchsia-600\/100{
    background-color: rgb(192 38 211 / 1);
  }

  .md\:bg-fuchsia-600\/15{
    background-color: rgb(192 38 211 / 0.15);
  }

  .md\:bg-fuchsia-600\/20{
    background-color: rgb(192 38 211 / 0.2);
  }

  .md\:bg-fuchsia-600\/25{
    background-color: rgb(192 38 211 / 0.25);
  }

  .md\:bg-fuchsia-600\/30{
    background-color: rgb(192 38 211 / 0.3);
  }

  .md\:bg-fuchsia-600\/35{
    background-color: rgb(192 38 211 / 0.35);
  }

  .md\:bg-fuchsia-600\/40{
    background-color: rgb(192 38 211 / 0.4);
  }

  .md\:bg-fuchsia-600\/45{
    background-color: rgb(192 38 211 / 0.45);
  }

  .md\:bg-fuchsia-600\/5{
    background-color: rgb(192 38 211 / 0.05);
  }

  .md\:bg-fuchsia-600\/50{
    background-color: rgb(192 38 211 / 0.5);
  }

  .md\:bg-fuchsia-600\/55{
    background-color: rgb(192 38 211 / 0.55);
  }

  .md\:bg-fuchsia-600\/60{
    background-color: rgb(192 38 211 / 0.6);
  }

  .md\:bg-fuchsia-600\/65{
    background-color: rgb(192 38 211 / 0.65);
  }

  .md\:bg-fuchsia-600\/70{
    background-color: rgb(192 38 211 / 0.7);
  }

  .md\:bg-fuchsia-600\/75{
    background-color: rgb(192 38 211 / 0.75);
  }

  .md\:bg-fuchsia-600\/80{
    background-color: rgb(192 38 211 / 0.8);
  }

  .md\:bg-fuchsia-600\/85{
    background-color: rgb(192 38 211 / 0.85);
  }

  .md\:bg-fuchsia-600\/90{
    background-color: rgb(192 38 211 / 0.9);
  }

  .md\:bg-fuchsia-600\/95{
    background-color: rgb(192 38 211 / 0.95);
  }

  .md\:bg-fuchsia-700{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-700\/0{
    background-color: rgb(162 28 175 / 0);
  }

  .md\:bg-fuchsia-700\/10{
    background-color: rgb(162 28 175 / 0.1);
  }

  .md\:bg-fuchsia-700\/100{
    background-color: rgb(162 28 175 / 1);
  }

  .md\:bg-fuchsia-700\/15{
    background-color: rgb(162 28 175 / 0.15);
  }

  .md\:bg-fuchsia-700\/20{
    background-color: rgb(162 28 175 / 0.2);
  }

  .md\:bg-fuchsia-700\/25{
    background-color: rgb(162 28 175 / 0.25);
  }

  .md\:bg-fuchsia-700\/30{
    background-color: rgb(162 28 175 / 0.3);
  }

  .md\:bg-fuchsia-700\/35{
    background-color: rgb(162 28 175 / 0.35);
  }

  .md\:bg-fuchsia-700\/40{
    background-color: rgb(162 28 175 / 0.4);
  }

  .md\:bg-fuchsia-700\/45{
    background-color: rgb(162 28 175 / 0.45);
  }

  .md\:bg-fuchsia-700\/5{
    background-color: rgb(162 28 175 / 0.05);
  }

  .md\:bg-fuchsia-700\/50{
    background-color: rgb(162 28 175 / 0.5);
  }

  .md\:bg-fuchsia-700\/55{
    background-color: rgb(162 28 175 / 0.55);
  }

  .md\:bg-fuchsia-700\/60{
    background-color: rgb(162 28 175 / 0.6);
  }

  .md\:bg-fuchsia-700\/65{
    background-color: rgb(162 28 175 / 0.65);
  }

  .md\:bg-fuchsia-700\/70{
    background-color: rgb(162 28 175 / 0.7);
  }

  .md\:bg-fuchsia-700\/75{
    background-color: rgb(162 28 175 / 0.75);
  }

  .md\:bg-fuchsia-700\/80{
    background-color: rgb(162 28 175 / 0.8);
  }

  .md\:bg-fuchsia-700\/85{
    background-color: rgb(162 28 175 / 0.85);
  }

  .md\:bg-fuchsia-700\/90{
    background-color: rgb(162 28 175 / 0.9);
  }

  .md\:bg-fuchsia-700\/95{
    background-color: rgb(162 28 175 / 0.95);
  }

  .md\:bg-fuchsia-800{
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-800\/0{
    background-color: rgb(134 25 143 / 0);
  }

  .md\:bg-fuchsia-800\/10{
    background-color: rgb(134 25 143 / 0.1);
  }

  .md\:bg-fuchsia-800\/100{
    background-color: rgb(134 25 143 / 1);
  }

  .md\:bg-fuchsia-800\/15{
    background-color: rgb(134 25 143 / 0.15);
  }

  .md\:bg-fuchsia-800\/20{
    background-color: rgb(134 25 143 / 0.2);
  }

  .md\:bg-fuchsia-800\/25{
    background-color: rgb(134 25 143 / 0.25);
  }

  .md\:bg-fuchsia-800\/30{
    background-color: rgb(134 25 143 / 0.3);
  }

  .md\:bg-fuchsia-800\/35{
    background-color: rgb(134 25 143 / 0.35);
  }

  .md\:bg-fuchsia-800\/40{
    background-color: rgb(134 25 143 / 0.4);
  }

  .md\:bg-fuchsia-800\/45{
    background-color: rgb(134 25 143 / 0.45);
  }

  .md\:bg-fuchsia-800\/5{
    background-color: rgb(134 25 143 / 0.05);
  }

  .md\:bg-fuchsia-800\/50{
    background-color: rgb(134 25 143 / 0.5);
  }

  .md\:bg-fuchsia-800\/55{
    background-color: rgb(134 25 143 / 0.55);
  }

  .md\:bg-fuchsia-800\/60{
    background-color: rgb(134 25 143 / 0.6);
  }

  .md\:bg-fuchsia-800\/65{
    background-color: rgb(134 25 143 / 0.65);
  }

  .md\:bg-fuchsia-800\/70{
    background-color: rgb(134 25 143 / 0.7);
  }

  .md\:bg-fuchsia-800\/75{
    background-color: rgb(134 25 143 / 0.75);
  }

  .md\:bg-fuchsia-800\/80{
    background-color: rgb(134 25 143 / 0.8);
  }

  .md\:bg-fuchsia-800\/85{
    background-color: rgb(134 25 143 / 0.85);
  }

  .md\:bg-fuchsia-800\/90{
    background-color: rgb(134 25 143 / 0.9);
  }

  .md\:bg-fuchsia-800\/95{
    background-color: rgb(134 25 143 / 0.95);
  }

  .md\:bg-fuchsia-900{
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-900\/0{
    background-color: rgb(112 26 117 / 0);
  }

  .md\:bg-fuchsia-900\/10{
    background-color: rgb(112 26 117 / 0.1);
  }

  .md\:bg-fuchsia-900\/100{
    background-color: rgb(112 26 117 / 1);
  }

  .md\:bg-fuchsia-900\/15{
    background-color: rgb(112 26 117 / 0.15);
  }

  .md\:bg-fuchsia-900\/20{
    background-color: rgb(112 26 117 / 0.2);
  }

  .md\:bg-fuchsia-900\/25{
    background-color: rgb(112 26 117 / 0.25);
  }

  .md\:bg-fuchsia-900\/30{
    background-color: rgb(112 26 117 / 0.3);
  }

  .md\:bg-fuchsia-900\/35{
    background-color: rgb(112 26 117 / 0.35);
  }

  .md\:bg-fuchsia-900\/40{
    background-color: rgb(112 26 117 / 0.4);
  }

  .md\:bg-fuchsia-900\/45{
    background-color: rgb(112 26 117 / 0.45);
  }

  .md\:bg-fuchsia-900\/5{
    background-color: rgb(112 26 117 / 0.05);
  }

  .md\:bg-fuchsia-900\/50{
    background-color: rgb(112 26 117 / 0.5);
  }

  .md\:bg-fuchsia-900\/55{
    background-color: rgb(112 26 117 / 0.55);
  }

  .md\:bg-fuchsia-900\/60{
    background-color: rgb(112 26 117 / 0.6);
  }

  .md\:bg-fuchsia-900\/65{
    background-color: rgb(112 26 117 / 0.65);
  }

  .md\:bg-fuchsia-900\/70{
    background-color: rgb(112 26 117 / 0.7);
  }

  .md\:bg-fuchsia-900\/75{
    background-color: rgb(112 26 117 / 0.75);
  }

  .md\:bg-fuchsia-900\/80{
    background-color: rgb(112 26 117 / 0.8);
  }

  .md\:bg-fuchsia-900\/85{
    background-color: rgb(112 26 117 / 0.85);
  }

  .md\:bg-fuchsia-900\/90{
    background-color: rgb(112 26 117 / 0.9);
  }

  .md\:bg-fuchsia-900\/95{
    background-color: rgb(112 26 117 / 0.95);
  }

  .md\:bg-fuchsia-950{
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-fuchsia-950\/0{
    background-color: rgb(74 4 78 / 0);
  }

  .md\:bg-fuchsia-950\/10{
    background-color: rgb(74 4 78 / 0.1);
  }

  .md\:bg-fuchsia-950\/100{
    background-color: rgb(74 4 78 / 1);
  }

  .md\:bg-fuchsia-950\/15{
    background-color: rgb(74 4 78 / 0.15);
  }

  .md\:bg-fuchsia-950\/20{
    background-color: rgb(74 4 78 / 0.2);
  }

  .md\:bg-fuchsia-950\/25{
    background-color: rgb(74 4 78 / 0.25);
  }

  .md\:bg-fuchsia-950\/30{
    background-color: rgb(74 4 78 / 0.3);
  }

  .md\:bg-fuchsia-950\/35{
    background-color: rgb(74 4 78 / 0.35);
  }

  .md\:bg-fuchsia-950\/40{
    background-color: rgb(74 4 78 / 0.4);
  }

  .md\:bg-fuchsia-950\/45{
    background-color: rgb(74 4 78 / 0.45);
  }

  .md\:bg-fuchsia-950\/5{
    background-color: rgb(74 4 78 / 0.05);
  }

  .md\:bg-fuchsia-950\/50{
    background-color: rgb(74 4 78 / 0.5);
  }

  .md\:bg-fuchsia-950\/55{
    background-color: rgb(74 4 78 / 0.55);
  }

  .md\:bg-fuchsia-950\/60{
    background-color: rgb(74 4 78 / 0.6);
  }

  .md\:bg-fuchsia-950\/65{
    background-color: rgb(74 4 78 / 0.65);
  }

  .md\:bg-fuchsia-950\/70{
    background-color: rgb(74 4 78 / 0.7);
  }

  .md\:bg-fuchsia-950\/75{
    background-color: rgb(74 4 78 / 0.75);
  }

  .md\:bg-fuchsia-950\/80{
    background-color: rgb(74 4 78 / 0.8);
  }

  .md\:bg-fuchsia-950\/85{
    background-color: rgb(74 4 78 / 0.85);
  }

  .md\:bg-fuchsia-950\/90{
    background-color: rgb(74 4 78 / 0.9);
  }

  .md\:bg-fuchsia-950\/95{
    background-color: rgb(74 4 78 / 0.95);
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-100\/0{
    background-color: rgb(243 244 246 / 0);
  }

  .md\:bg-gray-100\/10{
    background-color: rgb(243 244 246 / 0.1);
  }

  .md\:bg-gray-100\/100{
    background-color: rgb(243 244 246 / 1);
  }

  .md\:bg-gray-100\/15{
    background-color: rgb(243 244 246 / 0.15);
  }

  .md\:bg-gray-100\/20{
    background-color: rgb(243 244 246 / 0.2);
  }

  .md\:bg-gray-100\/25{
    background-color: rgb(243 244 246 / 0.25);
  }

  .md\:bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
  }

  .md\:bg-gray-100\/35{
    background-color: rgb(243 244 246 / 0.35);
  }

  .md\:bg-gray-100\/40{
    background-color: rgb(243 244 246 / 0.4);
  }

  .md\:bg-gray-100\/45{
    background-color: rgb(243 244 246 / 0.45);
  }

  .md\:bg-gray-100\/5{
    background-color: rgb(243 244 246 / 0.05);
  }

  .md\:bg-gray-100\/50{
    background-color: rgb(243 244 246 / 0.5);
  }

  .md\:bg-gray-100\/55{
    background-color: rgb(243 244 246 / 0.55);
  }

  .md\:bg-gray-100\/60{
    background-color: rgb(243 244 246 / 0.6);
  }

  .md\:bg-gray-100\/65{
    background-color: rgb(243 244 246 / 0.65);
  }

  .md\:bg-gray-100\/70{
    background-color: rgb(243 244 246 / 0.7);
  }

  .md\:bg-gray-100\/75{
    background-color: rgb(243 244 246 / 0.75);
  }

  .md\:bg-gray-100\/80{
    background-color: rgb(243 244 246 / 0.8);
  }

  .md\:bg-gray-100\/85{
    background-color: rgb(243 244 246 / 0.85);
  }

  .md\:bg-gray-100\/90{
    background-color: rgb(243 244 246 / 0.9);
  }

  .md\:bg-gray-100\/95{
    background-color: rgb(243 244 246 / 0.95);
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-200\/0{
    background-color: rgb(229 231 235 / 0);
  }

  .md\:bg-gray-200\/10{
    background-color: rgb(229 231 235 / 0.1);
  }

  .md\:bg-gray-200\/100{
    background-color: rgb(229 231 235 / 1);
  }

  .md\:bg-gray-200\/15{
    background-color: rgb(229 231 235 / 0.15);
  }

  .md\:bg-gray-200\/20{
    background-color: rgb(229 231 235 / 0.2);
  }

  .md\:bg-gray-200\/25{
    background-color: rgb(229 231 235 / 0.25);
  }

  .md\:bg-gray-200\/30{
    background-color: rgb(229 231 235 / 0.3);
  }

  .md\:bg-gray-200\/35{
    background-color: rgb(229 231 235 / 0.35);
  }

  .md\:bg-gray-200\/40{
    background-color: rgb(229 231 235 / 0.4);
  }

  .md\:bg-gray-200\/45{
    background-color: rgb(229 231 235 / 0.45);
  }

  .md\:bg-gray-200\/5{
    background-color: rgb(229 231 235 / 0.05);
  }

  .md\:bg-gray-200\/50{
    background-color: rgb(229 231 235 / 0.5);
  }

  .md\:bg-gray-200\/55{
    background-color: rgb(229 231 235 / 0.55);
  }

  .md\:bg-gray-200\/60{
    background-color: rgb(229 231 235 / 0.6);
  }

  .md\:bg-gray-200\/65{
    background-color: rgb(229 231 235 / 0.65);
  }

  .md\:bg-gray-200\/70{
    background-color: rgb(229 231 235 / 0.7);
  }

  .md\:bg-gray-200\/75{
    background-color: rgb(229 231 235 / 0.75);
  }

  .md\:bg-gray-200\/80{
    background-color: rgb(229 231 235 / 0.8);
  }

  .md\:bg-gray-200\/85{
    background-color: rgb(229 231 235 / 0.85);
  }

  .md\:bg-gray-200\/90{
    background-color: rgb(229 231 235 / 0.9);
  }

  .md\:bg-gray-200\/95{
    background-color: rgb(229 231 235 / 0.95);
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-300\/0{
    background-color: rgb(209 213 219 / 0);
  }

  .md\:bg-gray-300\/10{
    background-color: rgb(209 213 219 / 0.1);
  }

  .md\:bg-gray-300\/100{
    background-color: rgb(209 213 219 / 1);
  }

  .md\:bg-gray-300\/15{
    background-color: rgb(209 213 219 / 0.15);
  }

  .md\:bg-gray-300\/20{
    background-color: rgb(209 213 219 / 0.2);
  }

  .md\:bg-gray-300\/25{
    background-color: rgb(209 213 219 / 0.25);
  }

  .md\:bg-gray-300\/30{
    background-color: rgb(209 213 219 / 0.3);
  }

  .md\:bg-gray-300\/35{
    background-color: rgb(209 213 219 / 0.35);
  }

  .md\:bg-gray-300\/40{
    background-color: rgb(209 213 219 / 0.4);
  }

  .md\:bg-gray-300\/45{
    background-color: rgb(209 213 219 / 0.45);
  }

  .md\:bg-gray-300\/5{
    background-color: rgb(209 213 219 / 0.05);
  }

  .md\:bg-gray-300\/50{
    background-color: rgb(209 213 219 / 0.5);
  }

  .md\:bg-gray-300\/55{
    background-color: rgb(209 213 219 / 0.55);
  }

  .md\:bg-gray-300\/60{
    background-color: rgb(209 213 219 / 0.6);
  }

  .md\:bg-gray-300\/65{
    background-color: rgb(209 213 219 / 0.65);
  }

  .md\:bg-gray-300\/70{
    background-color: rgb(209 213 219 / 0.7);
  }

  .md\:bg-gray-300\/75{
    background-color: rgb(209 213 219 / 0.75);
  }

  .md\:bg-gray-300\/80{
    background-color: rgb(209 213 219 / 0.8);
  }

  .md\:bg-gray-300\/85{
    background-color: rgb(209 213 219 / 0.85);
  }

  .md\:bg-gray-300\/90{
    background-color: rgb(209 213 219 / 0.9);
  }

  .md\:bg-gray-300\/95{
    background-color: rgb(209 213 219 / 0.95);
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-400\/0{
    background-color: rgb(156 163 175 / 0);
  }

  .md\:bg-gray-400\/10{
    background-color: rgb(156 163 175 / 0.1);
  }

  .md\:bg-gray-400\/100{
    background-color: rgb(156 163 175 / 1);
  }

  .md\:bg-gray-400\/15{
    background-color: rgb(156 163 175 / 0.15);
  }

  .md\:bg-gray-400\/20{
    background-color: rgb(156 163 175 / 0.2);
  }

  .md\:bg-gray-400\/25{
    background-color: rgb(156 163 175 / 0.25);
  }

  .md\:bg-gray-400\/30{
    background-color: rgb(156 163 175 / 0.3);
  }

  .md\:bg-gray-400\/35{
    background-color: rgb(156 163 175 / 0.35);
  }

  .md\:bg-gray-400\/40{
    background-color: rgb(156 163 175 / 0.4);
  }

  .md\:bg-gray-400\/45{
    background-color: rgb(156 163 175 / 0.45);
  }

  .md\:bg-gray-400\/5{
    background-color: rgb(156 163 175 / 0.05);
  }

  .md\:bg-gray-400\/50{
    background-color: rgb(156 163 175 / 0.5);
  }

  .md\:bg-gray-400\/55{
    background-color: rgb(156 163 175 / 0.55);
  }

  .md\:bg-gray-400\/60{
    background-color: rgb(156 163 175 / 0.6);
  }

  .md\:bg-gray-400\/65{
    background-color: rgb(156 163 175 / 0.65);
  }

  .md\:bg-gray-400\/70{
    background-color: rgb(156 163 175 / 0.7);
  }

  .md\:bg-gray-400\/75{
    background-color: rgb(156 163 175 / 0.75);
  }

  .md\:bg-gray-400\/80{
    background-color: rgb(156 163 175 / 0.8);
  }

  .md\:bg-gray-400\/85{
    background-color: rgb(156 163 175 / 0.85);
  }

  .md\:bg-gray-400\/90{
    background-color: rgb(156 163 175 / 0.9);
  }

  .md\:bg-gray-400\/95{
    background-color: rgb(156 163 175 / 0.95);
  }

  .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-50\/0{
    background-color: rgb(249 250 251 / 0);
  }

  .md\:bg-gray-50\/10{
    background-color: rgb(249 250 251 / 0.1);
  }

  .md\:bg-gray-50\/100{
    background-color: rgb(249 250 251 / 1);
  }

  .md\:bg-gray-50\/15{
    background-color: rgb(249 250 251 / 0.15);
  }

  .md\:bg-gray-50\/20{
    background-color: rgb(249 250 251 / 0.2);
  }

  .md\:bg-gray-50\/25{
    background-color: rgb(249 250 251 / 0.25);
  }

  .md\:bg-gray-50\/30{
    background-color: rgb(249 250 251 / 0.3);
  }

  .md\:bg-gray-50\/35{
    background-color: rgb(249 250 251 / 0.35);
  }

  .md\:bg-gray-50\/40{
    background-color: rgb(249 250 251 / 0.4);
  }

  .md\:bg-gray-50\/45{
    background-color: rgb(249 250 251 / 0.45);
  }

  .md\:bg-gray-50\/5{
    background-color: rgb(249 250 251 / 0.05);
  }

  .md\:bg-gray-50\/50{
    background-color: rgb(249 250 251 / 0.5);
  }

  .md\:bg-gray-50\/55{
    background-color: rgb(249 250 251 / 0.55);
  }

  .md\:bg-gray-50\/60{
    background-color: rgb(249 250 251 / 0.6);
  }

  .md\:bg-gray-50\/65{
    background-color: rgb(249 250 251 / 0.65);
  }

  .md\:bg-gray-50\/70{
    background-color: rgb(249 250 251 / 0.7);
  }

  .md\:bg-gray-50\/75{
    background-color: rgb(249 250 251 / 0.75);
  }

  .md\:bg-gray-50\/80{
    background-color: rgb(249 250 251 / 0.8);
  }

  .md\:bg-gray-50\/85{
    background-color: rgb(249 250 251 / 0.85);
  }

  .md\:bg-gray-50\/90{
    background-color: rgb(249 250 251 / 0.9);
  }

  .md\:bg-gray-50\/95{
    background-color: rgb(249 250 251 / 0.95);
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-500\/0{
    background-color: rgb(107 114 128 / 0);
  }

  .md\:bg-gray-500\/10{
    background-color: rgb(107 114 128 / 0.1);
  }

  .md\:bg-gray-500\/100{
    background-color: rgb(107 114 128 / 1);
  }

  .md\:bg-gray-500\/15{
    background-color: rgb(107 114 128 / 0.15);
  }

  .md\:bg-gray-500\/20{
    background-color: rgb(107 114 128 / 0.2);
  }

  .md\:bg-gray-500\/25{
    background-color: rgb(107 114 128 / 0.25);
  }

  .md\:bg-gray-500\/30{
    background-color: rgb(107 114 128 / 0.3);
  }

  .md\:bg-gray-500\/35{
    background-color: rgb(107 114 128 / 0.35);
  }

  .md\:bg-gray-500\/40{
    background-color: rgb(107 114 128 / 0.4);
  }

  .md\:bg-gray-500\/45{
    background-color: rgb(107 114 128 / 0.45);
  }

  .md\:bg-gray-500\/5{
    background-color: rgb(107 114 128 / 0.05);
  }

  .md\:bg-gray-500\/50{
    background-color: rgb(107 114 128 / 0.5);
  }

  .md\:bg-gray-500\/55{
    background-color: rgb(107 114 128 / 0.55);
  }

  .md\:bg-gray-500\/60{
    background-color: rgb(107 114 128 / 0.6);
  }

  .md\:bg-gray-500\/65{
    background-color: rgb(107 114 128 / 0.65);
  }

  .md\:bg-gray-500\/70{
    background-color: rgb(107 114 128 / 0.7);
  }

  .md\:bg-gray-500\/75{
    background-color: rgb(107 114 128 / 0.75);
  }

  .md\:bg-gray-500\/80{
    background-color: rgb(107 114 128 / 0.8);
  }

  .md\:bg-gray-500\/85{
    background-color: rgb(107 114 128 / 0.85);
  }

  .md\:bg-gray-500\/90{
    background-color: rgb(107 114 128 / 0.9);
  }

  .md\:bg-gray-500\/95{
    background-color: rgb(107 114 128 / 0.95);
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-600\/0{
    background-color: rgb(75 85 99 / 0);
  }

  .md\:bg-gray-600\/10{
    background-color: rgb(75 85 99 / 0.1);
  }

  .md\:bg-gray-600\/100{
    background-color: rgb(75 85 99 / 1);
  }

  .md\:bg-gray-600\/15{
    background-color: rgb(75 85 99 / 0.15);
  }

  .md\:bg-gray-600\/20{
    background-color: rgb(75 85 99 / 0.2);
  }

  .md\:bg-gray-600\/25{
    background-color: rgb(75 85 99 / 0.25);
  }

  .md\:bg-gray-600\/30{
    background-color: rgb(75 85 99 / 0.3);
  }

  .md\:bg-gray-600\/35{
    background-color: rgb(75 85 99 / 0.35);
  }

  .md\:bg-gray-600\/40{
    background-color: rgb(75 85 99 / 0.4);
  }

  .md\:bg-gray-600\/45{
    background-color: rgb(75 85 99 / 0.45);
  }

  .md\:bg-gray-600\/5{
    background-color: rgb(75 85 99 / 0.05);
  }

  .md\:bg-gray-600\/50{
    background-color: rgb(75 85 99 / 0.5);
  }

  .md\:bg-gray-600\/55{
    background-color: rgb(75 85 99 / 0.55);
  }

  .md\:bg-gray-600\/60{
    background-color: rgb(75 85 99 / 0.6);
  }

  .md\:bg-gray-600\/65{
    background-color: rgb(75 85 99 / 0.65);
  }

  .md\:bg-gray-600\/70{
    background-color: rgb(75 85 99 / 0.7);
  }

  .md\:bg-gray-600\/75{
    background-color: rgb(75 85 99 / 0.75);
  }

  .md\:bg-gray-600\/80{
    background-color: rgb(75 85 99 / 0.8);
  }

  .md\:bg-gray-600\/85{
    background-color: rgb(75 85 99 / 0.85);
  }

  .md\:bg-gray-600\/90{
    background-color: rgb(75 85 99 / 0.9);
  }

  .md\:bg-gray-600\/95{
    background-color: rgb(75 85 99 / 0.95);
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-700\/0{
    background-color: rgb(55 65 81 / 0);
  }

  .md\:bg-gray-700\/10{
    background-color: rgb(55 65 81 / 0.1);
  }

  .md\:bg-gray-700\/100{
    background-color: rgb(55 65 81 / 1);
  }

  .md\:bg-gray-700\/15{
    background-color: rgb(55 65 81 / 0.15);
  }

  .md\:bg-gray-700\/20{
    background-color: rgb(55 65 81 / 0.2);
  }

  .md\:bg-gray-700\/25{
    background-color: rgb(55 65 81 / 0.25);
  }

  .md\:bg-gray-700\/30{
    background-color: rgb(55 65 81 / 0.3);
  }

  .md\:bg-gray-700\/35{
    background-color: rgb(55 65 81 / 0.35);
  }

  .md\:bg-gray-700\/40{
    background-color: rgb(55 65 81 / 0.4);
  }

  .md\:bg-gray-700\/45{
    background-color: rgb(55 65 81 / 0.45);
  }

  .md\:bg-gray-700\/5{
    background-color: rgb(55 65 81 / 0.05);
  }

  .md\:bg-gray-700\/50{
    background-color: rgb(55 65 81 / 0.5);
  }

  .md\:bg-gray-700\/55{
    background-color: rgb(55 65 81 / 0.55);
  }

  .md\:bg-gray-700\/60{
    background-color: rgb(55 65 81 / 0.6);
  }

  .md\:bg-gray-700\/65{
    background-color: rgb(55 65 81 / 0.65);
  }

  .md\:bg-gray-700\/70{
    background-color: rgb(55 65 81 / 0.7);
  }

  .md\:bg-gray-700\/75{
    background-color: rgb(55 65 81 / 0.75);
  }

  .md\:bg-gray-700\/80{
    background-color: rgb(55 65 81 / 0.8);
  }

  .md\:bg-gray-700\/85{
    background-color: rgb(55 65 81 / 0.85);
  }

  .md\:bg-gray-700\/90{
    background-color: rgb(55 65 81 / 0.9);
  }

  .md\:bg-gray-700\/95{
    background-color: rgb(55 65 81 / 0.95);
  }

  .md\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-800\/0{
    background-color: rgb(31 41 55 / 0);
  }

  .md\:bg-gray-800\/10{
    background-color: rgb(31 41 55 / 0.1);
  }

  .md\:bg-gray-800\/100{
    background-color: rgb(31 41 55 / 1);
  }

  .md\:bg-gray-800\/15{
    background-color: rgb(31 41 55 / 0.15);
  }

  .md\:bg-gray-800\/20{
    background-color: rgb(31 41 55 / 0.2);
  }

  .md\:bg-gray-800\/25{
    background-color: rgb(31 41 55 / 0.25);
  }

  .md\:bg-gray-800\/30{
    background-color: rgb(31 41 55 / 0.3);
  }

  .md\:bg-gray-800\/35{
    background-color: rgb(31 41 55 / 0.35);
  }

  .md\:bg-gray-800\/40{
    background-color: rgb(31 41 55 / 0.4);
  }

  .md\:bg-gray-800\/45{
    background-color: rgb(31 41 55 / 0.45);
  }

  .md\:bg-gray-800\/5{
    background-color: rgb(31 41 55 / 0.05);
  }

  .md\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .md\:bg-gray-800\/55{
    background-color: rgb(31 41 55 / 0.55);
  }

  .md\:bg-gray-800\/60{
    background-color: rgb(31 41 55 / 0.6);
  }

  .md\:bg-gray-800\/65{
    background-color: rgb(31 41 55 / 0.65);
  }

  .md\:bg-gray-800\/70{
    background-color: rgb(31 41 55 / 0.7);
  }

  .md\:bg-gray-800\/75{
    background-color: rgb(31 41 55 / 0.75);
  }

  .md\:bg-gray-800\/80{
    background-color: rgb(31 41 55 / 0.8);
  }

  .md\:bg-gray-800\/85{
    background-color: rgb(31 41 55 / 0.85);
  }

  .md\:bg-gray-800\/90{
    background-color: rgb(31 41 55 / 0.9);
  }

  .md\:bg-gray-800\/95{
    background-color: rgb(31 41 55 / 0.95);
  }

  .md\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-900\/0{
    background-color: rgb(17 24 39 / 0);
  }

  .md\:bg-gray-900\/10{
    background-color: rgb(17 24 39 / 0.1);
  }

  .md\:bg-gray-900\/100{
    background-color: rgb(17 24 39 / 1);
  }

  .md\:bg-gray-900\/15{
    background-color: rgb(17 24 39 / 0.15);
  }

  .md\:bg-gray-900\/20{
    background-color: rgb(17 24 39 / 0.2);
  }

  .md\:bg-gray-900\/25{
    background-color: rgb(17 24 39 / 0.25);
  }

  .md\:bg-gray-900\/30{
    background-color: rgb(17 24 39 / 0.3);
  }

  .md\:bg-gray-900\/35{
    background-color: rgb(17 24 39 / 0.35);
  }

  .md\:bg-gray-900\/40{
    background-color: rgb(17 24 39 / 0.4);
  }

  .md\:bg-gray-900\/45{
    background-color: rgb(17 24 39 / 0.45);
  }

  .md\:bg-gray-900\/5{
    background-color: rgb(17 24 39 / 0.05);
  }

  .md\:bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
  }

  .md\:bg-gray-900\/55{
    background-color: rgb(17 24 39 / 0.55);
  }

  .md\:bg-gray-900\/60{
    background-color: rgb(17 24 39 / 0.6);
  }

  .md\:bg-gray-900\/65{
    background-color: rgb(17 24 39 / 0.65);
  }

  .md\:bg-gray-900\/70{
    background-color: rgb(17 24 39 / 0.7);
  }

  .md\:bg-gray-900\/75{
    background-color: rgb(17 24 39 / 0.75);
  }

  .md\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .md\:bg-gray-900\/85{
    background-color: rgb(17 24 39 / 0.85);
  }

  .md\:bg-gray-900\/90{
    background-color: rgb(17 24 39 / 0.9);
  }

  .md\:bg-gray-900\/95{
    background-color: rgb(17 24 39 / 0.95);
  }

  .md\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-gray-950\/0{
    background-color: rgb(3 7 18 / 0);
  }

  .md\:bg-gray-950\/10{
    background-color: rgb(3 7 18 / 0.1);
  }

  .md\:bg-gray-950\/100{
    background-color: rgb(3 7 18 / 1);
  }

  .md\:bg-gray-950\/15{
    background-color: rgb(3 7 18 / 0.15);
  }

  .md\:bg-gray-950\/20{
    background-color: rgb(3 7 18 / 0.2);
  }

  .md\:bg-gray-950\/25{
    background-color: rgb(3 7 18 / 0.25);
  }

  .md\:bg-gray-950\/30{
    background-color: rgb(3 7 18 / 0.3);
  }

  .md\:bg-gray-950\/35{
    background-color: rgb(3 7 18 / 0.35);
  }

  .md\:bg-gray-950\/40{
    background-color: rgb(3 7 18 / 0.4);
  }

  .md\:bg-gray-950\/45{
    background-color: rgb(3 7 18 / 0.45);
  }

  .md\:bg-gray-950\/5{
    background-color: rgb(3 7 18 / 0.05);
  }

  .md\:bg-gray-950\/50{
    background-color: rgb(3 7 18 / 0.5);
  }

  .md\:bg-gray-950\/55{
    background-color: rgb(3 7 18 / 0.55);
  }

  .md\:bg-gray-950\/60{
    background-color: rgb(3 7 18 / 0.6);
  }

  .md\:bg-gray-950\/65{
    background-color: rgb(3 7 18 / 0.65);
  }

  .md\:bg-gray-950\/70{
    background-color: rgb(3 7 18 / 0.7);
  }

  .md\:bg-gray-950\/75{
    background-color: rgb(3 7 18 / 0.75);
  }

  .md\:bg-gray-950\/80{
    background-color: rgb(3 7 18 / 0.8);
  }

  .md\:bg-gray-950\/85{
    background-color: rgb(3 7 18 / 0.85);
  }

  .md\:bg-gray-950\/90{
    background-color: rgb(3 7 18 / 0.9);
  }

  .md\:bg-gray-950\/95{
    background-color: rgb(3 7 18 / 0.95);
  }

  .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-100\/0{
    background-color: rgb(220 252 231 / 0);
  }

  .md\:bg-green-100\/10{
    background-color: rgb(220 252 231 / 0.1);
  }

  .md\:bg-green-100\/100{
    background-color: rgb(220 252 231 / 1);
  }

  .md\:bg-green-100\/15{
    background-color: rgb(220 252 231 / 0.15);
  }

  .md\:bg-green-100\/20{
    background-color: rgb(220 252 231 / 0.2);
  }

  .md\:bg-green-100\/25{
    background-color: rgb(220 252 231 / 0.25);
  }

  .md\:bg-green-100\/30{
    background-color: rgb(220 252 231 / 0.3);
  }

  .md\:bg-green-100\/35{
    background-color: rgb(220 252 231 / 0.35);
  }

  .md\:bg-green-100\/40{
    background-color: rgb(220 252 231 / 0.4);
  }

  .md\:bg-green-100\/45{
    background-color: rgb(220 252 231 / 0.45);
  }

  .md\:bg-green-100\/5{
    background-color: rgb(220 252 231 / 0.05);
  }

  .md\:bg-green-100\/50{
    background-color: rgb(220 252 231 / 0.5);
  }

  .md\:bg-green-100\/55{
    background-color: rgb(220 252 231 / 0.55);
  }

  .md\:bg-green-100\/60{
    background-color: rgb(220 252 231 / 0.6);
  }

  .md\:bg-green-100\/65{
    background-color: rgb(220 252 231 / 0.65);
  }

  .md\:bg-green-100\/70{
    background-color: rgb(220 252 231 / 0.7);
  }

  .md\:bg-green-100\/75{
    background-color: rgb(220 252 231 / 0.75);
  }

  .md\:bg-green-100\/80{
    background-color: rgb(220 252 231 / 0.8);
  }

  .md\:bg-green-100\/85{
    background-color: rgb(220 252 231 / 0.85);
  }

  .md\:bg-green-100\/90{
    background-color: rgb(220 252 231 / 0.9);
  }

  .md\:bg-green-100\/95{
    background-color: rgb(220 252 231 / 0.95);
  }

  .md\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-200\/0{
    background-color: rgb(187 247 208 / 0);
  }

  .md\:bg-green-200\/10{
    background-color: rgb(187 247 208 / 0.1);
  }

  .md\:bg-green-200\/100{
    background-color: rgb(187 247 208 / 1);
  }

  .md\:bg-green-200\/15{
    background-color: rgb(187 247 208 / 0.15);
  }

  .md\:bg-green-200\/20{
    background-color: rgb(187 247 208 / 0.2);
  }

  .md\:bg-green-200\/25{
    background-color: rgb(187 247 208 / 0.25);
  }

  .md\:bg-green-200\/30{
    background-color: rgb(187 247 208 / 0.3);
  }

  .md\:bg-green-200\/35{
    background-color: rgb(187 247 208 / 0.35);
  }

  .md\:bg-green-200\/40{
    background-color: rgb(187 247 208 / 0.4);
  }

  .md\:bg-green-200\/45{
    background-color: rgb(187 247 208 / 0.45);
  }

  .md\:bg-green-200\/5{
    background-color: rgb(187 247 208 / 0.05);
  }

  .md\:bg-green-200\/50{
    background-color: rgb(187 247 208 / 0.5);
  }

  .md\:bg-green-200\/55{
    background-color: rgb(187 247 208 / 0.55);
  }

  .md\:bg-green-200\/60{
    background-color: rgb(187 247 208 / 0.6);
  }

  .md\:bg-green-200\/65{
    background-color: rgb(187 247 208 / 0.65);
  }

  .md\:bg-green-200\/70{
    background-color: rgb(187 247 208 / 0.7);
  }

  .md\:bg-green-200\/75{
    background-color: rgb(187 247 208 / 0.75);
  }

  .md\:bg-green-200\/80{
    background-color: rgb(187 247 208 / 0.8);
  }

  .md\:bg-green-200\/85{
    background-color: rgb(187 247 208 / 0.85);
  }

  .md\:bg-green-200\/90{
    background-color: rgb(187 247 208 / 0.9);
  }

  .md\:bg-green-200\/95{
    background-color: rgb(187 247 208 / 0.95);
  }

  .md\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-300\/0{
    background-color: rgb(134 239 172 / 0);
  }

  .md\:bg-green-300\/10{
    background-color: rgb(134 239 172 / 0.1);
  }

  .md\:bg-green-300\/100{
    background-color: rgb(134 239 172 / 1);
  }

  .md\:bg-green-300\/15{
    background-color: rgb(134 239 172 / 0.15);
  }

  .md\:bg-green-300\/20{
    background-color: rgb(134 239 172 / 0.2);
  }

  .md\:bg-green-300\/25{
    background-color: rgb(134 239 172 / 0.25);
  }

  .md\:bg-green-300\/30{
    background-color: rgb(134 239 172 / 0.3);
  }

  .md\:bg-green-300\/35{
    background-color: rgb(134 239 172 / 0.35);
  }

  .md\:bg-green-300\/40{
    background-color: rgb(134 239 172 / 0.4);
  }

  .md\:bg-green-300\/45{
    background-color: rgb(134 239 172 / 0.45);
  }

  .md\:bg-green-300\/5{
    background-color: rgb(134 239 172 / 0.05);
  }

  .md\:bg-green-300\/50{
    background-color: rgb(134 239 172 / 0.5);
  }

  .md\:bg-green-300\/55{
    background-color: rgb(134 239 172 / 0.55);
  }

  .md\:bg-green-300\/60{
    background-color: rgb(134 239 172 / 0.6);
  }

  .md\:bg-green-300\/65{
    background-color: rgb(134 239 172 / 0.65);
  }

  .md\:bg-green-300\/70{
    background-color: rgb(134 239 172 / 0.7);
  }

  .md\:bg-green-300\/75{
    background-color: rgb(134 239 172 / 0.75);
  }

  .md\:bg-green-300\/80{
    background-color: rgb(134 239 172 / 0.8);
  }

  .md\:bg-green-300\/85{
    background-color: rgb(134 239 172 / 0.85);
  }

  .md\:bg-green-300\/90{
    background-color: rgb(134 239 172 / 0.9);
  }

  .md\:bg-green-300\/95{
    background-color: rgb(134 239 172 / 0.95);
  }

  .md\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-400\/0{
    background-color: rgb(74 222 128 / 0);
  }

  .md\:bg-green-400\/10{
    background-color: rgb(74 222 128 / 0.1);
  }

  .md\:bg-green-400\/100{
    background-color: rgb(74 222 128 / 1);
  }

  .md\:bg-green-400\/15{
    background-color: rgb(74 222 128 / 0.15);
  }

  .md\:bg-green-400\/20{
    background-color: rgb(74 222 128 / 0.2);
  }

  .md\:bg-green-400\/25{
    background-color: rgb(74 222 128 / 0.25);
  }

  .md\:bg-green-400\/30{
    background-color: rgb(74 222 128 / 0.3);
  }

  .md\:bg-green-400\/35{
    background-color: rgb(74 222 128 / 0.35);
  }

  .md\:bg-green-400\/40{
    background-color: rgb(74 222 128 / 0.4);
  }

  .md\:bg-green-400\/45{
    background-color: rgb(74 222 128 / 0.45);
  }

  .md\:bg-green-400\/5{
    background-color: rgb(74 222 128 / 0.05);
  }

  .md\:bg-green-400\/50{
    background-color: rgb(74 222 128 / 0.5);
  }

  .md\:bg-green-400\/55{
    background-color: rgb(74 222 128 / 0.55);
  }

  .md\:bg-green-400\/60{
    background-color: rgb(74 222 128 / 0.6);
  }

  .md\:bg-green-400\/65{
    background-color: rgb(74 222 128 / 0.65);
  }

  .md\:bg-green-400\/70{
    background-color: rgb(74 222 128 / 0.7);
  }

  .md\:bg-green-400\/75{
    background-color: rgb(74 222 128 / 0.75);
  }

  .md\:bg-green-400\/80{
    background-color: rgb(74 222 128 / 0.8);
  }

  .md\:bg-green-400\/85{
    background-color: rgb(74 222 128 / 0.85);
  }

  .md\:bg-green-400\/90{
    background-color: rgb(74 222 128 / 0.9);
  }

  .md\:bg-green-400\/95{
    background-color: rgb(74 222 128 / 0.95);
  }

  .md\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-50\/0{
    background-color: rgb(240 253 244 / 0);
  }

  .md\:bg-green-50\/10{
    background-color: rgb(240 253 244 / 0.1);
  }

  .md\:bg-green-50\/100{
    background-color: rgb(240 253 244 / 1);
  }

  .md\:bg-green-50\/15{
    background-color: rgb(240 253 244 / 0.15);
  }

  .md\:bg-green-50\/20{
    background-color: rgb(240 253 244 / 0.2);
  }

  .md\:bg-green-50\/25{
    background-color: rgb(240 253 244 / 0.25);
  }

  .md\:bg-green-50\/30{
    background-color: rgb(240 253 244 / 0.3);
  }

  .md\:bg-green-50\/35{
    background-color: rgb(240 253 244 / 0.35);
  }

  .md\:bg-green-50\/40{
    background-color: rgb(240 253 244 / 0.4);
  }

  .md\:bg-green-50\/45{
    background-color: rgb(240 253 244 / 0.45);
  }

  .md\:bg-green-50\/5{
    background-color: rgb(240 253 244 / 0.05);
  }

  .md\:bg-green-50\/50{
    background-color: rgb(240 253 244 / 0.5);
  }

  .md\:bg-green-50\/55{
    background-color: rgb(240 253 244 / 0.55);
  }

  .md\:bg-green-50\/60{
    background-color: rgb(240 253 244 / 0.6);
  }

  .md\:bg-green-50\/65{
    background-color: rgb(240 253 244 / 0.65);
  }

  .md\:bg-green-50\/70{
    background-color: rgb(240 253 244 / 0.7);
  }

  .md\:bg-green-50\/75{
    background-color: rgb(240 253 244 / 0.75);
  }

  .md\:bg-green-50\/80{
    background-color: rgb(240 253 244 / 0.8);
  }

  .md\:bg-green-50\/85{
    background-color: rgb(240 253 244 / 0.85);
  }

  .md\:bg-green-50\/90{
    background-color: rgb(240 253 244 / 0.9);
  }

  .md\:bg-green-50\/95{
    background-color: rgb(240 253 244 / 0.95);
  }

  .md\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-500\/0{
    background-color: rgb(34 197 94 / 0);
  }

  .md\:bg-green-500\/10{
    background-color: rgb(34 197 94 / 0.1);
  }

  .md\:bg-green-500\/100{
    background-color: rgb(34 197 94 / 1);
  }

  .md\:bg-green-500\/15{
    background-color: rgb(34 197 94 / 0.15);
  }

  .md\:bg-green-500\/20{
    background-color: rgb(34 197 94 / 0.2);
  }

  .md\:bg-green-500\/25{
    background-color: rgb(34 197 94 / 0.25);
  }

  .md\:bg-green-500\/30{
    background-color: rgb(34 197 94 / 0.3);
  }

  .md\:bg-green-500\/35{
    background-color: rgb(34 197 94 / 0.35);
  }

  .md\:bg-green-500\/40{
    background-color: rgb(34 197 94 / 0.4);
  }

  .md\:bg-green-500\/45{
    background-color: rgb(34 197 94 / 0.45);
  }

  .md\:bg-green-500\/5{
    background-color: rgb(34 197 94 / 0.05);
  }

  .md\:bg-green-500\/50{
    background-color: rgb(34 197 94 / 0.5);
  }

  .md\:bg-green-500\/55{
    background-color: rgb(34 197 94 / 0.55);
  }

  .md\:bg-green-500\/60{
    background-color: rgb(34 197 94 / 0.6);
  }

  .md\:bg-green-500\/65{
    background-color: rgb(34 197 94 / 0.65);
  }

  .md\:bg-green-500\/70{
    background-color: rgb(34 197 94 / 0.7);
  }

  .md\:bg-green-500\/75{
    background-color: rgb(34 197 94 / 0.75);
  }

  .md\:bg-green-500\/80{
    background-color: rgb(34 197 94 / 0.8);
  }

  .md\:bg-green-500\/85{
    background-color: rgb(34 197 94 / 0.85);
  }

  .md\:bg-green-500\/90{
    background-color: rgb(34 197 94 / 0.9);
  }

  .md\:bg-green-500\/95{
    background-color: rgb(34 197 94 / 0.95);
  }

  .md\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-600\/0{
    background-color: rgb(22 163 74 / 0);
  }

  .md\:bg-green-600\/10{
    background-color: rgb(22 163 74 / 0.1);
  }

  .md\:bg-green-600\/100{
    background-color: rgb(22 163 74 / 1);
  }

  .md\:bg-green-600\/15{
    background-color: rgb(22 163 74 / 0.15);
  }

  .md\:bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
  }

  .md\:bg-green-600\/25{
    background-color: rgb(22 163 74 / 0.25);
  }

  .md\:bg-green-600\/30{
    background-color: rgb(22 163 74 / 0.3);
  }

  .md\:bg-green-600\/35{
    background-color: rgb(22 163 74 / 0.35);
  }

  .md\:bg-green-600\/40{
    background-color: rgb(22 163 74 / 0.4);
  }

  .md\:bg-green-600\/45{
    background-color: rgb(22 163 74 / 0.45);
  }

  .md\:bg-green-600\/5{
    background-color: rgb(22 163 74 / 0.05);
  }

  .md\:bg-green-600\/50{
    background-color: rgb(22 163 74 / 0.5);
  }

  .md\:bg-green-600\/55{
    background-color: rgb(22 163 74 / 0.55);
  }

  .md\:bg-green-600\/60{
    background-color: rgb(22 163 74 / 0.6);
  }

  .md\:bg-green-600\/65{
    background-color: rgb(22 163 74 / 0.65);
  }

  .md\:bg-green-600\/70{
    background-color: rgb(22 163 74 / 0.7);
  }

  .md\:bg-green-600\/75{
    background-color: rgb(22 163 74 / 0.75);
  }

  .md\:bg-green-600\/80{
    background-color: rgb(22 163 74 / 0.8);
  }

  .md\:bg-green-600\/85{
    background-color: rgb(22 163 74 / 0.85);
  }

  .md\:bg-green-600\/90{
    background-color: rgb(22 163 74 / 0.9);
  }

  .md\:bg-green-600\/95{
    background-color: rgb(22 163 74 / 0.95);
  }

  .md\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-700\/0{
    background-color: rgb(21 128 61 / 0);
  }

  .md\:bg-green-700\/10{
    background-color: rgb(21 128 61 / 0.1);
  }

  .md\:bg-green-700\/100{
    background-color: rgb(21 128 61 / 1);
  }

  .md\:bg-green-700\/15{
    background-color: rgb(21 128 61 / 0.15);
  }

  .md\:bg-green-700\/20{
    background-color: rgb(21 128 61 / 0.2);
  }

  .md\:bg-green-700\/25{
    background-color: rgb(21 128 61 / 0.25);
  }

  .md\:bg-green-700\/30{
    background-color: rgb(21 128 61 / 0.3);
  }

  .md\:bg-green-700\/35{
    background-color: rgb(21 128 61 / 0.35);
  }

  .md\:bg-green-700\/40{
    background-color: rgb(21 128 61 / 0.4);
  }

  .md\:bg-green-700\/45{
    background-color: rgb(21 128 61 / 0.45);
  }

  .md\:bg-green-700\/5{
    background-color: rgb(21 128 61 / 0.05);
  }

  .md\:bg-green-700\/50{
    background-color: rgb(21 128 61 / 0.5);
  }

  .md\:bg-green-700\/55{
    background-color: rgb(21 128 61 / 0.55);
  }

  .md\:bg-green-700\/60{
    background-color: rgb(21 128 61 / 0.6);
  }

  .md\:bg-green-700\/65{
    background-color: rgb(21 128 61 / 0.65);
  }

  .md\:bg-green-700\/70{
    background-color: rgb(21 128 61 / 0.7);
  }

  .md\:bg-green-700\/75{
    background-color: rgb(21 128 61 / 0.75);
  }

  .md\:bg-green-700\/80{
    background-color: rgb(21 128 61 / 0.8);
  }

  .md\:bg-green-700\/85{
    background-color: rgb(21 128 61 / 0.85);
  }

  .md\:bg-green-700\/90{
    background-color: rgb(21 128 61 / 0.9);
  }

  .md\:bg-green-700\/95{
    background-color: rgb(21 128 61 / 0.95);
  }

  .md\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-800\/0{
    background-color: rgb(22 101 52 / 0);
  }

  .md\:bg-green-800\/10{
    background-color: rgb(22 101 52 / 0.1);
  }

  .md\:bg-green-800\/100{
    background-color: rgb(22 101 52 / 1);
  }

  .md\:bg-green-800\/15{
    background-color: rgb(22 101 52 / 0.15);
  }

  .md\:bg-green-800\/20{
    background-color: rgb(22 101 52 / 0.2);
  }

  .md\:bg-green-800\/25{
    background-color: rgb(22 101 52 / 0.25);
  }

  .md\:bg-green-800\/30{
    background-color: rgb(22 101 52 / 0.3);
  }

  .md\:bg-green-800\/35{
    background-color: rgb(22 101 52 / 0.35);
  }

  .md\:bg-green-800\/40{
    background-color: rgb(22 101 52 / 0.4);
  }

  .md\:bg-green-800\/45{
    background-color: rgb(22 101 52 / 0.45);
  }

  .md\:bg-green-800\/5{
    background-color: rgb(22 101 52 / 0.05);
  }

  .md\:bg-green-800\/50{
    background-color: rgb(22 101 52 / 0.5);
  }

  .md\:bg-green-800\/55{
    background-color: rgb(22 101 52 / 0.55);
  }

  .md\:bg-green-800\/60{
    background-color: rgb(22 101 52 / 0.6);
  }

  .md\:bg-green-800\/65{
    background-color: rgb(22 101 52 / 0.65);
  }

  .md\:bg-green-800\/70{
    background-color: rgb(22 101 52 / 0.7);
  }

  .md\:bg-green-800\/75{
    background-color: rgb(22 101 52 / 0.75);
  }

  .md\:bg-green-800\/80{
    background-color: rgb(22 101 52 / 0.8);
  }

  .md\:bg-green-800\/85{
    background-color: rgb(22 101 52 / 0.85);
  }

  .md\:bg-green-800\/90{
    background-color: rgb(22 101 52 / 0.9);
  }

  .md\:bg-green-800\/95{
    background-color: rgb(22 101 52 / 0.95);
  }

  .md\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-900\/0{
    background-color: rgb(20 83 45 / 0);
  }

  .md\:bg-green-900\/10{
    background-color: rgb(20 83 45 / 0.1);
  }

  .md\:bg-green-900\/100{
    background-color: rgb(20 83 45 / 1);
  }

  .md\:bg-green-900\/15{
    background-color: rgb(20 83 45 / 0.15);
  }

  .md\:bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }

  .md\:bg-green-900\/25{
    background-color: rgb(20 83 45 / 0.25);
  }

  .md\:bg-green-900\/30{
    background-color: rgb(20 83 45 / 0.3);
  }

  .md\:bg-green-900\/35{
    background-color: rgb(20 83 45 / 0.35);
  }

  .md\:bg-green-900\/40{
    background-color: rgb(20 83 45 / 0.4);
  }

  .md\:bg-green-900\/45{
    background-color: rgb(20 83 45 / 0.45);
  }

  .md\:bg-green-900\/5{
    background-color: rgb(20 83 45 / 0.05);
  }

  .md\:bg-green-900\/50{
    background-color: rgb(20 83 45 / 0.5);
  }

  .md\:bg-green-900\/55{
    background-color: rgb(20 83 45 / 0.55);
  }

  .md\:bg-green-900\/60{
    background-color: rgb(20 83 45 / 0.6);
  }

  .md\:bg-green-900\/65{
    background-color: rgb(20 83 45 / 0.65);
  }

  .md\:bg-green-900\/70{
    background-color: rgb(20 83 45 / 0.7);
  }

  .md\:bg-green-900\/75{
    background-color: rgb(20 83 45 / 0.75);
  }

  .md\:bg-green-900\/80{
    background-color: rgb(20 83 45 / 0.8);
  }

  .md\:bg-green-900\/85{
    background-color: rgb(20 83 45 / 0.85);
  }

  .md\:bg-green-900\/90{
    background-color: rgb(20 83 45 / 0.9);
  }

  .md\:bg-green-900\/95{
    background-color: rgb(20 83 45 / 0.95);
  }

  .md\:bg-green-950{
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-green-950\/0{
    background-color: rgb(5 46 22 / 0);
  }

  .md\:bg-green-950\/10{
    background-color: rgb(5 46 22 / 0.1);
  }

  .md\:bg-green-950\/100{
    background-color: rgb(5 46 22 / 1);
  }

  .md\:bg-green-950\/15{
    background-color: rgb(5 46 22 / 0.15);
  }

  .md\:bg-green-950\/20{
    background-color: rgb(5 46 22 / 0.2);
  }

  .md\:bg-green-950\/25{
    background-color: rgb(5 46 22 / 0.25);
  }

  .md\:bg-green-950\/30{
    background-color: rgb(5 46 22 / 0.3);
  }

  .md\:bg-green-950\/35{
    background-color: rgb(5 46 22 / 0.35);
  }

  .md\:bg-green-950\/40{
    background-color: rgb(5 46 22 / 0.4);
  }

  .md\:bg-green-950\/45{
    background-color: rgb(5 46 22 / 0.45);
  }

  .md\:bg-green-950\/5{
    background-color: rgb(5 46 22 / 0.05);
  }

  .md\:bg-green-950\/50{
    background-color: rgb(5 46 22 / 0.5);
  }

  .md\:bg-green-950\/55{
    background-color: rgb(5 46 22 / 0.55);
  }

  .md\:bg-green-950\/60{
    background-color: rgb(5 46 22 / 0.6);
  }

  .md\:bg-green-950\/65{
    background-color: rgb(5 46 22 / 0.65);
  }

  .md\:bg-green-950\/70{
    background-color: rgb(5 46 22 / 0.7);
  }

  .md\:bg-green-950\/75{
    background-color: rgb(5 46 22 / 0.75);
  }

  .md\:bg-green-950\/80{
    background-color: rgb(5 46 22 / 0.8);
  }

  .md\:bg-green-950\/85{
    background-color: rgb(5 46 22 / 0.85);
  }

  .md\:bg-green-950\/90{
    background-color: rgb(5 46 22 / 0.9);
  }

  .md\:bg-green-950\/95{
    background-color: rgb(5 46 22 / 0.95);
  }

  .md\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-100\/0{
    background-color: rgb(224 231 255 / 0);
  }

  .md\:bg-indigo-100\/10{
    background-color: rgb(224 231 255 / 0.1);
  }

  .md\:bg-indigo-100\/100{
    background-color: rgb(224 231 255 / 1);
  }

  .md\:bg-indigo-100\/15{
    background-color: rgb(224 231 255 / 0.15);
  }

  .md\:bg-indigo-100\/20{
    background-color: rgb(224 231 255 / 0.2);
  }

  .md\:bg-indigo-100\/25{
    background-color: rgb(224 231 255 / 0.25);
  }

  .md\:bg-indigo-100\/30{
    background-color: rgb(224 231 255 / 0.3);
  }

  .md\:bg-indigo-100\/35{
    background-color: rgb(224 231 255 / 0.35);
  }

  .md\:bg-indigo-100\/40{
    background-color: rgb(224 231 255 / 0.4);
  }

  .md\:bg-indigo-100\/45{
    background-color: rgb(224 231 255 / 0.45);
  }

  .md\:bg-indigo-100\/5{
    background-color: rgb(224 231 255 / 0.05);
  }

  .md\:bg-indigo-100\/50{
    background-color: rgb(224 231 255 / 0.5);
  }

  .md\:bg-indigo-100\/55{
    background-color: rgb(224 231 255 / 0.55);
  }

  .md\:bg-indigo-100\/60{
    background-color: rgb(224 231 255 / 0.6);
  }

  .md\:bg-indigo-100\/65{
    background-color: rgb(224 231 255 / 0.65);
  }

  .md\:bg-indigo-100\/70{
    background-color: rgb(224 231 255 / 0.7);
  }

  .md\:bg-indigo-100\/75{
    background-color: rgb(224 231 255 / 0.75);
  }

  .md\:bg-indigo-100\/80{
    background-color: rgb(224 231 255 / 0.8);
  }

  .md\:bg-indigo-100\/85{
    background-color: rgb(224 231 255 / 0.85);
  }

  .md\:bg-indigo-100\/90{
    background-color: rgb(224 231 255 / 0.9);
  }

  .md\:bg-indigo-100\/95{
    background-color: rgb(224 231 255 / 0.95);
  }

  .md\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-200\/0{
    background-color: rgb(199 210 254 / 0);
  }

  .md\:bg-indigo-200\/10{
    background-color: rgb(199 210 254 / 0.1);
  }

  .md\:bg-indigo-200\/100{
    background-color: rgb(199 210 254 / 1);
  }

  .md\:bg-indigo-200\/15{
    background-color: rgb(199 210 254 / 0.15);
  }

  .md\:bg-indigo-200\/20{
    background-color: rgb(199 210 254 / 0.2);
  }

  .md\:bg-indigo-200\/25{
    background-color: rgb(199 210 254 / 0.25);
  }

  .md\:bg-indigo-200\/30{
    background-color: rgb(199 210 254 / 0.3);
  }

  .md\:bg-indigo-200\/35{
    background-color: rgb(199 210 254 / 0.35);
  }

  .md\:bg-indigo-200\/40{
    background-color: rgb(199 210 254 / 0.4);
  }

  .md\:bg-indigo-200\/45{
    background-color: rgb(199 210 254 / 0.45);
  }

  .md\:bg-indigo-200\/5{
    background-color: rgb(199 210 254 / 0.05);
  }

  .md\:bg-indigo-200\/50{
    background-color: rgb(199 210 254 / 0.5);
  }

  .md\:bg-indigo-200\/55{
    background-color: rgb(199 210 254 / 0.55);
  }

  .md\:bg-indigo-200\/60{
    background-color: rgb(199 210 254 / 0.6);
  }

  .md\:bg-indigo-200\/65{
    background-color: rgb(199 210 254 / 0.65);
  }

  .md\:bg-indigo-200\/70{
    background-color: rgb(199 210 254 / 0.7);
  }

  .md\:bg-indigo-200\/75{
    background-color: rgb(199 210 254 / 0.75);
  }

  .md\:bg-indigo-200\/80{
    background-color: rgb(199 210 254 / 0.8);
  }

  .md\:bg-indigo-200\/85{
    background-color: rgb(199 210 254 / 0.85);
  }

  .md\:bg-indigo-200\/90{
    background-color: rgb(199 210 254 / 0.9);
  }

  .md\:bg-indigo-200\/95{
    background-color: rgb(199 210 254 / 0.95);
  }

  .md\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-300\/0{
    background-color: rgb(165 180 252 / 0);
  }

  .md\:bg-indigo-300\/10{
    background-color: rgb(165 180 252 / 0.1);
  }

  .md\:bg-indigo-300\/100{
    background-color: rgb(165 180 252 / 1);
  }

  .md\:bg-indigo-300\/15{
    background-color: rgb(165 180 252 / 0.15);
  }

  .md\:bg-indigo-300\/20{
    background-color: rgb(165 180 252 / 0.2);
  }

  .md\:bg-indigo-300\/25{
    background-color: rgb(165 180 252 / 0.25);
  }

  .md\:bg-indigo-300\/30{
    background-color: rgb(165 180 252 / 0.3);
  }

  .md\:bg-indigo-300\/35{
    background-color: rgb(165 180 252 / 0.35);
  }

  .md\:bg-indigo-300\/40{
    background-color: rgb(165 180 252 / 0.4);
  }

  .md\:bg-indigo-300\/45{
    background-color: rgb(165 180 252 / 0.45);
  }

  .md\:bg-indigo-300\/5{
    background-color: rgb(165 180 252 / 0.05);
  }

  .md\:bg-indigo-300\/50{
    background-color: rgb(165 180 252 / 0.5);
  }

  .md\:bg-indigo-300\/55{
    background-color: rgb(165 180 252 / 0.55);
  }

  .md\:bg-indigo-300\/60{
    background-color: rgb(165 180 252 / 0.6);
  }

  .md\:bg-indigo-300\/65{
    background-color: rgb(165 180 252 / 0.65);
  }

  .md\:bg-indigo-300\/70{
    background-color: rgb(165 180 252 / 0.7);
  }

  .md\:bg-indigo-300\/75{
    background-color: rgb(165 180 252 / 0.75);
  }

  .md\:bg-indigo-300\/80{
    background-color: rgb(165 180 252 / 0.8);
  }

  .md\:bg-indigo-300\/85{
    background-color: rgb(165 180 252 / 0.85);
  }

  .md\:bg-indigo-300\/90{
    background-color: rgb(165 180 252 / 0.9);
  }

  .md\:bg-indigo-300\/95{
    background-color: rgb(165 180 252 / 0.95);
  }

  .md\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-400\/0{
    background-color: rgb(129 140 248 / 0);
  }

  .md\:bg-indigo-400\/10{
    background-color: rgb(129 140 248 / 0.1);
  }

  .md\:bg-indigo-400\/100{
    background-color: rgb(129 140 248 / 1);
  }

  .md\:bg-indigo-400\/15{
    background-color: rgb(129 140 248 / 0.15);
  }

  .md\:bg-indigo-400\/20{
    background-color: rgb(129 140 248 / 0.2);
  }

  .md\:bg-indigo-400\/25{
    background-color: rgb(129 140 248 / 0.25);
  }

  .md\:bg-indigo-400\/30{
    background-color: rgb(129 140 248 / 0.3);
  }

  .md\:bg-indigo-400\/35{
    background-color: rgb(129 140 248 / 0.35);
  }

  .md\:bg-indigo-400\/40{
    background-color: rgb(129 140 248 / 0.4);
  }

  .md\:bg-indigo-400\/45{
    background-color: rgb(129 140 248 / 0.45);
  }

  .md\:bg-indigo-400\/5{
    background-color: rgb(129 140 248 / 0.05);
  }

  .md\:bg-indigo-400\/50{
    background-color: rgb(129 140 248 / 0.5);
  }

  .md\:bg-indigo-400\/55{
    background-color: rgb(129 140 248 / 0.55);
  }

  .md\:bg-indigo-400\/60{
    background-color: rgb(129 140 248 / 0.6);
  }

  .md\:bg-indigo-400\/65{
    background-color: rgb(129 140 248 / 0.65);
  }

  .md\:bg-indigo-400\/70{
    background-color: rgb(129 140 248 / 0.7);
  }

  .md\:bg-indigo-400\/75{
    background-color: rgb(129 140 248 / 0.75);
  }

  .md\:bg-indigo-400\/80{
    background-color: rgb(129 140 248 / 0.8);
  }

  .md\:bg-indigo-400\/85{
    background-color: rgb(129 140 248 / 0.85);
  }

  .md\:bg-indigo-400\/90{
    background-color: rgb(129 140 248 / 0.9);
  }

  .md\:bg-indigo-400\/95{
    background-color: rgb(129 140 248 / 0.95);
  }

  .md\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-50\/0{
    background-color: rgb(238 242 255 / 0);
  }

  .md\:bg-indigo-50\/10{
    background-color: rgb(238 242 255 / 0.1);
  }

  .md\:bg-indigo-50\/100{
    background-color: rgb(238 242 255 / 1);
  }

  .md\:bg-indigo-50\/15{
    background-color: rgb(238 242 255 / 0.15);
  }

  .md\:bg-indigo-50\/20{
    background-color: rgb(238 242 255 / 0.2);
  }

  .md\:bg-indigo-50\/25{
    background-color: rgb(238 242 255 / 0.25);
  }

  .md\:bg-indigo-50\/30{
    background-color: rgb(238 242 255 / 0.3);
  }

  .md\:bg-indigo-50\/35{
    background-color: rgb(238 242 255 / 0.35);
  }

  .md\:bg-indigo-50\/40{
    background-color: rgb(238 242 255 / 0.4);
  }

  .md\:bg-indigo-50\/45{
    background-color: rgb(238 242 255 / 0.45);
  }

  .md\:bg-indigo-50\/5{
    background-color: rgb(238 242 255 / 0.05);
  }

  .md\:bg-indigo-50\/50{
    background-color: rgb(238 242 255 / 0.5);
  }

  .md\:bg-indigo-50\/55{
    background-color: rgb(238 242 255 / 0.55);
  }

  .md\:bg-indigo-50\/60{
    background-color: rgb(238 242 255 / 0.6);
  }

  .md\:bg-indigo-50\/65{
    background-color: rgb(238 242 255 / 0.65);
  }

  .md\:bg-indigo-50\/70{
    background-color: rgb(238 242 255 / 0.7);
  }

  .md\:bg-indigo-50\/75{
    background-color: rgb(238 242 255 / 0.75);
  }

  .md\:bg-indigo-50\/80{
    background-color: rgb(238 242 255 / 0.8);
  }

  .md\:bg-indigo-50\/85{
    background-color: rgb(238 242 255 / 0.85);
  }

  .md\:bg-indigo-50\/90{
    background-color: rgb(238 242 255 / 0.9);
  }

  .md\:bg-indigo-50\/95{
    background-color: rgb(238 242 255 / 0.95);
  }

  .md\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-500\/0{
    background-color: rgb(99 102 241 / 0);
  }

  .md\:bg-indigo-500\/10{
    background-color: rgb(99 102 241 / 0.1);
  }

  .md\:bg-indigo-500\/100{
    background-color: rgb(99 102 241 / 1);
  }

  .md\:bg-indigo-500\/15{
    background-color: rgb(99 102 241 / 0.15);
  }

  .md\:bg-indigo-500\/20{
    background-color: rgb(99 102 241 / 0.2);
  }

  .md\:bg-indigo-500\/25{
    background-color: rgb(99 102 241 / 0.25);
  }

  .md\:bg-indigo-500\/30{
    background-color: rgb(99 102 241 / 0.3);
  }

  .md\:bg-indigo-500\/35{
    background-color: rgb(99 102 241 / 0.35);
  }

  .md\:bg-indigo-500\/40{
    background-color: rgb(99 102 241 / 0.4);
  }

  .md\:bg-indigo-500\/45{
    background-color: rgb(99 102 241 / 0.45);
  }

  .md\:bg-indigo-500\/5{
    background-color: rgb(99 102 241 / 0.05);
  }

  .md\:bg-indigo-500\/50{
    background-color: rgb(99 102 241 / 0.5);
  }

  .md\:bg-indigo-500\/55{
    background-color: rgb(99 102 241 / 0.55);
  }

  .md\:bg-indigo-500\/60{
    background-color: rgb(99 102 241 / 0.6);
  }

  .md\:bg-indigo-500\/65{
    background-color: rgb(99 102 241 / 0.65);
  }

  .md\:bg-indigo-500\/70{
    background-color: rgb(99 102 241 / 0.7);
  }

  .md\:bg-indigo-500\/75{
    background-color: rgb(99 102 241 / 0.75);
  }

  .md\:bg-indigo-500\/80{
    background-color: rgb(99 102 241 / 0.8);
  }

  .md\:bg-indigo-500\/85{
    background-color: rgb(99 102 241 / 0.85);
  }

  .md\:bg-indigo-500\/90{
    background-color: rgb(99 102 241 / 0.9);
  }

  .md\:bg-indigo-500\/95{
    background-color: rgb(99 102 241 / 0.95);
  }

  .md\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-600\/0{
    background-color: rgb(79 70 229 / 0);
  }

  .md\:bg-indigo-600\/10{
    background-color: rgb(79 70 229 / 0.1);
  }

  .md\:bg-indigo-600\/100{
    background-color: rgb(79 70 229 / 1);
  }

  .md\:bg-indigo-600\/15{
    background-color: rgb(79 70 229 / 0.15);
  }

  .md\:bg-indigo-600\/20{
    background-color: rgb(79 70 229 / 0.2);
  }

  .md\:bg-indigo-600\/25{
    background-color: rgb(79 70 229 / 0.25);
  }

  .md\:bg-indigo-600\/30{
    background-color: rgb(79 70 229 / 0.3);
  }

  .md\:bg-indigo-600\/35{
    background-color: rgb(79 70 229 / 0.35);
  }

  .md\:bg-indigo-600\/40{
    background-color: rgb(79 70 229 / 0.4);
  }

  .md\:bg-indigo-600\/45{
    background-color: rgb(79 70 229 / 0.45);
  }

  .md\:bg-indigo-600\/5{
    background-color: rgb(79 70 229 / 0.05);
  }

  .md\:bg-indigo-600\/50{
    background-color: rgb(79 70 229 / 0.5);
  }

  .md\:bg-indigo-600\/55{
    background-color: rgb(79 70 229 / 0.55);
  }

  .md\:bg-indigo-600\/60{
    background-color: rgb(79 70 229 / 0.6);
  }

  .md\:bg-indigo-600\/65{
    background-color: rgb(79 70 229 / 0.65);
  }

  .md\:bg-indigo-600\/70{
    background-color: rgb(79 70 229 / 0.7);
  }

  .md\:bg-indigo-600\/75{
    background-color: rgb(79 70 229 / 0.75);
  }

  .md\:bg-indigo-600\/80{
    background-color: rgb(79 70 229 / 0.8);
  }

  .md\:bg-indigo-600\/85{
    background-color: rgb(79 70 229 / 0.85);
  }

  .md\:bg-indigo-600\/90{
    background-color: rgb(79 70 229 / 0.9);
  }

  .md\:bg-indigo-600\/95{
    background-color: rgb(79 70 229 / 0.95);
  }

  .md\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-700\/0{
    background-color: rgb(67 56 202 / 0);
  }

  .md\:bg-indigo-700\/10{
    background-color: rgb(67 56 202 / 0.1);
  }

  .md\:bg-indigo-700\/100{
    background-color: rgb(67 56 202 / 1);
  }

  .md\:bg-indigo-700\/15{
    background-color: rgb(67 56 202 / 0.15);
  }

  .md\:bg-indigo-700\/20{
    background-color: rgb(67 56 202 / 0.2);
  }

  .md\:bg-indigo-700\/25{
    background-color: rgb(67 56 202 / 0.25);
  }

  .md\:bg-indigo-700\/30{
    background-color: rgb(67 56 202 / 0.3);
  }

  .md\:bg-indigo-700\/35{
    background-color: rgb(67 56 202 / 0.35);
  }

  .md\:bg-indigo-700\/40{
    background-color: rgb(67 56 202 / 0.4);
  }

  .md\:bg-indigo-700\/45{
    background-color: rgb(67 56 202 / 0.45);
  }

  .md\:bg-indigo-700\/5{
    background-color: rgb(67 56 202 / 0.05);
  }

  .md\:bg-indigo-700\/50{
    background-color: rgb(67 56 202 / 0.5);
  }

  .md\:bg-indigo-700\/55{
    background-color: rgb(67 56 202 / 0.55);
  }

  .md\:bg-indigo-700\/60{
    background-color: rgb(67 56 202 / 0.6);
  }

  .md\:bg-indigo-700\/65{
    background-color: rgb(67 56 202 / 0.65);
  }

  .md\:bg-indigo-700\/70{
    background-color: rgb(67 56 202 / 0.7);
  }

  .md\:bg-indigo-700\/75{
    background-color: rgb(67 56 202 / 0.75);
  }

  .md\:bg-indigo-700\/80{
    background-color: rgb(67 56 202 / 0.8);
  }

  .md\:bg-indigo-700\/85{
    background-color: rgb(67 56 202 / 0.85);
  }

  .md\:bg-indigo-700\/90{
    background-color: rgb(67 56 202 / 0.9);
  }

  .md\:bg-indigo-700\/95{
    background-color: rgb(67 56 202 / 0.95);
  }

  .md\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-800\/0{
    background-color: rgb(55 48 163 / 0);
  }

  .md\:bg-indigo-800\/10{
    background-color: rgb(55 48 163 / 0.1);
  }

  .md\:bg-indigo-800\/100{
    background-color: rgb(55 48 163 / 1);
  }

  .md\:bg-indigo-800\/15{
    background-color: rgb(55 48 163 / 0.15);
  }

  .md\:bg-indigo-800\/20{
    background-color: rgb(55 48 163 / 0.2);
  }

  .md\:bg-indigo-800\/25{
    background-color: rgb(55 48 163 / 0.25);
  }

  .md\:bg-indigo-800\/30{
    background-color: rgb(55 48 163 / 0.3);
  }

  .md\:bg-indigo-800\/35{
    background-color: rgb(55 48 163 / 0.35);
  }

  .md\:bg-indigo-800\/40{
    background-color: rgb(55 48 163 / 0.4);
  }

  .md\:bg-indigo-800\/45{
    background-color: rgb(55 48 163 / 0.45);
  }

  .md\:bg-indigo-800\/5{
    background-color: rgb(55 48 163 / 0.05);
  }

  .md\:bg-indigo-800\/50{
    background-color: rgb(55 48 163 / 0.5);
  }

  .md\:bg-indigo-800\/55{
    background-color: rgb(55 48 163 / 0.55);
  }

  .md\:bg-indigo-800\/60{
    background-color: rgb(55 48 163 / 0.6);
  }

  .md\:bg-indigo-800\/65{
    background-color: rgb(55 48 163 / 0.65);
  }

  .md\:bg-indigo-800\/70{
    background-color: rgb(55 48 163 / 0.7);
  }

  .md\:bg-indigo-800\/75{
    background-color: rgb(55 48 163 / 0.75);
  }

  .md\:bg-indigo-800\/80{
    background-color: rgb(55 48 163 / 0.8);
  }

  .md\:bg-indigo-800\/85{
    background-color: rgb(55 48 163 / 0.85);
  }

  .md\:bg-indigo-800\/90{
    background-color: rgb(55 48 163 / 0.9);
  }

  .md\:bg-indigo-800\/95{
    background-color: rgb(55 48 163 / 0.95);
  }

  .md\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-900\/0{
    background-color: rgb(49 46 129 / 0);
  }

  .md\:bg-indigo-900\/10{
    background-color: rgb(49 46 129 / 0.1);
  }

  .md\:bg-indigo-900\/100{
    background-color: rgb(49 46 129 / 1);
  }

  .md\:bg-indigo-900\/15{
    background-color: rgb(49 46 129 / 0.15);
  }

  .md\:bg-indigo-900\/20{
    background-color: rgb(49 46 129 / 0.2);
  }

  .md\:bg-indigo-900\/25{
    background-color: rgb(49 46 129 / 0.25);
  }

  .md\:bg-indigo-900\/30{
    background-color: rgb(49 46 129 / 0.3);
  }

  .md\:bg-indigo-900\/35{
    background-color: rgb(49 46 129 / 0.35);
  }

  .md\:bg-indigo-900\/40{
    background-color: rgb(49 46 129 / 0.4);
  }

  .md\:bg-indigo-900\/45{
    background-color: rgb(49 46 129 / 0.45);
  }

  .md\:bg-indigo-900\/5{
    background-color: rgb(49 46 129 / 0.05);
  }

  .md\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }

  .md\:bg-indigo-900\/55{
    background-color: rgb(49 46 129 / 0.55);
  }

  .md\:bg-indigo-900\/60{
    background-color: rgb(49 46 129 / 0.6);
  }

  .md\:bg-indigo-900\/65{
    background-color: rgb(49 46 129 / 0.65);
  }

  .md\:bg-indigo-900\/70{
    background-color: rgb(49 46 129 / 0.7);
  }

  .md\:bg-indigo-900\/75{
    background-color: rgb(49 46 129 / 0.75);
  }

  .md\:bg-indigo-900\/80{
    background-color: rgb(49 46 129 / 0.8);
  }

  .md\:bg-indigo-900\/85{
    background-color: rgb(49 46 129 / 0.85);
  }

  .md\:bg-indigo-900\/90{
    background-color: rgb(49 46 129 / 0.9);
  }

  .md\:bg-indigo-900\/95{
    background-color: rgb(49 46 129 / 0.95);
  }

  .md\:bg-indigo-950{
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-indigo-950\/0{
    background-color: rgb(30 27 75 / 0);
  }

  .md\:bg-indigo-950\/10{
    background-color: rgb(30 27 75 / 0.1);
  }

  .md\:bg-indigo-950\/100{
    background-color: rgb(30 27 75 / 1);
  }

  .md\:bg-indigo-950\/15{
    background-color: rgb(30 27 75 / 0.15);
  }

  .md\:bg-indigo-950\/20{
    background-color: rgb(30 27 75 / 0.2);
  }

  .md\:bg-indigo-950\/25{
    background-color: rgb(30 27 75 / 0.25);
  }

  .md\:bg-indigo-950\/30{
    background-color: rgb(30 27 75 / 0.3);
  }

  .md\:bg-indigo-950\/35{
    background-color: rgb(30 27 75 / 0.35);
  }

  .md\:bg-indigo-950\/40{
    background-color: rgb(30 27 75 / 0.4);
  }

  .md\:bg-indigo-950\/45{
    background-color: rgb(30 27 75 / 0.45);
  }

  .md\:bg-indigo-950\/5{
    background-color: rgb(30 27 75 / 0.05);
  }

  .md\:bg-indigo-950\/50{
    background-color: rgb(30 27 75 / 0.5);
  }

  .md\:bg-indigo-950\/55{
    background-color: rgb(30 27 75 / 0.55);
  }

  .md\:bg-indigo-950\/60{
    background-color: rgb(30 27 75 / 0.6);
  }

  .md\:bg-indigo-950\/65{
    background-color: rgb(30 27 75 / 0.65);
  }

  .md\:bg-indigo-950\/70{
    background-color: rgb(30 27 75 / 0.7);
  }

  .md\:bg-indigo-950\/75{
    background-color: rgb(30 27 75 / 0.75);
  }

  .md\:bg-indigo-950\/80{
    background-color: rgb(30 27 75 / 0.8);
  }

  .md\:bg-indigo-950\/85{
    background-color: rgb(30 27 75 / 0.85);
  }

  .md\:bg-indigo-950\/90{
    background-color: rgb(30 27 75 / 0.9);
  }

  .md\:bg-indigo-950\/95{
    background-color: rgb(30 27 75 / 0.95);
  }

  .md\:bg-inherit{
    background-color: inherit;
  }

  .md\:bg-lime-100{
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-100\/0{
    background-color: rgb(236 252 203 / 0);
  }

  .md\:bg-lime-100\/10{
    background-color: rgb(236 252 203 / 0.1);
  }

  .md\:bg-lime-100\/100{
    background-color: rgb(236 252 203 / 1);
  }

  .md\:bg-lime-100\/15{
    background-color: rgb(236 252 203 / 0.15);
  }

  .md\:bg-lime-100\/20{
    background-color: rgb(236 252 203 / 0.2);
  }

  .md\:bg-lime-100\/25{
    background-color: rgb(236 252 203 / 0.25);
  }

  .md\:bg-lime-100\/30{
    background-color: rgb(236 252 203 / 0.3);
  }

  .md\:bg-lime-100\/35{
    background-color: rgb(236 252 203 / 0.35);
  }

  .md\:bg-lime-100\/40{
    background-color: rgb(236 252 203 / 0.4);
  }

  .md\:bg-lime-100\/45{
    background-color: rgb(236 252 203 / 0.45);
  }

  .md\:bg-lime-100\/5{
    background-color: rgb(236 252 203 / 0.05);
  }

  .md\:bg-lime-100\/50{
    background-color: rgb(236 252 203 / 0.5);
  }

  .md\:bg-lime-100\/55{
    background-color: rgb(236 252 203 / 0.55);
  }

  .md\:bg-lime-100\/60{
    background-color: rgb(236 252 203 / 0.6);
  }

  .md\:bg-lime-100\/65{
    background-color: rgb(236 252 203 / 0.65);
  }

  .md\:bg-lime-100\/70{
    background-color: rgb(236 252 203 / 0.7);
  }

  .md\:bg-lime-100\/75{
    background-color: rgb(236 252 203 / 0.75);
  }

  .md\:bg-lime-100\/80{
    background-color: rgb(236 252 203 / 0.8);
  }

  .md\:bg-lime-100\/85{
    background-color: rgb(236 252 203 / 0.85);
  }

  .md\:bg-lime-100\/90{
    background-color: rgb(236 252 203 / 0.9);
  }

  .md\:bg-lime-100\/95{
    background-color: rgb(236 252 203 / 0.95);
  }

  .md\:bg-lime-200{
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-200\/0{
    background-color: rgb(217 249 157 / 0);
  }

  .md\:bg-lime-200\/10{
    background-color: rgb(217 249 157 / 0.1);
  }

  .md\:bg-lime-200\/100{
    background-color: rgb(217 249 157 / 1);
  }

  .md\:bg-lime-200\/15{
    background-color: rgb(217 249 157 / 0.15);
  }

  .md\:bg-lime-200\/20{
    background-color: rgb(217 249 157 / 0.2);
  }

  .md\:bg-lime-200\/25{
    background-color: rgb(217 249 157 / 0.25);
  }

  .md\:bg-lime-200\/30{
    background-color: rgb(217 249 157 / 0.3);
  }

  .md\:bg-lime-200\/35{
    background-color: rgb(217 249 157 / 0.35);
  }

  .md\:bg-lime-200\/40{
    background-color: rgb(217 249 157 / 0.4);
  }

  .md\:bg-lime-200\/45{
    background-color: rgb(217 249 157 / 0.45);
  }

  .md\:bg-lime-200\/5{
    background-color: rgb(217 249 157 / 0.05);
  }

  .md\:bg-lime-200\/50{
    background-color: rgb(217 249 157 / 0.5);
  }

  .md\:bg-lime-200\/55{
    background-color: rgb(217 249 157 / 0.55);
  }

  .md\:bg-lime-200\/60{
    background-color: rgb(217 249 157 / 0.6);
  }

  .md\:bg-lime-200\/65{
    background-color: rgb(217 249 157 / 0.65);
  }

  .md\:bg-lime-200\/70{
    background-color: rgb(217 249 157 / 0.7);
  }

  .md\:bg-lime-200\/75{
    background-color: rgb(217 249 157 / 0.75);
  }

  .md\:bg-lime-200\/80{
    background-color: rgb(217 249 157 / 0.8);
  }

  .md\:bg-lime-200\/85{
    background-color: rgb(217 249 157 / 0.85);
  }

  .md\:bg-lime-200\/90{
    background-color: rgb(217 249 157 / 0.9);
  }

  .md\:bg-lime-200\/95{
    background-color: rgb(217 249 157 / 0.95);
  }

  .md\:bg-lime-300{
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-300\/0{
    background-color: rgb(190 242 100 / 0);
  }

  .md\:bg-lime-300\/10{
    background-color: rgb(190 242 100 / 0.1);
  }

  .md\:bg-lime-300\/100{
    background-color: rgb(190 242 100 / 1);
  }

  .md\:bg-lime-300\/15{
    background-color: rgb(190 242 100 / 0.15);
  }

  .md\:bg-lime-300\/20{
    background-color: rgb(190 242 100 / 0.2);
  }

  .md\:bg-lime-300\/25{
    background-color: rgb(190 242 100 / 0.25);
  }

  .md\:bg-lime-300\/30{
    background-color: rgb(190 242 100 / 0.3);
  }

  .md\:bg-lime-300\/35{
    background-color: rgb(190 242 100 / 0.35);
  }

  .md\:bg-lime-300\/40{
    background-color: rgb(190 242 100 / 0.4);
  }

  .md\:bg-lime-300\/45{
    background-color: rgb(190 242 100 / 0.45);
  }

  .md\:bg-lime-300\/5{
    background-color: rgb(190 242 100 / 0.05);
  }

  .md\:bg-lime-300\/50{
    background-color: rgb(190 242 100 / 0.5);
  }

  .md\:bg-lime-300\/55{
    background-color: rgb(190 242 100 / 0.55);
  }

  .md\:bg-lime-300\/60{
    background-color: rgb(190 242 100 / 0.6);
  }

  .md\:bg-lime-300\/65{
    background-color: rgb(190 242 100 / 0.65);
  }

  .md\:bg-lime-300\/70{
    background-color: rgb(190 242 100 / 0.7);
  }

  .md\:bg-lime-300\/75{
    background-color: rgb(190 242 100 / 0.75);
  }

  .md\:bg-lime-300\/80{
    background-color: rgb(190 242 100 / 0.8);
  }

  .md\:bg-lime-300\/85{
    background-color: rgb(190 242 100 / 0.85);
  }

  .md\:bg-lime-300\/90{
    background-color: rgb(190 242 100 / 0.9);
  }

  .md\:bg-lime-300\/95{
    background-color: rgb(190 242 100 / 0.95);
  }

  .md\:bg-lime-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-400\/0{
    background-color: rgb(163 230 53 / 0);
  }

  .md\:bg-lime-400\/10{
    background-color: rgb(163 230 53 / 0.1);
  }

  .md\:bg-lime-400\/100{
    background-color: rgb(163 230 53 / 1);
  }

  .md\:bg-lime-400\/15{
    background-color: rgb(163 230 53 / 0.15);
  }

  .md\:bg-lime-400\/20{
    background-color: rgb(163 230 53 / 0.2);
  }

  .md\:bg-lime-400\/25{
    background-color: rgb(163 230 53 / 0.25);
  }

  .md\:bg-lime-400\/30{
    background-color: rgb(163 230 53 / 0.3);
  }

  .md\:bg-lime-400\/35{
    background-color: rgb(163 230 53 / 0.35);
  }

  .md\:bg-lime-400\/40{
    background-color: rgb(163 230 53 / 0.4);
  }

  .md\:bg-lime-400\/45{
    background-color: rgb(163 230 53 / 0.45);
  }

  .md\:bg-lime-400\/5{
    background-color: rgb(163 230 53 / 0.05);
  }

  .md\:bg-lime-400\/50{
    background-color: rgb(163 230 53 / 0.5);
  }

  .md\:bg-lime-400\/55{
    background-color: rgb(163 230 53 / 0.55);
  }

  .md\:bg-lime-400\/60{
    background-color: rgb(163 230 53 / 0.6);
  }

  .md\:bg-lime-400\/65{
    background-color: rgb(163 230 53 / 0.65);
  }

  .md\:bg-lime-400\/70{
    background-color: rgb(163 230 53 / 0.7);
  }

  .md\:bg-lime-400\/75{
    background-color: rgb(163 230 53 / 0.75);
  }

  .md\:bg-lime-400\/80{
    background-color: rgb(163 230 53 / 0.8);
  }

  .md\:bg-lime-400\/85{
    background-color: rgb(163 230 53 / 0.85);
  }

  .md\:bg-lime-400\/90{
    background-color: rgb(163 230 53 / 0.9);
  }

  .md\:bg-lime-400\/95{
    background-color: rgb(163 230 53 / 0.95);
  }

  .md\:bg-lime-50{
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-50\/0{
    background-color: rgb(247 254 231 / 0);
  }

  .md\:bg-lime-50\/10{
    background-color: rgb(247 254 231 / 0.1);
  }

  .md\:bg-lime-50\/100{
    background-color: rgb(247 254 231 / 1);
  }

  .md\:bg-lime-50\/15{
    background-color: rgb(247 254 231 / 0.15);
  }

  .md\:bg-lime-50\/20{
    background-color: rgb(247 254 231 / 0.2);
  }

  .md\:bg-lime-50\/25{
    background-color: rgb(247 254 231 / 0.25);
  }

  .md\:bg-lime-50\/30{
    background-color: rgb(247 254 231 / 0.3);
  }

  .md\:bg-lime-50\/35{
    background-color: rgb(247 254 231 / 0.35);
  }

  .md\:bg-lime-50\/40{
    background-color: rgb(247 254 231 / 0.4);
  }

  .md\:bg-lime-50\/45{
    background-color: rgb(247 254 231 / 0.45);
  }

  .md\:bg-lime-50\/5{
    background-color: rgb(247 254 231 / 0.05);
  }

  .md\:bg-lime-50\/50{
    background-color: rgb(247 254 231 / 0.5);
  }

  .md\:bg-lime-50\/55{
    background-color: rgb(247 254 231 / 0.55);
  }

  .md\:bg-lime-50\/60{
    background-color: rgb(247 254 231 / 0.6);
  }

  .md\:bg-lime-50\/65{
    background-color: rgb(247 254 231 / 0.65);
  }

  .md\:bg-lime-50\/70{
    background-color: rgb(247 254 231 / 0.7);
  }

  .md\:bg-lime-50\/75{
    background-color: rgb(247 254 231 / 0.75);
  }

  .md\:bg-lime-50\/80{
    background-color: rgb(247 254 231 / 0.8);
  }

  .md\:bg-lime-50\/85{
    background-color: rgb(247 254 231 / 0.85);
  }

  .md\:bg-lime-50\/90{
    background-color: rgb(247 254 231 / 0.9);
  }

  .md\:bg-lime-50\/95{
    background-color: rgb(247 254 231 / 0.95);
  }

  .md\:bg-lime-500{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-500\/0{
    background-color: rgb(132 204 22 / 0);
  }

  .md\:bg-lime-500\/10{
    background-color: rgb(132 204 22 / 0.1);
  }

  .md\:bg-lime-500\/100{
    background-color: rgb(132 204 22 / 1);
  }

  .md\:bg-lime-500\/15{
    background-color: rgb(132 204 22 / 0.15);
  }

  .md\:bg-lime-500\/20{
    background-color: rgb(132 204 22 / 0.2);
  }

  .md\:bg-lime-500\/25{
    background-color: rgb(132 204 22 / 0.25);
  }

  .md\:bg-lime-500\/30{
    background-color: rgb(132 204 22 / 0.3);
  }

  .md\:bg-lime-500\/35{
    background-color: rgb(132 204 22 / 0.35);
  }

  .md\:bg-lime-500\/40{
    background-color: rgb(132 204 22 / 0.4);
  }

  .md\:bg-lime-500\/45{
    background-color: rgb(132 204 22 / 0.45);
  }

  .md\:bg-lime-500\/5{
    background-color: rgb(132 204 22 / 0.05);
  }

  .md\:bg-lime-500\/50{
    background-color: rgb(132 204 22 / 0.5);
  }

  .md\:bg-lime-500\/55{
    background-color: rgb(132 204 22 / 0.55);
  }

  .md\:bg-lime-500\/60{
    background-color: rgb(132 204 22 / 0.6);
  }

  .md\:bg-lime-500\/65{
    background-color: rgb(132 204 22 / 0.65);
  }

  .md\:bg-lime-500\/70{
    background-color: rgb(132 204 22 / 0.7);
  }

  .md\:bg-lime-500\/75{
    background-color: rgb(132 204 22 / 0.75);
  }

  .md\:bg-lime-500\/80{
    background-color: rgb(132 204 22 / 0.8);
  }

  .md\:bg-lime-500\/85{
    background-color: rgb(132 204 22 / 0.85);
  }

  .md\:bg-lime-500\/90{
    background-color: rgb(132 204 22 / 0.9);
  }

  .md\:bg-lime-500\/95{
    background-color: rgb(132 204 22 / 0.95);
  }

  .md\:bg-lime-600{
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-600\/0{
    background-color: rgb(101 163 13 / 0);
  }

  .md\:bg-lime-600\/10{
    background-color: rgb(101 163 13 / 0.1);
  }

  .md\:bg-lime-600\/100{
    background-color: rgb(101 163 13 / 1);
  }

  .md\:bg-lime-600\/15{
    background-color: rgb(101 163 13 / 0.15);
  }

  .md\:bg-lime-600\/20{
    background-color: rgb(101 163 13 / 0.2);
  }

  .md\:bg-lime-600\/25{
    background-color: rgb(101 163 13 / 0.25);
  }

  .md\:bg-lime-600\/30{
    background-color: rgb(101 163 13 / 0.3);
  }

  .md\:bg-lime-600\/35{
    background-color: rgb(101 163 13 / 0.35);
  }

  .md\:bg-lime-600\/40{
    background-color: rgb(101 163 13 / 0.4);
  }

  .md\:bg-lime-600\/45{
    background-color: rgb(101 163 13 / 0.45);
  }

  .md\:bg-lime-600\/5{
    background-color: rgb(101 163 13 / 0.05);
  }

  .md\:bg-lime-600\/50{
    background-color: rgb(101 163 13 / 0.5);
  }

  .md\:bg-lime-600\/55{
    background-color: rgb(101 163 13 / 0.55);
  }

  .md\:bg-lime-600\/60{
    background-color: rgb(101 163 13 / 0.6);
  }

  .md\:bg-lime-600\/65{
    background-color: rgb(101 163 13 / 0.65);
  }

  .md\:bg-lime-600\/70{
    background-color: rgb(101 163 13 / 0.7);
  }

  .md\:bg-lime-600\/75{
    background-color: rgb(101 163 13 / 0.75);
  }

  .md\:bg-lime-600\/80{
    background-color: rgb(101 163 13 / 0.8);
  }

  .md\:bg-lime-600\/85{
    background-color: rgb(101 163 13 / 0.85);
  }

  .md\:bg-lime-600\/90{
    background-color: rgb(101 163 13 / 0.9);
  }

  .md\:bg-lime-600\/95{
    background-color: rgb(101 163 13 / 0.95);
  }

  .md\:bg-lime-700{
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-700\/0{
    background-color: rgb(77 124 15 / 0);
  }

  .md\:bg-lime-700\/10{
    background-color: rgb(77 124 15 / 0.1);
  }

  .md\:bg-lime-700\/100{
    background-color: rgb(77 124 15 / 1);
  }

  .md\:bg-lime-700\/15{
    background-color: rgb(77 124 15 / 0.15);
  }

  .md\:bg-lime-700\/20{
    background-color: rgb(77 124 15 / 0.2);
  }

  .md\:bg-lime-700\/25{
    background-color: rgb(77 124 15 / 0.25);
  }

  .md\:bg-lime-700\/30{
    background-color: rgb(77 124 15 / 0.3);
  }

  .md\:bg-lime-700\/35{
    background-color: rgb(77 124 15 / 0.35);
  }

  .md\:bg-lime-700\/40{
    background-color: rgb(77 124 15 / 0.4);
  }

  .md\:bg-lime-700\/45{
    background-color: rgb(77 124 15 / 0.45);
  }

  .md\:bg-lime-700\/5{
    background-color: rgb(77 124 15 / 0.05);
  }

  .md\:bg-lime-700\/50{
    background-color: rgb(77 124 15 / 0.5);
  }

  .md\:bg-lime-700\/55{
    background-color: rgb(77 124 15 / 0.55);
  }

  .md\:bg-lime-700\/60{
    background-color: rgb(77 124 15 / 0.6);
  }

  .md\:bg-lime-700\/65{
    background-color: rgb(77 124 15 / 0.65);
  }

  .md\:bg-lime-700\/70{
    background-color: rgb(77 124 15 / 0.7);
  }

  .md\:bg-lime-700\/75{
    background-color: rgb(77 124 15 / 0.75);
  }

  .md\:bg-lime-700\/80{
    background-color: rgb(77 124 15 / 0.8);
  }

  .md\:bg-lime-700\/85{
    background-color: rgb(77 124 15 / 0.85);
  }

  .md\:bg-lime-700\/90{
    background-color: rgb(77 124 15 / 0.9);
  }

  .md\:bg-lime-700\/95{
    background-color: rgb(77 124 15 / 0.95);
  }

  .md\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-800\/0{
    background-color: rgb(63 98 18 / 0);
  }

  .md\:bg-lime-800\/10{
    background-color: rgb(63 98 18 / 0.1);
  }

  .md\:bg-lime-800\/100{
    background-color: rgb(63 98 18 / 1);
  }

  .md\:bg-lime-800\/15{
    background-color: rgb(63 98 18 / 0.15);
  }

  .md\:bg-lime-800\/20{
    background-color: rgb(63 98 18 / 0.2);
  }

  .md\:bg-lime-800\/25{
    background-color: rgb(63 98 18 / 0.25);
  }

  .md\:bg-lime-800\/30{
    background-color: rgb(63 98 18 / 0.3);
  }

  .md\:bg-lime-800\/35{
    background-color: rgb(63 98 18 / 0.35);
  }

  .md\:bg-lime-800\/40{
    background-color: rgb(63 98 18 / 0.4);
  }

  .md\:bg-lime-800\/45{
    background-color: rgb(63 98 18 / 0.45);
  }

  .md\:bg-lime-800\/5{
    background-color: rgb(63 98 18 / 0.05);
  }

  .md\:bg-lime-800\/50{
    background-color: rgb(63 98 18 / 0.5);
  }

  .md\:bg-lime-800\/55{
    background-color: rgb(63 98 18 / 0.55);
  }

  .md\:bg-lime-800\/60{
    background-color: rgb(63 98 18 / 0.6);
  }

  .md\:bg-lime-800\/65{
    background-color: rgb(63 98 18 / 0.65);
  }

  .md\:bg-lime-800\/70{
    background-color: rgb(63 98 18 / 0.7);
  }

  .md\:bg-lime-800\/75{
    background-color: rgb(63 98 18 / 0.75);
  }

  .md\:bg-lime-800\/80{
    background-color: rgb(63 98 18 / 0.8);
  }

  .md\:bg-lime-800\/85{
    background-color: rgb(63 98 18 / 0.85);
  }

  .md\:bg-lime-800\/90{
    background-color: rgb(63 98 18 / 0.9);
  }

  .md\:bg-lime-800\/95{
    background-color: rgb(63 98 18 / 0.95);
  }

  .md\:bg-lime-900{
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-900\/0{
    background-color: rgb(54 83 20 / 0);
  }

  .md\:bg-lime-900\/10{
    background-color: rgb(54 83 20 / 0.1);
  }

  .md\:bg-lime-900\/100{
    background-color: rgb(54 83 20 / 1);
  }

  .md\:bg-lime-900\/15{
    background-color: rgb(54 83 20 / 0.15);
  }

  .md\:bg-lime-900\/20{
    background-color: rgb(54 83 20 / 0.2);
  }

  .md\:bg-lime-900\/25{
    background-color: rgb(54 83 20 / 0.25);
  }

  .md\:bg-lime-900\/30{
    background-color: rgb(54 83 20 / 0.3);
  }

  .md\:bg-lime-900\/35{
    background-color: rgb(54 83 20 / 0.35);
  }

  .md\:bg-lime-900\/40{
    background-color: rgb(54 83 20 / 0.4);
  }

  .md\:bg-lime-900\/45{
    background-color: rgb(54 83 20 / 0.45);
  }

  .md\:bg-lime-900\/5{
    background-color: rgb(54 83 20 / 0.05);
  }

  .md\:bg-lime-900\/50{
    background-color: rgb(54 83 20 / 0.5);
  }

  .md\:bg-lime-900\/55{
    background-color: rgb(54 83 20 / 0.55);
  }

  .md\:bg-lime-900\/60{
    background-color: rgb(54 83 20 / 0.6);
  }

  .md\:bg-lime-900\/65{
    background-color: rgb(54 83 20 / 0.65);
  }

  .md\:bg-lime-900\/70{
    background-color: rgb(54 83 20 / 0.7);
  }

  .md\:bg-lime-900\/75{
    background-color: rgb(54 83 20 / 0.75);
  }

  .md\:bg-lime-900\/80{
    background-color: rgb(54 83 20 / 0.8);
  }

  .md\:bg-lime-900\/85{
    background-color: rgb(54 83 20 / 0.85);
  }

  .md\:bg-lime-900\/90{
    background-color: rgb(54 83 20 / 0.9);
  }

  .md\:bg-lime-900\/95{
    background-color: rgb(54 83 20 / 0.95);
  }

  .md\:bg-lime-950{
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lime-950\/0{
    background-color: rgb(26 46 5 / 0);
  }

  .md\:bg-lime-950\/10{
    background-color: rgb(26 46 5 / 0.1);
  }

  .md\:bg-lime-950\/100{
    background-color: rgb(26 46 5 / 1);
  }

  .md\:bg-lime-950\/15{
    background-color: rgb(26 46 5 / 0.15);
  }

  .md\:bg-lime-950\/20{
    background-color: rgb(26 46 5 / 0.2);
  }

  .md\:bg-lime-950\/25{
    background-color: rgb(26 46 5 / 0.25);
  }

  .md\:bg-lime-950\/30{
    background-color: rgb(26 46 5 / 0.3);
  }

  .md\:bg-lime-950\/35{
    background-color: rgb(26 46 5 / 0.35);
  }

  .md\:bg-lime-950\/40{
    background-color: rgb(26 46 5 / 0.4);
  }

  .md\:bg-lime-950\/45{
    background-color: rgb(26 46 5 / 0.45);
  }

  .md\:bg-lime-950\/5{
    background-color: rgb(26 46 5 / 0.05);
  }

  .md\:bg-lime-950\/50{
    background-color: rgb(26 46 5 / 0.5);
  }

  .md\:bg-lime-950\/55{
    background-color: rgb(26 46 5 / 0.55);
  }

  .md\:bg-lime-950\/60{
    background-color: rgb(26 46 5 / 0.6);
  }

  .md\:bg-lime-950\/65{
    background-color: rgb(26 46 5 / 0.65);
  }

  .md\:bg-lime-950\/70{
    background-color: rgb(26 46 5 / 0.7);
  }

  .md\:bg-lime-950\/75{
    background-color: rgb(26 46 5 / 0.75);
  }

  .md\:bg-lime-950\/80{
    background-color: rgb(26 46 5 / 0.8);
  }

  .md\:bg-lime-950\/85{
    background-color: rgb(26 46 5 / 0.85);
  }

  .md\:bg-lime-950\/90{
    background-color: rgb(26 46 5 / 0.9);
  }

  .md\:bg-lime-950\/95{
    background-color: rgb(26 46 5 / 0.95);
  }

  .md\:bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-100\/0{
    background-color: rgb(245 245 245 / 0);
  }

  .md\:bg-neutral-100\/10{
    background-color: rgb(245 245 245 / 0.1);
  }

  .md\:bg-neutral-100\/100{
    background-color: rgb(245 245 245 / 1);
  }

  .md\:bg-neutral-100\/15{
    background-color: rgb(245 245 245 / 0.15);
  }

  .md\:bg-neutral-100\/20{
    background-color: rgb(245 245 245 / 0.2);
  }

  .md\:bg-neutral-100\/25{
    background-color: rgb(245 245 245 / 0.25);
  }

  .md\:bg-neutral-100\/30{
    background-color: rgb(245 245 245 / 0.3);
  }

  .md\:bg-neutral-100\/35{
    background-color: rgb(245 245 245 / 0.35);
  }

  .md\:bg-neutral-100\/40{
    background-color: rgb(245 245 245 / 0.4);
  }

  .md\:bg-neutral-100\/45{
    background-color: rgb(245 245 245 / 0.45);
  }

  .md\:bg-neutral-100\/5{
    background-color: rgb(245 245 245 / 0.05);
  }

  .md\:bg-neutral-100\/50{
    background-color: rgb(245 245 245 / 0.5);
  }

  .md\:bg-neutral-100\/55{
    background-color: rgb(245 245 245 / 0.55);
  }

  .md\:bg-neutral-100\/60{
    background-color: rgb(245 245 245 / 0.6);
  }

  .md\:bg-neutral-100\/65{
    background-color: rgb(245 245 245 / 0.65);
  }

  .md\:bg-neutral-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .md\:bg-neutral-100\/75{
    background-color: rgb(245 245 245 / 0.75);
  }

  .md\:bg-neutral-100\/80{
    background-color: rgb(245 245 245 / 0.8);
  }

  .md\:bg-neutral-100\/85{
    background-color: rgb(245 245 245 / 0.85);
  }

  .md\:bg-neutral-100\/90{
    background-color: rgb(245 245 245 / 0.9);
  }

  .md\:bg-neutral-100\/95{
    background-color: rgb(245 245 245 / 0.95);
  }

  .md\:bg-neutral-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-200\/0{
    background-color: rgb(229 229 229 / 0);
  }

  .md\:bg-neutral-200\/10{
    background-color: rgb(229 229 229 / 0.1);
  }

  .md\:bg-neutral-200\/100{
    background-color: rgb(229 229 229 / 1);
  }

  .md\:bg-neutral-200\/15{
    background-color: rgb(229 229 229 / 0.15);
  }

  .md\:bg-neutral-200\/20{
    background-color: rgb(229 229 229 / 0.2);
  }

  .md\:bg-neutral-200\/25{
    background-color: rgb(229 229 229 / 0.25);
  }

  .md\:bg-neutral-200\/30{
    background-color: rgb(229 229 229 / 0.3);
  }

  .md\:bg-neutral-200\/35{
    background-color: rgb(229 229 229 / 0.35);
  }

  .md\:bg-neutral-200\/40{
    background-color: rgb(229 229 229 / 0.4);
  }

  .md\:bg-neutral-200\/45{
    background-color: rgb(229 229 229 / 0.45);
  }

  .md\:bg-neutral-200\/5{
    background-color: rgb(229 229 229 / 0.05);
  }

  .md\:bg-neutral-200\/50{
    background-color: rgb(229 229 229 / 0.5);
  }

  .md\:bg-neutral-200\/55{
    background-color: rgb(229 229 229 / 0.55);
  }

  .md\:bg-neutral-200\/60{
    background-color: rgb(229 229 229 / 0.6);
  }

  .md\:bg-neutral-200\/65{
    background-color: rgb(229 229 229 / 0.65);
  }

  .md\:bg-neutral-200\/70{
    background-color: rgb(229 229 229 / 0.7);
  }

  .md\:bg-neutral-200\/75{
    background-color: rgb(229 229 229 / 0.75);
  }

  .md\:bg-neutral-200\/80{
    background-color: rgb(229 229 229 / 0.8);
  }

  .md\:bg-neutral-200\/85{
    background-color: rgb(229 229 229 / 0.85);
  }

  .md\:bg-neutral-200\/90{
    background-color: rgb(229 229 229 / 0.9);
  }

  .md\:bg-neutral-200\/95{
    background-color: rgb(229 229 229 / 0.95);
  }

  .md\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-300\/0{
    background-color: rgb(212 212 212 / 0);
  }

  .md\:bg-neutral-300\/10{
    background-color: rgb(212 212 212 / 0.1);
  }

  .md\:bg-neutral-300\/100{
    background-color: rgb(212 212 212 / 1);
  }

  .md\:bg-neutral-300\/15{
    background-color: rgb(212 212 212 / 0.15);
  }

  .md\:bg-neutral-300\/20{
    background-color: rgb(212 212 212 / 0.2);
  }

  .md\:bg-neutral-300\/25{
    background-color: rgb(212 212 212 / 0.25);
  }

  .md\:bg-neutral-300\/30{
    background-color: rgb(212 212 212 / 0.3);
  }

  .md\:bg-neutral-300\/35{
    background-color: rgb(212 212 212 / 0.35);
  }

  .md\:bg-neutral-300\/40{
    background-color: rgb(212 212 212 / 0.4);
  }

  .md\:bg-neutral-300\/45{
    background-color: rgb(212 212 212 / 0.45);
  }

  .md\:bg-neutral-300\/5{
    background-color: rgb(212 212 212 / 0.05);
  }

  .md\:bg-neutral-300\/50{
    background-color: rgb(212 212 212 / 0.5);
  }

  .md\:bg-neutral-300\/55{
    background-color: rgb(212 212 212 / 0.55);
  }

  .md\:bg-neutral-300\/60{
    background-color: rgb(212 212 212 / 0.6);
  }

  .md\:bg-neutral-300\/65{
    background-color: rgb(212 212 212 / 0.65);
  }

  .md\:bg-neutral-300\/70{
    background-color: rgb(212 212 212 / 0.7);
  }

  .md\:bg-neutral-300\/75{
    background-color: rgb(212 212 212 / 0.75);
  }

  .md\:bg-neutral-300\/80{
    background-color: rgb(212 212 212 / 0.8);
  }

  .md\:bg-neutral-300\/85{
    background-color: rgb(212 212 212 / 0.85);
  }

  .md\:bg-neutral-300\/90{
    background-color: rgb(212 212 212 / 0.9);
  }

  .md\:bg-neutral-300\/95{
    background-color: rgb(212 212 212 / 0.95);
  }

  .md\:bg-neutral-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-400\/0{
    background-color: rgb(163 163 163 / 0);
  }

  .md\:bg-neutral-400\/10{
    background-color: rgb(163 163 163 / 0.1);
  }

  .md\:bg-neutral-400\/100{
    background-color: rgb(163 163 163 / 1);
  }

  .md\:bg-neutral-400\/15{
    background-color: rgb(163 163 163 / 0.15);
  }

  .md\:bg-neutral-400\/20{
    background-color: rgb(163 163 163 / 0.2);
  }

  .md\:bg-neutral-400\/25{
    background-color: rgb(163 163 163 / 0.25);
  }

  .md\:bg-neutral-400\/30{
    background-color: rgb(163 163 163 / 0.3);
  }

  .md\:bg-neutral-400\/35{
    background-color: rgb(163 163 163 / 0.35);
  }

  .md\:bg-neutral-400\/40{
    background-color: rgb(163 163 163 / 0.4);
  }

  .md\:bg-neutral-400\/45{
    background-color: rgb(163 163 163 / 0.45);
  }

  .md\:bg-neutral-400\/5{
    background-color: rgb(163 163 163 / 0.05);
  }

  .md\:bg-neutral-400\/50{
    background-color: rgb(163 163 163 / 0.5);
  }

  .md\:bg-neutral-400\/55{
    background-color: rgb(163 163 163 / 0.55);
  }

  .md\:bg-neutral-400\/60{
    background-color: rgb(163 163 163 / 0.6);
  }

  .md\:bg-neutral-400\/65{
    background-color: rgb(163 163 163 / 0.65);
  }

  .md\:bg-neutral-400\/70{
    background-color: rgb(163 163 163 / 0.7);
  }

  .md\:bg-neutral-400\/75{
    background-color: rgb(163 163 163 / 0.75);
  }

  .md\:bg-neutral-400\/80{
    background-color: rgb(163 163 163 / 0.8);
  }

  .md\:bg-neutral-400\/85{
    background-color: rgb(163 163 163 / 0.85);
  }

  .md\:bg-neutral-400\/90{
    background-color: rgb(163 163 163 / 0.9);
  }

  .md\:bg-neutral-400\/95{
    background-color: rgb(163 163 163 / 0.95);
  }

  .md\:bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .md\:bg-neutral-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .md\:bg-neutral-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .md\:bg-neutral-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .md\:bg-neutral-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .md\:bg-neutral-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .md\:bg-neutral-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .md\:bg-neutral-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .md\:bg-neutral-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .md\:bg-neutral-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .md\:bg-neutral-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .md\:bg-neutral-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .md\:bg-neutral-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .md\:bg-neutral-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .md\:bg-neutral-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .md\:bg-neutral-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .md\:bg-neutral-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .md\:bg-neutral-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .md\:bg-neutral-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .md\:bg-neutral-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .md\:bg-neutral-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .md\:bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-500\/0{
    background-color: rgb(115 115 115 / 0);
  }

  .md\:bg-neutral-500\/10{
    background-color: rgb(115 115 115 / 0.1);
  }

  .md\:bg-neutral-500\/100{
    background-color: rgb(115 115 115 / 1);
  }

  .md\:bg-neutral-500\/15{
    background-color: rgb(115 115 115 / 0.15);
  }

  .md\:bg-neutral-500\/20{
    background-color: rgb(115 115 115 / 0.2);
  }

  .md\:bg-neutral-500\/25{
    background-color: rgb(115 115 115 / 0.25);
  }

  .md\:bg-neutral-500\/30{
    background-color: rgb(115 115 115 / 0.3);
  }

  .md\:bg-neutral-500\/35{
    background-color: rgb(115 115 115 / 0.35);
  }

  .md\:bg-neutral-500\/40{
    background-color: rgb(115 115 115 / 0.4);
  }

  .md\:bg-neutral-500\/45{
    background-color: rgb(115 115 115 / 0.45);
  }

  .md\:bg-neutral-500\/5{
    background-color: rgb(115 115 115 / 0.05);
  }

  .md\:bg-neutral-500\/50{
    background-color: rgb(115 115 115 / 0.5);
  }

  .md\:bg-neutral-500\/55{
    background-color: rgb(115 115 115 / 0.55);
  }

  .md\:bg-neutral-500\/60{
    background-color: rgb(115 115 115 / 0.6);
  }

  .md\:bg-neutral-500\/65{
    background-color: rgb(115 115 115 / 0.65);
  }

  .md\:bg-neutral-500\/70{
    background-color: rgb(115 115 115 / 0.7);
  }

  .md\:bg-neutral-500\/75{
    background-color: rgb(115 115 115 / 0.75);
  }

  .md\:bg-neutral-500\/80{
    background-color: rgb(115 115 115 / 0.8);
  }

  .md\:bg-neutral-500\/85{
    background-color: rgb(115 115 115 / 0.85);
  }

  .md\:bg-neutral-500\/90{
    background-color: rgb(115 115 115 / 0.9);
  }

  .md\:bg-neutral-500\/95{
    background-color: rgb(115 115 115 / 0.95);
  }

  .md\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-600\/0{
    background-color: rgb(82 82 82 / 0);
  }

  .md\:bg-neutral-600\/10{
    background-color: rgb(82 82 82 / 0.1);
  }

  .md\:bg-neutral-600\/100{
    background-color: rgb(82 82 82 / 1);
  }

  .md\:bg-neutral-600\/15{
    background-color: rgb(82 82 82 / 0.15);
  }

  .md\:bg-neutral-600\/20{
    background-color: rgb(82 82 82 / 0.2);
  }

  .md\:bg-neutral-600\/25{
    background-color: rgb(82 82 82 / 0.25);
  }

  .md\:bg-neutral-600\/30{
    background-color: rgb(82 82 82 / 0.3);
  }

  .md\:bg-neutral-600\/35{
    background-color: rgb(82 82 82 / 0.35);
  }

  .md\:bg-neutral-600\/40{
    background-color: rgb(82 82 82 / 0.4);
  }

  .md\:bg-neutral-600\/45{
    background-color: rgb(82 82 82 / 0.45);
  }

  .md\:bg-neutral-600\/5{
    background-color: rgb(82 82 82 / 0.05);
  }

  .md\:bg-neutral-600\/50{
    background-color: rgb(82 82 82 / 0.5);
  }

  .md\:bg-neutral-600\/55{
    background-color: rgb(82 82 82 / 0.55);
  }

  .md\:bg-neutral-600\/60{
    background-color: rgb(82 82 82 / 0.6);
  }

  .md\:bg-neutral-600\/65{
    background-color: rgb(82 82 82 / 0.65);
  }

  .md\:bg-neutral-600\/70{
    background-color: rgb(82 82 82 / 0.7);
  }

  .md\:bg-neutral-600\/75{
    background-color: rgb(82 82 82 / 0.75);
  }

  .md\:bg-neutral-600\/80{
    background-color: rgb(82 82 82 / 0.8);
  }

  .md\:bg-neutral-600\/85{
    background-color: rgb(82 82 82 / 0.85);
  }

  .md\:bg-neutral-600\/90{
    background-color: rgb(82 82 82 / 0.9);
  }

  .md\:bg-neutral-600\/95{
    background-color: rgb(82 82 82 / 0.95);
  }

  .md\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-700\/0{
    background-color: rgb(64 64 64 / 0);
  }

  .md\:bg-neutral-700\/10{
    background-color: rgb(64 64 64 / 0.1);
  }

  .md\:bg-neutral-700\/100{
    background-color: rgb(64 64 64 / 1);
  }

  .md\:bg-neutral-700\/15{
    background-color: rgb(64 64 64 / 0.15);
  }

  .md\:bg-neutral-700\/20{
    background-color: rgb(64 64 64 / 0.2);
  }

  .md\:bg-neutral-700\/25{
    background-color: rgb(64 64 64 / 0.25);
  }

  .md\:bg-neutral-700\/30{
    background-color: rgb(64 64 64 / 0.3);
  }

  .md\:bg-neutral-700\/35{
    background-color: rgb(64 64 64 / 0.35);
  }

  .md\:bg-neutral-700\/40{
    background-color: rgb(64 64 64 / 0.4);
  }

  .md\:bg-neutral-700\/45{
    background-color: rgb(64 64 64 / 0.45);
  }

  .md\:bg-neutral-700\/5{
    background-color: rgb(64 64 64 / 0.05);
  }

  .md\:bg-neutral-700\/50{
    background-color: rgb(64 64 64 / 0.5);
  }

  .md\:bg-neutral-700\/55{
    background-color: rgb(64 64 64 / 0.55);
  }

  .md\:bg-neutral-700\/60{
    background-color: rgb(64 64 64 / 0.6);
  }

  .md\:bg-neutral-700\/65{
    background-color: rgb(64 64 64 / 0.65);
  }

  .md\:bg-neutral-700\/70{
    background-color: rgb(64 64 64 / 0.7);
  }

  .md\:bg-neutral-700\/75{
    background-color: rgb(64 64 64 / 0.75);
  }

  .md\:bg-neutral-700\/80{
    background-color: rgb(64 64 64 / 0.8);
  }

  .md\:bg-neutral-700\/85{
    background-color: rgb(64 64 64 / 0.85);
  }

  .md\:bg-neutral-700\/90{
    background-color: rgb(64 64 64 / 0.9);
  }

  .md\:bg-neutral-700\/95{
    background-color: rgb(64 64 64 / 0.95);
  }

  .md\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-800\/0{
    background-color: rgb(38 38 38 / 0);
  }

  .md\:bg-neutral-800\/10{
    background-color: rgb(38 38 38 / 0.1);
  }

  .md\:bg-neutral-800\/100{
    background-color: rgb(38 38 38 / 1);
  }

  .md\:bg-neutral-800\/15{
    background-color: rgb(38 38 38 / 0.15);
  }

  .md\:bg-neutral-800\/20{
    background-color: rgb(38 38 38 / 0.2);
  }

  .md\:bg-neutral-800\/25{
    background-color: rgb(38 38 38 / 0.25);
  }

  .md\:bg-neutral-800\/30{
    background-color: rgb(38 38 38 / 0.3);
  }

  .md\:bg-neutral-800\/35{
    background-color: rgb(38 38 38 / 0.35);
  }

  .md\:bg-neutral-800\/40{
    background-color: rgb(38 38 38 / 0.4);
  }

  .md\:bg-neutral-800\/45{
    background-color: rgb(38 38 38 / 0.45);
  }

  .md\:bg-neutral-800\/5{
    background-color: rgb(38 38 38 / 0.05);
  }

  .md\:bg-neutral-800\/50{
    background-color: rgb(38 38 38 / 0.5);
  }

  .md\:bg-neutral-800\/55{
    background-color: rgb(38 38 38 / 0.55);
  }

  .md\:bg-neutral-800\/60{
    background-color: rgb(38 38 38 / 0.6);
  }

  .md\:bg-neutral-800\/65{
    background-color: rgb(38 38 38 / 0.65);
  }

  .md\:bg-neutral-800\/70{
    background-color: rgb(38 38 38 / 0.7);
  }

  .md\:bg-neutral-800\/75{
    background-color: rgb(38 38 38 / 0.75);
  }

  .md\:bg-neutral-800\/80{
    background-color: rgb(38 38 38 / 0.8);
  }

  .md\:bg-neutral-800\/85{
    background-color: rgb(38 38 38 / 0.85);
  }

  .md\:bg-neutral-800\/90{
    background-color: rgb(38 38 38 / 0.9);
  }

  .md\:bg-neutral-800\/95{
    background-color: rgb(38 38 38 / 0.95);
  }

  .md\:bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-900\/0{
    background-color: rgb(23 23 23 / 0);
  }

  .md\:bg-neutral-900\/10{
    background-color: rgb(23 23 23 / 0.1);
  }

  .md\:bg-neutral-900\/100{
    background-color: rgb(23 23 23 / 1);
  }

  .md\:bg-neutral-900\/15{
    background-color: rgb(23 23 23 / 0.15);
  }

  .md\:bg-neutral-900\/20{
    background-color: rgb(23 23 23 / 0.2);
  }

  .md\:bg-neutral-900\/25{
    background-color: rgb(23 23 23 / 0.25);
  }

  .md\:bg-neutral-900\/30{
    background-color: rgb(23 23 23 / 0.3);
  }

  .md\:bg-neutral-900\/35{
    background-color: rgb(23 23 23 / 0.35);
  }

  .md\:bg-neutral-900\/40{
    background-color: rgb(23 23 23 / 0.4);
  }

  .md\:bg-neutral-900\/45{
    background-color: rgb(23 23 23 / 0.45);
  }

  .md\:bg-neutral-900\/5{
    background-color: rgb(23 23 23 / 0.05);
  }

  .md\:bg-neutral-900\/50{
    background-color: rgb(23 23 23 / 0.5);
  }

  .md\:bg-neutral-900\/55{
    background-color: rgb(23 23 23 / 0.55);
  }

  .md\:bg-neutral-900\/60{
    background-color: rgb(23 23 23 / 0.6);
  }

  .md\:bg-neutral-900\/65{
    background-color: rgb(23 23 23 / 0.65);
  }

  .md\:bg-neutral-900\/70{
    background-color: rgb(23 23 23 / 0.7);
  }

  .md\:bg-neutral-900\/75{
    background-color: rgb(23 23 23 / 0.75);
  }

  .md\:bg-neutral-900\/80{
    background-color: rgb(23 23 23 / 0.8);
  }

  .md\:bg-neutral-900\/85{
    background-color: rgb(23 23 23 / 0.85);
  }

  .md\:bg-neutral-900\/90{
    background-color: rgb(23 23 23 / 0.9);
  }

  .md\:bg-neutral-900\/95{
    background-color: rgb(23 23 23 / 0.95);
  }

  .md\:bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-950\/0{
    background-color: rgb(10 10 10 / 0);
  }

  .md\:bg-neutral-950\/10{
    background-color: rgb(10 10 10 / 0.1);
  }

  .md\:bg-neutral-950\/100{
    background-color: rgb(10 10 10 / 1);
  }

  .md\:bg-neutral-950\/15{
    background-color: rgb(10 10 10 / 0.15);
  }

  .md\:bg-neutral-950\/20{
    background-color: rgb(10 10 10 / 0.2);
  }

  .md\:bg-neutral-950\/25{
    background-color: rgb(10 10 10 / 0.25);
  }

  .md\:bg-neutral-950\/30{
    background-color: rgb(10 10 10 / 0.3);
  }

  .md\:bg-neutral-950\/35{
    background-color: rgb(10 10 10 / 0.35);
  }

  .md\:bg-neutral-950\/40{
    background-color: rgb(10 10 10 / 0.4);
  }

  .md\:bg-neutral-950\/45{
    background-color: rgb(10 10 10 / 0.45);
  }

  .md\:bg-neutral-950\/5{
    background-color: rgb(10 10 10 / 0.05);
  }

  .md\:bg-neutral-950\/50{
    background-color: rgb(10 10 10 / 0.5);
  }

  .md\:bg-neutral-950\/55{
    background-color: rgb(10 10 10 / 0.55);
  }

  .md\:bg-neutral-950\/60{
    background-color: rgb(10 10 10 / 0.6);
  }

  .md\:bg-neutral-950\/65{
    background-color: rgb(10 10 10 / 0.65);
  }

  .md\:bg-neutral-950\/70{
    background-color: rgb(10 10 10 / 0.7);
  }

  .md\:bg-neutral-950\/75{
    background-color: rgb(10 10 10 / 0.75);
  }

  .md\:bg-neutral-950\/80{
    background-color: rgb(10 10 10 / 0.8);
  }

  .md\:bg-neutral-950\/85{
    background-color: rgb(10 10 10 / 0.85);
  }

  .md\:bg-neutral-950\/90{
    background-color: rgb(10 10 10 / 0.9);
  }

  .md\:bg-neutral-950\/95{
    background-color: rgb(10 10 10 / 0.95);
  }

  .md\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-100\/0{
    background-color: rgb(255 237 213 / 0);
  }

  .md\:bg-orange-100\/10{
    background-color: rgb(255 237 213 / 0.1);
  }

  .md\:bg-orange-100\/100{
    background-color: rgb(255 237 213 / 1);
  }

  .md\:bg-orange-100\/15{
    background-color: rgb(255 237 213 / 0.15);
  }

  .md\:bg-orange-100\/20{
    background-color: rgb(255 237 213 / 0.2);
  }

  .md\:bg-orange-100\/25{
    background-color: rgb(255 237 213 / 0.25);
  }

  .md\:bg-orange-100\/30{
    background-color: rgb(255 237 213 / 0.3);
  }

  .md\:bg-orange-100\/35{
    background-color: rgb(255 237 213 / 0.35);
  }

  .md\:bg-orange-100\/40{
    background-color: rgb(255 237 213 / 0.4);
  }

  .md\:bg-orange-100\/45{
    background-color: rgb(255 237 213 / 0.45);
  }

  .md\:bg-orange-100\/5{
    background-color: rgb(255 237 213 / 0.05);
  }

  .md\:bg-orange-100\/50{
    background-color: rgb(255 237 213 / 0.5);
  }

  .md\:bg-orange-100\/55{
    background-color: rgb(255 237 213 / 0.55);
  }

  .md\:bg-orange-100\/60{
    background-color: rgb(255 237 213 / 0.6);
  }

  .md\:bg-orange-100\/65{
    background-color: rgb(255 237 213 / 0.65);
  }

  .md\:bg-orange-100\/70{
    background-color: rgb(255 237 213 / 0.7);
  }

  .md\:bg-orange-100\/75{
    background-color: rgb(255 237 213 / 0.75);
  }

  .md\:bg-orange-100\/80{
    background-color: rgb(255 237 213 / 0.8);
  }

  .md\:bg-orange-100\/85{
    background-color: rgb(255 237 213 / 0.85);
  }

  .md\:bg-orange-100\/90{
    background-color: rgb(255 237 213 / 0.9);
  }

  .md\:bg-orange-100\/95{
    background-color: rgb(255 237 213 / 0.95);
  }

  .md\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-200\/0{
    background-color: rgb(254 215 170 / 0);
  }

  .md\:bg-orange-200\/10{
    background-color: rgb(254 215 170 / 0.1);
  }

  .md\:bg-orange-200\/100{
    background-color: rgb(254 215 170 / 1);
  }

  .md\:bg-orange-200\/15{
    background-color: rgb(254 215 170 / 0.15);
  }

  .md\:bg-orange-200\/20{
    background-color: rgb(254 215 170 / 0.2);
  }

  .md\:bg-orange-200\/25{
    background-color: rgb(254 215 170 / 0.25);
  }

  .md\:bg-orange-200\/30{
    background-color: rgb(254 215 170 / 0.3);
  }

  .md\:bg-orange-200\/35{
    background-color: rgb(254 215 170 / 0.35);
  }

  .md\:bg-orange-200\/40{
    background-color: rgb(254 215 170 / 0.4);
  }

  .md\:bg-orange-200\/45{
    background-color: rgb(254 215 170 / 0.45);
  }

  .md\:bg-orange-200\/5{
    background-color: rgb(254 215 170 / 0.05);
  }

  .md\:bg-orange-200\/50{
    background-color: rgb(254 215 170 / 0.5);
  }

  .md\:bg-orange-200\/55{
    background-color: rgb(254 215 170 / 0.55);
  }

  .md\:bg-orange-200\/60{
    background-color: rgb(254 215 170 / 0.6);
  }

  .md\:bg-orange-200\/65{
    background-color: rgb(254 215 170 / 0.65);
  }

  .md\:bg-orange-200\/70{
    background-color: rgb(254 215 170 / 0.7);
  }

  .md\:bg-orange-200\/75{
    background-color: rgb(254 215 170 / 0.75);
  }

  .md\:bg-orange-200\/80{
    background-color: rgb(254 215 170 / 0.8);
  }

  .md\:bg-orange-200\/85{
    background-color: rgb(254 215 170 / 0.85);
  }

  .md\:bg-orange-200\/90{
    background-color: rgb(254 215 170 / 0.9);
  }

  .md\:bg-orange-200\/95{
    background-color: rgb(254 215 170 / 0.95);
  }

  .md\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-300\/0{
    background-color: rgb(253 186 116 / 0);
  }

  .md\:bg-orange-300\/10{
    background-color: rgb(253 186 116 / 0.1);
  }

  .md\:bg-orange-300\/100{
    background-color: rgb(253 186 116 / 1);
  }

  .md\:bg-orange-300\/15{
    background-color: rgb(253 186 116 / 0.15);
  }

  .md\:bg-orange-300\/20{
    background-color: rgb(253 186 116 / 0.2);
  }

  .md\:bg-orange-300\/25{
    background-color: rgb(253 186 116 / 0.25);
  }

  .md\:bg-orange-300\/30{
    background-color: rgb(253 186 116 / 0.3);
  }

  .md\:bg-orange-300\/35{
    background-color: rgb(253 186 116 / 0.35);
  }

  .md\:bg-orange-300\/40{
    background-color: rgb(253 186 116 / 0.4);
  }

  .md\:bg-orange-300\/45{
    background-color: rgb(253 186 116 / 0.45);
  }

  .md\:bg-orange-300\/5{
    background-color: rgb(253 186 116 / 0.05);
  }

  .md\:bg-orange-300\/50{
    background-color: rgb(253 186 116 / 0.5);
  }

  .md\:bg-orange-300\/55{
    background-color: rgb(253 186 116 / 0.55);
  }

  .md\:bg-orange-300\/60{
    background-color: rgb(253 186 116 / 0.6);
  }

  .md\:bg-orange-300\/65{
    background-color: rgb(253 186 116 / 0.65);
  }

  .md\:bg-orange-300\/70{
    background-color: rgb(253 186 116 / 0.7);
  }

  .md\:bg-orange-300\/75{
    background-color: rgb(253 186 116 / 0.75);
  }

  .md\:bg-orange-300\/80{
    background-color: rgb(253 186 116 / 0.8);
  }

  .md\:bg-orange-300\/85{
    background-color: rgb(253 186 116 / 0.85);
  }

  .md\:bg-orange-300\/90{
    background-color: rgb(253 186 116 / 0.9);
  }

  .md\:bg-orange-300\/95{
    background-color: rgb(253 186 116 / 0.95);
  }

  .md\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-400\/0{
    background-color: rgb(251 146 60 / 0);
  }

  .md\:bg-orange-400\/10{
    background-color: rgb(251 146 60 / 0.1);
  }

  .md\:bg-orange-400\/100{
    background-color: rgb(251 146 60 / 1);
  }

  .md\:bg-orange-400\/15{
    background-color: rgb(251 146 60 / 0.15);
  }

  .md\:bg-orange-400\/20{
    background-color: rgb(251 146 60 / 0.2);
  }

  .md\:bg-orange-400\/25{
    background-color: rgb(251 146 60 / 0.25);
  }

  .md\:bg-orange-400\/30{
    background-color: rgb(251 146 60 / 0.3);
  }

  .md\:bg-orange-400\/35{
    background-color: rgb(251 146 60 / 0.35);
  }

  .md\:bg-orange-400\/40{
    background-color: rgb(251 146 60 / 0.4);
  }

  .md\:bg-orange-400\/45{
    background-color: rgb(251 146 60 / 0.45);
  }

  .md\:bg-orange-400\/5{
    background-color: rgb(251 146 60 / 0.05);
  }

  .md\:bg-orange-400\/50{
    background-color: rgb(251 146 60 / 0.5);
  }

  .md\:bg-orange-400\/55{
    background-color: rgb(251 146 60 / 0.55);
  }

  .md\:bg-orange-400\/60{
    background-color: rgb(251 146 60 / 0.6);
  }

  .md\:bg-orange-400\/65{
    background-color: rgb(251 146 60 / 0.65);
  }

  .md\:bg-orange-400\/70{
    background-color: rgb(251 146 60 / 0.7);
  }

  .md\:bg-orange-400\/75{
    background-color: rgb(251 146 60 / 0.75);
  }

  .md\:bg-orange-400\/80{
    background-color: rgb(251 146 60 / 0.8);
  }

  .md\:bg-orange-400\/85{
    background-color: rgb(251 146 60 / 0.85);
  }

  .md\:bg-orange-400\/90{
    background-color: rgb(251 146 60 / 0.9);
  }

  .md\:bg-orange-400\/95{
    background-color: rgb(251 146 60 / 0.95);
  }

  .md\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-50\/0{
    background-color: rgb(255 247 237 / 0);
  }

  .md\:bg-orange-50\/10{
    background-color: rgb(255 247 237 / 0.1);
  }

  .md\:bg-orange-50\/100{
    background-color: rgb(255 247 237 / 1);
  }

  .md\:bg-orange-50\/15{
    background-color: rgb(255 247 237 / 0.15);
  }

  .md\:bg-orange-50\/20{
    background-color: rgb(255 247 237 / 0.2);
  }

  .md\:bg-orange-50\/25{
    background-color: rgb(255 247 237 / 0.25);
  }

  .md\:bg-orange-50\/30{
    background-color: rgb(255 247 237 / 0.3);
  }

  .md\:bg-orange-50\/35{
    background-color: rgb(255 247 237 / 0.35);
  }

  .md\:bg-orange-50\/40{
    background-color: rgb(255 247 237 / 0.4);
  }

  .md\:bg-orange-50\/45{
    background-color: rgb(255 247 237 / 0.45);
  }

  .md\:bg-orange-50\/5{
    background-color: rgb(255 247 237 / 0.05);
  }

  .md\:bg-orange-50\/50{
    background-color: rgb(255 247 237 / 0.5);
  }

  .md\:bg-orange-50\/55{
    background-color: rgb(255 247 237 / 0.55);
  }

  .md\:bg-orange-50\/60{
    background-color: rgb(255 247 237 / 0.6);
  }

  .md\:bg-orange-50\/65{
    background-color: rgb(255 247 237 / 0.65);
  }

  .md\:bg-orange-50\/70{
    background-color: rgb(255 247 237 / 0.7);
  }

  .md\:bg-orange-50\/75{
    background-color: rgb(255 247 237 / 0.75);
  }

  .md\:bg-orange-50\/80{
    background-color: rgb(255 247 237 / 0.8);
  }

  .md\:bg-orange-50\/85{
    background-color: rgb(255 247 237 / 0.85);
  }

  .md\:bg-orange-50\/90{
    background-color: rgb(255 247 237 / 0.9);
  }

  .md\:bg-orange-50\/95{
    background-color: rgb(255 247 237 / 0.95);
  }

  .md\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-500\/0{
    background-color: rgb(249 115 22 / 0);
  }

  .md\:bg-orange-500\/10{
    background-color: rgb(249 115 22 / 0.1);
  }

  .md\:bg-orange-500\/100{
    background-color: rgb(249 115 22 / 1);
  }

  .md\:bg-orange-500\/15{
    background-color: rgb(249 115 22 / 0.15);
  }

  .md\:bg-orange-500\/20{
    background-color: rgb(249 115 22 / 0.2);
  }

  .md\:bg-orange-500\/25{
    background-color: rgb(249 115 22 / 0.25);
  }

  .md\:bg-orange-500\/30{
    background-color: rgb(249 115 22 / 0.3);
  }

  .md\:bg-orange-500\/35{
    background-color: rgb(249 115 22 / 0.35);
  }

  .md\:bg-orange-500\/40{
    background-color: rgb(249 115 22 / 0.4);
  }

  .md\:bg-orange-500\/45{
    background-color: rgb(249 115 22 / 0.45);
  }

  .md\:bg-orange-500\/5{
    background-color: rgb(249 115 22 / 0.05);
  }

  .md\:bg-orange-500\/50{
    background-color: rgb(249 115 22 / 0.5);
  }

  .md\:bg-orange-500\/55{
    background-color: rgb(249 115 22 / 0.55);
  }

  .md\:bg-orange-500\/60{
    background-color: rgb(249 115 22 / 0.6);
  }

  .md\:bg-orange-500\/65{
    background-color: rgb(249 115 22 / 0.65);
  }

  .md\:bg-orange-500\/70{
    background-color: rgb(249 115 22 / 0.7);
  }

  .md\:bg-orange-500\/75{
    background-color: rgb(249 115 22 / 0.75);
  }

  .md\:bg-orange-500\/80{
    background-color: rgb(249 115 22 / 0.8);
  }

  .md\:bg-orange-500\/85{
    background-color: rgb(249 115 22 / 0.85);
  }

  .md\:bg-orange-500\/90{
    background-color: rgb(249 115 22 / 0.9);
  }

  .md\:bg-orange-500\/95{
    background-color: rgb(249 115 22 / 0.95);
  }

  .md\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-600\/0{
    background-color: rgb(234 88 12 / 0);
  }

  .md\:bg-orange-600\/10{
    background-color: rgb(234 88 12 / 0.1);
  }

  .md\:bg-orange-600\/100{
    background-color: rgb(234 88 12 / 1);
  }

  .md\:bg-orange-600\/15{
    background-color: rgb(234 88 12 / 0.15);
  }

  .md\:bg-orange-600\/20{
    background-color: rgb(234 88 12 / 0.2);
  }

  .md\:bg-orange-600\/25{
    background-color: rgb(234 88 12 / 0.25);
  }

  .md\:bg-orange-600\/30{
    background-color: rgb(234 88 12 / 0.3);
  }

  .md\:bg-orange-600\/35{
    background-color: rgb(234 88 12 / 0.35);
  }

  .md\:bg-orange-600\/40{
    background-color: rgb(234 88 12 / 0.4);
  }

  .md\:bg-orange-600\/45{
    background-color: rgb(234 88 12 / 0.45);
  }

  .md\:bg-orange-600\/5{
    background-color: rgb(234 88 12 / 0.05);
  }

  .md\:bg-orange-600\/50{
    background-color: rgb(234 88 12 / 0.5);
  }

  .md\:bg-orange-600\/55{
    background-color: rgb(234 88 12 / 0.55);
  }

  .md\:bg-orange-600\/60{
    background-color: rgb(234 88 12 / 0.6);
  }

  .md\:bg-orange-600\/65{
    background-color: rgb(234 88 12 / 0.65);
  }

  .md\:bg-orange-600\/70{
    background-color: rgb(234 88 12 / 0.7);
  }

  .md\:bg-orange-600\/75{
    background-color: rgb(234 88 12 / 0.75);
  }

  .md\:bg-orange-600\/80{
    background-color: rgb(234 88 12 / 0.8);
  }

  .md\:bg-orange-600\/85{
    background-color: rgb(234 88 12 / 0.85);
  }

  .md\:bg-orange-600\/90{
    background-color: rgb(234 88 12 / 0.9);
  }

  .md\:bg-orange-600\/95{
    background-color: rgb(234 88 12 / 0.95);
  }

  .md\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-700\/0{
    background-color: rgb(194 65 12 / 0);
  }

  .md\:bg-orange-700\/10{
    background-color: rgb(194 65 12 / 0.1);
  }

  .md\:bg-orange-700\/100{
    background-color: rgb(194 65 12 / 1);
  }

  .md\:bg-orange-700\/15{
    background-color: rgb(194 65 12 / 0.15);
  }

  .md\:bg-orange-700\/20{
    background-color: rgb(194 65 12 / 0.2);
  }

  .md\:bg-orange-700\/25{
    background-color: rgb(194 65 12 / 0.25);
  }

  .md\:bg-orange-700\/30{
    background-color: rgb(194 65 12 / 0.3);
  }

  .md\:bg-orange-700\/35{
    background-color: rgb(194 65 12 / 0.35);
  }

  .md\:bg-orange-700\/40{
    background-color: rgb(194 65 12 / 0.4);
  }

  .md\:bg-orange-700\/45{
    background-color: rgb(194 65 12 / 0.45);
  }

  .md\:bg-orange-700\/5{
    background-color: rgb(194 65 12 / 0.05);
  }

  .md\:bg-orange-700\/50{
    background-color: rgb(194 65 12 / 0.5);
  }

  .md\:bg-orange-700\/55{
    background-color: rgb(194 65 12 / 0.55);
  }

  .md\:bg-orange-700\/60{
    background-color: rgb(194 65 12 / 0.6);
  }

  .md\:bg-orange-700\/65{
    background-color: rgb(194 65 12 / 0.65);
  }

  .md\:bg-orange-700\/70{
    background-color: rgb(194 65 12 / 0.7);
  }

  .md\:bg-orange-700\/75{
    background-color: rgb(194 65 12 / 0.75);
  }

  .md\:bg-orange-700\/80{
    background-color: rgb(194 65 12 / 0.8);
  }

  .md\:bg-orange-700\/85{
    background-color: rgb(194 65 12 / 0.85);
  }

  .md\:bg-orange-700\/90{
    background-color: rgb(194 65 12 / 0.9);
  }

  .md\:bg-orange-700\/95{
    background-color: rgb(194 65 12 / 0.95);
  }

  .md\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-800\/0{
    background-color: rgb(154 52 18 / 0);
  }

  .md\:bg-orange-800\/10{
    background-color: rgb(154 52 18 / 0.1);
  }

  .md\:bg-orange-800\/100{
    background-color: rgb(154 52 18 / 1);
  }

  .md\:bg-orange-800\/15{
    background-color: rgb(154 52 18 / 0.15);
  }

  .md\:bg-orange-800\/20{
    background-color: rgb(154 52 18 / 0.2);
  }

  .md\:bg-orange-800\/25{
    background-color: rgb(154 52 18 / 0.25);
  }

  .md\:bg-orange-800\/30{
    background-color: rgb(154 52 18 / 0.3);
  }

  .md\:bg-orange-800\/35{
    background-color: rgb(154 52 18 / 0.35);
  }

  .md\:bg-orange-800\/40{
    background-color: rgb(154 52 18 / 0.4);
  }

  .md\:bg-orange-800\/45{
    background-color: rgb(154 52 18 / 0.45);
  }

  .md\:bg-orange-800\/5{
    background-color: rgb(154 52 18 / 0.05);
  }

  .md\:bg-orange-800\/50{
    background-color: rgb(154 52 18 / 0.5);
  }

  .md\:bg-orange-800\/55{
    background-color: rgb(154 52 18 / 0.55);
  }

  .md\:bg-orange-800\/60{
    background-color: rgb(154 52 18 / 0.6);
  }

  .md\:bg-orange-800\/65{
    background-color: rgb(154 52 18 / 0.65);
  }

  .md\:bg-orange-800\/70{
    background-color: rgb(154 52 18 / 0.7);
  }

  .md\:bg-orange-800\/75{
    background-color: rgb(154 52 18 / 0.75);
  }

  .md\:bg-orange-800\/80{
    background-color: rgb(154 52 18 / 0.8);
  }

  .md\:bg-orange-800\/85{
    background-color: rgb(154 52 18 / 0.85);
  }

  .md\:bg-orange-800\/90{
    background-color: rgb(154 52 18 / 0.9);
  }

  .md\:bg-orange-800\/95{
    background-color: rgb(154 52 18 / 0.95);
  }

  .md\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-900\/0{
    background-color: rgb(124 45 18 / 0);
  }

  .md\:bg-orange-900\/10{
    background-color: rgb(124 45 18 / 0.1);
  }

  .md\:bg-orange-900\/100{
    background-color: rgb(124 45 18 / 1);
  }

  .md\:bg-orange-900\/15{
    background-color: rgb(124 45 18 / 0.15);
  }

  .md\:bg-orange-900\/20{
    background-color: rgb(124 45 18 / 0.2);
  }

  .md\:bg-orange-900\/25{
    background-color: rgb(124 45 18 / 0.25);
  }

  .md\:bg-orange-900\/30{
    background-color: rgb(124 45 18 / 0.3);
  }

  .md\:bg-orange-900\/35{
    background-color: rgb(124 45 18 / 0.35);
  }

  .md\:bg-orange-900\/40{
    background-color: rgb(124 45 18 / 0.4);
  }

  .md\:bg-orange-900\/45{
    background-color: rgb(124 45 18 / 0.45);
  }

  .md\:bg-orange-900\/5{
    background-color: rgb(124 45 18 / 0.05);
  }

  .md\:bg-orange-900\/50{
    background-color: rgb(124 45 18 / 0.5);
  }

  .md\:bg-orange-900\/55{
    background-color: rgb(124 45 18 / 0.55);
  }

  .md\:bg-orange-900\/60{
    background-color: rgb(124 45 18 / 0.6);
  }

  .md\:bg-orange-900\/65{
    background-color: rgb(124 45 18 / 0.65);
  }

  .md\:bg-orange-900\/70{
    background-color: rgb(124 45 18 / 0.7);
  }

  .md\:bg-orange-900\/75{
    background-color: rgb(124 45 18 / 0.75);
  }

  .md\:bg-orange-900\/80{
    background-color: rgb(124 45 18 / 0.8);
  }

  .md\:bg-orange-900\/85{
    background-color: rgb(124 45 18 / 0.85);
  }

  .md\:bg-orange-900\/90{
    background-color: rgb(124 45 18 / 0.9);
  }

  .md\:bg-orange-900\/95{
    background-color: rgb(124 45 18 / 0.95);
  }

  .md\:bg-orange-950{
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-orange-950\/0{
    background-color: rgb(67 20 7 / 0);
  }

  .md\:bg-orange-950\/10{
    background-color: rgb(67 20 7 / 0.1);
  }

  .md\:bg-orange-950\/100{
    background-color: rgb(67 20 7 / 1);
  }

  .md\:bg-orange-950\/15{
    background-color: rgb(67 20 7 / 0.15);
  }

  .md\:bg-orange-950\/20{
    background-color: rgb(67 20 7 / 0.2);
  }

  .md\:bg-orange-950\/25{
    background-color: rgb(67 20 7 / 0.25);
  }

  .md\:bg-orange-950\/30{
    background-color: rgb(67 20 7 / 0.3);
  }

  .md\:bg-orange-950\/35{
    background-color: rgb(67 20 7 / 0.35);
  }

  .md\:bg-orange-950\/40{
    background-color: rgb(67 20 7 / 0.4);
  }

  .md\:bg-orange-950\/45{
    background-color: rgb(67 20 7 / 0.45);
  }

  .md\:bg-orange-950\/5{
    background-color: rgb(67 20 7 / 0.05);
  }

  .md\:bg-orange-950\/50{
    background-color: rgb(67 20 7 / 0.5);
  }

  .md\:bg-orange-950\/55{
    background-color: rgb(67 20 7 / 0.55);
  }

  .md\:bg-orange-950\/60{
    background-color: rgb(67 20 7 / 0.6);
  }

  .md\:bg-orange-950\/65{
    background-color: rgb(67 20 7 / 0.65);
  }

  .md\:bg-orange-950\/70{
    background-color: rgb(67 20 7 / 0.7);
  }

  .md\:bg-orange-950\/75{
    background-color: rgb(67 20 7 / 0.75);
  }

  .md\:bg-orange-950\/80{
    background-color: rgb(67 20 7 / 0.8);
  }

  .md\:bg-orange-950\/85{
    background-color: rgb(67 20 7 / 0.85);
  }

  .md\:bg-orange-950\/90{
    background-color: rgb(67 20 7 / 0.9);
  }

  .md\:bg-orange-950\/95{
    background-color: rgb(67 20 7 / 0.95);
  }

  .md\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-100\/0{
    background-color: rgb(252 231 243 / 0);
  }

  .md\:bg-pink-100\/10{
    background-color: rgb(252 231 243 / 0.1);
  }

  .md\:bg-pink-100\/100{
    background-color: rgb(252 231 243 / 1);
  }

  .md\:bg-pink-100\/15{
    background-color: rgb(252 231 243 / 0.15);
  }

  .md\:bg-pink-100\/20{
    background-color: rgb(252 231 243 / 0.2);
  }

  .md\:bg-pink-100\/25{
    background-color: rgb(252 231 243 / 0.25);
  }

  .md\:bg-pink-100\/30{
    background-color: rgb(252 231 243 / 0.3);
  }

  .md\:bg-pink-100\/35{
    background-color: rgb(252 231 243 / 0.35);
  }

  .md\:bg-pink-100\/40{
    background-color: rgb(252 231 243 / 0.4);
  }

  .md\:bg-pink-100\/45{
    background-color: rgb(252 231 243 / 0.45);
  }

  .md\:bg-pink-100\/5{
    background-color: rgb(252 231 243 / 0.05);
  }

  .md\:bg-pink-100\/50{
    background-color: rgb(252 231 243 / 0.5);
  }

  .md\:bg-pink-100\/55{
    background-color: rgb(252 231 243 / 0.55);
  }

  .md\:bg-pink-100\/60{
    background-color: rgb(252 231 243 / 0.6);
  }

  .md\:bg-pink-100\/65{
    background-color: rgb(252 231 243 / 0.65);
  }

  .md\:bg-pink-100\/70{
    background-color: rgb(252 231 243 / 0.7);
  }

  .md\:bg-pink-100\/75{
    background-color: rgb(252 231 243 / 0.75);
  }

  .md\:bg-pink-100\/80{
    background-color: rgb(252 231 243 / 0.8);
  }

  .md\:bg-pink-100\/85{
    background-color: rgb(252 231 243 / 0.85);
  }

  .md\:bg-pink-100\/90{
    background-color: rgb(252 231 243 / 0.9);
  }

  .md\:bg-pink-100\/95{
    background-color: rgb(252 231 243 / 0.95);
  }

  .md\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-200\/0{
    background-color: rgb(251 207 232 / 0);
  }

  .md\:bg-pink-200\/10{
    background-color: rgb(251 207 232 / 0.1);
  }

  .md\:bg-pink-200\/100{
    background-color: rgb(251 207 232 / 1);
  }

  .md\:bg-pink-200\/15{
    background-color: rgb(251 207 232 / 0.15);
  }

  .md\:bg-pink-200\/20{
    background-color: rgb(251 207 232 / 0.2);
  }

  .md\:bg-pink-200\/25{
    background-color: rgb(251 207 232 / 0.25);
  }

  .md\:bg-pink-200\/30{
    background-color: rgb(251 207 232 / 0.3);
  }

  .md\:bg-pink-200\/35{
    background-color: rgb(251 207 232 / 0.35);
  }

  .md\:bg-pink-200\/40{
    background-color: rgb(251 207 232 / 0.4);
  }

  .md\:bg-pink-200\/45{
    background-color: rgb(251 207 232 / 0.45);
  }

  .md\:bg-pink-200\/5{
    background-color: rgb(251 207 232 / 0.05);
  }

  .md\:bg-pink-200\/50{
    background-color: rgb(251 207 232 / 0.5);
  }

  .md\:bg-pink-200\/55{
    background-color: rgb(251 207 232 / 0.55);
  }

  .md\:bg-pink-200\/60{
    background-color: rgb(251 207 232 / 0.6);
  }

  .md\:bg-pink-200\/65{
    background-color: rgb(251 207 232 / 0.65);
  }

  .md\:bg-pink-200\/70{
    background-color: rgb(251 207 232 / 0.7);
  }

  .md\:bg-pink-200\/75{
    background-color: rgb(251 207 232 / 0.75);
  }

  .md\:bg-pink-200\/80{
    background-color: rgb(251 207 232 / 0.8);
  }

  .md\:bg-pink-200\/85{
    background-color: rgb(251 207 232 / 0.85);
  }

  .md\:bg-pink-200\/90{
    background-color: rgb(251 207 232 / 0.9);
  }

  .md\:bg-pink-200\/95{
    background-color: rgb(251 207 232 / 0.95);
  }

  .md\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-300\/0{
    background-color: rgb(249 168 212 / 0);
  }

  .md\:bg-pink-300\/10{
    background-color: rgb(249 168 212 / 0.1);
  }

  .md\:bg-pink-300\/100{
    background-color: rgb(249 168 212 / 1);
  }

  .md\:bg-pink-300\/15{
    background-color: rgb(249 168 212 / 0.15);
  }

  .md\:bg-pink-300\/20{
    background-color: rgb(249 168 212 / 0.2);
  }

  .md\:bg-pink-300\/25{
    background-color: rgb(249 168 212 / 0.25);
  }

  .md\:bg-pink-300\/30{
    background-color: rgb(249 168 212 / 0.3);
  }

  .md\:bg-pink-300\/35{
    background-color: rgb(249 168 212 / 0.35);
  }

  .md\:bg-pink-300\/40{
    background-color: rgb(249 168 212 / 0.4);
  }

  .md\:bg-pink-300\/45{
    background-color: rgb(249 168 212 / 0.45);
  }

  .md\:bg-pink-300\/5{
    background-color: rgb(249 168 212 / 0.05);
  }

  .md\:bg-pink-300\/50{
    background-color: rgb(249 168 212 / 0.5);
  }

  .md\:bg-pink-300\/55{
    background-color: rgb(249 168 212 / 0.55);
  }

  .md\:bg-pink-300\/60{
    background-color: rgb(249 168 212 / 0.6);
  }

  .md\:bg-pink-300\/65{
    background-color: rgb(249 168 212 / 0.65);
  }

  .md\:bg-pink-300\/70{
    background-color: rgb(249 168 212 / 0.7);
  }

  .md\:bg-pink-300\/75{
    background-color: rgb(249 168 212 / 0.75);
  }

  .md\:bg-pink-300\/80{
    background-color: rgb(249 168 212 / 0.8);
  }

  .md\:bg-pink-300\/85{
    background-color: rgb(249 168 212 / 0.85);
  }

  .md\:bg-pink-300\/90{
    background-color: rgb(249 168 212 / 0.9);
  }

  .md\:bg-pink-300\/95{
    background-color: rgb(249 168 212 / 0.95);
  }

  .md\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-400\/0{
    background-color: rgb(244 114 182 / 0);
  }

  .md\:bg-pink-400\/10{
    background-color: rgb(244 114 182 / 0.1);
  }

  .md\:bg-pink-400\/100{
    background-color: rgb(244 114 182 / 1);
  }

  .md\:bg-pink-400\/15{
    background-color: rgb(244 114 182 / 0.15);
  }

  .md\:bg-pink-400\/20{
    background-color: rgb(244 114 182 / 0.2);
  }

  .md\:bg-pink-400\/25{
    background-color: rgb(244 114 182 / 0.25);
  }

  .md\:bg-pink-400\/30{
    background-color: rgb(244 114 182 / 0.3);
  }

  .md\:bg-pink-400\/35{
    background-color: rgb(244 114 182 / 0.35);
  }

  .md\:bg-pink-400\/40{
    background-color: rgb(244 114 182 / 0.4);
  }

  .md\:bg-pink-400\/45{
    background-color: rgb(244 114 182 / 0.45);
  }

  .md\:bg-pink-400\/5{
    background-color: rgb(244 114 182 / 0.05);
  }

  .md\:bg-pink-400\/50{
    background-color: rgb(244 114 182 / 0.5);
  }

  .md\:bg-pink-400\/55{
    background-color: rgb(244 114 182 / 0.55);
  }

  .md\:bg-pink-400\/60{
    background-color: rgb(244 114 182 / 0.6);
  }

  .md\:bg-pink-400\/65{
    background-color: rgb(244 114 182 / 0.65);
  }

  .md\:bg-pink-400\/70{
    background-color: rgb(244 114 182 / 0.7);
  }

  .md\:bg-pink-400\/75{
    background-color: rgb(244 114 182 / 0.75);
  }

  .md\:bg-pink-400\/80{
    background-color: rgb(244 114 182 / 0.8);
  }

  .md\:bg-pink-400\/85{
    background-color: rgb(244 114 182 / 0.85);
  }

  .md\:bg-pink-400\/90{
    background-color: rgb(244 114 182 / 0.9);
  }

  .md\:bg-pink-400\/95{
    background-color: rgb(244 114 182 / 0.95);
  }

  .md\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-50\/0{
    background-color: rgb(253 242 248 / 0);
  }

  .md\:bg-pink-50\/10{
    background-color: rgb(253 242 248 / 0.1);
  }

  .md\:bg-pink-50\/100{
    background-color: rgb(253 242 248 / 1);
  }

  .md\:bg-pink-50\/15{
    background-color: rgb(253 242 248 / 0.15);
  }

  .md\:bg-pink-50\/20{
    background-color: rgb(253 242 248 / 0.2);
  }

  .md\:bg-pink-50\/25{
    background-color: rgb(253 242 248 / 0.25);
  }

  .md\:bg-pink-50\/30{
    background-color: rgb(253 242 248 / 0.3);
  }

  .md\:bg-pink-50\/35{
    background-color: rgb(253 242 248 / 0.35);
  }

  .md\:bg-pink-50\/40{
    background-color: rgb(253 242 248 / 0.4);
  }

  .md\:bg-pink-50\/45{
    background-color: rgb(253 242 248 / 0.45);
  }

  .md\:bg-pink-50\/5{
    background-color: rgb(253 242 248 / 0.05);
  }

  .md\:bg-pink-50\/50{
    background-color: rgb(253 242 248 / 0.5);
  }

  .md\:bg-pink-50\/55{
    background-color: rgb(253 242 248 / 0.55);
  }

  .md\:bg-pink-50\/60{
    background-color: rgb(253 242 248 / 0.6);
  }

  .md\:bg-pink-50\/65{
    background-color: rgb(253 242 248 / 0.65);
  }

  .md\:bg-pink-50\/70{
    background-color: rgb(253 242 248 / 0.7);
  }

  .md\:bg-pink-50\/75{
    background-color: rgb(253 242 248 / 0.75);
  }

  .md\:bg-pink-50\/80{
    background-color: rgb(253 242 248 / 0.8);
  }

  .md\:bg-pink-50\/85{
    background-color: rgb(253 242 248 / 0.85);
  }

  .md\:bg-pink-50\/90{
    background-color: rgb(253 242 248 / 0.9);
  }

  .md\:bg-pink-50\/95{
    background-color: rgb(253 242 248 / 0.95);
  }

  .md\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-500\/0{
    background-color: rgb(236 72 153 / 0);
  }

  .md\:bg-pink-500\/10{
    background-color: rgb(236 72 153 / 0.1);
  }

  .md\:bg-pink-500\/100{
    background-color: rgb(236 72 153 / 1);
  }

  .md\:bg-pink-500\/15{
    background-color: rgb(236 72 153 / 0.15);
  }

  .md\:bg-pink-500\/20{
    background-color: rgb(236 72 153 / 0.2);
  }

  .md\:bg-pink-500\/25{
    background-color: rgb(236 72 153 / 0.25);
  }

  .md\:bg-pink-500\/30{
    background-color: rgb(236 72 153 / 0.3);
  }

  .md\:bg-pink-500\/35{
    background-color: rgb(236 72 153 / 0.35);
  }

  .md\:bg-pink-500\/40{
    background-color: rgb(236 72 153 / 0.4);
  }

  .md\:bg-pink-500\/45{
    background-color: rgb(236 72 153 / 0.45);
  }

  .md\:bg-pink-500\/5{
    background-color: rgb(236 72 153 / 0.05);
  }

  .md\:bg-pink-500\/50{
    background-color: rgb(236 72 153 / 0.5);
  }

  .md\:bg-pink-500\/55{
    background-color: rgb(236 72 153 / 0.55);
  }

  .md\:bg-pink-500\/60{
    background-color: rgb(236 72 153 / 0.6);
  }

  .md\:bg-pink-500\/65{
    background-color: rgb(236 72 153 / 0.65);
  }

  .md\:bg-pink-500\/70{
    background-color: rgb(236 72 153 / 0.7);
  }

  .md\:bg-pink-500\/75{
    background-color: rgb(236 72 153 / 0.75);
  }

  .md\:bg-pink-500\/80{
    background-color: rgb(236 72 153 / 0.8);
  }

  .md\:bg-pink-500\/85{
    background-color: rgb(236 72 153 / 0.85);
  }

  .md\:bg-pink-500\/90{
    background-color: rgb(236 72 153 / 0.9);
  }

  .md\:bg-pink-500\/95{
    background-color: rgb(236 72 153 / 0.95);
  }

  .md\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-600\/0{
    background-color: rgb(219 39 119 / 0);
  }

  .md\:bg-pink-600\/10{
    background-color: rgb(219 39 119 / 0.1);
  }

  .md\:bg-pink-600\/100{
    background-color: rgb(219 39 119 / 1);
  }

  .md\:bg-pink-600\/15{
    background-color: rgb(219 39 119 / 0.15);
  }

  .md\:bg-pink-600\/20{
    background-color: rgb(219 39 119 / 0.2);
  }

  .md\:bg-pink-600\/25{
    background-color: rgb(219 39 119 / 0.25);
  }

  .md\:bg-pink-600\/30{
    background-color: rgb(219 39 119 / 0.3);
  }

  .md\:bg-pink-600\/35{
    background-color: rgb(219 39 119 / 0.35);
  }

  .md\:bg-pink-600\/40{
    background-color: rgb(219 39 119 / 0.4);
  }

  .md\:bg-pink-600\/45{
    background-color: rgb(219 39 119 / 0.45);
  }

  .md\:bg-pink-600\/5{
    background-color: rgb(219 39 119 / 0.05);
  }

  .md\:bg-pink-600\/50{
    background-color: rgb(219 39 119 / 0.5);
  }

  .md\:bg-pink-600\/55{
    background-color: rgb(219 39 119 / 0.55);
  }

  .md\:bg-pink-600\/60{
    background-color: rgb(219 39 119 / 0.6);
  }

  .md\:bg-pink-600\/65{
    background-color: rgb(219 39 119 / 0.65);
  }

  .md\:bg-pink-600\/70{
    background-color: rgb(219 39 119 / 0.7);
  }

  .md\:bg-pink-600\/75{
    background-color: rgb(219 39 119 / 0.75);
  }

  .md\:bg-pink-600\/80{
    background-color: rgb(219 39 119 / 0.8);
  }

  .md\:bg-pink-600\/85{
    background-color: rgb(219 39 119 / 0.85);
  }

  .md\:bg-pink-600\/90{
    background-color: rgb(219 39 119 / 0.9);
  }

  .md\:bg-pink-600\/95{
    background-color: rgb(219 39 119 / 0.95);
  }

  .md\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-700\/0{
    background-color: rgb(190 24 93 / 0);
  }

  .md\:bg-pink-700\/10{
    background-color: rgb(190 24 93 / 0.1);
  }

  .md\:bg-pink-700\/100{
    background-color: rgb(190 24 93 / 1);
  }

  .md\:bg-pink-700\/15{
    background-color: rgb(190 24 93 / 0.15);
  }

  .md\:bg-pink-700\/20{
    background-color: rgb(190 24 93 / 0.2);
  }

  .md\:bg-pink-700\/25{
    background-color: rgb(190 24 93 / 0.25);
  }

  .md\:bg-pink-700\/30{
    background-color: rgb(190 24 93 / 0.3);
  }

  .md\:bg-pink-700\/35{
    background-color: rgb(190 24 93 / 0.35);
  }

  .md\:bg-pink-700\/40{
    background-color: rgb(190 24 93 / 0.4);
  }

  .md\:bg-pink-700\/45{
    background-color: rgb(190 24 93 / 0.45);
  }

  .md\:bg-pink-700\/5{
    background-color: rgb(190 24 93 / 0.05);
  }

  .md\:bg-pink-700\/50{
    background-color: rgb(190 24 93 / 0.5);
  }

  .md\:bg-pink-700\/55{
    background-color: rgb(190 24 93 / 0.55);
  }

  .md\:bg-pink-700\/60{
    background-color: rgb(190 24 93 / 0.6);
  }

  .md\:bg-pink-700\/65{
    background-color: rgb(190 24 93 / 0.65);
  }

  .md\:bg-pink-700\/70{
    background-color: rgb(190 24 93 / 0.7);
  }

  .md\:bg-pink-700\/75{
    background-color: rgb(190 24 93 / 0.75);
  }

  .md\:bg-pink-700\/80{
    background-color: rgb(190 24 93 / 0.8);
  }

  .md\:bg-pink-700\/85{
    background-color: rgb(190 24 93 / 0.85);
  }

  .md\:bg-pink-700\/90{
    background-color: rgb(190 24 93 / 0.9);
  }

  .md\:bg-pink-700\/95{
    background-color: rgb(190 24 93 / 0.95);
  }

  .md\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-800\/0{
    background-color: rgb(157 23 77 / 0);
  }

  .md\:bg-pink-800\/10{
    background-color: rgb(157 23 77 / 0.1);
  }

  .md\:bg-pink-800\/100{
    background-color: rgb(157 23 77 / 1);
  }

  .md\:bg-pink-800\/15{
    background-color: rgb(157 23 77 / 0.15);
  }

  .md\:bg-pink-800\/20{
    background-color: rgb(157 23 77 / 0.2);
  }

  .md\:bg-pink-800\/25{
    background-color: rgb(157 23 77 / 0.25);
  }

  .md\:bg-pink-800\/30{
    background-color: rgb(157 23 77 / 0.3);
  }

  .md\:bg-pink-800\/35{
    background-color: rgb(157 23 77 / 0.35);
  }

  .md\:bg-pink-800\/40{
    background-color: rgb(157 23 77 / 0.4);
  }

  .md\:bg-pink-800\/45{
    background-color: rgb(157 23 77 / 0.45);
  }

  .md\:bg-pink-800\/5{
    background-color: rgb(157 23 77 / 0.05);
  }

  .md\:bg-pink-800\/50{
    background-color: rgb(157 23 77 / 0.5);
  }

  .md\:bg-pink-800\/55{
    background-color: rgb(157 23 77 / 0.55);
  }

  .md\:bg-pink-800\/60{
    background-color: rgb(157 23 77 / 0.6);
  }

  .md\:bg-pink-800\/65{
    background-color: rgb(157 23 77 / 0.65);
  }

  .md\:bg-pink-800\/70{
    background-color: rgb(157 23 77 / 0.7);
  }

  .md\:bg-pink-800\/75{
    background-color: rgb(157 23 77 / 0.75);
  }

  .md\:bg-pink-800\/80{
    background-color: rgb(157 23 77 / 0.8);
  }

  .md\:bg-pink-800\/85{
    background-color: rgb(157 23 77 / 0.85);
  }

  .md\:bg-pink-800\/90{
    background-color: rgb(157 23 77 / 0.9);
  }

  .md\:bg-pink-800\/95{
    background-color: rgb(157 23 77 / 0.95);
  }

  .md\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-900\/0{
    background-color: rgb(131 24 67 / 0);
  }

  .md\:bg-pink-900\/10{
    background-color: rgb(131 24 67 / 0.1);
  }

  .md\:bg-pink-900\/100{
    background-color: rgb(131 24 67 / 1);
  }

  .md\:bg-pink-900\/15{
    background-color: rgb(131 24 67 / 0.15);
  }

  .md\:bg-pink-900\/20{
    background-color: rgb(131 24 67 / 0.2);
  }

  .md\:bg-pink-900\/25{
    background-color: rgb(131 24 67 / 0.25);
  }

  .md\:bg-pink-900\/30{
    background-color: rgb(131 24 67 / 0.3);
  }

  .md\:bg-pink-900\/35{
    background-color: rgb(131 24 67 / 0.35);
  }

  .md\:bg-pink-900\/40{
    background-color: rgb(131 24 67 / 0.4);
  }

  .md\:bg-pink-900\/45{
    background-color: rgb(131 24 67 / 0.45);
  }

  .md\:bg-pink-900\/5{
    background-color: rgb(131 24 67 / 0.05);
  }

  .md\:bg-pink-900\/50{
    background-color: rgb(131 24 67 / 0.5);
  }

  .md\:bg-pink-900\/55{
    background-color: rgb(131 24 67 / 0.55);
  }

  .md\:bg-pink-900\/60{
    background-color: rgb(131 24 67 / 0.6);
  }

  .md\:bg-pink-900\/65{
    background-color: rgb(131 24 67 / 0.65);
  }

  .md\:bg-pink-900\/70{
    background-color: rgb(131 24 67 / 0.7);
  }

  .md\:bg-pink-900\/75{
    background-color: rgb(131 24 67 / 0.75);
  }

  .md\:bg-pink-900\/80{
    background-color: rgb(131 24 67 / 0.8);
  }

  .md\:bg-pink-900\/85{
    background-color: rgb(131 24 67 / 0.85);
  }

  .md\:bg-pink-900\/90{
    background-color: rgb(131 24 67 / 0.9);
  }

  .md\:bg-pink-900\/95{
    background-color: rgb(131 24 67 / 0.95);
  }

  .md\:bg-pink-950{
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-pink-950\/0{
    background-color: rgb(80 7 36 / 0);
  }

  .md\:bg-pink-950\/10{
    background-color: rgb(80 7 36 / 0.1);
  }

  .md\:bg-pink-950\/100{
    background-color: rgb(80 7 36 / 1);
  }

  .md\:bg-pink-950\/15{
    background-color: rgb(80 7 36 / 0.15);
  }

  .md\:bg-pink-950\/20{
    background-color: rgb(80 7 36 / 0.2);
  }

  .md\:bg-pink-950\/25{
    background-color: rgb(80 7 36 / 0.25);
  }

  .md\:bg-pink-950\/30{
    background-color: rgb(80 7 36 / 0.3);
  }

  .md\:bg-pink-950\/35{
    background-color: rgb(80 7 36 / 0.35);
  }

  .md\:bg-pink-950\/40{
    background-color: rgb(80 7 36 / 0.4);
  }

  .md\:bg-pink-950\/45{
    background-color: rgb(80 7 36 / 0.45);
  }

  .md\:bg-pink-950\/5{
    background-color: rgb(80 7 36 / 0.05);
  }

  .md\:bg-pink-950\/50{
    background-color: rgb(80 7 36 / 0.5);
  }

  .md\:bg-pink-950\/55{
    background-color: rgb(80 7 36 / 0.55);
  }

  .md\:bg-pink-950\/60{
    background-color: rgb(80 7 36 / 0.6);
  }

  .md\:bg-pink-950\/65{
    background-color: rgb(80 7 36 / 0.65);
  }

  .md\:bg-pink-950\/70{
    background-color: rgb(80 7 36 / 0.7);
  }

  .md\:bg-pink-950\/75{
    background-color: rgb(80 7 36 / 0.75);
  }

  .md\:bg-pink-950\/80{
    background-color: rgb(80 7 36 / 0.8);
  }

  .md\:bg-pink-950\/85{
    background-color: rgb(80 7 36 / 0.85);
  }

  .md\:bg-pink-950\/90{
    background-color: rgb(80 7 36 / 0.9);
  }

  .md\:bg-pink-950\/95{
    background-color: rgb(80 7 36 / 0.95);
  }

  .md\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary\/0{
    background-color: rgb(23 62 81 / 0);
  }

  .md\:bg-primary\/10{
    background-color: rgb(23 62 81 / 0.1);
  }

  .md\:bg-primary\/100{
    background-color: rgb(23 62 81 / 1);
  }

  .md\:bg-primary\/15{
    background-color: rgb(23 62 81 / 0.15);
  }

  .md\:bg-primary\/20{
    background-color: rgb(23 62 81 / 0.2);
  }

  .md\:bg-primary\/25{
    background-color: rgb(23 62 81 / 0.25);
  }

  .md\:bg-primary\/30{
    background-color: rgb(23 62 81 / 0.3);
  }

  .md\:bg-primary\/35{
    background-color: rgb(23 62 81 / 0.35);
  }

  .md\:bg-primary\/40{
    background-color: rgb(23 62 81 / 0.4);
  }

  .md\:bg-primary\/45{
    background-color: rgb(23 62 81 / 0.45);
  }

  .md\:bg-primary\/5{
    background-color: rgb(23 62 81 / 0.05);
  }

  .md\:bg-primary\/50{
    background-color: rgb(23 62 81 / 0.5);
  }

  .md\:bg-primary\/55{
    background-color: rgb(23 62 81 / 0.55);
  }

  .md\:bg-primary\/60{
    background-color: rgb(23 62 81 / 0.6);
  }

  .md\:bg-primary\/65{
    background-color: rgb(23 62 81 / 0.65);
  }

  .md\:bg-primary\/70{
    background-color: rgb(23 62 81 / 0.7);
  }

  .md\:bg-primary\/75{
    background-color: rgb(23 62 81 / 0.75);
  }

  .md\:bg-primary\/80{
    background-color: rgb(23 62 81 / 0.8);
  }

  .md\:bg-primary\/85{
    background-color: rgb(23 62 81 / 0.85);
  }

  .md\:bg-primary\/90{
    background-color: rgb(23 62 81 / 0.9);
  }

  .md\:bg-primary\/95{
    background-color: rgb(23 62 81 / 0.95);
  }

  .md\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-100\/0{
    background-color: rgb(243 232 255 / 0);
  }

  .md\:bg-purple-100\/10{
    background-color: rgb(243 232 255 / 0.1);
  }

  .md\:bg-purple-100\/100{
    background-color: rgb(243 232 255 / 1);
  }

  .md\:bg-purple-100\/15{
    background-color: rgb(243 232 255 / 0.15);
  }

  .md\:bg-purple-100\/20{
    background-color: rgb(243 232 255 / 0.2);
  }

  .md\:bg-purple-100\/25{
    background-color: rgb(243 232 255 / 0.25);
  }

  .md\:bg-purple-100\/30{
    background-color: rgb(243 232 255 / 0.3);
  }

  .md\:bg-purple-100\/35{
    background-color: rgb(243 232 255 / 0.35);
  }

  .md\:bg-purple-100\/40{
    background-color: rgb(243 232 255 / 0.4);
  }

  .md\:bg-purple-100\/45{
    background-color: rgb(243 232 255 / 0.45);
  }

  .md\:bg-purple-100\/5{
    background-color: rgb(243 232 255 / 0.05);
  }

  .md\:bg-purple-100\/50{
    background-color: rgb(243 232 255 / 0.5);
  }

  .md\:bg-purple-100\/55{
    background-color: rgb(243 232 255 / 0.55);
  }

  .md\:bg-purple-100\/60{
    background-color: rgb(243 232 255 / 0.6);
  }

  .md\:bg-purple-100\/65{
    background-color: rgb(243 232 255 / 0.65);
  }

  .md\:bg-purple-100\/70{
    background-color: rgb(243 232 255 / 0.7);
  }

  .md\:bg-purple-100\/75{
    background-color: rgb(243 232 255 / 0.75);
  }

  .md\:bg-purple-100\/80{
    background-color: rgb(243 232 255 / 0.8);
  }

  .md\:bg-purple-100\/85{
    background-color: rgb(243 232 255 / 0.85);
  }

  .md\:bg-purple-100\/90{
    background-color: rgb(243 232 255 / 0.9);
  }

  .md\:bg-purple-100\/95{
    background-color: rgb(243 232 255 / 0.95);
  }

  .md\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-200\/0{
    background-color: rgb(233 213 255 / 0);
  }

  .md\:bg-purple-200\/10{
    background-color: rgb(233 213 255 / 0.1);
  }

  .md\:bg-purple-200\/100{
    background-color: rgb(233 213 255 / 1);
  }

  .md\:bg-purple-200\/15{
    background-color: rgb(233 213 255 / 0.15);
  }

  .md\:bg-purple-200\/20{
    background-color: rgb(233 213 255 / 0.2);
  }

  .md\:bg-purple-200\/25{
    background-color: rgb(233 213 255 / 0.25);
  }

  .md\:bg-purple-200\/30{
    background-color: rgb(233 213 255 / 0.3);
  }

  .md\:bg-purple-200\/35{
    background-color: rgb(233 213 255 / 0.35);
  }

  .md\:bg-purple-200\/40{
    background-color: rgb(233 213 255 / 0.4);
  }

  .md\:bg-purple-200\/45{
    background-color: rgb(233 213 255 / 0.45);
  }

  .md\:bg-purple-200\/5{
    background-color: rgb(233 213 255 / 0.05);
  }

  .md\:bg-purple-200\/50{
    background-color: rgb(233 213 255 / 0.5);
  }

  .md\:bg-purple-200\/55{
    background-color: rgb(233 213 255 / 0.55);
  }

  .md\:bg-purple-200\/60{
    background-color: rgb(233 213 255 / 0.6);
  }

  .md\:bg-purple-200\/65{
    background-color: rgb(233 213 255 / 0.65);
  }

  .md\:bg-purple-200\/70{
    background-color: rgb(233 213 255 / 0.7);
  }

  .md\:bg-purple-200\/75{
    background-color: rgb(233 213 255 / 0.75);
  }

  .md\:bg-purple-200\/80{
    background-color: rgb(233 213 255 / 0.8);
  }

  .md\:bg-purple-200\/85{
    background-color: rgb(233 213 255 / 0.85);
  }

  .md\:bg-purple-200\/90{
    background-color: rgb(233 213 255 / 0.9);
  }

  .md\:bg-purple-200\/95{
    background-color: rgb(233 213 255 / 0.95);
  }

  .md\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-300\/0{
    background-color: rgb(216 180 254 / 0);
  }

  .md\:bg-purple-300\/10{
    background-color: rgb(216 180 254 / 0.1);
  }

  .md\:bg-purple-300\/100{
    background-color: rgb(216 180 254 / 1);
  }

  .md\:bg-purple-300\/15{
    background-color: rgb(216 180 254 / 0.15);
  }

  .md\:bg-purple-300\/20{
    background-color: rgb(216 180 254 / 0.2);
  }

  .md\:bg-purple-300\/25{
    background-color: rgb(216 180 254 / 0.25);
  }

  .md\:bg-purple-300\/30{
    background-color: rgb(216 180 254 / 0.3);
  }

  .md\:bg-purple-300\/35{
    background-color: rgb(216 180 254 / 0.35);
  }

  .md\:bg-purple-300\/40{
    background-color: rgb(216 180 254 / 0.4);
  }

  .md\:bg-purple-300\/45{
    background-color: rgb(216 180 254 / 0.45);
  }

  .md\:bg-purple-300\/5{
    background-color: rgb(216 180 254 / 0.05);
  }

  .md\:bg-purple-300\/50{
    background-color: rgb(216 180 254 / 0.5);
  }

  .md\:bg-purple-300\/55{
    background-color: rgb(216 180 254 / 0.55);
  }

  .md\:bg-purple-300\/60{
    background-color: rgb(216 180 254 / 0.6);
  }

  .md\:bg-purple-300\/65{
    background-color: rgb(216 180 254 / 0.65);
  }

  .md\:bg-purple-300\/70{
    background-color: rgb(216 180 254 / 0.7);
  }

  .md\:bg-purple-300\/75{
    background-color: rgb(216 180 254 / 0.75);
  }

  .md\:bg-purple-300\/80{
    background-color: rgb(216 180 254 / 0.8);
  }

  .md\:bg-purple-300\/85{
    background-color: rgb(216 180 254 / 0.85);
  }

  .md\:bg-purple-300\/90{
    background-color: rgb(216 180 254 / 0.9);
  }

  .md\:bg-purple-300\/95{
    background-color: rgb(216 180 254 / 0.95);
  }

  .md\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-400\/0{
    background-color: rgb(192 132 252 / 0);
  }

  .md\:bg-purple-400\/10{
    background-color: rgb(192 132 252 / 0.1);
  }

  .md\:bg-purple-400\/100{
    background-color: rgb(192 132 252 / 1);
  }

  .md\:bg-purple-400\/15{
    background-color: rgb(192 132 252 / 0.15);
  }

  .md\:bg-purple-400\/20{
    background-color: rgb(192 132 252 / 0.2);
  }

  .md\:bg-purple-400\/25{
    background-color: rgb(192 132 252 / 0.25);
  }

  .md\:bg-purple-400\/30{
    background-color: rgb(192 132 252 / 0.3);
  }

  .md\:bg-purple-400\/35{
    background-color: rgb(192 132 252 / 0.35);
  }

  .md\:bg-purple-400\/40{
    background-color: rgb(192 132 252 / 0.4);
  }

  .md\:bg-purple-400\/45{
    background-color: rgb(192 132 252 / 0.45);
  }

  .md\:bg-purple-400\/5{
    background-color: rgb(192 132 252 / 0.05);
  }

  .md\:bg-purple-400\/50{
    background-color: rgb(192 132 252 / 0.5);
  }

  .md\:bg-purple-400\/55{
    background-color: rgb(192 132 252 / 0.55);
  }

  .md\:bg-purple-400\/60{
    background-color: rgb(192 132 252 / 0.6);
  }

  .md\:bg-purple-400\/65{
    background-color: rgb(192 132 252 / 0.65);
  }

  .md\:bg-purple-400\/70{
    background-color: rgb(192 132 252 / 0.7);
  }

  .md\:bg-purple-400\/75{
    background-color: rgb(192 132 252 / 0.75);
  }

  .md\:bg-purple-400\/80{
    background-color: rgb(192 132 252 / 0.8);
  }

  .md\:bg-purple-400\/85{
    background-color: rgb(192 132 252 / 0.85);
  }

  .md\:bg-purple-400\/90{
    background-color: rgb(192 132 252 / 0.9);
  }

  .md\:bg-purple-400\/95{
    background-color: rgb(192 132 252 / 0.95);
  }

  .md\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-50\/0{
    background-color: rgb(250 245 255 / 0);
  }

  .md\:bg-purple-50\/10{
    background-color: rgb(250 245 255 / 0.1);
  }

  .md\:bg-purple-50\/100{
    background-color: rgb(250 245 255 / 1);
  }

  .md\:bg-purple-50\/15{
    background-color: rgb(250 245 255 / 0.15);
  }

  .md\:bg-purple-50\/20{
    background-color: rgb(250 245 255 / 0.2);
  }

  .md\:bg-purple-50\/25{
    background-color: rgb(250 245 255 / 0.25);
  }

  .md\:bg-purple-50\/30{
    background-color: rgb(250 245 255 / 0.3);
  }

  .md\:bg-purple-50\/35{
    background-color: rgb(250 245 255 / 0.35);
  }

  .md\:bg-purple-50\/40{
    background-color: rgb(250 245 255 / 0.4);
  }

  .md\:bg-purple-50\/45{
    background-color: rgb(250 245 255 / 0.45);
  }

  .md\:bg-purple-50\/5{
    background-color: rgb(250 245 255 / 0.05);
  }

  .md\:bg-purple-50\/50{
    background-color: rgb(250 245 255 / 0.5);
  }

  .md\:bg-purple-50\/55{
    background-color: rgb(250 245 255 / 0.55);
  }

  .md\:bg-purple-50\/60{
    background-color: rgb(250 245 255 / 0.6);
  }

  .md\:bg-purple-50\/65{
    background-color: rgb(250 245 255 / 0.65);
  }

  .md\:bg-purple-50\/70{
    background-color: rgb(250 245 255 / 0.7);
  }

  .md\:bg-purple-50\/75{
    background-color: rgb(250 245 255 / 0.75);
  }

  .md\:bg-purple-50\/80{
    background-color: rgb(250 245 255 / 0.8);
  }

  .md\:bg-purple-50\/85{
    background-color: rgb(250 245 255 / 0.85);
  }

  .md\:bg-purple-50\/90{
    background-color: rgb(250 245 255 / 0.9);
  }

  .md\:bg-purple-50\/95{
    background-color: rgb(250 245 255 / 0.95);
  }

  .md\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-500\/0{
    background-color: rgb(168 85 247 / 0);
  }

  .md\:bg-purple-500\/10{
    background-color: rgb(168 85 247 / 0.1);
  }

  .md\:bg-purple-500\/100{
    background-color: rgb(168 85 247 / 1);
  }

  .md\:bg-purple-500\/15{
    background-color: rgb(168 85 247 / 0.15);
  }

  .md\:bg-purple-500\/20{
    background-color: rgb(168 85 247 / 0.2);
  }

  .md\:bg-purple-500\/25{
    background-color: rgb(168 85 247 / 0.25);
  }

  .md\:bg-purple-500\/30{
    background-color: rgb(168 85 247 / 0.3);
  }

  .md\:bg-purple-500\/35{
    background-color: rgb(168 85 247 / 0.35);
  }

  .md\:bg-purple-500\/40{
    background-color: rgb(168 85 247 / 0.4);
  }

  .md\:bg-purple-500\/45{
    background-color: rgb(168 85 247 / 0.45);
  }

  .md\:bg-purple-500\/5{
    background-color: rgb(168 85 247 / 0.05);
  }

  .md\:bg-purple-500\/50{
    background-color: rgb(168 85 247 / 0.5);
  }

  .md\:bg-purple-500\/55{
    background-color: rgb(168 85 247 / 0.55);
  }

  .md\:bg-purple-500\/60{
    background-color: rgb(168 85 247 / 0.6);
  }

  .md\:bg-purple-500\/65{
    background-color: rgb(168 85 247 / 0.65);
  }

  .md\:bg-purple-500\/70{
    background-color: rgb(168 85 247 / 0.7);
  }

  .md\:bg-purple-500\/75{
    background-color: rgb(168 85 247 / 0.75);
  }

  .md\:bg-purple-500\/80{
    background-color: rgb(168 85 247 / 0.8);
  }

  .md\:bg-purple-500\/85{
    background-color: rgb(168 85 247 / 0.85);
  }

  .md\:bg-purple-500\/90{
    background-color: rgb(168 85 247 / 0.9);
  }

  .md\:bg-purple-500\/95{
    background-color: rgb(168 85 247 / 0.95);
  }

  .md\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-600\/0{
    background-color: rgb(147 51 234 / 0);
  }

  .md\:bg-purple-600\/10{
    background-color: rgb(147 51 234 / 0.1);
  }

  .md\:bg-purple-600\/100{
    background-color: rgb(147 51 234 / 1);
  }

  .md\:bg-purple-600\/15{
    background-color: rgb(147 51 234 / 0.15);
  }

  .md\:bg-purple-600\/20{
    background-color: rgb(147 51 234 / 0.2);
  }

  .md\:bg-purple-600\/25{
    background-color: rgb(147 51 234 / 0.25);
  }

  .md\:bg-purple-600\/30{
    background-color: rgb(147 51 234 / 0.3);
  }

  .md\:bg-purple-600\/35{
    background-color: rgb(147 51 234 / 0.35);
  }

  .md\:bg-purple-600\/40{
    background-color: rgb(147 51 234 / 0.4);
  }

  .md\:bg-purple-600\/45{
    background-color: rgb(147 51 234 / 0.45);
  }

  .md\:bg-purple-600\/5{
    background-color: rgb(147 51 234 / 0.05);
  }

  .md\:bg-purple-600\/50{
    background-color: rgb(147 51 234 / 0.5);
  }

  .md\:bg-purple-600\/55{
    background-color: rgb(147 51 234 / 0.55);
  }

  .md\:bg-purple-600\/60{
    background-color: rgb(147 51 234 / 0.6);
  }

  .md\:bg-purple-600\/65{
    background-color: rgb(147 51 234 / 0.65);
  }

  .md\:bg-purple-600\/70{
    background-color: rgb(147 51 234 / 0.7);
  }

  .md\:bg-purple-600\/75{
    background-color: rgb(147 51 234 / 0.75);
  }

  .md\:bg-purple-600\/80{
    background-color: rgb(147 51 234 / 0.8);
  }

  .md\:bg-purple-600\/85{
    background-color: rgb(147 51 234 / 0.85);
  }

  .md\:bg-purple-600\/90{
    background-color: rgb(147 51 234 / 0.9);
  }

  .md\:bg-purple-600\/95{
    background-color: rgb(147 51 234 / 0.95);
  }

  .md\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-700\/0{
    background-color: rgb(126 34 206 / 0);
  }

  .md\:bg-purple-700\/10{
    background-color: rgb(126 34 206 / 0.1);
  }

  .md\:bg-purple-700\/100{
    background-color: rgb(126 34 206 / 1);
  }

  .md\:bg-purple-700\/15{
    background-color: rgb(126 34 206 / 0.15);
  }

  .md\:bg-purple-700\/20{
    background-color: rgb(126 34 206 / 0.2);
  }

  .md\:bg-purple-700\/25{
    background-color: rgb(126 34 206 / 0.25);
  }

  .md\:bg-purple-700\/30{
    background-color: rgb(126 34 206 / 0.3);
  }

  .md\:bg-purple-700\/35{
    background-color: rgb(126 34 206 / 0.35);
  }

  .md\:bg-purple-700\/40{
    background-color: rgb(126 34 206 / 0.4);
  }

  .md\:bg-purple-700\/45{
    background-color: rgb(126 34 206 / 0.45);
  }

  .md\:bg-purple-700\/5{
    background-color: rgb(126 34 206 / 0.05);
  }

  .md\:bg-purple-700\/50{
    background-color: rgb(126 34 206 / 0.5);
  }

  .md\:bg-purple-700\/55{
    background-color: rgb(126 34 206 / 0.55);
  }

  .md\:bg-purple-700\/60{
    background-color: rgb(126 34 206 / 0.6);
  }

  .md\:bg-purple-700\/65{
    background-color: rgb(126 34 206 / 0.65);
  }

  .md\:bg-purple-700\/70{
    background-color: rgb(126 34 206 / 0.7);
  }

  .md\:bg-purple-700\/75{
    background-color: rgb(126 34 206 / 0.75);
  }

  .md\:bg-purple-700\/80{
    background-color: rgb(126 34 206 / 0.8);
  }

  .md\:bg-purple-700\/85{
    background-color: rgb(126 34 206 / 0.85);
  }

  .md\:bg-purple-700\/90{
    background-color: rgb(126 34 206 / 0.9);
  }

  .md\:bg-purple-700\/95{
    background-color: rgb(126 34 206 / 0.95);
  }

  .md\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-800\/0{
    background-color: rgb(107 33 168 / 0);
  }

  .md\:bg-purple-800\/10{
    background-color: rgb(107 33 168 / 0.1);
  }

  .md\:bg-purple-800\/100{
    background-color: rgb(107 33 168 / 1);
  }

  .md\:bg-purple-800\/15{
    background-color: rgb(107 33 168 / 0.15);
  }

  .md\:bg-purple-800\/20{
    background-color: rgb(107 33 168 / 0.2);
  }

  .md\:bg-purple-800\/25{
    background-color: rgb(107 33 168 / 0.25);
  }

  .md\:bg-purple-800\/30{
    background-color: rgb(107 33 168 / 0.3);
  }

  .md\:bg-purple-800\/35{
    background-color: rgb(107 33 168 / 0.35);
  }

  .md\:bg-purple-800\/40{
    background-color: rgb(107 33 168 / 0.4);
  }

  .md\:bg-purple-800\/45{
    background-color: rgb(107 33 168 / 0.45);
  }

  .md\:bg-purple-800\/5{
    background-color: rgb(107 33 168 / 0.05);
  }

  .md\:bg-purple-800\/50{
    background-color: rgb(107 33 168 / 0.5);
  }

  .md\:bg-purple-800\/55{
    background-color: rgb(107 33 168 / 0.55);
  }

  .md\:bg-purple-800\/60{
    background-color: rgb(107 33 168 / 0.6);
  }

  .md\:bg-purple-800\/65{
    background-color: rgb(107 33 168 / 0.65);
  }

  .md\:bg-purple-800\/70{
    background-color: rgb(107 33 168 / 0.7);
  }

  .md\:bg-purple-800\/75{
    background-color: rgb(107 33 168 / 0.75);
  }

  .md\:bg-purple-800\/80{
    background-color: rgb(107 33 168 / 0.8);
  }

  .md\:bg-purple-800\/85{
    background-color: rgb(107 33 168 / 0.85);
  }

  .md\:bg-purple-800\/90{
    background-color: rgb(107 33 168 / 0.9);
  }

  .md\:bg-purple-800\/95{
    background-color: rgb(107 33 168 / 0.95);
  }

  .md\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-900\/0{
    background-color: rgb(88 28 135 / 0);
  }

  .md\:bg-purple-900\/10{
    background-color: rgb(88 28 135 / 0.1);
  }

  .md\:bg-purple-900\/100{
    background-color: rgb(88 28 135 / 1);
  }

  .md\:bg-purple-900\/15{
    background-color: rgb(88 28 135 / 0.15);
  }

  .md\:bg-purple-900\/20{
    background-color: rgb(88 28 135 / 0.2);
  }

  .md\:bg-purple-900\/25{
    background-color: rgb(88 28 135 / 0.25);
  }

  .md\:bg-purple-900\/30{
    background-color: rgb(88 28 135 / 0.3);
  }

  .md\:bg-purple-900\/35{
    background-color: rgb(88 28 135 / 0.35);
  }

  .md\:bg-purple-900\/40{
    background-color: rgb(88 28 135 / 0.4);
  }

  .md\:bg-purple-900\/45{
    background-color: rgb(88 28 135 / 0.45);
  }

  .md\:bg-purple-900\/5{
    background-color: rgb(88 28 135 / 0.05);
  }

  .md\:bg-purple-900\/50{
    background-color: rgb(88 28 135 / 0.5);
  }

  .md\:bg-purple-900\/55{
    background-color: rgb(88 28 135 / 0.55);
  }

  .md\:bg-purple-900\/60{
    background-color: rgb(88 28 135 / 0.6);
  }

  .md\:bg-purple-900\/65{
    background-color: rgb(88 28 135 / 0.65);
  }

  .md\:bg-purple-900\/70{
    background-color: rgb(88 28 135 / 0.7);
  }

  .md\:bg-purple-900\/75{
    background-color: rgb(88 28 135 / 0.75);
  }

  .md\:bg-purple-900\/80{
    background-color: rgb(88 28 135 / 0.8);
  }

  .md\:bg-purple-900\/85{
    background-color: rgb(88 28 135 / 0.85);
  }

  .md\:bg-purple-900\/90{
    background-color: rgb(88 28 135 / 0.9);
  }

  .md\:bg-purple-900\/95{
    background-color: rgb(88 28 135 / 0.95);
  }

  .md\:bg-purple-950{
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-purple-950\/0{
    background-color: rgb(59 7 100 / 0);
  }

  .md\:bg-purple-950\/10{
    background-color: rgb(59 7 100 / 0.1);
  }

  .md\:bg-purple-950\/100{
    background-color: rgb(59 7 100 / 1);
  }

  .md\:bg-purple-950\/15{
    background-color: rgb(59 7 100 / 0.15);
  }

  .md\:bg-purple-950\/20{
    background-color: rgb(59 7 100 / 0.2);
  }

  .md\:bg-purple-950\/25{
    background-color: rgb(59 7 100 / 0.25);
  }

  .md\:bg-purple-950\/30{
    background-color: rgb(59 7 100 / 0.3);
  }

  .md\:bg-purple-950\/35{
    background-color: rgb(59 7 100 / 0.35);
  }

  .md\:bg-purple-950\/40{
    background-color: rgb(59 7 100 / 0.4);
  }

  .md\:bg-purple-950\/45{
    background-color: rgb(59 7 100 / 0.45);
  }

  .md\:bg-purple-950\/5{
    background-color: rgb(59 7 100 / 0.05);
  }

  .md\:bg-purple-950\/50{
    background-color: rgb(59 7 100 / 0.5);
  }

  .md\:bg-purple-950\/55{
    background-color: rgb(59 7 100 / 0.55);
  }

  .md\:bg-purple-950\/60{
    background-color: rgb(59 7 100 / 0.6);
  }

  .md\:bg-purple-950\/65{
    background-color: rgb(59 7 100 / 0.65);
  }

  .md\:bg-purple-950\/70{
    background-color: rgb(59 7 100 / 0.7);
  }

  .md\:bg-purple-950\/75{
    background-color: rgb(59 7 100 / 0.75);
  }

  .md\:bg-purple-950\/80{
    background-color: rgb(59 7 100 / 0.8);
  }

  .md\:bg-purple-950\/85{
    background-color: rgb(59 7 100 / 0.85);
  }

  .md\:bg-purple-950\/90{
    background-color: rgb(59 7 100 / 0.9);
  }

  .md\:bg-purple-950\/95{
    background-color: rgb(59 7 100 / 0.95);
  }

  .md\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-100\/0{
    background-color: rgb(254 226 226 / 0);
  }

  .md\:bg-red-100\/10{
    background-color: rgb(254 226 226 / 0.1);
  }

  .md\:bg-red-100\/100{
    background-color: rgb(254 226 226 / 1);
  }

  .md\:bg-red-100\/15{
    background-color: rgb(254 226 226 / 0.15);
  }

  .md\:bg-red-100\/20{
    background-color: rgb(254 226 226 / 0.2);
  }

  .md\:bg-red-100\/25{
    background-color: rgb(254 226 226 / 0.25);
  }

  .md\:bg-red-100\/30{
    background-color: rgb(254 226 226 / 0.3);
  }

  .md\:bg-red-100\/35{
    background-color: rgb(254 226 226 / 0.35);
  }

  .md\:bg-red-100\/40{
    background-color: rgb(254 226 226 / 0.4);
  }

  .md\:bg-red-100\/45{
    background-color: rgb(254 226 226 / 0.45);
  }

  .md\:bg-red-100\/5{
    background-color: rgb(254 226 226 / 0.05);
  }

  .md\:bg-red-100\/50{
    background-color: rgb(254 226 226 / 0.5);
  }

  .md\:bg-red-100\/55{
    background-color: rgb(254 226 226 / 0.55);
  }

  .md\:bg-red-100\/60{
    background-color: rgb(254 226 226 / 0.6);
  }

  .md\:bg-red-100\/65{
    background-color: rgb(254 226 226 / 0.65);
  }

  .md\:bg-red-100\/70{
    background-color: rgb(254 226 226 / 0.7);
  }

  .md\:bg-red-100\/75{
    background-color: rgb(254 226 226 / 0.75);
  }

  .md\:bg-red-100\/80{
    background-color: rgb(254 226 226 / 0.8);
  }

  .md\:bg-red-100\/85{
    background-color: rgb(254 226 226 / 0.85);
  }

  .md\:bg-red-100\/90{
    background-color: rgb(254 226 226 / 0.9);
  }

  .md\:bg-red-100\/95{
    background-color: rgb(254 226 226 / 0.95);
  }

  .md\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-200\/0{
    background-color: rgb(254 202 202 / 0);
  }

  .md\:bg-red-200\/10{
    background-color: rgb(254 202 202 / 0.1);
  }

  .md\:bg-red-200\/100{
    background-color: rgb(254 202 202 / 1);
  }

  .md\:bg-red-200\/15{
    background-color: rgb(254 202 202 / 0.15);
  }

  .md\:bg-red-200\/20{
    background-color: rgb(254 202 202 / 0.2);
  }

  .md\:bg-red-200\/25{
    background-color: rgb(254 202 202 / 0.25);
  }

  .md\:bg-red-200\/30{
    background-color: rgb(254 202 202 / 0.3);
  }

  .md\:bg-red-200\/35{
    background-color: rgb(254 202 202 / 0.35);
  }

  .md\:bg-red-200\/40{
    background-color: rgb(254 202 202 / 0.4);
  }

  .md\:bg-red-200\/45{
    background-color: rgb(254 202 202 / 0.45);
  }

  .md\:bg-red-200\/5{
    background-color: rgb(254 202 202 / 0.05);
  }

  .md\:bg-red-200\/50{
    background-color: rgb(254 202 202 / 0.5);
  }

  .md\:bg-red-200\/55{
    background-color: rgb(254 202 202 / 0.55);
  }

  .md\:bg-red-200\/60{
    background-color: rgb(254 202 202 / 0.6);
  }

  .md\:bg-red-200\/65{
    background-color: rgb(254 202 202 / 0.65);
  }

  .md\:bg-red-200\/70{
    background-color: rgb(254 202 202 / 0.7);
  }

  .md\:bg-red-200\/75{
    background-color: rgb(254 202 202 / 0.75);
  }

  .md\:bg-red-200\/80{
    background-color: rgb(254 202 202 / 0.8);
  }

  .md\:bg-red-200\/85{
    background-color: rgb(254 202 202 / 0.85);
  }

  .md\:bg-red-200\/90{
    background-color: rgb(254 202 202 / 0.9);
  }

  .md\:bg-red-200\/95{
    background-color: rgb(254 202 202 / 0.95);
  }

  .md\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-300\/0{
    background-color: rgb(252 165 165 / 0);
  }

  .md\:bg-red-300\/10{
    background-color: rgb(252 165 165 / 0.1);
  }

  .md\:bg-red-300\/100{
    background-color: rgb(252 165 165 / 1);
  }

  .md\:bg-red-300\/15{
    background-color: rgb(252 165 165 / 0.15);
  }

  .md\:bg-red-300\/20{
    background-color: rgb(252 165 165 / 0.2);
  }

  .md\:bg-red-300\/25{
    background-color: rgb(252 165 165 / 0.25);
  }

  .md\:bg-red-300\/30{
    background-color: rgb(252 165 165 / 0.3);
  }

  .md\:bg-red-300\/35{
    background-color: rgb(252 165 165 / 0.35);
  }

  .md\:bg-red-300\/40{
    background-color: rgb(252 165 165 / 0.4);
  }

  .md\:bg-red-300\/45{
    background-color: rgb(252 165 165 / 0.45);
  }

  .md\:bg-red-300\/5{
    background-color: rgb(252 165 165 / 0.05);
  }

  .md\:bg-red-300\/50{
    background-color: rgb(252 165 165 / 0.5);
  }

  .md\:bg-red-300\/55{
    background-color: rgb(252 165 165 / 0.55);
  }

  .md\:bg-red-300\/60{
    background-color: rgb(252 165 165 / 0.6);
  }

  .md\:bg-red-300\/65{
    background-color: rgb(252 165 165 / 0.65);
  }

  .md\:bg-red-300\/70{
    background-color: rgb(252 165 165 / 0.7);
  }

  .md\:bg-red-300\/75{
    background-color: rgb(252 165 165 / 0.75);
  }

  .md\:bg-red-300\/80{
    background-color: rgb(252 165 165 / 0.8);
  }

  .md\:bg-red-300\/85{
    background-color: rgb(252 165 165 / 0.85);
  }

  .md\:bg-red-300\/90{
    background-color: rgb(252 165 165 / 0.9);
  }

  .md\:bg-red-300\/95{
    background-color: rgb(252 165 165 / 0.95);
  }

  .md\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-400\/0{
    background-color: rgb(248 113 113 / 0);
  }

  .md\:bg-red-400\/10{
    background-color: rgb(248 113 113 / 0.1);
  }

  .md\:bg-red-400\/100{
    background-color: rgb(248 113 113 / 1);
  }

  .md\:bg-red-400\/15{
    background-color: rgb(248 113 113 / 0.15);
  }

  .md\:bg-red-400\/20{
    background-color: rgb(248 113 113 / 0.2);
  }

  .md\:bg-red-400\/25{
    background-color: rgb(248 113 113 / 0.25);
  }

  .md\:bg-red-400\/30{
    background-color: rgb(248 113 113 / 0.3);
  }

  .md\:bg-red-400\/35{
    background-color: rgb(248 113 113 / 0.35);
  }

  .md\:bg-red-400\/40{
    background-color: rgb(248 113 113 / 0.4);
  }

  .md\:bg-red-400\/45{
    background-color: rgb(248 113 113 / 0.45);
  }

  .md\:bg-red-400\/5{
    background-color: rgb(248 113 113 / 0.05);
  }

  .md\:bg-red-400\/50{
    background-color: rgb(248 113 113 / 0.5);
  }

  .md\:bg-red-400\/55{
    background-color: rgb(248 113 113 / 0.55);
  }

  .md\:bg-red-400\/60{
    background-color: rgb(248 113 113 / 0.6);
  }

  .md\:bg-red-400\/65{
    background-color: rgb(248 113 113 / 0.65);
  }

  .md\:bg-red-400\/70{
    background-color: rgb(248 113 113 / 0.7);
  }

  .md\:bg-red-400\/75{
    background-color: rgb(248 113 113 / 0.75);
  }

  .md\:bg-red-400\/80{
    background-color: rgb(248 113 113 / 0.8);
  }

  .md\:bg-red-400\/85{
    background-color: rgb(248 113 113 / 0.85);
  }

  .md\:bg-red-400\/90{
    background-color: rgb(248 113 113 / 0.9);
  }

  .md\:bg-red-400\/95{
    background-color: rgb(248 113 113 / 0.95);
  }

  .md\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-50\/0{
    background-color: rgb(254 242 242 / 0);
  }

  .md\:bg-red-50\/10{
    background-color: rgb(254 242 242 / 0.1);
  }

  .md\:bg-red-50\/100{
    background-color: rgb(254 242 242 / 1);
  }

  .md\:bg-red-50\/15{
    background-color: rgb(254 242 242 / 0.15);
  }

  .md\:bg-red-50\/20{
    background-color: rgb(254 242 242 / 0.2);
  }

  .md\:bg-red-50\/25{
    background-color: rgb(254 242 242 / 0.25);
  }

  .md\:bg-red-50\/30{
    background-color: rgb(254 242 242 / 0.3);
  }

  .md\:bg-red-50\/35{
    background-color: rgb(254 242 242 / 0.35);
  }

  .md\:bg-red-50\/40{
    background-color: rgb(254 242 242 / 0.4);
  }

  .md\:bg-red-50\/45{
    background-color: rgb(254 242 242 / 0.45);
  }

  .md\:bg-red-50\/5{
    background-color: rgb(254 242 242 / 0.05);
  }

  .md\:bg-red-50\/50{
    background-color: rgb(254 242 242 / 0.5);
  }

  .md\:bg-red-50\/55{
    background-color: rgb(254 242 242 / 0.55);
  }

  .md\:bg-red-50\/60{
    background-color: rgb(254 242 242 / 0.6);
  }

  .md\:bg-red-50\/65{
    background-color: rgb(254 242 242 / 0.65);
  }

  .md\:bg-red-50\/70{
    background-color: rgb(254 242 242 / 0.7);
  }

  .md\:bg-red-50\/75{
    background-color: rgb(254 242 242 / 0.75);
  }

  .md\:bg-red-50\/80{
    background-color: rgb(254 242 242 / 0.8);
  }

  .md\:bg-red-50\/85{
    background-color: rgb(254 242 242 / 0.85);
  }

  .md\:bg-red-50\/90{
    background-color: rgb(254 242 242 / 0.9);
  }

  .md\:bg-red-50\/95{
    background-color: rgb(254 242 242 / 0.95);
  }

  .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-500\/0{
    background-color: rgb(239 68 68 / 0);
  }

  .md\:bg-red-500\/10{
    background-color: rgb(239 68 68 / 0.1);
  }

  .md\:bg-red-500\/100{
    background-color: rgb(239 68 68 / 1);
  }

  .md\:bg-red-500\/15{
    background-color: rgb(239 68 68 / 0.15);
  }

  .md\:bg-red-500\/20{
    background-color: rgb(239 68 68 / 0.2);
  }

  .md\:bg-red-500\/25{
    background-color: rgb(239 68 68 / 0.25);
  }

  .md\:bg-red-500\/30{
    background-color: rgb(239 68 68 / 0.3);
  }

  .md\:bg-red-500\/35{
    background-color: rgb(239 68 68 / 0.35);
  }

  .md\:bg-red-500\/40{
    background-color: rgb(239 68 68 / 0.4);
  }

  .md\:bg-red-500\/45{
    background-color: rgb(239 68 68 / 0.45);
  }

  .md\:bg-red-500\/5{
    background-color: rgb(239 68 68 / 0.05);
  }

  .md\:bg-red-500\/50{
    background-color: rgb(239 68 68 / 0.5);
  }

  .md\:bg-red-500\/55{
    background-color: rgb(239 68 68 / 0.55);
  }

  .md\:bg-red-500\/60{
    background-color: rgb(239 68 68 / 0.6);
  }

  .md\:bg-red-500\/65{
    background-color: rgb(239 68 68 / 0.65);
  }

  .md\:bg-red-500\/70{
    background-color: rgb(239 68 68 / 0.7);
  }

  .md\:bg-red-500\/75{
    background-color: rgb(239 68 68 / 0.75);
  }

  .md\:bg-red-500\/80{
    background-color: rgb(239 68 68 / 0.8);
  }

  .md\:bg-red-500\/85{
    background-color: rgb(239 68 68 / 0.85);
  }

  .md\:bg-red-500\/90{
    background-color: rgb(239 68 68 / 0.9);
  }

  .md\:bg-red-500\/95{
    background-color: rgb(239 68 68 / 0.95);
  }

  .md\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-600\/0{
    background-color: rgb(220 38 38 / 0);
  }

  .md\:bg-red-600\/10{
    background-color: rgb(220 38 38 / 0.1);
  }

  .md\:bg-red-600\/100{
    background-color: rgb(220 38 38 / 1);
  }

  .md\:bg-red-600\/15{
    background-color: rgb(220 38 38 / 0.15);
  }

  .md\:bg-red-600\/20{
    background-color: rgb(220 38 38 / 0.2);
  }

  .md\:bg-red-600\/25{
    background-color: rgb(220 38 38 / 0.25);
  }

  .md\:bg-red-600\/30{
    background-color: rgb(220 38 38 / 0.3);
  }

  .md\:bg-red-600\/35{
    background-color: rgb(220 38 38 / 0.35);
  }

  .md\:bg-red-600\/40{
    background-color: rgb(220 38 38 / 0.4);
  }

  .md\:bg-red-600\/45{
    background-color: rgb(220 38 38 / 0.45);
  }

  .md\:bg-red-600\/5{
    background-color: rgb(220 38 38 / 0.05);
  }

  .md\:bg-red-600\/50{
    background-color: rgb(220 38 38 / 0.5);
  }

  .md\:bg-red-600\/55{
    background-color: rgb(220 38 38 / 0.55);
  }

  .md\:bg-red-600\/60{
    background-color: rgb(220 38 38 / 0.6);
  }

  .md\:bg-red-600\/65{
    background-color: rgb(220 38 38 / 0.65);
  }

  .md\:bg-red-600\/70{
    background-color: rgb(220 38 38 / 0.7);
  }

  .md\:bg-red-600\/75{
    background-color: rgb(220 38 38 / 0.75);
  }

  .md\:bg-red-600\/80{
    background-color: rgb(220 38 38 / 0.8);
  }

  .md\:bg-red-600\/85{
    background-color: rgb(220 38 38 / 0.85);
  }

  .md\:bg-red-600\/90{
    background-color: rgb(220 38 38 / 0.9);
  }

  .md\:bg-red-600\/95{
    background-color: rgb(220 38 38 / 0.95);
  }

  .md\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-700\/0{
    background-color: rgb(185 28 28 / 0);
  }

  .md\:bg-red-700\/10{
    background-color: rgb(185 28 28 / 0.1);
  }

  .md\:bg-red-700\/100{
    background-color: rgb(185 28 28 / 1);
  }

  .md\:bg-red-700\/15{
    background-color: rgb(185 28 28 / 0.15);
  }

  .md\:bg-red-700\/20{
    background-color: rgb(185 28 28 / 0.2);
  }

  .md\:bg-red-700\/25{
    background-color: rgb(185 28 28 / 0.25);
  }

  .md\:bg-red-700\/30{
    background-color: rgb(185 28 28 / 0.3);
  }

  .md\:bg-red-700\/35{
    background-color: rgb(185 28 28 / 0.35);
  }

  .md\:bg-red-700\/40{
    background-color: rgb(185 28 28 / 0.4);
  }

  .md\:bg-red-700\/45{
    background-color: rgb(185 28 28 / 0.45);
  }

  .md\:bg-red-700\/5{
    background-color: rgb(185 28 28 / 0.05);
  }

  .md\:bg-red-700\/50{
    background-color: rgb(185 28 28 / 0.5);
  }

  .md\:bg-red-700\/55{
    background-color: rgb(185 28 28 / 0.55);
  }

  .md\:bg-red-700\/60{
    background-color: rgb(185 28 28 / 0.6);
  }

  .md\:bg-red-700\/65{
    background-color: rgb(185 28 28 / 0.65);
  }

  .md\:bg-red-700\/70{
    background-color: rgb(185 28 28 / 0.7);
  }

  .md\:bg-red-700\/75{
    background-color: rgb(185 28 28 / 0.75);
  }

  .md\:bg-red-700\/80{
    background-color: rgb(185 28 28 / 0.8);
  }

  .md\:bg-red-700\/85{
    background-color: rgb(185 28 28 / 0.85);
  }

  .md\:bg-red-700\/90{
    background-color: rgb(185 28 28 / 0.9);
  }

  .md\:bg-red-700\/95{
    background-color: rgb(185 28 28 / 0.95);
  }

  .md\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-800\/0{
    background-color: rgb(153 27 27 / 0);
  }

  .md\:bg-red-800\/10{
    background-color: rgb(153 27 27 / 0.1);
  }

  .md\:bg-red-800\/100{
    background-color: rgb(153 27 27 / 1);
  }

  .md\:bg-red-800\/15{
    background-color: rgb(153 27 27 / 0.15);
  }

  .md\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .md\:bg-red-800\/25{
    background-color: rgb(153 27 27 / 0.25);
  }

  .md\:bg-red-800\/30{
    background-color: rgb(153 27 27 / 0.3);
  }

  .md\:bg-red-800\/35{
    background-color: rgb(153 27 27 / 0.35);
  }

  .md\:bg-red-800\/40{
    background-color: rgb(153 27 27 / 0.4);
  }

  .md\:bg-red-800\/45{
    background-color: rgb(153 27 27 / 0.45);
  }

  .md\:bg-red-800\/5{
    background-color: rgb(153 27 27 / 0.05);
  }

  .md\:bg-red-800\/50{
    background-color: rgb(153 27 27 / 0.5);
  }

  .md\:bg-red-800\/55{
    background-color: rgb(153 27 27 / 0.55);
  }

  .md\:bg-red-800\/60{
    background-color: rgb(153 27 27 / 0.6);
  }

  .md\:bg-red-800\/65{
    background-color: rgb(153 27 27 / 0.65);
  }

  .md\:bg-red-800\/70{
    background-color: rgb(153 27 27 / 0.7);
  }

  .md\:bg-red-800\/75{
    background-color: rgb(153 27 27 / 0.75);
  }

  .md\:bg-red-800\/80{
    background-color: rgb(153 27 27 / 0.8);
  }

  .md\:bg-red-800\/85{
    background-color: rgb(153 27 27 / 0.85);
  }

  .md\:bg-red-800\/90{
    background-color: rgb(153 27 27 / 0.9);
  }

  .md\:bg-red-800\/95{
    background-color: rgb(153 27 27 / 0.95);
  }

  .md\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-900\/0{
    background-color: rgb(127 29 29 / 0);
  }

  .md\:bg-red-900\/10{
    background-color: rgb(127 29 29 / 0.1);
  }

  .md\:bg-red-900\/100{
    background-color: rgb(127 29 29 / 1);
  }

  .md\:bg-red-900\/15{
    background-color: rgb(127 29 29 / 0.15);
  }

  .md\:bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }

  .md\:bg-red-900\/25{
    background-color: rgb(127 29 29 / 0.25);
  }

  .md\:bg-red-900\/30{
    background-color: rgb(127 29 29 / 0.3);
  }

  .md\:bg-red-900\/35{
    background-color: rgb(127 29 29 / 0.35);
  }

  .md\:bg-red-900\/40{
    background-color: rgb(127 29 29 / 0.4);
  }

  .md\:bg-red-900\/45{
    background-color: rgb(127 29 29 / 0.45);
  }

  .md\:bg-red-900\/5{
    background-color: rgb(127 29 29 / 0.05);
  }

  .md\:bg-red-900\/50{
    background-color: rgb(127 29 29 / 0.5);
  }

  .md\:bg-red-900\/55{
    background-color: rgb(127 29 29 / 0.55);
  }

  .md\:bg-red-900\/60{
    background-color: rgb(127 29 29 / 0.6);
  }

  .md\:bg-red-900\/65{
    background-color: rgb(127 29 29 / 0.65);
  }

  .md\:bg-red-900\/70{
    background-color: rgb(127 29 29 / 0.7);
  }

  .md\:bg-red-900\/75{
    background-color: rgb(127 29 29 / 0.75);
  }

  .md\:bg-red-900\/80{
    background-color: rgb(127 29 29 / 0.8);
  }

  .md\:bg-red-900\/85{
    background-color: rgb(127 29 29 / 0.85);
  }

  .md\:bg-red-900\/90{
    background-color: rgb(127 29 29 / 0.9);
  }

  .md\:bg-red-900\/95{
    background-color: rgb(127 29 29 / 0.95);
  }

  .md\:bg-red-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-red-950\/0{
    background-color: rgb(69 10 10 / 0);
  }

  .md\:bg-red-950\/10{
    background-color: rgb(69 10 10 / 0.1);
  }

  .md\:bg-red-950\/100{
    background-color: rgb(69 10 10 / 1);
  }

  .md\:bg-red-950\/15{
    background-color: rgb(69 10 10 / 0.15);
  }

  .md\:bg-red-950\/20{
    background-color: rgb(69 10 10 / 0.2);
  }

  .md\:bg-red-950\/25{
    background-color: rgb(69 10 10 / 0.25);
  }

  .md\:bg-red-950\/30{
    background-color: rgb(69 10 10 / 0.3);
  }

  .md\:bg-red-950\/35{
    background-color: rgb(69 10 10 / 0.35);
  }

  .md\:bg-red-950\/40{
    background-color: rgb(69 10 10 / 0.4);
  }

  .md\:bg-red-950\/45{
    background-color: rgb(69 10 10 / 0.45);
  }

  .md\:bg-red-950\/5{
    background-color: rgb(69 10 10 / 0.05);
  }

  .md\:bg-red-950\/50{
    background-color: rgb(69 10 10 / 0.5);
  }

  .md\:bg-red-950\/55{
    background-color: rgb(69 10 10 / 0.55);
  }

  .md\:bg-red-950\/60{
    background-color: rgb(69 10 10 / 0.6);
  }

  .md\:bg-red-950\/65{
    background-color: rgb(69 10 10 / 0.65);
  }

  .md\:bg-red-950\/70{
    background-color: rgb(69 10 10 / 0.7);
  }

  .md\:bg-red-950\/75{
    background-color: rgb(69 10 10 / 0.75);
  }

  .md\:bg-red-950\/80{
    background-color: rgb(69 10 10 / 0.8);
  }

  .md\:bg-red-950\/85{
    background-color: rgb(69 10 10 / 0.85);
  }

  .md\:bg-red-950\/90{
    background-color: rgb(69 10 10 / 0.9);
  }

  .md\:bg-red-950\/95{
    background-color: rgb(69 10 10 / 0.95);
  }

  .md\:bg-rose-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-100\/0{
    background-color: rgb(255 228 230 / 0);
  }

  .md\:bg-rose-100\/10{
    background-color: rgb(255 228 230 / 0.1);
  }

  .md\:bg-rose-100\/100{
    background-color: rgb(255 228 230 / 1);
  }

  .md\:bg-rose-100\/15{
    background-color: rgb(255 228 230 / 0.15);
  }

  .md\:bg-rose-100\/20{
    background-color: rgb(255 228 230 / 0.2);
  }

  .md\:bg-rose-100\/25{
    background-color: rgb(255 228 230 / 0.25);
  }

  .md\:bg-rose-100\/30{
    background-color: rgb(255 228 230 / 0.3);
  }

  .md\:bg-rose-100\/35{
    background-color: rgb(255 228 230 / 0.35);
  }

  .md\:bg-rose-100\/40{
    background-color: rgb(255 228 230 / 0.4);
  }

  .md\:bg-rose-100\/45{
    background-color: rgb(255 228 230 / 0.45);
  }

  .md\:bg-rose-100\/5{
    background-color: rgb(255 228 230 / 0.05);
  }

  .md\:bg-rose-100\/50{
    background-color: rgb(255 228 230 / 0.5);
  }

  .md\:bg-rose-100\/55{
    background-color: rgb(255 228 230 / 0.55);
  }

  .md\:bg-rose-100\/60{
    background-color: rgb(255 228 230 / 0.6);
  }

  .md\:bg-rose-100\/65{
    background-color: rgb(255 228 230 / 0.65);
  }

  .md\:bg-rose-100\/70{
    background-color: rgb(255 228 230 / 0.7);
  }

  .md\:bg-rose-100\/75{
    background-color: rgb(255 228 230 / 0.75);
  }

  .md\:bg-rose-100\/80{
    background-color: rgb(255 228 230 / 0.8);
  }

  .md\:bg-rose-100\/85{
    background-color: rgb(255 228 230 / 0.85);
  }

  .md\:bg-rose-100\/90{
    background-color: rgb(255 228 230 / 0.9);
  }

  .md\:bg-rose-100\/95{
    background-color: rgb(255 228 230 / 0.95);
  }

  .md\:bg-rose-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-200\/0{
    background-color: rgb(254 205 211 / 0);
  }

  .md\:bg-rose-200\/10{
    background-color: rgb(254 205 211 / 0.1);
  }

  .md\:bg-rose-200\/100{
    background-color: rgb(254 205 211 / 1);
  }

  .md\:bg-rose-200\/15{
    background-color: rgb(254 205 211 / 0.15);
  }

  .md\:bg-rose-200\/20{
    background-color: rgb(254 205 211 / 0.2);
  }

  .md\:bg-rose-200\/25{
    background-color: rgb(254 205 211 / 0.25);
  }

  .md\:bg-rose-200\/30{
    background-color: rgb(254 205 211 / 0.3);
  }

  .md\:bg-rose-200\/35{
    background-color: rgb(254 205 211 / 0.35);
  }

  .md\:bg-rose-200\/40{
    background-color: rgb(254 205 211 / 0.4);
  }

  .md\:bg-rose-200\/45{
    background-color: rgb(254 205 211 / 0.45);
  }

  .md\:bg-rose-200\/5{
    background-color: rgb(254 205 211 / 0.05);
  }

  .md\:bg-rose-200\/50{
    background-color: rgb(254 205 211 / 0.5);
  }

  .md\:bg-rose-200\/55{
    background-color: rgb(254 205 211 / 0.55);
  }

  .md\:bg-rose-200\/60{
    background-color: rgb(254 205 211 / 0.6);
  }

  .md\:bg-rose-200\/65{
    background-color: rgb(254 205 211 / 0.65);
  }

  .md\:bg-rose-200\/70{
    background-color: rgb(254 205 211 / 0.7);
  }

  .md\:bg-rose-200\/75{
    background-color: rgb(254 205 211 / 0.75);
  }

  .md\:bg-rose-200\/80{
    background-color: rgb(254 205 211 / 0.8);
  }

  .md\:bg-rose-200\/85{
    background-color: rgb(254 205 211 / 0.85);
  }

  .md\:bg-rose-200\/90{
    background-color: rgb(254 205 211 / 0.9);
  }

  .md\:bg-rose-200\/95{
    background-color: rgb(254 205 211 / 0.95);
  }

  .md\:bg-rose-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-300\/0{
    background-color: rgb(253 164 175 / 0);
  }

  .md\:bg-rose-300\/10{
    background-color: rgb(253 164 175 / 0.1);
  }

  .md\:bg-rose-300\/100{
    background-color: rgb(253 164 175 / 1);
  }

  .md\:bg-rose-300\/15{
    background-color: rgb(253 164 175 / 0.15);
  }

  .md\:bg-rose-300\/20{
    background-color: rgb(253 164 175 / 0.2);
  }

  .md\:bg-rose-300\/25{
    background-color: rgb(253 164 175 / 0.25);
  }

  .md\:bg-rose-300\/30{
    background-color: rgb(253 164 175 / 0.3);
  }

  .md\:bg-rose-300\/35{
    background-color: rgb(253 164 175 / 0.35);
  }

  .md\:bg-rose-300\/40{
    background-color: rgb(253 164 175 / 0.4);
  }

  .md\:bg-rose-300\/45{
    background-color: rgb(253 164 175 / 0.45);
  }

  .md\:bg-rose-300\/5{
    background-color: rgb(253 164 175 / 0.05);
  }

  .md\:bg-rose-300\/50{
    background-color: rgb(253 164 175 / 0.5);
  }

  .md\:bg-rose-300\/55{
    background-color: rgb(253 164 175 / 0.55);
  }

  .md\:bg-rose-300\/60{
    background-color: rgb(253 164 175 / 0.6);
  }

  .md\:bg-rose-300\/65{
    background-color: rgb(253 164 175 / 0.65);
  }

  .md\:bg-rose-300\/70{
    background-color: rgb(253 164 175 / 0.7);
  }

  .md\:bg-rose-300\/75{
    background-color: rgb(253 164 175 / 0.75);
  }

  .md\:bg-rose-300\/80{
    background-color: rgb(253 164 175 / 0.8);
  }

  .md\:bg-rose-300\/85{
    background-color: rgb(253 164 175 / 0.85);
  }

  .md\:bg-rose-300\/90{
    background-color: rgb(253 164 175 / 0.9);
  }

  .md\:bg-rose-300\/95{
    background-color: rgb(253 164 175 / 0.95);
  }

  .md\:bg-rose-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-400\/0{
    background-color: rgb(251 113 133 / 0);
  }

  .md\:bg-rose-400\/10{
    background-color: rgb(251 113 133 / 0.1);
  }

  .md\:bg-rose-400\/100{
    background-color: rgb(251 113 133 / 1);
  }

  .md\:bg-rose-400\/15{
    background-color: rgb(251 113 133 / 0.15);
  }

  .md\:bg-rose-400\/20{
    background-color: rgb(251 113 133 / 0.2);
  }

  .md\:bg-rose-400\/25{
    background-color: rgb(251 113 133 / 0.25);
  }

  .md\:bg-rose-400\/30{
    background-color: rgb(251 113 133 / 0.3);
  }

  .md\:bg-rose-400\/35{
    background-color: rgb(251 113 133 / 0.35);
  }

  .md\:bg-rose-400\/40{
    background-color: rgb(251 113 133 / 0.4);
  }

  .md\:bg-rose-400\/45{
    background-color: rgb(251 113 133 / 0.45);
  }

  .md\:bg-rose-400\/5{
    background-color: rgb(251 113 133 / 0.05);
  }

  .md\:bg-rose-400\/50{
    background-color: rgb(251 113 133 / 0.5);
  }

  .md\:bg-rose-400\/55{
    background-color: rgb(251 113 133 / 0.55);
  }

  .md\:bg-rose-400\/60{
    background-color: rgb(251 113 133 / 0.6);
  }

  .md\:bg-rose-400\/65{
    background-color: rgb(251 113 133 / 0.65);
  }

  .md\:bg-rose-400\/70{
    background-color: rgb(251 113 133 / 0.7);
  }

  .md\:bg-rose-400\/75{
    background-color: rgb(251 113 133 / 0.75);
  }

  .md\:bg-rose-400\/80{
    background-color: rgb(251 113 133 / 0.8);
  }

  .md\:bg-rose-400\/85{
    background-color: rgb(251 113 133 / 0.85);
  }

  .md\:bg-rose-400\/90{
    background-color: rgb(251 113 133 / 0.9);
  }

  .md\:bg-rose-400\/95{
    background-color: rgb(251 113 133 / 0.95);
  }

  .md\:bg-rose-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-50\/0{
    background-color: rgb(255 241 242 / 0);
  }

  .md\:bg-rose-50\/10{
    background-color: rgb(255 241 242 / 0.1);
  }

  .md\:bg-rose-50\/100{
    background-color: rgb(255 241 242 / 1);
  }

  .md\:bg-rose-50\/15{
    background-color: rgb(255 241 242 / 0.15);
  }

  .md\:bg-rose-50\/20{
    background-color: rgb(255 241 242 / 0.2);
  }

  .md\:bg-rose-50\/25{
    background-color: rgb(255 241 242 / 0.25);
  }

  .md\:bg-rose-50\/30{
    background-color: rgb(255 241 242 / 0.3);
  }

  .md\:bg-rose-50\/35{
    background-color: rgb(255 241 242 / 0.35);
  }

  .md\:bg-rose-50\/40{
    background-color: rgb(255 241 242 / 0.4);
  }

  .md\:bg-rose-50\/45{
    background-color: rgb(255 241 242 / 0.45);
  }

  .md\:bg-rose-50\/5{
    background-color: rgb(255 241 242 / 0.05);
  }

  .md\:bg-rose-50\/50{
    background-color: rgb(255 241 242 / 0.5);
  }

  .md\:bg-rose-50\/55{
    background-color: rgb(255 241 242 / 0.55);
  }

  .md\:bg-rose-50\/60{
    background-color: rgb(255 241 242 / 0.6);
  }

  .md\:bg-rose-50\/65{
    background-color: rgb(255 241 242 / 0.65);
  }

  .md\:bg-rose-50\/70{
    background-color: rgb(255 241 242 / 0.7);
  }

  .md\:bg-rose-50\/75{
    background-color: rgb(255 241 242 / 0.75);
  }

  .md\:bg-rose-50\/80{
    background-color: rgb(255 241 242 / 0.8);
  }

  .md\:bg-rose-50\/85{
    background-color: rgb(255 241 242 / 0.85);
  }

  .md\:bg-rose-50\/90{
    background-color: rgb(255 241 242 / 0.9);
  }

  .md\:bg-rose-50\/95{
    background-color: rgb(255 241 242 / 0.95);
  }

  .md\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-500\/0{
    background-color: rgb(244 63 94 / 0);
  }

  .md\:bg-rose-500\/10{
    background-color: rgb(244 63 94 / 0.1);
  }

  .md\:bg-rose-500\/100{
    background-color: rgb(244 63 94 / 1);
  }

  .md\:bg-rose-500\/15{
    background-color: rgb(244 63 94 / 0.15);
  }

  .md\:bg-rose-500\/20{
    background-color: rgb(244 63 94 / 0.2);
  }

  .md\:bg-rose-500\/25{
    background-color: rgb(244 63 94 / 0.25);
  }

  .md\:bg-rose-500\/30{
    background-color: rgb(244 63 94 / 0.3);
  }

  .md\:bg-rose-500\/35{
    background-color: rgb(244 63 94 / 0.35);
  }

  .md\:bg-rose-500\/40{
    background-color: rgb(244 63 94 / 0.4);
  }

  .md\:bg-rose-500\/45{
    background-color: rgb(244 63 94 / 0.45);
  }

  .md\:bg-rose-500\/5{
    background-color: rgb(244 63 94 / 0.05);
  }

  .md\:bg-rose-500\/50{
    background-color: rgb(244 63 94 / 0.5);
  }

  .md\:bg-rose-500\/55{
    background-color: rgb(244 63 94 / 0.55);
  }

  .md\:bg-rose-500\/60{
    background-color: rgb(244 63 94 / 0.6);
  }

  .md\:bg-rose-500\/65{
    background-color: rgb(244 63 94 / 0.65);
  }

  .md\:bg-rose-500\/70{
    background-color: rgb(244 63 94 / 0.7);
  }

  .md\:bg-rose-500\/75{
    background-color: rgb(244 63 94 / 0.75);
  }

  .md\:bg-rose-500\/80{
    background-color: rgb(244 63 94 / 0.8);
  }

  .md\:bg-rose-500\/85{
    background-color: rgb(244 63 94 / 0.85);
  }

  .md\:bg-rose-500\/90{
    background-color: rgb(244 63 94 / 0.9);
  }

  .md\:bg-rose-500\/95{
    background-color: rgb(244 63 94 / 0.95);
  }

  .md\:bg-rose-600{
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-600\/0{
    background-color: rgb(225 29 72 / 0);
  }

  .md\:bg-rose-600\/10{
    background-color: rgb(225 29 72 / 0.1);
  }

  .md\:bg-rose-600\/100{
    background-color: rgb(225 29 72 / 1);
  }

  .md\:bg-rose-600\/15{
    background-color: rgb(225 29 72 / 0.15);
  }

  .md\:bg-rose-600\/20{
    background-color: rgb(225 29 72 / 0.2);
  }

  .md\:bg-rose-600\/25{
    background-color: rgb(225 29 72 / 0.25);
  }

  .md\:bg-rose-600\/30{
    background-color: rgb(225 29 72 / 0.3);
  }

  .md\:bg-rose-600\/35{
    background-color: rgb(225 29 72 / 0.35);
  }

  .md\:bg-rose-600\/40{
    background-color: rgb(225 29 72 / 0.4);
  }

  .md\:bg-rose-600\/45{
    background-color: rgb(225 29 72 / 0.45);
  }

  .md\:bg-rose-600\/5{
    background-color: rgb(225 29 72 / 0.05);
  }

  .md\:bg-rose-600\/50{
    background-color: rgb(225 29 72 / 0.5);
  }

  .md\:bg-rose-600\/55{
    background-color: rgb(225 29 72 / 0.55);
  }

  .md\:bg-rose-600\/60{
    background-color: rgb(225 29 72 / 0.6);
  }

  .md\:bg-rose-600\/65{
    background-color: rgb(225 29 72 / 0.65);
  }

  .md\:bg-rose-600\/70{
    background-color: rgb(225 29 72 / 0.7);
  }

  .md\:bg-rose-600\/75{
    background-color: rgb(225 29 72 / 0.75);
  }

  .md\:bg-rose-600\/80{
    background-color: rgb(225 29 72 / 0.8);
  }

  .md\:bg-rose-600\/85{
    background-color: rgb(225 29 72 / 0.85);
  }

  .md\:bg-rose-600\/90{
    background-color: rgb(225 29 72 / 0.9);
  }

  .md\:bg-rose-600\/95{
    background-color: rgb(225 29 72 / 0.95);
  }

  .md\:bg-rose-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-700\/0{
    background-color: rgb(190 18 60 / 0);
  }

  .md\:bg-rose-700\/10{
    background-color: rgb(190 18 60 / 0.1);
  }

  .md\:bg-rose-700\/100{
    background-color: rgb(190 18 60 / 1);
  }

  .md\:bg-rose-700\/15{
    background-color: rgb(190 18 60 / 0.15);
  }

  .md\:bg-rose-700\/20{
    background-color: rgb(190 18 60 / 0.2);
  }

  .md\:bg-rose-700\/25{
    background-color: rgb(190 18 60 / 0.25);
  }

  .md\:bg-rose-700\/30{
    background-color: rgb(190 18 60 / 0.3);
  }

  .md\:bg-rose-700\/35{
    background-color: rgb(190 18 60 / 0.35);
  }

  .md\:bg-rose-700\/40{
    background-color: rgb(190 18 60 / 0.4);
  }

  .md\:bg-rose-700\/45{
    background-color: rgb(190 18 60 / 0.45);
  }

  .md\:bg-rose-700\/5{
    background-color: rgb(190 18 60 / 0.05);
  }

  .md\:bg-rose-700\/50{
    background-color: rgb(190 18 60 / 0.5);
  }

  .md\:bg-rose-700\/55{
    background-color: rgb(190 18 60 / 0.55);
  }

  .md\:bg-rose-700\/60{
    background-color: rgb(190 18 60 / 0.6);
  }

  .md\:bg-rose-700\/65{
    background-color: rgb(190 18 60 / 0.65);
  }

  .md\:bg-rose-700\/70{
    background-color: rgb(190 18 60 / 0.7);
  }

  .md\:bg-rose-700\/75{
    background-color: rgb(190 18 60 / 0.75);
  }

  .md\:bg-rose-700\/80{
    background-color: rgb(190 18 60 / 0.8);
  }

  .md\:bg-rose-700\/85{
    background-color: rgb(190 18 60 / 0.85);
  }

  .md\:bg-rose-700\/90{
    background-color: rgb(190 18 60 / 0.9);
  }

  .md\:bg-rose-700\/95{
    background-color: rgb(190 18 60 / 0.95);
  }

  .md\:bg-rose-800{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-800\/0{
    background-color: rgb(159 18 57 / 0);
  }

  .md\:bg-rose-800\/10{
    background-color: rgb(159 18 57 / 0.1);
  }

  .md\:bg-rose-800\/100{
    background-color: rgb(159 18 57 / 1);
  }

  .md\:bg-rose-800\/15{
    background-color: rgb(159 18 57 / 0.15);
  }

  .md\:bg-rose-800\/20{
    background-color: rgb(159 18 57 / 0.2);
  }

  .md\:bg-rose-800\/25{
    background-color: rgb(159 18 57 / 0.25);
  }

  .md\:bg-rose-800\/30{
    background-color: rgb(159 18 57 / 0.3);
  }

  .md\:bg-rose-800\/35{
    background-color: rgb(159 18 57 / 0.35);
  }

  .md\:bg-rose-800\/40{
    background-color: rgb(159 18 57 / 0.4);
  }

  .md\:bg-rose-800\/45{
    background-color: rgb(159 18 57 / 0.45);
  }

  .md\:bg-rose-800\/5{
    background-color: rgb(159 18 57 / 0.05);
  }

  .md\:bg-rose-800\/50{
    background-color: rgb(159 18 57 / 0.5);
  }

  .md\:bg-rose-800\/55{
    background-color: rgb(159 18 57 / 0.55);
  }

  .md\:bg-rose-800\/60{
    background-color: rgb(159 18 57 / 0.6);
  }

  .md\:bg-rose-800\/65{
    background-color: rgb(159 18 57 / 0.65);
  }

  .md\:bg-rose-800\/70{
    background-color: rgb(159 18 57 / 0.7);
  }

  .md\:bg-rose-800\/75{
    background-color: rgb(159 18 57 / 0.75);
  }

  .md\:bg-rose-800\/80{
    background-color: rgb(159 18 57 / 0.8);
  }

  .md\:bg-rose-800\/85{
    background-color: rgb(159 18 57 / 0.85);
  }

  .md\:bg-rose-800\/90{
    background-color: rgb(159 18 57 / 0.9);
  }

  .md\:bg-rose-800\/95{
    background-color: rgb(159 18 57 / 0.95);
  }

  .md\:bg-rose-900{
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-900\/0{
    background-color: rgb(136 19 55 / 0);
  }

  .md\:bg-rose-900\/10{
    background-color: rgb(136 19 55 / 0.1);
  }

  .md\:bg-rose-900\/100{
    background-color: rgb(136 19 55 / 1);
  }

  .md\:bg-rose-900\/15{
    background-color: rgb(136 19 55 / 0.15);
  }

  .md\:bg-rose-900\/20{
    background-color: rgb(136 19 55 / 0.2);
  }

  .md\:bg-rose-900\/25{
    background-color: rgb(136 19 55 / 0.25);
  }

  .md\:bg-rose-900\/30{
    background-color: rgb(136 19 55 / 0.3);
  }

  .md\:bg-rose-900\/35{
    background-color: rgb(136 19 55 / 0.35);
  }

  .md\:bg-rose-900\/40{
    background-color: rgb(136 19 55 / 0.4);
  }

  .md\:bg-rose-900\/45{
    background-color: rgb(136 19 55 / 0.45);
  }

  .md\:bg-rose-900\/5{
    background-color: rgb(136 19 55 / 0.05);
  }

  .md\:bg-rose-900\/50{
    background-color: rgb(136 19 55 / 0.5);
  }

  .md\:bg-rose-900\/55{
    background-color: rgb(136 19 55 / 0.55);
  }

  .md\:bg-rose-900\/60{
    background-color: rgb(136 19 55 / 0.6);
  }

  .md\:bg-rose-900\/65{
    background-color: rgb(136 19 55 / 0.65);
  }

  .md\:bg-rose-900\/70{
    background-color: rgb(136 19 55 / 0.7);
  }

  .md\:bg-rose-900\/75{
    background-color: rgb(136 19 55 / 0.75);
  }

  .md\:bg-rose-900\/80{
    background-color: rgb(136 19 55 / 0.8);
  }

  .md\:bg-rose-900\/85{
    background-color: rgb(136 19 55 / 0.85);
  }

  .md\:bg-rose-900\/90{
    background-color: rgb(136 19 55 / 0.9);
  }

  .md\:bg-rose-900\/95{
    background-color: rgb(136 19 55 / 0.95);
  }

  .md\:bg-rose-950{
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-rose-950\/0{
    background-color: rgb(76 5 25 / 0);
  }

  .md\:bg-rose-950\/10{
    background-color: rgb(76 5 25 / 0.1);
  }

  .md\:bg-rose-950\/100{
    background-color: rgb(76 5 25 / 1);
  }

  .md\:bg-rose-950\/15{
    background-color: rgb(76 5 25 / 0.15);
  }

  .md\:bg-rose-950\/20{
    background-color: rgb(76 5 25 / 0.2);
  }

  .md\:bg-rose-950\/25{
    background-color: rgb(76 5 25 / 0.25);
  }

  .md\:bg-rose-950\/30{
    background-color: rgb(76 5 25 / 0.3);
  }

  .md\:bg-rose-950\/35{
    background-color: rgb(76 5 25 / 0.35);
  }

  .md\:bg-rose-950\/40{
    background-color: rgb(76 5 25 / 0.4);
  }

  .md\:bg-rose-950\/45{
    background-color: rgb(76 5 25 / 0.45);
  }

  .md\:bg-rose-950\/5{
    background-color: rgb(76 5 25 / 0.05);
  }

  .md\:bg-rose-950\/50{
    background-color: rgb(76 5 25 / 0.5);
  }

  .md\:bg-rose-950\/55{
    background-color: rgb(76 5 25 / 0.55);
  }

  .md\:bg-rose-950\/60{
    background-color: rgb(76 5 25 / 0.6);
  }

  .md\:bg-rose-950\/65{
    background-color: rgb(76 5 25 / 0.65);
  }

  .md\:bg-rose-950\/70{
    background-color: rgb(76 5 25 / 0.7);
  }

  .md\:bg-rose-950\/75{
    background-color: rgb(76 5 25 / 0.75);
  }

  .md\:bg-rose-950\/80{
    background-color: rgb(76 5 25 / 0.8);
  }

  .md\:bg-rose-950\/85{
    background-color: rgb(76 5 25 / 0.85);
  }

  .md\:bg-rose-950\/90{
    background-color: rgb(76 5 25 / 0.9);
  }

  .md\:bg-rose-950\/95{
    background-color: rgb(76 5 25 / 0.95);
  }

  .md\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-secondary\/0{
    background-color: rgb(169 255 234 / 0);
  }

  .md\:bg-secondary\/10{
    background-color: rgb(169 255 234 / 0.1);
  }

  .md\:bg-secondary\/100{
    background-color: rgb(169 255 234 / 1);
  }

  .md\:bg-secondary\/15{
    background-color: rgb(169 255 234 / 0.15);
  }

  .md\:bg-secondary\/20{
    background-color: rgb(169 255 234 / 0.2);
  }

  .md\:bg-secondary\/25{
    background-color: rgb(169 255 234 / 0.25);
  }

  .md\:bg-secondary\/30{
    background-color: rgb(169 255 234 / 0.3);
  }

  .md\:bg-secondary\/35{
    background-color: rgb(169 255 234 / 0.35);
  }

  .md\:bg-secondary\/40{
    background-color: rgb(169 255 234 / 0.4);
  }

  .md\:bg-secondary\/45{
    background-color: rgb(169 255 234 / 0.45);
  }

  .md\:bg-secondary\/5{
    background-color: rgb(169 255 234 / 0.05);
  }

  .md\:bg-secondary\/50{
    background-color: rgb(169 255 234 / 0.5);
  }

  .md\:bg-secondary\/55{
    background-color: rgb(169 255 234 / 0.55);
  }

  .md\:bg-secondary\/60{
    background-color: rgb(169 255 234 / 0.6);
  }

  .md\:bg-secondary\/65{
    background-color: rgb(169 255 234 / 0.65);
  }

  .md\:bg-secondary\/70{
    background-color: rgb(169 255 234 / 0.7);
  }

  .md\:bg-secondary\/75{
    background-color: rgb(169 255 234 / 0.75);
  }

  .md\:bg-secondary\/80{
    background-color: rgb(169 255 234 / 0.8);
  }

  .md\:bg-secondary\/85{
    background-color: rgb(169 255 234 / 0.85);
  }

  .md\:bg-secondary\/90{
    background-color: rgb(169 255 234 / 0.9);
  }

  .md\:bg-secondary\/95{
    background-color: rgb(169 255 234 / 0.95);
  }

  .md\:bg-sky-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-100\/0{
    background-color: rgb(224 242 254 / 0);
  }

  .md\:bg-sky-100\/10{
    background-color: rgb(224 242 254 / 0.1);
  }

  .md\:bg-sky-100\/100{
    background-color: rgb(224 242 254 / 1);
  }

  .md\:bg-sky-100\/15{
    background-color: rgb(224 242 254 / 0.15);
  }

  .md\:bg-sky-100\/20{
    background-color: rgb(224 242 254 / 0.2);
  }

  .md\:bg-sky-100\/25{
    background-color: rgb(224 242 254 / 0.25);
  }

  .md\:bg-sky-100\/30{
    background-color: rgb(224 242 254 / 0.3);
  }

  .md\:bg-sky-100\/35{
    background-color: rgb(224 242 254 / 0.35);
  }

  .md\:bg-sky-100\/40{
    background-color: rgb(224 242 254 / 0.4);
  }

  .md\:bg-sky-100\/45{
    background-color: rgb(224 242 254 / 0.45);
  }

  .md\:bg-sky-100\/5{
    background-color: rgb(224 242 254 / 0.05);
  }

  .md\:bg-sky-100\/50{
    background-color: rgb(224 242 254 / 0.5);
  }

  .md\:bg-sky-100\/55{
    background-color: rgb(224 242 254 / 0.55);
  }

  .md\:bg-sky-100\/60{
    background-color: rgb(224 242 254 / 0.6);
  }

  .md\:bg-sky-100\/65{
    background-color: rgb(224 242 254 / 0.65);
  }

  .md\:bg-sky-100\/70{
    background-color: rgb(224 242 254 / 0.7);
  }

  .md\:bg-sky-100\/75{
    background-color: rgb(224 242 254 / 0.75);
  }

  .md\:bg-sky-100\/80{
    background-color: rgb(224 242 254 / 0.8);
  }

  .md\:bg-sky-100\/85{
    background-color: rgb(224 242 254 / 0.85);
  }

  .md\:bg-sky-100\/90{
    background-color: rgb(224 242 254 / 0.9);
  }

  .md\:bg-sky-100\/95{
    background-color: rgb(224 242 254 / 0.95);
  }

  .md\:bg-sky-200{
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-200\/0{
    background-color: rgb(186 230 253 / 0);
  }

  .md\:bg-sky-200\/10{
    background-color: rgb(186 230 253 / 0.1);
  }

  .md\:bg-sky-200\/100{
    background-color: rgb(186 230 253 / 1);
  }

  .md\:bg-sky-200\/15{
    background-color: rgb(186 230 253 / 0.15);
  }

  .md\:bg-sky-200\/20{
    background-color: rgb(186 230 253 / 0.2);
  }

  .md\:bg-sky-200\/25{
    background-color: rgb(186 230 253 / 0.25);
  }

  .md\:bg-sky-200\/30{
    background-color: rgb(186 230 253 / 0.3);
  }

  .md\:bg-sky-200\/35{
    background-color: rgb(186 230 253 / 0.35);
  }

  .md\:bg-sky-200\/40{
    background-color: rgb(186 230 253 / 0.4);
  }

  .md\:bg-sky-200\/45{
    background-color: rgb(186 230 253 / 0.45);
  }

  .md\:bg-sky-200\/5{
    background-color: rgb(186 230 253 / 0.05);
  }

  .md\:bg-sky-200\/50{
    background-color: rgb(186 230 253 / 0.5);
  }

  .md\:bg-sky-200\/55{
    background-color: rgb(186 230 253 / 0.55);
  }

  .md\:bg-sky-200\/60{
    background-color: rgb(186 230 253 / 0.6);
  }

  .md\:bg-sky-200\/65{
    background-color: rgb(186 230 253 / 0.65);
  }

  .md\:bg-sky-200\/70{
    background-color: rgb(186 230 253 / 0.7);
  }

  .md\:bg-sky-200\/75{
    background-color: rgb(186 230 253 / 0.75);
  }

  .md\:bg-sky-200\/80{
    background-color: rgb(186 230 253 / 0.8);
  }

  .md\:bg-sky-200\/85{
    background-color: rgb(186 230 253 / 0.85);
  }

  .md\:bg-sky-200\/90{
    background-color: rgb(186 230 253 / 0.9);
  }

  .md\:bg-sky-200\/95{
    background-color: rgb(186 230 253 / 0.95);
  }

  .md\:bg-sky-300{
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-300\/0{
    background-color: rgb(125 211 252 / 0);
  }

  .md\:bg-sky-300\/10{
    background-color: rgb(125 211 252 / 0.1);
  }

  .md\:bg-sky-300\/100{
    background-color: rgb(125 211 252 / 1);
  }

  .md\:bg-sky-300\/15{
    background-color: rgb(125 211 252 / 0.15);
  }

  .md\:bg-sky-300\/20{
    background-color: rgb(125 211 252 / 0.2);
  }

  .md\:bg-sky-300\/25{
    background-color: rgb(125 211 252 / 0.25);
  }

  .md\:bg-sky-300\/30{
    background-color: rgb(125 211 252 / 0.3);
  }

  .md\:bg-sky-300\/35{
    background-color: rgb(125 211 252 / 0.35);
  }

  .md\:bg-sky-300\/40{
    background-color: rgb(125 211 252 / 0.4);
  }

  .md\:bg-sky-300\/45{
    background-color: rgb(125 211 252 / 0.45);
  }

  .md\:bg-sky-300\/5{
    background-color: rgb(125 211 252 / 0.05);
  }

  .md\:bg-sky-300\/50{
    background-color: rgb(125 211 252 / 0.5);
  }

  .md\:bg-sky-300\/55{
    background-color: rgb(125 211 252 / 0.55);
  }

  .md\:bg-sky-300\/60{
    background-color: rgb(125 211 252 / 0.6);
  }

  .md\:bg-sky-300\/65{
    background-color: rgb(125 211 252 / 0.65);
  }

  .md\:bg-sky-300\/70{
    background-color: rgb(125 211 252 / 0.7);
  }

  .md\:bg-sky-300\/75{
    background-color: rgb(125 211 252 / 0.75);
  }

  .md\:bg-sky-300\/80{
    background-color: rgb(125 211 252 / 0.8);
  }

  .md\:bg-sky-300\/85{
    background-color: rgb(125 211 252 / 0.85);
  }

  .md\:bg-sky-300\/90{
    background-color: rgb(125 211 252 / 0.9);
  }

  .md\:bg-sky-300\/95{
    background-color: rgb(125 211 252 / 0.95);
  }

  .md\:bg-sky-400{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-400\/0{
    background-color: rgb(56 189 248 / 0);
  }

  .md\:bg-sky-400\/10{
    background-color: rgb(56 189 248 / 0.1);
  }

  .md\:bg-sky-400\/100{
    background-color: rgb(56 189 248 / 1);
  }

  .md\:bg-sky-400\/15{
    background-color: rgb(56 189 248 / 0.15);
  }

  .md\:bg-sky-400\/20{
    background-color: rgb(56 189 248 / 0.2);
  }

  .md\:bg-sky-400\/25{
    background-color: rgb(56 189 248 / 0.25);
  }

  .md\:bg-sky-400\/30{
    background-color: rgb(56 189 248 / 0.3);
  }

  .md\:bg-sky-400\/35{
    background-color: rgb(56 189 248 / 0.35);
  }

  .md\:bg-sky-400\/40{
    background-color: rgb(56 189 248 / 0.4);
  }

  .md\:bg-sky-400\/45{
    background-color: rgb(56 189 248 / 0.45);
  }

  .md\:bg-sky-400\/5{
    background-color: rgb(56 189 248 / 0.05);
  }

  .md\:bg-sky-400\/50{
    background-color: rgb(56 189 248 / 0.5);
  }

  .md\:bg-sky-400\/55{
    background-color: rgb(56 189 248 / 0.55);
  }

  .md\:bg-sky-400\/60{
    background-color: rgb(56 189 248 / 0.6);
  }

  .md\:bg-sky-400\/65{
    background-color: rgb(56 189 248 / 0.65);
  }

  .md\:bg-sky-400\/70{
    background-color: rgb(56 189 248 / 0.7);
  }

  .md\:bg-sky-400\/75{
    background-color: rgb(56 189 248 / 0.75);
  }

  .md\:bg-sky-400\/80{
    background-color: rgb(56 189 248 / 0.8);
  }

  .md\:bg-sky-400\/85{
    background-color: rgb(56 189 248 / 0.85);
  }

  .md\:bg-sky-400\/90{
    background-color: rgb(56 189 248 / 0.9);
  }

  .md\:bg-sky-400\/95{
    background-color: rgb(56 189 248 / 0.95);
  }

  .md\:bg-sky-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-50\/0{
    background-color: rgb(240 249 255 / 0);
  }

  .md\:bg-sky-50\/10{
    background-color: rgb(240 249 255 / 0.1);
  }

  .md\:bg-sky-50\/100{
    background-color: rgb(240 249 255 / 1);
  }

  .md\:bg-sky-50\/15{
    background-color: rgb(240 249 255 / 0.15);
  }

  .md\:bg-sky-50\/20{
    background-color: rgb(240 249 255 / 0.2);
  }

  .md\:bg-sky-50\/25{
    background-color: rgb(240 249 255 / 0.25);
  }

  .md\:bg-sky-50\/30{
    background-color: rgb(240 249 255 / 0.3);
  }

  .md\:bg-sky-50\/35{
    background-color: rgb(240 249 255 / 0.35);
  }

  .md\:bg-sky-50\/40{
    background-color: rgb(240 249 255 / 0.4);
  }

  .md\:bg-sky-50\/45{
    background-color: rgb(240 249 255 / 0.45);
  }

  .md\:bg-sky-50\/5{
    background-color: rgb(240 249 255 / 0.05);
  }

  .md\:bg-sky-50\/50{
    background-color: rgb(240 249 255 / 0.5);
  }

  .md\:bg-sky-50\/55{
    background-color: rgb(240 249 255 / 0.55);
  }

  .md\:bg-sky-50\/60{
    background-color: rgb(240 249 255 / 0.6);
  }

  .md\:bg-sky-50\/65{
    background-color: rgb(240 249 255 / 0.65);
  }

  .md\:bg-sky-50\/70{
    background-color: rgb(240 249 255 / 0.7);
  }

  .md\:bg-sky-50\/75{
    background-color: rgb(240 249 255 / 0.75);
  }

  .md\:bg-sky-50\/80{
    background-color: rgb(240 249 255 / 0.8);
  }

  .md\:bg-sky-50\/85{
    background-color: rgb(240 249 255 / 0.85);
  }

  .md\:bg-sky-50\/90{
    background-color: rgb(240 249 255 / 0.9);
  }

  .md\:bg-sky-50\/95{
    background-color: rgb(240 249 255 / 0.95);
  }

  .md\:bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-500\/0{
    background-color: rgb(14 165 233 / 0);
  }

  .md\:bg-sky-500\/10{
    background-color: rgb(14 165 233 / 0.1);
  }

  .md\:bg-sky-500\/100{
    background-color: rgb(14 165 233 / 1);
  }

  .md\:bg-sky-500\/15{
    background-color: rgb(14 165 233 / 0.15);
  }

  .md\:bg-sky-500\/20{
    background-color: rgb(14 165 233 / 0.2);
  }

  .md\:bg-sky-500\/25{
    background-color: rgb(14 165 233 / 0.25);
  }

  .md\:bg-sky-500\/30{
    background-color: rgb(14 165 233 / 0.3);
  }

  .md\:bg-sky-500\/35{
    background-color: rgb(14 165 233 / 0.35);
  }

  .md\:bg-sky-500\/40{
    background-color: rgb(14 165 233 / 0.4);
  }

  .md\:bg-sky-500\/45{
    background-color: rgb(14 165 233 / 0.45);
  }

  .md\:bg-sky-500\/5{
    background-color: rgb(14 165 233 / 0.05);
  }

  .md\:bg-sky-500\/50{
    background-color: rgb(14 165 233 / 0.5);
  }

  .md\:bg-sky-500\/55{
    background-color: rgb(14 165 233 / 0.55);
  }

  .md\:bg-sky-500\/60{
    background-color: rgb(14 165 233 / 0.6);
  }

  .md\:bg-sky-500\/65{
    background-color: rgb(14 165 233 / 0.65);
  }

  .md\:bg-sky-500\/70{
    background-color: rgb(14 165 233 / 0.7);
  }

  .md\:bg-sky-500\/75{
    background-color: rgb(14 165 233 / 0.75);
  }

  .md\:bg-sky-500\/80{
    background-color: rgb(14 165 233 / 0.8);
  }

  .md\:bg-sky-500\/85{
    background-color: rgb(14 165 233 / 0.85);
  }

  .md\:bg-sky-500\/90{
    background-color: rgb(14 165 233 / 0.9);
  }

  .md\:bg-sky-500\/95{
    background-color: rgb(14 165 233 / 0.95);
  }

  .md\:bg-sky-600{
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-600\/0{
    background-color: rgb(2 132 199 / 0);
  }

  .md\:bg-sky-600\/10{
    background-color: rgb(2 132 199 / 0.1);
  }

  .md\:bg-sky-600\/100{
    background-color: rgb(2 132 199 / 1);
  }

  .md\:bg-sky-600\/15{
    background-color: rgb(2 132 199 / 0.15);
  }

  .md\:bg-sky-600\/20{
    background-color: rgb(2 132 199 / 0.2);
  }

  .md\:bg-sky-600\/25{
    background-color: rgb(2 132 199 / 0.25);
  }

  .md\:bg-sky-600\/30{
    background-color: rgb(2 132 199 / 0.3);
  }

  .md\:bg-sky-600\/35{
    background-color: rgb(2 132 199 / 0.35);
  }

  .md\:bg-sky-600\/40{
    background-color: rgb(2 132 199 / 0.4);
  }

  .md\:bg-sky-600\/45{
    background-color: rgb(2 132 199 / 0.45);
  }

  .md\:bg-sky-600\/5{
    background-color: rgb(2 132 199 / 0.05);
  }

  .md\:bg-sky-600\/50{
    background-color: rgb(2 132 199 / 0.5);
  }

  .md\:bg-sky-600\/55{
    background-color: rgb(2 132 199 / 0.55);
  }

  .md\:bg-sky-600\/60{
    background-color: rgb(2 132 199 / 0.6);
  }

  .md\:bg-sky-600\/65{
    background-color: rgb(2 132 199 / 0.65);
  }

  .md\:bg-sky-600\/70{
    background-color: rgb(2 132 199 / 0.7);
  }

  .md\:bg-sky-600\/75{
    background-color: rgb(2 132 199 / 0.75);
  }

  .md\:bg-sky-600\/80{
    background-color: rgb(2 132 199 / 0.8);
  }

  .md\:bg-sky-600\/85{
    background-color: rgb(2 132 199 / 0.85);
  }

  .md\:bg-sky-600\/90{
    background-color: rgb(2 132 199 / 0.9);
  }

  .md\:bg-sky-600\/95{
    background-color: rgb(2 132 199 / 0.95);
  }

  .md\:bg-sky-700{
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-700\/0{
    background-color: rgb(3 105 161 / 0);
  }

  .md\:bg-sky-700\/10{
    background-color: rgb(3 105 161 / 0.1);
  }

  .md\:bg-sky-700\/100{
    background-color: rgb(3 105 161 / 1);
  }

  .md\:bg-sky-700\/15{
    background-color: rgb(3 105 161 / 0.15);
  }

  .md\:bg-sky-700\/20{
    background-color: rgb(3 105 161 / 0.2);
  }

  .md\:bg-sky-700\/25{
    background-color: rgb(3 105 161 / 0.25);
  }

  .md\:bg-sky-700\/30{
    background-color: rgb(3 105 161 / 0.3);
  }

  .md\:bg-sky-700\/35{
    background-color: rgb(3 105 161 / 0.35);
  }

  .md\:bg-sky-700\/40{
    background-color: rgb(3 105 161 / 0.4);
  }

  .md\:bg-sky-700\/45{
    background-color: rgb(3 105 161 / 0.45);
  }

  .md\:bg-sky-700\/5{
    background-color: rgb(3 105 161 / 0.05);
  }

  .md\:bg-sky-700\/50{
    background-color: rgb(3 105 161 / 0.5);
  }

  .md\:bg-sky-700\/55{
    background-color: rgb(3 105 161 / 0.55);
  }

  .md\:bg-sky-700\/60{
    background-color: rgb(3 105 161 / 0.6);
  }

  .md\:bg-sky-700\/65{
    background-color: rgb(3 105 161 / 0.65);
  }

  .md\:bg-sky-700\/70{
    background-color: rgb(3 105 161 / 0.7);
  }

  .md\:bg-sky-700\/75{
    background-color: rgb(3 105 161 / 0.75);
  }

  .md\:bg-sky-700\/80{
    background-color: rgb(3 105 161 / 0.8);
  }

  .md\:bg-sky-700\/85{
    background-color: rgb(3 105 161 / 0.85);
  }

  .md\:bg-sky-700\/90{
    background-color: rgb(3 105 161 / 0.9);
  }

  .md\:bg-sky-700\/95{
    background-color: rgb(3 105 161 / 0.95);
  }

  .md\:bg-sky-800{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-800\/0{
    background-color: rgb(7 89 133 / 0);
  }

  .md\:bg-sky-800\/10{
    background-color: rgb(7 89 133 / 0.1);
  }

  .md\:bg-sky-800\/100{
    background-color: rgb(7 89 133 / 1);
  }

  .md\:bg-sky-800\/15{
    background-color: rgb(7 89 133 / 0.15);
  }

  .md\:bg-sky-800\/20{
    background-color: rgb(7 89 133 / 0.2);
  }

  .md\:bg-sky-800\/25{
    background-color: rgb(7 89 133 / 0.25);
  }

  .md\:bg-sky-800\/30{
    background-color: rgb(7 89 133 / 0.3);
  }

  .md\:bg-sky-800\/35{
    background-color: rgb(7 89 133 / 0.35);
  }

  .md\:bg-sky-800\/40{
    background-color: rgb(7 89 133 / 0.4);
  }

  .md\:bg-sky-800\/45{
    background-color: rgb(7 89 133 / 0.45);
  }

  .md\:bg-sky-800\/5{
    background-color: rgb(7 89 133 / 0.05);
  }

  .md\:bg-sky-800\/50{
    background-color: rgb(7 89 133 / 0.5);
  }

  .md\:bg-sky-800\/55{
    background-color: rgb(7 89 133 / 0.55);
  }

  .md\:bg-sky-800\/60{
    background-color: rgb(7 89 133 / 0.6);
  }

  .md\:bg-sky-800\/65{
    background-color: rgb(7 89 133 / 0.65);
  }

  .md\:bg-sky-800\/70{
    background-color: rgb(7 89 133 / 0.7);
  }

  .md\:bg-sky-800\/75{
    background-color: rgb(7 89 133 / 0.75);
  }

  .md\:bg-sky-800\/80{
    background-color: rgb(7 89 133 / 0.8);
  }

  .md\:bg-sky-800\/85{
    background-color: rgb(7 89 133 / 0.85);
  }

  .md\:bg-sky-800\/90{
    background-color: rgb(7 89 133 / 0.9);
  }

  .md\:bg-sky-800\/95{
    background-color: rgb(7 89 133 / 0.95);
  }

  .md\:bg-sky-900{
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-900\/0{
    background-color: rgb(12 74 110 / 0);
  }

  .md\:bg-sky-900\/10{
    background-color: rgb(12 74 110 / 0.1);
  }

  .md\:bg-sky-900\/100{
    background-color: rgb(12 74 110 / 1);
  }

  .md\:bg-sky-900\/15{
    background-color: rgb(12 74 110 / 0.15);
  }

  .md\:bg-sky-900\/20{
    background-color: rgb(12 74 110 / 0.2);
  }

  .md\:bg-sky-900\/25{
    background-color: rgb(12 74 110 / 0.25);
  }

  .md\:bg-sky-900\/30{
    background-color: rgb(12 74 110 / 0.3);
  }

  .md\:bg-sky-900\/35{
    background-color: rgb(12 74 110 / 0.35);
  }

  .md\:bg-sky-900\/40{
    background-color: rgb(12 74 110 / 0.4);
  }

  .md\:bg-sky-900\/45{
    background-color: rgb(12 74 110 / 0.45);
  }

  .md\:bg-sky-900\/5{
    background-color: rgb(12 74 110 / 0.05);
  }

  .md\:bg-sky-900\/50{
    background-color: rgb(12 74 110 / 0.5);
  }

  .md\:bg-sky-900\/55{
    background-color: rgb(12 74 110 / 0.55);
  }

  .md\:bg-sky-900\/60{
    background-color: rgb(12 74 110 / 0.6);
  }

  .md\:bg-sky-900\/65{
    background-color: rgb(12 74 110 / 0.65);
  }

  .md\:bg-sky-900\/70{
    background-color: rgb(12 74 110 / 0.7);
  }

  .md\:bg-sky-900\/75{
    background-color: rgb(12 74 110 / 0.75);
  }

  .md\:bg-sky-900\/80{
    background-color: rgb(12 74 110 / 0.8);
  }

  .md\:bg-sky-900\/85{
    background-color: rgb(12 74 110 / 0.85);
  }

  .md\:bg-sky-900\/90{
    background-color: rgb(12 74 110 / 0.9);
  }

  .md\:bg-sky-900\/95{
    background-color: rgb(12 74 110 / 0.95);
  }

  .md\:bg-sky-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sky-950\/0{
    background-color: rgb(8 47 73 / 0);
  }

  .md\:bg-sky-950\/10{
    background-color: rgb(8 47 73 / 0.1);
  }

  .md\:bg-sky-950\/100{
    background-color: rgb(8 47 73 / 1);
  }

  .md\:bg-sky-950\/15{
    background-color: rgb(8 47 73 / 0.15);
  }

  .md\:bg-sky-950\/20{
    background-color: rgb(8 47 73 / 0.2);
  }

  .md\:bg-sky-950\/25{
    background-color: rgb(8 47 73 / 0.25);
  }

  .md\:bg-sky-950\/30{
    background-color: rgb(8 47 73 / 0.3);
  }

  .md\:bg-sky-950\/35{
    background-color: rgb(8 47 73 / 0.35);
  }

  .md\:bg-sky-950\/40{
    background-color: rgb(8 47 73 / 0.4);
  }

  .md\:bg-sky-950\/45{
    background-color: rgb(8 47 73 / 0.45);
  }

  .md\:bg-sky-950\/5{
    background-color: rgb(8 47 73 / 0.05);
  }

  .md\:bg-sky-950\/50{
    background-color: rgb(8 47 73 / 0.5);
  }

  .md\:bg-sky-950\/55{
    background-color: rgb(8 47 73 / 0.55);
  }

  .md\:bg-sky-950\/60{
    background-color: rgb(8 47 73 / 0.6);
  }

  .md\:bg-sky-950\/65{
    background-color: rgb(8 47 73 / 0.65);
  }

  .md\:bg-sky-950\/70{
    background-color: rgb(8 47 73 / 0.7);
  }

  .md\:bg-sky-950\/75{
    background-color: rgb(8 47 73 / 0.75);
  }

  .md\:bg-sky-950\/80{
    background-color: rgb(8 47 73 / 0.8);
  }

  .md\:bg-sky-950\/85{
    background-color: rgb(8 47 73 / 0.85);
  }

  .md\:bg-sky-950\/90{
    background-color: rgb(8 47 73 / 0.9);
  }

  .md\:bg-sky-950\/95{
    background-color: rgb(8 47 73 / 0.95);
  }

  .md\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-100\/0{
    background-color: rgb(241 245 249 / 0);
  }

  .md\:bg-slate-100\/10{
    background-color: rgb(241 245 249 / 0.1);
  }

  .md\:bg-slate-100\/100{
    background-color: rgb(241 245 249 / 1);
  }

  .md\:bg-slate-100\/15{
    background-color: rgb(241 245 249 / 0.15);
  }

  .md\:bg-slate-100\/20{
    background-color: rgb(241 245 249 / 0.2);
  }

  .md\:bg-slate-100\/25{
    background-color: rgb(241 245 249 / 0.25);
  }

  .md\:bg-slate-100\/30{
    background-color: rgb(241 245 249 / 0.3);
  }

  .md\:bg-slate-100\/35{
    background-color: rgb(241 245 249 / 0.35);
  }

  .md\:bg-slate-100\/40{
    background-color: rgb(241 245 249 / 0.4);
  }

  .md\:bg-slate-100\/45{
    background-color: rgb(241 245 249 / 0.45);
  }

  .md\:bg-slate-100\/5{
    background-color: rgb(241 245 249 / 0.05);
  }

  .md\:bg-slate-100\/50{
    background-color: rgb(241 245 249 / 0.5);
  }

  .md\:bg-slate-100\/55{
    background-color: rgb(241 245 249 / 0.55);
  }

  .md\:bg-slate-100\/60{
    background-color: rgb(241 245 249 / 0.6);
  }

  .md\:bg-slate-100\/65{
    background-color: rgb(241 245 249 / 0.65);
  }

  .md\:bg-slate-100\/70{
    background-color: rgb(241 245 249 / 0.7);
  }

  .md\:bg-slate-100\/75{
    background-color: rgb(241 245 249 / 0.75);
  }

  .md\:bg-slate-100\/80{
    background-color: rgb(241 245 249 / 0.8);
  }

  .md\:bg-slate-100\/85{
    background-color: rgb(241 245 249 / 0.85);
  }

  .md\:bg-slate-100\/90{
    background-color: rgb(241 245 249 / 0.9);
  }

  .md\:bg-slate-100\/95{
    background-color: rgb(241 245 249 / 0.95);
  }

  .md\:bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-200\/0{
    background-color: rgb(226 232 240 / 0);
  }

  .md\:bg-slate-200\/10{
    background-color: rgb(226 232 240 / 0.1);
  }

  .md\:bg-slate-200\/100{
    background-color: rgb(226 232 240 / 1);
  }

  .md\:bg-slate-200\/15{
    background-color: rgb(226 232 240 / 0.15);
  }

  .md\:bg-slate-200\/20{
    background-color: rgb(226 232 240 / 0.2);
  }

  .md\:bg-slate-200\/25{
    background-color: rgb(226 232 240 / 0.25);
  }

  .md\:bg-slate-200\/30{
    background-color: rgb(226 232 240 / 0.3);
  }

  .md\:bg-slate-200\/35{
    background-color: rgb(226 232 240 / 0.35);
  }

  .md\:bg-slate-200\/40{
    background-color: rgb(226 232 240 / 0.4);
  }

  .md\:bg-slate-200\/45{
    background-color: rgb(226 232 240 / 0.45);
  }

  .md\:bg-slate-200\/5{
    background-color: rgb(226 232 240 / 0.05);
  }

  .md\:bg-slate-200\/50{
    background-color: rgb(226 232 240 / 0.5);
  }

  .md\:bg-slate-200\/55{
    background-color: rgb(226 232 240 / 0.55);
  }

  .md\:bg-slate-200\/60{
    background-color: rgb(226 232 240 / 0.6);
  }

  .md\:bg-slate-200\/65{
    background-color: rgb(226 232 240 / 0.65);
  }

  .md\:bg-slate-200\/70{
    background-color: rgb(226 232 240 / 0.7);
  }

  .md\:bg-slate-200\/75{
    background-color: rgb(226 232 240 / 0.75);
  }

  .md\:bg-slate-200\/80{
    background-color: rgb(226 232 240 / 0.8);
  }

  .md\:bg-slate-200\/85{
    background-color: rgb(226 232 240 / 0.85);
  }

  .md\:bg-slate-200\/90{
    background-color: rgb(226 232 240 / 0.9);
  }

  .md\:bg-slate-200\/95{
    background-color: rgb(226 232 240 / 0.95);
  }

  .md\:bg-slate-300{
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-300\/0{
    background-color: rgb(203 213 225 / 0);
  }

  .md\:bg-slate-300\/10{
    background-color: rgb(203 213 225 / 0.1);
  }

  .md\:bg-slate-300\/100{
    background-color: rgb(203 213 225 / 1);
  }

  .md\:bg-slate-300\/15{
    background-color: rgb(203 213 225 / 0.15);
  }

  .md\:bg-slate-300\/20{
    background-color: rgb(203 213 225 / 0.2);
  }

  .md\:bg-slate-300\/25{
    background-color: rgb(203 213 225 / 0.25);
  }

  .md\:bg-slate-300\/30{
    background-color: rgb(203 213 225 / 0.3);
  }

  .md\:bg-slate-300\/35{
    background-color: rgb(203 213 225 / 0.35);
  }

  .md\:bg-slate-300\/40{
    background-color: rgb(203 213 225 / 0.4);
  }

  .md\:bg-slate-300\/45{
    background-color: rgb(203 213 225 / 0.45);
  }

  .md\:bg-slate-300\/5{
    background-color: rgb(203 213 225 / 0.05);
  }

  .md\:bg-slate-300\/50{
    background-color: rgb(203 213 225 / 0.5);
  }

  .md\:bg-slate-300\/55{
    background-color: rgb(203 213 225 / 0.55);
  }

  .md\:bg-slate-300\/60{
    background-color: rgb(203 213 225 / 0.6);
  }

  .md\:bg-slate-300\/65{
    background-color: rgb(203 213 225 / 0.65);
  }

  .md\:bg-slate-300\/70{
    background-color: rgb(203 213 225 / 0.7);
  }

  .md\:bg-slate-300\/75{
    background-color: rgb(203 213 225 / 0.75);
  }

  .md\:bg-slate-300\/80{
    background-color: rgb(203 213 225 / 0.8);
  }

  .md\:bg-slate-300\/85{
    background-color: rgb(203 213 225 / 0.85);
  }

  .md\:bg-slate-300\/90{
    background-color: rgb(203 213 225 / 0.9);
  }

  .md\:bg-slate-300\/95{
    background-color: rgb(203 213 225 / 0.95);
  }

  .md\:bg-slate-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-400\/0{
    background-color: rgb(148 163 184 / 0);
  }

  .md\:bg-slate-400\/10{
    background-color: rgb(148 163 184 / 0.1);
  }

  .md\:bg-slate-400\/100{
    background-color: rgb(148 163 184 / 1);
  }

  .md\:bg-slate-400\/15{
    background-color: rgb(148 163 184 / 0.15);
  }

  .md\:bg-slate-400\/20{
    background-color: rgb(148 163 184 / 0.2);
  }

  .md\:bg-slate-400\/25{
    background-color: rgb(148 163 184 / 0.25);
  }

  .md\:bg-slate-400\/30{
    background-color: rgb(148 163 184 / 0.3);
  }

  .md\:bg-slate-400\/35{
    background-color: rgb(148 163 184 / 0.35);
  }

  .md\:bg-slate-400\/40{
    background-color: rgb(148 163 184 / 0.4);
  }

  .md\:bg-slate-400\/45{
    background-color: rgb(148 163 184 / 0.45);
  }

  .md\:bg-slate-400\/5{
    background-color: rgb(148 163 184 / 0.05);
  }

  .md\:bg-slate-400\/50{
    background-color: rgb(148 163 184 / 0.5);
  }

  .md\:bg-slate-400\/55{
    background-color: rgb(148 163 184 / 0.55);
  }

  .md\:bg-slate-400\/60{
    background-color: rgb(148 163 184 / 0.6);
  }

  .md\:bg-slate-400\/65{
    background-color: rgb(148 163 184 / 0.65);
  }

  .md\:bg-slate-400\/70{
    background-color: rgb(148 163 184 / 0.7);
  }

  .md\:bg-slate-400\/75{
    background-color: rgb(148 163 184 / 0.75);
  }

  .md\:bg-slate-400\/80{
    background-color: rgb(148 163 184 / 0.8);
  }

  .md\:bg-slate-400\/85{
    background-color: rgb(148 163 184 / 0.85);
  }

  .md\:bg-slate-400\/90{
    background-color: rgb(148 163 184 / 0.9);
  }

  .md\:bg-slate-400\/95{
    background-color: rgb(148 163 184 / 0.95);
  }

  .md\:bg-slate-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-50\/0{
    background-color: rgb(248 250 252 / 0);
  }

  .md\:bg-slate-50\/10{
    background-color: rgb(248 250 252 / 0.1);
  }

  .md\:bg-slate-50\/100{
    background-color: rgb(248 250 252 / 1);
  }

  .md\:bg-slate-50\/15{
    background-color: rgb(248 250 252 / 0.15);
  }

  .md\:bg-slate-50\/20{
    background-color: rgb(248 250 252 / 0.2);
  }

  .md\:bg-slate-50\/25{
    background-color: rgb(248 250 252 / 0.25);
  }

  .md\:bg-slate-50\/30{
    background-color: rgb(248 250 252 / 0.3);
  }

  .md\:bg-slate-50\/35{
    background-color: rgb(248 250 252 / 0.35);
  }

  .md\:bg-slate-50\/40{
    background-color: rgb(248 250 252 / 0.4);
  }

  .md\:bg-slate-50\/45{
    background-color: rgb(248 250 252 / 0.45);
  }

  .md\:bg-slate-50\/5{
    background-color: rgb(248 250 252 / 0.05);
  }

  .md\:bg-slate-50\/50{
    background-color: rgb(248 250 252 / 0.5);
  }

  .md\:bg-slate-50\/55{
    background-color: rgb(248 250 252 / 0.55);
  }

  .md\:bg-slate-50\/60{
    background-color: rgb(248 250 252 / 0.6);
  }

  .md\:bg-slate-50\/65{
    background-color: rgb(248 250 252 / 0.65);
  }

  .md\:bg-slate-50\/70{
    background-color: rgb(248 250 252 / 0.7);
  }

  .md\:bg-slate-50\/75{
    background-color: rgb(248 250 252 / 0.75);
  }

  .md\:bg-slate-50\/80{
    background-color: rgb(248 250 252 / 0.8);
  }

  .md\:bg-slate-50\/85{
    background-color: rgb(248 250 252 / 0.85);
  }

  .md\:bg-slate-50\/90{
    background-color: rgb(248 250 252 / 0.9);
  }

  .md\:bg-slate-50\/95{
    background-color: rgb(248 250 252 / 0.95);
  }

  .md\:bg-slate-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-500\/0{
    background-color: rgb(100 116 139 / 0);
  }

  .md\:bg-slate-500\/10{
    background-color: rgb(100 116 139 / 0.1);
  }

  .md\:bg-slate-500\/100{
    background-color: rgb(100 116 139 / 1);
  }

  .md\:bg-slate-500\/15{
    background-color: rgb(100 116 139 / 0.15);
  }

  .md\:bg-slate-500\/20{
    background-color: rgb(100 116 139 / 0.2);
  }

  .md\:bg-slate-500\/25{
    background-color: rgb(100 116 139 / 0.25);
  }

  .md\:bg-slate-500\/30{
    background-color: rgb(100 116 139 / 0.3);
  }

  .md\:bg-slate-500\/35{
    background-color: rgb(100 116 139 / 0.35);
  }

  .md\:bg-slate-500\/40{
    background-color: rgb(100 116 139 / 0.4);
  }

  .md\:bg-slate-500\/45{
    background-color: rgb(100 116 139 / 0.45);
  }

  .md\:bg-slate-500\/5{
    background-color: rgb(100 116 139 / 0.05);
  }

  .md\:bg-slate-500\/50{
    background-color: rgb(100 116 139 / 0.5);
  }

  .md\:bg-slate-500\/55{
    background-color: rgb(100 116 139 / 0.55);
  }

  .md\:bg-slate-500\/60{
    background-color: rgb(100 116 139 / 0.6);
  }

  .md\:bg-slate-500\/65{
    background-color: rgb(100 116 139 / 0.65);
  }

  .md\:bg-slate-500\/70{
    background-color: rgb(100 116 139 / 0.7);
  }

  .md\:bg-slate-500\/75{
    background-color: rgb(100 116 139 / 0.75);
  }

  .md\:bg-slate-500\/80{
    background-color: rgb(100 116 139 / 0.8);
  }

  .md\:bg-slate-500\/85{
    background-color: rgb(100 116 139 / 0.85);
  }

  .md\:bg-slate-500\/90{
    background-color: rgb(100 116 139 / 0.9);
  }

  .md\:bg-slate-500\/95{
    background-color: rgb(100 116 139 / 0.95);
  }

  .md\:bg-slate-600{
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-600\/0{
    background-color: rgb(71 85 105 / 0);
  }

  .md\:bg-slate-600\/10{
    background-color: rgb(71 85 105 / 0.1);
  }

  .md\:bg-slate-600\/100{
    background-color: rgb(71 85 105 / 1);
  }

  .md\:bg-slate-600\/15{
    background-color: rgb(71 85 105 / 0.15);
  }

  .md\:bg-slate-600\/20{
    background-color: rgb(71 85 105 / 0.2);
  }

  .md\:bg-slate-600\/25{
    background-color: rgb(71 85 105 / 0.25);
  }

  .md\:bg-slate-600\/30{
    background-color: rgb(71 85 105 / 0.3);
  }

  .md\:bg-slate-600\/35{
    background-color: rgb(71 85 105 / 0.35);
  }

  .md\:bg-slate-600\/40{
    background-color: rgb(71 85 105 / 0.4);
  }

  .md\:bg-slate-600\/45{
    background-color: rgb(71 85 105 / 0.45);
  }

  .md\:bg-slate-600\/5{
    background-color: rgb(71 85 105 / 0.05);
  }

  .md\:bg-slate-600\/50{
    background-color: rgb(71 85 105 / 0.5);
  }

  .md\:bg-slate-600\/55{
    background-color: rgb(71 85 105 / 0.55);
  }

  .md\:bg-slate-600\/60{
    background-color: rgb(71 85 105 / 0.6);
  }

  .md\:bg-slate-600\/65{
    background-color: rgb(71 85 105 / 0.65);
  }

  .md\:bg-slate-600\/70{
    background-color: rgb(71 85 105 / 0.7);
  }

  .md\:bg-slate-600\/75{
    background-color: rgb(71 85 105 / 0.75);
  }

  .md\:bg-slate-600\/80{
    background-color: rgb(71 85 105 / 0.8);
  }

  .md\:bg-slate-600\/85{
    background-color: rgb(71 85 105 / 0.85);
  }

  .md\:bg-slate-600\/90{
    background-color: rgb(71 85 105 / 0.9);
  }

  .md\:bg-slate-600\/95{
    background-color: rgb(71 85 105 / 0.95);
  }

  .md\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-700\/0{
    background-color: rgb(51 65 85 / 0);
  }

  .md\:bg-slate-700\/10{
    background-color: rgb(51 65 85 / 0.1);
  }

  .md\:bg-slate-700\/100{
    background-color: rgb(51 65 85 / 1);
  }

  .md\:bg-slate-700\/15{
    background-color: rgb(51 65 85 / 0.15);
  }

  .md\:bg-slate-700\/20{
    background-color: rgb(51 65 85 / 0.2);
  }

  .md\:bg-slate-700\/25{
    background-color: rgb(51 65 85 / 0.25);
  }

  .md\:bg-slate-700\/30{
    background-color: rgb(51 65 85 / 0.3);
  }

  .md\:bg-slate-700\/35{
    background-color: rgb(51 65 85 / 0.35);
  }

  .md\:bg-slate-700\/40{
    background-color: rgb(51 65 85 / 0.4);
  }

  .md\:bg-slate-700\/45{
    background-color: rgb(51 65 85 / 0.45);
  }

  .md\:bg-slate-700\/5{
    background-color: rgb(51 65 85 / 0.05);
  }

  .md\:bg-slate-700\/50{
    background-color: rgb(51 65 85 / 0.5);
  }

  .md\:bg-slate-700\/55{
    background-color: rgb(51 65 85 / 0.55);
  }

  .md\:bg-slate-700\/60{
    background-color: rgb(51 65 85 / 0.6);
  }

  .md\:bg-slate-700\/65{
    background-color: rgb(51 65 85 / 0.65);
  }

  .md\:bg-slate-700\/70{
    background-color: rgb(51 65 85 / 0.7);
  }

  .md\:bg-slate-700\/75{
    background-color: rgb(51 65 85 / 0.75);
  }

  .md\:bg-slate-700\/80{
    background-color: rgb(51 65 85 / 0.8);
  }

  .md\:bg-slate-700\/85{
    background-color: rgb(51 65 85 / 0.85);
  }

  .md\:bg-slate-700\/90{
    background-color: rgb(51 65 85 / 0.9);
  }

  .md\:bg-slate-700\/95{
    background-color: rgb(51 65 85 / 0.95);
  }

  .md\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-800\/0{
    background-color: rgb(30 41 59 / 0);
  }

  .md\:bg-slate-800\/10{
    background-color: rgb(30 41 59 / 0.1);
  }

  .md\:bg-slate-800\/100{
    background-color: rgb(30 41 59 / 1);
  }

  .md\:bg-slate-800\/15{
    background-color: rgb(30 41 59 / 0.15);
  }

  .md\:bg-slate-800\/20{
    background-color: rgb(30 41 59 / 0.2);
  }

  .md\:bg-slate-800\/25{
    background-color: rgb(30 41 59 / 0.25);
  }

  .md\:bg-slate-800\/30{
    background-color: rgb(30 41 59 / 0.3);
  }

  .md\:bg-slate-800\/35{
    background-color: rgb(30 41 59 / 0.35);
  }

  .md\:bg-slate-800\/40{
    background-color: rgb(30 41 59 / 0.4);
  }

  .md\:bg-slate-800\/45{
    background-color: rgb(30 41 59 / 0.45);
  }

  .md\:bg-slate-800\/5{
    background-color: rgb(30 41 59 / 0.05);
  }

  .md\:bg-slate-800\/50{
    background-color: rgb(30 41 59 / 0.5);
  }

  .md\:bg-slate-800\/55{
    background-color: rgb(30 41 59 / 0.55);
  }

  .md\:bg-slate-800\/60{
    background-color: rgb(30 41 59 / 0.6);
  }

  .md\:bg-slate-800\/65{
    background-color: rgb(30 41 59 / 0.65);
  }

  .md\:bg-slate-800\/70{
    background-color: rgb(30 41 59 / 0.7);
  }

  .md\:bg-slate-800\/75{
    background-color: rgb(30 41 59 / 0.75);
  }

  .md\:bg-slate-800\/80{
    background-color: rgb(30 41 59 / 0.8);
  }

  .md\:bg-slate-800\/85{
    background-color: rgb(30 41 59 / 0.85);
  }

  .md\:bg-slate-800\/90{
    background-color: rgb(30 41 59 / 0.9);
  }

  .md\:bg-slate-800\/95{
    background-color: rgb(30 41 59 / 0.95);
  }

  .md\:bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-900\/0{
    background-color: rgb(15 23 42 / 0);
  }

  .md\:bg-slate-900\/10{
    background-color: rgb(15 23 42 / 0.1);
  }

  .md\:bg-slate-900\/100{
    background-color: rgb(15 23 42 / 1);
  }

  .md\:bg-slate-900\/15{
    background-color: rgb(15 23 42 / 0.15);
  }

  .md\:bg-slate-900\/20{
    background-color: rgb(15 23 42 / 0.2);
  }

  .md\:bg-slate-900\/25{
    background-color: rgb(15 23 42 / 0.25);
  }

  .md\:bg-slate-900\/30{
    background-color: rgb(15 23 42 / 0.3);
  }

  .md\:bg-slate-900\/35{
    background-color: rgb(15 23 42 / 0.35);
  }

  .md\:bg-slate-900\/40{
    background-color: rgb(15 23 42 / 0.4);
  }

  .md\:bg-slate-900\/45{
    background-color: rgb(15 23 42 / 0.45);
  }

  .md\:bg-slate-900\/5{
    background-color: rgb(15 23 42 / 0.05);
  }

  .md\:bg-slate-900\/50{
    background-color: rgb(15 23 42 / 0.5);
  }

  .md\:bg-slate-900\/55{
    background-color: rgb(15 23 42 / 0.55);
  }

  .md\:bg-slate-900\/60{
    background-color: rgb(15 23 42 / 0.6);
  }

  .md\:bg-slate-900\/65{
    background-color: rgb(15 23 42 / 0.65);
  }

  .md\:bg-slate-900\/70{
    background-color: rgb(15 23 42 / 0.7);
  }

  .md\:bg-slate-900\/75{
    background-color: rgb(15 23 42 / 0.75);
  }

  .md\:bg-slate-900\/80{
    background-color: rgb(15 23 42 / 0.8);
  }

  .md\:bg-slate-900\/85{
    background-color: rgb(15 23 42 / 0.85);
  }

  .md\:bg-slate-900\/90{
    background-color: rgb(15 23 42 / 0.9);
  }

  .md\:bg-slate-900\/95{
    background-color: rgb(15 23 42 / 0.95);
  }

  .md\:bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-slate-950\/0{
    background-color: rgb(2 6 23 / 0);
  }

  .md\:bg-slate-950\/10{
    background-color: rgb(2 6 23 / 0.1);
  }

  .md\:bg-slate-950\/100{
    background-color: rgb(2 6 23 / 1);
  }

  .md\:bg-slate-950\/15{
    background-color: rgb(2 6 23 / 0.15);
  }

  .md\:bg-slate-950\/20{
    background-color: rgb(2 6 23 / 0.2);
  }

  .md\:bg-slate-950\/25{
    background-color: rgb(2 6 23 / 0.25);
  }

  .md\:bg-slate-950\/30{
    background-color: rgb(2 6 23 / 0.3);
  }

  .md\:bg-slate-950\/35{
    background-color: rgb(2 6 23 / 0.35);
  }

  .md\:bg-slate-950\/40{
    background-color: rgb(2 6 23 / 0.4);
  }

  .md\:bg-slate-950\/45{
    background-color: rgb(2 6 23 / 0.45);
  }

  .md\:bg-slate-950\/5{
    background-color: rgb(2 6 23 / 0.05);
  }

  .md\:bg-slate-950\/50{
    background-color: rgb(2 6 23 / 0.5);
  }

  .md\:bg-slate-950\/55{
    background-color: rgb(2 6 23 / 0.55);
  }

  .md\:bg-slate-950\/60{
    background-color: rgb(2 6 23 / 0.6);
  }

  .md\:bg-slate-950\/65{
    background-color: rgb(2 6 23 / 0.65);
  }

  .md\:bg-slate-950\/70{
    background-color: rgb(2 6 23 / 0.7);
  }

  .md\:bg-slate-950\/75{
    background-color: rgb(2 6 23 / 0.75);
  }

  .md\:bg-slate-950\/80{
    background-color: rgb(2 6 23 / 0.8);
  }

  .md\:bg-slate-950\/85{
    background-color: rgb(2 6 23 / 0.85);
  }

  .md\:bg-slate-950\/90{
    background-color: rgb(2 6 23 / 0.9);
  }

  .md\:bg-slate-950\/95{
    background-color: rgb(2 6 23 / 0.95);
  }

  .md\:bg-stone-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-100\/0{
    background-color: rgb(245 245 244 / 0);
  }

  .md\:bg-stone-100\/10{
    background-color: rgb(245 245 244 / 0.1);
  }

  .md\:bg-stone-100\/100{
    background-color: rgb(245 245 244 / 1);
  }

  .md\:bg-stone-100\/15{
    background-color: rgb(245 245 244 / 0.15);
  }

  .md\:bg-stone-100\/20{
    background-color: rgb(245 245 244 / 0.2);
  }

  .md\:bg-stone-100\/25{
    background-color: rgb(245 245 244 / 0.25);
  }

  .md\:bg-stone-100\/30{
    background-color: rgb(245 245 244 / 0.3);
  }

  .md\:bg-stone-100\/35{
    background-color: rgb(245 245 244 / 0.35);
  }

  .md\:bg-stone-100\/40{
    background-color: rgb(245 245 244 / 0.4);
  }

  .md\:bg-stone-100\/45{
    background-color: rgb(245 245 244 / 0.45);
  }

  .md\:bg-stone-100\/5{
    background-color: rgb(245 245 244 / 0.05);
  }

  .md\:bg-stone-100\/50{
    background-color: rgb(245 245 244 / 0.5);
  }

  .md\:bg-stone-100\/55{
    background-color: rgb(245 245 244 / 0.55);
  }

  .md\:bg-stone-100\/60{
    background-color: rgb(245 245 244 / 0.6);
  }

  .md\:bg-stone-100\/65{
    background-color: rgb(245 245 244 / 0.65);
  }

  .md\:bg-stone-100\/70{
    background-color: rgb(245 245 244 / 0.7);
  }

  .md\:bg-stone-100\/75{
    background-color: rgb(245 245 244 / 0.75);
  }

  .md\:bg-stone-100\/80{
    background-color: rgb(245 245 244 / 0.8);
  }

  .md\:bg-stone-100\/85{
    background-color: rgb(245 245 244 / 0.85);
  }

  .md\:bg-stone-100\/90{
    background-color: rgb(245 245 244 / 0.9);
  }

  .md\:bg-stone-100\/95{
    background-color: rgb(245 245 244 / 0.95);
  }

  .md\:bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-200\/0{
    background-color: rgb(231 229 228 / 0);
  }

  .md\:bg-stone-200\/10{
    background-color: rgb(231 229 228 / 0.1);
  }

  .md\:bg-stone-200\/100{
    background-color: rgb(231 229 228 / 1);
  }

  .md\:bg-stone-200\/15{
    background-color: rgb(231 229 228 / 0.15);
  }

  .md\:bg-stone-200\/20{
    background-color: rgb(231 229 228 / 0.2);
  }

  .md\:bg-stone-200\/25{
    background-color: rgb(231 229 228 / 0.25);
  }

  .md\:bg-stone-200\/30{
    background-color: rgb(231 229 228 / 0.3);
  }

  .md\:bg-stone-200\/35{
    background-color: rgb(231 229 228 / 0.35);
  }

  .md\:bg-stone-200\/40{
    background-color: rgb(231 229 228 / 0.4);
  }

  .md\:bg-stone-200\/45{
    background-color: rgb(231 229 228 / 0.45);
  }

  .md\:bg-stone-200\/5{
    background-color: rgb(231 229 228 / 0.05);
  }

  .md\:bg-stone-200\/50{
    background-color: rgb(231 229 228 / 0.5);
  }

  .md\:bg-stone-200\/55{
    background-color: rgb(231 229 228 / 0.55);
  }

  .md\:bg-stone-200\/60{
    background-color: rgb(231 229 228 / 0.6);
  }

  .md\:bg-stone-200\/65{
    background-color: rgb(231 229 228 / 0.65);
  }

  .md\:bg-stone-200\/70{
    background-color: rgb(231 229 228 / 0.7);
  }

  .md\:bg-stone-200\/75{
    background-color: rgb(231 229 228 / 0.75);
  }

  .md\:bg-stone-200\/80{
    background-color: rgb(231 229 228 / 0.8);
  }

  .md\:bg-stone-200\/85{
    background-color: rgb(231 229 228 / 0.85);
  }

  .md\:bg-stone-200\/90{
    background-color: rgb(231 229 228 / 0.9);
  }

  .md\:bg-stone-200\/95{
    background-color: rgb(231 229 228 / 0.95);
  }

  .md\:bg-stone-300{
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-300\/0{
    background-color: rgb(214 211 209 / 0);
  }

  .md\:bg-stone-300\/10{
    background-color: rgb(214 211 209 / 0.1);
  }

  .md\:bg-stone-300\/100{
    background-color: rgb(214 211 209 / 1);
  }

  .md\:bg-stone-300\/15{
    background-color: rgb(214 211 209 / 0.15);
  }

  .md\:bg-stone-300\/20{
    background-color: rgb(214 211 209 / 0.2);
  }

  .md\:bg-stone-300\/25{
    background-color: rgb(214 211 209 / 0.25);
  }

  .md\:bg-stone-300\/30{
    background-color: rgb(214 211 209 / 0.3);
  }

  .md\:bg-stone-300\/35{
    background-color: rgb(214 211 209 / 0.35);
  }

  .md\:bg-stone-300\/40{
    background-color: rgb(214 211 209 / 0.4);
  }

  .md\:bg-stone-300\/45{
    background-color: rgb(214 211 209 / 0.45);
  }

  .md\:bg-stone-300\/5{
    background-color: rgb(214 211 209 / 0.05);
  }

  .md\:bg-stone-300\/50{
    background-color: rgb(214 211 209 / 0.5);
  }

  .md\:bg-stone-300\/55{
    background-color: rgb(214 211 209 / 0.55);
  }

  .md\:bg-stone-300\/60{
    background-color: rgb(214 211 209 / 0.6);
  }

  .md\:bg-stone-300\/65{
    background-color: rgb(214 211 209 / 0.65);
  }

  .md\:bg-stone-300\/70{
    background-color: rgb(214 211 209 / 0.7);
  }

  .md\:bg-stone-300\/75{
    background-color: rgb(214 211 209 / 0.75);
  }

  .md\:bg-stone-300\/80{
    background-color: rgb(214 211 209 / 0.8);
  }

  .md\:bg-stone-300\/85{
    background-color: rgb(214 211 209 / 0.85);
  }

  .md\:bg-stone-300\/90{
    background-color: rgb(214 211 209 / 0.9);
  }

  .md\:bg-stone-300\/95{
    background-color: rgb(214 211 209 / 0.95);
  }

  .md\:bg-stone-400{
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-400\/0{
    background-color: rgb(168 162 158 / 0);
  }

  .md\:bg-stone-400\/10{
    background-color: rgb(168 162 158 / 0.1);
  }

  .md\:bg-stone-400\/100{
    background-color: rgb(168 162 158 / 1);
  }

  .md\:bg-stone-400\/15{
    background-color: rgb(168 162 158 / 0.15);
  }

  .md\:bg-stone-400\/20{
    background-color: rgb(168 162 158 / 0.2);
  }

  .md\:bg-stone-400\/25{
    background-color: rgb(168 162 158 / 0.25);
  }

  .md\:bg-stone-400\/30{
    background-color: rgb(168 162 158 / 0.3);
  }

  .md\:bg-stone-400\/35{
    background-color: rgb(168 162 158 / 0.35);
  }

  .md\:bg-stone-400\/40{
    background-color: rgb(168 162 158 / 0.4);
  }

  .md\:bg-stone-400\/45{
    background-color: rgb(168 162 158 / 0.45);
  }

  .md\:bg-stone-400\/5{
    background-color: rgb(168 162 158 / 0.05);
  }

  .md\:bg-stone-400\/50{
    background-color: rgb(168 162 158 / 0.5);
  }

  .md\:bg-stone-400\/55{
    background-color: rgb(168 162 158 / 0.55);
  }

  .md\:bg-stone-400\/60{
    background-color: rgb(168 162 158 / 0.6);
  }

  .md\:bg-stone-400\/65{
    background-color: rgb(168 162 158 / 0.65);
  }

  .md\:bg-stone-400\/70{
    background-color: rgb(168 162 158 / 0.7);
  }

  .md\:bg-stone-400\/75{
    background-color: rgb(168 162 158 / 0.75);
  }

  .md\:bg-stone-400\/80{
    background-color: rgb(168 162 158 / 0.8);
  }

  .md\:bg-stone-400\/85{
    background-color: rgb(168 162 158 / 0.85);
  }

  .md\:bg-stone-400\/90{
    background-color: rgb(168 162 158 / 0.9);
  }

  .md\:bg-stone-400\/95{
    background-color: rgb(168 162 158 / 0.95);
  }

  .md\:bg-stone-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-50\/0{
    background-color: rgb(250 250 249 / 0);
  }

  .md\:bg-stone-50\/10{
    background-color: rgb(250 250 249 / 0.1);
  }

  .md\:bg-stone-50\/100{
    background-color: rgb(250 250 249 / 1);
  }

  .md\:bg-stone-50\/15{
    background-color: rgb(250 250 249 / 0.15);
  }

  .md\:bg-stone-50\/20{
    background-color: rgb(250 250 249 / 0.2);
  }

  .md\:bg-stone-50\/25{
    background-color: rgb(250 250 249 / 0.25);
  }

  .md\:bg-stone-50\/30{
    background-color: rgb(250 250 249 / 0.3);
  }

  .md\:bg-stone-50\/35{
    background-color: rgb(250 250 249 / 0.35);
  }

  .md\:bg-stone-50\/40{
    background-color: rgb(250 250 249 / 0.4);
  }

  .md\:bg-stone-50\/45{
    background-color: rgb(250 250 249 / 0.45);
  }

  .md\:bg-stone-50\/5{
    background-color: rgb(250 250 249 / 0.05);
  }

  .md\:bg-stone-50\/50{
    background-color: rgb(250 250 249 / 0.5);
  }

  .md\:bg-stone-50\/55{
    background-color: rgb(250 250 249 / 0.55);
  }

  .md\:bg-stone-50\/60{
    background-color: rgb(250 250 249 / 0.6);
  }

  .md\:bg-stone-50\/65{
    background-color: rgb(250 250 249 / 0.65);
  }

  .md\:bg-stone-50\/70{
    background-color: rgb(250 250 249 / 0.7);
  }

  .md\:bg-stone-50\/75{
    background-color: rgb(250 250 249 / 0.75);
  }

  .md\:bg-stone-50\/80{
    background-color: rgb(250 250 249 / 0.8);
  }

  .md\:bg-stone-50\/85{
    background-color: rgb(250 250 249 / 0.85);
  }

  .md\:bg-stone-50\/90{
    background-color: rgb(250 250 249 / 0.9);
  }

  .md\:bg-stone-50\/95{
    background-color: rgb(250 250 249 / 0.95);
  }

  .md\:bg-stone-500{
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-500\/0{
    background-color: rgb(120 113 108 / 0);
  }

  .md\:bg-stone-500\/10{
    background-color: rgb(120 113 108 / 0.1);
  }

  .md\:bg-stone-500\/100{
    background-color: rgb(120 113 108 / 1);
  }

  .md\:bg-stone-500\/15{
    background-color: rgb(120 113 108 / 0.15);
  }

  .md\:bg-stone-500\/20{
    background-color: rgb(120 113 108 / 0.2);
  }

  .md\:bg-stone-500\/25{
    background-color: rgb(120 113 108 / 0.25);
  }

  .md\:bg-stone-500\/30{
    background-color: rgb(120 113 108 / 0.3);
  }

  .md\:bg-stone-500\/35{
    background-color: rgb(120 113 108 / 0.35);
  }

  .md\:bg-stone-500\/40{
    background-color: rgb(120 113 108 / 0.4);
  }

  .md\:bg-stone-500\/45{
    background-color: rgb(120 113 108 / 0.45);
  }

  .md\:bg-stone-500\/5{
    background-color: rgb(120 113 108 / 0.05);
  }

  .md\:bg-stone-500\/50{
    background-color: rgb(120 113 108 / 0.5);
  }

  .md\:bg-stone-500\/55{
    background-color: rgb(120 113 108 / 0.55);
  }

  .md\:bg-stone-500\/60{
    background-color: rgb(120 113 108 / 0.6);
  }

  .md\:bg-stone-500\/65{
    background-color: rgb(120 113 108 / 0.65);
  }

  .md\:bg-stone-500\/70{
    background-color: rgb(120 113 108 / 0.7);
  }

  .md\:bg-stone-500\/75{
    background-color: rgb(120 113 108 / 0.75);
  }

  .md\:bg-stone-500\/80{
    background-color: rgb(120 113 108 / 0.8);
  }

  .md\:bg-stone-500\/85{
    background-color: rgb(120 113 108 / 0.85);
  }

  .md\:bg-stone-500\/90{
    background-color: rgb(120 113 108 / 0.9);
  }

  .md\:bg-stone-500\/95{
    background-color: rgb(120 113 108 / 0.95);
  }

  .md\:bg-stone-600{
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-600\/0{
    background-color: rgb(87 83 78 / 0);
  }

  .md\:bg-stone-600\/10{
    background-color: rgb(87 83 78 / 0.1);
  }

  .md\:bg-stone-600\/100{
    background-color: rgb(87 83 78 / 1);
  }

  .md\:bg-stone-600\/15{
    background-color: rgb(87 83 78 / 0.15);
  }

  .md\:bg-stone-600\/20{
    background-color: rgb(87 83 78 / 0.2);
  }

  .md\:bg-stone-600\/25{
    background-color: rgb(87 83 78 / 0.25);
  }

  .md\:bg-stone-600\/30{
    background-color: rgb(87 83 78 / 0.3);
  }

  .md\:bg-stone-600\/35{
    background-color: rgb(87 83 78 / 0.35);
  }

  .md\:bg-stone-600\/40{
    background-color: rgb(87 83 78 / 0.4);
  }

  .md\:bg-stone-600\/45{
    background-color: rgb(87 83 78 / 0.45);
  }

  .md\:bg-stone-600\/5{
    background-color: rgb(87 83 78 / 0.05);
  }

  .md\:bg-stone-600\/50{
    background-color: rgb(87 83 78 / 0.5);
  }

  .md\:bg-stone-600\/55{
    background-color: rgb(87 83 78 / 0.55);
  }

  .md\:bg-stone-600\/60{
    background-color: rgb(87 83 78 / 0.6);
  }

  .md\:bg-stone-600\/65{
    background-color: rgb(87 83 78 / 0.65);
  }

  .md\:bg-stone-600\/70{
    background-color: rgb(87 83 78 / 0.7);
  }

  .md\:bg-stone-600\/75{
    background-color: rgb(87 83 78 / 0.75);
  }

  .md\:bg-stone-600\/80{
    background-color: rgb(87 83 78 / 0.8);
  }

  .md\:bg-stone-600\/85{
    background-color: rgb(87 83 78 / 0.85);
  }

  .md\:bg-stone-600\/90{
    background-color: rgb(87 83 78 / 0.9);
  }

  .md\:bg-stone-600\/95{
    background-color: rgb(87 83 78 / 0.95);
  }

  .md\:bg-stone-700{
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-700\/0{
    background-color: rgb(68 64 60 / 0);
  }

  .md\:bg-stone-700\/10{
    background-color: rgb(68 64 60 / 0.1);
  }

  .md\:bg-stone-700\/100{
    background-color: rgb(68 64 60 / 1);
  }

  .md\:bg-stone-700\/15{
    background-color: rgb(68 64 60 / 0.15);
  }

  .md\:bg-stone-700\/20{
    background-color: rgb(68 64 60 / 0.2);
  }

  .md\:bg-stone-700\/25{
    background-color: rgb(68 64 60 / 0.25);
  }

  .md\:bg-stone-700\/30{
    background-color: rgb(68 64 60 / 0.3);
  }

  .md\:bg-stone-700\/35{
    background-color: rgb(68 64 60 / 0.35);
  }

  .md\:bg-stone-700\/40{
    background-color: rgb(68 64 60 / 0.4);
  }

  .md\:bg-stone-700\/45{
    background-color: rgb(68 64 60 / 0.45);
  }

  .md\:bg-stone-700\/5{
    background-color: rgb(68 64 60 / 0.05);
  }

  .md\:bg-stone-700\/50{
    background-color: rgb(68 64 60 / 0.5);
  }

  .md\:bg-stone-700\/55{
    background-color: rgb(68 64 60 / 0.55);
  }

  .md\:bg-stone-700\/60{
    background-color: rgb(68 64 60 / 0.6);
  }

  .md\:bg-stone-700\/65{
    background-color: rgb(68 64 60 / 0.65);
  }

  .md\:bg-stone-700\/70{
    background-color: rgb(68 64 60 / 0.7);
  }

  .md\:bg-stone-700\/75{
    background-color: rgb(68 64 60 / 0.75);
  }

  .md\:bg-stone-700\/80{
    background-color: rgb(68 64 60 / 0.8);
  }

  .md\:bg-stone-700\/85{
    background-color: rgb(68 64 60 / 0.85);
  }

  .md\:bg-stone-700\/90{
    background-color: rgb(68 64 60 / 0.9);
  }

  .md\:bg-stone-700\/95{
    background-color: rgb(68 64 60 / 0.95);
  }

  .md\:bg-stone-800{
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-800\/0{
    background-color: rgb(41 37 36 / 0);
  }

  .md\:bg-stone-800\/10{
    background-color: rgb(41 37 36 / 0.1);
  }

  .md\:bg-stone-800\/100{
    background-color: rgb(41 37 36 / 1);
  }

  .md\:bg-stone-800\/15{
    background-color: rgb(41 37 36 / 0.15);
  }

  .md\:bg-stone-800\/20{
    background-color: rgb(41 37 36 / 0.2);
  }

  .md\:bg-stone-800\/25{
    background-color: rgb(41 37 36 / 0.25);
  }

  .md\:bg-stone-800\/30{
    background-color: rgb(41 37 36 / 0.3);
  }

  .md\:bg-stone-800\/35{
    background-color: rgb(41 37 36 / 0.35);
  }

  .md\:bg-stone-800\/40{
    background-color: rgb(41 37 36 / 0.4);
  }

  .md\:bg-stone-800\/45{
    background-color: rgb(41 37 36 / 0.45);
  }

  .md\:bg-stone-800\/5{
    background-color: rgb(41 37 36 / 0.05);
  }

  .md\:bg-stone-800\/50{
    background-color: rgb(41 37 36 / 0.5);
  }

  .md\:bg-stone-800\/55{
    background-color: rgb(41 37 36 / 0.55);
  }

  .md\:bg-stone-800\/60{
    background-color: rgb(41 37 36 / 0.6);
  }

  .md\:bg-stone-800\/65{
    background-color: rgb(41 37 36 / 0.65);
  }

  .md\:bg-stone-800\/70{
    background-color: rgb(41 37 36 / 0.7);
  }

  .md\:bg-stone-800\/75{
    background-color: rgb(41 37 36 / 0.75);
  }

  .md\:bg-stone-800\/80{
    background-color: rgb(41 37 36 / 0.8);
  }

  .md\:bg-stone-800\/85{
    background-color: rgb(41 37 36 / 0.85);
  }

  .md\:bg-stone-800\/90{
    background-color: rgb(41 37 36 / 0.9);
  }

  .md\:bg-stone-800\/95{
    background-color: rgb(41 37 36 / 0.95);
  }

  .md\:bg-stone-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-900\/0{
    background-color: rgb(28 25 23 / 0);
  }

  .md\:bg-stone-900\/10{
    background-color: rgb(28 25 23 / 0.1);
  }

  .md\:bg-stone-900\/100{
    background-color: rgb(28 25 23 / 1);
  }

  .md\:bg-stone-900\/15{
    background-color: rgb(28 25 23 / 0.15);
  }

  .md\:bg-stone-900\/20{
    background-color: rgb(28 25 23 / 0.2);
  }

  .md\:bg-stone-900\/25{
    background-color: rgb(28 25 23 / 0.25);
  }

  .md\:bg-stone-900\/30{
    background-color: rgb(28 25 23 / 0.3);
  }

  .md\:bg-stone-900\/35{
    background-color: rgb(28 25 23 / 0.35);
  }

  .md\:bg-stone-900\/40{
    background-color: rgb(28 25 23 / 0.4);
  }

  .md\:bg-stone-900\/45{
    background-color: rgb(28 25 23 / 0.45);
  }

  .md\:bg-stone-900\/5{
    background-color: rgb(28 25 23 / 0.05);
  }

  .md\:bg-stone-900\/50{
    background-color: rgb(28 25 23 / 0.5);
  }

  .md\:bg-stone-900\/55{
    background-color: rgb(28 25 23 / 0.55);
  }

  .md\:bg-stone-900\/60{
    background-color: rgb(28 25 23 / 0.6);
  }

  .md\:bg-stone-900\/65{
    background-color: rgb(28 25 23 / 0.65);
  }

  .md\:bg-stone-900\/70{
    background-color: rgb(28 25 23 / 0.7);
  }

  .md\:bg-stone-900\/75{
    background-color: rgb(28 25 23 / 0.75);
  }

  .md\:bg-stone-900\/80{
    background-color: rgb(28 25 23 / 0.8);
  }

  .md\:bg-stone-900\/85{
    background-color: rgb(28 25 23 / 0.85);
  }

  .md\:bg-stone-900\/90{
    background-color: rgb(28 25 23 / 0.9);
  }

  .md\:bg-stone-900\/95{
    background-color: rgb(28 25 23 / 0.95);
  }

  .md\:bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-stone-950\/0{
    background-color: rgb(12 10 9 / 0);
  }

  .md\:bg-stone-950\/10{
    background-color: rgb(12 10 9 / 0.1);
  }

  .md\:bg-stone-950\/100{
    background-color: rgb(12 10 9 / 1);
  }

  .md\:bg-stone-950\/15{
    background-color: rgb(12 10 9 / 0.15);
  }

  .md\:bg-stone-950\/20{
    background-color: rgb(12 10 9 / 0.2);
  }

  .md\:bg-stone-950\/25{
    background-color: rgb(12 10 9 / 0.25);
  }

  .md\:bg-stone-950\/30{
    background-color: rgb(12 10 9 / 0.3);
  }

  .md\:bg-stone-950\/35{
    background-color: rgb(12 10 9 / 0.35);
  }

  .md\:bg-stone-950\/40{
    background-color: rgb(12 10 9 / 0.4);
  }

  .md\:bg-stone-950\/45{
    background-color: rgb(12 10 9 / 0.45);
  }

  .md\:bg-stone-950\/5{
    background-color: rgb(12 10 9 / 0.05);
  }

  .md\:bg-stone-950\/50{
    background-color: rgb(12 10 9 / 0.5);
  }

  .md\:bg-stone-950\/55{
    background-color: rgb(12 10 9 / 0.55);
  }

  .md\:bg-stone-950\/60{
    background-color: rgb(12 10 9 / 0.6);
  }

  .md\:bg-stone-950\/65{
    background-color: rgb(12 10 9 / 0.65);
  }

  .md\:bg-stone-950\/70{
    background-color: rgb(12 10 9 / 0.7);
  }

  .md\:bg-stone-950\/75{
    background-color: rgb(12 10 9 / 0.75);
  }

  .md\:bg-stone-950\/80{
    background-color: rgb(12 10 9 / 0.8);
  }

  .md\:bg-stone-950\/85{
    background-color: rgb(12 10 9 / 0.85);
  }

  .md\:bg-stone-950\/90{
    background-color: rgb(12 10 9 / 0.9);
  }

  .md\:bg-stone-950\/95{
    background-color: rgb(12 10 9 / 0.95);
  }

  .md\:bg-teal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-100\/0{
    background-color: rgb(204 251 241 / 0);
  }

  .md\:bg-teal-100\/10{
    background-color: rgb(204 251 241 / 0.1);
  }

  .md\:bg-teal-100\/100{
    background-color: rgb(204 251 241 / 1);
  }

  .md\:bg-teal-100\/15{
    background-color: rgb(204 251 241 / 0.15);
  }

  .md\:bg-teal-100\/20{
    background-color: rgb(204 251 241 / 0.2);
  }

  .md\:bg-teal-100\/25{
    background-color: rgb(204 251 241 / 0.25);
  }

  .md\:bg-teal-100\/30{
    background-color: rgb(204 251 241 / 0.3);
  }

  .md\:bg-teal-100\/35{
    background-color: rgb(204 251 241 / 0.35);
  }

  .md\:bg-teal-100\/40{
    background-color: rgb(204 251 241 / 0.4);
  }

  .md\:bg-teal-100\/45{
    background-color: rgb(204 251 241 / 0.45);
  }

  .md\:bg-teal-100\/5{
    background-color: rgb(204 251 241 / 0.05);
  }

  .md\:bg-teal-100\/50{
    background-color: rgb(204 251 241 / 0.5);
  }

  .md\:bg-teal-100\/55{
    background-color: rgb(204 251 241 / 0.55);
  }

  .md\:bg-teal-100\/60{
    background-color: rgb(204 251 241 / 0.6);
  }

  .md\:bg-teal-100\/65{
    background-color: rgb(204 251 241 / 0.65);
  }

  .md\:bg-teal-100\/70{
    background-color: rgb(204 251 241 / 0.7);
  }

  .md\:bg-teal-100\/75{
    background-color: rgb(204 251 241 / 0.75);
  }

  .md\:bg-teal-100\/80{
    background-color: rgb(204 251 241 / 0.8);
  }

  .md\:bg-teal-100\/85{
    background-color: rgb(204 251 241 / 0.85);
  }

  .md\:bg-teal-100\/90{
    background-color: rgb(204 251 241 / 0.9);
  }

  .md\:bg-teal-100\/95{
    background-color: rgb(204 251 241 / 0.95);
  }

  .md\:bg-teal-200{
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-200\/0{
    background-color: rgb(153 246 228 / 0);
  }

  .md\:bg-teal-200\/10{
    background-color: rgb(153 246 228 / 0.1);
  }

  .md\:bg-teal-200\/100{
    background-color: rgb(153 246 228 / 1);
  }

  .md\:bg-teal-200\/15{
    background-color: rgb(153 246 228 / 0.15);
  }

  .md\:bg-teal-200\/20{
    background-color: rgb(153 246 228 / 0.2);
  }

  .md\:bg-teal-200\/25{
    background-color: rgb(153 246 228 / 0.25);
  }

  .md\:bg-teal-200\/30{
    background-color: rgb(153 246 228 / 0.3);
  }

  .md\:bg-teal-200\/35{
    background-color: rgb(153 246 228 / 0.35);
  }

  .md\:bg-teal-200\/40{
    background-color: rgb(153 246 228 / 0.4);
  }

  .md\:bg-teal-200\/45{
    background-color: rgb(153 246 228 / 0.45);
  }

  .md\:bg-teal-200\/5{
    background-color: rgb(153 246 228 / 0.05);
  }

  .md\:bg-teal-200\/50{
    background-color: rgb(153 246 228 / 0.5);
  }

  .md\:bg-teal-200\/55{
    background-color: rgb(153 246 228 / 0.55);
  }

  .md\:bg-teal-200\/60{
    background-color: rgb(153 246 228 / 0.6);
  }

  .md\:bg-teal-200\/65{
    background-color: rgb(153 246 228 / 0.65);
  }

  .md\:bg-teal-200\/70{
    background-color: rgb(153 246 228 / 0.7);
  }

  .md\:bg-teal-200\/75{
    background-color: rgb(153 246 228 / 0.75);
  }

  .md\:bg-teal-200\/80{
    background-color: rgb(153 246 228 / 0.8);
  }

  .md\:bg-teal-200\/85{
    background-color: rgb(153 246 228 / 0.85);
  }

  .md\:bg-teal-200\/90{
    background-color: rgb(153 246 228 / 0.9);
  }

  .md\:bg-teal-200\/95{
    background-color: rgb(153 246 228 / 0.95);
  }

  .md\:bg-teal-300{
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-300\/0{
    background-color: rgb(94 234 212 / 0);
  }

  .md\:bg-teal-300\/10{
    background-color: rgb(94 234 212 / 0.1);
  }

  .md\:bg-teal-300\/100{
    background-color: rgb(94 234 212 / 1);
  }

  .md\:bg-teal-300\/15{
    background-color: rgb(94 234 212 / 0.15);
  }

  .md\:bg-teal-300\/20{
    background-color: rgb(94 234 212 / 0.2);
  }

  .md\:bg-teal-300\/25{
    background-color: rgb(94 234 212 / 0.25);
  }

  .md\:bg-teal-300\/30{
    background-color: rgb(94 234 212 / 0.3);
  }

  .md\:bg-teal-300\/35{
    background-color: rgb(94 234 212 / 0.35);
  }

  .md\:bg-teal-300\/40{
    background-color: rgb(94 234 212 / 0.4);
  }

  .md\:bg-teal-300\/45{
    background-color: rgb(94 234 212 / 0.45);
  }

  .md\:bg-teal-300\/5{
    background-color: rgb(94 234 212 / 0.05);
  }

  .md\:bg-teal-300\/50{
    background-color: rgb(94 234 212 / 0.5);
  }

  .md\:bg-teal-300\/55{
    background-color: rgb(94 234 212 / 0.55);
  }

  .md\:bg-teal-300\/60{
    background-color: rgb(94 234 212 / 0.6);
  }

  .md\:bg-teal-300\/65{
    background-color: rgb(94 234 212 / 0.65);
  }

  .md\:bg-teal-300\/70{
    background-color: rgb(94 234 212 / 0.7);
  }

  .md\:bg-teal-300\/75{
    background-color: rgb(94 234 212 / 0.75);
  }

  .md\:bg-teal-300\/80{
    background-color: rgb(94 234 212 / 0.8);
  }

  .md\:bg-teal-300\/85{
    background-color: rgb(94 234 212 / 0.85);
  }

  .md\:bg-teal-300\/90{
    background-color: rgb(94 234 212 / 0.9);
  }

  .md\:bg-teal-300\/95{
    background-color: rgb(94 234 212 / 0.95);
  }

  .md\:bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-400\/0{
    background-color: rgb(45 212 191 / 0);
  }

  .md\:bg-teal-400\/10{
    background-color: rgb(45 212 191 / 0.1);
  }

  .md\:bg-teal-400\/100{
    background-color: rgb(45 212 191 / 1);
  }

  .md\:bg-teal-400\/15{
    background-color: rgb(45 212 191 / 0.15);
  }

  .md\:bg-teal-400\/20{
    background-color: rgb(45 212 191 / 0.2);
  }

  .md\:bg-teal-400\/25{
    background-color: rgb(45 212 191 / 0.25);
  }

  .md\:bg-teal-400\/30{
    background-color: rgb(45 212 191 / 0.3);
  }

  .md\:bg-teal-400\/35{
    background-color: rgb(45 212 191 / 0.35);
  }

  .md\:bg-teal-400\/40{
    background-color: rgb(45 212 191 / 0.4);
  }

  .md\:bg-teal-400\/45{
    background-color: rgb(45 212 191 / 0.45);
  }

  .md\:bg-teal-400\/5{
    background-color: rgb(45 212 191 / 0.05);
  }

  .md\:bg-teal-400\/50{
    background-color: rgb(45 212 191 / 0.5);
  }

  .md\:bg-teal-400\/55{
    background-color: rgb(45 212 191 / 0.55);
  }

  .md\:bg-teal-400\/60{
    background-color: rgb(45 212 191 / 0.6);
  }

  .md\:bg-teal-400\/65{
    background-color: rgb(45 212 191 / 0.65);
  }

  .md\:bg-teal-400\/70{
    background-color: rgb(45 212 191 / 0.7);
  }

  .md\:bg-teal-400\/75{
    background-color: rgb(45 212 191 / 0.75);
  }

  .md\:bg-teal-400\/80{
    background-color: rgb(45 212 191 / 0.8);
  }

  .md\:bg-teal-400\/85{
    background-color: rgb(45 212 191 / 0.85);
  }

  .md\:bg-teal-400\/90{
    background-color: rgb(45 212 191 / 0.9);
  }

  .md\:bg-teal-400\/95{
    background-color: rgb(45 212 191 / 0.95);
  }

  .md\:bg-teal-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-50\/0{
    background-color: rgb(240 253 250 / 0);
  }

  .md\:bg-teal-50\/10{
    background-color: rgb(240 253 250 / 0.1);
  }

  .md\:bg-teal-50\/100{
    background-color: rgb(240 253 250 / 1);
  }

  .md\:bg-teal-50\/15{
    background-color: rgb(240 253 250 / 0.15);
  }

  .md\:bg-teal-50\/20{
    background-color: rgb(240 253 250 / 0.2);
  }

  .md\:bg-teal-50\/25{
    background-color: rgb(240 253 250 / 0.25);
  }

  .md\:bg-teal-50\/30{
    background-color: rgb(240 253 250 / 0.3);
  }

  .md\:bg-teal-50\/35{
    background-color: rgb(240 253 250 / 0.35);
  }

  .md\:bg-teal-50\/40{
    background-color: rgb(240 253 250 / 0.4);
  }

  .md\:bg-teal-50\/45{
    background-color: rgb(240 253 250 / 0.45);
  }

  .md\:bg-teal-50\/5{
    background-color: rgb(240 253 250 / 0.05);
  }

  .md\:bg-teal-50\/50{
    background-color: rgb(240 253 250 / 0.5);
  }

  .md\:bg-teal-50\/55{
    background-color: rgb(240 253 250 / 0.55);
  }

  .md\:bg-teal-50\/60{
    background-color: rgb(240 253 250 / 0.6);
  }

  .md\:bg-teal-50\/65{
    background-color: rgb(240 253 250 / 0.65);
  }

  .md\:bg-teal-50\/70{
    background-color: rgb(240 253 250 / 0.7);
  }

  .md\:bg-teal-50\/75{
    background-color: rgb(240 253 250 / 0.75);
  }

  .md\:bg-teal-50\/80{
    background-color: rgb(240 253 250 / 0.8);
  }

  .md\:bg-teal-50\/85{
    background-color: rgb(240 253 250 / 0.85);
  }

  .md\:bg-teal-50\/90{
    background-color: rgb(240 253 250 / 0.9);
  }

  .md\:bg-teal-50\/95{
    background-color: rgb(240 253 250 / 0.95);
  }

  .md\:bg-teal-500{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-500\/0{
    background-color: rgb(20 184 166 / 0);
  }

  .md\:bg-teal-500\/10{
    background-color: rgb(20 184 166 / 0.1);
  }

  .md\:bg-teal-500\/100{
    background-color: rgb(20 184 166 / 1);
  }

  .md\:bg-teal-500\/15{
    background-color: rgb(20 184 166 / 0.15);
  }

  .md\:bg-teal-500\/20{
    background-color: rgb(20 184 166 / 0.2);
  }

  .md\:bg-teal-500\/25{
    background-color: rgb(20 184 166 / 0.25);
  }

  .md\:bg-teal-500\/30{
    background-color: rgb(20 184 166 / 0.3);
  }

  .md\:bg-teal-500\/35{
    background-color: rgb(20 184 166 / 0.35);
  }

  .md\:bg-teal-500\/40{
    background-color: rgb(20 184 166 / 0.4);
  }

  .md\:bg-teal-500\/45{
    background-color: rgb(20 184 166 / 0.45);
  }

  .md\:bg-teal-500\/5{
    background-color: rgb(20 184 166 / 0.05);
  }

  .md\:bg-teal-500\/50{
    background-color: rgb(20 184 166 / 0.5);
  }

  .md\:bg-teal-500\/55{
    background-color: rgb(20 184 166 / 0.55);
  }

  .md\:bg-teal-500\/60{
    background-color: rgb(20 184 166 / 0.6);
  }

  .md\:bg-teal-500\/65{
    background-color: rgb(20 184 166 / 0.65);
  }

  .md\:bg-teal-500\/70{
    background-color: rgb(20 184 166 / 0.7);
  }

  .md\:bg-teal-500\/75{
    background-color: rgb(20 184 166 / 0.75);
  }

  .md\:bg-teal-500\/80{
    background-color: rgb(20 184 166 / 0.8);
  }

  .md\:bg-teal-500\/85{
    background-color: rgb(20 184 166 / 0.85);
  }

  .md\:bg-teal-500\/90{
    background-color: rgb(20 184 166 / 0.9);
  }

  .md\:bg-teal-500\/95{
    background-color: rgb(20 184 166 / 0.95);
  }

  .md\:bg-teal-600{
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-600\/0{
    background-color: rgb(13 148 136 / 0);
  }

  .md\:bg-teal-600\/10{
    background-color: rgb(13 148 136 / 0.1);
  }

  .md\:bg-teal-600\/100{
    background-color: rgb(13 148 136 / 1);
  }

  .md\:bg-teal-600\/15{
    background-color: rgb(13 148 136 / 0.15);
  }

  .md\:bg-teal-600\/20{
    background-color: rgb(13 148 136 / 0.2);
  }

  .md\:bg-teal-600\/25{
    background-color: rgb(13 148 136 / 0.25);
  }

  .md\:bg-teal-600\/30{
    background-color: rgb(13 148 136 / 0.3);
  }

  .md\:bg-teal-600\/35{
    background-color: rgb(13 148 136 / 0.35);
  }

  .md\:bg-teal-600\/40{
    background-color: rgb(13 148 136 / 0.4);
  }

  .md\:bg-teal-600\/45{
    background-color: rgb(13 148 136 / 0.45);
  }

  .md\:bg-teal-600\/5{
    background-color: rgb(13 148 136 / 0.05);
  }

  .md\:bg-teal-600\/50{
    background-color: rgb(13 148 136 / 0.5);
  }

  .md\:bg-teal-600\/55{
    background-color: rgb(13 148 136 / 0.55);
  }

  .md\:bg-teal-600\/60{
    background-color: rgb(13 148 136 / 0.6);
  }

  .md\:bg-teal-600\/65{
    background-color: rgb(13 148 136 / 0.65);
  }

  .md\:bg-teal-600\/70{
    background-color: rgb(13 148 136 / 0.7);
  }

  .md\:bg-teal-600\/75{
    background-color: rgb(13 148 136 / 0.75);
  }

  .md\:bg-teal-600\/80{
    background-color: rgb(13 148 136 / 0.8);
  }

  .md\:bg-teal-600\/85{
    background-color: rgb(13 148 136 / 0.85);
  }

  .md\:bg-teal-600\/90{
    background-color: rgb(13 148 136 / 0.9);
  }

  .md\:bg-teal-600\/95{
    background-color: rgb(13 148 136 / 0.95);
  }

  .md\:bg-teal-700{
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-700\/0{
    background-color: rgb(15 118 110 / 0);
  }

  .md\:bg-teal-700\/10{
    background-color: rgb(15 118 110 / 0.1);
  }

  .md\:bg-teal-700\/100{
    background-color: rgb(15 118 110 / 1);
  }

  .md\:bg-teal-700\/15{
    background-color: rgb(15 118 110 / 0.15);
  }

  .md\:bg-teal-700\/20{
    background-color: rgb(15 118 110 / 0.2);
  }

  .md\:bg-teal-700\/25{
    background-color: rgb(15 118 110 / 0.25);
  }

  .md\:bg-teal-700\/30{
    background-color: rgb(15 118 110 / 0.3);
  }

  .md\:bg-teal-700\/35{
    background-color: rgb(15 118 110 / 0.35);
  }

  .md\:bg-teal-700\/40{
    background-color: rgb(15 118 110 / 0.4);
  }

  .md\:bg-teal-700\/45{
    background-color: rgb(15 118 110 / 0.45);
  }

  .md\:bg-teal-700\/5{
    background-color: rgb(15 118 110 / 0.05);
  }

  .md\:bg-teal-700\/50{
    background-color: rgb(15 118 110 / 0.5);
  }

  .md\:bg-teal-700\/55{
    background-color: rgb(15 118 110 / 0.55);
  }

  .md\:bg-teal-700\/60{
    background-color: rgb(15 118 110 / 0.6);
  }

  .md\:bg-teal-700\/65{
    background-color: rgb(15 118 110 / 0.65);
  }

  .md\:bg-teal-700\/70{
    background-color: rgb(15 118 110 / 0.7);
  }

  .md\:bg-teal-700\/75{
    background-color: rgb(15 118 110 / 0.75);
  }

  .md\:bg-teal-700\/80{
    background-color: rgb(15 118 110 / 0.8);
  }

  .md\:bg-teal-700\/85{
    background-color: rgb(15 118 110 / 0.85);
  }

  .md\:bg-teal-700\/90{
    background-color: rgb(15 118 110 / 0.9);
  }

  .md\:bg-teal-700\/95{
    background-color: rgb(15 118 110 / 0.95);
  }

  .md\:bg-teal-800{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-800\/0{
    background-color: rgb(17 94 89 / 0);
  }

  .md\:bg-teal-800\/10{
    background-color: rgb(17 94 89 / 0.1);
  }

  .md\:bg-teal-800\/100{
    background-color: rgb(17 94 89 / 1);
  }

  .md\:bg-teal-800\/15{
    background-color: rgb(17 94 89 / 0.15);
  }

  .md\:bg-teal-800\/20{
    background-color: rgb(17 94 89 / 0.2);
  }

  .md\:bg-teal-800\/25{
    background-color: rgb(17 94 89 / 0.25);
  }

  .md\:bg-teal-800\/30{
    background-color: rgb(17 94 89 / 0.3);
  }

  .md\:bg-teal-800\/35{
    background-color: rgb(17 94 89 / 0.35);
  }

  .md\:bg-teal-800\/40{
    background-color: rgb(17 94 89 / 0.4);
  }

  .md\:bg-teal-800\/45{
    background-color: rgb(17 94 89 / 0.45);
  }

  .md\:bg-teal-800\/5{
    background-color: rgb(17 94 89 / 0.05);
  }

  .md\:bg-teal-800\/50{
    background-color: rgb(17 94 89 / 0.5);
  }

  .md\:bg-teal-800\/55{
    background-color: rgb(17 94 89 / 0.55);
  }

  .md\:bg-teal-800\/60{
    background-color: rgb(17 94 89 / 0.6);
  }

  .md\:bg-teal-800\/65{
    background-color: rgb(17 94 89 / 0.65);
  }

  .md\:bg-teal-800\/70{
    background-color: rgb(17 94 89 / 0.7);
  }

  .md\:bg-teal-800\/75{
    background-color: rgb(17 94 89 / 0.75);
  }

  .md\:bg-teal-800\/80{
    background-color: rgb(17 94 89 / 0.8);
  }

  .md\:bg-teal-800\/85{
    background-color: rgb(17 94 89 / 0.85);
  }

  .md\:bg-teal-800\/90{
    background-color: rgb(17 94 89 / 0.9);
  }

  .md\:bg-teal-800\/95{
    background-color: rgb(17 94 89 / 0.95);
  }

  .md\:bg-teal-900{
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-900\/0{
    background-color: rgb(19 78 74 / 0);
  }

  .md\:bg-teal-900\/10{
    background-color: rgb(19 78 74 / 0.1);
  }

  .md\:bg-teal-900\/100{
    background-color: rgb(19 78 74 / 1);
  }

  .md\:bg-teal-900\/15{
    background-color: rgb(19 78 74 / 0.15);
  }

  .md\:bg-teal-900\/20{
    background-color: rgb(19 78 74 / 0.2);
  }

  .md\:bg-teal-900\/25{
    background-color: rgb(19 78 74 / 0.25);
  }

  .md\:bg-teal-900\/30{
    background-color: rgb(19 78 74 / 0.3);
  }

  .md\:bg-teal-900\/35{
    background-color: rgb(19 78 74 / 0.35);
  }

  .md\:bg-teal-900\/40{
    background-color: rgb(19 78 74 / 0.4);
  }

  .md\:bg-teal-900\/45{
    background-color: rgb(19 78 74 / 0.45);
  }

  .md\:bg-teal-900\/5{
    background-color: rgb(19 78 74 / 0.05);
  }

  .md\:bg-teal-900\/50{
    background-color: rgb(19 78 74 / 0.5);
  }

  .md\:bg-teal-900\/55{
    background-color: rgb(19 78 74 / 0.55);
  }

  .md\:bg-teal-900\/60{
    background-color: rgb(19 78 74 / 0.6);
  }

  .md\:bg-teal-900\/65{
    background-color: rgb(19 78 74 / 0.65);
  }

  .md\:bg-teal-900\/70{
    background-color: rgb(19 78 74 / 0.7);
  }

  .md\:bg-teal-900\/75{
    background-color: rgb(19 78 74 / 0.75);
  }

  .md\:bg-teal-900\/80{
    background-color: rgb(19 78 74 / 0.8);
  }

  .md\:bg-teal-900\/85{
    background-color: rgb(19 78 74 / 0.85);
  }

  .md\:bg-teal-900\/90{
    background-color: rgb(19 78 74 / 0.9);
  }

  .md\:bg-teal-900\/95{
    background-color: rgb(19 78 74 / 0.95);
  }

  .md\:bg-teal-950{
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-teal-950\/0{
    background-color: rgb(4 47 46 / 0);
  }

  .md\:bg-teal-950\/10{
    background-color: rgb(4 47 46 / 0.1);
  }

  .md\:bg-teal-950\/100{
    background-color: rgb(4 47 46 / 1);
  }

  .md\:bg-teal-950\/15{
    background-color: rgb(4 47 46 / 0.15);
  }

  .md\:bg-teal-950\/20{
    background-color: rgb(4 47 46 / 0.2);
  }

  .md\:bg-teal-950\/25{
    background-color: rgb(4 47 46 / 0.25);
  }

  .md\:bg-teal-950\/30{
    background-color: rgb(4 47 46 / 0.3);
  }

  .md\:bg-teal-950\/35{
    background-color: rgb(4 47 46 / 0.35);
  }

  .md\:bg-teal-950\/40{
    background-color: rgb(4 47 46 / 0.4);
  }

  .md\:bg-teal-950\/45{
    background-color: rgb(4 47 46 / 0.45);
  }

  .md\:bg-teal-950\/5{
    background-color: rgb(4 47 46 / 0.05);
  }

  .md\:bg-teal-950\/50{
    background-color: rgb(4 47 46 / 0.5);
  }

  .md\:bg-teal-950\/55{
    background-color: rgb(4 47 46 / 0.55);
  }

  .md\:bg-teal-950\/60{
    background-color: rgb(4 47 46 / 0.6);
  }

  .md\:bg-teal-950\/65{
    background-color: rgb(4 47 46 / 0.65);
  }

  .md\:bg-teal-950\/70{
    background-color: rgb(4 47 46 / 0.7);
  }

  .md\:bg-teal-950\/75{
    background-color: rgb(4 47 46 / 0.75);
  }

  .md\:bg-teal-950\/80{
    background-color: rgb(4 47 46 / 0.8);
  }

  .md\:bg-teal-950\/85{
    background-color: rgb(4 47 46 / 0.85);
  }

  .md\:bg-teal-950\/90{
    background-color: rgb(4 47 46 / 0.9);
  }

  .md\:bg-teal-950\/95{
    background-color: rgb(4 47 46 / 0.95);
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-transparent\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-transparent\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-transparent\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-transparent\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .md\:bg-transparent\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-transparent\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-transparent\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-transparent\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .md\:bg-transparent\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-transparent\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .md\:bg-transparent\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-transparent\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-transparent\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .md\:bg-transparent\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-transparent\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .md\:bg-transparent\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-transparent\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-transparent\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-transparent\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .md\:bg-transparent\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-transparent\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-violet-100{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-100\/0{
    background-color: rgb(237 233 254 / 0);
  }

  .md\:bg-violet-100\/10{
    background-color: rgb(237 233 254 / 0.1);
  }

  .md\:bg-violet-100\/100{
    background-color: rgb(237 233 254 / 1);
  }

  .md\:bg-violet-100\/15{
    background-color: rgb(237 233 254 / 0.15);
  }

  .md\:bg-violet-100\/20{
    background-color: rgb(237 233 254 / 0.2);
  }

  .md\:bg-violet-100\/25{
    background-color: rgb(237 233 254 / 0.25);
  }

  .md\:bg-violet-100\/30{
    background-color: rgb(237 233 254 / 0.3);
  }

  .md\:bg-violet-100\/35{
    background-color: rgb(237 233 254 / 0.35);
  }

  .md\:bg-violet-100\/40{
    background-color: rgb(237 233 254 / 0.4);
  }

  .md\:bg-violet-100\/45{
    background-color: rgb(237 233 254 / 0.45);
  }

  .md\:bg-violet-100\/5{
    background-color: rgb(237 233 254 / 0.05);
  }

  .md\:bg-violet-100\/50{
    background-color: rgb(237 233 254 / 0.5);
  }

  .md\:bg-violet-100\/55{
    background-color: rgb(237 233 254 / 0.55);
  }

  .md\:bg-violet-100\/60{
    background-color: rgb(237 233 254 / 0.6);
  }

  .md\:bg-violet-100\/65{
    background-color: rgb(237 233 254 / 0.65);
  }

  .md\:bg-violet-100\/70{
    background-color: rgb(237 233 254 / 0.7);
  }

  .md\:bg-violet-100\/75{
    background-color: rgb(237 233 254 / 0.75);
  }

  .md\:bg-violet-100\/80{
    background-color: rgb(237 233 254 / 0.8);
  }

  .md\:bg-violet-100\/85{
    background-color: rgb(237 233 254 / 0.85);
  }

  .md\:bg-violet-100\/90{
    background-color: rgb(237 233 254 / 0.9);
  }

  .md\:bg-violet-100\/95{
    background-color: rgb(237 233 254 / 0.95);
  }

  .md\:bg-violet-200{
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-200\/0{
    background-color: rgb(221 214 254 / 0);
  }

  .md\:bg-violet-200\/10{
    background-color: rgb(221 214 254 / 0.1);
  }

  .md\:bg-violet-200\/100{
    background-color: rgb(221 214 254 / 1);
  }

  .md\:bg-violet-200\/15{
    background-color: rgb(221 214 254 / 0.15);
  }

  .md\:bg-violet-200\/20{
    background-color: rgb(221 214 254 / 0.2);
  }

  .md\:bg-violet-200\/25{
    background-color: rgb(221 214 254 / 0.25);
  }

  .md\:bg-violet-200\/30{
    background-color: rgb(221 214 254 / 0.3);
  }

  .md\:bg-violet-200\/35{
    background-color: rgb(221 214 254 / 0.35);
  }

  .md\:bg-violet-200\/40{
    background-color: rgb(221 214 254 / 0.4);
  }

  .md\:bg-violet-200\/45{
    background-color: rgb(221 214 254 / 0.45);
  }

  .md\:bg-violet-200\/5{
    background-color: rgb(221 214 254 / 0.05);
  }

  .md\:bg-violet-200\/50{
    background-color: rgb(221 214 254 / 0.5);
  }

  .md\:bg-violet-200\/55{
    background-color: rgb(221 214 254 / 0.55);
  }

  .md\:bg-violet-200\/60{
    background-color: rgb(221 214 254 / 0.6);
  }

  .md\:bg-violet-200\/65{
    background-color: rgb(221 214 254 / 0.65);
  }

  .md\:bg-violet-200\/70{
    background-color: rgb(221 214 254 / 0.7);
  }

  .md\:bg-violet-200\/75{
    background-color: rgb(221 214 254 / 0.75);
  }

  .md\:bg-violet-200\/80{
    background-color: rgb(221 214 254 / 0.8);
  }

  .md\:bg-violet-200\/85{
    background-color: rgb(221 214 254 / 0.85);
  }

  .md\:bg-violet-200\/90{
    background-color: rgb(221 214 254 / 0.9);
  }

  .md\:bg-violet-200\/95{
    background-color: rgb(221 214 254 / 0.95);
  }

  .md\:bg-violet-300{
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-300\/0{
    background-color: rgb(196 181 253 / 0);
  }

  .md\:bg-violet-300\/10{
    background-color: rgb(196 181 253 / 0.1);
  }

  .md\:bg-violet-300\/100{
    background-color: rgb(196 181 253 / 1);
  }

  .md\:bg-violet-300\/15{
    background-color: rgb(196 181 253 / 0.15);
  }

  .md\:bg-violet-300\/20{
    background-color: rgb(196 181 253 / 0.2);
  }

  .md\:bg-violet-300\/25{
    background-color: rgb(196 181 253 / 0.25);
  }

  .md\:bg-violet-300\/30{
    background-color: rgb(196 181 253 / 0.3);
  }

  .md\:bg-violet-300\/35{
    background-color: rgb(196 181 253 / 0.35);
  }

  .md\:bg-violet-300\/40{
    background-color: rgb(196 181 253 / 0.4);
  }

  .md\:bg-violet-300\/45{
    background-color: rgb(196 181 253 / 0.45);
  }

  .md\:bg-violet-300\/5{
    background-color: rgb(196 181 253 / 0.05);
  }

  .md\:bg-violet-300\/50{
    background-color: rgb(196 181 253 / 0.5);
  }

  .md\:bg-violet-300\/55{
    background-color: rgb(196 181 253 / 0.55);
  }

  .md\:bg-violet-300\/60{
    background-color: rgb(196 181 253 / 0.6);
  }

  .md\:bg-violet-300\/65{
    background-color: rgb(196 181 253 / 0.65);
  }

  .md\:bg-violet-300\/70{
    background-color: rgb(196 181 253 / 0.7);
  }

  .md\:bg-violet-300\/75{
    background-color: rgb(196 181 253 / 0.75);
  }

  .md\:bg-violet-300\/80{
    background-color: rgb(196 181 253 / 0.8);
  }

  .md\:bg-violet-300\/85{
    background-color: rgb(196 181 253 / 0.85);
  }

  .md\:bg-violet-300\/90{
    background-color: rgb(196 181 253 / 0.9);
  }

  .md\:bg-violet-300\/95{
    background-color: rgb(196 181 253 / 0.95);
  }

  .md\:bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-400\/0{
    background-color: rgb(167 139 250 / 0);
  }

  .md\:bg-violet-400\/10{
    background-color: rgb(167 139 250 / 0.1);
  }

  .md\:bg-violet-400\/100{
    background-color: rgb(167 139 250 / 1);
  }

  .md\:bg-violet-400\/15{
    background-color: rgb(167 139 250 / 0.15);
  }

  .md\:bg-violet-400\/20{
    background-color: rgb(167 139 250 / 0.2);
  }

  .md\:bg-violet-400\/25{
    background-color: rgb(167 139 250 / 0.25);
  }

  .md\:bg-violet-400\/30{
    background-color: rgb(167 139 250 / 0.3);
  }

  .md\:bg-violet-400\/35{
    background-color: rgb(167 139 250 / 0.35);
  }

  .md\:bg-violet-400\/40{
    background-color: rgb(167 139 250 / 0.4);
  }

  .md\:bg-violet-400\/45{
    background-color: rgb(167 139 250 / 0.45);
  }

  .md\:bg-violet-400\/5{
    background-color: rgb(167 139 250 / 0.05);
  }

  .md\:bg-violet-400\/50{
    background-color: rgb(167 139 250 / 0.5);
  }

  .md\:bg-violet-400\/55{
    background-color: rgb(167 139 250 / 0.55);
  }

  .md\:bg-violet-400\/60{
    background-color: rgb(167 139 250 / 0.6);
  }

  .md\:bg-violet-400\/65{
    background-color: rgb(167 139 250 / 0.65);
  }

  .md\:bg-violet-400\/70{
    background-color: rgb(167 139 250 / 0.7);
  }

  .md\:bg-violet-400\/75{
    background-color: rgb(167 139 250 / 0.75);
  }

  .md\:bg-violet-400\/80{
    background-color: rgb(167 139 250 / 0.8);
  }

  .md\:bg-violet-400\/85{
    background-color: rgb(167 139 250 / 0.85);
  }

  .md\:bg-violet-400\/90{
    background-color: rgb(167 139 250 / 0.9);
  }

  .md\:bg-violet-400\/95{
    background-color: rgb(167 139 250 / 0.95);
  }

  .md\:bg-violet-50{
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-50\/0{
    background-color: rgb(245 243 255 / 0);
  }

  .md\:bg-violet-50\/10{
    background-color: rgb(245 243 255 / 0.1);
  }

  .md\:bg-violet-50\/100{
    background-color: rgb(245 243 255 / 1);
  }

  .md\:bg-violet-50\/15{
    background-color: rgb(245 243 255 / 0.15);
  }

  .md\:bg-violet-50\/20{
    background-color: rgb(245 243 255 / 0.2);
  }

  .md\:bg-violet-50\/25{
    background-color: rgb(245 243 255 / 0.25);
  }

  .md\:bg-violet-50\/30{
    background-color: rgb(245 243 255 / 0.3);
  }

  .md\:bg-violet-50\/35{
    background-color: rgb(245 243 255 / 0.35);
  }

  .md\:bg-violet-50\/40{
    background-color: rgb(245 243 255 / 0.4);
  }

  .md\:bg-violet-50\/45{
    background-color: rgb(245 243 255 / 0.45);
  }

  .md\:bg-violet-50\/5{
    background-color: rgb(245 243 255 / 0.05);
  }

  .md\:bg-violet-50\/50{
    background-color: rgb(245 243 255 / 0.5);
  }

  .md\:bg-violet-50\/55{
    background-color: rgb(245 243 255 / 0.55);
  }

  .md\:bg-violet-50\/60{
    background-color: rgb(245 243 255 / 0.6);
  }

  .md\:bg-violet-50\/65{
    background-color: rgb(245 243 255 / 0.65);
  }

  .md\:bg-violet-50\/70{
    background-color: rgb(245 243 255 / 0.7);
  }

  .md\:bg-violet-50\/75{
    background-color: rgb(245 243 255 / 0.75);
  }

  .md\:bg-violet-50\/80{
    background-color: rgb(245 243 255 / 0.8);
  }

  .md\:bg-violet-50\/85{
    background-color: rgb(245 243 255 / 0.85);
  }

  .md\:bg-violet-50\/90{
    background-color: rgb(245 243 255 / 0.9);
  }

  .md\:bg-violet-50\/95{
    background-color: rgb(245 243 255 / 0.95);
  }

  .md\:bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-500\/0{
    background-color: rgb(139 92 246 / 0);
  }

  .md\:bg-violet-500\/10{
    background-color: rgb(139 92 246 / 0.1);
  }

  .md\:bg-violet-500\/100{
    background-color: rgb(139 92 246 / 1);
  }

  .md\:bg-violet-500\/15{
    background-color: rgb(139 92 246 / 0.15);
  }

  .md\:bg-violet-500\/20{
    background-color: rgb(139 92 246 / 0.2);
  }

  .md\:bg-violet-500\/25{
    background-color: rgb(139 92 246 / 0.25);
  }

  .md\:bg-violet-500\/30{
    background-color: rgb(139 92 246 / 0.3);
  }

  .md\:bg-violet-500\/35{
    background-color: rgb(139 92 246 / 0.35);
  }

  .md\:bg-violet-500\/40{
    background-color: rgb(139 92 246 / 0.4);
  }

  .md\:bg-violet-500\/45{
    background-color: rgb(139 92 246 / 0.45);
  }

  .md\:bg-violet-500\/5{
    background-color: rgb(139 92 246 / 0.05);
  }

  .md\:bg-violet-500\/50{
    background-color: rgb(139 92 246 / 0.5);
  }

  .md\:bg-violet-500\/55{
    background-color: rgb(139 92 246 / 0.55);
  }

  .md\:bg-violet-500\/60{
    background-color: rgb(139 92 246 / 0.6);
  }

  .md\:bg-violet-500\/65{
    background-color: rgb(139 92 246 / 0.65);
  }

  .md\:bg-violet-500\/70{
    background-color: rgb(139 92 246 / 0.7);
  }

  .md\:bg-violet-500\/75{
    background-color: rgb(139 92 246 / 0.75);
  }

  .md\:bg-violet-500\/80{
    background-color: rgb(139 92 246 / 0.8);
  }

  .md\:bg-violet-500\/85{
    background-color: rgb(139 92 246 / 0.85);
  }

  .md\:bg-violet-500\/90{
    background-color: rgb(139 92 246 / 0.9);
  }

  .md\:bg-violet-500\/95{
    background-color: rgb(139 92 246 / 0.95);
  }

  .md\:bg-violet-600{
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-600\/0{
    background-color: rgb(124 58 237 / 0);
  }

  .md\:bg-violet-600\/10{
    background-color: rgb(124 58 237 / 0.1);
  }

  .md\:bg-violet-600\/100{
    background-color: rgb(124 58 237 / 1);
  }

  .md\:bg-violet-600\/15{
    background-color: rgb(124 58 237 / 0.15);
  }

  .md\:bg-violet-600\/20{
    background-color: rgb(124 58 237 / 0.2);
  }

  .md\:bg-violet-600\/25{
    background-color: rgb(124 58 237 / 0.25);
  }

  .md\:bg-violet-600\/30{
    background-color: rgb(124 58 237 / 0.3);
  }

  .md\:bg-violet-600\/35{
    background-color: rgb(124 58 237 / 0.35);
  }

  .md\:bg-violet-600\/40{
    background-color: rgb(124 58 237 / 0.4);
  }

  .md\:bg-violet-600\/45{
    background-color: rgb(124 58 237 / 0.45);
  }

  .md\:bg-violet-600\/5{
    background-color: rgb(124 58 237 / 0.05);
  }

  .md\:bg-violet-600\/50{
    background-color: rgb(124 58 237 / 0.5);
  }

  .md\:bg-violet-600\/55{
    background-color: rgb(124 58 237 / 0.55);
  }

  .md\:bg-violet-600\/60{
    background-color: rgb(124 58 237 / 0.6);
  }

  .md\:bg-violet-600\/65{
    background-color: rgb(124 58 237 / 0.65);
  }

  .md\:bg-violet-600\/70{
    background-color: rgb(124 58 237 / 0.7);
  }

  .md\:bg-violet-600\/75{
    background-color: rgb(124 58 237 / 0.75);
  }

  .md\:bg-violet-600\/80{
    background-color: rgb(124 58 237 / 0.8);
  }

  .md\:bg-violet-600\/85{
    background-color: rgb(124 58 237 / 0.85);
  }

  .md\:bg-violet-600\/90{
    background-color: rgb(124 58 237 / 0.9);
  }

  .md\:bg-violet-600\/95{
    background-color: rgb(124 58 237 / 0.95);
  }

  .md\:bg-violet-700{
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-700\/0{
    background-color: rgb(109 40 217 / 0);
  }

  .md\:bg-violet-700\/10{
    background-color: rgb(109 40 217 / 0.1);
  }

  .md\:bg-violet-700\/100{
    background-color: rgb(109 40 217 / 1);
  }

  .md\:bg-violet-700\/15{
    background-color: rgb(109 40 217 / 0.15);
  }

  .md\:bg-violet-700\/20{
    background-color: rgb(109 40 217 / 0.2);
  }

  .md\:bg-violet-700\/25{
    background-color: rgb(109 40 217 / 0.25);
  }

  .md\:bg-violet-700\/30{
    background-color: rgb(109 40 217 / 0.3);
  }

  .md\:bg-violet-700\/35{
    background-color: rgb(109 40 217 / 0.35);
  }

  .md\:bg-violet-700\/40{
    background-color: rgb(109 40 217 / 0.4);
  }

  .md\:bg-violet-700\/45{
    background-color: rgb(109 40 217 / 0.45);
  }

  .md\:bg-violet-700\/5{
    background-color: rgb(109 40 217 / 0.05);
  }

  .md\:bg-violet-700\/50{
    background-color: rgb(109 40 217 / 0.5);
  }

  .md\:bg-violet-700\/55{
    background-color: rgb(109 40 217 / 0.55);
  }

  .md\:bg-violet-700\/60{
    background-color: rgb(109 40 217 / 0.6);
  }

  .md\:bg-violet-700\/65{
    background-color: rgb(109 40 217 / 0.65);
  }

  .md\:bg-violet-700\/70{
    background-color: rgb(109 40 217 / 0.7);
  }

  .md\:bg-violet-700\/75{
    background-color: rgb(109 40 217 / 0.75);
  }

  .md\:bg-violet-700\/80{
    background-color: rgb(109 40 217 / 0.8);
  }

  .md\:bg-violet-700\/85{
    background-color: rgb(109 40 217 / 0.85);
  }

  .md\:bg-violet-700\/90{
    background-color: rgb(109 40 217 / 0.9);
  }

  .md\:bg-violet-700\/95{
    background-color: rgb(109 40 217 / 0.95);
  }

  .md\:bg-violet-800{
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-800\/0{
    background-color: rgb(91 33 182 / 0);
  }

  .md\:bg-violet-800\/10{
    background-color: rgb(91 33 182 / 0.1);
  }

  .md\:bg-violet-800\/100{
    background-color: rgb(91 33 182 / 1);
  }

  .md\:bg-violet-800\/15{
    background-color: rgb(91 33 182 / 0.15);
  }

  .md\:bg-violet-800\/20{
    background-color: rgb(91 33 182 / 0.2);
  }

  .md\:bg-violet-800\/25{
    background-color: rgb(91 33 182 / 0.25);
  }

  .md\:bg-violet-800\/30{
    background-color: rgb(91 33 182 / 0.3);
  }

  .md\:bg-violet-800\/35{
    background-color: rgb(91 33 182 / 0.35);
  }

  .md\:bg-violet-800\/40{
    background-color: rgb(91 33 182 / 0.4);
  }

  .md\:bg-violet-800\/45{
    background-color: rgb(91 33 182 / 0.45);
  }

  .md\:bg-violet-800\/5{
    background-color: rgb(91 33 182 / 0.05);
  }

  .md\:bg-violet-800\/50{
    background-color: rgb(91 33 182 / 0.5);
  }

  .md\:bg-violet-800\/55{
    background-color: rgb(91 33 182 / 0.55);
  }

  .md\:bg-violet-800\/60{
    background-color: rgb(91 33 182 / 0.6);
  }

  .md\:bg-violet-800\/65{
    background-color: rgb(91 33 182 / 0.65);
  }

  .md\:bg-violet-800\/70{
    background-color: rgb(91 33 182 / 0.7);
  }

  .md\:bg-violet-800\/75{
    background-color: rgb(91 33 182 / 0.75);
  }

  .md\:bg-violet-800\/80{
    background-color: rgb(91 33 182 / 0.8);
  }

  .md\:bg-violet-800\/85{
    background-color: rgb(91 33 182 / 0.85);
  }

  .md\:bg-violet-800\/90{
    background-color: rgb(91 33 182 / 0.9);
  }

  .md\:bg-violet-800\/95{
    background-color: rgb(91 33 182 / 0.95);
  }

  .md\:bg-violet-900{
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-900\/0{
    background-color: rgb(76 29 149 / 0);
  }

  .md\:bg-violet-900\/10{
    background-color: rgb(76 29 149 / 0.1);
  }

  .md\:bg-violet-900\/100{
    background-color: rgb(76 29 149 / 1);
  }

  .md\:bg-violet-900\/15{
    background-color: rgb(76 29 149 / 0.15);
  }

  .md\:bg-violet-900\/20{
    background-color: rgb(76 29 149 / 0.2);
  }

  .md\:bg-violet-900\/25{
    background-color: rgb(76 29 149 / 0.25);
  }

  .md\:bg-violet-900\/30{
    background-color: rgb(76 29 149 / 0.3);
  }

  .md\:bg-violet-900\/35{
    background-color: rgb(76 29 149 / 0.35);
  }

  .md\:bg-violet-900\/40{
    background-color: rgb(76 29 149 / 0.4);
  }

  .md\:bg-violet-900\/45{
    background-color: rgb(76 29 149 / 0.45);
  }

  .md\:bg-violet-900\/5{
    background-color: rgb(76 29 149 / 0.05);
  }

  .md\:bg-violet-900\/50{
    background-color: rgb(76 29 149 / 0.5);
  }

  .md\:bg-violet-900\/55{
    background-color: rgb(76 29 149 / 0.55);
  }

  .md\:bg-violet-900\/60{
    background-color: rgb(76 29 149 / 0.6);
  }

  .md\:bg-violet-900\/65{
    background-color: rgb(76 29 149 / 0.65);
  }

  .md\:bg-violet-900\/70{
    background-color: rgb(76 29 149 / 0.7);
  }

  .md\:bg-violet-900\/75{
    background-color: rgb(76 29 149 / 0.75);
  }

  .md\:bg-violet-900\/80{
    background-color: rgb(76 29 149 / 0.8);
  }

  .md\:bg-violet-900\/85{
    background-color: rgb(76 29 149 / 0.85);
  }

  .md\:bg-violet-900\/90{
    background-color: rgb(76 29 149 / 0.9);
  }

  .md\:bg-violet-900\/95{
    background-color: rgb(76 29 149 / 0.95);
  }

  .md\:bg-violet-950{
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-violet-950\/0{
    background-color: rgb(46 16 101 / 0);
  }

  .md\:bg-violet-950\/10{
    background-color: rgb(46 16 101 / 0.1);
  }

  .md\:bg-violet-950\/100{
    background-color: rgb(46 16 101 / 1);
  }

  .md\:bg-violet-950\/15{
    background-color: rgb(46 16 101 / 0.15);
  }

  .md\:bg-violet-950\/20{
    background-color: rgb(46 16 101 / 0.2);
  }

  .md\:bg-violet-950\/25{
    background-color: rgb(46 16 101 / 0.25);
  }

  .md\:bg-violet-950\/30{
    background-color: rgb(46 16 101 / 0.3);
  }

  .md\:bg-violet-950\/35{
    background-color: rgb(46 16 101 / 0.35);
  }

  .md\:bg-violet-950\/40{
    background-color: rgb(46 16 101 / 0.4);
  }

  .md\:bg-violet-950\/45{
    background-color: rgb(46 16 101 / 0.45);
  }

  .md\:bg-violet-950\/5{
    background-color: rgb(46 16 101 / 0.05);
  }

  .md\:bg-violet-950\/50{
    background-color: rgb(46 16 101 / 0.5);
  }

  .md\:bg-violet-950\/55{
    background-color: rgb(46 16 101 / 0.55);
  }

  .md\:bg-violet-950\/60{
    background-color: rgb(46 16 101 / 0.6);
  }

  .md\:bg-violet-950\/65{
    background-color: rgb(46 16 101 / 0.65);
  }

  .md\:bg-violet-950\/70{
    background-color: rgb(46 16 101 / 0.7);
  }

  .md\:bg-violet-950\/75{
    background-color: rgb(46 16 101 / 0.75);
  }

  .md\:bg-violet-950\/80{
    background-color: rgb(46 16 101 / 0.8);
  }

  .md\:bg-violet-950\/85{
    background-color: rgb(46 16 101 / 0.85);
  }

  .md\:bg-violet-950\/90{
    background-color: rgb(46 16 101 / 0.9);
  }

  .md\:bg-violet-950\/95{
    background-color: rgb(46 16 101 / 0.95);
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }

  .md\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .md\:bg-white\/100{
    background-color: rgb(255 255 255 / 1);
  }

  .md\:bg-white\/15{
    background-color: rgb(255 255 255 / 0.15);
  }

  .md\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }

  .md\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .md\:bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
  }

  .md\:bg-white\/35{
    background-color: rgb(255 255 255 / 0.35);
  }

  .md\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }

  .md\:bg-white\/45{
    background-color: rgb(255 255 255 / 0.45);
  }

  .md\:bg-white\/5{
    background-color: rgb(255 255 255 / 0.05);
  }

  .md\:bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
  }

  .md\:bg-white\/55{
    background-color: rgb(255 255 255 / 0.55);
  }

  .md\:bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
  }

  .md\:bg-white\/65{
    background-color: rgb(255 255 255 / 0.65);
  }

  .md\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .md\:bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
  }

  .md\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .md\:bg-white\/85{
    background-color: rgb(255 255 255 / 0.85);
  }

  .md\:bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-white\/95{
    background-color: rgb(255 255 255 / 0.95);
  }

  .md\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-100\/0{
    background-color: rgb(254 249 195 / 0);
  }

  .md\:bg-yellow-100\/10{
    background-color: rgb(254 249 195 / 0.1);
  }

  .md\:bg-yellow-100\/100{
    background-color: rgb(254 249 195 / 1);
  }

  .md\:bg-yellow-100\/15{
    background-color: rgb(254 249 195 / 0.15);
  }

  .md\:bg-yellow-100\/20{
    background-color: rgb(254 249 195 / 0.2);
  }

  .md\:bg-yellow-100\/25{
    background-color: rgb(254 249 195 / 0.25);
  }

  .md\:bg-yellow-100\/30{
    background-color: rgb(254 249 195 / 0.3);
  }

  .md\:bg-yellow-100\/35{
    background-color: rgb(254 249 195 / 0.35);
  }

  .md\:bg-yellow-100\/40{
    background-color: rgb(254 249 195 / 0.4);
  }

  .md\:bg-yellow-100\/45{
    background-color: rgb(254 249 195 / 0.45);
  }

  .md\:bg-yellow-100\/5{
    background-color: rgb(254 249 195 / 0.05);
  }

  .md\:bg-yellow-100\/50{
    background-color: rgb(254 249 195 / 0.5);
  }

  .md\:bg-yellow-100\/55{
    background-color: rgb(254 249 195 / 0.55);
  }

  .md\:bg-yellow-100\/60{
    background-color: rgb(254 249 195 / 0.6);
  }

  .md\:bg-yellow-100\/65{
    background-color: rgb(254 249 195 / 0.65);
  }

  .md\:bg-yellow-100\/70{
    background-color: rgb(254 249 195 / 0.7);
  }

  .md\:bg-yellow-100\/75{
    background-color: rgb(254 249 195 / 0.75);
  }

  .md\:bg-yellow-100\/80{
    background-color: rgb(254 249 195 / 0.8);
  }

  .md\:bg-yellow-100\/85{
    background-color: rgb(254 249 195 / 0.85);
  }

  .md\:bg-yellow-100\/90{
    background-color: rgb(254 249 195 / 0.9);
  }

  .md\:bg-yellow-100\/95{
    background-color: rgb(254 249 195 / 0.95);
  }

  .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-200\/0{
    background-color: rgb(254 240 138 / 0);
  }

  .md\:bg-yellow-200\/10{
    background-color: rgb(254 240 138 / 0.1);
  }

  .md\:bg-yellow-200\/100{
    background-color: rgb(254 240 138 / 1);
  }

  .md\:bg-yellow-200\/15{
    background-color: rgb(254 240 138 / 0.15);
  }

  .md\:bg-yellow-200\/20{
    background-color: rgb(254 240 138 / 0.2);
  }

  .md\:bg-yellow-200\/25{
    background-color: rgb(254 240 138 / 0.25);
  }

  .md\:bg-yellow-200\/30{
    background-color: rgb(254 240 138 / 0.3);
  }

  .md\:bg-yellow-200\/35{
    background-color: rgb(254 240 138 / 0.35);
  }

  .md\:bg-yellow-200\/40{
    background-color: rgb(254 240 138 / 0.4);
  }

  .md\:bg-yellow-200\/45{
    background-color: rgb(254 240 138 / 0.45);
  }

  .md\:bg-yellow-200\/5{
    background-color: rgb(254 240 138 / 0.05);
  }

  .md\:bg-yellow-200\/50{
    background-color: rgb(254 240 138 / 0.5);
  }

  .md\:bg-yellow-200\/55{
    background-color: rgb(254 240 138 / 0.55);
  }

  .md\:bg-yellow-200\/60{
    background-color: rgb(254 240 138 / 0.6);
  }

  .md\:bg-yellow-200\/65{
    background-color: rgb(254 240 138 / 0.65);
  }

  .md\:bg-yellow-200\/70{
    background-color: rgb(254 240 138 / 0.7);
  }

  .md\:bg-yellow-200\/75{
    background-color: rgb(254 240 138 / 0.75);
  }

  .md\:bg-yellow-200\/80{
    background-color: rgb(254 240 138 / 0.8);
  }

  .md\:bg-yellow-200\/85{
    background-color: rgb(254 240 138 / 0.85);
  }

  .md\:bg-yellow-200\/90{
    background-color: rgb(254 240 138 / 0.9);
  }

  .md\:bg-yellow-200\/95{
    background-color: rgb(254 240 138 / 0.95);
  }

  .md\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-300\/0{
    background-color: rgb(253 224 71 / 0);
  }

  .md\:bg-yellow-300\/10{
    background-color: rgb(253 224 71 / 0.1);
  }

  .md\:bg-yellow-300\/100{
    background-color: rgb(253 224 71 / 1);
  }

  .md\:bg-yellow-300\/15{
    background-color: rgb(253 224 71 / 0.15);
  }

  .md\:bg-yellow-300\/20{
    background-color: rgb(253 224 71 / 0.2);
  }

  .md\:bg-yellow-300\/25{
    background-color: rgb(253 224 71 / 0.25);
  }

  .md\:bg-yellow-300\/30{
    background-color: rgb(253 224 71 / 0.3);
  }

  .md\:bg-yellow-300\/35{
    background-color: rgb(253 224 71 / 0.35);
  }

  .md\:bg-yellow-300\/40{
    background-color: rgb(253 224 71 / 0.4);
  }

  .md\:bg-yellow-300\/45{
    background-color: rgb(253 224 71 / 0.45);
  }

  .md\:bg-yellow-300\/5{
    background-color: rgb(253 224 71 / 0.05);
  }

  .md\:bg-yellow-300\/50{
    background-color: rgb(253 224 71 / 0.5);
  }

  .md\:bg-yellow-300\/55{
    background-color: rgb(253 224 71 / 0.55);
  }

  .md\:bg-yellow-300\/60{
    background-color: rgb(253 224 71 / 0.6);
  }

  .md\:bg-yellow-300\/65{
    background-color: rgb(253 224 71 / 0.65);
  }

  .md\:bg-yellow-300\/70{
    background-color: rgb(253 224 71 / 0.7);
  }

  .md\:bg-yellow-300\/75{
    background-color: rgb(253 224 71 / 0.75);
  }

  .md\:bg-yellow-300\/80{
    background-color: rgb(253 224 71 / 0.8);
  }

  .md\:bg-yellow-300\/85{
    background-color: rgb(253 224 71 / 0.85);
  }

  .md\:bg-yellow-300\/90{
    background-color: rgb(253 224 71 / 0.9);
  }

  .md\:bg-yellow-300\/95{
    background-color: rgb(253 224 71 / 0.95);
  }

  .md\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-400\/0{
    background-color: rgb(250 204 21 / 0);
  }

  .md\:bg-yellow-400\/10{
    background-color: rgb(250 204 21 / 0.1);
  }

  .md\:bg-yellow-400\/100{
    background-color: rgb(250 204 21 / 1);
  }

  .md\:bg-yellow-400\/15{
    background-color: rgb(250 204 21 / 0.15);
  }

  .md\:bg-yellow-400\/20{
    background-color: rgb(250 204 21 / 0.2);
  }

  .md\:bg-yellow-400\/25{
    background-color: rgb(250 204 21 / 0.25);
  }

  .md\:bg-yellow-400\/30{
    background-color: rgb(250 204 21 / 0.3);
  }

  .md\:bg-yellow-400\/35{
    background-color: rgb(250 204 21 / 0.35);
  }

  .md\:bg-yellow-400\/40{
    background-color: rgb(250 204 21 / 0.4);
  }

  .md\:bg-yellow-400\/45{
    background-color: rgb(250 204 21 / 0.45);
  }

  .md\:bg-yellow-400\/5{
    background-color: rgb(250 204 21 / 0.05);
  }

  .md\:bg-yellow-400\/50{
    background-color: rgb(250 204 21 / 0.5);
  }

  .md\:bg-yellow-400\/55{
    background-color: rgb(250 204 21 / 0.55);
  }

  .md\:bg-yellow-400\/60{
    background-color: rgb(250 204 21 / 0.6);
  }

  .md\:bg-yellow-400\/65{
    background-color: rgb(250 204 21 / 0.65);
  }

  .md\:bg-yellow-400\/70{
    background-color: rgb(250 204 21 / 0.7);
  }

  .md\:bg-yellow-400\/75{
    background-color: rgb(250 204 21 / 0.75);
  }

  .md\:bg-yellow-400\/80{
    background-color: rgb(250 204 21 / 0.8);
  }

  .md\:bg-yellow-400\/85{
    background-color: rgb(250 204 21 / 0.85);
  }

  .md\:bg-yellow-400\/90{
    background-color: rgb(250 204 21 / 0.9);
  }

  .md\:bg-yellow-400\/95{
    background-color: rgb(250 204 21 / 0.95);
  }

  .md\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-50\/0{
    background-color: rgb(254 252 232 / 0);
  }

  .md\:bg-yellow-50\/10{
    background-color: rgb(254 252 232 / 0.1);
  }

  .md\:bg-yellow-50\/100{
    background-color: rgb(254 252 232 / 1);
  }

  .md\:bg-yellow-50\/15{
    background-color: rgb(254 252 232 / 0.15);
  }

  .md\:bg-yellow-50\/20{
    background-color: rgb(254 252 232 / 0.2);
  }

  .md\:bg-yellow-50\/25{
    background-color: rgb(254 252 232 / 0.25);
  }

  .md\:bg-yellow-50\/30{
    background-color: rgb(254 252 232 / 0.3);
  }

  .md\:bg-yellow-50\/35{
    background-color: rgb(254 252 232 / 0.35);
  }

  .md\:bg-yellow-50\/40{
    background-color: rgb(254 252 232 / 0.4);
  }

  .md\:bg-yellow-50\/45{
    background-color: rgb(254 252 232 / 0.45);
  }

  .md\:bg-yellow-50\/5{
    background-color: rgb(254 252 232 / 0.05);
  }

  .md\:bg-yellow-50\/50{
    background-color: rgb(254 252 232 / 0.5);
  }

  .md\:bg-yellow-50\/55{
    background-color: rgb(254 252 232 / 0.55);
  }

  .md\:bg-yellow-50\/60{
    background-color: rgb(254 252 232 / 0.6);
  }

  .md\:bg-yellow-50\/65{
    background-color: rgb(254 252 232 / 0.65);
  }

  .md\:bg-yellow-50\/70{
    background-color: rgb(254 252 232 / 0.7);
  }

  .md\:bg-yellow-50\/75{
    background-color: rgb(254 252 232 / 0.75);
  }

  .md\:bg-yellow-50\/80{
    background-color: rgb(254 252 232 / 0.8);
  }

  .md\:bg-yellow-50\/85{
    background-color: rgb(254 252 232 / 0.85);
  }

  .md\:bg-yellow-50\/90{
    background-color: rgb(254 252 232 / 0.9);
  }

  .md\:bg-yellow-50\/95{
    background-color: rgb(254 252 232 / 0.95);
  }

  .md\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-500\/0{
    background-color: rgb(234 179 8 / 0);
  }

  .md\:bg-yellow-500\/10{
    background-color: rgb(234 179 8 / 0.1);
  }

  .md\:bg-yellow-500\/100{
    background-color: rgb(234 179 8 / 1);
  }

  .md\:bg-yellow-500\/15{
    background-color: rgb(234 179 8 / 0.15);
  }

  .md\:bg-yellow-500\/20{
    background-color: rgb(234 179 8 / 0.2);
  }

  .md\:bg-yellow-500\/25{
    background-color: rgb(234 179 8 / 0.25);
  }

  .md\:bg-yellow-500\/30{
    background-color: rgb(234 179 8 / 0.3);
  }

  .md\:bg-yellow-500\/35{
    background-color: rgb(234 179 8 / 0.35);
  }

  .md\:bg-yellow-500\/40{
    background-color: rgb(234 179 8 / 0.4);
  }

  .md\:bg-yellow-500\/45{
    background-color: rgb(234 179 8 / 0.45);
  }

  .md\:bg-yellow-500\/5{
    background-color: rgb(234 179 8 / 0.05);
  }

  .md\:bg-yellow-500\/50{
    background-color: rgb(234 179 8 / 0.5);
  }

  .md\:bg-yellow-500\/55{
    background-color: rgb(234 179 8 / 0.55);
  }

  .md\:bg-yellow-500\/60{
    background-color: rgb(234 179 8 / 0.6);
  }

  .md\:bg-yellow-500\/65{
    background-color: rgb(234 179 8 / 0.65);
  }

  .md\:bg-yellow-500\/70{
    background-color: rgb(234 179 8 / 0.7);
  }

  .md\:bg-yellow-500\/75{
    background-color: rgb(234 179 8 / 0.75);
  }

  .md\:bg-yellow-500\/80{
    background-color: rgb(234 179 8 / 0.8);
  }

  .md\:bg-yellow-500\/85{
    background-color: rgb(234 179 8 / 0.85);
  }

  .md\:bg-yellow-500\/90{
    background-color: rgb(234 179 8 / 0.9);
  }

  .md\:bg-yellow-500\/95{
    background-color: rgb(234 179 8 / 0.95);
  }

  .md\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-600\/0{
    background-color: rgb(202 138 4 / 0);
  }

  .md\:bg-yellow-600\/10{
    background-color: rgb(202 138 4 / 0.1);
  }

  .md\:bg-yellow-600\/100{
    background-color: rgb(202 138 4 / 1);
  }

  .md\:bg-yellow-600\/15{
    background-color: rgb(202 138 4 / 0.15);
  }

  .md\:bg-yellow-600\/20{
    background-color: rgb(202 138 4 / 0.2);
  }

  .md\:bg-yellow-600\/25{
    background-color: rgb(202 138 4 / 0.25);
  }

  .md\:bg-yellow-600\/30{
    background-color: rgb(202 138 4 / 0.3);
  }

  .md\:bg-yellow-600\/35{
    background-color: rgb(202 138 4 / 0.35);
  }

  .md\:bg-yellow-600\/40{
    background-color: rgb(202 138 4 / 0.4);
  }

  .md\:bg-yellow-600\/45{
    background-color: rgb(202 138 4 / 0.45);
  }

  .md\:bg-yellow-600\/5{
    background-color: rgb(202 138 4 / 0.05);
  }

  .md\:bg-yellow-600\/50{
    background-color: rgb(202 138 4 / 0.5);
  }

  .md\:bg-yellow-600\/55{
    background-color: rgb(202 138 4 / 0.55);
  }

  .md\:bg-yellow-600\/60{
    background-color: rgb(202 138 4 / 0.6);
  }

  .md\:bg-yellow-600\/65{
    background-color: rgb(202 138 4 / 0.65);
  }

  .md\:bg-yellow-600\/70{
    background-color: rgb(202 138 4 / 0.7);
  }

  .md\:bg-yellow-600\/75{
    background-color: rgb(202 138 4 / 0.75);
  }

  .md\:bg-yellow-600\/80{
    background-color: rgb(202 138 4 / 0.8);
  }

  .md\:bg-yellow-600\/85{
    background-color: rgb(202 138 4 / 0.85);
  }

  .md\:bg-yellow-600\/90{
    background-color: rgb(202 138 4 / 0.9);
  }

  .md\:bg-yellow-600\/95{
    background-color: rgb(202 138 4 / 0.95);
  }

  .md\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-700\/0{
    background-color: rgb(161 98 7 / 0);
  }

  .md\:bg-yellow-700\/10{
    background-color: rgb(161 98 7 / 0.1);
  }

  .md\:bg-yellow-700\/100{
    background-color: rgb(161 98 7 / 1);
  }

  .md\:bg-yellow-700\/15{
    background-color: rgb(161 98 7 / 0.15);
  }

  .md\:bg-yellow-700\/20{
    background-color: rgb(161 98 7 / 0.2);
  }

  .md\:bg-yellow-700\/25{
    background-color: rgb(161 98 7 / 0.25);
  }

  .md\:bg-yellow-700\/30{
    background-color: rgb(161 98 7 / 0.3);
  }

  .md\:bg-yellow-700\/35{
    background-color: rgb(161 98 7 / 0.35);
  }

  .md\:bg-yellow-700\/40{
    background-color: rgb(161 98 7 / 0.4);
  }

  .md\:bg-yellow-700\/45{
    background-color: rgb(161 98 7 / 0.45);
  }

  .md\:bg-yellow-700\/5{
    background-color: rgb(161 98 7 / 0.05);
  }

  .md\:bg-yellow-700\/50{
    background-color: rgb(161 98 7 / 0.5);
  }

  .md\:bg-yellow-700\/55{
    background-color: rgb(161 98 7 / 0.55);
  }

  .md\:bg-yellow-700\/60{
    background-color: rgb(161 98 7 / 0.6);
  }

  .md\:bg-yellow-700\/65{
    background-color: rgb(161 98 7 / 0.65);
  }

  .md\:bg-yellow-700\/70{
    background-color: rgb(161 98 7 / 0.7);
  }

  .md\:bg-yellow-700\/75{
    background-color: rgb(161 98 7 / 0.75);
  }

  .md\:bg-yellow-700\/80{
    background-color: rgb(161 98 7 / 0.8);
  }

  .md\:bg-yellow-700\/85{
    background-color: rgb(161 98 7 / 0.85);
  }

  .md\:bg-yellow-700\/90{
    background-color: rgb(161 98 7 / 0.9);
  }

  .md\:bg-yellow-700\/95{
    background-color: rgb(161 98 7 / 0.95);
  }

  .md\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-800\/0{
    background-color: rgb(133 77 14 / 0);
  }

  .md\:bg-yellow-800\/10{
    background-color: rgb(133 77 14 / 0.1);
  }

  .md\:bg-yellow-800\/100{
    background-color: rgb(133 77 14 / 1);
  }

  .md\:bg-yellow-800\/15{
    background-color: rgb(133 77 14 / 0.15);
  }

  .md\:bg-yellow-800\/20{
    background-color: rgb(133 77 14 / 0.2);
  }

  .md\:bg-yellow-800\/25{
    background-color: rgb(133 77 14 / 0.25);
  }

  .md\:bg-yellow-800\/30{
    background-color: rgb(133 77 14 / 0.3);
  }

  .md\:bg-yellow-800\/35{
    background-color: rgb(133 77 14 / 0.35);
  }

  .md\:bg-yellow-800\/40{
    background-color: rgb(133 77 14 / 0.4);
  }

  .md\:bg-yellow-800\/45{
    background-color: rgb(133 77 14 / 0.45);
  }

  .md\:bg-yellow-800\/5{
    background-color: rgb(133 77 14 / 0.05);
  }

  .md\:bg-yellow-800\/50{
    background-color: rgb(133 77 14 / 0.5);
  }

  .md\:bg-yellow-800\/55{
    background-color: rgb(133 77 14 / 0.55);
  }

  .md\:bg-yellow-800\/60{
    background-color: rgb(133 77 14 / 0.6);
  }

  .md\:bg-yellow-800\/65{
    background-color: rgb(133 77 14 / 0.65);
  }

  .md\:bg-yellow-800\/70{
    background-color: rgb(133 77 14 / 0.7);
  }

  .md\:bg-yellow-800\/75{
    background-color: rgb(133 77 14 / 0.75);
  }

  .md\:bg-yellow-800\/80{
    background-color: rgb(133 77 14 / 0.8);
  }

  .md\:bg-yellow-800\/85{
    background-color: rgb(133 77 14 / 0.85);
  }

  .md\:bg-yellow-800\/90{
    background-color: rgb(133 77 14 / 0.9);
  }

  .md\:bg-yellow-800\/95{
    background-color: rgb(133 77 14 / 0.95);
  }

  .md\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-900\/0{
    background-color: rgb(113 63 18 / 0);
  }

  .md\:bg-yellow-900\/10{
    background-color: rgb(113 63 18 / 0.1);
  }

  .md\:bg-yellow-900\/100{
    background-color: rgb(113 63 18 / 1);
  }

  .md\:bg-yellow-900\/15{
    background-color: rgb(113 63 18 / 0.15);
  }

  .md\:bg-yellow-900\/20{
    background-color: rgb(113 63 18 / 0.2);
  }

  .md\:bg-yellow-900\/25{
    background-color: rgb(113 63 18 / 0.25);
  }

  .md\:bg-yellow-900\/30{
    background-color: rgb(113 63 18 / 0.3);
  }

  .md\:bg-yellow-900\/35{
    background-color: rgb(113 63 18 / 0.35);
  }

  .md\:bg-yellow-900\/40{
    background-color: rgb(113 63 18 / 0.4);
  }

  .md\:bg-yellow-900\/45{
    background-color: rgb(113 63 18 / 0.45);
  }

  .md\:bg-yellow-900\/5{
    background-color: rgb(113 63 18 / 0.05);
  }

  .md\:bg-yellow-900\/50{
    background-color: rgb(113 63 18 / 0.5);
  }

  .md\:bg-yellow-900\/55{
    background-color: rgb(113 63 18 / 0.55);
  }

  .md\:bg-yellow-900\/60{
    background-color: rgb(113 63 18 / 0.6);
  }

  .md\:bg-yellow-900\/65{
    background-color: rgb(113 63 18 / 0.65);
  }

  .md\:bg-yellow-900\/70{
    background-color: rgb(113 63 18 / 0.7);
  }

  .md\:bg-yellow-900\/75{
    background-color: rgb(113 63 18 / 0.75);
  }

  .md\:bg-yellow-900\/80{
    background-color: rgb(113 63 18 / 0.8);
  }

  .md\:bg-yellow-900\/85{
    background-color: rgb(113 63 18 / 0.85);
  }

  .md\:bg-yellow-900\/90{
    background-color: rgb(113 63 18 / 0.9);
  }

  .md\:bg-yellow-900\/95{
    background-color: rgb(113 63 18 / 0.95);
  }

  .md\:bg-yellow-950{
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow-950\/0{
    background-color: rgb(66 32 6 / 0);
  }

  .md\:bg-yellow-950\/10{
    background-color: rgb(66 32 6 / 0.1);
  }

  .md\:bg-yellow-950\/100{
    background-color: rgb(66 32 6 / 1);
  }

  .md\:bg-yellow-950\/15{
    background-color: rgb(66 32 6 / 0.15);
  }

  .md\:bg-yellow-950\/20{
    background-color: rgb(66 32 6 / 0.2);
  }

  .md\:bg-yellow-950\/25{
    background-color: rgb(66 32 6 / 0.25);
  }

  .md\:bg-yellow-950\/30{
    background-color: rgb(66 32 6 / 0.3);
  }

  .md\:bg-yellow-950\/35{
    background-color: rgb(66 32 6 / 0.35);
  }

  .md\:bg-yellow-950\/40{
    background-color: rgb(66 32 6 / 0.4);
  }

  .md\:bg-yellow-950\/45{
    background-color: rgb(66 32 6 / 0.45);
  }

  .md\:bg-yellow-950\/5{
    background-color: rgb(66 32 6 / 0.05);
  }

  .md\:bg-yellow-950\/50{
    background-color: rgb(66 32 6 / 0.5);
  }

  .md\:bg-yellow-950\/55{
    background-color: rgb(66 32 6 / 0.55);
  }

  .md\:bg-yellow-950\/60{
    background-color: rgb(66 32 6 / 0.6);
  }

  .md\:bg-yellow-950\/65{
    background-color: rgb(66 32 6 / 0.65);
  }

  .md\:bg-yellow-950\/70{
    background-color: rgb(66 32 6 / 0.7);
  }

  .md\:bg-yellow-950\/75{
    background-color: rgb(66 32 6 / 0.75);
  }

  .md\:bg-yellow-950\/80{
    background-color: rgb(66 32 6 / 0.8);
  }

  .md\:bg-yellow-950\/85{
    background-color: rgb(66 32 6 / 0.85);
  }

  .md\:bg-yellow-950\/90{
    background-color: rgb(66 32 6 / 0.9);
  }

  .md\:bg-yellow-950\/95{
    background-color: rgb(66 32 6 / 0.95);
  }

  .md\:bg-zinc-100{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-100\/0{
    background-color: rgb(244 244 245 / 0);
  }

  .md\:bg-zinc-100\/10{
    background-color: rgb(244 244 245 / 0.1);
  }

  .md\:bg-zinc-100\/100{
    background-color: rgb(244 244 245 / 1);
  }

  .md\:bg-zinc-100\/15{
    background-color: rgb(244 244 245 / 0.15);
  }

  .md\:bg-zinc-100\/20{
    background-color: rgb(244 244 245 / 0.2);
  }

  .md\:bg-zinc-100\/25{
    background-color: rgb(244 244 245 / 0.25);
  }

  .md\:bg-zinc-100\/30{
    background-color: rgb(244 244 245 / 0.3);
  }

  .md\:bg-zinc-100\/35{
    background-color: rgb(244 244 245 / 0.35);
  }

  .md\:bg-zinc-100\/40{
    background-color: rgb(244 244 245 / 0.4);
  }

  .md\:bg-zinc-100\/45{
    background-color: rgb(244 244 245 / 0.45);
  }

  .md\:bg-zinc-100\/5{
    background-color: rgb(244 244 245 / 0.05);
  }

  .md\:bg-zinc-100\/50{
    background-color: rgb(244 244 245 / 0.5);
  }

  .md\:bg-zinc-100\/55{
    background-color: rgb(244 244 245 / 0.55);
  }

  .md\:bg-zinc-100\/60{
    background-color: rgb(244 244 245 / 0.6);
  }

  .md\:bg-zinc-100\/65{
    background-color: rgb(244 244 245 / 0.65);
  }

  .md\:bg-zinc-100\/70{
    background-color: rgb(244 244 245 / 0.7);
  }

  .md\:bg-zinc-100\/75{
    background-color: rgb(244 244 245 / 0.75);
  }

  .md\:bg-zinc-100\/80{
    background-color: rgb(244 244 245 / 0.8);
  }

  .md\:bg-zinc-100\/85{
    background-color: rgb(244 244 245 / 0.85);
  }

  .md\:bg-zinc-100\/90{
    background-color: rgb(244 244 245 / 0.9);
  }

  .md\:bg-zinc-100\/95{
    background-color: rgb(244 244 245 / 0.95);
  }

  .md\:bg-zinc-200{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-200\/0{
    background-color: rgb(228 228 231 / 0);
  }

  .md\:bg-zinc-200\/10{
    background-color: rgb(228 228 231 / 0.1);
  }

  .md\:bg-zinc-200\/100{
    background-color: rgb(228 228 231 / 1);
  }

  .md\:bg-zinc-200\/15{
    background-color: rgb(228 228 231 / 0.15);
  }

  .md\:bg-zinc-200\/20{
    background-color: rgb(228 228 231 / 0.2);
  }

  .md\:bg-zinc-200\/25{
    background-color: rgb(228 228 231 / 0.25);
  }

  .md\:bg-zinc-200\/30{
    background-color: rgb(228 228 231 / 0.3);
  }

  .md\:bg-zinc-200\/35{
    background-color: rgb(228 228 231 / 0.35);
  }

  .md\:bg-zinc-200\/40{
    background-color: rgb(228 228 231 / 0.4);
  }

  .md\:bg-zinc-200\/45{
    background-color: rgb(228 228 231 / 0.45);
  }

  .md\:bg-zinc-200\/5{
    background-color: rgb(228 228 231 / 0.05);
  }

  .md\:bg-zinc-200\/50{
    background-color: rgb(228 228 231 / 0.5);
  }

  .md\:bg-zinc-200\/55{
    background-color: rgb(228 228 231 / 0.55);
  }

  .md\:bg-zinc-200\/60{
    background-color: rgb(228 228 231 / 0.6);
  }

  .md\:bg-zinc-200\/65{
    background-color: rgb(228 228 231 / 0.65);
  }

  .md\:bg-zinc-200\/70{
    background-color: rgb(228 228 231 / 0.7);
  }

  .md\:bg-zinc-200\/75{
    background-color: rgb(228 228 231 / 0.75);
  }

  .md\:bg-zinc-200\/80{
    background-color: rgb(228 228 231 / 0.8);
  }

  .md\:bg-zinc-200\/85{
    background-color: rgb(228 228 231 / 0.85);
  }

  .md\:bg-zinc-200\/90{
    background-color: rgb(228 228 231 / 0.9);
  }

  .md\:bg-zinc-200\/95{
    background-color: rgb(228 228 231 / 0.95);
  }

  .md\:bg-zinc-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-300\/0{
    background-color: rgb(212 212 216 / 0);
  }

  .md\:bg-zinc-300\/10{
    background-color: rgb(212 212 216 / 0.1);
  }

  .md\:bg-zinc-300\/100{
    background-color: rgb(212 212 216 / 1);
  }

  .md\:bg-zinc-300\/15{
    background-color: rgb(212 212 216 / 0.15);
  }

  .md\:bg-zinc-300\/20{
    background-color: rgb(212 212 216 / 0.2);
  }

  .md\:bg-zinc-300\/25{
    background-color: rgb(212 212 216 / 0.25);
  }

  .md\:bg-zinc-300\/30{
    background-color: rgb(212 212 216 / 0.3);
  }

  .md\:bg-zinc-300\/35{
    background-color: rgb(212 212 216 / 0.35);
  }

  .md\:bg-zinc-300\/40{
    background-color: rgb(212 212 216 / 0.4);
  }

  .md\:bg-zinc-300\/45{
    background-color: rgb(212 212 216 / 0.45);
  }

  .md\:bg-zinc-300\/5{
    background-color: rgb(212 212 216 / 0.05);
  }

  .md\:bg-zinc-300\/50{
    background-color: rgb(212 212 216 / 0.5);
  }

  .md\:bg-zinc-300\/55{
    background-color: rgb(212 212 216 / 0.55);
  }

  .md\:bg-zinc-300\/60{
    background-color: rgb(212 212 216 / 0.6);
  }

  .md\:bg-zinc-300\/65{
    background-color: rgb(212 212 216 / 0.65);
  }

  .md\:bg-zinc-300\/70{
    background-color: rgb(212 212 216 / 0.7);
  }

  .md\:bg-zinc-300\/75{
    background-color: rgb(212 212 216 / 0.75);
  }

  .md\:bg-zinc-300\/80{
    background-color: rgb(212 212 216 / 0.8);
  }

  .md\:bg-zinc-300\/85{
    background-color: rgb(212 212 216 / 0.85);
  }

  .md\:bg-zinc-300\/90{
    background-color: rgb(212 212 216 / 0.9);
  }

  .md\:bg-zinc-300\/95{
    background-color: rgb(212 212 216 / 0.95);
  }

  .md\:bg-zinc-400{
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-400\/0{
    background-color: rgb(161 161 170 / 0);
  }

  .md\:bg-zinc-400\/10{
    background-color: rgb(161 161 170 / 0.1);
  }

  .md\:bg-zinc-400\/100{
    background-color: rgb(161 161 170 / 1);
  }

  .md\:bg-zinc-400\/15{
    background-color: rgb(161 161 170 / 0.15);
  }

  .md\:bg-zinc-400\/20{
    background-color: rgb(161 161 170 / 0.2);
  }

  .md\:bg-zinc-400\/25{
    background-color: rgb(161 161 170 / 0.25);
  }

  .md\:bg-zinc-400\/30{
    background-color: rgb(161 161 170 / 0.3);
  }

  .md\:bg-zinc-400\/35{
    background-color: rgb(161 161 170 / 0.35);
  }

  .md\:bg-zinc-400\/40{
    background-color: rgb(161 161 170 / 0.4);
  }

  .md\:bg-zinc-400\/45{
    background-color: rgb(161 161 170 / 0.45);
  }

  .md\:bg-zinc-400\/5{
    background-color: rgb(161 161 170 / 0.05);
  }

  .md\:bg-zinc-400\/50{
    background-color: rgb(161 161 170 / 0.5);
  }

  .md\:bg-zinc-400\/55{
    background-color: rgb(161 161 170 / 0.55);
  }

  .md\:bg-zinc-400\/60{
    background-color: rgb(161 161 170 / 0.6);
  }

  .md\:bg-zinc-400\/65{
    background-color: rgb(161 161 170 / 0.65);
  }

  .md\:bg-zinc-400\/70{
    background-color: rgb(161 161 170 / 0.7);
  }

  .md\:bg-zinc-400\/75{
    background-color: rgb(161 161 170 / 0.75);
  }

  .md\:bg-zinc-400\/80{
    background-color: rgb(161 161 170 / 0.8);
  }

  .md\:bg-zinc-400\/85{
    background-color: rgb(161 161 170 / 0.85);
  }

  .md\:bg-zinc-400\/90{
    background-color: rgb(161 161 170 / 0.9);
  }

  .md\:bg-zinc-400\/95{
    background-color: rgb(161 161 170 / 0.95);
  }

  .md\:bg-zinc-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .md\:bg-zinc-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .md\:bg-zinc-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .md\:bg-zinc-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .md\:bg-zinc-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .md\:bg-zinc-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .md\:bg-zinc-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .md\:bg-zinc-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .md\:bg-zinc-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .md\:bg-zinc-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .md\:bg-zinc-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .md\:bg-zinc-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .md\:bg-zinc-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .md\:bg-zinc-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .md\:bg-zinc-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .md\:bg-zinc-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .md\:bg-zinc-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .md\:bg-zinc-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .md\:bg-zinc-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .md\:bg-zinc-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .md\:bg-zinc-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .md\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-500\/0{
    background-color: rgb(113 113 122 / 0);
  }

  .md\:bg-zinc-500\/10{
    background-color: rgb(113 113 122 / 0.1);
  }

  .md\:bg-zinc-500\/100{
    background-color: rgb(113 113 122 / 1);
  }

  .md\:bg-zinc-500\/15{
    background-color: rgb(113 113 122 / 0.15);
  }

  .md\:bg-zinc-500\/20{
    background-color: rgb(113 113 122 / 0.2);
  }

  .md\:bg-zinc-500\/25{
    background-color: rgb(113 113 122 / 0.25);
  }

  .md\:bg-zinc-500\/30{
    background-color: rgb(113 113 122 / 0.3);
  }

  .md\:bg-zinc-500\/35{
    background-color: rgb(113 113 122 / 0.35);
  }

  .md\:bg-zinc-500\/40{
    background-color: rgb(113 113 122 / 0.4);
  }

  .md\:bg-zinc-500\/45{
    background-color: rgb(113 113 122 / 0.45);
  }

  .md\:bg-zinc-500\/5{
    background-color: rgb(113 113 122 / 0.05);
  }

  .md\:bg-zinc-500\/50{
    background-color: rgb(113 113 122 / 0.5);
  }

  .md\:bg-zinc-500\/55{
    background-color: rgb(113 113 122 / 0.55);
  }

  .md\:bg-zinc-500\/60{
    background-color: rgb(113 113 122 / 0.6);
  }

  .md\:bg-zinc-500\/65{
    background-color: rgb(113 113 122 / 0.65);
  }

  .md\:bg-zinc-500\/70{
    background-color: rgb(113 113 122 / 0.7);
  }

  .md\:bg-zinc-500\/75{
    background-color: rgb(113 113 122 / 0.75);
  }

  .md\:bg-zinc-500\/80{
    background-color: rgb(113 113 122 / 0.8);
  }

  .md\:bg-zinc-500\/85{
    background-color: rgb(113 113 122 / 0.85);
  }

  .md\:bg-zinc-500\/90{
    background-color: rgb(113 113 122 / 0.9);
  }

  .md\:bg-zinc-500\/95{
    background-color: rgb(113 113 122 / 0.95);
  }

  .md\:bg-zinc-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-600\/0{
    background-color: rgb(82 82 91 / 0);
  }

  .md\:bg-zinc-600\/10{
    background-color: rgb(82 82 91 / 0.1);
  }

  .md\:bg-zinc-600\/100{
    background-color: rgb(82 82 91 / 1);
  }

  .md\:bg-zinc-600\/15{
    background-color: rgb(82 82 91 / 0.15);
  }

  .md\:bg-zinc-600\/20{
    background-color: rgb(82 82 91 / 0.2);
  }

  .md\:bg-zinc-600\/25{
    background-color: rgb(82 82 91 / 0.25);
  }

  .md\:bg-zinc-600\/30{
    background-color: rgb(82 82 91 / 0.3);
  }

  .md\:bg-zinc-600\/35{
    background-color: rgb(82 82 91 / 0.35);
  }

  .md\:bg-zinc-600\/40{
    background-color: rgb(82 82 91 / 0.4);
  }

  .md\:bg-zinc-600\/45{
    background-color: rgb(82 82 91 / 0.45);
  }

  .md\:bg-zinc-600\/5{
    background-color: rgb(82 82 91 / 0.05);
  }

  .md\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .md\:bg-zinc-600\/55{
    background-color: rgb(82 82 91 / 0.55);
  }

  .md\:bg-zinc-600\/60{
    background-color: rgb(82 82 91 / 0.6);
  }

  .md\:bg-zinc-600\/65{
    background-color: rgb(82 82 91 / 0.65);
  }

  .md\:bg-zinc-600\/70{
    background-color: rgb(82 82 91 / 0.7);
  }

  .md\:bg-zinc-600\/75{
    background-color: rgb(82 82 91 / 0.75);
  }

  .md\:bg-zinc-600\/80{
    background-color: rgb(82 82 91 / 0.8);
  }

  .md\:bg-zinc-600\/85{
    background-color: rgb(82 82 91 / 0.85);
  }

  .md\:bg-zinc-600\/90{
    background-color: rgb(82 82 91 / 0.9);
  }

  .md\:bg-zinc-600\/95{
    background-color: rgb(82 82 91 / 0.95);
  }

  .md\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-700\/0{
    background-color: rgb(63 63 70 / 0);
  }

  .md\:bg-zinc-700\/10{
    background-color: rgb(63 63 70 / 0.1);
  }

  .md\:bg-zinc-700\/100{
    background-color: rgb(63 63 70 / 1);
  }

  .md\:bg-zinc-700\/15{
    background-color: rgb(63 63 70 / 0.15);
  }

  .md\:bg-zinc-700\/20{
    background-color: rgb(63 63 70 / 0.2);
  }

  .md\:bg-zinc-700\/25{
    background-color: rgb(63 63 70 / 0.25);
  }

  .md\:bg-zinc-700\/30{
    background-color: rgb(63 63 70 / 0.3);
  }

  .md\:bg-zinc-700\/35{
    background-color: rgb(63 63 70 / 0.35);
  }

  .md\:bg-zinc-700\/40{
    background-color: rgb(63 63 70 / 0.4);
  }

  .md\:bg-zinc-700\/45{
    background-color: rgb(63 63 70 / 0.45);
  }

  .md\:bg-zinc-700\/5{
    background-color: rgb(63 63 70 / 0.05);
  }

  .md\:bg-zinc-700\/50{
    background-color: rgb(63 63 70 / 0.5);
  }

  .md\:bg-zinc-700\/55{
    background-color: rgb(63 63 70 / 0.55);
  }

  .md\:bg-zinc-700\/60{
    background-color: rgb(63 63 70 / 0.6);
  }

  .md\:bg-zinc-700\/65{
    background-color: rgb(63 63 70 / 0.65);
  }

  .md\:bg-zinc-700\/70{
    background-color: rgb(63 63 70 / 0.7);
  }

  .md\:bg-zinc-700\/75{
    background-color: rgb(63 63 70 / 0.75);
  }

  .md\:bg-zinc-700\/80{
    background-color: rgb(63 63 70 / 0.8);
  }

  .md\:bg-zinc-700\/85{
    background-color: rgb(63 63 70 / 0.85);
  }

  .md\:bg-zinc-700\/90{
    background-color: rgb(63 63 70 / 0.9);
  }

  .md\:bg-zinc-700\/95{
    background-color: rgb(63 63 70 / 0.95);
  }

  .md\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-800\/0{
    background-color: rgb(39 39 42 / 0);
  }

  .md\:bg-zinc-800\/10{
    background-color: rgb(39 39 42 / 0.1);
  }

  .md\:bg-zinc-800\/100{
    background-color: rgb(39 39 42 / 1);
  }

  .md\:bg-zinc-800\/15{
    background-color: rgb(39 39 42 / 0.15);
  }

  .md\:bg-zinc-800\/20{
    background-color: rgb(39 39 42 / 0.2);
  }

  .md\:bg-zinc-800\/25{
    background-color: rgb(39 39 42 / 0.25);
  }

  .md\:bg-zinc-800\/30{
    background-color: rgb(39 39 42 / 0.3);
  }

  .md\:bg-zinc-800\/35{
    background-color: rgb(39 39 42 / 0.35);
  }

  .md\:bg-zinc-800\/40{
    background-color: rgb(39 39 42 / 0.4);
  }

  .md\:bg-zinc-800\/45{
    background-color: rgb(39 39 42 / 0.45);
  }

  .md\:bg-zinc-800\/5{
    background-color: rgb(39 39 42 / 0.05);
  }

  .md\:bg-zinc-800\/50{
    background-color: rgb(39 39 42 / 0.5);
  }

  .md\:bg-zinc-800\/55{
    background-color: rgb(39 39 42 / 0.55);
  }

  .md\:bg-zinc-800\/60{
    background-color: rgb(39 39 42 / 0.6);
  }

  .md\:bg-zinc-800\/65{
    background-color: rgb(39 39 42 / 0.65);
  }

  .md\:bg-zinc-800\/70{
    background-color: rgb(39 39 42 / 0.7);
  }

  .md\:bg-zinc-800\/75{
    background-color: rgb(39 39 42 / 0.75);
  }

  .md\:bg-zinc-800\/80{
    background-color: rgb(39 39 42 / 0.8);
  }

  .md\:bg-zinc-800\/85{
    background-color: rgb(39 39 42 / 0.85);
  }

  .md\:bg-zinc-800\/90{
    background-color: rgb(39 39 42 / 0.9);
  }

  .md\:bg-zinc-800\/95{
    background-color: rgb(39 39 42 / 0.95);
  }

  .md\:bg-zinc-900{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-900\/0{
    background-color: rgb(24 24 27 / 0);
  }

  .md\:bg-zinc-900\/10{
    background-color: rgb(24 24 27 / 0.1);
  }

  .md\:bg-zinc-900\/100{
    background-color: rgb(24 24 27 / 1);
  }

  .md\:bg-zinc-900\/15{
    background-color: rgb(24 24 27 / 0.15);
  }

  .md\:bg-zinc-900\/20{
    background-color: rgb(24 24 27 / 0.2);
  }

  .md\:bg-zinc-900\/25{
    background-color: rgb(24 24 27 / 0.25);
  }

  .md\:bg-zinc-900\/30{
    background-color: rgb(24 24 27 / 0.3);
  }

  .md\:bg-zinc-900\/35{
    background-color: rgb(24 24 27 / 0.35);
  }

  .md\:bg-zinc-900\/40{
    background-color: rgb(24 24 27 / 0.4);
  }

  .md\:bg-zinc-900\/45{
    background-color: rgb(24 24 27 / 0.45);
  }

  .md\:bg-zinc-900\/5{
    background-color: rgb(24 24 27 / 0.05);
  }

  .md\:bg-zinc-900\/50{
    background-color: rgb(24 24 27 / 0.5);
  }

  .md\:bg-zinc-900\/55{
    background-color: rgb(24 24 27 / 0.55);
  }

  .md\:bg-zinc-900\/60{
    background-color: rgb(24 24 27 / 0.6);
  }

  .md\:bg-zinc-900\/65{
    background-color: rgb(24 24 27 / 0.65);
  }

  .md\:bg-zinc-900\/70{
    background-color: rgb(24 24 27 / 0.7);
  }

  .md\:bg-zinc-900\/75{
    background-color: rgb(24 24 27 / 0.75);
  }

  .md\:bg-zinc-900\/80{
    background-color: rgb(24 24 27 / 0.8);
  }

  .md\:bg-zinc-900\/85{
    background-color: rgb(24 24 27 / 0.85);
  }

  .md\:bg-zinc-900\/90{
    background-color: rgb(24 24 27 / 0.9);
  }

  .md\:bg-zinc-900\/95{
    background-color: rgb(24 24 27 / 0.95);
  }

  .md\:bg-zinc-950{
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-zinc-950\/0{
    background-color: rgb(9 9 11 / 0);
  }

  .md\:bg-zinc-950\/10{
    background-color: rgb(9 9 11 / 0.1);
  }

  .md\:bg-zinc-950\/100{
    background-color: rgb(9 9 11 / 1);
  }

  .md\:bg-zinc-950\/15{
    background-color: rgb(9 9 11 / 0.15);
  }

  .md\:bg-zinc-950\/20{
    background-color: rgb(9 9 11 / 0.2);
  }

  .md\:bg-zinc-950\/25{
    background-color: rgb(9 9 11 / 0.25);
  }

  .md\:bg-zinc-950\/30{
    background-color: rgb(9 9 11 / 0.3);
  }

  .md\:bg-zinc-950\/35{
    background-color: rgb(9 9 11 / 0.35);
  }

  .md\:bg-zinc-950\/40{
    background-color: rgb(9 9 11 / 0.4);
  }

  .md\:bg-zinc-950\/45{
    background-color: rgb(9 9 11 / 0.45);
  }

  .md\:bg-zinc-950\/5{
    background-color: rgb(9 9 11 / 0.05);
  }

  .md\:bg-zinc-950\/50{
    background-color: rgb(9 9 11 / 0.5);
  }

  .md\:bg-zinc-950\/55{
    background-color: rgb(9 9 11 / 0.55);
  }

  .md\:bg-zinc-950\/60{
    background-color: rgb(9 9 11 / 0.6);
  }

  .md\:bg-zinc-950\/65{
    background-color: rgb(9 9 11 / 0.65);
  }

  .md\:bg-zinc-950\/70{
    background-color: rgb(9 9 11 / 0.7);
  }

  .md\:bg-zinc-950\/75{
    background-color: rgb(9 9 11 / 0.75);
  }

  .md\:bg-zinc-950\/80{
    background-color: rgb(9 9 11 / 0.8);
  }

  .md\:bg-zinc-950\/85{
    background-color: rgb(9 9 11 / 0.85);
  }

  .md\:bg-zinc-950\/90{
    background-color: rgb(9 9 11 / 0.9);
  }

  .md\:bg-zinc-950\/95{
    background-color: rgb(9 9 11 / 0.95);
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:bg-opacity-15{
    --tw-bg-opacity: 0.15;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-45{
    --tw-bg-opacity: 0.45;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-55{
    --tw-bg-opacity: 0.55;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
  }

  .md\:bg-form-btn-submit-hover{
    background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
  }

  .md\:bg-fp-1{
    background-image: url('/static-tailwind/static/images/icons/bed.svg');
  }

  .md\:bg-fp-2{
    background-image: url('/static-tailwind/static/images/icons/bath.svg');
  }

  .md\:bg-fp-3{
    background-image: url('/static-tailwind/static/images/icons/lounge.svg');
  }

  .md\:bg-fp-4{
    background-image: url('/static-tailwind/static/images/icons/garage.svg');
  }

  .md\:bg-fp-5{
    background-image: url('/static-tailwind/static/images/icons/study.svg');
  }

  .md\:bg-icon-360{
    background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
  }

  .md\:bg-icon-arrow-slider{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
  }

  .md\:bg-icon-check-list{
    background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
  }

  .md\:bg-icon-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
  }

  .md\:bg-icon-chevron-down{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
  }

  .md\:bg-icon-chevron-down-light{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
  }

  .md\:bg-icon-chevron-right-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
  }

  .md\:bg-icon-chevron-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
  }

  .md\:bg-icon-close-cyan{
    background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
  }

  .md\:bg-icon-close-modal{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
  }

  .md\:bg-icon-close-modal-2{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
  }

  .md\:bg-icon-display{
    background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
  }

  .md\:bg-icon-editor{
    background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
  }

  .md\:bg-icon-expand{
    background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
  }

  .md\:bg-icon-expand-white{
    background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
  }

  .md\:bg-icon-facebook{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
  }

  .md\:bg-icon-facebook-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
  }

  .md\:bg-icon-filter{
    background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
  }

  .md\:bg-icon-fp-flip{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
  }

  .md\:bg-icon-fp-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
  }

  .md\:bg-icon-home-map{
    background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
  }

  .md\:bg-icon-linkedin{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
  }

  .md\:bg-icon-linkedin-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
  }

  .md\:bg-icon-map-link{
    background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
  }

  .md\:bg-icon-menu{
    background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
  }

  .md\:bg-icon-menu-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
  }

  .md\:bg-icon-minus{
    background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
  }

  .md\:bg-icon-next{
    background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
  }

  .md\:bg-icon-next-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
  }

  .md\:bg-icon-next-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
  }

  .md\:bg-icon-open-map{
    background-image: url('/static-tailwind/static/images/icon-open-map.svg');
  }

  .md\:bg-icon-phone{
    background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
  }

  .md\:bg-icon-phone-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
  }

  .md\:bg-icon-play{
    background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
  }

  .md\:bg-icon-plus{
    background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
  }

  .md\:bg-icon-portal{
    background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
  }

  .md\:bg-icon-portal-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
  }

  .md\:bg-icon-prev{
    background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
  }

  .md\:bg-icon-prev-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
  }

  .md\:bg-icon-prev-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
  }

  .md\:bg-icon-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
  }

  .md\:bg-icon-small-check{
    background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
  }

  .md\:bg-icon-star{
    background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
  }

  .md\:bg-icon-trash{
    background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
  }

  .md\:bg-icon-youtube{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
  }

  .md\:bg-icon-youtube-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
  }

  .md\:bg-link-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
  }

  .md\:bg-link-arrow-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
  }

  .md\:bg-link-close-right-white{
    background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
  }

  .md\:bg-ondisplay{
    background-image: url('/static-tailwind/static/images/icons/on-display.svg');
  }

  .md\:bg-pagination-arrow{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
  }

  .md\:bg-pagination-arrow-hover{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
  }

  .md\:bg-100{
    background-size: 100%;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-origin-border{
    background-origin: border-box;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .md\:bg-origin-content{
    background-origin: content-box;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-0\.5{
    padding: 0.125rem;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-1\.5{
    padding: 0.375rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-11{
    padding: 2.75rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-28{
    padding: 7rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-3\.5{
    padding: 0.875rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-36{
    padding: 9rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-44{
    padding: 11rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-52{
    padding: 13rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-60{
    padding: 15rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-72{
    padding: 18rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-80{
    padding: 20rem;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:p-96{
    padding: 24rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[188px\]{
    padding-top: 188px;
    padding-bottom: 188px;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:\!pr-0{
    padding-right: 0px !important;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pb-44{
    padding-bottom: 11rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-52{
    padding-bottom: 13rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-60{
    padding-bottom: 15rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pb-72{
    padding-bottom: 18rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pb-80{
    padding-bottom: 20rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pb-96{
    padding-bottom: 24rem;
  }

  .md\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .md\:pb-\[136px\]{
    padding-bottom: 136px;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-11{
    padding-left: 2.75rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pl-28{
    padding-left: 7rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pl-36{
    padding-left: 9rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pl-44{
    padding-left: 11rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-52{
    padding-left: 13rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pl-60{
    padding-left: 15rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pl-7{
    padding-left: 1.75rem;
  }

  .md\:pl-72{
    padding-left: 18rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pl-80{
    padding-left: 20rem;
  }

  .md\:pl-9{
    padding-left: 2.25rem;
  }

  .md\:pl-96{
    padding-left: 24rem;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-11{
    padding-right: 2.75rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-14{
    padding-right: 3.5rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pr-28{
    padding-right: 7rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pr-36{
    padding-right: 9rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pr-44{
    padding-right: 11rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pr-52{
    padding-right: 13rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pr-60{
    padding-right: 15rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pr-7{
    padding-right: 1.75rem;
  }

  .md\:pr-72{
    padding-right: 18rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pr-80{
    padding-right: 20rem;
  }

  .md\:pr-9{
    padding-right: 2.25rem;
  }

  .md\:pr-96{
    padding-right: 24rem;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-11{
    padding-top: 2.75rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pt-36{
    padding-top: 9rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pt-44{
    padding-top: 11rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pt-52{
    padding-top: 13rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-60{
    padding-top: 15rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pt-7{
    padding-top: 1.75rem;
  }

  .md\:pt-72{
    padding-top: 18rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-80{
    padding-top: 20rem;
  }

  .md\:pt-9{
    padding-top: 2.25rem;
  }

  .md\:pt-96{
    padding-top: 24rem;
  }

  .md\:pt-\[136px\]{
    padding-top: 136px;
  }

  .md\:pt-\[164px\]{
    padding-top: 164px;
  }

  .md\:pt-\[240px\]{
    padding-top: 240px;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-start{
    text-align: start;
  }

  .md\:text-end{
    text-align: end;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[42px\]{
    font-size: 42px;
  }

  .md\:text-base{
    font-size: 16px;
  }

  .md\:text-h1{
    font-size: 40px;
  }

  .md\:text-h2{
    font-size: 32px;
  }

  .md\:text-h3{
    font-size: 24px;
  }

  .md\:text-lead{
    font-size: 24px;
  }

  .md\:text-lg{
    font-size: 20px;
  }

  .md\:text-md{
    font-size: 18px;
  }

  .md\:text-s{
    font-size: 14px;
  }

  .md\:text-sm{
    font-size: 16px;
  }

  .md\:text-xl{
    font-size: 48px;
  }

  .md\:text-xs{
    font-size: 12px;
  }

  .md\:text-xxl{
    font-size: 96px;
  }

  .md\:text-amber-100{
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-100\/0{
    color: rgb(254 243 199 / 0);
  }

  .md\:text-amber-100\/10{
    color: rgb(254 243 199 / 0.1);
  }

  .md\:text-amber-100\/100{
    color: rgb(254 243 199 / 1);
  }

  .md\:text-amber-100\/15{
    color: rgb(254 243 199 / 0.15);
  }

  .md\:text-amber-100\/20{
    color: rgb(254 243 199 / 0.2);
  }

  .md\:text-amber-100\/25{
    color: rgb(254 243 199 / 0.25);
  }

  .md\:text-amber-100\/30{
    color: rgb(254 243 199 / 0.3);
  }

  .md\:text-amber-100\/35{
    color: rgb(254 243 199 / 0.35);
  }

  .md\:text-amber-100\/40{
    color: rgb(254 243 199 / 0.4);
  }

  .md\:text-amber-100\/45{
    color: rgb(254 243 199 / 0.45);
  }

  .md\:text-amber-100\/5{
    color: rgb(254 243 199 / 0.05);
  }

  .md\:text-amber-100\/50{
    color: rgb(254 243 199 / 0.5);
  }

  .md\:text-amber-100\/55{
    color: rgb(254 243 199 / 0.55);
  }

  .md\:text-amber-100\/60{
    color: rgb(254 243 199 / 0.6);
  }

  .md\:text-amber-100\/65{
    color: rgb(254 243 199 / 0.65);
  }

  .md\:text-amber-100\/70{
    color: rgb(254 243 199 / 0.7);
  }

  .md\:text-amber-100\/75{
    color: rgb(254 243 199 / 0.75);
  }

  .md\:text-amber-100\/80{
    color: rgb(254 243 199 / 0.8);
  }

  .md\:text-amber-100\/85{
    color: rgb(254 243 199 / 0.85);
  }

  .md\:text-amber-100\/90{
    color: rgb(254 243 199 / 0.9);
  }

  .md\:text-amber-100\/95{
    color: rgb(254 243 199 / 0.95);
  }

  .md\:text-amber-200{
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-200\/0{
    color: rgb(253 230 138 / 0);
  }

  .md\:text-amber-200\/10{
    color: rgb(253 230 138 / 0.1);
  }

  .md\:text-amber-200\/100{
    color: rgb(253 230 138 / 1);
  }

  .md\:text-amber-200\/15{
    color: rgb(253 230 138 / 0.15);
  }

  .md\:text-amber-200\/20{
    color: rgb(253 230 138 / 0.2);
  }

  .md\:text-amber-200\/25{
    color: rgb(253 230 138 / 0.25);
  }

  .md\:text-amber-200\/30{
    color: rgb(253 230 138 / 0.3);
  }

  .md\:text-amber-200\/35{
    color: rgb(253 230 138 / 0.35);
  }

  .md\:text-amber-200\/40{
    color: rgb(253 230 138 / 0.4);
  }

  .md\:text-amber-200\/45{
    color: rgb(253 230 138 / 0.45);
  }

  .md\:text-amber-200\/5{
    color: rgb(253 230 138 / 0.05);
  }

  .md\:text-amber-200\/50{
    color: rgb(253 230 138 / 0.5);
  }

  .md\:text-amber-200\/55{
    color: rgb(253 230 138 / 0.55);
  }

  .md\:text-amber-200\/60{
    color: rgb(253 230 138 / 0.6);
  }

  .md\:text-amber-200\/65{
    color: rgb(253 230 138 / 0.65);
  }

  .md\:text-amber-200\/70{
    color: rgb(253 230 138 / 0.7);
  }

  .md\:text-amber-200\/75{
    color: rgb(253 230 138 / 0.75);
  }

  .md\:text-amber-200\/80{
    color: rgb(253 230 138 / 0.8);
  }

  .md\:text-amber-200\/85{
    color: rgb(253 230 138 / 0.85);
  }

  .md\:text-amber-200\/90{
    color: rgb(253 230 138 / 0.9);
  }

  .md\:text-amber-200\/95{
    color: rgb(253 230 138 / 0.95);
  }

  .md\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-300\/0{
    color: rgb(252 211 77 / 0);
  }

  .md\:text-amber-300\/10{
    color: rgb(252 211 77 / 0.1);
  }

  .md\:text-amber-300\/100{
    color: rgb(252 211 77 / 1);
  }

  .md\:text-amber-300\/15{
    color: rgb(252 211 77 / 0.15);
  }

  .md\:text-amber-300\/20{
    color: rgb(252 211 77 / 0.2);
  }

  .md\:text-amber-300\/25{
    color: rgb(252 211 77 / 0.25);
  }

  .md\:text-amber-300\/30{
    color: rgb(252 211 77 / 0.3);
  }

  .md\:text-amber-300\/35{
    color: rgb(252 211 77 / 0.35);
  }

  .md\:text-amber-300\/40{
    color: rgb(252 211 77 / 0.4);
  }

  .md\:text-amber-300\/45{
    color: rgb(252 211 77 / 0.45);
  }

  .md\:text-amber-300\/5{
    color: rgb(252 211 77 / 0.05);
  }

  .md\:text-amber-300\/50{
    color: rgb(252 211 77 / 0.5);
  }

  .md\:text-amber-300\/55{
    color: rgb(252 211 77 / 0.55);
  }

  .md\:text-amber-300\/60{
    color: rgb(252 211 77 / 0.6);
  }

  .md\:text-amber-300\/65{
    color: rgb(252 211 77 / 0.65);
  }

  .md\:text-amber-300\/70{
    color: rgb(252 211 77 / 0.7);
  }

  .md\:text-amber-300\/75{
    color: rgb(252 211 77 / 0.75);
  }

  .md\:text-amber-300\/80{
    color: rgb(252 211 77 / 0.8);
  }

  .md\:text-amber-300\/85{
    color: rgb(252 211 77 / 0.85);
  }

  .md\:text-amber-300\/90{
    color: rgb(252 211 77 / 0.9);
  }

  .md\:text-amber-300\/95{
    color: rgb(252 211 77 / 0.95);
  }

  .md\:text-amber-400{
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-400\/0{
    color: rgb(251 191 36 / 0);
  }

  .md\:text-amber-400\/10{
    color: rgb(251 191 36 / 0.1);
  }

  .md\:text-amber-400\/100{
    color: rgb(251 191 36 / 1);
  }

  .md\:text-amber-400\/15{
    color: rgb(251 191 36 / 0.15);
  }

  .md\:text-amber-400\/20{
    color: rgb(251 191 36 / 0.2);
  }

  .md\:text-amber-400\/25{
    color: rgb(251 191 36 / 0.25);
  }

  .md\:text-amber-400\/30{
    color: rgb(251 191 36 / 0.3);
  }

  .md\:text-amber-400\/35{
    color: rgb(251 191 36 / 0.35);
  }

  .md\:text-amber-400\/40{
    color: rgb(251 191 36 / 0.4);
  }

  .md\:text-amber-400\/45{
    color: rgb(251 191 36 / 0.45);
  }

  .md\:text-amber-400\/5{
    color: rgb(251 191 36 / 0.05);
  }

  .md\:text-amber-400\/50{
    color: rgb(251 191 36 / 0.5);
  }

  .md\:text-amber-400\/55{
    color: rgb(251 191 36 / 0.55);
  }

  .md\:text-amber-400\/60{
    color: rgb(251 191 36 / 0.6);
  }

  .md\:text-amber-400\/65{
    color: rgb(251 191 36 / 0.65);
  }

  .md\:text-amber-400\/70{
    color: rgb(251 191 36 / 0.7);
  }

  .md\:text-amber-400\/75{
    color: rgb(251 191 36 / 0.75);
  }

  .md\:text-amber-400\/80{
    color: rgb(251 191 36 / 0.8);
  }

  .md\:text-amber-400\/85{
    color: rgb(251 191 36 / 0.85);
  }

  .md\:text-amber-400\/90{
    color: rgb(251 191 36 / 0.9);
  }

  .md\:text-amber-400\/95{
    color: rgb(251 191 36 / 0.95);
  }

  .md\:text-amber-50{
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-50\/0{
    color: rgb(255 251 235 / 0);
  }

  .md\:text-amber-50\/10{
    color: rgb(255 251 235 / 0.1);
  }

  .md\:text-amber-50\/100{
    color: rgb(255 251 235 / 1);
  }

  .md\:text-amber-50\/15{
    color: rgb(255 251 235 / 0.15);
  }

  .md\:text-amber-50\/20{
    color: rgb(255 251 235 / 0.2);
  }

  .md\:text-amber-50\/25{
    color: rgb(255 251 235 / 0.25);
  }

  .md\:text-amber-50\/30{
    color: rgb(255 251 235 / 0.3);
  }

  .md\:text-amber-50\/35{
    color: rgb(255 251 235 / 0.35);
  }

  .md\:text-amber-50\/40{
    color: rgb(255 251 235 / 0.4);
  }

  .md\:text-amber-50\/45{
    color: rgb(255 251 235 / 0.45);
  }

  .md\:text-amber-50\/5{
    color: rgb(255 251 235 / 0.05);
  }

  .md\:text-amber-50\/50{
    color: rgb(255 251 235 / 0.5);
  }

  .md\:text-amber-50\/55{
    color: rgb(255 251 235 / 0.55);
  }

  .md\:text-amber-50\/60{
    color: rgb(255 251 235 / 0.6);
  }

  .md\:text-amber-50\/65{
    color: rgb(255 251 235 / 0.65);
  }

  .md\:text-amber-50\/70{
    color: rgb(255 251 235 / 0.7);
  }

  .md\:text-amber-50\/75{
    color: rgb(255 251 235 / 0.75);
  }

  .md\:text-amber-50\/80{
    color: rgb(255 251 235 / 0.8);
  }

  .md\:text-amber-50\/85{
    color: rgb(255 251 235 / 0.85);
  }

  .md\:text-amber-50\/90{
    color: rgb(255 251 235 / 0.9);
  }

  .md\:text-amber-50\/95{
    color: rgb(255 251 235 / 0.95);
  }

  .md\:text-amber-500{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-500\/0{
    color: rgb(245 158 11 / 0);
  }

  .md\:text-amber-500\/10{
    color: rgb(245 158 11 / 0.1);
  }

  .md\:text-amber-500\/100{
    color: rgb(245 158 11 / 1);
  }

  .md\:text-amber-500\/15{
    color: rgb(245 158 11 / 0.15);
  }

  .md\:text-amber-500\/20{
    color: rgb(245 158 11 / 0.2);
  }

  .md\:text-amber-500\/25{
    color: rgb(245 158 11 / 0.25);
  }

  .md\:text-amber-500\/30{
    color: rgb(245 158 11 / 0.3);
  }

  .md\:text-amber-500\/35{
    color: rgb(245 158 11 / 0.35);
  }

  .md\:text-amber-500\/40{
    color: rgb(245 158 11 / 0.4);
  }

  .md\:text-amber-500\/45{
    color: rgb(245 158 11 / 0.45);
  }

  .md\:text-amber-500\/5{
    color: rgb(245 158 11 / 0.05);
  }

  .md\:text-amber-500\/50{
    color: rgb(245 158 11 / 0.5);
  }

  .md\:text-amber-500\/55{
    color: rgb(245 158 11 / 0.55);
  }

  .md\:text-amber-500\/60{
    color: rgb(245 158 11 / 0.6);
  }

  .md\:text-amber-500\/65{
    color: rgb(245 158 11 / 0.65);
  }

  .md\:text-amber-500\/70{
    color: rgb(245 158 11 / 0.7);
  }

  .md\:text-amber-500\/75{
    color: rgb(245 158 11 / 0.75);
  }

  .md\:text-amber-500\/80{
    color: rgb(245 158 11 / 0.8);
  }

  .md\:text-amber-500\/85{
    color: rgb(245 158 11 / 0.85);
  }

  .md\:text-amber-500\/90{
    color: rgb(245 158 11 / 0.9);
  }

  .md\:text-amber-500\/95{
    color: rgb(245 158 11 / 0.95);
  }

  .md\:text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-600\/0{
    color: rgb(217 119 6 / 0);
  }

  .md\:text-amber-600\/10{
    color: rgb(217 119 6 / 0.1);
  }

  .md\:text-amber-600\/100{
    color: rgb(217 119 6 / 1);
  }

  .md\:text-amber-600\/15{
    color: rgb(217 119 6 / 0.15);
  }

  .md\:text-amber-600\/20{
    color: rgb(217 119 6 / 0.2);
  }

  .md\:text-amber-600\/25{
    color: rgb(217 119 6 / 0.25);
  }

  .md\:text-amber-600\/30{
    color: rgb(217 119 6 / 0.3);
  }

  .md\:text-amber-600\/35{
    color: rgb(217 119 6 / 0.35);
  }

  .md\:text-amber-600\/40{
    color: rgb(217 119 6 / 0.4);
  }

  .md\:text-amber-600\/45{
    color: rgb(217 119 6 / 0.45);
  }

  .md\:text-amber-600\/5{
    color: rgb(217 119 6 / 0.05);
  }

  .md\:text-amber-600\/50{
    color: rgb(217 119 6 / 0.5);
  }

  .md\:text-amber-600\/55{
    color: rgb(217 119 6 / 0.55);
  }

  .md\:text-amber-600\/60{
    color: rgb(217 119 6 / 0.6);
  }

  .md\:text-amber-600\/65{
    color: rgb(217 119 6 / 0.65);
  }

  .md\:text-amber-600\/70{
    color: rgb(217 119 6 / 0.7);
  }

  .md\:text-amber-600\/75{
    color: rgb(217 119 6 / 0.75);
  }

  .md\:text-amber-600\/80{
    color: rgb(217 119 6 / 0.8);
  }

  .md\:text-amber-600\/85{
    color: rgb(217 119 6 / 0.85);
  }

  .md\:text-amber-600\/90{
    color: rgb(217 119 6 / 0.9);
  }

  .md\:text-amber-600\/95{
    color: rgb(217 119 6 / 0.95);
  }

  .md\:text-amber-700{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-700\/0{
    color: rgb(180 83 9 / 0);
  }

  .md\:text-amber-700\/10{
    color: rgb(180 83 9 / 0.1);
  }

  .md\:text-amber-700\/100{
    color: rgb(180 83 9 / 1);
  }

  .md\:text-amber-700\/15{
    color: rgb(180 83 9 / 0.15);
  }

  .md\:text-amber-700\/20{
    color: rgb(180 83 9 / 0.2);
  }

  .md\:text-amber-700\/25{
    color: rgb(180 83 9 / 0.25);
  }

  .md\:text-amber-700\/30{
    color: rgb(180 83 9 / 0.3);
  }

  .md\:text-amber-700\/35{
    color: rgb(180 83 9 / 0.35);
  }

  .md\:text-amber-700\/40{
    color: rgb(180 83 9 / 0.4);
  }

  .md\:text-amber-700\/45{
    color: rgb(180 83 9 / 0.45);
  }

  .md\:text-amber-700\/5{
    color: rgb(180 83 9 / 0.05);
  }

  .md\:text-amber-700\/50{
    color: rgb(180 83 9 / 0.5);
  }

  .md\:text-amber-700\/55{
    color: rgb(180 83 9 / 0.55);
  }

  .md\:text-amber-700\/60{
    color: rgb(180 83 9 / 0.6);
  }

  .md\:text-amber-700\/65{
    color: rgb(180 83 9 / 0.65);
  }

  .md\:text-amber-700\/70{
    color: rgb(180 83 9 / 0.7);
  }

  .md\:text-amber-700\/75{
    color: rgb(180 83 9 / 0.75);
  }

  .md\:text-amber-700\/80{
    color: rgb(180 83 9 / 0.8);
  }

  .md\:text-amber-700\/85{
    color: rgb(180 83 9 / 0.85);
  }

  .md\:text-amber-700\/90{
    color: rgb(180 83 9 / 0.9);
  }

  .md\:text-amber-700\/95{
    color: rgb(180 83 9 / 0.95);
  }

  .md\:text-amber-800{
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-800\/0{
    color: rgb(146 64 14 / 0);
  }

  .md\:text-amber-800\/10{
    color: rgb(146 64 14 / 0.1);
  }

  .md\:text-amber-800\/100{
    color: rgb(146 64 14 / 1);
  }

  .md\:text-amber-800\/15{
    color: rgb(146 64 14 / 0.15);
  }

  .md\:text-amber-800\/20{
    color: rgb(146 64 14 / 0.2);
  }

  .md\:text-amber-800\/25{
    color: rgb(146 64 14 / 0.25);
  }

  .md\:text-amber-800\/30{
    color: rgb(146 64 14 / 0.3);
  }

  .md\:text-amber-800\/35{
    color: rgb(146 64 14 / 0.35);
  }

  .md\:text-amber-800\/40{
    color: rgb(146 64 14 / 0.4);
  }

  .md\:text-amber-800\/45{
    color: rgb(146 64 14 / 0.45);
  }

  .md\:text-amber-800\/5{
    color: rgb(146 64 14 / 0.05);
  }

  .md\:text-amber-800\/50{
    color: rgb(146 64 14 / 0.5);
  }

  .md\:text-amber-800\/55{
    color: rgb(146 64 14 / 0.55);
  }

  .md\:text-amber-800\/60{
    color: rgb(146 64 14 / 0.6);
  }

  .md\:text-amber-800\/65{
    color: rgb(146 64 14 / 0.65);
  }

  .md\:text-amber-800\/70{
    color: rgb(146 64 14 / 0.7);
  }

  .md\:text-amber-800\/75{
    color: rgb(146 64 14 / 0.75);
  }

  .md\:text-amber-800\/80{
    color: rgb(146 64 14 / 0.8);
  }

  .md\:text-amber-800\/85{
    color: rgb(146 64 14 / 0.85);
  }

  .md\:text-amber-800\/90{
    color: rgb(146 64 14 / 0.9);
  }

  .md\:text-amber-800\/95{
    color: rgb(146 64 14 / 0.95);
  }

  .md\:text-amber-900{
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-900\/0{
    color: rgb(120 53 15 / 0);
  }

  .md\:text-amber-900\/10{
    color: rgb(120 53 15 / 0.1);
  }

  .md\:text-amber-900\/100{
    color: rgb(120 53 15 / 1);
  }

  .md\:text-amber-900\/15{
    color: rgb(120 53 15 / 0.15);
  }

  .md\:text-amber-900\/20{
    color: rgb(120 53 15 / 0.2);
  }

  .md\:text-amber-900\/25{
    color: rgb(120 53 15 / 0.25);
  }

  .md\:text-amber-900\/30{
    color: rgb(120 53 15 / 0.3);
  }

  .md\:text-amber-900\/35{
    color: rgb(120 53 15 / 0.35);
  }

  .md\:text-amber-900\/40{
    color: rgb(120 53 15 / 0.4);
  }

  .md\:text-amber-900\/45{
    color: rgb(120 53 15 / 0.45);
  }

  .md\:text-amber-900\/5{
    color: rgb(120 53 15 / 0.05);
  }

  .md\:text-amber-900\/50{
    color: rgb(120 53 15 / 0.5);
  }

  .md\:text-amber-900\/55{
    color: rgb(120 53 15 / 0.55);
  }

  .md\:text-amber-900\/60{
    color: rgb(120 53 15 / 0.6);
  }

  .md\:text-amber-900\/65{
    color: rgb(120 53 15 / 0.65);
  }

  .md\:text-amber-900\/70{
    color: rgb(120 53 15 / 0.7);
  }

  .md\:text-amber-900\/75{
    color: rgb(120 53 15 / 0.75);
  }

  .md\:text-amber-900\/80{
    color: rgb(120 53 15 / 0.8);
  }

  .md\:text-amber-900\/85{
    color: rgb(120 53 15 / 0.85);
  }

  .md\:text-amber-900\/90{
    color: rgb(120 53 15 / 0.9);
  }

  .md\:text-amber-900\/95{
    color: rgb(120 53 15 / 0.95);
  }

  .md\:text-amber-950{
    --tw-text-opacity: 1;
    color: rgb(69 26 3 / var(--tw-text-opacity, 1));
  }

  .md\:text-amber-950\/0{
    color: rgb(69 26 3 / 0);
  }

  .md\:text-amber-950\/10{
    color: rgb(69 26 3 / 0.1);
  }

  .md\:text-amber-950\/100{
    color: rgb(69 26 3 / 1);
  }

  .md\:text-amber-950\/15{
    color: rgb(69 26 3 / 0.15);
  }

  .md\:text-amber-950\/20{
    color: rgb(69 26 3 / 0.2);
  }

  .md\:text-amber-950\/25{
    color: rgb(69 26 3 / 0.25);
  }

  .md\:text-amber-950\/30{
    color: rgb(69 26 3 / 0.3);
  }

  .md\:text-amber-950\/35{
    color: rgb(69 26 3 / 0.35);
  }

  .md\:text-amber-950\/40{
    color: rgb(69 26 3 / 0.4);
  }

  .md\:text-amber-950\/45{
    color: rgb(69 26 3 / 0.45);
  }

  .md\:text-amber-950\/5{
    color: rgb(69 26 3 / 0.05);
  }

  .md\:text-amber-950\/50{
    color: rgb(69 26 3 / 0.5);
  }

  .md\:text-amber-950\/55{
    color: rgb(69 26 3 / 0.55);
  }

  .md\:text-amber-950\/60{
    color: rgb(69 26 3 / 0.6);
  }

  .md\:text-amber-950\/65{
    color: rgb(69 26 3 / 0.65);
  }

  .md\:text-amber-950\/70{
    color: rgb(69 26 3 / 0.7);
  }

  .md\:text-amber-950\/75{
    color: rgb(69 26 3 / 0.75);
  }

  .md\:text-amber-950\/80{
    color: rgb(69 26 3 / 0.8);
  }

  .md\:text-amber-950\/85{
    color: rgb(69 26 3 / 0.85);
  }

  .md\:text-amber-950\/90{
    color: rgb(69 26 3 / 0.9);
  }

  .md\:text-amber-950\/95{
    color: rgb(69 26 3 / 0.95);
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .md\:text-black\/0{
    color: rgb(0 0 0 / 0);
  }

  .md\:text-black\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-black\/100{
    color: rgb(0 0 0 / 1);
  }

  .md\:text-black\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .md\:text-black\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-black\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-black\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-black\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .md\:text-black\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-black\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .md\:text-black\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-black\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-black\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .md\:text-black\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-black\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .md\:text-black\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-black\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-black\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-black\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .md\:text-black\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-black\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-100\/0{
    color: rgb(219 234 254 / 0);
  }

  .md\:text-blue-100\/10{
    color: rgb(219 234 254 / 0.1);
  }

  .md\:text-blue-100\/100{
    color: rgb(219 234 254 / 1);
  }

  .md\:text-blue-100\/15{
    color: rgb(219 234 254 / 0.15);
  }

  .md\:text-blue-100\/20{
    color: rgb(219 234 254 / 0.2);
  }

  .md\:text-blue-100\/25{
    color: rgb(219 234 254 / 0.25);
  }

  .md\:text-blue-100\/30{
    color: rgb(219 234 254 / 0.3);
  }

  .md\:text-blue-100\/35{
    color: rgb(219 234 254 / 0.35);
  }

  .md\:text-blue-100\/40{
    color: rgb(219 234 254 / 0.4);
  }

  .md\:text-blue-100\/45{
    color: rgb(219 234 254 / 0.45);
  }

  .md\:text-blue-100\/5{
    color: rgb(219 234 254 / 0.05);
  }

  .md\:text-blue-100\/50{
    color: rgb(219 234 254 / 0.5);
  }

  .md\:text-blue-100\/55{
    color: rgb(219 234 254 / 0.55);
  }

  .md\:text-blue-100\/60{
    color: rgb(219 234 254 / 0.6);
  }

  .md\:text-blue-100\/65{
    color: rgb(219 234 254 / 0.65);
  }

  .md\:text-blue-100\/70{
    color: rgb(219 234 254 / 0.7);
  }

  .md\:text-blue-100\/75{
    color: rgb(219 234 254 / 0.75);
  }

  .md\:text-blue-100\/80{
    color: rgb(219 234 254 / 0.8);
  }

  .md\:text-blue-100\/85{
    color: rgb(219 234 254 / 0.85);
  }

  .md\:text-blue-100\/90{
    color: rgb(219 234 254 / 0.9);
  }

  .md\:text-blue-100\/95{
    color: rgb(219 234 254 / 0.95);
  }

  .md\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-200\/0{
    color: rgb(191 219 254 / 0);
  }

  .md\:text-blue-200\/10{
    color: rgb(191 219 254 / 0.1);
  }

  .md\:text-blue-200\/100{
    color: rgb(191 219 254 / 1);
  }

  .md\:text-blue-200\/15{
    color: rgb(191 219 254 / 0.15);
  }

  .md\:text-blue-200\/20{
    color: rgb(191 219 254 / 0.2);
  }

  .md\:text-blue-200\/25{
    color: rgb(191 219 254 / 0.25);
  }

  .md\:text-blue-200\/30{
    color: rgb(191 219 254 / 0.3);
  }

  .md\:text-blue-200\/35{
    color: rgb(191 219 254 / 0.35);
  }

  .md\:text-blue-200\/40{
    color: rgb(191 219 254 / 0.4);
  }

  .md\:text-blue-200\/45{
    color: rgb(191 219 254 / 0.45);
  }

  .md\:text-blue-200\/5{
    color: rgb(191 219 254 / 0.05);
  }

  .md\:text-blue-200\/50{
    color: rgb(191 219 254 / 0.5);
  }

  .md\:text-blue-200\/55{
    color: rgb(191 219 254 / 0.55);
  }

  .md\:text-blue-200\/60{
    color: rgb(191 219 254 / 0.6);
  }

  .md\:text-blue-200\/65{
    color: rgb(191 219 254 / 0.65);
  }

  .md\:text-blue-200\/70{
    color: rgb(191 219 254 / 0.7);
  }

  .md\:text-blue-200\/75{
    color: rgb(191 219 254 / 0.75);
  }

  .md\:text-blue-200\/80{
    color: rgb(191 219 254 / 0.8);
  }

  .md\:text-blue-200\/85{
    color: rgb(191 219 254 / 0.85);
  }

  .md\:text-blue-200\/90{
    color: rgb(191 219 254 / 0.9);
  }

  .md\:text-blue-200\/95{
    color: rgb(191 219 254 / 0.95);
  }

  .md\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-300\/0{
    color: rgb(147 197 253 / 0);
  }

  .md\:text-blue-300\/10{
    color: rgb(147 197 253 / 0.1);
  }

  .md\:text-blue-300\/100{
    color: rgb(147 197 253 / 1);
  }

  .md\:text-blue-300\/15{
    color: rgb(147 197 253 / 0.15);
  }

  .md\:text-blue-300\/20{
    color: rgb(147 197 253 / 0.2);
  }

  .md\:text-blue-300\/25{
    color: rgb(147 197 253 / 0.25);
  }

  .md\:text-blue-300\/30{
    color: rgb(147 197 253 / 0.3);
  }

  .md\:text-blue-300\/35{
    color: rgb(147 197 253 / 0.35);
  }

  .md\:text-blue-300\/40{
    color: rgb(147 197 253 / 0.4);
  }

  .md\:text-blue-300\/45{
    color: rgb(147 197 253 / 0.45);
  }

  .md\:text-blue-300\/5{
    color: rgb(147 197 253 / 0.05);
  }

  .md\:text-blue-300\/50{
    color: rgb(147 197 253 / 0.5);
  }

  .md\:text-blue-300\/55{
    color: rgb(147 197 253 / 0.55);
  }

  .md\:text-blue-300\/60{
    color: rgb(147 197 253 / 0.6);
  }

  .md\:text-blue-300\/65{
    color: rgb(147 197 253 / 0.65);
  }

  .md\:text-blue-300\/70{
    color: rgb(147 197 253 / 0.7);
  }

  .md\:text-blue-300\/75{
    color: rgb(147 197 253 / 0.75);
  }

  .md\:text-blue-300\/80{
    color: rgb(147 197 253 / 0.8);
  }

  .md\:text-blue-300\/85{
    color: rgb(147 197 253 / 0.85);
  }

  .md\:text-blue-300\/90{
    color: rgb(147 197 253 / 0.9);
  }

  .md\:text-blue-300\/95{
    color: rgb(147 197 253 / 0.95);
  }

  .md\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-400\/0{
    color: rgb(96 165 250 / 0);
  }

  .md\:text-blue-400\/10{
    color: rgb(96 165 250 / 0.1);
  }

  .md\:text-blue-400\/100{
    color: rgb(96 165 250 / 1);
  }

  .md\:text-blue-400\/15{
    color: rgb(96 165 250 / 0.15);
  }

  .md\:text-blue-400\/20{
    color: rgb(96 165 250 / 0.2);
  }

  .md\:text-blue-400\/25{
    color: rgb(96 165 250 / 0.25);
  }

  .md\:text-blue-400\/30{
    color: rgb(96 165 250 / 0.3);
  }

  .md\:text-blue-400\/35{
    color: rgb(96 165 250 / 0.35);
  }

  .md\:text-blue-400\/40{
    color: rgb(96 165 250 / 0.4);
  }

  .md\:text-blue-400\/45{
    color: rgb(96 165 250 / 0.45);
  }

  .md\:text-blue-400\/5{
    color: rgb(96 165 250 / 0.05);
  }

  .md\:text-blue-400\/50{
    color: rgb(96 165 250 / 0.5);
  }

  .md\:text-blue-400\/55{
    color: rgb(96 165 250 / 0.55);
  }

  .md\:text-blue-400\/60{
    color: rgb(96 165 250 / 0.6);
  }

  .md\:text-blue-400\/65{
    color: rgb(96 165 250 / 0.65);
  }

  .md\:text-blue-400\/70{
    color: rgb(96 165 250 / 0.7);
  }

  .md\:text-blue-400\/75{
    color: rgb(96 165 250 / 0.75);
  }

  .md\:text-blue-400\/80{
    color: rgb(96 165 250 / 0.8);
  }

  .md\:text-blue-400\/85{
    color: rgb(96 165 250 / 0.85);
  }

  .md\:text-blue-400\/90{
    color: rgb(96 165 250 / 0.9);
  }

  .md\:text-blue-400\/95{
    color: rgb(96 165 250 / 0.95);
  }

  .md\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-50\/0{
    color: rgb(239 246 255 / 0);
  }

  .md\:text-blue-50\/10{
    color: rgb(239 246 255 / 0.1);
  }

  .md\:text-blue-50\/100{
    color: rgb(239 246 255 / 1);
  }

  .md\:text-blue-50\/15{
    color: rgb(239 246 255 / 0.15);
  }

  .md\:text-blue-50\/20{
    color: rgb(239 246 255 / 0.2);
  }

  .md\:text-blue-50\/25{
    color: rgb(239 246 255 / 0.25);
  }

  .md\:text-blue-50\/30{
    color: rgb(239 246 255 / 0.3);
  }

  .md\:text-blue-50\/35{
    color: rgb(239 246 255 / 0.35);
  }

  .md\:text-blue-50\/40{
    color: rgb(239 246 255 / 0.4);
  }

  .md\:text-blue-50\/45{
    color: rgb(239 246 255 / 0.45);
  }

  .md\:text-blue-50\/5{
    color: rgb(239 246 255 / 0.05);
  }

  .md\:text-blue-50\/50{
    color: rgb(239 246 255 / 0.5);
  }

  .md\:text-blue-50\/55{
    color: rgb(239 246 255 / 0.55);
  }

  .md\:text-blue-50\/60{
    color: rgb(239 246 255 / 0.6);
  }

  .md\:text-blue-50\/65{
    color: rgb(239 246 255 / 0.65);
  }

  .md\:text-blue-50\/70{
    color: rgb(239 246 255 / 0.7);
  }

  .md\:text-blue-50\/75{
    color: rgb(239 246 255 / 0.75);
  }

  .md\:text-blue-50\/80{
    color: rgb(239 246 255 / 0.8);
  }

  .md\:text-blue-50\/85{
    color: rgb(239 246 255 / 0.85);
  }

  .md\:text-blue-50\/90{
    color: rgb(239 246 255 / 0.9);
  }

  .md\:text-blue-50\/95{
    color: rgb(239 246 255 / 0.95);
  }

  .md\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-500\/0{
    color: rgb(59 130 246 / 0);
  }

  .md\:text-blue-500\/10{
    color: rgb(59 130 246 / 0.1);
  }

  .md\:text-blue-500\/100{
    color: rgb(59 130 246 / 1);
  }

  .md\:text-blue-500\/15{
    color: rgb(59 130 246 / 0.15);
  }

  .md\:text-blue-500\/20{
    color: rgb(59 130 246 / 0.2);
  }

  .md\:text-blue-500\/25{
    color: rgb(59 130 246 / 0.25);
  }

  .md\:text-blue-500\/30{
    color: rgb(59 130 246 / 0.3);
  }

  .md\:text-blue-500\/35{
    color: rgb(59 130 246 / 0.35);
  }

  .md\:text-blue-500\/40{
    color: rgb(59 130 246 / 0.4);
  }

  .md\:text-blue-500\/45{
    color: rgb(59 130 246 / 0.45);
  }

  .md\:text-blue-500\/5{
    color: rgb(59 130 246 / 0.05);
  }

  .md\:text-blue-500\/50{
    color: rgb(59 130 246 / 0.5);
  }

  .md\:text-blue-500\/55{
    color: rgb(59 130 246 / 0.55);
  }

  .md\:text-blue-500\/60{
    color: rgb(59 130 246 / 0.6);
  }

  .md\:text-blue-500\/65{
    color: rgb(59 130 246 / 0.65);
  }

  .md\:text-blue-500\/70{
    color: rgb(59 130 246 / 0.7);
  }

  .md\:text-blue-500\/75{
    color: rgb(59 130 246 / 0.75);
  }

  .md\:text-blue-500\/80{
    color: rgb(59 130 246 / 0.8);
  }

  .md\:text-blue-500\/85{
    color: rgb(59 130 246 / 0.85);
  }

  .md\:text-blue-500\/90{
    color: rgb(59 130 246 / 0.9);
  }

  .md\:text-blue-500\/95{
    color: rgb(59 130 246 / 0.95);
  }

  .md\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-600\/0{
    color: rgb(37 99 235 / 0);
  }

  .md\:text-blue-600\/10{
    color: rgb(37 99 235 / 0.1);
  }

  .md\:text-blue-600\/100{
    color: rgb(37 99 235 / 1);
  }

  .md\:text-blue-600\/15{
    color: rgb(37 99 235 / 0.15);
  }

  .md\:text-blue-600\/20{
    color: rgb(37 99 235 / 0.2);
  }

  .md\:text-blue-600\/25{
    color: rgb(37 99 235 / 0.25);
  }

  .md\:text-blue-600\/30{
    color: rgb(37 99 235 / 0.3);
  }

  .md\:text-blue-600\/35{
    color: rgb(37 99 235 / 0.35);
  }

  .md\:text-blue-600\/40{
    color: rgb(37 99 235 / 0.4);
  }

  .md\:text-blue-600\/45{
    color: rgb(37 99 235 / 0.45);
  }

  .md\:text-blue-600\/5{
    color: rgb(37 99 235 / 0.05);
  }

  .md\:text-blue-600\/50{
    color: rgb(37 99 235 / 0.5);
  }

  .md\:text-blue-600\/55{
    color: rgb(37 99 235 / 0.55);
  }

  .md\:text-blue-600\/60{
    color: rgb(37 99 235 / 0.6);
  }

  .md\:text-blue-600\/65{
    color: rgb(37 99 235 / 0.65);
  }

  .md\:text-blue-600\/70{
    color: rgb(37 99 235 / 0.7);
  }

  .md\:text-blue-600\/75{
    color: rgb(37 99 235 / 0.75);
  }

  .md\:text-blue-600\/80{
    color: rgb(37 99 235 / 0.8);
  }

  .md\:text-blue-600\/85{
    color: rgb(37 99 235 / 0.85);
  }

  .md\:text-blue-600\/90{
    color: rgb(37 99 235 / 0.9);
  }

  .md\:text-blue-600\/95{
    color: rgb(37 99 235 / 0.95);
  }

  .md\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-700\/0{
    color: rgb(29 78 216 / 0);
  }

  .md\:text-blue-700\/10{
    color: rgb(29 78 216 / 0.1);
  }

  .md\:text-blue-700\/100{
    color: rgb(29 78 216 / 1);
  }

  .md\:text-blue-700\/15{
    color: rgb(29 78 216 / 0.15);
  }

  .md\:text-blue-700\/20{
    color: rgb(29 78 216 / 0.2);
  }

  .md\:text-blue-700\/25{
    color: rgb(29 78 216 / 0.25);
  }

  .md\:text-blue-700\/30{
    color: rgb(29 78 216 / 0.3);
  }

  .md\:text-blue-700\/35{
    color: rgb(29 78 216 / 0.35);
  }

  .md\:text-blue-700\/40{
    color: rgb(29 78 216 / 0.4);
  }

  .md\:text-blue-700\/45{
    color: rgb(29 78 216 / 0.45);
  }

  .md\:text-blue-700\/5{
    color: rgb(29 78 216 / 0.05);
  }

  .md\:text-blue-700\/50{
    color: rgb(29 78 216 / 0.5);
  }

  .md\:text-blue-700\/55{
    color: rgb(29 78 216 / 0.55);
  }

  .md\:text-blue-700\/60{
    color: rgb(29 78 216 / 0.6);
  }

  .md\:text-blue-700\/65{
    color: rgb(29 78 216 / 0.65);
  }

  .md\:text-blue-700\/70{
    color: rgb(29 78 216 / 0.7);
  }

  .md\:text-blue-700\/75{
    color: rgb(29 78 216 / 0.75);
  }

  .md\:text-blue-700\/80{
    color: rgb(29 78 216 / 0.8);
  }

  .md\:text-blue-700\/85{
    color: rgb(29 78 216 / 0.85);
  }

  .md\:text-blue-700\/90{
    color: rgb(29 78 216 / 0.9);
  }

  .md\:text-blue-700\/95{
    color: rgb(29 78 216 / 0.95);
  }

  .md\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-800\/0{
    color: rgb(30 64 175 / 0);
  }

  .md\:text-blue-800\/10{
    color: rgb(30 64 175 / 0.1);
  }

  .md\:text-blue-800\/100{
    color: rgb(30 64 175 / 1);
  }

  .md\:text-blue-800\/15{
    color: rgb(30 64 175 / 0.15);
  }

  .md\:text-blue-800\/20{
    color: rgb(30 64 175 / 0.2);
  }

  .md\:text-blue-800\/25{
    color: rgb(30 64 175 / 0.25);
  }

  .md\:text-blue-800\/30{
    color: rgb(30 64 175 / 0.3);
  }

  .md\:text-blue-800\/35{
    color: rgb(30 64 175 / 0.35);
  }

  .md\:text-blue-800\/40{
    color: rgb(30 64 175 / 0.4);
  }

  .md\:text-blue-800\/45{
    color: rgb(30 64 175 / 0.45);
  }

  .md\:text-blue-800\/5{
    color: rgb(30 64 175 / 0.05);
  }

  .md\:text-blue-800\/50{
    color: rgb(30 64 175 / 0.5);
  }

  .md\:text-blue-800\/55{
    color: rgb(30 64 175 / 0.55);
  }

  .md\:text-blue-800\/60{
    color: rgb(30 64 175 / 0.6);
  }

  .md\:text-blue-800\/65{
    color: rgb(30 64 175 / 0.65);
  }

  .md\:text-blue-800\/70{
    color: rgb(30 64 175 / 0.7);
  }

  .md\:text-blue-800\/75{
    color: rgb(30 64 175 / 0.75);
  }

  .md\:text-blue-800\/80{
    color: rgb(30 64 175 / 0.8);
  }

  .md\:text-blue-800\/85{
    color: rgb(30 64 175 / 0.85);
  }

  .md\:text-blue-800\/90{
    color: rgb(30 64 175 / 0.9);
  }

  .md\:text-blue-800\/95{
    color: rgb(30 64 175 / 0.95);
  }

  .md\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-900\/0{
    color: rgb(30 58 138 / 0);
  }

  .md\:text-blue-900\/10{
    color: rgb(30 58 138 / 0.1);
  }

  .md\:text-blue-900\/100{
    color: rgb(30 58 138 / 1);
  }

  .md\:text-blue-900\/15{
    color: rgb(30 58 138 / 0.15);
  }

  .md\:text-blue-900\/20{
    color: rgb(30 58 138 / 0.2);
  }

  .md\:text-blue-900\/25{
    color: rgb(30 58 138 / 0.25);
  }

  .md\:text-blue-900\/30{
    color: rgb(30 58 138 / 0.3);
  }

  .md\:text-blue-900\/35{
    color: rgb(30 58 138 / 0.35);
  }

  .md\:text-blue-900\/40{
    color: rgb(30 58 138 / 0.4);
  }

  .md\:text-blue-900\/45{
    color: rgb(30 58 138 / 0.45);
  }

  .md\:text-blue-900\/5{
    color: rgb(30 58 138 / 0.05);
  }

  .md\:text-blue-900\/50{
    color: rgb(30 58 138 / 0.5);
  }

  .md\:text-blue-900\/55{
    color: rgb(30 58 138 / 0.55);
  }

  .md\:text-blue-900\/60{
    color: rgb(30 58 138 / 0.6);
  }

  .md\:text-blue-900\/65{
    color: rgb(30 58 138 / 0.65);
  }

  .md\:text-blue-900\/70{
    color: rgb(30 58 138 / 0.7);
  }

  .md\:text-blue-900\/75{
    color: rgb(30 58 138 / 0.75);
  }

  .md\:text-blue-900\/80{
    color: rgb(30 58 138 / 0.8);
  }

  .md\:text-blue-900\/85{
    color: rgb(30 58 138 / 0.85);
  }

  .md\:text-blue-900\/90{
    color: rgb(30 58 138 / 0.9);
  }

  .md\:text-blue-900\/95{
    color: rgb(30 58 138 / 0.95);
  }

  .md\:text-blue-950{
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1));
  }

  .md\:text-blue-950\/0{
    color: rgb(23 37 84 / 0);
  }

  .md\:text-blue-950\/10{
    color: rgb(23 37 84 / 0.1);
  }

  .md\:text-blue-950\/100{
    color: rgb(23 37 84 / 1);
  }

  .md\:text-blue-950\/15{
    color: rgb(23 37 84 / 0.15);
  }

  .md\:text-blue-950\/20{
    color: rgb(23 37 84 / 0.2);
  }

  .md\:text-blue-950\/25{
    color: rgb(23 37 84 / 0.25);
  }

  .md\:text-blue-950\/30{
    color: rgb(23 37 84 / 0.3);
  }

  .md\:text-blue-950\/35{
    color: rgb(23 37 84 / 0.35);
  }

  .md\:text-blue-950\/40{
    color: rgb(23 37 84 / 0.4);
  }

  .md\:text-blue-950\/45{
    color: rgb(23 37 84 / 0.45);
  }

  .md\:text-blue-950\/5{
    color: rgb(23 37 84 / 0.05);
  }

  .md\:text-blue-950\/50{
    color: rgb(23 37 84 / 0.5);
  }

  .md\:text-blue-950\/55{
    color: rgb(23 37 84 / 0.55);
  }

  .md\:text-blue-950\/60{
    color: rgb(23 37 84 / 0.6);
  }

  .md\:text-blue-950\/65{
    color: rgb(23 37 84 / 0.65);
  }

  .md\:text-blue-950\/70{
    color: rgb(23 37 84 / 0.7);
  }

  .md\:text-blue-950\/75{
    color: rgb(23 37 84 / 0.75);
  }

  .md\:text-blue-950\/80{
    color: rgb(23 37 84 / 0.8);
  }

  .md\:text-blue-950\/85{
    color: rgb(23 37 84 / 0.85);
  }

  .md\:text-blue-950\/90{
    color: rgb(23 37 84 / 0.9);
  }

  .md\:text-blue-950\/95{
    color: rgb(23 37 84 / 0.95);
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-cyan-100{
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-100\/0{
    color: rgb(207 250 254 / 0);
  }

  .md\:text-cyan-100\/10{
    color: rgb(207 250 254 / 0.1);
  }

  .md\:text-cyan-100\/100{
    color: rgb(207 250 254 / 1);
  }

  .md\:text-cyan-100\/15{
    color: rgb(207 250 254 / 0.15);
  }

  .md\:text-cyan-100\/20{
    color: rgb(207 250 254 / 0.2);
  }

  .md\:text-cyan-100\/25{
    color: rgb(207 250 254 / 0.25);
  }

  .md\:text-cyan-100\/30{
    color: rgb(207 250 254 / 0.3);
  }

  .md\:text-cyan-100\/35{
    color: rgb(207 250 254 / 0.35);
  }

  .md\:text-cyan-100\/40{
    color: rgb(207 250 254 / 0.4);
  }

  .md\:text-cyan-100\/45{
    color: rgb(207 250 254 / 0.45);
  }

  .md\:text-cyan-100\/5{
    color: rgb(207 250 254 / 0.05);
  }

  .md\:text-cyan-100\/50{
    color: rgb(207 250 254 / 0.5);
  }

  .md\:text-cyan-100\/55{
    color: rgb(207 250 254 / 0.55);
  }

  .md\:text-cyan-100\/60{
    color: rgb(207 250 254 / 0.6);
  }

  .md\:text-cyan-100\/65{
    color: rgb(207 250 254 / 0.65);
  }

  .md\:text-cyan-100\/70{
    color: rgb(207 250 254 / 0.7);
  }

  .md\:text-cyan-100\/75{
    color: rgb(207 250 254 / 0.75);
  }

  .md\:text-cyan-100\/80{
    color: rgb(207 250 254 / 0.8);
  }

  .md\:text-cyan-100\/85{
    color: rgb(207 250 254 / 0.85);
  }

  .md\:text-cyan-100\/90{
    color: rgb(207 250 254 / 0.9);
  }

  .md\:text-cyan-100\/95{
    color: rgb(207 250 254 / 0.95);
  }

  .md\:text-cyan-200{
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-200\/0{
    color: rgb(165 243 252 / 0);
  }

  .md\:text-cyan-200\/10{
    color: rgb(165 243 252 / 0.1);
  }

  .md\:text-cyan-200\/100{
    color: rgb(165 243 252 / 1);
  }

  .md\:text-cyan-200\/15{
    color: rgb(165 243 252 / 0.15);
  }

  .md\:text-cyan-200\/20{
    color: rgb(165 243 252 / 0.2);
  }

  .md\:text-cyan-200\/25{
    color: rgb(165 243 252 / 0.25);
  }

  .md\:text-cyan-200\/30{
    color: rgb(165 243 252 / 0.3);
  }

  .md\:text-cyan-200\/35{
    color: rgb(165 243 252 / 0.35);
  }

  .md\:text-cyan-200\/40{
    color: rgb(165 243 252 / 0.4);
  }

  .md\:text-cyan-200\/45{
    color: rgb(165 243 252 / 0.45);
  }

  .md\:text-cyan-200\/5{
    color: rgb(165 243 252 / 0.05);
  }

  .md\:text-cyan-200\/50{
    color: rgb(165 243 252 / 0.5);
  }

  .md\:text-cyan-200\/55{
    color: rgb(165 243 252 / 0.55);
  }

  .md\:text-cyan-200\/60{
    color: rgb(165 243 252 / 0.6);
  }

  .md\:text-cyan-200\/65{
    color: rgb(165 243 252 / 0.65);
  }

  .md\:text-cyan-200\/70{
    color: rgb(165 243 252 / 0.7);
  }

  .md\:text-cyan-200\/75{
    color: rgb(165 243 252 / 0.75);
  }

  .md\:text-cyan-200\/80{
    color: rgb(165 243 252 / 0.8);
  }

  .md\:text-cyan-200\/85{
    color: rgb(165 243 252 / 0.85);
  }

  .md\:text-cyan-200\/90{
    color: rgb(165 243 252 / 0.9);
  }

  .md\:text-cyan-200\/95{
    color: rgb(165 243 252 / 0.95);
  }

  .md\:text-cyan-300{
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-300\/0{
    color: rgb(103 232 249 / 0);
  }

  .md\:text-cyan-300\/10{
    color: rgb(103 232 249 / 0.1);
  }

  .md\:text-cyan-300\/100{
    color: rgb(103 232 249 / 1);
  }

  .md\:text-cyan-300\/15{
    color: rgb(103 232 249 / 0.15);
  }

  .md\:text-cyan-300\/20{
    color: rgb(103 232 249 / 0.2);
  }

  .md\:text-cyan-300\/25{
    color: rgb(103 232 249 / 0.25);
  }

  .md\:text-cyan-300\/30{
    color: rgb(103 232 249 / 0.3);
  }

  .md\:text-cyan-300\/35{
    color: rgb(103 232 249 / 0.35);
  }

  .md\:text-cyan-300\/40{
    color: rgb(103 232 249 / 0.4);
  }

  .md\:text-cyan-300\/45{
    color: rgb(103 232 249 / 0.45);
  }

  .md\:text-cyan-300\/5{
    color: rgb(103 232 249 / 0.05);
  }

  .md\:text-cyan-300\/50{
    color: rgb(103 232 249 / 0.5);
  }

  .md\:text-cyan-300\/55{
    color: rgb(103 232 249 / 0.55);
  }

  .md\:text-cyan-300\/60{
    color: rgb(103 232 249 / 0.6);
  }

  .md\:text-cyan-300\/65{
    color: rgb(103 232 249 / 0.65);
  }

  .md\:text-cyan-300\/70{
    color: rgb(103 232 249 / 0.7);
  }

  .md\:text-cyan-300\/75{
    color: rgb(103 232 249 / 0.75);
  }

  .md\:text-cyan-300\/80{
    color: rgb(103 232 249 / 0.8);
  }

  .md\:text-cyan-300\/85{
    color: rgb(103 232 249 / 0.85);
  }

  .md\:text-cyan-300\/90{
    color: rgb(103 232 249 / 0.9);
  }

  .md\:text-cyan-300\/95{
    color: rgb(103 232 249 / 0.95);
  }

  .md\:text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-400\/0{
    color: rgb(34 211 238 / 0);
  }

  .md\:text-cyan-400\/10{
    color: rgb(34 211 238 / 0.1);
  }

  .md\:text-cyan-400\/100{
    color: rgb(34 211 238 / 1);
  }

  .md\:text-cyan-400\/15{
    color: rgb(34 211 238 / 0.15);
  }

  .md\:text-cyan-400\/20{
    color: rgb(34 211 238 / 0.2);
  }

  .md\:text-cyan-400\/25{
    color: rgb(34 211 238 / 0.25);
  }

  .md\:text-cyan-400\/30{
    color: rgb(34 211 238 / 0.3);
  }

  .md\:text-cyan-400\/35{
    color: rgb(34 211 238 / 0.35);
  }

  .md\:text-cyan-400\/40{
    color: rgb(34 211 238 / 0.4);
  }

  .md\:text-cyan-400\/45{
    color: rgb(34 211 238 / 0.45);
  }

  .md\:text-cyan-400\/5{
    color: rgb(34 211 238 / 0.05);
  }

  .md\:text-cyan-400\/50{
    color: rgb(34 211 238 / 0.5);
  }

  .md\:text-cyan-400\/55{
    color: rgb(34 211 238 / 0.55);
  }

  .md\:text-cyan-400\/60{
    color: rgb(34 211 238 / 0.6);
  }

  .md\:text-cyan-400\/65{
    color: rgb(34 211 238 / 0.65);
  }

  .md\:text-cyan-400\/70{
    color: rgb(34 211 238 / 0.7);
  }

  .md\:text-cyan-400\/75{
    color: rgb(34 211 238 / 0.75);
  }

  .md\:text-cyan-400\/80{
    color: rgb(34 211 238 / 0.8);
  }

  .md\:text-cyan-400\/85{
    color: rgb(34 211 238 / 0.85);
  }

  .md\:text-cyan-400\/90{
    color: rgb(34 211 238 / 0.9);
  }

  .md\:text-cyan-400\/95{
    color: rgb(34 211 238 / 0.95);
  }

  .md\:text-cyan-50{
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-50\/0{
    color: rgb(236 254 255 / 0);
  }

  .md\:text-cyan-50\/10{
    color: rgb(236 254 255 / 0.1);
  }

  .md\:text-cyan-50\/100{
    color: rgb(236 254 255 / 1);
  }

  .md\:text-cyan-50\/15{
    color: rgb(236 254 255 / 0.15);
  }

  .md\:text-cyan-50\/20{
    color: rgb(236 254 255 / 0.2);
  }

  .md\:text-cyan-50\/25{
    color: rgb(236 254 255 / 0.25);
  }

  .md\:text-cyan-50\/30{
    color: rgb(236 254 255 / 0.3);
  }

  .md\:text-cyan-50\/35{
    color: rgb(236 254 255 / 0.35);
  }

  .md\:text-cyan-50\/40{
    color: rgb(236 254 255 / 0.4);
  }

  .md\:text-cyan-50\/45{
    color: rgb(236 254 255 / 0.45);
  }

  .md\:text-cyan-50\/5{
    color: rgb(236 254 255 / 0.05);
  }

  .md\:text-cyan-50\/50{
    color: rgb(236 254 255 / 0.5);
  }

  .md\:text-cyan-50\/55{
    color: rgb(236 254 255 / 0.55);
  }

  .md\:text-cyan-50\/60{
    color: rgb(236 254 255 / 0.6);
  }

  .md\:text-cyan-50\/65{
    color: rgb(236 254 255 / 0.65);
  }

  .md\:text-cyan-50\/70{
    color: rgb(236 254 255 / 0.7);
  }

  .md\:text-cyan-50\/75{
    color: rgb(236 254 255 / 0.75);
  }

  .md\:text-cyan-50\/80{
    color: rgb(236 254 255 / 0.8);
  }

  .md\:text-cyan-50\/85{
    color: rgb(236 254 255 / 0.85);
  }

  .md\:text-cyan-50\/90{
    color: rgb(236 254 255 / 0.9);
  }

  .md\:text-cyan-50\/95{
    color: rgb(236 254 255 / 0.95);
  }

  .md\:text-cyan-500{
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-500\/0{
    color: rgb(6 182 212 / 0);
  }

  .md\:text-cyan-500\/10{
    color: rgb(6 182 212 / 0.1);
  }

  .md\:text-cyan-500\/100{
    color: rgb(6 182 212 / 1);
  }

  .md\:text-cyan-500\/15{
    color: rgb(6 182 212 / 0.15);
  }

  .md\:text-cyan-500\/20{
    color: rgb(6 182 212 / 0.2);
  }

  .md\:text-cyan-500\/25{
    color: rgb(6 182 212 / 0.25);
  }

  .md\:text-cyan-500\/30{
    color: rgb(6 182 212 / 0.3);
  }

  .md\:text-cyan-500\/35{
    color: rgb(6 182 212 / 0.35);
  }

  .md\:text-cyan-500\/40{
    color: rgb(6 182 212 / 0.4);
  }

  .md\:text-cyan-500\/45{
    color: rgb(6 182 212 / 0.45);
  }

  .md\:text-cyan-500\/5{
    color: rgb(6 182 212 / 0.05);
  }

  .md\:text-cyan-500\/50{
    color: rgb(6 182 212 / 0.5);
  }

  .md\:text-cyan-500\/55{
    color: rgb(6 182 212 / 0.55);
  }

  .md\:text-cyan-500\/60{
    color: rgb(6 182 212 / 0.6);
  }

  .md\:text-cyan-500\/65{
    color: rgb(6 182 212 / 0.65);
  }

  .md\:text-cyan-500\/70{
    color: rgb(6 182 212 / 0.7);
  }

  .md\:text-cyan-500\/75{
    color: rgb(6 182 212 / 0.75);
  }

  .md\:text-cyan-500\/80{
    color: rgb(6 182 212 / 0.8);
  }

  .md\:text-cyan-500\/85{
    color: rgb(6 182 212 / 0.85);
  }

  .md\:text-cyan-500\/90{
    color: rgb(6 182 212 / 0.9);
  }

  .md\:text-cyan-500\/95{
    color: rgb(6 182 212 / 0.95);
  }

  .md\:text-cyan-600{
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-600\/0{
    color: rgb(8 145 178 / 0);
  }

  .md\:text-cyan-600\/10{
    color: rgb(8 145 178 / 0.1);
  }

  .md\:text-cyan-600\/100{
    color: rgb(8 145 178 / 1);
  }

  .md\:text-cyan-600\/15{
    color: rgb(8 145 178 / 0.15);
  }

  .md\:text-cyan-600\/20{
    color: rgb(8 145 178 / 0.2);
  }

  .md\:text-cyan-600\/25{
    color: rgb(8 145 178 / 0.25);
  }

  .md\:text-cyan-600\/30{
    color: rgb(8 145 178 / 0.3);
  }

  .md\:text-cyan-600\/35{
    color: rgb(8 145 178 / 0.35);
  }

  .md\:text-cyan-600\/40{
    color: rgb(8 145 178 / 0.4);
  }

  .md\:text-cyan-600\/45{
    color: rgb(8 145 178 / 0.45);
  }

  .md\:text-cyan-600\/5{
    color: rgb(8 145 178 / 0.05);
  }

  .md\:text-cyan-600\/50{
    color: rgb(8 145 178 / 0.5);
  }

  .md\:text-cyan-600\/55{
    color: rgb(8 145 178 / 0.55);
  }

  .md\:text-cyan-600\/60{
    color: rgb(8 145 178 / 0.6);
  }

  .md\:text-cyan-600\/65{
    color: rgb(8 145 178 / 0.65);
  }

  .md\:text-cyan-600\/70{
    color: rgb(8 145 178 / 0.7);
  }

  .md\:text-cyan-600\/75{
    color: rgb(8 145 178 / 0.75);
  }

  .md\:text-cyan-600\/80{
    color: rgb(8 145 178 / 0.8);
  }

  .md\:text-cyan-600\/85{
    color: rgb(8 145 178 / 0.85);
  }

  .md\:text-cyan-600\/90{
    color: rgb(8 145 178 / 0.9);
  }

  .md\:text-cyan-600\/95{
    color: rgb(8 145 178 / 0.95);
  }

  .md\:text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-700\/0{
    color: rgb(14 116 144 / 0);
  }

  .md\:text-cyan-700\/10{
    color: rgb(14 116 144 / 0.1);
  }

  .md\:text-cyan-700\/100{
    color: rgb(14 116 144 / 1);
  }

  .md\:text-cyan-700\/15{
    color: rgb(14 116 144 / 0.15);
  }

  .md\:text-cyan-700\/20{
    color: rgb(14 116 144 / 0.2);
  }

  .md\:text-cyan-700\/25{
    color: rgb(14 116 144 / 0.25);
  }

  .md\:text-cyan-700\/30{
    color: rgb(14 116 144 / 0.3);
  }

  .md\:text-cyan-700\/35{
    color: rgb(14 116 144 / 0.35);
  }

  .md\:text-cyan-700\/40{
    color: rgb(14 116 144 / 0.4);
  }

  .md\:text-cyan-700\/45{
    color: rgb(14 116 144 / 0.45);
  }

  .md\:text-cyan-700\/5{
    color: rgb(14 116 144 / 0.05);
  }

  .md\:text-cyan-700\/50{
    color: rgb(14 116 144 / 0.5);
  }

  .md\:text-cyan-700\/55{
    color: rgb(14 116 144 / 0.55);
  }

  .md\:text-cyan-700\/60{
    color: rgb(14 116 144 / 0.6);
  }

  .md\:text-cyan-700\/65{
    color: rgb(14 116 144 / 0.65);
  }

  .md\:text-cyan-700\/70{
    color: rgb(14 116 144 / 0.7);
  }

  .md\:text-cyan-700\/75{
    color: rgb(14 116 144 / 0.75);
  }

  .md\:text-cyan-700\/80{
    color: rgb(14 116 144 / 0.8);
  }

  .md\:text-cyan-700\/85{
    color: rgb(14 116 144 / 0.85);
  }

  .md\:text-cyan-700\/90{
    color: rgb(14 116 144 / 0.9);
  }

  .md\:text-cyan-700\/95{
    color: rgb(14 116 144 / 0.95);
  }

  .md\:text-cyan-800{
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-800\/0{
    color: rgb(21 94 117 / 0);
  }

  .md\:text-cyan-800\/10{
    color: rgb(21 94 117 / 0.1);
  }

  .md\:text-cyan-800\/100{
    color: rgb(21 94 117 / 1);
  }

  .md\:text-cyan-800\/15{
    color: rgb(21 94 117 / 0.15);
  }

  .md\:text-cyan-800\/20{
    color: rgb(21 94 117 / 0.2);
  }

  .md\:text-cyan-800\/25{
    color: rgb(21 94 117 / 0.25);
  }

  .md\:text-cyan-800\/30{
    color: rgb(21 94 117 / 0.3);
  }

  .md\:text-cyan-800\/35{
    color: rgb(21 94 117 / 0.35);
  }

  .md\:text-cyan-800\/40{
    color: rgb(21 94 117 / 0.4);
  }

  .md\:text-cyan-800\/45{
    color: rgb(21 94 117 / 0.45);
  }

  .md\:text-cyan-800\/5{
    color: rgb(21 94 117 / 0.05);
  }

  .md\:text-cyan-800\/50{
    color: rgb(21 94 117 / 0.5);
  }

  .md\:text-cyan-800\/55{
    color: rgb(21 94 117 / 0.55);
  }

  .md\:text-cyan-800\/60{
    color: rgb(21 94 117 / 0.6);
  }

  .md\:text-cyan-800\/65{
    color: rgb(21 94 117 / 0.65);
  }

  .md\:text-cyan-800\/70{
    color: rgb(21 94 117 / 0.7);
  }

  .md\:text-cyan-800\/75{
    color: rgb(21 94 117 / 0.75);
  }

  .md\:text-cyan-800\/80{
    color: rgb(21 94 117 / 0.8);
  }

  .md\:text-cyan-800\/85{
    color: rgb(21 94 117 / 0.85);
  }

  .md\:text-cyan-800\/90{
    color: rgb(21 94 117 / 0.9);
  }

  .md\:text-cyan-800\/95{
    color: rgb(21 94 117 / 0.95);
  }

  .md\:text-cyan-900{
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-900\/0{
    color: rgb(22 78 99 / 0);
  }

  .md\:text-cyan-900\/10{
    color: rgb(22 78 99 / 0.1);
  }

  .md\:text-cyan-900\/100{
    color: rgb(22 78 99 / 1);
  }

  .md\:text-cyan-900\/15{
    color: rgb(22 78 99 / 0.15);
  }

  .md\:text-cyan-900\/20{
    color: rgb(22 78 99 / 0.2);
  }

  .md\:text-cyan-900\/25{
    color: rgb(22 78 99 / 0.25);
  }

  .md\:text-cyan-900\/30{
    color: rgb(22 78 99 / 0.3);
  }

  .md\:text-cyan-900\/35{
    color: rgb(22 78 99 / 0.35);
  }

  .md\:text-cyan-900\/40{
    color: rgb(22 78 99 / 0.4);
  }

  .md\:text-cyan-900\/45{
    color: rgb(22 78 99 / 0.45);
  }

  .md\:text-cyan-900\/5{
    color: rgb(22 78 99 / 0.05);
  }

  .md\:text-cyan-900\/50{
    color: rgb(22 78 99 / 0.5);
  }

  .md\:text-cyan-900\/55{
    color: rgb(22 78 99 / 0.55);
  }

  .md\:text-cyan-900\/60{
    color: rgb(22 78 99 / 0.6);
  }

  .md\:text-cyan-900\/65{
    color: rgb(22 78 99 / 0.65);
  }

  .md\:text-cyan-900\/70{
    color: rgb(22 78 99 / 0.7);
  }

  .md\:text-cyan-900\/75{
    color: rgb(22 78 99 / 0.75);
  }

  .md\:text-cyan-900\/80{
    color: rgb(22 78 99 / 0.8);
  }

  .md\:text-cyan-900\/85{
    color: rgb(22 78 99 / 0.85);
  }

  .md\:text-cyan-900\/90{
    color: rgb(22 78 99 / 0.9);
  }

  .md\:text-cyan-900\/95{
    color: rgb(22 78 99 / 0.95);
  }

  .md\:text-cyan-950{
    --tw-text-opacity: 1;
    color: rgb(8 51 68 / var(--tw-text-opacity, 1));
  }

  .md\:text-cyan-950\/0{
    color: rgb(8 51 68 / 0);
  }

  .md\:text-cyan-950\/10{
    color: rgb(8 51 68 / 0.1);
  }

  .md\:text-cyan-950\/100{
    color: rgb(8 51 68 / 1);
  }

  .md\:text-cyan-950\/15{
    color: rgb(8 51 68 / 0.15);
  }

  .md\:text-cyan-950\/20{
    color: rgb(8 51 68 / 0.2);
  }

  .md\:text-cyan-950\/25{
    color: rgb(8 51 68 / 0.25);
  }

  .md\:text-cyan-950\/30{
    color: rgb(8 51 68 / 0.3);
  }

  .md\:text-cyan-950\/35{
    color: rgb(8 51 68 / 0.35);
  }

  .md\:text-cyan-950\/40{
    color: rgb(8 51 68 / 0.4);
  }

  .md\:text-cyan-950\/45{
    color: rgb(8 51 68 / 0.45);
  }

  .md\:text-cyan-950\/5{
    color: rgb(8 51 68 / 0.05);
  }

  .md\:text-cyan-950\/50{
    color: rgb(8 51 68 / 0.5);
  }

  .md\:text-cyan-950\/55{
    color: rgb(8 51 68 / 0.55);
  }

  .md\:text-cyan-950\/60{
    color: rgb(8 51 68 / 0.6);
  }

  .md\:text-cyan-950\/65{
    color: rgb(8 51 68 / 0.65);
  }

  .md\:text-cyan-950\/70{
    color: rgb(8 51 68 / 0.7);
  }

  .md\:text-cyan-950\/75{
    color: rgb(8 51 68 / 0.75);
  }

  .md\:text-cyan-950\/80{
    color: rgb(8 51 68 / 0.8);
  }

  .md\:text-cyan-950\/85{
    color: rgb(8 51 68 / 0.85);
  }

  .md\:text-cyan-950\/90{
    color: rgb(8 51 68 / 0.9);
  }

  .md\:text-cyan-950\/95{
    color: rgb(8 51 68 / 0.95);
  }

  .md\:text-darkGreen{
    --tw-text-opacity: 1;
    color: rgb(113 229 201 / var(--tw-text-opacity, 1));
  }

  .md\:text-darkGreen\/0{
    color: rgb(113 229 201 / 0);
  }

  .md\:text-darkGreen\/10{
    color: rgb(113 229 201 / 0.1);
  }

  .md\:text-darkGreen\/100{
    color: rgb(113 229 201 / 1);
  }

  .md\:text-darkGreen\/15{
    color: rgb(113 229 201 / 0.15);
  }

  .md\:text-darkGreen\/20{
    color: rgb(113 229 201 / 0.2);
  }

  .md\:text-darkGreen\/25{
    color: rgb(113 229 201 / 0.25);
  }

  .md\:text-darkGreen\/30{
    color: rgb(113 229 201 / 0.3);
  }

  .md\:text-darkGreen\/35{
    color: rgb(113 229 201 / 0.35);
  }

  .md\:text-darkGreen\/40{
    color: rgb(113 229 201 / 0.4);
  }

  .md\:text-darkGreen\/45{
    color: rgb(113 229 201 / 0.45);
  }

  .md\:text-darkGreen\/5{
    color: rgb(113 229 201 / 0.05);
  }

  .md\:text-darkGreen\/50{
    color: rgb(113 229 201 / 0.5);
  }

  .md\:text-darkGreen\/55{
    color: rgb(113 229 201 / 0.55);
  }

  .md\:text-darkGreen\/60{
    color: rgb(113 229 201 / 0.6);
  }

  .md\:text-darkGreen\/65{
    color: rgb(113 229 201 / 0.65);
  }

  .md\:text-darkGreen\/70{
    color: rgb(113 229 201 / 0.7);
  }

  .md\:text-darkGreen\/75{
    color: rgb(113 229 201 / 0.75);
  }

  .md\:text-darkGreen\/80{
    color: rgb(113 229 201 / 0.8);
  }

  .md\:text-darkGreen\/85{
    color: rgb(113 229 201 / 0.85);
  }

  .md\:text-darkGreen\/90{
    color: rgb(113 229 201 / 0.9);
  }

  .md\:text-darkGreen\/95{
    color: rgb(113 229 201 / 0.95);
  }

  .md\:text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-100\/0{
    color: rgb(209 250 229 / 0);
  }

  .md\:text-emerald-100\/10{
    color: rgb(209 250 229 / 0.1);
  }

  .md\:text-emerald-100\/100{
    color: rgb(209 250 229 / 1);
  }

  .md\:text-emerald-100\/15{
    color: rgb(209 250 229 / 0.15);
  }

  .md\:text-emerald-100\/20{
    color: rgb(209 250 229 / 0.2);
  }

  .md\:text-emerald-100\/25{
    color: rgb(209 250 229 / 0.25);
  }

  .md\:text-emerald-100\/30{
    color: rgb(209 250 229 / 0.3);
  }

  .md\:text-emerald-100\/35{
    color: rgb(209 250 229 / 0.35);
  }

  .md\:text-emerald-100\/40{
    color: rgb(209 250 229 / 0.4);
  }

  .md\:text-emerald-100\/45{
    color: rgb(209 250 229 / 0.45);
  }

  .md\:text-emerald-100\/5{
    color: rgb(209 250 229 / 0.05);
  }

  .md\:text-emerald-100\/50{
    color: rgb(209 250 229 / 0.5);
  }

  .md\:text-emerald-100\/55{
    color: rgb(209 250 229 / 0.55);
  }

  .md\:text-emerald-100\/60{
    color: rgb(209 250 229 / 0.6);
  }

  .md\:text-emerald-100\/65{
    color: rgb(209 250 229 / 0.65);
  }

  .md\:text-emerald-100\/70{
    color: rgb(209 250 229 / 0.7);
  }

  .md\:text-emerald-100\/75{
    color: rgb(209 250 229 / 0.75);
  }

  .md\:text-emerald-100\/80{
    color: rgb(209 250 229 / 0.8);
  }

  .md\:text-emerald-100\/85{
    color: rgb(209 250 229 / 0.85);
  }

  .md\:text-emerald-100\/90{
    color: rgb(209 250 229 / 0.9);
  }

  .md\:text-emerald-100\/95{
    color: rgb(209 250 229 / 0.95);
  }

  .md\:text-emerald-200{
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-200\/0{
    color: rgb(167 243 208 / 0);
  }

  .md\:text-emerald-200\/10{
    color: rgb(167 243 208 / 0.1);
  }

  .md\:text-emerald-200\/100{
    color: rgb(167 243 208 / 1);
  }

  .md\:text-emerald-200\/15{
    color: rgb(167 243 208 / 0.15);
  }

  .md\:text-emerald-200\/20{
    color: rgb(167 243 208 / 0.2);
  }

  .md\:text-emerald-200\/25{
    color: rgb(167 243 208 / 0.25);
  }

  .md\:text-emerald-200\/30{
    color: rgb(167 243 208 / 0.3);
  }

  .md\:text-emerald-200\/35{
    color: rgb(167 243 208 / 0.35);
  }

  .md\:text-emerald-200\/40{
    color: rgb(167 243 208 / 0.4);
  }

  .md\:text-emerald-200\/45{
    color: rgb(167 243 208 / 0.45);
  }

  .md\:text-emerald-200\/5{
    color: rgb(167 243 208 / 0.05);
  }

  .md\:text-emerald-200\/50{
    color: rgb(167 243 208 / 0.5);
  }

  .md\:text-emerald-200\/55{
    color: rgb(167 243 208 / 0.55);
  }

  .md\:text-emerald-200\/60{
    color: rgb(167 243 208 / 0.6);
  }

  .md\:text-emerald-200\/65{
    color: rgb(167 243 208 / 0.65);
  }

  .md\:text-emerald-200\/70{
    color: rgb(167 243 208 / 0.7);
  }

  .md\:text-emerald-200\/75{
    color: rgb(167 243 208 / 0.75);
  }

  .md\:text-emerald-200\/80{
    color: rgb(167 243 208 / 0.8);
  }

  .md\:text-emerald-200\/85{
    color: rgb(167 243 208 / 0.85);
  }

  .md\:text-emerald-200\/90{
    color: rgb(167 243 208 / 0.9);
  }

  .md\:text-emerald-200\/95{
    color: rgb(167 243 208 / 0.95);
  }

  .md\:text-emerald-300{
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-300\/0{
    color: rgb(110 231 183 / 0);
  }

  .md\:text-emerald-300\/10{
    color: rgb(110 231 183 / 0.1);
  }

  .md\:text-emerald-300\/100{
    color: rgb(110 231 183 / 1);
  }

  .md\:text-emerald-300\/15{
    color: rgb(110 231 183 / 0.15);
  }

  .md\:text-emerald-300\/20{
    color: rgb(110 231 183 / 0.2);
  }

  .md\:text-emerald-300\/25{
    color: rgb(110 231 183 / 0.25);
  }

  .md\:text-emerald-300\/30{
    color: rgb(110 231 183 / 0.3);
  }

  .md\:text-emerald-300\/35{
    color: rgb(110 231 183 / 0.35);
  }

  .md\:text-emerald-300\/40{
    color: rgb(110 231 183 / 0.4);
  }

  .md\:text-emerald-300\/45{
    color: rgb(110 231 183 / 0.45);
  }

  .md\:text-emerald-300\/5{
    color: rgb(110 231 183 / 0.05);
  }

  .md\:text-emerald-300\/50{
    color: rgb(110 231 183 / 0.5);
  }

  .md\:text-emerald-300\/55{
    color: rgb(110 231 183 / 0.55);
  }

  .md\:text-emerald-300\/60{
    color: rgb(110 231 183 / 0.6);
  }

  .md\:text-emerald-300\/65{
    color: rgb(110 231 183 / 0.65);
  }

  .md\:text-emerald-300\/70{
    color: rgb(110 231 183 / 0.7);
  }

  .md\:text-emerald-300\/75{
    color: rgb(110 231 183 / 0.75);
  }

  .md\:text-emerald-300\/80{
    color: rgb(110 231 183 / 0.8);
  }

  .md\:text-emerald-300\/85{
    color: rgb(110 231 183 / 0.85);
  }

  .md\:text-emerald-300\/90{
    color: rgb(110 231 183 / 0.9);
  }

  .md\:text-emerald-300\/95{
    color: rgb(110 231 183 / 0.95);
  }

  .md\:text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-400\/0{
    color: rgb(52 211 153 / 0);
  }

  .md\:text-emerald-400\/10{
    color: rgb(52 211 153 / 0.1);
  }

  .md\:text-emerald-400\/100{
    color: rgb(52 211 153 / 1);
  }

  .md\:text-emerald-400\/15{
    color: rgb(52 211 153 / 0.15);
  }

  .md\:text-emerald-400\/20{
    color: rgb(52 211 153 / 0.2);
  }

  .md\:text-emerald-400\/25{
    color: rgb(52 211 153 / 0.25);
  }

  .md\:text-emerald-400\/30{
    color: rgb(52 211 153 / 0.3);
  }

  .md\:text-emerald-400\/35{
    color: rgb(52 211 153 / 0.35);
  }

  .md\:text-emerald-400\/40{
    color: rgb(52 211 153 / 0.4);
  }

  .md\:text-emerald-400\/45{
    color: rgb(52 211 153 / 0.45);
  }

  .md\:text-emerald-400\/5{
    color: rgb(52 211 153 / 0.05);
  }

  .md\:text-emerald-400\/50{
    color: rgb(52 211 153 / 0.5);
  }

  .md\:text-emerald-400\/55{
    color: rgb(52 211 153 / 0.55);
  }

  .md\:text-emerald-400\/60{
    color: rgb(52 211 153 / 0.6);
  }

  .md\:text-emerald-400\/65{
    color: rgb(52 211 153 / 0.65);
  }

  .md\:text-emerald-400\/70{
    color: rgb(52 211 153 / 0.7);
  }

  .md\:text-emerald-400\/75{
    color: rgb(52 211 153 / 0.75);
  }

  .md\:text-emerald-400\/80{
    color: rgb(52 211 153 / 0.8);
  }

  .md\:text-emerald-400\/85{
    color: rgb(52 211 153 / 0.85);
  }

  .md\:text-emerald-400\/90{
    color: rgb(52 211 153 / 0.9);
  }

  .md\:text-emerald-400\/95{
    color: rgb(52 211 153 / 0.95);
  }

  .md\:text-emerald-50{
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-50\/0{
    color: rgb(236 253 245 / 0);
  }

  .md\:text-emerald-50\/10{
    color: rgb(236 253 245 / 0.1);
  }

  .md\:text-emerald-50\/100{
    color: rgb(236 253 245 / 1);
  }

  .md\:text-emerald-50\/15{
    color: rgb(236 253 245 / 0.15);
  }

  .md\:text-emerald-50\/20{
    color: rgb(236 253 245 / 0.2);
  }

  .md\:text-emerald-50\/25{
    color: rgb(236 253 245 / 0.25);
  }

  .md\:text-emerald-50\/30{
    color: rgb(236 253 245 / 0.3);
  }

  .md\:text-emerald-50\/35{
    color: rgb(236 253 245 / 0.35);
  }

  .md\:text-emerald-50\/40{
    color: rgb(236 253 245 / 0.4);
  }

  .md\:text-emerald-50\/45{
    color: rgb(236 253 245 / 0.45);
  }

  .md\:text-emerald-50\/5{
    color: rgb(236 253 245 / 0.05);
  }

  .md\:text-emerald-50\/50{
    color: rgb(236 253 245 / 0.5);
  }

  .md\:text-emerald-50\/55{
    color: rgb(236 253 245 / 0.55);
  }

  .md\:text-emerald-50\/60{
    color: rgb(236 253 245 / 0.6);
  }

  .md\:text-emerald-50\/65{
    color: rgb(236 253 245 / 0.65);
  }

  .md\:text-emerald-50\/70{
    color: rgb(236 253 245 / 0.7);
  }

  .md\:text-emerald-50\/75{
    color: rgb(236 253 245 / 0.75);
  }

  .md\:text-emerald-50\/80{
    color: rgb(236 253 245 / 0.8);
  }

  .md\:text-emerald-50\/85{
    color: rgb(236 253 245 / 0.85);
  }

  .md\:text-emerald-50\/90{
    color: rgb(236 253 245 / 0.9);
  }

  .md\:text-emerald-50\/95{
    color: rgb(236 253 245 / 0.95);
  }

  .md\:text-emerald-500{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-500\/0{
    color: rgb(16 185 129 / 0);
  }

  .md\:text-emerald-500\/10{
    color: rgb(16 185 129 / 0.1);
  }

  .md\:text-emerald-500\/100{
    color: rgb(16 185 129 / 1);
  }

  .md\:text-emerald-500\/15{
    color: rgb(16 185 129 / 0.15);
  }

  .md\:text-emerald-500\/20{
    color: rgb(16 185 129 / 0.2);
  }

  .md\:text-emerald-500\/25{
    color: rgb(16 185 129 / 0.25);
  }

  .md\:text-emerald-500\/30{
    color: rgb(16 185 129 / 0.3);
  }

  .md\:text-emerald-500\/35{
    color: rgb(16 185 129 / 0.35);
  }

  .md\:text-emerald-500\/40{
    color: rgb(16 185 129 / 0.4);
  }

  .md\:text-emerald-500\/45{
    color: rgb(16 185 129 / 0.45);
  }

  .md\:text-emerald-500\/5{
    color: rgb(16 185 129 / 0.05);
  }

  .md\:text-emerald-500\/50{
    color: rgb(16 185 129 / 0.5);
  }

  .md\:text-emerald-500\/55{
    color: rgb(16 185 129 / 0.55);
  }

  .md\:text-emerald-500\/60{
    color: rgb(16 185 129 / 0.6);
  }

  .md\:text-emerald-500\/65{
    color: rgb(16 185 129 / 0.65);
  }

  .md\:text-emerald-500\/70{
    color: rgb(16 185 129 / 0.7);
  }

  .md\:text-emerald-500\/75{
    color: rgb(16 185 129 / 0.75);
  }

  .md\:text-emerald-500\/80{
    color: rgb(16 185 129 / 0.8);
  }

  .md\:text-emerald-500\/85{
    color: rgb(16 185 129 / 0.85);
  }

  .md\:text-emerald-500\/90{
    color: rgb(16 185 129 / 0.9);
  }

  .md\:text-emerald-500\/95{
    color: rgb(16 185 129 / 0.95);
  }

  .md\:text-emerald-600{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-600\/0{
    color: rgb(5 150 105 / 0);
  }

  .md\:text-emerald-600\/10{
    color: rgb(5 150 105 / 0.1);
  }

  .md\:text-emerald-600\/100{
    color: rgb(5 150 105 / 1);
  }

  .md\:text-emerald-600\/15{
    color: rgb(5 150 105 / 0.15);
  }

  .md\:text-emerald-600\/20{
    color: rgb(5 150 105 / 0.2);
  }

  .md\:text-emerald-600\/25{
    color: rgb(5 150 105 / 0.25);
  }

  .md\:text-emerald-600\/30{
    color: rgb(5 150 105 / 0.3);
  }

  .md\:text-emerald-600\/35{
    color: rgb(5 150 105 / 0.35);
  }

  .md\:text-emerald-600\/40{
    color: rgb(5 150 105 / 0.4);
  }

  .md\:text-emerald-600\/45{
    color: rgb(5 150 105 / 0.45);
  }

  .md\:text-emerald-600\/5{
    color: rgb(5 150 105 / 0.05);
  }

  .md\:text-emerald-600\/50{
    color: rgb(5 150 105 / 0.5);
  }

  .md\:text-emerald-600\/55{
    color: rgb(5 150 105 / 0.55);
  }

  .md\:text-emerald-600\/60{
    color: rgb(5 150 105 / 0.6);
  }

  .md\:text-emerald-600\/65{
    color: rgb(5 150 105 / 0.65);
  }

  .md\:text-emerald-600\/70{
    color: rgb(5 150 105 / 0.7);
  }

  .md\:text-emerald-600\/75{
    color: rgb(5 150 105 / 0.75);
  }

  .md\:text-emerald-600\/80{
    color: rgb(5 150 105 / 0.8);
  }

  .md\:text-emerald-600\/85{
    color: rgb(5 150 105 / 0.85);
  }

  .md\:text-emerald-600\/90{
    color: rgb(5 150 105 / 0.9);
  }

  .md\:text-emerald-600\/95{
    color: rgb(5 150 105 / 0.95);
  }

  .md\:text-emerald-700{
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-700\/0{
    color: rgb(4 120 87 / 0);
  }

  .md\:text-emerald-700\/10{
    color: rgb(4 120 87 / 0.1);
  }

  .md\:text-emerald-700\/100{
    color: rgb(4 120 87 / 1);
  }

  .md\:text-emerald-700\/15{
    color: rgb(4 120 87 / 0.15);
  }

  .md\:text-emerald-700\/20{
    color: rgb(4 120 87 / 0.2);
  }

  .md\:text-emerald-700\/25{
    color: rgb(4 120 87 / 0.25);
  }

  .md\:text-emerald-700\/30{
    color: rgb(4 120 87 / 0.3);
  }

  .md\:text-emerald-700\/35{
    color: rgb(4 120 87 / 0.35);
  }

  .md\:text-emerald-700\/40{
    color: rgb(4 120 87 / 0.4);
  }

  .md\:text-emerald-700\/45{
    color: rgb(4 120 87 / 0.45);
  }

  .md\:text-emerald-700\/5{
    color: rgb(4 120 87 / 0.05);
  }

  .md\:text-emerald-700\/50{
    color: rgb(4 120 87 / 0.5);
  }

  .md\:text-emerald-700\/55{
    color: rgb(4 120 87 / 0.55);
  }

  .md\:text-emerald-700\/60{
    color: rgb(4 120 87 / 0.6);
  }

  .md\:text-emerald-700\/65{
    color: rgb(4 120 87 / 0.65);
  }

  .md\:text-emerald-700\/70{
    color: rgb(4 120 87 / 0.7);
  }

  .md\:text-emerald-700\/75{
    color: rgb(4 120 87 / 0.75);
  }

  .md\:text-emerald-700\/80{
    color: rgb(4 120 87 / 0.8);
  }

  .md\:text-emerald-700\/85{
    color: rgb(4 120 87 / 0.85);
  }

  .md\:text-emerald-700\/90{
    color: rgb(4 120 87 / 0.9);
  }

  .md\:text-emerald-700\/95{
    color: rgb(4 120 87 / 0.95);
  }

  .md\:text-emerald-800{
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-800\/0{
    color: rgb(6 95 70 / 0);
  }

  .md\:text-emerald-800\/10{
    color: rgb(6 95 70 / 0.1);
  }

  .md\:text-emerald-800\/100{
    color: rgb(6 95 70 / 1);
  }

  .md\:text-emerald-800\/15{
    color: rgb(6 95 70 / 0.15);
  }

  .md\:text-emerald-800\/20{
    color: rgb(6 95 70 / 0.2);
  }

  .md\:text-emerald-800\/25{
    color: rgb(6 95 70 / 0.25);
  }

  .md\:text-emerald-800\/30{
    color: rgb(6 95 70 / 0.3);
  }

  .md\:text-emerald-800\/35{
    color: rgb(6 95 70 / 0.35);
  }

  .md\:text-emerald-800\/40{
    color: rgb(6 95 70 / 0.4);
  }

  .md\:text-emerald-800\/45{
    color: rgb(6 95 70 / 0.45);
  }

  .md\:text-emerald-800\/5{
    color: rgb(6 95 70 / 0.05);
  }

  .md\:text-emerald-800\/50{
    color: rgb(6 95 70 / 0.5);
  }

  .md\:text-emerald-800\/55{
    color: rgb(6 95 70 / 0.55);
  }

  .md\:text-emerald-800\/60{
    color: rgb(6 95 70 / 0.6);
  }

  .md\:text-emerald-800\/65{
    color: rgb(6 95 70 / 0.65);
  }

  .md\:text-emerald-800\/70{
    color: rgb(6 95 70 / 0.7);
  }

  .md\:text-emerald-800\/75{
    color: rgb(6 95 70 / 0.75);
  }

  .md\:text-emerald-800\/80{
    color: rgb(6 95 70 / 0.8);
  }

  .md\:text-emerald-800\/85{
    color: rgb(6 95 70 / 0.85);
  }

  .md\:text-emerald-800\/90{
    color: rgb(6 95 70 / 0.9);
  }

  .md\:text-emerald-800\/95{
    color: rgb(6 95 70 / 0.95);
  }

  .md\:text-emerald-900{
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-900\/0{
    color: rgb(6 78 59 / 0);
  }

  .md\:text-emerald-900\/10{
    color: rgb(6 78 59 / 0.1);
  }

  .md\:text-emerald-900\/100{
    color: rgb(6 78 59 / 1);
  }

  .md\:text-emerald-900\/15{
    color: rgb(6 78 59 / 0.15);
  }

  .md\:text-emerald-900\/20{
    color: rgb(6 78 59 / 0.2);
  }

  .md\:text-emerald-900\/25{
    color: rgb(6 78 59 / 0.25);
  }

  .md\:text-emerald-900\/30{
    color: rgb(6 78 59 / 0.3);
  }

  .md\:text-emerald-900\/35{
    color: rgb(6 78 59 / 0.35);
  }

  .md\:text-emerald-900\/40{
    color: rgb(6 78 59 / 0.4);
  }

  .md\:text-emerald-900\/45{
    color: rgb(6 78 59 / 0.45);
  }

  .md\:text-emerald-900\/5{
    color: rgb(6 78 59 / 0.05);
  }

  .md\:text-emerald-900\/50{
    color: rgb(6 78 59 / 0.5);
  }

  .md\:text-emerald-900\/55{
    color: rgb(6 78 59 / 0.55);
  }

  .md\:text-emerald-900\/60{
    color: rgb(6 78 59 / 0.6);
  }

  .md\:text-emerald-900\/65{
    color: rgb(6 78 59 / 0.65);
  }

  .md\:text-emerald-900\/70{
    color: rgb(6 78 59 / 0.7);
  }

  .md\:text-emerald-900\/75{
    color: rgb(6 78 59 / 0.75);
  }

  .md\:text-emerald-900\/80{
    color: rgb(6 78 59 / 0.8);
  }

  .md\:text-emerald-900\/85{
    color: rgb(6 78 59 / 0.85);
  }

  .md\:text-emerald-900\/90{
    color: rgb(6 78 59 / 0.9);
  }

  .md\:text-emerald-900\/95{
    color: rgb(6 78 59 / 0.95);
  }

  .md\:text-emerald-950{
    --tw-text-opacity: 1;
    color: rgb(2 44 34 / var(--tw-text-opacity, 1));
  }

  .md\:text-emerald-950\/0{
    color: rgb(2 44 34 / 0);
  }

  .md\:text-emerald-950\/10{
    color: rgb(2 44 34 / 0.1);
  }

  .md\:text-emerald-950\/100{
    color: rgb(2 44 34 / 1);
  }

  .md\:text-emerald-950\/15{
    color: rgb(2 44 34 / 0.15);
  }

  .md\:text-emerald-950\/20{
    color: rgb(2 44 34 / 0.2);
  }

  .md\:text-emerald-950\/25{
    color: rgb(2 44 34 / 0.25);
  }

  .md\:text-emerald-950\/30{
    color: rgb(2 44 34 / 0.3);
  }

  .md\:text-emerald-950\/35{
    color: rgb(2 44 34 / 0.35);
  }

  .md\:text-emerald-950\/40{
    color: rgb(2 44 34 / 0.4);
  }

  .md\:text-emerald-950\/45{
    color: rgb(2 44 34 / 0.45);
  }

  .md\:text-emerald-950\/5{
    color: rgb(2 44 34 / 0.05);
  }

  .md\:text-emerald-950\/50{
    color: rgb(2 44 34 / 0.5);
  }

  .md\:text-emerald-950\/55{
    color: rgb(2 44 34 / 0.55);
  }

  .md\:text-emerald-950\/60{
    color: rgb(2 44 34 / 0.6);
  }

  .md\:text-emerald-950\/65{
    color: rgb(2 44 34 / 0.65);
  }

  .md\:text-emerald-950\/70{
    color: rgb(2 44 34 / 0.7);
  }

  .md\:text-emerald-950\/75{
    color: rgb(2 44 34 / 0.75);
  }

  .md\:text-emerald-950\/80{
    color: rgb(2 44 34 / 0.8);
  }

  .md\:text-emerald-950\/85{
    color: rgb(2 44 34 / 0.85);
  }

  .md\:text-emerald-950\/90{
    color: rgb(2 44 34 / 0.9);
  }

  .md\:text-emerald-950\/95{
    color: rgb(2 44 34 / 0.95);
  }

  .md\:text-fuchsia-100{
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-100\/0{
    color: rgb(250 232 255 / 0);
  }

  .md\:text-fuchsia-100\/10{
    color: rgb(250 232 255 / 0.1);
  }

  .md\:text-fuchsia-100\/100{
    color: rgb(250 232 255 / 1);
  }

  .md\:text-fuchsia-100\/15{
    color: rgb(250 232 255 / 0.15);
  }

  .md\:text-fuchsia-100\/20{
    color: rgb(250 232 255 / 0.2);
  }

  .md\:text-fuchsia-100\/25{
    color: rgb(250 232 255 / 0.25);
  }

  .md\:text-fuchsia-100\/30{
    color: rgb(250 232 255 / 0.3);
  }

  .md\:text-fuchsia-100\/35{
    color: rgb(250 232 255 / 0.35);
  }

  .md\:text-fuchsia-100\/40{
    color: rgb(250 232 255 / 0.4);
  }

  .md\:text-fuchsia-100\/45{
    color: rgb(250 232 255 / 0.45);
  }

  .md\:text-fuchsia-100\/5{
    color: rgb(250 232 255 / 0.05);
  }

  .md\:text-fuchsia-100\/50{
    color: rgb(250 232 255 / 0.5);
  }

  .md\:text-fuchsia-100\/55{
    color: rgb(250 232 255 / 0.55);
  }

  .md\:text-fuchsia-100\/60{
    color: rgb(250 232 255 / 0.6);
  }

  .md\:text-fuchsia-100\/65{
    color: rgb(250 232 255 / 0.65);
  }

  .md\:text-fuchsia-100\/70{
    color: rgb(250 232 255 / 0.7);
  }

  .md\:text-fuchsia-100\/75{
    color: rgb(250 232 255 / 0.75);
  }

  .md\:text-fuchsia-100\/80{
    color: rgb(250 232 255 / 0.8);
  }

  .md\:text-fuchsia-100\/85{
    color: rgb(250 232 255 / 0.85);
  }

  .md\:text-fuchsia-100\/90{
    color: rgb(250 232 255 / 0.9);
  }

  .md\:text-fuchsia-100\/95{
    color: rgb(250 232 255 / 0.95);
  }

  .md\:text-fuchsia-200{
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-200\/0{
    color: rgb(245 208 254 / 0);
  }

  .md\:text-fuchsia-200\/10{
    color: rgb(245 208 254 / 0.1);
  }

  .md\:text-fuchsia-200\/100{
    color: rgb(245 208 254 / 1);
  }

  .md\:text-fuchsia-200\/15{
    color: rgb(245 208 254 / 0.15);
  }

  .md\:text-fuchsia-200\/20{
    color: rgb(245 208 254 / 0.2);
  }

  .md\:text-fuchsia-200\/25{
    color: rgb(245 208 254 / 0.25);
  }

  .md\:text-fuchsia-200\/30{
    color: rgb(245 208 254 / 0.3);
  }

  .md\:text-fuchsia-200\/35{
    color: rgb(245 208 254 / 0.35);
  }

  .md\:text-fuchsia-200\/40{
    color: rgb(245 208 254 / 0.4);
  }

  .md\:text-fuchsia-200\/45{
    color: rgb(245 208 254 / 0.45);
  }

  .md\:text-fuchsia-200\/5{
    color: rgb(245 208 254 / 0.05);
  }

  .md\:text-fuchsia-200\/50{
    color: rgb(245 208 254 / 0.5);
  }

  .md\:text-fuchsia-200\/55{
    color: rgb(245 208 254 / 0.55);
  }

  .md\:text-fuchsia-200\/60{
    color: rgb(245 208 254 / 0.6);
  }

  .md\:text-fuchsia-200\/65{
    color: rgb(245 208 254 / 0.65);
  }

  .md\:text-fuchsia-200\/70{
    color: rgb(245 208 254 / 0.7);
  }

  .md\:text-fuchsia-200\/75{
    color: rgb(245 208 254 / 0.75);
  }

  .md\:text-fuchsia-200\/80{
    color: rgb(245 208 254 / 0.8);
  }

  .md\:text-fuchsia-200\/85{
    color: rgb(245 208 254 / 0.85);
  }

  .md\:text-fuchsia-200\/90{
    color: rgb(245 208 254 / 0.9);
  }

  .md\:text-fuchsia-200\/95{
    color: rgb(245 208 254 / 0.95);
  }

  .md\:text-fuchsia-300{
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-300\/0{
    color: rgb(240 171 252 / 0);
  }

  .md\:text-fuchsia-300\/10{
    color: rgb(240 171 252 / 0.1);
  }

  .md\:text-fuchsia-300\/100{
    color: rgb(240 171 252 / 1);
  }

  .md\:text-fuchsia-300\/15{
    color: rgb(240 171 252 / 0.15);
  }

  .md\:text-fuchsia-300\/20{
    color: rgb(240 171 252 / 0.2);
  }

  .md\:text-fuchsia-300\/25{
    color: rgb(240 171 252 / 0.25);
  }

  .md\:text-fuchsia-300\/30{
    color: rgb(240 171 252 / 0.3);
  }

  .md\:text-fuchsia-300\/35{
    color: rgb(240 171 252 / 0.35);
  }

  .md\:text-fuchsia-300\/40{
    color: rgb(240 171 252 / 0.4);
  }

  .md\:text-fuchsia-300\/45{
    color: rgb(240 171 252 / 0.45);
  }

  .md\:text-fuchsia-300\/5{
    color: rgb(240 171 252 / 0.05);
  }

  .md\:text-fuchsia-300\/50{
    color: rgb(240 171 252 / 0.5);
  }

  .md\:text-fuchsia-300\/55{
    color: rgb(240 171 252 / 0.55);
  }

  .md\:text-fuchsia-300\/60{
    color: rgb(240 171 252 / 0.6);
  }

  .md\:text-fuchsia-300\/65{
    color: rgb(240 171 252 / 0.65);
  }

  .md\:text-fuchsia-300\/70{
    color: rgb(240 171 252 / 0.7);
  }

  .md\:text-fuchsia-300\/75{
    color: rgb(240 171 252 / 0.75);
  }

  .md\:text-fuchsia-300\/80{
    color: rgb(240 171 252 / 0.8);
  }

  .md\:text-fuchsia-300\/85{
    color: rgb(240 171 252 / 0.85);
  }

  .md\:text-fuchsia-300\/90{
    color: rgb(240 171 252 / 0.9);
  }

  .md\:text-fuchsia-300\/95{
    color: rgb(240 171 252 / 0.95);
  }

  .md\:text-fuchsia-400{
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-400\/0{
    color: rgb(232 121 249 / 0);
  }

  .md\:text-fuchsia-400\/10{
    color: rgb(232 121 249 / 0.1);
  }

  .md\:text-fuchsia-400\/100{
    color: rgb(232 121 249 / 1);
  }

  .md\:text-fuchsia-400\/15{
    color: rgb(232 121 249 / 0.15);
  }

  .md\:text-fuchsia-400\/20{
    color: rgb(232 121 249 / 0.2);
  }

  .md\:text-fuchsia-400\/25{
    color: rgb(232 121 249 / 0.25);
  }

  .md\:text-fuchsia-400\/30{
    color: rgb(232 121 249 / 0.3);
  }

  .md\:text-fuchsia-400\/35{
    color: rgb(232 121 249 / 0.35);
  }

  .md\:text-fuchsia-400\/40{
    color: rgb(232 121 249 / 0.4);
  }

  .md\:text-fuchsia-400\/45{
    color: rgb(232 121 249 / 0.45);
  }

  .md\:text-fuchsia-400\/5{
    color: rgb(232 121 249 / 0.05);
  }

  .md\:text-fuchsia-400\/50{
    color: rgb(232 121 249 / 0.5);
  }

  .md\:text-fuchsia-400\/55{
    color: rgb(232 121 249 / 0.55);
  }

  .md\:text-fuchsia-400\/60{
    color: rgb(232 121 249 / 0.6);
  }

  .md\:text-fuchsia-400\/65{
    color: rgb(232 121 249 / 0.65);
  }

  .md\:text-fuchsia-400\/70{
    color: rgb(232 121 249 / 0.7);
  }

  .md\:text-fuchsia-400\/75{
    color: rgb(232 121 249 / 0.75);
  }

  .md\:text-fuchsia-400\/80{
    color: rgb(232 121 249 / 0.8);
  }

  .md\:text-fuchsia-400\/85{
    color: rgb(232 121 249 / 0.85);
  }

  .md\:text-fuchsia-400\/90{
    color: rgb(232 121 249 / 0.9);
  }

  .md\:text-fuchsia-400\/95{
    color: rgb(232 121 249 / 0.95);
  }

  .md\:text-fuchsia-50{
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-50\/0{
    color: rgb(253 244 255 / 0);
  }

  .md\:text-fuchsia-50\/10{
    color: rgb(253 244 255 / 0.1);
  }

  .md\:text-fuchsia-50\/100{
    color: rgb(253 244 255 / 1);
  }

  .md\:text-fuchsia-50\/15{
    color: rgb(253 244 255 / 0.15);
  }

  .md\:text-fuchsia-50\/20{
    color: rgb(253 244 255 / 0.2);
  }

  .md\:text-fuchsia-50\/25{
    color: rgb(253 244 255 / 0.25);
  }

  .md\:text-fuchsia-50\/30{
    color: rgb(253 244 255 / 0.3);
  }

  .md\:text-fuchsia-50\/35{
    color: rgb(253 244 255 / 0.35);
  }

  .md\:text-fuchsia-50\/40{
    color: rgb(253 244 255 / 0.4);
  }

  .md\:text-fuchsia-50\/45{
    color: rgb(253 244 255 / 0.45);
  }

  .md\:text-fuchsia-50\/5{
    color: rgb(253 244 255 / 0.05);
  }

  .md\:text-fuchsia-50\/50{
    color: rgb(253 244 255 / 0.5);
  }

  .md\:text-fuchsia-50\/55{
    color: rgb(253 244 255 / 0.55);
  }

  .md\:text-fuchsia-50\/60{
    color: rgb(253 244 255 / 0.6);
  }

  .md\:text-fuchsia-50\/65{
    color: rgb(253 244 255 / 0.65);
  }

  .md\:text-fuchsia-50\/70{
    color: rgb(253 244 255 / 0.7);
  }

  .md\:text-fuchsia-50\/75{
    color: rgb(253 244 255 / 0.75);
  }

  .md\:text-fuchsia-50\/80{
    color: rgb(253 244 255 / 0.8);
  }

  .md\:text-fuchsia-50\/85{
    color: rgb(253 244 255 / 0.85);
  }

  .md\:text-fuchsia-50\/90{
    color: rgb(253 244 255 / 0.9);
  }

  .md\:text-fuchsia-50\/95{
    color: rgb(253 244 255 / 0.95);
  }

  .md\:text-fuchsia-500{
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-500\/0{
    color: rgb(217 70 239 / 0);
  }

  .md\:text-fuchsia-500\/10{
    color: rgb(217 70 239 / 0.1);
  }

  .md\:text-fuchsia-500\/100{
    color: rgb(217 70 239 / 1);
  }

  .md\:text-fuchsia-500\/15{
    color: rgb(217 70 239 / 0.15);
  }

  .md\:text-fuchsia-500\/20{
    color: rgb(217 70 239 / 0.2);
  }

  .md\:text-fuchsia-500\/25{
    color: rgb(217 70 239 / 0.25);
  }

  .md\:text-fuchsia-500\/30{
    color: rgb(217 70 239 / 0.3);
  }

  .md\:text-fuchsia-500\/35{
    color: rgb(217 70 239 / 0.35);
  }

  .md\:text-fuchsia-500\/40{
    color: rgb(217 70 239 / 0.4);
  }

  .md\:text-fuchsia-500\/45{
    color: rgb(217 70 239 / 0.45);
  }

  .md\:text-fuchsia-500\/5{
    color: rgb(217 70 239 / 0.05);
  }

  .md\:text-fuchsia-500\/50{
    color: rgb(217 70 239 / 0.5);
  }

  .md\:text-fuchsia-500\/55{
    color: rgb(217 70 239 / 0.55);
  }

  .md\:text-fuchsia-500\/60{
    color: rgb(217 70 239 / 0.6);
  }

  .md\:text-fuchsia-500\/65{
    color: rgb(217 70 239 / 0.65);
  }

  .md\:text-fuchsia-500\/70{
    color: rgb(217 70 239 / 0.7);
  }

  .md\:text-fuchsia-500\/75{
    color: rgb(217 70 239 / 0.75);
  }

  .md\:text-fuchsia-500\/80{
    color: rgb(217 70 239 / 0.8);
  }

  .md\:text-fuchsia-500\/85{
    color: rgb(217 70 239 / 0.85);
  }

  .md\:text-fuchsia-500\/90{
    color: rgb(217 70 239 / 0.9);
  }

  .md\:text-fuchsia-500\/95{
    color: rgb(217 70 239 / 0.95);
  }

  .md\:text-fuchsia-600{
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-600\/0{
    color: rgb(192 38 211 / 0);
  }

  .md\:text-fuchsia-600\/10{
    color: rgb(192 38 211 / 0.1);
  }

  .md\:text-fuchsia-600\/100{
    color: rgb(192 38 211 / 1);
  }

  .md\:text-fuchsia-600\/15{
    color: rgb(192 38 211 / 0.15);
  }

  .md\:text-fuchsia-600\/20{
    color: rgb(192 38 211 / 0.2);
  }

  .md\:text-fuchsia-600\/25{
    color: rgb(192 38 211 / 0.25);
  }

  .md\:text-fuchsia-600\/30{
    color: rgb(192 38 211 / 0.3);
  }

  .md\:text-fuchsia-600\/35{
    color: rgb(192 38 211 / 0.35);
  }

  .md\:text-fuchsia-600\/40{
    color: rgb(192 38 211 / 0.4);
  }

  .md\:text-fuchsia-600\/45{
    color: rgb(192 38 211 / 0.45);
  }

  .md\:text-fuchsia-600\/5{
    color: rgb(192 38 211 / 0.05);
  }

  .md\:text-fuchsia-600\/50{
    color: rgb(192 38 211 / 0.5);
  }

  .md\:text-fuchsia-600\/55{
    color: rgb(192 38 211 / 0.55);
  }

  .md\:text-fuchsia-600\/60{
    color: rgb(192 38 211 / 0.6);
  }

  .md\:text-fuchsia-600\/65{
    color: rgb(192 38 211 / 0.65);
  }

  .md\:text-fuchsia-600\/70{
    color: rgb(192 38 211 / 0.7);
  }

  .md\:text-fuchsia-600\/75{
    color: rgb(192 38 211 / 0.75);
  }

  .md\:text-fuchsia-600\/80{
    color: rgb(192 38 211 / 0.8);
  }

  .md\:text-fuchsia-600\/85{
    color: rgb(192 38 211 / 0.85);
  }

  .md\:text-fuchsia-600\/90{
    color: rgb(192 38 211 / 0.9);
  }

  .md\:text-fuchsia-600\/95{
    color: rgb(192 38 211 / 0.95);
  }

  .md\:text-fuchsia-700{
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-700\/0{
    color: rgb(162 28 175 / 0);
  }

  .md\:text-fuchsia-700\/10{
    color: rgb(162 28 175 / 0.1);
  }

  .md\:text-fuchsia-700\/100{
    color: rgb(162 28 175 / 1);
  }

  .md\:text-fuchsia-700\/15{
    color: rgb(162 28 175 / 0.15);
  }

  .md\:text-fuchsia-700\/20{
    color: rgb(162 28 175 / 0.2);
  }

  .md\:text-fuchsia-700\/25{
    color: rgb(162 28 175 / 0.25);
  }

  .md\:text-fuchsia-700\/30{
    color: rgb(162 28 175 / 0.3);
  }

  .md\:text-fuchsia-700\/35{
    color: rgb(162 28 175 / 0.35);
  }

  .md\:text-fuchsia-700\/40{
    color: rgb(162 28 175 / 0.4);
  }

  .md\:text-fuchsia-700\/45{
    color: rgb(162 28 175 / 0.45);
  }

  .md\:text-fuchsia-700\/5{
    color: rgb(162 28 175 / 0.05);
  }

  .md\:text-fuchsia-700\/50{
    color: rgb(162 28 175 / 0.5);
  }

  .md\:text-fuchsia-700\/55{
    color: rgb(162 28 175 / 0.55);
  }

  .md\:text-fuchsia-700\/60{
    color: rgb(162 28 175 / 0.6);
  }

  .md\:text-fuchsia-700\/65{
    color: rgb(162 28 175 / 0.65);
  }

  .md\:text-fuchsia-700\/70{
    color: rgb(162 28 175 / 0.7);
  }

  .md\:text-fuchsia-700\/75{
    color: rgb(162 28 175 / 0.75);
  }

  .md\:text-fuchsia-700\/80{
    color: rgb(162 28 175 / 0.8);
  }

  .md\:text-fuchsia-700\/85{
    color: rgb(162 28 175 / 0.85);
  }

  .md\:text-fuchsia-700\/90{
    color: rgb(162 28 175 / 0.9);
  }

  .md\:text-fuchsia-700\/95{
    color: rgb(162 28 175 / 0.95);
  }

  .md\:text-fuchsia-800{
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-800\/0{
    color: rgb(134 25 143 / 0);
  }

  .md\:text-fuchsia-800\/10{
    color: rgb(134 25 143 / 0.1);
  }

  .md\:text-fuchsia-800\/100{
    color: rgb(134 25 143 / 1);
  }

  .md\:text-fuchsia-800\/15{
    color: rgb(134 25 143 / 0.15);
  }

  .md\:text-fuchsia-800\/20{
    color: rgb(134 25 143 / 0.2);
  }

  .md\:text-fuchsia-800\/25{
    color: rgb(134 25 143 / 0.25);
  }

  .md\:text-fuchsia-800\/30{
    color: rgb(134 25 143 / 0.3);
  }

  .md\:text-fuchsia-800\/35{
    color: rgb(134 25 143 / 0.35);
  }

  .md\:text-fuchsia-800\/40{
    color: rgb(134 25 143 / 0.4);
  }

  .md\:text-fuchsia-800\/45{
    color: rgb(134 25 143 / 0.45);
  }

  .md\:text-fuchsia-800\/5{
    color: rgb(134 25 143 / 0.05);
  }

  .md\:text-fuchsia-800\/50{
    color: rgb(134 25 143 / 0.5);
  }

  .md\:text-fuchsia-800\/55{
    color: rgb(134 25 143 / 0.55);
  }

  .md\:text-fuchsia-800\/60{
    color: rgb(134 25 143 / 0.6);
  }

  .md\:text-fuchsia-800\/65{
    color: rgb(134 25 143 / 0.65);
  }

  .md\:text-fuchsia-800\/70{
    color: rgb(134 25 143 / 0.7);
  }

  .md\:text-fuchsia-800\/75{
    color: rgb(134 25 143 / 0.75);
  }

  .md\:text-fuchsia-800\/80{
    color: rgb(134 25 143 / 0.8);
  }

  .md\:text-fuchsia-800\/85{
    color: rgb(134 25 143 / 0.85);
  }

  .md\:text-fuchsia-800\/90{
    color: rgb(134 25 143 / 0.9);
  }

  .md\:text-fuchsia-800\/95{
    color: rgb(134 25 143 / 0.95);
  }

  .md\:text-fuchsia-900{
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-900\/0{
    color: rgb(112 26 117 / 0);
  }

  .md\:text-fuchsia-900\/10{
    color: rgb(112 26 117 / 0.1);
  }

  .md\:text-fuchsia-900\/100{
    color: rgb(112 26 117 / 1);
  }

  .md\:text-fuchsia-900\/15{
    color: rgb(112 26 117 / 0.15);
  }

  .md\:text-fuchsia-900\/20{
    color: rgb(112 26 117 / 0.2);
  }

  .md\:text-fuchsia-900\/25{
    color: rgb(112 26 117 / 0.25);
  }

  .md\:text-fuchsia-900\/30{
    color: rgb(112 26 117 / 0.3);
  }

  .md\:text-fuchsia-900\/35{
    color: rgb(112 26 117 / 0.35);
  }

  .md\:text-fuchsia-900\/40{
    color: rgb(112 26 117 / 0.4);
  }

  .md\:text-fuchsia-900\/45{
    color: rgb(112 26 117 / 0.45);
  }

  .md\:text-fuchsia-900\/5{
    color: rgb(112 26 117 / 0.05);
  }

  .md\:text-fuchsia-900\/50{
    color: rgb(112 26 117 / 0.5);
  }

  .md\:text-fuchsia-900\/55{
    color: rgb(112 26 117 / 0.55);
  }

  .md\:text-fuchsia-900\/60{
    color: rgb(112 26 117 / 0.6);
  }

  .md\:text-fuchsia-900\/65{
    color: rgb(112 26 117 / 0.65);
  }

  .md\:text-fuchsia-900\/70{
    color: rgb(112 26 117 / 0.7);
  }

  .md\:text-fuchsia-900\/75{
    color: rgb(112 26 117 / 0.75);
  }

  .md\:text-fuchsia-900\/80{
    color: rgb(112 26 117 / 0.8);
  }

  .md\:text-fuchsia-900\/85{
    color: rgb(112 26 117 / 0.85);
  }

  .md\:text-fuchsia-900\/90{
    color: rgb(112 26 117 / 0.9);
  }

  .md\:text-fuchsia-900\/95{
    color: rgb(112 26 117 / 0.95);
  }

  .md\:text-fuchsia-950{
    --tw-text-opacity: 1;
    color: rgb(74 4 78 / var(--tw-text-opacity, 1));
  }

  .md\:text-fuchsia-950\/0{
    color: rgb(74 4 78 / 0);
  }

  .md\:text-fuchsia-950\/10{
    color: rgb(74 4 78 / 0.1);
  }

  .md\:text-fuchsia-950\/100{
    color: rgb(74 4 78 / 1);
  }

  .md\:text-fuchsia-950\/15{
    color: rgb(74 4 78 / 0.15);
  }

  .md\:text-fuchsia-950\/20{
    color: rgb(74 4 78 / 0.2);
  }

  .md\:text-fuchsia-950\/25{
    color: rgb(74 4 78 / 0.25);
  }

  .md\:text-fuchsia-950\/30{
    color: rgb(74 4 78 / 0.3);
  }

  .md\:text-fuchsia-950\/35{
    color: rgb(74 4 78 / 0.35);
  }

  .md\:text-fuchsia-950\/40{
    color: rgb(74 4 78 / 0.4);
  }

  .md\:text-fuchsia-950\/45{
    color: rgb(74 4 78 / 0.45);
  }

  .md\:text-fuchsia-950\/5{
    color: rgb(74 4 78 / 0.05);
  }

  .md\:text-fuchsia-950\/50{
    color: rgb(74 4 78 / 0.5);
  }

  .md\:text-fuchsia-950\/55{
    color: rgb(74 4 78 / 0.55);
  }

  .md\:text-fuchsia-950\/60{
    color: rgb(74 4 78 / 0.6);
  }

  .md\:text-fuchsia-950\/65{
    color: rgb(74 4 78 / 0.65);
  }

  .md\:text-fuchsia-950\/70{
    color: rgb(74 4 78 / 0.7);
  }

  .md\:text-fuchsia-950\/75{
    color: rgb(74 4 78 / 0.75);
  }

  .md\:text-fuchsia-950\/80{
    color: rgb(74 4 78 / 0.8);
  }

  .md\:text-fuchsia-950\/85{
    color: rgb(74 4 78 / 0.85);
  }

  .md\:text-fuchsia-950\/90{
    color: rgb(74 4 78 / 0.9);
  }

  .md\:text-fuchsia-950\/95{
    color: rgb(74 4 78 / 0.95);
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-100\/0{
    color: rgb(243 244 246 / 0);
  }

  .md\:text-gray-100\/10{
    color: rgb(243 244 246 / 0.1);
  }

  .md\:text-gray-100\/100{
    color: rgb(243 244 246 / 1);
  }

  .md\:text-gray-100\/15{
    color: rgb(243 244 246 / 0.15);
  }

  .md\:text-gray-100\/20{
    color: rgb(243 244 246 / 0.2);
  }

  .md\:text-gray-100\/25{
    color: rgb(243 244 246 / 0.25);
  }

  .md\:text-gray-100\/30{
    color: rgb(243 244 246 / 0.3);
  }

  .md\:text-gray-100\/35{
    color: rgb(243 244 246 / 0.35);
  }

  .md\:text-gray-100\/40{
    color: rgb(243 244 246 / 0.4);
  }

  .md\:text-gray-100\/45{
    color: rgb(243 244 246 / 0.45);
  }

  .md\:text-gray-100\/5{
    color: rgb(243 244 246 / 0.05);
  }

  .md\:text-gray-100\/50{
    color: rgb(243 244 246 / 0.5);
  }

  .md\:text-gray-100\/55{
    color: rgb(243 244 246 / 0.55);
  }

  .md\:text-gray-100\/60{
    color: rgb(243 244 246 / 0.6);
  }

  .md\:text-gray-100\/65{
    color: rgb(243 244 246 / 0.65);
  }

  .md\:text-gray-100\/70{
    color: rgb(243 244 246 / 0.7);
  }

  .md\:text-gray-100\/75{
    color: rgb(243 244 246 / 0.75);
  }

  .md\:text-gray-100\/80{
    color: rgb(243 244 246 / 0.8);
  }

  .md\:text-gray-100\/85{
    color: rgb(243 244 246 / 0.85);
  }

  .md\:text-gray-100\/90{
    color: rgb(243 244 246 / 0.9);
  }

  .md\:text-gray-100\/95{
    color: rgb(243 244 246 / 0.95);
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-200\/0{
    color: rgb(229 231 235 / 0);
  }

  .md\:text-gray-200\/10{
    color: rgb(229 231 235 / 0.1);
  }

  .md\:text-gray-200\/100{
    color: rgb(229 231 235 / 1);
  }

  .md\:text-gray-200\/15{
    color: rgb(229 231 235 / 0.15);
  }

  .md\:text-gray-200\/20{
    color: rgb(229 231 235 / 0.2);
  }

  .md\:text-gray-200\/25{
    color: rgb(229 231 235 / 0.25);
  }

  .md\:text-gray-200\/30{
    color: rgb(229 231 235 / 0.3);
  }

  .md\:text-gray-200\/35{
    color: rgb(229 231 235 / 0.35);
  }

  .md\:text-gray-200\/40{
    color: rgb(229 231 235 / 0.4);
  }

  .md\:text-gray-200\/45{
    color: rgb(229 231 235 / 0.45);
  }

  .md\:text-gray-200\/5{
    color: rgb(229 231 235 / 0.05);
  }

  .md\:text-gray-200\/50{
    color: rgb(229 231 235 / 0.5);
  }

  .md\:text-gray-200\/55{
    color: rgb(229 231 235 / 0.55);
  }

  .md\:text-gray-200\/60{
    color: rgb(229 231 235 / 0.6);
  }

  .md\:text-gray-200\/65{
    color: rgb(229 231 235 / 0.65);
  }

  .md\:text-gray-200\/70{
    color: rgb(229 231 235 / 0.7);
  }

  .md\:text-gray-200\/75{
    color: rgb(229 231 235 / 0.75);
  }

  .md\:text-gray-200\/80{
    color: rgb(229 231 235 / 0.8);
  }

  .md\:text-gray-200\/85{
    color: rgb(229 231 235 / 0.85);
  }

  .md\:text-gray-200\/90{
    color: rgb(229 231 235 / 0.9);
  }

  .md\:text-gray-200\/95{
    color: rgb(229 231 235 / 0.95);
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-300\/0{
    color: rgb(209 213 219 / 0);
  }

  .md\:text-gray-300\/10{
    color: rgb(209 213 219 / 0.1);
  }

  .md\:text-gray-300\/100{
    color: rgb(209 213 219 / 1);
  }

  .md\:text-gray-300\/15{
    color: rgb(209 213 219 / 0.15);
  }

  .md\:text-gray-300\/20{
    color: rgb(209 213 219 / 0.2);
  }

  .md\:text-gray-300\/25{
    color: rgb(209 213 219 / 0.25);
  }

  .md\:text-gray-300\/30{
    color: rgb(209 213 219 / 0.3);
  }

  .md\:text-gray-300\/35{
    color: rgb(209 213 219 / 0.35);
  }

  .md\:text-gray-300\/40{
    color: rgb(209 213 219 / 0.4);
  }

  .md\:text-gray-300\/45{
    color: rgb(209 213 219 / 0.45);
  }

  .md\:text-gray-300\/5{
    color: rgb(209 213 219 / 0.05);
  }

  .md\:text-gray-300\/50{
    color: rgb(209 213 219 / 0.5);
  }

  .md\:text-gray-300\/55{
    color: rgb(209 213 219 / 0.55);
  }

  .md\:text-gray-300\/60{
    color: rgb(209 213 219 / 0.6);
  }

  .md\:text-gray-300\/65{
    color: rgb(209 213 219 / 0.65);
  }

  .md\:text-gray-300\/70{
    color: rgb(209 213 219 / 0.7);
  }

  .md\:text-gray-300\/75{
    color: rgb(209 213 219 / 0.75);
  }

  .md\:text-gray-300\/80{
    color: rgb(209 213 219 / 0.8);
  }

  .md\:text-gray-300\/85{
    color: rgb(209 213 219 / 0.85);
  }

  .md\:text-gray-300\/90{
    color: rgb(209 213 219 / 0.9);
  }

  .md\:text-gray-300\/95{
    color: rgb(209 213 219 / 0.95);
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-400\/0{
    color: rgb(156 163 175 / 0);
  }

  .md\:text-gray-400\/10{
    color: rgb(156 163 175 / 0.1);
  }

  .md\:text-gray-400\/100{
    color: rgb(156 163 175 / 1);
  }

  .md\:text-gray-400\/15{
    color: rgb(156 163 175 / 0.15);
  }

  .md\:text-gray-400\/20{
    color: rgb(156 163 175 / 0.2);
  }

  .md\:text-gray-400\/25{
    color: rgb(156 163 175 / 0.25);
  }

  .md\:text-gray-400\/30{
    color: rgb(156 163 175 / 0.3);
  }

  .md\:text-gray-400\/35{
    color: rgb(156 163 175 / 0.35);
  }

  .md\:text-gray-400\/40{
    color: rgb(156 163 175 / 0.4);
  }

  .md\:text-gray-400\/45{
    color: rgb(156 163 175 / 0.45);
  }

  .md\:text-gray-400\/5{
    color: rgb(156 163 175 / 0.05);
  }

  .md\:text-gray-400\/50{
    color: rgb(156 163 175 / 0.5);
  }

  .md\:text-gray-400\/55{
    color: rgb(156 163 175 / 0.55);
  }

  .md\:text-gray-400\/60{
    color: rgb(156 163 175 / 0.6);
  }

  .md\:text-gray-400\/65{
    color: rgb(156 163 175 / 0.65);
  }

  .md\:text-gray-400\/70{
    color: rgb(156 163 175 / 0.7);
  }

  .md\:text-gray-400\/75{
    color: rgb(156 163 175 / 0.75);
  }

  .md\:text-gray-400\/80{
    color: rgb(156 163 175 / 0.8);
  }

  .md\:text-gray-400\/85{
    color: rgb(156 163 175 / 0.85);
  }

  .md\:text-gray-400\/90{
    color: rgb(156 163 175 / 0.9);
  }

  .md\:text-gray-400\/95{
    color: rgb(156 163 175 / 0.95);
  }

  .md\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-50\/0{
    color: rgb(249 250 251 / 0);
  }

  .md\:text-gray-50\/10{
    color: rgb(249 250 251 / 0.1);
  }

  .md\:text-gray-50\/100{
    color: rgb(249 250 251 / 1);
  }

  .md\:text-gray-50\/15{
    color: rgb(249 250 251 / 0.15);
  }

  .md\:text-gray-50\/20{
    color: rgb(249 250 251 / 0.2);
  }

  .md\:text-gray-50\/25{
    color: rgb(249 250 251 / 0.25);
  }

  .md\:text-gray-50\/30{
    color: rgb(249 250 251 / 0.3);
  }

  .md\:text-gray-50\/35{
    color: rgb(249 250 251 / 0.35);
  }

  .md\:text-gray-50\/40{
    color: rgb(249 250 251 / 0.4);
  }

  .md\:text-gray-50\/45{
    color: rgb(249 250 251 / 0.45);
  }

  .md\:text-gray-50\/5{
    color: rgb(249 250 251 / 0.05);
  }

  .md\:text-gray-50\/50{
    color: rgb(249 250 251 / 0.5);
  }

  .md\:text-gray-50\/55{
    color: rgb(249 250 251 / 0.55);
  }

  .md\:text-gray-50\/60{
    color: rgb(249 250 251 / 0.6);
  }

  .md\:text-gray-50\/65{
    color: rgb(249 250 251 / 0.65);
  }

  .md\:text-gray-50\/70{
    color: rgb(249 250 251 / 0.7);
  }

  .md\:text-gray-50\/75{
    color: rgb(249 250 251 / 0.75);
  }

  .md\:text-gray-50\/80{
    color: rgb(249 250 251 / 0.8);
  }

  .md\:text-gray-50\/85{
    color: rgb(249 250 251 / 0.85);
  }

  .md\:text-gray-50\/90{
    color: rgb(249 250 251 / 0.9);
  }

  .md\:text-gray-50\/95{
    color: rgb(249 250 251 / 0.95);
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-500\/0{
    color: rgb(107 114 128 / 0);
  }

  .md\:text-gray-500\/10{
    color: rgb(107 114 128 / 0.1);
  }

  .md\:text-gray-500\/100{
    color: rgb(107 114 128 / 1);
  }

  .md\:text-gray-500\/15{
    color: rgb(107 114 128 / 0.15);
  }

  .md\:text-gray-500\/20{
    color: rgb(107 114 128 / 0.2);
  }

  .md\:text-gray-500\/25{
    color: rgb(107 114 128 / 0.25);
  }

  .md\:text-gray-500\/30{
    color: rgb(107 114 128 / 0.3);
  }

  .md\:text-gray-500\/35{
    color: rgb(107 114 128 / 0.35);
  }

  .md\:text-gray-500\/40{
    color: rgb(107 114 128 / 0.4);
  }

  .md\:text-gray-500\/45{
    color: rgb(107 114 128 / 0.45);
  }

  .md\:text-gray-500\/5{
    color: rgb(107 114 128 / 0.05);
  }

  .md\:text-gray-500\/50{
    color: rgb(107 114 128 / 0.5);
  }

  .md\:text-gray-500\/55{
    color: rgb(107 114 128 / 0.55);
  }

  .md\:text-gray-500\/60{
    color: rgb(107 114 128 / 0.6);
  }

  .md\:text-gray-500\/65{
    color: rgb(107 114 128 / 0.65);
  }

  .md\:text-gray-500\/70{
    color: rgb(107 114 128 / 0.7);
  }

  .md\:text-gray-500\/75{
    color: rgb(107 114 128 / 0.75);
  }

  .md\:text-gray-500\/80{
    color: rgb(107 114 128 / 0.8);
  }

  .md\:text-gray-500\/85{
    color: rgb(107 114 128 / 0.85);
  }

  .md\:text-gray-500\/90{
    color: rgb(107 114 128 / 0.9);
  }

  .md\:text-gray-500\/95{
    color: rgb(107 114 128 / 0.95);
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-600\/0{
    color: rgb(75 85 99 / 0);
  }

  .md\:text-gray-600\/10{
    color: rgb(75 85 99 / 0.1);
  }

  .md\:text-gray-600\/100{
    color: rgb(75 85 99 / 1);
  }

  .md\:text-gray-600\/15{
    color: rgb(75 85 99 / 0.15);
  }

  .md\:text-gray-600\/20{
    color: rgb(75 85 99 / 0.2);
  }

  .md\:text-gray-600\/25{
    color: rgb(75 85 99 / 0.25);
  }

  .md\:text-gray-600\/30{
    color: rgb(75 85 99 / 0.3);
  }

  .md\:text-gray-600\/35{
    color: rgb(75 85 99 / 0.35);
  }

  .md\:text-gray-600\/40{
    color: rgb(75 85 99 / 0.4);
  }

  .md\:text-gray-600\/45{
    color: rgb(75 85 99 / 0.45);
  }

  .md\:text-gray-600\/5{
    color: rgb(75 85 99 / 0.05);
  }

  .md\:text-gray-600\/50{
    color: rgb(75 85 99 / 0.5);
  }

  .md\:text-gray-600\/55{
    color: rgb(75 85 99 / 0.55);
  }

  .md\:text-gray-600\/60{
    color: rgb(75 85 99 / 0.6);
  }

  .md\:text-gray-600\/65{
    color: rgb(75 85 99 / 0.65);
  }

  .md\:text-gray-600\/70{
    color: rgb(75 85 99 / 0.7);
  }

  .md\:text-gray-600\/75{
    color: rgb(75 85 99 / 0.75);
  }

  .md\:text-gray-600\/80{
    color: rgb(75 85 99 / 0.8);
  }

  .md\:text-gray-600\/85{
    color: rgb(75 85 99 / 0.85);
  }

  .md\:text-gray-600\/90{
    color: rgb(75 85 99 / 0.9);
  }

  .md\:text-gray-600\/95{
    color: rgb(75 85 99 / 0.95);
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-700\/0{
    color: rgb(55 65 81 / 0);
  }

  .md\:text-gray-700\/10{
    color: rgb(55 65 81 / 0.1);
  }

  .md\:text-gray-700\/100{
    color: rgb(55 65 81 / 1);
  }

  .md\:text-gray-700\/15{
    color: rgb(55 65 81 / 0.15);
  }

  .md\:text-gray-700\/20{
    color: rgb(55 65 81 / 0.2);
  }

  .md\:text-gray-700\/25{
    color: rgb(55 65 81 / 0.25);
  }

  .md\:text-gray-700\/30{
    color: rgb(55 65 81 / 0.3);
  }

  .md\:text-gray-700\/35{
    color: rgb(55 65 81 / 0.35);
  }

  .md\:text-gray-700\/40{
    color: rgb(55 65 81 / 0.4);
  }

  .md\:text-gray-700\/45{
    color: rgb(55 65 81 / 0.45);
  }

  .md\:text-gray-700\/5{
    color: rgb(55 65 81 / 0.05);
  }

  .md\:text-gray-700\/50{
    color: rgb(55 65 81 / 0.5);
  }

  .md\:text-gray-700\/55{
    color: rgb(55 65 81 / 0.55);
  }

  .md\:text-gray-700\/60{
    color: rgb(55 65 81 / 0.6);
  }

  .md\:text-gray-700\/65{
    color: rgb(55 65 81 / 0.65);
  }

  .md\:text-gray-700\/70{
    color: rgb(55 65 81 / 0.7);
  }

  .md\:text-gray-700\/75{
    color: rgb(55 65 81 / 0.75);
  }

  .md\:text-gray-700\/80{
    color: rgb(55 65 81 / 0.8);
  }

  .md\:text-gray-700\/85{
    color: rgb(55 65 81 / 0.85);
  }

  .md\:text-gray-700\/90{
    color: rgb(55 65 81 / 0.9);
  }

  .md\:text-gray-700\/95{
    color: rgb(55 65 81 / 0.95);
  }

  .md\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-800\/0{
    color: rgb(31 41 55 / 0);
  }

  .md\:text-gray-800\/10{
    color: rgb(31 41 55 / 0.1);
  }

  .md\:text-gray-800\/100{
    color: rgb(31 41 55 / 1);
  }

  .md\:text-gray-800\/15{
    color: rgb(31 41 55 / 0.15);
  }

  .md\:text-gray-800\/20{
    color: rgb(31 41 55 / 0.2);
  }

  .md\:text-gray-800\/25{
    color: rgb(31 41 55 / 0.25);
  }

  .md\:text-gray-800\/30{
    color: rgb(31 41 55 / 0.3);
  }

  .md\:text-gray-800\/35{
    color: rgb(31 41 55 / 0.35);
  }

  .md\:text-gray-800\/40{
    color: rgb(31 41 55 / 0.4);
  }

  .md\:text-gray-800\/45{
    color: rgb(31 41 55 / 0.45);
  }

  .md\:text-gray-800\/5{
    color: rgb(31 41 55 / 0.05);
  }

  .md\:text-gray-800\/50{
    color: rgb(31 41 55 / 0.5);
  }

  .md\:text-gray-800\/55{
    color: rgb(31 41 55 / 0.55);
  }

  .md\:text-gray-800\/60{
    color: rgb(31 41 55 / 0.6);
  }

  .md\:text-gray-800\/65{
    color: rgb(31 41 55 / 0.65);
  }

  .md\:text-gray-800\/70{
    color: rgb(31 41 55 / 0.7);
  }

  .md\:text-gray-800\/75{
    color: rgb(31 41 55 / 0.75);
  }

  .md\:text-gray-800\/80{
    color: rgb(31 41 55 / 0.8);
  }

  .md\:text-gray-800\/85{
    color: rgb(31 41 55 / 0.85);
  }

  .md\:text-gray-800\/90{
    color: rgb(31 41 55 / 0.9);
  }

  .md\:text-gray-800\/95{
    color: rgb(31 41 55 / 0.95);
  }

  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-900\/0{
    color: rgb(17 24 39 / 0);
  }

  .md\:text-gray-900\/10{
    color: rgb(17 24 39 / 0.1);
  }

  .md\:text-gray-900\/100{
    color: rgb(17 24 39 / 1);
  }

  .md\:text-gray-900\/15{
    color: rgb(17 24 39 / 0.15);
  }

  .md\:text-gray-900\/20{
    color: rgb(17 24 39 / 0.2);
  }

  .md\:text-gray-900\/25{
    color: rgb(17 24 39 / 0.25);
  }

  .md\:text-gray-900\/30{
    color: rgb(17 24 39 / 0.3);
  }

  .md\:text-gray-900\/35{
    color: rgb(17 24 39 / 0.35);
  }

  .md\:text-gray-900\/40{
    color: rgb(17 24 39 / 0.4);
  }

  .md\:text-gray-900\/45{
    color: rgb(17 24 39 / 0.45);
  }

  .md\:text-gray-900\/5{
    color: rgb(17 24 39 / 0.05);
  }

  .md\:text-gray-900\/50{
    color: rgb(17 24 39 / 0.5);
  }

  .md\:text-gray-900\/55{
    color: rgb(17 24 39 / 0.55);
  }

  .md\:text-gray-900\/60{
    color: rgb(17 24 39 / 0.6);
  }

  .md\:text-gray-900\/65{
    color: rgb(17 24 39 / 0.65);
  }

  .md\:text-gray-900\/70{
    color: rgb(17 24 39 / 0.7);
  }

  .md\:text-gray-900\/75{
    color: rgb(17 24 39 / 0.75);
  }

  .md\:text-gray-900\/80{
    color: rgb(17 24 39 / 0.8);
  }

  .md\:text-gray-900\/85{
    color: rgb(17 24 39 / 0.85);
  }

  .md\:text-gray-900\/90{
    color: rgb(17 24 39 / 0.9);
  }

  .md\:text-gray-900\/95{
    color: rgb(17 24 39 / 0.95);
  }

  .md\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }

  .md\:text-gray-950\/0{
    color: rgb(3 7 18 / 0);
  }

  .md\:text-gray-950\/10{
    color: rgb(3 7 18 / 0.1);
  }

  .md\:text-gray-950\/100{
    color: rgb(3 7 18 / 1);
  }

  .md\:text-gray-950\/15{
    color: rgb(3 7 18 / 0.15);
  }

  .md\:text-gray-950\/20{
    color: rgb(3 7 18 / 0.2);
  }

  .md\:text-gray-950\/25{
    color: rgb(3 7 18 / 0.25);
  }

  .md\:text-gray-950\/30{
    color: rgb(3 7 18 / 0.3);
  }

  .md\:text-gray-950\/35{
    color: rgb(3 7 18 / 0.35);
  }

  .md\:text-gray-950\/40{
    color: rgb(3 7 18 / 0.4);
  }

  .md\:text-gray-950\/45{
    color: rgb(3 7 18 / 0.45);
  }

  .md\:text-gray-950\/5{
    color: rgb(3 7 18 / 0.05);
  }

  .md\:text-gray-950\/50{
    color: rgb(3 7 18 / 0.5);
  }

  .md\:text-gray-950\/55{
    color: rgb(3 7 18 / 0.55);
  }

  .md\:text-gray-950\/60{
    color: rgb(3 7 18 / 0.6);
  }

  .md\:text-gray-950\/65{
    color: rgb(3 7 18 / 0.65);
  }

  .md\:text-gray-950\/70{
    color: rgb(3 7 18 / 0.7);
  }

  .md\:text-gray-950\/75{
    color: rgb(3 7 18 / 0.75);
  }

  .md\:text-gray-950\/80{
    color: rgb(3 7 18 / 0.8);
  }

  .md\:text-gray-950\/85{
    color: rgb(3 7 18 / 0.85);
  }

  .md\:text-gray-950\/90{
    color: rgb(3 7 18 / 0.9);
  }

  .md\:text-gray-950\/95{
    color: rgb(3 7 18 / 0.95);
  }

  .md\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-100\/0{
    color: rgb(220 252 231 / 0);
  }

  .md\:text-green-100\/10{
    color: rgb(220 252 231 / 0.1);
  }

  .md\:text-green-100\/100{
    color: rgb(220 252 231 / 1);
  }

  .md\:text-green-100\/15{
    color: rgb(220 252 231 / 0.15);
  }

  .md\:text-green-100\/20{
    color: rgb(220 252 231 / 0.2);
  }

  .md\:text-green-100\/25{
    color: rgb(220 252 231 / 0.25);
  }

  .md\:text-green-100\/30{
    color: rgb(220 252 231 / 0.3);
  }

  .md\:text-green-100\/35{
    color: rgb(220 252 231 / 0.35);
  }

  .md\:text-green-100\/40{
    color: rgb(220 252 231 / 0.4);
  }

  .md\:text-green-100\/45{
    color: rgb(220 252 231 / 0.45);
  }

  .md\:text-green-100\/5{
    color: rgb(220 252 231 / 0.05);
  }

  .md\:text-green-100\/50{
    color: rgb(220 252 231 / 0.5);
  }

  .md\:text-green-100\/55{
    color: rgb(220 252 231 / 0.55);
  }

  .md\:text-green-100\/60{
    color: rgb(220 252 231 / 0.6);
  }

  .md\:text-green-100\/65{
    color: rgb(220 252 231 / 0.65);
  }

  .md\:text-green-100\/70{
    color: rgb(220 252 231 / 0.7);
  }

  .md\:text-green-100\/75{
    color: rgb(220 252 231 / 0.75);
  }

  .md\:text-green-100\/80{
    color: rgb(220 252 231 / 0.8);
  }

  .md\:text-green-100\/85{
    color: rgb(220 252 231 / 0.85);
  }

  .md\:text-green-100\/90{
    color: rgb(220 252 231 / 0.9);
  }

  .md\:text-green-100\/95{
    color: rgb(220 252 231 / 0.95);
  }

  .md\:text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-200\/0{
    color: rgb(187 247 208 / 0);
  }

  .md\:text-green-200\/10{
    color: rgb(187 247 208 / 0.1);
  }

  .md\:text-green-200\/100{
    color: rgb(187 247 208 / 1);
  }

  .md\:text-green-200\/15{
    color: rgb(187 247 208 / 0.15);
  }

  .md\:text-green-200\/20{
    color: rgb(187 247 208 / 0.2);
  }

  .md\:text-green-200\/25{
    color: rgb(187 247 208 / 0.25);
  }

  .md\:text-green-200\/30{
    color: rgb(187 247 208 / 0.3);
  }

  .md\:text-green-200\/35{
    color: rgb(187 247 208 / 0.35);
  }

  .md\:text-green-200\/40{
    color: rgb(187 247 208 / 0.4);
  }

  .md\:text-green-200\/45{
    color: rgb(187 247 208 / 0.45);
  }

  .md\:text-green-200\/5{
    color: rgb(187 247 208 / 0.05);
  }

  .md\:text-green-200\/50{
    color: rgb(187 247 208 / 0.5);
  }

  .md\:text-green-200\/55{
    color: rgb(187 247 208 / 0.55);
  }

  .md\:text-green-200\/60{
    color: rgb(187 247 208 / 0.6);
  }

  .md\:text-green-200\/65{
    color: rgb(187 247 208 / 0.65);
  }

  .md\:text-green-200\/70{
    color: rgb(187 247 208 / 0.7);
  }

  .md\:text-green-200\/75{
    color: rgb(187 247 208 / 0.75);
  }

  .md\:text-green-200\/80{
    color: rgb(187 247 208 / 0.8);
  }

  .md\:text-green-200\/85{
    color: rgb(187 247 208 / 0.85);
  }

  .md\:text-green-200\/90{
    color: rgb(187 247 208 / 0.9);
  }

  .md\:text-green-200\/95{
    color: rgb(187 247 208 / 0.95);
  }

  .md\:text-green-300{
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-300\/0{
    color: rgb(134 239 172 / 0);
  }

  .md\:text-green-300\/10{
    color: rgb(134 239 172 / 0.1);
  }

  .md\:text-green-300\/100{
    color: rgb(134 239 172 / 1);
  }

  .md\:text-green-300\/15{
    color: rgb(134 239 172 / 0.15);
  }

  .md\:text-green-300\/20{
    color: rgb(134 239 172 / 0.2);
  }

  .md\:text-green-300\/25{
    color: rgb(134 239 172 / 0.25);
  }

  .md\:text-green-300\/30{
    color: rgb(134 239 172 / 0.3);
  }

  .md\:text-green-300\/35{
    color: rgb(134 239 172 / 0.35);
  }

  .md\:text-green-300\/40{
    color: rgb(134 239 172 / 0.4);
  }

  .md\:text-green-300\/45{
    color: rgb(134 239 172 / 0.45);
  }

  .md\:text-green-300\/5{
    color: rgb(134 239 172 / 0.05);
  }

  .md\:text-green-300\/50{
    color: rgb(134 239 172 / 0.5);
  }

  .md\:text-green-300\/55{
    color: rgb(134 239 172 / 0.55);
  }

  .md\:text-green-300\/60{
    color: rgb(134 239 172 / 0.6);
  }

  .md\:text-green-300\/65{
    color: rgb(134 239 172 / 0.65);
  }

  .md\:text-green-300\/70{
    color: rgb(134 239 172 / 0.7);
  }

  .md\:text-green-300\/75{
    color: rgb(134 239 172 / 0.75);
  }

  .md\:text-green-300\/80{
    color: rgb(134 239 172 / 0.8);
  }

  .md\:text-green-300\/85{
    color: rgb(134 239 172 / 0.85);
  }

  .md\:text-green-300\/90{
    color: rgb(134 239 172 / 0.9);
  }

  .md\:text-green-300\/95{
    color: rgb(134 239 172 / 0.95);
  }

  .md\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-400\/0{
    color: rgb(74 222 128 / 0);
  }

  .md\:text-green-400\/10{
    color: rgb(74 222 128 / 0.1);
  }

  .md\:text-green-400\/100{
    color: rgb(74 222 128 / 1);
  }

  .md\:text-green-400\/15{
    color: rgb(74 222 128 / 0.15);
  }

  .md\:text-green-400\/20{
    color: rgb(74 222 128 / 0.2);
  }

  .md\:text-green-400\/25{
    color: rgb(74 222 128 / 0.25);
  }

  .md\:text-green-400\/30{
    color: rgb(74 222 128 / 0.3);
  }

  .md\:text-green-400\/35{
    color: rgb(74 222 128 / 0.35);
  }

  .md\:text-green-400\/40{
    color: rgb(74 222 128 / 0.4);
  }

  .md\:text-green-400\/45{
    color: rgb(74 222 128 / 0.45);
  }

  .md\:text-green-400\/5{
    color: rgb(74 222 128 / 0.05);
  }

  .md\:text-green-400\/50{
    color: rgb(74 222 128 / 0.5);
  }

  .md\:text-green-400\/55{
    color: rgb(74 222 128 / 0.55);
  }

  .md\:text-green-400\/60{
    color: rgb(74 222 128 / 0.6);
  }

  .md\:text-green-400\/65{
    color: rgb(74 222 128 / 0.65);
  }

  .md\:text-green-400\/70{
    color: rgb(74 222 128 / 0.7);
  }

  .md\:text-green-400\/75{
    color: rgb(74 222 128 / 0.75);
  }

  .md\:text-green-400\/80{
    color: rgb(74 222 128 / 0.8);
  }

  .md\:text-green-400\/85{
    color: rgb(74 222 128 / 0.85);
  }

  .md\:text-green-400\/90{
    color: rgb(74 222 128 / 0.9);
  }

  .md\:text-green-400\/95{
    color: rgb(74 222 128 / 0.95);
  }

  .md\:text-green-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-50\/0{
    color: rgb(240 253 244 / 0);
  }

  .md\:text-green-50\/10{
    color: rgb(240 253 244 / 0.1);
  }

  .md\:text-green-50\/100{
    color: rgb(240 253 244 / 1);
  }

  .md\:text-green-50\/15{
    color: rgb(240 253 244 / 0.15);
  }

  .md\:text-green-50\/20{
    color: rgb(240 253 244 / 0.2);
  }

  .md\:text-green-50\/25{
    color: rgb(240 253 244 / 0.25);
  }

  .md\:text-green-50\/30{
    color: rgb(240 253 244 / 0.3);
  }

  .md\:text-green-50\/35{
    color: rgb(240 253 244 / 0.35);
  }

  .md\:text-green-50\/40{
    color: rgb(240 253 244 / 0.4);
  }

  .md\:text-green-50\/45{
    color: rgb(240 253 244 / 0.45);
  }

  .md\:text-green-50\/5{
    color: rgb(240 253 244 / 0.05);
  }

  .md\:text-green-50\/50{
    color: rgb(240 253 244 / 0.5);
  }

  .md\:text-green-50\/55{
    color: rgb(240 253 244 / 0.55);
  }

  .md\:text-green-50\/60{
    color: rgb(240 253 244 / 0.6);
  }

  .md\:text-green-50\/65{
    color: rgb(240 253 244 / 0.65);
  }

  .md\:text-green-50\/70{
    color: rgb(240 253 244 / 0.7);
  }

  .md\:text-green-50\/75{
    color: rgb(240 253 244 / 0.75);
  }

  .md\:text-green-50\/80{
    color: rgb(240 253 244 / 0.8);
  }

  .md\:text-green-50\/85{
    color: rgb(240 253 244 / 0.85);
  }

  .md\:text-green-50\/90{
    color: rgb(240 253 244 / 0.9);
  }

  .md\:text-green-50\/95{
    color: rgb(240 253 244 / 0.95);
  }

  .md\:text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-500\/0{
    color: rgb(34 197 94 / 0);
  }

  .md\:text-green-500\/10{
    color: rgb(34 197 94 / 0.1);
  }

  .md\:text-green-500\/100{
    color: rgb(34 197 94 / 1);
  }

  .md\:text-green-500\/15{
    color: rgb(34 197 94 / 0.15);
  }

  .md\:text-green-500\/20{
    color: rgb(34 197 94 / 0.2);
  }

  .md\:text-green-500\/25{
    color: rgb(34 197 94 / 0.25);
  }

  .md\:text-green-500\/30{
    color: rgb(34 197 94 / 0.3);
  }

  .md\:text-green-500\/35{
    color: rgb(34 197 94 / 0.35);
  }

  .md\:text-green-500\/40{
    color: rgb(34 197 94 / 0.4);
  }

  .md\:text-green-500\/45{
    color: rgb(34 197 94 / 0.45);
  }

  .md\:text-green-500\/5{
    color: rgb(34 197 94 / 0.05);
  }

  .md\:text-green-500\/50{
    color: rgb(34 197 94 / 0.5);
  }

  .md\:text-green-500\/55{
    color: rgb(34 197 94 / 0.55);
  }

  .md\:text-green-500\/60{
    color: rgb(34 197 94 / 0.6);
  }

  .md\:text-green-500\/65{
    color: rgb(34 197 94 / 0.65);
  }

  .md\:text-green-500\/70{
    color: rgb(34 197 94 / 0.7);
  }

  .md\:text-green-500\/75{
    color: rgb(34 197 94 / 0.75);
  }

  .md\:text-green-500\/80{
    color: rgb(34 197 94 / 0.8);
  }

  .md\:text-green-500\/85{
    color: rgb(34 197 94 / 0.85);
  }

  .md\:text-green-500\/90{
    color: rgb(34 197 94 / 0.9);
  }

  .md\:text-green-500\/95{
    color: rgb(34 197 94 / 0.95);
  }

  .md\:text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-600\/0{
    color: rgb(22 163 74 / 0);
  }

  .md\:text-green-600\/10{
    color: rgb(22 163 74 / 0.1);
  }

  .md\:text-green-600\/100{
    color: rgb(22 163 74 / 1);
  }

  .md\:text-green-600\/15{
    color: rgb(22 163 74 / 0.15);
  }

  .md\:text-green-600\/20{
    color: rgb(22 163 74 / 0.2);
  }

  .md\:text-green-600\/25{
    color: rgb(22 163 74 / 0.25);
  }

  .md\:text-green-600\/30{
    color: rgb(22 163 74 / 0.3);
  }

  .md\:text-green-600\/35{
    color: rgb(22 163 74 / 0.35);
  }

  .md\:text-green-600\/40{
    color: rgb(22 163 74 / 0.4);
  }

  .md\:text-green-600\/45{
    color: rgb(22 163 74 / 0.45);
  }

  .md\:text-green-600\/5{
    color: rgb(22 163 74 / 0.05);
  }

  .md\:text-green-600\/50{
    color: rgb(22 163 74 / 0.5);
  }

  .md\:text-green-600\/55{
    color: rgb(22 163 74 / 0.55);
  }

  .md\:text-green-600\/60{
    color: rgb(22 163 74 / 0.6);
  }

  .md\:text-green-600\/65{
    color: rgb(22 163 74 / 0.65);
  }

  .md\:text-green-600\/70{
    color: rgb(22 163 74 / 0.7);
  }

  .md\:text-green-600\/75{
    color: rgb(22 163 74 / 0.75);
  }

  .md\:text-green-600\/80{
    color: rgb(22 163 74 / 0.8);
  }

  .md\:text-green-600\/85{
    color: rgb(22 163 74 / 0.85);
  }

  .md\:text-green-600\/90{
    color: rgb(22 163 74 / 0.9);
  }

  .md\:text-green-600\/95{
    color: rgb(22 163 74 / 0.95);
  }

  .md\:text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-700\/0{
    color: rgb(21 128 61 / 0);
  }

  .md\:text-green-700\/10{
    color: rgb(21 128 61 / 0.1);
  }

  .md\:text-green-700\/100{
    color: rgb(21 128 61 / 1);
  }

  .md\:text-green-700\/15{
    color: rgb(21 128 61 / 0.15);
  }

  .md\:text-green-700\/20{
    color: rgb(21 128 61 / 0.2);
  }

  .md\:text-green-700\/25{
    color: rgb(21 128 61 / 0.25);
  }

  .md\:text-green-700\/30{
    color: rgb(21 128 61 / 0.3);
  }

  .md\:text-green-700\/35{
    color: rgb(21 128 61 / 0.35);
  }

  .md\:text-green-700\/40{
    color: rgb(21 128 61 / 0.4);
  }

  .md\:text-green-700\/45{
    color: rgb(21 128 61 / 0.45);
  }

  .md\:text-green-700\/5{
    color: rgb(21 128 61 / 0.05);
  }

  .md\:text-green-700\/50{
    color: rgb(21 128 61 / 0.5);
  }

  .md\:text-green-700\/55{
    color: rgb(21 128 61 / 0.55);
  }

  .md\:text-green-700\/60{
    color: rgb(21 128 61 / 0.6);
  }

  .md\:text-green-700\/65{
    color: rgb(21 128 61 / 0.65);
  }

  .md\:text-green-700\/70{
    color: rgb(21 128 61 / 0.7);
  }

  .md\:text-green-700\/75{
    color: rgb(21 128 61 / 0.75);
  }

  .md\:text-green-700\/80{
    color: rgb(21 128 61 / 0.8);
  }

  .md\:text-green-700\/85{
    color: rgb(21 128 61 / 0.85);
  }

  .md\:text-green-700\/90{
    color: rgb(21 128 61 / 0.9);
  }

  .md\:text-green-700\/95{
    color: rgb(21 128 61 / 0.95);
  }

  .md\:text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-800\/0{
    color: rgb(22 101 52 / 0);
  }

  .md\:text-green-800\/10{
    color: rgb(22 101 52 / 0.1);
  }

  .md\:text-green-800\/100{
    color: rgb(22 101 52 / 1);
  }

  .md\:text-green-800\/15{
    color: rgb(22 101 52 / 0.15);
  }

  .md\:text-green-800\/20{
    color: rgb(22 101 52 / 0.2);
  }

  .md\:text-green-800\/25{
    color: rgb(22 101 52 / 0.25);
  }

  .md\:text-green-800\/30{
    color: rgb(22 101 52 / 0.3);
  }

  .md\:text-green-800\/35{
    color: rgb(22 101 52 / 0.35);
  }

  .md\:text-green-800\/40{
    color: rgb(22 101 52 / 0.4);
  }

  .md\:text-green-800\/45{
    color: rgb(22 101 52 / 0.45);
  }

  .md\:text-green-800\/5{
    color: rgb(22 101 52 / 0.05);
  }

  .md\:text-green-800\/50{
    color: rgb(22 101 52 / 0.5);
  }

  .md\:text-green-800\/55{
    color: rgb(22 101 52 / 0.55);
  }

  .md\:text-green-800\/60{
    color: rgb(22 101 52 / 0.6);
  }

  .md\:text-green-800\/65{
    color: rgb(22 101 52 / 0.65);
  }

  .md\:text-green-800\/70{
    color: rgb(22 101 52 / 0.7);
  }

  .md\:text-green-800\/75{
    color: rgb(22 101 52 / 0.75);
  }

  .md\:text-green-800\/80{
    color: rgb(22 101 52 / 0.8);
  }

  .md\:text-green-800\/85{
    color: rgb(22 101 52 / 0.85);
  }

  .md\:text-green-800\/90{
    color: rgb(22 101 52 / 0.9);
  }

  .md\:text-green-800\/95{
    color: rgb(22 101 52 / 0.95);
  }

  .md\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-900\/0{
    color: rgb(20 83 45 / 0);
  }

  .md\:text-green-900\/10{
    color: rgb(20 83 45 / 0.1);
  }

  .md\:text-green-900\/100{
    color: rgb(20 83 45 / 1);
  }

  .md\:text-green-900\/15{
    color: rgb(20 83 45 / 0.15);
  }

  .md\:text-green-900\/20{
    color: rgb(20 83 45 / 0.2);
  }

  .md\:text-green-900\/25{
    color: rgb(20 83 45 / 0.25);
  }

  .md\:text-green-900\/30{
    color: rgb(20 83 45 / 0.3);
  }

  .md\:text-green-900\/35{
    color: rgb(20 83 45 / 0.35);
  }

  .md\:text-green-900\/40{
    color: rgb(20 83 45 / 0.4);
  }

  .md\:text-green-900\/45{
    color: rgb(20 83 45 / 0.45);
  }

  .md\:text-green-900\/5{
    color: rgb(20 83 45 / 0.05);
  }

  .md\:text-green-900\/50{
    color: rgb(20 83 45 / 0.5);
  }

  .md\:text-green-900\/55{
    color: rgb(20 83 45 / 0.55);
  }

  .md\:text-green-900\/60{
    color: rgb(20 83 45 / 0.6);
  }

  .md\:text-green-900\/65{
    color: rgb(20 83 45 / 0.65);
  }

  .md\:text-green-900\/70{
    color: rgb(20 83 45 / 0.7);
  }

  .md\:text-green-900\/75{
    color: rgb(20 83 45 / 0.75);
  }

  .md\:text-green-900\/80{
    color: rgb(20 83 45 / 0.8);
  }

  .md\:text-green-900\/85{
    color: rgb(20 83 45 / 0.85);
  }

  .md\:text-green-900\/90{
    color: rgb(20 83 45 / 0.9);
  }

  .md\:text-green-900\/95{
    color: rgb(20 83 45 / 0.95);
  }

  .md\:text-green-950{
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity, 1));
  }

  .md\:text-green-950\/0{
    color: rgb(5 46 22 / 0);
  }

  .md\:text-green-950\/10{
    color: rgb(5 46 22 / 0.1);
  }

  .md\:text-green-950\/100{
    color: rgb(5 46 22 / 1);
  }

  .md\:text-green-950\/15{
    color: rgb(5 46 22 / 0.15);
  }

  .md\:text-green-950\/20{
    color: rgb(5 46 22 / 0.2);
  }

  .md\:text-green-950\/25{
    color: rgb(5 46 22 / 0.25);
  }

  .md\:text-green-950\/30{
    color: rgb(5 46 22 / 0.3);
  }

  .md\:text-green-950\/35{
    color: rgb(5 46 22 / 0.35);
  }

  .md\:text-green-950\/40{
    color: rgb(5 46 22 / 0.4);
  }

  .md\:text-green-950\/45{
    color: rgb(5 46 22 / 0.45);
  }

  .md\:text-green-950\/5{
    color: rgb(5 46 22 / 0.05);
  }

  .md\:text-green-950\/50{
    color: rgb(5 46 22 / 0.5);
  }

  .md\:text-green-950\/55{
    color: rgb(5 46 22 / 0.55);
  }

  .md\:text-green-950\/60{
    color: rgb(5 46 22 / 0.6);
  }

  .md\:text-green-950\/65{
    color: rgb(5 46 22 / 0.65);
  }

  .md\:text-green-950\/70{
    color: rgb(5 46 22 / 0.7);
  }

  .md\:text-green-950\/75{
    color: rgb(5 46 22 / 0.75);
  }

  .md\:text-green-950\/80{
    color: rgb(5 46 22 / 0.8);
  }

  .md\:text-green-950\/85{
    color: rgb(5 46 22 / 0.85);
  }

  .md\:text-green-950\/90{
    color: rgb(5 46 22 / 0.9);
  }

  .md\:text-green-950\/95{
    color: rgb(5 46 22 / 0.95);
  }

  .md\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-100\/0{
    color: rgb(224 231 255 / 0);
  }

  .md\:text-indigo-100\/10{
    color: rgb(224 231 255 / 0.1);
  }

  .md\:text-indigo-100\/100{
    color: rgb(224 231 255 / 1);
  }

  .md\:text-indigo-100\/15{
    color: rgb(224 231 255 / 0.15);
  }

  .md\:text-indigo-100\/20{
    color: rgb(224 231 255 / 0.2);
  }

  .md\:text-indigo-100\/25{
    color: rgb(224 231 255 / 0.25);
  }

  .md\:text-indigo-100\/30{
    color: rgb(224 231 255 / 0.3);
  }

  .md\:text-indigo-100\/35{
    color: rgb(224 231 255 / 0.35);
  }

  .md\:text-indigo-100\/40{
    color: rgb(224 231 255 / 0.4);
  }

  .md\:text-indigo-100\/45{
    color: rgb(224 231 255 / 0.45);
  }

  .md\:text-indigo-100\/5{
    color: rgb(224 231 255 / 0.05);
  }

  .md\:text-indigo-100\/50{
    color: rgb(224 231 255 / 0.5);
  }

  .md\:text-indigo-100\/55{
    color: rgb(224 231 255 / 0.55);
  }

  .md\:text-indigo-100\/60{
    color: rgb(224 231 255 / 0.6);
  }

  .md\:text-indigo-100\/65{
    color: rgb(224 231 255 / 0.65);
  }

  .md\:text-indigo-100\/70{
    color: rgb(224 231 255 / 0.7);
  }

  .md\:text-indigo-100\/75{
    color: rgb(224 231 255 / 0.75);
  }

  .md\:text-indigo-100\/80{
    color: rgb(224 231 255 / 0.8);
  }

  .md\:text-indigo-100\/85{
    color: rgb(224 231 255 / 0.85);
  }

  .md\:text-indigo-100\/90{
    color: rgb(224 231 255 / 0.9);
  }

  .md\:text-indigo-100\/95{
    color: rgb(224 231 255 / 0.95);
  }

  .md\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-200\/0{
    color: rgb(199 210 254 / 0);
  }

  .md\:text-indigo-200\/10{
    color: rgb(199 210 254 / 0.1);
  }

  .md\:text-indigo-200\/100{
    color: rgb(199 210 254 / 1);
  }

  .md\:text-indigo-200\/15{
    color: rgb(199 210 254 / 0.15);
  }

  .md\:text-indigo-200\/20{
    color: rgb(199 210 254 / 0.2);
  }

  .md\:text-indigo-200\/25{
    color: rgb(199 210 254 / 0.25);
  }

  .md\:text-indigo-200\/30{
    color: rgb(199 210 254 / 0.3);
  }

  .md\:text-indigo-200\/35{
    color: rgb(199 210 254 / 0.35);
  }

  .md\:text-indigo-200\/40{
    color: rgb(199 210 254 / 0.4);
  }

  .md\:text-indigo-200\/45{
    color: rgb(199 210 254 / 0.45);
  }

  .md\:text-indigo-200\/5{
    color: rgb(199 210 254 / 0.05);
  }

  .md\:text-indigo-200\/50{
    color: rgb(199 210 254 / 0.5);
  }

  .md\:text-indigo-200\/55{
    color: rgb(199 210 254 / 0.55);
  }

  .md\:text-indigo-200\/60{
    color: rgb(199 210 254 / 0.6);
  }

  .md\:text-indigo-200\/65{
    color: rgb(199 210 254 / 0.65);
  }

  .md\:text-indigo-200\/70{
    color: rgb(199 210 254 / 0.7);
  }

  .md\:text-indigo-200\/75{
    color: rgb(199 210 254 / 0.75);
  }

  .md\:text-indigo-200\/80{
    color: rgb(199 210 254 / 0.8);
  }

  .md\:text-indigo-200\/85{
    color: rgb(199 210 254 / 0.85);
  }

  .md\:text-indigo-200\/90{
    color: rgb(199 210 254 / 0.9);
  }

  .md\:text-indigo-200\/95{
    color: rgb(199 210 254 / 0.95);
  }

  .md\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-300\/0{
    color: rgb(165 180 252 / 0);
  }

  .md\:text-indigo-300\/10{
    color: rgb(165 180 252 / 0.1);
  }

  .md\:text-indigo-300\/100{
    color: rgb(165 180 252 / 1);
  }

  .md\:text-indigo-300\/15{
    color: rgb(165 180 252 / 0.15);
  }

  .md\:text-indigo-300\/20{
    color: rgb(165 180 252 / 0.2);
  }

  .md\:text-indigo-300\/25{
    color: rgb(165 180 252 / 0.25);
  }

  .md\:text-indigo-300\/30{
    color: rgb(165 180 252 / 0.3);
  }

  .md\:text-indigo-300\/35{
    color: rgb(165 180 252 / 0.35);
  }

  .md\:text-indigo-300\/40{
    color: rgb(165 180 252 / 0.4);
  }

  .md\:text-indigo-300\/45{
    color: rgb(165 180 252 / 0.45);
  }

  .md\:text-indigo-300\/5{
    color: rgb(165 180 252 / 0.05);
  }

  .md\:text-indigo-300\/50{
    color: rgb(165 180 252 / 0.5);
  }

  .md\:text-indigo-300\/55{
    color: rgb(165 180 252 / 0.55);
  }

  .md\:text-indigo-300\/60{
    color: rgb(165 180 252 / 0.6);
  }

  .md\:text-indigo-300\/65{
    color: rgb(165 180 252 / 0.65);
  }

  .md\:text-indigo-300\/70{
    color: rgb(165 180 252 / 0.7);
  }

  .md\:text-indigo-300\/75{
    color: rgb(165 180 252 / 0.75);
  }

  .md\:text-indigo-300\/80{
    color: rgb(165 180 252 / 0.8);
  }

  .md\:text-indigo-300\/85{
    color: rgb(165 180 252 / 0.85);
  }

  .md\:text-indigo-300\/90{
    color: rgb(165 180 252 / 0.9);
  }

  .md\:text-indigo-300\/95{
    color: rgb(165 180 252 / 0.95);
  }

  .md\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-400\/0{
    color: rgb(129 140 248 / 0);
  }

  .md\:text-indigo-400\/10{
    color: rgb(129 140 248 / 0.1);
  }

  .md\:text-indigo-400\/100{
    color: rgb(129 140 248 / 1);
  }

  .md\:text-indigo-400\/15{
    color: rgb(129 140 248 / 0.15);
  }

  .md\:text-indigo-400\/20{
    color: rgb(129 140 248 / 0.2);
  }

  .md\:text-indigo-400\/25{
    color: rgb(129 140 248 / 0.25);
  }

  .md\:text-indigo-400\/30{
    color: rgb(129 140 248 / 0.3);
  }

  .md\:text-indigo-400\/35{
    color: rgb(129 140 248 / 0.35);
  }

  .md\:text-indigo-400\/40{
    color: rgb(129 140 248 / 0.4);
  }

  .md\:text-indigo-400\/45{
    color: rgb(129 140 248 / 0.45);
  }

  .md\:text-indigo-400\/5{
    color: rgb(129 140 248 / 0.05);
  }

  .md\:text-indigo-400\/50{
    color: rgb(129 140 248 / 0.5);
  }

  .md\:text-indigo-400\/55{
    color: rgb(129 140 248 / 0.55);
  }

  .md\:text-indigo-400\/60{
    color: rgb(129 140 248 / 0.6);
  }

  .md\:text-indigo-400\/65{
    color: rgb(129 140 248 / 0.65);
  }

  .md\:text-indigo-400\/70{
    color: rgb(129 140 248 / 0.7);
  }

  .md\:text-indigo-400\/75{
    color: rgb(129 140 248 / 0.75);
  }

  .md\:text-indigo-400\/80{
    color: rgb(129 140 248 / 0.8);
  }

  .md\:text-indigo-400\/85{
    color: rgb(129 140 248 / 0.85);
  }

  .md\:text-indigo-400\/90{
    color: rgb(129 140 248 / 0.9);
  }

  .md\:text-indigo-400\/95{
    color: rgb(129 140 248 / 0.95);
  }

  .md\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-50\/0{
    color: rgb(238 242 255 / 0);
  }

  .md\:text-indigo-50\/10{
    color: rgb(238 242 255 / 0.1);
  }

  .md\:text-indigo-50\/100{
    color: rgb(238 242 255 / 1);
  }

  .md\:text-indigo-50\/15{
    color: rgb(238 242 255 / 0.15);
  }

  .md\:text-indigo-50\/20{
    color: rgb(238 242 255 / 0.2);
  }

  .md\:text-indigo-50\/25{
    color: rgb(238 242 255 / 0.25);
  }

  .md\:text-indigo-50\/30{
    color: rgb(238 242 255 / 0.3);
  }

  .md\:text-indigo-50\/35{
    color: rgb(238 242 255 / 0.35);
  }

  .md\:text-indigo-50\/40{
    color: rgb(238 242 255 / 0.4);
  }

  .md\:text-indigo-50\/45{
    color: rgb(238 242 255 / 0.45);
  }

  .md\:text-indigo-50\/5{
    color: rgb(238 242 255 / 0.05);
  }

  .md\:text-indigo-50\/50{
    color: rgb(238 242 255 / 0.5);
  }

  .md\:text-indigo-50\/55{
    color: rgb(238 242 255 / 0.55);
  }

  .md\:text-indigo-50\/60{
    color: rgb(238 242 255 / 0.6);
  }

  .md\:text-indigo-50\/65{
    color: rgb(238 242 255 / 0.65);
  }

  .md\:text-indigo-50\/70{
    color: rgb(238 242 255 / 0.7);
  }

  .md\:text-indigo-50\/75{
    color: rgb(238 242 255 / 0.75);
  }

  .md\:text-indigo-50\/80{
    color: rgb(238 242 255 / 0.8);
  }

  .md\:text-indigo-50\/85{
    color: rgb(238 242 255 / 0.85);
  }

  .md\:text-indigo-50\/90{
    color: rgb(238 242 255 / 0.9);
  }

  .md\:text-indigo-50\/95{
    color: rgb(238 242 255 / 0.95);
  }

  .md\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-500\/0{
    color: rgb(99 102 241 / 0);
  }

  .md\:text-indigo-500\/10{
    color: rgb(99 102 241 / 0.1);
  }

  .md\:text-indigo-500\/100{
    color: rgb(99 102 241 / 1);
  }

  .md\:text-indigo-500\/15{
    color: rgb(99 102 241 / 0.15);
  }

  .md\:text-indigo-500\/20{
    color: rgb(99 102 241 / 0.2);
  }

  .md\:text-indigo-500\/25{
    color: rgb(99 102 241 / 0.25);
  }

  .md\:text-indigo-500\/30{
    color: rgb(99 102 241 / 0.3);
  }

  .md\:text-indigo-500\/35{
    color: rgb(99 102 241 / 0.35);
  }

  .md\:text-indigo-500\/40{
    color: rgb(99 102 241 / 0.4);
  }

  .md\:text-indigo-500\/45{
    color: rgb(99 102 241 / 0.45);
  }

  .md\:text-indigo-500\/5{
    color: rgb(99 102 241 / 0.05);
  }

  .md\:text-indigo-500\/50{
    color: rgb(99 102 241 / 0.5);
  }

  .md\:text-indigo-500\/55{
    color: rgb(99 102 241 / 0.55);
  }

  .md\:text-indigo-500\/60{
    color: rgb(99 102 241 / 0.6);
  }

  .md\:text-indigo-500\/65{
    color: rgb(99 102 241 / 0.65);
  }

  .md\:text-indigo-500\/70{
    color: rgb(99 102 241 / 0.7);
  }

  .md\:text-indigo-500\/75{
    color: rgb(99 102 241 / 0.75);
  }

  .md\:text-indigo-500\/80{
    color: rgb(99 102 241 / 0.8);
  }

  .md\:text-indigo-500\/85{
    color: rgb(99 102 241 / 0.85);
  }

  .md\:text-indigo-500\/90{
    color: rgb(99 102 241 / 0.9);
  }

  .md\:text-indigo-500\/95{
    color: rgb(99 102 241 / 0.95);
  }

  .md\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-600\/0{
    color: rgb(79 70 229 / 0);
  }

  .md\:text-indigo-600\/10{
    color: rgb(79 70 229 / 0.1);
  }

  .md\:text-indigo-600\/100{
    color: rgb(79 70 229 / 1);
  }

  .md\:text-indigo-600\/15{
    color: rgb(79 70 229 / 0.15);
  }

  .md\:text-indigo-600\/20{
    color: rgb(79 70 229 / 0.2);
  }

  .md\:text-indigo-600\/25{
    color: rgb(79 70 229 / 0.25);
  }

  .md\:text-indigo-600\/30{
    color: rgb(79 70 229 / 0.3);
  }

  .md\:text-indigo-600\/35{
    color: rgb(79 70 229 / 0.35);
  }

  .md\:text-indigo-600\/40{
    color: rgb(79 70 229 / 0.4);
  }

  .md\:text-indigo-600\/45{
    color: rgb(79 70 229 / 0.45);
  }

  .md\:text-indigo-600\/5{
    color: rgb(79 70 229 / 0.05);
  }

  .md\:text-indigo-600\/50{
    color: rgb(79 70 229 / 0.5);
  }

  .md\:text-indigo-600\/55{
    color: rgb(79 70 229 / 0.55);
  }

  .md\:text-indigo-600\/60{
    color: rgb(79 70 229 / 0.6);
  }

  .md\:text-indigo-600\/65{
    color: rgb(79 70 229 / 0.65);
  }

  .md\:text-indigo-600\/70{
    color: rgb(79 70 229 / 0.7);
  }

  .md\:text-indigo-600\/75{
    color: rgb(79 70 229 / 0.75);
  }

  .md\:text-indigo-600\/80{
    color: rgb(79 70 229 / 0.8);
  }

  .md\:text-indigo-600\/85{
    color: rgb(79 70 229 / 0.85);
  }

  .md\:text-indigo-600\/90{
    color: rgb(79 70 229 / 0.9);
  }

  .md\:text-indigo-600\/95{
    color: rgb(79 70 229 / 0.95);
  }

  .md\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-700\/0{
    color: rgb(67 56 202 / 0);
  }

  .md\:text-indigo-700\/10{
    color: rgb(67 56 202 / 0.1);
  }

  .md\:text-indigo-700\/100{
    color: rgb(67 56 202 / 1);
  }

  .md\:text-indigo-700\/15{
    color: rgb(67 56 202 / 0.15);
  }

  .md\:text-indigo-700\/20{
    color: rgb(67 56 202 / 0.2);
  }

  .md\:text-indigo-700\/25{
    color: rgb(67 56 202 / 0.25);
  }

  .md\:text-indigo-700\/30{
    color: rgb(67 56 202 / 0.3);
  }

  .md\:text-indigo-700\/35{
    color: rgb(67 56 202 / 0.35);
  }

  .md\:text-indigo-700\/40{
    color: rgb(67 56 202 / 0.4);
  }

  .md\:text-indigo-700\/45{
    color: rgb(67 56 202 / 0.45);
  }

  .md\:text-indigo-700\/5{
    color: rgb(67 56 202 / 0.05);
  }

  .md\:text-indigo-700\/50{
    color: rgb(67 56 202 / 0.5);
  }

  .md\:text-indigo-700\/55{
    color: rgb(67 56 202 / 0.55);
  }

  .md\:text-indigo-700\/60{
    color: rgb(67 56 202 / 0.6);
  }

  .md\:text-indigo-700\/65{
    color: rgb(67 56 202 / 0.65);
  }

  .md\:text-indigo-700\/70{
    color: rgb(67 56 202 / 0.7);
  }

  .md\:text-indigo-700\/75{
    color: rgb(67 56 202 / 0.75);
  }

  .md\:text-indigo-700\/80{
    color: rgb(67 56 202 / 0.8);
  }

  .md\:text-indigo-700\/85{
    color: rgb(67 56 202 / 0.85);
  }

  .md\:text-indigo-700\/90{
    color: rgb(67 56 202 / 0.9);
  }

  .md\:text-indigo-700\/95{
    color: rgb(67 56 202 / 0.95);
  }

  .md\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-800\/0{
    color: rgb(55 48 163 / 0);
  }

  .md\:text-indigo-800\/10{
    color: rgb(55 48 163 / 0.1);
  }

  .md\:text-indigo-800\/100{
    color: rgb(55 48 163 / 1);
  }

  .md\:text-indigo-800\/15{
    color: rgb(55 48 163 / 0.15);
  }

  .md\:text-indigo-800\/20{
    color: rgb(55 48 163 / 0.2);
  }

  .md\:text-indigo-800\/25{
    color: rgb(55 48 163 / 0.25);
  }

  .md\:text-indigo-800\/30{
    color: rgb(55 48 163 / 0.3);
  }

  .md\:text-indigo-800\/35{
    color: rgb(55 48 163 / 0.35);
  }

  .md\:text-indigo-800\/40{
    color: rgb(55 48 163 / 0.4);
  }

  .md\:text-indigo-800\/45{
    color: rgb(55 48 163 / 0.45);
  }

  .md\:text-indigo-800\/5{
    color: rgb(55 48 163 / 0.05);
  }

  .md\:text-indigo-800\/50{
    color: rgb(55 48 163 / 0.5);
  }

  .md\:text-indigo-800\/55{
    color: rgb(55 48 163 / 0.55);
  }

  .md\:text-indigo-800\/60{
    color: rgb(55 48 163 / 0.6);
  }

  .md\:text-indigo-800\/65{
    color: rgb(55 48 163 / 0.65);
  }

  .md\:text-indigo-800\/70{
    color: rgb(55 48 163 / 0.7);
  }

  .md\:text-indigo-800\/75{
    color: rgb(55 48 163 / 0.75);
  }

  .md\:text-indigo-800\/80{
    color: rgb(55 48 163 / 0.8);
  }

  .md\:text-indigo-800\/85{
    color: rgb(55 48 163 / 0.85);
  }

  .md\:text-indigo-800\/90{
    color: rgb(55 48 163 / 0.9);
  }

  .md\:text-indigo-800\/95{
    color: rgb(55 48 163 / 0.95);
  }

  .md\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-900\/0{
    color: rgb(49 46 129 / 0);
  }

  .md\:text-indigo-900\/10{
    color: rgb(49 46 129 / 0.1);
  }

  .md\:text-indigo-900\/100{
    color: rgb(49 46 129 / 1);
  }

  .md\:text-indigo-900\/15{
    color: rgb(49 46 129 / 0.15);
  }

  .md\:text-indigo-900\/20{
    color: rgb(49 46 129 / 0.2);
  }

  .md\:text-indigo-900\/25{
    color: rgb(49 46 129 / 0.25);
  }

  .md\:text-indigo-900\/30{
    color: rgb(49 46 129 / 0.3);
  }

  .md\:text-indigo-900\/35{
    color: rgb(49 46 129 / 0.35);
  }

  .md\:text-indigo-900\/40{
    color: rgb(49 46 129 / 0.4);
  }

  .md\:text-indigo-900\/45{
    color: rgb(49 46 129 / 0.45);
  }

  .md\:text-indigo-900\/5{
    color: rgb(49 46 129 / 0.05);
  }

  .md\:text-indigo-900\/50{
    color: rgb(49 46 129 / 0.5);
  }

  .md\:text-indigo-900\/55{
    color: rgb(49 46 129 / 0.55);
  }

  .md\:text-indigo-900\/60{
    color: rgb(49 46 129 / 0.6);
  }

  .md\:text-indigo-900\/65{
    color: rgb(49 46 129 / 0.65);
  }

  .md\:text-indigo-900\/70{
    color: rgb(49 46 129 / 0.7);
  }

  .md\:text-indigo-900\/75{
    color: rgb(49 46 129 / 0.75);
  }

  .md\:text-indigo-900\/80{
    color: rgb(49 46 129 / 0.8);
  }

  .md\:text-indigo-900\/85{
    color: rgb(49 46 129 / 0.85);
  }

  .md\:text-indigo-900\/90{
    color: rgb(49 46 129 / 0.9);
  }

  .md\:text-indigo-900\/95{
    color: rgb(49 46 129 / 0.95);
  }

  .md\:text-indigo-950{
    --tw-text-opacity: 1;
    color: rgb(30 27 75 / var(--tw-text-opacity, 1));
  }

  .md\:text-indigo-950\/0{
    color: rgb(30 27 75 / 0);
  }

  .md\:text-indigo-950\/10{
    color: rgb(30 27 75 / 0.1);
  }

  .md\:text-indigo-950\/100{
    color: rgb(30 27 75 / 1);
  }

  .md\:text-indigo-950\/15{
    color: rgb(30 27 75 / 0.15);
  }

  .md\:text-indigo-950\/20{
    color: rgb(30 27 75 / 0.2);
  }

  .md\:text-indigo-950\/25{
    color: rgb(30 27 75 / 0.25);
  }

  .md\:text-indigo-950\/30{
    color: rgb(30 27 75 / 0.3);
  }

  .md\:text-indigo-950\/35{
    color: rgb(30 27 75 / 0.35);
  }

  .md\:text-indigo-950\/40{
    color: rgb(30 27 75 / 0.4);
  }

  .md\:text-indigo-950\/45{
    color: rgb(30 27 75 / 0.45);
  }

  .md\:text-indigo-950\/5{
    color: rgb(30 27 75 / 0.05);
  }

  .md\:text-indigo-950\/50{
    color: rgb(30 27 75 / 0.5);
  }

  .md\:text-indigo-950\/55{
    color: rgb(30 27 75 / 0.55);
  }

  .md\:text-indigo-950\/60{
    color: rgb(30 27 75 / 0.6);
  }

  .md\:text-indigo-950\/65{
    color: rgb(30 27 75 / 0.65);
  }

  .md\:text-indigo-950\/70{
    color: rgb(30 27 75 / 0.7);
  }

  .md\:text-indigo-950\/75{
    color: rgb(30 27 75 / 0.75);
  }

  .md\:text-indigo-950\/80{
    color: rgb(30 27 75 / 0.8);
  }

  .md\:text-indigo-950\/85{
    color: rgb(30 27 75 / 0.85);
  }

  .md\:text-indigo-950\/90{
    color: rgb(30 27 75 / 0.9);
  }

  .md\:text-indigo-950\/95{
    color: rgb(30 27 75 / 0.95);
  }

  .md\:text-inherit{
    color: inherit;
  }

  .md\:text-lime-100{
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-100\/0{
    color: rgb(236 252 203 / 0);
  }

  .md\:text-lime-100\/10{
    color: rgb(236 252 203 / 0.1);
  }

  .md\:text-lime-100\/100{
    color: rgb(236 252 203 / 1);
  }

  .md\:text-lime-100\/15{
    color: rgb(236 252 203 / 0.15);
  }

  .md\:text-lime-100\/20{
    color: rgb(236 252 203 / 0.2);
  }

  .md\:text-lime-100\/25{
    color: rgb(236 252 203 / 0.25);
  }

  .md\:text-lime-100\/30{
    color: rgb(236 252 203 / 0.3);
  }

  .md\:text-lime-100\/35{
    color: rgb(236 252 203 / 0.35);
  }

  .md\:text-lime-100\/40{
    color: rgb(236 252 203 / 0.4);
  }

  .md\:text-lime-100\/45{
    color: rgb(236 252 203 / 0.45);
  }

  .md\:text-lime-100\/5{
    color: rgb(236 252 203 / 0.05);
  }

  .md\:text-lime-100\/50{
    color: rgb(236 252 203 / 0.5);
  }

  .md\:text-lime-100\/55{
    color: rgb(236 252 203 / 0.55);
  }

  .md\:text-lime-100\/60{
    color: rgb(236 252 203 / 0.6);
  }

  .md\:text-lime-100\/65{
    color: rgb(236 252 203 / 0.65);
  }

  .md\:text-lime-100\/70{
    color: rgb(236 252 203 / 0.7);
  }

  .md\:text-lime-100\/75{
    color: rgb(236 252 203 / 0.75);
  }

  .md\:text-lime-100\/80{
    color: rgb(236 252 203 / 0.8);
  }

  .md\:text-lime-100\/85{
    color: rgb(236 252 203 / 0.85);
  }

  .md\:text-lime-100\/90{
    color: rgb(236 252 203 / 0.9);
  }

  .md\:text-lime-100\/95{
    color: rgb(236 252 203 / 0.95);
  }

  .md\:text-lime-200{
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-200\/0{
    color: rgb(217 249 157 / 0);
  }

  .md\:text-lime-200\/10{
    color: rgb(217 249 157 / 0.1);
  }

  .md\:text-lime-200\/100{
    color: rgb(217 249 157 / 1);
  }

  .md\:text-lime-200\/15{
    color: rgb(217 249 157 / 0.15);
  }

  .md\:text-lime-200\/20{
    color: rgb(217 249 157 / 0.2);
  }

  .md\:text-lime-200\/25{
    color: rgb(217 249 157 / 0.25);
  }

  .md\:text-lime-200\/30{
    color: rgb(217 249 157 / 0.3);
  }

  .md\:text-lime-200\/35{
    color: rgb(217 249 157 / 0.35);
  }

  .md\:text-lime-200\/40{
    color: rgb(217 249 157 / 0.4);
  }

  .md\:text-lime-200\/45{
    color: rgb(217 249 157 / 0.45);
  }

  .md\:text-lime-200\/5{
    color: rgb(217 249 157 / 0.05);
  }

  .md\:text-lime-200\/50{
    color: rgb(217 249 157 / 0.5);
  }

  .md\:text-lime-200\/55{
    color: rgb(217 249 157 / 0.55);
  }

  .md\:text-lime-200\/60{
    color: rgb(217 249 157 / 0.6);
  }

  .md\:text-lime-200\/65{
    color: rgb(217 249 157 / 0.65);
  }

  .md\:text-lime-200\/70{
    color: rgb(217 249 157 / 0.7);
  }

  .md\:text-lime-200\/75{
    color: rgb(217 249 157 / 0.75);
  }

  .md\:text-lime-200\/80{
    color: rgb(217 249 157 / 0.8);
  }

  .md\:text-lime-200\/85{
    color: rgb(217 249 157 / 0.85);
  }

  .md\:text-lime-200\/90{
    color: rgb(217 249 157 / 0.9);
  }

  .md\:text-lime-200\/95{
    color: rgb(217 249 157 / 0.95);
  }

  .md\:text-lime-300{
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-300\/0{
    color: rgb(190 242 100 / 0);
  }

  .md\:text-lime-300\/10{
    color: rgb(190 242 100 / 0.1);
  }

  .md\:text-lime-300\/100{
    color: rgb(190 242 100 / 1);
  }

  .md\:text-lime-300\/15{
    color: rgb(190 242 100 / 0.15);
  }

  .md\:text-lime-300\/20{
    color: rgb(190 242 100 / 0.2);
  }

  .md\:text-lime-300\/25{
    color: rgb(190 242 100 / 0.25);
  }

  .md\:text-lime-300\/30{
    color: rgb(190 242 100 / 0.3);
  }

  .md\:text-lime-300\/35{
    color: rgb(190 242 100 / 0.35);
  }

  .md\:text-lime-300\/40{
    color: rgb(190 242 100 / 0.4);
  }

  .md\:text-lime-300\/45{
    color: rgb(190 242 100 / 0.45);
  }

  .md\:text-lime-300\/5{
    color: rgb(190 242 100 / 0.05);
  }

  .md\:text-lime-300\/50{
    color: rgb(190 242 100 / 0.5);
  }

  .md\:text-lime-300\/55{
    color: rgb(190 242 100 / 0.55);
  }

  .md\:text-lime-300\/60{
    color: rgb(190 242 100 / 0.6);
  }

  .md\:text-lime-300\/65{
    color: rgb(190 242 100 / 0.65);
  }

  .md\:text-lime-300\/70{
    color: rgb(190 242 100 / 0.7);
  }

  .md\:text-lime-300\/75{
    color: rgb(190 242 100 / 0.75);
  }

  .md\:text-lime-300\/80{
    color: rgb(190 242 100 / 0.8);
  }

  .md\:text-lime-300\/85{
    color: rgb(190 242 100 / 0.85);
  }

  .md\:text-lime-300\/90{
    color: rgb(190 242 100 / 0.9);
  }

  .md\:text-lime-300\/95{
    color: rgb(190 242 100 / 0.95);
  }

  .md\:text-lime-400{
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-400\/0{
    color: rgb(163 230 53 / 0);
  }

  .md\:text-lime-400\/10{
    color: rgb(163 230 53 / 0.1);
  }

  .md\:text-lime-400\/100{
    color: rgb(163 230 53 / 1);
  }

  .md\:text-lime-400\/15{
    color: rgb(163 230 53 / 0.15);
  }

  .md\:text-lime-400\/20{
    color: rgb(163 230 53 / 0.2);
  }

  .md\:text-lime-400\/25{
    color: rgb(163 230 53 / 0.25);
  }

  .md\:text-lime-400\/30{
    color: rgb(163 230 53 / 0.3);
  }

  .md\:text-lime-400\/35{
    color: rgb(163 230 53 / 0.35);
  }

  .md\:text-lime-400\/40{
    color: rgb(163 230 53 / 0.4);
  }

  .md\:text-lime-400\/45{
    color: rgb(163 230 53 / 0.45);
  }

  .md\:text-lime-400\/5{
    color: rgb(163 230 53 / 0.05);
  }

  .md\:text-lime-400\/50{
    color: rgb(163 230 53 / 0.5);
  }

  .md\:text-lime-400\/55{
    color: rgb(163 230 53 / 0.55);
  }

  .md\:text-lime-400\/60{
    color: rgb(163 230 53 / 0.6);
  }

  .md\:text-lime-400\/65{
    color: rgb(163 230 53 / 0.65);
  }

  .md\:text-lime-400\/70{
    color: rgb(163 230 53 / 0.7);
  }

  .md\:text-lime-400\/75{
    color: rgb(163 230 53 / 0.75);
  }

  .md\:text-lime-400\/80{
    color: rgb(163 230 53 / 0.8);
  }

  .md\:text-lime-400\/85{
    color: rgb(163 230 53 / 0.85);
  }

  .md\:text-lime-400\/90{
    color: rgb(163 230 53 / 0.9);
  }

  .md\:text-lime-400\/95{
    color: rgb(163 230 53 / 0.95);
  }

  .md\:text-lime-50{
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-50\/0{
    color: rgb(247 254 231 / 0);
  }

  .md\:text-lime-50\/10{
    color: rgb(247 254 231 / 0.1);
  }

  .md\:text-lime-50\/100{
    color: rgb(247 254 231 / 1);
  }

  .md\:text-lime-50\/15{
    color: rgb(247 254 231 / 0.15);
  }

  .md\:text-lime-50\/20{
    color: rgb(247 254 231 / 0.2);
  }

  .md\:text-lime-50\/25{
    color: rgb(247 254 231 / 0.25);
  }

  .md\:text-lime-50\/30{
    color: rgb(247 254 231 / 0.3);
  }

  .md\:text-lime-50\/35{
    color: rgb(247 254 231 / 0.35);
  }

  .md\:text-lime-50\/40{
    color: rgb(247 254 231 / 0.4);
  }

  .md\:text-lime-50\/45{
    color: rgb(247 254 231 / 0.45);
  }

  .md\:text-lime-50\/5{
    color: rgb(247 254 231 / 0.05);
  }

  .md\:text-lime-50\/50{
    color: rgb(247 254 231 / 0.5);
  }

  .md\:text-lime-50\/55{
    color: rgb(247 254 231 / 0.55);
  }

  .md\:text-lime-50\/60{
    color: rgb(247 254 231 / 0.6);
  }

  .md\:text-lime-50\/65{
    color: rgb(247 254 231 / 0.65);
  }

  .md\:text-lime-50\/70{
    color: rgb(247 254 231 / 0.7);
  }

  .md\:text-lime-50\/75{
    color: rgb(247 254 231 / 0.75);
  }

  .md\:text-lime-50\/80{
    color: rgb(247 254 231 / 0.8);
  }

  .md\:text-lime-50\/85{
    color: rgb(247 254 231 / 0.85);
  }

  .md\:text-lime-50\/90{
    color: rgb(247 254 231 / 0.9);
  }

  .md\:text-lime-50\/95{
    color: rgb(247 254 231 / 0.95);
  }

  .md\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-500\/0{
    color: rgb(132 204 22 / 0);
  }

  .md\:text-lime-500\/10{
    color: rgb(132 204 22 / 0.1);
  }

  .md\:text-lime-500\/100{
    color: rgb(132 204 22 / 1);
  }

  .md\:text-lime-500\/15{
    color: rgb(132 204 22 / 0.15);
  }

  .md\:text-lime-500\/20{
    color: rgb(132 204 22 / 0.2);
  }

  .md\:text-lime-500\/25{
    color: rgb(132 204 22 / 0.25);
  }

  .md\:text-lime-500\/30{
    color: rgb(132 204 22 / 0.3);
  }

  .md\:text-lime-500\/35{
    color: rgb(132 204 22 / 0.35);
  }

  .md\:text-lime-500\/40{
    color: rgb(132 204 22 / 0.4);
  }

  .md\:text-lime-500\/45{
    color: rgb(132 204 22 / 0.45);
  }

  .md\:text-lime-500\/5{
    color: rgb(132 204 22 / 0.05);
  }

  .md\:text-lime-500\/50{
    color: rgb(132 204 22 / 0.5);
  }

  .md\:text-lime-500\/55{
    color: rgb(132 204 22 / 0.55);
  }

  .md\:text-lime-500\/60{
    color: rgb(132 204 22 / 0.6);
  }

  .md\:text-lime-500\/65{
    color: rgb(132 204 22 / 0.65);
  }

  .md\:text-lime-500\/70{
    color: rgb(132 204 22 / 0.7);
  }

  .md\:text-lime-500\/75{
    color: rgb(132 204 22 / 0.75);
  }

  .md\:text-lime-500\/80{
    color: rgb(132 204 22 / 0.8);
  }

  .md\:text-lime-500\/85{
    color: rgb(132 204 22 / 0.85);
  }

  .md\:text-lime-500\/90{
    color: rgb(132 204 22 / 0.9);
  }

  .md\:text-lime-500\/95{
    color: rgb(132 204 22 / 0.95);
  }

  .md\:text-lime-600{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-600\/0{
    color: rgb(101 163 13 / 0);
  }

  .md\:text-lime-600\/10{
    color: rgb(101 163 13 / 0.1);
  }

  .md\:text-lime-600\/100{
    color: rgb(101 163 13 / 1);
  }

  .md\:text-lime-600\/15{
    color: rgb(101 163 13 / 0.15);
  }

  .md\:text-lime-600\/20{
    color: rgb(101 163 13 / 0.2);
  }

  .md\:text-lime-600\/25{
    color: rgb(101 163 13 / 0.25);
  }

  .md\:text-lime-600\/30{
    color: rgb(101 163 13 / 0.3);
  }

  .md\:text-lime-600\/35{
    color: rgb(101 163 13 / 0.35);
  }

  .md\:text-lime-600\/40{
    color: rgb(101 163 13 / 0.4);
  }

  .md\:text-lime-600\/45{
    color: rgb(101 163 13 / 0.45);
  }

  .md\:text-lime-600\/5{
    color: rgb(101 163 13 / 0.05);
  }

  .md\:text-lime-600\/50{
    color: rgb(101 163 13 / 0.5);
  }

  .md\:text-lime-600\/55{
    color: rgb(101 163 13 / 0.55);
  }

  .md\:text-lime-600\/60{
    color: rgb(101 163 13 / 0.6);
  }

  .md\:text-lime-600\/65{
    color: rgb(101 163 13 / 0.65);
  }

  .md\:text-lime-600\/70{
    color: rgb(101 163 13 / 0.7);
  }

  .md\:text-lime-600\/75{
    color: rgb(101 163 13 / 0.75);
  }

  .md\:text-lime-600\/80{
    color: rgb(101 163 13 / 0.8);
  }

  .md\:text-lime-600\/85{
    color: rgb(101 163 13 / 0.85);
  }

  .md\:text-lime-600\/90{
    color: rgb(101 163 13 / 0.9);
  }

  .md\:text-lime-600\/95{
    color: rgb(101 163 13 / 0.95);
  }

  .md\:text-lime-700{
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-700\/0{
    color: rgb(77 124 15 / 0);
  }

  .md\:text-lime-700\/10{
    color: rgb(77 124 15 / 0.1);
  }

  .md\:text-lime-700\/100{
    color: rgb(77 124 15 / 1);
  }

  .md\:text-lime-700\/15{
    color: rgb(77 124 15 / 0.15);
  }

  .md\:text-lime-700\/20{
    color: rgb(77 124 15 / 0.2);
  }

  .md\:text-lime-700\/25{
    color: rgb(77 124 15 / 0.25);
  }

  .md\:text-lime-700\/30{
    color: rgb(77 124 15 / 0.3);
  }

  .md\:text-lime-700\/35{
    color: rgb(77 124 15 / 0.35);
  }

  .md\:text-lime-700\/40{
    color: rgb(77 124 15 / 0.4);
  }

  .md\:text-lime-700\/45{
    color: rgb(77 124 15 / 0.45);
  }

  .md\:text-lime-700\/5{
    color: rgb(77 124 15 / 0.05);
  }

  .md\:text-lime-700\/50{
    color: rgb(77 124 15 / 0.5);
  }

  .md\:text-lime-700\/55{
    color: rgb(77 124 15 / 0.55);
  }

  .md\:text-lime-700\/60{
    color: rgb(77 124 15 / 0.6);
  }

  .md\:text-lime-700\/65{
    color: rgb(77 124 15 / 0.65);
  }

  .md\:text-lime-700\/70{
    color: rgb(77 124 15 / 0.7);
  }

  .md\:text-lime-700\/75{
    color: rgb(77 124 15 / 0.75);
  }

  .md\:text-lime-700\/80{
    color: rgb(77 124 15 / 0.8);
  }

  .md\:text-lime-700\/85{
    color: rgb(77 124 15 / 0.85);
  }

  .md\:text-lime-700\/90{
    color: rgb(77 124 15 / 0.9);
  }

  .md\:text-lime-700\/95{
    color: rgb(77 124 15 / 0.95);
  }

  .md\:text-lime-800{
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-800\/0{
    color: rgb(63 98 18 / 0);
  }

  .md\:text-lime-800\/10{
    color: rgb(63 98 18 / 0.1);
  }

  .md\:text-lime-800\/100{
    color: rgb(63 98 18 / 1);
  }

  .md\:text-lime-800\/15{
    color: rgb(63 98 18 / 0.15);
  }

  .md\:text-lime-800\/20{
    color: rgb(63 98 18 / 0.2);
  }

  .md\:text-lime-800\/25{
    color: rgb(63 98 18 / 0.25);
  }

  .md\:text-lime-800\/30{
    color: rgb(63 98 18 / 0.3);
  }

  .md\:text-lime-800\/35{
    color: rgb(63 98 18 / 0.35);
  }

  .md\:text-lime-800\/40{
    color: rgb(63 98 18 / 0.4);
  }

  .md\:text-lime-800\/45{
    color: rgb(63 98 18 / 0.45);
  }

  .md\:text-lime-800\/5{
    color: rgb(63 98 18 / 0.05);
  }

  .md\:text-lime-800\/50{
    color: rgb(63 98 18 / 0.5);
  }

  .md\:text-lime-800\/55{
    color: rgb(63 98 18 / 0.55);
  }

  .md\:text-lime-800\/60{
    color: rgb(63 98 18 / 0.6);
  }

  .md\:text-lime-800\/65{
    color: rgb(63 98 18 / 0.65);
  }

  .md\:text-lime-800\/70{
    color: rgb(63 98 18 / 0.7);
  }

  .md\:text-lime-800\/75{
    color: rgb(63 98 18 / 0.75);
  }

  .md\:text-lime-800\/80{
    color: rgb(63 98 18 / 0.8);
  }

  .md\:text-lime-800\/85{
    color: rgb(63 98 18 / 0.85);
  }

  .md\:text-lime-800\/90{
    color: rgb(63 98 18 / 0.9);
  }

  .md\:text-lime-800\/95{
    color: rgb(63 98 18 / 0.95);
  }

  .md\:text-lime-900{
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-900\/0{
    color: rgb(54 83 20 / 0);
  }

  .md\:text-lime-900\/10{
    color: rgb(54 83 20 / 0.1);
  }

  .md\:text-lime-900\/100{
    color: rgb(54 83 20 / 1);
  }

  .md\:text-lime-900\/15{
    color: rgb(54 83 20 / 0.15);
  }

  .md\:text-lime-900\/20{
    color: rgb(54 83 20 / 0.2);
  }

  .md\:text-lime-900\/25{
    color: rgb(54 83 20 / 0.25);
  }

  .md\:text-lime-900\/30{
    color: rgb(54 83 20 / 0.3);
  }

  .md\:text-lime-900\/35{
    color: rgb(54 83 20 / 0.35);
  }

  .md\:text-lime-900\/40{
    color: rgb(54 83 20 / 0.4);
  }

  .md\:text-lime-900\/45{
    color: rgb(54 83 20 / 0.45);
  }

  .md\:text-lime-900\/5{
    color: rgb(54 83 20 / 0.05);
  }

  .md\:text-lime-900\/50{
    color: rgb(54 83 20 / 0.5);
  }

  .md\:text-lime-900\/55{
    color: rgb(54 83 20 / 0.55);
  }

  .md\:text-lime-900\/60{
    color: rgb(54 83 20 / 0.6);
  }

  .md\:text-lime-900\/65{
    color: rgb(54 83 20 / 0.65);
  }

  .md\:text-lime-900\/70{
    color: rgb(54 83 20 / 0.7);
  }

  .md\:text-lime-900\/75{
    color: rgb(54 83 20 / 0.75);
  }

  .md\:text-lime-900\/80{
    color: rgb(54 83 20 / 0.8);
  }

  .md\:text-lime-900\/85{
    color: rgb(54 83 20 / 0.85);
  }

  .md\:text-lime-900\/90{
    color: rgb(54 83 20 / 0.9);
  }

  .md\:text-lime-900\/95{
    color: rgb(54 83 20 / 0.95);
  }

  .md\:text-lime-950{
    --tw-text-opacity: 1;
    color: rgb(26 46 5 / var(--tw-text-opacity, 1));
  }

  .md\:text-lime-950\/0{
    color: rgb(26 46 5 / 0);
  }

  .md\:text-lime-950\/10{
    color: rgb(26 46 5 / 0.1);
  }

  .md\:text-lime-950\/100{
    color: rgb(26 46 5 / 1);
  }

  .md\:text-lime-950\/15{
    color: rgb(26 46 5 / 0.15);
  }

  .md\:text-lime-950\/20{
    color: rgb(26 46 5 / 0.2);
  }

  .md\:text-lime-950\/25{
    color: rgb(26 46 5 / 0.25);
  }

  .md\:text-lime-950\/30{
    color: rgb(26 46 5 / 0.3);
  }

  .md\:text-lime-950\/35{
    color: rgb(26 46 5 / 0.35);
  }

  .md\:text-lime-950\/40{
    color: rgb(26 46 5 / 0.4);
  }

  .md\:text-lime-950\/45{
    color: rgb(26 46 5 / 0.45);
  }

  .md\:text-lime-950\/5{
    color: rgb(26 46 5 / 0.05);
  }

  .md\:text-lime-950\/50{
    color: rgb(26 46 5 / 0.5);
  }

  .md\:text-lime-950\/55{
    color: rgb(26 46 5 / 0.55);
  }

  .md\:text-lime-950\/60{
    color: rgb(26 46 5 / 0.6);
  }

  .md\:text-lime-950\/65{
    color: rgb(26 46 5 / 0.65);
  }

  .md\:text-lime-950\/70{
    color: rgb(26 46 5 / 0.7);
  }

  .md\:text-lime-950\/75{
    color: rgb(26 46 5 / 0.75);
  }

  .md\:text-lime-950\/80{
    color: rgb(26 46 5 / 0.8);
  }

  .md\:text-lime-950\/85{
    color: rgb(26 46 5 / 0.85);
  }

  .md\:text-lime-950\/90{
    color: rgb(26 46 5 / 0.9);
  }

  .md\:text-lime-950\/95{
    color: rgb(26 46 5 / 0.95);
  }

  .md\:text-neutral-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-100\/0{
    color: rgb(245 245 245 / 0);
  }

  .md\:text-neutral-100\/10{
    color: rgb(245 245 245 / 0.1);
  }

  .md\:text-neutral-100\/100{
    color: rgb(245 245 245 / 1);
  }

  .md\:text-neutral-100\/15{
    color: rgb(245 245 245 / 0.15);
  }

  .md\:text-neutral-100\/20{
    color: rgb(245 245 245 / 0.2);
  }

  .md\:text-neutral-100\/25{
    color: rgb(245 245 245 / 0.25);
  }

  .md\:text-neutral-100\/30{
    color: rgb(245 245 245 / 0.3);
  }

  .md\:text-neutral-100\/35{
    color: rgb(245 245 245 / 0.35);
  }

  .md\:text-neutral-100\/40{
    color: rgb(245 245 245 / 0.4);
  }

  .md\:text-neutral-100\/45{
    color: rgb(245 245 245 / 0.45);
  }

  .md\:text-neutral-100\/5{
    color: rgb(245 245 245 / 0.05);
  }

  .md\:text-neutral-100\/50{
    color: rgb(245 245 245 / 0.5);
  }

  .md\:text-neutral-100\/55{
    color: rgb(245 245 245 / 0.55);
  }

  .md\:text-neutral-100\/60{
    color: rgb(245 245 245 / 0.6);
  }

  .md\:text-neutral-100\/65{
    color: rgb(245 245 245 / 0.65);
  }

  .md\:text-neutral-100\/70{
    color: rgb(245 245 245 / 0.7);
  }

  .md\:text-neutral-100\/75{
    color: rgb(245 245 245 / 0.75);
  }

  .md\:text-neutral-100\/80{
    color: rgb(245 245 245 / 0.8);
  }

  .md\:text-neutral-100\/85{
    color: rgb(245 245 245 / 0.85);
  }

  .md\:text-neutral-100\/90{
    color: rgb(245 245 245 / 0.9);
  }

  .md\:text-neutral-100\/95{
    color: rgb(245 245 245 / 0.95);
  }

  .md\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-200\/0{
    color: rgb(229 229 229 / 0);
  }

  .md\:text-neutral-200\/10{
    color: rgb(229 229 229 / 0.1);
  }

  .md\:text-neutral-200\/100{
    color: rgb(229 229 229 / 1);
  }

  .md\:text-neutral-200\/15{
    color: rgb(229 229 229 / 0.15);
  }

  .md\:text-neutral-200\/20{
    color: rgb(229 229 229 / 0.2);
  }

  .md\:text-neutral-200\/25{
    color: rgb(229 229 229 / 0.25);
  }

  .md\:text-neutral-200\/30{
    color: rgb(229 229 229 / 0.3);
  }

  .md\:text-neutral-200\/35{
    color: rgb(229 229 229 / 0.35);
  }

  .md\:text-neutral-200\/40{
    color: rgb(229 229 229 / 0.4);
  }

  .md\:text-neutral-200\/45{
    color: rgb(229 229 229 / 0.45);
  }

  .md\:text-neutral-200\/5{
    color: rgb(229 229 229 / 0.05);
  }

  .md\:text-neutral-200\/50{
    color: rgb(229 229 229 / 0.5);
  }

  .md\:text-neutral-200\/55{
    color: rgb(229 229 229 / 0.55);
  }

  .md\:text-neutral-200\/60{
    color: rgb(229 229 229 / 0.6);
  }

  .md\:text-neutral-200\/65{
    color: rgb(229 229 229 / 0.65);
  }

  .md\:text-neutral-200\/70{
    color: rgb(229 229 229 / 0.7);
  }

  .md\:text-neutral-200\/75{
    color: rgb(229 229 229 / 0.75);
  }

  .md\:text-neutral-200\/80{
    color: rgb(229 229 229 / 0.8);
  }

  .md\:text-neutral-200\/85{
    color: rgb(229 229 229 / 0.85);
  }

  .md\:text-neutral-200\/90{
    color: rgb(229 229 229 / 0.9);
  }

  .md\:text-neutral-200\/95{
    color: rgb(229 229 229 / 0.95);
  }

  .md\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-300\/0{
    color: rgb(212 212 212 / 0);
  }

  .md\:text-neutral-300\/10{
    color: rgb(212 212 212 / 0.1);
  }

  .md\:text-neutral-300\/100{
    color: rgb(212 212 212 / 1);
  }

  .md\:text-neutral-300\/15{
    color: rgb(212 212 212 / 0.15);
  }

  .md\:text-neutral-300\/20{
    color: rgb(212 212 212 / 0.2);
  }

  .md\:text-neutral-300\/25{
    color: rgb(212 212 212 / 0.25);
  }

  .md\:text-neutral-300\/30{
    color: rgb(212 212 212 / 0.3);
  }

  .md\:text-neutral-300\/35{
    color: rgb(212 212 212 / 0.35);
  }

  .md\:text-neutral-300\/40{
    color: rgb(212 212 212 / 0.4);
  }

  .md\:text-neutral-300\/45{
    color: rgb(212 212 212 / 0.45);
  }

  .md\:text-neutral-300\/5{
    color: rgb(212 212 212 / 0.05);
  }

  .md\:text-neutral-300\/50{
    color: rgb(212 212 212 / 0.5);
  }

  .md\:text-neutral-300\/55{
    color: rgb(212 212 212 / 0.55);
  }

  .md\:text-neutral-300\/60{
    color: rgb(212 212 212 / 0.6);
  }

  .md\:text-neutral-300\/65{
    color: rgb(212 212 212 / 0.65);
  }

  .md\:text-neutral-300\/70{
    color: rgb(212 212 212 / 0.7);
  }

  .md\:text-neutral-300\/75{
    color: rgb(212 212 212 / 0.75);
  }

  .md\:text-neutral-300\/80{
    color: rgb(212 212 212 / 0.8);
  }

  .md\:text-neutral-300\/85{
    color: rgb(212 212 212 / 0.85);
  }

  .md\:text-neutral-300\/90{
    color: rgb(212 212 212 / 0.9);
  }

  .md\:text-neutral-300\/95{
    color: rgb(212 212 212 / 0.95);
  }

  .md\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-400\/0{
    color: rgb(163 163 163 / 0);
  }

  .md\:text-neutral-400\/10{
    color: rgb(163 163 163 / 0.1);
  }

  .md\:text-neutral-400\/100{
    color: rgb(163 163 163 / 1);
  }

  .md\:text-neutral-400\/15{
    color: rgb(163 163 163 / 0.15);
  }

  .md\:text-neutral-400\/20{
    color: rgb(163 163 163 / 0.2);
  }

  .md\:text-neutral-400\/25{
    color: rgb(163 163 163 / 0.25);
  }

  .md\:text-neutral-400\/30{
    color: rgb(163 163 163 / 0.3);
  }

  .md\:text-neutral-400\/35{
    color: rgb(163 163 163 / 0.35);
  }

  .md\:text-neutral-400\/40{
    color: rgb(163 163 163 / 0.4);
  }

  .md\:text-neutral-400\/45{
    color: rgb(163 163 163 / 0.45);
  }

  .md\:text-neutral-400\/5{
    color: rgb(163 163 163 / 0.05);
  }

  .md\:text-neutral-400\/50{
    color: rgb(163 163 163 / 0.5);
  }

  .md\:text-neutral-400\/55{
    color: rgb(163 163 163 / 0.55);
  }

  .md\:text-neutral-400\/60{
    color: rgb(163 163 163 / 0.6);
  }

  .md\:text-neutral-400\/65{
    color: rgb(163 163 163 / 0.65);
  }

  .md\:text-neutral-400\/70{
    color: rgb(163 163 163 / 0.7);
  }

  .md\:text-neutral-400\/75{
    color: rgb(163 163 163 / 0.75);
  }

  .md\:text-neutral-400\/80{
    color: rgb(163 163 163 / 0.8);
  }

  .md\:text-neutral-400\/85{
    color: rgb(163 163 163 / 0.85);
  }

  .md\:text-neutral-400\/90{
    color: rgb(163 163 163 / 0.9);
  }

  .md\:text-neutral-400\/95{
    color: rgb(163 163 163 / 0.95);
  }

  .md\:text-neutral-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .md\:text-neutral-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .md\:text-neutral-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .md\:text-neutral-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .md\:text-neutral-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .md\:text-neutral-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .md\:text-neutral-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .md\:text-neutral-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .md\:text-neutral-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .md\:text-neutral-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .md\:text-neutral-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .md\:text-neutral-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .md\:text-neutral-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .md\:text-neutral-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .md\:text-neutral-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .md\:text-neutral-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .md\:text-neutral-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .md\:text-neutral-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .md\:text-neutral-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .md\:text-neutral-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .md\:text-neutral-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .md\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-500\/0{
    color: rgb(115 115 115 / 0);
  }

  .md\:text-neutral-500\/10{
    color: rgb(115 115 115 / 0.1);
  }

  .md\:text-neutral-500\/100{
    color: rgb(115 115 115 / 1);
  }

  .md\:text-neutral-500\/15{
    color: rgb(115 115 115 / 0.15);
  }

  .md\:text-neutral-500\/20{
    color: rgb(115 115 115 / 0.2);
  }

  .md\:text-neutral-500\/25{
    color: rgb(115 115 115 / 0.25);
  }

  .md\:text-neutral-500\/30{
    color: rgb(115 115 115 / 0.3);
  }

  .md\:text-neutral-500\/35{
    color: rgb(115 115 115 / 0.35);
  }

  .md\:text-neutral-500\/40{
    color: rgb(115 115 115 / 0.4);
  }

  .md\:text-neutral-500\/45{
    color: rgb(115 115 115 / 0.45);
  }

  .md\:text-neutral-500\/5{
    color: rgb(115 115 115 / 0.05);
  }

  .md\:text-neutral-500\/50{
    color: rgb(115 115 115 / 0.5);
  }

  .md\:text-neutral-500\/55{
    color: rgb(115 115 115 / 0.55);
  }

  .md\:text-neutral-500\/60{
    color: rgb(115 115 115 / 0.6);
  }

  .md\:text-neutral-500\/65{
    color: rgb(115 115 115 / 0.65);
  }

  .md\:text-neutral-500\/70{
    color: rgb(115 115 115 / 0.7);
  }

  .md\:text-neutral-500\/75{
    color: rgb(115 115 115 / 0.75);
  }

  .md\:text-neutral-500\/80{
    color: rgb(115 115 115 / 0.8);
  }

  .md\:text-neutral-500\/85{
    color: rgb(115 115 115 / 0.85);
  }

  .md\:text-neutral-500\/90{
    color: rgb(115 115 115 / 0.9);
  }

  .md\:text-neutral-500\/95{
    color: rgb(115 115 115 / 0.95);
  }

  .md\:text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-600\/0{
    color: rgb(82 82 82 / 0);
  }

  .md\:text-neutral-600\/10{
    color: rgb(82 82 82 / 0.1);
  }

  .md\:text-neutral-600\/100{
    color: rgb(82 82 82 / 1);
  }

  .md\:text-neutral-600\/15{
    color: rgb(82 82 82 / 0.15);
  }

  .md\:text-neutral-600\/20{
    color: rgb(82 82 82 / 0.2);
  }

  .md\:text-neutral-600\/25{
    color: rgb(82 82 82 / 0.25);
  }

  .md\:text-neutral-600\/30{
    color: rgb(82 82 82 / 0.3);
  }

  .md\:text-neutral-600\/35{
    color: rgb(82 82 82 / 0.35);
  }

  .md\:text-neutral-600\/40{
    color: rgb(82 82 82 / 0.4);
  }

  .md\:text-neutral-600\/45{
    color: rgb(82 82 82 / 0.45);
  }

  .md\:text-neutral-600\/5{
    color: rgb(82 82 82 / 0.05);
  }

  .md\:text-neutral-600\/50{
    color: rgb(82 82 82 / 0.5);
  }

  .md\:text-neutral-600\/55{
    color: rgb(82 82 82 / 0.55);
  }

  .md\:text-neutral-600\/60{
    color: rgb(82 82 82 / 0.6);
  }

  .md\:text-neutral-600\/65{
    color: rgb(82 82 82 / 0.65);
  }

  .md\:text-neutral-600\/70{
    color: rgb(82 82 82 / 0.7);
  }

  .md\:text-neutral-600\/75{
    color: rgb(82 82 82 / 0.75);
  }

  .md\:text-neutral-600\/80{
    color: rgb(82 82 82 / 0.8);
  }

  .md\:text-neutral-600\/85{
    color: rgb(82 82 82 / 0.85);
  }

  .md\:text-neutral-600\/90{
    color: rgb(82 82 82 / 0.9);
  }

  .md\:text-neutral-600\/95{
    color: rgb(82 82 82 / 0.95);
  }

  .md\:text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-700\/0{
    color: rgb(64 64 64 / 0);
  }

  .md\:text-neutral-700\/10{
    color: rgb(64 64 64 / 0.1);
  }

  .md\:text-neutral-700\/100{
    color: rgb(64 64 64 / 1);
  }

  .md\:text-neutral-700\/15{
    color: rgb(64 64 64 / 0.15);
  }

  .md\:text-neutral-700\/20{
    color: rgb(64 64 64 / 0.2);
  }

  .md\:text-neutral-700\/25{
    color: rgb(64 64 64 / 0.25);
  }

  .md\:text-neutral-700\/30{
    color: rgb(64 64 64 / 0.3);
  }

  .md\:text-neutral-700\/35{
    color: rgb(64 64 64 / 0.35);
  }

  .md\:text-neutral-700\/40{
    color: rgb(64 64 64 / 0.4);
  }

  .md\:text-neutral-700\/45{
    color: rgb(64 64 64 / 0.45);
  }

  .md\:text-neutral-700\/5{
    color: rgb(64 64 64 / 0.05);
  }

  .md\:text-neutral-700\/50{
    color: rgb(64 64 64 / 0.5);
  }

  .md\:text-neutral-700\/55{
    color: rgb(64 64 64 / 0.55);
  }

  .md\:text-neutral-700\/60{
    color: rgb(64 64 64 / 0.6);
  }

  .md\:text-neutral-700\/65{
    color: rgb(64 64 64 / 0.65);
  }

  .md\:text-neutral-700\/70{
    color: rgb(64 64 64 / 0.7);
  }

  .md\:text-neutral-700\/75{
    color: rgb(64 64 64 / 0.75);
  }

  .md\:text-neutral-700\/80{
    color: rgb(64 64 64 / 0.8);
  }

  .md\:text-neutral-700\/85{
    color: rgb(64 64 64 / 0.85);
  }

  .md\:text-neutral-700\/90{
    color: rgb(64 64 64 / 0.9);
  }

  .md\:text-neutral-700\/95{
    color: rgb(64 64 64 / 0.95);
  }

  .md\:text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-800\/0{
    color: rgb(38 38 38 / 0);
  }

  .md\:text-neutral-800\/10{
    color: rgb(38 38 38 / 0.1);
  }

  .md\:text-neutral-800\/100{
    color: rgb(38 38 38 / 1);
  }

  .md\:text-neutral-800\/15{
    color: rgb(38 38 38 / 0.15);
  }

  .md\:text-neutral-800\/20{
    color: rgb(38 38 38 / 0.2);
  }

  .md\:text-neutral-800\/25{
    color: rgb(38 38 38 / 0.25);
  }

  .md\:text-neutral-800\/30{
    color: rgb(38 38 38 / 0.3);
  }

  .md\:text-neutral-800\/35{
    color: rgb(38 38 38 / 0.35);
  }

  .md\:text-neutral-800\/40{
    color: rgb(38 38 38 / 0.4);
  }

  .md\:text-neutral-800\/45{
    color: rgb(38 38 38 / 0.45);
  }

  .md\:text-neutral-800\/5{
    color: rgb(38 38 38 / 0.05);
  }

  .md\:text-neutral-800\/50{
    color: rgb(38 38 38 / 0.5);
  }

  .md\:text-neutral-800\/55{
    color: rgb(38 38 38 / 0.55);
  }

  .md\:text-neutral-800\/60{
    color: rgb(38 38 38 / 0.6);
  }

  .md\:text-neutral-800\/65{
    color: rgb(38 38 38 / 0.65);
  }

  .md\:text-neutral-800\/70{
    color: rgb(38 38 38 / 0.7);
  }

  .md\:text-neutral-800\/75{
    color: rgb(38 38 38 / 0.75);
  }

  .md\:text-neutral-800\/80{
    color: rgb(38 38 38 / 0.8);
  }

  .md\:text-neutral-800\/85{
    color: rgb(38 38 38 / 0.85);
  }

  .md\:text-neutral-800\/90{
    color: rgb(38 38 38 / 0.9);
  }

  .md\:text-neutral-800\/95{
    color: rgb(38 38 38 / 0.95);
  }

  .md\:text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-900\/0{
    color: rgb(23 23 23 / 0);
  }

  .md\:text-neutral-900\/10{
    color: rgb(23 23 23 / 0.1);
  }

  .md\:text-neutral-900\/100{
    color: rgb(23 23 23 / 1);
  }

  .md\:text-neutral-900\/15{
    color: rgb(23 23 23 / 0.15);
  }

  .md\:text-neutral-900\/20{
    color: rgb(23 23 23 / 0.2);
  }

  .md\:text-neutral-900\/25{
    color: rgb(23 23 23 / 0.25);
  }

  .md\:text-neutral-900\/30{
    color: rgb(23 23 23 / 0.3);
  }

  .md\:text-neutral-900\/35{
    color: rgb(23 23 23 / 0.35);
  }

  .md\:text-neutral-900\/40{
    color: rgb(23 23 23 / 0.4);
  }

  .md\:text-neutral-900\/45{
    color: rgb(23 23 23 / 0.45);
  }

  .md\:text-neutral-900\/5{
    color: rgb(23 23 23 / 0.05);
  }

  .md\:text-neutral-900\/50{
    color: rgb(23 23 23 / 0.5);
  }

  .md\:text-neutral-900\/55{
    color: rgb(23 23 23 / 0.55);
  }

  .md\:text-neutral-900\/60{
    color: rgb(23 23 23 / 0.6);
  }

  .md\:text-neutral-900\/65{
    color: rgb(23 23 23 / 0.65);
  }

  .md\:text-neutral-900\/70{
    color: rgb(23 23 23 / 0.7);
  }

  .md\:text-neutral-900\/75{
    color: rgb(23 23 23 / 0.75);
  }

  .md\:text-neutral-900\/80{
    color: rgb(23 23 23 / 0.8);
  }

  .md\:text-neutral-900\/85{
    color: rgb(23 23 23 / 0.85);
  }

  .md\:text-neutral-900\/90{
    color: rgb(23 23 23 / 0.9);
  }

  .md\:text-neutral-900\/95{
    color: rgb(23 23 23 / 0.95);
  }

  .md\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-950\/0{
    color: rgb(10 10 10 / 0);
  }

  .md\:text-neutral-950\/10{
    color: rgb(10 10 10 / 0.1);
  }

  .md\:text-neutral-950\/100{
    color: rgb(10 10 10 / 1);
  }

  .md\:text-neutral-950\/15{
    color: rgb(10 10 10 / 0.15);
  }

  .md\:text-neutral-950\/20{
    color: rgb(10 10 10 / 0.2);
  }

  .md\:text-neutral-950\/25{
    color: rgb(10 10 10 / 0.25);
  }

  .md\:text-neutral-950\/30{
    color: rgb(10 10 10 / 0.3);
  }

  .md\:text-neutral-950\/35{
    color: rgb(10 10 10 / 0.35);
  }

  .md\:text-neutral-950\/40{
    color: rgb(10 10 10 / 0.4);
  }

  .md\:text-neutral-950\/45{
    color: rgb(10 10 10 / 0.45);
  }

  .md\:text-neutral-950\/5{
    color: rgb(10 10 10 / 0.05);
  }

  .md\:text-neutral-950\/50{
    color: rgb(10 10 10 / 0.5);
  }

  .md\:text-neutral-950\/55{
    color: rgb(10 10 10 / 0.55);
  }

  .md\:text-neutral-950\/60{
    color: rgb(10 10 10 / 0.6);
  }

  .md\:text-neutral-950\/65{
    color: rgb(10 10 10 / 0.65);
  }

  .md\:text-neutral-950\/70{
    color: rgb(10 10 10 / 0.7);
  }

  .md\:text-neutral-950\/75{
    color: rgb(10 10 10 / 0.75);
  }

  .md\:text-neutral-950\/80{
    color: rgb(10 10 10 / 0.8);
  }

  .md\:text-neutral-950\/85{
    color: rgb(10 10 10 / 0.85);
  }

  .md\:text-neutral-950\/90{
    color: rgb(10 10 10 / 0.9);
  }

  .md\:text-neutral-950\/95{
    color: rgb(10 10 10 / 0.95);
  }

  .md\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-100\/0{
    color: rgb(255 237 213 / 0);
  }

  .md\:text-orange-100\/10{
    color: rgb(255 237 213 / 0.1);
  }

  .md\:text-orange-100\/100{
    color: rgb(255 237 213 / 1);
  }

  .md\:text-orange-100\/15{
    color: rgb(255 237 213 / 0.15);
  }

  .md\:text-orange-100\/20{
    color: rgb(255 237 213 / 0.2);
  }

  .md\:text-orange-100\/25{
    color: rgb(255 237 213 / 0.25);
  }

  .md\:text-orange-100\/30{
    color: rgb(255 237 213 / 0.3);
  }

  .md\:text-orange-100\/35{
    color: rgb(255 237 213 / 0.35);
  }

  .md\:text-orange-100\/40{
    color: rgb(255 237 213 / 0.4);
  }

  .md\:text-orange-100\/45{
    color: rgb(255 237 213 / 0.45);
  }

  .md\:text-orange-100\/5{
    color: rgb(255 237 213 / 0.05);
  }

  .md\:text-orange-100\/50{
    color: rgb(255 237 213 / 0.5);
  }

  .md\:text-orange-100\/55{
    color: rgb(255 237 213 / 0.55);
  }

  .md\:text-orange-100\/60{
    color: rgb(255 237 213 / 0.6);
  }

  .md\:text-orange-100\/65{
    color: rgb(255 237 213 / 0.65);
  }

  .md\:text-orange-100\/70{
    color: rgb(255 237 213 / 0.7);
  }

  .md\:text-orange-100\/75{
    color: rgb(255 237 213 / 0.75);
  }

  .md\:text-orange-100\/80{
    color: rgb(255 237 213 / 0.8);
  }

  .md\:text-orange-100\/85{
    color: rgb(255 237 213 / 0.85);
  }

  .md\:text-orange-100\/90{
    color: rgb(255 237 213 / 0.9);
  }

  .md\:text-orange-100\/95{
    color: rgb(255 237 213 / 0.95);
  }

  .md\:text-orange-200{
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-200\/0{
    color: rgb(254 215 170 / 0);
  }

  .md\:text-orange-200\/10{
    color: rgb(254 215 170 / 0.1);
  }

  .md\:text-orange-200\/100{
    color: rgb(254 215 170 / 1);
  }

  .md\:text-orange-200\/15{
    color: rgb(254 215 170 / 0.15);
  }

  .md\:text-orange-200\/20{
    color: rgb(254 215 170 / 0.2);
  }

  .md\:text-orange-200\/25{
    color: rgb(254 215 170 / 0.25);
  }

  .md\:text-orange-200\/30{
    color: rgb(254 215 170 / 0.3);
  }

  .md\:text-orange-200\/35{
    color: rgb(254 215 170 / 0.35);
  }

  .md\:text-orange-200\/40{
    color: rgb(254 215 170 / 0.4);
  }

  .md\:text-orange-200\/45{
    color: rgb(254 215 170 / 0.45);
  }

  .md\:text-orange-200\/5{
    color: rgb(254 215 170 / 0.05);
  }

  .md\:text-orange-200\/50{
    color: rgb(254 215 170 / 0.5);
  }

  .md\:text-orange-200\/55{
    color: rgb(254 215 170 / 0.55);
  }

  .md\:text-orange-200\/60{
    color: rgb(254 215 170 / 0.6);
  }

  .md\:text-orange-200\/65{
    color: rgb(254 215 170 / 0.65);
  }

  .md\:text-orange-200\/70{
    color: rgb(254 215 170 / 0.7);
  }

  .md\:text-orange-200\/75{
    color: rgb(254 215 170 / 0.75);
  }

  .md\:text-orange-200\/80{
    color: rgb(254 215 170 / 0.8);
  }

  .md\:text-orange-200\/85{
    color: rgb(254 215 170 / 0.85);
  }

  .md\:text-orange-200\/90{
    color: rgb(254 215 170 / 0.9);
  }

  .md\:text-orange-200\/95{
    color: rgb(254 215 170 / 0.95);
  }

  .md\:text-orange-300{
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-300\/0{
    color: rgb(253 186 116 / 0);
  }

  .md\:text-orange-300\/10{
    color: rgb(253 186 116 / 0.1);
  }

  .md\:text-orange-300\/100{
    color: rgb(253 186 116 / 1);
  }

  .md\:text-orange-300\/15{
    color: rgb(253 186 116 / 0.15);
  }

  .md\:text-orange-300\/20{
    color: rgb(253 186 116 / 0.2);
  }

  .md\:text-orange-300\/25{
    color: rgb(253 186 116 / 0.25);
  }

  .md\:text-orange-300\/30{
    color: rgb(253 186 116 / 0.3);
  }

  .md\:text-orange-300\/35{
    color: rgb(253 186 116 / 0.35);
  }

  .md\:text-orange-300\/40{
    color: rgb(253 186 116 / 0.4);
  }

  .md\:text-orange-300\/45{
    color: rgb(253 186 116 / 0.45);
  }

  .md\:text-orange-300\/5{
    color: rgb(253 186 116 / 0.05);
  }

  .md\:text-orange-300\/50{
    color: rgb(253 186 116 / 0.5);
  }

  .md\:text-orange-300\/55{
    color: rgb(253 186 116 / 0.55);
  }

  .md\:text-orange-300\/60{
    color: rgb(253 186 116 / 0.6);
  }

  .md\:text-orange-300\/65{
    color: rgb(253 186 116 / 0.65);
  }

  .md\:text-orange-300\/70{
    color: rgb(253 186 116 / 0.7);
  }

  .md\:text-orange-300\/75{
    color: rgb(253 186 116 / 0.75);
  }

  .md\:text-orange-300\/80{
    color: rgb(253 186 116 / 0.8);
  }

  .md\:text-orange-300\/85{
    color: rgb(253 186 116 / 0.85);
  }

  .md\:text-orange-300\/90{
    color: rgb(253 186 116 / 0.9);
  }

  .md\:text-orange-300\/95{
    color: rgb(253 186 116 / 0.95);
  }

  .md\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-400\/0{
    color: rgb(251 146 60 / 0);
  }

  .md\:text-orange-400\/10{
    color: rgb(251 146 60 / 0.1);
  }

  .md\:text-orange-400\/100{
    color: rgb(251 146 60 / 1);
  }

  .md\:text-orange-400\/15{
    color: rgb(251 146 60 / 0.15);
  }

  .md\:text-orange-400\/20{
    color: rgb(251 146 60 / 0.2);
  }

  .md\:text-orange-400\/25{
    color: rgb(251 146 60 / 0.25);
  }

  .md\:text-orange-400\/30{
    color: rgb(251 146 60 / 0.3);
  }

  .md\:text-orange-400\/35{
    color: rgb(251 146 60 / 0.35);
  }

  .md\:text-orange-400\/40{
    color: rgb(251 146 60 / 0.4);
  }

  .md\:text-orange-400\/45{
    color: rgb(251 146 60 / 0.45);
  }

  .md\:text-orange-400\/5{
    color: rgb(251 146 60 / 0.05);
  }

  .md\:text-orange-400\/50{
    color: rgb(251 146 60 / 0.5);
  }

  .md\:text-orange-400\/55{
    color: rgb(251 146 60 / 0.55);
  }

  .md\:text-orange-400\/60{
    color: rgb(251 146 60 / 0.6);
  }

  .md\:text-orange-400\/65{
    color: rgb(251 146 60 / 0.65);
  }

  .md\:text-orange-400\/70{
    color: rgb(251 146 60 / 0.7);
  }

  .md\:text-orange-400\/75{
    color: rgb(251 146 60 / 0.75);
  }

  .md\:text-orange-400\/80{
    color: rgb(251 146 60 / 0.8);
  }

  .md\:text-orange-400\/85{
    color: rgb(251 146 60 / 0.85);
  }

  .md\:text-orange-400\/90{
    color: rgb(251 146 60 / 0.9);
  }

  .md\:text-orange-400\/95{
    color: rgb(251 146 60 / 0.95);
  }

  .md\:text-orange-50{
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-50\/0{
    color: rgb(255 247 237 / 0);
  }

  .md\:text-orange-50\/10{
    color: rgb(255 247 237 / 0.1);
  }

  .md\:text-orange-50\/100{
    color: rgb(255 247 237 / 1);
  }

  .md\:text-orange-50\/15{
    color: rgb(255 247 237 / 0.15);
  }

  .md\:text-orange-50\/20{
    color: rgb(255 247 237 / 0.2);
  }

  .md\:text-orange-50\/25{
    color: rgb(255 247 237 / 0.25);
  }

  .md\:text-orange-50\/30{
    color: rgb(255 247 237 / 0.3);
  }

  .md\:text-orange-50\/35{
    color: rgb(255 247 237 / 0.35);
  }

  .md\:text-orange-50\/40{
    color: rgb(255 247 237 / 0.4);
  }

  .md\:text-orange-50\/45{
    color: rgb(255 247 237 / 0.45);
  }

  .md\:text-orange-50\/5{
    color: rgb(255 247 237 / 0.05);
  }

  .md\:text-orange-50\/50{
    color: rgb(255 247 237 / 0.5);
  }

  .md\:text-orange-50\/55{
    color: rgb(255 247 237 / 0.55);
  }

  .md\:text-orange-50\/60{
    color: rgb(255 247 237 / 0.6);
  }

  .md\:text-orange-50\/65{
    color: rgb(255 247 237 / 0.65);
  }

  .md\:text-orange-50\/70{
    color: rgb(255 247 237 / 0.7);
  }

  .md\:text-orange-50\/75{
    color: rgb(255 247 237 / 0.75);
  }

  .md\:text-orange-50\/80{
    color: rgb(255 247 237 / 0.8);
  }

  .md\:text-orange-50\/85{
    color: rgb(255 247 237 / 0.85);
  }

  .md\:text-orange-50\/90{
    color: rgb(255 247 237 / 0.9);
  }

  .md\:text-orange-50\/95{
    color: rgb(255 247 237 / 0.95);
  }

  .md\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-500\/0{
    color: rgb(249 115 22 / 0);
  }

  .md\:text-orange-500\/10{
    color: rgb(249 115 22 / 0.1);
  }

  .md\:text-orange-500\/100{
    color: rgb(249 115 22 / 1);
  }

  .md\:text-orange-500\/15{
    color: rgb(249 115 22 / 0.15);
  }

  .md\:text-orange-500\/20{
    color: rgb(249 115 22 / 0.2);
  }

  .md\:text-orange-500\/25{
    color: rgb(249 115 22 / 0.25);
  }

  .md\:text-orange-500\/30{
    color: rgb(249 115 22 / 0.3);
  }

  .md\:text-orange-500\/35{
    color: rgb(249 115 22 / 0.35);
  }

  .md\:text-orange-500\/40{
    color: rgb(249 115 22 / 0.4);
  }

  .md\:text-orange-500\/45{
    color: rgb(249 115 22 / 0.45);
  }

  .md\:text-orange-500\/5{
    color: rgb(249 115 22 / 0.05);
  }

  .md\:text-orange-500\/50{
    color: rgb(249 115 22 / 0.5);
  }

  .md\:text-orange-500\/55{
    color: rgb(249 115 22 / 0.55);
  }

  .md\:text-orange-500\/60{
    color: rgb(249 115 22 / 0.6);
  }

  .md\:text-orange-500\/65{
    color: rgb(249 115 22 / 0.65);
  }

  .md\:text-orange-500\/70{
    color: rgb(249 115 22 / 0.7);
  }

  .md\:text-orange-500\/75{
    color: rgb(249 115 22 / 0.75);
  }

  .md\:text-orange-500\/80{
    color: rgb(249 115 22 / 0.8);
  }

  .md\:text-orange-500\/85{
    color: rgb(249 115 22 / 0.85);
  }

  .md\:text-orange-500\/90{
    color: rgb(249 115 22 / 0.9);
  }

  .md\:text-orange-500\/95{
    color: rgb(249 115 22 / 0.95);
  }

  .md\:text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-600\/0{
    color: rgb(234 88 12 / 0);
  }

  .md\:text-orange-600\/10{
    color: rgb(234 88 12 / 0.1);
  }

  .md\:text-orange-600\/100{
    color: rgb(234 88 12 / 1);
  }

  .md\:text-orange-600\/15{
    color: rgb(234 88 12 / 0.15);
  }

  .md\:text-orange-600\/20{
    color: rgb(234 88 12 / 0.2);
  }

  .md\:text-orange-600\/25{
    color: rgb(234 88 12 / 0.25);
  }

  .md\:text-orange-600\/30{
    color: rgb(234 88 12 / 0.3);
  }

  .md\:text-orange-600\/35{
    color: rgb(234 88 12 / 0.35);
  }

  .md\:text-orange-600\/40{
    color: rgb(234 88 12 / 0.4);
  }

  .md\:text-orange-600\/45{
    color: rgb(234 88 12 / 0.45);
  }

  .md\:text-orange-600\/5{
    color: rgb(234 88 12 / 0.05);
  }

  .md\:text-orange-600\/50{
    color: rgb(234 88 12 / 0.5);
  }

  .md\:text-orange-600\/55{
    color: rgb(234 88 12 / 0.55);
  }

  .md\:text-orange-600\/60{
    color: rgb(234 88 12 / 0.6);
  }

  .md\:text-orange-600\/65{
    color: rgb(234 88 12 / 0.65);
  }

  .md\:text-orange-600\/70{
    color: rgb(234 88 12 / 0.7);
  }

  .md\:text-orange-600\/75{
    color: rgb(234 88 12 / 0.75);
  }

  .md\:text-orange-600\/80{
    color: rgb(234 88 12 / 0.8);
  }

  .md\:text-orange-600\/85{
    color: rgb(234 88 12 / 0.85);
  }

  .md\:text-orange-600\/90{
    color: rgb(234 88 12 / 0.9);
  }

  .md\:text-orange-600\/95{
    color: rgb(234 88 12 / 0.95);
  }

  .md\:text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-700\/0{
    color: rgb(194 65 12 / 0);
  }

  .md\:text-orange-700\/10{
    color: rgb(194 65 12 / 0.1);
  }

  .md\:text-orange-700\/100{
    color: rgb(194 65 12 / 1);
  }

  .md\:text-orange-700\/15{
    color: rgb(194 65 12 / 0.15);
  }

  .md\:text-orange-700\/20{
    color: rgb(194 65 12 / 0.2);
  }

  .md\:text-orange-700\/25{
    color: rgb(194 65 12 / 0.25);
  }

  .md\:text-orange-700\/30{
    color: rgb(194 65 12 / 0.3);
  }

  .md\:text-orange-700\/35{
    color: rgb(194 65 12 / 0.35);
  }

  .md\:text-orange-700\/40{
    color: rgb(194 65 12 / 0.4);
  }

  .md\:text-orange-700\/45{
    color: rgb(194 65 12 / 0.45);
  }

  .md\:text-orange-700\/5{
    color: rgb(194 65 12 / 0.05);
  }

  .md\:text-orange-700\/50{
    color: rgb(194 65 12 / 0.5);
  }

  .md\:text-orange-700\/55{
    color: rgb(194 65 12 / 0.55);
  }

  .md\:text-orange-700\/60{
    color: rgb(194 65 12 / 0.6);
  }

  .md\:text-orange-700\/65{
    color: rgb(194 65 12 / 0.65);
  }

  .md\:text-orange-700\/70{
    color: rgb(194 65 12 / 0.7);
  }

  .md\:text-orange-700\/75{
    color: rgb(194 65 12 / 0.75);
  }

  .md\:text-orange-700\/80{
    color: rgb(194 65 12 / 0.8);
  }

  .md\:text-orange-700\/85{
    color: rgb(194 65 12 / 0.85);
  }

  .md\:text-orange-700\/90{
    color: rgb(194 65 12 / 0.9);
  }

  .md\:text-orange-700\/95{
    color: rgb(194 65 12 / 0.95);
  }

  .md\:text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-800\/0{
    color: rgb(154 52 18 / 0);
  }

  .md\:text-orange-800\/10{
    color: rgb(154 52 18 / 0.1);
  }

  .md\:text-orange-800\/100{
    color: rgb(154 52 18 / 1);
  }

  .md\:text-orange-800\/15{
    color: rgb(154 52 18 / 0.15);
  }

  .md\:text-orange-800\/20{
    color: rgb(154 52 18 / 0.2);
  }

  .md\:text-orange-800\/25{
    color: rgb(154 52 18 / 0.25);
  }

  .md\:text-orange-800\/30{
    color: rgb(154 52 18 / 0.3);
  }

  .md\:text-orange-800\/35{
    color: rgb(154 52 18 / 0.35);
  }

  .md\:text-orange-800\/40{
    color: rgb(154 52 18 / 0.4);
  }

  .md\:text-orange-800\/45{
    color: rgb(154 52 18 / 0.45);
  }

  .md\:text-orange-800\/5{
    color: rgb(154 52 18 / 0.05);
  }

  .md\:text-orange-800\/50{
    color: rgb(154 52 18 / 0.5);
  }

  .md\:text-orange-800\/55{
    color: rgb(154 52 18 / 0.55);
  }

  .md\:text-orange-800\/60{
    color: rgb(154 52 18 / 0.6);
  }

  .md\:text-orange-800\/65{
    color: rgb(154 52 18 / 0.65);
  }

  .md\:text-orange-800\/70{
    color: rgb(154 52 18 / 0.7);
  }

  .md\:text-orange-800\/75{
    color: rgb(154 52 18 / 0.75);
  }

  .md\:text-orange-800\/80{
    color: rgb(154 52 18 / 0.8);
  }

  .md\:text-orange-800\/85{
    color: rgb(154 52 18 / 0.85);
  }

  .md\:text-orange-800\/90{
    color: rgb(154 52 18 / 0.9);
  }

  .md\:text-orange-800\/95{
    color: rgb(154 52 18 / 0.95);
  }

  .md\:text-orange-900{
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-900\/0{
    color: rgb(124 45 18 / 0);
  }

  .md\:text-orange-900\/10{
    color: rgb(124 45 18 / 0.1);
  }

  .md\:text-orange-900\/100{
    color: rgb(124 45 18 / 1);
  }

  .md\:text-orange-900\/15{
    color: rgb(124 45 18 / 0.15);
  }

  .md\:text-orange-900\/20{
    color: rgb(124 45 18 / 0.2);
  }

  .md\:text-orange-900\/25{
    color: rgb(124 45 18 / 0.25);
  }

  .md\:text-orange-900\/30{
    color: rgb(124 45 18 / 0.3);
  }

  .md\:text-orange-900\/35{
    color: rgb(124 45 18 / 0.35);
  }

  .md\:text-orange-900\/40{
    color: rgb(124 45 18 / 0.4);
  }

  .md\:text-orange-900\/45{
    color: rgb(124 45 18 / 0.45);
  }

  .md\:text-orange-900\/5{
    color: rgb(124 45 18 / 0.05);
  }

  .md\:text-orange-900\/50{
    color: rgb(124 45 18 / 0.5);
  }

  .md\:text-orange-900\/55{
    color: rgb(124 45 18 / 0.55);
  }

  .md\:text-orange-900\/60{
    color: rgb(124 45 18 / 0.6);
  }

  .md\:text-orange-900\/65{
    color: rgb(124 45 18 / 0.65);
  }

  .md\:text-orange-900\/70{
    color: rgb(124 45 18 / 0.7);
  }

  .md\:text-orange-900\/75{
    color: rgb(124 45 18 / 0.75);
  }

  .md\:text-orange-900\/80{
    color: rgb(124 45 18 / 0.8);
  }

  .md\:text-orange-900\/85{
    color: rgb(124 45 18 / 0.85);
  }

  .md\:text-orange-900\/90{
    color: rgb(124 45 18 / 0.9);
  }

  .md\:text-orange-900\/95{
    color: rgb(124 45 18 / 0.95);
  }

  .md\:text-orange-950{
    --tw-text-opacity: 1;
    color: rgb(67 20 7 / var(--tw-text-opacity, 1));
  }

  .md\:text-orange-950\/0{
    color: rgb(67 20 7 / 0);
  }

  .md\:text-orange-950\/10{
    color: rgb(67 20 7 / 0.1);
  }

  .md\:text-orange-950\/100{
    color: rgb(67 20 7 / 1);
  }

  .md\:text-orange-950\/15{
    color: rgb(67 20 7 / 0.15);
  }

  .md\:text-orange-950\/20{
    color: rgb(67 20 7 / 0.2);
  }

  .md\:text-orange-950\/25{
    color: rgb(67 20 7 / 0.25);
  }

  .md\:text-orange-950\/30{
    color: rgb(67 20 7 / 0.3);
  }

  .md\:text-orange-950\/35{
    color: rgb(67 20 7 / 0.35);
  }

  .md\:text-orange-950\/40{
    color: rgb(67 20 7 / 0.4);
  }

  .md\:text-orange-950\/45{
    color: rgb(67 20 7 / 0.45);
  }

  .md\:text-orange-950\/5{
    color: rgb(67 20 7 / 0.05);
  }

  .md\:text-orange-950\/50{
    color: rgb(67 20 7 / 0.5);
  }

  .md\:text-orange-950\/55{
    color: rgb(67 20 7 / 0.55);
  }

  .md\:text-orange-950\/60{
    color: rgb(67 20 7 / 0.6);
  }

  .md\:text-orange-950\/65{
    color: rgb(67 20 7 / 0.65);
  }

  .md\:text-orange-950\/70{
    color: rgb(67 20 7 / 0.7);
  }

  .md\:text-orange-950\/75{
    color: rgb(67 20 7 / 0.75);
  }

  .md\:text-orange-950\/80{
    color: rgb(67 20 7 / 0.8);
  }

  .md\:text-orange-950\/85{
    color: rgb(67 20 7 / 0.85);
  }

  .md\:text-orange-950\/90{
    color: rgb(67 20 7 / 0.9);
  }

  .md\:text-orange-950\/95{
    color: rgb(67 20 7 / 0.95);
  }

  .md\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-100\/0{
    color: rgb(252 231 243 / 0);
  }

  .md\:text-pink-100\/10{
    color: rgb(252 231 243 / 0.1);
  }

  .md\:text-pink-100\/100{
    color: rgb(252 231 243 / 1);
  }

  .md\:text-pink-100\/15{
    color: rgb(252 231 243 / 0.15);
  }

  .md\:text-pink-100\/20{
    color: rgb(252 231 243 / 0.2);
  }

  .md\:text-pink-100\/25{
    color: rgb(252 231 243 / 0.25);
  }

  .md\:text-pink-100\/30{
    color: rgb(252 231 243 / 0.3);
  }

  .md\:text-pink-100\/35{
    color: rgb(252 231 243 / 0.35);
  }

  .md\:text-pink-100\/40{
    color: rgb(252 231 243 / 0.4);
  }

  .md\:text-pink-100\/45{
    color: rgb(252 231 243 / 0.45);
  }

  .md\:text-pink-100\/5{
    color: rgb(252 231 243 / 0.05);
  }

  .md\:text-pink-100\/50{
    color: rgb(252 231 243 / 0.5);
  }

  .md\:text-pink-100\/55{
    color: rgb(252 231 243 / 0.55);
  }

  .md\:text-pink-100\/60{
    color: rgb(252 231 243 / 0.6);
  }

  .md\:text-pink-100\/65{
    color: rgb(252 231 243 / 0.65);
  }

  .md\:text-pink-100\/70{
    color: rgb(252 231 243 / 0.7);
  }

  .md\:text-pink-100\/75{
    color: rgb(252 231 243 / 0.75);
  }

  .md\:text-pink-100\/80{
    color: rgb(252 231 243 / 0.8);
  }

  .md\:text-pink-100\/85{
    color: rgb(252 231 243 / 0.85);
  }

  .md\:text-pink-100\/90{
    color: rgb(252 231 243 / 0.9);
  }

  .md\:text-pink-100\/95{
    color: rgb(252 231 243 / 0.95);
  }

  .md\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-200\/0{
    color: rgb(251 207 232 / 0);
  }

  .md\:text-pink-200\/10{
    color: rgb(251 207 232 / 0.1);
  }

  .md\:text-pink-200\/100{
    color: rgb(251 207 232 / 1);
  }

  .md\:text-pink-200\/15{
    color: rgb(251 207 232 / 0.15);
  }

  .md\:text-pink-200\/20{
    color: rgb(251 207 232 / 0.2);
  }

  .md\:text-pink-200\/25{
    color: rgb(251 207 232 / 0.25);
  }

  .md\:text-pink-200\/30{
    color: rgb(251 207 232 / 0.3);
  }

  .md\:text-pink-200\/35{
    color: rgb(251 207 232 / 0.35);
  }

  .md\:text-pink-200\/40{
    color: rgb(251 207 232 / 0.4);
  }

  .md\:text-pink-200\/45{
    color: rgb(251 207 232 / 0.45);
  }

  .md\:text-pink-200\/5{
    color: rgb(251 207 232 / 0.05);
  }

  .md\:text-pink-200\/50{
    color: rgb(251 207 232 / 0.5);
  }

  .md\:text-pink-200\/55{
    color: rgb(251 207 232 / 0.55);
  }

  .md\:text-pink-200\/60{
    color: rgb(251 207 232 / 0.6);
  }

  .md\:text-pink-200\/65{
    color: rgb(251 207 232 / 0.65);
  }

  .md\:text-pink-200\/70{
    color: rgb(251 207 232 / 0.7);
  }

  .md\:text-pink-200\/75{
    color: rgb(251 207 232 / 0.75);
  }

  .md\:text-pink-200\/80{
    color: rgb(251 207 232 / 0.8);
  }

  .md\:text-pink-200\/85{
    color: rgb(251 207 232 / 0.85);
  }

  .md\:text-pink-200\/90{
    color: rgb(251 207 232 / 0.9);
  }

  .md\:text-pink-200\/95{
    color: rgb(251 207 232 / 0.95);
  }

  .md\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-300\/0{
    color: rgb(249 168 212 / 0);
  }

  .md\:text-pink-300\/10{
    color: rgb(249 168 212 / 0.1);
  }

  .md\:text-pink-300\/100{
    color: rgb(249 168 212 / 1);
  }

  .md\:text-pink-300\/15{
    color: rgb(249 168 212 / 0.15);
  }

  .md\:text-pink-300\/20{
    color: rgb(249 168 212 / 0.2);
  }

  .md\:text-pink-300\/25{
    color: rgb(249 168 212 / 0.25);
  }

  .md\:text-pink-300\/30{
    color: rgb(249 168 212 / 0.3);
  }

  .md\:text-pink-300\/35{
    color: rgb(249 168 212 / 0.35);
  }

  .md\:text-pink-300\/40{
    color: rgb(249 168 212 / 0.4);
  }

  .md\:text-pink-300\/45{
    color: rgb(249 168 212 / 0.45);
  }

  .md\:text-pink-300\/5{
    color: rgb(249 168 212 / 0.05);
  }

  .md\:text-pink-300\/50{
    color: rgb(249 168 212 / 0.5);
  }

  .md\:text-pink-300\/55{
    color: rgb(249 168 212 / 0.55);
  }

  .md\:text-pink-300\/60{
    color: rgb(249 168 212 / 0.6);
  }

  .md\:text-pink-300\/65{
    color: rgb(249 168 212 / 0.65);
  }

  .md\:text-pink-300\/70{
    color: rgb(249 168 212 / 0.7);
  }

  .md\:text-pink-300\/75{
    color: rgb(249 168 212 / 0.75);
  }

  .md\:text-pink-300\/80{
    color: rgb(249 168 212 / 0.8);
  }

  .md\:text-pink-300\/85{
    color: rgb(249 168 212 / 0.85);
  }

  .md\:text-pink-300\/90{
    color: rgb(249 168 212 / 0.9);
  }

  .md\:text-pink-300\/95{
    color: rgb(249 168 212 / 0.95);
  }

  .md\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-400\/0{
    color: rgb(244 114 182 / 0);
  }

  .md\:text-pink-400\/10{
    color: rgb(244 114 182 / 0.1);
  }

  .md\:text-pink-400\/100{
    color: rgb(244 114 182 / 1);
  }

  .md\:text-pink-400\/15{
    color: rgb(244 114 182 / 0.15);
  }

  .md\:text-pink-400\/20{
    color: rgb(244 114 182 / 0.2);
  }

  .md\:text-pink-400\/25{
    color: rgb(244 114 182 / 0.25);
  }

  .md\:text-pink-400\/30{
    color: rgb(244 114 182 / 0.3);
  }

  .md\:text-pink-400\/35{
    color: rgb(244 114 182 / 0.35);
  }

  .md\:text-pink-400\/40{
    color: rgb(244 114 182 / 0.4);
  }

  .md\:text-pink-400\/45{
    color: rgb(244 114 182 / 0.45);
  }

  .md\:text-pink-400\/5{
    color: rgb(244 114 182 / 0.05);
  }

  .md\:text-pink-400\/50{
    color: rgb(244 114 182 / 0.5);
  }

  .md\:text-pink-400\/55{
    color: rgb(244 114 182 / 0.55);
  }

  .md\:text-pink-400\/60{
    color: rgb(244 114 182 / 0.6);
  }

  .md\:text-pink-400\/65{
    color: rgb(244 114 182 / 0.65);
  }

  .md\:text-pink-400\/70{
    color: rgb(244 114 182 / 0.7);
  }

  .md\:text-pink-400\/75{
    color: rgb(244 114 182 / 0.75);
  }

  .md\:text-pink-400\/80{
    color: rgb(244 114 182 / 0.8);
  }

  .md\:text-pink-400\/85{
    color: rgb(244 114 182 / 0.85);
  }

  .md\:text-pink-400\/90{
    color: rgb(244 114 182 / 0.9);
  }

  .md\:text-pink-400\/95{
    color: rgb(244 114 182 / 0.95);
  }

  .md\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-50\/0{
    color: rgb(253 242 248 / 0);
  }

  .md\:text-pink-50\/10{
    color: rgb(253 242 248 / 0.1);
  }

  .md\:text-pink-50\/100{
    color: rgb(253 242 248 / 1);
  }

  .md\:text-pink-50\/15{
    color: rgb(253 242 248 / 0.15);
  }

  .md\:text-pink-50\/20{
    color: rgb(253 242 248 / 0.2);
  }

  .md\:text-pink-50\/25{
    color: rgb(253 242 248 / 0.25);
  }

  .md\:text-pink-50\/30{
    color: rgb(253 242 248 / 0.3);
  }

  .md\:text-pink-50\/35{
    color: rgb(253 242 248 / 0.35);
  }

  .md\:text-pink-50\/40{
    color: rgb(253 242 248 / 0.4);
  }

  .md\:text-pink-50\/45{
    color: rgb(253 242 248 / 0.45);
  }

  .md\:text-pink-50\/5{
    color: rgb(253 242 248 / 0.05);
  }

  .md\:text-pink-50\/50{
    color: rgb(253 242 248 / 0.5);
  }

  .md\:text-pink-50\/55{
    color: rgb(253 242 248 / 0.55);
  }

  .md\:text-pink-50\/60{
    color: rgb(253 242 248 / 0.6);
  }

  .md\:text-pink-50\/65{
    color: rgb(253 242 248 / 0.65);
  }

  .md\:text-pink-50\/70{
    color: rgb(253 242 248 / 0.7);
  }

  .md\:text-pink-50\/75{
    color: rgb(253 242 248 / 0.75);
  }

  .md\:text-pink-50\/80{
    color: rgb(253 242 248 / 0.8);
  }

  .md\:text-pink-50\/85{
    color: rgb(253 242 248 / 0.85);
  }

  .md\:text-pink-50\/90{
    color: rgb(253 242 248 / 0.9);
  }

  .md\:text-pink-50\/95{
    color: rgb(253 242 248 / 0.95);
  }

  .md\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-500\/0{
    color: rgb(236 72 153 / 0);
  }

  .md\:text-pink-500\/10{
    color: rgb(236 72 153 / 0.1);
  }

  .md\:text-pink-500\/100{
    color: rgb(236 72 153 / 1);
  }

  .md\:text-pink-500\/15{
    color: rgb(236 72 153 / 0.15);
  }

  .md\:text-pink-500\/20{
    color: rgb(236 72 153 / 0.2);
  }

  .md\:text-pink-500\/25{
    color: rgb(236 72 153 / 0.25);
  }

  .md\:text-pink-500\/30{
    color: rgb(236 72 153 / 0.3);
  }

  .md\:text-pink-500\/35{
    color: rgb(236 72 153 / 0.35);
  }

  .md\:text-pink-500\/40{
    color: rgb(236 72 153 / 0.4);
  }

  .md\:text-pink-500\/45{
    color: rgb(236 72 153 / 0.45);
  }

  .md\:text-pink-500\/5{
    color: rgb(236 72 153 / 0.05);
  }

  .md\:text-pink-500\/50{
    color: rgb(236 72 153 / 0.5);
  }

  .md\:text-pink-500\/55{
    color: rgb(236 72 153 / 0.55);
  }

  .md\:text-pink-500\/60{
    color: rgb(236 72 153 / 0.6);
  }

  .md\:text-pink-500\/65{
    color: rgb(236 72 153 / 0.65);
  }

  .md\:text-pink-500\/70{
    color: rgb(236 72 153 / 0.7);
  }

  .md\:text-pink-500\/75{
    color: rgb(236 72 153 / 0.75);
  }

  .md\:text-pink-500\/80{
    color: rgb(236 72 153 / 0.8);
  }

  .md\:text-pink-500\/85{
    color: rgb(236 72 153 / 0.85);
  }

  .md\:text-pink-500\/90{
    color: rgb(236 72 153 / 0.9);
  }

  .md\:text-pink-500\/95{
    color: rgb(236 72 153 / 0.95);
  }

  .md\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-600\/0{
    color: rgb(219 39 119 / 0);
  }

  .md\:text-pink-600\/10{
    color: rgb(219 39 119 / 0.1);
  }

  .md\:text-pink-600\/100{
    color: rgb(219 39 119 / 1);
  }

  .md\:text-pink-600\/15{
    color: rgb(219 39 119 / 0.15);
  }

  .md\:text-pink-600\/20{
    color: rgb(219 39 119 / 0.2);
  }

  .md\:text-pink-600\/25{
    color: rgb(219 39 119 / 0.25);
  }

  .md\:text-pink-600\/30{
    color: rgb(219 39 119 / 0.3);
  }

  .md\:text-pink-600\/35{
    color: rgb(219 39 119 / 0.35);
  }

  .md\:text-pink-600\/40{
    color: rgb(219 39 119 / 0.4);
  }

  .md\:text-pink-600\/45{
    color: rgb(219 39 119 / 0.45);
  }

  .md\:text-pink-600\/5{
    color: rgb(219 39 119 / 0.05);
  }

  .md\:text-pink-600\/50{
    color: rgb(219 39 119 / 0.5);
  }

  .md\:text-pink-600\/55{
    color: rgb(219 39 119 / 0.55);
  }

  .md\:text-pink-600\/60{
    color: rgb(219 39 119 / 0.6);
  }

  .md\:text-pink-600\/65{
    color: rgb(219 39 119 / 0.65);
  }

  .md\:text-pink-600\/70{
    color: rgb(219 39 119 / 0.7);
  }

  .md\:text-pink-600\/75{
    color: rgb(219 39 119 / 0.75);
  }

  .md\:text-pink-600\/80{
    color: rgb(219 39 119 / 0.8);
  }

  .md\:text-pink-600\/85{
    color: rgb(219 39 119 / 0.85);
  }

  .md\:text-pink-600\/90{
    color: rgb(219 39 119 / 0.9);
  }

  .md\:text-pink-600\/95{
    color: rgb(219 39 119 / 0.95);
  }

  .md\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-700\/0{
    color: rgb(190 24 93 / 0);
  }

  .md\:text-pink-700\/10{
    color: rgb(190 24 93 / 0.1);
  }

  .md\:text-pink-700\/100{
    color: rgb(190 24 93 / 1);
  }

  .md\:text-pink-700\/15{
    color: rgb(190 24 93 / 0.15);
  }

  .md\:text-pink-700\/20{
    color: rgb(190 24 93 / 0.2);
  }

  .md\:text-pink-700\/25{
    color: rgb(190 24 93 / 0.25);
  }

  .md\:text-pink-700\/30{
    color: rgb(190 24 93 / 0.3);
  }

  .md\:text-pink-700\/35{
    color: rgb(190 24 93 / 0.35);
  }

  .md\:text-pink-700\/40{
    color: rgb(190 24 93 / 0.4);
  }

  .md\:text-pink-700\/45{
    color: rgb(190 24 93 / 0.45);
  }

  .md\:text-pink-700\/5{
    color: rgb(190 24 93 / 0.05);
  }

  .md\:text-pink-700\/50{
    color: rgb(190 24 93 / 0.5);
  }

  .md\:text-pink-700\/55{
    color: rgb(190 24 93 / 0.55);
  }

  .md\:text-pink-700\/60{
    color: rgb(190 24 93 / 0.6);
  }

  .md\:text-pink-700\/65{
    color: rgb(190 24 93 / 0.65);
  }

  .md\:text-pink-700\/70{
    color: rgb(190 24 93 / 0.7);
  }

  .md\:text-pink-700\/75{
    color: rgb(190 24 93 / 0.75);
  }

  .md\:text-pink-700\/80{
    color: rgb(190 24 93 / 0.8);
  }

  .md\:text-pink-700\/85{
    color: rgb(190 24 93 / 0.85);
  }

  .md\:text-pink-700\/90{
    color: rgb(190 24 93 / 0.9);
  }

  .md\:text-pink-700\/95{
    color: rgb(190 24 93 / 0.95);
  }

  .md\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-800\/0{
    color: rgb(157 23 77 / 0);
  }

  .md\:text-pink-800\/10{
    color: rgb(157 23 77 / 0.1);
  }

  .md\:text-pink-800\/100{
    color: rgb(157 23 77 / 1);
  }

  .md\:text-pink-800\/15{
    color: rgb(157 23 77 / 0.15);
  }

  .md\:text-pink-800\/20{
    color: rgb(157 23 77 / 0.2);
  }

  .md\:text-pink-800\/25{
    color: rgb(157 23 77 / 0.25);
  }

  .md\:text-pink-800\/30{
    color: rgb(157 23 77 / 0.3);
  }

  .md\:text-pink-800\/35{
    color: rgb(157 23 77 / 0.35);
  }

  .md\:text-pink-800\/40{
    color: rgb(157 23 77 / 0.4);
  }

  .md\:text-pink-800\/45{
    color: rgb(157 23 77 / 0.45);
  }

  .md\:text-pink-800\/5{
    color: rgb(157 23 77 / 0.05);
  }

  .md\:text-pink-800\/50{
    color: rgb(157 23 77 / 0.5);
  }

  .md\:text-pink-800\/55{
    color: rgb(157 23 77 / 0.55);
  }

  .md\:text-pink-800\/60{
    color: rgb(157 23 77 / 0.6);
  }

  .md\:text-pink-800\/65{
    color: rgb(157 23 77 / 0.65);
  }

  .md\:text-pink-800\/70{
    color: rgb(157 23 77 / 0.7);
  }

  .md\:text-pink-800\/75{
    color: rgb(157 23 77 / 0.75);
  }

  .md\:text-pink-800\/80{
    color: rgb(157 23 77 / 0.8);
  }

  .md\:text-pink-800\/85{
    color: rgb(157 23 77 / 0.85);
  }

  .md\:text-pink-800\/90{
    color: rgb(157 23 77 / 0.9);
  }

  .md\:text-pink-800\/95{
    color: rgb(157 23 77 / 0.95);
  }

  .md\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-900\/0{
    color: rgb(131 24 67 / 0);
  }

  .md\:text-pink-900\/10{
    color: rgb(131 24 67 / 0.1);
  }

  .md\:text-pink-900\/100{
    color: rgb(131 24 67 / 1);
  }

  .md\:text-pink-900\/15{
    color: rgb(131 24 67 / 0.15);
  }

  .md\:text-pink-900\/20{
    color: rgb(131 24 67 / 0.2);
  }

  .md\:text-pink-900\/25{
    color: rgb(131 24 67 / 0.25);
  }

  .md\:text-pink-900\/30{
    color: rgb(131 24 67 / 0.3);
  }

  .md\:text-pink-900\/35{
    color: rgb(131 24 67 / 0.35);
  }

  .md\:text-pink-900\/40{
    color: rgb(131 24 67 / 0.4);
  }

  .md\:text-pink-900\/45{
    color: rgb(131 24 67 / 0.45);
  }

  .md\:text-pink-900\/5{
    color: rgb(131 24 67 / 0.05);
  }

  .md\:text-pink-900\/50{
    color: rgb(131 24 67 / 0.5);
  }

  .md\:text-pink-900\/55{
    color: rgb(131 24 67 / 0.55);
  }

  .md\:text-pink-900\/60{
    color: rgb(131 24 67 / 0.6);
  }

  .md\:text-pink-900\/65{
    color: rgb(131 24 67 / 0.65);
  }

  .md\:text-pink-900\/70{
    color: rgb(131 24 67 / 0.7);
  }

  .md\:text-pink-900\/75{
    color: rgb(131 24 67 / 0.75);
  }

  .md\:text-pink-900\/80{
    color: rgb(131 24 67 / 0.8);
  }

  .md\:text-pink-900\/85{
    color: rgb(131 24 67 / 0.85);
  }

  .md\:text-pink-900\/90{
    color: rgb(131 24 67 / 0.9);
  }

  .md\:text-pink-900\/95{
    color: rgb(131 24 67 / 0.95);
  }

  .md\:text-pink-950{
    --tw-text-opacity: 1;
    color: rgb(80 7 36 / var(--tw-text-opacity, 1));
  }

  .md\:text-pink-950\/0{
    color: rgb(80 7 36 / 0);
  }

  .md\:text-pink-950\/10{
    color: rgb(80 7 36 / 0.1);
  }

  .md\:text-pink-950\/100{
    color: rgb(80 7 36 / 1);
  }

  .md\:text-pink-950\/15{
    color: rgb(80 7 36 / 0.15);
  }

  .md\:text-pink-950\/20{
    color: rgb(80 7 36 / 0.2);
  }

  .md\:text-pink-950\/25{
    color: rgb(80 7 36 / 0.25);
  }

  .md\:text-pink-950\/30{
    color: rgb(80 7 36 / 0.3);
  }

  .md\:text-pink-950\/35{
    color: rgb(80 7 36 / 0.35);
  }

  .md\:text-pink-950\/40{
    color: rgb(80 7 36 / 0.4);
  }

  .md\:text-pink-950\/45{
    color: rgb(80 7 36 / 0.45);
  }

  .md\:text-pink-950\/5{
    color: rgb(80 7 36 / 0.05);
  }

  .md\:text-pink-950\/50{
    color: rgb(80 7 36 / 0.5);
  }

  .md\:text-pink-950\/55{
    color: rgb(80 7 36 / 0.55);
  }

  .md\:text-pink-950\/60{
    color: rgb(80 7 36 / 0.6);
  }

  .md\:text-pink-950\/65{
    color: rgb(80 7 36 / 0.65);
  }

  .md\:text-pink-950\/70{
    color: rgb(80 7 36 / 0.7);
  }

  .md\:text-pink-950\/75{
    color: rgb(80 7 36 / 0.75);
  }

  .md\:text-pink-950\/80{
    color: rgb(80 7 36 / 0.8);
  }

  .md\:text-pink-950\/85{
    color: rgb(80 7 36 / 0.85);
  }

  .md\:text-pink-950\/90{
    color: rgb(80 7 36 / 0.9);
  }

  .md\:text-pink-950\/95{
    color: rgb(80 7 36 / 0.95);
  }

  .md\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary\/0{
    color: rgb(23 62 81 / 0);
  }

  .md\:text-primary\/10{
    color: rgb(23 62 81 / 0.1);
  }

  .md\:text-primary\/100{
    color: rgb(23 62 81 / 1);
  }

  .md\:text-primary\/15{
    color: rgb(23 62 81 / 0.15);
  }

  .md\:text-primary\/20{
    color: rgb(23 62 81 / 0.2);
  }

  .md\:text-primary\/25{
    color: rgb(23 62 81 / 0.25);
  }

  .md\:text-primary\/30{
    color: rgb(23 62 81 / 0.3);
  }

  .md\:text-primary\/35{
    color: rgb(23 62 81 / 0.35);
  }

  .md\:text-primary\/40{
    color: rgb(23 62 81 / 0.4);
  }

  .md\:text-primary\/45{
    color: rgb(23 62 81 / 0.45);
  }

  .md\:text-primary\/5{
    color: rgb(23 62 81 / 0.05);
  }

  .md\:text-primary\/50{
    color: rgb(23 62 81 / 0.5);
  }

  .md\:text-primary\/55{
    color: rgb(23 62 81 / 0.55);
  }

  .md\:text-primary\/60{
    color: rgb(23 62 81 / 0.6);
  }

  .md\:text-primary\/65{
    color: rgb(23 62 81 / 0.65);
  }

  .md\:text-primary\/70{
    color: rgb(23 62 81 / 0.7);
  }

  .md\:text-primary\/75{
    color: rgb(23 62 81 / 0.75);
  }

  .md\:text-primary\/80{
    color: rgb(23 62 81 / 0.8);
  }

  .md\:text-primary\/85{
    color: rgb(23 62 81 / 0.85);
  }

  .md\:text-primary\/90{
    color: rgb(23 62 81 / 0.9);
  }

  .md\:text-primary\/95{
    color: rgb(23 62 81 / 0.95);
  }

  .md\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgb(243 232 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-100\/0{
    color: rgb(243 232 255 / 0);
  }

  .md\:text-purple-100\/10{
    color: rgb(243 232 255 / 0.1);
  }

  .md\:text-purple-100\/100{
    color: rgb(243 232 255 / 1);
  }

  .md\:text-purple-100\/15{
    color: rgb(243 232 255 / 0.15);
  }

  .md\:text-purple-100\/20{
    color: rgb(243 232 255 / 0.2);
  }

  .md\:text-purple-100\/25{
    color: rgb(243 232 255 / 0.25);
  }

  .md\:text-purple-100\/30{
    color: rgb(243 232 255 / 0.3);
  }

  .md\:text-purple-100\/35{
    color: rgb(243 232 255 / 0.35);
  }

  .md\:text-purple-100\/40{
    color: rgb(243 232 255 / 0.4);
  }

  .md\:text-purple-100\/45{
    color: rgb(243 232 255 / 0.45);
  }

  .md\:text-purple-100\/5{
    color: rgb(243 232 255 / 0.05);
  }

  .md\:text-purple-100\/50{
    color: rgb(243 232 255 / 0.5);
  }

  .md\:text-purple-100\/55{
    color: rgb(243 232 255 / 0.55);
  }

  .md\:text-purple-100\/60{
    color: rgb(243 232 255 / 0.6);
  }

  .md\:text-purple-100\/65{
    color: rgb(243 232 255 / 0.65);
  }

  .md\:text-purple-100\/70{
    color: rgb(243 232 255 / 0.7);
  }

  .md\:text-purple-100\/75{
    color: rgb(243 232 255 / 0.75);
  }

  .md\:text-purple-100\/80{
    color: rgb(243 232 255 / 0.8);
  }

  .md\:text-purple-100\/85{
    color: rgb(243 232 255 / 0.85);
  }

  .md\:text-purple-100\/90{
    color: rgb(243 232 255 / 0.9);
  }

  .md\:text-purple-100\/95{
    color: rgb(243 232 255 / 0.95);
  }

  .md\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-200\/0{
    color: rgb(233 213 255 / 0);
  }

  .md\:text-purple-200\/10{
    color: rgb(233 213 255 / 0.1);
  }

  .md\:text-purple-200\/100{
    color: rgb(233 213 255 / 1);
  }

  .md\:text-purple-200\/15{
    color: rgb(233 213 255 / 0.15);
  }

  .md\:text-purple-200\/20{
    color: rgb(233 213 255 / 0.2);
  }

  .md\:text-purple-200\/25{
    color: rgb(233 213 255 / 0.25);
  }

  .md\:text-purple-200\/30{
    color: rgb(233 213 255 / 0.3);
  }

  .md\:text-purple-200\/35{
    color: rgb(233 213 255 / 0.35);
  }

  .md\:text-purple-200\/40{
    color: rgb(233 213 255 / 0.4);
  }

  .md\:text-purple-200\/45{
    color: rgb(233 213 255 / 0.45);
  }

  .md\:text-purple-200\/5{
    color: rgb(233 213 255 / 0.05);
  }

  .md\:text-purple-200\/50{
    color: rgb(233 213 255 / 0.5);
  }

  .md\:text-purple-200\/55{
    color: rgb(233 213 255 / 0.55);
  }

  .md\:text-purple-200\/60{
    color: rgb(233 213 255 / 0.6);
  }

  .md\:text-purple-200\/65{
    color: rgb(233 213 255 / 0.65);
  }

  .md\:text-purple-200\/70{
    color: rgb(233 213 255 / 0.7);
  }

  .md\:text-purple-200\/75{
    color: rgb(233 213 255 / 0.75);
  }

  .md\:text-purple-200\/80{
    color: rgb(233 213 255 / 0.8);
  }

  .md\:text-purple-200\/85{
    color: rgb(233 213 255 / 0.85);
  }

  .md\:text-purple-200\/90{
    color: rgb(233 213 255 / 0.9);
  }

  .md\:text-purple-200\/95{
    color: rgb(233 213 255 / 0.95);
  }

  .md\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-300\/0{
    color: rgb(216 180 254 / 0);
  }

  .md\:text-purple-300\/10{
    color: rgb(216 180 254 / 0.1);
  }

  .md\:text-purple-300\/100{
    color: rgb(216 180 254 / 1);
  }

  .md\:text-purple-300\/15{
    color: rgb(216 180 254 / 0.15);
  }

  .md\:text-purple-300\/20{
    color: rgb(216 180 254 / 0.2);
  }

  .md\:text-purple-300\/25{
    color: rgb(216 180 254 / 0.25);
  }

  .md\:text-purple-300\/30{
    color: rgb(216 180 254 / 0.3);
  }

  .md\:text-purple-300\/35{
    color: rgb(216 180 254 / 0.35);
  }

  .md\:text-purple-300\/40{
    color: rgb(216 180 254 / 0.4);
  }

  .md\:text-purple-300\/45{
    color: rgb(216 180 254 / 0.45);
  }

  .md\:text-purple-300\/5{
    color: rgb(216 180 254 / 0.05);
  }

  .md\:text-purple-300\/50{
    color: rgb(216 180 254 / 0.5);
  }

  .md\:text-purple-300\/55{
    color: rgb(216 180 254 / 0.55);
  }

  .md\:text-purple-300\/60{
    color: rgb(216 180 254 / 0.6);
  }

  .md\:text-purple-300\/65{
    color: rgb(216 180 254 / 0.65);
  }

  .md\:text-purple-300\/70{
    color: rgb(216 180 254 / 0.7);
  }

  .md\:text-purple-300\/75{
    color: rgb(216 180 254 / 0.75);
  }

  .md\:text-purple-300\/80{
    color: rgb(216 180 254 / 0.8);
  }

  .md\:text-purple-300\/85{
    color: rgb(216 180 254 / 0.85);
  }

  .md\:text-purple-300\/90{
    color: rgb(216 180 254 / 0.9);
  }

  .md\:text-purple-300\/95{
    color: rgb(216 180 254 / 0.95);
  }

  .md\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-400\/0{
    color: rgb(192 132 252 / 0);
  }

  .md\:text-purple-400\/10{
    color: rgb(192 132 252 / 0.1);
  }

  .md\:text-purple-400\/100{
    color: rgb(192 132 252 / 1);
  }

  .md\:text-purple-400\/15{
    color: rgb(192 132 252 / 0.15);
  }

  .md\:text-purple-400\/20{
    color: rgb(192 132 252 / 0.2);
  }

  .md\:text-purple-400\/25{
    color: rgb(192 132 252 / 0.25);
  }

  .md\:text-purple-400\/30{
    color: rgb(192 132 252 / 0.3);
  }

  .md\:text-purple-400\/35{
    color: rgb(192 132 252 / 0.35);
  }

  .md\:text-purple-400\/40{
    color: rgb(192 132 252 / 0.4);
  }

  .md\:text-purple-400\/45{
    color: rgb(192 132 252 / 0.45);
  }

  .md\:text-purple-400\/5{
    color: rgb(192 132 252 / 0.05);
  }

  .md\:text-purple-400\/50{
    color: rgb(192 132 252 / 0.5);
  }

  .md\:text-purple-400\/55{
    color: rgb(192 132 252 / 0.55);
  }

  .md\:text-purple-400\/60{
    color: rgb(192 132 252 / 0.6);
  }

  .md\:text-purple-400\/65{
    color: rgb(192 132 252 / 0.65);
  }

  .md\:text-purple-400\/70{
    color: rgb(192 132 252 / 0.7);
  }

  .md\:text-purple-400\/75{
    color: rgb(192 132 252 / 0.75);
  }

  .md\:text-purple-400\/80{
    color: rgb(192 132 252 / 0.8);
  }

  .md\:text-purple-400\/85{
    color: rgb(192 132 252 / 0.85);
  }

  .md\:text-purple-400\/90{
    color: rgb(192 132 252 / 0.9);
  }

  .md\:text-purple-400\/95{
    color: rgb(192 132 252 / 0.95);
  }

  .md\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgb(250 245 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-50\/0{
    color: rgb(250 245 255 / 0);
  }

  .md\:text-purple-50\/10{
    color: rgb(250 245 255 / 0.1);
  }

  .md\:text-purple-50\/100{
    color: rgb(250 245 255 / 1);
  }

  .md\:text-purple-50\/15{
    color: rgb(250 245 255 / 0.15);
  }

  .md\:text-purple-50\/20{
    color: rgb(250 245 255 / 0.2);
  }

  .md\:text-purple-50\/25{
    color: rgb(250 245 255 / 0.25);
  }

  .md\:text-purple-50\/30{
    color: rgb(250 245 255 / 0.3);
  }

  .md\:text-purple-50\/35{
    color: rgb(250 245 255 / 0.35);
  }

  .md\:text-purple-50\/40{
    color: rgb(250 245 255 / 0.4);
  }

  .md\:text-purple-50\/45{
    color: rgb(250 245 255 / 0.45);
  }

  .md\:text-purple-50\/5{
    color: rgb(250 245 255 / 0.05);
  }

  .md\:text-purple-50\/50{
    color: rgb(250 245 255 / 0.5);
  }

  .md\:text-purple-50\/55{
    color: rgb(250 245 255 / 0.55);
  }

  .md\:text-purple-50\/60{
    color: rgb(250 245 255 / 0.6);
  }

  .md\:text-purple-50\/65{
    color: rgb(250 245 255 / 0.65);
  }

  .md\:text-purple-50\/70{
    color: rgb(250 245 255 / 0.7);
  }

  .md\:text-purple-50\/75{
    color: rgb(250 245 255 / 0.75);
  }

  .md\:text-purple-50\/80{
    color: rgb(250 245 255 / 0.8);
  }

  .md\:text-purple-50\/85{
    color: rgb(250 245 255 / 0.85);
  }

  .md\:text-purple-50\/90{
    color: rgb(250 245 255 / 0.9);
  }

  .md\:text-purple-50\/95{
    color: rgb(250 245 255 / 0.95);
  }

  .md\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-500\/0{
    color: rgb(168 85 247 / 0);
  }

  .md\:text-purple-500\/10{
    color: rgb(168 85 247 / 0.1);
  }

  .md\:text-purple-500\/100{
    color: rgb(168 85 247 / 1);
  }

  .md\:text-purple-500\/15{
    color: rgb(168 85 247 / 0.15);
  }

  .md\:text-purple-500\/20{
    color: rgb(168 85 247 / 0.2);
  }

  .md\:text-purple-500\/25{
    color: rgb(168 85 247 / 0.25);
  }

  .md\:text-purple-500\/30{
    color: rgb(168 85 247 / 0.3);
  }

  .md\:text-purple-500\/35{
    color: rgb(168 85 247 / 0.35);
  }

  .md\:text-purple-500\/40{
    color: rgb(168 85 247 / 0.4);
  }

  .md\:text-purple-500\/45{
    color: rgb(168 85 247 / 0.45);
  }

  .md\:text-purple-500\/5{
    color: rgb(168 85 247 / 0.05);
  }

  .md\:text-purple-500\/50{
    color: rgb(168 85 247 / 0.5);
  }

  .md\:text-purple-500\/55{
    color: rgb(168 85 247 / 0.55);
  }

  .md\:text-purple-500\/60{
    color: rgb(168 85 247 / 0.6);
  }

  .md\:text-purple-500\/65{
    color: rgb(168 85 247 / 0.65);
  }

  .md\:text-purple-500\/70{
    color: rgb(168 85 247 / 0.7);
  }

  .md\:text-purple-500\/75{
    color: rgb(168 85 247 / 0.75);
  }

  .md\:text-purple-500\/80{
    color: rgb(168 85 247 / 0.8);
  }

  .md\:text-purple-500\/85{
    color: rgb(168 85 247 / 0.85);
  }

  .md\:text-purple-500\/90{
    color: rgb(168 85 247 / 0.9);
  }

  .md\:text-purple-500\/95{
    color: rgb(168 85 247 / 0.95);
  }

  .md\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-600\/0{
    color: rgb(147 51 234 / 0);
  }

  .md\:text-purple-600\/10{
    color: rgb(147 51 234 / 0.1);
  }

  .md\:text-purple-600\/100{
    color: rgb(147 51 234 / 1);
  }

  .md\:text-purple-600\/15{
    color: rgb(147 51 234 / 0.15);
  }

  .md\:text-purple-600\/20{
    color: rgb(147 51 234 / 0.2);
  }

  .md\:text-purple-600\/25{
    color: rgb(147 51 234 / 0.25);
  }

  .md\:text-purple-600\/30{
    color: rgb(147 51 234 / 0.3);
  }

  .md\:text-purple-600\/35{
    color: rgb(147 51 234 / 0.35);
  }

  .md\:text-purple-600\/40{
    color: rgb(147 51 234 / 0.4);
  }

  .md\:text-purple-600\/45{
    color: rgb(147 51 234 / 0.45);
  }

  .md\:text-purple-600\/5{
    color: rgb(147 51 234 / 0.05);
  }

  .md\:text-purple-600\/50{
    color: rgb(147 51 234 / 0.5);
  }

  .md\:text-purple-600\/55{
    color: rgb(147 51 234 / 0.55);
  }

  .md\:text-purple-600\/60{
    color: rgb(147 51 234 / 0.6);
  }

  .md\:text-purple-600\/65{
    color: rgb(147 51 234 / 0.65);
  }

  .md\:text-purple-600\/70{
    color: rgb(147 51 234 / 0.7);
  }

  .md\:text-purple-600\/75{
    color: rgb(147 51 234 / 0.75);
  }

  .md\:text-purple-600\/80{
    color: rgb(147 51 234 / 0.8);
  }

  .md\:text-purple-600\/85{
    color: rgb(147 51 234 / 0.85);
  }

  .md\:text-purple-600\/90{
    color: rgb(147 51 234 / 0.9);
  }

  .md\:text-purple-600\/95{
    color: rgb(147 51 234 / 0.95);
  }

  .md\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-700\/0{
    color: rgb(126 34 206 / 0);
  }

  .md\:text-purple-700\/10{
    color: rgb(126 34 206 / 0.1);
  }

  .md\:text-purple-700\/100{
    color: rgb(126 34 206 / 1);
  }

  .md\:text-purple-700\/15{
    color: rgb(126 34 206 / 0.15);
  }

  .md\:text-purple-700\/20{
    color: rgb(126 34 206 / 0.2);
  }

  .md\:text-purple-700\/25{
    color: rgb(126 34 206 / 0.25);
  }

  .md\:text-purple-700\/30{
    color: rgb(126 34 206 / 0.3);
  }

  .md\:text-purple-700\/35{
    color: rgb(126 34 206 / 0.35);
  }

  .md\:text-purple-700\/40{
    color: rgb(126 34 206 / 0.4);
  }

  .md\:text-purple-700\/45{
    color: rgb(126 34 206 / 0.45);
  }

  .md\:text-purple-700\/5{
    color: rgb(126 34 206 / 0.05);
  }

  .md\:text-purple-700\/50{
    color: rgb(126 34 206 / 0.5);
  }

  .md\:text-purple-700\/55{
    color: rgb(126 34 206 / 0.55);
  }

  .md\:text-purple-700\/60{
    color: rgb(126 34 206 / 0.6);
  }

  .md\:text-purple-700\/65{
    color: rgb(126 34 206 / 0.65);
  }

  .md\:text-purple-700\/70{
    color: rgb(126 34 206 / 0.7);
  }

  .md\:text-purple-700\/75{
    color: rgb(126 34 206 / 0.75);
  }

  .md\:text-purple-700\/80{
    color: rgb(126 34 206 / 0.8);
  }

  .md\:text-purple-700\/85{
    color: rgb(126 34 206 / 0.85);
  }

  .md\:text-purple-700\/90{
    color: rgb(126 34 206 / 0.9);
  }

  .md\:text-purple-700\/95{
    color: rgb(126 34 206 / 0.95);
  }

  .md\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-800\/0{
    color: rgb(107 33 168 / 0);
  }

  .md\:text-purple-800\/10{
    color: rgb(107 33 168 / 0.1);
  }

  .md\:text-purple-800\/100{
    color: rgb(107 33 168 / 1);
  }

  .md\:text-purple-800\/15{
    color: rgb(107 33 168 / 0.15);
  }

  .md\:text-purple-800\/20{
    color: rgb(107 33 168 / 0.2);
  }

  .md\:text-purple-800\/25{
    color: rgb(107 33 168 / 0.25);
  }

  .md\:text-purple-800\/30{
    color: rgb(107 33 168 / 0.3);
  }

  .md\:text-purple-800\/35{
    color: rgb(107 33 168 / 0.35);
  }

  .md\:text-purple-800\/40{
    color: rgb(107 33 168 / 0.4);
  }

  .md\:text-purple-800\/45{
    color: rgb(107 33 168 / 0.45);
  }

  .md\:text-purple-800\/5{
    color: rgb(107 33 168 / 0.05);
  }

  .md\:text-purple-800\/50{
    color: rgb(107 33 168 / 0.5);
  }

  .md\:text-purple-800\/55{
    color: rgb(107 33 168 / 0.55);
  }

  .md\:text-purple-800\/60{
    color: rgb(107 33 168 / 0.6);
  }

  .md\:text-purple-800\/65{
    color: rgb(107 33 168 / 0.65);
  }

  .md\:text-purple-800\/70{
    color: rgb(107 33 168 / 0.7);
  }

  .md\:text-purple-800\/75{
    color: rgb(107 33 168 / 0.75);
  }

  .md\:text-purple-800\/80{
    color: rgb(107 33 168 / 0.8);
  }

  .md\:text-purple-800\/85{
    color: rgb(107 33 168 / 0.85);
  }

  .md\:text-purple-800\/90{
    color: rgb(107 33 168 / 0.9);
  }

  .md\:text-purple-800\/95{
    color: rgb(107 33 168 / 0.95);
  }

  .md\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-900\/0{
    color: rgb(88 28 135 / 0);
  }

  .md\:text-purple-900\/10{
    color: rgb(88 28 135 / 0.1);
  }

  .md\:text-purple-900\/100{
    color: rgb(88 28 135 / 1);
  }

  .md\:text-purple-900\/15{
    color: rgb(88 28 135 / 0.15);
  }

  .md\:text-purple-900\/20{
    color: rgb(88 28 135 / 0.2);
  }

  .md\:text-purple-900\/25{
    color: rgb(88 28 135 / 0.25);
  }

  .md\:text-purple-900\/30{
    color: rgb(88 28 135 / 0.3);
  }

  .md\:text-purple-900\/35{
    color: rgb(88 28 135 / 0.35);
  }

  .md\:text-purple-900\/40{
    color: rgb(88 28 135 / 0.4);
  }

  .md\:text-purple-900\/45{
    color: rgb(88 28 135 / 0.45);
  }

  .md\:text-purple-900\/5{
    color: rgb(88 28 135 / 0.05);
  }

  .md\:text-purple-900\/50{
    color: rgb(88 28 135 / 0.5);
  }

  .md\:text-purple-900\/55{
    color: rgb(88 28 135 / 0.55);
  }

  .md\:text-purple-900\/60{
    color: rgb(88 28 135 / 0.6);
  }

  .md\:text-purple-900\/65{
    color: rgb(88 28 135 / 0.65);
  }

  .md\:text-purple-900\/70{
    color: rgb(88 28 135 / 0.7);
  }

  .md\:text-purple-900\/75{
    color: rgb(88 28 135 / 0.75);
  }

  .md\:text-purple-900\/80{
    color: rgb(88 28 135 / 0.8);
  }

  .md\:text-purple-900\/85{
    color: rgb(88 28 135 / 0.85);
  }

  .md\:text-purple-900\/90{
    color: rgb(88 28 135 / 0.9);
  }

  .md\:text-purple-900\/95{
    color: rgb(88 28 135 / 0.95);
  }

  .md\:text-purple-950{
    --tw-text-opacity: 1;
    color: rgb(59 7 100 / var(--tw-text-opacity, 1));
  }

  .md\:text-purple-950\/0{
    color: rgb(59 7 100 / 0);
  }

  .md\:text-purple-950\/10{
    color: rgb(59 7 100 / 0.1);
  }

  .md\:text-purple-950\/100{
    color: rgb(59 7 100 / 1);
  }

  .md\:text-purple-950\/15{
    color: rgb(59 7 100 / 0.15);
  }

  .md\:text-purple-950\/20{
    color: rgb(59 7 100 / 0.2);
  }

  .md\:text-purple-950\/25{
    color: rgb(59 7 100 / 0.25);
  }

  .md\:text-purple-950\/30{
    color: rgb(59 7 100 / 0.3);
  }

  .md\:text-purple-950\/35{
    color: rgb(59 7 100 / 0.35);
  }

  .md\:text-purple-950\/40{
    color: rgb(59 7 100 / 0.4);
  }

  .md\:text-purple-950\/45{
    color: rgb(59 7 100 / 0.45);
  }

  .md\:text-purple-950\/5{
    color: rgb(59 7 100 / 0.05);
  }

  .md\:text-purple-950\/50{
    color: rgb(59 7 100 / 0.5);
  }

  .md\:text-purple-950\/55{
    color: rgb(59 7 100 / 0.55);
  }

  .md\:text-purple-950\/60{
    color: rgb(59 7 100 / 0.6);
  }

  .md\:text-purple-950\/65{
    color: rgb(59 7 100 / 0.65);
  }

  .md\:text-purple-950\/70{
    color: rgb(59 7 100 / 0.7);
  }

  .md\:text-purple-950\/75{
    color: rgb(59 7 100 / 0.75);
  }

  .md\:text-purple-950\/80{
    color: rgb(59 7 100 / 0.8);
  }

  .md\:text-purple-950\/85{
    color: rgb(59 7 100 / 0.85);
  }

  .md\:text-purple-950\/90{
    color: rgb(59 7 100 / 0.9);
  }

  .md\:text-purple-950\/95{
    color: rgb(59 7 100 / 0.95);
  }

  .md\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-100\/0{
    color: rgb(254 226 226 / 0);
  }

  .md\:text-red-100\/10{
    color: rgb(254 226 226 / 0.1);
  }

  .md\:text-red-100\/100{
    color: rgb(254 226 226 / 1);
  }

  .md\:text-red-100\/15{
    color: rgb(254 226 226 / 0.15);
  }

  .md\:text-red-100\/20{
    color: rgb(254 226 226 / 0.2);
  }

  .md\:text-red-100\/25{
    color: rgb(254 226 226 / 0.25);
  }

  .md\:text-red-100\/30{
    color: rgb(254 226 226 / 0.3);
  }

  .md\:text-red-100\/35{
    color: rgb(254 226 226 / 0.35);
  }

  .md\:text-red-100\/40{
    color: rgb(254 226 226 / 0.4);
  }

  .md\:text-red-100\/45{
    color: rgb(254 226 226 / 0.45);
  }

  .md\:text-red-100\/5{
    color: rgb(254 226 226 / 0.05);
  }

  .md\:text-red-100\/50{
    color: rgb(254 226 226 / 0.5);
  }

  .md\:text-red-100\/55{
    color: rgb(254 226 226 / 0.55);
  }

  .md\:text-red-100\/60{
    color: rgb(254 226 226 / 0.6);
  }

  .md\:text-red-100\/65{
    color: rgb(254 226 226 / 0.65);
  }

  .md\:text-red-100\/70{
    color: rgb(254 226 226 / 0.7);
  }

  .md\:text-red-100\/75{
    color: rgb(254 226 226 / 0.75);
  }

  .md\:text-red-100\/80{
    color: rgb(254 226 226 / 0.8);
  }

  .md\:text-red-100\/85{
    color: rgb(254 226 226 / 0.85);
  }

  .md\:text-red-100\/90{
    color: rgb(254 226 226 / 0.9);
  }

  .md\:text-red-100\/95{
    color: rgb(254 226 226 / 0.95);
  }

  .md\:text-red-200{
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-200\/0{
    color: rgb(254 202 202 / 0);
  }

  .md\:text-red-200\/10{
    color: rgb(254 202 202 / 0.1);
  }

  .md\:text-red-200\/100{
    color: rgb(254 202 202 / 1);
  }

  .md\:text-red-200\/15{
    color: rgb(254 202 202 / 0.15);
  }

  .md\:text-red-200\/20{
    color: rgb(254 202 202 / 0.2);
  }

  .md\:text-red-200\/25{
    color: rgb(254 202 202 / 0.25);
  }

  .md\:text-red-200\/30{
    color: rgb(254 202 202 / 0.3);
  }

  .md\:text-red-200\/35{
    color: rgb(254 202 202 / 0.35);
  }

  .md\:text-red-200\/40{
    color: rgb(254 202 202 / 0.4);
  }

  .md\:text-red-200\/45{
    color: rgb(254 202 202 / 0.45);
  }

  .md\:text-red-200\/5{
    color: rgb(254 202 202 / 0.05);
  }

  .md\:text-red-200\/50{
    color: rgb(254 202 202 / 0.5);
  }

  .md\:text-red-200\/55{
    color: rgb(254 202 202 / 0.55);
  }

  .md\:text-red-200\/60{
    color: rgb(254 202 202 / 0.6);
  }

  .md\:text-red-200\/65{
    color: rgb(254 202 202 / 0.65);
  }

  .md\:text-red-200\/70{
    color: rgb(254 202 202 / 0.7);
  }

  .md\:text-red-200\/75{
    color: rgb(254 202 202 / 0.75);
  }

  .md\:text-red-200\/80{
    color: rgb(254 202 202 / 0.8);
  }

  .md\:text-red-200\/85{
    color: rgb(254 202 202 / 0.85);
  }

  .md\:text-red-200\/90{
    color: rgb(254 202 202 / 0.9);
  }

  .md\:text-red-200\/95{
    color: rgb(254 202 202 / 0.95);
  }

  .md\:text-red-300{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-300\/0{
    color: rgb(252 165 165 / 0);
  }

  .md\:text-red-300\/10{
    color: rgb(252 165 165 / 0.1);
  }

  .md\:text-red-300\/100{
    color: rgb(252 165 165 / 1);
  }

  .md\:text-red-300\/15{
    color: rgb(252 165 165 / 0.15);
  }

  .md\:text-red-300\/20{
    color: rgb(252 165 165 / 0.2);
  }

  .md\:text-red-300\/25{
    color: rgb(252 165 165 / 0.25);
  }

  .md\:text-red-300\/30{
    color: rgb(252 165 165 / 0.3);
  }

  .md\:text-red-300\/35{
    color: rgb(252 165 165 / 0.35);
  }

  .md\:text-red-300\/40{
    color: rgb(252 165 165 / 0.4);
  }

  .md\:text-red-300\/45{
    color: rgb(252 165 165 / 0.45);
  }

  .md\:text-red-300\/5{
    color: rgb(252 165 165 / 0.05);
  }

  .md\:text-red-300\/50{
    color: rgb(252 165 165 / 0.5);
  }

  .md\:text-red-300\/55{
    color: rgb(252 165 165 / 0.55);
  }

  .md\:text-red-300\/60{
    color: rgb(252 165 165 / 0.6);
  }

  .md\:text-red-300\/65{
    color: rgb(252 165 165 / 0.65);
  }

  .md\:text-red-300\/70{
    color: rgb(252 165 165 / 0.7);
  }

  .md\:text-red-300\/75{
    color: rgb(252 165 165 / 0.75);
  }

  .md\:text-red-300\/80{
    color: rgb(252 165 165 / 0.8);
  }

  .md\:text-red-300\/85{
    color: rgb(252 165 165 / 0.85);
  }

  .md\:text-red-300\/90{
    color: rgb(252 165 165 / 0.9);
  }

  .md\:text-red-300\/95{
    color: rgb(252 165 165 / 0.95);
  }

  .md\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-400\/0{
    color: rgb(248 113 113 / 0);
  }

  .md\:text-red-400\/10{
    color: rgb(248 113 113 / 0.1);
  }

  .md\:text-red-400\/100{
    color: rgb(248 113 113 / 1);
  }

  .md\:text-red-400\/15{
    color: rgb(248 113 113 / 0.15);
  }

  .md\:text-red-400\/20{
    color: rgb(248 113 113 / 0.2);
  }

  .md\:text-red-400\/25{
    color: rgb(248 113 113 / 0.25);
  }

  .md\:text-red-400\/30{
    color: rgb(248 113 113 / 0.3);
  }

  .md\:text-red-400\/35{
    color: rgb(248 113 113 / 0.35);
  }

  .md\:text-red-400\/40{
    color: rgb(248 113 113 / 0.4);
  }

  .md\:text-red-400\/45{
    color: rgb(248 113 113 / 0.45);
  }

  .md\:text-red-400\/5{
    color: rgb(248 113 113 / 0.05);
  }

  .md\:text-red-400\/50{
    color: rgb(248 113 113 / 0.5);
  }

  .md\:text-red-400\/55{
    color: rgb(248 113 113 / 0.55);
  }

  .md\:text-red-400\/60{
    color: rgb(248 113 113 / 0.6);
  }

  .md\:text-red-400\/65{
    color: rgb(248 113 113 / 0.65);
  }

  .md\:text-red-400\/70{
    color: rgb(248 113 113 / 0.7);
  }

  .md\:text-red-400\/75{
    color: rgb(248 113 113 / 0.75);
  }

  .md\:text-red-400\/80{
    color: rgb(248 113 113 / 0.8);
  }

  .md\:text-red-400\/85{
    color: rgb(248 113 113 / 0.85);
  }

  .md\:text-red-400\/90{
    color: rgb(248 113 113 / 0.9);
  }

  .md\:text-red-400\/95{
    color: rgb(248 113 113 / 0.95);
  }

  .md\:text-red-50{
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-50\/0{
    color: rgb(254 242 242 / 0);
  }

  .md\:text-red-50\/10{
    color: rgb(254 242 242 / 0.1);
  }

  .md\:text-red-50\/100{
    color: rgb(254 242 242 / 1);
  }

  .md\:text-red-50\/15{
    color: rgb(254 242 242 / 0.15);
  }

  .md\:text-red-50\/20{
    color: rgb(254 242 242 / 0.2);
  }

  .md\:text-red-50\/25{
    color: rgb(254 242 242 / 0.25);
  }

  .md\:text-red-50\/30{
    color: rgb(254 242 242 / 0.3);
  }

  .md\:text-red-50\/35{
    color: rgb(254 242 242 / 0.35);
  }

  .md\:text-red-50\/40{
    color: rgb(254 242 242 / 0.4);
  }

  .md\:text-red-50\/45{
    color: rgb(254 242 242 / 0.45);
  }

  .md\:text-red-50\/5{
    color: rgb(254 242 242 / 0.05);
  }

  .md\:text-red-50\/50{
    color: rgb(254 242 242 / 0.5);
  }

  .md\:text-red-50\/55{
    color: rgb(254 242 242 / 0.55);
  }

  .md\:text-red-50\/60{
    color: rgb(254 242 242 / 0.6);
  }

  .md\:text-red-50\/65{
    color: rgb(254 242 242 / 0.65);
  }

  .md\:text-red-50\/70{
    color: rgb(254 242 242 / 0.7);
  }

  .md\:text-red-50\/75{
    color: rgb(254 242 242 / 0.75);
  }

  .md\:text-red-50\/80{
    color: rgb(254 242 242 / 0.8);
  }

  .md\:text-red-50\/85{
    color: rgb(254 242 242 / 0.85);
  }

  .md\:text-red-50\/90{
    color: rgb(254 242 242 / 0.9);
  }

  .md\:text-red-50\/95{
    color: rgb(254 242 242 / 0.95);
  }

  .md\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-500\/0{
    color: rgb(239 68 68 / 0);
  }

  .md\:text-red-500\/10{
    color: rgb(239 68 68 / 0.1);
  }

  .md\:text-red-500\/100{
    color: rgb(239 68 68 / 1);
  }

  .md\:text-red-500\/15{
    color: rgb(239 68 68 / 0.15);
  }

  .md\:text-red-500\/20{
    color: rgb(239 68 68 / 0.2);
  }

  .md\:text-red-500\/25{
    color: rgb(239 68 68 / 0.25);
  }

  .md\:text-red-500\/30{
    color: rgb(239 68 68 / 0.3);
  }

  .md\:text-red-500\/35{
    color: rgb(239 68 68 / 0.35);
  }

  .md\:text-red-500\/40{
    color: rgb(239 68 68 / 0.4);
  }

  .md\:text-red-500\/45{
    color: rgb(239 68 68 / 0.45);
  }

  .md\:text-red-500\/5{
    color: rgb(239 68 68 / 0.05);
  }

  .md\:text-red-500\/50{
    color: rgb(239 68 68 / 0.5);
  }

  .md\:text-red-500\/55{
    color: rgb(239 68 68 / 0.55);
  }

  .md\:text-red-500\/60{
    color: rgb(239 68 68 / 0.6);
  }

  .md\:text-red-500\/65{
    color: rgb(239 68 68 / 0.65);
  }

  .md\:text-red-500\/70{
    color: rgb(239 68 68 / 0.7);
  }

  .md\:text-red-500\/75{
    color: rgb(239 68 68 / 0.75);
  }

  .md\:text-red-500\/80{
    color: rgb(239 68 68 / 0.8);
  }

  .md\:text-red-500\/85{
    color: rgb(239 68 68 / 0.85);
  }

  .md\:text-red-500\/90{
    color: rgb(239 68 68 / 0.9);
  }

  .md\:text-red-500\/95{
    color: rgb(239 68 68 / 0.95);
  }

  .md\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-600\/0{
    color: rgb(220 38 38 / 0);
  }

  .md\:text-red-600\/10{
    color: rgb(220 38 38 / 0.1);
  }

  .md\:text-red-600\/100{
    color: rgb(220 38 38 / 1);
  }

  .md\:text-red-600\/15{
    color: rgb(220 38 38 / 0.15);
  }

  .md\:text-red-600\/20{
    color: rgb(220 38 38 / 0.2);
  }

  .md\:text-red-600\/25{
    color: rgb(220 38 38 / 0.25);
  }

  .md\:text-red-600\/30{
    color: rgb(220 38 38 / 0.3);
  }

  .md\:text-red-600\/35{
    color: rgb(220 38 38 / 0.35);
  }

  .md\:text-red-600\/40{
    color: rgb(220 38 38 / 0.4);
  }

  .md\:text-red-600\/45{
    color: rgb(220 38 38 / 0.45);
  }

  .md\:text-red-600\/5{
    color: rgb(220 38 38 / 0.05);
  }

  .md\:text-red-600\/50{
    color: rgb(220 38 38 / 0.5);
  }

  .md\:text-red-600\/55{
    color: rgb(220 38 38 / 0.55);
  }

  .md\:text-red-600\/60{
    color: rgb(220 38 38 / 0.6);
  }

  .md\:text-red-600\/65{
    color: rgb(220 38 38 / 0.65);
  }

  .md\:text-red-600\/70{
    color: rgb(220 38 38 / 0.7);
  }

  .md\:text-red-600\/75{
    color: rgb(220 38 38 / 0.75);
  }

  .md\:text-red-600\/80{
    color: rgb(220 38 38 / 0.8);
  }

  .md\:text-red-600\/85{
    color: rgb(220 38 38 / 0.85);
  }

  .md\:text-red-600\/90{
    color: rgb(220 38 38 / 0.9);
  }

  .md\:text-red-600\/95{
    color: rgb(220 38 38 / 0.95);
  }

  .md\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-700\/0{
    color: rgb(185 28 28 / 0);
  }

  .md\:text-red-700\/10{
    color: rgb(185 28 28 / 0.1);
  }

  .md\:text-red-700\/100{
    color: rgb(185 28 28 / 1);
  }

  .md\:text-red-700\/15{
    color: rgb(185 28 28 / 0.15);
  }

  .md\:text-red-700\/20{
    color: rgb(185 28 28 / 0.2);
  }

  .md\:text-red-700\/25{
    color: rgb(185 28 28 / 0.25);
  }

  .md\:text-red-700\/30{
    color: rgb(185 28 28 / 0.3);
  }

  .md\:text-red-700\/35{
    color: rgb(185 28 28 / 0.35);
  }

  .md\:text-red-700\/40{
    color: rgb(185 28 28 / 0.4);
  }

  .md\:text-red-700\/45{
    color: rgb(185 28 28 / 0.45);
  }

  .md\:text-red-700\/5{
    color: rgb(185 28 28 / 0.05);
  }

  .md\:text-red-700\/50{
    color: rgb(185 28 28 / 0.5);
  }

  .md\:text-red-700\/55{
    color: rgb(185 28 28 / 0.55);
  }

  .md\:text-red-700\/60{
    color: rgb(185 28 28 / 0.6);
  }

  .md\:text-red-700\/65{
    color: rgb(185 28 28 / 0.65);
  }

  .md\:text-red-700\/70{
    color: rgb(185 28 28 / 0.7);
  }

  .md\:text-red-700\/75{
    color: rgb(185 28 28 / 0.75);
  }

  .md\:text-red-700\/80{
    color: rgb(185 28 28 / 0.8);
  }

  .md\:text-red-700\/85{
    color: rgb(185 28 28 / 0.85);
  }

  .md\:text-red-700\/90{
    color: rgb(185 28 28 / 0.9);
  }

  .md\:text-red-700\/95{
    color: rgb(185 28 28 / 0.95);
  }

  .md\:text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-800\/0{
    color: rgb(153 27 27 / 0);
  }

  .md\:text-red-800\/10{
    color: rgb(153 27 27 / 0.1);
  }

  .md\:text-red-800\/100{
    color: rgb(153 27 27 / 1);
  }

  .md\:text-red-800\/15{
    color: rgb(153 27 27 / 0.15);
  }

  .md\:text-red-800\/20{
    color: rgb(153 27 27 / 0.2);
  }

  .md\:text-red-800\/25{
    color: rgb(153 27 27 / 0.25);
  }

  .md\:text-red-800\/30{
    color: rgb(153 27 27 / 0.3);
  }

  .md\:text-red-800\/35{
    color: rgb(153 27 27 / 0.35);
  }

  .md\:text-red-800\/40{
    color: rgb(153 27 27 / 0.4);
  }

  .md\:text-red-800\/45{
    color: rgb(153 27 27 / 0.45);
  }

  .md\:text-red-800\/5{
    color: rgb(153 27 27 / 0.05);
  }

  .md\:text-red-800\/50{
    color: rgb(153 27 27 / 0.5);
  }

  .md\:text-red-800\/55{
    color: rgb(153 27 27 / 0.55);
  }

  .md\:text-red-800\/60{
    color: rgb(153 27 27 / 0.6);
  }

  .md\:text-red-800\/65{
    color: rgb(153 27 27 / 0.65);
  }

  .md\:text-red-800\/70{
    color: rgb(153 27 27 / 0.7);
  }

  .md\:text-red-800\/75{
    color: rgb(153 27 27 / 0.75);
  }

  .md\:text-red-800\/80{
    color: rgb(153 27 27 / 0.8);
  }

  .md\:text-red-800\/85{
    color: rgb(153 27 27 / 0.85);
  }

  .md\:text-red-800\/90{
    color: rgb(153 27 27 / 0.9);
  }

  .md\:text-red-800\/95{
    color: rgb(153 27 27 / 0.95);
  }

  .md\:text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-900\/0{
    color: rgb(127 29 29 / 0);
  }

  .md\:text-red-900\/10{
    color: rgb(127 29 29 / 0.1);
  }

  .md\:text-red-900\/100{
    color: rgb(127 29 29 / 1);
  }

  .md\:text-red-900\/15{
    color: rgb(127 29 29 / 0.15);
  }

  .md\:text-red-900\/20{
    color: rgb(127 29 29 / 0.2);
  }

  .md\:text-red-900\/25{
    color: rgb(127 29 29 / 0.25);
  }

  .md\:text-red-900\/30{
    color: rgb(127 29 29 / 0.3);
  }

  .md\:text-red-900\/35{
    color: rgb(127 29 29 / 0.35);
  }

  .md\:text-red-900\/40{
    color: rgb(127 29 29 / 0.4);
  }

  .md\:text-red-900\/45{
    color: rgb(127 29 29 / 0.45);
  }

  .md\:text-red-900\/5{
    color: rgb(127 29 29 / 0.05);
  }

  .md\:text-red-900\/50{
    color: rgb(127 29 29 / 0.5);
  }

  .md\:text-red-900\/55{
    color: rgb(127 29 29 / 0.55);
  }

  .md\:text-red-900\/60{
    color: rgb(127 29 29 / 0.6);
  }

  .md\:text-red-900\/65{
    color: rgb(127 29 29 / 0.65);
  }

  .md\:text-red-900\/70{
    color: rgb(127 29 29 / 0.7);
  }

  .md\:text-red-900\/75{
    color: rgb(127 29 29 / 0.75);
  }

  .md\:text-red-900\/80{
    color: rgb(127 29 29 / 0.8);
  }

  .md\:text-red-900\/85{
    color: rgb(127 29 29 / 0.85);
  }

  .md\:text-red-900\/90{
    color: rgb(127 29 29 / 0.9);
  }

  .md\:text-red-900\/95{
    color: rgb(127 29 29 / 0.95);
  }

  .md\:text-red-950{
    --tw-text-opacity: 1;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1));
  }

  .md\:text-red-950\/0{
    color: rgb(69 10 10 / 0);
  }

  .md\:text-red-950\/10{
    color: rgb(69 10 10 / 0.1);
  }

  .md\:text-red-950\/100{
    color: rgb(69 10 10 / 1);
  }

  .md\:text-red-950\/15{
    color: rgb(69 10 10 / 0.15);
  }

  .md\:text-red-950\/20{
    color: rgb(69 10 10 / 0.2);
  }

  .md\:text-red-950\/25{
    color: rgb(69 10 10 / 0.25);
  }

  .md\:text-red-950\/30{
    color: rgb(69 10 10 / 0.3);
  }

  .md\:text-red-950\/35{
    color: rgb(69 10 10 / 0.35);
  }

  .md\:text-red-950\/40{
    color: rgb(69 10 10 / 0.4);
  }

  .md\:text-red-950\/45{
    color: rgb(69 10 10 / 0.45);
  }

  .md\:text-red-950\/5{
    color: rgb(69 10 10 / 0.05);
  }

  .md\:text-red-950\/50{
    color: rgb(69 10 10 / 0.5);
  }

  .md\:text-red-950\/55{
    color: rgb(69 10 10 / 0.55);
  }

  .md\:text-red-950\/60{
    color: rgb(69 10 10 / 0.6);
  }

  .md\:text-red-950\/65{
    color: rgb(69 10 10 / 0.65);
  }

  .md\:text-red-950\/70{
    color: rgb(69 10 10 / 0.7);
  }

  .md\:text-red-950\/75{
    color: rgb(69 10 10 / 0.75);
  }

  .md\:text-red-950\/80{
    color: rgb(69 10 10 / 0.8);
  }

  .md\:text-red-950\/85{
    color: rgb(69 10 10 / 0.85);
  }

  .md\:text-red-950\/90{
    color: rgb(69 10 10 / 0.9);
  }

  .md\:text-red-950\/95{
    color: rgb(69 10 10 / 0.95);
  }

  .md\:text-rose-100{
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-100\/0{
    color: rgb(255 228 230 / 0);
  }

  .md\:text-rose-100\/10{
    color: rgb(255 228 230 / 0.1);
  }

  .md\:text-rose-100\/100{
    color: rgb(255 228 230 / 1);
  }

  .md\:text-rose-100\/15{
    color: rgb(255 228 230 / 0.15);
  }

  .md\:text-rose-100\/20{
    color: rgb(255 228 230 / 0.2);
  }

  .md\:text-rose-100\/25{
    color: rgb(255 228 230 / 0.25);
  }

  .md\:text-rose-100\/30{
    color: rgb(255 228 230 / 0.3);
  }

  .md\:text-rose-100\/35{
    color: rgb(255 228 230 / 0.35);
  }

  .md\:text-rose-100\/40{
    color: rgb(255 228 230 / 0.4);
  }

  .md\:text-rose-100\/45{
    color: rgb(255 228 230 / 0.45);
  }

  .md\:text-rose-100\/5{
    color: rgb(255 228 230 / 0.05);
  }

  .md\:text-rose-100\/50{
    color: rgb(255 228 230 / 0.5);
  }

  .md\:text-rose-100\/55{
    color: rgb(255 228 230 / 0.55);
  }

  .md\:text-rose-100\/60{
    color: rgb(255 228 230 / 0.6);
  }

  .md\:text-rose-100\/65{
    color: rgb(255 228 230 / 0.65);
  }

  .md\:text-rose-100\/70{
    color: rgb(255 228 230 / 0.7);
  }

  .md\:text-rose-100\/75{
    color: rgb(255 228 230 / 0.75);
  }

  .md\:text-rose-100\/80{
    color: rgb(255 228 230 / 0.8);
  }

  .md\:text-rose-100\/85{
    color: rgb(255 228 230 / 0.85);
  }

  .md\:text-rose-100\/90{
    color: rgb(255 228 230 / 0.9);
  }

  .md\:text-rose-100\/95{
    color: rgb(255 228 230 / 0.95);
  }

  .md\:text-rose-200{
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-200\/0{
    color: rgb(254 205 211 / 0);
  }

  .md\:text-rose-200\/10{
    color: rgb(254 205 211 / 0.1);
  }

  .md\:text-rose-200\/100{
    color: rgb(254 205 211 / 1);
  }

  .md\:text-rose-200\/15{
    color: rgb(254 205 211 / 0.15);
  }

  .md\:text-rose-200\/20{
    color: rgb(254 205 211 / 0.2);
  }

  .md\:text-rose-200\/25{
    color: rgb(254 205 211 / 0.25);
  }

  .md\:text-rose-200\/30{
    color: rgb(254 205 211 / 0.3);
  }

  .md\:text-rose-200\/35{
    color: rgb(254 205 211 / 0.35);
  }

  .md\:text-rose-200\/40{
    color: rgb(254 205 211 / 0.4);
  }

  .md\:text-rose-200\/45{
    color: rgb(254 205 211 / 0.45);
  }

  .md\:text-rose-200\/5{
    color: rgb(254 205 211 / 0.05);
  }

  .md\:text-rose-200\/50{
    color: rgb(254 205 211 / 0.5);
  }

  .md\:text-rose-200\/55{
    color: rgb(254 205 211 / 0.55);
  }

  .md\:text-rose-200\/60{
    color: rgb(254 205 211 / 0.6);
  }

  .md\:text-rose-200\/65{
    color: rgb(254 205 211 / 0.65);
  }

  .md\:text-rose-200\/70{
    color: rgb(254 205 211 / 0.7);
  }

  .md\:text-rose-200\/75{
    color: rgb(254 205 211 / 0.75);
  }

  .md\:text-rose-200\/80{
    color: rgb(254 205 211 / 0.8);
  }

  .md\:text-rose-200\/85{
    color: rgb(254 205 211 / 0.85);
  }

  .md\:text-rose-200\/90{
    color: rgb(254 205 211 / 0.9);
  }

  .md\:text-rose-200\/95{
    color: rgb(254 205 211 / 0.95);
  }

  .md\:text-rose-300{
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-300\/0{
    color: rgb(253 164 175 / 0);
  }

  .md\:text-rose-300\/10{
    color: rgb(253 164 175 / 0.1);
  }

  .md\:text-rose-300\/100{
    color: rgb(253 164 175 / 1);
  }

  .md\:text-rose-300\/15{
    color: rgb(253 164 175 / 0.15);
  }

  .md\:text-rose-300\/20{
    color: rgb(253 164 175 / 0.2);
  }

  .md\:text-rose-300\/25{
    color: rgb(253 164 175 / 0.25);
  }

  .md\:text-rose-300\/30{
    color: rgb(253 164 175 / 0.3);
  }

  .md\:text-rose-300\/35{
    color: rgb(253 164 175 / 0.35);
  }

  .md\:text-rose-300\/40{
    color: rgb(253 164 175 / 0.4);
  }

  .md\:text-rose-300\/45{
    color: rgb(253 164 175 / 0.45);
  }

  .md\:text-rose-300\/5{
    color: rgb(253 164 175 / 0.05);
  }

  .md\:text-rose-300\/50{
    color: rgb(253 164 175 / 0.5);
  }

  .md\:text-rose-300\/55{
    color: rgb(253 164 175 / 0.55);
  }

  .md\:text-rose-300\/60{
    color: rgb(253 164 175 / 0.6);
  }

  .md\:text-rose-300\/65{
    color: rgb(253 164 175 / 0.65);
  }

  .md\:text-rose-300\/70{
    color: rgb(253 164 175 / 0.7);
  }

  .md\:text-rose-300\/75{
    color: rgb(253 164 175 / 0.75);
  }

  .md\:text-rose-300\/80{
    color: rgb(253 164 175 / 0.8);
  }

  .md\:text-rose-300\/85{
    color: rgb(253 164 175 / 0.85);
  }

  .md\:text-rose-300\/90{
    color: rgb(253 164 175 / 0.9);
  }

  .md\:text-rose-300\/95{
    color: rgb(253 164 175 / 0.95);
  }

  .md\:text-rose-400{
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-400\/0{
    color: rgb(251 113 133 / 0);
  }

  .md\:text-rose-400\/10{
    color: rgb(251 113 133 / 0.1);
  }

  .md\:text-rose-400\/100{
    color: rgb(251 113 133 / 1);
  }

  .md\:text-rose-400\/15{
    color: rgb(251 113 133 / 0.15);
  }

  .md\:text-rose-400\/20{
    color: rgb(251 113 133 / 0.2);
  }

  .md\:text-rose-400\/25{
    color: rgb(251 113 133 / 0.25);
  }

  .md\:text-rose-400\/30{
    color: rgb(251 113 133 / 0.3);
  }

  .md\:text-rose-400\/35{
    color: rgb(251 113 133 / 0.35);
  }

  .md\:text-rose-400\/40{
    color: rgb(251 113 133 / 0.4);
  }

  .md\:text-rose-400\/45{
    color: rgb(251 113 133 / 0.45);
  }

  .md\:text-rose-400\/5{
    color: rgb(251 113 133 / 0.05);
  }

  .md\:text-rose-400\/50{
    color: rgb(251 113 133 / 0.5);
  }

  .md\:text-rose-400\/55{
    color: rgb(251 113 133 / 0.55);
  }

  .md\:text-rose-400\/60{
    color: rgb(251 113 133 / 0.6);
  }

  .md\:text-rose-400\/65{
    color: rgb(251 113 133 / 0.65);
  }

  .md\:text-rose-400\/70{
    color: rgb(251 113 133 / 0.7);
  }

  .md\:text-rose-400\/75{
    color: rgb(251 113 133 / 0.75);
  }

  .md\:text-rose-400\/80{
    color: rgb(251 113 133 / 0.8);
  }

  .md\:text-rose-400\/85{
    color: rgb(251 113 133 / 0.85);
  }

  .md\:text-rose-400\/90{
    color: rgb(251 113 133 / 0.9);
  }

  .md\:text-rose-400\/95{
    color: rgb(251 113 133 / 0.95);
  }

  .md\:text-rose-50{
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-50\/0{
    color: rgb(255 241 242 / 0);
  }

  .md\:text-rose-50\/10{
    color: rgb(255 241 242 / 0.1);
  }

  .md\:text-rose-50\/100{
    color: rgb(255 241 242 / 1);
  }

  .md\:text-rose-50\/15{
    color: rgb(255 241 242 / 0.15);
  }

  .md\:text-rose-50\/20{
    color: rgb(255 241 242 / 0.2);
  }

  .md\:text-rose-50\/25{
    color: rgb(255 241 242 / 0.25);
  }

  .md\:text-rose-50\/30{
    color: rgb(255 241 242 / 0.3);
  }

  .md\:text-rose-50\/35{
    color: rgb(255 241 242 / 0.35);
  }

  .md\:text-rose-50\/40{
    color: rgb(255 241 242 / 0.4);
  }

  .md\:text-rose-50\/45{
    color: rgb(255 241 242 / 0.45);
  }

  .md\:text-rose-50\/5{
    color: rgb(255 241 242 / 0.05);
  }

  .md\:text-rose-50\/50{
    color: rgb(255 241 242 / 0.5);
  }

  .md\:text-rose-50\/55{
    color: rgb(255 241 242 / 0.55);
  }

  .md\:text-rose-50\/60{
    color: rgb(255 241 242 / 0.6);
  }

  .md\:text-rose-50\/65{
    color: rgb(255 241 242 / 0.65);
  }

  .md\:text-rose-50\/70{
    color: rgb(255 241 242 / 0.7);
  }

  .md\:text-rose-50\/75{
    color: rgb(255 241 242 / 0.75);
  }

  .md\:text-rose-50\/80{
    color: rgb(255 241 242 / 0.8);
  }

  .md\:text-rose-50\/85{
    color: rgb(255 241 242 / 0.85);
  }

  .md\:text-rose-50\/90{
    color: rgb(255 241 242 / 0.9);
  }

  .md\:text-rose-50\/95{
    color: rgb(255 241 242 / 0.95);
  }

  .md\:text-rose-500{
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-500\/0{
    color: rgb(244 63 94 / 0);
  }

  .md\:text-rose-500\/10{
    color: rgb(244 63 94 / 0.1);
  }

  .md\:text-rose-500\/100{
    color: rgb(244 63 94 / 1);
  }

  .md\:text-rose-500\/15{
    color: rgb(244 63 94 / 0.15);
  }

  .md\:text-rose-500\/20{
    color: rgb(244 63 94 / 0.2);
  }

  .md\:text-rose-500\/25{
    color: rgb(244 63 94 / 0.25);
  }

  .md\:text-rose-500\/30{
    color: rgb(244 63 94 / 0.3);
  }

  .md\:text-rose-500\/35{
    color: rgb(244 63 94 / 0.35);
  }

  .md\:text-rose-500\/40{
    color: rgb(244 63 94 / 0.4);
  }

  .md\:text-rose-500\/45{
    color: rgb(244 63 94 / 0.45);
  }

  .md\:text-rose-500\/5{
    color: rgb(244 63 94 / 0.05);
  }

  .md\:text-rose-500\/50{
    color: rgb(244 63 94 / 0.5);
  }

  .md\:text-rose-500\/55{
    color: rgb(244 63 94 / 0.55);
  }

  .md\:text-rose-500\/60{
    color: rgb(244 63 94 / 0.6);
  }

  .md\:text-rose-500\/65{
    color: rgb(244 63 94 / 0.65);
  }

  .md\:text-rose-500\/70{
    color: rgb(244 63 94 / 0.7);
  }

  .md\:text-rose-500\/75{
    color: rgb(244 63 94 / 0.75);
  }

  .md\:text-rose-500\/80{
    color: rgb(244 63 94 / 0.8);
  }

  .md\:text-rose-500\/85{
    color: rgb(244 63 94 / 0.85);
  }

  .md\:text-rose-500\/90{
    color: rgb(244 63 94 / 0.9);
  }

  .md\:text-rose-500\/95{
    color: rgb(244 63 94 / 0.95);
  }

  .md\:text-rose-600{
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-600\/0{
    color: rgb(225 29 72 / 0);
  }

  .md\:text-rose-600\/10{
    color: rgb(225 29 72 / 0.1);
  }

  .md\:text-rose-600\/100{
    color: rgb(225 29 72 / 1);
  }

  .md\:text-rose-600\/15{
    color: rgb(225 29 72 / 0.15);
  }

  .md\:text-rose-600\/20{
    color: rgb(225 29 72 / 0.2);
  }

  .md\:text-rose-600\/25{
    color: rgb(225 29 72 / 0.25);
  }

  .md\:text-rose-600\/30{
    color: rgb(225 29 72 / 0.3);
  }

  .md\:text-rose-600\/35{
    color: rgb(225 29 72 / 0.35);
  }

  .md\:text-rose-600\/40{
    color: rgb(225 29 72 / 0.4);
  }

  .md\:text-rose-600\/45{
    color: rgb(225 29 72 / 0.45);
  }

  .md\:text-rose-600\/5{
    color: rgb(225 29 72 / 0.05);
  }

  .md\:text-rose-600\/50{
    color: rgb(225 29 72 / 0.5);
  }

  .md\:text-rose-600\/55{
    color: rgb(225 29 72 / 0.55);
  }

  .md\:text-rose-600\/60{
    color: rgb(225 29 72 / 0.6);
  }

  .md\:text-rose-600\/65{
    color: rgb(225 29 72 / 0.65);
  }

  .md\:text-rose-600\/70{
    color: rgb(225 29 72 / 0.7);
  }

  .md\:text-rose-600\/75{
    color: rgb(225 29 72 / 0.75);
  }

  .md\:text-rose-600\/80{
    color: rgb(225 29 72 / 0.8);
  }

  .md\:text-rose-600\/85{
    color: rgb(225 29 72 / 0.85);
  }

  .md\:text-rose-600\/90{
    color: rgb(225 29 72 / 0.9);
  }

  .md\:text-rose-600\/95{
    color: rgb(225 29 72 / 0.95);
  }

  .md\:text-rose-700{
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-700\/0{
    color: rgb(190 18 60 / 0);
  }

  .md\:text-rose-700\/10{
    color: rgb(190 18 60 / 0.1);
  }

  .md\:text-rose-700\/100{
    color: rgb(190 18 60 / 1);
  }

  .md\:text-rose-700\/15{
    color: rgb(190 18 60 / 0.15);
  }

  .md\:text-rose-700\/20{
    color: rgb(190 18 60 / 0.2);
  }

  .md\:text-rose-700\/25{
    color: rgb(190 18 60 / 0.25);
  }

  .md\:text-rose-700\/30{
    color: rgb(190 18 60 / 0.3);
  }

  .md\:text-rose-700\/35{
    color: rgb(190 18 60 / 0.35);
  }

  .md\:text-rose-700\/40{
    color: rgb(190 18 60 / 0.4);
  }

  .md\:text-rose-700\/45{
    color: rgb(190 18 60 / 0.45);
  }

  .md\:text-rose-700\/5{
    color: rgb(190 18 60 / 0.05);
  }

  .md\:text-rose-700\/50{
    color: rgb(190 18 60 / 0.5);
  }

  .md\:text-rose-700\/55{
    color: rgb(190 18 60 / 0.55);
  }

  .md\:text-rose-700\/60{
    color: rgb(190 18 60 / 0.6);
  }

  .md\:text-rose-700\/65{
    color: rgb(190 18 60 / 0.65);
  }

  .md\:text-rose-700\/70{
    color: rgb(190 18 60 / 0.7);
  }

  .md\:text-rose-700\/75{
    color: rgb(190 18 60 / 0.75);
  }

  .md\:text-rose-700\/80{
    color: rgb(190 18 60 / 0.8);
  }

  .md\:text-rose-700\/85{
    color: rgb(190 18 60 / 0.85);
  }

  .md\:text-rose-700\/90{
    color: rgb(190 18 60 / 0.9);
  }

  .md\:text-rose-700\/95{
    color: rgb(190 18 60 / 0.95);
  }

  .md\:text-rose-800{
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-800\/0{
    color: rgb(159 18 57 / 0);
  }

  .md\:text-rose-800\/10{
    color: rgb(159 18 57 / 0.1);
  }

  .md\:text-rose-800\/100{
    color: rgb(159 18 57 / 1);
  }

  .md\:text-rose-800\/15{
    color: rgb(159 18 57 / 0.15);
  }

  .md\:text-rose-800\/20{
    color: rgb(159 18 57 / 0.2);
  }

  .md\:text-rose-800\/25{
    color: rgb(159 18 57 / 0.25);
  }

  .md\:text-rose-800\/30{
    color: rgb(159 18 57 / 0.3);
  }

  .md\:text-rose-800\/35{
    color: rgb(159 18 57 / 0.35);
  }

  .md\:text-rose-800\/40{
    color: rgb(159 18 57 / 0.4);
  }

  .md\:text-rose-800\/45{
    color: rgb(159 18 57 / 0.45);
  }

  .md\:text-rose-800\/5{
    color: rgb(159 18 57 / 0.05);
  }

  .md\:text-rose-800\/50{
    color: rgb(159 18 57 / 0.5);
  }

  .md\:text-rose-800\/55{
    color: rgb(159 18 57 / 0.55);
  }

  .md\:text-rose-800\/60{
    color: rgb(159 18 57 / 0.6);
  }

  .md\:text-rose-800\/65{
    color: rgb(159 18 57 / 0.65);
  }

  .md\:text-rose-800\/70{
    color: rgb(159 18 57 / 0.7);
  }

  .md\:text-rose-800\/75{
    color: rgb(159 18 57 / 0.75);
  }

  .md\:text-rose-800\/80{
    color: rgb(159 18 57 / 0.8);
  }

  .md\:text-rose-800\/85{
    color: rgb(159 18 57 / 0.85);
  }

  .md\:text-rose-800\/90{
    color: rgb(159 18 57 / 0.9);
  }

  .md\:text-rose-800\/95{
    color: rgb(159 18 57 / 0.95);
  }

  .md\:text-rose-900{
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-900\/0{
    color: rgb(136 19 55 / 0);
  }

  .md\:text-rose-900\/10{
    color: rgb(136 19 55 / 0.1);
  }

  .md\:text-rose-900\/100{
    color: rgb(136 19 55 / 1);
  }

  .md\:text-rose-900\/15{
    color: rgb(136 19 55 / 0.15);
  }

  .md\:text-rose-900\/20{
    color: rgb(136 19 55 / 0.2);
  }

  .md\:text-rose-900\/25{
    color: rgb(136 19 55 / 0.25);
  }

  .md\:text-rose-900\/30{
    color: rgb(136 19 55 / 0.3);
  }

  .md\:text-rose-900\/35{
    color: rgb(136 19 55 / 0.35);
  }

  .md\:text-rose-900\/40{
    color: rgb(136 19 55 / 0.4);
  }

  .md\:text-rose-900\/45{
    color: rgb(136 19 55 / 0.45);
  }

  .md\:text-rose-900\/5{
    color: rgb(136 19 55 / 0.05);
  }

  .md\:text-rose-900\/50{
    color: rgb(136 19 55 / 0.5);
  }

  .md\:text-rose-900\/55{
    color: rgb(136 19 55 / 0.55);
  }

  .md\:text-rose-900\/60{
    color: rgb(136 19 55 / 0.6);
  }

  .md\:text-rose-900\/65{
    color: rgb(136 19 55 / 0.65);
  }

  .md\:text-rose-900\/70{
    color: rgb(136 19 55 / 0.7);
  }

  .md\:text-rose-900\/75{
    color: rgb(136 19 55 / 0.75);
  }

  .md\:text-rose-900\/80{
    color: rgb(136 19 55 / 0.8);
  }

  .md\:text-rose-900\/85{
    color: rgb(136 19 55 / 0.85);
  }

  .md\:text-rose-900\/90{
    color: rgb(136 19 55 / 0.9);
  }

  .md\:text-rose-900\/95{
    color: rgb(136 19 55 / 0.95);
  }

  .md\:text-rose-950{
    --tw-text-opacity: 1;
    color: rgb(76 5 25 / var(--tw-text-opacity, 1));
  }

  .md\:text-rose-950\/0{
    color: rgb(76 5 25 / 0);
  }

  .md\:text-rose-950\/10{
    color: rgb(76 5 25 / 0.1);
  }

  .md\:text-rose-950\/100{
    color: rgb(76 5 25 / 1);
  }

  .md\:text-rose-950\/15{
    color: rgb(76 5 25 / 0.15);
  }

  .md\:text-rose-950\/20{
    color: rgb(76 5 25 / 0.2);
  }

  .md\:text-rose-950\/25{
    color: rgb(76 5 25 / 0.25);
  }

  .md\:text-rose-950\/30{
    color: rgb(76 5 25 / 0.3);
  }

  .md\:text-rose-950\/35{
    color: rgb(76 5 25 / 0.35);
  }

  .md\:text-rose-950\/40{
    color: rgb(76 5 25 / 0.4);
  }

  .md\:text-rose-950\/45{
    color: rgb(76 5 25 / 0.45);
  }

  .md\:text-rose-950\/5{
    color: rgb(76 5 25 / 0.05);
  }

  .md\:text-rose-950\/50{
    color: rgb(76 5 25 / 0.5);
  }

  .md\:text-rose-950\/55{
    color: rgb(76 5 25 / 0.55);
  }

  .md\:text-rose-950\/60{
    color: rgb(76 5 25 / 0.6);
  }

  .md\:text-rose-950\/65{
    color: rgb(76 5 25 / 0.65);
  }

  .md\:text-rose-950\/70{
    color: rgb(76 5 25 / 0.7);
  }

  .md\:text-rose-950\/75{
    color: rgb(76 5 25 / 0.75);
  }

  .md\:text-rose-950\/80{
    color: rgb(76 5 25 / 0.8);
  }

  .md\:text-rose-950\/85{
    color: rgb(76 5 25 / 0.85);
  }

  .md\:text-rose-950\/90{
    color: rgb(76 5 25 / 0.9);
  }

  .md\:text-rose-950\/95{
    color: rgb(76 5 25 / 0.95);
  }

  .md\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(169 255 234 / var(--tw-text-opacity, 1));
  }

  .md\:text-secondary\/0{
    color: rgb(169 255 234 / 0);
  }

  .md\:text-secondary\/10{
    color: rgb(169 255 234 / 0.1);
  }

  .md\:text-secondary\/100{
    color: rgb(169 255 234 / 1);
  }

  .md\:text-secondary\/15{
    color: rgb(169 255 234 / 0.15);
  }

  .md\:text-secondary\/20{
    color: rgb(169 255 234 / 0.2);
  }

  .md\:text-secondary\/25{
    color: rgb(169 255 234 / 0.25);
  }

  .md\:text-secondary\/30{
    color: rgb(169 255 234 / 0.3);
  }

  .md\:text-secondary\/35{
    color: rgb(169 255 234 / 0.35);
  }

  .md\:text-secondary\/40{
    color: rgb(169 255 234 / 0.4);
  }

  .md\:text-secondary\/45{
    color: rgb(169 255 234 / 0.45);
  }

  .md\:text-secondary\/5{
    color: rgb(169 255 234 / 0.05);
  }

  .md\:text-secondary\/50{
    color: rgb(169 255 234 / 0.5);
  }

  .md\:text-secondary\/55{
    color: rgb(169 255 234 / 0.55);
  }

  .md\:text-secondary\/60{
    color: rgb(169 255 234 / 0.6);
  }

  .md\:text-secondary\/65{
    color: rgb(169 255 234 / 0.65);
  }

  .md\:text-secondary\/70{
    color: rgb(169 255 234 / 0.7);
  }

  .md\:text-secondary\/75{
    color: rgb(169 255 234 / 0.75);
  }

  .md\:text-secondary\/80{
    color: rgb(169 255 234 / 0.8);
  }

  .md\:text-secondary\/85{
    color: rgb(169 255 234 / 0.85);
  }

  .md\:text-secondary\/90{
    color: rgb(169 255 234 / 0.9);
  }

  .md\:text-secondary\/95{
    color: rgb(169 255 234 / 0.95);
  }

  .md\:text-sky-100{
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-100\/0{
    color: rgb(224 242 254 / 0);
  }

  .md\:text-sky-100\/10{
    color: rgb(224 242 254 / 0.1);
  }

  .md\:text-sky-100\/100{
    color: rgb(224 242 254 / 1);
  }

  .md\:text-sky-100\/15{
    color: rgb(224 242 254 / 0.15);
  }

  .md\:text-sky-100\/20{
    color: rgb(224 242 254 / 0.2);
  }

  .md\:text-sky-100\/25{
    color: rgb(224 242 254 / 0.25);
  }

  .md\:text-sky-100\/30{
    color: rgb(224 242 254 / 0.3);
  }

  .md\:text-sky-100\/35{
    color: rgb(224 242 254 / 0.35);
  }

  .md\:text-sky-100\/40{
    color: rgb(224 242 254 / 0.4);
  }

  .md\:text-sky-100\/45{
    color: rgb(224 242 254 / 0.45);
  }

  .md\:text-sky-100\/5{
    color: rgb(224 242 254 / 0.05);
  }

  .md\:text-sky-100\/50{
    color: rgb(224 242 254 / 0.5);
  }

  .md\:text-sky-100\/55{
    color: rgb(224 242 254 / 0.55);
  }

  .md\:text-sky-100\/60{
    color: rgb(224 242 254 / 0.6);
  }

  .md\:text-sky-100\/65{
    color: rgb(224 242 254 / 0.65);
  }

  .md\:text-sky-100\/70{
    color: rgb(224 242 254 / 0.7);
  }

  .md\:text-sky-100\/75{
    color: rgb(224 242 254 / 0.75);
  }

  .md\:text-sky-100\/80{
    color: rgb(224 242 254 / 0.8);
  }

  .md\:text-sky-100\/85{
    color: rgb(224 242 254 / 0.85);
  }

  .md\:text-sky-100\/90{
    color: rgb(224 242 254 / 0.9);
  }

  .md\:text-sky-100\/95{
    color: rgb(224 242 254 / 0.95);
  }

  .md\:text-sky-200{
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-200\/0{
    color: rgb(186 230 253 / 0);
  }

  .md\:text-sky-200\/10{
    color: rgb(186 230 253 / 0.1);
  }

  .md\:text-sky-200\/100{
    color: rgb(186 230 253 / 1);
  }

  .md\:text-sky-200\/15{
    color: rgb(186 230 253 / 0.15);
  }

  .md\:text-sky-200\/20{
    color: rgb(186 230 253 / 0.2);
  }

  .md\:text-sky-200\/25{
    color: rgb(186 230 253 / 0.25);
  }

  .md\:text-sky-200\/30{
    color: rgb(186 230 253 / 0.3);
  }

  .md\:text-sky-200\/35{
    color: rgb(186 230 253 / 0.35);
  }

  .md\:text-sky-200\/40{
    color: rgb(186 230 253 / 0.4);
  }

  .md\:text-sky-200\/45{
    color: rgb(186 230 253 / 0.45);
  }

  .md\:text-sky-200\/5{
    color: rgb(186 230 253 / 0.05);
  }

  .md\:text-sky-200\/50{
    color: rgb(186 230 253 / 0.5);
  }

  .md\:text-sky-200\/55{
    color: rgb(186 230 253 / 0.55);
  }

  .md\:text-sky-200\/60{
    color: rgb(186 230 253 / 0.6);
  }

  .md\:text-sky-200\/65{
    color: rgb(186 230 253 / 0.65);
  }

  .md\:text-sky-200\/70{
    color: rgb(186 230 253 / 0.7);
  }

  .md\:text-sky-200\/75{
    color: rgb(186 230 253 / 0.75);
  }

  .md\:text-sky-200\/80{
    color: rgb(186 230 253 / 0.8);
  }

  .md\:text-sky-200\/85{
    color: rgb(186 230 253 / 0.85);
  }

  .md\:text-sky-200\/90{
    color: rgb(186 230 253 / 0.9);
  }

  .md\:text-sky-200\/95{
    color: rgb(186 230 253 / 0.95);
  }

  .md\:text-sky-300{
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-300\/0{
    color: rgb(125 211 252 / 0);
  }

  .md\:text-sky-300\/10{
    color: rgb(125 211 252 / 0.1);
  }

  .md\:text-sky-300\/100{
    color: rgb(125 211 252 / 1);
  }

  .md\:text-sky-300\/15{
    color: rgb(125 211 252 / 0.15);
  }

  .md\:text-sky-300\/20{
    color: rgb(125 211 252 / 0.2);
  }

  .md\:text-sky-300\/25{
    color: rgb(125 211 252 / 0.25);
  }

  .md\:text-sky-300\/30{
    color: rgb(125 211 252 / 0.3);
  }

  .md\:text-sky-300\/35{
    color: rgb(125 211 252 / 0.35);
  }

  .md\:text-sky-300\/40{
    color: rgb(125 211 252 / 0.4);
  }

  .md\:text-sky-300\/45{
    color: rgb(125 211 252 / 0.45);
  }

  .md\:text-sky-300\/5{
    color: rgb(125 211 252 / 0.05);
  }

  .md\:text-sky-300\/50{
    color: rgb(125 211 252 / 0.5);
  }

  .md\:text-sky-300\/55{
    color: rgb(125 211 252 / 0.55);
  }

  .md\:text-sky-300\/60{
    color: rgb(125 211 252 / 0.6);
  }

  .md\:text-sky-300\/65{
    color: rgb(125 211 252 / 0.65);
  }

  .md\:text-sky-300\/70{
    color: rgb(125 211 252 / 0.7);
  }

  .md\:text-sky-300\/75{
    color: rgb(125 211 252 / 0.75);
  }

  .md\:text-sky-300\/80{
    color: rgb(125 211 252 / 0.8);
  }

  .md\:text-sky-300\/85{
    color: rgb(125 211 252 / 0.85);
  }

  .md\:text-sky-300\/90{
    color: rgb(125 211 252 / 0.9);
  }

  .md\:text-sky-300\/95{
    color: rgb(125 211 252 / 0.95);
  }

  .md\:text-sky-400{
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-400\/0{
    color: rgb(56 189 248 / 0);
  }

  .md\:text-sky-400\/10{
    color: rgb(56 189 248 / 0.1);
  }

  .md\:text-sky-400\/100{
    color: rgb(56 189 248 / 1);
  }

  .md\:text-sky-400\/15{
    color: rgb(56 189 248 / 0.15);
  }

  .md\:text-sky-400\/20{
    color: rgb(56 189 248 / 0.2);
  }

  .md\:text-sky-400\/25{
    color: rgb(56 189 248 / 0.25);
  }

  .md\:text-sky-400\/30{
    color: rgb(56 189 248 / 0.3);
  }

  .md\:text-sky-400\/35{
    color: rgb(56 189 248 / 0.35);
  }

  .md\:text-sky-400\/40{
    color: rgb(56 189 248 / 0.4);
  }

  .md\:text-sky-400\/45{
    color: rgb(56 189 248 / 0.45);
  }

  .md\:text-sky-400\/5{
    color: rgb(56 189 248 / 0.05);
  }

  .md\:text-sky-400\/50{
    color: rgb(56 189 248 / 0.5);
  }

  .md\:text-sky-400\/55{
    color: rgb(56 189 248 / 0.55);
  }

  .md\:text-sky-400\/60{
    color: rgb(56 189 248 / 0.6);
  }

  .md\:text-sky-400\/65{
    color: rgb(56 189 248 / 0.65);
  }

  .md\:text-sky-400\/70{
    color: rgb(56 189 248 / 0.7);
  }

  .md\:text-sky-400\/75{
    color: rgb(56 189 248 / 0.75);
  }

  .md\:text-sky-400\/80{
    color: rgb(56 189 248 / 0.8);
  }

  .md\:text-sky-400\/85{
    color: rgb(56 189 248 / 0.85);
  }

  .md\:text-sky-400\/90{
    color: rgb(56 189 248 / 0.9);
  }

  .md\:text-sky-400\/95{
    color: rgb(56 189 248 / 0.95);
  }

  .md\:text-sky-50{
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-50\/0{
    color: rgb(240 249 255 / 0);
  }

  .md\:text-sky-50\/10{
    color: rgb(240 249 255 / 0.1);
  }

  .md\:text-sky-50\/100{
    color: rgb(240 249 255 / 1);
  }

  .md\:text-sky-50\/15{
    color: rgb(240 249 255 / 0.15);
  }

  .md\:text-sky-50\/20{
    color: rgb(240 249 255 / 0.2);
  }

  .md\:text-sky-50\/25{
    color: rgb(240 249 255 / 0.25);
  }

  .md\:text-sky-50\/30{
    color: rgb(240 249 255 / 0.3);
  }

  .md\:text-sky-50\/35{
    color: rgb(240 249 255 / 0.35);
  }

  .md\:text-sky-50\/40{
    color: rgb(240 249 255 / 0.4);
  }

  .md\:text-sky-50\/45{
    color: rgb(240 249 255 / 0.45);
  }

  .md\:text-sky-50\/5{
    color: rgb(240 249 255 / 0.05);
  }

  .md\:text-sky-50\/50{
    color: rgb(240 249 255 / 0.5);
  }

  .md\:text-sky-50\/55{
    color: rgb(240 249 255 / 0.55);
  }

  .md\:text-sky-50\/60{
    color: rgb(240 249 255 / 0.6);
  }

  .md\:text-sky-50\/65{
    color: rgb(240 249 255 / 0.65);
  }

  .md\:text-sky-50\/70{
    color: rgb(240 249 255 / 0.7);
  }

  .md\:text-sky-50\/75{
    color: rgb(240 249 255 / 0.75);
  }

  .md\:text-sky-50\/80{
    color: rgb(240 249 255 / 0.8);
  }

  .md\:text-sky-50\/85{
    color: rgb(240 249 255 / 0.85);
  }

  .md\:text-sky-50\/90{
    color: rgb(240 249 255 / 0.9);
  }

  .md\:text-sky-50\/95{
    color: rgb(240 249 255 / 0.95);
  }

  .md\:text-sky-500{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-500\/0{
    color: rgb(14 165 233 / 0);
  }

  .md\:text-sky-500\/10{
    color: rgb(14 165 233 / 0.1);
  }

  .md\:text-sky-500\/100{
    color: rgb(14 165 233 / 1);
  }

  .md\:text-sky-500\/15{
    color: rgb(14 165 233 / 0.15);
  }

  .md\:text-sky-500\/20{
    color: rgb(14 165 233 / 0.2);
  }

  .md\:text-sky-500\/25{
    color: rgb(14 165 233 / 0.25);
  }

  .md\:text-sky-500\/30{
    color: rgb(14 165 233 / 0.3);
  }

  .md\:text-sky-500\/35{
    color: rgb(14 165 233 / 0.35);
  }

  .md\:text-sky-500\/40{
    color: rgb(14 165 233 / 0.4);
  }

  .md\:text-sky-500\/45{
    color: rgb(14 165 233 / 0.45);
  }

  .md\:text-sky-500\/5{
    color: rgb(14 165 233 / 0.05);
  }

  .md\:text-sky-500\/50{
    color: rgb(14 165 233 / 0.5);
  }

  .md\:text-sky-500\/55{
    color: rgb(14 165 233 / 0.55);
  }

  .md\:text-sky-500\/60{
    color: rgb(14 165 233 / 0.6);
  }

  .md\:text-sky-500\/65{
    color: rgb(14 165 233 / 0.65);
  }

  .md\:text-sky-500\/70{
    color: rgb(14 165 233 / 0.7);
  }

  .md\:text-sky-500\/75{
    color: rgb(14 165 233 / 0.75);
  }

  .md\:text-sky-500\/80{
    color: rgb(14 165 233 / 0.8);
  }

  .md\:text-sky-500\/85{
    color: rgb(14 165 233 / 0.85);
  }

  .md\:text-sky-500\/90{
    color: rgb(14 165 233 / 0.9);
  }

  .md\:text-sky-500\/95{
    color: rgb(14 165 233 / 0.95);
  }

  .md\:text-sky-600{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-600\/0{
    color: rgb(2 132 199 / 0);
  }

  .md\:text-sky-600\/10{
    color: rgb(2 132 199 / 0.1);
  }

  .md\:text-sky-600\/100{
    color: rgb(2 132 199 / 1);
  }

  .md\:text-sky-600\/15{
    color: rgb(2 132 199 / 0.15);
  }

  .md\:text-sky-600\/20{
    color: rgb(2 132 199 / 0.2);
  }

  .md\:text-sky-600\/25{
    color: rgb(2 132 199 / 0.25);
  }

  .md\:text-sky-600\/30{
    color: rgb(2 132 199 / 0.3);
  }

  .md\:text-sky-600\/35{
    color: rgb(2 132 199 / 0.35);
  }

  .md\:text-sky-600\/40{
    color: rgb(2 132 199 / 0.4);
  }

  .md\:text-sky-600\/45{
    color: rgb(2 132 199 / 0.45);
  }

  .md\:text-sky-600\/5{
    color: rgb(2 132 199 / 0.05);
  }

  .md\:text-sky-600\/50{
    color: rgb(2 132 199 / 0.5);
  }

  .md\:text-sky-600\/55{
    color: rgb(2 132 199 / 0.55);
  }

  .md\:text-sky-600\/60{
    color: rgb(2 132 199 / 0.6);
  }

  .md\:text-sky-600\/65{
    color: rgb(2 132 199 / 0.65);
  }

  .md\:text-sky-600\/70{
    color: rgb(2 132 199 / 0.7);
  }

  .md\:text-sky-600\/75{
    color: rgb(2 132 199 / 0.75);
  }

  .md\:text-sky-600\/80{
    color: rgb(2 132 199 / 0.8);
  }

  .md\:text-sky-600\/85{
    color: rgb(2 132 199 / 0.85);
  }

  .md\:text-sky-600\/90{
    color: rgb(2 132 199 / 0.9);
  }

  .md\:text-sky-600\/95{
    color: rgb(2 132 199 / 0.95);
  }

  .md\:text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-700\/0{
    color: rgb(3 105 161 / 0);
  }

  .md\:text-sky-700\/10{
    color: rgb(3 105 161 / 0.1);
  }

  .md\:text-sky-700\/100{
    color: rgb(3 105 161 / 1);
  }

  .md\:text-sky-700\/15{
    color: rgb(3 105 161 / 0.15);
  }

  .md\:text-sky-700\/20{
    color: rgb(3 105 161 / 0.2);
  }

  .md\:text-sky-700\/25{
    color: rgb(3 105 161 / 0.25);
  }

  .md\:text-sky-700\/30{
    color: rgb(3 105 161 / 0.3);
  }

  .md\:text-sky-700\/35{
    color: rgb(3 105 161 / 0.35);
  }

  .md\:text-sky-700\/40{
    color: rgb(3 105 161 / 0.4);
  }

  .md\:text-sky-700\/45{
    color: rgb(3 105 161 / 0.45);
  }

  .md\:text-sky-700\/5{
    color: rgb(3 105 161 / 0.05);
  }

  .md\:text-sky-700\/50{
    color: rgb(3 105 161 / 0.5);
  }

  .md\:text-sky-700\/55{
    color: rgb(3 105 161 / 0.55);
  }

  .md\:text-sky-700\/60{
    color: rgb(3 105 161 / 0.6);
  }

  .md\:text-sky-700\/65{
    color: rgb(3 105 161 / 0.65);
  }

  .md\:text-sky-700\/70{
    color: rgb(3 105 161 / 0.7);
  }

  .md\:text-sky-700\/75{
    color: rgb(3 105 161 / 0.75);
  }

  .md\:text-sky-700\/80{
    color: rgb(3 105 161 / 0.8);
  }

  .md\:text-sky-700\/85{
    color: rgb(3 105 161 / 0.85);
  }

  .md\:text-sky-700\/90{
    color: rgb(3 105 161 / 0.9);
  }

  .md\:text-sky-700\/95{
    color: rgb(3 105 161 / 0.95);
  }

  .md\:text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-800\/0{
    color: rgb(7 89 133 / 0);
  }

  .md\:text-sky-800\/10{
    color: rgb(7 89 133 / 0.1);
  }

  .md\:text-sky-800\/100{
    color: rgb(7 89 133 / 1);
  }

  .md\:text-sky-800\/15{
    color: rgb(7 89 133 / 0.15);
  }

  .md\:text-sky-800\/20{
    color: rgb(7 89 133 / 0.2);
  }

  .md\:text-sky-800\/25{
    color: rgb(7 89 133 / 0.25);
  }

  .md\:text-sky-800\/30{
    color: rgb(7 89 133 / 0.3);
  }

  .md\:text-sky-800\/35{
    color: rgb(7 89 133 / 0.35);
  }

  .md\:text-sky-800\/40{
    color: rgb(7 89 133 / 0.4);
  }

  .md\:text-sky-800\/45{
    color: rgb(7 89 133 / 0.45);
  }

  .md\:text-sky-800\/5{
    color: rgb(7 89 133 / 0.05);
  }

  .md\:text-sky-800\/50{
    color: rgb(7 89 133 / 0.5);
  }

  .md\:text-sky-800\/55{
    color: rgb(7 89 133 / 0.55);
  }

  .md\:text-sky-800\/60{
    color: rgb(7 89 133 / 0.6);
  }

  .md\:text-sky-800\/65{
    color: rgb(7 89 133 / 0.65);
  }

  .md\:text-sky-800\/70{
    color: rgb(7 89 133 / 0.7);
  }

  .md\:text-sky-800\/75{
    color: rgb(7 89 133 / 0.75);
  }

  .md\:text-sky-800\/80{
    color: rgb(7 89 133 / 0.8);
  }

  .md\:text-sky-800\/85{
    color: rgb(7 89 133 / 0.85);
  }

  .md\:text-sky-800\/90{
    color: rgb(7 89 133 / 0.9);
  }

  .md\:text-sky-800\/95{
    color: rgb(7 89 133 / 0.95);
  }

  .md\:text-sky-900{
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-900\/0{
    color: rgb(12 74 110 / 0);
  }

  .md\:text-sky-900\/10{
    color: rgb(12 74 110 / 0.1);
  }

  .md\:text-sky-900\/100{
    color: rgb(12 74 110 / 1);
  }

  .md\:text-sky-900\/15{
    color: rgb(12 74 110 / 0.15);
  }

  .md\:text-sky-900\/20{
    color: rgb(12 74 110 / 0.2);
  }

  .md\:text-sky-900\/25{
    color: rgb(12 74 110 / 0.25);
  }

  .md\:text-sky-900\/30{
    color: rgb(12 74 110 / 0.3);
  }

  .md\:text-sky-900\/35{
    color: rgb(12 74 110 / 0.35);
  }

  .md\:text-sky-900\/40{
    color: rgb(12 74 110 / 0.4);
  }

  .md\:text-sky-900\/45{
    color: rgb(12 74 110 / 0.45);
  }

  .md\:text-sky-900\/5{
    color: rgb(12 74 110 / 0.05);
  }

  .md\:text-sky-900\/50{
    color: rgb(12 74 110 / 0.5);
  }

  .md\:text-sky-900\/55{
    color: rgb(12 74 110 / 0.55);
  }

  .md\:text-sky-900\/60{
    color: rgb(12 74 110 / 0.6);
  }

  .md\:text-sky-900\/65{
    color: rgb(12 74 110 / 0.65);
  }

  .md\:text-sky-900\/70{
    color: rgb(12 74 110 / 0.7);
  }

  .md\:text-sky-900\/75{
    color: rgb(12 74 110 / 0.75);
  }

  .md\:text-sky-900\/80{
    color: rgb(12 74 110 / 0.8);
  }

  .md\:text-sky-900\/85{
    color: rgb(12 74 110 / 0.85);
  }

  .md\:text-sky-900\/90{
    color: rgb(12 74 110 / 0.9);
  }

  .md\:text-sky-900\/95{
    color: rgb(12 74 110 / 0.95);
  }

  .md\:text-sky-950{
    --tw-text-opacity: 1;
    color: rgb(8 47 73 / var(--tw-text-opacity, 1));
  }

  .md\:text-sky-950\/0{
    color: rgb(8 47 73 / 0);
  }

  .md\:text-sky-950\/10{
    color: rgb(8 47 73 / 0.1);
  }

  .md\:text-sky-950\/100{
    color: rgb(8 47 73 / 1);
  }

  .md\:text-sky-950\/15{
    color: rgb(8 47 73 / 0.15);
  }

  .md\:text-sky-950\/20{
    color: rgb(8 47 73 / 0.2);
  }

  .md\:text-sky-950\/25{
    color: rgb(8 47 73 / 0.25);
  }

  .md\:text-sky-950\/30{
    color: rgb(8 47 73 / 0.3);
  }

  .md\:text-sky-950\/35{
    color: rgb(8 47 73 / 0.35);
  }

  .md\:text-sky-950\/40{
    color: rgb(8 47 73 / 0.4);
  }

  .md\:text-sky-950\/45{
    color: rgb(8 47 73 / 0.45);
  }

  .md\:text-sky-950\/5{
    color: rgb(8 47 73 / 0.05);
  }

  .md\:text-sky-950\/50{
    color: rgb(8 47 73 / 0.5);
  }

  .md\:text-sky-950\/55{
    color: rgb(8 47 73 / 0.55);
  }

  .md\:text-sky-950\/60{
    color: rgb(8 47 73 / 0.6);
  }

  .md\:text-sky-950\/65{
    color: rgb(8 47 73 / 0.65);
  }

  .md\:text-sky-950\/70{
    color: rgb(8 47 73 / 0.7);
  }

  .md\:text-sky-950\/75{
    color: rgb(8 47 73 / 0.75);
  }

  .md\:text-sky-950\/80{
    color: rgb(8 47 73 / 0.8);
  }

  .md\:text-sky-950\/85{
    color: rgb(8 47 73 / 0.85);
  }

  .md\:text-sky-950\/90{
    color: rgb(8 47 73 / 0.9);
  }

  .md\:text-sky-950\/95{
    color: rgb(8 47 73 / 0.95);
  }

  .md\:text-slate-100{
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-100\/0{
    color: rgb(241 245 249 / 0);
  }

  .md\:text-slate-100\/10{
    color: rgb(241 245 249 / 0.1);
  }

  .md\:text-slate-100\/100{
    color: rgb(241 245 249 / 1);
  }

  .md\:text-slate-100\/15{
    color: rgb(241 245 249 / 0.15);
  }

  .md\:text-slate-100\/20{
    color: rgb(241 245 249 / 0.2);
  }

  .md\:text-slate-100\/25{
    color: rgb(241 245 249 / 0.25);
  }

  .md\:text-slate-100\/30{
    color: rgb(241 245 249 / 0.3);
  }

  .md\:text-slate-100\/35{
    color: rgb(241 245 249 / 0.35);
  }

  .md\:text-slate-100\/40{
    color: rgb(241 245 249 / 0.4);
  }

  .md\:text-slate-100\/45{
    color: rgb(241 245 249 / 0.45);
  }

  .md\:text-slate-100\/5{
    color: rgb(241 245 249 / 0.05);
  }

  .md\:text-slate-100\/50{
    color: rgb(241 245 249 / 0.5);
  }

  .md\:text-slate-100\/55{
    color: rgb(241 245 249 / 0.55);
  }

  .md\:text-slate-100\/60{
    color: rgb(241 245 249 / 0.6);
  }

  .md\:text-slate-100\/65{
    color: rgb(241 245 249 / 0.65);
  }

  .md\:text-slate-100\/70{
    color: rgb(241 245 249 / 0.7);
  }

  .md\:text-slate-100\/75{
    color: rgb(241 245 249 / 0.75);
  }

  .md\:text-slate-100\/80{
    color: rgb(241 245 249 / 0.8);
  }

  .md\:text-slate-100\/85{
    color: rgb(241 245 249 / 0.85);
  }

  .md\:text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
  }

  .md\:text-slate-100\/95{
    color: rgb(241 245 249 / 0.95);
  }

  .md\:text-slate-200{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-200\/0{
    color: rgb(226 232 240 / 0);
  }

  .md\:text-slate-200\/10{
    color: rgb(226 232 240 / 0.1);
  }

  .md\:text-slate-200\/100{
    color: rgb(226 232 240 / 1);
  }

  .md\:text-slate-200\/15{
    color: rgb(226 232 240 / 0.15);
  }

  .md\:text-slate-200\/20{
    color: rgb(226 232 240 / 0.2);
  }

  .md\:text-slate-200\/25{
    color: rgb(226 232 240 / 0.25);
  }

  .md\:text-slate-200\/30{
    color: rgb(226 232 240 / 0.3);
  }

  .md\:text-slate-200\/35{
    color: rgb(226 232 240 / 0.35);
  }

  .md\:text-slate-200\/40{
    color: rgb(226 232 240 / 0.4);
  }

  .md\:text-slate-200\/45{
    color: rgb(226 232 240 / 0.45);
  }

  .md\:text-slate-200\/5{
    color: rgb(226 232 240 / 0.05);
  }

  .md\:text-slate-200\/50{
    color: rgb(226 232 240 / 0.5);
  }

  .md\:text-slate-200\/55{
    color: rgb(226 232 240 / 0.55);
  }

  .md\:text-slate-200\/60{
    color: rgb(226 232 240 / 0.6);
  }

  .md\:text-slate-200\/65{
    color: rgb(226 232 240 / 0.65);
  }

  .md\:text-slate-200\/70{
    color: rgb(226 232 240 / 0.7);
  }

  .md\:text-slate-200\/75{
    color: rgb(226 232 240 / 0.75);
  }

  .md\:text-slate-200\/80{
    color: rgb(226 232 240 / 0.8);
  }

  .md\:text-slate-200\/85{
    color: rgb(226 232 240 / 0.85);
  }

  .md\:text-slate-200\/90{
    color: rgb(226 232 240 / 0.9);
  }

  .md\:text-slate-200\/95{
    color: rgb(226 232 240 / 0.95);
  }

  .md\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-300\/0{
    color: rgb(203 213 225 / 0);
  }

  .md\:text-slate-300\/10{
    color: rgb(203 213 225 / 0.1);
  }

  .md\:text-slate-300\/100{
    color: rgb(203 213 225 / 1);
  }

  .md\:text-slate-300\/15{
    color: rgb(203 213 225 / 0.15);
  }

  .md\:text-slate-300\/20{
    color: rgb(203 213 225 / 0.2);
  }

  .md\:text-slate-300\/25{
    color: rgb(203 213 225 / 0.25);
  }

  .md\:text-slate-300\/30{
    color: rgb(203 213 225 / 0.3);
  }

  .md\:text-slate-300\/35{
    color: rgb(203 213 225 / 0.35);
  }

  .md\:text-slate-300\/40{
    color: rgb(203 213 225 / 0.4);
  }

  .md\:text-slate-300\/45{
    color: rgb(203 213 225 / 0.45);
  }

  .md\:text-slate-300\/5{
    color: rgb(203 213 225 / 0.05);
  }

  .md\:text-slate-300\/50{
    color: rgb(203 213 225 / 0.5);
  }

  .md\:text-slate-300\/55{
    color: rgb(203 213 225 / 0.55);
  }

  .md\:text-slate-300\/60{
    color: rgb(203 213 225 / 0.6);
  }

  .md\:text-slate-300\/65{
    color: rgb(203 213 225 / 0.65);
  }

  .md\:text-slate-300\/70{
    color: rgb(203 213 225 / 0.7);
  }

  .md\:text-slate-300\/75{
    color: rgb(203 213 225 / 0.75);
  }

  .md\:text-slate-300\/80{
    color: rgb(203 213 225 / 0.8);
  }

  .md\:text-slate-300\/85{
    color: rgb(203 213 225 / 0.85);
  }

  .md\:text-slate-300\/90{
    color: rgb(203 213 225 / 0.9);
  }

  .md\:text-slate-300\/95{
    color: rgb(203 213 225 / 0.95);
  }

  .md\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-400\/0{
    color: rgb(148 163 184 / 0);
  }

  .md\:text-slate-400\/10{
    color: rgb(148 163 184 / 0.1);
  }

  .md\:text-slate-400\/100{
    color: rgb(148 163 184 / 1);
  }

  .md\:text-slate-400\/15{
    color: rgb(148 163 184 / 0.15);
  }

  .md\:text-slate-400\/20{
    color: rgb(148 163 184 / 0.2);
  }

  .md\:text-slate-400\/25{
    color: rgb(148 163 184 / 0.25);
  }

  .md\:text-slate-400\/30{
    color: rgb(148 163 184 / 0.3);
  }

  .md\:text-slate-400\/35{
    color: rgb(148 163 184 / 0.35);
  }

  .md\:text-slate-400\/40{
    color: rgb(148 163 184 / 0.4);
  }

  .md\:text-slate-400\/45{
    color: rgb(148 163 184 / 0.45);
  }

  .md\:text-slate-400\/5{
    color: rgb(148 163 184 / 0.05);
  }

  .md\:text-slate-400\/50{
    color: rgb(148 163 184 / 0.5);
  }

  .md\:text-slate-400\/55{
    color: rgb(148 163 184 / 0.55);
  }

  .md\:text-slate-400\/60{
    color: rgb(148 163 184 / 0.6);
  }

  .md\:text-slate-400\/65{
    color: rgb(148 163 184 / 0.65);
  }

  .md\:text-slate-400\/70{
    color: rgb(148 163 184 / 0.7);
  }

  .md\:text-slate-400\/75{
    color: rgb(148 163 184 / 0.75);
  }

  .md\:text-slate-400\/80{
    color: rgb(148 163 184 / 0.8);
  }

  .md\:text-slate-400\/85{
    color: rgb(148 163 184 / 0.85);
  }

  .md\:text-slate-400\/90{
    color: rgb(148 163 184 / 0.9);
  }

  .md\:text-slate-400\/95{
    color: rgb(148 163 184 / 0.95);
  }

  .md\:text-slate-50{
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-50\/0{
    color: rgb(248 250 252 / 0);
  }

  .md\:text-slate-50\/10{
    color: rgb(248 250 252 / 0.1);
  }

  .md\:text-slate-50\/100{
    color: rgb(248 250 252 / 1);
  }

  .md\:text-slate-50\/15{
    color: rgb(248 250 252 / 0.15);
  }

  .md\:text-slate-50\/20{
    color: rgb(248 250 252 / 0.2);
  }

  .md\:text-slate-50\/25{
    color: rgb(248 250 252 / 0.25);
  }

  .md\:text-slate-50\/30{
    color: rgb(248 250 252 / 0.3);
  }

  .md\:text-slate-50\/35{
    color: rgb(248 250 252 / 0.35);
  }

  .md\:text-slate-50\/40{
    color: rgb(248 250 252 / 0.4);
  }

  .md\:text-slate-50\/45{
    color: rgb(248 250 252 / 0.45);
  }

  .md\:text-slate-50\/5{
    color: rgb(248 250 252 / 0.05);
  }

  .md\:text-slate-50\/50{
    color: rgb(248 250 252 / 0.5);
  }

  .md\:text-slate-50\/55{
    color: rgb(248 250 252 / 0.55);
  }

  .md\:text-slate-50\/60{
    color: rgb(248 250 252 / 0.6);
  }

  .md\:text-slate-50\/65{
    color: rgb(248 250 252 / 0.65);
  }

  .md\:text-slate-50\/70{
    color: rgb(248 250 252 / 0.7);
  }

  .md\:text-slate-50\/75{
    color: rgb(248 250 252 / 0.75);
  }

  .md\:text-slate-50\/80{
    color: rgb(248 250 252 / 0.8);
  }

  .md\:text-slate-50\/85{
    color: rgb(248 250 252 / 0.85);
  }

  .md\:text-slate-50\/90{
    color: rgb(248 250 252 / 0.9);
  }

  .md\:text-slate-50\/95{
    color: rgb(248 250 252 / 0.95);
  }

  .md\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-500\/0{
    color: rgb(100 116 139 / 0);
  }

  .md\:text-slate-500\/10{
    color: rgb(100 116 139 / 0.1);
  }

  .md\:text-slate-500\/100{
    color: rgb(100 116 139 / 1);
  }

  .md\:text-slate-500\/15{
    color: rgb(100 116 139 / 0.15);
  }

  .md\:text-slate-500\/20{
    color: rgb(100 116 139 / 0.2);
  }

  .md\:text-slate-500\/25{
    color: rgb(100 116 139 / 0.25);
  }

  .md\:text-slate-500\/30{
    color: rgb(100 116 139 / 0.3);
  }

  .md\:text-slate-500\/35{
    color: rgb(100 116 139 / 0.35);
  }

  .md\:text-slate-500\/40{
    color: rgb(100 116 139 / 0.4);
  }

  .md\:text-slate-500\/45{
    color: rgb(100 116 139 / 0.45);
  }

  .md\:text-slate-500\/5{
    color: rgb(100 116 139 / 0.05);
  }

  .md\:text-slate-500\/50{
    color: rgb(100 116 139 / 0.5);
  }

  .md\:text-slate-500\/55{
    color: rgb(100 116 139 / 0.55);
  }

  .md\:text-slate-500\/60{
    color: rgb(100 116 139 / 0.6);
  }

  .md\:text-slate-500\/65{
    color: rgb(100 116 139 / 0.65);
  }

  .md\:text-slate-500\/70{
    color: rgb(100 116 139 / 0.7);
  }

  .md\:text-slate-500\/75{
    color: rgb(100 116 139 / 0.75);
  }

  .md\:text-slate-500\/80{
    color: rgb(100 116 139 / 0.8);
  }

  .md\:text-slate-500\/85{
    color: rgb(100 116 139 / 0.85);
  }

  .md\:text-slate-500\/90{
    color: rgb(100 116 139 / 0.9);
  }

  .md\:text-slate-500\/95{
    color: rgb(100 116 139 / 0.95);
  }

  .md\:text-slate-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-600\/0{
    color: rgb(71 85 105 / 0);
  }

  .md\:text-slate-600\/10{
    color: rgb(71 85 105 / 0.1);
  }

  .md\:text-slate-600\/100{
    color: rgb(71 85 105 / 1);
  }

  .md\:text-slate-600\/15{
    color: rgb(71 85 105 / 0.15);
  }

  .md\:text-slate-600\/20{
    color: rgb(71 85 105 / 0.2);
  }

  .md\:text-slate-600\/25{
    color: rgb(71 85 105 / 0.25);
  }

  .md\:text-slate-600\/30{
    color: rgb(71 85 105 / 0.3);
  }

  .md\:text-slate-600\/35{
    color: rgb(71 85 105 / 0.35);
  }

  .md\:text-slate-600\/40{
    color: rgb(71 85 105 / 0.4);
  }

  .md\:text-slate-600\/45{
    color: rgb(71 85 105 / 0.45);
  }

  .md\:text-slate-600\/5{
    color: rgb(71 85 105 / 0.05);
  }

  .md\:text-slate-600\/50{
    color: rgb(71 85 105 / 0.5);
  }

  .md\:text-slate-600\/55{
    color: rgb(71 85 105 / 0.55);
  }

  .md\:text-slate-600\/60{
    color: rgb(71 85 105 / 0.6);
  }

  .md\:text-slate-600\/65{
    color: rgb(71 85 105 / 0.65);
  }

  .md\:text-slate-600\/70{
    color: rgb(71 85 105 / 0.7);
  }

  .md\:text-slate-600\/75{
    color: rgb(71 85 105 / 0.75);
  }

  .md\:text-slate-600\/80{
    color: rgb(71 85 105 / 0.8);
  }

  .md\:text-slate-600\/85{
    color: rgb(71 85 105 / 0.85);
  }

  .md\:text-slate-600\/90{
    color: rgb(71 85 105 / 0.9);
  }

  .md\:text-slate-600\/95{
    color: rgb(71 85 105 / 0.95);
  }

  .md\:text-slate-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-700\/0{
    color: rgb(51 65 85 / 0);
  }

  .md\:text-slate-700\/10{
    color: rgb(51 65 85 / 0.1);
  }

  .md\:text-slate-700\/100{
    color: rgb(51 65 85 / 1);
  }

  .md\:text-slate-700\/15{
    color: rgb(51 65 85 / 0.15);
  }

  .md\:text-slate-700\/20{
    color: rgb(51 65 85 / 0.2);
  }

  .md\:text-slate-700\/25{
    color: rgb(51 65 85 / 0.25);
  }

  .md\:text-slate-700\/30{
    color: rgb(51 65 85 / 0.3);
  }

  .md\:text-slate-700\/35{
    color: rgb(51 65 85 / 0.35);
  }

  .md\:text-slate-700\/40{
    color: rgb(51 65 85 / 0.4);
  }

  .md\:text-slate-700\/45{
    color: rgb(51 65 85 / 0.45);
  }

  .md\:text-slate-700\/5{
    color: rgb(51 65 85 / 0.05);
  }

  .md\:text-slate-700\/50{
    color: rgb(51 65 85 / 0.5);
  }

  .md\:text-slate-700\/55{
    color: rgb(51 65 85 / 0.55);
  }

  .md\:text-slate-700\/60{
    color: rgb(51 65 85 / 0.6);
  }

  .md\:text-slate-700\/65{
    color: rgb(51 65 85 / 0.65);
  }

  .md\:text-slate-700\/70{
    color: rgb(51 65 85 / 0.7);
  }

  .md\:text-slate-700\/75{
    color: rgb(51 65 85 / 0.75);
  }

  .md\:text-slate-700\/80{
    color: rgb(51 65 85 / 0.8);
  }

  .md\:text-slate-700\/85{
    color: rgb(51 65 85 / 0.85);
  }

  .md\:text-slate-700\/90{
    color: rgb(51 65 85 / 0.9);
  }

  .md\:text-slate-700\/95{
    color: rgb(51 65 85 / 0.95);
  }

  .md\:text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-800\/0{
    color: rgb(30 41 59 / 0);
  }

  .md\:text-slate-800\/10{
    color: rgb(30 41 59 / 0.1);
  }

  .md\:text-slate-800\/100{
    color: rgb(30 41 59 / 1);
  }

  .md\:text-slate-800\/15{
    color: rgb(30 41 59 / 0.15);
  }

  .md\:text-slate-800\/20{
    color: rgb(30 41 59 / 0.2);
  }

  .md\:text-slate-800\/25{
    color: rgb(30 41 59 / 0.25);
  }

  .md\:text-slate-800\/30{
    color: rgb(30 41 59 / 0.3);
  }

  .md\:text-slate-800\/35{
    color: rgb(30 41 59 / 0.35);
  }

  .md\:text-slate-800\/40{
    color: rgb(30 41 59 / 0.4);
  }

  .md\:text-slate-800\/45{
    color: rgb(30 41 59 / 0.45);
  }

  .md\:text-slate-800\/5{
    color: rgb(30 41 59 / 0.05);
  }

  .md\:text-slate-800\/50{
    color: rgb(30 41 59 / 0.5);
  }

  .md\:text-slate-800\/55{
    color: rgb(30 41 59 / 0.55);
  }

  .md\:text-slate-800\/60{
    color: rgb(30 41 59 / 0.6);
  }

  .md\:text-slate-800\/65{
    color: rgb(30 41 59 / 0.65);
  }

  .md\:text-slate-800\/70{
    color: rgb(30 41 59 / 0.7);
  }

  .md\:text-slate-800\/75{
    color: rgb(30 41 59 / 0.75);
  }

  .md\:text-slate-800\/80{
    color: rgb(30 41 59 / 0.8);
  }

  .md\:text-slate-800\/85{
    color: rgb(30 41 59 / 0.85);
  }

  .md\:text-slate-800\/90{
    color: rgb(30 41 59 / 0.9);
  }

  .md\:text-slate-800\/95{
    color: rgb(30 41 59 / 0.95);
  }

  .md\:text-slate-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-900\/0{
    color: rgb(15 23 42 / 0);
  }

  .md\:text-slate-900\/10{
    color: rgb(15 23 42 / 0.1);
  }

  .md\:text-slate-900\/100{
    color: rgb(15 23 42 / 1);
  }

  .md\:text-slate-900\/15{
    color: rgb(15 23 42 / 0.15);
  }

  .md\:text-slate-900\/20{
    color: rgb(15 23 42 / 0.2);
  }

  .md\:text-slate-900\/25{
    color: rgb(15 23 42 / 0.25);
  }

  .md\:text-slate-900\/30{
    color: rgb(15 23 42 / 0.3);
  }

  .md\:text-slate-900\/35{
    color: rgb(15 23 42 / 0.35);
  }

  .md\:text-slate-900\/40{
    color: rgb(15 23 42 / 0.4);
  }

  .md\:text-slate-900\/45{
    color: rgb(15 23 42 / 0.45);
  }

  .md\:text-slate-900\/5{
    color: rgb(15 23 42 / 0.05);
  }

  .md\:text-slate-900\/50{
    color: rgb(15 23 42 / 0.5);
  }

  .md\:text-slate-900\/55{
    color: rgb(15 23 42 / 0.55);
  }

  .md\:text-slate-900\/60{
    color: rgb(15 23 42 / 0.6);
  }

  .md\:text-slate-900\/65{
    color: rgb(15 23 42 / 0.65);
  }

  .md\:text-slate-900\/70{
    color: rgb(15 23 42 / 0.7);
  }

  .md\:text-slate-900\/75{
    color: rgb(15 23 42 / 0.75);
  }

  .md\:text-slate-900\/80{
    color: rgb(15 23 42 / 0.8);
  }

  .md\:text-slate-900\/85{
    color: rgb(15 23 42 / 0.85);
  }

  .md\:text-slate-900\/90{
    color: rgb(15 23 42 / 0.9);
  }

  .md\:text-slate-900\/95{
    color: rgb(15 23 42 / 0.95);
  }

  .md\:text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
  }

  .md\:text-slate-950\/0{
    color: rgb(2 6 23 / 0);
  }

  .md\:text-slate-950\/10{
    color: rgb(2 6 23 / 0.1);
  }

  .md\:text-slate-950\/100{
    color: rgb(2 6 23 / 1);
  }

  .md\:text-slate-950\/15{
    color: rgb(2 6 23 / 0.15);
  }

  .md\:text-slate-950\/20{
    color: rgb(2 6 23 / 0.2);
  }

  .md\:text-slate-950\/25{
    color: rgb(2 6 23 / 0.25);
  }

  .md\:text-slate-950\/30{
    color: rgb(2 6 23 / 0.3);
  }

  .md\:text-slate-950\/35{
    color: rgb(2 6 23 / 0.35);
  }

  .md\:text-slate-950\/40{
    color: rgb(2 6 23 / 0.4);
  }

  .md\:text-slate-950\/45{
    color: rgb(2 6 23 / 0.45);
  }

  .md\:text-slate-950\/5{
    color: rgb(2 6 23 / 0.05);
  }

  .md\:text-slate-950\/50{
    color: rgb(2 6 23 / 0.5);
  }

  .md\:text-slate-950\/55{
    color: rgb(2 6 23 / 0.55);
  }

  .md\:text-slate-950\/60{
    color: rgb(2 6 23 / 0.6);
  }

  .md\:text-slate-950\/65{
    color: rgb(2 6 23 / 0.65);
  }

  .md\:text-slate-950\/70{
    color: rgb(2 6 23 / 0.7);
  }

  .md\:text-slate-950\/75{
    color: rgb(2 6 23 / 0.75);
  }

  .md\:text-slate-950\/80{
    color: rgb(2 6 23 / 0.8);
  }

  .md\:text-slate-950\/85{
    color: rgb(2 6 23 / 0.85);
  }

  .md\:text-slate-950\/90{
    color: rgb(2 6 23 / 0.9);
  }

  .md\:text-slate-950\/95{
    color: rgb(2 6 23 / 0.95);
  }

  .md\:text-stone-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-100\/0{
    color: rgb(245 245 244 / 0);
  }

  .md\:text-stone-100\/10{
    color: rgb(245 245 244 / 0.1);
  }

  .md\:text-stone-100\/100{
    color: rgb(245 245 244 / 1);
  }

  .md\:text-stone-100\/15{
    color: rgb(245 245 244 / 0.15);
  }

  .md\:text-stone-100\/20{
    color: rgb(245 245 244 / 0.2);
  }

  .md\:text-stone-100\/25{
    color: rgb(245 245 244 / 0.25);
  }

  .md\:text-stone-100\/30{
    color: rgb(245 245 244 / 0.3);
  }

  .md\:text-stone-100\/35{
    color: rgb(245 245 244 / 0.35);
  }

  .md\:text-stone-100\/40{
    color: rgb(245 245 244 / 0.4);
  }

  .md\:text-stone-100\/45{
    color: rgb(245 245 244 / 0.45);
  }

  .md\:text-stone-100\/5{
    color: rgb(245 245 244 / 0.05);
  }

  .md\:text-stone-100\/50{
    color: rgb(245 245 244 / 0.5);
  }

  .md\:text-stone-100\/55{
    color: rgb(245 245 244 / 0.55);
  }

  .md\:text-stone-100\/60{
    color: rgb(245 245 244 / 0.6);
  }

  .md\:text-stone-100\/65{
    color: rgb(245 245 244 / 0.65);
  }

  .md\:text-stone-100\/70{
    color: rgb(245 245 244 / 0.7);
  }

  .md\:text-stone-100\/75{
    color: rgb(245 245 244 / 0.75);
  }

  .md\:text-stone-100\/80{
    color: rgb(245 245 244 / 0.8);
  }

  .md\:text-stone-100\/85{
    color: rgb(245 245 244 / 0.85);
  }

  .md\:text-stone-100\/90{
    color: rgb(245 245 244 / 0.9);
  }

  .md\:text-stone-100\/95{
    color: rgb(245 245 244 / 0.95);
  }

  .md\:text-stone-200{
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-200\/0{
    color: rgb(231 229 228 / 0);
  }

  .md\:text-stone-200\/10{
    color: rgb(231 229 228 / 0.1);
  }

  .md\:text-stone-200\/100{
    color: rgb(231 229 228 / 1);
  }

  .md\:text-stone-200\/15{
    color: rgb(231 229 228 / 0.15);
  }

  .md\:text-stone-200\/20{
    color: rgb(231 229 228 / 0.2);
  }

  .md\:text-stone-200\/25{
    color: rgb(231 229 228 / 0.25);
  }

  .md\:text-stone-200\/30{
    color: rgb(231 229 228 / 0.3);
  }

  .md\:text-stone-200\/35{
    color: rgb(231 229 228 / 0.35);
  }

  .md\:text-stone-200\/40{
    color: rgb(231 229 228 / 0.4);
  }

  .md\:text-stone-200\/45{
    color: rgb(231 229 228 / 0.45);
  }

  .md\:text-stone-200\/5{
    color: rgb(231 229 228 / 0.05);
  }

  .md\:text-stone-200\/50{
    color: rgb(231 229 228 / 0.5);
  }

  .md\:text-stone-200\/55{
    color: rgb(231 229 228 / 0.55);
  }

  .md\:text-stone-200\/60{
    color: rgb(231 229 228 / 0.6);
  }

  .md\:text-stone-200\/65{
    color: rgb(231 229 228 / 0.65);
  }

  .md\:text-stone-200\/70{
    color: rgb(231 229 228 / 0.7);
  }

  .md\:text-stone-200\/75{
    color: rgb(231 229 228 / 0.75);
  }

  .md\:text-stone-200\/80{
    color: rgb(231 229 228 / 0.8);
  }

  .md\:text-stone-200\/85{
    color: rgb(231 229 228 / 0.85);
  }

  .md\:text-stone-200\/90{
    color: rgb(231 229 228 / 0.9);
  }

  .md\:text-stone-200\/95{
    color: rgb(231 229 228 / 0.95);
  }

  .md\:text-stone-300{
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-300\/0{
    color: rgb(214 211 209 / 0);
  }

  .md\:text-stone-300\/10{
    color: rgb(214 211 209 / 0.1);
  }

  .md\:text-stone-300\/100{
    color: rgb(214 211 209 / 1);
  }

  .md\:text-stone-300\/15{
    color: rgb(214 211 209 / 0.15);
  }

  .md\:text-stone-300\/20{
    color: rgb(214 211 209 / 0.2);
  }

  .md\:text-stone-300\/25{
    color: rgb(214 211 209 / 0.25);
  }

  .md\:text-stone-300\/30{
    color: rgb(214 211 209 / 0.3);
  }

  .md\:text-stone-300\/35{
    color: rgb(214 211 209 / 0.35);
  }

  .md\:text-stone-300\/40{
    color: rgb(214 211 209 / 0.4);
  }

  .md\:text-stone-300\/45{
    color: rgb(214 211 209 / 0.45);
  }

  .md\:text-stone-300\/5{
    color: rgb(214 211 209 / 0.05);
  }

  .md\:text-stone-300\/50{
    color: rgb(214 211 209 / 0.5);
  }

  .md\:text-stone-300\/55{
    color: rgb(214 211 209 / 0.55);
  }

  .md\:text-stone-300\/60{
    color: rgb(214 211 209 / 0.6);
  }

  .md\:text-stone-300\/65{
    color: rgb(214 211 209 / 0.65);
  }

  .md\:text-stone-300\/70{
    color: rgb(214 211 209 / 0.7);
  }

  .md\:text-stone-300\/75{
    color: rgb(214 211 209 / 0.75);
  }

  .md\:text-stone-300\/80{
    color: rgb(214 211 209 / 0.8);
  }

  .md\:text-stone-300\/85{
    color: rgb(214 211 209 / 0.85);
  }

  .md\:text-stone-300\/90{
    color: rgb(214 211 209 / 0.9);
  }

  .md\:text-stone-300\/95{
    color: rgb(214 211 209 / 0.95);
  }

  .md\:text-stone-400{
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-400\/0{
    color: rgb(168 162 158 / 0);
  }

  .md\:text-stone-400\/10{
    color: rgb(168 162 158 / 0.1);
  }

  .md\:text-stone-400\/100{
    color: rgb(168 162 158 / 1);
  }

  .md\:text-stone-400\/15{
    color: rgb(168 162 158 / 0.15);
  }

  .md\:text-stone-400\/20{
    color: rgb(168 162 158 / 0.2);
  }

  .md\:text-stone-400\/25{
    color: rgb(168 162 158 / 0.25);
  }

  .md\:text-stone-400\/30{
    color: rgb(168 162 158 / 0.3);
  }

  .md\:text-stone-400\/35{
    color: rgb(168 162 158 / 0.35);
  }

  .md\:text-stone-400\/40{
    color: rgb(168 162 158 / 0.4);
  }

  .md\:text-stone-400\/45{
    color: rgb(168 162 158 / 0.45);
  }

  .md\:text-stone-400\/5{
    color: rgb(168 162 158 / 0.05);
  }

  .md\:text-stone-400\/50{
    color: rgb(168 162 158 / 0.5);
  }

  .md\:text-stone-400\/55{
    color: rgb(168 162 158 / 0.55);
  }

  .md\:text-stone-400\/60{
    color: rgb(168 162 158 / 0.6);
  }

  .md\:text-stone-400\/65{
    color: rgb(168 162 158 / 0.65);
  }

  .md\:text-stone-400\/70{
    color: rgb(168 162 158 / 0.7);
  }

  .md\:text-stone-400\/75{
    color: rgb(168 162 158 / 0.75);
  }

  .md\:text-stone-400\/80{
    color: rgb(168 162 158 / 0.8);
  }

  .md\:text-stone-400\/85{
    color: rgb(168 162 158 / 0.85);
  }

  .md\:text-stone-400\/90{
    color: rgb(168 162 158 / 0.9);
  }

  .md\:text-stone-400\/95{
    color: rgb(168 162 158 / 0.95);
  }

  .md\:text-stone-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-50\/0{
    color: rgb(250 250 249 / 0);
  }

  .md\:text-stone-50\/10{
    color: rgb(250 250 249 / 0.1);
  }

  .md\:text-stone-50\/100{
    color: rgb(250 250 249 / 1);
  }

  .md\:text-stone-50\/15{
    color: rgb(250 250 249 / 0.15);
  }

  .md\:text-stone-50\/20{
    color: rgb(250 250 249 / 0.2);
  }

  .md\:text-stone-50\/25{
    color: rgb(250 250 249 / 0.25);
  }

  .md\:text-stone-50\/30{
    color: rgb(250 250 249 / 0.3);
  }

  .md\:text-stone-50\/35{
    color: rgb(250 250 249 / 0.35);
  }

  .md\:text-stone-50\/40{
    color: rgb(250 250 249 / 0.4);
  }

  .md\:text-stone-50\/45{
    color: rgb(250 250 249 / 0.45);
  }

  .md\:text-stone-50\/5{
    color: rgb(250 250 249 / 0.05);
  }

  .md\:text-stone-50\/50{
    color: rgb(250 250 249 / 0.5);
  }

  .md\:text-stone-50\/55{
    color: rgb(250 250 249 / 0.55);
  }

  .md\:text-stone-50\/60{
    color: rgb(250 250 249 / 0.6);
  }

  .md\:text-stone-50\/65{
    color: rgb(250 250 249 / 0.65);
  }

  .md\:text-stone-50\/70{
    color: rgb(250 250 249 / 0.7);
  }

  .md\:text-stone-50\/75{
    color: rgb(250 250 249 / 0.75);
  }

  .md\:text-stone-50\/80{
    color: rgb(250 250 249 / 0.8);
  }

  .md\:text-stone-50\/85{
    color: rgb(250 250 249 / 0.85);
  }

  .md\:text-stone-50\/90{
    color: rgb(250 250 249 / 0.9);
  }

  .md\:text-stone-50\/95{
    color: rgb(250 250 249 / 0.95);
  }

  .md\:text-stone-500{
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-500\/0{
    color: rgb(120 113 108 / 0);
  }

  .md\:text-stone-500\/10{
    color: rgb(120 113 108 / 0.1);
  }

  .md\:text-stone-500\/100{
    color: rgb(120 113 108 / 1);
  }

  .md\:text-stone-500\/15{
    color: rgb(120 113 108 / 0.15);
  }

  .md\:text-stone-500\/20{
    color: rgb(120 113 108 / 0.2);
  }

  .md\:text-stone-500\/25{
    color: rgb(120 113 108 / 0.25);
  }

  .md\:text-stone-500\/30{
    color: rgb(120 113 108 / 0.3);
  }

  .md\:text-stone-500\/35{
    color: rgb(120 113 108 / 0.35);
  }

  .md\:text-stone-500\/40{
    color: rgb(120 113 108 / 0.4);
  }

  .md\:text-stone-500\/45{
    color: rgb(120 113 108 / 0.45);
  }

  .md\:text-stone-500\/5{
    color: rgb(120 113 108 / 0.05);
  }

  .md\:text-stone-500\/50{
    color: rgb(120 113 108 / 0.5);
  }

  .md\:text-stone-500\/55{
    color: rgb(120 113 108 / 0.55);
  }

  .md\:text-stone-500\/60{
    color: rgb(120 113 108 / 0.6);
  }

  .md\:text-stone-500\/65{
    color: rgb(120 113 108 / 0.65);
  }

  .md\:text-stone-500\/70{
    color: rgb(120 113 108 / 0.7);
  }

  .md\:text-stone-500\/75{
    color: rgb(120 113 108 / 0.75);
  }

  .md\:text-stone-500\/80{
    color: rgb(120 113 108 / 0.8);
  }

  .md\:text-stone-500\/85{
    color: rgb(120 113 108 / 0.85);
  }

  .md\:text-stone-500\/90{
    color: rgb(120 113 108 / 0.9);
  }

  .md\:text-stone-500\/95{
    color: rgb(120 113 108 / 0.95);
  }

  .md\:text-stone-600{
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-600\/0{
    color: rgb(87 83 78 / 0);
  }

  .md\:text-stone-600\/10{
    color: rgb(87 83 78 / 0.1);
  }

  .md\:text-stone-600\/100{
    color: rgb(87 83 78 / 1);
  }

  .md\:text-stone-600\/15{
    color: rgb(87 83 78 / 0.15);
  }

  .md\:text-stone-600\/20{
    color: rgb(87 83 78 / 0.2);
  }

  .md\:text-stone-600\/25{
    color: rgb(87 83 78 / 0.25);
  }

  .md\:text-stone-600\/30{
    color: rgb(87 83 78 / 0.3);
  }

  .md\:text-stone-600\/35{
    color: rgb(87 83 78 / 0.35);
  }

  .md\:text-stone-600\/40{
    color: rgb(87 83 78 / 0.4);
  }

  .md\:text-stone-600\/45{
    color: rgb(87 83 78 / 0.45);
  }

  .md\:text-stone-600\/5{
    color: rgb(87 83 78 / 0.05);
  }

  .md\:text-stone-600\/50{
    color: rgb(87 83 78 / 0.5);
  }

  .md\:text-stone-600\/55{
    color: rgb(87 83 78 / 0.55);
  }

  .md\:text-stone-600\/60{
    color: rgb(87 83 78 / 0.6);
  }

  .md\:text-stone-600\/65{
    color: rgb(87 83 78 / 0.65);
  }

  .md\:text-stone-600\/70{
    color: rgb(87 83 78 / 0.7);
  }

  .md\:text-stone-600\/75{
    color: rgb(87 83 78 / 0.75);
  }

  .md\:text-stone-600\/80{
    color: rgb(87 83 78 / 0.8);
  }

  .md\:text-stone-600\/85{
    color: rgb(87 83 78 / 0.85);
  }

  .md\:text-stone-600\/90{
    color: rgb(87 83 78 / 0.9);
  }

  .md\:text-stone-600\/95{
    color: rgb(87 83 78 / 0.95);
  }

  .md\:text-stone-700{
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-700\/0{
    color: rgb(68 64 60 / 0);
  }

  .md\:text-stone-700\/10{
    color: rgb(68 64 60 / 0.1);
  }

  .md\:text-stone-700\/100{
    color: rgb(68 64 60 / 1);
  }

  .md\:text-stone-700\/15{
    color: rgb(68 64 60 / 0.15);
  }

  .md\:text-stone-700\/20{
    color: rgb(68 64 60 / 0.2);
  }

  .md\:text-stone-700\/25{
    color: rgb(68 64 60 / 0.25);
  }

  .md\:text-stone-700\/30{
    color: rgb(68 64 60 / 0.3);
  }

  .md\:text-stone-700\/35{
    color: rgb(68 64 60 / 0.35);
  }

  .md\:text-stone-700\/40{
    color: rgb(68 64 60 / 0.4);
  }

  .md\:text-stone-700\/45{
    color: rgb(68 64 60 / 0.45);
  }

  .md\:text-stone-700\/5{
    color: rgb(68 64 60 / 0.05);
  }

  .md\:text-stone-700\/50{
    color: rgb(68 64 60 / 0.5);
  }

  .md\:text-stone-700\/55{
    color: rgb(68 64 60 / 0.55);
  }

  .md\:text-stone-700\/60{
    color: rgb(68 64 60 / 0.6);
  }

  .md\:text-stone-700\/65{
    color: rgb(68 64 60 / 0.65);
  }

  .md\:text-stone-700\/70{
    color: rgb(68 64 60 / 0.7);
  }

  .md\:text-stone-700\/75{
    color: rgb(68 64 60 / 0.75);
  }

  .md\:text-stone-700\/80{
    color: rgb(68 64 60 / 0.8);
  }

  .md\:text-stone-700\/85{
    color: rgb(68 64 60 / 0.85);
  }

  .md\:text-stone-700\/90{
    color: rgb(68 64 60 / 0.9);
  }

  .md\:text-stone-700\/95{
    color: rgb(68 64 60 / 0.95);
  }

  .md\:text-stone-800{
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-800\/0{
    color: rgb(41 37 36 / 0);
  }

  .md\:text-stone-800\/10{
    color: rgb(41 37 36 / 0.1);
  }

  .md\:text-stone-800\/100{
    color: rgb(41 37 36 / 1);
  }

  .md\:text-stone-800\/15{
    color: rgb(41 37 36 / 0.15);
  }

  .md\:text-stone-800\/20{
    color: rgb(41 37 36 / 0.2);
  }

  .md\:text-stone-800\/25{
    color: rgb(41 37 36 / 0.25);
  }

  .md\:text-stone-800\/30{
    color: rgb(41 37 36 / 0.3);
  }

  .md\:text-stone-800\/35{
    color: rgb(41 37 36 / 0.35);
  }

  .md\:text-stone-800\/40{
    color: rgb(41 37 36 / 0.4);
  }

  .md\:text-stone-800\/45{
    color: rgb(41 37 36 / 0.45);
  }

  .md\:text-stone-800\/5{
    color: rgb(41 37 36 / 0.05);
  }

  .md\:text-stone-800\/50{
    color: rgb(41 37 36 / 0.5);
  }

  .md\:text-stone-800\/55{
    color: rgb(41 37 36 / 0.55);
  }

  .md\:text-stone-800\/60{
    color: rgb(41 37 36 / 0.6);
  }

  .md\:text-stone-800\/65{
    color: rgb(41 37 36 / 0.65);
  }

  .md\:text-stone-800\/70{
    color: rgb(41 37 36 / 0.7);
  }

  .md\:text-stone-800\/75{
    color: rgb(41 37 36 / 0.75);
  }

  .md\:text-stone-800\/80{
    color: rgb(41 37 36 / 0.8);
  }

  .md\:text-stone-800\/85{
    color: rgb(41 37 36 / 0.85);
  }

  .md\:text-stone-800\/90{
    color: rgb(41 37 36 / 0.9);
  }

  .md\:text-stone-800\/95{
    color: rgb(41 37 36 / 0.95);
  }

  .md\:text-stone-900{
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-900\/0{
    color: rgb(28 25 23 / 0);
  }

  .md\:text-stone-900\/10{
    color: rgb(28 25 23 / 0.1);
  }

  .md\:text-stone-900\/100{
    color: rgb(28 25 23 / 1);
  }

  .md\:text-stone-900\/15{
    color: rgb(28 25 23 / 0.15);
  }

  .md\:text-stone-900\/20{
    color: rgb(28 25 23 / 0.2);
  }

  .md\:text-stone-900\/25{
    color: rgb(28 25 23 / 0.25);
  }

  .md\:text-stone-900\/30{
    color: rgb(28 25 23 / 0.3);
  }

  .md\:text-stone-900\/35{
    color: rgb(28 25 23 / 0.35);
  }

  .md\:text-stone-900\/40{
    color: rgb(28 25 23 / 0.4);
  }

  .md\:text-stone-900\/45{
    color: rgb(28 25 23 / 0.45);
  }

  .md\:text-stone-900\/5{
    color: rgb(28 25 23 / 0.05);
  }

  .md\:text-stone-900\/50{
    color: rgb(28 25 23 / 0.5);
  }

  .md\:text-stone-900\/55{
    color: rgb(28 25 23 / 0.55);
  }

  .md\:text-stone-900\/60{
    color: rgb(28 25 23 / 0.6);
  }

  .md\:text-stone-900\/65{
    color: rgb(28 25 23 / 0.65);
  }

  .md\:text-stone-900\/70{
    color: rgb(28 25 23 / 0.7);
  }

  .md\:text-stone-900\/75{
    color: rgb(28 25 23 / 0.75);
  }

  .md\:text-stone-900\/80{
    color: rgb(28 25 23 / 0.8);
  }

  .md\:text-stone-900\/85{
    color: rgb(28 25 23 / 0.85);
  }

  .md\:text-stone-900\/90{
    color: rgb(28 25 23 / 0.9);
  }

  .md\:text-stone-900\/95{
    color: rgb(28 25 23 / 0.95);
  }

  .md\:text-stone-950{
    --tw-text-opacity: 1;
    color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  }

  .md\:text-stone-950\/0{
    color: rgb(12 10 9 / 0);
  }

  .md\:text-stone-950\/10{
    color: rgb(12 10 9 / 0.1);
  }

  .md\:text-stone-950\/100{
    color: rgb(12 10 9 / 1);
  }

  .md\:text-stone-950\/15{
    color: rgb(12 10 9 / 0.15);
  }

  .md\:text-stone-950\/20{
    color: rgb(12 10 9 / 0.2);
  }

  .md\:text-stone-950\/25{
    color: rgb(12 10 9 / 0.25);
  }

  .md\:text-stone-950\/30{
    color: rgb(12 10 9 / 0.3);
  }

  .md\:text-stone-950\/35{
    color: rgb(12 10 9 / 0.35);
  }

  .md\:text-stone-950\/40{
    color: rgb(12 10 9 / 0.4);
  }

  .md\:text-stone-950\/45{
    color: rgb(12 10 9 / 0.45);
  }

  .md\:text-stone-950\/5{
    color: rgb(12 10 9 / 0.05);
  }

  .md\:text-stone-950\/50{
    color: rgb(12 10 9 / 0.5);
  }

  .md\:text-stone-950\/55{
    color: rgb(12 10 9 / 0.55);
  }

  .md\:text-stone-950\/60{
    color: rgb(12 10 9 / 0.6);
  }

  .md\:text-stone-950\/65{
    color: rgb(12 10 9 / 0.65);
  }

  .md\:text-stone-950\/70{
    color: rgb(12 10 9 / 0.7);
  }

  .md\:text-stone-950\/75{
    color: rgb(12 10 9 / 0.75);
  }

  .md\:text-stone-950\/80{
    color: rgb(12 10 9 / 0.8);
  }

  .md\:text-stone-950\/85{
    color: rgb(12 10 9 / 0.85);
  }

  .md\:text-stone-950\/90{
    color: rgb(12 10 9 / 0.9);
  }

  .md\:text-stone-950\/95{
    color: rgb(12 10 9 / 0.95);
  }

  .md\:text-teal-100{
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-100\/0{
    color: rgb(204 251 241 / 0);
  }

  .md\:text-teal-100\/10{
    color: rgb(204 251 241 / 0.1);
  }

  .md\:text-teal-100\/100{
    color: rgb(204 251 241 / 1);
  }

  .md\:text-teal-100\/15{
    color: rgb(204 251 241 / 0.15);
  }

  .md\:text-teal-100\/20{
    color: rgb(204 251 241 / 0.2);
  }

  .md\:text-teal-100\/25{
    color: rgb(204 251 241 / 0.25);
  }

  .md\:text-teal-100\/30{
    color: rgb(204 251 241 / 0.3);
  }

  .md\:text-teal-100\/35{
    color: rgb(204 251 241 / 0.35);
  }

  .md\:text-teal-100\/40{
    color: rgb(204 251 241 / 0.4);
  }

  .md\:text-teal-100\/45{
    color: rgb(204 251 241 / 0.45);
  }

  .md\:text-teal-100\/5{
    color: rgb(204 251 241 / 0.05);
  }

  .md\:text-teal-100\/50{
    color: rgb(204 251 241 / 0.5);
  }

  .md\:text-teal-100\/55{
    color: rgb(204 251 241 / 0.55);
  }

  .md\:text-teal-100\/60{
    color: rgb(204 251 241 / 0.6);
  }

  .md\:text-teal-100\/65{
    color: rgb(204 251 241 / 0.65);
  }

  .md\:text-teal-100\/70{
    color: rgb(204 251 241 / 0.7);
  }

  .md\:text-teal-100\/75{
    color: rgb(204 251 241 / 0.75);
  }

  .md\:text-teal-100\/80{
    color: rgb(204 251 241 / 0.8);
  }

  .md\:text-teal-100\/85{
    color: rgb(204 251 241 / 0.85);
  }

  .md\:text-teal-100\/90{
    color: rgb(204 251 241 / 0.9);
  }

  .md\:text-teal-100\/95{
    color: rgb(204 251 241 / 0.95);
  }

  .md\:text-teal-200{
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-200\/0{
    color: rgb(153 246 228 / 0);
  }

  .md\:text-teal-200\/10{
    color: rgb(153 246 228 / 0.1);
  }

  .md\:text-teal-200\/100{
    color: rgb(153 246 228 / 1);
  }

  .md\:text-teal-200\/15{
    color: rgb(153 246 228 / 0.15);
  }

  .md\:text-teal-200\/20{
    color: rgb(153 246 228 / 0.2);
  }

  .md\:text-teal-200\/25{
    color: rgb(153 246 228 / 0.25);
  }

  .md\:text-teal-200\/30{
    color: rgb(153 246 228 / 0.3);
  }

  .md\:text-teal-200\/35{
    color: rgb(153 246 228 / 0.35);
  }

  .md\:text-teal-200\/40{
    color: rgb(153 246 228 / 0.4);
  }

  .md\:text-teal-200\/45{
    color: rgb(153 246 228 / 0.45);
  }

  .md\:text-teal-200\/5{
    color: rgb(153 246 228 / 0.05);
  }

  .md\:text-teal-200\/50{
    color: rgb(153 246 228 / 0.5);
  }

  .md\:text-teal-200\/55{
    color: rgb(153 246 228 / 0.55);
  }

  .md\:text-teal-200\/60{
    color: rgb(153 246 228 / 0.6);
  }

  .md\:text-teal-200\/65{
    color: rgb(153 246 228 / 0.65);
  }

  .md\:text-teal-200\/70{
    color: rgb(153 246 228 / 0.7);
  }

  .md\:text-teal-200\/75{
    color: rgb(153 246 228 / 0.75);
  }

  .md\:text-teal-200\/80{
    color: rgb(153 246 228 / 0.8);
  }

  .md\:text-teal-200\/85{
    color: rgb(153 246 228 / 0.85);
  }

  .md\:text-teal-200\/90{
    color: rgb(153 246 228 / 0.9);
  }

  .md\:text-teal-200\/95{
    color: rgb(153 246 228 / 0.95);
  }

  .md\:text-teal-300{
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-300\/0{
    color: rgb(94 234 212 / 0);
  }

  .md\:text-teal-300\/10{
    color: rgb(94 234 212 / 0.1);
  }

  .md\:text-teal-300\/100{
    color: rgb(94 234 212 / 1);
  }

  .md\:text-teal-300\/15{
    color: rgb(94 234 212 / 0.15);
  }

  .md\:text-teal-300\/20{
    color: rgb(94 234 212 / 0.2);
  }

  .md\:text-teal-300\/25{
    color: rgb(94 234 212 / 0.25);
  }

  .md\:text-teal-300\/30{
    color: rgb(94 234 212 / 0.3);
  }

  .md\:text-teal-300\/35{
    color: rgb(94 234 212 / 0.35);
  }

  .md\:text-teal-300\/40{
    color: rgb(94 234 212 / 0.4);
  }

  .md\:text-teal-300\/45{
    color: rgb(94 234 212 / 0.45);
  }

  .md\:text-teal-300\/5{
    color: rgb(94 234 212 / 0.05);
  }

  .md\:text-teal-300\/50{
    color: rgb(94 234 212 / 0.5);
  }

  .md\:text-teal-300\/55{
    color: rgb(94 234 212 / 0.55);
  }

  .md\:text-teal-300\/60{
    color: rgb(94 234 212 / 0.6);
  }

  .md\:text-teal-300\/65{
    color: rgb(94 234 212 / 0.65);
  }

  .md\:text-teal-300\/70{
    color: rgb(94 234 212 / 0.7);
  }

  .md\:text-teal-300\/75{
    color: rgb(94 234 212 / 0.75);
  }

  .md\:text-teal-300\/80{
    color: rgb(94 234 212 / 0.8);
  }

  .md\:text-teal-300\/85{
    color: rgb(94 234 212 / 0.85);
  }

  .md\:text-teal-300\/90{
    color: rgb(94 234 212 / 0.9);
  }

  .md\:text-teal-300\/95{
    color: rgb(94 234 212 / 0.95);
  }

  .md\:text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-400\/0{
    color: rgb(45 212 191 / 0);
  }

  .md\:text-teal-400\/10{
    color: rgb(45 212 191 / 0.1);
  }

  .md\:text-teal-400\/100{
    color: rgb(45 212 191 / 1);
  }

  .md\:text-teal-400\/15{
    color: rgb(45 212 191 / 0.15);
  }

  .md\:text-teal-400\/20{
    color: rgb(45 212 191 / 0.2);
  }

  .md\:text-teal-400\/25{
    color: rgb(45 212 191 / 0.25);
  }

  .md\:text-teal-400\/30{
    color: rgb(45 212 191 / 0.3);
  }

  .md\:text-teal-400\/35{
    color: rgb(45 212 191 / 0.35);
  }

  .md\:text-teal-400\/40{
    color: rgb(45 212 191 / 0.4);
  }

  .md\:text-teal-400\/45{
    color: rgb(45 212 191 / 0.45);
  }

  .md\:text-teal-400\/5{
    color: rgb(45 212 191 / 0.05);
  }

  .md\:text-teal-400\/50{
    color: rgb(45 212 191 / 0.5);
  }

  .md\:text-teal-400\/55{
    color: rgb(45 212 191 / 0.55);
  }

  .md\:text-teal-400\/60{
    color: rgb(45 212 191 / 0.6);
  }

  .md\:text-teal-400\/65{
    color: rgb(45 212 191 / 0.65);
  }

  .md\:text-teal-400\/70{
    color: rgb(45 212 191 / 0.7);
  }

  .md\:text-teal-400\/75{
    color: rgb(45 212 191 / 0.75);
  }

  .md\:text-teal-400\/80{
    color: rgb(45 212 191 / 0.8);
  }

  .md\:text-teal-400\/85{
    color: rgb(45 212 191 / 0.85);
  }

  .md\:text-teal-400\/90{
    color: rgb(45 212 191 / 0.9);
  }

  .md\:text-teal-400\/95{
    color: rgb(45 212 191 / 0.95);
  }

  .md\:text-teal-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-50\/0{
    color: rgb(240 253 250 / 0);
  }

  .md\:text-teal-50\/10{
    color: rgb(240 253 250 / 0.1);
  }

  .md\:text-teal-50\/100{
    color: rgb(240 253 250 / 1);
  }

  .md\:text-teal-50\/15{
    color: rgb(240 253 250 / 0.15);
  }

  .md\:text-teal-50\/20{
    color: rgb(240 253 250 / 0.2);
  }

  .md\:text-teal-50\/25{
    color: rgb(240 253 250 / 0.25);
  }

  .md\:text-teal-50\/30{
    color: rgb(240 253 250 / 0.3);
  }

  .md\:text-teal-50\/35{
    color: rgb(240 253 250 / 0.35);
  }

  .md\:text-teal-50\/40{
    color: rgb(240 253 250 / 0.4);
  }

  .md\:text-teal-50\/45{
    color: rgb(240 253 250 / 0.45);
  }

  .md\:text-teal-50\/5{
    color: rgb(240 253 250 / 0.05);
  }

  .md\:text-teal-50\/50{
    color: rgb(240 253 250 / 0.5);
  }

  .md\:text-teal-50\/55{
    color: rgb(240 253 250 / 0.55);
  }

  .md\:text-teal-50\/60{
    color: rgb(240 253 250 / 0.6);
  }

  .md\:text-teal-50\/65{
    color: rgb(240 253 250 / 0.65);
  }

  .md\:text-teal-50\/70{
    color: rgb(240 253 250 / 0.7);
  }

  .md\:text-teal-50\/75{
    color: rgb(240 253 250 / 0.75);
  }

  .md\:text-teal-50\/80{
    color: rgb(240 253 250 / 0.8);
  }

  .md\:text-teal-50\/85{
    color: rgb(240 253 250 / 0.85);
  }

  .md\:text-teal-50\/90{
    color: rgb(240 253 250 / 0.9);
  }

  .md\:text-teal-50\/95{
    color: rgb(240 253 250 / 0.95);
  }

  .md\:text-teal-500{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-500\/0{
    color: rgb(20 184 166 / 0);
  }

  .md\:text-teal-500\/10{
    color: rgb(20 184 166 / 0.1);
  }

  .md\:text-teal-500\/100{
    color: rgb(20 184 166 / 1);
  }

  .md\:text-teal-500\/15{
    color: rgb(20 184 166 / 0.15);
  }

  .md\:text-teal-500\/20{
    color: rgb(20 184 166 / 0.2);
  }

  .md\:text-teal-500\/25{
    color: rgb(20 184 166 / 0.25);
  }

  .md\:text-teal-500\/30{
    color: rgb(20 184 166 / 0.3);
  }

  .md\:text-teal-500\/35{
    color: rgb(20 184 166 / 0.35);
  }

  .md\:text-teal-500\/40{
    color: rgb(20 184 166 / 0.4);
  }

  .md\:text-teal-500\/45{
    color: rgb(20 184 166 / 0.45);
  }

  .md\:text-teal-500\/5{
    color: rgb(20 184 166 / 0.05);
  }

  .md\:text-teal-500\/50{
    color: rgb(20 184 166 / 0.5);
  }

  .md\:text-teal-500\/55{
    color: rgb(20 184 166 / 0.55);
  }

  .md\:text-teal-500\/60{
    color: rgb(20 184 166 / 0.6);
  }

  .md\:text-teal-500\/65{
    color: rgb(20 184 166 / 0.65);
  }

  .md\:text-teal-500\/70{
    color: rgb(20 184 166 / 0.7);
  }

  .md\:text-teal-500\/75{
    color: rgb(20 184 166 / 0.75);
  }

  .md\:text-teal-500\/80{
    color: rgb(20 184 166 / 0.8);
  }

  .md\:text-teal-500\/85{
    color: rgb(20 184 166 / 0.85);
  }

  .md\:text-teal-500\/90{
    color: rgb(20 184 166 / 0.9);
  }

  .md\:text-teal-500\/95{
    color: rgb(20 184 166 / 0.95);
  }

  .md\:text-teal-600{
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-600\/0{
    color: rgb(13 148 136 / 0);
  }

  .md\:text-teal-600\/10{
    color: rgb(13 148 136 / 0.1);
  }

  .md\:text-teal-600\/100{
    color: rgb(13 148 136 / 1);
  }

  .md\:text-teal-600\/15{
    color: rgb(13 148 136 / 0.15);
  }

  .md\:text-teal-600\/20{
    color: rgb(13 148 136 / 0.2);
  }

  .md\:text-teal-600\/25{
    color: rgb(13 148 136 / 0.25);
  }

  .md\:text-teal-600\/30{
    color: rgb(13 148 136 / 0.3);
  }

  .md\:text-teal-600\/35{
    color: rgb(13 148 136 / 0.35);
  }

  .md\:text-teal-600\/40{
    color: rgb(13 148 136 / 0.4);
  }

  .md\:text-teal-600\/45{
    color: rgb(13 148 136 / 0.45);
  }

  .md\:text-teal-600\/5{
    color: rgb(13 148 136 / 0.05);
  }

  .md\:text-teal-600\/50{
    color: rgb(13 148 136 / 0.5);
  }

  .md\:text-teal-600\/55{
    color: rgb(13 148 136 / 0.55);
  }

  .md\:text-teal-600\/60{
    color: rgb(13 148 136 / 0.6);
  }

  .md\:text-teal-600\/65{
    color: rgb(13 148 136 / 0.65);
  }

  .md\:text-teal-600\/70{
    color: rgb(13 148 136 / 0.7);
  }

  .md\:text-teal-600\/75{
    color: rgb(13 148 136 / 0.75);
  }

  .md\:text-teal-600\/80{
    color: rgb(13 148 136 / 0.8);
  }

  .md\:text-teal-600\/85{
    color: rgb(13 148 136 / 0.85);
  }

  .md\:text-teal-600\/90{
    color: rgb(13 148 136 / 0.9);
  }

  .md\:text-teal-600\/95{
    color: rgb(13 148 136 / 0.95);
  }

  .md\:text-teal-700{
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-700\/0{
    color: rgb(15 118 110 / 0);
  }

  .md\:text-teal-700\/10{
    color: rgb(15 118 110 / 0.1);
  }

  .md\:text-teal-700\/100{
    color: rgb(15 118 110 / 1);
  }

  .md\:text-teal-700\/15{
    color: rgb(15 118 110 / 0.15);
  }

  .md\:text-teal-700\/20{
    color: rgb(15 118 110 / 0.2);
  }

  .md\:text-teal-700\/25{
    color: rgb(15 118 110 / 0.25);
  }

  .md\:text-teal-700\/30{
    color: rgb(15 118 110 / 0.3);
  }

  .md\:text-teal-700\/35{
    color: rgb(15 118 110 / 0.35);
  }

  .md\:text-teal-700\/40{
    color: rgb(15 118 110 / 0.4);
  }

  .md\:text-teal-700\/45{
    color: rgb(15 118 110 / 0.45);
  }

  .md\:text-teal-700\/5{
    color: rgb(15 118 110 / 0.05);
  }

  .md\:text-teal-700\/50{
    color: rgb(15 118 110 / 0.5);
  }

  .md\:text-teal-700\/55{
    color: rgb(15 118 110 / 0.55);
  }

  .md\:text-teal-700\/60{
    color: rgb(15 118 110 / 0.6);
  }

  .md\:text-teal-700\/65{
    color: rgb(15 118 110 / 0.65);
  }

  .md\:text-teal-700\/70{
    color: rgb(15 118 110 / 0.7);
  }

  .md\:text-teal-700\/75{
    color: rgb(15 118 110 / 0.75);
  }

  .md\:text-teal-700\/80{
    color: rgb(15 118 110 / 0.8);
  }

  .md\:text-teal-700\/85{
    color: rgb(15 118 110 / 0.85);
  }

  .md\:text-teal-700\/90{
    color: rgb(15 118 110 / 0.9);
  }

  .md\:text-teal-700\/95{
    color: rgb(15 118 110 / 0.95);
  }

  .md\:text-teal-800{
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-800\/0{
    color: rgb(17 94 89 / 0);
  }

  .md\:text-teal-800\/10{
    color: rgb(17 94 89 / 0.1);
  }

  .md\:text-teal-800\/100{
    color: rgb(17 94 89 / 1);
  }

  .md\:text-teal-800\/15{
    color: rgb(17 94 89 / 0.15);
  }

  .md\:text-teal-800\/20{
    color: rgb(17 94 89 / 0.2);
  }

  .md\:text-teal-800\/25{
    color: rgb(17 94 89 / 0.25);
  }

  .md\:text-teal-800\/30{
    color: rgb(17 94 89 / 0.3);
  }

  .md\:text-teal-800\/35{
    color: rgb(17 94 89 / 0.35);
  }

  .md\:text-teal-800\/40{
    color: rgb(17 94 89 / 0.4);
  }

  .md\:text-teal-800\/45{
    color: rgb(17 94 89 / 0.45);
  }

  .md\:text-teal-800\/5{
    color: rgb(17 94 89 / 0.05);
  }

  .md\:text-teal-800\/50{
    color: rgb(17 94 89 / 0.5);
  }

  .md\:text-teal-800\/55{
    color: rgb(17 94 89 / 0.55);
  }

  .md\:text-teal-800\/60{
    color: rgb(17 94 89 / 0.6);
  }

  .md\:text-teal-800\/65{
    color: rgb(17 94 89 / 0.65);
  }

  .md\:text-teal-800\/70{
    color: rgb(17 94 89 / 0.7);
  }

  .md\:text-teal-800\/75{
    color: rgb(17 94 89 / 0.75);
  }

  .md\:text-teal-800\/80{
    color: rgb(17 94 89 / 0.8);
  }

  .md\:text-teal-800\/85{
    color: rgb(17 94 89 / 0.85);
  }

  .md\:text-teal-800\/90{
    color: rgb(17 94 89 / 0.9);
  }

  .md\:text-teal-800\/95{
    color: rgb(17 94 89 / 0.95);
  }

  .md\:text-teal-900{
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-900\/0{
    color: rgb(19 78 74 / 0);
  }

  .md\:text-teal-900\/10{
    color: rgb(19 78 74 / 0.1);
  }

  .md\:text-teal-900\/100{
    color: rgb(19 78 74 / 1);
  }

  .md\:text-teal-900\/15{
    color: rgb(19 78 74 / 0.15);
  }

  .md\:text-teal-900\/20{
    color: rgb(19 78 74 / 0.2);
  }

  .md\:text-teal-900\/25{
    color: rgb(19 78 74 / 0.25);
  }

  .md\:text-teal-900\/30{
    color: rgb(19 78 74 / 0.3);
  }

  .md\:text-teal-900\/35{
    color: rgb(19 78 74 / 0.35);
  }

  .md\:text-teal-900\/40{
    color: rgb(19 78 74 / 0.4);
  }

  .md\:text-teal-900\/45{
    color: rgb(19 78 74 / 0.45);
  }

  .md\:text-teal-900\/5{
    color: rgb(19 78 74 / 0.05);
  }

  .md\:text-teal-900\/50{
    color: rgb(19 78 74 / 0.5);
  }

  .md\:text-teal-900\/55{
    color: rgb(19 78 74 / 0.55);
  }

  .md\:text-teal-900\/60{
    color: rgb(19 78 74 / 0.6);
  }

  .md\:text-teal-900\/65{
    color: rgb(19 78 74 / 0.65);
  }

  .md\:text-teal-900\/70{
    color: rgb(19 78 74 / 0.7);
  }

  .md\:text-teal-900\/75{
    color: rgb(19 78 74 / 0.75);
  }

  .md\:text-teal-900\/80{
    color: rgb(19 78 74 / 0.8);
  }

  .md\:text-teal-900\/85{
    color: rgb(19 78 74 / 0.85);
  }

  .md\:text-teal-900\/90{
    color: rgb(19 78 74 / 0.9);
  }

  .md\:text-teal-900\/95{
    color: rgb(19 78 74 / 0.95);
  }

  .md\:text-teal-950{
    --tw-text-opacity: 1;
    color: rgb(4 47 46 / var(--tw-text-opacity, 1));
  }

  .md\:text-teal-950\/0{
    color: rgb(4 47 46 / 0);
  }

  .md\:text-teal-950\/10{
    color: rgb(4 47 46 / 0.1);
  }

  .md\:text-teal-950\/100{
    color: rgb(4 47 46 / 1);
  }

  .md\:text-teal-950\/15{
    color: rgb(4 47 46 / 0.15);
  }

  .md\:text-teal-950\/20{
    color: rgb(4 47 46 / 0.2);
  }

  .md\:text-teal-950\/25{
    color: rgb(4 47 46 / 0.25);
  }

  .md\:text-teal-950\/30{
    color: rgb(4 47 46 / 0.3);
  }

  .md\:text-teal-950\/35{
    color: rgb(4 47 46 / 0.35);
  }

  .md\:text-teal-950\/40{
    color: rgb(4 47 46 / 0.4);
  }

  .md\:text-teal-950\/45{
    color: rgb(4 47 46 / 0.45);
  }

  .md\:text-teal-950\/5{
    color: rgb(4 47 46 / 0.05);
  }

  .md\:text-teal-950\/50{
    color: rgb(4 47 46 / 0.5);
  }

  .md\:text-teal-950\/55{
    color: rgb(4 47 46 / 0.55);
  }

  .md\:text-teal-950\/60{
    color: rgb(4 47 46 / 0.6);
  }

  .md\:text-teal-950\/65{
    color: rgb(4 47 46 / 0.65);
  }

  .md\:text-teal-950\/70{
    color: rgb(4 47 46 / 0.7);
  }

  .md\:text-teal-950\/75{
    color: rgb(4 47 46 / 0.75);
  }

  .md\:text-teal-950\/80{
    color: rgb(4 47 46 / 0.8);
  }

  .md\:text-teal-950\/85{
    color: rgb(4 47 46 / 0.85);
  }

  .md\:text-teal-950\/90{
    color: rgb(4 47 46 / 0.9);
  }

  .md\:text-teal-950\/95{
    color: rgb(4 47 46 / 0.95);
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-transparent\/0{
    color: rgb(0 0 0 / 0);
  }

  .md\:text-transparent\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-transparent\/100{
    color: rgb(0 0 0 / 1);
  }

  .md\:text-transparent\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .md\:text-transparent\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-transparent\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-transparent\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-transparent\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .md\:text-transparent\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-transparent\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .md\:text-transparent\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-transparent\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-transparent\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .md\:text-transparent\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-transparent\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .md\:text-transparent\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-transparent\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-transparent\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-transparent\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .md\:text-transparent\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-transparent\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-violet-100{
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-100\/0{
    color: rgb(237 233 254 / 0);
  }

  .md\:text-violet-100\/10{
    color: rgb(237 233 254 / 0.1);
  }

  .md\:text-violet-100\/100{
    color: rgb(237 233 254 / 1);
  }

  .md\:text-violet-100\/15{
    color: rgb(237 233 254 / 0.15);
  }

  .md\:text-violet-100\/20{
    color: rgb(237 233 254 / 0.2);
  }

  .md\:text-violet-100\/25{
    color: rgb(237 233 254 / 0.25);
  }

  .md\:text-violet-100\/30{
    color: rgb(237 233 254 / 0.3);
  }

  .md\:text-violet-100\/35{
    color: rgb(237 233 254 / 0.35);
  }

  .md\:text-violet-100\/40{
    color: rgb(237 233 254 / 0.4);
  }

  .md\:text-violet-100\/45{
    color: rgb(237 233 254 / 0.45);
  }

  .md\:text-violet-100\/5{
    color: rgb(237 233 254 / 0.05);
  }

  .md\:text-violet-100\/50{
    color: rgb(237 233 254 / 0.5);
  }

  .md\:text-violet-100\/55{
    color: rgb(237 233 254 / 0.55);
  }

  .md\:text-violet-100\/60{
    color: rgb(237 233 254 / 0.6);
  }

  .md\:text-violet-100\/65{
    color: rgb(237 233 254 / 0.65);
  }

  .md\:text-violet-100\/70{
    color: rgb(237 233 254 / 0.7);
  }

  .md\:text-violet-100\/75{
    color: rgb(237 233 254 / 0.75);
  }

  .md\:text-violet-100\/80{
    color: rgb(237 233 254 / 0.8);
  }

  .md\:text-violet-100\/85{
    color: rgb(237 233 254 / 0.85);
  }

  .md\:text-violet-100\/90{
    color: rgb(237 233 254 / 0.9);
  }

  .md\:text-violet-100\/95{
    color: rgb(237 233 254 / 0.95);
  }

  .md\:text-violet-200{
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-200\/0{
    color: rgb(221 214 254 / 0);
  }

  .md\:text-violet-200\/10{
    color: rgb(221 214 254 / 0.1);
  }

  .md\:text-violet-200\/100{
    color: rgb(221 214 254 / 1);
  }

  .md\:text-violet-200\/15{
    color: rgb(221 214 254 / 0.15);
  }

  .md\:text-violet-200\/20{
    color: rgb(221 214 254 / 0.2);
  }

  .md\:text-violet-200\/25{
    color: rgb(221 214 254 / 0.25);
  }

  .md\:text-violet-200\/30{
    color: rgb(221 214 254 / 0.3);
  }

  .md\:text-violet-200\/35{
    color: rgb(221 214 254 / 0.35);
  }

  .md\:text-violet-200\/40{
    color: rgb(221 214 254 / 0.4);
  }

  .md\:text-violet-200\/45{
    color: rgb(221 214 254 / 0.45);
  }

  .md\:text-violet-200\/5{
    color: rgb(221 214 254 / 0.05);
  }

  .md\:text-violet-200\/50{
    color: rgb(221 214 254 / 0.5);
  }

  .md\:text-violet-200\/55{
    color: rgb(221 214 254 / 0.55);
  }

  .md\:text-violet-200\/60{
    color: rgb(221 214 254 / 0.6);
  }

  .md\:text-violet-200\/65{
    color: rgb(221 214 254 / 0.65);
  }

  .md\:text-violet-200\/70{
    color: rgb(221 214 254 / 0.7);
  }

  .md\:text-violet-200\/75{
    color: rgb(221 214 254 / 0.75);
  }

  .md\:text-violet-200\/80{
    color: rgb(221 214 254 / 0.8);
  }

  .md\:text-violet-200\/85{
    color: rgb(221 214 254 / 0.85);
  }

  .md\:text-violet-200\/90{
    color: rgb(221 214 254 / 0.9);
  }

  .md\:text-violet-200\/95{
    color: rgb(221 214 254 / 0.95);
  }

  .md\:text-violet-300{
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-300\/0{
    color: rgb(196 181 253 / 0);
  }

  .md\:text-violet-300\/10{
    color: rgb(196 181 253 / 0.1);
  }

  .md\:text-violet-300\/100{
    color: rgb(196 181 253 / 1);
  }

  .md\:text-violet-300\/15{
    color: rgb(196 181 253 / 0.15);
  }

  .md\:text-violet-300\/20{
    color: rgb(196 181 253 / 0.2);
  }

  .md\:text-violet-300\/25{
    color: rgb(196 181 253 / 0.25);
  }

  .md\:text-violet-300\/30{
    color: rgb(196 181 253 / 0.3);
  }

  .md\:text-violet-300\/35{
    color: rgb(196 181 253 / 0.35);
  }

  .md\:text-violet-300\/40{
    color: rgb(196 181 253 / 0.4);
  }

  .md\:text-violet-300\/45{
    color: rgb(196 181 253 / 0.45);
  }

  .md\:text-violet-300\/5{
    color: rgb(196 181 253 / 0.05);
  }

  .md\:text-violet-300\/50{
    color: rgb(196 181 253 / 0.5);
  }

  .md\:text-violet-300\/55{
    color: rgb(196 181 253 / 0.55);
  }

  .md\:text-violet-300\/60{
    color: rgb(196 181 253 / 0.6);
  }

  .md\:text-violet-300\/65{
    color: rgb(196 181 253 / 0.65);
  }

  .md\:text-violet-300\/70{
    color: rgb(196 181 253 / 0.7);
  }

  .md\:text-violet-300\/75{
    color: rgb(196 181 253 / 0.75);
  }

  .md\:text-violet-300\/80{
    color: rgb(196 181 253 / 0.8);
  }

  .md\:text-violet-300\/85{
    color: rgb(196 181 253 / 0.85);
  }

  .md\:text-violet-300\/90{
    color: rgb(196 181 253 / 0.9);
  }

  .md\:text-violet-300\/95{
    color: rgb(196 181 253 / 0.95);
  }

  .md\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-400\/0{
    color: rgb(167 139 250 / 0);
  }

  .md\:text-violet-400\/10{
    color: rgb(167 139 250 / 0.1);
  }

  .md\:text-violet-400\/100{
    color: rgb(167 139 250 / 1);
  }

  .md\:text-violet-400\/15{
    color: rgb(167 139 250 / 0.15);
  }

  .md\:text-violet-400\/20{
    color: rgb(167 139 250 / 0.2);
  }

  .md\:text-violet-400\/25{
    color: rgb(167 139 250 / 0.25);
  }

  .md\:text-violet-400\/30{
    color: rgb(167 139 250 / 0.3);
  }

  .md\:text-violet-400\/35{
    color: rgb(167 139 250 / 0.35);
  }

  .md\:text-violet-400\/40{
    color: rgb(167 139 250 / 0.4);
  }

  .md\:text-violet-400\/45{
    color: rgb(167 139 250 / 0.45);
  }

  .md\:text-violet-400\/5{
    color: rgb(167 139 250 / 0.05);
  }

  .md\:text-violet-400\/50{
    color: rgb(167 139 250 / 0.5);
  }

  .md\:text-violet-400\/55{
    color: rgb(167 139 250 / 0.55);
  }

  .md\:text-violet-400\/60{
    color: rgb(167 139 250 / 0.6);
  }

  .md\:text-violet-400\/65{
    color: rgb(167 139 250 / 0.65);
  }

  .md\:text-violet-400\/70{
    color: rgb(167 139 250 / 0.7);
  }

  .md\:text-violet-400\/75{
    color: rgb(167 139 250 / 0.75);
  }

  .md\:text-violet-400\/80{
    color: rgb(167 139 250 / 0.8);
  }

  .md\:text-violet-400\/85{
    color: rgb(167 139 250 / 0.85);
  }

  .md\:text-violet-400\/90{
    color: rgb(167 139 250 / 0.9);
  }

  .md\:text-violet-400\/95{
    color: rgb(167 139 250 / 0.95);
  }

  .md\:text-violet-50{
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-50\/0{
    color: rgb(245 243 255 / 0);
  }

  .md\:text-violet-50\/10{
    color: rgb(245 243 255 / 0.1);
  }

  .md\:text-violet-50\/100{
    color: rgb(245 243 255 / 1);
  }

  .md\:text-violet-50\/15{
    color: rgb(245 243 255 / 0.15);
  }

  .md\:text-violet-50\/20{
    color: rgb(245 243 255 / 0.2);
  }

  .md\:text-violet-50\/25{
    color: rgb(245 243 255 / 0.25);
  }

  .md\:text-violet-50\/30{
    color: rgb(245 243 255 / 0.3);
  }

  .md\:text-violet-50\/35{
    color: rgb(245 243 255 / 0.35);
  }

  .md\:text-violet-50\/40{
    color: rgb(245 243 255 / 0.4);
  }

  .md\:text-violet-50\/45{
    color: rgb(245 243 255 / 0.45);
  }

  .md\:text-violet-50\/5{
    color: rgb(245 243 255 / 0.05);
  }

  .md\:text-violet-50\/50{
    color: rgb(245 243 255 / 0.5);
  }

  .md\:text-violet-50\/55{
    color: rgb(245 243 255 / 0.55);
  }

  .md\:text-violet-50\/60{
    color: rgb(245 243 255 / 0.6);
  }

  .md\:text-violet-50\/65{
    color: rgb(245 243 255 / 0.65);
  }

  .md\:text-violet-50\/70{
    color: rgb(245 243 255 / 0.7);
  }

  .md\:text-violet-50\/75{
    color: rgb(245 243 255 / 0.75);
  }

  .md\:text-violet-50\/80{
    color: rgb(245 243 255 / 0.8);
  }

  .md\:text-violet-50\/85{
    color: rgb(245 243 255 / 0.85);
  }

  .md\:text-violet-50\/90{
    color: rgb(245 243 255 / 0.9);
  }

  .md\:text-violet-50\/95{
    color: rgb(245 243 255 / 0.95);
  }

  .md\:text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-500\/0{
    color: rgb(139 92 246 / 0);
  }

  .md\:text-violet-500\/10{
    color: rgb(139 92 246 / 0.1);
  }

  .md\:text-violet-500\/100{
    color: rgb(139 92 246 / 1);
  }

  .md\:text-violet-500\/15{
    color: rgb(139 92 246 / 0.15);
  }

  .md\:text-violet-500\/20{
    color: rgb(139 92 246 / 0.2);
  }

  .md\:text-violet-500\/25{
    color: rgb(139 92 246 / 0.25);
  }

  .md\:text-violet-500\/30{
    color: rgb(139 92 246 / 0.3);
  }

  .md\:text-violet-500\/35{
    color: rgb(139 92 246 / 0.35);
  }

  .md\:text-violet-500\/40{
    color: rgb(139 92 246 / 0.4);
  }

  .md\:text-violet-500\/45{
    color: rgb(139 92 246 / 0.45);
  }

  .md\:text-violet-500\/5{
    color: rgb(139 92 246 / 0.05);
  }

  .md\:text-violet-500\/50{
    color: rgb(139 92 246 / 0.5);
  }

  .md\:text-violet-500\/55{
    color: rgb(139 92 246 / 0.55);
  }

  .md\:text-violet-500\/60{
    color: rgb(139 92 246 / 0.6);
  }

  .md\:text-violet-500\/65{
    color: rgb(139 92 246 / 0.65);
  }

  .md\:text-violet-500\/70{
    color: rgb(139 92 246 / 0.7);
  }

  .md\:text-violet-500\/75{
    color: rgb(139 92 246 / 0.75);
  }

  .md\:text-violet-500\/80{
    color: rgb(139 92 246 / 0.8);
  }

  .md\:text-violet-500\/85{
    color: rgb(139 92 246 / 0.85);
  }

  .md\:text-violet-500\/90{
    color: rgb(139 92 246 / 0.9);
  }

  .md\:text-violet-500\/95{
    color: rgb(139 92 246 / 0.95);
  }

  .md\:text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-600\/0{
    color: rgb(124 58 237 / 0);
  }

  .md\:text-violet-600\/10{
    color: rgb(124 58 237 / 0.1);
  }

  .md\:text-violet-600\/100{
    color: rgb(124 58 237 / 1);
  }

  .md\:text-violet-600\/15{
    color: rgb(124 58 237 / 0.15);
  }

  .md\:text-violet-600\/20{
    color: rgb(124 58 237 / 0.2);
  }

  .md\:text-violet-600\/25{
    color: rgb(124 58 237 / 0.25);
  }

  .md\:text-violet-600\/30{
    color: rgb(124 58 237 / 0.3);
  }

  .md\:text-violet-600\/35{
    color: rgb(124 58 237 / 0.35);
  }

  .md\:text-violet-600\/40{
    color: rgb(124 58 237 / 0.4);
  }

  .md\:text-violet-600\/45{
    color: rgb(124 58 237 / 0.45);
  }

  .md\:text-violet-600\/5{
    color: rgb(124 58 237 / 0.05);
  }

  .md\:text-violet-600\/50{
    color: rgb(124 58 237 / 0.5);
  }

  .md\:text-violet-600\/55{
    color: rgb(124 58 237 / 0.55);
  }

  .md\:text-violet-600\/60{
    color: rgb(124 58 237 / 0.6);
  }

  .md\:text-violet-600\/65{
    color: rgb(124 58 237 / 0.65);
  }

  .md\:text-violet-600\/70{
    color: rgb(124 58 237 / 0.7);
  }

  .md\:text-violet-600\/75{
    color: rgb(124 58 237 / 0.75);
  }

  .md\:text-violet-600\/80{
    color: rgb(124 58 237 / 0.8);
  }

  .md\:text-violet-600\/85{
    color: rgb(124 58 237 / 0.85);
  }

  .md\:text-violet-600\/90{
    color: rgb(124 58 237 / 0.9);
  }

  .md\:text-violet-600\/95{
    color: rgb(124 58 237 / 0.95);
  }

  .md\:text-violet-700{
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-700\/0{
    color: rgb(109 40 217 / 0);
  }

  .md\:text-violet-700\/10{
    color: rgb(109 40 217 / 0.1);
  }

  .md\:text-violet-700\/100{
    color: rgb(109 40 217 / 1);
  }

  .md\:text-violet-700\/15{
    color: rgb(109 40 217 / 0.15);
  }

  .md\:text-violet-700\/20{
    color: rgb(109 40 217 / 0.2);
  }

  .md\:text-violet-700\/25{
    color: rgb(109 40 217 / 0.25);
  }

  .md\:text-violet-700\/30{
    color: rgb(109 40 217 / 0.3);
  }

  .md\:text-violet-700\/35{
    color: rgb(109 40 217 / 0.35);
  }

  .md\:text-violet-700\/40{
    color: rgb(109 40 217 / 0.4);
  }

  .md\:text-violet-700\/45{
    color: rgb(109 40 217 / 0.45);
  }

  .md\:text-violet-700\/5{
    color: rgb(109 40 217 / 0.05);
  }

  .md\:text-violet-700\/50{
    color: rgb(109 40 217 / 0.5);
  }

  .md\:text-violet-700\/55{
    color: rgb(109 40 217 / 0.55);
  }

  .md\:text-violet-700\/60{
    color: rgb(109 40 217 / 0.6);
  }

  .md\:text-violet-700\/65{
    color: rgb(109 40 217 / 0.65);
  }

  .md\:text-violet-700\/70{
    color: rgb(109 40 217 / 0.7);
  }

  .md\:text-violet-700\/75{
    color: rgb(109 40 217 / 0.75);
  }

  .md\:text-violet-700\/80{
    color: rgb(109 40 217 / 0.8);
  }

  .md\:text-violet-700\/85{
    color: rgb(109 40 217 / 0.85);
  }

  .md\:text-violet-700\/90{
    color: rgb(109 40 217 / 0.9);
  }

  .md\:text-violet-700\/95{
    color: rgb(109 40 217 / 0.95);
  }

  .md\:text-violet-800{
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-800\/0{
    color: rgb(91 33 182 / 0);
  }

  .md\:text-violet-800\/10{
    color: rgb(91 33 182 / 0.1);
  }

  .md\:text-violet-800\/100{
    color: rgb(91 33 182 / 1);
  }

  .md\:text-violet-800\/15{
    color: rgb(91 33 182 / 0.15);
  }

  .md\:text-violet-800\/20{
    color: rgb(91 33 182 / 0.2);
  }

  .md\:text-violet-800\/25{
    color: rgb(91 33 182 / 0.25);
  }

  .md\:text-violet-800\/30{
    color: rgb(91 33 182 / 0.3);
  }

  .md\:text-violet-800\/35{
    color: rgb(91 33 182 / 0.35);
  }

  .md\:text-violet-800\/40{
    color: rgb(91 33 182 / 0.4);
  }

  .md\:text-violet-800\/45{
    color: rgb(91 33 182 / 0.45);
  }

  .md\:text-violet-800\/5{
    color: rgb(91 33 182 / 0.05);
  }

  .md\:text-violet-800\/50{
    color: rgb(91 33 182 / 0.5);
  }

  .md\:text-violet-800\/55{
    color: rgb(91 33 182 / 0.55);
  }

  .md\:text-violet-800\/60{
    color: rgb(91 33 182 / 0.6);
  }

  .md\:text-violet-800\/65{
    color: rgb(91 33 182 / 0.65);
  }

  .md\:text-violet-800\/70{
    color: rgb(91 33 182 / 0.7);
  }

  .md\:text-violet-800\/75{
    color: rgb(91 33 182 / 0.75);
  }

  .md\:text-violet-800\/80{
    color: rgb(91 33 182 / 0.8);
  }

  .md\:text-violet-800\/85{
    color: rgb(91 33 182 / 0.85);
  }

  .md\:text-violet-800\/90{
    color: rgb(91 33 182 / 0.9);
  }

  .md\:text-violet-800\/95{
    color: rgb(91 33 182 / 0.95);
  }

  .md\:text-violet-900{
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-900\/0{
    color: rgb(76 29 149 / 0);
  }

  .md\:text-violet-900\/10{
    color: rgb(76 29 149 / 0.1);
  }

  .md\:text-violet-900\/100{
    color: rgb(76 29 149 / 1);
  }

  .md\:text-violet-900\/15{
    color: rgb(76 29 149 / 0.15);
  }

  .md\:text-violet-900\/20{
    color: rgb(76 29 149 / 0.2);
  }

  .md\:text-violet-900\/25{
    color: rgb(76 29 149 / 0.25);
  }

  .md\:text-violet-900\/30{
    color: rgb(76 29 149 / 0.3);
  }

  .md\:text-violet-900\/35{
    color: rgb(76 29 149 / 0.35);
  }

  .md\:text-violet-900\/40{
    color: rgb(76 29 149 / 0.4);
  }

  .md\:text-violet-900\/45{
    color: rgb(76 29 149 / 0.45);
  }

  .md\:text-violet-900\/5{
    color: rgb(76 29 149 / 0.05);
  }

  .md\:text-violet-900\/50{
    color: rgb(76 29 149 / 0.5);
  }

  .md\:text-violet-900\/55{
    color: rgb(76 29 149 / 0.55);
  }

  .md\:text-violet-900\/60{
    color: rgb(76 29 149 / 0.6);
  }

  .md\:text-violet-900\/65{
    color: rgb(76 29 149 / 0.65);
  }

  .md\:text-violet-900\/70{
    color: rgb(76 29 149 / 0.7);
  }

  .md\:text-violet-900\/75{
    color: rgb(76 29 149 / 0.75);
  }

  .md\:text-violet-900\/80{
    color: rgb(76 29 149 / 0.8);
  }

  .md\:text-violet-900\/85{
    color: rgb(76 29 149 / 0.85);
  }

  .md\:text-violet-900\/90{
    color: rgb(76 29 149 / 0.9);
  }

  .md\:text-violet-900\/95{
    color: rgb(76 29 149 / 0.95);
  }

  .md\:text-violet-950{
    --tw-text-opacity: 1;
    color: rgb(46 16 101 / var(--tw-text-opacity, 1));
  }

  .md\:text-violet-950\/0{
    color: rgb(46 16 101 / 0);
  }

  .md\:text-violet-950\/10{
    color: rgb(46 16 101 / 0.1);
  }

  .md\:text-violet-950\/100{
    color: rgb(46 16 101 / 1);
  }

  .md\:text-violet-950\/15{
    color: rgb(46 16 101 / 0.15);
  }

  .md\:text-violet-950\/20{
    color: rgb(46 16 101 / 0.2);
  }

  .md\:text-violet-950\/25{
    color: rgb(46 16 101 / 0.25);
  }

  .md\:text-violet-950\/30{
    color: rgb(46 16 101 / 0.3);
  }

  .md\:text-violet-950\/35{
    color: rgb(46 16 101 / 0.35);
  }

  .md\:text-violet-950\/40{
    color: rgb(46 16 101 / 0.4);
  }

  .md\:text-violet-950\/45{
    color: rgb(46 16 101 / 0.45);
  }

  .md\:text-violet-950\/5{
    color: rgb(46 16 101 / 0.05);
  }

  .md\:text-violet-950\/50{
    color: rgb(46 16 101 / 0.5);
  }

  .md\:text-violet-950\/55{
    color: rgb(46 16 101 / 0.55);
  }

  .md\:text-violet-950\/60{
    color: rgb(46 16 101 / 0.6);
  }

  .md\:text-violet-950\/65{
    color: rgb(46 16 101 / 0.65);
  }

  .md\:text-violet-950\/70{
    color: rgb(46 16 101 / 0.7);
  }

  .md\:text-violet-950\/75{
    color: rgb(46 16 101 / 0.75);
  }

  .md\:text-violet-950\/80{
    color: rgb(46 16 101 / 0.8);
  }

  .md\:text-violet-950\/85{
    color: rgb(46 16 101 / 0.85);
  }

  .md\:text-violet-950\/90{
    color: rgb(46 16 101 / 0.9);
  }

  .md\:text-violet-950\/95{
    color: rgb(46 16 101 / 0.95);
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-white\/0{
    color: rgb(255 255 255 / 0);
  }

  .md\:text-white\/10{
    color: rgb(255 255 255 / 0.1);
  }

  .md\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .md\:text-white\/15{
    color: rgb(255 255 255 / 0.15);
  }

  .md\:text-white\/20{
    color: rgb(255 255 255 / 0.2);
  }

  .md\:text-white\/25{
    color: rgb(255 255 255 / 0.25);
  }

  .md\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }

  .md\:text-white\/35{
    color: rgb(255 255 255 / 0.35);
  }

  .md\:text-white\/40{
    color: rgb(255 255 255 / 0.4);
  }

  .md\:text-white\/45{
    color: rgb(255 255 255 / 0.45);
  }

  .md\:text-white\/5{
    color: rgb(255 255 255 / 0.05);
  }

  .md\:text-white\/50{
    color: rgb(255 255 255 / 0.5);
  }

  .md\:text-white\/55{
    color: rgb(255 255 255 / 0.55);
  }

  .md\:text-white\/60{
    color: rgb(255 255 255 / 0.6);
  }

  .md\:text-white\/65{
    color: rgb(255 255 255 / 0.65);
  }

  .md\:text-white\/70{
    color: rgb(255 255 255 / 0.7);
  }

  .md\:text-white\/75{
    color: rgb(255 255 255 / 0.75);
  }

  .md\:text-white\/80{
    color: rgb(255 255 255 / 0.8);
  }

  .md\:text-white\/85{
    color: rgb(255 255 255 / 0.85);
  }

  .md\:text-white\/90{
    color: rgb(255 255 255 / 0.9);
  }

  .md\:text-white\/95{
    color: rgb(255 255 255 / 0.95);
  }

  .md\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-100\/0{
    color: rgb(254 249 195 / 0);
  }

  .md\:text-yellow-100\/10{
    color: rgb(254 249 195 / 0.1);
  }

  .md\:text-yellow-100\/100{
    color: rgb(254 249 195 / 1);
  }

  .md\:text-yellow-100\/15{
    color: rgb(254 249 195 / 0.15);
  }

  .md\:text-yellow-100\/20{
    color: rgb(254 249 195 / 0.2);
  }

  .md\:text-yellow-100\/25{
    color: rgb(254 249 195 / 0.25);
  }

  .md\:text-yellow-100\/30{
    color: rgb(254 249 195 / 0.3);
  }

  .md\:text-yellow-100\/35{
    color: rgb(254 249 195 / 0.35);
  }

  .md\:text-yellow-100\/40{
    color: rgb(254 249 195 / 0.4);
  }

  .md\:text-yellow-100\/45{
    color: rgb(254 249 195 / 0.45);
  }

  .md\:text-yellow-100\/5{
    color: rgb(254 249 195 / 0.05);
  }

  .md\:text-yellow-100\/50{
    color: rgb(254 249 195 / 0.5);
  }

  .md\:text-yellow-100\/55{
    color: rgb(254 249 195 / 0.55);
  }

  .md\:text-yellow-100\/60{
    color: rgb(254 249 195 / 0.6);
  }

  .md\:text-yellow-100\/65{
    color: rgb(254 249 195 / 0.65);
  }

  .md\:text-yellow-100\/70{
    color: rgb(254 249 195 / 0.7);
  }

  .md\:text-yellow-100\/75{
    color: rgb(254 249 195 / 0.75);
  }

  .md\:text-yellow-100\/80{
    color: rgb(254 249 195 / 0.8);
  }

  .md\:text-yellow-100\/85{
    color: rgb(254 249 195 / 0.85);
  }

  .md\:text-yellow-100\/90{
    color: rgb(254 249 195 / 0.9);
  }

  .md\:text-yellow-100\/95{
    color: rgb(254 249 195 / 0.95);
  }

  .md\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-200\/0{
    color: rgb(254 240 138 / 0);
  }

  .md\:text-yellow-200\/10{
    color: rgb(254 240 138 / 0.1);
  }

  .md\:text-yellow-200\/100{
    color: rgb(254 240 138 / 1);
  }

  .md\:text-yellow-200\/15{
    color: rgb(254 240 138 / 0.15);
  }

  .md\:text-yellow-200\/20{
    color: rgb(254 240 138 / 0.2);
  }

  .md\:text-yellow-200\/25{
    color: rgb(254 240 138 / 0.25);
  }

  .md\:text-yellow-200\/30{
    color: rgb(254 240 138 / 0.3);
  }

  .md\:text-yellow-200\/35{
    color: rgb(254 240 138 / 0.35);
  }

  .md\:text-yellow-200\/40{
    color: rgb(254 240 138 / 0.4);
  }

  .md\:text-yellow-200\/45{
    color: rgb(254 240 138 / 0.45);
  }

  .md\:text-yellow-200\/5{
    color: rgb(254 240 138 / 0.05);
  }

  .md\:text-yellow-200\/50{
    color: rgb(254 240 138 / 0.5);
  }

  .md\:text-yellow-200\/55{
    color: rgb(254 240 138 / 0.55);
  }

  .md\:text-yellow-200\/60{
    color: rgb(254 240 138 / 0.6);
  }

  .md\:text-yellow-200\/65{
    color: rgb(254 240 138 / 0.65);
  }

  .md\:text-yellow-200\/70{
    color: rgb(254 240 138 / 0.7);
  }

  .md\:text-yellow-200\/75{
    color: rgb(254 240 138 / 0.75);
  }

  .md\:text-yellow-200\/80{
    color: rgb(254 240 138 / 0.8);
  }

  .md\:text-yellow-200\/85{
    color: rgb(254 240 138 / 0.85);
  }

  .md\:text-yellow-200\/90{
    color: rgb(254 240 138 / 0.9);
  }

  .md\:text-yellow-200\/95{
    color: rgb(254 240 138 / 0.95);
  }

  .md\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-300\/0{
    color: rgb(253 224 71 / 0);
  }

  .md\:text-yellow-300\/10{
    color: rgb(253 224 71 / 0.1);
  }

  .md\:text-yellow-300\/100{
    color: rgb(253 224 71 / 1);
  }

  .md\:text-yellow-300\/15{
    color: rgb(253 224 71 / 0.15);
  }

  .md\:text-yellow-300\/20{
    color: rgb(253 224 71 / 0.2);
  }

  .md\:text-yellow-300\/25{
    color: rgb(253 224 71 / 0.25);
  }

  .md\:text-yellow-300\/30{
    color: rgb(253 224 71 / 0.3);
  }

  .md\:text-yellow-300\/35{
    color: rgb(253 224 71 / 0.35);
  }

  .md\:text-yellow-300\/40{
    color: rgb(253 224 71 / 0.4);
  }

  .md\:text-yellow-300\/45{
    color: rgb(253 224 71 / 0.45);
  }

  .md\:text-yellow-300\/5{
    color: rgb(253 224 71 / 0.05);
  }

  .md\:text-yellow-300\/50{
    color: rgb(253 224 71 / 0.5);
  }

  .md\:text-yellow-300\/55{
    color: rgb(253 224 71 / 0.55);
  }

  .md\:text-yellow-300\/60{
    color: rgb(253 224 71 / 0.6);
  }

  .md\:text-yellow-300\/65{
    color: rgb(253 224 71 / 0.65);
  }

  .md\:text-yellow-300\/70{
    color: rgb(253 224 71 / 0.7);
  }

  .md\:text-yellow-300\/75{
    color: rgb(253 224 71 / 0.75);
  }

  .md\:text-yellow-300\/80{
    color: rgb(253 224 71 / 0.8);
  }

  .md\:text-yellow-300\/85{
    color: rgb(253 224 71 / 0.85);
  }

  .md\:text-yellow-300\/90{
    color: rgb(253 224 71 / 0.9);
  }

  .md\:text-yellow-300\/95{
    color: rgb(253 224 71 / 0.95);
  }

  .md\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-400\/0{
    color: rgb(250 204 21 / 0);
  }

  .md\:text-yellow-400\/10{
    color: rgb(250 204 21 / 0.1);
  }

  .md\:text-yellow-400\/100{
    color: rgb(250 204 21 / 1);
  }

  .md\:text-yellow-400\/15{
    color: rgb(250 204 21 / 0.15);
  }

  .md\:text-yellow-400\/20{
    color: rgb(250 204 21 / 0.2);
  }

  .md\:text-yellow-400\/25{
    color: rgb(250 204 21 / 0.25);
  }

  .md\:text-yellow-400\/30{
    color: rgb(250 204 21 / 0.3);
  }

  .md\:text-yellow-400\/35{
    color: rgb(250 204 21 / 0.35);
  }

  .md\:text-yellow-400\/40{
    color: rgb(250 204 21 / 0.4);
  }

  .md\:text-yellow-400\/45{
    color: rgb(250 204 21 / 0.45);
  }

  .md\:text-yellow-400\/5{
    color: rgb(250 204 21 / 0.05);
  }

  .md\:text-yellow-400\/50{
    color: rgb(250 204 21 / 0.5);
  }

  .md\:text-yellow-400\/55{
    color: rgb(250 204 21 / 0.55);
  }

  .md\:text-yellow-400\/60{
    color: rgb(250 204 21 / 0.6);
  }

  .md\:text-yellow-400\/65{
    color: rgb(250 204 21 / 0.65);
  }

  .md\:text-yellow-400\/70{
    color: rgb(250 204 21 / 0.7);
  }

  .md\:text-yellow-400\/75{
    color: rgb(250 204 21 / 0.75);
  }

  .md\:text-yellow-400\/80{
    color: rgb(250 204 21 / 0.8);
  }

  .md\:text-yellow-400\/85{
    color: rgb(250 204 21 / 0.85);
  }

  .md\:text-yellow-400\/90{
    color: rgb(250 204 21 / 0.9);
  }

  .md\:text-yellow-400\/95{
    color: rgb(250 204 21 / 0.95);
  }

  .md\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-50\/0{
    color: rgb(254 252 232 / 0);
  }

  .md\:text-yellow-50\/10{
    color: rgb(254 252 232 / 0.1);
  }

  .md\:text-yellow-50\/100{
    color: rgb(254 252 232 / 1);
  }

  .md\:text-yellow-50\/15{
    color: rgb(254 252 232 / 0.15);
  }

  .md\:text-yellow-50\/20{
    color: rgb(254 252 232 / 0.2);
  }

  .md\:text-yellow-50\/25{
    color: rgb(254 252 232 / 0.25);
  }

  .md\:text-yellow-50\/30{
    color: rgb(254 252 232 / 0.3);
  }

  .md\:text-yellow-50\/35{
    color: rgb(254 252 232 / 0.35);
  }

  .md\:text-yellow-50\/40{
    color: rgb(254 252 232 / 0.4);
  }

  .md\:text-yellow-50\/45{
    color: rgb(254 252 232 / 0.45);
  }

  .md\:text-yellow-50\/5{
    color: rgb(254 252 232 / 0.05);
  }

  .md\:text-yellow-50\/50{
    color: rgb(254 252 232 / 0.5);
  }

  .md\:text-yellow-50\/55{
    color: rgb(254 252 232 / 0.55);
  }

  .md\:text-yellow-50\/60{
    color: rgb(254 252 232 / 0.6);
  }

  .md\:text-yellow-50\/65{
    color: rgb(254 252 232 / 0.65);
  }

  .md\:text-yellow-50\/70{
    color: rgb(254 252 232 / 0.7);
  }

  .md\:text-yellow-50\/75{
    color: rgb(254 252 232 / 0.75);
  }

  .md\:text-yellow-50\/80{
    color: rgb(254 252 232 / 0.8);
  }

  .md\:text-yellow-50\/85{
    color: rgb(254 252 232 / 0.85);
  }

  .md\:text-yellow-50\/90{
    color: rgb(254 252 232 / 0.9);
  }

  .md\:text-yellow-50\/95{
    color: rgb(254 252 232 / 0.95);
  }

  .md\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-500\/0{
    color: rgb(234 179 8 / 0);
  }

  .md\:text-yellow-500\/10{
    color: rgb(234 179 8 / 0.1);
  }

  .md\:text-yellow-500\/100{
    color: rgb(234 179 8 / 1);
  }

  .md\:text-yellow-500\/15{
    color: rgb(234 179 8 / 0.15);
  }

  .md\:text-yellow-500\/20{
    color: rgb(234 179 8 / 0.2);
  }

  .md\:text-yellow-500\/25{
    color: rgb(234 179 8 / 0.25);
  }

  .md\:text-yellow-500\/30{
    color: rgb(234 179 8 / 0.3);
  }

  .md\:text-yellow-500\/35{
    color: rgb(234 179 8 / 0.35);
  }

  .md\:text-yellow-500\/40{
    color: rgb(234 179 8 / 0.4);
  }

  .md\:text-yellow-500\/45{
    color: rgb(234 179 8 / 0.45);
  }

  .md\:text-yellow-500\/5{
    color: rgb(234 179 8 / 0.05);
  }

  .md\:text-yellow-500\/50{
    color: rgb(234 179 8 / 0.5);
  }

  .md\:text-yellow-500\/55{
    color: rgb(234 179 8 / 0.55);
  }

  .md\:text-yellow-500\/60{
    color: rgb(234 179 8 / 0.6);
  }

  .md\:text-yellow-500\/65{
    color: rgb(234 179 8 / 0.65);
  }

  .md\:text-yellow-500\/70{
    color: rgb(234 179 8 / 0.7);
  }

  .md\:text-yellow-500\/75{
    color: rgb(234 179 8 / 0.75);
  }

  .md\:text-yellow-500\/80{
    color: rgb(234 179 8 / 0.8);
  }

  .md\:text-yellow-500\/85{
    color: rgb(234 179 8 / 0.85);
  }

  .md\:text-yellow-500\/90{
    color: rgb(234 179 8 / 0.9);
  }

  .md\:text-yellow-500\/95{
    color: rgb(234 179 8 / 0.95);
  }

  .md\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-600\/0{
    color: rgb(202 138 4 / 0);
  }

  .md\:text-yellow-600\/10{
    color: rgb(202 138 4 / 0.1);
  }

  .md\:text-yellow-600\/100{
    color: rgb(202 138 4 / 1);
  }

  .md\:text-yellow-600\/15{
    color: rgb(202 138 4 / 0.15);
  }

  .md\:text-yellow-600\/20{
    color: rgb(202 138 4 / 0.2);
  }

  .md\:text-yellow-600\/25{
    color: rgb(202 138 4 / 0.25);
  }

  .md\:text-yellow-600\/30{
    color: rgb(202 138 4 / 0.3);
  }

  .md\:text-yellow-600\/35{
    color: rgb(202 138 4 / 0.35);
  }

  .md\:text-yellow-600\/40{
    color: rgb(202 138 4 / 0.4);
  }

  .md\:text-yellow-600\/45{
    color: rgb(202 138 4 / 0.45);
  }

  .md\:text-yellow-600\/5{
    color: rgb(202 138 4 / 0.05);
  }

  .md\:text-yellow-600\/50{
    color: rgb(202 138 4 / 0.5);
  }

  .md\:text-yellow-600\/55{
    color: rgb(202 138 4 / 0.55);
  }

  .md\:text-yellow-600\/60{
    color: rgb(202 138 4 / 0.6);
  }

  .md\:text-yellow-600\/65{
    color: rgb(202 138 4 / 0.65);
  }

  .md\:text-yellow-600\/70{
    color: rgb(202 138 4 / 0.7);
  }

  .md\:text-yellow-600\/75{
    color: rgb(202 138 4 / 0.75);
  }

  .md\:text-yellow-600\/80{
    color: rgb(202 138 4 / 0.8);
  }

  .md\:text-yellow-600\/85{
    color: rgb(202 138 4 / 0.85);
  }

  .md\:text-yellow-600\/90{
    color: rgb(202 138 4 / 0.9);
  }

  .md\:text-yellow-600\/95{
    color: rgb(202 138 4 / 0.95);
  }

  .md\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-700\/0{
    color: rgb(161 98 7 / 0);
  }

  .md\:text-yellow-700\/10{
    color: rgb(161 98 7 / 0.1);
  }

  .md\:text-yellow-700\/100{
    color: rgb(161 98 7 / 1);
  }

  .md\:text-yellow-700\/15{
    color: rgb(161 98 7 / 0.15);
  }

  .md\:text-yellow-700\/20{
    color: rgb(161 98 7 / 0.2);
  }

  .md\:text-yellow-700\/25{
    color: rgb(161 98 7 / 0.25);
  }

  .md\:text-yellow-700\/30{
    color: rgb(161 98 7 / 0.3);
  }

  .md\:text-yellow-700\/35{
    color: rgb(161 98 7 / 0.35);
  }

  .md\:text-yellow-700\/40{
    color: rgb(161 98 7 / 0.4);
  }

  .md\:text-yellow-700\/45{
    color: rgb(161 98 7 / 0.45);
  }

  .md\:text-yellow-700\/5{
    color: rgb(161 98 7 / 0.05);
  }

  .md\:text-yellow-700\/50{
    color: rgb(161 98 7 / 0.5);
  }

  .md\:text-yellow-700\/55{
    color: rgb(161 98 7 / 0.55);
  }

  .md\:text-yellow-700\/60{
    color: rgb(161 98 7 / 0.6);
  }

  .md\:text-yellow-700\/65{
    color: rgb(161 98 7 / 0.65);
  }

  .md\:text-yellow-700\/70{
    color: rgb(161 98 7 / 0.7);
  }

  .md\:text-yellow-700\/75{
    color: rgb(161 98 7 / 0.75);
  }

  .md\:text-yellow-700\/80{
    color: rgb(161 98 7 / 0.8);
  }

  .md\:text-yellow-700\/85{
    color: rgb(161 98 7 / 0.85);
  }

  .md\:text-yellow-700\/90{
    color: rgb(161 98 7 / 0.9);
  }

  .md\:text-yellow-700\/95{
    color: rgb(161 98 7 / 0.95);
  }

  .md\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-800\/0{
    color: rgb(133 77 14 / 0);
  }

  .md\:text-yellow-800\/10{
    color: rgb(133 77 14 / 0.1);
  }

  .md\:text-yellow-800\/100{
    color: rgb(133 77 14 / 1);
  }

  .md\:text-yellow-800\/15{
    color: rgb(133 77 14 / 0.15);
  }

  .md\:text-yellow-800\/20{
    color: rgb(133 77 14 / 0.2);
  }

  .md\:text-yellow-800\/25{
    color: rgb(133 77 14 / 0.25);
  }

  .md\:text-yellow-800\/30{
    color: rgb(133 77 14 / 0.3);
  }

  .md\:text-yellow-800\/35{
    color: rgb(133 77 14 / 0.35);
  }

  .md\:text-yellow-800\/40{
    color: rgb(133 77 14 / 0.4);
  }

  .md\:text-yellow-800\/45{
    color: rgb(133 77 14 / 0.45);
  }

  .md\:text-yellow-800\/5{
    color: rgb(133 77 14 / 0.05);
  }

  .md\:text-yellow-800\/50{
    color: rgb(133 77 14 / 0.5);
  }

  .md\:text-yellow-800\/55{
    color: rgb(133 77 14 / 0.55);
  }

  .md\:text-yellow-800\/60{
    color: rgb(133 77 14 / 0.6);
  }

  .md\:text-yellow-800\/65{
    color: rgb(133 77 14 / 0.65);
  }

  .md\:text-yellow-800\/70{
    color: rgb(133 77 14 / 0.7);
  }

  .md\:text-yellow-800\/75{
    color: rgb(133 77 14 / 0.75);
  }

  .md\:text-yellow-800\/80{
    color: rgb(133 77 14 / 0.8);
  }

  .md\:text-yellow-800\/85{
    color: rgb(133 77 14 / 0.85);
  }

  .md\:text-yellow-800\/90{
    color: rgb(133 77 14 / 0.9);
  }

  .md\:text-yellow-800\/95{
    color: rgb(133 77 14 / 0.95);
  }

  .md\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-900\/0{
    color: rgb(113 63 18 / 0);
  }

  .md\:text-yellow-900\/10{
    color: rgb(113 63 18 / 0.1);
  }

  .md\:text-yellow-900\/100{
    color: rgb(113 63 18 / 1);
  }

  .md\:text-yellow-900\/15{
    color: rgb(113 63 18 / 0.15);
  }

  .md\:text-yellow-900\/20{
    color: rgb(113 63 18 / 0.2);
  }

  .md\:text-yellow-900\/25{
    color: rgb(113 63 18 / 0.25);
  }

  .md\:text-yellow-900\/30{
    color: rgb(113 63 18 / 0.3);
  }

  .md\:text-yellow-900\/35{
    color: rgb(113 63 18 / 0.35);
  }

  .md\:text-yellow-900\/40{
    color: rgb(113 63 18 / 0.4);
  }

  .md\:text-yellow-900\/45{
    color: rgb(113 63 18 / 0.45);
  }

  .md\:text-yellow-900\/5{
    color: rgb(113 63 18 / 0.05);
  }

  .md\:text-yellow-900\/50{
    color: rgb(113 63 18 / 0.5);
  }

  .md\:text-yellow-900\/55{
    color: rgb(113 63 18 / 0.55);
  }

  .md\:text-yellow-900\/60{
    color: rgb(113 63 18 / 0.6);
  }

  .md\:text-yellow-900\/65{
    color: rgb(113 63 18 / 0.65);
  }

  .md\:text-yellow-900\/70{
    color: rgb(113 63 18 / 0.7);
  }

  .md\:text-yellow-900\/75{
    color: rgb(113 63 18 / 0.75);
  }

  .md\:text-yellow-900\/80{
    color: rgb(113 63 18 / 0.8);
  }

  .md\:text-yellow-900\/85{
    color: rgb(113 63 18 / 0.85);
  }

  .md\:text-yellow-900\/90{
    color: rgb(113 63 18 / 0.9);
  }

  .md\:text-yellow-900\/95{
    color: rgb(113 63 18 / 0.95);
  }

  .md\:text-yellow-950{
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity, 1));
  }

  .md\:text-yellow-950\/0{
    color: rgb(66 32 6 / 0);
  }

  .md\:text-yellow-950\/10{
    color: rgb(66 32 6 / 0.1);
  }

  .md\:text-yellow-950\/100{
    color: rgb(66 32 6 / 1);
  }

  .md\:text-yellow-950\/15{
    color: rgb(66 32 6 / 0.15);
  }

  .md\:text-yellow-950\/20{
    color: rgb(66 32 6 / 0.2);
  }

  .md\:text-yellow-950\/25{
    color: rgb(66 32 6 / 0.25);
  }

  .md\:text-yellow-950\/30{
    color: rgb(66 32 6 / 0.3);
  }

  .md\:text-yellow-950\/35{
    color: rgb(66 32 6 / 0.35);
  }

  .md\:text-yellow-950\/40{
    color: rgb(66 32 6 / 0.4);
  }

  .md\:text-yellow-950\/45{
    color: rgb(66 32 6 / 0.45);
  }

  .md\:text-yellow-950\/5{
    color: rgb(66 32 6 / 0.05);
  }

  .md\:text-yellow-950\/50{
    color: rgb(66 32 6 / 0.5);
  }

  .md\:text-yellow-950\/55{
    color: rgb(66 32 6 / 0.55);
  }

  .md\:text-yellow-950\/60{
    color: rgb(66 32 6 / 0.6);
  }

  .md\:text-yellow-950\/65{
    color: rgb(66 32 6 / 0.65);
  }

  .md\:text-yellow-950\/70{
    color: rgb(66 32 6 / 0.7);
  }

  .md\:text-yellow-950\/75{
    color: rgb(66 32 6 / 0.75);
  }

  .md\:text-yellow-950\/80{
    color: rgb(66 32 6 / 0.8);
  }

  .md\:text-yellow-950\/85{
    color: rgb(66 32 6 / 0.85);
  }

  .md\:text-yellow-950\/90{
    color: rgb(66 32 6 / 0.9);
  }

  .md\:text-yellow-950\/95{
    color: rgb(66 32 6 / 0.95);
  }

  .md\:text-zinc-100{
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-100\/0{
    color: rgb(244 244 245 / 0);
  }

  .md\:text-zinc-100\/10{
    color: rgb(244 244 245 / 0.1);
  }

  .md\:text-zinc-100\/100{
    color: rgb(244 244 245 / 1);
  }

  .md\:text-zinc-100\/15{
    color: rgb(244 244 245 / 0.15);
  }

  .md\:text-zinc-100\/20{
    color: rgb(244 244 245 / 0.2);
  }

  .md\:text-zinc-100\/25{
    color: rgb(244 244 245 / 0.25);
  }

  .md\:text-zinc-100\/30{
    color: rgb(244 244 245 / 0.3);
  }

  .md\:text-zinc-100\/35{
    color: rgb(244 244 245 / 0.35);
  }

  .md\:text-zinc-100\/40{
    color: rgb(244 244 245 / 0.4);
  }

  .md\:text-zinc-100\/45{
    color: rgb(244 244 245 / 0.45);
  }

  .md\:text-zinc-100\/5{
    color: rgb(244 244 245 / 0.05);
  }

  .md\:text-zinc-100\/50{
    color: rgb(244 244 245 / 0.5);
  }

  .md\:text-zinc-100\/55{
    color: rgb(244 244 245 / 0.55);
  }

  .md\:text-zinc-100\/60{
    color: rgb(244 244 245 / 0.6);
  }

  .md\:text-zinc-100\/65{
    color: rgb(244 244 245 / 0.65);
  }

  .md\:text-zinc-100\/70{
    color: rgb(244 244 245 / 0.7);
  }

  .md\:text-zinc-100\/75{
    color: rgb(244 244 245 / 0.75);
  }

  .md\:text-zinc-100\/80{
    color: rgb(244 244 245 / 0.8);
  }

  .md\:text-zinc-100\/85{
    color: rgb(244 244 245 / 0.85);
  }

  .md\:text-zinc-100\/90{
    color: rgb(244 244 245 / 0.9);
  }

  .md\:text-zinc-100\/95{
    color: rgb(244 244 245 / 0.95);
  }

  .md\:text-zinc-200{
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-200\/0{
    color: rgb(228 228 231 / 0);
  }

  .md\:text-zinc-200\/10{
    color: rgb(228 228 231 / 0.1);
  }

  .md\:text-zinc-200\/100{
    color: rgb(228 228 231 / 1);
  }

  .md\:text-zinc-200\/15{
    color: rgb(228 228 231 / 0.15);
  }

  .md\:text-zinc-200\/20{
    color: rgb(228 228 231 / 0.2);
  }

  .md\:text-zinc-200\/25{
    color: rgb(228 228 231 / 0.25);
  }

  .md\:text-zinc-200\/30{
    color: rgb(228 228 231 / 0.3);
  }

  .md\:text-zinc-200\/35{
    color: rgb(228 228 231 / 0.35);
  }

  .md\:text-zinc-200\/40{
    color: rgb(228 228 231 / 0.4);
  }

  .md\:text-zinc-200\/45{
    color: rgb(228 228 231 / 0.45);
  }

  .md\:text-zinc-200\/5{
    color: rgb(228 228 231 / 0.05);
  }

  .md\:text-zinc-200\/50{
    color: rgb(228 228 231 / 0.5);
  }

  .md\:text-zinc-200\/55{
    color: rgb(228 228 231 / 0.55);
  }

  .md\:text-zinc-200\/60{
    color: rgb(228 228 231 / 0.6);
  }

  .md\:text-zinc-200\/65{
    color: rgb(228 228 231 / 0.65);
  }

  .md\:text-zinc-200\/70{
    color: rgb(228 228 231 / 0.7);
  }

  .md\:text-zinc-200\/75{
    color: rgb(228 228 231 / 0.75);
  }

  .md\:text-zinc-200\/80{
    color: rgb(228 228 231 / 0.8);
  }

  .md\:text-zinc-200\/85{
    color: rgb(228 228 231 / 0.85);
  }

  .md\:text-zinc-200\/90{
    color: rgb(228 228 231 / 0.9);
  }

  .md\:text-zinc-200\/95{
    color: rgb(228 228 231 / 0.95);
  }

  .md\:text-zinc-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-300\/0{
    color: rgb(212 212 216 / 0);
  }

  .md\:text-zinc-300\/10{
    color: rgb(212 212 216 / 0.1);
  }

  .md\:text-zinc-300\/100{
    color: rgb(212 212 216 / 1);
  }

  .md\:text-zinc-300\/15{
    color: rgb(212 212 216 / 0.15);
  }

  .md\:text-zinc-300\/20{
    color: rgb(212 212 216 / 0.2);
  }

  .md\:text-zinc-300\/25{
    color: rgb(212 212 216 / 0.25);
  }

  .md\:text-zinc-300\/30{
    color: rgb(212 212 216 / 0.3);
  }

  .md\:text-zinc-300\/35{
    color: rgb(212 212 216 / 0.35);
  }

  .md\:text-zinc-300\/40{
    color: rgb(212 212 216 / 0.4);
  }

  .md\:text-zinc-300\/45{
    color: rgb(212 212 216 / 0.45);
  }

  .md\:text-zinc-300\/5{
    color: rgb(212 212 216 / 0.05);
  }

  .md\:text-zinc-300\/50{
    color: rgb(212 212 216 / 0.5);
  }

  .md\:text-zinc-300\/55{
    color: rgb(212 212 216 / 0.55);
  }

  .md\:text-zinc-300\/60{
    color: rgb(212 212 216 / 0.6);
  }

  .md\:text-zinc-300\/65{
    color: rgb(212 212 216 / 0.65);
  }

  .md\:text-zinc-300\/70{
    color: rgb(212 212 216 / 0.7);
  }

  .md\:text-zinc-300\/75{
    color: rgb(212 212 216 / 0.75);
  }

  .md\:text-zinc-300\/80{
    color: rgb(212 212 216 / 0.8);
  }

  .md\:text-zinc-300\/85{
    color: rgb(212 212 216 / 0.85);
  }

  .md\:text-zinc-300\/90{
    color: rgb(212 212 216 / 0.9);
  }

  .md\:text-zinc-300\/95{
    color: rgb(212 212 216 / 0.95);
  }

  .md\:text-zinc-400{
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-400\/0{
    color: rgb(161 161 170 / 0);
  }

  .md\:text-zinc-400\/10{
    color: rgb(161 161 170 / 0.1);
  }

  .md\:text-zinc-400\/100{
    color: rgb(161 161 170 / 1);
  }

  .md\:text-zinc-400\/15{
    color: rgb(161 161 170 / 0.15);
  }

  .md\:text-zinc-400\/20{
    color: rgb(161 161 170 / 0.2);
  }

  .md\:text-zinc-400\/25{
    color: rgb(161 161 170 / 0.25);
  }

  .md\:text-zinc-400\/30{
    color: rgb(161 161 170 / 0.3);
  }

  .md\:text-zinc-400\/35{
    color: rgb(161 161 170 / 0.35);
  }

  .md\:text-zinc-400\/40{
    color: rgb(161 161 170 / 0.4);
  }

  .md\:text-zinc-400\/45{
    color: rgb(161 161 170 / 0.45);
  }

  .md\:text-zinc-400\/5{
    color: rgb(161 161 170 / 0.05);
  }

  .md\:text-zinc-400\/50{
    color: rgb(161 161 170 / 0.5);
  }

  .md\:text-zinc-400\/55{
    color: rgb(161 161 170 / 0.55);
  }

  .md\:text-zinc-400\/60{
    color: rgb(161 161 170 / 0.6);
  }

  .md\:text-zinc-400\/65{
    color: rgb(161 161 170 / 0.65);
  }

  .md\:text-zinc-400\/70{
    color: rgb(161 161 170 / 0.7);
  }

  .md\:text-zinc-400\/75{
    color: rgb(161 161 170 / 0.75);
  }

  .md\:text-zinc-400\/80{
    color: rgb(161 161 170 / 0.8);
  }

  .md\:text-zinc-400\/85{
    color: rgb(161 161 170 / 0.85);
  }

  .md\:text-zinc-400\/90{
    color: rgb(161 161 170 / 0.9);
  }

  .md\:text-zinc-400\/95{
    color: rgb(161 161 170 / 0.95);
  }

  .md\:text-zinc-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .md\:text-zinc-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .md\:text-zinc-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .md\:text-zinc-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .md\:text-zinc-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .md\:text-zinc-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .md\:text-zinc-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .md\:text-zinc-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .md\:text-zinc-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .md\:text-zinc-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .md\:text-zinc-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .md\:text-zinc-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .md\:text-zinc-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .md\:text-zinc-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .md\:text-zinc-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .md\:text-zinc-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .md\:text-zinc-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .md\:text-zinc-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .md\:text-zinc-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .md\:text-zinc-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .md\:text-zinc-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .md\:text-zinc-500{
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-500\/0{
    color: rgb(113 113 122 / 0);
  }

  .md\:text-zinc-500\/10{
    color: rgb(113 113 122 / 0.1);
  }

  .md\:text-zinc-500\/100{
    color: rgb(113 113 122 / 1);
  }

  .md\:text-zinc-500\/15{
    color: rgb(113 113 122 / 0.15);
  }

  .md\:text-zinc-500\/20{
    color: rgb(113 113 122 / 0.2);
  }

  .md\:text-zinc-500\/25{
    color: rgb(113 113 122 / 0.25);
  }

  .md\:text-zinc-500\/30{
    color: rgb(113 113 122 / 0.3);
  }

  .md\:text-zinc-500\/35{
    color: rgb(113 113 122 / 0.35);
  }

  .md\:text-zinc-500\/40{
    color: rgb(113 113 122 / 0.4);
  }

  .md\:text-zinc-500\/45{
    color: rgb(113 113 122 / 0.45);
  }

  .md\:text-zinc-500\/5{
    color: rgb(113 113 122 / 0.05);
  }

  .md\:text-zinc-500\/50{
    color: rgb(113 113 122 / 0.5);
  }

  .md\:text-zinc-500\/55{
    color: rgb(113 113 122 / 0.55);
  }

  .md\:text-zinc-500\/60{
    color: rgb(113 113 122 / 0.6);
  }

  .md\:text-zinc-500\/65{
    color: rgb(113 113 122 / 0.65);
  }

  .md\:text-zinc-500\/70{
    color: rgb(113 113 122 / 0.7);
  }

  .md\:text-zinc-500\/75{
    color: rgb(113 113 122 / 0.75);
  }

  .md\:text-zinc-500\/80{
    color: rgb(113 113 122 / 0.8);
  }

  .md\:text-zinc-500\/85{
    color: rgb(113 113 122 / 0.85);
  }

  .md\:text-zinc-500\/90{
    color: rgb(113 113 122 / 0.9);
  }

  .md\:text-zinc-500\/95{
    color: rgb(113 113 122 / 0.95);
  }

  .md\:text-zinc-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-600\/0{
    color: rgb(82 82 91 / 0);
  }

  .md\:text-zinc-600\/10{
    color: rgb(82 82 91 / 0.1);
  }

  .md\:text-zinc-600\/100{
    color: rgb(82 82 91 / 1);
  }

  .md\:text-zinc-600\/15{
    color: rgb(82 82 91 / 0.15);
  }

  .md\:text-zinc-600\/20{
    color: rgb(82 82 91 / 0.2);
  }

  .md\:text-zinc-600\/25{
    color: rgb(82 82 91 / 0.25);
  }

  .md\:text-zinc-600\/30{
    color: rgb(82 82 91 / 0.3);
  }

  .md\:text-zinc-600\/35{
    color: rgb(82 82 91 / 0.35);
  }

  .md\:text-zinc-600\/40{
    color: rgb(82 82 91 / 0.4);
  }

  .md\:text-zinc-600\/45{
    color: rgb(82 82 91 / 0.45);
  }

  .md\:text-zinc-600\/5{
    color: rgb(82 82 91 / 0.05);
  }

  .md\:text-zinc-600\/50{
    color: rgb(82 82 91 / 0.5);
  }

  .md\:text-zinc-600\/55{
    color: rgb(82 82 91 / 0.55);
  }

  .md\:text-zinc-600\/60{
    color: rgb(82 82 91 / 0.6);
  }

  .md\:text-zinc-600\/65{
    color: rgb(82 82 91 / 0.65);
  }

  .md\:text-zinc-600\/70{
    color: rgb(82 82 91 / 0.7);
  }

  .md\:text-zinc-600\/75{
    color: rgb(82 82 91 / 0.75);
  }

  .md\:text-zinc-600\/80{
    color: rgb(82 82 91 / 0.8);
  }

  .md\:text-zinc-600\/85{
    color: rgb(82 82 91 / 0.85);
  }

  .md\:text-zinc-600\/90{
    color: rgb(82 82 91 / 0.9);
  }

  .md\:text-zinc-600\/95{
    color: rgb(82 82 91 / 0.95);
  }

  .md\:text-zinc-700{
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-700\/0{
    color: rgb(63 63 70 / 0);
  }

  .md\:text-zinc-700\/10{
    color: rgb(63 63 70 / 0.1);
  }

  .md\:text-zinc-700\/100{
    color: rgb(63 63 70 / 1);
  }

  .md\:text-zinc-700\/15{
    color: rgb(63 63 70 / 0.15);
  }

  .md\:text-zinc-700\/20{
    color: rgb(63 63 70 / 0.2);
  }

  .md\:text-zinc-700\/25{
    color: rgb(63 63 70 / 0.25);
  }

  .md\:text-zinc-700\/30{
    color: rgb(63 63 70 / 0.3);
  }

  .md\:text-zinc-700\/35{
    color: rgb(63 63 70 / 0.35);
  }

  .md\:text-zinc-700\/40{
    color: rgb(63 63 70 / 0.4);
  }

  .md\:text-zinc-700\/45{
    color: rgb(63 63 70 / 0.45);
  }

  .md\:text-zinc-700\/5{
    color: rgb(63 63 70 / 0.05);
  }

  .md\:text-zinc-700\/50{
    color: rgb(63 63 70 / 0.5);
  }

  .md\:text-zinc-700\/55{
    color: rgb(63 63 70 / 0.55);
  }

  .md\:text-zinc-700\/60{
    color: rgb(63 63 70 / 0.6);
  }

  .md\:text-zinc-700\/65{
    color: rgb(63 63 70 / 0.65);
  }

  .md\:text-zinc-700\/70{
    color: rgb(63 63 70 / 0.7);
  }

  .md\:text-zinc-700\/75{
    color: rgb(63 63 70 / 0.75);
  }

  .md\:text-zinc-700\/80{
    color: rgb(63 63 70 / 0.8);
  }

  .md\:text-zinc-700\/85{
    color: rgb(63 63 70 / 0.85);
  }

  .md\:text-zinc-700\/90{
    color: rgb(63 63 70 / 0.9);
  }

  .md\:text-zinc-700\/95{
    color: rgb(63 63 70 / 0.95);
  }

  .md\:text-zinc-800{
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-800\/0{
    color: rgb(39 39 42 / 0);
  }

  .md\:text-zinc-800\/10{
    color: rgb(39 39 42 / 0.1);
  }

  .md\:text-zinc-800\/100{
    color: rgb(39 39 42 / 1);
  }

  .md\:text-zinc-800\/15{
    color: rgb(39 39 42 / 0.15);
  }

  .md\:text-zinc-800\/20{
    color: rgb(39 39 42 / 0.2);
  }

  .md\:text-zinc-800\/25{
    color: rgb(39 39 42 / 0.25);
  }

  .md\:text-zinc-800\/30{
    color: rgb(39 39 42 / 0.3);
  }

  .md\:text-zinc-800\/35{
    color: rgb(39 39 42 / 0.35);
  }

  .md\:text-zinc-800\/40{
    color: rgb(39 39 42 / 0.4);
  }

  .md\:text-zinc-800\/45{
    color: rgb(39 39 42 / 0.45);
  }

  .md\:text-zinc-800\/5{
    color: rgb(39 39 42 / 0.05);
  }

  .md\:text-zinc-800\/50{
    color: rgb(39 39 42 / 0.5);
  }

  .md\:text-zinc-800\/55{
    color: rgb(39 39 42 / 0.55);
  }

  .md\:text-zinc-800\/60{
    color: rgb(39 39 42 / 0.6);
  }

  .md\:text-zinc-800\/65{
    color: rgb(39 39 42 / 0.65);
  }

  .md\:text-zinc-800\/70{
    color: rgb(39 39 42 / 0.7);
  }

  .md\:text-zinc-800\/75{
    color: rgb(39 39 42 / 0.75);
  }

  .md\:text-zinc-800\/80{
    color: rgb(39 39 42 / 0.8);
  }

  .md\:text-zinc-800\/85{
    color: rgb(39 39 42 / 0.85);
  }

  .md\:text-zinc-800\/90{
    color: rgb(39 39 42 / 0.9);
  }

  .md\:text-zinc-800\/95{
    color: rgb(39 39 42 / 0.95);
  }

  .md\:text-zinc-900{
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-900\/0{
    color: rgb(24 24 27 / 0);
  }

  .md\:text-zinc-900\/10{
    color: rgb(24 24 27 / 0.1);
  }

  .md\:text-zinc-900\/100{
    color: rgb(24 24 27 / 1);
  }

  .md\:text-zinc-900\/15{
    color: rgb(24 24 27 / 0.15);
  }

  .md\:text-zinc-900\/20{
    color: rgb(24 24 27 / 0.2);
  }

  .md\:text-zinc-900\/25{
    color: rgb(24 24 27 / 0.25);
  }

  .md\:text-zinc-900\/30{
    color: rgb(24 24 27 / 0.3);
  }

  .md\:text-zinc-900\/35{
    color: rgb(24 24 27 / 0.35);
  }

  .md\:text-zinc-900\/40{
    color: rgb(24 24 27 / 0.4);
  }

  .md\:text-zinc-900\/45{
    color: rgb(24 24 27 / 0.45);
  }

  .md\:text-zinc-900\/5{
    color: rgb(24 24 27 / 0.05);
  }

  .md\:text-zinc-900\/50{
    color: rgb(24 24 27 / 0.5);
  }

  .md\:text-zinc-900\/55{
    color: rgb(24 24 27 / 0.55);
  }

  .md\:text-zinc-900\/60{
    color: rgb(24 24 27 / 0.6);
  }

  .md\:text-zinc-900\/65{
    color: rgb(24 24 27 / 0.65);
  }

  .md\:text-zinc-900\/70{
    color: rgb(24 24 27 / 0.7);
  }

  .md\:text-zinc-900\/75{
    color: rgb(24 24 27 / 0.75);
  }

  .md\:text-zinc-900\/80{
    color: rgb(24 24 27 / 0.8);
  }

  .md\:text-zinc-900\/85{
    color: rgb(24 24 27 / 0.85);
  }

  .md\:text-zinc-900\/90{
    color: rgb(24 24 27 / 0.9);
  }

  .md\:text-zinc-900\/95{
    color: rgb(24 24 27 / 0.95);
  }

  .md\:text-zinc-950{
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  }

  .md\:text-zinc-950\/0{
    color: rgb(9 9 11 / 0);
  }

  .md\:text-zinc-950\/10{
    color: rgb(9 9 11 / 0.1);
  }

  .md\:text-zinc-950\/100{
    color: rgb(9 9 11 / 1);
  }

  .md\:text-zinc-950\/15{
    color: rgb(9 9 11 / 0.15);
  }

  .md\:text-zinc-950\/20{
    color: rgb(9 9 11 / 0.2);
  }

  .md\:text-zinc-950\/25{
    color: rgb(9 9 11 / 0.25);
  }

  .md\:text-zinc-950\/30{
    color: rgb(9 9 11 / 0.3);
  }

  .md\:text-zinc-950\/35{
    color: rgb(9 9 11 / 0.35);
  }

  .md\:text-zinc-950\/40{
    color: rgb(9 9 11 / 0.4);
  }

  .md\:text-zinc-950\/45{
    color: rgb(9 9 11 / 0.45);
  }

  .md\:text-zinc-950\/5{
    color: rgb(9 9 11 / 0.05);
  }

  .md\:text-zinc-950\/50{
    color: rgb(9 9 11 / 0.5);
  }

  .md\:text-zinc-950\/55{
    color: rgb(9 9 11 / 0.55);
  }

  .md\:text-zinc-950\/60{
    color: rgb(9 9 11 / 0.6);
  }

  .md\:text-zinc-950\/65{
    color: rgb(9 9 11 / 0.65);
  }

  .md\:text-zinc-950\/70{
    color: rgb(9 9 11 / 0.7);
  }

  .md\:text-zinc-950\/75{
    color: rgb(9 9 11 / 0.75);
  }

  .md\:text-zinc-950\/80{
    color: rgb(9 9 11 / 0.8);
  }

  .md\:text-zinc-950\/85{
    color: rgb(9 9 11 / 0.85);
  }

  .md\:text-zinc-950\/90{
    color: rgb(9 9 11 / 0.9);
  }

  .md\:text-zinc-950\/95{
    color: rgb(9 9 11 / 0.95);
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-45{
    --tw-text-opacity: 0.45;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-55{
    --tw-text-opacity: 0.55;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color{
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -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);
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -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);
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -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);
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .md\: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);
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (min-width: 1024px){
  .lg\:-bottom-0{
    bottom: -0px;
  }

  .lg\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  .lg\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem;
  }

  .lg\:-bottom-12{
    bottom: -3rem;
  }

  .lg\:-bottom-14{
    bottom: -3.5rem;
  }

  .lg\:-bottom-16{
    bottom: -4rem;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .lg\:-bottom-20{
    bottom: -5rem;
  }

  .lg\:-bottom-24{
    bottom: -6rem;
  }

  .lg\:-bottom-28{
    bottom: -7rem;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .lg\:-bottom-32{
    bottom: -8rem;
  }

  .lg\:-bottom-36{
    bottom: -9rem;
  }

  .lg\:-bottom-4{
    bottom: -1rem;
  }

  .lg\:-bottom-40{
    bottom: -10rem;
  }

  .lg\:-bottom-44{
    bottom: -11rem;
  }

  .lg\:-bottom-48{
    bottom: -12rem;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  .lg\:-bottom-52{
    bottom: -13rem;
  }

  .lg\:-bottom-56{
    bottom: -14rem;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  .lg\:-bottom-60{
    bottom: -15rem;
  }

  .lg\:-bottom-64{
    bottom: -16rem;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem;
  }

  .lg\:-bottom-72{
    bottom: -18rem;
  }

  .lg\:-bottom-8{
    bottom: -2rem;
  }

  .lg\:-bottom-80{
    bottom: -20rem;
  }

  .lg\:-bottom-9{
    bottom: -2.25rem;
  }

  .lg\:-bottom-96{
    bottom: -24rem;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:-bottom-px{
    bottom: -1px;
  }

  .lg\:-left-0{
    left: -0px;
  }

  .lg\:-left-0\.5{
    left: -0.125rem;
  }

  .lg\:-left-1{
    left: -0.25rem;
  }

  .lg\:-left-1\.5{
    left: -0.375rem;
  }

  .lg\:-left-1\/2{
    left: -50%;
  }

  .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .lg\:-left-1\/4{
    left: -25%;
  }

  .lg\:-left-10{
    left: -2.5rem;
  }

  .lg\:-left-11{
    left: -2.75rem;
  }

  .lg\:-left-12{
    left: -3rem;
  }

  .lg\:-left-14{
    left: -3.5rem;
  }

  .lg\:-left-16{
    left: -4rem;
  }

  .lg\:-left-2{
    left: -0.5rem;
  }

  .lg\:-left-2\.5{
    left: -0.625rem;
  }

  .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .lg\:-left-2\/4{
    left: -50%;
  }

  .lg\:-left-20{
    left: -5rem;
  }

  .lg\:-left-24{
    left: -6rem;
  }

  .lg\:-left-28{
    left: -7rem;
  }

  .lg\:-left-3{
    left: -0.75rem;
  }

  .lg\:-left-3\.5{
    left: -0.875rem;
  }

  .lg\:-left-3\/4{
    left: -75%;
  }

  .lg\:-left-32{
    left: -8rem;
  }

  .lg\:-left-36{
    left: -9rem;
  }

  .lg\:-left-4{
    left: -1rem;
  }

  .lg\:-left-40{
    left: -10rem;
  }

  .lg\:-left-44{
    left: -11rem;
  }

  .lg\:-left-48{
    left: -12rem;
  }

  .lg\:-left-5{
    left: -1.25rem;
  }

  .lg\:-left-52{
    left: -13rem;
  }

  .lg\:-left-56{
    left: -14rem;
  }

  .lg\:-left-6{
    left: -1.5rem;
  }

  .lg\:-left-60{
    left: -15rem;
  }

  .lg\:-left-64{
    left: -16rem;
  }

  .lg\:-left-7{
    left: -1.75rem;
  }

  .lg\:-left-72{
    left: -18rem;
  }

  .lg\:-left-8{
    left: -2rem;
  }

  .lg\:-left-80{
    left: -20rem;
  }

  .lg\:-left-9{
    left: -2.25rem;
  }

  .lg\:-left-96{
    left: -24rem;
  }

  .lg\:-left-full{
    left: -100%;
  }

  .lg\:-left-px{
    left: -1px;
  }

  .lg\:-right-0{
    right: -0px;
  }

  .lg\:-right-0\.5{
    right: -0.125rem;
  }

  .lg\:-right-1{
    right: -0.25rem;
  }

  .lg\:-right-1\.5{
    right: -0.375rem;
  }

  .lg\:-right-1\/2{
    right: -50%;
  }

  .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .lg\:-right-1\/4{
    right: -25%;
  }

  .lg\:-right-10{
    right: -2.5rem;
  }

  .lg\:-right-11{
    right: -2.75rem;
  }

  .lg\:-right-12{
    right: -3rem;
  }

  .lg\:-right-14{
    right: -3.5rem;
  }

  .lg\:-right-16{
    right: -4rem;
  }

  .lg\:-right-2{
    right: -0.5rem;
  }

  .lg\:-right-2\.5{
    right: -0.625rem;
  }

  .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .lg\:-right-2\/4{
    right: -50%;
  }

  .lg\:-right-20{
    right: -5rem;
  }

  .lg\:-right-24{
    right: -6rem;
  }

  .lg\:-right-28{
    right: -7rem;
  }

  .lg\:-right-3{
    right: -0.75rem;
  }

  .lg\:-right-3\.5{
    right: -0.875rem;
  }

  .lg\:-right-3\/4{
    right: -75%;
  }

  .lg\:-right-32{
    right: -8rem;
  }

  .lg\:-right-36{
    right: -9rem;
  }

  .lg\:-right-4{
    right: -1rem;
  }

  .lg\:-right-40{
    right: -10rem;
  }

  .lg\:-right-44{
    right: -11rem;
  }

  .lg\:-right-48{
    right: -12rem;
  }

  .lg\:-right-5{
    right: -1.25rem;
  }

  .lg\:-right-52{
    right: -13rem;
  }

  .lg\:-right-56{
    right: -14rem;
  }

  .lg\:-right-6{
    right: -1.5rem;
  }

  .lg\:-right-60{
    right: -15rem;
  }

  .lg\:-right-64{
    right: -16rem;
  }

  .lg\:-right-7{
    right: -1.75rem;
  }

  .lg\:-right-72{
    right: -18rem;
  }

  .lg\:-right-8{
    right: -2rem;
  }

  .lg\:-right-80{
    right: -20rem;
  }

  .lg\:-right-9{
    right: -2.25rem;
  }

  .lg\:-right-96{
    right: -24rem;
  }

  .lg\:-right-full{
    right: -100%;
  }

  .lg\:-right-px{
    right: -1px;
  }

  .lg\:-top-0{
    top: -0px;
  }

  .lg\:-top-0\.5{
    top: -0.125rem;
  }

  .lg\:-top-1{
    top: -0.25rem;
  }

  .lg\:-top-1\.5{
    top: -0.375rem;
  }

  .lg\:-top-1\/2{
    top: -50%;
  }

  .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .lg\:-top-1\/4{
    top: -25%;
  }

  .lg\:-top-10{
    top: -2.5rem;
  }

  .lg\:-top-11{
    top: -2.75rem;
  }

  .lg\:-top-12{
    top: -3rem;
  }

  .lg\:-top-14{
    top: -3.5rem;
  }

  .lg\:-top-16{
    top: -4rem;
  }

  .lg\:-top-2{
    top: -0.5rem;
  }

  .lg\:-top-2\.5{
    top: -0.625rem;
  }

  .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .lg\:-top-2\/4{
    top: -50%;
  }

  .lg\:-top-20{
    top: -5rem;
  }

  .lg\:-top-24{
    top: -6rem;
  }

  .lg\:-top-28{
    top: -7rem;
  }

  .lg\:-top-3{
    top: -0.75rem;
  }

  .lg\:-top-3\.5{
    top: -0.875rem;
  }

  .lg\:-top-3\/4{
    top: -75%;
  }

  .lg\:-top-32{
    top: -8rem;
  }

  .lg\:-top-36{
    top: -9rem;
  }

  .lg\:-top-4{
    top: -1rem;
  }

  .lg\:-top-40{
    top: -10rem;
  }

  .lg\:-top-44{
    top: -11rem;
  }

  .lg\:-top-48{
    top: -12rem;
  }

  .lg\:-top-5{
    top: -1.25rem;
  }

  .lg\:-top-52{
    top: -13rem;
  }

  .lg\:-top-56{
    top: -14rem;
  }

  .lg\:-top-6{
    top: -1.5rem;
  }

  .lg\:-top-60{
    top: -15rem;
  }

  .lg\:-top-64{
    top: -16rem;
  }

  .lg\:-top-7{
    top: -1.75rem;
  }

  .lg\:-top-72{
    top: -18rem;
  }

  .lg\:-top-8{
    top: -2rem;
  }

  .lg\:-top-80{
    top: -20rem;
  }

  .lg\:-top-9{
    top: -2.25rem;
  }

  .lg\:-top-96{
    top: -24rem;
  }

  .lg\:-top-full{
    top: -100%;
  }

  .lg\:-top-px{
    top: -1px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .lg\:bottom-1{
    bottom: 0.25rem;
  }

  .lg\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .lg\:bottom-10{
    bottom: 2.5rem;
  }

  .lg\:bottom-11{
    bottom: 2.75rem;
  }

  .lg\:bottom-12{
    bottom: 3rem;
  }

  .lg\:bottom-14{
    bottom: 3.5rem;
  }

  .lg\:bottom-16{
    bottom: 4rem;
  }

  .lg\:bottom-2{
    bottom: 0.5rem;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .lg\:bottom-20{
    bottom: 5rem;
  }

  .lg\:bottom-24{
    bottom: 6rem;
  }

  .lg\:bottom-28{
    bottom: 7rem;
  }

  .lg\:bottom-3{
    bottom: 0.75rem;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .lg\:bottom-32{
    bottom: 8rem;
  }

  .lg\:bottom-36{
    bottom: 9rem;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:bottom-40{
    bottom: 10rem;
  }

  .lg\:bottom-44{
    bottom: 11rem;
  }

  .lg\:bottom-48{
    bottom: 12rem;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:bottom-52{
    bottom: 13rem;
  }

  .lg\:bottom-56{
    bottom: 14rem;
  }

  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:bottom-60{
    bottom: 15rem;
  }

  .lg\:bottom-64{
    bottom: 16rem;
  }

  .lg\:bottom-7{
    bottom: 1.75rem;
  }

  .lg\:bottom-72{
    bottom: 18rem;
  }

  .lg\:bottom-8{
    bottom: 2rem;
  }

  .lg\:bottom-80{
    bottom: 20rem;
  }

  .lg\:bottom-9{
    bottom: 2.25rem;
  }

  .lg\:bottom-96{
    bottom: 24rem;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:bottom-px{
    bottom: 1px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-0\.5{
    left: 0.125rem;
  }

  .lg\:left-1{
    left: 0.25rem;
  }

  .lg\:left-1\.5{
    left: 0.375rem;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-1\/3{
    left: 33.333333%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:left-10{
    left: 2.5rem;
  }

  .lg\:left-11{
    left: 2.75rem;
  }

  .lg\:left-12{
    left: 3rem;
  }

  .lg\:left-14{
    left: 3.5rem;
  }

  .lg\:left-16{
    left: 4rem;
  }

  .lg\:left-2{
    left: 0.5rem;
  }

  .lg\:left-2\.5{
    left: 0.625rem;
  }

  .lg\:left-2\/3{
    left: 66.666667%;
  }

  .lg\:left-2\/4{
    left: 50%;
  }

  .lg\:left-20{
    left: 5rem;
  }

  .lg\:left-24{
    left: 6rem;
  }

  .lg\:left-28{
    left: 7rem;
  }

  .lg\:left-3{
    left: 0.75rem;
  }

  .lg\:left-3\.5{
    left: 0.875rem;
  }

  .lg\:left-3\/4{
    left: 75%;
  }

  .lg\:left-32{
    left: 8rem;
  }

  .lg\:left-36{
    left: 9rem;
  }

  .lg\:left-4{
    left: 1rem;
  }

  .lg\:left-40{
    left: 10rem;
  }

  .lg\:left-44{
    left: 11rem;
  }

  .lg\:left-48{
    left: 12rem;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:left-52{
    left: 13rem;
  }

  .lg\:left-56{
    left: 14rem;
  }

  .lg\:left-6{
    left: 1.5rem;
  }

  .lg\:left-60{
    left: 15rem;
  }

  .lg\:left-64{
    left: 16rem;
  }

  .lg\:left-7{
    left: 1.75rem;
  }

  .lg\:left-72{
    left: 18rem;
  }

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:left-80{
    left: 20rem;
  }

  .lg\:left-9{
    left: 2.25rem;
  }

  .lg\:left-96{
    left: 24rem;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:left-px{
    left: 1px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-0\.5{
    right: 0.125rem;
  }

  .lg\:right-1{
    right: 0.25rem;
  }

  .lg\:right-1\.5{
    right: 0.375rem;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:right-1\/3{
    right: 33.333333%;
  }

  .lg\:right-1\/4{
    right: 25%;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:right-11{
    right: 2.75rem;
  }

  .lg\:right-12{
    right: 3rem;
  }

  .lg\:right-14{
    right: 3.5rem;
  }

  .lg\:right-16{
    right: 4rem;
  }

  .lg\:right-2{
    right: 0.5rem;
  }

  .lg\:right-2\.5{
    right: 0.625rem;
  }

  .lg\:right-2\/3{
    right: 66.666667%;
  }

  .lg\:right-2\/4{
    right: 50%;
  }

  .lg\:right-20{
    right: 5rem;
  }

  .lg\:right-24{
    right: 6rem;
  }

  .lg\:right-28{
    right: 7rem;
  }

  .lg\:right-3{
    right: 0.75rem;
  }

  .lg\:right-3\.5{
    right: 0.875rem;
  }

  .lg\:right-3\/4{
    right: 75%;
  }

  .lg\:right-32{
    right: 8rem;
  }

  .lg\:right-36{
    right: 9rem;
  }

  .lg\:right-4{
    right: 1rem;
  }

  .lg\:right-40{
    right: 10rem;
  }

  .lg\:right-44{
    right: 11rem;
  }

  .lg\:right-48{
    right: 12rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:right-52{
    right: 13rem;
  }

  .lg\:right-56{
    right: 14rem;
  }

  .lg\:right-6{
    right: 1.5rem;
  }

  .lg\:right-60{
    right: 15rem;
  }

  .lg\:right-64{
    right: 16rem;
  }

  .lg\:right-7{
    right: 1.75rem;
  }

  .lg\:right-72{
    right: 18rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:right-80{
    right: 20rem;
  }

  .lg\:right-9{
    right: 2.25rem;
  }

  .lg\:right-96{
    right: 24rem;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:right-px{
    right: 1px;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:top-0\.5{
    top: 0.125rem;
  }

  .lg\:top-1{
    top: 0.25rem;
  }

  .lg\:top-1\.5{
    top: 0.375rem;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-11{
    top: 2.75rem;
  }

  .lg\:top-12{
    top: 3rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:top-2\.5{
    top: 0.625rem;
  }

  .lg\:top-2\/3{
    top: 66.666667%;
  }

  .lg\:top-2\/4{
    top: 50%;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:top-24{
    top: 6rem;
  }

  .lg\:top-28{
    top: 7rem;
  }

  .lg\:top-3{
    top: 0.75rem;
  }

  .lg\:top-3\.5{
    top: 0.875rem;
  }

  .lg\:top-3\/4{
    top: 75%;
  }

  .lg\:top-32{
    top: 8rem;
  }

  .lg\:top-36{
    top: 9rem;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-40{
    top: 10rem;
  }

  .lg\:top-44{
    top: 11rem;
  }

  .lg\:top-48{
    top: 12rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

  .lg\:top-52{
    top: 13rem;
  }

  .lg\:top-56{
    top: 14rem;
  }

  .lg\:top-6{
    top: 1.5rem;
  }

  .lg\:top-60{
    top: 15rem;
  }

  .lg\:top-64{
    top: 16rem;
  }

  .lg\:top-7{
    top: 1.75rem;
  }

  .lg\:top-72{
    top: 18rem;
  }

  .lg\:top-8{
    top: 2rem;
  }

  .lg\:top-80{
    top: 20rem;
  }

  .lg\:top-9{
    top: 2.25rem;
  }

  .lg\:top-96{
    top: 24rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:top-px{
    top: 1px;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .lg\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:-mb-0{
    margin-bottom: -0px;
  }

  .lg\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-0{
    margin-left: -0px;
  }

  .lg\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-ml-28{
    margin-left: -7rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-ml-36{
    margin-left: -9rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-ml-44{
    margin-left: -11rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-ml-52{
    margin-left: -13rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-ml-60{
    margin-left: -15rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  .lg\:-ml-72{
    margin-left: -18rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-ml-80{
    margin-left: -20rem;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  .lg\:-ml-96{
    margin-left: -24rem;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mr-0{
    margin-right: -0px;
  }

  .lg\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mr-28{
    margin-right: -7rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mr-36{
    margin-right: -9rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mr-44{
    margin-right: -11rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mr-52{
    margin-right: -13rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mr-60{
    margin-right: -15rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  .lg\:-mr-72{
    margin-right: -18rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mr-80{
    margin-right: -20rem;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  .lg\:-mr-96{
    margin-right: -24rem;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mt-0{
    margin-top: -0px;
  }

  .lg\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mt-28{
    margin-top: -7rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mt-36{
    margin-top: -9rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mt-44{
    margin-top: -11rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mt-52{
    margin-top: -13rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mt-60{
    margin-top: -15rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  .lg\:-mt-72{
    margin-top: -18rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mt-80{
    margin-top: -20rem;
  }

  .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  .lg\:-mt-96{
    margin-top: -24rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mb-36{
    margin-bottom: 9rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:mb-44{
    margin-bottom: 11rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-60{
    margin-bottom: 15rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-72{
    margin-bottom: 18rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-80{
    margin-bottom: 20rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:mb-96{
    margin-bottom: 24rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:ml-11{
    margin-left: 2.75rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:ml-28{
    margin-left: 7rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:ml-36{
    margin-left: 9rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:ml-44{
    margin-left: 11rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ml-52{
    margin-left: 13rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:ml-60{
    margin-left: 15rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:ml-7{
    margin-left: 1.75rem;
  }

  .lg\:ml-72{
    margin-left: 18rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:ml-80{
    margin-left: 20rem;
  }

  .lg\:ml-9{
    margin-left: 2.25rem;
  }

  .lg\:ml-96{
    margin-left: 24rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mr-11{
    margin-right: 2.75rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mr-14{
    margin-right: 3.5rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mr-28{
    margin-right: 7rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mr-36{
    margin-right: 9rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mr-44{
    margin-right: 11rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mr-52{
    margin-right: 13rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mr-60{
    margin-right: 15rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mr-7{
    margin-right: 1.75rem;
  }

  .lg\:mr-72{
    margin-right: 18rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mr-80{
    margin-right: 20rem;
  }

  .lg\:mr-9{
    margin-right: 2.25rem;
  }

  .lg\:mr-96{
    margin-right: 24rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mt-36{
    margin-top: 9rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mt-44{
    margin-top: 11rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-52{
    margin-top: 13rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-60{
    margin-top: 15rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mt-7{
    margin-top: 1.75rem;
  }

  .lg\:mt-72{
    margin-top: 18rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-80{
    margin-top: 20rem;
  }

  .lg\:mt-9{
    margin-top: 2.25rem;
  }

  .lg\:mt-96{
    margin-top: 24rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lg\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .lg\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .lg\:h-\[64px\]{
    height: 64px;
  }

  .lg\:max-h-0{
    max-height: 0px;
  }

  .lg\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .lg\:max-h-1{
    max-height: 0.25rem;
  }

  .lg\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .lg\:max-h-10{
    max-height: 2.5rem;
  }

  .lg\:max-h-11{
    max-height: 2.75rem;
  }

  .lg\:max-h-12{
    max-height: 3rem;
  }

  .lg\:max-h-14{
    max-height: 3.5rem;
  }

  .lg\:max-h-16{
    max-height: 4rem;
  }

  .lg\:max-h-2{
    max-height: 0.5rem;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .lg\:max-h-20{
    max-height: 5rem;
  }

  .lg\:max-h-24{
    max-height: 6rem;
  }

  .lg\:max-h-28{
    max-height: 7rem;
  }

  .lg\:max-h-3{
    max-height: 0.75rem;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .lg\:max-h-32{
    max-height: 8rem;
  }

  .lg\:max-h-36{
    max-height: 9rem;
  }

  .lg\:max-h-4{
    max-height: 1rem;
  }

  .lg\:max-h-40{
    max-height: 10rem;
  }

  .lg\:max-h-44{
    max-height: 11rem;
  }

  .lg\:max-h-48{
    max-height: 12rem;
  }

  .lg\:max-h-5{
    max-height: 1.25rem;
  }

  .lg\:max-h-52{
    max-height: 13rem;
  }

  .lg\:max-h-56{
    max-height: 14rem;
  }

  .lg\:max-h-6{
    max-height: 1.5rem;
  }

  .lg\:max-h-60{
    max-height: 15rem;
  }

  .lg\:max-h-64{
    max-height: 16rem;
  }

  .lg\:max-h-7{
    max-height: 1.75rem;
  }

  .lg\:max-h-72{
    max-height: 18rem;
  }

  .lg\:max-h-8{
    max-height: 2rem;
  }

  .lg\:max-h-80{
    max-height: 20rem;
  }

  .lg\:max-h-9{
    max-height: 2.25rem;
  }

  .lg\:max-h-96{
    max-height: 24rem;
  }

  .lg\:max-h-dvh{
    max-height: 100dvh;
  }

  .lg\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-lvh{
    max-height: 100lvh;
  }

  .lg\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-h-min{
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .lg\:max-h-none{
    max-height: none;
  }

  .lg\:max-h-px{
    max-height: 1px;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-h-svh{
    max-height: 100svh;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-0\.5{
    min-height: 0.125rem;
  }

  .lg\:min-h-1{
    min-height: 0.25rem;
  }

  .lg\:min-h-1\.5{
    min-height: 0.375rem;
  }

  .lg\:min-h-10{
    min-height: 2.5rem;
  }

  .lg\:min-h-11{
    min-height: 2.75rem;
  }

  .lg\:min-h-12{
    min-height: 3rem;
  }

  .lg\:min-h-14{
    min-height: 3.5rem;
  }

  .lg\:min-h-16{
    min-height: 4rem;
  }

  .lg\:min-h-2{
    min-height: 0.5rem;
  }

  .lg\:min-h-2\.5{
    min-height: 0.625rem;
  }

  .lg\:min-h-20{
    min-height: 5rem;
  }

  .lg\:min-h-24{
    min-height: 6rem;
  }

  .lg\:min-h-28{
    min-height: 7rem;
  }

  .lg\:min-h-3{
    min-height: 0.75rem;
  }

  .lg\:min-h-3\.5{
    min-height: 0.875rem;
  }

  .lg\:min-h-32{
    min-height: 8rem;
  }

  .lg\:min-h-36{
    min-height: 9rem;
  }

  .lg\:min-h-4{
    min-height: 1rem;
  }

  .lg\:min-h-40{
    min-height: 10rem;
  }

  .lg\:min-h-44{
    min-height: 11rem;
  }

  .lg\:min-h-48{
    min-height: 12rem;
  }

  .lg\:min-h-5{
    min-height: 1.25rem;
  }

  .lg\:min-h-52{
    min-height: 13rem;
  }

  .lg\:min-h-56{
    min-height: 14rem;
  }

  .lg\:min-h-6{
    min-height: 1.5rem;
  }

  .lg\:min-h-60{
    min-height: 15rem;
  }

  .lg\:min-h-64{
    min-height: 16rem;
  }

  .lg\:min-h-7{
    min-height: 1.75rem;
  }

  .lg\:min-h-72{
    min-height: 18rem;
  }

  .lg\:min-h-8{
    min-height: 2rem;
  }

  .lg\:min-h-80{
    min-height: 20rem;
  }

  .lg\:min-h-9{
    min-height: 2.25rem;
  }

  .lg\:min-h-96{
    min-height: 24rem;
  }

  .lg\:min-h-dvh{
    min-height: 100dvh;
  }

  .lg\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-lvh{
    min-height: 100lvh;
  }

  .lg\:min-h-max{
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .lg\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .lg\:min-h-px{
    min-height: 1px;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-h-svh{
    min-height: 100svh;
  }

  .lg\:w-\[calc\(33\.333\%_-_7\.5px\)\]{
    width: calc(33.333% - 7.5px);
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:min-w-0\.5{
    min-width: 0.125rem;
  }

  .lg\:min-w-1{
    min-width: 0.25rem;
  }

  .lg\:min-w-1\.5{
    min-width: 0.375rem;
  }

  .lg\:min-w-10{
    min-width: 2.5rem;
  }

  .lg\:min-w-11{
    min-width: 2.75rem;
  }

  .lg\:min-w-12{
    min-width: 3rem;
  }

  .lg\:min-w-14{
    min-width: 3.5rem;
  }

  .lg\:min-w-16{
    min-width: 4rem;
  }

  .lg\:min-w-2{
    min-width: 0.5rem;
  }

  .lg\:min-w-2\.5{
    min-width: 0.625rem;
  }

  .lg\:min-w-20{
    min-width: 5rem;
  }

  .lg\:min-w-24{
    min-width: 6rem;
  }

  .lg\:min-w-28{
    min-width: 7rem;
  }

  .lg\:min-w-3{
    min-width: 0.75rem;
  }

  .lg\:min-w-3\.5{
    min-width: 0.875rem;
  }

  .lg\:min-w-32{
    min-width: 8rem;
  }

  .lg\:min-w-36{
    min-width: 9rem;
  }

  .lg\:min-w-4{
    min-width: 1rem;
  }

  .lg\:min-w-40{
    min-width: 10rem;
  }

  .lg\:min-w-44{
    min-width: 11rem;
  }

  .lg\:min-w-48{
    min-width: 12rem;
  }

  .lg\:min-w-5{
    min-width: 1.25rem;
  }

  .lg\:min-w-52{
    min-width: 13rem;
  }

  .lg\:min-w-56{
    min-width: 14rem;
  }

  .lg\:min-w-6{
    min-width: 1.5rem;
  }

  .lg\:min-w-60{
    min-width: 15rem;
  }

  .lg\:min-w-64{
    min-width: 16rem;
  }

  .lg\:min-w-7{
    min-width: 1.75rem;
  }

  .lg\:min-w-72{
    min-width: 18rem;
  }

  .lg\:min-w-8{
    min-width: 2rem;
  }

  .lg\:min-w-80{
    min-width: 20rem;
  }

  .lg\:min-w-9{
    min-width: 2.25rem;
  }

  .lg\:min-w-96{
    min-width: 24rem;
  }

  .lg\:min-w-\[386px\]{
    min-width: 386px;
  }

  .lg\:min-w-\[404px\]{
    min-width: 404px;
  }

  .lg\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-px{
    min-width: 1px;
  }

  .lg\:max-w-0{
    max-width: 0px;
  }

  .lg\:max-w-0\.5{
    max-width: 0.125rem;
  }

  .lg\:max-w-1{
    max-width: 0.25rem;
  }

  .lg\:max-w-1\.5{
    max-width: 0.375rem;
  }

  .lg\:max-w-10{
    max-width: 2.5rem;
  }

  .lg\:max-w-11{
    max-width: 2.75rem;
  }

  .lg\:max-w-12{
    max-width: 3rem;
  }

  .lg\:max-w-14{
    max-width: 3.5rem;
  }

  .lg\:max-w-16{
    max-width: 4rem;
  }

  .lg\:max-w-2{
    max-width: 0.5rem;
  }

  .lg\:max-w-2\.5{
    max-width: 0.625rem;
  }

  .lg\:max-w-20{
    max-width: 5rem;
  }

  .lg\:max-w-24{
    max-width: 6rem;
  }

  .lg\:max-w-28{
    max-width: 7rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3{
    max-width: 0.75rem;
  }

  .lg\:max-w-3\.5{
    max-width: 0.875rem;
  }

  .lg\:max-w-32{
    max-width: 8rem;
  }

  .lg\:max-w-36{
    max-width: 9rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4{
    max-width: 1rem;
  }

  .lg\:max-w-40{
    max-width: 10rem;
  }

  .lg\:max-w-44{
    max-width: 11rem;
  }

  .lg\:max-w-48{
    max-width: 12rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5{
    max-width: 1.25rem;
  }

  .lg\:max-w-52{
    max-width: 13rem;
  }

  .lg\:max-w-56{
    max-width: 14rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6{
    max-width: 1.5rem;
  }

  .lg\:max-w-60{
    max-width: 15rem;
  }

  .lg\:max-w-64{
    max-width: 16rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-7{
    max-width: 1.75rem;
  }

  .lg\:max-w-72{
    max-width: 18rem;
  }

  .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-8{
    max-width: 2rem;
  }

  .lg\:max-w-80{
    max-width: 20rem;
  }

  .lg\:max-w-9{
    max-width: 2.25rem;
  }

  .lg\:max-w-96{
    max-width: 24rem;
  }

  .lg\:max-w-\[386px\]{
    max-width: 386px;
  }

  .lg\:max-w-\[404px\]{
    max-width: 404px;
  }

  .lg\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-prose{
    max-width: 65ch;
  }

  .lg\:max-w-px{
    max-width: 1px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-sm{
    max-width: 375px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1200px;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1300px;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:origin-top-left{
    transform-origin: top left;
  }

  .lg\:origin-top-right{
    transform-origin: top right;
  }

  .lg\:cursor-context-menu{
    cursor: context-menu;
  }

  .lg\:snap-none{
    scroll-snap-type: none;
  }

  .lg\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .lg\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .lg\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .lg\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .lg\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .lg\:snap-start{
    scroll-snap-align: start;
  }

  .lg\:snap-end{
    scroll-snap-align: end;
  }

  .lg\:snap-center{
    scroll-snap-align: center;
  }

  .lg\:snap-align-none{
    scroll-snap-align: none;
  }

  .lg\:snap-normal{
    scroll-snap-stop: normal;
  }

  .lg\:snap-always{
    scroll-snap-stop: always;
  }

  .lg\:-scroll-mx-0{
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mx-0\.5{
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mx-1{
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .lg\:-scroll-mx-1\.5{
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mx-10{
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .lg\:-scroll-mx-11{
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .lg\:-scroll-mx-12{
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .lg\:-scroll-mx-14{
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .lg\:-scroll-mx-16{
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .lg\:-scroll-mx-2{
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .lg\:-scroll-mx-2\.5{
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mx-20{
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .lg\:-scroll-mx-24{
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .lg\:-scroll-mx-28{
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .lg\:-scroll-mx-3{
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .lg\:-scroll-mx-3\.5{
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mx-32{
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .lg\:-scroll-mx-36{
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .lg\:-scroll-mx-4{
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .lg\:-scroll-mx-40{
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .lg\:-scroll-mx-44{
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .lg\:-scroll-mx-48{
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .lg\:-scroll-mx-5{
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .lg\:-scroll-mx-52{
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .lg\:-scroll-mx-56{
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .lg\:-scroll-mx-6{
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .lg\:-scroll-mx-60{
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .lg\:-scroll-mx-64{
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .lg\:-scroll-mx-7{
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mx-72{
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .lg\:-scroll-mx-8{
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mx-80{
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .lg\:-scroll-mx-9{
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mx-96{
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .lg\:-scroll-mx-px{
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .lg\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .lg\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .lg\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .lg\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .lg\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .lg\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .lg\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .lg\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .lg\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .lg\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .lg\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .lg\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .lg\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .lg\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .lg\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .lg\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .lg\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .lg\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .lg\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .lg\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .lg\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .lg\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .lg\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .lg\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .lg\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .lg\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .lg\:scroll-mx-0{
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .lg\:scroll-mx-0\.5{
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .lg\:scroll-mx-1{
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .lg\:scroll-mx-1\.5{
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .lg\:scroll-mx-10{
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .lg\:scroll-mx-11{
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .lg\:scroll-mx-12{
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .lg\:scroll-mx-14{
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .lg\:scroll-mx-16{
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .lg\:scroll-mx-2{
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .lg\:scroll-mx-2\.5{
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .lg\:scroll-mx-20{
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .lg\:scroll-mx-24{
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .lg\:scroll-mx-28{
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .lg\:scroll-mx-3{
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .lg\:scroll-mx-3\.5{
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .lg\:scroll-mx-32{
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .lg\:scroll-mx-36{
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .lg\:scroll-mx-4{
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .lg\:scroll-mx-40{
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .lg\:scroll-mx-44{
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .lg\:scroll-mx-48{
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .lg\:scroll-mx-5{
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .lg\:scroll-mx-52{
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .lg\:scroll-mx-56{
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .lg\:scroll-mx-6{
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .lg\:scroll-mx-60{
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .lg\:scroll-mx-64{
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .lg\:scroll-mx-7{
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .lg\:scroll-mx-72{
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .lg\:scroll-mx-8{
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mx-80{
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .lg\:scroll-mx-9{
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .lg\:scroll-mx-96{
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .lg\:scroll-mx-px{
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .lg\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .lg\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .lg\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .lg\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .lg\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .lg\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .lg\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .lg\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .lg\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .lg\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .lg\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .lg\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .lg\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .lg\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .lg\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .lg\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .lg\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .lg\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .lg\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .lg\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .lg\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .lg\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .lg\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .lg\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .lg\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .lg\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .lg\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .lg\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .lg\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .lg\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .lg\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .lg\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .lg\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .lg\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .lg\:-scroll-mb-0{
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-mb-0\.5{
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-mb-1{
    scroll-margin-bottom: -0.25rem;
  }

  .lg\:-scroll-mb-1\.5{
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-mb-10{
    scroll-margin-bottom: -2.5rem;
  }

  .lg\:-scroll-mb-11{
    scroll-margin-bottom: -2.75rem;
  }

  .lg\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }

  .lg\:-scroll-mb-14{
    scroll-margin-bottom: -3.5rem;
  }

  .lg\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }

  .lg\:-scroll-mb-2{
    scroll-margin-bottom: -0.5rem;
  }

  .lg\:-scroll-mb-2\.5{
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }

  .lg\:-scroll-mb-24{
    scroll-margin-bottom: -6rem;
  }

  .lg\:-scroll-mb-28{
    scroll-margin-bottom: -7rem;
  }

  .lg\:-scroll-mb-3{
    scroll-margin-bottom: -0.75rem;
  }

  .lg\:-scroll-mb-3\.5{
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }

  .lg\:-scroll-mb-36{
    scroll-margin-bottom: -9rem;
  }

  .lg\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }

  .lg\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }

  .lg\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }

  .lg\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }

  .lg\:-scroll-mb-5{
    scroll-margin-bottom: -1.25rem;
  }

  .lg\:-scroll-mb-52{
    scroll-margin-bottom: -13rem;
  }

  .lg\:-scroll-mb-56{
    scroll-margin-bottom: -14rem;
  }

  .lg\:-scroll-mb-6{
    scroll-margin-bottom: -1.5rem;
  }

  .lg\:-scroll-mb-60{
    scroll-margin-bottom: -15rem;
  }

  .lg\:-scroll-mb-64{
    scroll-margin-bottom: -16rem;
  }

  .lg\:-scroll-mb-7{
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-mb-72{
    scroll-margin-bottom: -18rem;
  }

  .lg\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }

  .lg\:-scroll-mb-9{
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-mb-96{
    scroll-margin-bottom: -24rem;
  }

  .lg\:-scroll-mb-px{
    scroll-margin-bottom: -1px;
  }

  .lg\:-scroll-ml-0{
    scroll-margin-left: -0px;
  }

  .lg\:-scroll-ml-0\.5{
    scroll-margin-left: -0.125rem;
  }

  .lg\:-scroll-ml-1{
    scroll-margin-left: -0.25rem;
  }

  .lg\:-scroll-ml-1\.5{
    scroll-margin-left: -0.375rem;
  }

  .lg\:-scroll-ml-10{
    scroll-margin-left: -2.5rem;
  }

  .lg\:-scroll-ml-11{
    scroll-margin-left: -2.75rem;
  }

  .lg\:-scroll-ml-12{
    scroll-margin-left: -3rem;
  }

  .lg\:-scroll-ml-14{
    scroll-margin-left: -3.5rem;
  }

  .lg\:-scroll-ml-16{
    scroll-margin-left: -4rem;
  }

  .lg\:-scroll-ml-2{
    scroll-margin-left: -0.5rem;
  }

  .lg\:-scroll-ml-2\.5{
    scroll-margin-left: -0.625rem;
  }

  .lg\:-scroll-ml-20{
    scroll-margin-left: -5rem;
  }

  .lg\:-scroll-ml-24{
    scroll-margin-left: -6rem;
  }

  .lg\:-scroll-ml-28{
    scroll-margin-left: -7rem;
  }

  .lg\:-scroll-ml-3{
    scroll-margin-left: -0.75rem;
  }

  .lg\:-scroll-ml-3\.5{
    scroll-margin-left: -0.875rem;
  }

  .lg\:-scroll-ml-32{
    scroll-margin-left: -8rem;
  }

  .lg\:-scroll-ml-36{
    scroll-margin-left: -9rem;
  }

  .lg\:-scroll-ml-4{
    scroll-margin-left: -1rem;
  }

  .lg\:-scroll-ml-40{
    scroll-margin-left: -10rem;
  }

  .lg\:-scroll-ml-44{
    scroll-margin-left: -11rem;
  }

  .lg\:-scroll-ml-48{
    scroll-margin-left: -12rem;
  }

  .lg\:-scroll-ml-5{
    scroll-margin-left: -1.25rem;
  }

  .lg\:-scroll-ml-52{
    scroll-margin-left: -13rem;
  }

  .lg\:-scroll-ml-56{
    scroll-margin-left: -14rem;
  }

  .lg\:-scroll-ml-6{
    scroll-margin-left: -1.5rem;
  }

  .lg\:-scroll-ml-60{
    scroll-margin-left: -15rem;
  }

  .lg\:-scroll-ml-64{
    scroll-margin-left: -16rem;
  }

  .lg\:-scroll-ml-7{
    scroll-margin-left: -1.75rem;
  }

  .lg\:-scroll-ml-72{
    scroll-margin-left: -18rem;
  }

  .lg\:-scroll-ml-8{
    scroll-margin-left: -2rem;
  }

  .lg\:-scroll-ml-80{
    scroll-margin-left: -20rem;
  }

  .lg\:-scroll-ml-9{
    scroll-margin-left: -2.25rem;
  }

  .lg\:-scroll-ml-96{
    scroll-margin-left: -24rem;
  }

  .lg\:-scroll-ml-px{
    scroll-margin-left: -1px;
  }

  .lg\:-scroll-mr-0{
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mr-0\.5{
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mr-1{
    scroll-margin-right: -0.25rem;
  }

  .lg\:-scroll-mr-1\.5{
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mr-10{
    scroll-margin-right: -2.5rem;
  }

  .lg\:-scroll-mr-11{
    scroll-margin-right: -2.75rem;
  }

  .lg\:-scroll-mr-12{
    scroll-margin-right: -3rem;
  }

  .lg\:-scroll-mr-14{
    scroll-margin-right: -3.5rem;
  }

  .lg\:-scroll-mr-16{
    scroll-margin-right: -4rem;
  }

  .lg\:-scroll-mr-2{
    scroll-margin-right: -0.5rem;
  }

  .lg\:-scroll-mr-2\.5{
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mr-20{
    scroll-margin-right: -5rem;
  }

  .lg\:-scroll-mr-24{
    scroll-margin-right: -6rem;
  }

  .lg\:-scroll-mr-28{
    scroll-margin-right: -7rem;
  }

  .lg\:-scroll-mr-3{
    scroll-margin-right: -0.75rem;
  }

  .lg\:-scroll-mr-3\.5{
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mr-32{
    scroll-margin-right: -8rem;
  }

  .lg\:-scroll-mr-36{
    scroll-margin-right: -9rem;
  }

  .lg\:-scroll-mr-4{
    scroll-margin-right: -1rem;
  }

  .lg\:-scroll-mr-40{
    scroll-margin-right: -10rem;
  }

  .lg\:-scroll-mr-44{
    scroll-margin-right: -11rem;
  }

  .lg\:-scroll-mr-48{
    scroll-margin-right: -12rem;
  }

  .lg\:-scroll-mr-5{
    scroll-margin-right: -1.25rem;
  }

  .lg\:-scroll-mr-52{
    scroll-margin-right: -13rem;
  }

  .lg\:-scroll-mr-56{
    scroll-margin-right: -14rem;
  }

  .lg\:-scroll-mr-6{
    scroll-margin-right: -1.5rem;
  }

  .lg\:-scroll-mr-60{
    scroll-margin-right: -15rem;
  }

  .lg\:-scroll-mr-64{
    scroll-margin-right: -16rem;
  }

  .lg\:-scroll-mr-7{
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mr-72{
    scroll-margin-right: -18rem;
  }

  .lg\:-scroll-mr-8{
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mr-80{
    scroll-margin-right: -20rem;
  }

  .lg\:-scroll-mr-9{
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mr-96{
    scroll-margin-right: -24rem;
  }

  .lg\:-scroll-mr-px{
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-mt-0{
    scroll-margin-top: -0px;
  }

  .lg\:-scroll-mt-0\.5{
    scroll-margin-top: -0.125rem;
  }

  .lg\:-scroll-mt-1{
    scroll-margin-top: -0.25rem;
  }

  .lg\:-scroll-mt-1\.5{
    scroll-margin-top: -0.375rem;
  }

  .lg\:-scroll-mt-10{
    scroll-margin-top: -2.5rem;
  }

  .lg\:-scroll-mt-11{
    scroll-margin-top: -2.75rem;
  }

  .lg\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }

  .lg\:-scroll-mt-14{
    scroll-margin-top: -3.5rem;
  }

  .lg\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }

  .lg\:-scroll-mt-2{
    scroll-margin-top: -0.5rem;
  }

  .lg\:-scroll-mt-2\.5{
    scroll-margin-top: -0.625rem;
  }

  .lg\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }

  .lg\:-scroll-mt-24{
    scroll-margin-top: -6rem;
  }

  .lg\:-scroll-mt-28{
    scroll-margin-top: -7rem;
  }

  .lg\:-scroll-mt-3{
    scroll-margin-top: -0.75rem;
  }

  .lg\:-scroll-mt-3\.5{
    scroll-margin-top: -0.875rem;
  }

  .lg\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }

  .lg\:-scroll-mt-36{
    scroll-margin-top: -9rem;
  }

  .lg\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }

  .lg\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }

  .lg\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }

  .lg\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }

  .lg\:-scroll-mt-5{
    scroll-margin-top: -1.25rem;
  }

  .lg\:-scroll-mt-52{
    scroll-margin-top: -13rem;
  }

  .lg\:-scroll-mt-56{
    scroll-margin-top: -14rem;
  }

  .lg\:-scroll-mt-6{
    scroll-margin-top: -1.5rem;
  }

  .lg\:-scroll-mt-60{
    scroll-margin-top: -15rem;
  }

  .lg\:-scroll-mt-64{
    scroll-margin-top: -16rem;
  }

  .lg\:-scroll-mt-7{
    scroll-margin-top: -1.75rem;
  }

  .lg\:-scroll-mt-72{
    scroll-margin-top: -18rem;
  }

  .lg\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }

  .lg\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }

  .lg\:-scroll-mt-9{
    scroll-margin-top: -2.25rem;
  }

  .lg\:-scroll-mt-96{
    scroll-margin-top: -24rem;
  }

  .lg\:-scroll-mt-px{
    scroll-margin-top: -1px;
  }

  .lg\:scroll-mb-0{
    scroll-margin-bottom: 0px;
  }

  .lg\:scroll-mb-0\.5{
    scroll-margin-bottom: 0.125rem;
  }

  .lg\:scroll-mb-1{
    scroll-margin-bottom: 0.25rem;
  }

  .lg\:scroll-mb-1\.5{
    scroll-margin-bottom: 0.375rem;
  }

  .lg\:scroll-mb-10{
    scroll-margin-bottom: 2.5rem;
  }

  .lg\:scroll-mb-11{
    scroll-margin-bottom: 2.75rem;
  }

  .lg\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }

  .lg\:scroll-mb-14{
    scroll-margin-bottom: 3.5rem;
  }

  .lg\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }

  .lg\:scroll-mb-2{
    scroll-margin-bottom: 0.5rem;
  }

  .lg\:scroll-mb-2\.5{
    scroll-margin-bottom: 0.625rem;
  }

  .lg\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }

  .lg\:scroll-mb-24{
    scroll-margin-bottom: 6rem;
  }

  .lg\:scroll-mb-28{
    scroll-margin-bottom: 7rem;
  }

  .lg\:scroll-mb-3{
    scroll-margin-bottom: 0.75rem;
  }

  .lg\:scroll-mb-3\.5{
    scroll-margin-bottom: 0.875rem;
  }

  .lg\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }

  .lg\:scroll-mb-36{
    scroll-margin-bottom: 9rem;
  }

  .lg\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }

  .lg\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }

  .lg\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }

  .lg\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }

  .lg\:scroll-mb-5{
    scroll-margin-bottom: 1.25rem;
  }

  .lg\:scroll-mb-52{
    scroll-margin-bottom: 13rem;
  }

  .lg\:scroll-mb-56{
    scroll-margin-bottom: 14rem;
  }

  .lg\:scroll-mb-6{
    scroll-margin-bottom: 1.5rem;
  }

  .lg\:scroll-mb-60{
    scroll-margin-bottom: 15rem;
  }

  .lg\:scroll-mb-64{
    scroll-margin-bottom: 16rem;
  }

  .lg\:scroll-mb-7{
    scroll-margin-bottom: 1.75rem;
  }

  .lg\:scroll-mb-72{
    scroll-margin-bottom: 18rem;
  }

  .lg\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }

  .lg\:scroll-mb-9{
    scroll-margin-bottom: 2.25rem;
  }

  .lg\:scroll-mb-96{
    scroll-margin-bottom: 24rem;
  }

  .lg\:scroll-mb-px{
    scroll-margin-bottom: 1px;
  }

  .lg\:scroll-ml-0{
    scroll-margin-left: 0px;
  }

  .lg\:scroll-ml-0\.5{
    scroll-margin-left: 0.125rem;
  }

  .lg\:scroll-ml-1{
    scroll-margin-left: 0.25rem;
  }

  .lg\:scroll-ml-1\.5{
    scroll-margin-left: 0.375rem;
  }

  .lg\:scroll-ml-10{
    scroll-margin-left: 2.5rem;
  }

  .lg\:scroll-ml-11{
    scroll-margin-left: 2.75rem;
  }

  .lg\:scroll-ml-12{
    scroll-margin-left: 3rem;
  }

  .lg\:scroll-ml-14{
    scroll-margin-left: 3.5rem;
  }

  .lg\:scroll-ml-16{
    scroll-margin-left: 4rem;
  }

  .lg\:scroll-ml-2{
    scroll-margin-left: 0.5rem;
  }

  .lg\:scroll-ml-2\.5{
    scroll-margin-left: 0.625rem;
  }

  .lg\:scroll-ml-20{
    scroll-margin-left: 5rem;
  }

  .lg\:scroll-ml-24{
    scroll-margin-left: 6rem;
  }

  .lg\:scroll-ml-28{
    scroll-margin-left: 7rem;
  }

  .lg\:scroll-ml-3{
    scroll-margin-left: 0.75rem;
  }

  .lg\:scroll-ml-3\.5{
    scroll-margin-left: 0.875rem;
  }

  .lg\:scroll-ml-32{
    scroll-margin-left: 8rem;
  }

  .lg\:scroll-ml-36{
    scroll-margin-left: 9rem;
  }

  .lg\:scroll-ml-4{
    scroll-margin-left: 1rem;
  }

  .lg\:scroll-ml-40{
    scroll-margin-left: 10rem;
  }

  .lg\:scroll-ml-44{
    scroll-margin-left: 11rem;
  }

  .lg\:scroll-ml-48{
    scroll-margin-left: 12rem;
  }

  .lg\:scroll-ml-5{
    scroll-margin-left: 1.25rem;
  }

  .lg\:scroll-ml-52{
    scroll-margin-left: 13rem;
  }

  .lg\:scroll-ml-56{
    scroll-margin-left: 14rem;
  }

  .lg\:scroll-ml-6{
    scroll-margin-left: 1.5rem;
  }

  .lg\:scroll-ml-60{
    scroll-margin-left: 15rem;
  }

  .lg\:scroll-ml-64{
    scroll-margin-left: 16rem;
  }

  .lg\:scroll-ml-7{
    scroll-margin-left: 1.75rem;
  }

  .lg\:scroll-ml-72{
    scroll-margin-left: 18rem;
  }

  .lg\:scroll-ml-8{
    scroll-margin-left: 2rem;
  }

  .lg\:scroll-ml-80{
    scroll-margin-left: 20rem;
  }

  .lg\:scroll-ml-9{
    scroll-margin-left: 2.25rem;
  }

  .lg\:scroll-ml-96{
    scroll-margin-left: 24rem;
  }

  .lg\:scroll-ml-px{
    scroll-margin-left: 1px;
  }

  .lg\:scroll-mr-0{
    scroll-margin-right: 0px;
  }

  .lg\:scroll-mr-0\.5{
    scroll-margin-right: 0.125rem;
  }

  .lg\:scroll-mr-1{
    scroll-margin-right: 0.25rem;
  }

  .lg\:scroll-mr-1\.5{
    scroll-margin-right: 0.375rem;
  }

  .lg\:scroll-mr-10{
    scroll-margin-right: 2.5rem;
  }

  .lg\:scroll-mr-11{
    scroll-margin-right: 2.75rem;
  }

  .lg\:scroll-mr-12{
    scroll-margin-right: 3rem;
  }

  .lg\:scroll-mr-14{
    scroll-margin-right: 3.5rem;
  }

  .lg\:scroll-mr-16{
    scroll-margin-right: 4rem;
  }

  .lg\:scroll-mr-2{
    scroll-margin-right: 0.5rem;
  }

  .lg\:scroll-mr-2\.5{
    scroll-margin-right: 0.625rem;
  }

  .lg\:scroll-mr-20{
    scroll-margin-right: 5rem;
  }

  .lg\:scroll-mr-24{
    scroll-margin-right: 6rem;
  }

  .lg\:scroll-mr-28{
    scroll-margin-right: 7rem;
  }

  .lg\:scroll-mr-3{
    scroll-margin-right: 0.75rem;
  }

  .lg\:scroll-mr-3\.5{
    scroll-margin-right: 0.875rem;
  }

  .lg\:scroll-mr-32{
    scroll-margin-right: 8rem;
  }

  .lg\:scroll-mr-36{
    scroll-margin-right: 9rem;
  }

  .lg\:scroll-mr-4{
    scroll-margin-right: 1rem;
  }

  .lg\:scroll-mr-40{
    scroll-margin-right: 10rem;
  }

  .lg\:scroll-mr-44{
    scroll-margin-right: 11rem;
  }

  .lg\:scroll-mr-48{
    scroll-margin-right: 12rem;
  }

  .lg\:scroll-mr-5{
    scroll-margin-right: 1.25rem;
  }

  .lg\:scroll-mr-52{
    scroll-margin-right: 13rem;
  }

  .lg\:scroll-mr-56{
    scroll-margin-right: 14rem;
  }

  .lg\:scroll-mr-6{
    scroll-margin-right: 1.5rem;
  }

  .lg\:scroll-mr-60{
    scroll-margin-right: 15rem;
  }

  .lg\:scroll-mr-64{
    scroll-margin-right: 16rem;
  }

  .lg\:scroll-mr-7{
    scroll-margin-right: 1.75rem;
  }

  .lg\:scroll-mr-72{
    scroll-margin-right: 18rem;
  }

  .lg\:scroll-mr-8{
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mr-80{
    scroll-margin-right: 20rem;
  }

  .lg\:scroll-mr-9{
    scroll-margin-right: 2.25rem;
  }

  .lg\:scroll-mr-96{
    scroll-margin-right: 24rem;
  }

  .lg\:scroll-mr-px{
    scroll-margin-right: 1px;
  }

  .lg\:scroll-mt-0{
    scroll-margin-top: 0px;
  }

  .lg\:scroll-mt-0\.5{
    scroll-margin-top: 0.125rem;
  }

  .lg\:scroll-mt-1{
    scroll-margin-top: 0.25rem;
  }

  .lg\:scroll-mt-1\.5{
    scroll-margin-top: 0.375rem;
  }

  .lg\:scroll-mt-10{
    scroll-margin-top: 2.5rem;
  }

  .lg\:scroll-mt-11{
    scroll-margin-top: 2.75rem;
  }

  .lg\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }

  .lg\:scroll-mt-14{
    scroll-margin-top: 3.5rem;
  }

  .lg\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }

  .lg\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }

  .lg\:scroll-mt-2\.5{
    scroll-margin-top: 0.625rem;
  }

  .lg\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }

  .lg\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

  .lg\:scroll-mt-28{
    scroll-margin-top: 7rem;
  }

  .lg\:scroll-mt-3{
    scroll-margin-top: 0.75rem;
  }

  .lg\:scroll-mt-3\.5{
    scroll-margin-top: 0.875rem;
  }

  .lg\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }

  .lg\:scroll-mt-36{
    scroll-margin-top: 9rem;
  }

  .lg\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }

  .lg\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }

  .lg\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }

  .lg\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }

  .lg\:scroll-mt-5{
    scroll-margin-top: 1.25rem;
  }

  .lg\:scroll-mt-52{
    scroll-margin-top: 13rem;
  }

  .lg\:scroll-mt-56{
    scroll-margin-top: 14rem;
  }

  .lg\:scroll-mt-6{
    scroll-margin-top: 1.5rem;
  }

  .lg\:scroll-mt-60{
    scroll-margin-top: 15rem;
  }

  .lg\:scroll-mt-64{
    scroll-margin-top: 16rem;
  }

  .lg\:scroll-mt-7{
    scroll-margin-top: 1.75rem;
  }

  .lg\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .lg\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }

  .lg\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }

  .lg\:scroll-mt-9{
    scroll-margin-top: 2.25rem;
  }

  .lg\:scroll-mt-96{
    scroll-margin-top: 24rem;
  }

  .lg\:scroll-mt-px{
    scroll-margin-top: 1px;
  }

  .lg\:scroll-p-0{
    scroll-padding: 0px;
  }

  .lg\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .lg\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .lg\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .lg\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .lg\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .lg\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .lg\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .lg\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .lg\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .lg\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .lg\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .lg\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .lg\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .lg\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .lg\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .lg\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .lg\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .lg\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .lg\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .lg\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .lg\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .lg\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .lg\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .lg\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .lg\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .lg\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .lg\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .lg\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .lg\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .lg\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .lg\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .lg\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .lg\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .lg\:scroll-p-px{
    scroll-padding: 1px;
  }

  .lg\:scroll-px-0{
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .lg\:scroll-px-0\.5{
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-px-1{
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .lg\:scroll-px-1\.5{
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .lg\:scroll-px-10{
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-px-11{
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .lg\:scroll-px-12{
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-px-14{
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .lg\:scroll-px-16{
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .lg\:scroll-px-2{
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-px-2\.5{
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-px-20{
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-px-24{
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-px-28{
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-px-3{
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .lg\:scroll-px-3\.5{
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .lg\:scroll-px-32{
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .lg\:scroll-px-36{
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .lg\:scroll-px-4{
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-px-40{
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-px-44{
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-px-48{
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-px-5{
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-px-52{
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-px-56{
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-px-6{
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-px-60{
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-px-64{
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-px-7{
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-px-72{
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-px-8{
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-px-80{
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .lg\:scroll-px-9{
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .lg\:scroll-px-96{
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .lg\:scroll-px-px{
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .lg\:scroll-py-0{
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .lg\:scroll-py-0\.5{
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .lg\:scroll-py-1{
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .lg\:scroll-py-1\.5{
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .lg\:scroll-py-10{
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .lg\:scroll-py-11{
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .lg\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .lg\:scroll-py-14{
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .lg\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .lg\:scroll-py-2{
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .lg\:scroll-py-2\.5{
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .lg\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .lg\:scroll-py-24{
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .lg\:scroll-py-28{
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .lg\:scroll-py-3{
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .lg\:scroll-py-3\.5{
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .lg\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .lg\:scroll-py-36{
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .lg\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .lg\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .lg\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .lg\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .lg\:scroll-py-5{
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .lg\:scroll-py-52{
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .lg\:scroll-py-56{
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .lg\:scroll-py-6{
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .lg\:scroll-py-60{
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .lg\:scroll-py-64{
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .lg\:scroll-py-7{
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .lg\:scroll-py-72{
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .lg\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .lg\:scroll-py-9{
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .lg\:scroll-py-96{
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .lg\:scroll-py-px{
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .lg\:scroll-pb-0{
    scroll-padding-bottom: 0px;
  }

  .lg\:scroll-pb-0\.5{
    scroll-padding-bottom: 0.125rem;
  }

  .lg\:scroll-pb-1{
    scroll-padding-bottom: 0.25rem;
  }

  .lg\:scroll-pb-1\.5{
    scroll-padding-bottom: 0.375rem;
  }

  .lg\:scroll-pb-10{
    scroll-padding-bottom: 2.5rem;
  }

  .lg\:scroll-pb-11{
    scroll-padding-bottom: 2.75rem;
  }

  .lg\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }

  .lg\:scroll-pb-14{
    scroll-padding-bottom: 3.5rem;
  }

  .lg\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }

  .lg\:scroll-pb-2{
    scroll-padding-bottom: 0.5rem;
  }

  .lg\:scroll-pb-2\.5{
    scroll-padding-bottom: 0.625rem;
  }

  .lg\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }

  .lg\:scroll-pb-24{
    scroll-padding-bottom: 6rem;
  }

  .lg\:scroll-pb-28{
    scroll-padding-bottom: 7rem;
  }

  .lg\:scroll-pb-3{
    scroll-padding-bottom: 0.75rem;
  }

  .lg\:scroll-pb-3\.5{
    scroll-padding-bottom: 0.875rem;
  }

  .lg\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }

  .lg\:scroll-pb-36{
    scroll-padding-bottom: 9rem;
  }

  .lg\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }

  .lg\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }

  .lg\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }

  .lg\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }

  .lg\:scroll-pb-5{
    scroll-padding-bottom: 1.25rem;
  }

  .lg\:scroll-pb-52{
    scroll-padding-bottom: 13rem;
  }

  .lg\:scroll-pb-56{
    scroll-padding-bottom: 14rem;
  }

  .lg\:scroll-pb-6{
    scroll-padding-bottom: 1.5rem;
  }

  .lg\:scroll-pb-60{
    scroll-padding-bottom: 15rem;
  }

  .lg\:scroll-pb-64{
    scroll-padding-bottom: 16rem;
  }

  .lg\:scroll-pb-7{
    scroll-padding-bottom: 1.75rem;
  }

  .lg\:scroll-pb-72{
    scroll-padding-bottom: 18rem;
  }

  .lg\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }

  .lg\:scroll-pb-9{
    scroll-padding-bottom: 2.25rem;
  }

  .lg\:scroll-pb-96{
    scroll-padding-bottom: 24rem;
  }

  .lg\:scroll-pb-px{
    scroll-padding-bottom: 1px;
  }

  .lg\:scroll-pl-0{
    scroll-padding-left: 0px;
  }

  .lg\:scroll-pl-0\.5{
    scroll-padding-left: 0.125rem;
  }

  .lg\:scroll-pl-1{
    scroll-padding-left: 0.25rem;
  }

  .lg\:scroll-pl-1\.5{
    scroll-padding-left: 0.375rem;
  }

  .lg\:scroll-pl-10{
    scroll-padding-left: 2.5rem;
  }

  .lg\:scroll-pl-11{
    scroll-padding-left: 2.75rem;
  }

  .lg\:scroll-pl-12{
    scroll-padding-left: 3rem;
  }

  .lg\:scroll-pl-14{
    scroll-padding-left: 3.5rem;
  }

  .lg\:scroll-pl-16{
    scroll-padding-left: 4rem;
  }

  .lg\:scroll-pl-2{
    scroll-padding-left: 0.5rem;
  }

  .lg\:scroll-pl-2\.5{
    scroll-padding-left: 0.625rem;
  }

  .lg\:scroll-pl-20{
    scroll-padding-left: 5rem;
  }

  .lg\:scroll-pl-24{
    scroll-padding-left: 6rem;
  }

  .lg\:scroll-pl-28{
    scroll-padding-left: 7rem;
  }

  .lg\:scroll-pl-3{
    scroll-padding-left: 0.75rem;
  }

  .lg\:scroll-pl-3\.5{
    scroll-padding-left: 0.875rem;
  }

  .lg\:scroll-pl-32{
    scroll-padding-left: 8rem;
  }

  .lg\:scroll-pl-36{
    scroll-padding-left: 9rem;
  }

  .lg\:scroll-pl-4{
    scroll-padding-left: 1rem;
  }

  .lg\:scroll-pl-40{
    scroll-padding-left: 10rem;
  }

  .lg\:scroll-pl-44{
    scroll-padding-left: 11rem;
  }

  .lg\:scroll-pl-48{
    scroll-padding-left: 12rem;
  }

  .lg\:scroll-pl-5{
    scroll-padding-left: 1.25rem;
  }

  .lg\:scroll-pl-52{
    scroll-padding-left: 13rem;
  }

  .lg\:scroll-pl-56{
    scroll-padding-left: 14rem;
  }

  .lg\:scroll-pl-6{
    scroll-padding-left: 1.5rem;
  }

  .lg\:scroll-pl-60{
    scroll-padding-left: 15rem;
  }

  .lg\:scroll-pl-64{
    scroll-padding-left: 16rem;
  }

  .lg\:scroll-pl-7{
    scroll-padding-left: 1.75rem;
  }

  .lg\:scroll-pl-72{
    scroll-padding-left: 18rem;
  }

  .lg\:scroll-pl-8{
    scroll-padding-left: 2rem;
  }

  .lg\:scroll-pl-80{
    scroll-padding-left: 20rem;
  }

  .lg\:scroll-pl-9{
    scroll-padding-left: 2.25rem;
  }

  .lg\:scroll-pl-96{
    scroll-padding-left: 24rem;
  }

  .lg\:scroll-pl-px{
    scroll-padding-left: 1px;
  }

  .lg\:scroll-pr-0{
    scroll-padding-right: 0px;
  }

  .lg\:scroll-pr-0\.5{
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-pr-1{
    scroll-padding-right: 0.25rem;
  }

  .lg\:scroll-pr-1\.5{
    scroll-padding-right: 0.375rem;
  }

  .lg\:scroll-pr-10{
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-pr-11{
    scroll-padding-right: 2.75rem;
  }

  .lg\:scroll-pr-12{
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-pr-14{
    scroll-padding-right: 3.5rem;
  }

  .lg\:scroll-pr-16{
    scroll-padding-right: 4rem;
  }

  .lg\:scroll-pr-2{
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-pr-2\.5{
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-pr-20{
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-pr-24{
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-pr-28{
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-pr-3{
    scroll-padding-right: 0.75rem;
  }

  .lg\:scroll-pr-3\.5{
    scroll-padding-right: 0.875rem;
  }

  .lg\:scroll-pr-32{
    scroll-padding-right: 8rem;
  }

  .lg\:scroll-pr-36{
    scroll-padding-right: 9rem;
  }

  .lg\:scroll-pr-4{
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-pr-40{
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-pr-44{
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-pr-48{
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-pr-5{
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-pr-52{
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-pr-56{
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-pr-6{
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-pr-60{
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-pr-64{
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-pr-7{
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-pr-72{
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-pr-8{
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-pr-80{
    scroll-padding-right: 20rem;
  }

  .lg\:scroll-pr-9{
    scroll-padding-right: 2.25rem;
  }

  .lg\:scroll-pr-96{
    scroll-padding-right: 24rem;
  }

  .lg\:scroll-pr-px{
    scroll-padding-right: 1px;
  }

  .lg\:scroll-pt-0{
    scroll-padding-top: 0px;
  }

  .lg\:scroll-pt-0\.5{
    scroll-padding-top: 0.125rem;
  }

  .lg\:scroll-pt-1{
    scroll-padding-top: 0.25rem;
  }

  .lg\:scroll-pt-1\.5{
    scroll-padding-top: 0.375rem;
  }

  .lg\:scroll-pt-10{
    scroll-padding-top: 2.5rem;
  }

  .lg\:scroll-pt-11{
    scroll-padding-top: 2.75rem;
  }

  .lg\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }

  .lg\:scroll-pt-14{
    scroll-padding-top: 3.5rem;
  }

  .lg\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }

  .lg\:scroll-pt-2{
    scroll-padding-top: 0.5rem;
  }

  .lg\:scroll-pt-2\.5{
    scroll-padding-top: 0.625rem;
  }

  .lg\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }

  .lg\:scroll-pt-24{
    scroll-padding-top: 6rem;
  }

  .lg\:scroll-pt-28{
    scroll-padding-top: 7rem;
  }

  .lg\:scroll-pt-3{
    scroll-padding-top: 0.75rem;
  }

  .lg\:scroll-pt-3\.5{
    scroll-padding-top: 0.875rem;
  }

  .lg\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }

  .lg\:scroll-pt-36{
    scroll-padding-top: 9rem;
  }

  .lg\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }

  .lg\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }

  .lg\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }

  .lg\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }

  .lg\:scroll-pt-5{
    scroll-padding-top: 1.25rem;
  }

  .lg\:scroll-pt-52{
    scroll-padding-top: 13rem;
  }

  .lg\:scroll-pt-56{
    scroll-padding-top: 14rem;
  }

  .lg\:scroll-pt-6{
    scroll-padding-top: 1.5rem;
  }

  .lg\:scroll-pt-60{
    scroll-padding-top: 15rem;
  }

  .lg\:scroll-pt-64{
    scroll-padding-top: 16rem;
  }

  .lg\:scroll-pt-7{
    scroll-padding-top: 1.75rem;
  }

  .lg\:scroll-pt-72{
    scroll-padding-top: 18rem;
  }

  .lg\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }

  .lg\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }

  .lg\:scroll-pt-9{
    scroll-padding-top: 2.25rem;
  }

  .lg\:scroll-pt-96{
    scroll-padding-top: 24rem;
  }

  .lg\:scroll-pt-px{
    scroll-padding-top: 1px;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-0\.5{
    gap: 0.125rem;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-36{
    gap: 9rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-40{
    gap: 10rem;
  }

  .lg\:gap-44{
    gap: 11rem;
  }

  .lg\:gap-48{
    gap: 12rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-52{
    gap: 13rem;
  }

  .lg\:gap-56{
    gap: 14rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-60{
    gap: 15rem;
  }

  .lg\:gap-64{
    gap: 16rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-72{
    gap: 18rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-80{
    gap: 20rem;
  }

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:gap-96{
    gap: 24rem;
  }

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:gap-y-24{
    row-gap: 6rem;
  }

  .lg\:gap-y-28{
    row-gap: 7rem;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .lg\:gap-y-32{
    row-gap: 8rem;
  }

  .lg\:gap-y-36{
    row-gap: 9rem;
  }

  .lg\:gap-y-4{
    row-gap: 1rem;
  }

  .lg\:gap-y-40{
    row-gap: 10rem;
  }

  .lg\:gap-y-44{
    row-gap: 11rem;
  }

  .lg\:gap-y-48{
    row-gap: 12rem;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-52{
    row-gap: 13rem;
  }

  .lg\:gap-y-56{
    row-gap: 14rem;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-60{
    row-gap: 15rem;
  }

  .lg\:gap-y-64{
    row-gap: 16rem;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  .lg\:gap-y-72{
    row-gap: 18rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:gap-y-80{
    row-gap: 20rem;
  }

  .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  .lg\:gap-y-96{
    row-gap: 24rem;
  }

  .lg\:gap-y-px{
    row-gap: 1px;
  }

  .lg\:text-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:text-clip{
    text-overflow: clip;
  }

  .lg\:text-wrap{
    text-wrap: wrap;
  }

  .lg\:text-nowrap{
    text-wrap: nowrap;
  }

  .lg\:text-balance{
    text-wrap: balance;
  }

  .lg\:text-pretty{
    text-wrap: pretty;
  }

  .lg\:bg-amber-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-100\/0{
    background-color: rgb(254 243 199 / 0);
  }

  .lg\:bg-amber-100\/10{
    background-color: rgb(254 243 199 / 0.1);
  }

  .lg\:bg-amber-100\/100{
    background-color: rgb(254 243 199 / 1);
  }

  .lg\:bg-amber-100\/15{
    background-color: rgb(254 243 199 / 0.15);
  }

  .lg\:bg-amber-100\/20{
    background-color: rgb(254 243 199 / 0.2);
  }

  .lg\:bg-amber-100\/25{
    background-color: rgb(254 243 199 / 0.25);
  }

  .lg\:bg-amber-100\/30{
    background-color: rgb(254 243 199 / 0.3);
  }

  .lg\:bg-amber-100\/35{
    background-color: rgb(254 243 199 / 0.35);
  }

  .lg\:bg-amber-100\/40{
    background-color: rgb(254 243 199 / 0.4);
  }

  .lg\:bg-amber-100\/45{
    background-color: rgb(254 243 199 / 0.45);
  }

  .lg\:bg-amber-100\/5{
    background-color: rgb(254 243 199 / 0.05);
  }

  .lg\:bg-amber-100\/50{
    background-color: rgb(254 243 199 / 0.5);
  }

  .lg\:bg-amber-100\/55{
    background-color: rgb(254 243 199 / 0.55);
  }

  .lg\:bg-amber-100\/60{
    background-color: rgb(254 243 199 / 0.6);
  }

  .lg\:bg-amber-100\/65{
    background-color: rgb(254 243 199 / 0.65);
  }

  .lg\:bg-amber-100\/70{
    background-color: rgb(254 243 199 / 0.7);
  }

  .lg\:bg-amber-100\/75{
    background-color: rgb(254 243 199 / 0.75);
  }

  .lg\:bg-amber-100\/80{
    background-color: rgb(254 243 199 / 0.8);
  }

  .lg\:bg-amber-100\/85{
    background-color: rgb(254 243 199 / 0.85);
  }

  .lg\:bg-amber-100\/90{
    background-color: rgb(254 243 199 / 0.9);
  }

  .lg\:bg-amber-100\/95{
    background-color: rgb(254 243 199 / 0.95);
  }

  .lg\:bg-amber-200{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-200\/0{
    background-color: rgb(253 230 138 / 0);
  }

  .lg\:bg-amber-200\/10{
    background-color: rgb(253 230 138 / 0.1);
  }

  .lg\:bg-amber-200\/100{
    background-color: rgb(253 230 138 / 1);
  }

  .lg\:bg-amber-200\/15{
    background-color: rgb(253 230 138 / 0.15);
  }

  .lg\:bg-amber-200\/20{
    background-color: rgb(253 230 138 / 0.2);
  }

  .lg\:bg-amber-200\/25{
    background-color: rgb(253 230 138 / 0.25);
  }

  .lg\:bg-amber-200\/30{
    background-color: rgb(253 230 138 / 0.3);
  }

  .lg\:bg-amber-200\/35{
    background-color: rgb(253 230 138 / 0.35);
  }

  .lg\:bg-amber-200\/40{
    background-color: rgb(253 230 138 / 0.4);
  }

  .lg\:bg-amber-200\/45{
    background-color: rgb(253 230 138 / 0.45);
  }

  .lg\:bg-amber-200\/5{
    background-color: rgb(253 230 138 / 0.05);
  }

  .lg\:bg-amber-200\/50{
    background-color: rgb(253 230 138 / 0.5);
  }

  .lg\:bg-amber-200\/55{
    background-color: rgb(253 230 138 / 0.55);
  }

  .lg\:bg-amber-200\/60{
    background-color: rgb(253 230 138 / 0.6);
  }

  .lg\:bg-amber-200\/65{
    background-color: rgb(253 230 138 / 0.65);
  }

  .lg\:bg-amber-200\/70{
    background-color: rgb(253 230 138 / 0.7);
  }

  .lg\:bg-amber-200\/75{
    background-color: rgb(253 230 138 / 0.75);
  }

  .lg\:bg-amber-200\/80{
    background-color: rgb(253 230 138 / 0.8);
  }

  .lg\:bg-amber-200\/85{
    background-color: rgb(253 230 138 / 0.85);
  }

  .lg\:bg-amber-200\/90{
    background-color: rgb(253 230 138 / 0.9);
  }

  .lg\:bg-amber-200\/95{
    background-color: rgb(253 230 138 / 0.95);
  }

  .lg\:bg-amber-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-300\/0{
    background-color: rgb(252 211 77 / 0);
  }

  .lg\:bg-amber-300\/10{
    background-color: rgb(252 211 77 / 0.1);
  }

  .lg\:bg-amber-300\/100{
    background-color: rgb(252 211 77 / 1);
  }

  .lg\:bg-amber-300\/15{
    background-color: rgb(252 211 77 / 0.15);
  }

  .lg\:bg-amber-300\/20{
    background-color: rgb(252 211 77 / 0.2);
  }

  .lg\:bg-amber-300\/25{
    background-color: rgb(252 211 77 / 0.25);
  }

  .lg\:bg-amber-300\/30{
    background-color: rgb(252 211 77 / 0.3);
  }

  .lg\:bg-amber-300\/35{
    background-color: rgb(252 211 77 / 0.35);
  }

  .lg\:bg-amber-300\/40{
    background-color: rgb(252 211 77 / 0.4);
  }

  .lg\:bg-amber-300\/45{
    background-color: rgb(252 211 77 / 0.45);
  }

  .lg\:bg-amber-300\/5{
    background-color: rgb(252 211 77 / 0.05);
  }

  .lg\:bg-amber-300\/50{
    background-color: rgb(252 211 77 / 0.5);
  }

  .lg\:bg-amber-300\/55{
    background-color: rgb(252 211 77 / 0.55);
  }

  .lg\:bg-amber-300\/60{
    background-color: rgb(252 211 77 / 0.6);
  }

  .lg\:bg-amber-300\/65{
    background-color: rgb(252 211 77 / 0.65);
  }

  .lg\:bg-amber-300\/70{
    background-color: rgb(252 211 77 / 0.7);
  }

  .lg\:bg-amber-300\/75{
    background-color: rgb(252 211 77 / 0.75);
  }

  .lg\:bg-amber-300\/80{
    background-color: rgb(252 211 77 / 0.8);
  }

  .lg\:bg-amber-300\/85{
    background-color: rgb(252 211 77 / 0.85);
  }

  .lg\:bg-amber-300\/90{
    background-color: rgb(252 211 77 / 0.9);
  }

  .lg\:bg-amber-300\/95{
    background-color: rgb(252 211 77 / 0.95);
  }

  .lg\:bg-amber-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-400\/0{
    background-color: rgb(251 191 36 / 0);
  }

  .lg\:bg-amber-400\/10{
    background-color: rgb(251 191 36 / 0.1);
  }

  .lg\:bg-amber-400\/100{
    background-color: rgb(251 191 36 / 1);
  }

  .lg\:bg-amber-400\/15{
    background-color: rgb(251 191 36 / 0.15);
  }

  .lg\:bg-amber-400\/20{
    background-color: rgb(251 191 36 / 0.2);
  }

  .lg\:bg-amber-400\/25{
    background-color: rgb(251 191 36 / 0.25);
  }

  .lg\:bg-amber-400\/30{
    background-color: rgb(251 191 36 / 0.3);
  }

  .lg\:bg-amber-400\/35{
    background-color: rgb(251 191 36 / 0.35);
  }

  .lg\:bg-amber-400\/40{
    background-color: rgb(251 191 36 / 0.4);
  }

  .lg\:bg-amber-400\/45{
    background-color: rgb(251 191 36 / 0.45);
  }

  .lg\:bg-amber-400\/5{
    background-color: rgb(251 191 36 / 0.05);
  }

  .lg\:bg-amber-400\/50{
    background-color: rgb(251 191 36 / 0.5);
  }

  .lg\:bg-amber-400\/55{
    background-color: rgb(251 191 36 / 0.55);
  }

  .lg\:bg-amber-400\/60{
    background-color: rgb(251 191 36 / 0.6);
  }

  .lg\:bg-amber-400\/65{
    background-color: rgb(251 191 36 / 0.65);
  }

  .lg\:bg-amber-400\/70{
    background-color: rgb(251 191 36 / 0.7);
  }

  .lg\:bg-amber-400\/75{
    background-color: rgb(251 191 36 / 0.75);
  }

  .lg\:bg-amber-400\/80{
    background-color: rgb(251 191 36 / 0.8);
  }

  .lg\:bg-amber-400\/85{
    background-color: rgb(251 191 36 / 0.85);
  }

  .lg\:bg-amber-400\/90{
    background-color: rgb(251 191 36 / 0.9);
  }

  .lg\:bg-amber-400\/95{
    background-color: rgb(251 191 36 / 0.95);
  }

  .lg\:bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-50\/0{
    background-color: rgb(255 251 235 / 0);
  }

  .lg\:bg-amber-50\/10{
    background-color: rgb(255 251 235 / 0.1);
  }

  .lg\:bg-amber-50\/100{
    background-color: rgb(255 251 235 / 1);
  }

  .lg\:bg-amber-50\/15{
    background-color: rgb(255 251 235 / 0.15);
  }

  .lg\:bg-amber-50\/20{
    background-color: rgb(255 251 235 / 0.2);
  }

  .lg\:bg-amber-50\/25{
    background-color: rgb(255 251 235 / 0.25);
  }

  .lg\:bg-amber-50\/30{
    background-color: rgb(255 251 235 / 0.3);
  }

  .lg\:bg-amber-50\/35{
    background-color: rgb(255 251 235 / 0.35);
  }

  .lg\:bg-amber-50\/40{
    background-color: rgb(255 251 235 / 0.4);
  }

  .lg\:bg-amber-50\/45{
    background-color: rgb(255 251 235 / 0.45);
  }

  .lg\:bg-amber-50\/5{
    background-color: rgb(255 251 235 / 0.05);
  }

  .lg\:bg-amber-50\/50{
    background-color: rgb(255 251 235 / 0.5);
  }

  .lg\:bg-amber-50\/55{
    background-color: rgb(255 251 235 / 0.55);
  }

  .lg\:bg-amber-50\/60{
    background-color: rgb(255 251 235 / 0.6);
  }

  .lg\:bg-amber-50\/65{
    background-color: rgb(255 251 235 / 0.65);
  }

  .lg\:bg-amber-50\/70{
    background-color: rgb(255 251 235 / 0.7);
  }

  .lg\:bg-amber-50\/75{
    background-color: rgb(255 251 235 / 0.75);
  }

  .lg\:bg-amber-50\/80{
    background-color: rgb(255 251 235 / 0.8);
  }

  .lg\:bg-amber-50\/85{
    background-color: rgb(255 251 235 / 0.85);
  }

  .lg\:bg-amber-50\/90{
    background-color: rgb(255 251 235 / 0.9);
  }

  .lg\:bg-amber-50\/95{
    background-color: rgb(255 251 235 / 0.95);
  }

  .lg\:bg-amber-500{
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-500\/0{
    background-color: rgb(245 158 11 / 0);
  }

  .lg\:bg-amber-500\/10{
    background-color: rgb(245 158 11 / 0.1);
  }

  .lg\:bg-amber-500\/100{
    background-color: rgb(245 158 11 / 1);
  }

  .lg\:bg-amber-500\/15{
    background-color: rgb(245 158 11 / 0.15);
  }

  .lg\:bg-amber-500\/20{
    background-color: rgb(245 158 11 / 0.2);
  }

  .lg\:bg-amber-500\/25{
    background-color: rgb(245 158 11 / 0.25);
  }

  .lg\:bg-amber-500\/30{
    background-color: rgb(245 158 11 / 0.3);
  }

  .lg\:bg-amber-500\/35{
    background-color: rgb(245 158 11 / 0.35);
  }

  .lg\:bg-amber-500\/40{
    background-color: rgb(245 158 11 / 0.4);
  }

  .lg\:bg-amber-500\/45{
    background-color: rgb(245 158 11 / 0.45);
  }

  .lg\:bg-amber-500\/5{
    background-color: rgb(245 158 11 / 0.05);
  }

  .lg\:bg-amber-500\/50{
    background-color: rgb(245 158 11 / 0.5);
  }

  .lg\:bg-amber-500\/55{
    background-color: rgb(245 158 11 / 0.55);
  }

  .lg\:bg-amber-500\/60{
    background-color: rgb(245 158 11 / 0.6);
  }

  .lg\:bg-amber-500\/65{
    background-color: rgb(245 158 11 / 0.65);
  }

  .lg\:bg-amber-500\/70{
    background-color: rgb(245 158 11 / 0.7);
  }

  .lg\:bg-amber-500\/75{
    background-color: rgb(245 158 11 / 0.75);
  }

  .lg\:bg-amber-500\/80{
    background-color: rgb(245 158 11 / 0.8);
  }

  .lg\:bg-amber-500\/85{
    background-color: rgb(245 158 11 / 0.85);
  }

  .lg\:bg-amber-500\/90{
    background-color: rgb(245 158 11 / 0.9);
  }

  .lg\:bg-amber-500\/95{
    background-color: rgb(245 158 11 / 0.95);
  }

  .lg\:bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-600\/0{
    background-color: rgb(217 119 6 / 0);
  }

  .lg\:bg-amber-600\/10{
    background-color: rgb(217 119 6 / 0.1);
  }

  .lg\:bg-amber-600\/100{
    background-color: rgb(217 119 6 / 1);
  }

  .lg\:bg-amber-600\/15{
    background-color: rgb(217 119 6 / 0.15);
  }

  .lg\:bg-amber-600\/20{
    background-color: rgb(217 119 6 / 0.2);
  }

  .lg\:bg-amber-600\/25{
    background-color: rgb(217 119 6 / 0.25);
  }

  .lg\:bg-amber-600\/30{
    background-color: rgb(217 119 6 / 0.3);
  }

  .lg\:bg-amber-600\/35{
    background-color: rgb(217 119 6 / 0.35);
  }

  .lg\:bg-amber-600\/40{
    background-color: rgb(217 119 6 / 0.4);
  }

  .lg\:bg-amber-600\/45{
    background-color: rgb(217 119 6 / 0.45);
  }

  .lg\:bg-amber-600\/5{
    background-color: rgb(217 119 6 / 0.05);
  }

  .lg\:bg-amber-600\/50{
    background-color: rgb(217 119 6 / 0.5);
  }

  .lg\:bg-amber-600\/55{
    background-color: rgb(217 119 6 / 0.55);
  }

  .lg\:bg-amber-600\/60{
    background-color: rgb(217 119 6 / 0.6);
  }

  .lg\:bg-amber-600\/65{
    background-color: rgb(217 119 6 / 0.65);
  }

  .lg\:bg-amber-600\/70{
    background-color: rgb(217 119 6 / 0.7);
  }

  .lg\:bg-amber-600\/75{
    background-color: rgb(217 119 6 / 0.75);
  }

  .lg\:bg-amber-600\/80{
    background-color: rgb(217 119 6 / 0.8);
  }

  .lg\:bg-amber-600\/85{
    background-color: rgb(217 119 6 / 0.85);
  }

  .lg\:bg-amber-600\/90{
    background-color: rgb(217 119 6 / 0.9);
  }

  .lg\:bg-amber-600\/95{
    background-color: rgb(217 119 6 / 0.95);
  }

  .lg\:bg-amber-700{
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-700\/0{
    background-color: rgb(180 83 9 / 0);
  }

  .lg\:bg-amber-700\/10{
    background-color: rgb(180 83 9 / 0.1);
  }

  .lg\:bg-amber-700\/100{
    background-color: rgb(180 83 9 / 1);
  }

  .lg\:bg-amber-700\/15{
    background-color: rgb(180 83 9 / 0.15);
  }

  .lg\:bg-amber-700\/20{
    background-color: rgb(180 83 9 / 0.2);
  }

  .lg\:bg-amber-700\/25{
    background-color: rgb(180 83 9 / 0.25);
  }

  .lg\:bg-amber-700\/30{
    background-color: rgb(180 83 9 / 0.3);
  }

  .lg\:bg-amber-700\/35{
    background-color: rgb(180 83 9 / 0.35);
  }

  .lg\:bg-amber-700\/40{
    background-color: rgb(180 83 9 / 0.4);
  }

  .lg\:bg-amber-700\/45{
    background-color: rgb(180 83 9 / 0.45);
  }

  .lg\:bg-amber-700\/5{
    background-color: rgb(180 83 9 / 0.05);
  }

  .lg\:bg-amber-700\/50{
    background-color: rgb(180 83 9 / 0.5);
  }

  .lg\:bg-amber-700\/55{
    background-color: rgb(180 83 9 / 0.55);
  }

  .lg\:bg-amber-700\/60{
    background-color: rgb(180 83 9 / 0.6);
  }

  .lg\:bg-amber-700\/65{
    background-color: rgb(180 83 9 / 0.65);
  }

  .lg\:bg-amber-700\/70{
    background-color: rgb(180 83 9 / 0.7);
  }

  .lg\:bg-amber-700\/75{
    background-color: rgb(180 83 9 / 0.75);
  }

  .lg\:bg-amber-700\/80{
    background-color: rgb(180 83 9 / 0.8);
  }

  .lg\:bg-amber-700\/85{
    background-color: rgb(180 83 9 / 0.85);
  }

  .lg\:bg-amber-700\/90{
    background-color: rgb(180 83 9 / 0.9);
  }

  .lg\:bg-amber-700\/95{
    background-color: rgb(180 83 9 / 0.95);
  }

  .lg\:bg-amber-800{
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-800\/0{
    background-color: rgb(146 64 14 / 0);
  }

  .lg\:bg-amber-800\/10{
    background-color: rgb(146 64 14 / 0.1);
  }

  .lg\:bg-amber-800\/100{
    background-color: rgb(146 64 14 / 1);
  }

  .lg\:bg-amber-800\/15{
    background-color: rgb(146 64 14 / 0.15);
  }

  .lg\:bg-amber-800\/20{
    background-color: rgb(146 64 14 / 0.2);
  }

  .lg\:bg-amber-800\/25{
    background-color: rgb(146 64 14 / 0.25);
  }

  .lg\:bg-amber-800\/30{
    background-color: rgb(146 64 14 / 0.3);
  }

  .lg\:bg-amber-800\/35{
    background-color: rgb(146 64 14 / 0.35);
  }

  .lg\:bg-amber-800\/40{
    background-color: rgb(146 64 14 / 0.4);
  }

  .lg\:bg-amber-800\/45{
    background-color: rgb(146 64 14 / 0.45);
  }

  .lg\:bg-amber-800\/5{
    background-color: rgb(146 64 14 / 0.05);
  }

  .lg\:bg-amber-800\/50{
    background-color: rgb(146 64 14 / 0.5);
  }

  .lg\:bg-amber-800\/55{
    background-color: rgb(146 64 14 / 0.55);
  }

  .lg\:bg-amber-800\/60{
    background-color: rgb(146 64 14 / 0.6);
  }

  .lg\:bg-amber-800\/65{
    background-color: rgb(146 64 14 / 0.65);
  }

  .lg\:bg-amber-800\/70{
    background-color: rgb(146 64 14 / 0.7);
  }

  .lg\:bg-amber-800\/75{
    background-color: rgb(146 64 14 / 0.75);
  }

  .lg\:bg-amber-800\/80{
    background-color: rgb(146 64 14 / 0.8);
  }

  .lg\:bg-amber-800\/85{
    background-color: rgb(146 64 14 / 0.85);
  }

  .lg\:bg-amber-800\/90{
    background-color: rgb(146 64 14 / 0.9);
  }

  .lg\:bg-amber-800\/95{
    background-color: rgb(146 64 14 / 0.95);
  }

  .lg\:bg-amber-900{
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-900\/0{
    background-color: rgb(120 53 15 / 0);
  }

  .lg\:bg-amber-900\/10{
    background-color: rgb(120 53 15 / 0.1);
  }

  .lg\:bg-amber-900\/100{
    background-color: rgb(120 53 15 / 1);
  }

  .lg\:bg-amber-900\/15{
    background-color: rgb(120 53 15 / 0.15);
  }

  .lg\:bg-amber-900\/20{
    background-color: rgb(120 53 15 / 0.2);
  }

  .lg\:bg-amber-900\/25{
    background-color: rgb(120 53 15 / 0.25);
  }

  .lg\:bg-amber-900\/30{
    background-color: rgb(120 53 15 / 0.3);
  }

  .lg\:bg-amber-900\/35{
    background-color: rgb(120 53 15 / 0.35);
  }

  .lg\:bg-amber-900\/40{
    background-color: rgb(120 53 15 / 0.4);
  }

  .lg\:bg-amber-900\/45{
    background-color: rgb(120 53 15 / 0.45);
  }

  .lg\:bg-amber-900\/5{
    background-color: rgb(120 53 15 / 0.05);
  }

  .lg\:bg-amber-900\/50{
    background-color: rgb(120 53 15 / 0.5);
  }

  .lg\:bg-amber-900\/55{
    background-color: rgb(120 53 15 / 0.55);
  }

  .lg\:bg-amber-900\/60{
    background-color: rgb(120 53 15 / 0.6);
  }

  .lg\:bg-amber-900\/65{
    background-color: rgb(120 53 15 / 0.65);
  }

  .lg\:bg-amber-900\/70{
    background-color: rgb(120 53 15 / 0.7);
  }

  .lg\:bg-amber-900\/75{
    background-color: rgb(120 53 15 / 0.75);
  }

  .lg\:bg-amber-900\/80{
    background-color: rgb(120 53 15 / 0.8);
  }

  .lg\:bg-amber-900\/85{
    background-color: rgb(120 53 15 / 0.85);
  }

  .lg\:bg-amber-900\/90{
    background-color: rgb(120 53 15 / 0.9);
  }

  .lg\:bg-amber-900\/95{
    background-color: rgb(120 53 15 / 0.95);
  }

  .lg\:bg-amber-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-amber-950\/0{
    background-color: rgb(69 26 3 / 0);
  }

  .lg\:bg-amber-950\/10{
    background-color: rgb(69 26 3 / 0.1);
  }

  .lg\:bg-amber-950\/100{
    background-color: rgb(69 26 3 / 1);
  }

  .lg\:bg-amber-950\/15{
    background-color: rgb(69 26 3 / 0.15);
  }

  .lg\:bg-amber-950\/20{
    background-color: rgb(69 26 3 / 0.2);
  }

  .lg\:bg-amber-950\/25{
    background-color: rgb(69 26 3 / 0.25);
  }

  .lg\:bg-amber-950\/30{
    background-color: rgb(69 26 3 / 0.3);
  }

  .lg\:bg-amber-950\/35{
    background-color: rgb(69 26 3 / 0.35);
  }

  .lg\:bg-amber-950\/40{
    background-color: rgb(69 26 3 / 0.4);
  }

  .lg\:bg-amber-950\/45{
    background-color: rgb(69 26 3 / 0.45);
  }

  .lg\:bg-amber-950\/5{
    background-color: rgb(69 26 3 / 0.05);
  }

  .lg\:bg-amber-950\/50{
    background-color: rgb(69 26 3 / 0.5);
  }

  .lg\:bg-amber-950\/55{
    background-color: rgb(69 26 3 / 0.55);
  }

  .lg\:bg-amber-950\/60{
    background-color: rgb(69 26 3 / 0.6);
  }

  .lg\:bg-amber-950\/65{
    background-color: rgb(69 26 3 / 0.65);
  }

  .lg\:bg-amber-950\/70{
    background-color: rgb(69 26 3 / 0.7);
  }

  .lg\:bg-amber-950\/75{
    background-color: rgb(69 26 3 / 0.75);
  }

  .lg\:bg-amber-950\/80{
    background-color: rgb(69 26 3 / 0.8);
  }

  .lg\:bg-amber-950\/85{
    background-color: rgb(69 26 3 / 0.85);
  }

  .lg\:bg-amber-950\/90{
    background-color: rgb(69 26 3 / 0.9);
  }

  .lg\:bg-amber-950\/95{
    background-color: rgb(69 26 3 / 0.95);
  }

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-black\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-black\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-black\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .lg\:bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-black\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .lg\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-black\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .lg\:bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-black\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .lg\:bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-black\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .lg\:bg-black\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-black\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .lg\:bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-black\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-100\/0{
    background-color: rgb(219 234 254 / 0);
  }

  .lg\:bg-blue-100\/10{
    background-color: rgb(219 234 254 / 0.1);
  }

  .lg\:bg-blue-100\/100{
    background-color: rgb(219 234 254 / 1);
  }

  .lg\:bg-blue-100\/15{
    background-color: rgb(219 234 254 / 0.15);
  }

  .lg\:bg-blue-100\/20{
    background-color: rgb(219 234 254 / 0.2);
  }

  .lg\:bg-blue-100\/25{
    background-color: rgb(219 234 254 / 0.25);
  }

  .lg\:bg-blue-100\/30{
    background-color: rgb(219 234 254 / 0.3);
  }

  .lg\:bg-blue-100\/35{
    background-color: rgb(219 234 254 / 0.35);
  }

  .lg\:bg-blue-100\/40{
    background-color: rgb(219 234 254 / 0.4);
  }

  .lg\:bg-blue-100\/45{
    background-color: rgb(219 234 254 / 0.45);
  }

  .lg\:bg-blue-100\/5{
    background-color: rgb(219 234 254 / 0.05);
  }

  .lg\:bg-blue-100\/50{
    background-color: rgb(219 234 254 / 0.5);
  }

  .lg\:bg-blue-100\/55{
    background-color: rgb(219 234 254 / 0.55);
  }

  .lg\:bg-blue-100\/60{
    background-color: rgb(219 234 254 / 0.6);
  }

  .lg\:bg-blue-100\/65{
    background-color: rgb(219 234 254 / 0.65);
  }

  .lg\:bg-blue-100\/70{
    background-color: rgb(219 234 254 / 0.7);
  }

  .lg\:bg-blue-100\/75{
    background-color: rgb(219 234 254 / 0.75);
  }

  .lg\:bg-blue-100\/80{
    background-color: rgb(219 234 254 / 0.8);
  }

  .lg\:bg-blue-100\/85{
    background-color: rgb(219 234 254 / 0.85);
  }

  .lg\:bg-blue-100\/90{
    background-color: rgb(219 234 254 / 0.9);
  }

  .lg\:bg-blue-100\/95{
    background-color: rgb(219 234 254 / 0.95);
  }

  .lg\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-200\/0{
    background-color: rgb(191 219 254 / 0);
  }

  .lg\:bg-blue-200\/10{
    background-color: rgb(191 219 254 / 0.1);
  }

  .lg\:bg-blue-200\/100{
    background-color: rgb(191 219 254 / 1);
  }

  .lg\:bg-blue-200\/15{
    background-color: rgb(191 219 254 / 0.15);
  }

  .lg\:bg-blue-200\/20{
    background-color: rgb(191 219 254 / 0.2);
  }

  .lg\:bg-blue-200\/25{
    background-color: rgb(191 219 254 / 0.25);
  }

  .lg\:bg-blue-200\/30{
    background-color: rgb(191 219 254 / 0.3);
  }

  .lg\:bg-blue-200\/35{
    background-color: rgb(191 219 254 / 0.35);
  }

  .lg\:bg-blue-200\/40{
    background-color: rgb(191 219 254 / 0.4);
  }

  .lg\:bg-blue-200\/45{
    background-color: rgb(191 219 254 / 0.45);
  }

  .lg\:bg-blue-200\/5{
    background-color: rgb(191 219 254 / 0.05);
  }

  .lg\:bg-blue-200\/50{
    background-color: rgb(191 219 254 / 0.5);
  }

  .lg\:bg-blue-200\/55{
    background-color: rgb(191 219 254 / 0.55);
  }

  .lg\:bg-blue-200\/60{
    background-color: rgb(191 219 254 / 0.6);
  }

  .lg\:bg-blue-200\/65{
    background-color: rgb(191 219 254 / 0.65);
  }

  .lg\:bg-blue-200\/70{
    background-color: rgb(191 219 254 / 0.7);
  }

  .lg\:bg-blue-200\/75{
    background-color: rgb(191 219 254 / 0.75);
  }

  .lg\:bg-blue-200\/80{
    background-color: rgb(191 219 254 / 0.8);
  }

  .lg\:bg-blue-200\/85{
    background-color: rgb(191 219 254 / 0.85);
  }

  .lg\:bg-blue-200\/90{
    background-color: rgb(191 219 254 / 0.9);
  }

  .lg\:bg-blue-200\/95{
    background-color: rgb(191 219 254 / 0.95);
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-300\/0{
    background-color: rgb(147 197 253 / 0);
  }

  .lg\:bg-blue-300\/10{
    background-color: rgb(147 197 253 / 0.1);
  }

  .lg\:bg-blue-300\/100{
    background-color: rgb(147 197 253 / 1);
  }

  .lg\:bg-blue-300\/15{
    background-color: rgb(147 197 253 / 0.15);
  }

  .lg\:bg-blue-300\/20{
    background-color: rgb(147 197 253 / 0.2);
  }

  .lg\:bg-blue-300\/25{
    background-color: rgb(147 197 253 / 0.25);
  }

  .lg\:bg-blue-300\/30{
    background-color: rgb(147 197 253 / 0.3);
  }

  .lg\:bg-blue-300\/35{
    background-color: rgb(147 197 253 / 0.35);
  }

  .lg\:bg-blue-300\/40{
    background-color: rgb(147 197 253 / 0.4);
  }

  .lg\:bg-blue-300\/45{
    background-color: rgb(147 197 253 / 0.45);
  }

  .lg\:bg-blue-300\/5{
    background-color: rgb(147 197 253 / 0.05);
  }

  .lg\:bg-blue-300\/50{
    background-color: rgb(147 197 253 / 0.5);
  }

  .lg\:bg-blue-300\/55{
    background-color: rgb(147 197 253 / 0.55);
  }

  .lg\:bg-blue-300\/60{
    background-color: rgb(147 197 253 / 0.6);
  }

  .lg\:bg-blue-300\/65{
    background-color: rgb(147 197 253 / 0.65);
  }

  .lg\:bg-blue-300\/70{
    background-color: rgb(147 197 253 / 0.7);
  }

  .lg\:bg-blue-300\/75{
    background-color: rgb(147 197 253 / 0.75);
  }

  .lg\:bg-blue-300\/80{
    background-color: rgb(147 197 253 / 0.8);
  }

  .lg\:bg-blue-300\/85{
    background-color: rgb(147 197 253 / 0.85);
  }

  .lg\:bg-blue-300\/90{
    background-color: rgb(147 197 253 / 0.9);
  }

  .lg\:bg-blue-300\/95{
    background-color: rgb(147 197 253 / 0.95);
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-400\/0{
    background-color: rgb(96 165 250 / 0);
  }

  .lg\:bg-blue-400\/10{
    background-color: rgb(96 165 250 / 0.1);
  }

  .lg\:bg-blue-400\/100{
    background-color: rgb(96 165 250 / 1);
  }

  .lg\:bg-blue-400\/15{
    background-color: rgb(96 165 250 / 0.15);
  }

  .lg\:bg-blue-400\/20{
    background-color: rgb(96 165 250 / 0.2);
  }

  .lg\:bg-blue-400\/25{
    background-color: rgb(96 165 250 / 0.25);
  }

  .lg\:bg-blue-400\/30{
    background-color: rgb(96 165 250 / 0.3);
  }

  .lg\:bg-blue-400\/35{
    background-color: rgb(96 165 250 / 0.35);
  }

  .lg\:bg-blue-400\/40{
    background-color: rgb(96 165 250 / 0.4);
  }

  .lg\:bg-blue-400\/45{
    background-color: rgb(96 165 250 / 0.45);
  }

  .lg\:bg-blue-400\/5{
    background-color: rgb(96 165 250 / 0.05);
  }

  .lg\:bg-blue-400\/50{
    background-color: rgb(96 165 250 / 0.5);
  }

  .lg\:bg-blue-400\/55{
    background-color: rgb(96 165 250 / 0.55);
  }

  .lg\:bg-blue-400\/60{
    background-color: rgb(96 165 250 / 0.6);
  }

  .lg\:bg-blue-400\/65{
    background-color: rgb(96 165 250 / 0.65);
  }

  .lg\:bg-blue-400\/70{
    background-color: rgb(96 165 250 / 0.7);
  }

  .lg\:bg-blue-400\/75{
    background-color: rgb(96 165 250 / 0.75);
  }

  .lg\:bg-blue-400\/80{
    background-color: rgb(96 165 250 / 0.8);
  }

  .lg\:bg-blue-400\/85{
    background-color: rgb(96 165 250 / 0.85);
  }

  .lg\:bg-blue-400\/90{
    background-color: rgb(96 165 250 / 0.9);
  }

  .lg\:bg-blue-400\/95{
    background-color: rgb(96 165 250 / 0.95);
  }

  .lg\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-50\/0{
    background-color: rgb(239 246 255 / 0);
  }

  .lg\:bg-blue-50\/10{
    background-color: rgb(239 246 255 / 0.1);
  }

  .lg\:bg-blue-50\/100{
    background-color: rgb(239 246 255 / 1);
  }

  .lg\:bg-blue-50\/15{
    background-color: rgb(239 246 255 / 0.15);
  }

  .lg\:bg-blue-50\/20{
    background-color: rgb(239 246 255 / 0.2);
  }

  .lg\:bg-blue-50\/25{
    background-color: rgb(239 246 255 / 0.25);
  }

  .lg\:bg-blue-50\/30{
    background-color: rgb(239 246 255 / 0.3);
  }

  .lg\:bg-blue-50\/35{
    background-color: rgb(239 246 255 / 0.35);
  }

  .lg\:bg-blue-50\/40{
    background-color: rgb(239 246 255 / 0.4);
  }

  .lg\:bg-blue-50\/45{
    background-color: rgb(239 246 255 / 0.45);
  }

  .lg\:bg-blue-50\/5{
    background-color: rgb(239 246 255 / 0.05);
  }

  .lg\:bg-blue-50\/50{
    background-color: rgb(239 246 255 / 0.5);
  }

  .lg\:bg-blue-50\/55{
    background-color: rgb(239 246 255 / 0.55);
  }

  .lg\:bg-blue-50\/60{
    background-color: rgb(239 246 255 / 0.6);
  }

  .lg\:bg-blue-50\/65{
    background-color: rgb(239 246 255 / 0.65);
  }

  .lg\:bg-blue-50\/70{
    background-color: rgb(239 246 255 / 0.7);
  }

  .lg\:bg-blue-50\/75{
    background-color: rgb(239 246 255 / 0.75);
  }

  .lg\:bg-blue-50\/80{
    background-color: rgb(239 246 255 / 0.8);
  }

  .lg\:bg-blue-50\/85{
    background-color: rgb(239 246 255 / 0.85);
  }

  .lg\:bg-blue-50\/90{
    background-color: rgb(239 246 255 / 0.9);
  }

  .lg\:bg-blue-50\/95{
    background-color: rgb(239 246 255 / 0.95);
  }

  .lg\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-500\/0{
    background-color: rgb(59 130 246 / 0);
  }

  .lg\:bg-blue-500\/10{
    background-color: rgb(59 130 246 / 0.1);
  }

  .lg\:bg-blue-500\/100{
    background-color: rgb(59 130 246 / 1);
  }

  .lg\:bg-blue-500\/15{
    background-color: rgb(59 130 246 / 0.15);
  }

  .lg\:bg-blue-500\/20{
    background-color: rgb(59 130 246 / 0.2);
  }

  .lg\:bg-blue-500\/25{
    background-color: rgb(59 130 246 / 0.25);
  }

  .lg\:bg-blue-500\/30{
    background-color: rgb(59 130 246 / 0.3);
  }

  .lg\:bg-blue-500\/35{
    background-color: rgb(59 130 246 / 0.35);
  }

  .lg\:bg-blue-500\/40{
    background-color: rgb(59 130 246 / 0.4);
  }

  .lg\:bg-blue-500\/45{
    background-color: rgb(59 130 246 / 0.45);
  }

  .lg\:bg-blue-500\/5{
    background-color: rgb(59 130 246 / 0.05);
  }

  .lg\:bg-blue-500\/50{
    background-color: rgb(59 130 246 / 0.5);
  }

  .lg\:bg-blue-500\/55{
    background-color: rgb(59 130 246 / 0.55);
  }

  .lg\:bg-blue-500\/60{
    background-color: rgb(59 130 246 / 0.6);
  }

  .lg\:bg-blue-500\/65{
    background-color: rgb(59 130 246 / 0.65);
  }

  .lg\:bg-blue-500\/70{
    background-color: rgb(59 130 246 / 0.7);
  }

  .lg\:bg-blue-500\/75{
    background-color: rgb(59 130 246 / 0.75);
  }

  .lg\:bg-blue-500\/80{
    background-color: rgb(59 130 246 / 0.8);
  }

  .lg\:bg-blue-500\/85{
    background-color: rgb(59 130 246 / 0.85);
  }

  .lg\:bg-blue-500\/90{
    background-color: rgb(59 130 246 / 0.9);
  }

  .lg\:bg-blue-500\/95{
    background-color: rgb(59 130 246 / 0.95);
  }

  .lg\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-600\/0{
    background-color: rgb(37 99 235 / 0);
  }

  .lg\:bg-blue-600\/10{
    background-color: rgb(37 99 235 / 0.1);
  }

  .lg\:bg-blue-600\/100{
    background-color: rgb(37 99 235 / 1);
  }

  .lg\:bg-blue-600\/15{
    background-color: rgb(37 99 235 / 0.15);
  }

  .lg\:bg-blue-600\/20{
    background-color: rgb(37 99 235 / 0.2);
  }

  .lg\:bg-blue-600\/25{
    background-color: rgb(37 99 235 / 0.25);
  }

  .lg\:bg-blue-600\/30{
    background-color: rgb(37 99 235 / 0.3);
  }

  .lg\:bg-blue-600\/35{
    background-color: rgb(37 99 235 / 0.35);
  }

  .lg\:bg-blue-600\/40{
    background-color: rgb(37 99 235 / 0.4);
  }

  .lg\:bg-blue-600\/45{
    background-color: rgb(37 99 235 / 0.45);
  }

  .lg\:bg-blue-600\/5{
    background-color: rgb(37 99 235 / 0.05);
  }

  .lg\:bg-blue-600\/50{
    background-color: rgb(37 99 235 / 0.5);
  }

  .lg\:bg-blue-600\/55{
    background-color: rgb(37 99 235 / 0.55);
  }

  .lg\:bg-blue-600\/60{
    background-color: rgb(37 99 235 / 0.6);
  }

  .lg\:bg-blue-600\/65{
    background-color: rgb(37 99 235 / 0.65);
  }

  .lg\:bg-blue-600\/70{
    background-color: rgb(37 99 235 / 0.7);
  }

  .lg\:bg-blue-600\/75{
    background-color: rgb(37 99 235 / 0.75);
  }

  .lg\:bg-blue-600\/80{
    background-color: rgb(37 99 235 / 0.8);
  }

  .lg\:bg-blue-600\/85{
    background-color: rgb(37 99 235 / 0.85);
  }

  .lg\:bg-blue-600\/90{
    background-color: rgb(37 99 235 / 0.9);
  }

  .lg\:bg-blue-600\/95{
    background-color: rgb(37 99 235 / 0.95);
  }

  .lg\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-700\/0{
    background-color: rgb(29 78 216 / 0);
  }

  .lg\:bg-blue-700\/10{
    background-color: rgb(29 78 216 / 0.1);
  }

  .lg\:bg-blue-700\/100{
    background-color: rgb(29 78 216 / 1);
  }

  .lg\:bg-blue-700\/15{
    background-color: rgb(29 78 216 / 0.15);
  }

  .lg\:bg-blue-700\/20{
    background-color: rgb(29 78 216 / 0.2);
  }

  .lg\:bg-blue-700\/25{
    background-color: rgb(29 78 216 / 0.25);
  }

  .lg\:bg-blue-700\/30{
    background-color: rgb(29 78 216 / 0.3);
  }

  .lg\:bg-blue-700\/35{
    background-color: rgb(29 78 216 / 0.35);
  }

  .lg\:bg-blue-700\/40{
    background-color: rgb(29 78 216 / 0.4);
  }

  .lg\:bg-blue-700\/45{
    background-color: rgb(29 78 216 / 0.45);
  }

  .lg\:bg-blue-700\/5{
    background-color: rgb(29 78 216 / 0.05);
  }

  .lg\:bg-blue-700\/50{
    background-color: rgb(29 78 216 / 0.5);
  }

  .lg\:bg-blue-700\/55{
    background-color: rgb(29 78 216 / 0.55);
  }

  .lg\:bg-blue-700\/60{
    background-color: rgb(29 78 216 / 0.6);
  }

  .lg\:bg-blue-700\/65{
    background-color: rgb(29 78 216 / 0.65);
  }

  .lg\:bg-blue-700\/70{
    background-color: rgb(29 78 216 / 0.7);
  }

  .lg\:bg-blue-700\/75{
    background-color: rgb(29 78 216 / 0.75);
  }

  .lg\:bg-blue-700\/80{
    background-color: rgb(29 78 216 / 0.8);
  }

  .lg\:bg-blue-700\/85{
    background-color: rgb(29 78 216 / 0.85);
  }

  .lg\:bg-blue-700\/90{
    background-color: rgb(29 78 216 / 0.9);
  }

  .lg\:bg-blue-700\/95{
    background-color: rgb(29 78 216 / 0.95);
  }

  .lg\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-800\/0{
    background-color: rgb(30 64 175 / 0);
  }

  .lg\:bg-blue-800\/10{
    background-color: rgb(30 64 175 / 0.1);
  }

  .lg\:bg-blue-800\/100{
    background-color: rgb(30 64 175 / 1);
  }

  .lg\:bg-blue-800\/15{
    background-color: rgb(30 64 175 / 0.15);
  }

  .lg\:bg-blue-800\/20{
    background-color: rgb(30 64 175 / 0.2);
  }

  .lg\:bg-blue-800\/25{
    background-color: rgb(30 64 175 / 0.25);
  }

  .lg\:bg-blue-800\/30{
    background-color: rgb(30 64 175 / 0.3);
  }

  .lg\:bg-blue-800\/35{
    background-color: rgb(30 64 175 / 0.35);
  }

  .lg\:bg-blue-800\/40{
    background-color: rgb(30 64 175 / 0.4);
  }

  .lg\:bg-blue-800\/45{
    background-color: rgb(30 64 175 / 0.45);
  }

  .lg\:bg-blue-800\/5{
    background-color: rgb(30 64 175 / 0.05);
  }

  .lg\:bg-blue-800\/50{
    background-color: rgb(30 64 175 / 0.5);
  }

  .lg\:bg-blue-800\/55{
    background-color: rgb(30 64 175 / 0.55);
  }

  .lg\:bg-blue-800\/60{
    background-color: rgb(30 64 175 / 0.6);
  }

  .lg\:bg-blue-800\/65{
    background-color: rgb(30 64 175 / 0.65);
  }

  .lg\:bg-blue-800\/70{
    background-color: rgb(30 64 175 / 0.7);
  }

  .lg\:bg-blue-800\/75{
    background-color: rgb(30 64 175 / 0.75);
  }

  .lg\:bg-blue-800\/80{
    background-color: rgb(30 64 175 / 0.8);
  }

  .lg\:bg-blue-800\/85{
    background-color: rgb(30 64 175 / 0.85);
  }

  .lg\:bg-blue-800\/90{
    background-color: rgb(30 64 175 / 0.9);
  }

  .lg\:bg-blue-800\/95{
    background-color: rgb(30 64 175 / 0.95);
  }

  .lg\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-900\/0{
    background-color: rgb(30 58 138 / 0);
  }

  .lg\:bg-blue-900\/10{
    background-color: rgb(30 58 138 / 0.1);
  }

  .lg\:bg-blue-900\/100{
    background-color: rgb(30 58 138 / 1);
  }

  .lg\:bg-blue-900\/15{
    background-color: rgb(30 58 138 / 0.15);
  }

  .lg\:bg-blue-900\/20{
    background-color: rgb(30 58 138 / 0.2);
  }

  .lg\:bg-blue-900\/25{
    background-color: rgb(30 58 138 / 0.25);
  }

  .lg\:bg-blue-900\/30{
    background-color: rgb(30 58 138 / 0.3);
  }

  .lg\:bg-blue-900\/35{
    background-color: rgb(30 58 138 / 0.35);
  }

  .lg\:bg-blue-900\/40{
    background-color: rgb(30 58 138 / 0.4);
  }

  .lg\:bg-blue-900\/45{
    background-color: rgb(30 58 138 / 0.45);
  }

  .lg\:bg-blue-900\/5{
    background-color: rgb(30 58 138 / 0.05);
  }

  .lg\:bg-blue-900\/50{
    background-color: rgb(30 58 138 / 0.5);
  }

  .lg\:bg-blue-900\/55{
    background-color: rgb(30 58 138 / 0.55);
  }

  .lg\:bg-blue-900\/60{
    background-color: rgb(30 58 138 / 0.6);
  }

  .lg\:bg-blue-900\/65{
    background-color: rgb(30 58 138 / 0.65);
  }

  .lg\:bg-blue-900\/70{
    background-color: rgb(30 58 138 / 0.7);
  }

  .lg\:bg-blue-900\/75{
    background-color: rgb(30 58 138 / 0.75);
  }

  .lg\:bg-blue-900\/80{
    background-color: rgb(30 58 138 / 0.8);
  }

  .lg\:bg-blue-900\/85{
    background-color: rgb(30 58 138 / 0.85);
  }

  .lg\:bg-blue-900\/90{
    background-color: rgb(30 58 138 / 0.9);
  }

  .lg\:bg-blue-900\/95{
    background-color: rgb(30 58 138 / 0.95);
  }

  .lg\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-blue-950\/0{
    background-color: rgb(23 37 84 / 0);
  }

  .lg\:bg-blue-950\/10{
    background-color: rgb(23 37 84 / 0.1);
  }

  .lg\:bg-blue-950\/100{
    background-color: rgb(23 37 84 / 1);
  }

  .lg\:bg-blue-950\/15{
    background-color: rgb(23 37 84 / 0.15);
  }

  .lg\:bg-blue-950\/20{
    background-color: rgb(23 37 84 / 0.2);
  }

  .lg\:bg-blue-950\/25{
    background-color: rgb(23 37 84 / 0.25);
  }

  .lg\:bg-blue-950\/30{
    background-color: rgb(23 37 84 / 0.3);
  }

  .lg\:bg-blue-950\/35{
    background-color: rgb(23 37 84 / 0.35);
  }

  .lg\:bg-blue-950\/40{
    background-color: rgb(23 37 84 / 0.4);
  }

  .lg\:bg-blue-950\/45{
    background-color: rgb(23 37 84 / 0.45);
  }

  .lg\:bg-blue-950\/5{
    background-color: rgb(23 37 84 / 0.05);
  }

  .lg\:bg-blue-950\/50{
    background-color: rgb(23 37 84 / 0.5);
  }

  .lg\:bg-blue-950\/55{
    background-color: rgb(23 37 84 / 0.55);
  }

  .lg\:bg-blue-950\/60{
    background-color: rgb(23 37 84 / 0.6);
  }

  .lg\:bg-blue-950\/65{
    background-color: rgb(23 37 84 / 0.65);
  }

  .lg\:bg-blue-950\/70{
    background-color: rgb(23 37 84 / 0.7);
  }

  .lg\:bg-blue-950\/75{
    background-color: rgb(23 37 84 / 0.75);
  }

  .lg\:bg-blue-950\/80{
    background-color: rgb(23 37 84 / 0.8);
  }

  .lg\:bg-blue-950\/85{
    background-color: rgb(23 37 84 / 0.85);
  }

  .lg\:bg-blue-950\/90{
    background-color: rgb(23 37 84 / 0.9);
  }

  .lg\:bg-blue-950\/95{
    background-color: rgb(23 37 84 / 0.95);
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-cyan-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-100\/0{
    background-color: rgb(207 250 254 / 0);
  }

  .lg\:bg-cyan-100\/10{
    background-color: rgb(207 250 254 / 0.1);
  }

  .lg\:bg-cyan-100\/100{
    background-color: rgb(207 250 254 / 1);
  }

  .lg\:bg-cyan-100\/15{
    background-color: rgb(207 250 254 / 0.15);
  }

  .lg\:bg-cyan-100\/20{
    background-color: rgb(207 250 254 / 0.2);
  }

  .lg\:bg-cyan-100\/25{
    background-color: rgb(207 250 254 / 0.25);
  }

  .lg\:bg-cyan-100\/30{
    background-color: rgb(207 250 254 / 0.3);
  }

  .lg\:bg-cyan-100\/35{
    background-color: rgb(207 250 254 / 0.35);
  }

  .lg\:bg-cyan-100\/40{
    background-color: rgb(207 250 254 / 0.4);
  }

  .lg\:bg-cyan-100\/45{
    background-color: rgb(207 250 254 / 0.45);
  }

  .lg\:bg-cyan-100\/5{
    background-color: rgb(207 250 254 / 0.05);
  }

  .lg\:bg-cyan-100\/50{
    background-color: rgb(207 250 254 / 0.5);
  }

  .lg\:bg-cyan-100\/55{
    background-color: rgb(207 250 254 / 0.55);
  }

  .lg\:bg-cyan-100\/60{
    background-color: rgb(207 250 254 / 0.6);
  }

  .lg\:bg-cyan-100\/65{
    background-color: rgb(207 250 254 / 0.65);
  }

  .lg\:bg-cyan-100\/70{
    background-color: rgb(207 250 254 / 0.7);
  }

  .lg\:bg-cyan-100\/75{
    background-color: rgb(207 250 254 / 0.75);
  }

  .lg\:bg-cyan-100\/80{
    background-color: rgb(207 250 254 / 0.8);
  }

  .lg\:bg-cyan-100\/85{
    background-color: rgb(207 250 254 / 0.85);
  }

  .lg\:bg-cyan-100\/90{
    background-color: rgb(207 250 254 / 0.9);
  }

  .lg\:bg-cyan-100\/95{
    background-color: rgb(207 250 254 / 0.95);
  }

  .lg\:bg-cyan-200{
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-200\/0{
    background-color: rgb(165 243 252 / 0);
  }

  .lg\:bg-cyan-200\/10{
    background-color: rgb(165 243 252 / 0.1);
  }

  .lg\:bg-cyan-200\/100{
    background-color: rgb(165 243 252 / 1);
  }

  .lg\:bg-cyan-200\/15{
    background-color: rgb(165 243 252 / 0.15);
  }

  .lg\:bg-cyan-200\/20{
    background-color: rgb(165 243 252 / 0.2);
  }

  .lg\:bg-cyan-200\/25{
    background-color: rgb(165 243 252 / 0.25);
  }

  .lg\:bg-cyan-200\/30{
    background-color: rgb(165 243 252 / 0.3);
  }

  .lg\:bg-cyan-200\/35{
    background-color: rgb(165 243 252 / 0.35);
  }

  .lg\:bg-cyan-200\/40{
    background-color: rgb(165 243 252 / 0.4);
  }

  .lg\:bg-cyan-200\/45{
    background-color: rgb(165 243 252 / 0.45);
  }

  .lg\:bg-cyan-200\/5{
    background-color: rgb(165 243 252 / 0.05);
  }

  .lg\:bg-cyan-200\/50{
    background-color: rgb(165 243 252 / 0.5);
  }

  .lg\:bg-cyan-200\/55{
    background-color: rgb(165 243 252 / 0.55);
  }

  .lg\:bg-cyan-200\/60{
    background-color: rgb(165 243 252 / 0.6);
  }

  .lg\:bg-cyan-200\/65{
    background-color: rgb(165 243 252 / 0.65);
  }

  .lg\:bg-cyan-200\/70{
    background-color: rgb(165 243 252 / 0.7);
  }

  .lg\:bg-cyan-200\/75{
    background-color: rgb(165 243 252 / 0.75);
  }

  .lg\:bg-cyan-200\/80{
    background-color: rgb(165 243 252 / 0.8);
  }

  .lg\:bg-cyan-200\/85{
    background-color: rgb(165 243 252 / 0.85);
  }

  .lg\:bg-cyan-200\/90{
    background-color: rgb(165 243 252 / 0.9);
  }

  .lg\:bg-cyan-200\/95{
    background-color: rgb(165 243 252 / 0.95);
  }

  .lg\:bg-cyan-300{
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-300\/0{
    background-color: rgb(103 232 249 / 0);
  }

  .lg\:bg-cyan-300\/10{
    background-color: rgb(103 232 249 / 0.1);
  }

  .lg\:bg-cyan-300\/100{
    background-color: rgb(103 232 249 / 1);
  }

  .lg\:bg-cyan-300\/15{
    background-color: rgb(103 232 249 / 0.15);
  }

  .lg\:bg-cyan-300\/20{
    background-color: rgb(103 232 249 / 0.2);
  }

  .lg\:bg-cyan-300\/25{
    background-color: rgb(103 232 249 / 0.25);
  }

  .lg\:bg-cyan-300\/30{
    background-color: rgb(103 232 249 / 0.3);
  }

  .lg\:bg-cyan-300\/35{
    background-color: rgb(103 232 249 / 0.35);
  }

  .lg\:bg-cyan-300\/40{
    background-color: rgb(103 232 249 / 0.4);
  }

  .lg\:bg-cyan-300\/45{
    background-color: rgb(103 232 249 / 0.45);
  }

  .lg\:bg-cyan-300\/5{
    background-color: rgb(103 232 249 / 0.05);
  }

  .lg\:bg-cyan-300\/50{
    background-color: rgb(103 232 249 / 0.5);
  }

  .lg\:bg-cyan-300\/55{
    background-color: rgb(103 232 249 / 0.55);
  }

  .lg\:bg-cyan-300\/60{
    background-color: rgb(103 232 249 / 0.6);
  }

  .lg\:bg-cyan-300\/65{
    background-color: rgb(103 232 249 / 0.65);
  }

  .lg\:bg-cyan-300\/70{
    background-color: rgb(103 232 249 / 0.7);
  }

  .lg\:bg-cyan-300\/75{
    background-color: rgb(103 232 249 / 0.75);
  }

  .lg\:bg-cyan-300\/80{
    background-color: rgb(103 232 249 / 0.8);
  }

  .lg\:bg-cyan-300\/85{
    background-color: rgb(103 232 249 / 0.85);
  }

  .lg\:bg-cyan-300\/90{
    background-color: rgb(103 232 249 / 0.9);
  }

  .lg\:bg-cyan-300\/95{
    background-color: rgb(103 232 249 / 0.95);
  }

  .lg\:bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-400\/0{
    background-color: rgb(34 211 238 / 0);
  }

  .lg\:bg-cyan-400\/10{
    background-color: rgb(34 211 238 / 0.1);
  }

  .lg\:bg-cyan-400\/100{
    background-color: rgb(34 211 238 / 1);
  }

  .lg\:bg-cyan-400\/15{
    background-color: rgb(34 211 238 / 0.15);
  }

  .lg\:bg-cyan-400\/20{
    background-color: rgb(34 211 238 / 0.2);
  }

  .lg\:bg-cyan-400\/25{
    background-color: rgb(34 211 238 / 0.25);
  }

  .lg\:bg-cyan-400\/30{
    background-color: rgb(34 211 238 / 0.3);
  }

  .lg\:bg-cyan-400\/35{
    background-color: rgb(34 211 238 / 0.35);
  }

  .lg\:bg-cyan-400\/40{
    background-color: rgb(34 211 238 / 0.4);
  }

  .lg\:bg-cyan-400\/45{
    background-color: rgb(34 211 238 / 0.45);
  }

  .lg\:bg-cyan-400\/5{
    background-color: rgb(34 211 238 / 0.05);
  }

  .lg\:bg-cyan-400\/50{
    background-color: rgb(34 211 238 / 0.5);
  }

  .lg\:bg-cyan-400\/55{
    background-color: rgb(34 211 238 / 0.55);
  }

  .lg\:bg-cyan-400\/60{
    background-color: rgb(34 211 238 / 0.6);
  }

  .lg\:bg-cyan-400\/65{
    background-color: rgb(34 211 238 / 0.65);
  }

  .lg\:bg-cyan-400\/70{
    background-color: rgb(34 211 238 / 0.7);
  }

  .lg\:bg-cyan-400\/75{
    background-color: rgb(34 211 238 / 0.75);
  }

  .lg\:bg-cyan-400\/80{
    background-color: rgb(34 211 238 / 0.8);
  }

  .lg\:bg-cyan-400\/85{
    background-color: rgb(34 211 238 / 0.85);
  }

  .lg\:bg-cyan-400\/90{
    background-color: rgb(34 211 238 / 0.9);
  }

  .lg\:bg-cyan-400\/95{
    background-color: rgb(34 211 238 / 0.95);
  }

  .lg\:bg-cyan-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-50\/0{
    background-color: rgb(236 254 255 / 0);
  }

  .lg\:bg-cyan-50\/10{
    background-color: rgb(236 254 255 / 0.1);
  }

  .lg\:bg-cyan-50\/100{
    background-color: rgb(236 254 255 / 1);
  }

  .lg\:bg-cyan-50\/15{
    background-color: rgb(236 254 255 / 0.15);
  }

  .lg\:bg-cyan-50\/20{
    background-color: rgb(236 254 255 / 0.2);
  }

  .lg\:bg-cyan-50\/25{
    background-color: rgb(236 254 255 / 0.25);
  }

  .lg\:bg-cyan-50\/30{
    background-color: rgb(236 254 255 / 0.3);
  }

  .lg\:bg-cyan-50\/35{
    background-color: rgb(236 254 255 / 0.35);
  }

  .lg\:bg-cyan-50\/40{
    background-color: rgb(236 254 255 / 0.4);
  }

  .lg\:bg-cyan-50\/45{
    background-color: rgb(236 254 255 / 0.45);
  }

  .lg\:bg-cyan-50\/5{
    background-color: rgb(236 254 255 / 0.05);
  }

  .lg\:bg-cyan-50\/50{
    background-color: rgb(236 254 255 / 0.5);
  }

  .lg\:bg-cyan-50\/55{
    background-color: rgb(236 254 255 / 0.55);
  }

  .lg\:bg-cyan-50\/60{
    background-color: rgb(236 254 255 / 0.6);
  }

  .lg\:bg-cyan-50\/65{
    background-color: rgb(236 254 255 / 0.65);
  }

  .lg\:bg-cyan-50\/70{
    background-color: rgb(236 254 255 / 0.7);
  }

  .lg\:bg-cyan-50\/75{
    background-color: rgb(236 254 255 / 0.75);
  }

  .lg\:bg-cyan-50\/80{
    background-color: rgb(236 254 255 / 0.8);
  }

  .lg\:bg-cyan-50\/85{
    background-color: rgb(236 254 255 / 0.85);
  }

  .lg\:bg-cyan-50\/90{
    background-color: rgb(236 254 255 / 0.9);
  }

  .lg\:bg-cyan-50\/95{
    background-color: rgb(236 254 255 / 0.95);
  }

  .lg\:bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-500\/0{
    background-color: rgb(6 182 212 / 0);
  }

  .lg\:bg-cyan-500\/10{
    background-color: rgb(6 182 212 / 0.1);
  }

  .lg\:bg-cyan-500\/100{
    background-color: rgb(6 182 212 / 1);
  }

  .lg\:bg-cyan-500\/15{
    background-color: rgb(6 182 212 / 0.15);
  }

  .lg\:bg-cyan-500\/20{
    background-color: rgb(6 182 212 / 0.2);
  }

  .lg\:bg-cyan-500\/25{
    background-color: rgb(6 182 212 / 0.25);
  }

  .lg\:bg-cyan-500\/30{
    background-color: rgb(6 182 212 / 0.3);
  }

  .lg\:bg-cyan-500\/35{
    background-color: rgb(6 182 212 / 0.35);
  }

  .lg\:bg-cyan-500\/40{
    background-color: rgb(6 182 212 / 0.4);
  }

  .lg\:bg-cyan-500\/45{
    background-color: rgb(6 182 212 / 0.45);
  }

  .lg\:bg-cyan-500\/5{
    background-color: rgb(6 182 212 / 0.05);
  }

  .lg\:bg-cyan-500\/50{
    background-color: rgb(6 182 212 / 0.5);
  }

  .lg\:bg-cyan-500\/55{
    background-color: rgb(6 182 212 / 0.55);
  }

  .lg\:bg-cyan-500\/60{
    background-color: rgb(6 182 212 / 0.6);
  }

  .lg\:bg-cyan-500\/65{
    background-color: rgb(6 182 212 / 0.65);
  }

  .lg\:bg-cyan-500\/70{
    background-color: rgb(6 182 212 / 0.7);
  }

  .lg\:bg-cyan-500\/75{
    background-color: rgb(6 182 212 / 0.75);
  }

  .lg\:bg-cyan-500\/80{
    background-color: rgb(6 182 212 / 0.8);
  }

  .lg\:bg-cyan-500\/85{
    background-color: rgb(6 182 212 / 0.85);
  }

  .lg\:bg-cyan-500\/90{
    background-color: rgb(6 182 212 / 0.9);
  }

  .lg\:bg-cyan-500\/95{
    background-color: rgb(6 182 212 / 0.95);
  }

  .lg\:bg-cyan-600{
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-600\/0{
    background-color: rgb(8 145 178 / 0);
  }

  .lg\:bg-cyan-600\/10{
    background-color: rgb(8 145 178 / 0.1);
  }

  .lg\:bg-cyan-600\/100{
    background-color: rgb(8 145 178 / 1);
  }

  .lg\:bg-cyan-600\/15{
    background-color: rgb(8 145 178 / 0.15);
  }

  .lg\:bg-cyan-600\/20{
    background-color: rgb(8 145 178 / 0.2);
  }

  .lg\:bg-cyan-600\/25{
    background-color: rgb(8 145 178 / 0.25);
  }

  .lg\:bg-cyan-600\/30{
    background-color: rgb(8 145 178 / 0.3);
  }

  .lg\:bg-cyan-600\/35{
    background-color: rgb(8 145 178 / 0.35);
  }

  .lg\:bg-cyan-600\/40{
    background-color: rgb(8 145 178 / 0.4);
  }

  .lg\:bg-cyan-600\/45{
    background-color: rgb(8 145 178 / 0.45);
  }

  .lg\:bg-cyan-600\/5{
    background-color: rgb(8 145 178 / 0.05);
  }

  .lg\:bg-cyan-600\/50{
    background-color: rgb(8 145 178 / 0.5);
  }

  .lg\:bg-cyan-600\/55{
    background-color: rgb(8 145 178 / 0.55);
  }

  .lg\:bg-cyan-600\/60{
    background-color: rgb(8 145 178 / 0.6);
  }

  .lg\:bg-cyan-600\/65{
    background-color: rgb(8 145 178 / 0.65);
  }

  .lg\:bg-cyan-600\/70{
    background-color: rgb(8 145 178 / 0.7);
  }

  .lg\:bg-cyan-600\/75{
    background-color: rgb(8 145 178 / 0.75);
  }

  .lg\:bg-cyan-600\/80{
    background-color: rgb(8 145 178 / 0.8);
  }

  .lg\:bg-cyan-600\/85{
    background-color: rgb(8 145 178 / 0.85);
  }

  .lg\:bg-cyan-600\/90{
    background-color: rgb(8 145 178 / 0.9);
  }

  .lg\:bg-cyan-600\/95{
    background-color: rgb(8 145 178 / 0.95);
  }

  .lg\:bg-cyan-700{
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-700\/0{
    background-color: rgb(14 116 144 / 0);
  }

  .lg\:bg-cyan-700\/10{
    background-color: rgb(14 116 144 / 0.1);
  }

  .lg\:bg-cyan-700\/100{
    background-color: rgb(14 116 144 / 1);
  }

  .lg\:bg-cyan-700\/15{
    background-color: rgb(14 116 144 / 0.15);
  }

  .lg\:bg-cyan-700\/20{
    background-color: rgb(14 116 144 / 0.2);
  }

  .lg\:bg-cyan-700\/25{
    background-color: rgb(14 116 144 / 0.25);
  }

  .lg\:bg-cyan-700\/30{
    background-color: rgb(14 116 144 / 0.3);
  }

  .lg\:bg-cyan-700\/35{
    background-color: rgb(14 116 144 / 0.35);
  }

  .lg\:bg-cyan-700\/40{
    background-color: rgb(14 116 144 / 0.4);
  }

  .lg\:bg-cyan-700\/45{
    background-color: rgb(14 116 144 / 0.45);
  }

  .lg\:bg-cyan-700\/5{
    background-color: rgb(14 116 144 / 0.05);
  }

  .lg\:bg-cyan-700\/50{
    background-color: rgb(14 116 144 / 0.5);
  }

  .lg\:bg-cyan-700\/55{
    background-color: rgb(14 116 144 / 0.55);
  }

  .lg\:bg-cyan-700\/60{
    background-color: rgb(14 116 144 / 0.6);
  }

  .lg\:bg-cyan-700\/65{
    background-color: rgb(14 116 144 / 0.65);
  }

  .lg\:bg-cyan-700\/70{
    background-color: rgb(14 116 144 / 0.7);
  }

  .lg\:bg-cyan-700\/75{
    background-color: rgb(14 116 144 / 0.75);
  }

  .lg\:bg-cyan-700\/80{
    background-color: rgb(14 116 144 / 0.8);
  }

  .lg\:bg-cyan-700\/85{
    background-color: rgb(14 116 144 / 0.85);
  }

  .lg\:bg-cyan-700\/90{
    background-color: rgb(14 116 144 / 0.9);
  }

  .lg\:bg-cyan-700\/95{
    background-color: rgb(14 116 144 / 0.95);
  }

  .lg\:bg-cyan-800{
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-800\/0{
    background-color: rgb(21 94 117 / 0);
  }

  .lg\:bg-cyan-800\/10{
    background-color: rgb(21 94 117 / 0.1);
  }

  .lg\:bg-cyan-800\/100{
    background-color: rgb(21 94 117 / 1);
  }

  .lg\:bg-cyan-800\/15{
    background-color: rgb(21 94 117 / 0.15);
  }

  .lg\:bg-cyan-800\/20{
    background-color: rgb(21 94 117 / 0.2);
  }

  .lg\:bg-cyan-800\/25{
    background-color: rgb(21 94 117 / 0.25);
  }

  .lg\:bg-cyan-800\/30{
    background-color: rgb(21 94 117 / 0.3);
  }

  .lg\:bg-cyan-800\/35{
    background-color: rgb(21 94 117 / 0.35);
  }

  .lg\:bg-cyan-800\/40{
    background-color: rgb(21 94 117 / 0.4);
  }

  .lg\:bg-cyan-800\/45{
    background-color: rgb(21 94 117 / 0.45);
  }

  .lg\:bg-cyan-800\/5{
    background-color: rgb(21 94 117 / 0.05);
  }

  .lg\:bg-cyan-800\/50{
    background-color: rgb(21 94 117 / 0.5);
  }

  .lg\:bg-cyan-800\/55{
    background-color: rgb(21 94 117 / 0.55);
  }

  .lg\:bg-cyan-800\/60{
    background-color: rgb(21 94 117 / 0.6);
  }

  .lg\:bg-cyan-800\/65{
    background-color: rgb(21 94 117 / 0.65);
  }

  .lg\:bg-cyan-800\/70{
    background-color: rgb(21 94 117 / 0.7);
  }

  .lg\:bg-cyan-800\/75{
    background-color: rgb(21 94 117 / 0.75);
  }

  .lg\:bg-cyan-800\/80{
    background-color: rgb(21 94 117 / 0.8);
  }

  .lg\:bg-cyan-800\/85{
    background-color: rgb(21 94 117 / 0.85);
  }

  .lg\:bg-cyan-800\/90{
    background-color: rgb(21 94 117 / 0.9);
  }

  .lg\:bg-cyan-800\/95{
    background-color: rgb(21 94 117 / 0.95);
  }

  .lg\:bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-900\/0{
    background-color: rgb(22 78 99 / 0);
  }

  .lg\:bg-cyan-900\/10{
    background-color: rgb(22 78 99 / 0.1);
  }

  .lg\:bg-cyan-900\/100{
    background-color: rgb(22 78 99 / 1);
  }

  .lg\:bg-cyan-900\/15{
    background-color: rgb(22 78 99 / 0.15);
  }

  .lg\:bg-cyan-900\/20{
    background-color: rgb(22 78 99 / 0.2);
  }

  .lg\:bg-cyan-900\/25{
    background-color: rgb(22 78 99 / 0.25);
  }

  .lg\:bg-cyan-900\/30{
    background-color: rgb(22 78 99 / 0.3);
  }

  .lg\:bg-cyan-900\/35{
    background-color: rgb(22 78 99 / 0.35);
  }

  .lg\:bg-cyan-900\/40{
    background-color: rgb(22 78 99 / 0.4);
  }

  .lg\:bg-cyan-900\/45{
    background-color: rgb(22 78 99 / 0.45);
  }

  .lg\:bg-cyan-900\/5{
    background-color: rgb(22 78 99 / 0.05);
  }

  .lg\:bg-cyan-900\/50{
    background-color: rgb(22 78 99 / 0.5);
  }

  .lg\:bg-cyan-900\/55{
    background-color: rgb(22 78 99 / 0.55);
  }

  .lg\:bg-cyan-900\/60{
    background-color: rgb(22 78 99 / 0.6);
  }

  .lg\:bg-cyan-900\/65{
    background-color: rgb(22 78 99 / 0.65);
  }

  .lg\:bg-cyan-900\/70{
    background-color: rgb(22 78 99 / 0.7);
  }

  .lg\:bg-cyan-900\/75{
    background-color: rgb(22 78 99 / 0.75);
  }

  .lg\:bg-cyan-900\/80{
    background-color: rgb(22 78 99 / 0.8);
  }

  .lg\:bg-cyan-900\/85{
    background-color: rgb(22 78 99 / 0.85);
  }

  .lg\:bg-cyan-900\/90{
    background-color: rgb(22 78 99 / 0.9);
  }

  .lg\:bg-cyan-900\/95{
    background-color: rgb(22 78 99 / 0.95);
  }

  .lg\:bg-cyan-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-cyan-950\/0{
    background-color: rgb(8 51 68 / 0);
  }

  .lg\:bg-cyan-950\/10{
    background-color: rgb(8 51 68 / 0.1);
  }

  .lg\:bg-cyan-950\/100{
    background-color: rgb(8 51 68 / 1);
  }

  .lg\:bg-cyan-950\/15{
    background-color: rgb(8 51 68 / 0.15);
  }

  .lg\:bg-cyan-950\/20{
    background-color: rgb(8 51 68 / 0.2);
  }

  .lg\:bg-cyan-950\/25{
    background-color: rgb(8 51 68 / 0.25);
  }

  .lg\:bg-cyan-950\/30{
    background-color: rgb(8 51 68 / 0.3);
  }

  .lg\:bg-cyan-950\/35{
    background-color: rgb(8 51 68 / 0.35);
  }

  .lg\:bg-cyan-950\/40{
    background-color: rgb(8 51 68 / 0.4);
  }

  .lg\:bg-cyan-950\/45{
    background-color: rgb(8 51 68 / 0.45);
  }

  .lg\:bg-cyan-950\/5{
    background-color: rgb(8 51 68 / 0.05);
  }

  .lg\:bg-cyan-950\/50{
    background-color: rgb(8 51 68 / 0.5);
  }

  .lg\:bg-cyan-950\/55{
    background-color: rgb(8 51 68 / 0.55);
  }

  .lg\:bg-cyan-950\/60{
    background-color: rgb(8 51 68 / 0.6);
  }

  .lg\:bg-cyan-950\/65{
    background-color: rgb(8 51 68 / 0.65);
  }

  .lg\:bg-cyan-950\/70{
    background-color: rgb(8 51 68 / 0.7);
  }

  .lg\:bg-cyan-950\/75{
    background-color: rgb(8 51 68 / 0.75);
  }

  .lg\:bg-cyan-950\/80{
    background-color: rgb(8 51 68 / 0.8);
  }

  .lg\:bg-cyan-950\/85{
    background-color: rgb(8 51 68 / 0.85);
  }

  .lg\:bg-cyan-950\/90{
    background-color: rgb(8 51 68 / 0.9);
  }

  .lg\:bg-cyan-950\/95{
    background-color: rgb(8 51 68 / 0.95);
  }

  .lg\:bg-darkGreen{
    --tw-bg-opacity: 1;
    background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-darkGreen\/0{
    background-color: rgb(113 229 201 / 0);
  }

  .lg\:bg-darkGreen\/10{
    background-color: rgb(113 229 201 / 0.1);
  }

  .lg\:bg-darkGreen\/100{
    background-color: rgb(113 229 201 / 1);
  }

  .lg\:bg-darkGreen\/15{
    background-color: rgb(113 229 201 / 0.15);
  }

  .lg\:bg-darkGreen\/20{
    background-color: rgb(113 229 201 / 0.2);
  }

  .lg\:bg-darkGreen\/25{
    background-color: rgb(113 229 201 / 0.25);
  }

  .lg\:bg-darkGreen\/30{
    background-color: rgb(113 229 201 / 0.3);
  }

  .lg\:bg-darkGreen\/35{
    background-color: rgb(113 229 201 / 0.35);
  }

  .lg\:bg-darkGreen\/40{
    background-color: rgb(113 229 201 / 0.4);
  }

  .lg\:bg-darkGreen\/45{
    background-color: rgb(113 229 201 / 0.45);
  }

  .lg\:bg-darkGreen\/5{
    background-color: rgb(113 229 201 / 0.05);
  }

  .lg\:bg-darkGreen\/50{
    background-color: rgb(113 229 201 / 0.5);
  }

  .lg\:bg-darkGreen\/55{
    background-color: rgb(113 229 201 / 0.55);
  }

  .lg\:bg-darkGreen\/60{
    background-color: rgb(113 229 201 / 0.6);
  }

  .lg\:bg-darkGreen\/65{
    background-color: rgb(113 229 201 / 0.65);
  }

  .lg\:bg-darkGreen\/70{
    background-color: rgb(113 229 201 / 0.7);
  }

  .lg\:bg-darkGreen\/75{
    background-color: rgb(113 229 201 / 0.75);
  }

  .lg\:bg-darkGreen\/80{
    background-color: rgb(113 229 201 / 0.8);
  }

  .lg\:bg-darkGreen\/85{
    background-color: rgb(113 229 201 / 0.85);
  }

  .lg\:bg-darkGreen\/90{
    background-color: rgb(113 229 201 / 0.9);
  }

  .lg\:bg-darkGreen\/95{
    background-color: rgb(113 229 201 / 0.95);
  }

  .lg\:bg-emerald-100{
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-100\/0{
    background-color: rgb(209 250 229 / 0);
  }

  .lg\:bg-emerald-100\/10{
    background-color: rgb(209 250 229 / 0.1);
  }

  .lg\:bg-emerald-100\/100{
    background-color: rgb(209 250 229 / 1);
  }

  .lg\:bg-emerald-100\/15{
    background-color: rgb(209 250 229 / 0.15);
  }

  .lg\:bg-emerald-100\/20{
    background-color: rgb(209 250 229 / 0.2);
  }

  .lg\:bg-emerald-100\/25{
    background-color: rgb(209 250 229 / 0.25);
  }

  .lg\:bg-emerald-100\/30{
    background-color: rgb(209 250 229 / 0.3);
  }

  .lg\:bg-emerald-100\/35{
    background-color: rgb(209 250 229 / 0.35);
  }

  .lg\:bg-emerald-100\/40{
    background-color: rgb(209 250 229 / 0.4);
  }

  .lg\:bg-emerald-100\/45{
    background-color: rgb(209 250 229 / 0.45);
  }

  .lg\:bg-emerald-100\/5{
    background-color: rgb(209 250 229 / 0.05);
  }

  .lg\:bg-emerald-100\/50{
    background-color: rgb(209 250 229 / 0.5);
  }

  .lg\:bg-emerald-100\/55{
    background-color: rgb(209 250 229 / 0.55);
  }

  .lg\:bg-emerald-100\/60{
    background-color: rgb(209 250 229 / 0.6);
  }

  .lg\:bg-emerald-100\/65{
    background-color: rgb(209 250 229 / 0.65);
  }

  .lg\:bg-emerald-100\/70{
    background-color: rgb(209 250 229 / 0.7);
  }

  .lg\:bg-emerald-100\/75{
    background-color: rgb(209 250 229 / 0.75);
  }

  .lg\:bg-emerald-100\/80{
    background-color: rgb(209 250 229 / 0.8);
  }

  .lg\:bg-emerald-100\/85{
    background-color: rgb(209 250 229 / 0.85);
  }

  .lg\:bg-emerald-100\/90{
    background-color: rgb(209 250 229 / 0.9);
  }

  .lg\:bg-emerald-100\/95{
    background-color: rgb(209 250 229 / 0.95);
  }

  .lg\:bg-emerald-200{
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-200\/0{
    background-color: rgb(167 243 208 / 0);
  }

  .lg\:bg-emerald-200\/10{
    background-color: rgb(167 243 208 / 0.1);
  }

  .lg\:bg-emerald-200\/100{
    background-color: rgb(167 243 208 / 1);
  }

  .lg\:bg-emerald-200\/15{
    background-color: rgb(167 243 208 / 0.15);
  }

  .lg\:bg-emerald-200\/20{
    background-color: rgb(167 243 208 / 0.2);
  }

  .lg\:bg-emerald-200\/25{
    background-color: rgb(167 243 208 / 0.25);
  }

  .lg\:bg-emerald-200\/30{
    background-color: rgb(167 243 208 / 0.3);
  }

  .lg\:bg-emerald-200\/35{
    background-color: rgb(167 243 208 / 0.35);
  }

  .lg\:bg-emerald-200\/40{
    background-color: rgb(167 243 208 / 0.4);
  }

  .lg\:bg-emerald-200\/45{
    background-color: rgb(167 243 208 / 0.45);
  }

  .lg\:bg-emerald-200\/5{
    background-color: rgb(167 243 208 / 0.05);
  }

  .lg\:bg-emerald-200\/50{
    background-color: rgb(167 243 208 / 0.5);
  }

  .lg\:bg-emerald-200\/55{
    background-color: rgb(167 243 208 / 0.55);
  }

  .lg\:bg-emerald-200\/60{
    background-color: rgb(167 243 208 / 0.6);
  }

  .lg\:bg-emerald-200\/65{
    background-color: rgb(167 243 208 / 0.65);
  }

  .lg\:bg-emerald-200\/70{
    background-color: rgb(167 243 208 / 0.7);
  }

  .lg\:bg-emerald-200\/75{
    background-color: rgb(167 243 208 / 0.75);
  }

  .lg\:bg-emerald-200\/80{
    background-color: rgb(167 243 208 / 0.8);
  }

  .lg\:bg-emerald-200\/85{
    background-color: rgb(167 243 208 / 0.85);
  }

  .lg\:bg-emerald-200\/90{
    background-color: rgb(167 243 208 / 0.9);
  }

  .lg\:bg-emerald-200\/95{
    background-color: rgb(167 243 208 / 0.95);
  }

  .lg\:bg-emerald-300{
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-300\/0{
    background-color: rgb(110 231 183 / 0);
  }

  .lg\:bg-emerald-300\/10{
    background-color: rgb(110 231 183 / 0.1);
  }

  .lg\:bg-emerald-300\/100{
    background-color: rgb(110 231 183 / 1);
  }

  .lg\:bg-emerald-300\/15{
    background-color: rgb(110 231 183 / 0.15);
  }

  .lg\:bg-emerald-300\/20{
    background-color: rgb(110 231 183 / 0.2);
  }

  .lg\:bg-emerald-300\/25{
    background-color: rgb(110 231 183 / 0.25);
  }

  .lg\:bg-emerald-300\/30{
    background-color: rgb(110 231 183 / 0.3);
  }

  .lg\:bg-emerald-300\/35{
    background-color: rgb(110 231 183 / 0.35);
  }

  .lg\:bg-emerald-300\/40{
    background-color: rgb(110 231 183 / 0.4);
  }

  .lg\:bg-emerald-300\/45{
    background-color: rgb(110 231 183 / 0.45);
  }

  .lg\:bg-emerald-300\/5{
    background-color: rgb(110 231 183 / 0.05);
  }

  .lg\:bg-emerald-300\/50{
    background-color: rgb(110 231 183 / 0.5);
  }

  .lg\:bg-emerald-300\/55{
    background-color: rgb(110 231 183 / 0.55);
  }

  .lg\:bg-emerald-300\/60{
    background-color: rgb(110 231 183 / 0.6);
  }

  .lg\:bg-emerald-300\/65{
    background-color: rgb(110 231 183 / 0.65);
  }

  .lg\:bg-emerald-300\/70{
    background-color: rgb(110 231 183 / 0.7);
  }

  .lg\:bg-emerald-300\/75{
    background-color: rgb(110 231 183 / 0.75);
  }

  .lg\:bg-emerald-300\/80{
    background-color: rgb(110 231 183 / 0.8);
  }

  .lg\:bg-emerald-300\/85{
    background-color: rgb(110 231 183 / 0.85);
  }

  .lg\:bg-emerald-300\/90{
    background-color: rgb(110 231 183 / 0.9);
  }

  .lg\:bg-emerald-300\/95{
    background-color: rgb(110 231 183 / 0.95);
  }

  .lg\:bg-emerald-400{
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-400\/0{
    background-color: rgb(52 211 153 / 0);
  }

  .lg\:bg-emerald-400\/10{
    background-color: rgb(52 211 153 / 0.1);
  }

  .lg\:bg-emerald-400\/100{
    background-color: rgb(52 211 153 / 1);
  }

  .lg\:bg-emerald-400\/15{
    background-color: rgb(52 211 153 / 0.15);
  }

  .lg\:bg-emerald-400\/20{
    background-color: rgb(52 211 153 / 0.2);
  }

  .lg\:bg-emerald-400\/25{
    background-color: rgb(52 211 153 / 0.25);
  }

  .lg\:bg-emerald-400\/30{
    background-color: rgb(52 211 153 / 0.3);
  }

  .lg\:bg-emerald-400\/35{
    background-color: rgb(52 211 153 / 0.35);
  }

  .lg\:bg-emerald-400\/40{
    background-color: rgb(52 211 153 / 0.4);
  }

  .lg\:bg-emerald-400\/45{
    background-color: rgb(52 211 153 / 0.45);
  }

  .lg\:bg-emerald-400\/5{
    background-color: rgb(52 211 153 / 0.05);
  }

  .lg\:bg-emerald-400\/50{
    background-color: rgb(52 211 153 / 0.5);
  }

  .lg\:bg-emerald-400\/55{
    background-color: rgb(52 211 153 / 0.55);
  }

  .lg\:bg-emerald-400\/60{
    background-color: rgb(52 211 153 / 0.6);
  }

  .lg\:bg-emerald-400\/65{
    background-color: rgb(52 211 153 / 0.65);
  }

  .lg\:bg-emerald-400\/70{
    background-color: rgb(52 211 153 / 0.7);
  }

  .lg\:bg-emerald-400\/75{
    background-color: rgb(52 211 153 / 0.75);
  }

  .lg\:bg-emerald-400\/80{
    background-color: rgb(52 211 153 / 0.8);
  }

  .lg\:bg-emerald-400\/85{
    background-color: rgb(52 211 153 / 0.85);
  }

  .lg\:bg-emerald-400\/90{
    background-color: rgb(52 211 153 / 0.9);
  }

  .lg\:bg-emerald-400\/95{
    background-color: rgb(52 211 153 / 0.95);
  }

  .lg\:bg-emerald-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-50\/0{
    background-color: rgb(236 253 245 / 0);
  }

  .lg\:bg-emerald-50\/10{
    background-color: rgb(236 253 245 / 0.1);
  }

  .lg\:bg-emerald-50\/100{
    background-color: rgb(236 253 245 / 1);
  }

  .lg\:bg-emerald-50\/15{
    background-color: rgb(236 253 245 / 0.15);
  }

  .lg\:bg-emerald-50\/20{
    background-color: rgb(236 253 245 / 0.2);
  }

  .lg\:bg-emerald-50\/25{
    background-color: rgb(236 253 245 / 0.25);
  }

  .lg\:bg-emerald-50\/30{
    background-color: rgb(236 253 245 / 0.3);
  }

  .lg\:bg-emerald-50\/35{
    background-color: rgb(236 253 245 / 0.35);
  }

  .lg\:bg-emerald-50\/40{
    background-color: rgb(236 253 245 / 0.4);
  }

  .lg\:bg-emerald-50\/45{
    background-color: rgb(236 253 245 / 0.45);
  }

  .lg\:bg-emerald-50\/5{
    background-color: rgb(236 253 245 / 0.05);
  }

  .lg\:bg-emerald-50\/50{
    background-color: rgb(236 253 245 / 0.5);
  }

  .lg\:bg-emerald-50\/55{
    background-color: rgb(236 253 245 / 0.55);
  }

  .lg\:bg-emerald-50\/60{
    background-color: rgb(236 253 245 / 0.6);
  }

  .lg\:bg-emerald-50\/65{
    background-color: rgb(236 253 245 / 0.65);
  }

  .lg\:bg-emerald-50\/70{
    background-color: rgb(236 253 245 / 0.7);
  }

  .lg\:bg-emerald-50\/75{
    background-color: rgb(236 253 245 / 0.75);
  }

  .lg\:bg-emerald-50\/80{
    background-color: rgb(236 253 245 / 0.8);
  }

  .lg\:bg-emerald-50\/85{
    background-color: rgb(236 253 245 / 0.85);
  }

  .lg\:bg-emerald-50\/90{
    background-color: rgb(236 253 245 / 0.9);
  }

  .lg\:bg-emerald-50\/95{
    background-color: rgb(236 253 245 / 0.95);
  }

  .lg\:bg-emerald-500{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-500\/0{
    background-color: rgb(16 185 129 / 0);
  }

  .lg\:bg-emerald-500\/10{
    background-color: rgb(16 185 129 / 0.1);
  }

  .lg\:bg-emerald-500\/100{
    background-color: rgb(16 185 129 / 1);
  }

  .lg\:bg-emerald-500\/15{
    background-color: rgb(16 185 129 / 0.15);
  }

  .lg\:bg-emerald-500\/20{
    background-color: rgb(16 185 129 / 0.2);
  }

  .lg\:bg-emerald-500\/25{
    background-color: rgb(16 185 129 / 0.25);
  }

  .lg\:bg-emerald-500\/30{
    background-color: rgb(16 185 129 / 0.3);
  }

  .lg\:bg-emerald-500\/35{
    background-color: rgb(16 185 129 / 0.35);
  }

  .lg\:bg-emerald-500\/40{
    background-color: rgb(16 185 129 / 0.4);
  }

  .lg\:bg-emerald-500\/45{
    background-color: rgb(16 185 129 / 0.45);
  }

  .lg\:bg-emerald-500\/5{
    background-color: rgb(16 185 129 / 0.05);
  }

  .lg\:bg-emerald-500\/50{
    background-color: rgb(16 185 129 / 0.5);
  }

  .lg\:bg-emerald-500\/55{
    background-color: rgb(16 185 129 / 0.55);
  }

  .lg\:bg-emerald-500\/60{
    background-color: rgb(16 185 129 / 0.6);
  }

  .lg\:bg-emerald-500\/65{
    background-color: rgb(16 185 129 / 0.65);
  }

  .lg\:bg-emerald-500\/70{
    background-color: rgb(16 185 129 / 0.7);
  }

  .lg\:bg-emerald-500\/75{
    background-color: rgb(16 185 129 / 0.75);
  }

  .lg\:bg-emerald-500\/80{
    background-color: rgb(16 185 129 / 0.8);
  }

  .lg\:bg-emerald-500\/85{
    background-color: rgb(16 185 129 / 0.85);
  }

  .lg\:bg-emerald-500\/90{
    background-color: rgb(16 185 129 / 0.9);
  }

  .lg\:bg-emerald-500\/95{
    background-color: rgb(16 185 129 / 0.95);
  }

  .lg\:bg-emerald-600{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-600\/0{
    background-color: rgb(5 150 105 / 0);
  }

  .lg\:bg-emerald-600\/10{
    background-color: rgb(5 150 105 / 0.1);
  }

  .lg\:bg-emerald-600\/100{
    background-color: rgb(5 150 105 / 1);
  }

  .lg\:bg-emerald-600\/15{
    background-color: rgb(5 150 105 / 0.15);
  }

  .lg\:bg-emerald-600\/20{
    background-color: rgb(5 150 105 / 0.2);
  }

  .lg\:bg-emerald-600\/25{
    background-color: rgb(5 150 105 / 0.25);
  }

  .lg\:bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
  }

  .lg\:bg-emerald-600\/35{
    background-color: rgb(5 150 105 / 0.35);
  }

  .lg\:bg-emerald-600\/40{
    background-color: rgb(5 150 105 / 0.4);
  }

  .lg\:bg-emerald-600\/45{
    background-color: rgb(5 150 105 / 0.45);
  }

  .lg\:bg-emerald-600\/5{
    background-color: rgb(5 150 105 / 0.05);
  }

  .lg\:bg-emerald-600\/50{
    background-color: rgb(5 150 105 / 0.5);
  }

  .lg\:bg-emerald-600\/55{
    background-color: rgb(5 150 105 / 0.55);
  }

  .lg\:bg-emerald-600\/60{
    background-color: rgb(5 150 105 / 0.6);
  }

  .lg\:bg-emerald-600\/65{
    background-color: rgb(5 150 105 / 0.65);
  }

  .lg\:bg-emerald-600\/70{
    background-color: rgb(5 150 105 / 0.7);
  }

  .lg\:bg-emerald-600\/75{
    background-color: rgb(5 150 105 / 0.75);
  }

  .lg\:bg-emerald-600\/80{
    background-color: rgb(5 150 105 / 0.8);
  }

  .lg\:bg-emerald-600\/85{
    background-color: rgb(5 150 105 / 0.85);
  }

  .lg\:bg-emerald-600\/90{
    background-color: rgb(5 150 105 / 0.9);
  }

  .lg\:bg-emerald-600\/95{
    background-color: rgb(5 150 105 / 0.95);
  }

  .lg\:bg-emerald-700{
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-700\/0{
    background-color: rgb(4 120 87 / 0);
  }

  .lg\:bg-emerald-700\/10{
    background-color: rgb(4 120 87 / 0.1);
  }

  .lg\:bg-emerald-700\/100{
    background-color: rgb(4 120 87 / 1);
  }

  .lg\:bg-emerald-700\/15{
    background-color: rgb(4 120 87 / 0.15);
  }

  .lg\:bg-emerald-700\/20{
    background-color: rgb(4 120 87 / 0.2);
  }

  .lg\:bg-emerald-700\/25{
    background-color: rgb(4 120 87 / 0.25);
  }

  .lg\:bg-emerald-700\/30{
    background-color: rgb(4 120 87 / 0.3);
  }

  .lg\:bg-emerald-700\/35{
    background-color: rgb(4 120 87 / 0.35);
  }

  .lg\:bg-emerald-700\/40{
    background-color: rgb(4 120 87 / 0.4);
  }

  .lg\:bg-emerald-700\/45{
    background-color: rgb(4 120 87 / 0.45);
  }

  .lg\:bg-emerald-700\/5{
    background-color: rgb(4 120 87 / 0.05);
  }

  .lg\:bg-emerald-700\/50{
    background-color: rgb(4 120 87 / 0.5);
  }

  .lg\:bg-emerald-700\/55{
    background-color: rgb(4 120 87 / 0.55);
  }

  .lg\:bg-emerald-700\/60{
    background-color: rgb(4 120 87 / 0.6);
  }

  .lg\:bg-emerald-700\/65{
    background-color: rgb(4 120 87 / 0.65);
  }

  .lg\:bg-emerald-700\/70{
    background-color: rgb(4 120 87 / 0.7);
  }

  .lg\:bg-emerald-700\/75{
    background-color: rgb(4 120 87 / 0.75);
  }

  .lg\:bg-emerald-700\/80{
    background-color: rgb(4 120 87 / 0.8);
  }

  .lg\:bg-emerald-700\/85{
    background-color: rgb(4 120 87 / 0.85);
  }

  .lg\:bg-emerald-700\/90{
    background-color: rgb(4 120 87 / 0.9);
  }

  .lg\:bg-emerald-700\/95{
    background-color: rgb(4 120 87 / 0.95);
  }

  .lg\:bg-emerald-800{
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-800\/0{
    background-color: rgb(6 95 70 / 0);
  }

  .lg\:bg-emerald-800\/10{
    background-color: rgb(6 95 70 / 0.1);
  }

  .lg\:bg-emerald-800\/100{
    background-color: rgb(6 95 70 / 1);
  }

  .lg\:bg-emerald-800\/15{
    background-color: rgb(6 95 70 / 0.15);
  }

  .lg\:bg-emerald-800\/20{
    background-color: rgb(6 95 70 / 0.2);
  }

  .lg\:bg-emerald-800\/25{
    background-color: rgb(6 95 70 / 0.25);
  }

  .lg\:bg-emerald-800\/30{
    background-color: rgb(6 95 70 / 0.3);
  }

  .lg\:bg-emerald-800\/35{
    background-color: rgb(6 95 70 / 0.35);
  }

  .lg\:bg-emerald-800\/40{
    background-color: rgb(6 95 70 / 0.4);
  }

  .lg\:bg-emerald-800\/45{
    background-color: rgb(6 95 70 / 0.45);
  }

  .lg\:bg-emerald-800\/5{
    background-color: rgb(6 95 70 / 0.05);
  }

  .lg\:bg-emerald-800\/50{
    background-color: rgb(6 95 70 / 0.5);
  }

  .lg\:bg-emerald-800\/55{
    background-color: rgb(6 95 70 / 0.55);
  }

  .lg\:bg-emerald-800\/60{
    background-color: rgb(6 95 70 / 0.6);
  }

  .lg\:bg-emerald-800\/65{
    background-color: rgb(6 95 70 / 0.65);
  }

  .lg\:bg-emerald-800\/70{
    background-color: rgb(6 95 70 / 0.7);
  }

  .lg\:bg-emerald-800\/75{
    background-color: rgb(6 95 70 / 0.75);
  }

  .lg\:bg-emerald-800\/80{
    background-color: rgb(6 95 70 / 0.8);
  }

  .lg\:bg-emerald-800\/85{
    background-color: rgb(6 95 70 / 0.85);
  }

  .lg\:bg-emerald-800\/90{
    background-color: rgb(6 95 70 / 0.9);
  }

  .lg\:bg-emerald-800\/95{
    background-color: rgb(6 95 70 / 0.95);
  }

  .lg\:bg-emerald-900{
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-900\/0{
    background-color: rgb(6 78 59 / 0);
  }

  .lg\:bg-emerald-900\/10{
    background-color: rgb(6 78 59 / 0.1);
  }

  .lg\:bg-emerald-900\/100{
    background-color: rgb(6 78 59 / 1);
  }

  .lg\:bg-emerald-900\/15{
    background-color: rgb(6 78 59 / 0.15);
  }

  .lg\:bg-emerald-900\/20{
    background-color: rgb(6 78 59 / 0.2);
  }

  .lg\:bg-emerald-900\/25{
    background-color: rgb(6 78 59 / 0.25);
  }

  .lg\:bg-emerald-900\/30{
    background-color: rgb(6 78 59 / 0.3);
  }

  .lg\:bg-emerald-900\/35{
    background-color: rgb(6 78 59 / 0.35);
  }

  .lg\:bg-emerald-900\/40{
    background-color: rgb(6 78 59 / 0.4);
  }

  .lg\:bg-emerald-900\/45{
    background-color: rgb(6 78 59 / 0.45);
  }

  .lg\:bg-emerald-900\/5{
    background-color: rgb(6 78 59 / 0.05);
  }

  .lg\:bg-emerald-900\/50{
    background-color: rgb(6 78 59 / 0.5);
  }

  .lg\:bg-emerald-900\/55{
    background-color: rgb(6 78 59 / 0.55);
  }

  .lg\:bg-emerald-900\/60{
    background-color: rgb(6 78 59 / 0.6);
  }

  .lg\:bg-emerald-900\/65{
    background-color: rgb(6 78 59 / 0.65);
  }

  .lg\:bg-emerald-900\/70{
    background-color: rgb(6 78 59 / 0.7);
  }

  .lg\:bg-emerald-900\/75{
    background-color: rgb(6 78 59 / 0.75);
  }

  .lg\:bg-emerald-900\/80{
    background-color: rgb(6 78 59 / 0.8);
  }

  .lg\:bg-emerald-900\/85{
    background-color: rgb(6 78 59 / 0.85);
  }

  .lg\:bg-emerald-900\/90{
    background-color: rgb(6 78 59 / 0.9);
  }

  .lg\:bg-emerald-900\/95{
    background-color: rgb(6 78 59 / 0.95);
  }

  .lg\:bg-emerald-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-emerald-950\/0{
    background-color: rgb(2 44 34 / 0);
  }

  .lg\:bg-emerald-950\/10{
    background-color: rgb(2 44 34 / 0.1);
  }

  .lg\:bg-emerald-950\/100{
    background-color: rgb(2 44 34 / 1);
  }

  .lg\:bg-emerald-950\/15{
    background-color: rgb(2 44 34 / 0.15);
  }

  .lg\:bg-emerald-950\/20{
    background-color: rgb(2 44 34 / 0.2);
  }

  .lg\:bg-emerald-950\/25{
    background-color: rgb(2 44 34 / 0.25);
  }

  .lg\:bg-emerald-950\/30{
    background-color: rgb(2 44 34 / 0.3);
  }

  .lg\:bg-emerald-950\/35{
    background-color: rgb(2 44 34 / 0.35);
  }

  .lg\:bg-emerald-950\/40{
    background-color: rgb(2 44 34 / 0.4);
  }

  .lg\:bg-emerald-950\/45{
    background-color: rgb(2 44 34 / 0.45);
  }

  .lg\:bg-emerald-950\/5{
    background-color: rgb(2 44 34 / 0.05);
  }

  .lg\:bg-emerald-950\/50{
    background-color: rgb(2 44 34 / 0.5);
  }

  .lg\:bg-emerald-950\/55{
    background-color: rgb(2 44 34 / 0.55);
  }

  .lg\:bg-emerald-950\/60{
    background-color: rgb(2 44 34 / 0.6);
  }

  .lg\:bg-emerald-950\/65{
    background-color: rgb(2 44 34 / 0.65);
  }

  .lg\:bg-emerald-950\/70{
    background-color: rgb(2 44 34 / 0.7);
  }

  .lg\:bg-emerald-950\/75{
    background-color: rgb(2 44 34 / 0.75);
  }

  .lg\:bg-emerald-950\/80{
    background-color: rgb(2 44 34 / 0.8);
  }

  .lg\:bg-emerald-950\/85{
    background-color: rgb(2 44 34 / 0.85);
  }

  .lg\:bg-emerald-950\/90{
    background-color: rgb(2 44 34 / 0.9);
  }

  .lg\:bg-emerald-950\/95{
    background-color: rgb(2 44 34 / 0.95);
  }

  .lg\:bg-fuchsia-100{
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-100\/0{
    background-color: rgb(250 232 255 / 0);
  }

  .lg\:bg-fuchsia-100\/10{
    background-color: rgb(250 232 255 / 0.1);
  }

  .lg\:bg-fuchsia-100\/100{
    background-color: rgb(250 232 255 / 1);
  }

  .lg\:bg-fuchsia-100\/15{
    background-color: rgb(250 232 255 / 0.15);
  }

  .lg\:bg-fuchsia-100\/20{
    background-color: rgb(250 232 255 / 0.2);
  }

  .lg\:bg-fuchsia-100\/25{
    background-color: rgb(250 232 255 / 0.25);
  }

  .lg\:bg-fuchsia-100\/30{
    background-color: rgb(250 232 255 / 0.3);
  }

  .lg\:bg-fuchsia-100\/35{
    background-color: rgb(250 232 255 / 0.35);
  }

  .lg\:bg-fuchsia-100\/40{
    background-color: rgb(250 232 255 / 0.4);
  }

  .lg\:bg-fuchsia-100\/45{
    background-color: rgb(250 232 255 / 0.45);
  }

  .lg\:bg-fuchsia-100\/5{
    background-color: rgb(250 232 255 / 0.05);
  }

  .lg\:bg-fuchsia-100\/50{
    background-color: rgb(250 232 255 / 0.5);
  }

  .lg\:bg-fuchsia-100\/55{
    background-color: rgb(250 232 255 / 0.55);
  }

  .lg\:bg-fuchsia-100\/60{
    background-color: rgb(250 232 255 / 0.6);
  }

  .lg\:bg-fuchsia-100\/65{
    background-color: rgb(250 232 255 / 0.65);
  }

  .lg\:bg-fuchsia-100\/70{
    background-color: rgb(250 232 255 / 0.7);
  }

  .lg\:bg-fuchsia-100\/75{
    background-color: rgb(250 232 255 / 0.75);
  }

  .lg\:bg-fuchsia-100\/80{
    background-color: rgb(250 232 255 / 0.8);
  }

  .lg\:bg-fuchsia-100\/85{
    background-color: rgb(250 232 255 / 0.85);
  }

  .lg\:bg-fuchsia-100\/90{
    background-color: rgb(250 232 255 / 0.9);
  }

  .lg\:bg-fuchsia-100\/95{
    background-color: rgb(250 232 255 / 0.95);
  }

  .lg\:bg-fuchsia-200{
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-200\/0{
    background-color: rgb(245 208 254 / 0);
  }

  .lg\:bg-fuchsia-200\/10{
    background-color: rgb(245 208 254 / 0.1);
  }

  .lg\:bg-fuchsia-200\/100{
    background-color: rgb(245 208 254 / 1);
  }

  .lg\:bg-fuchsia-200\/15{
    background-color: rgb(245 208 254 / 0.15);
  }

  .lg\:bg-fuchsia-200\/20{
    background-color: rgb(245 208 254 / 0.2);
  }

  .lg\:bg-fuchsia-200\/25{
    background-color: rgb(245 208 254 / 0.25);
  }

  .lg\:bg-fuchsia-200\/30{
    background-color: rgb(245 208 254 / 0.3);
  }

  .lg\:bg-fuchsia-200\/35{
    background-color: rgb(245 208 254 / 0.35);
  }

  .lg\:bg-fuchsia-200\/40{
    background-color: rgb(245 208 254 / 0.4);
  }

  .lg\:bg-fuchsia-200\/45{
    background-color: rgb(245 208 254 / 0.45);
  }

  .lg\:bg-fuchsia-200\/5{
    background-color: rgb(245 208 254 / 0.05);
  }

  .lg\:bg-fuchsia-200\/50{
    background-color: rgb(245 208 254 / 0.5);
  }

  .lg\:bg-fuchsia-200\/55{
    background-color: rgb(245 208 254 / 0.55);
  }

  .lg\:bg-fuchsia-200\/60{
    background-color: rgb(245 208 254 / 0.6);
  }

  .lg\:bg-fuchsia-200\/65{
    background-color: rgb(245 208 254 / 0.65);
  }

  .lg\:bg-fuchsia-200\/70{
    background-color: rgb(245 208 254 / 0.7);
  }

  .lg\:bg-fuchsia-200\/75{
    background-color: rgb(245 208 254 / 0.75);
  }

  .lg\:bg-fuchsia-200\/80{
    background-color: rgb(245 208 254 / 0.8);
  }

  .lg\:bg-fuchsia-200\/85{
    background-color: rgb(245 208 254 / 0.85);
  }

  .lg\:bg-fuchsia-200\/90{
    background-color: rgb(245 208 254 / 0.9);
  }

  .lg\:bg-fuchsia-200\/95{
    background-color: rgb(245 208 254 / 0.95);
  }

  .lg\:bg-fuchsia-300{
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-300\/0{
    background-color: rgb(240 171 252 / 0);
  }

  .lg\:bg-fuchsia-300\/10{
    background-color: rgb(240 171 252 / 0.1);
  }

  .lg\:bg-fuchsia-300\/100{
    background-color: rgb(240 171 252 / 1);
  }

  .lg\:bg-fuchsia-300\/15{
    background-color: rgb(240 171 252 / 0.15);
  }

  .lg\:bg-fuchsia-300\/20{
    background-color: rgb(240 171 252 / 0.2);
  }

  .lg\:bg-fuchsia-300\/25{
    background-color: rgb(240 171 252 / 0.25);
  }

  .lg\:bg-fuchsia-300\/30{
    background-color: rgb(240 171 252 / 0.3);
  }

  .lg\:bg-fuchsia-300\/35{
    background-color: rgb(240 171 252 / 0.35);
  }

  .lg\:bg-fuchsia-300\/40{
    background-color: rgb(240 171 252 / 0.4);
  }

  .lg\:bg-fuchsia-300\/45{
    background-color: rgb(240 171 252 / 0.45);
  }

  .lg\:bg-fuchsia-300\/5{
    background-color: rgb(240 171 252 / 0.05);
  }

  .lg\:bg-fuchsia-300\/50{
    background-color: rgb(240 171 252 / 0.5);
  }

  .lg\:bg-fuchsia-300\/55{
    background-color: rgb(240 171 252 / 0.55);
  }

  .lg\:bg-fuchsia-300\/60{
    background-color: rgb(240 171 252 / 0.6);
  }

  .lg\:bg-fuchsia-300\/65{
    background-color: rgb(240 171 252 / 0.65);
  }

  .lg\:bg-fuchsia-300\/70{
    background-color: rgb(240 171 252 / 0.7);
  }

  .lg\:bg-fuchsia-300\/75{
    background-color: rgb(240 171 252 / 0.75);
  }

  .lg\:bg-fuchsia-300\/80{
    background-color: rgb(240 171 252 / 0.8);
  }

  .lg\:bg-fuchsia-300\/85{
    background-color: rgb(240 171 252 / 0.85);
  }

  .lg\:bg-fuchsia-300\/90{
    background-color: rgb(240 171 252 / 0.9);
  }

  .lg\:bg-fuchsia-300\/95{
    background-color: rgb(240 171 252 / 0.95);
  }

  .lg\:bg-fuchsia-400{
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-400\/0{
    background-color: rgb(232 121 249 / 0);
  }

  .lg\:bg-fuchsia-400\/10{
    background-color: rgb(232 121 249 / 0.1);
  }

  .lg\:bg-fuchsia-400\/100{
    background-color: rgb(232 121 249 / 1);
  }

  .lg\:bg-fuchsia-400\/15{
    background-color: rgb(232 121 249 / 0.15);
  }

  .lg\:bg-fuchsia-400\/20{
    background-color: rgb(232 121 249 / 0.2);
  }

  .lg\:bg-fuchsia-400\/25{
    background-color: rgb(232 121 249 / 0.25);
  }

  .lg\:bg-fuchsia-400\/30{
    background-color: rgb(232 121 249 / 0.3);
  }

  .lg\:bg-fuchsia-400\/35{
    background-color: rgb(232 121 249 / 0.35);
  }

  .lg\:bg-fuchsia-400\/40{
    background-color: rgb(232 121 249 / 0.4);
  }

  .lg\:bg-fuchsia-400\/45{
    background-color: rgb(232 121 249 / 0.45);
  }

  .lg\:bg-fuchsia-400\/5{
    background-color: rgb(232 121 249 / 0.05);
  }

  .lg\:bg-fuchsia-400\/50{
    background-color: rgb(232 121 249 / 0.5);
  }

  .lg\:bg-fuchsia-400\/55{
    background-color: rgb(232 121 249 / 0.55);
  }

  .lg\:bg-fuchsia-400\/60{
    background-color: rgb(232 121 249 / 0.6);
  }

  .lg\:bg-fuchsia-400\/65{
    background-color: rgb(232 121 249 / 0.65);
  }

  .lg\:bg-fuchsia-400\/70{
    background-color: rgb(232 121 249 / 0.7);
  }

  .lg\:bg-fuchsia-400\/75{
    background-color: rgb(232 121 249 / 0.75);
  }

  .lg\:bg-fuchsia-400\/80{
    background-color: rgb(232 121 249 / 0.8);
  }

  .lg\:bg-fuchsia-400\/85{
    background-color: rgb(232 121 249 / 0.85);
  }

  .lg\:bg-fuchsia-400\/90{
    background-color: rgb(232 121 249 / 0.9);
  }

  .lg\:bg-fuchsia-400\/95{
    background-color: rgb(232 121 249 / 0.95);
  }

  .lg\:bg-fuchsia-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-50\/0{
    background-color: rgb(253 244 255 / 0);
  }

  .lg\:bg-fuchsia-50\/10{
    background-color: rgb(253 244 255 / 0.1);
  }

  .lg\:bg-fuchsia-50\/100{
    background-color: rgb(253 244 255 / 1);
  }

  .lg\:bg-fuchsia-50\/15{
    background-color: rgb(253 244 255 / 0.15);
  }

  .lg\:bg-fuchsia-50\/20{
    background-color: rgb(253 244 255 / 0.2);
  }

  .lg\:bg-fuchsia-50\/25{
    background-color: rgb(253 244 255 / 0.25);
  }

  .lg\:bg-fuchsia-50\/30{
    background-color: rgb(253 244 255 / 0.3);
  }

  .lg\:bg-fuchsia-50\/35{
    background-color: rgb(253 244 255 / 0.35);
  }

  .lg\:bg-fuchsia-50\/40{
    background-color: rgb(253 244 255 / 0.4);
  }

  .lg\:bg-fuchsia-50\/45{
    background-color: rgb(253 244 255 / 0.45);
  }

  .lg\:bg-fuchsia-50\/5{
    background-color: rgb(253 244 255 / 0.05);
  }

  .lg\:bg-fuchsia-50\/50{
    background-color: rgb(253 244 255 / 0.5);
  }

  .lg\:bg-fuchsia-50\/55{
    background-color: rgb(253 244 255 / 0.55);
  }

  .lg\:bg-fuchsia-50\/60{
    background-color: rgb(253 244 255 / 0.6);
  }

  .lg\:bg-fuchsia-50\/65{
    background-color: rgb(253 244 255 / 0.65);
  }

  .lg\:bg-fuchsia-50\/70{
    background-color: rgb(253 244 255 / 0.7);
  }

  .lg\:bg-fuchsia-50\/75{
    background-color: rgb(253 244 255 / 0.75);
  }

  .lg\:bg-fuchsia-50\/80{
    background-color: rgb(253 244 255 / 0.8);
  }

  .lg\:bg-fuchsia-50\/85{
    background-color: rgb(253 244 255 / 0.85);
  }

  .lg\:bg-fuchsia-50\/90{
    background-color: rgb(253 244 255 / 0.9);
  }

  .lg\:bg-fuchsia-50\/95{
    background-color: rgb(253 244 255 / 0.95);
  }

  .lg\:bg-fuchsia-500{
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-500\/0{
    background-color: rgb(217 70 239 / 0);
  }

  .lg\:bg-fuchsia-500\/10{
    background-color: rgb(217 70 239 / 0.1);
  }

  .lg\:bg-fuchsia-500\/100{
    background-color: rgb(217 70 239 / 1);
  }

  .lg\:bg-fuchsia-500\/15{
    background-color: rgb(217 70 239 / 0.15);
  }

  .lg\:bg-fuchsia-500\/20{
    background-color: rgb(217 70 239 / 0.2);
  }

  .lg\:bg-fuchsia-500\/25{
    background-color: rgb(217 70 239 / 0.25);
  }

  .lg\:bg-fuchsia-500\/30{
    background-color: rgb(217 70 239 / 0.3);
  }

  .lg\:bg-fuchsia-500\/35{
    background-color: rgb(217 70 239 / 0.35);
  }

  .lg\:bg-fuchsia-500\/40{
    background-color: rgb(217 70 239 / 0.4);
  }

  .lg\:bg-fuchsia-500\/45{
    background-color: rgb(217 70 239 / 0.45);
  }

  .lg\:bg-fuchsia-500\/5{
    background-color: rgb(217 70 239 / 0.05);
  }

  .lg\:bg-fuchsia-500\/50{
    background-color: rgb(217 70 239 / 0.5);
  }

  .lg\:bg-fuchsia-500\/55{
    background-color: rgb(217 70 239 / 0.55);
  }

  .lg\:bg-fuchsia-500\/60{
    background-color: rgb(217 70 239 / 0.6);
  }

  .lg\:bg-fuchsia-500\/65{
    background-color: rgb(217 70 239 / 0.65);
  }

  .lg\:bg-fuchsia-500\/70{
    background-color: rgb(217 70 239 / 0.7);
  }

  .lg\:bg-fuchsia-500\/75{
    background-color: rgb(217 70 239 / 0.75);
  }

  .lg\:bg-fuchsia-500\/80{
    background-color: rgb(217 70 239 / 0.8);
  }

  .lg\:bg-fuchsia-500\/85{
    background-color: rgb(217 70 239 / 0.85);
  }

  .lg\:bg-fuchsia-500\/90{
    background-color: rgb(217 70 239 / 0.9);
  }

  .lg\:bg-fuchsia-500\/95{
    background-color: rgb(217 70 239 / 0.95);
  }

  .lg\:bg-fuchsia-600{
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-600\/0{
    background-color: rgb(192 38 211 / 0);
  }

  .lg\:bg-fuchsia-600\/10{
    background-color: rgb(192 38 211 / 0.1);
  }

  .lg\:bg-fuchsia-600\/100{
    background-color: rgb(192 38 211 / 1);
  }

  .lg\:bg-fuchsia-600\/15{
    background-color: rgb(192 38 211 / 0.15);
  }

  .lg\:bg-fuchsia-600\/20{
    background-color: rgb(192 38 211 / 0.2);
  }

  .lg\:bg-fuchsia-600\/25{
    background-color: rgb(192 38 211 / 0.25);
  }

  .lg\:bg-fuchsia-600\/30{
    background-color: rgb(192 38 211 / 0.3);
  }

  .lg\:bg-fuchsia-600\/35{
    background-color: rgb(192 38 211 / 0.35);
  }

  .lg\:bg-fuchsia-600\/40{
    background-color: rgb(192 38 211 / 0.4);
  }

  .lg\:bg-fuchsia-600\/45{
    background-color: rgb(192 38 211 / 0.45);
  }

  .lg\:bg-fuchsia-600\/5{
    background-color: rgb(192 38 211 / 0.05);
  }

  .lg\:bg-fuchsia-600\/50{
    background-color: rgb(192 38 211 / 0.5);
  }

  .lg\:bg-fuchsia-600\/55{
    background-color: rgb(192 38 211 / 0.55);
  }

  .lg\:bg-fuchsia-600\/60{
    background-color: rgb(192 38 211 / 0.6);
  }

  .lg\:bg-fuchsia-600\/65{
    background-color: rgb(192 38 211 / 0.65);
  }

  .lg\:bg-fuchsia-600\/70{
    background-color: rgb(192 38 211 / 0.7);
  }

  .lg\:bg-fuchsia-600\/75{
    background-color: rgb(192 38 211 / 0.75);
  }

  .lg\:bg-fuchsia-600\/80{
    background-color: rgb(192 38 211 / 0.8);
  }

  .lg\:bg-fuchsia-600\/85{
    background-color: rgb(192 38 211 / 0.85);
  }

  .lg\:bg-fuchsia-600\/90{
    background-color: rgb(192 38 211 / 0.9);
  }

  .lg\:bg-fuchsia-600\/95{
    background-color: rgb(192 38 211 / 0.95);
  }

  .lg\:bg-fuchsia-700{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-700\/0{
    background-color: rgb(162 28 175 / 0);
  }

  .lg\:bg-fuchsia-700\/10{
    background-color: rgb(162 28 175 / 0.1);
  }

  .lg\:bg-fuchsia-700\/100{
    background-color: rgb(162 28 175 / 1);
  }

  .lg\:bg-fuchsia-700\/15{
    background-color: rgb(162 28 175 / 0.15);
  }

  .lg\:bg-fuchsia-700\/20{
    background-color: rgb(162 28 175 / 0.2);
  }

  .lg\:bg-fuchsia-700\/25{
    background-color: rgb(162 28 175 / 0.25);
  }

  .lg\:bg-fuchsia-700\/30{
    background-color: rgb(162 28 175 / 0.3);
  }

  .lg\:bg-fuchsia-700\/35{
    background-color: rgb(162 28 175 / 0.35);
  }

  .lg\:bg-fuchsia-700\/40{
    background-color: rgb(162 28 175 / 0.4);
  }

  .lg\:bg-fuchsia-700\/45{
    background-color: rgb(162 28 175 / 0.45);
  }

  .lg\:bg-fuchsia-700\/5{
    background-color: rgb(162 28 175 / 0.05);
  }

  .lg\:bg-fuchsia-700\/50{
    background-color: rgb(162 28 175 / 0.5);
  }

  .lg\:bg-fuchsia-700\/55{
    background-color: rgb(162 28 175 / 0.55);
  }

  .lg\:bg-fuchsia-700\/60{
    background-color: rgb(162 28 175 / 0.6);
  }

  .lg\:bg-fuchsia-700\/65{
    background-color: rgb(162 28 175 / 0.65);
  }

  .lg\:bg-fuchsia-700\/70{
    background-color: rgb(162 28 175 / 0.7);
  }

  .lg\:bg-fuchsia-700\/75{
    background-color: rgb(162 28 175 / 0.75);
  }

  .lg\:bg-fuchsia-700\/80{
    background-color: rgb(162 28 175 / 0.8);
  }

  .lg\:bg-fuchsia-700\/85{
    background-color: rgb(162 28 175 / 0.85);
  }

  .lg\:bg-fuchsia-700\/90{
    background-color: rgb(162 28 175 / 0.9);
  }

  .lg\:bg-fuchsia-700\/95{
    background-color: rgb(162 28 175 / 0.95);
  }

  .lg\:bg-fuchsia-800{
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-800\/0{
    background-color: rgb(134 25 143 / 0);
  }

  .lg\:bg-fuchsia-800\/10{
    background-color: rgb(134 25 143 / 0.1);
  }

  .lg\:bg-fuchsia-800\/100{
    background-color: rgb(134 25 143 / 1);
  }

  .lg\:bg-fuchsia-800\/15{
    background-color: rgb(134 25 143 / 0.15);
  }

  .lg\:bg-fuchsia-800\/20{
    background-color: rgb(134 25 143 / 0.2);
  }

  .lg\:bg-fuchsia-800\/25{
    background-color: rgb(134 25 143 / 0.25);
  }

  .lg\:bg-fuchsia-800\/30{
    background-color: rgb(134 25 143 / 0.3);
  }

  .lg\:bg-fuchsia-800\/35{
    background-color: rgb(134 25 143 / 0.35);
  }

  .lg\:bg-fuchsia-800\/40{
    background-color: rgb(134 25 143 / 0.4);
  }

  .lg\:bg-fuchsia-800\/45{
    background-color: rgb(134 25 143 / 0.45);
  }

  .lg\:bg-fuchsia-800\/5{
    background-color: rgb(134 25 143 / 0.05);
  }

  .lg\:bg-fuchsia-800\/50{
    background-color: rgb(134 25 143 / 0.5);
  }

  .lg\:bg-fuchsia-800\/55{
    background-color: rgb(134 25 143 / 0.55);
  }

  .lg\:bg-fuchsia-800\/60{
    background-color: rgb(134 25 143 / 0.6);
  }

  .lg\:bg-fuchsia-800\/65{
    background-color: rgb(134 25 143 / 0.65);
  }

  .lg\:bg-fuchsia-800\/70{
    background-color: rgb(134 25 143 / 0.7);
  }

  .lg\:bg-fuchsia-800\/75{
    background-color: rgb(134 25 143 / 0.75);
  }

  .lg\:bg-fuchsia-800\/80{
    background-color: rgb(134 25 143 / 0.8);
  }

  .lg\:bg-fuchsia-800\/85{
    background-color: rgb(134 25 143 / 0.85);
  }

  .lg\:bg-fuchsia-800\/90{
    background-color: rgb(134 25 143 / 0.9);
  }

  .lg\:bg-fuchsia-800\/95{
    background-color: rgb(134 25 143 / 0.95);
  }

  .lg\:bg-fuchsia-900{
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-900\/0{
    background-color: rgb(112 26 117 / 0);
  }

  .lg\:bg-fuchsia-900\/10{
    background-color: rgb(112 26 117 / 0.1);
  }

  .lg\:bg-fuchsia-900\/100{
    background-color: rgb(112 26 117 / 1);
  }

  .lg\:bg-fuchsia-900\/15{
    background-color: rgb(112 26 117 / 0.15);
  }

  .lg\:bg-fuchsia-900\/20{
    background-color: rgb(112 26 117 / 0.2);
  }

  .lg\:bg-fuchsia-900\/25{
    background-color: rgb(112 26 117 / 0.25);
  }

  .lg\:bg-fuchsia-900\/30{
    background-color: rgb(112 26 117 / 0.3);
  }

  .lg\:bg-fuchsia-900\/35{
    background-color: rgb(112 26 117 / 0.35);
  }

  .lg\:bg-fuchsia-900\/40{
    background-color: rgb(112 26 117 / 0.4);
  }

  .lg\:bg-fuchsia-900\/45{
    background-color: rgb(112 26 117 / 0.45);
  }

  .lg\:bg-fuchsia-900\/5{
    background-color: rgb(112 26 117 / 0.05);
  }

  .lg\:bg-fuchsia-900\/50{
    background-color: rgb(112 26 117 / 0.5);
  }

  .lg\:bg-fuchsia-900\/55{
    background-color: rgb(112 26 117 / 0.55);
  }

  .lg\:bg-fuchsia-900\/60{
    background-color: rgb(112 26 117 / 0.6);
  }

  .lg\:bg-fuchsia-900\/65{
    background-color: rgb(112 26 117 / 0.65);
  }

  .lg\:bg-fuchsia-900\/70{
    background-color: rgb(112 26 117 / 0.7);
  }

  .lg\:bg-fuchsia-900\/75{
    background-color: rgb(112 26 117 / 0.75);
  }

  .lg\:bg-fuchsia-900\/80{
    background-color: rgb(112 26 117 / 0.8);
  }

  .lg\:bg-fuchsia-900\/85{
    background-color: rgb(112 26 117 / 0.85);
  }

  .lg\:bg-fuchsia-900\/90{
    background-color: rgb(112 26 117 / 0.9);
  }

  .lg\:bg-fuchsia-900\/95{
    background-color: rgb(112 26 117 / 0.95);
  }

  .lg\:bg-fuchsia-950{
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-fuchsia-950\/0{
    background-color: rgb(74 4 78 / 0);
  }

  .lg\:bg-fuchsia-950\/10{
    background-color: rgb(74 4 78 / 0.1);
  }

  .lg\:bg-fuchsia-950\/100{
    background-color: rgb(74 4 78 / 1);
  }

  .lg\:bg-fuchsia-950\/15{
    background-color: rgb(74 4 78 / 0.15);
  }

  .lg\:bg-fuchsia-950\/20{
    background-color: rgb(74 4 78 / 0.2);
  }

  .lg\:bg-fuchsia-950\/25{
    background-color: rgb(74 4 78 / 0.25);
  }

  .lg\:bg-fuchsia-950\/30{
    background-color: rgb(74 4 78 / 0.3);
  }

  .lg\:bg-fuchsia-950\/35{
    background-color: rgb(74 4 78 / 0.35);
  }

  .lg\:bg-fuchsia-950\/40{
    background-color: rgb(74 4 78 / 0.4);
  }

  .lg\:bg-fuchsia-950\/45{
    background-color: rgb(74 4 78 / 0.45);
  }

  .lg\:bg-fuchsia-950\/5{
    background-color: rgb(74 4 78 / 0.05);
  }

  .lg\:bg-fuchsia-950\/50{
    background-color: rgb(74 4 78 / 0.5);
  }

  .lg\:bg-fuchsia-950\/55{
    background-color: rgb(74 4 78 / 0.55);
  }

  .lg\:bg-fuchsia-950\/60{
    background-color: rgb(74 4 78 / 0.6);
  }

  .lg\:bg-fuchsia-950\/65{
    background-color: rgb(74 4 78 / 0.65);
  }

  .lg\:bg-fuchsia-950\/70{
    background-color: rgb(74 4 78 / 0.7);
  }

  .lg\:bg-fuchsia-950\/75{
    background-color: rgb(74 4 78 / 0.75);
  }

  .lg\:bg-fuchsia-950\/80{
    background-color: rgb(74 4 78 / 0.8);
  }

  .lg\:bg-fuchsia-950\/85{
    background-color: rgb(74 4 78 / 0.85);
  }

  .lg\:bg-fuchsia-950\/90{
    background-color: rgb(74 4 78 / 0.9);
  }

  .lg\:bg-fuchsia-950\/95{
    background-color: rgb(74 4 78 / 0.95);
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-100\/0{
    background-color: rgb(243 244 246 / 0);
  }

  .lg\:bg-gray-100\/10{
    background-color: rgb(243 244 246 / 0.1);
  }

  .lg\:bg-gray-100\/100{
    background-color: rgb(243 244 246 / 1);
  }

  .lg\:bg-gray-100\/15{
    background-color: rgb(243 244 246 / 0.15);
  }

  .lg\:bg-gray-100\/20{
    background-color: rgb(243 244 246 / 0.2);
  }

  .lg\:bg-gray-100\/25{
    background-color: rgb(243 244 246 / 0.25);
  }

  .lg\:bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
  }

  .lg\:bg-gray-100\/35{
    background-color: rgb(243 244 246 / 0.35);
  }

  .lg\:bg-gray-100\/40{
    background-color: rgb(243 244 246 / 0.4);
  }

  .lg\:bg-gray-100\/45{
    background-color: rgb(243 244 246 / 0.45);
  }

  .lg\:bg-gray-100\/5{
    background-color: rgb(243 244 246 / 0.05);
  }

  .lg\:bg-gray-100\/50{
    background-color: rgb(243 244 246 / 0.5);
  }

  .lg\:bg-gray-100\/55{
    background-color: rgb(243 244 246 / 0.55);
  }

  .lg\:bg-gray-100\/60{
    background-color: rgb(243 244 246 / 0.6);
  }

  .lg\:bg-gray-100\/65{
    background-color: rgb(243 244 246 / 0.65);
  }

  .lg\:bg-gray-100\/70{
    background-color: rgb(243 244 246 / 0.7);
  }

  .lg\:bg-gray-100\/75{
    background-color: rgb(243 244 246 / 0.75);
  }

  .lg\:bg-gray-100\/80{
    background-color: rgb(243 244 246 / 0.8);
  }

  .lg\:bg-gray-100\/85{
    background-color: rgb(243 244 246 / 0.85);
  }

  .lg\:bg-gray-100\/90{
    background-color: rgb(243 244 246 / 0.9);
  }

  .lg\:bg-gray-100\/95{
    background-color: rgb(243 244 246 / 0.95);
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-200\/0{
    background-color: rgb(229 231 235 / 0);
  }

  .lg\:bg-gray-200\/10{
    background-color: rgb(229 231 235 / 0.1);
  }

  .lg\:bg-gray-200\/100{
    background-color: rgb(229 231 235 / 1);
  }

  .lg\:bg-gray-200\/15{
    background-color: rgb(229 231 235 / 0.15);
  }

  .lg\:bg-gray-200\/20{
    background-color: rgb(229 231 235 / 0.2);
  }

  .lg\:bg-gray-200\/25{
    background-color: rgb(229 231 235 / 0.25);
  }

  .lg\:bg-gray-200\/30{
    background-color: rgb(229 231 235 / 0.3);
  }

  .lg\:bg-gray-200\/35{
    background-color: rgb(229 231 235 / 0.35);
  }

  .lg\:bg-gray-200\/40{
    background-color: rgb(229 231 235 / 0.4);
  }

  .lg\:bg-gray-200\/45{
    background-color: rgb(229 231 235 / 0.45);
  }

  .lg\:bg-gray-200\/5{
    background-color: rgb(229 231 235 / 0.05);
  }

  .lg\:bg-gray-200\/50{
    background-color: rgb(229 231 235 / 0.5);
  }

  .lg\:bg-gray-200\/55{
    background-color: rgb(229 231 235 / 0.55);
  }

  .lg\:bg-gray-200\/60{
    background-color: rgb(229 231 235 / 0.6);
  }

  .lg\:bg-gray-200\/65{
    background-color: rgb(229 231 235 / 0.65);
  }

  .lg\:bg-gray-200\/70{
    background-color: rgb(229 231 235 / 0.7);
  }

  .lg\:bg-gray-200\/75{
    background-color: rgb(229 231 235 / 0.75);
  }

  .lg\:bg-gray-200\/80{
    background-color: rgb(229 231 235 / 0.8);
  }

  .lg\:bg-gray-200\/85{
    background-color: rgb(229 231 235 / 0.85);
  }

  .lg\:bg-gray-200\/90{
    background-color: rgb(229 231 235 / 0.9);
  }

  .lg\:bg-gray-200\/95{
    background-color: rgb(229 231 235 / 0.95);
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-300\/0{
    background-color: rgb(209 213 219 / 0);
  }

  .lg\:bg-gray-300\/10{
    background-color: rgb(209 213 219 / 0.1);
  }

  .lg\:bg-gray-300\/100{
    background-color: rgb(209 213 219 / 1);
  }

  .lg\:bg-gray-300\/15{
    background-color: rgb(209 213 219 / 0.15);
  }

  .lg\:bg-gray-300\/20{
    background-color: rgb(209 213 219 / 0.2);
  }

  .lg\:bg-gray-300\/25{
    background-color: rgb(209 213 219 / 0.25);
  }

  .lg\:bg-gray-300\/30{
    background-color: rgb(209 213 219 / 0.3);
  }

  .lg\:bg-gray-300\/35{
    background-color: rgb(209 213 219 / 0.35);
  }

  .lg\:bg-gray-300\/40{
    background-color: rgb(209 213 219 / 0.4);
  }

  .lg\:bg-gray-300\/45{
    background-color: rgb(209 213 219 / 0.45);
  }

  .lg\:bg-gray-300\/5{
    background-color: rgb(209 213 219 / 0.05);
  }

  .lg\:bg-gray-300\/50{
    background-color: rgb(209 213 219 / 0.5);
  }

  .lg\:bg-gray-300\/55{
    background-color: rgb(209 213 219 / 0.55);
  }

  .lg\:bg-gray-300\/60{
    background-color: rgb(209 213 219 / 0.6);
  }

  .lg\:bg-gray-300\/65{
    background-color: rgb(209 213 219 / 0.65);
  }

  .lg\:bg-gray-300\/70{
    background-color: rgb(209 213 219 / 0.7);
  }

  .lg\:bg-gray-300\/75{
    background-color: rgb(209 213 219 / 0.75);
  }

  .lg\:bg-gray-300\/80{
    background-color: rgb(209 213 219 / 0.8);
  }

  .lg\:bg-gray-300\/85{
    background-color: rgb(209 213 219 / 0.85);
  }

  .lg\:bg-gray-300\/90{
    background-color: rgb(209 213 219 / 0.9);
  }

  .lg\:bg-gray-300\/95{
    background-color: rgb(209 213 219 / 0.95);
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-400\/0{
    background-color: rgb(156 163 175 / 0);
  }

  .lg\:bg-gray-400\/10{
    background-color: rgb(156 163 175 / 0.1);
  }

  .lg\:bg-gray-400\/100{
    background-color: rgb(156 163 175 / 1);
  }

  .lg\:bg-gray-400\/15{
    background-color: rgb(156 163 175 / 0.15);
  }

  .lg\:bg-gray-400\/20{
    background-color: rgb(156 163 175 / 0.2);
  }

  .lg\:bg-gray-400\/25{
    background-color: rgb(156 163 175 / 0.25);
  }

  .lg\:bg-gray-400\/30{
    background-color: rgb(156 163 175 / 0.3);
  }

  .lg\:bg-gray-400\/35{
    background-color: rgb(156 163 175 / 0.35);
  }

  .lg\:bg-gray-400\/40{
    background-color: rgb(156 163 175 / 0.4);
  }

  .lg\:bg-gray-400\/45{
    background-color: rgb(156 163 175 / 0.45);
  }

  .lg\:bg-gray-400\/5{
    background-color: rgb(156 163 175 / 0.05);
  }

  .lg\:bg-gray-400\/50{
    background-color: rgb(156 163 175 / 0.5);
  }

  .lg\:bg-gray-400\/55{
    background-color: rgb(156 163 175 / 0.55);
  }

  .lg\:bg-gray-400\/60{
    background-color: rgb(156 163 175 / 0.6);
  }

  .lg\:bg-gray-400\/65{
    background-color: rgb(156 163 175 / 0.65);
  }

  .lg\:bg-gray-400\/70{
    background-color: rgb(156 163 175 / 0.7);
  }

  .lg\:bg-gray-400\/75{
    background-color: rgb(156 163 175 / 0.75);
  }

  .lg\:bg-gray-400\/80{
    background-color: rgb(156 163 175 / 0.8);
  }

  .lg\:bg-gray-400\/85{
    background-color: rgb(156 163 175 / 0.85);
  }

  .lg\:bg-gray-400\/90{
    background-color: rgb(156 163 175 / 0.9);
  }

  .lg\:bg-gray-400\/95{
    background-color: rgb(156 163 175 / 0.95);
  }

  .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-50\/0{
    background-color: rgb(249 250 251 / 0);
  }

  .lg\:bg-gray-50\/10{
    background-color: rgb(249 250 251 / 0.1);
  }

  .lg\:bg-gray-50\/100{
    background-color: rgb(249 250 251 / 1);
  }

  .lg\:bg-gray-50\/15{
    background-color: rgb(249 250 251 / 0.15);
  }

  .lg\:bg-gray-50\/20{
    background-color: rgb(249 250 251 / 0.2);
  }

  .lg\:bg-gray-50\/25{
    background-color: rgb(249 250 251 / 0.25);
  }

  .lg\:bg-gray-50\/30{
    background-color: rgb(249 250 251 / 0.3);
  }

  .lg\:bg-gray-50\/35{
    background-color: rgb(249 250 251 / 0.35);
  }

  .lg\:bg-gray-50\/40{
    background-color: rgb(249 250 251 / 0.4);
  }

  .lg\:bg-gray-50\/45{
    background-color: rgb(249 250 251 / 0.45);
  }

  .lg\:bg-gray-50\/5{
    background-color: rgb(249 250 251 / 0.05);
  }

  .lg\:bg-gray-50\/50{
    background-color: rgb(249 250 251 / 0.5);
  }

  .lg\:bg-gray-50\/55{
    background-color: rgb(249 250 251 / 0.55);
  }

  .lg\:bg-gray-50\/60{
    background-color: rgb(249 250 251 / 0.6);
  }

  .lg\:bg-gray-50\/65{
    background-color: rgb(249 250 251 / 0.65);
  }

  .lg\:bg-gray-50\/70{
    background-color: rgb(249 250 251 / 0.7);
  }

  .lg\:bg-gray-50\/75{
    background-color: rgb(249 250 251 / 0.75);
  }

  .lg\:bg-gray-50\/80{
    background-color: rgb(249 250 251 / 0.8);
  }

  .lg\:bg-gray-50\/85{
    background-color: rgb(249 250 251 / 0.85);
  }

  .lg\:bg-gray-50\/90{
    background-color: rgb(249 250 251 / 0.9);
  }

  .lg\:bg-gray-50\/95{
    background-color: rgb(249 250 251 / 0.95);
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-500\/0{
    background-color: rgb(107 114 128 / 0);
  }

  .lg\:bg-gray-500\/10{
    background-color: rgb(107 114 128 / 0.1);
  }

  .lg\:bg-gray-500\/100{
    background-color: rgb(107 114 128 / 1);
  }

  .lg\:bg-gray-500\/15{
    background-color: rgb(107 114 128 / 0.15);
  }

  .lg\:bg-gray-500\/20{
    background-color: rgb(107 114 128 / 0.2);
  }

  .lg\:bg-gray-500\/25{
    background-color: rgb(107 114 128 / 0.25);
  }

  .lg\:bg-gray-500\/30{
    background-color: rgb(107 114 128 / 0.3);
  }

  .lg\:bg-gray-500\/35{
    background-color: rgb(107 114 128 / 0.35);
  }

  .lg\:bg-gray-500\/40{
    background-color: rgb(107 114 128 / 0.4);
  }

  .lg\:bg-gray-500\/45{
    background-color: rgb(107 114 128 / 0.45);
  }

  .lg\:bg-gray-500\/5{
    background-color: rgb(107 114 128 / 0.05);
  }

  .lg\:bg-gray-500\/50{
    background-color: rgb(107 114 128 / 0.5);
  }

  .lg\:bg-gray-500\/55{
    background-color: rgb(107 114 128 / 0.55);
  }

  .lg\:bg-gray-500\/60{
    background-color: rgb(107 114 128 / 0.6);
  }

  .lg\:bg-gray-500\/65{
    background-color: rgb(107 114 128 / 0.65);
  }

  .lg\:bg-gray-500\/70{
    background-color: rgb(107 114 128 / 0.7);
  }

  .lg\:bg-gray-500\/75{
    background-color: rgb(107 114 128 / 0.75);
  }

  .lg\:bg-gray-500\/80{
    background-color: rgb(107 114 128 / 0.8);
  }

  .lg\:bg-gray-500\/85{
    background-color: rgb(107 114 128 / 0.85);
  }

  .lg\:bg-gray-500\/90{
    background-color: rgb(107 114 128 / 0.9);
  }

  .lg\:bg-gray-500\/95{
    background-color: rgb(107 114 128 / 0.95);
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-600\/0{
    background-color: rgb(75 85 99 / 0);
  }

  .lg\:bg-gray-600\/10{
    background-color: rgb(75 85 99 / 0.1);
  }

  .lg\:bg-gray-600\/100{
    background-color: rgb(75 85 99 / 1);
  }

  .lg\:bg-gray-600\/15{
    background-color: rgb(75 85 99 / 0.15);
  }

  .lg\:bg-gray-600\/20{
    background-color: rgb(75 85 99 / 0.2);
  }

  .lg\:bg-gray-600\/25{
    background-color: rgb(75 85 99 / 0.25);
  }

  .lg\:bg-gray-600\/30{
    background-color: rgb(75 85 99 / 0.3);
  }

  .lg\:bg-gray-600\/35{
    background-color: rgb(75 85 99 / 0.35);
  }

  .lg\:bg-gray-600\/40{
    background-color: rgb(75 85 99 / 0.4);
  }

  .lg\:bg-gray-600\/45{
    background-color: rgb(75 85 99 / 0.45);
  }

  .lg\:bg-gray-600\/5{
    background-color: rgb(75 85 99 / 0.05);
  }

  .lg\:bg-gray-600\/50{
    background-color: rgb(75 85 99 / 0.5);
  }

  .lg\:bg-gray-600\/55{
    background-color: rgb(75 85 99 / 0.55);
  }

  .lg\:bg-gray-600\/60{
    background-color: rgb(75 85 99 / 0.6);
  }

  .lg\:bg-gray-600\/65{
    background-color: rgb(75 85 99 / 0.65);
  }

  .lg\:bg-gray-600\/70{
    background-color: rgb(75 85 99 / 0.7);
  }

  .lg\:bg-gray-600\/75{
    background-color: rgb(75 85 99 / 0.75);
  }

  .lg\:bg-gray-600\/80{
    background-color: rgb(75 85 99 / 0.8);
  }

  .lg\:bg-gray-600\/85{
    background-color: rgb(75 85 99 / 0.85);
  }

  .lg\:bg-gray-600\/90{
    background-color: rgb(75 85 99 / 0.9);
  }

  .lg\:bg-gray-600\/95{
    background-color: rgb(75 85 99 / 0.95);
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-700\/0{
    background-color: rgb(55 65 81 / 0);
  }

  .lg\:bg-gray-700\/10{
    background-color: rgb(55 65 81 / 0.1);
  }

  .lg\:bg-gray-700\/100{
    background-color: rgb(55 65 81 / 1);
  }

  .lg\:bg-gray-700\/15{
    background-color: rgb(55 65 81 / 0.15);
  }

  .lg\:bg-gray-700\/20{
    background-color: rgb(55 65 81 / 0.2);
  }

  .lg\:bg-gray-700\/25{
    background-color: rgb(55 65 81 / 0.25);
  }

  .lg\:bg-gray-700\/30{
    background-color: rgb(55 65 81 / 0.3);
  }

  .lg\:bg-gray-700\/35{
    background-color: rgb(55 65 81 / 0.35);
  }

  .lg\:bg-gray-700\/40{
    background-color: rgb(55 65 81 / 0.4);
  }

  .lg\:bg-gray-700\/45{
    background-color: rgb(55 65 81 / 0.45);
  }

  .lg\:bg-gray-700\/5{
    background-color: rgb(55 65 81 / 0.05);
  }

  .lg\:bg-gray-700\/50{
    background-color: rgb(55 65 81 / 0.5);
  }

  .lg\:bg-gray-700\/55{
    background-color: rgb(55 65 81 / 0.55);
  }

  .lg\:bg-gray-700\/60{
    background-color: rgb(55 65 81 / 0.6);
  }

  .lg\:bg-gray-700\/65{
    background-color: rgb(55 65 81 / 0.65);
  }

  .lg\:bg-gray-700\/70{
    background-color: rgb(55 65 81 / 0.7);
  }

  .lg\:bg-gray-700\/75{
    background-color: rgb(55 65 81 / 0.75);
  }

  .lg\:bg-gray-700\/80{
    background-color: rgb(55 65 81 / 0.8);
  }

  .lg\:bg-gray-700\/85{
    background-color: rgb(55 65 81 / 0.85);
  }

  .lg\:bg-gray-700\/90{
    background-color: rgb(55 65 81 / 0.9);
  }

  .lg\:bg-gray-700\/95{
    background-color: rgb(55 65 81 / 0.95);
  }

  .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-800\/0{
    background-color: rgb(31 41 55 / 0);
  }

  .lg\:bg-gray-800\/10{
    background-color: rgb(31 41 55 / 0.1);
  }

  .lg\:bg-gray-800\/100{
    background-color: rgb(31 41 55 / 1);
  }

  .lg\:bg-gray-800\/15{
    background-color: rgb(31 41 55 / 0.15);
  }

  .lg\:bg-gray-800\/20{
    background-color: rgb(31 41 55 / 0.2);
  }

  .lg\:bg-gray-800\/25{
    background-color: rgb(31 41 55 / 0.25);
  }

  .lg\:bg-gray-800\/30{
    background-color: rgb(31 41 55 / 0.3);
  }

  .lg\:bg-gray-800\/35{
    background-color: rgb(31 41 55 / 0.35);
  }

  .lg\:bg-gray-800\/40{
    background-color: rgb(31 41 55 / 0.4);
  }

  .lg\:bg-gray-800\/45{
    background-color: rgb(31 41 55 / 0.45);
  }

  .lg\:bg-gray-800\/5{
    background-color: rgb(31 41 55 / 0.05);
  }

  .lg\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .lg\:bg-gray-800\/55{
    background-color: rgb(31 41 55 / 0.55);
  }

  .lg\:bg-gray-800\/60{
    background-color: rgb(31 41 55 / 0.6);
  }

  .lg\:bg-gray-800\/65{
    background-color: rgb(31 41 55 / 0.65);
  }

  .lg\:bg-gray-800\/70{
    background-color: rgb(31 41 55 / 0.7);
  }

  .lg\:bg-gray-800\/75{
    background-color: rgb(31 41 55 / 0.75);
  }

  .lg\:bg-gray-800\/80{
    background-color: rgb(31 41 55 / 0.8);
  }

  .lg\:bg-gray-800\/85{
    background-color: rgb(31 41 55 / 0.85);
  }

  .lg\:bg-gray-800\/90{
    background-color: rgb(31 41 55 / 0.9);
  }

  .lg\:bg-gray-800\/95{
    background-color: rgb(31 41 55 / 0.95);
  }

  .lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-900\/0{
    background-color: rgb(17 24 39 / 0);
  }

  .lg\:bg-gray-900\/10{
    background-color: rgb(17 24 39 / 0.1);
  }

  .lg\:bg-gray-900\/100{
    background-color: rgb(17 24 39 / 1);
  }

  .lg\:bg-gray-900\/15{
    background-color: rgb(17 24 39 / 0.15);
  }

  .lg\:bg-gray-900\/20{
    background-color: rgb(17 24 39 / 0.2);
  }

  .lg\:bg-gray-900\/25{
    background-color: rgb(17 24 39 / 0.25);
  }

  .lg\:bg-gray-900\/30{
    background-color: rgb(17 24 39 / 0.3);
  }

  .lg\:bg-gray-900\/35{
    background-color: rgb(17 24 39 / 0.35);
  }

  .lg\:bg-gray-900\/40{
    background-color: rgb(17 24 39 / 0.4);
  }

  .lg\:bg-gray-900\/45{
    background-color: rgb(17 24 39 / 0.45);
  }

  .lg\:bg-gray-900\/5{
    background-color: rgb(17 24 39 / 0.05);
  }

  .lg\:bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
  }

  .lg\:bg-gray-900\/55{
    background-color: rgb(17 24 39 / 0.55);
  }

  .lg\:bg-gray-900\/60{
    background-color: rgb(17 24 39 / 0.6);
  }

  .lg\:bg-gray-900\/65{
    background-color: rgb(17 24 39 / 0.65);
  }

  .lg\:bg-gray-900\/70{
    background-color: rgb(17 24 39 / 0.7);
  }

  .lg\:bg-gray-900\/75{
    background-color: rgb(17 24 39 / 0.75);
  }

  .lg\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .lg\:bg-gray-900\/85{
    background-color: rgb(17 24 39 / 0.85);
  }

  .lg\:bg-gray-900\/90{
    background-color: rgb(17 24 39 / 0.9);
  }

  .lg\:bg-gray-900\/95{
    background-color: rgb(17 24 39 / 0.95);
  }

  .lg\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-gray-950\/0{
    background-color: rgb(3 7 18 / 0);
  }

  .lg\:bg-gray-950\/10{
    background-color: rgb(3 7 18 / 0.1);
  }

  .lg\:bg-gray-950\/100{
    background-color: rgb(3 7 18 / 1);
  }

  .lg\:bg-gray-950\/15{
    background-color: rgb(3 7 18 / 0.15);
  }

  .lg\:bg-gray-950\/20{
    background-color: rgb(3 7 18 / 0.2);
  }

  .lg\:bg-gray-950\/25{
    background-color: rgb(3 7 18 / 0.25);
  }

  .lg\:bg-gray-950\/30{
    background-color: rgb(3 7 18 / 0.3);
  }

  .lg\:bg-gray-950\/35{
    background-color: rgb(3 7 18 / 0.35);
  }

  .lg\:bg-gray-950\/40{
    background-color: rgb(3 7 18 / 0.4);
  }

  .lg\:bg-gray-950\/45{
    background-color: rgb(3 7 18 / 0.45);
  }

  .lg\:bg-gray-950\/5{
    background-color: rgb(3 7 18 / 0.05);
  }

  .lg\:bg-gray-950\/50{
    background-color: rgb(3 7 18 / 0.5);
  }

  .lg\:bg-gray-950\/55{
    background-color: rgb(3 7 18 / 0.55);
  }

  .lg\:bg-gray-950\/60{
    background-color: rgb(3 7 18 / 0.6);
  }

  .lg\:bg-gray-950\/65{
    background-color: rgb(3 7 18 / 0.65);
  }

  .lg\:bg-gray-950\/70{
    background-color: rgb(3 7 18 / 0.7);
  }

  .lg\:bg-gray-950\/75{
    background-color: rgb(3 7 18 / 0.75);
  }

  .lg\:bg-gray-950\/80{
    background-color: rgb(3 7 18 / 0.8);
  }

  .lg\:bg-gray-950\/85{
    background-color: rgb(3 7 18 / 0.85);
  }

  .lg\:bg-gray-950\/90{
    background-color: rgb(3 7 18 / 0.9);
  }

  .lg\:bg-gray-950\/95{
    background-color: rgb(3 7 18 / 0.95);
  }

  .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-100\/0{
    background-color: rgb(220 252 231 / 0);
  }

  .lg\:bg-green-100\/10{
    background-color: rgb(220 252 231 / 0.1);
  }

  .lg\:bg-green-100\/100{
    background-color: rgb(220 252 231 / 1);
  }

  .lg\:bg-green-100\/15{
    background-color: rgb(220 252 231 / 0.15);
  }

  .lg\:bg-green-100\/20{
    background-color: rgb(220 252 231 / 0.2);
  }

  .lg\:bg-green-100\/25{
    background-color: rgb(220 252 231 / 0.25);
  }

  .lg\:bg-green-100\/30{
    background-color: rgb(220 252 231 / 0.3);
  }

  .lg\:bg-green-100\/35{
    background-color: rgb(220 252 231 / 0.35);
  }

  .lg\:bg-green-100\/40{
    background-color: rgb(220 252 231 / 0.4);
  }

  .lg\:bg-green-100\/45{
    background-color: rgb(220 252 231 / 0.45);
  }

  .lg\:bg-green-100\/5{
    background-color: rgb(220 252 231 / 0.05);
  }

  .lg\:bg-green-100\/50{
    background-color: rgb(220 252 231 / 0.5);
  }

  .lg\:bg-green-100\/55{
    background-color: rgb(220 252 231 / 0.55);
  }

  .lg\:bg-green-100\/60{
    background-color: rgb(220 252 231 / 0.6);
  }

  .lg\:bg-green-100\/65{
    background-color: rgb(220 252 231 / 0.65);
  }

  .lg\:bg-green-100\/70{
    background-color: rgb(220 252 231 / 0.7);
  }

  .lg\:bg-green-100\/75{
    background-color: rgb(220 252 231 / 0.75);
  }

  .lg\:bg-green-100\/80{
    background-color: rgb(220 252 231 / 0.8);
  }

  .lg\:bg-green-100\/85{
    background-color: rgb(220 252 231 / 0.85);
  }

  .lg\:bg-green-100\/90{
    background-color: rgb(220 252 231 / 0.9);
  }

  .lg\:bg-green-100\/95{
    background-color: rgb(220 252 231 / 0.95);
  }

  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-200\/0{
    background-color: rgb(187 247 208 / 0);
  }

  .lg\:bg-green-200\/10{
    background-color: rgb(187 247 208 / 0.1);
  }

  .lg\:bg-green-200\/100{
    background-color: rgb(187 247 208 / 1);
  }

  .lg\:bg-green-200\/15{
    background-color: rgb(187 247 208 / 0.15);
  }

  .lg\:bg-green-200\/20{
    background-color: rgb(187 247 208 / 0.2);
  }

  .lg\:bg-green-200\/25{
    background-color: rgb(187 247 208 / 0.25);
  }

  .lg\:bg-green-200\/30{
    background-color: rgb(187 247 208 / 0.3);
  }

  .lg\:bg-green-200\/35{
    background-color: rgb(187 247 208 / 0.35);
  }

  .lg\:bg-green-200\/40{
    background-color: rgb(187 247 208 / 0.4);
  }

  .lg\:bg-green-200\/45{
    background-color: rgb(187 247 208 / 0.45);
  }

  .lg\:bg-green-200\/5{
    background-color: rgb(187 247 208 / 0.05);
  }

  .lg\:bg-green-200\/50{
    background-color: rgb(187 247 208 / 0.5);
  }

  .lg\:bg-green-200\/55{
    background-color: rgb(187 247 208 / 0.55);
  }

  .lg\:bg-green-200\/60{
    background-color: rgb(187 247 208 / 0.6);
  }

  .lg\:bg-green-200\/65{
    background-color: rgb(187 247 208 / 0.65);
  }

  .lg\:bg-green-200\/70{
    background-color: rgb(187 247 208 / 0.7);
  }

  .lg\:bg-green-200\/75{
    background-color: rgb(187 247 208 / 0.75);
  }

  .lg\:bg-green-200\/80{
    background-color: rgb(187 247 208 / 0.8);
  }

  .lg\:bg-green-200\/85{
    background-color: rgb(187 247 208 / 0.85);
  }

  .lg\:bg-green-200\/90{
    background-color: rgb(187 247 208 / 0.9);
  }

  .lg\:bg-green-200\/95{
    background-color: rgb(187 247 208 / 0.95);
  }

  .lg\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-300\/0{
    background-color: rgb(134 239 172 / 0);
  }

  .lg\:bg-green-300\/10{
    background-color: rgb(134 239 172 / 0.1);
  }

  .lg\:bg-green-300\/100{
    background-color: rgb(134 239 172 / 1);
  }

  .lg\:bg-green-300\/15{
    background-color: rgb(134 239 172 / 0.15);
  }

  .lg\:bg-green-300\/20{
    background-color: rgb(134 239 172 / 0.2);
  }

  .lg\:bg-green-300\/25{
    background-color: rgb(134 239 172 / 0.25);
  }

  .lg\:bg-green-300\/30{
    background-color: rgb(134 239 172 / 0.3);
  }

  .lg\:bg-green-300\/35{
    background-color: rgb(134 239 172 / 0.35);
  }

  .lg\:bg-green-300\/40{
    background-color: rgb(134 239 172 / 0.4);
  }

  .lg\:bg-green-300\/45{
    background-color: rgb(134 239 172 / 0.45);
  }

  .lg\:bg-green-300\/5{
    background-color: rgb(134 239 172 / 0.05);
  }

  .lg\:bg-green-300\/50{
    background-color: rgb(134 239 172 / 0.5);
  }

  .lg\:bg-green-300\/55{
    background-color: rgb(134 239 172 / 0.55);
  }

  .lg\:bg-green-300\/60{
    background-color: rgb(134 239 172 / 0.6);
  }

  .lg\:bg-green-300\/65{
    background-color: rgb(134 239 172 / 0.65);
  }

  .lg\:bg-green-300\/70{
    background-color: rgb(134 239 172 / 0.7);
  }

  .lg\:bg-green-300\/75{
    background-color: rgb(134 239 172 / 0.75);
  }

  .lg\:bg-green-300\/80{
    background-color: rgb(134 239 172 / 0.8);
  }

  .lg\:bg-green-300\/85{
    background-color: rgb(134 239 172 / 0.85);
  }

  .lg\:bg-green-300\/90{
    background-color: rgb(134 239 172 / 0.9);
  }

  .lg\:bg-green-300\/95{
    background-color: rgb(134 239 172 / 0.95);
  }

  .lg\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-400\/0{
    background-color: rgb(74 222 128 / 0);
  }

  .lg\:bg-green-400\/10{
    background-color: rgb(74 222 128 / 0.1);
  }

  .lg\:bg-green-400\/100{
    background-color: rgb(74 222 128 / 1);
  }

  .lg\:bg-green-400\/15{
    background-color: rgb(74 222 128 / 0.15);
  }

  .lg\:bg-green-400\/20{
    background-color: rgb(74 222 128 / 0.2);
  }

  .lg\:bg-green-400\/25{
    background-color: rgb(74 222 128 / 0.25);
  }

  .lg\:bg-green-400\/30{
    background-color: rgb(74 222 128 / 0.3);
  }

  .lg\:bg-green-400\/35{
    background-color: rgb(74 222 128 / 0.35);
  }

  .lg\:bg-green-400\/40{
    background-color: rgb(74 222 128 / 0.4);
  }

  .lg\:bg-green-400\/45{
    background-color: rgb(74 222 128 / 0.45);
  }

  .lg\:bg-green-400\/5{
    background-color: rgb(74 222 128 / 0.05);
  }

  .lg\:bg-green-400\/50{
    background-color: rgb(74 222 128 / 0.5);
  }

  .lg\:bg-green-400\/55{
    background-color: rgb(74 222 128 / 0.55);
  }

  .lg\:bg-green-400\/60{
    background-color: rgb(74 222 128 / 0.6);
  }

  .lg\:bg-green-400\/65{
    background-color: rgb(74 222 128 / 0.65);
  }

  .lg\:bg-green-400\/70{
    background-color: rgb(74 222 128 / 0.7);
  }

  .lg\:bg-green-400\/75{
    background-color: rgb(74 222 128 / 0.75);
  }

  .lg\:bg-green-400\/80{
    background-color: rgb(74 222 128 / 0.8);
  }

  .lg\:bg-green-400\/85{
    background-color: rgb(74 222 128 / 0.85);
  }

  .lg\:bg-green-400\/90{
    background-color: rgb(74 222 128 / 0.9);
  }

  .lg\:bg-green-400\/95{
    background-color: rgb(74 222 128 / 0.95);
  }

  .lg\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-50\/0{
    background-color: rgb(240 253 244 / 0);
  }

  .lg\:bg-green-50\/10{
    background-color: rgb(240 253 244 / 0.1);
  }

  .lg\:bg-green-50\/100{
    background-color: rgb(240 253 244 / 1);
  }

  .lg\:bg-green-50\/15{
    background-color: rgb(240 253 244 / 0.15);
  }

  .lg\:bg-green-50\/20{
    background-color: rgb(240 253 244 / 0.2);
  }

  .lg\:bg-green-50\/25{
    background-color: rgb(240 253 244 / 0.25);
  }

  .lg\:bg-green-50\/30{
    background-color: rgb(240 253 244 / 0.3);
  }

  .lg\:bg-green-50\/35{
    background-color: rgb(240 253 244 / 0.35);
  }

  .lg\:bg-green-50\/40{
    background-color: rgb(240 253 244 / 0.4);
  }

  .lg\:bg-green-50\/45{
    background-color: rgb(240 253 244 / 0.45);
  }

  .lg\:bg-green-50\/5{
    background-color: rgb(240 253 244 / 0.05);
  }

  .lg\:bg-green-50\/50{
    background-color: rgb(240 253 244 / 0.5);
  }

  .lg\:bg-green-50\/55{
    background-color: rgb(240 253 244 / 0.55);
  }

  .lg\:bg-green-50\/60{
    background-color: rgb(240 253 244 / 0.6);
  }

  .lg\:bg-green-50\/65{
    background-color: rgb(240 253 244 / 0.65);
  }

  .lg\:bg-green-50\/70{
    background-color: rgb(240 253 244 / 0.7);
  }

  .lg\:bg-green-50\/75{
    background-color: rgb(240 253 244 / 0.75);
  }

  .lg\:bg-green-50\/80{
    background-color: rgb(240 253 244 / 0.8);
  }

  .lg\:bg-green-50\/85{
    background-color: rgb(240 253 244 / 0.85);
  }

  .lg\:bg-green-50\/90{
    background-color: rgb(240 253 244 / 0.9);
  }

  .lg\:bg-green-50\/95{
    background-color: rgb(240 253 244 / 0.95);
  }

  .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-500\/0{
    background-color: rgb(34 197 94 / 0);
  }

  .lg\:bg-green-500\/10{
    background-color: rgb(34 197 94 / 0.1);
  }

  .lg\:bg-green-500\/100{
    background-color: rgb(34 197 94 / 1);
  }

  .lg\:bg-green-500\/15{
    background-color: rgb(34 197 94 / 0.15);
  }

  .lg\:bg-green-500\/20{
    background-color: rgb(34 197 94 / 0.2);
  }

  .lg\:bg-green-500\/25{
    background-color: rgb(34 197 94 / 0.25);
  }

  .lg\:bg-green-500\/30{
    background-color: rgb(34 197 94 / 0.3);
  }

  .lg\:bg-green-500\/35{
    background-color: rgb(34 197 94 / 0.35);
  }

  .lg\:bg-green-500\/40{
    background-color: rgb(34 197 94 / 0.4);
  }

  .lg\:bg-green-500\/45{
    background-color: rgb(34 197 94 / 0.45);
  }

  .lg\:bg-green-500\/5{
    background-color: rgb(34 197 94 / 0.05);
  }

  .lg\:bg-green-500\/50{
    background-color: rgb(34 197 94 / 0.5);
  }

  .lg\:bg-green-500\/55{
    background-color: rgb(34 197 94 / 0.55);
  }

  .lg\:bg-green-500\/60{
    background-color: rgb(34 197 94 / 0.6);
  }

  .lg\:bg-green-500\/65{
    background-color: rgb(34 197 94 / 0.65);
  }

  .lg\:bg-green-500\/70{
    background-color: rgb(34 197 94 / 0.7);
  }

  .lg\:bg-green-500\/75{
    background-color: rgb(34 197 94 / 0.75);
  }

  .lg\:bg-green-500\/80{
    background-color: rgb(34 197 94 / 0.8);
  }

  .lg\:bg-green-500\/85{
    background-color: rgb(34 197 94 / 0.85);
  }

  .lg\:bg-green-500\/90{
    background-color: rgb(34 197 94 / 0.9);
  }

  .lg\:bg-green-500\/95{
    background-color: rgb(34 197 94 / 0.95);
  }

  .lg\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-600\/0{
    background-color: rgb(22 163 74 / 0);
  }

  .lg\:bg-green-600\/10{
    background-color: rgb(22 163 74 / 0.1);
  }

  .lg\:bg-green-600\/100{
    background-color: rgb(22 163 74 / 1);
  }

  .lg\:bg-green-600\/15{
    background-color: rgb(22 163 74 / 0.15);
  }

  .lg\:bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
  }

  .lg\:bg-green-600\/25{
    background-color: rgb(22 163 74 / 0.25);
  }

  .lg\:bg-green-600\/30{
    background-color: rgb(22 163 74 / 0.3);
  }

  .lg\:bg-green-600\/35{
    background-color: rgb(22 163 74 / 0.35);
  }

  .lg\:bg-green-600\/40{
    background-color: rgb(22 163 74 / 0.4);
  }

  .lg\:bg-green-600\/45{
    background-color: rgb(22 163 74 / 0.45);
  }

  .lg\:bg-green-600\/5{
    background-color: rgb(22 163 74 / 0.05);
  }

  .lg\:bg-green-600\/50{
    background-color: rgb(22 163 74 / 0.5);
  }

  .lg\:bg-green-600\/55{
    background-color: rgb(22 163 74 / 0.55);
  }

  .lg\:bg-green-600\/60{
    background-color: rgb(22 163 74 / 0.6);
  }

  .lg\:bg-green-600\/65{
    background-color: rgb(22 163 74 / 0.65);
  }

  .lg\:bg-green-600\/70{
    background-color: rgb(22 163 74 / 0.7);
  }

  .lg\:bg-green-600\/75{
    background-color: rgb(22 163 74 / 0.75);
  }

  .lg\:bg-green-600\/80{
    background-color: rgb(22 163 74 / 0.8);
  }

  .lg\:bg-green-600\/85{
    background-color: rgb(22 163 74 / 0.85);
  }

  .lg\:bg-green-600\/90{
    background-color: rgb(22 163 74 / 0.9);
  }

  .lg\:bg-green-600\/95{
    background-color: rgb(22 163 74 / 0.95);
  }

  .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-700\/0{
    background-color: rgb(21 128 61 / 0);
  }

  .lg\:bg-green-700\/10{
    background-color: rgb(21 128 61 / 0.1);
  }

  .lg\:bg-green-700\/100{
    background-color: rgb(21 128 61 / 1);
  }

  .lg\:bg-green-700\/15{
    background-color: rgb(21 128 61 / 0.15);
  }

  .lg\:bg-green-700\/20{
    background-color: rgb(21 128 61 / 0.2);
  }

  .lg\:bg-green-700\/25{
    background-color: rgb(21 128 61 / 0.25);
  }

  .lg\:bg-green-700\/30{
    background-color: rgb(21 128 61 / 0.3);
  }

  .lg\:bg-green-700\/35{
    background-color: rgb(21 128 61 / 0.35);
  }

  .lg\:bg-green-700\/40{
    background-color: rgb(21 128 61 / 0.4);
  }

  .lg\:bg-green-700\/45{
    background-color: rgb(21 128 61 / 0.45);
  }

  .lg\:bg-green-700\/5{
    background-color: rgb(21 128 61 / 0.05);
  }

  .lg\:bg-green-700\/50{
    background-color: rgb(21 128 61 / 0.5);
  }

  .lg\:bg-green-700\/55{
    background-color: rgb(21 128 61 / 0.55);
  }

  .lg\:bg-green-700\/60{
    background-color: rgb(21 128 61 / 0.6);
  }

  .lg\:bg-green-700\/65{
    background-color: rgb(21 128 61 / 0.65);
  }

  .lg\:bg-green-700\/70{
    background-color: rgb(21 128 61 / 0.7);
  }

  .lg\:bg-green-700\/75{
    background-color: rgb(21 128 61 / 0.75);
  }

  .lg\:bg-green-700\/80{
    background-color: rgb(21 128 61 / 0.8);
  }

  .lg\:bg-green-700\/85{
    background-color: rgb(21 128 61 / 0.85);
  }

  .lg\:bg-green-700\/90{
    background-color: rgb(21 128 61 / 0.9);
  }

  .lg\:bg-green-700\/95{
    background-color: rgb(21 128 61 / 0.95);
  }

  .lg\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-800\/0{
    background-color: rgb(22 101 52 / 0);
  }

  .lg\:bg-green-800\/10{
    background-color: rgb(22 101 52 / 0.1);
  }

  .lg\:bg-green-800\/100{
    background-color: rgb(22 101 52 / 1);
  }

  .lg\:bg-green-800\/15{
    background-color: rgb(22 101 52 / 0.15);
  }

  .lg\:bg-green-800\/20{
    background-color: rgb(22 101 52 / 0.2);
  }

  .lg\:bg-green-800\/25{
    background-color: rgb(22 101 52 / 0.25);
  }

  .lg\:bg-green-800\/30{
    background-color: rgb(22 101 52 / 0.3);
  }

  .lg\:bg-green-800\/35{
    background-color: rgb(22 101 52 / 0.35);
  }

  .lg\:bg-green-800\/40{
    background-color: rgb(22 101 52 / 0.4);
  }

  .lg\:bg-green-800\/45{
    background-color: rgb(22 101 52 / 0.45);
  }

  .lg\:bg-green-800\/5{
    background-color: rgb(22 101 52 / 0.05);
  }

  .lg\:bg-green-800\/50{
    background-color: rgb(22 101 52 / 0.5);
  }

  .lg\:bg-green-800\/55{
    background-color: rgb(22 101 52 / 0.55);
  }

  .lg\:bg-green-800\/60{
    background-color: rgb(22 101 52 / 0.6);
  }

  .lg\:bg-green-800\/65{
    background-color: rgb(22 101 52 / 0.65);
  }

  .lg\:bg-green-800\/70{
    background-color: rgb(22 101 52 / 0.7);
  }

  .lg\:bg-green-800\/75{
    background-color: rgb(22 101 52 / 0.75);
  }

  .lg\:bg-green-800\/80{
    background-color: rgb(22 101 52 / 0.8);
  }

  .lg\:bg-green-800\/85{
    background-color: rgb(22 101 52 / 0.85);
  }

  .lg\:bg-green-800\/90{
    background-color: rgb(22 101 52 / 0.9);
  }

  .lg\:bg-green-800\/95{
    background-color: rgb(22 101 52 / 0.95);
  }

  .lg\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-900\/0{
    background-color: rgb(20 83 45 / 0);
  }

  .lg\:bg-green-900\/10{
    background-color: rgb(20 83 45 / 0.1);
  }

  .lg\:bg-green-900\/100{
    background-color: rgb(20 83 45 / 1);
  }

  .lg\:bg-green-900\/15{
    background-color: rgb(20 83 45 / 0.15);
  }

  .lg\:bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }

  .lg\:bg-green-900\/25{
    background-color: rgb(20 83 45 / 0.25);
  }

  .lg\:bg-green-900\/30{
    background-color: rgb(20 83 45 / 0.3);
  }

  .lg\:bg-green-900\/35{
    background-color: rgb(20 83 45 / 0.35);
  }

  .lg\:bg-green-900\/40{
    background-color: rgb(20 83 45 / 0.4);
  }

  .lg\:bg-green-900\/45{
    background-color: rgb(20 83 45 / 0.45);
  }

  .lg\:bg-green-900\/5{
    background-color: rgb(20 83 45 / 0.05);
  }

  .lg\:bg-green-900\/50{
    background-color: rgb(20 83 45 / 0.5);
  }

  .lg\:bg-green-900\/55{
    background-color: rgb(20 83 45 / 0.55);
  }

  .lg\:bg-green-900\/60{
    background-color: rgb(20 83 45 / 0.6);
  }

  .lg\:bg-green-900\/65{
    background-color: rgb(20 83 45 / 0.65);
  }

  .lg\:bg-green-900\/70{
    background-color: rgb(20 83 45 / 0.7);
  }

  .lg\:bg-green-900\/75{
    background-color: rgb(20 83 45 / 0.75);
  }

  .lg\:bg-green-900\/80{
    background-color: rgb(20 83 45 / 0.8);
  }

  .lg\:bg-green-900\/85{
    background-color: rgb(20 83 45 / 0.85);
  }

  .lg\:bg-green-900\/90{
    background-color: rgb(20 83 45 / 0.9);
  }

  .lg\:bg-green-900\/95{
    background-color: rgb(20 83 45 / 0.95);
  }

  .lg\:bg-green-950{
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-green-950\/0{
    background-color: rgb(5 46 22 / 0);
  }

  .lg\:bg-green-950\/10{
    background-color: rgb(5 46 22 / 0.1);
  }

  .lg\:bg-green-950\/100{
    background-color: rgb(5 46 22 / 1);
  }

  .lg\:bg-green-950\/15{
    background-color: rgb(5 46 22 / 0.15);
  }

  .lg\:bg-green-950\/20{
    background-color: rgb(5 46 22 / 0.2);
  }

  .lg\:bg-green-950\/25{
    background-color: rgb(5 46 22 / 0.25);
  }

  .lg\:bg-green-950\/30{
    background-color: rgb(5 46 22 / 0.3);
  }

  .lg\:bg-green-950\/35{
    background-color: rgb(5 46 22 / 0.35);
  }

  .lg\:bg-green-950\/40{
    background-color: rgb(5 46 22 / 0.4);
  }

  .lg\:bg-green-950\/45{
    background-color: rgb(5 46 22 / 0.45);
  }

  .lg\:bg-green-950\/5{
    background-color: rgb(5 46 22 / 0.05);
  }

  .lg\:bg-green-950\/50{
    background-color: rgb(5 46 22 / 0.5);
  }

  .lg\:bg-green-950\/55{
    background-color: rgb(5 46 22 / 0.55);
  }

  .lg\:bg-green-950\/60{
    background-color: rgb(5 46 22 / 0.6);
  }

  .lg\:bg-green-950\/65{
    background-color: rgb(5 46 22 / 0.65);
  }

  .lg\:bg-green-950\/70{
    background-color: rgb(5 46 22 / 0.7);
  }

  .lg\:bg-green-950\/75{
    background-color: rgb(5 46 22 / 0.75);
  }

  .lg\:bg-green-950\/80{
    background-color: rgb(5 46 22 / 0.8);
  }

  .lg\:bg-green-950\/85{
    background-color: rgb(5 46 22 / 0.85);
  }

  .lg\:bg-green-950\/90{
    background-color: rgb(5 46 22 / 0.9);
  }

  .lg\:bg-green-950\/95{
    background-color: rgb(5 46 22 / 0.95);
  }

  .lg\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-100\/0{
    background-color: rgb(224 231 255 / 0);
  }

  .lg\:bg-indigo-100\/10{
    background-color: rgb(224 231 255 / 0.1);
  }

  .lg\:bg-indigo-100\/100{
    background-color: rgb(224 231 255 / 1);
  }

  .lg\:bg-indigo-100\/15{
    background-color: rgb(224 231 255 / 0.15);
  }

  .lg\:bg-indigo-100\/20{
    background-color: rgb(224 231 255 / 0.2);
  }

  .lg\:bg-indigo-100\/25{
    background-color: rgb(224 231 255 / 0.25);
  }

  .lg\:bg-indigo-100\/30{
    background-color: rgb(224 231 255 / 0.3);
  }

  .lg\:bg-indigo-100\/35{
    background-color: rgb(224 231 255 / 0.35);
  }

  .lg\:bg-indigo-100\/40{
    background-color: rgb(224 231 255 / 0.4);
  }

  .lg\:bg-indigo-100\/45{
    background-color: rgb(224 231 255 / 0.45);
  }

  .lg\:bg-indigo-100\/5{
    background-color: rgb(224 231 255 / 0.05);
  }

  .lg\:bg-indigo-100\/50{
    background-color: rgb(224 231 255 / 0.5);
  }

  .lg\:bg-indigo-100\/55{
    background-color: rgb(224 231 255 / 0.55);
  }

  .lg\:bg-indigo-100\/60{
    background-color: rgb(224 231 255 / 0.6);
  }

  .lg\:bg-indigo-100\/65{
    background-color: rgb(224 231 255 / 0.65);
  }

  .lg\:bg-indigo-100\/70{
    background-color: rgb(224 231 255 / 0.7);
  }

  .lg\:bg-indigo-100\/75{
    background-color: rgb(224 231 255 / 0.75);
  }

  .lg\:bg-indigo-100\/80{
    background-color: rgb(224 231 255 / 0.8);
  }

  .lg\:bg-indigo-100\/85{
    background-color: rgb(224 231 255 / 0.85);
  }

  .lg\:bg-indigo-100\/90{
    background-color: rgb(224 231 255 / 0.9);
  }

  .lg\:bg-indigo-100\/95{
    background-color: rgb(224 231 255 / 0.95);
  }

  .lg\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-200\/0{
    background-color: rgb(199 210 254 / 0);
  }

  .lg\:bg-indigo-200\/10{
    background-color: rgb(199 210 254 / 0.1);
  }

  .lg\:bg-indigo-200\/100{
    background-color: rgb(199 210 254 / 1);
  }

  .lg\:bg-indigo-200\/15{
    background-color: rgb(199 210 254 / 0.15);
  }

  .lg\:bg-indigo-200\/20{
    background-color: rgb(199 210 254 / 0.2);
  }

  .lg\:bg-indigo-200\/25{
    background-color: rgb(199 210 254 / 0.25);
  }

  .lg\:bg-indigo-200\/30{
    background-color: rgb(199 210 254 / 0.3);
  }

  .lg\:bg-indigo-200\/35{
    background-color: rgb(199 210 254 / 0.35);
  }

  .lg\:bg-indigo-200\/40{
    background-color: rgb(199 210 254 / 0.4);
  }

  .lg\:bg-indigo-200\/45{
    background-color: rgb(199 210 254 / 0.45);
  }

  .lg\:bg-indigo-200\/5{
    background-color: rgb(199 210 254 / 0.05);
  }

  .lg\:bg-indigo-200\/50{
    background-color: rgb(199 210 254 / 0.5);
  }

  .lg\:bg-indigo-200\/55{
    background-color: rgb(199 210 254 / 0.55);
  }

  .lg\:bg-indigo-200\/60{
    background-color: rgb(199 210 254 / 0.6);
  }

  .lg\:bg-indigo-200\/65{
    background-color: rgb(199 210 254 / 0.65);
  }

  .lg\:bg-indigo-200\/70{
    background-color: rgb(199 210 254 / 0.7);
  }

  .lg\:bg-indigo-200\/75{
    background-color: rgb(199 210 254 / 0.75);
  }

  .lg\:bg-indigo-200\/80{
    background-color: rgb(199 210 254 / 0.8);
  }

  .lg\:bg-indigo-200\/85{
    background-color: rgb(199 210 254 / 0.85);
  }

  .lg\:bg-indigo-200\/90{
    background-color: rgb(199 210 254 / 0.9);
  }

  .lg\:bg-indigo-200\/95{
    background-color: rgb(199 210 254 / 0.95);
  }

  .lg\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-300\/0{
    background-color: rgb(165 180 252 / 0);
  }

  .lg\:bg-indigo-300\/10{
    background-color: rgb(165 180 252 / 0.1);
  }

  .lg\:bg-indigo-300\/100{
    background-color: rgb(165 180 252 / 1);
  }

  .lg\:bg-indigo-300\/15{
    background-color: rgb(165 180 252 / 0.15);
  }

  .lg\:bg-indigo-300\/20{
    background-color: rgb(165 180 252 / 0.2);
  }

  .lg\:bg-indigo-300\/25{
    background-color: rgb(165 180 252 / 0.25);
  }

  .lg\:bg-indigo-300\/30{
    background-color: rgb(165 180 252 / 0.3);
  }

  .lg\:bg-indigo-300\/35{
    background-color: rgb(165 180 252 / 0.35);
  }

  .lg\:bg-indigo-300\/40{
    background-color: rgb(165 180 252 / 0.4);
  }

  .lg\:bg-indigo-300\/45{
    background-color: rgb(165 180 252 / 0.45);
  }

  .lg\:bg-indigo-300\/5{
    background-color: rgb(165 180 252 / 0.05);
  }

  .lg\:bg-indigo-300\/50{
    background-color: rgb(165 180 252 / 0.5);
  }

  .lg\:bg-indigo-300\/55{
    background-color: rgb(165 180 252 / 0.55);
  }

  .lg\:bg-indigo-300\/60{
    background-color: rgb(165 180 252 / 0.6);
  }

  .lg\:bg-indigo-300\/65{
    background-color: rgb(165 180 252 / 0.65);
  }

  .lg\:bg-indigo-300\/70{
    background-color: rgb(165 180 252 / 0.7);
  }

  .lg\:bg-indigo-300\/75{
    background-color: rgb(165 180 252 / 0.75);
  }

  .lg\:bg-indigo-300\/80{
    background-color: rgb(165 180 252 / 0.8);
  }

  .lg\:bg-indigo-300\/85{
    background-color: rgb(165 180 252 / 0.85);
  }

  .lg\:bg-indigo-300\/90{
    background-color: rgb(165 180 252 / 0.9);
  }

  .lg\:bg-indigo-300\/95{
    background-color: rgb(165 180 252 / 0.95);
  }

  .lg\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-400\/0{
    background-color: rgb(129 140 248 / 0);
  }

  .lg\:bg-indigo-400\/10{
    background-color: rgb(129 140 248 / 0.1);
  }

  .lg\:bg-indigo-400\/100{
    background-color: rgb(129 140 248 / 1);
  }

  .lg\:bg-indigo-400\/15{
    background-color: rgb(129 140 248 / 0.15);
  }

  .lg\:bg-indigo-400\/20{
    background-color: rgb(129 140 248 / 0.2);
  }

  .lg\:bg-indigo-400\/25{
    background-color: rgb(129 140 248 / 0.25);
  }

  .lg\:bg-indigo-400\/30{
    background-color: rgb(129 140 248 / 0.3);
  }

  .lg\:bg-indigo-400\/35{
    background-color: rgb(129 140 248 / 0.35);
  }

  .lg\:bg-indigo-400\/40{
    background-color: rgb(129 140 248 / 0.4);
  }

  .lg\:bg-indigo-400\/45{
    background-color: rgb(129 140 248 / 0.45);
  }

  .lg\:bg-indigo-400\/5{
    background-color: rgb(129 140 248 / 0.05);
  }

  .lg\:bg-indigo-400\/50{
    background-color: rgb(129 140 248 / 0.5);
  }

  .lg\:bg-indigo-400\/55{
    background-color: rgb(129 140 248 / 0.55);
  }

  .lg\:bg-indigo-400\/60{
    background-color: rgb(129 140 248 / 0.6);
  }

  .lg\:bg-indigo-400\/65{
    background-color: rgb(129 140 248 / 0.65);
  }

  .lg\:bg-indigo-400\/70{
    background-color: rgb(129 140 248 / 0.7);
  }

  .lg\:bg-indigo-400\/75{
    background-color: rgb(129 140 248 / 0.75);
  }

  .lg\:bg-indigo-400\/80{
    background-color: rgb(129 140 248 / 0.8);
  }

  .lg\:bg-indigo-400\/85{
    background-color: rgb(129 140 248 / 0.85);
  }

  .lg\:bg-indigo-400\/90{
    background-color: rgb(129 140 248 / 0.9);
  }

  .lg\:bg-indigo-400\/95{
    background-color: rgb(129 140 248 / 0.95);
  }

  .lg\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-50\/0{
    background-color: rgb(238 242 255 / 0);
  }

  .lg\:bg-indigo-50\/10{
    background-color: rgb(238 242 255 / 0.1);
  }

  .lg\:bg-indigo-50\/100{
    background-color: rgb(238 242 255 / 1);
  }

  .lg\:bg-indigo-50\/15{
    background-color: rgb(238 242 255 / 0.15);
  }

  .lg\:bg-indigo-50\/20{
    background-color: rgb(238 242 255 / 0.2);
  }

  .lg\:bg-indigo-50\/25{
    background-color: rgb(238 242 255 / 0.25);
  }

  .lg\:bg-indigo-50\/30{
    background-color: rgb(238 242 255 / 0.3);
  }

  .lg\:bg-indigo-50\/35{
    background-color: rgb(238 242 255 / 0.35);
  }

  .lg\:bg-indigo-50\/40{
    background-color: rgb(238 242 255 / 0.4);
  }

  .lg\:bg-indigo-50\/45{
    background-color: rgb(238 242 255 / 0.45);
  }

  .lg\:bg-indigo-50\/5{
    background-color: rgb(238 242 255 / 0.05);
  }

  .lg\:bg-indigo-50\/50{
    background-color: rgb(238 242 255 / 0.5);
  }

  .lg\:bg-indigo-50\/55{
    background-color: rgb(238 242 255 / 0.55);
  }

  .lg\:bg-indigo-50\/60{
    background-color: rgb(238 242 255 / 0.6);
  }

  .lg\:bg-indigo-50\/65{
    background-color: rgb(238 242 255 / 0.65);
  }

  .lg\:bg-indigo-50\/70{
    background-color: rgb(238 242 255 / 0.7);
  }

  .lg\:bg-indigo-50\/75{
    background-color: rgb(238 242 255 / 0.75);
  }

  .lg\:bg-indigo-50\/80{
    background-color: rgb(238 242 255 / 0.8);
  }

  .lg\:bg-indigo-50\/85{
    background-color: rgb(238 242 255 / 0.85);
  }

  .lg\:bg-indigo-50\/90{
    background-color: rgb(238 242 255 / 0.9);
  }

  .lg\:bg-indigo-50\/95{
    background-color: rgb(238 242 255 / 0.95);
  }

  .lg\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-500\/0{
    background-color: rgb(99 102 241 / 0);
  }

  .lg\:bg-indigo-500\/10{
    background-color: rgb(99 102 241 / 0.1);
  }

  .lg\:bg-indigo-500\/100{
    background-color: rgb(99 102 241 / 1);
  }

  .lg\:bg-indigo-500\/15{
    background-color: rgb(99 102 241 / 0.15);
  }

  .lg\:bg-indigo-500\/20{
    background-color: rgb(99 102 241 / 0.2);
  }

  .lg\:bg-indigo-500\/25{
    background-color: rgb(99 102 241 / 0.25);
  }

  .lg\:bg-indigo-500\/30{
    background-color: rgb(99 102 241 / 0.3);
  }

  .lg\:bg-indigo-500\/35{
    background-color: rgb(99 102 241 / 0.35);
  }

  .lg\:bg-indigo-500\/40{
    background-color: rgb(99 102 241 / 0.4);
  }

  .lg\:bg-indigo-500\/45{
    background-color: rgb(99 102 241 / 0.45);
  }

  .lg\:bg-indigo-500\/5{
    background-color: rgb(99 102 241 / 0.05);
  }

  .lg\:bg-indigo-500\/50{
    background-color: rgb(99 102 241 / 0.5);
  }

  .lg\:bg-indigo-500\/55{
    background-color: rgb(99 102 241 / 0.55);
  }

  .lg\:bg-indigo-500\/60{
    background-color: rgb(99 102 241 / 0.6);
  }

  .lg\:bg-indigo-500\/65{
    background-color: rgb(99 102 241 / 0.65);
  }

  .lg\:bg-indigo-500\/70{
    background-color: rgb(99 102 241 / 0.7);
  }

  .lg\:bg-indigo-500\/75{
    background-color: rgb(99 102 241 / 0.75);
  }

  .lg\:bg-indigo-500\/80{
    background-color: rgb(99 102 241 / 0.8);
  }

  .lg\:bg-indigo-500\/85{
    background-color: rgb(99 102 241 / 0.85);
  }

  .lg\:bg-indigo-500\/90{
    background-color: rgb(99 102 241 / 0.9);
  }

  .lg\:bg-indigo-500\/95{
    background-color: rgb(99 102 241 / 0.95);
  }

  .lg\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-600\/0{
    background-color: rgb(79 70 229 / 0);
  }

  .lg\:bg-indigo-600\/10{
    background-color: rgb(79 70 229 / 0.1);
  }

  .lg\:bg-indigo-600\/100{
    background-color: rgb(79 70 229 / 1);
  }

  .lg\:bg-indigo-600\/15{
    background-color: rgb(79 70 229 / 0.15);
  }

  .lg\:bg-indigo-600\/20{
    background-color: rgb(79 70 229 / 0.2);
  }

  .lg\:bg-indigo-600\/25{
    background-color: rgb(79 70 229 / 0.25);
  }

  .lg\:bg-indigo-600\/30{
    background-color: rgb(79 70 229 / 0.3);
  }

  .lg\:bg-indigo-600\/35{
    background-color: rgb(79 70 229 / 0.35);
  }

  .lg\:bg-indigo-600\/40{
    background-color: rgb(79 70 229 / 0.4);
  }

  .lg\:bg-indigo-600\/45{
    background-color: rgb(79 70 229 / 0.45);
  }

  .lg\:bg-indigo-600\/5{
    background-color: rgb(79 70 229 / 0.05);
  }

  .lg\:bg-indigo-600\/50{
    background-color: rgb(79 70 229 / 0.5);
  }

  .lg\:bg-indigo-600\/55{
    background-color: rgb(79 70 229 / 0.55);
  }

  .lg\:bg-indigo-600\/60{
    background-color: rgb(79 70 229 / 0.6);
  }

  .lg\:bg-indigo-600\/65{
    background-color: rgb(79 70 229 / 0.65);
  }

  .lg\:bg-indigo-600\/70{
    background-color: rgb(79 70 229 / 0.7);
  }

  .lg\:bg-indigo-600\/75{
    background-color: rgb(79 70 229 / 0.75);
  }

  .lg\:bg-indigo-600\/80{
    background-color: rgb(79 70 229 / 0.8);
  }

  .lg\:bg-indigo-600\/85{
    background-color: rgb(79 70 229 / 0.85);
  }

  .lg\:bg-indigo-600\/90{
    background-color: rgb(79 70 229 / 0.9);
  }

  .lg\:bg-indigo-600\/95{
    background-color: rgb(79 70 229 / 0.95);
  }

  .lg\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-700\/0{
    background-color: rgb(67 56 202 / 0);
  }

  .lg\:bg-indigo-700\/10{
    background-color: rgb(67 56 202 / 0.1);
  }

  .lg\:bg-indigo-700\/100{
    background-color: rgb(67 56 202 / 1);
  }

  .lg\:bg-indigo-700\/15{
    background-color: rgb(67 56 202 / 0.15);
  }

  .lg\:bg-indigo-700\/20{
    background-color: rgb(67 56 202 / 0.2);
  }

  .lg\:bg-indigo-700\/25{
    background-color: rgb(67 56 202 / 0.25);
  }

  .lg\:bg-indigo-700\/30{
    background-color: rgb(67 56 202 / 0.3);
  }

  .lg\:bg-indigo-700\/35{
    background-color: rgb(67 56 202 / 0.35);
  }

  .lg\:bg-indigo-700\/40{
    background-color: rgb(67 56 202 / 0.4);
  }

  .lg\:bg-indigo-700\/45{
    background-color: rgb(67 56 202 / 0.45);
  }

  .lg\:bg-indigo-700\/5{
    background-color: rgb(67 56 202 / 0.05);
  }

  .lg\:bg-indigo-700\/50{
    background-color: rgb(67 56 202 / 0.5);
  }

  .lg\:bg-indigo-700\/55{
    background-color: rgb(67 56 202 / 0.55);
  }

  .lg\:bg-indigo-700\/60{
    background-color: rgb(67 56 202 / 0.6);
  }

  .lg\:bg-indigo-700\/65{
    background-color: rgb(67 56 202 / 0.65);
  }

  .lg\:bg-indigo-700\/70{
    background-color: rgb(67 56 202 / 0.7);
  }

  .lg\:bg-indigo-700\/75{
    background-color: rgb(67 56 202 / 0.75);
  }

  .lg\:bg-indigo-700\/80{
    background-color: rgb(67 56 202 / 0.8);
  }

  .lg\:bg-indigo-700\/85{
    background-color: rgb(67 56 202 / 0.85);
  }

  .lg\:bg-indigo-700\/90{
    background-color: rgb(67 56 202 / 0.9);
  }

  .lg\:bg-indigo-700\/95{
    background-color: rgb(67 56 202 / 0.95);
  }

  .lg\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-800\/0{
    background-color: rgb(55 48 163 / 0);
  }

  .lg\:bg-indigo-800\/10{
    background-color: rgb(55 48 163 / 0.1);
  }

  .lg\:bg-indigo-800\/100{
    background-color: rgb(55 48 163 / 1);
  }

  .lg\:bg-indigo-800\/15{
    background-color: rgb(55 48 163 / 0.15);
  }

  .lg\:bg-indigo-800\/20{
    background-color: rgb(55 48 163 / 0.2);
  }

  .lg\:bg-indigo-800\/25{
    background-color: rgb(55 48 163 / 0.25);
  }

  .lg\:bg-indigo-800\/30{
    background-color: rgb(55 48 163 / 0.3);
  }

  .lg\:bg-indigo-800\/35{
    background-color: rgb(55 48 163 / 0.35);
  }

  .lg\:bg-indigo-800\/40{
    background-color: rgb(55 48 163 / 0.4);
  }

  .lg\:bg-indigo-800\/45{
    background-color: rgb(55 48 163 / 0.45);
  }

  .lg\:bg-indigo-800\/5{
    background-color: rgb(55 48 163 / 0.05);
  }

  .lg\:bg-indigo-800\/50{
    background-color: rgb(55 48 163 / 0.5);
  }

  .lg\:bg-indigo-800\/55{
    background-color: rgb(55 48 163 / 0.55);
  }

  .lg\:bg-indigo-800\/60{
    background-color: rgb(55 48 163 / 0.6);
  }

  .lg\:bg-indigo-800\/65{
    background-color: rgb(55 48 163 / 0.65);
  }

  .lg\:bg-indigo-800\/70{
    background-color: rgb(55 48 163 / 0.7);
  }

  .lg\:bg-indigo-800\/75{
    background-color: rgb(55 48 163 / 0.75);
  }

  .lg\:bg-indigo-800\/80{
    background-color: rgb(55 48 163 / 0.8);
  }

  .lg\:bg-indigo-800\/85{
    background-color: rgb(55 48 163 / 0.85);
  }

  .lg\:bg-indigo-800\/90{
    background-color: rgb(55 48 163 / 0.9);
  }

  .lg\:bg-indigo-800\/95{
    background-color: rgb(55 48 163 / 0.95);
  }

  .lg\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-900\/0{
    background-color: rgb(49 46 129 / 0);
  }

  .lg\:bg-indigo-900\/10{
    background-color: rgb(49 46 129 / 0.1);
  }

  .lg\:bg-indigo-900\/100{
    background-color: rgb(49 46 129 / 1);
  }

  .lg\:bg-indigo-900\/15{
    background-color: rgb(49 46 129 / 0.15);
  }

  .lg\:bg-indigo-900\/20{
    background-color: rgb(49 46 129 / 0.2);
  }

  .lg\:bg-indigo-900\/25{
    background-color: rgb(49 46 129 / 0.25);
  }

  .lg\:bg-indigo-900\/30{
    background-color: rgb(49 46 129 / 0.3);
  }

  .lg\:bg-indigo-900\/35{
    background-color: rgb(49 46 129 / 0.35);
  }

  .lg\:bg-indigo-900\/40{
    background-color: rgb(49 46 129 / 0.4);
  }

  .lg\:bg-indigo-900\/45{
    background-color: rgb(49 46 129 / 0.45);
  }

  .lg\:bg-indigo-900\/5{
    background-color: rgb(49 46 129 / 0.05);
  }

  .lg\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }

  .lg\:bg-indigo-900\/55{
    background-color: rgb(49 46 129 / 0.55);
  }

  .lg\:bg-indigo-900\/60{
    background-color: rgb(49 46 129 / 0.6);
  }

  .lg\:bg-indigo-900\/65{
    background-color: rgb(49 46 129 / 0.65);
  }

  .lg\:bg-indigo-900\/70{
    background-color: rgb(49 46 129 / 0.7);
  }

  .lg\:bg-indigo-900\/75{
    background-color: rgb(49 46 129 / 0.75);
  }

  .lg\:bg-indigo-900\/80{
    background-color: rgb(49 46 129 / 0.8);
  }

  .lg\:bg-indigo-900\/85{
    background-color: rgb(49 46 129 / 0.85);
  }

  .lg\:bg-indigo-900\/90{
    background-color: rgb(49 46 129 / 0.9);
  }

  .lg\:bg-indigo-900\/95{
    background-color: rgb(49 46 129 / 0.95);
  }

  .lg\:bg-indigo-950{
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-indigo-950\/0{
    background-color: rgb(30 27 75 / 0);
  }

  .lg\:bg-indigo-950\/10{
    background-color: rgb(30 27 75 / 0.1);
  }

  .lg\:bg-indigo-950\/100{
    background-color: rgb(30 27 75 / 1);
  }

  .lg\:bg-indigo-950\/15{
    background-color: rgb(30 27 75 / 0.15);
  }

  .lg\:bg-indigo-950\/20{
    background-color: rgb(30 27 75 / 0.2);
  }

  .lg\:bg-indigo-950\/25{
    background-color: rgb(30 27 75 / 0.25);
  }

  .lg\:bg-indigo-950\/30{
    background-color: rgb(30 27 75 / 0.3);
  }

  .lg\:bg-indigo-950\/35{
    background-color: rgb(30 27 75 / 0.35);
  }

  .lg\:bg-indigo-950\/40{
    background-color: rgb(30 27 75 / 0.4);
  }

  .lg\:bg-indigo-950\/45{
    background-color: rgb(30 27 75 / 0.45);
  }

  .lg\:bg-indigo-950\/5{
    background-color: rgb(30 27 75 / 0.05);
  }

  .lg\:bg-indigo-950\/50{
    background-color: rgb(30 27 75 / 0.5);
  }

  .lg\:bg-indigo-950\/55{
    background-color: rgb(30 27 75 / 0.55);
  }

  .lg\:bg-indigo-950\/60{
    background-color: rgb(30 27 75 / 0.6);
  }

  .lg\:bg-indigo-950\/65{
    background-color: rgb(30 27 75 / 0.65);
  }

  .lg\:bg-indigo-950\/70{
    background-color: rgb(30 27 75 / 0.7);
  }

  .lg\:bg-indigo-950\/75{
    background-color: rgb(30 27 75 / 0.75);
  }

  .lg\:bg-indigo-950\/80{
    background-color: rgb(30 27 75 / 0.8);
  }

  .lg\:bg-indigo-950\/85{
    background-color: rgb(30 27 75 / 0.85);
  }

  .lg\:bg-indigo-950\/90{
    background-color: rgb(30 27 75 / 0.9);
  }

  .lg\:bg-indigo-950\/95{
    background-color: rgb(30 27 75 / 0.95);
  }

  .lg\:bg-inherit{
    background-color: inherit;
  }

  .lg\:bg-lime-100{
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-100\/0{
    background-color: rgb(236 252 203 / 0);
  }

  .lg\:bg-lime-100\/10{
    background-color: rgb(236 252 203 / 0.1);
  }

  .lg\:bg-lime-100\/100{
    background-color: rgb(236 252 203 / 1);
  }

  .lg\:bg-lime-100\/15{
    background-color: rgb(236 252 203 / 0.15);
  }

  .lg\:bg-lime-100\/20{
    background-color: rgb(236 252 203 / 0.2);
  }

  .lg\:bg-lime-100\/25{
    background-color: rgb(236 252 203 / 0.25);
  }

  .lg\:bg-lime-100\/30{
    background-color: rgb(236 252 203 / 0.3);
  }

  .lg\:bg-lime-100\/35{
    background-color: rgb(236 252 203 / 0.35);
  }

  .lg\:bg-lime-100\/40{
    background-color: rgb(236 252 203 / 0.4);
  }

  .lg\:bg-lime-100\/45{
    background-color: rgb(236 252 203 / 0.45);
  }

  .lg\:bg-lime-100\/5{
    background-color: rgb(236 252 203 / 0.05);
  }

  .lg\:bg-lime-100\/50{
    background-color: rgb(236 252 203 / 0.5);
  }

  .lg\:bg-lime-100\/55{
    background-color: rgb(236 252 203 / 0.55);
  }

  .lg\:bg-lime-100\/60{
    background-color: rgb(236 252 203 / 0.6);
  }

  .lg\:bg-lime-100\/65{
    background-color: rgb(236 252 203 / 0.65);
  }

  .lg\:bg-lime-100\/70{
    background-color: rgb(236 252 203 / 0.7);
  }

  .lg\:bg-lime-100\/75{
    background-color: rgb(236 252 203 / 0.75);
  }

  .lg\:bg-lime-100\/80{
    background-color: rgb(236 252 203 / 0.8);
  }

  .lg\:bg-lime-100\/85{
    background-color: rgb(236 252 203 / 0.85);
  }

  .lg\:bg-lime-100\/90{
    background-color: rgb(236 252 203 / 0.9);
  }

  .lg\:bg-lime-100\/95{
    background-color: rgb(236 252 203 / 0.95);
  }

  .lg\:bg-lime-200{
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-200\/0{
    background-color: rgb(217 249 157 / 0);
  }

  .lg\:bg-lime-200\/10{
    background-color: rgb(217 249 157 / 0.1);
  }

  .lg\:bg-lime-200\/100{
    background-color: rgb(217 249 157 / 1);
  }

  .lg\:bg-lime-200\/15{
    background-color: rgb(217 249 157 / 0.15);
  }

  .lg\:bg-lime-200\/20{
    background-color: rgb(217 249 157 / 0.2);
  }

  .lg\:bg-lime-200\/25{
    background-color: rgb(217 249 157 / 0.25);
  }

  .lg\:bg-lime-200\/30{
    background-color: rgb(217 249 157 / 0.3);
  }

  .lg\:bg-lime-200\/35{
    background-color: rgb(217 249 157 / 0.35);
  }

  .lg\:bg-lime-200\/40{
    background-color: rgb(217 249 157 / 0.4);
  }

  .lg\:bg-lime-200\/45{
    background-color: rgb(217 249 157 / 0.45);
  }

  .lg\:bg-lime-200\/5{
    background-color: rgb(217 249 157 / 0.05);
  }

  .lg\:bg-lime-200\/50{
    background-color: rgb(217 249 157 / 0.5);
  }

  .lg\:bg-lime-200\/55{
    background-color: rgb(217 249 157 / 0.55);
  }

  .lg\:bg-lime-200\/60{
    background-color: rgb(217 249 157 / 0.6);
  }

  .lg\:bg-lime-200\/65{
    background-color: rgb(217 249 157 / 0.65);
  }

  .lg\:bg-lime-200\/70{
    background-color: rgb(217 249 157 / 0.7);
  }

  .lg\:bg-lime-200\/75{
    background-color: rgb(217 249 157 / 0.75);
  }

  .lg\:bg-lime-200\/80{
    background-color: rgb(217 249 157 / 0.8);
  }

  .lg\:bg-lime-200\/85{
    background-color: rgb(217 249 157 / 0.85);
  }

  .lg\:bg-lime-200\/90{
    background-color: rgb(217 249 157 / 0.9);
  }

  .lg\:bg-lime-200\/95{
    background-color: rgb(217 249 157 / 0.95);
  }

  .lg\:bg-lime-300{
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-300\/0{
    background-color: rgb(190 242 100 / 0);
  }

  .lg\:bg-lime-300\/10{
    background-color: rgb(190 242 100 / 0.1);
  }

  .lg\:bg-lime-300\/100{
    background-color: rgb(190 242 100 / 1);
  }

  .lg\:bg-lime-300\/15{
    background-color: rgb(190 242 100 / 0.15);
  }

  .lg\:bg-lime-300\/20{
    background-color: rgb(190 242 100 / 0.2);
  }

  .lg\:bg-lime-300\/25{
    background-color: rgb(190 242 100 / 0.25);
  }

  .lg\:bg-lime-300\/30{
    background-color: rgb(190 242 100 / 0.3);
  }

  .lg\:bg-lime-300\/35{
    background-color: rgb(190 242 100 / 0.35);
  }

  .lg\:bg-lime-300\/40{
    background-color: rgb(190 242 100 / 0.4);
  }

  .lg\:bg-lime-300\/45{
    background-color: rgb(190 242 100 / 0.45);
  }

  .lg\:bg-lime-300\/5{
    background-color: rgb(190 242 100 / 0.05);
  }

  .lg\:bg-lime-300\/50{
    background-color: rgb(190 242 100 / 0.5);
  }

  .lg\:bg-lime-300\/55{
    background-color: rgb(190 242 100 / 0.55);
  }

  .lg\:bg-lime-300\/60{
    background-color: rgb(190 242 100 / 0.6);
  }

  .lg\:bg-lime-300\/65{
    background-color: rgb(190 242 100 / 0.65);
  }

  .lg\:bg-lime-300\/70{
    background-color: rgb(190 242 100 / 0.7);
  }

  .lg\:bg-lime-300\/75{
    background-color: rgb(190 242 100 / 0.75);
  }

  .lg\:bg-lime-300\/80{
    background-color: rgb(190 242 100 / 0.8);
  }

  .lg\:bg-lime-300\/85{
    background-color: rgb(190 242 100 / 0.85);
  }

  .lg\:bg-lime-300\/90{
    background-color: rgb(190 242 100 / 0.9);
  }

  .lg\:bg-lime-300\/95{
    background-color: rgb(190 242 100 / 0.95);
  }

  .lg\:bg-lime-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-400\/0{
    background-color: rgb(163 230 53 / 0);
  }

  .lg\:bg-lime-400\/10{
    background-color: rgb(163 230 53 / 0.1);
  }

  .lg\:bg-lime-400\/100{
    background-color: rgb(163 230 53 / 1);
  }

  .lg\:bg-lime-400\/15{
    background-color: rgb(163 230 53 / 0.15);
  }

  .lg\:bg-lime-400\/20{
    background-color: rgb(163 230 53 / 0.2);
  }

  .lg\:bg-lime-400\/25{
    background-color: rgb(163 230 53 / 0.25);
  }

  .lg\:bg-lime-400\/30{
    background-color: rgb(163 230 53 / 0.3);
  }

  .lg\:bg-lime-400\/35{
    background-color: rgb(163 230 53 / 0.35);
  }

  .lg\:bg-lime-400\/40{
    background-color: rgb(163 230 53 / 0.4);
  }

  .lg\:bg-lime-400\/45{
    background-color: rgb(163 230 53 / 0.45);
  }

  .lg\:bg-lime-400\/5{
    background-color: rgb(163 230 53 / 0.05);
  }

  .lg\:bg-lime-400\/50{
    background-color: rgb(163 230 53 / 0.5);
  }

  .lg\:bg-lime-400\/55{
    background-color: rgb(163 230 53 / 0.55);
  }

  .lg\:bg-lime-400\/60{
    background-color: rgb(163 230 53 / 0.6);
  }

  .lg\:bg-lime-400\/65{
    background-color: rgb(163 230 53 / 0.65);
  }

  .lg\:bg-lime-400\/70{
    background-color: rgb(163 230 53 / 0.7);
  }

  .lg\:bg-lime-400\/75{
    background-color: rgb(163 230 53 / 0.75);
  }

  .lg\:bg-lime-400\/80{
    background-color: rgb(163 230 53 / 0.8);
  }

  .lg\:bg-lime-400\/85{
    background-color: rgb(163 230 53 / 0.85);
  }

  .lg\:bg-lime-400\/90{
    background-color: rgb(163 230 53 / 0.9);
  }

  .lg\:bg-lime-400\/95{
    background-color: rgb(163 230 53 / 0.95);
  }

  .lg\:bg-lime-50{
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-50\/0{
    background-color: rgb(247 254 231 / 0);
  }

  .lg\:bg-lime-50\/10{
    background-color: rgb(247 254 231 / 0.1);
  }

  .lg\:bg-lime-50\/100{
    background-color: rgb(247 254 231 / 1);
  }

  .lg\:bg-lime-50\/15{
    background-color: rgb(247 254 231 / 0.15);
  }

  .lg\:bg-lime-50\/20{
    background-color: rgb(247 254 231 / 0.2);
  }

  .lg\:bg-lime-50\/25{
    background-color: rgb(247 254 231 / 0.25);
  }

  .lg\:bg-lime-50\/30{
    background-color: rgb(247 254 231 / 0.3);
  }

  .lg\:bg-lime-50\/35{
    background-color: rgb(247 254 231 / 0.35);
  }

  .lg\:bg-lime-50\/40{
    background-color: rgb(247 254 231 / 0.4);
  }

  .lg\:bg-lime-50\/45{
    background-color: rgb(247 254 231 / 0.45);
  }

  .lg\:bg-lime-50\/5{
    background-color: rgb(247 254 231 / 0.05);
  }

  .lg\:bg-lime-50\/50{
    background-color: rgb(247 254 231 / 0.5);
  }

  .lg\:bg-lime-50\/55{
    background-color: rgb(247 254 231 / 0.55);
  }

  .lg\:bg-lime-50\/60{
    background-color: rgb(247 254 231 / 0.6);
  }

  .lg\:bg-lime-50\/65{
    background-color: rgb(247 254 231 / 0.65);
  }

  .lg\:bg-lime-50\/70{
    background-color: rgb(247 254 231 / 0.7);
  }

  .lg\:bg-lime-50\/75{
    background-color: rgb(247 254 231 / 0.75);
  }

  .lg\:bg-lime-50\/80{
    background-color: rgb(247 254 231 / 0.8);
  }

  .lg\:bg-lime-50\/85{
    background-color: rgb(247 254 231 / 0.85);
  }

  .lg\:bg-lime-50\/90{
    background-color: rgb(247 254 231 / 0.9);
  }

  .lg\:bg-lime-50\/95{
    background-color: rgb(247 254 231 / 0.95);
  }

  .lg\:bg-lime-500{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-500\/0{
    background-color: rgb(132 204 22 / 0);
  }

  .lg\:bg-lime-500\/10{
    background-color: rgb(132 204 22 / 0.1);
  }

  .lg\:bg-lime-500\/100{
    background-color: rgb(132 204 22 / 1);
  }

  .lg\:bg-lime-500\/15{
    background-color: rgb(132 204 22 / 0.15);
  }

  .lg\:bg-lime-500\/20{
    background-color: rgb(132 204 22 / 0.2);
  }

  .lg\:bg-lime-500\/25{
    background-color: rgb(132 204 22 / 0.25);
  }

  .lg\:bg-lime-500\/30{
    background-color: rgb(132 204 22 / 0.3);
  }

  .lg\:bg-lime-500\/35{
    background-color: rgb(132 204 22 / 0.35);
  }

  .lg\:bg-lime-500\/40{
    background-color: rgb(132 204 22 / 0.4);
  }

  .lg\:bg-lime-500\/45{
    background-color: rgb(132 204 22 / 0.45);
  }

  .lg\:bg-lime-500\/5{
    background-color: rgb(132 204 22 / 0.05);
  }

  .lg\:bg-lime-500\/50{
    background-color: rgb(132 204 22 / 0.5);
  }

  .lg\:bg-lime-500\/55{
    background-color: rgb(132 204 22 / 0.55);
  }

  .lg\:bg-lime-500\/60{
    background-color: rgb(132 204 22 / 0.6);
  }

  .lg\:bg-lime-500\/65{
    background-color: rgb(132 204 22 / 0.65);
  }

  .lg\:bg-lime-500\/70{
    background-color: rgb(132 204 22 / 0.7);
  }

  .lg\:bg-lime-500\/75{
    background-color: rgb(132 204 22 / 0.75);
  }

  .lg\:bg-lime-500\/80{
    background-color: rgb(132 204 22 / 0.8);
  }

  .lg\:bg-lime-500\/85{
    background-color: rgb(132 204 22 / 0.85);
  }

  .lg\:bg-lime-500\/90{
    background-color: rgb(132 204 22 / 0.9);
  }

  .lg\:bg-lime-500\/95{
    background-color: rgb(132 204 22 / 0.95);
  }

  .lg\:bg-lime-600{
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-600\/0{
    background-color: rgb(101 163 13 / 0);
  }

  .lg\:bg-lime-600\/10{
    background-color: rgb(101 163 13 / 0.1);
  }

  .lg\:bg-lime-600\/100{
    background-color: rgb(101 163 13 / 1);
  }

  .lg\:bg-lime-600\/15{
    background-color: rgb(101 163 13 / 0.15);
  }

  .lg\:bg-lime-600\/20{
    background-color: rgb(101 163 13 / 0.2);
  }

  .lg\:bg-lime-600\/25{
    background-color: rgb(101 163 13 / 0.25);
  }

  .lg\:bg-lime-600\/30{
    background-color: rgb(101 163 13 / 0.3);
  }

  .lg\:bg-lime-600\/35{
    background-color: rgb(101 163 13 / 0.35);
  }

  .lg\:bg-lime-600\/40{
    background-color: rgb(101 163 13 / 0.4);
  }

  .lg\:bg-lime-600\/45{
    background-color: rgb(101 163 13 / 0.45);
  }

  .lg\:bg-lime-600\/5{
    background-color: rgb(101 163 13 / 0.05);
  }

  .lg\:bg-lime-600\/50{
    background-color: rgb(101 163 13 / 0.5);
  }

  .lg\:bg-lime-600\/55{
    background-color: rgb(101 163 13 / 0.55);
  }

  .lg\:bg-lime-600\/60{
    background-color: rgb(101 163 13 / 0.6);
  }

  .lg\:bg-lime-600\/65{
    background-color: rgb(101 163 13 / 0.65);
  }

  .lg\:bg-lime-600\/70{
    background-color: rgb(101 163 13 / 0.7);
  }

  .lg\:bg-lime-600\/75{
    background-color: rgb(101 163 13 / 0.75);
  }

  .lg\:bg-lime-600\/80{
    background-color: rgb(101 163 13 / 0.8);
  }

  .lg\:bg-lime-600\/85{
    background-color: rgb(101 163 13 / 0.85);
  }

  .lg\:bg-lime-600\/90{
    background-color: rgb(101 163 13 / 0.9);
  }

  .lg\:bg-lime-600\/95{
    background-color: rgb(101 163 13 / 0.95);
  }

  .lg\:bg-lime-700{
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-700\/0{
    background-color: rgb(77 124 15 / 0);
  }

  .lg\:bg-lime-700\/10{
    background-color: rgb(77 124 15 / 0.1);
  }

  .lg\:bg-lime-700\/100{
    background-color: rgb(77 124 15 / 1);
  }

  .lg\:bg-lime-700\/15{
    background-color: rgb(77 124 15 / 0.15);
  }

  .lg\:bg-lime-700\/20{
    background-color: rgb(77 124 15 / 0.2);
  }

  .lg\:bg-lime-700\/25{
    background-color: rgb(77 124 15 / 0.25);
  }

  .lg\:bg-lime-700\/30{
    background-color: rgb(77 124 15 / 0.3);
  }

  .lg\:bg-lime-700\/35{
    background-color: rgb(77 124 15 / 0.35);
  }

  .lg\:bg-lime-700\/40{
    background-color: rgb(77 124 15 / 0.4);
  }

  .lg\:bg-lime-700\/45{
    background-color: rgb(77 124 15 / 0.45);
  }

  .lg\:bg-lime-700\/5{
    background-color: rgb(77 124 15 / 0.05);
  }

  .lg\:bg-lime-700\/50{
    background-color: rgb(77 124 15 / 0.5);
  }

  .lg\:bg-lime-700\/55{
    background-color: rgb(77 124 15 / 0.55);
  }

  .lg\:bg-lime-700\/60{
    background-color: rgb(77 124 15 / 0.6);
  }

  .lg\:bg-lime-700\/65{
    background-color: rgb(77 124 15 / 0.65);
  }

  .lg\:bg-lime-700\/70{
    background-color: rgb(77 124 15 / 0.7);
  }

  .lg\:bg-lime-700\/75{
    background-color: rgb(77 124 15 / 0.75);
  }

  .lg\:bg-lime-700\/80{
    background-color: rgb(77 124 15 / 0.8);
  }

  .lg\:bg-lime-700\/85{
    background-color: rgb(77 124 15 / 0.85);
  }

  .lg\:bg-lime-700\/90{
    background-color: rgb(77 124 15 / 0.9);
  }

  .lg\:bg-lime-700\/95{
    background-color: rgb(77 124 15 / 0.95);
  }

  .lg\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-800\/0{
    background-color: rgb(63 98 18 / 0);
  }

  .lg\:bg-lime-800\/10{
    background-color: rgb(63 98 18 / 0.1);
  }

  .lg\:bg-lime-800\/100{
    background-color: rgb(63 98 18 / 1);
  }

  .lg\:bg-lime-800\/15{
    background-color: rgb(63 98 18 / 0.15);
  }

  .lg\:bg-lime-800\/20{
    background-color: rgb(63 98 18 / 0.2);
  }

  .lg\:bg-lime-800\/25{
    background-color: rgb(63 98 18 / 0.25);
  }

  .lg\:bg-lime-800\/30{
    background-color: rgb(63 98 18 / 0.3);
  }

  .lg\:bg-lime-800\/35{
    background-color: rgb(63 98 18 / 0.35);
  }

  .lg\:bg-lime-800\/40{
    background-color: rgb(63 98 18 / 0.4);
  }

  .lg\:bg-lime-800\/45{
    background-color: rgb(63 98 18 / 0.45);
  }

  .lg\:bg-lime-800\/5{
    background-color: rgb(63 98 18 / 0.05);
  }

  .lg\:bg-lime-800\/50{
    background-color: rgb(63 98 18 / 0.5);
  }

  .lg\:bg-lime-800\/55{
    background-color: rgb(63 98 18 / 0.55);
  }

  .lg\:bg-lime-800\/60{
    background-color: rgb(63 98 18 / 0.6);
  }

  .lg\:bg-lime-800\/65{
    background-color: rgb(63 98 18 / 0.65);
  }

  .lg\:bg-lime-800\/70{
    background-color: rgb(63 98 18 / 0.7);
  }

  .lg\:bg-lime-800\/75{
    background-color: rgb(63 98 18 / 0.75);
  }

  .lg\:bg-lime-800\/80{
    background-color: rgb(63 98 18 / 0.8);
  }

  .lg\:bg-lime-800\/85{
    background-color: rgb(63 98 18 / 0.85);
  }

  .lg\:bg-lime-800\/90{
    background-color: rgb(63 98 18 / 0.9);
  }

  .lg\:bg-lime-800\/95{
    background-color: rgb(63 98 18 / 0.95);
  }

  .lg\:bg-lime-900{
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-900\/0{
    background-color: rgb(54 83 20 / 0);
  }

  .lg\:bg-lime-900\/10{
    background-color: rgb(54 83 20 / 0.1);
  }

  .lg\:bg-lime-900\/100{
    background-color: rgb(54 83 20 / 1);
  }

  .lg\:bg-lime-900\/15{
    background-color: rgb(54 83 20 / 0.15);
  }

  .lg\:bg-lime-900\/20{
    background-color: rgb(54 83 20 / 0.2);
  }

  .lg\:bg-lime-900\/25{
    background-color: rgb(54 83 20 / 0.25);
  }

  .lg\:bg-lime-900\/30{
    background-color: rgb(54 83 20 / 0.3);
  }

  .lg\:bg-lime-900\/35{
    background-color: rgb(54 83 20 / 0.35);
  }

  .lg\:bg-lime-900\/40{
    background-color: rgb(54 83 20 / 0.4);
  }

  .lg\:bg-lime-900\/45{
    background-color: rgb(54 83 20 / 0.45);
  }

  .lg\:bg-lime-900\/5{
    background-color: rgb(54 83 20 / 0.05);
  }

  .lg\:bg-lime-900\/50{
    background-color: rgb(54 83 20 / 0.5);
  }

  .lg\:bg-lime-900\/55{
    background-color: rgb(54 83 20 / 0.55);
  }

  .lg\:bg-lime-900\/60{
    background-color: rgb(54 83 20 / 0.6);
  }

  .lg\:bg-lime-900\/65{
    background-color: rgb(54 83 20 / 0.65);
  }

  .lg\:bg-lime-900\/70{
    background-color: rgb(54 83 20 / 0.7);
  }

  .lg\:bg-lime-900\/75{
    background-color: rgb(54 83 20 / 0.75);
  }

  .lg\:bg-lime-900\/80{
    background-color: rgb(54 83 20 / 0.8);
  }

  .lg\:bg-lime-900\/85{
    background-color: rgb(54 83 20 / 0.85);
  }

  .lg\:bg-lime-900\/90{
    background-color: rgb(54 83 20 / 0.9);
  }

  .lg\:bg-lime-900\/95{
    background-color: rgb(54 83 20 / 0.95);
  }

  .lg\:bg-lime-950{
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-lime-950\/0{
    background-color: rgb(26 46 5 / 0);
  }

  .lg\:bg-lime-950\/10{
    background-color: rgb(26 46 5 / 0.1);
  }

  .lg\:bg-lime-950\/100{
    background-color: rgb(26 46 5 / 1);
  }

  .lg\:bg-lime-950\/15{
    background-color: rgb(26 46 5 / 0.15);
  }

  .lg\:bg-lime-950\/20{
    background-color: rgb(26 46 5 / 0.2);
  }

  .lg\:bg-lime-950\/25{
    background-color: rgb(26 46 5 / 0.25);
  }

  .lg\:bg-lime-950\/30{
    background-color: rgb(26 46 5 / 0.3);
  }

  .lg\:bg-lime-950\/35{
    background-color: rgb(26 46 5 / 0.35);
  }

  .lg\:bg-lime-950\/40{
    background-color: rgb(26 46 5 / 0.4);
  }

  .lg\:bg-lime-950\/45{
    background-color: rgb(26 46 5 / 0.45);
  }

  .lg\:bg-lime-950\/5{
    background-color: rgb(26 46 5 / 0.05);
  }

  .lg\:bg-lime-950\/50{
    background-color: rgb(26 46 5 / 0.5);
  }

  .lg\:bg-lime-950\/55{
    background-color: rgb(26 46 5 / 0.55);
  }

  .lg\:bg-lime-950\/60{
    background-color: rgb(26 46 5 / 0.6);
  }

  .lg\:bg-lime-950\/65{
    background-color: rgb(26 46 5 / 0.65);
  }

  .lg\:bg-lime-950\/70{
    background-color: rgb(26 46 5 / 0.7);
  }

  .lg\:bg-lime-950\/75{
    background-color: rgb(26 46 5 / 0.75);
  }

  .lg\:bg-lime-950\/80{
    background-color: rgb(26 46 5 / 0.8);
  }

  .lg\:bg-lime-950\/85{
    background-color: rgb(26 46 5 / 0.85);
  }

  .lg\:bg-lime-950\/90{
    background-color: rgb(26 46 5 / 0.9);
  }

  .lg\:bg-lime-950\/95{
    background-color: rgb(26 46 5 / 0.95);
  }

  .lg\:bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-100\/0{
    background-color: rgb(245 245 245 / 0);
  }

  .lg\:bg-neutral-100\/10{
    background-color: rgb(245 245 245 / 0.1);
  }

  .lg\:bg-neutral-100\/100{
    background-color: rgb(245 245 245 / 1);
  }

  .lg\:bg-neutral-100\/15{
    background-color: rgb(245 245 245 / 0.15);
  }

  .lg\:bg-neutral-100\/20{
    background-color: rgb(245 245 245 / 0.2);
  }

  .lg\:bg-neutral-100\/25{
    background-color: rgb(245 245 245 / 0.25);
  }

  .lg\:bg-neutral-100\/30{
    background-color: rgb(245 245 245 / 0.3);
  }

  .lg\:bg-neutral-100\/35{
    background-color: rgb(245 245 245 / 0.35);
  }

  .lg\:bg-neutral-100\/40{
    background-color: rgb(245 245 245 / 0.4);
  }

  .lg\:bg-neutral-100\/45{
    background-color: rgb(245 245 245 / 0.45);
  }

  .lg\:bg-neutral-100\/5{
    background-color: rgb(245 245 245 / 0.05);
  }

  .lg\:bg-neutral-100\/50{
    background-color: rgb(245 245 245 / 0.5);
  }

  .lg\:bg-neutral-100\/55{
    background-color: rgb(245 245 245 / 0.55);
  }

  .lg\:bg-neutral-100\/60{
    background-color: rgb(245 245 245 / 0.6);
  }

  .lg\:bg-neutral-100\/65{
    background-color: rgb(245 245 245 / 0.65);
  }

  .lg\:bg-neutral-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .lg\:bg-neutral-100\/75{
    background-color: rgb(245 245 245 / 0.75);
  }

  .lg\:bg-neutral-100\/80{
    background-color: rgb(245 245 245 / 0.8);
  }

  .lg\:bg-neutral-100\/85{
    background-color: rgb(245 245 245 / 0.85);
  }

  .lg\:bg-neutral-100\/90{
    background-color: rgb(245 245 245 / 0.9);
  }

  .lg\:bg-neutral-100\/95{
    background-color: rgb(245 245 245 / 0.95);
  }

  .lg\:bg-neutral-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-200\/0{
    background-color: rgb(229 229 229 / 0);
  }

  .lg\:bg-neutral-200\/10{
    background-color: rgb(229 229 229 / 0.1);
  }

  .lg\:bg-neutral-200\/100{
    background-color: rgb(229 229 229 / 1);
  }

  .lg\:bg-neutral-200\/15{
    background-color: rgb(229 229 229 / 0.15);
  }

  .lg\:bg-neutral-200\/20{
    background-color: rgb(229 229 229 / 0.2);
  }

  .lg\:bg-neutral-200\/25{
    background-color: rgb(229 229 229 / 0.25);
  }

  .lg\:bg-neutral-200\/30{
    background-color: rgb(229 229 229 / 0.3);
  }

  .lg\:bg-neutral-200\/35{
    background-color: rgb(229 229 229 / 0.35);
  }

  .lg\:bg-neutral-200\/40{
    background-color: rgb(229 229 229 / 0.4);
  }

  .lg\:bg-neutral-200\/45{
    background-color: rgb(229 229 229 / 0.45);
  }

  .lg\:bg-neutral-200\/5{
    background-color: rgb(229 229 229 / 0.05);
  }

  .lg\:bg-neutral-200\/50{
    background-color: rgb(229 229 229 / 0.5);
  }

  .lg\:bg-neutral-200\/55{
    background-color: rgb(229 229 229 / 0.55);
  }

  .lg\:bg-neutral-200\/60{
    background-color: rgb(229 229 229 / 0.6);
  }

  .lg\:bg-neutral-200\/65{
    background-color: rgb(229 229 229 / 0.65);
  }

  .lg\:bg-neutral-200\/70{
    background-color: rgb(229 229 229 / 0.7);
  }

  .lg\:bg-neutral-200\/75{
    background-color: rgb(229 229 229 / 0.75);
  }

  .lg\:bg-neutral-200\/80{
    background-color: rgb(229 229 229 / 0.8);
  }

  .lg\:bg-neutral-200\/85{
    background-color: rgb(229 229 229 / 0.85);
  }

  .lg\:bg-neutral-200\/90{
    background-color: rgb(229 229 229 / 0.9);
  }

  .lg\:bg-neutral-200\/95{
    background-color: rgb(229 229 229 / 0.95);
  }

  .lg\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-300\/0{
    background-color: rgb(212 212 212 / 0);
  }

  .lg\:bg-neutral-300\/10{
    background-color: rgb(212 212 212 / 0.1);
  }

  .lg\:bg-neutral-300\/100{
    background-color: rgb(212 212 212 / 1);
  }

  .lg\:bg-neutral-300\/15{
    background-color: rgb(212 212 212 / 0.15);
  }

  .lg\:bg-neutral-300\/20{
    background-color: rgb(212 212 212 / 0.2);
  }

  .lg\:bg-neutral-300\/25{
    background-color: rgb(212 212 212 / 0.25);
  }

  .lg\:bg-neutral-300\/30{
    background-color: rgb(212 212 212 / 0.3);
  }

  .lg\:bg-neutral-300\/35{
    background-color: rgb(212 212 212 / 0.35);
  }

  .lg\:bg-neutral-300\/40{
    background-color: rgb(212 212 212 / 0.4);
  }

  .lg\:bg-neutral-300\/45{
    background-color: rgb(212 212 212 / 0.45);
  }

  .lg\:bg-neutral-300\/5{
    background-color: rgb(212 212 212 / 0.05);
  }

  .lg\:bg-neutral-300\/50{
    background-color: rgb(212 212 212 / 0.5);
  }

  .lg\:bg-neutral-300\/55{
    background-color: rgb(212 212 212 / 0.55);
  }

  .lg\:bg-neutral-300\/60{
    background-color: rgb(212 212 212 / 0.6);
  }

  .lg\:bg-neutral-300\/65{
    background-color: rgb(212 212 212 / 0.65);
  }

  .lg\:bg-neutral-300\/70{
    background-color: rgb(212 212 212 / 0.7);
  }

  .lg\:bg-neutral-300\/75{
    background-color: rgb(212 212 212 / 0.75);
  }

  .lg\:bg-neutral-300\/80{
    background-color: rgb(212 212 212 / 0.8);
  }

  .lg\:bg-neutral-300\/85{
    background-color: rgb(212 212 212 / 0.85);
  }

  .lg\:bg-neutral-300\/90{
    background-color: rgb(212 212 212 / 0.9);
  }

  .lg\:bg-neutral-300\/95{
    background-color: rgb(212 212 212 / 0.95);
  }

  .lg\:bg-neutral-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-400\/0{
    background-color: rgb(163 163 163 / 0);
  }

  .lg\:bg-neutral-400\/10{
    background-color: rgb(163 163 163 / 0.1);
  }

  .lg\:bg-neutral-400\/100{
    background-color: rgb(163 163 163 / 1);
  }

  .lg\:bg-neutral-400\/15{
    background-color: rgb(163 163 163 / 0.15);
  }

  .lg\:bg-neutral-400\/20{
    background-color: rgb(163 163 163 / 0.2);
  }

  .lg\:bg-neutral-400\/25{
    background-color: rgb(163 163 163 / 0.25);
  }

  .lg\:bg-neutral-400\/30{
    background-color: rgb(163 163 163 / 0.3);
  }

  .lg\:bg-neutral-400\/35{
    background-color: rgb(163 163 163 / 0.35);
  }

  .lg\:bg-neutral-400\/40{
    background-color: rgb(163 163 163 / 0.4);
  }

  .lg\:bg-neutral-400\/45{
    background-color: rgb(163 163 163 / 0.45);
  }

  .lg\:bg-neutral-400\/5{
    background-color: rgb(163 163 163 / 0.05);
  }

  .lg\:bg-neutral-400\/50{
    background-color: rgb(163 163 163 / 0.5);
  }

  .lg\:bg-neutral-400\/55{
    background-color: rgb(163 163 163 / 0.55);
  }

  .lg\:bg-neutral-400\/60{
    background-color: rgb(163 163 163 / 0.6);
  }

  .lg\:bg-neutral-400\/65{
    background-color: rgb(163 163 163 / 0.65);
  }

  .lg\:bg-neutral-400\/70{
    background-color: rgb(163 163 163 / 0.7);
  }

  .lg\:bg-neutral-400\/75{
    background-color: rgb(163 163 163 / 0.75);
  }

  .lg\:bg-neutral-400\/80{
    background-color: rgb(163 163 163 / 0.8);
  }

  .lg\:bg-neutral-400\/85{
    background-color: rgb(163 163 163 / 0.85);
  }

  .lg\:bg-neutral-400\/90{
    background-color: rgb(163 163 163 / 0.9);
  }

  .lg\:bg-neutral-400\/95{
    background-color: rgb(163 163 163 / 0.95);
  }

  .lg\:bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .lg\:bg-neutral-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .lg\:bg-neutral-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .lg\:bg-neutral-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .lg\:bg-neutral-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .lg\:bg-neutral-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .lg\:bg-neutral-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .lg\:bg-neutral-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .lg\:bg-neutral-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .lg\:bg-neutral-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .lg\:bg-neutral-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .lg\:bg-neutral-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .lg\:bg-neutral-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .lg\:bg-neutral-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .lg\:bg-neutral-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .lg\:bg-neutral-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .lg\:bg-neutral-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .lg\:bg-neutral-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .lg\:bg-neutral-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .lg\:bg-neutral-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .lg\:bg-neutral-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .lg\:bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-500\/0{
    background-color: rgb(115 115 115 / 0);
  }

  .lg\:bg-neutral-500\/10{
    background-color: rgb(115 115 115 / 0.1);
  }

  .lg\:bg-neutral-500\/100{
    background-color: rgb(115 115 115 / 1);
  }

  .lg\:bg-neutral-500\/15{
    background-color: rgb(115 115 115 / 0.15);
  }

  .lg\:bg-neutral-500\/20{
    background-color: rgb(115 115 115 / 0.2);
  }

  .lg\:bg-neutral-500\/25{
    background-color: rgb(115 115 115 / 0.25);
  }

  .lg\:bg-neutral-500\/30{
    background-color: rgb(115 115 115 / 0.3);
  }

  .lg\:bg-neutral-500\/35{
    background-color: rgb(115 115 115 / 0.35);
  }

  .lg\:bg-neutral-500\/40{
    background-color: rgb(115 115 115 / 0.4);
  }

  .lg\:bg-neutral-500\/45{
    background-color: rgb(115 115 115 / 0.45);
  }

  .lg\:bg-neutral-500\/5{
    background-color: rgb(115 115 115 / 0.05);
  }

  .lg\:bg-neutral-500\/50{
    background-color: rgb(115 115 115 / 0.5);
  }

  .lg\:bg-neutral-500\/55{
    background-color: rgb(115 115 115 / 0.55);
  }

  .lg\:bg-neutral-500\/60{
    background-color: rgb(115 115 115 / 0.6);
  }

  .lg\:bg-neutral-500\/65{
    background-color: rgb(115 115 115 / 0.65);
  }

  .lg\:bg-neutral-500\/70{
    background-color: rgb(115 115 115 / 0.7);
  }

  .lg\:bg-neutral-500\/75{
    background-color: rgb(115 115 115 / 0.75);
  }

  .lg\:bg-neutral-500\/80{
    background-color: rgb(115 115 115 / 0.8);
  }

  .lg\:bg-neutral-500\/85{
    background-color: rgb(115 115 115 / 0.85);
  }

  .lg\:bg-neutral-500\/90{
    background-color: rgb(115 115 115 / 0.9);
  }

  .lg\:bg-neutral-500\/95{
    background-color: rgb(115 115 115 / 0.95);
  }

  .lg\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-600\/0{
    background-color: rgb(82 82 82 / 0);
  }

  .lg\:bg-neutral-600\/10{
    background-color: rgb(82 82 82 / 0.1);
  }

  .lg\:bg-neutral-600\/100{
    background-color: rgb(82 82 82 / 1);
  }

  .lg\:bg-neutral-600\/15{
    background-color: rgb(82 82 82 / 0.15);
  }

  .lg\:bg-neutral-600\/20{
    background-color: rgb(82 82 82 / 0.2);
  }

  .lg\:bg-neutral-600\/25{
    background-color: rgb(82 82 82 / 0.25);
  }

  .lg\:bg-neutral-600\/30{
    background-color: rgb(82 82 82 / 0.3);
  }

  .lg\:bg-neutral-600\/35{
    background-color: rgb(82 82 82 / 0.35);
  }

  .lg\:bg-neutral-600\/40{
    background-color: rgb(82 82 82 / 0.4);
  }

  .lg\:bg-neutral-600\/45{
    background-color: rgb(82 82 82 / 0.45);
  }

  .lg\:bg-neutral-600\/5{
    background-color: rgb(82 82 82 / 0.05);
  }

  .lg\:bg-neutral-600\/50{
    background-color: rgb(82 82 82 / 0.5);
  }

  .lg\:bg-neutral-600\/55{
    background-color: rgb(82 82 82 / 0.55);
  }

  .lg\:bg-neutral-600\/60{
    background-color: rgb(82 82 82 / 0.6);
  }

  .lg\:bg-neutral-600\/65{
    background-color: rgb(82 82 82 / 0.65);
  }

  .lg\:bg-neutral-600\/70{
    background-color: rgb(82 82 82 / 0.7);
  }

  .lg\:bg-neutral-600\/75{
    background-color: rgb(82 82 82 / 0.75);
  }

  .lg\:bg-neutral-600\/80{
    background-color: rgb(82 82 82 / 0.8);
  }

  .lg\:bg-neutral-600\/85{
    background-color: rgb(82 82 82 / 0.85);
  }

  .lg\:bg-neutral-600\/90{
    background-color: rgb(82 82 82 / 0.9);
  }

  .lg\:bg-neutral-600\/95{
    background-color: rgb(82 82 82 / 0.95);
  }

  .lg\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-700\/0{
    background-color: rgb(64 64 64 / 0);
  }

  .lg\:bg-neutral-700\/10{
    background-color: rgb(64 64 64 / 0.1);
  }

  .lg\:bg-neutral-700\/100{
    background-color: rgb(64 64 64 / 1);
  }

  .lg\:bg-neutral-700\/15{
    background-color: rgb(64 64 64 / 0.15);
  }

  .lg\:bg-neutral-700\/20{
    background-color: rgb(64 64 64 / 0.2);
  }

  .lg\:bg-neutral-700\/25{
    background-color: rgb(64 64 64 / 0.25);
  }

  .lg\:bg-neutral-700\/30{
    background-color: rgb(64 64 64 / 0.3);
  }

  .lg\:bg-neutral-700\/35{
    background-color: rgb(64 64 64 / 0.35);
  }

  .lg\:bg-neutral-700\/40{
    background-color: rgb(64 64 64 / 0.4);
  }

  .lg\:bg-neutral-700\/45{
    background-color: rgb(64 64 64 / 0.45);
  }

  .lg\:bg-neutral-700\/5{
    background-color: rgb(64 64 64 / 0.05);
  }

  .lg\:bg-neutral-700\/50{
    background-color: rgb(64 64 64 / 0.5);
  }

  .lg\:bg-neutral-700\/55{
    background-color: rgb(64 64 64 / 0.55);
  }

  .lg\:bg-neutral-700\/60{
    background-color: rgb(64 64 64 / 0.6);
  }

  .lg\:bg-neutral-700\/65{
    background-color: rgb(64 64 64 / 0.65);
  }

  .lg\:bg-neutral-700\/70{
    background-color: rgb(64 64 64 / 0.7);
  }

  .lg\:bg-neutral-700\/75{
    background-color: rgb(64 64 64 / 0.75);
  }

  .lg\:bg-neutral-700\/80{
    background-color: rgb(64 64 64 / 0.8);
  }

  .lg\:bg-neutral-700\/85{
    background-color: rgb(64 64 64 / 0.85);
  }

  .lg\:bg-neutral-700\/90{
    background-color: rgb(64 64 64 / 0.9);
  }

  .lg\:bg-neutral-700\/95{
    background-color: rgb(64 64 64 / 0.95);
  }

  .lg\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-800\/0{
    background-color: rgb(38 38 38 / 0);
  }

  .lg\:bg-neutral-800\/10{
    background-color: rgb(38 38 38 / 0.1);
  }

  .lg\:bg-neutral-800\/100{
    background-color: rgb(38 38 38 / 1);
  }

  .lg\:bg-neutral-800\/15{
    background-color: rgb(38 38 38 / 0.15);
  }

  .lg\:bg-neutral-800\/20{
    background-color: rgb(38 38 38 / 0.2);
  }

  .lg\:bg-neutral-800\/25{
    background-color: rgb(38 38 38 / 0.25);
  }

  .lg\:bg-neutral-800\/30{
    background-color: rgb(38 38 38 / 0.3);
  }

  .lg\:bg-neutral-800\/35{
    background-color: rgb(38 38 38 / 0.35);
  }

  .lg\:bg-neutral-800\/40{
    background-color: rgb(38 38 38 / 0.4);
  }

  .lg\:bg-neutral-800\/45{
    background-color: rgb(38 38 38 / 0.45);
  }

  .lg\:bg-neutral-800\/5{
    background-color: rgb(38 38 38 / 0.05);
  }

  .lg\:bg-neutral-800\/50{
    background-color: rgb(38 38 38 / 0.5);
  }

  .lg\:bg-neutral-800\/55{
    background-color: rgb(38 38 38 / 0.55);
  }

  .lg\:bg-neutral-800\/60{
    background-color: rgb(38 38 38 / 0.6);
  }

  .lg\:bg-neutral-800\/65{
    background-color: rgb(38 38 38 / 0.65);
  }

  .lg\:bg-neutral-800\/70{
    background-color: rgb(38 38 38 / 0.7);
  }

  .lg\:bg-neutral-800\/75{
    background-color: rgb(38 38 38 / 0.75);
  }

  .lg\:bg-neutral-800\/80{
    background-color: rgb(38 38 38 / 0.8);
  }

  .lg\:bg-neutral-800\/85{
    background-color: rgb(38 38 38 / 0.85);
  }

  .lg\:bg-neutral-800\/90{
    background-color: rgb(38 38 38 / 0.9);
  }

  .lg\:bg-neutral-800\/95{
    background-color: rgb(38 38 38 / 0.95);
  }

  .lg\:bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-900\/0{
    background-color: rgb(23 23 23 / 0);
  }

  .lg\:bg-neutral-900\/10{
    background-color: rgb(23 23 23 / 0.1);
  }

  .lg\:bg-neutral-900\/100{
    background-color: rgb(23 23 23 / 1);
  }

  .lg\:bg-neutral-900\/15{
    background-color: rgb(23 23 23 / 0.15);
  }

  .lg\:bg-neutral-900\/20{
    background-color: rgb(23 23 23 / 0.2);
  }

  .lg\:bg-neutral-900\/25{
    background-color: rgb(23 23 23 / 0.25);
  }

  .lg\:bg-neutral-900\/30{
    background-color: rgb(23 23 23 / 0.3);
  }

  .lg\:bg-neutral-900\/35{
    background-color: rgb(23 23 23 / 0.35);
  }

  .lg\:bg-neutral-900\/40{
    background-color: rgb(23 23 23 / 0.4);
  }

  .lg\:bg-neutral-900\/45{
    background-color: rgb(23 23 23 / 0.45);
  }

  .lg\:bg-neutral-900\/5{
    background-color: rgb(23 23 23 / 0.05);
  }

  .lg\:bg-neutral-900\/50{
    background-color: rgb(23 23 23 / 0.5);
  }

  .lg\:bg-neutral-900\/55{
    background-color: rgb(23 23 23 / 0.55);
  }

  .lg\:bg-neutral-900\/60{
    background-color: rgb(23 23 23 / 0.6);
  }

  .lg\:bg-neutral-900\/65{
    background-color: rgb(23 23 23 / 0.65);
  }

  .lg\:bg-neutral-900\/70{
    background-color: rgb(23 23 23 / 0.7);
  }

  .lg\:bg-neutral-900\/75{
    background-color: rgb(23 23 23 / 0.75);
  }

  .lg\:bg-neutral-900\/80{
    background-color: rgb(23 23 23 / 0.8);
  }

  .lg\:bg-neutral-900\/85{
    background-color: rgb(23 23 23 / 0.85);
  }

  .lg\:bg-neutral-900\/90{
    background-color: rgb(23 23 23 / 0.9);
  }

  .lg\:bg-neutral-900\/95{
    background-color: rgb(23 23 23 / 0.95);
  }

  .lg\:bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-950\/0{
    background-color: rgb(10 10 10 / 0);
  }

  .lg\:bg-neutral-950\/10{
    background-color: rgb(10 10 10 / 0.1);
  }

  .lg\:bg-neutral-950\/100{
    background-color: rgb(10 10 10 / 1);
  }

  .lg\:bg-neutral-950\/15{
    background-color: rgb(10 10 10 / 0.15);
  }

  .lg\:bg-neutral-950\/20{
    background-color: rgb(10 10 10 / 0.2);
  }

  .lg\:bg-neutral-950\/25{
    background-color: rgb(10 10 10 / 0.25);
  }

  .lg\:bg-neutral-950\/30{
    background-color: rgb(10 10 10 / 0.3);
  }

  .lg\:bg-neutral-950\/35{
    background-color: rgb(10 10 10 / 0.35);
  }

  .lg\:bg-neutral-950\/40{
    background-color: rgb(10 10 10 / 0.4);
  }

  .lg\:bg-neutral-950\/45{
    background-color: rgb(10 10 10 / 0.45);
  }

  .lg\:bg-neutral-950\/5{
    background-color: rgb(10 10 10 / 0.05);
  }

  .lg\:bg-neutral-950\/50{
    background-color: rgb(10 10 10 / 0.5);
  }

  .lg\:bg-neutral-950\/55{
    background-color: rgb(10 10 10 / 0.55);
  }

  .lg\:bg-neutral-950\/60{
    background-color: rgb(10 10 10 / 0.6);
  }

  .lg\:bg-neutral-950\/65{
    background-color: rgb(10 10 10 / 0.65);
  }

  .lg\:bg-neutral-950\/70{
    background-color: rgb(10 10 10 / 0.7);
  }

  .lg\:bg-neutral-950\/75{
    background-color: rgb(10 10 10 / 0.75);
  }

  .lg\:bg-neutral-950\/80{
    background-color: rgb(10 10 10 / 0.8);
  }

  .lg\:bg-neutral-950\/85{
    background-color: rgb(10 10 10 / 0.85);
  }

  .lg\:bg-neutral-950\/90{
    background-color: rgb(10 10 10 / 0.9);
  }

  .lg\:bg-neutral-950\/95{
    background-color: rgb(10 10 10 / 0.95);
  }

  .lg\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-100\/0{
    background-color: rgb(255 237 213 / 0);
  }

  .lg\:bg-orange-100\/10{
    background-color: rgb(255 237 213 / 0.1);
  }

  .lg\:bg-orange-100\/100{
    background-color: rgb(255 237 213 / 1);
  }

  .lg\:bg-orange-100\/15{
    background-color: rgb(255 237 213 / 0.15);
  }

  .lg\:bg-orange-100\/20{
    background-color: rgb(255 237 213 / 0.2);
  }

  .lg\:bg-orange-100\/25{
    background-color: rgb(255 237 213 / 0.25);
  }

  .lg\:bg-orange-100\/30{
    background-color: rgb(255 237 213 / 0.3);
  }

  .lg\:bg-orange-100\/35{
    background-color: rgb(255 237 213 / 0.35);
  }

  .lg\:bg-orange-100\/40{
    background-color: rgb(255 237 213 / 0.4);
  }

  .lg\:bg-orange-100\/45{
    background-color: rgb(255 237 213 / 0.45);
  }

  .lg\:bg-orange-100\/5{
    background-color: rgb(255 237 213 / 0.05);
  }

  .lg\:bg-orange-100\/50{
    background-color: rgb(255 237 213 / 0.5);
  }

  .lg\:bg-orange-100\/55{
    background-color: rgb(255 237 213 / 0.55);
  }

  .lg\:bg-orange-100\/60{
    background-color: rgb(255 237 213 / 0.6);
  }

  .lg\:bg-orange-100\/65{
    background-color: rgb(255 237 213 / 0.65);
  }

  .lg\:bg-orange-100\/70{
    background-color: rgb(255 237 213 / 0.7);
  }

  .lg\:bg-orange-100\/75{
    background-color: rgb(255 237 213 / 0.75);
  }

  .lg\:bg-orange-100\/80{
    background-color: rgb(255 237 213 / 0.8);
  }

  .lg\:bg-orange-100\/85{
    background-color: rgb(255 237 213 / 0.85);
  }

  .lg\:bg-orange-100\/90{
    background-color: rgb(255 237 213 / 0.9);
  }

  .lg\:bg-orange-100\/95{
    background-color: rgb(255 237 213 / 0.95);
  }

  .lg\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-200\/0{
    background-color: rgb(254 215 170 / 0);
  }

  .lg\:bg-orange-200\/10{
    background-color: rgb(254 215 170 / 0.1);
  }

  .lg\:bg-orange-200\/100{
    background-color: rgb(254 215 170 / 1);
  }

  .lg\:bg-orange-200\/15{
    background-color: rgb(254 215 170 / 0.15);
  }

  .lg\:bg-orange-200\/20{
    background-color: rgb(254 215 170 / 0.2);
  }

  .lg\:bg-orange-200\/25{
    background-color: rgb(254 215 170 / 0.25);
  }

  .lg\:bg-orange-200\/30{
    background-color: rgb(254 215 170 / 0.3);
  }

  .lg\:bg-orange-200\/35{
    background-color: rgb(254 215 170 / 0.35);
  }

  .lg\:bg-orange-200\/40{
    background-color: rgb(254 215 170 / 0.4);
  }

  .lg\:bg-orange-200\/45{
    background-color: rgb(254 215 170 / 0.45);
  }

  .lg\:bg-orange-200\/5{
    background-color: rgb(254 215 170 / 0.05);
  }

  .lg\:bg-orange-200\/50{
    background-color: rgb(254 215 170 / 0.5);
  }

  .lg\:bg-orange-200\/55{
    background-color: rgb(254 215 170 / 0.55);
  }

  .lg\:bg-orange-200\/60{
    background-color: rgb(254 215 170 / 0.6);
  }

  .lg\:bg-orange-200\/65{
    background-color: rgb(254 215 170 / 0.65);
  }

  .lg\:bg-orange-200\/70{
    background-color: rgb(254 215 170 / 0.7);
  }

  .lg\:bg-orange-200\/75{
    background-color: rgb(254 215 170 / 0.75);
  }

  .lg\:bg-orange-200\/80{
    background-color: rgb(254 215 170 / 0.8);
  }

  .lg\:bg-orange-200\/85{
    background-color: rgb(254 215 170 / 0.85);
  }

  .lg\:bg-orange-200\/90{
    background-color: rgb(254 215 170 / 0.9);
  }

  .lg\:bg-orange-200\/95{
    background-color: rgb(254 215 170 / 0.95);
  }

  .lg\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-300\/0{
    background-color: rgb(253 186 116 / 0);
  }

  .lg\:bg-orange-300\/10{
    background-color: rgb(253 186 116 / 0.1);
  }

  .lg\:bg-orange-300\/100{
    background-color: rgb(253 186 116 / 1);
  }

  .lg\:bg-orange-300\/15{
    background-color: rgb(253 186 116 / 0.15);
  }

  .lg\:bg-orange-300\/20{
    background-color: rgb(253 186 116 / 0.2);
  }

  .lg\:bg-orange-300\/25{
    background-color: rgb(253 186 116 / 0.25);
  }

  .lg\:bg-orange-300\/30{
    background-color: rgb(253 186 116 / 0.3);
  }

  .lg\:bg-orange-300\/35{
    background-color: rgb(253 186 116 / 0.35);
  }

  .lg\:bg-orange-300\/40{
    background-color: rgb(253 186 116 / 0.4);
  }

  .lg\:bg-orange-300\/45{
    background-color: rgb(253 186 116 / 0.45);
  }

  .lg\:bg-orange-300\/5{
    background-color: rgb(253 186 116 / 0.05);
  }

  .lg\:bg-orange-300\/50{
    background-color: rgb(253 186 116 / 0.5);
  }

  .lg\:bg-orange-300\/55{
    background-color: rgb(253 186 116 / 0.55);
  }

  .lg\:bg-orange-300\/60{
    background-color: rgb(253 186 116 / 0.6);
  }

  .lg\:bg-orange-300\/65{
    background-color: rgb(253 186 116 / 0.65);
  }

  .lg\:bg-orange-300\/70{
    background-color: rgb(253 186 116 / 0.7);
  }

  .lg\:bg-orange-300\/75{
    background-color: rgb(253 186 116 / 0.75);
  }

  .lg\:bg-orange-300\/80{
    background-color: rgb(253 186 116 / 0.8);
  }

  .lg\:bg-orange-300\/85{
    background-color: rgb(253 186 116 / 0.85);
  }

  .lg\:bg-orange-300\/90{
    background-color: rgb(253 186 116 / 0.9);
  }

  .lg\:bg-orange-300\/95{
    background-color: rgb(253 186 116 / 0.95);
  }

  .lg\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-400\/0{
    background-color: rgb(251 146 60 / 0);
  }

  .lg\:bg-orange-400\/10{
    background-color: rgb(251 146 60 / 0.1);
  }

  .lg\:bg-orange-400\/100{
    background-color: rgb(251 146 60 / 1);
  }

  .lg\:bg-orange-400\/15{
    background-color: rgb(251 146 60 / 0.15);
  }

  .lg\:bg-orange-400\/20{
    background-color: rgb(251 146 60 / 0.2);
  }

  .lg\:bg-orange-400\/25{
    background-color: rgb(251 146 60 / 0.25);
  }

  .lg\:bg-orange-400\/30{
    background-color: rgb(251 146 60 / 0.3);
  }

  .lg\:bg-orange-400\/35{
    background-color: rgb(251 146 60 / 0.35);
  }

  .lg\:bg-orange-400\/40{
    background-color: rgb(251 146 60 / 0.4);
  }

  .lg\:bg-orange-400\/45{
    background-color: rgb(251 146 60 / 0.45);
  }

  .lg\:bg-orange-400\/5{
    background-color: rgb(251 146 60 / 0.05);
  }

  .lg\:bg-orange-400\/50{
    background-color: rgb(251 146 60 / 0.5);
  }

  .lg\:bg-orange-400\/55{
    background-color: rgb(251 146 60 / 0.55);
  }

  .lg\:bg-orange-400\/60{
    background-color: rgb(251 146 60 / 0.6);
  }

  .lg\:bg-orange-400\/65{
    background-color: rgb(251 146 60 / 0.65);
  }

  .lg\:bg-orange-400\/70{
    background-color: rgb(251 146 60 / 0.7);
  }

  .lg\:bg-orange-400\/75{
    background-color: rgb(251 146 60 / 0.75);
  }

  .lg\:bg-orange-400\/80{
    background-color: rgb(251 146 60 / 0.8);
  }

  .lg\:bg-orange-400\/85{
    background-color: rgb(251 146 60 / 0.85);
  }

  .lg\:bg-orange-400\/90{
    background-color: rgb(251 146 60 / 0.9);
  }

  .lg\:bg-orange-400\/95{
    background-color: rgb(251 146 60 / 0.95);
  }

  .lg\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-50\/0{
    background-color: rgb(255 247 237 / 0);
  }

  .lg\:bg-orange-50\/10{
    background-color: rgb(255 247 237 / 0.1);
  }

  .lg\:bg-orange-50\/100{
    background-color: rgb(255 247 237 / 1);
  }

  .lg\:bg-orange-50\/15{
    background-color: rgb(255 247 237 / 0.15);
  }

  .lg\:bg-orange-50\/20{
    background-color: rgb(255 247 237 / 0.2);
  }

  .lg\:bg-orange-50\/25{
    background-color: rgb(255 247 237 / 0.25);
  }

  .lg\:bg-orange-50\/30{
    background-color: rgb(255 247 237 / 0.3);
  }

  .lg\:bg-orange-50\/35{
    background-color: rgb(255 247 237 / 0.35);
  }

  .lg\:bg-orange-50\/40{
    background-color: rgb(255 247 237 / 0.4);
  }

  .lg\:bg-orange-50\/45{
    background-color: rgb(255 247 237 / 0.45);
  }

  .lg\:bg-orange-50\/5{
    background-color: rgb(255 247 237 / 0.05);
  }

  .lg\:bg-orange-50\/50{
    background-color: rgb(255 247 237 / 0.5);
  }

  .lg\:bg-orange-50\/55{
    background-color: rgb(255 247 237 / 0.55);
  }

  .lg\:bg-orange-50\/60{
    background-color: rgb(255 247 237 / 0.6);
  }

  .lg\:bg-orange-50\/65{
    background-color: rgb(255 247 237 / 0.65);
  }

  .lg\:bg-orange-50\/70{
    background-color: rgb(255 247 237 / 0.7);
  }

  .lg\:bg-orange-50\/75{
    background-color: rgb(255 247 237 / 0.75);
  }

  .lg\:bg-orange-50\/80{
    background-color: rgb(255 247 237 / 0.8);
  }

  .lg\:bg-orange-50\/85{
    background-color: rgb(255 247 237 / 0.85);
  }

  .lg\:bg-orange-50\/90{
    background-color: rgb(255 247 237 / 0.9);
  }

  .lg\:bg-orange-50\/95{
    background-color: rgb(255 247 237 / 0.95);
  }

  .lg\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-500\/0{
    background-color: rgb(249 115 22 / 0);
  }

  .lg\:bg-orange-500\/10{
    background-color: rgb(249 115 22 / 0.1);
  }

  .lg\:bg-orange-500\/100{
    background-color: rgb(249 115 22 / 1);
  }

  .lg\:bg-orange-500\/15{
    background-color: rgb(249 115 22 / 0.15);
  }

  .lg\:bg-orange-500\/20{
    background-color: rgb(249 115 22 / 0.2);
  }

  .lg\:bg-orange-500\/25{
    background-color: rgb(249 115 22 / 0.25);
  }

  .lg\:bg-orange-500\/30{
    background-color: rgb(249 115 22 / 0.3);
  }

  .lg\:bg-orange-500\/35{
    background-color: rgb(249 115 22 / 0.35);
  }

  .lg\:bg-orange-500\/40{
    background-color: rgb(249 115 22 / 0.4);
  }

  .lg\:bg-orange-500\/45{
    background-color: rgb(249 115 22 / 0.45);
  }

  .lg\:bg-orange-500\/5{
    background-color: rgb(249 115 22 / 0.05);
  }

  .lg\:bg-orange-500\/50{
    background-color: rgb(249 115 22 / 0.5);
  }

  .lg\:bg-orange-500\/55{
    background-color: rgb(249 115 22 / 0.55);
  }

  .lg\:bg-orange-500\/60{
    background-color: rgb(249 115 22 / 0.6);
  }

  .lg\:bg-orange-500\/65{
    background-color: rgb(249 115 22 / 0.65);
  }

  .lg\:bg-orange-500\/70{
    background-color: rgb(249 115 22 / 0.7);
  }

  .lg\:bg-orange-500\/75{
    background-color: rgb(249 115 22 / 0.75);
  }

  .lg\:bg-orange-500\/80{
    background-color: rgb(249 115 22 / 0.8);
  }

  .lg\:bg-orange-500\/85{
    background-color: rgb(249 115 22 / 0.85);
  }

  .lg\:bg-orange-500\/90{
    background-color: rgb(249 115 22 / 0.9);
  }

  .lg\:bg-orange-500\/95{
    background-color: rgb(249 115 22 / 0.95);
  }

  .lg\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-600\/0{
    background-color: rgb(234 88 12 / 0);
  }

  .lg\:bg-orange-600\/10{
    background-color: rgb(234 88 12 / 0.1);
  }

  .lg\:bg-orange-600\/100{
    background-color: rgb(234 88 12 / 1);
  }

  .lg\:bg-orange-600\/15{
    background-color: rgb(234 88 12 / 0.15);
  }

  .lg\:bg-orange-600\/20{
    background-color: rgb(234 88 12 / 0.2);
  }

  .lg\:bg-orange-600\/25{
    background-color: rgb(234 88 12 / 0.25);
  }

  .lg\:bg-orange-600\/30{
    background-color: rgb(234 88 12 / 0.3);
  }

  .lg\:bg-orange-600\/35{
    background-color: rgb(234 88 12 / 0.35);
  }

  .lg\:bg-orange-600\/40{
    background-color: rgb(234 88 12 / 0.4);
  }

  .lg\:bg-orange-600\/45{
    background-color: rgb(234 88 12 / 0.45);
  }

  .lg\:bg-orange-600\/5{
    background-color: rgb(234 88 12 / 0.05);
  }

  .lg\:bg-orange-600\/50{
    background-color: rgb(234 88 12 / 0.5);
  }

  .lg\:bg-orange-600\/55{
    background-color: rgb(234 88 12 / 0.55);
  }

  .lg\:bg-orange-600\/60{
    background-color: rgb(234 88 12 / 0.6);
  }

  .lg\:bg-orange-600\/65{
    background-color: rgb(234 88 12 / 0.65);
  }

  .lg\:bg-orange-600\/70{
    background-color: rgb(234 88 12 / 0.7);
  }

  .lg\:bg-orange-600\/75{
    background-color: rgb(234 88 12 / 0.75);
  }

  .lg\:bg-orange-600\/80{
    background-color: rgb(234 88 12 / 0.8);
  }

  .lg\:bg-orange-600\/85{
    background-color: rgb(234 88 12 / 0.85);
  }

  .lg\:bg-orange-600\/90{
    background-color: rgb(234 88 12 / 0.9);
  }

  .lg\:bg-orange-600\/95{
    background-color: rgb(234 88 12 / 0.95);
  }

  .lg\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-700\/0{
    background-color: rgb(194 65 12 / 0);
  }

  .lg\:bg-orange-700\/10{
    background-color: rgb(194 65 12 / 0.1);
  }

  .lg\:bg-orange-700\/100{
    background-color: rgb(194 65 12 / 1);
  }

  .lg\:bg-orange-700\/15{
    background-color: rgb(194 65 12 / 0.15);
  }

  .lg\:bg-orange-700\/20{
    background-color: rgb(194 65 12 / 0.2);
  }

  .lg\:bg-orange-700\/25{
    background-color: rgb(194 65 12 / 0.25);
  }

  .lg\:bg-orange-700\/30{
    background-color: rgb(194 65 12 / 0.3);
  }

  .lg\:bg-orange-700\/35{
    background-color: rgb(194 65 12 / 0.35);
  }

  .lg\:bg-orange-700\/40{
    background-color: rgb(194 65 12 / 0.4);
  }

  .lg\:bg-orange-700\/45{
    background-color: rgb(194 65 12 / 0.45);
  }

  .lg\:bg-orange-700\/5{
    background-color: rgb(194 65 12 / 0.05);
  }

  .lg\:bg-orange-700\/50{
    background-color: rgb(194 65 12 / 0.5);
  }

  .lg\:bg-orange-700\/55{
    background-color: rgb(194 65 12 / 0.55);
  }

  .lg\:bg-orange-700\/60{
    background-color: rgb(194 65 12 / 0.6);
  }

  .lg\:bg-orange-700\/65{
    background-color: rgb(194 65 12 / 0.65);
  }

  .lg\:bg-orange-700\/70{
    background-color: rgb(194 65 12 / 0.7);
  }

  .lg\:bg-orange-700\/75{
    background-color: rgb(194 65 12 / 0.75);
  }

  .lg\:bg-orange-700\/80{
    background-color: rgb(194 65 12 / 0.8);
  }

  .lg\:bg-orange-700\/85{
    background-color: rgb(194 65 12 / 0.85);
  }

  .lg\:bg-orange-700\/90{
    background-color: rgb(194 65 12 / 0.9);
  }

  .lg\:bg-orange-700\/95{
    background-color: rgb(194 65 12 / 0.95);
  }

  .lg\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-800\/0{
    background-color: rgb(154 52 18 / 0);
  }

  .lg\:bg-orange-800\/10{
    background-color: rgb(154 52 18 / 0.1);
  }

  .lg\:bg-orange-800\/100{
    background-color: rgb(154 52 18 / 1);
  }

  .lg\:bg-orange-800\/15{
    background-color: rgb(154 52 18 / 0.15);
  }

  .lg\:bg-orange-800\/20{
    background-color: rgb(154 52 18 / 0.2);
  }

  .lg\:bg-orange-800\/25{
    background-color: rgb(154 52 18 / 0.25);
  }

  .lg\:bg-orange-800\/30{
    background-color: rgb(154 52 18 / 0.3);
  }

  .lg\:bg-orange-800\/35{
    background-color: rgb(154 52 18 / 0.35);
  }

  .lg\:bg-orange-800\/40{
    background-color: rgb(154 52 18 / 0.4);
  }

  .lg\:bg-orange-800\/45{
    background-color: rgb(154 52 18 / 0.45);
  }

  .lg\:bg-orange-800\/5{
    background-color: rgb(154 52 18 / 0.05);
  }

  .lg\:bg-orange-800\/50{
    background-color: rgb(154 52 18 / 0.5);
  }

  .lg\:bg-orange-800\/55{
    background-color: rgb(154 52 18 / 0.55);
  }

  .lg\:bg-orange-800\/60{
    background-color: rgb(154 52 18 / 0.6);
  }

  .lg\:bg-orange-800\/65{
    background-color: rgb(154 52 18 / 0.65);
  }

  .lg\:bg-orange-800\/70{
    background-color: rgb(154 52 18 / 0.7);
  }

  .lg\:bg-orange-800\/75{
    background-color: rgb(154 52 18 / 0.75);
  }

  .lg\:bg-orange-800\/80{
    background-color: rgb(154 52 18 / 0.8);
  }

  .lg\:bg-orange-800\/85{
    background-color: rgb(154 52 18 / 0.85);
  }

  .lg\:bg-orange-800\/90{
    background-color: rgb(154 52 18 / 0.9);
  }

  .lg\:bg-orange-800\/95{
    background-color: rgb(154 52 18 / 0.95);
  }

  .lg\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-900\/0{
    background-color: rgb(124 45 18 / 0);
  }

  .lg\:bg-orange-900\/10{
    background-color: rgb(124 45 18 / 0.1);
  }

  .lg\:bg-orange-900\/100{
    background-color: rgb(124 45 18 / 1);
  }

  .lg\:bg-orange-900\/15{
    background-color: rgb(124 45 18 / 0.15);
  }

  .lg\:bg-orange-900\/20{
    background-color: rgb(124 45 18 / 0.2);
  }

  .lg\:bg-orange-900\/25{
    background-color: rgb(124 45 18 / 0.25);
  }

  .lg\:bg-orange-900\/30{
    background-color: rgb(124 45 18 / 0.3);
  }

  .lg\:bg-orange-900\/35{
    background-color: rgb(124 45 18 / 0.35);
  }

  .lg\:bg-orange-900\/40{
    background-color: rgb(124 45 18 / 0.4);
  }

  .lg\:bg-orange-900\/45{
    background-color: rgb(124 45 18 / 0.45);
  }

  .lg\:bg-orange-900\/5{
    background-color: rgb(124 45 18 / 0.05);
  }

  .lg\:bg-orange-900\/50{
    background-color: rgb(124 45 18 / 0.5);
  }

  .lg\:bg-orange-900\/55{
    background-color: rgb(124 45 18 / 0.55);
  }

  .lg\:bg-orange-900\/60{
    background-color: rgb(124 45 18 / 0.6);
  }

  .lg\:bg-orange-900\/65{
    background-color: rgb(124 45 18 / 0.65);
  }

  .lg\:bg-orange-900\/70{
    background-color: rgb(124 45 18 / 0.7);
  }

  .lg\:bg-orange-900\/75{
    background-color: rgb(124 45 18 / 0.75);
  }

  .lg\:bg-orange-900\/80{
    background-color: rgb(124 45 18 / 0.8);
  }

  .lg\:bg-orange-900\/85{
    background-color: rgb(124 45 18 / 0.85);
  }

  .lg\:bg-orange-900\/90{
    background-color: rgb(124 45 18 / 0.9);
  }

  .lg\:bg-orange-900\/95{
    background-color: rgb(124 45 18 / 0.95);
  }

  .lg\:bg-orange-950{
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-orange-950\/0{
    background-color: rgb(67 20 7 / 0);
  }

  .lg\:bg-orange-950\/10{
    background-color: rgb(67 20 7 / 0.1);
  }

  .lg\:bg-orange-950\/100{
    background-color: rgb(67 20 7 / 1);
  }

  .lg\:bg-orange-950\/15{
    background-color: rgb(67 20 7 / 0.15);
  }

  .lg\:bg-orange-950\/20{
    background-color: rgb(67 20 7 / 0.2);
  }

  .lg\:bg-orange-950\/25{
    background-color: rgb(67 20 7 / 0.25);
  }

  .lg\:bg-orange-950\/30{
    background-color: rgb(67 20 7 / 0.3);
  }

  .lg\:bg-orange-950\/35{
    background-color: rgb(67 20 7 / 0.35);
  }

  .lg\:bg-orange-950\/40{
    background-color: rgb(67 20 7 / 0.4);
  }

  .lg\:bg-orange-950\/45{
    background-color: rgb(67 20 7 / 0.45);
  }

  .lg\:bg-orange-950\/5{
    background-color: rgb(67 20 7 / 0.05);
  }

  .lg\:bg-orange-950\/50{
    background-color: rgb(67 20 7 / 0.5);
  }

  .lg\:bg-orange-950\/55{
    background-color: rgb(67 20 7 / 0.55);
  }

  .lg\:bg-orange-950\/60{
    background-color: rgb(67 20 7 / 0.6);
  }

  .lg\:bg-orange-950\/65{
    background-color: rgb(67 20 7 / 0.65);
  }

  .lg\:bg-orange-950\/70{
    background-color: rgb(67 20 7 / 0.7);
  }

  .lg\:bg-orange-950\/75{
    background-color: rgb(67 20 7 / 0.75);
  }

  .lg\:bg-orange-950\/80{
    background-color: rgb(67 20 7 / 0.8);
  }

  .lg\:bg-orange-950\/85{
    background-color: rgb(67 20 7 / 0.85);
  }

  .lg\:bg-orange-950\/90{
    background-color: rgb(67 20 7 / 0.9);
  }

  .lg\:bg-orange-950\/95{
    background-color: rgb(67 20 7 / 0.95);
  }

  .lg\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-100\/0{
    background-color: rgb(252 231 243 / 0);
  }

  .lg\:bg-pink-100\/10{
    background-color: rgb(252 231 243 / 0.1);
  }

  .lg\:bg-pink-100\/100{
    background-color: rgb(252 231 243 / 1);
  }

  .lg\:bg-pink-100\/15{
    background-color: rgb(252 231 243 / 0.15);
  }

  .lg\:bg-pink-100\/20{
    background-color: rgb(252 231 243 / 0.2);
  }

  .lg\:bg-pink-100\/25{
    background-color: rgb(252 231 243 / 0.25);
  }

  .lg\:bg-pink-100\/30{
    background-color: rgb(252 231 243 / 0.3);
  }

  .lg\:bg-pink-100\/35{
    background-color: rgb(252 231 243 / 0.35);
  }

  .lg\:bg-pink-100\/40{
    background-color: rgb(252 231 243 / 0.4);
  }

  .lg\:bg-pink-100\/45{
    background-color: rgb(252 231 243 / 0.45);
  }

  .lg\:bg-pink-100\/5{
    background-color: rgb(252 231 243 / 0.05);
  }

  .lg\:bg-pink-100\/50{
    background-color: rgb(252 231 243 / 0.5);
  }

  .lg\:bg-pink-100\/55{
    background-color: rgb(252 231 243 / 0.55);
  }

  .lg\:bg-pink-100\/60{
    background-color: rgb(252 231 243 / 0.6);
  }

  .lg\:bg-pink-100\/65{
    background-color: rgb(252 231 243 / 0.65);
  }

  .lg\:bg-pink-100\/70{
    background-color: rgb(252 231 243 / 0.7);
  }

  .lg\:bg-pink-100\/75{
    background-color: rgb(252 231 243 / 0.75);
  }

  .lg\:bg-pink-100\/80{
    background-color: rgb(252 231 243 / 0.8);
  }

  .lg\:bg-pink-100\/85{
    background-color: rgb(252 231 243 / 0.85);
  }

  .lg\:bg-pink-100\/90{
    background-color: rgb(252 231 243 / 0.9);
  }

  .lg\:bg-pink-100\/95{
    background-color: rgb(252 231 243 / 0.95);
  }

  .lg\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-200\/0{
    background-color: rgb(251 207 232 / 0);
  }

  .lg\:bg-pink-200\/10{
    background-color: rgb(251 207 232 / 0.1);
  }

  .lg\:bg-pink-200\/100{
    background-color: rgb(251 207 232 / 1);
  }

  .lg\:bg-pink-200\/15{
    background-color: rgb(251 207 232 / 0.15);
  }

  .lg\:bg-pink-200\/20{
    background-color: rgb(251 207 232 / 0.2);
  }

  .lg\:bg-pink-200\/25{
    background-color: rgb(251 207 232 / 0.25);
  }

  .lg\:bg-pink-200\/30{
    background-color: rgb(251 207 232 / 0.3);
  }

  .lg\:bg-pink-200\/35{
    background-color: rgb(251 207 232 / 0.35);
  }

  .lg\:bg-pink-200\/40{
    background-color: rgb(251 207 232 / 0.4);
  }

  .lg\:bg-pink-200\/45{
    background-color: rgb(251 207 232 / 0.45);
  }

  .lg\:bg-pink-200\/5{
    background-color: rgb(251 207 232 / 0.05);
  }

  .lg\:bg-pink-200\/50{
    background-color: rgb(251 207 232 / 0.5);
  }

  .lg\:bg-pink-200\/55{
    background-color: rgb(251 207 232 / 0.55);
  }

  .lg\:bg-pink-200\/60{
    background-color: rgb(251 207 232 / 0.6);
  }

  .lg\:bg-pink-200\/65{
    background-color: rgb(251 207 232 / 0.65);
  }

  .lg\:bg-pink-200\/70{
    background-color: rgb(251 207 232 / 0.7);
  }

  .lg\:bg-pink-200\/75{
    background-color: rgb(251 207 232 / 0.75);
  }

  .lg\:bg-pink-200\/80{
    background-color: rgb(251 207 232 / 0.8);
  }

  .lg\:bg-pink-200\/85{
    background-color: rgb(251 207 232 / 0.85);
  }

  .lg\:bg-pink-200\/90{
    background-color: rgb(251 207 232 / 0.9);
  }

  .lg\:bg-pink-200\/95{
    background-color: rgb(251 207 232 / 0.95);
  }

  .lg\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-300\/0{
    background-color: rgb(249 168 212 / 0);
  }

  .lg\:bg-pink-300\/10{
    background-color: rgb(249 168 212 / 0.1);
  }

  .lg\:bg-pink-300\/100{
    background-color: rgb(249 168 212 / 1);
  }

  .lg\:bg-pink-300\/15{
    background-color: rgb(249 168 212 / 0.15);
  }

  .lg\:bg-pink-300\/20{
    background-color: rgb(249 168 212 / 0.2);
  }

  .lg\:bg-pink-300\/25{
    background-color: rgb(249 168 212 / 0.25);
  }

  .lg\:bg-pink-300\/30{
    background-color: rgb(249 168 212 / 0.3);
  }

  .lg\:bg-pink-300\/35{
    background-color: rgb(249 168 212 / 0.35);
  }

  .lg\:bg-pink-300\/40{
    background-color: rgb(249 168 212 / 0.4);
  }

  .lg\:bg-pink-300\/45{
    background-color: rgb(249 168 212 / 0.45);
  }

  .lg\:bg-pink-300\/5{
    background-color: rgb(249 168 212 / 0.05);
  }

  .lg\:bg-pink-300\/50{
    background-color: rgb(249 168 212 / 0.5);
  }

  .lg\:bg-pink-300\/55{
    background-color: rgb(249 168 212 / 0.55);
  }

  .lg\:bg-pink-300\/60{
    background-color: rgb(249 168 212 / 0.6);
  }

  .lg\:bg-pink-300\/65{
    background-color: rgb(249 168 212 / 0.65);
  }

  .lg\:bg-pink-300\/70{
    background-color: rgb(249 168 212 / 0.7);
  }

  .lg\:bg-pink-300\/75{
    background-color: rgb(249 168 212 / 0.75);
  }

  .lg\:bg-pink-300\/80{
    background-color: rgb(249 168 212 / 0.8);
  }

  .lg\:bg-pink-300\/85{
    background-color: rgb(249 168 212 / 0.85);
  }

  .lg\:bg-pink-300\/90{
    background-color: rgb(249 168 212 / 0.9);
  }

  .lg\:bg-pink-300\/95{
    background-color: rgb(249 168 212 / 0.95);
  }

  .lg\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-400\/0{
    background-color: rgb(244 114 182 / 0);
  }

  .lg\:bg-pink-400\/10{
    background-color: rgb(244 114 182 / 0.1);
  }

  .lg\:bg-pink-400\/100{
    background-color: rgb(244 114 182 / 1);
  }

  .lg\:bg-pink-400\/15{
    background-color: rgb(244 114 182 / 0.15);
  }

  .lg\:bg-pink-400\/20{
    background-color: rgb(244 114 182 / 0.2);
  }

  .lg\:bg-pink-400\/25{
    background-color: rgb(244 114 182 / 0.25);
  }

  .lg\:bg-pink-400\/30{
    background-color: rgb(244 114 182 / 0.3);
  }

  .lg\:bg-pink-400\/35{
    background-color: rgb(244 114 182 / 0.35);
  }

  .lg\:bg-pink-400\/40{
    background-color: rgb(244 114 182 / 0.4);
  }

  .lg\:bg-pink-400\/45{
    background-color: rgb(244 114 182 / 0.45);
  }

  .lg\:bg-pink-400\/5{
    background-color: rgb(244 114 182 / 0.05);
  }

  .lg\:bg-pink-400\/50{
    background-color: rgb(244 114 182 / 0.5);
  }

  .lg\:bg-pink-400\/55{
    background-color: rgb(244 114 182 / 0.55);
  }

  .lg\:bg-pink-400\/60{
    background-color: rgb(244 114 182 / 0.6);
  }

  .lg\:bg-pink-400\/65{
    background-color: rgb(244 114 182 / 0.65);
  }

  .lg\:bg-pink-400\/70{
    background-color: rgb(244 114 182 / 0.7);
  }

  .lg\:bg-pink-400\/75{
    background-color: rgb(244 114 182 / 0.75);
  }

  .lg\:bg-pink-400\/80{
    background-color: rgb(244 114 182 / 0.8);
  }

  .lg\:bg-pink-400\/85{
    background-color: rgb(244 114 182 / 0.85);
  }

  .lg\:bg-pink-400\/90{
    background-color: rgb(244 114 182 / 0.9);
  }

  .lg\:bg-pink-400\/95{
    background-color: rgb(244 114 182 / 0.95);
  }

  .lg\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-50\/0{
    background-color: rgb(253 242 248 / 0);
  }

  .lg\:bg-pink-50\/10{
    background-color: rgb(253 242 248 / 0.1);
  }

  .lg\:bg-pink-50\/100{
    background-color: rgb(253 242 248 / 1);
  }

  .lg\:bg-pink-50\/15{
    background-color: rgb(253 242 248 / 0.15);
  }

  .lg\:bg-pink-50\/20{
    background-color: rgb(253 242 248 / 0.2);
  }

  .lg\:bg-pink-50\/25{
    background-color: rgb(253 242 248 / 0.25);
  }

  .lg\:bg-pink-50\/30{
    background-color: rgb(253 242 248 / 0.3);
  }

  .lg\:bg-pink-50\/35{
    background-color: rgb(253 242 248 / 0.35);
  }

  .lg\:bg-pink-50\/40{
    background-color: rgb(253 242 248 / 0.4);
  }

  .lg\:bg-pink-50\/45{
    background-color: rgb(253 242 248 / 0.45);
  }

  .lg\:bg-pink-50\/5{
    background-color: rgb(253 242 248 / 0.05);
  }

  .lg\:bg-pink-50\/50{
    background-color: rgb(253 242 248 / 0.5);
  }

  .lg\:bg-pink-50\/55{
    background-color: rgb(253 242 248 / 0.55);
  }

  .lg\:bg-pink-50\/60{
    background-color: rgb(253 242 248 / 0.6);
  }

  .lg\:bg-pink-50\/65{
    background-color: rgb(253 242 248 / 0.65);
  }

  .lg\:bg-pink-50\/70{
    background-color: rgb(253 242 248 / 0.7);
  }

  .lg\:bg-pink-50\/75{
    background-color: rgb(253 242 248 / 0.75);
  }

  .lg\:bg-pink-50\/80{
    background-color: rgb(253 242 248 / 0.8);
  }

  .lg\:bg-pink-50\/85{
    background-color: rgb(253 242 248 / 0.85);
  }

  .lg\:bg-pink-50\/90{
    background-color: rgb(253 242 248 / 0.9);
  }

  .lg\:bg-pink-50\/95{
    background-color: rgb(253 242 248 / 0.95);
  }

  .lg\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-500\/0{
    background-color: rgb(236 72 153 / 0);
  }

  .lg\:bg-pink-500\/10{
    background-color: rgb(236 72 153 / 0.1);
  }

  .lg\:bg-pink-500\/100{
    background-color: rgb(236 72 153 / 1);
  }

  .lg\:bg-pink-500\/15{
    background-color: rgb(236 72 153 / 0.15);
  }

  .lg\:bg-pink-500\/20{
    background-color: rgb(236 72 153 / 0.2);
  }

  .lg\:bg-pink-500\/25{
    background-color: rgb(236 72 153 / 0.25);
  }

  .lg\:bg-pink-500\/30{
    background-color: rgb(236 72 153 / 0.3);
  }

  .lg\:bg-pink-500\/35{
    background-color: rgb(236 72 153 / 0.35);
  }

  .lg\:bg-pink-500\/40{
    background-color: rgb(236 72 153 / 0.4);
  }

  .lg\:bg-pink-500\/45{
    background-color: rgb(236 72 153 / 0.45);
  }

  .lg\:bg-pink-500\/5{
    background-color: rgb(236 72 153 / 0.05);
  }

  .lg\:bg-pink-500\/50{
    background-color: rgb(236 72 153 / 0.5);
  }

  .lg\:bg-pink-500\/55{
    background-color: rgb(236 72 153 / 0.55);
  }

  .lg\:bg-pink-500\/60{
    background-color: rgb(236 72 153 / 0.6);
  }

  .lg\:bg-pink-500\/65{
    background-color: rgb(236 72 153 / 0.65);
  }

  .lg\:bg-pink-500\/70{
    background-color: rgb(236 72 153 / 0.7);
  }

  .lg\:bg-pink-500\/75{
    background-color: rgb(236 72 153 / 0.75);
  }

  .lg\:bg-pink-500\/80{
    background-color: rgb(236 72 153 / 0.8);
  }

  .lg\:bg-pink-500\/85{
    background-color: rgb(236 72 153 / 0.85);
  }

  .lg\:bg-pink-500\/90{
    background-color: rgb(236 72 153 / 0.9);
  }

  .lg\:bg-pink-500\/95{
    background-color: rgb(236 72 153 / 0.95);
  }

  .lg\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-600\/0{
    background-color: rgb(219 39 119 / 0);
  }

  .lg\:bg-pink-600\/10{
    background-color: rgb(219 39 119 / 0.1);
  }

  .lg\:bg-pink-600\/100{
    background-color: rgb(219 39 119 / 1);
  }

  .lg\:bg-pink-600\/15{
    background-color: rgb(219 39 119 / 0.15);
  }

  .lg\:bg-pink-600\/20{
    background-color: rgb(219 39 119 / 0.2);
  }

  .lg\:bg-pink-600\/25{
    background-color: rgb(219 39 119 / 0.25);
  }

  .lg\:bg-pink-600\/30{
    background-color: rgb(219 39 119 / 0.3);
  }

  .lg\:bg-pink-600\/35{
    background-color: rgb(219 39 119 / 0.35);
  }

  .lg\:bg-pink-600\/40{
    background-color: rgb(219 39 119 / 0.4);
  }

  .lg\:bg-pink-600\/45{
    background-color: rgb(219 39 119 / 0.45);
  }

  .lg\:bg-pink-600\/5{
    background-color: rgb(219 39 119 / 0.05);
  }

  .lg\:bg-pink-600\/50{
    background-color: rgb(219 39 119 / 0.5);
  }

  .lg\:bg-pink-600\/55{
    background-color: rgb(219 39 119 / 0.55);
  }

  .lg\:bg-pink-600\/60{
    background-color: rgb(219 39 119 / 0.6);
  }

  .lg\:bg-pink-600\/65{
    background-color: rgb(219 39 119 / 0.65);
  }

  .lg\:bg-pink-600\/70{
    background-color: rgb(219 39 119 / 0.7);
  }

  .lg\:bg-pink-600\/75{
    background-color: rgb(219 39 119 / 0.75);
  }

  .lg\:bg-pink-600\/80{
    background-color: rgb(219 39 119 / 0.8);
  }

  .lg\:bg-pink-600\/85{
    background-color: rgb(219 39 119 / 0.85);
  }

  .lg\:bg-pink-600\/90{
    background-color: rgb(219 39 119 / 0.9);
  }

  .lg\:bg-pink-600\/95{
    background-color: rgb(219 39 119 / 0.95);
  }

  .lg\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-700\/0{
    background-color: rgb(190 24 93 / 0);
  }

  .lg\:bg-pink-700\/10{
    background-color: rgb(190 24 93 / 0.1);
  }

  .lg\:bg-pink-700\/100{
    background-color: rgb(190 24 93 / 1);
  }

  .lg\:bg-pink-700\/15{
    background-color: rgb(190 24 93 / 0.15);
  }

  .lg\:bg-pink-700\/20{
    background-color: rgb(190 24 93 / 0.2);
  }

  .lg\:bg-pink-700\/25{
    background-color: rgb(190 24 93 / 0.25);
  }

  .lg\:bg-pink-700\/30{
    background-color: rgb(190 24 93 / 0.3);
  }

  .lg\:bg-pink-700\/35{
    background-color: rgb(190 24 93 / 0.35);
  }

  .lg\:bg-pink-700\/40{
    background-color: rgb(190 24 93 / 0.4);
  }

  .lg\:bg-pink-700\/45{
    background-color: rgb(190 24 93 / 0.45);
  }

  .lg\:bg-pink-700\/5{
    background-color: rgb(190 24 93 / 0.05);
  }

  .lg\:bg-pink-700\/50{
    background-color: rgb(190 24 93 / 0.5);
  }

  .lg\:bg-pink-700\/55{
    background-color: rgb(190 24 93 / 0.55);
  }

  .lg\:bg-pink-700\/60{
    background-color: rgb(190 24 93 / 0.6);
  }

  .lg\:bg-pink-700\/65{
    background-color: rgb(190 24 93 / 0.65);
  }

  .lg\:bg-pink-700\/70{
    background-color: rgb(190 24 93 / 0.7);
  }

  .lg\:bg-pink-700\/75{
    background-color: rgb(190 24 93 / 0.75);
  }

  .lg\:bg-pink-700\/80{
    background-color: rgb(190 24 93 / 0.8);
  }

  .lg\:bg-pink-700\/85{
    background-color: rgb(190 24 93 / 0.85);
  }

  .lg\:bg-pink-700\/90{
    background-color: rgb(190 24 93 / 0.9);
  }

  .lg\:bg-pink-700\/95{
    background-color: rgb(190 24 93 / 0.95);
  }

  .lg\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-800\/0{
    background-color: rgb(157 23 77 / 0);
  }

  .lg\:bg-pink-800\/10{
    background-color: rgb(157 23 77 / 0.1);
  }

  .lg\:bg-pink-800\/100{
    background-color: rgb(157 23 77 / 1);
  }

  .lg\:bg-pink-800\/15{
    background-color: rgb(157 23 77 / 0.15);
  }

  .lg\:bg-pink-800\/20{
    background-color: rgb(157 23 77 / 0.2);
  }

  .lg\:bg-pink-800\/25{
    background-color: rgb(157 23 77 / 0.25);
  }

  .lg\:bg-pink-800\/30{
    background-color: rgb(157 23 77 / 0.3);
  }

  .lg\:bg-pink-800\/35{
    background-color: rgb(157 23 77 / 0.35);
  }

  .lg\:bg-pink-800\/40{
    background-color: rgb(157 23 77 / 0.4);
  }

  .lg\:bg-pink-800\/45{
    background-color: rgb(157 23 77 / 0.45);
  }

  .lg\:bg-pink-800\/5{
    background-color: rgb(157 23 77 / 0.05);
  }

  .lg\:bg-pink-800\/50{
    background-color: rgb(157 23 77 / 0.5);
  }

  .lg\:bg-pink-800\/55{
    background-color: rgb(157 23 77 / 0.55);
  }

  .lg\:bg-pink-800\/60{
    background-color: rgb(157 23 77 / 0.6);
  }

  .lg\:bg-pink-800\/65{
    background-color: rgb(157 23 77 / 0.65);
  }

  .lg\:bg-pink-800\/70{
    background-color: rgb(157 23 77 / 0.7);
  }

  .lg\:bg-pink-800\/75{
    background-color: rgb(157 23 77 / 0.75);
  }

  .lg\:bg-pink-800\/80{
    background-color: rgb(157 23 77 / 0.8);
  }

  .lg\:bg-pink-800\/85{
    background-color: rgb(157 23 77 / 0.85);
  }

  .lg\:bg-pink-800\/90{
    background-color: rgb(157 23 77 / 0.9);
  }

  .lg\:bg-pink-800\/95{
    background-color: rgb(157 23 77 / 0.95);
  }

  .lg\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-900\/0{
    background-color: rgb(131 24 67 / 0);
  }

  .lg\:bg-pink-900\/10{
    background-color: rgb(131 24 67 / 0.1);
  }

  .lg\:bg-pink-900\/100{
    background-color: rgb(131 24 67 / 1);
  }

  .lg\:bg-pink-900\/15{
    background-color: rgb(131 24 67 / 0.15);
  }

  .lg\:bg-pink-900\/20{
    background-color: rgb(131 24 67 / 0.2);
  }

  .lg\:bg-pink-900\/25{
    background-color: rgb(131 24 67 / 0.25);
  }

  .lg\:bg-pink-900\/30{
    background-color: rgb(131 24 67 / 0.3);
  }

  .lg\:bg-pink-900\/35{
    background-color: rgb(131 24 67 / 0.35);
  }

  .lg\:bg-pink-900\/40{
    background-color: rgb(131 24 67 / 0.4);
  }

  .lg\:bg-pink-900\/45{
    background-color: rgb(131 24 67 / 0.45);
  }

  .lg\:bg-pink-900\/5{
    background-color: rgb(131 24 67 / 0.05);
  }

  .lg\:bg-pink-900\/50{
    background-color: rgb(131 24 67 / 0.5);
  }

  .lg\:bg-pink-900\/55{
    background-color: rgb(131 24 67 / 0.55);
  }

  .lg\:bg-pink-900\/60{
    background-color: rgb(131 24 67 / 0.6);
  }

  .lg\:bg-pink-900\/65{
    background-color: rgb(131 24 67 / 0.65);
  }

  .lg\:bg-pink-900\/70{
    background-color: rgb(131 24 67 / 0.7);
  }

  .lg\:bg-pink-900\/75{
    background-color: rgb(131 24 67 / 0.75);
  }

  .lg\:bg-pink-900\/80{
    background-color: rgb(131 24 67 / 0.8);
  }

  .lg\:bg-pink-900\/85{
    background-color: rgb(131 24 67 / 0.85);
  }

  .lg\:bg-pink-900\/90{
    background-color: rgb(131 24 67 / 0.9);
  }

  .lg\:bg-pink-900\/95{
    background-color: rgb(131 24 67 / 0.95);
  }

  .lg\:bg-pink-950{
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pink-950\/0{
    background-color: rgb(80 7 36 / 0);
  }

  .lg\:bg-pink-950\/10{
    background-color: rgb(80 7 36 / 0.1);
  }

  .lg\:bg-pink-950\/100{
    background-color: rgb(80 7 36 / 1);
  }

  .lg\:bg-pink-950\/15{
    background-color: rgb(80 7 36 / 0.15);
  }

  .lg\:bg-pink-950\/20{
    background-color: rgb(80 7 36 / 0.2);
  }

  .lg\:bg-pink-950\/25{
    background-color: rgb(80 7 36 / 0.25);
  }

  .lg\:bg-pink-950\/30{
    background-color: rgb(80 7 36 / 0.3);
  }

  .lg\:bg-pink-950\/35{
    background-color: rgb(80 7 36 / 0.35);
  }

  .lg\:bg-pink-950\/40{
    background-color: rgb(80 7 36 / 0.4);
  }

  .lg\:bg-pink-950\/45{
    background-color: rgb(80 7 36 / 0.45);
  }

  .lg\:bg-pink-950\/5{
    background-color: rgb(80 7 36 / 0.05);
  }

  .lg\:bg-pink-950\/50{
    background-color: rgb(80 7 36 / 0.5);
  }

  .lg\:bg-pink-950\/55{
    background-color: rgb(80 7 36 / 0.55);
  }

  .lg\:bg-pink-950\/60{
    background-color: rgb(80 7 36 / 0.6);
  }

  .lg\:bg-pink-950\/65{
    background-color: rgb(80 7 36 / 0.65);
  }

  .lg\:bg-pink-950\/70{
    background-color: rgb(80 7 36 / 0.7);
  }

  .lg\:bg-pink-950\/75{
    background-color: rgb(80 7 36 / 0.75);
  }

  .lg\:bg-pink-950\/80{
    background-color: rgb(80 7 36 / 0.8);
  }

  .lg\:bg-pink-950\/85{
    background-color: rgb(80 7 36 / 0.85);
  }

  .lg\:bg-pink-950\/90{
    background-color: rgb(80 7 36 / 0.9);
  }

  .lg\:bg-pink-950\/95{
    background-color: rgb(80 7 36 / 0.95);
  }

  .lg\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary\/0{
    background-color: rgb(23 62 81 / 0);
  }

  .lg\:bg-primary\/10{
    background-color: rgb(23 62 81 / 0.1);
  }

  .lg\:bg-primary\/100{
    background-color: rgb(23 62 81 / 1);
  }

  .lg\:bg-primary\/15{
    background-color: rgb(23 62 81 / 0.15);
  }

  .lg\:bg-primary\/20{
    background-color: rgb(23 62 81 / 0.2);
  }

  .lg\:bg-primary\/25{
    background-color: rgb(23 62 81 / 0.25);
  }

  .lg\:bg-primary\/30{
    background-color: rgb(23 62 81 / 0.3);
  }

  .lg\:bg-primary\/35{
    background-color: rgb(23 62 81 / 0.35);
  }

  .lg\:bg-primary\/40{
    background-color: rgb(23 62 81 / 0.4);
  }

  .lg\:bg-primary\/45{
    background-color: rgb(23 62 81 / 0.45);
  }

  .lg\:bg-primary\/5{
    background-color: rgb(23 62 81 / 0.05);
  }

  .lg\:bg-primary\/50{
    background-color: rgb(23 62 81 / 0.5);
  }

  .lg\:bg-primary\/55{
    background-color: rgb(23 62 81 / 0.55);
  }

  .lg\:bg-primary\/60{
    background-color: rgb(23 62 81 / 0.6);
  }

  .lg\:bg-primary\/65{
    background-color: rgb(23 62 81 / 0.65);
  }

  .lg\:bg-primary\/70{
    background-color: rgb(23 62 81 / 0.7);
  }

  .lg\:bg-primary\/75{
    background-color: rgb(23 62 81 / 0.75);
  }

  .lg\:bg-primary\/80{
    background-color: rgb(23 62 81 / 0.8);
  }

  .lg\:bg-primary\/85{
    background-color: rgb(23 62 81 / 0.85);
  }

  .lg\:bg-primary\/90{
    background-color: rgb(23 62 81 / 0.9);
  }

  .lg\:bg-primary\/95{
    background-color: rgb(23 62 81 / 0.95);
  }

  .lg\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-100\/0{
    background-color: rgb(243 232 255 / 0);
  }

  .lg\:bg-purple-100\/10{
    background-color: rgb(243 232 255 / 0.1);
  }

  .lg\:bg-purple-100\/100{
    background-color: rgb(243 232 255 / 1);
  }

  .lg\:bg-purple-100\/15{
    background-color: rgb(243 232 255 / 0.15);
  }

  .lg\:bg-purple-100\/20{
    background-color: rgb(243 232 255 / 0.2);
  }

  .lg\:bg-purple-100\/25{
    background-color: rgb(243 232 255 / 0.25);
  }

  .lg\:bg-purple-100\/30{
    background-color: rgb(243 232 255 / 0.3);
  }

  .lg\:bg-purple-100\/35{
    background-color: rgb(243 232 255 / 0.35);
  }

  .lg\:bg-purple-100\/40{
    background-color: rgb(243 232 255 / 0.4);
  }

  .lg\:bg-purple-100\/45{
    background-color: rgb(243 232 255 / 0.45);
  }

  .lg\:bg-purple-100\/5{
    background-color: rgb(243 232 255 / 0.05);
  }

  .lg\:bg-purple-100\/50{
    background-color: rgb(243 232 255 / 0.5);
  }

  .lg\:bg-purple-100\/55{
    background-color: rgb(243 232 255 / 0.55);
  }

  .lg\:bg-purple-100\/60{
    background-color: rgb(243 232 255 / 0.6);
  }

  .lg\:bg-purple-100\/65{
    background-color: rgb(243 232 255 / 0.65);
  }

  .lg\:bg-purple-100\/70{
    background-color: rgb(243 232 255 / 0.7);
  }

  .lg\:bg-purple-100\/75{
    background-color: rgb(243 232 255 / 0.75);
  }

  .lg\:bg-purple-100\/80{
    background-color: rgb(243 232 255 / 0.8);
  }

  .lg\:bg-purple-100\/85{
    background-color: rgb(243 232 255 / 0.85);
  }

  .lg\:bg-purple-100\/90{
    background-color: rgb(243 232 255 / 0.9);
  }

  .lg\:bg-purple-100\/95{
    background-color: rgb(243 232 255 / 0.95);
  }

  .lg\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-200\/0{
    background-color: rgb(233 213 255 / 0);
  }

  .lg\:bg-purple-200\/10{
    background-color: rgb(233 213 255 / 0.1);
  }

  .lg\:bg-purple-200\/100{
    background-color: rgb(233 213 255 / 1);
  }

  .lg\:bg-purple-200\/15{
    background-color: rgb(233 213 255 / 0.15);
  }

  .lg\:bg-purple-200\/20{
    background-color: rgb(233 213 255 / 0.2);
  }

  .lg\:bg-purple-200\/25{
    background-color: rgb(233 213 255 / 0.25);
  }

  .lg\:bg-purple-200\/30{
    background-color: rgb(233 213 255 / 0.3);
  }

  .lg\:bg-purple-200\/35{
    background-color: rgb(233 213 255 / 0.35);
  }

  .lg\:bg-purple-200\/40{
    background-color: rgb(233 213 255 / 0.4);
  }

  .lg\:bg-purple-200\/45{
    background-color: rgb(233 213 255 / 0.45);
  }

  .lg\:bg-purple-200\/5{
    background-color: rgb(233 213 255 / 0.05);
  }

  .lg\:bg-purple-200\/50{
    background-color: rgb(233 213 255 / 0.5);
  }

  .lg\:bg-purple-200\/55{
    background-color: rgb(233 213 255 / 0.55);
  }

  .lg\:bg-purple-200\/60{
    background-color: rgb(233 213 255 / 0.6);
  }

  .lg\:bg-purple-200\/65{
    background-color: rgb(233 213 255 / 0.65);
  }

  .lg\:bg-purple-200\/70{
    background-color: rgb(233 213 255 / 0.7);
  }

  .lg\:bg-purple-200\/75{
    background-color: rgb(233 213 255 / 0.75);
  }

  .lg\:bg-purple-200\/80{
    background-color: rgb(233 213 255 / 0.8);
  }

  .lg\:bg-purple-200\/85{
    background-color: rgb(233 213 255 / 0.85);
  }

  .lg\:bg-purple-200\/90{
    background-color: rgb(233 213 255 / 0.9);
  }

  .lg\:bg-purple-200\/95{
    background-color: rgb(233 213 255 / 0.95);
  }

  .lg\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-300\/0{
    background-color: rgb(216 180 254 / 0);
  }

  .lg\:bg-purple-300\/10{
    background-color: rgb(216 180 254 / 0.1);
  }

  .lg\:bg-purple-300\/100{
    background-color: rgb(216 180 254 / 1);
  }

  .lg\:bg-purple-300\/15{
    background-color: rgb(216 180 254 / 0.15);
  }

  .lg\:bg-purple-300\/20{
    background-color: rgb(216 180 254 / 0.2);
  }

  .lg\:bg-purple-300\/25{
    background-color: rgb(216 180 254 / 0.25);
  }

  .lg\:bg-purple-300\/30{
    background-color: rgb(216 180 254 / 0.3);
  }

  .lg\:bg-purple-300\/35{
    background-color: rgb(216 180 254 / 0.35);
  }

  .lg\:bg-purple-300\/40{
    background-color: rgb(216 180 254 / 0.4);
  }

  .lg\:bg-purple-300\/45{
    background-color: rgb(216 180 254 / 0.45);
  }

  .lg\:bg-purple-300\/5{
    background-color: rgb(216 180 254 / 0.05);
  }

  .lg\:bg-purple-300\/50{
    background-color: rgb(216 180 254 / 0.5);
  }

  .lg\:bg-purple-300\/55{
    background-color: rgb(216 180 254 / 0.55);
  }

  .lg\:bg-purple-300\/60{
    background-color: rgb(216 180 254 / 0.6);
  }

  .lg\:bg-purple-300\/65{
    background-color: rgb(216 180 254 / 0.65);
  }

  .lg\:bg-purple-300\/70{
    background-color: rgb(216 180 254 / 0.7);
  }

  .lg\:bg-purple-300\/75{
    background-color: rgb(216 180 254 / 0.75);
  }

  .lg\:bg-purple-300\/80{
    background-color: rgb(216 180 254 / 0.8);
  }

  .lg\:bg-purple-300\/85{
    background-color: rgb(216 180 254 / 0.85);
  }

  .lg\:bg-purple-300\/90{
    background-color: rgb(216 180 254 / 0.9);
  }

  .lg\:bg-purple-300\/95{
    background-color: rgb(216 180 254 / 0.95);
  }

  .lg\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-400\/0{
    background-color: rgb(192 132 252 / 0);
  }

  .lg\:bg-purple-400\/10{
    background-color: rgb(192 132 252 / 0.1);
  }

  .lg\:bg-purple-400\/100{
    background-color: rgb(192 132 252 / 1);
  }

  .lg\:bg-purple-400\/15{
    background-color: rgb(192 132 252 / 0.15);
  }

  .lg\:bg-purple-400\/20{
    background-color: rgb(192 132 252 / 0.2);
  }

  .lg\:bg-purple-400\/25{
    background-color: rgb(192 132 252 / 0.25);
  }

  .lg\:bg-purple-400\/30{
    background-color: rgb(192 132 252 / 0.3);
  }

  .lg\:bg-purple-400\/35{
    background-color: rgb(192 132 252 / 0.35);
  }

  .lg\:bg-purple-400\/40{
    background-color: rgb(192 132 252 / 0.4);
  }

  .lg\:bg-purple-400\/45{
    background-color: rgb(192 132 252 / 0.45);
  }

  .lg\:bg-purple-400\/5{
    background-color: rgb(192 132 252 / 0.05);
  }

  .lg\:bg-purple-400\/50{
    background-color: rgb(192 132 252 / 0.5);
  }

  .lg\:bg-purple-400\/55{
    background-color: rgb(192 132 252 / 0.55);
  }

  .lg\:bg-purple-400\/60{
    background-color: rgb(192 132 252 / 0.6);
  }

  .lg\:bg-purple-400\/65{
    background-color: rgb(192 132 252 / 0.65);
  }

  .lg\:bg-purple-400\/70{
    background-color: rgb(192 132 252 / 0.7);
  }

  .lg\:bg-purple-400\/75{
    background-color: rgb(192 132 252 / 0.75);
  }

  .lg\:bg-purple-400\/80{
    background-color: rgb(192 132 252 / 0.8);
  }

  .lg\:bg-purple-400\/85{
    background-color: rgb(192 132 252 / 0.85);
  }

  .lg\:bg-purple-400\/90{
    background-color: rgb(192 132 252 / 0.9);
  }

  .lg\:bg-purple-400\/95{
    background-color: rgb(192 132 252 / 0.95);
  }

  .lg\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-50\/0{
    background-color: rgb(250 245 255 / 0);
  }

  .lg\:bg-purple-50\/10{
    background-color: rgb(250 245 255 / 0.1);
  }

  .lg\:bg-purple-50\/100{
    background-color: rgb(250 245 255 / 1);
  }

  .lg\:bg-purple-50\/15{
    background-color: rgb(250 245 255 / 0.15);
  }

  .lg\:bg-purple-50\/20{
    background-color: rgb(250 245 255 / 0.2);
  }

  .lg\:bg-purple-50\/25{
    background-color: rgb(250 245 255 / 0.25);
  }

  .lg\:bg-purple-50\/30{
    background-color: rgb(250 245 255 / 0.3);
  }

  .lg\:bg-purple-50\/35{
    background-color: rgb(250 245 255 / 0.35);
  }

  .lg\:bg-purple-50\/40{
    background-color: rgb(250 245 255 / 0.4);
  }

  .lg\:bg-purple-50\/45{
    background-color: rgb(250 245 255 / 0.45);
  }

  .lg\:bg-purple-50\/5{
    background-color: rgb(250 245 255 / 0.05);
  }

  .lg\:bg-purple-50\/50{
    background-color: rgb(250 245 255 / 0.5);
  }

  .lg\:bg-purple-50\/55{
    background-color: rgb(250 245 255 / 0.55);
  }

  .lg\:bg-purple-50\/60{
    background-color: rgb(250 245 255 / 0.6);
  }

  .lg\:bg-purple-50\/65{
    background-color: rgb(250 245 255 / 0.65);
  }

  .lg\:bg-purple-50\/70{
    background-color: rgb(250 245 255 / 0.7);
  }

  .lg\:bg-purple-50\/75{
    background-color: rgb(250 245 255 / 0.75);
  }

  .lg\:bg-purple-50\/80{
    background-color: rgb(250 245 255 / 0.8);
  }

  .lg\:bg-purple-50\/85{
    background-color: rgb(250 245 255 / 0.85);
  }

  .lg\:bg-purple-50\/90{
    background-color: rgb(250 245 255 / 0.9);
  }

  .lg\:bg-purple-50\/95{
    background-color: rgb(250 245 255 / 0.95);
  }

  .lg\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-500\/0{
    background-color: rgb(168 85 247 / 0);
  }

  .lg\:bg-purple-500\/10{
    background-color: rgb(168 85 247 / 0.1);
  }

  .lg\:bg-purple-500\/100{
    background-color: rgb(168 85 247 / 1);
  }

  .lg\:bg-purple-500\/15{
    background-color: rgb(168 85 247 / 0.15);
  }

  .lg\:bg-purple-500\/20{
    background-color: rgb(168 85 247 / 0.2);
  }

  .lg\:bg-purple-500\/25{
    background-color: rgb(168 85 247 / 0.25);
  }

  .lg\:bg-purple-500\/30{
    background-color: rgb(168 85 247 / 0.3);
  }

  .lg\:bg-purple-500\/35{
    background-color: rgb(168 85 247 / 0.35);
  }

  .lg\:bg-purple-500\/40{
    background-color: rgb(168 85 247 / 0.4);
  }

  .lg\:bg-purple-500\/45{
    background-color: rgb(168 85 247 / 0.45);
  }

  .lg\:bg-purple-500\/5{
    background-color: rgb(168 85 247 / 0.05);
  }

  .lg\:bg-purple-500\/50{
    background-color: rgb(168 85 247 / 0.5);
  }

  .lg\:bg-purple-500\/55{
    background-color: rgb(168 85 247 / 0.55);
  }

  .lg\:bg-purple-500\/60{
    background-color: rgb(168 85 247 / 0.6);
  }

  .lg\:bg-purple-500\/65{
    background-color: rgb(168 85 247 / 0.65);
  }

  .lg\:bg-purple-500\/70{
    background-color: rgb(168 85 247 / 0.7);
  }

  .lg\:bg-purple-500\/75{
    background-color: rgb(168 85 247 / 0.75);
  }

  .lg\:bg-purple-500\/80{
    background-color: rgb(168 85 247 / 0.8);
  }

  .lg\:bg-purple-500\/85{
    background-color: rgb(168 85 247 / 0.85);
  }

  .lg\:bg-purple-500\/90{
    background-color: rgb(168 85 247 / 0.9);
  }

  .lg\:bg-purple-500\/95{
    background-color: rgb(168 85 247 / 0.95);
  }

  .lg\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-600\/0{
    background-color: rgb(147 51 234 / 0);
  }

  .lg\:bg-purple-600\/10{
    background-color: rgb(147 51 234 / 0.1);
  }

  .lg\:bg-purple-600\/100{
    background-color: rgb(147 51 234 / 1);
  }

  .lg\:bg-purple-600\/15{
    background-color: rgb(147 51 234 / 0.15);
  }

  .lg\:bg-purple-600\/20{
    background-color: rgb(147 51 234 / 0.2);
  }

  .lg\:bg-purple-600\/25{
    background-color: rgb(147 51 234 / 0.25);
  }

  .lg\:bg-purple-600\/30{
    background-color: rgb(147 51 234 / 0.3);
  }

  .lg\:bg-purple-600\/35{
    background-color: rgb(147 51 234 / 0.35);
  }

  .lg\:bg-purple-600\/40{
    background-color: rgb(147 51 234 / 0.4);
  }

  .lg\:bg-purple-600\/45{
    background-color: rgb(147 51 234 / 0.45);
  }

  .lg\:bg-purple-600\/5{
    background-color: rgb(147 51 234 / 0.05);
  }

  .lg\:bg-purple-600\/50{
    background-color: rgb(147 51 234 / 0.5);
  }

  .lg\:bg-purple-600\/55{
    background-color: rgb(147 51 234 / 0.55);
  }

  .lg\:bg-purple-600\/60{
    background-color: rgb(147 51 234 / 0.6);
  }

  .lg\:bg-purple-600\/65{
    background-color: rgb(147 51 234 / 0.65);
  }

  .lg\:bg-purple-600\/70{
    background-color: rgb(147 51 234 / 0.7);
  }

  .lg\:bg-purple-600\/75{
    background-color: rgb(147 51 234 / 0.75);
  }

  .lg\:bg-purple-600\/80{
    background-color: rgb(147 51 234 / 0.8);
  }

  .lg\:bg-purple-600\/85{
    background-color: rgb(147 51 234 / 0.85);
  }

  .lg\:bg-purple-600\/90{
    background-color: rgb(147 51 234 / 0.9);
  }

  .lg\:bg-purple-600\/95{
    background-color: rgb(147 51 234 / 0.95);
  }

  .lg\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-700\/0{
    background-color: rgb(126 34 206 / 0);
  }

  .lg\:bg-purple-700\/10{
    background-color: rgb(126 34 206 / 0.1);
  }

  .lg\:bg-purple-700\/100{
    background-color: rgb(126 34 206 / 1);
  }

  .lg\:bg-purple-700\/15{
    background-color: rgb(126 34 206 / 0.15);
  }

  .lg\:bg-purple-700\/20{
    background-color: rgb(126 34 206 / 0.2);
  }

  .lg\:bg-purple-700\/25{
    background-color: rgb(126 34 206 / 0.25);
  }

  .lg\:bg-purple-700\/30{
    background-color: rgb(126 34 206 / 0.3);
  }

  .lg\:bg-purple-700\/35{
    background-color: rgb(126 34 206 / 0.35);
  }

  .lg\:bg-purple-700\/40{
    background-color: rgb(126 34 206 / 0.4);
  }

  .lg\:bg-purple-700\/45{
    background-color: rgb(126 34 206 / 0.45);
  }

  .lg\:bg-purple-700\/5{
    background-color: rgb(126 34 206 / 0.05);
  }

  .lg\:bg-purple-700\/50{
    background-color: rgb(126 34 206 / 0.5);
  }

  .lg\:bg-purple-700\/55{
    background-color: rgb(126 34 206 / 0.55);
  }

  .lg\:bg-purple-700\/60{
    background-color: rgb(126 34 206 / 0.6);
  }

  .lg\:bg-purple-700\/65{
    background-color: rgb(126 34 206 / 0.65);
  }

  .lg\:bg-purple-700\/70{
    background-color: rgb(126 34 206 / 0.7);
  }

  .lg\:bg-purple-700\/75{
    background-color: rgb(126 34 206 / 0.75);
  }

  .lg\:bg-purple-700\/80{
    background-color: rgb(126 34 206 / 0.8);
  }

  .lg\:bg-purple-700\/85{
    background-color: rgb(126 34 206 / 0.85);
  }

  .lg\:bg-purple-700\/90{
    background-color: rgb(126 34 206 / 0.9);
  }

  .lg\:bg-purple-700\/95{
    background-color: rgb(126 34 206 / 0.95);
  }

  .lg\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-800\/0{
    background-color: rgb(107 33 168 / 0);
  }

  .lg\:bg-purple-800\/10{
    background-color: rgb(107 33 168 / 0.1);
  }

  .lg\:bg-purple-800\/100{
    background-color: rgb(107 33 168 / 1);
  }

  .lg\:bg-purple-800\/15{
    background-color: rgb(107 33 168 / 0.15);
  }

  .lg\:bg-purple-800\/20{
    background-color: rgb(107 33 168 / 0.2);
  }

  .lg\:bg-purple-800\/25{
    background-color: rgb(107 33 168 / 0.25);
  }

  .lg\:bg-purple-800\/30{
    background-color: rgb(107 33 168 / 0.3);
  }

  .lg\:bg-purple-800\/35{
    background-color: rgb(107 33 168 / 0.35);
  }

  .lg\:bg-purple-800\/40{
    background-color: rgb(107 33 168 / 0.4);
  }

  .lg\:bg-purple-800\/45{
    background-color: rgb(107 33 168 / 0.45);
  }

  .lg\:bg-purple-800\/5{
    background-color: rgb(107 33 168 / 0.05);
  }

  .lg\:bg-purple-800\/50{
    background-color: rgb(107 33 168 / 0.5);
  }

  .lg\:bg-purple-800\/55{
    background-color: rgb(107 33 168 / 0.55);
  }

  .lg\:bg-purple-800\/60{
    background-color: rgb(107 33 168 / 0.6);
  }

  .lg\:bg-purple-800\/65{
    background-color: rgb(107 33 168 / 0.65);
  }

  .lg\:bg-purple-800\/70{
    background-color: rgb(107 33 168 / 0.7);
  }

  .lg\:bg-purple-800\/75{
    background-color: rgb(107 33 168 / 0.75);
  }

  .lg\:bg-purple-800\/80{
    background-color: rgb(107 33 168 / 0.8);
  }

  .lg\:bg-purple-800\/85{
    background-color: rgb(107 33 168 / 0.85);
  }

  .lg\:bg-purple-800\/90{
    background-color: rgb(107 33 168 / 0.9);
  }

  .lg\:bg-purple-800\/95{
    background-color: rgb(107 33 168 / 0.95);
  }

  .lg\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-900\/0{
    background-color: rgb(88 28 135 / 0);
  }

  .lg\:bg-purple-900\/10{
    background-color: rgb(88 28 135 / 0.1);
  }

  .lg\:bg-purple-900\/100{
    background-color: rgb(88 28 135 / 1);
  }

  .lg\:bg-purple-900\/15{
    background-color: rgb(88 28 135 / 0.15);
  }

  .lg\:bg-purple-900\/20{
    background-color: rgb(88 28 135 / 0.2);
  }

  .lg\:bg-purple-900\/25{
    background-color: rgb(88 28 135 / 0.25);
  }

  .lg\:bg-purple-900\/30{
    background-color: rgb(88 28 135 / 0.3);
  }

  .lg\:bg-purple-900\/35{
    background-color: rgb(88 28 135 / 0.35);
  }

  .lg\:bg-purple-900\/40{
    background-color: rgb(88 28 135 / 0.4);
  }

  .lg\:bg-purple-900\/45{
    background-color: rgb(88 28 135 / 0.45);
  }

  .lg\:bg-purple-900\/5{
    background-color: rgb(88 28 135 / 0.05);
  }

  .lg\:bg-purple-900\/50{
    background-color: rgb(88 28 135 / 0.5);
  }

  .lg\:bg-purple-900\/55{
    background-color: rgb(88 28 135 / 0.55);
  }

  .lg\:bg-purple-900\/60{
    background-color: rgb(88 28 135 / 0.6);
  }

  .lg\:bg-purple-900\/65{
    background-color: rgb(88 28 135 / 0.65);
  }

  .lg\:bg-purple-900\/70{
    background-color: rgb(88 28 135 / 0.7);
  }

  .lg\:bg-purple-900\/75{
    background-color: rgb(88 28 135 / 0.75);
  }

  .lg\:bg-purple-900\/80{
    background-color: rgb(88 28 135 / 0.8);
  }

  .lg\:bg-purple-900\/85{
    background-color: rgb(88 28 135 / 0.85);
  }

  .lg\:bg-purple-900\/90{
    background-color: rgb(88 28 135 / 0.9);
  }

  .lg\:bg-purple-900\/95{
    background-color: rgb(88 28 135 / 0.95);
  }

  .lg\:bg-purple-950{
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-purple-950\/0{
    background-color: rgb(59 7 100 / 0);
  }

  .lg\:bg-purple-950\/10{
    background-color: rgb(59 7 100 / 0.1);
  }

  .lg\:bg-purple-950\/100{
    background-color: rgb(59 7 100 / 1);
  }

  .lg\:bg-purple-950\/15{
    background-color: rgb(59 7 100 / 0.15);
  }

  .lg\:bg-purple-950\/20{
    background-color: rgb(59 7 100 / 0.2);
  }

  .lg\:bg-purple-950\/25{
    background-color: rgb(59 7 100 / 0.25);
  }

  .lg\:bg-purple-950\/30{
    background-color: rgb(59 7 100 / 0.3);
  }

  .lg\:bg-purple-950\/35{
    background-color: rgb(59 7 100 / 0.35);
  }

  .lg\:bg-purple-950\/40{
    background-color: rgb(59 7 100 / 0.4);
  }

  .lg\:bg-purple-950\/45{
    background-color: rgb(59 7 100 / 0.45);
  }

  .lg\:bg-purple-950\/5{
    background-color: rgb(59 7 100 / 0.05);
  }

  .lg\:bg-purple-950\/50{
    background-color: rgb(59 7 100 / 0.5);
  }

  .lg\:bg-purple-950\/55{
    background-color: rgb(59 7 100 / 0.55);
  }

  .lg\:bg-purple-950\/60{
    background-color: rgb(59 7 100 / 0.6);
  }

  .lg\:bg-purple-950\/65{
    background-color: rgb(59 7 100 / 0.65);
  }

  .lg\:bg-purple-950\/70{
    background-color: rgb(59 7 100 / 0.7);
  }

  .lg\:bg-purple-950\/75{
    background-color: rgb(59 7 100 / 0.75);
  }

  .lg\:bg-purple-950\/80{
    background-color: rgb(59 7 100 / 0.8);
  }

  .lg\:bg-purple-950\/85{
    background-color: rgb(59 7 100 / 0.85);
  }

  .lg\:bg-purple-950\/90{
    background-color: rgb(59 7 100 / 0.9);
  }

  .lg\:bg-purple-950\/95{
    background-color: rgb(59 7 100 / 0.95);
  }

  .lg\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-100\/0{
    background-color: rgb(254 226 226 / 0);
  }

  .lg\:bg-red-100\/10{
    background-color: rgb(254 226 226 / 0.1);
  }

  .lg\:bg-red-100\/100{
    background-color: rgb(254 226 226 / 1);
  }

  .lg\:bg-red-100\/15{
    background-color: rgb(254 226 226 / 0.15);
  }

  .lg\:bg-red-100\/20{
    background-color: rgb(254 226 226 / 0.2);
  }

  .lg\:bg-red-100\/25{
    background-color: rgb(254 226 226 / 0.25);
  }

  .lg\:bg-red-100\/30{
    background-color: rgb(254 226 226 / 0.3);
  }

  .lg\:bg-red-100\/35{
    background-color: rgb(254 226 226 / 0.35);
  }

  .lg\:bg-red-100\/40{
    background-color: rgb(254 226 226 / 0.4);
  }

  .lg\:bg-red-100\/45{
    background-color: rgb(254 226 226 / 0.45);
  }

  .lg\:bg-red-100\/5{
    background-color: rgb(254 226 226 / 0.05);
  }

  .lg\:bg-red-100\/50{
    background-color: rgb(254 226 226 / 0.5);
  }

  .lg\:bg-red-100\/55{
    background-color: rgb(254 226 226 / 0.55);
  }

  .lg\:bg-red-100\/60{
    background-color: rgb(254 226 226 / 0.6);
  }

  .lg\:bg-red-100\/65{
    background-color: rgb(254 226 226 / 0.65);
  }

  .lg\:bg-red-100\/70{
    background-color: rgb(254 226 226 / 0.7);
  }

  .lg\:bg-red-100\/75{
    background-color: rgb(254 226 226 / 0.75);
  }

  .lg\:bg-red-100\/80{
    background-color: rgb(254 226 226 / 0.8);
  }

  .lg\:bg-red-100\/85{
    background-color: rgb(254 226 226 / 0.85);
  }

  .lg\:bg-red-100\/90{
    background-color: rgb(254 226 226 / 0.9);
  }

  .lg\:bg-red-100\/95{
    background-color: rgb(254 226 226 / 0.95);
  }

  .lg\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-200\/0{
    background-color: rgb(254 202 202 / 0);
  }

  .lg\:bg-red-200\/10{
    background-color: rgb(254 202 202 / 0.1);
  }

  .lg\:bg-red-200\/100{
    background-color: rgb(254 202 202 / 1);
  }

  .lg\:bg-red-200\/15{
    background-color: rgb(254 202 202 / 0.15);
  }

  .lg\:bg-red-200\/20{
    background-color: rgb(254 202 202 / 0.2);
  }

  .lg\:bg-red-200\/25{
    background-color: rgb(254 202 202 / 0.25);
  }

  .lg\:bg-red-200\/30{
    background-color: rgb(254 202 202 / 0.3);
  }

  .lg\:bg-red-200\/35{
    background-color: rgb(254 202 202 / 0.35);
  }

  .lg\:bg-red-200\/40{
    background-color: rgb(254 202 202 / 0.4);
  }

  .lg\:bg-red-200\/45{
    background-color: rgb(254 202 202 / 0.45);
  }

  .lg\:bg-red-200\/5{
    background-color: rgb(254 202 202 / 0.05);
  }

  .lg\:bg-red-200\/50{
    background-color: rgb(254 202 202 / 0.5);
  }

  .lg\:bg-red-200\/55{
    background-color: rgb(254 202 202 / 0.55);
  }

  .lg\:bg-red-200\/60{
    background-color: rgb(254 202 202 / 0.6);
  }

  .lg\:bg-red-200\/65{
    background-color: rgb(254 202 202 / 0.65);
  }

  .lg\:bg-red-200\/70{
    background-color: rgb(254 202 202 / 0.7);
  }

  .lg\:bg-red-200\/75{
    background-color: rgb(254 202 202 / 0.75);
  }

  .lg\:bg-red-200\/80{
    background-color: rgb(254 202 202 / 0.8);
  }

  .lg\:bg-red-200\/85{
    background-color: rgb(254 202 202 / 0.85);
  }

  .lg\:bg-red-200\/90{
    background-color: rgb(254 202 202 / 0.9);
  }

  .lg\:bg-red-200\/95{
    background-color: rgb(254 202 202 / 0.95);
  }

  .lg\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-300\/0{
    background-color: rgb(252 165 165 / 0);
  }

  .lg\:bg-red-300\/10{
    background-color: rgb(252 165 165 / 0.1);
  }

  .lg\:bg-red-300\/100{
    background-color: rgb(252 165 165 / 1);
  }

  .lg\:bg-red-300\/15{
    background-color: rgb(252 165 165 / 0.15);
  }

  .lg\:bg-red-300\/20{
    background-color: rgb(252 165 165 / 0.2);
  }

  .lg\:bg-red-300\/25{
    background-color: rgb(252 165 165 / 0.25);
  }

  .lg\:bg-red-300\/30{
    background-color: rgb(252 165 165 / 0.3);
  }

  .lg\:bg-red-300\/35{
    background-color: rgb(252 165 165 / 0.35);
  }

  .lg\:bg-red-300\/40{
    background-color: rgb(252 165 165 / 0.4);
  }

  .lg\:bg-red-300\/45{
    background-color: rgb(252 165 165 / 0.45);
  }

  .lg\:bg-red-300\/5{
    background-color: rgb(252 165 165 / 0.05);
  }

  .lg\:bg-red-300\/50{
    background-color: rgb(252 165 165 / 0.5);
  }

  .lg\:bg-red-300\/55{
    background-color: rgb(252 165 165 / 0.55);
  }

  .lg\:bg-red-300\/60{
    background-color: rgb(252 165 165 / 0.6);
  }

  .lg\:bg-red-300\/65{
    background-color: rgb(252 165 165 / 0.65);
  }

  .lg\:bg-red-300\/70{
    background-color: rgb(252 165 165 / 0.7);
  }

  .lg\:bg-red-300\/75{
    background-color: rgb(252 165 165 / 0.75);
  }

  .lg\:bg-red-300\/80{
    background-color: rgb(252 165 165 / 0.8);
  }

  .lg\:bg-red-300\/85{
    background-color: rgb(252 165 165 / 0.85);
  }

  .lg\:bg-red-300\/90{
    background-color: rgb(252 165 165 / 0.9);
  }

  .lg\:bg-red-300\/95{
    background-color: rgb(252 165 165 / 0.95);
  }

  .lg\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-400\/0{
    background-color: rgb(248 113 113 / 0);
  }

  .lg\:bg-red-400\/10{
    background-color: rgb(248 113 113 / 0.1);
  }

  .lg\:bg-red-400\/100{
    background-color: rgb(248 113 113 / 1);
  }

  .lg\:bg-red-400\/15{
    background-color: rgb(248 113 113 / 0.15);
  }

  .lg\:bg-red-400\/20{
    background-color: rgb(248 113 113 / 0.2);
  }

  .lg\:bg-red-400\/25{
    background-color: rgb(248 113 113 / 0.25);
  }

  .lg\:bg-red-400\/30{
    background-color: rgb(248 113 113 / 0.3);
  }

  .lg\:bg-red-400\/35{
    background-color: rgb(248 113 113 / 0.35);
  }

  .lg\:bg-red-400\/40{
    background-color: rgb(248 113 113 / 0.4);
  }

  .lg\:bg-red-400\/45{
    background-color: rgb(248 113 113 / 0.45);
  }

  .lg\:bg-red-400\/5{
    background-color: rgb(248 113 113 / 0.05);
  }

  .lg\:bg-red-400\/50{
    background-color: rgb(248 113 113 / 0.5);
  }

  .lg\:bg-red-400\/55{
    background-color: rgb(248 113 113 / 0.55);
  }

  .lg\:bg-red-400\/60{
    background-color: rgb(248 113 113 / 0.6);
  }

  .lg\:bg-red-400\/65{
    background-color: rgb(248 113 113 / 0.65);
  }

  .lg\:bg-red-400\/70{
    background-color: rgb(248 113 113 / 0.7);
  }

  .lg\:bg-red-400\/75{
    background-color: rgb(248 113 113 / 0.75);
  }

  .lg\:bg-red-400\/80{
    background-color: rgb(248 113 113 / 0.8);
  }

  .lg\:bg-red-400\/85{
    background-color: rgb(248 113 113 / 0.85);
  }

  .lg\:bg-red-400\/90{
    background-color: rgb(248 113 113 / 0.9);
  }

  .lg\:bg-red-400\/95{
    background-color: rgb(248 113 113 / 0.95);
  }

  .lg\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-50\/0{
    background-color: rgb(254 242 242 / 0);
  }

  .lg\:bg-red-50\/10{
    background-color: rgb(254 242 242 / 0.1);
  }

  .lg\:bg-red-50\/100{
    background-color: rgb(254 242 242 / 1);
  }

  .lg\:bg-red-50\/15{
    background-color: rgb(254 242 242 / 0.15);
  }

  .lg\:bg-red-50\/20{
    background-color: rgb(254 242 242 / 0.2);
  }

  .lg\:bg-red-50\/25{
    background-color: rgb(254 242 242 / 0.25);
  }

  .lg\:bg-red-50\/30{
    background-color: rgb(254 242 242 / 0.3);
  }

  .lg\:bg-red-50\/35{
    background-color: rgb(254 242 242 / 0.35);
  }

  .lg\:bg-red-50\/40{
    background-color: rgb(254 242 242 / 0.4);
  }

  .lg\:bg-red-50\/45{
    background-color: rgb(254 242 242 / 0.45);
  }

  .lg\:bg-red-50\/5{
    background-color: rgb(254 242 242 / 0.05);
  }

  .lg\:bg-red-50\/50{
    background-color: rgb(254 242 242 / 0.5);
  }

  .lg\:bg-red-50\/55{
    background-color: rgb(254 242 242 / 0.55);
  }

  .lg\:bg-red-50\/60{
    background-color: rgb(254 242 242 / 0.6);
  }

  .lg\:bg-red-50\/65{
    background-color: rgb(254 242 242 / 0.65);
  }

  .lg\:bg-red-50\/70{
    background-color: rgb(254 242 242 / 0.7);
  }

  .lg\:bg-red-50\/75{
    background-color: rgb(254 242 242 / 0.75);
  }

  .lg\:bg-red-50\/80{
    background-color: rgb(254 242 242 / 0.8);
  }

  .lg\:bg-red-50\/85{
    background-color: rgb(254 242 242 / 0.85);
  }

  .lg\:bg-red-50\/90{
    background-color: rgb(254 242 242 / 0.9);
  }

  .lg\:bg-red-50\/95{
    background-color: rgb(254 242 242 / 0.95);
  }

  .lg\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-500\/0{
    background-color: rgb(239 68 68 / 0);
  }

  .lg\:bg-red-500\/10{
    background-color: rgb(239 68 68 / 0.1);
  }

  .lg\:bg-red-500\/100{
    background-color: rgb(239 68 68 / 1);
  }

  .lg\:bg-red-500\/15{
    background-color: rgb(239 68 68 / 0.15);
  }

  .lg\:bg-red-500\/20{
    background-color: rgb(239 68 68 / 0.2);
  }

  .lg\:bg-red-500\/25{
    background-color: rgb(239 68 68 / 0.25);
  }

  .lg\:bg-red-500\/30{
    background-color: rgb(239 68 68 / 0.3);
  }

  .lg\:bg-red-500\/35{
    background-color: rgb(239 68 68 / 0.35);
  }

  .lg\:bg-red-500\/40{
    background-color: rgb(239 68 68 / 0.4);
  }

  .lg\:bg-red-500\/45{
    background-color: rgb(239 68 68 / 0.45);
  }

  .lg\:bg-red-500\/5{
    background-color: rgb(239 68 68 / 0.05);
  }

  .lg\:bg-red-500\/50{
    background-color: rgb(239 68 68 / 0.5);
  }

  .lg\:bg-red-500\/55{
    background-color: rgb(239 68 68 / 0.55);
  }

  .lg\:bg-red-500\/60{
    background-color: rgb(239 68 68 / 0.6);
  }

  .lg\:bg-red-500\/65{
    background-color: rgb(239 68 68 / 0.65);
  }

  .lg\:bg-red-500\/70{
    background-color: rgb(239 68 68 / 0.7);
  }

  .lg\:bg-red-500\/75{
    background-color: rgb(239 68 68 / 0.75);
  }

  .lg\:bg-red-500\/80{
    background-color: rgb(239 68 68 / 0.8);
  }

  .lg\:bg-red-500\/85{
    background-color: rgb(239 68 68 / 0.85);
  }

  .lg\:bg-red-500\/90{
    background-color: rgb(239 68 68 / 0.9);
  }

  .lg\:bg-red-500\/95{
    background-color: rgb(239 68 68 / 0.95);
  }

  .lg\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-600\/0{
    background-color: rgb(220 38 38 / 0);
  }

  .lg\:bg-red-600\/10{
    background-color: rgb(220 38 38 / 0.1);
  }

  .lg\:bg-red-600\/100{
    background-color: rgb(220 38 38 / 1);
  }

  .lg\:bg-red-600\/15{
    background-color: rgb(220 38 38 / 0.15);
  }

  .lg\:bg-red-600\/20{
    background-color: rgb(220 38 38 / 0.2);
  }

  .lg\:bg-red-600\/25{
    background-color: rgb(220 38 38 / 0.25);
  }

  .lg\:bg-red-600\/30{
    background-color: rgb(220 38 38 / 0.3);
  }

  .lg\:bg-red-600\/35{
    background-color: rgb(220 38 38 / 0.35);
  }

  .lg\:bg-red-600\/40{
    background-color: rgb(220 38 38 / 0.4);
  }

  .lg\:bg-red-600\/45{
    background-color: rgb(220 38 38 / 0.45);
  }

  .lg\:bg-red-600\/5{
    background-color: rgb(220 38 38 / 0.05);
  }

  .lg\:bg-red-600\/50{
    background-color: rgb(220 38 38 / 0.5);
  }

  .lg\:bg-red-600\/55{
    background-color: rgb(220 38 38 / 0.55);
  }

  .lg\:bg-red-600\/60{
    background-color: rgb(220 38 38 / 0.6);
  }

  .lg\:bg-red-600\/65{
    background-color: rgb(220 38 38 / 0.65);
  }

  .lg\:bg-red-600\/70{
    background-color: rgb(220 38 38 / 0.7);
  }

  .lg\:bg-red-600\/75{
    background-color: rgb(220 38 38 / 0.75);
  }

  .lg\:bg-red-600\/80{
    background-color: rgb(220 38 38 / 0.8);
  }

  .lg\:bg-red-600\/85{
    background-color: rgb(220 38 38 / 0.85);
  }

  .lg\:bg-red-600\/90{
    background-color: rgb(220 38 38 / 0.9);
  }

  .lg\:bg-red-600\/95{
    background-color: rgb(220 38 38 / 0.95);
  }

  .lg\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-700\/0{
    background-color: rgb(185 28 28 / 0);
  }

  .lg\:bg-red-700\/10{
    background-color: rgb(185 28 28 / 0.1);
  }

  .lg\:bg-red-700\/100{
    background-color: rgb(185 28 28 / 1);
  }

  .lg\:bg-red-700\/15{
    background-color: rgb(185 28 28 / 0.15);
  }

  .lg\:bg-red-700\/20{
    background-color: rgb(185 28 28 / 0.2);
  }

  .lg\:bg-red-700\/25{
    background-color: rgb(185 28 28 / 0.25);
  }

  .lg\:bg-red-700\/30{
    background-color: rgb(185 28 28 / 0.3);
  }

  .lg\:bg-red-700\/35{
    background-color: rgb(185 28 28 / 0.35);
  }

  .lg\:bg-red-700\/40{
    background-color: rgb(185 28 28 / 0.4);
  }

  .lg\:bg-red-700\/45{
    background-color: rgb(185 28 28 / 0.45);
  }

  .lg\:bg-red-700\/5{
    background-color: rgb(185 28 28 / 0.05);
  }

  .lg\:bg-red-700\/50{
    background-color: rgb(185 28 28 / 0.5);
  }

  .lg\:bg-red-700\/55{
    background-color: rgb(185 28 28 / 0.55);
  }

  .lg\:bg-red-700\/60{
    background-color: rgb(185 28 28 / 0.6);
  }

  .lg\:bg-red-700\/65{
    background-color: rgb(185 28 28 / 0.65);
  }

  .lg\:bg-red-700\/70{
    background-color: rgb(185 28 28 / 0.7);
  }

  .lg\:bg-red-700\/75{
    background-color: rgb(185 28 28 / 0.75);
  }

  .lg\:bg-red-700\/80{
    background-color: rgb(185 28 28 / 0.8);
  }

  .lg\:bg-red-700\/85{
    background-color: rgb(185 28 28 / 0.85);
  }

  .lg\:bg-red-700\/90{
    background-color: rgb(185 28 28 / 0.9);
  }

  .lg\:bg-red-700\/95{
    background-color: rgb(185 28 28 / 0.95);
  }

  .lg\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-800\/0{
    background-color: rgb(153 27 27 / 0);
  }

  .lg\:bg-red-800\/10{
    background-color: rgb(153 27 27 / 0.1);
  }

  .lg\:bg-red-800\/100{
    background-color: rgb(153 27 27 / 1);
  }

  .lg\:bg-red-800\/15{
    background-color: rgb(153 27 27 / 0.15);
  }

  .lg\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .lg\:bg-red-800\/25{
    background-color: rgb(153 27 27 / 0.25);
  }

  .lg\:bg-red-800\/30{
    background-color: rgb(153 27 27 / 0.3);
  }

  .lg\:bg-red-800\/35{
    background-color: rgb(153 27 27 / 0.35);
  }

  .lg\:bg-red-800\/40{
    background-color: rgb(153 27 27 / 0.4);
  }

  .lg\:bg-red-800\/45{
    background-color: rgb(153 27 27 / 0.45);
  }

  .lg\:bg-red-800\/5{
    background-color: rgb(153 27 27 / 0.05);
  }

  .lg\:bg-red-800\/50{
    background-color: rgb(153 27 27 / 0.5);
  }

  .lg\:bg-red-800\/55{
    background-color: rgb(153 27 27 / 0.55);
  }

  .lg\:bg-red-800\/60{
    background-color: rgb(153 27 27 / 0.6);
  }

  .lg\:bg-red-800\/65{
    background-color: rgb(153 27 27 / 0.65);
  }

  .lg\:bg-red-800\/70{
    background-color: rgb(153 27 27 / 0.7);
  }

  .lg\:bg-red-800\/75{
    background-color: rgb(153 27 27 / 0.75);
  }

  .lg\:bg-red-800\/80{
    background-color: rgb(153 27 27 / 0.8);
  }

  .lg\:bg-red-800\/85{
    background-color: rgb(153 27 27 / 0.85);
  }

  .lg\:bg-red-800\/90{
    background-color: rgb(153 27 27 / 0.9);
  }

  .lg\:bg-red-800\/95{
    background-color: rgb(153 27 27 / 0.95);
  }

  .lg\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-900\/0{
    background-color: rgb(127 29 29 / 0);
  }

  .lg\:bg-red-900\/10{
    background-color: rgb(127 29 29 / 0.1);
  }

  .lg\:bg-red-900\/100{
    background-color: rgb(127 29 29 / 1);
  }

  .lg\:bg-red-900\/15{
    background-color: rgb(127 29 29 / 0.15);
  }

  .lg\:bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }

  .lg\:bg-red-900\/25{
    background-color: rgb(127 29 29 / 0.25);
  }

  .lg\:bg-red-900\/30{
    background-color: rgb(127 29 29 / 0.3);
  }

  .lg\:bg-red-900\/35{
    background-color: rgb(127 29 29 / 0.35);
  }

  .lg\:bg-red-900\/40{
    background-color: rgb(127 29 29 / 0.4);
  }

  .lg\:bg-red-900\/45{
    background-color: rgb(127 29 29 / 0.45);
  }

  .lg\:bg-red-900\/5{
    background-color: rgb(127 29 29 / 0.05);
  }

  .lg\:bg-red-900\/50{
    background-color: rgb(127 29 29 / 0.5);
  }

  .lg\:bg-red-900\/55{
    background-color: rgb(127 29 29 / 0.55);
  }

  .lg\:bg-red-900\/60{
    background-color: rgb(127 29 29 / 0.6);
  }

  .lg\:bg-red-900\/65{
    background-color: rgb(127 29 29 / 0.65);
  }

  .lg\:bg-red-900\/70{
    background-color: rgb(127 29 29 / 0.7);
  }

  .lg\:bg-red-900\/75{
    background-color: rgb(127 29 29 / 0.75);
  }

  .lg\:bg-red-900\/80{
    background-color: rgb(127 29 29 / 0.8);
  }

  .lg\:bg-red-900\/85{
    background-color: rgb(127 29 29 / 0.85);
  }

  .lg\:bg-red-900\/90{
    background-color: rgb(127 29 29 / 0.9);
  }

  .lg\:bg-red-900\/95{
    background-color: rgb(127 29 29 / 0.95);
  }

  .lg\:bg-red-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-red-950\/0{
    background-color: rgb(69 10 10 / 0);
  }

  .lg\:bg-red-950\/10{
    background-color: rgb(69 10 10 / 0.1);
  }

  .lg\:bg-red-950\/100{
    background-color: rgb(69 10 10 / 1);
  }

  .lg\:bg-red-950\/15{
    background-color: rgb(69 10 10 / 0.15);
  }

  .lg\:bg-red-950\/20{
    background-color: rgb(69 10 10 / 0.2);
  }

  .lg\:bg-red-950\/25{
    background-color: rgb(69 10 10 / 0.25);
  }

  .lg\:bg-red-950\/30{
    background-color: rgb(69 10 10 / 0.3);
  }

  .lg\:bg-red-950\/35{
    background-color: rgb(69 10 10 / 0.35);
  }

  .lg\:bg-red-950\/40{
    background-color: rgb(69 10 10 / 0.4);
  }

  .lg\:bg-red-950\/45{
    background-color: rgb(69 10 10 / 0.45);
  }

  .lg\:bg-red-950\/5{
    background-color: rgb(69 10 10 / 0.05);
  }

  .lg\:bg-red-950\/50{
    background-color: rgb(69 10 10 / 0.5);
  }

  .lg\:bg-red-950\/55{
    background-color: rgb(69 10 10 / 0.55);
  }

  .lg\:bg-red-950\/60{
    background-color: rgb(69 10 10 / 0.6);
  }

  .lg\:bg-red-950\/65{
    background-color: rgb(69 10 10 / 0.65);
  }

  .lg\:bg-red-950\/70{
    background-color: rgb(69 10 10 / 0.7);
  }

  .lg\:bg-red-950\/75{
    background-color: rgb(69 10 10 / 0.75);
  }

  .lg\:bg-red-950\/80{
    background-color: rgb(69 10 10 / 0.8);
  }

  .lg\:bg-red-950\/85{
    background-color: rgb(69 10 10 / 0.85);
  }

  .lg\:bg-red-950\/90{
    background-color: rgb(69 10 10 / 0.9);
  }

  .lg\:bg-red-950\/95{
    background-color: rgb(69 10 10 / 0.95);
  }

  .lg\:bg-rose-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-100\/0{
    background-color: rgb(255 228 230 / 0);
  }

  .lg\:bg-rose-100\/10{
    background-color: rgb(255 228 230 / 0.1);
  }

  .lg\:bg-rose-100\/100{
    background-color: rgb(255 228 230 / 1);
  }

  .lg\:bg-rose-100\/15{
    background-color: rgb(255 228 230 / 0.15);
  }

  .lg\:bg-rose-100\/20{
    background-color: rgb(255 228 230 / 0.2);
  }

  .lg\:bg-rose-100\/25{
    background-color: rgb(255 228 230 / 0.25);
  }

  .lg\:bg-rose-100\/30{
    background-color: rgb(255 228 230 / 0.3);
  }

  .lg\:bg-rose-100\/35{
    background-color: rgb(255 228 230 / 0.35);
  }

  .lg\:bg-rose-100\/40{
    background-color: rgb(255 228 230 / 0.4);
  }

  .lg\:bg-rose-100\/45{
    background-color: rgb(255 228 230 / 0.45);
  }

  .lg\:bg-rose-100\/5{
    background-color: rgb(255 228 230 / 0.05);
  }

  .lg\:bg-rose-100\/50{
    background-color: rgb(255 228 230 / 0.5);
  }

  .lg\:bg-rose-100\/55{
    background-color: rgb(255 228 230 / 0.55);
  }

  .lg\:bg-rose-100\/60{
    background-color: rgb(255 228 230 / 0.6);
  }

  .lg\:bg-rose-100\/65{
    background-color: rgb(255 228 230 / 0.65);
  }

  .lg\:bg-rose-100\/70{
    background-color: rgb(255 228 230 / 0.7);
  }

  .lg\:bg-rose-100\/75{
    background-color: rgb(255 228 230 / 0.75);
  }

  .lg\:bg-rose-100\/80{
    background-color: rgb(255 228 230 / 0.8);
  }

  .lg\:bg-rose-100\/85{
    background-color: rgb(255 228 230 / 0.85);
  }

  .lg\:bg-rose-100\/90{
    background-color: rgb(255 228 230 / 0.9);
  }

  .lg\:bg-rose-100\/95{
    background-color: rgb(255 228 230 / 0.95);
  }

  .lg\:bg-rose-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-200\/0{
    background-color: rgb(254 205 211 / 0);
  }

  .lg\:bg-rose-200\/10{
    background-color: rgb(254 205 211 / 0.1);
  }

  .lg\:bg-rose-200\/100{
    background-color: rgb(254 205 211 / 1);
  }

  .lg\:bg-rose-200\/15{
    background-color: rgb(254 205 211 / 0.15);
  }

  .lg\:bg-rose-200\/20{
    background-color: rgb(254 205 211 / 0.2);
  }

  .lg\:bg-rose-200\/25{
    background-color: rgb(254 205 211 / 0.25);
  }

  .lg\:bg-rose-200\/30{
    background-color: rgb(254 205 211 / 0.3);
  }

  .lg\:bg-rose-200\/35{
    background-color: rgb(254 205 211 / 0.35);
  }

  .lg\:bg-rose-200\/40{
    background-color: rgb(254 205 211 / 0.4);
  }

  .lg\:bg-rose-200\/45{
    background-color: rgb(254 205 211 / 0.45);
  }

  .lg\:bg-rose-200\/5{
    background-color: rgb(254 205 211 / 0.05);
  }

  .lg\:bg-rose-200\/50{
    background-color: rgb(254 205 211 / 0.5);
  }

  .lg\:bg-rose-200\/55{
    background-color: rgb(254 205 211 / 0.55);
  }

  .lg\:bg-rose-200\/60{
    background-color: rgb(254 205 211 / 0.6);
  }

  .lg\:bg-rose-200\/65{
    background-color: rgb(254 205 211 / 0.65);
  }

  .lg\:bg-rose-200\/70{
    background-color: rgb(254 205 211 / 0.7);
  }

  .lg\:bg-rose-200\/75{
    background-color: rgb(254 205 211 / 0.75);
  }

  .lg\:bg-rose-200\/80{
    background-color: rgb(254 205 211 / 0.8);
  }

  .lg\:bg-rose-200\/85{
    background-color: rgb(254 205 211 / 0.85);
  }

  .lg\:bg-rose-200\/90{
    background-color: rgb(254 205 211 / 0.9);
  }

  .lg\:bg-rose-200\/95{
    background-color: rgb(254 205 211 / 0.95);
  }

  .lg\:bg-rose-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-300\/0{
    background-color: rgb(253 164 175 / 0);
  }

  .lg\:bg-rose-300\/10{
    background-color: rgb(253 164 175 / 0.1);
  }

  .lg\:bg-rose-300\/100{
    background-color: rgb(253 164 175 / 1);
  }

  .lg\:bg-rose-300\/15{
    background-color: rgb(253 164 175 / 0.15);
  }

  .lg\:bg-rose-300\/20{
    background-color: rgb(253 164 175 / 0.2);
  }

  .lg\:bg-rose-300\/25{
    background-color: rgb(253 164 175 / 0.25);
  }

  .lg\:bg-rose-300\/30{
    background-color: rgb(253 164 175 / 0.3);
  }

  .lg\:bg-rose-300\/35{
    background-color: rgb(253 164 175 / 0.35);
  }

  .lg\:bg-rose-300\/40{
    background-color: rgb(253 164 175 / 0.4);
  }

  .lg\:bg-rose-300\/45{
    background-color: rgb(253 164 175 / 0.45);
  }

  .lg\:bg-rose-300\/5{
    background-color: rgb(253 164 175 / 0.05);
  }

  .lg\:bg-rose-300\/50{
    background-color: rgb(253 164 175 / 0.5);
  }

  .lg\:bg-rose-300\/55{
    background-color: rgb(253 164 175 / 0.55);
  }

  .lg\:bg-rose-300\/60{
    background-color: rgb(253 164 175 / 0.6);
  }

  .lg\:bg-rose-300\/65{
    background-color: rgb(253 164 175 / 0.65);
  }

  .lg\:bg-rose-300\/70{
    background-color: rgb(253 164 175 / 0.7);
  }

  .lg\:bg-rose-300\/75{
    background-color: rgb(253 164 175 / 0.75);
  }

  .lg\:bg-rose-300\/80{
    background-color: rgb(253 164 175 / 0.8);
  }

  .lg\:bg-rose-300\/85{
    background-color: rgb(253 164 175 / 0.85);
  }

  .lg\:bg-rose-300\/90{
    background-color: rgb(253 164 175 / 0.9);
  }

  .lg\:bg-rose-300\/95{
    background-color: rgb(253 164 175 / 0.95);
  }

  .lg\:bg-rose-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-400\/0{
    background-color: rgb(251 113 133 / 0);
  }

  .lg\:bg-rose-400\/10{
    background-color: rgb(251 113 133 / 0.1);
  }

  .lg\:bg-rose-400\/100{
    background-color: rgb(251 113 133 / 1);
  }

  .lg\:bg-rose-400\/15{
    background-color: rgb(251 113 133 / 0.15);
  }

  .lg\:bg-rose-400\/20{
    background-color: rgb(251 113 133 / 0.2);
  }

  .lg\:bg-rose-400\/25{
    background-color: rgb(251 113 133 / 0.25);
  }

  .lg\:bg-rose-400\/30{
    background-color: rgb(251 113 133 / 0.3);
  }

  .lg\:bg-rose-400\/35{
    background-color: rgb(251 113 133 / 0.35);
  }

  .lg\:bg-rose-400\/40{
    background-color: rgb(251 113 133 / 0.4);
  }

  .lg\:bg-rose-400\/45{
    background-color: rgb(251 113 133 / 0.45);
  }

  .lg\:bg-rose-400\/5{
    background-color: rgb(251 113 133 / 0.05);
  }

  .lg\:bg-rose-400\/50{
    background-color: rgb(251 113 133 / 0.5);
  }

  .lg\:bg-rose-400\/55{
    background-color: rgb(251 113 133 / 0.55);
  }

  .lg\:bg-rose-400\/60{
    background-color: rgb(251 113 133 / 0.6);
  }

  .lg\:bg-rose-400\/65{
    background-color: rgb(251 113 133 / 0.65);
  }

  .lg\:bg-rose-400\/70{
    background-color: rgb(251 113 133 / 0.7);
  }

  .lg\:bg-rose-400\/75{
    background-color: rgb(251 113 133 / 0.75);
  }

  .lg\:bg-rose-400\/80{
    background-color: rgb(251 113 133 / 0.8);
  }

  .lg\:bg-rose-400\/85{
    background-color: rgb(251 113 133 / 0.85);
  }

  .lg\:bg-rose-400\/90{
    background-color: rgb(251 113 133 / 0.9);
  }

  .lg\:bg-rose-400\/95{
    background-color: rgb(251 113 133 / 0.95);
  }

  .lg\:bg-rose-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-50\/0{
    background-color: rgb(255 241 242 / 0);
  }

  .lg\:bg-rose-50\/10{
    background-color: rgb(255 241 242 / 0.1);
  }

  .lg\:bg-rose-50\/100{
    background-color: rgb(255 241 242 / 1);
  }

  .lg\:bg-rose-50\/15{
    background-color: rgb(255 241 242 / 0.15);
  }

  .lg\:bg-rose-50\/20{
    background-color: rgb(255 241 242 / 0.2);
  }

  .lg\:bg-rose-50\/25{
    background-color: rgb(255 241 242 / 0.25);
  }

  .lg\:bg-rose-50\/30{
    background-color: rgb(255 241 242 / 0.3);
  }

  .lg\:bg-rose-50\/35{
    background-color: rgb(255 241 242 / 0.35);
  }

  .lg\:bg-rose-50\/40{
    background-color: rgb(255 241 242 / 0.4);
  }

  .lg\:bg-rose-50\/45{
    background-color: rgb(255 241 242 / 0.45);
  }

  .lg\:bg-rose-50\/5{
    background-color: rgb(255 241 242 / 0.05);
  }

  .lg\:bg-rose-50\/50{
    background-color: rgb(255 241 242 / 0.5);
  }

  .lg\:bg-rose-50\/55{
    background-color: rgb(255 241 242 / 0.55);
  }

  .lg\:bg-rose-50\/60{
    background-color: rgb(255 241 242 / 0.6);
  }

  .lg\:bg-rose-50\/65{
    background-color: rgb(255 241 242 / 0.65);
  }

  .lg\:bg-rose-50\/70{
    background-color: rgb(255 241 242 / 0.7);
  }

  .lg\:bg-rose-50\/75{
    background-color: rgb(255 241 242 / 0.75);
  }

  .lg\:bg-rose-50\/80{
    background-color: rgb(255 241 242 / 0.8);
  }

  .lg\:bg-rose-50\/85{
    background-color: rgb(255 241 242 / 0.85);
  }

  .lg\:bg-rose-50\/90{
    background-color: rgb(255 241 242 / 0.9);
  }

  .lg\:bg-rose-50\/95{
    background-color: rgb(255 241 242 / 0.95);
  }

  .lg\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-500\/0{
    background-color: rgb(244 63 94 / 0);
  }

  .lg\:bg-rose-500\/10{
    background-color: rgb(244 63 94 / 0.1);
  }

  .lg\:bg-rose-500\/100{
    background-color: rgb(244 63 94 / 1);
  }

  .lg\:bg-rose-500\/15{
    background-color: rgb(244 63 94 / 0.15);
  }

  .lg\:bg-rose-500\/20{
    background-color: rgb(244 63 94 / 0.2);
  }

  .lg\:bg-rose-500\/25{
    background-color: rgb(244 63 94 / 0.25);
  }

  .lg\:bg-rose-500\/30{
    background-color: rgb(244 63 94 / 0.3);
  }

  .lg\:bg-rose-500\/35{
    background-color: rgb(244 63 94 / 0.35);
  }

  .lg\:bg-rose-500\/40{
    background-color: rgb(244 63 94 / 0.4);
  }

  .lg\:bg-rose-500\/45{
    background-color: rgb(244 63 94 / 0.45);
  }

  .lg\:bg-rose-500\/5{
    background-color: rgb(244 63 94 / 0.05);
  }

  .lg\:bg-rose-500\/50{
    background-color: rgb(244 63 94 / 0.5);
  }

  .lg\:bg-rose-500\/55{
    background-color: rgb(244 63 94 / 0.55);
  }

  .lg\:bg-rose-500\/60{
    background-color: rgb(244 63 94 / 0.6);
  }

  .lg\:bg-rose-500\/65{
    background-color: rgb(244 63 94 / 0.65);
  }

  .lg\:bg-rose-500\/70{
    background-color: rgb(244 63 94 / 0.7);
  }

  .lg\:bg-rose-500\/75{
    background-color: rgb(244 63 94 / 0.75);
  }

  .lg\:bg-rose-500\/80{
    background-color: rgb(244 63 94 / 0.8);
  }

  .lg\:bg-rose-500\/85{
    background-color: rgb(244 63 94 / 0.85);
  }

  .lg\:bg-rose-500\/90{
    background-color: rgb(244 63 94 / 0.9);
  }

  .lg\:bg-rose-500\/95{
    background-color: rgb(244 63 94 / 0.95);
  }

  .lg\:bg-rose-600{
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-600\/0{
    background-color: rgb(225 29 72 / 0);
  }

  .lg\:bg-rose-600\/10{
    background-color: rgb(225 29 72 / 0.1);
  }

  .lg\:bg-rose-600\/100{
    background-color: rgb(225 29 72 / 1);
  }

  .lg\:bg-rose-600\/15{
    background-color: rgb(225 29 72 / 0.15);
  }

  .lg\:bg-rose-600\/20{
    background-color: rgb(225 29 72 / 0.2);
  }

  .lg\:bg-rose-600\/25{
    background-color: rgb(225 29 72 / 0.25);
  }

  .lg\:bg-rose-600\/30{
    background-color: rgb(225 29 72 / 0.3);
  }

  .lg\:bg-rose-600\/35{
    background-color: rgb(225 29 72 / 0.35);
  }

  .lg\:bg-rose-600\/40{
    background-color: rgb(225 29 72 / 0.4);
  }

  .lg\:bg-rose-600\/45{
    background-color: rgb(225 29 72 / 0.45);
  }

  .lg\:bg-rose-600\/5{
    background-color: rgb(225 29 72 / 0.05);
  }

  .lg\:bg-rose-600\/50{
    background-color: rgb(225 29 72 / 0.5);
  }

  .lg\:bg-rose-600\/55{
    background-color: rgb(225 29 72 / 0.55);
  }

  .lg\:bg-rose-600\/60{
    background-color: rgb(225 29 72 / 0.6);
  }

  .lg\:bg-rose-600\/65{
    background-color: rgb(225 29 72 / 0.65);
  }

  .lg\:bg-rose-600\/70{
    background-color: rgb(225 29 72 / 0.7);
  }

  .lg\:bg-rose-600\/75{
    background-color: rgb(225 29 72 / 0.75);
  }

  .lg\:bg-rose-600\/80{
    background-color: rgb(225 29 72 / 0.8);
  }

  .lg\:bg-rose-600\/85{
    background-color: rgb(225 29 72 / 0.85);
  }

  .lg\:bg-rose-600\/90{
    background-color: rgb(225 29 72 / 0.9);
  }

  .lg\:bg-rose-600\/95{
    background-color: rgb(225 29 72 / 0.95);
  }

  .lg\:bg-rose-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-700\/0{
    background-color: rgb(190 18 60 / 0);
  }

  .lg\:bg-rose-700\/10{
    background-color: rgb(190 18 60 / 0.1);
  }

  .lg\:bg-rose-700\/100{
    background-color: rgb(190 18 60 / 1);
  }

  .lg\:bg-rose-700\/15{
    background-color: rgb(190 18 60 / 0.15);
  }

  .lg\:bg-rose-700\/20{
    background-color: rgb(190 18 60 / 0.2);
  }

  .lg\:bg-rose-700\/25{
    background-color: rgb(190 18 60 / 0.25);
  }

  .lg\:bg-rose-700\/30{
    background-color: rgb(190 18 60 / 0.3);
  }

  .lg\:bg-rose-700\/35{
    background-color: rgb(190 18 60 / 0.35);
  }

  .lg\:bg-rose-700\/40{
    background-color: rgb(190 18 60 / 0.4);
  }

  .lg\:bg-rose-700\/45{
    background-color: rgb(190 18 60 / 0.45);
  }

  .lg\:bg-rose-700\/5{
    background-color: rgb(190 18 60 / 0.05);
  }

  .lg\:bg-rose-700\/50{
    background-color: rgb(190 18 60 / 0.5);
  }

  .lg\:bg-rose-700\/55{
    background-color: rgb(190 18 60 / 0.55);
  }

  .lg\:bg-rose-700\/60{
    background-color: rgb(190 18 60 / 0.6);
  }

  .lg\:bg-rose-700\/65{
    background-color: rgb(190 18 60 / 0.65);
  }

  .lg\:bg-rose-700\/70{
    background-color: rgb(190 18 60 / 0.7);
  }

  .lg\:bg-rose-700\/75{
    background-color: rgb(190 18 60 / 0.75);
  }

  .lg\:bg-rose-700\/80{
    background-color: rgb(190 18 60 / 0.8);
  }

  .lg\:bg-rose-700\/85{
    background-color: rgb(190 18 60 / 0.85);
  }

  .lg\:bg-rose-700\/90{
    background-color: rgb(190 18 60 / 0.9);
  }

  .lg\:bg-rose-700\/95{
    background-color: rgb(190 18 60 / 0.95);
  }

  .lg\:bg-rose-800{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-800\/0{
    background-color: rgb(159 18 57 / 0);
  }

  .lg\:bg-rose-800\/10{
    background-color: rgb(159 18 57 / 0.1);
  }

  .lg\:bg-rose-800\/100{
    background-color: rgb(159 18 57 / 1);
  }

  .lg\:bg-rose-800\/15{
    background-color: rgb(159 18 57 / 0.15);
  }

  .lg\:bg-rose-800\/20{
    background-color: rgb(159 18 57 / 0.2);
  }

  .lg\:bg-rose-800\/25{
    background-color: rgb(159 18 57 / 0.25);
  }

  .lg\:bg-rose-800\/30{
    background-color: rgb(159 18 57 / 0.3);
  }

  .lg\:bg-rose-800\/35{
    background-color: rgb(159 18 57 / 0.35);
  }

  .lg\:bg-rose-800\/40{
    background-color: rgb(159 18 57 / 0.4);
  }

  .lg\:bg-rose-800\/45{
    background-color: rgb(159 18 57 / 0.45);
  }

  .lg\:bg-rose-800\/5{
    background-color: rgb(159 18 57 / 0.05);
  }

  .lg\:bg-rose-800\/50{
    background-color: rgb(159 18 57 / 0.5);
  }

  .lg\:bg-rose-800\/55{
    background-color: rgb(159 18 57 / 0.55);
  }

  .lg\:bg-rose-800\/60{
    background-color: rgb(159 18 57 / 0.6);
  }

  .lg\:bg-rose-800\/65{
    background-color: rgb(159 18 57 / 0.65);
  }

  .lg\:bg-rose-800\/70{
    background-color: rgb(159 18 57 / 0.7);
  }

  .lg\:bg-rose-800\/75{
    background-color: rgb(159 18 57 / 0.75);
  }

  .lg\:bg-rose-800\/80{
    background-color: rgb(159 18 57 / 0.8);
  }

  .lg\:bg-rose-800\/85{
    background-color: rgb(159 18 57 / 0.85);
  }

  .lg\:bg-rose-800\/90{
    background-color: rgb(159 18 57 / 0.9);
  }

  .lg\:bg-rose-800\/95{
    background-color: rgb(159 18 57 / 0.95);
  }

  .lg\:bg-rose-900{
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-900\/0{
    background-color: rgb(136 19 55 / 0);
  }

  .lg\:bg-rose-900\/10{
    background-color: rgb(136 19 55 / 0.1);
  }

  .lg\:bg-rose-900\/100{
    background-color: rgb(136 19 55 / 1);
  }

  .lg\:bg-rose-900\/15{
    background-color: rgb(136 19 55 / 0.15);
  }

  .lg\:bg-rose-900\/20{
    background-color: rgb(136 19 55 / 0.2);
  }

  .lg\:bg-rose-900\/25{
    background-color: rgb(136 19 55 / 0.25);
  }

  .lg\:bg-rose-900\/30{
    background-color: rgb(136 19 55 / 0.3);
  }

  .lg\:bg-rose-900\/35{
    background-color: rgb(136 19 55 / 0.35);
  }

  .lg\:bg-rose-900\/40{
    background-color: rgb(136 19 55 / 0.4);
  }

  .lg\:bg-rose-900\/45{
    background-color: rgb(136 19 55 / 0.45);
  }

  .lg\:bg-rose-900\/5{
    background-color: rgb(136 19 55 / 0.05);
  }

  .lg\:bg-rose-900\/50{
    background-color: rgb(136 19 55 / 0.5);
  }

  .lg\:bg-rose-900\/55{
    background-color: rgb(136 19 55 / 0.55);
  }

  .lg\:bg-rose-900\/60{
    background-color: rgb(136 19 55 / 0.6);
  }

  .lg\:bg-rose-900\/65{
    background-color: rgb(136 19 55 / 0.65);
  }

  .lg\:bg-rose-900\/70{
    background-color: rgb(136 19 55 / 0.7);
  }

  .lg\:bg-rose-900\/75{
    background-color: rgb(136 19 55 / 0.75);
  }

  .lg\:bg-rose-900\/80{
    background-color: rgb(136 19 55 / 0.8);
  }

  .lg\:bg-rose-900\/85{
    background-color: rgb(136 19 55 / 0.85);
  }

  .lg\:bg-rose-900\/90{
    background-color: rgb(136 19 55 / 0.9);
  }

  .lg\:bg-rose-900\/95{
    background-color: rgb(136 19 55 / 0.95);
  }

  .lg\:bg-rose-950{
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-rose-950\/0{
    background-color: rgb(76 5 25 / 0);
  }

  .lg\:bg-rose-950\/10{
    background-color: rgb(76 5 25 / 0.1);
  }

  .lg\:bg-rose-950\/100{
    background-color: rgb(76 5 25 / 1);
  }

  .lg\:bg-rose-950\/15{
    background-color: rgb(76 5 25 / 0.15);
  }

  .lg\:bg-rose-950\/20{
    background-color: rgb(76 5 25 / 0.2);
  }

  .lg\:bg-rose-950\/25{
    background-color: rgb(76 5 25 / 0.25);
  }

  .lg\:bg-rose-950\/30{
    background-color: rgb(76 5 25 / 0.3);
  }

  .lg\:bg-rose-950\/35{
    background-color: rgb(76 5 25 / 0.35);
  }

  .lg\:bg-rose-950\/40{
    background-color: rgb(76 5 25 / 0.4);
  }

  .lg\:bg-rose-950\/45{
    background-color: rgb(76 5 25 / 0.45);
  }

  .lg\:bg-rose-950\/5{
    background-color: rgb(76 5 25 / 0.05);
  }

  .lg\:bg-rose-950\/50{
    background-color: rgb(76 5 25 / 0.5);
  }

  .lg\:bg-rose-950\/55{
    background-color: rgb(76 5 25 / 0.55);
  }

  .lg\:bg-rose-950\/60{
    background-color: rgb(76 5 25 / 0.6);
  }

  .lg\:bg-rose-950\/65{
    background-color: rgb(76 5 25 / 0.65);
  }

  .lg\:bg-rose-950\/70{
    background-color: rgb(76 5 25 / 0.7);
  }

  .lg\:bg-rose-950\/75{
    background-color: rgb(76 5 25 / 0.75);
  }

  .lg\:bg-rose-950\/80{
    background-color: rgb(76 5 25 / 0.8);
  }

  .lg\:bg-rose-950\/85{
    background-color: rgb(76 5 25 / 0.85);
  }

  .lg\:bg-rose-950\/90{
    background-color: rgb(76 5 25 / 0.9);
  }

  .lg\:bg-rose-950\/95{
    background-color: rgb(76 5 25 / 0.95);
  }

  .lg\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-secondary\/0{
    background-color: rgb(169 255 234 / 0);
  }

  .lg\:bg-secondary\/10{
    background-color: rgb(169 255 234 / 0.1);
  }

  .lg\:bg-secondary\/100{
    background-color: rgb(169 255 234 / 1);
  }

  .lg\:bg-secondary\/15{
    background-color: rgb(169 255 234 / 0.15);
  }

  .lg\:bg-secondary\/20{
    background-color: rgb(169 255 234 / 0.2);
  }

  .lg\:bg-secondary\/25{
    background-color: rgb(169 255 234 / 0.25);
  }

  .lg\:bg-secondary\/30{
    background-color: rgb(169 255 234 / 0.3);
  }

  .lg\:bg-secondary\/35{
    background-color: rgb(169 255 234 / 0.35);
  }

  .lg\:bg-secondary\/40{
    background-color: rgb(169 255 234 / 0.4);
  }

  .lg\:bg-secondary\/45{
    background-color: rgb(169 255 234 / 0.45);
  }

  .lg\:bg-secondary\/5{
    background-color: rgb(169 255 234 / 0.05);
  }

  .lg\:bg-secondary\/50{
    background-color: rgb(169 255 234 / 0.5);
  }

  .lg\:bg-secondary\/55{
    background-color: rgb(169 255 234 / 0.55);
  }

  .lg\:bg-secondary\/60{
    background-color: rgb(169 255 234 / 0.6);
  }

  .lg\:bg-secondary\/65{
    background-color: rgb(169 255 234 / 0.65);
  }

  .lg\:bg-secondary\/70{
    background-color: rgb(169 255 234 / 0.7);
  }

  .lg\:bg-secondary\/75{
    background-color: rgb(169 255 234 / 0.75);
  }

  .lg\:bg-secondary\/80{
    background-color: rgb(169 255 234 / 0.8);
  }

  .lg\:bg-secondary\/85{
    background-color: rgb(169 255 234 / 0.85);
  }

  .lg\:bg-secondary\/90{
    background-color: rgb(169 255 234 / 0.9);
  }

  .lg\:bg-secondary\/95{
    background-color: rgb(169 255 234 / 0.95);
  }

  .lg\:bg-sky-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-100\/0{
    background-color: rgb(224 242 254 / 0);
  }

  .lg\:bg-sky-100\/10{
    background-color: rgb(224 242 254 / 0.1);
  }

  .lg\:bg-sky-100\/100{
    background-color: rgb(224 242 254 / 1);
  }

  .lg\:bg-sky-100\/15{
    background-color: rgb(224 242 254 / 0.15);
  }

  .lg\:bg-sky-100\/20{
    background-color: rgb(224 242 254 / 0.2);
  }

  .lg\:bg-sky-100\/25{
    background-color: rgb(224 242 254 / 0.25);
  }

  .lg\:bg-sky-100\/30{
    background-color: rgb(224 242 254 / 0.3);
  }

  .lg\:bg-sky-100\/35{
    background-color: rgb(224 242 254 / 0.35);
  }

  .lg\:bg-sky-100\/40{
    background-color: rgb(224 242 254 / 0.4);
  }

  .lg\:bg-sky-100\/45{
    background-color: rgb(224 242 254 / 0.45);
  }

  .lg\:bg-sky-100\/5{
    background-color: rgb(224 242 254 / 0.05);
  }

  .lg\:bg-sky-100\/50{
    background-color: rgb(224 242 254 / 0.5);
  }

  .lg\:bg-sky-100\/55{
    background-color: rgb(224 242 254 / 0.55);
  }

  .lg\:bg-sky-100\/60{
    background-color: rgb(224 242 254 / 0.6);
  }

  .lg\:bg-sky-100\/65{
    background-color: rgb(224 242 254 / 0.65);
  }

  .lg\:bg-sky-100\/70{
    background-color: rgb(224 242 254 / 0.7);
  }

  .lg\:bg-sky-100\/75{
    background-color: rgb(224 242 254 / 0.75);
  }

  .lg\:bg-sky-100\/80{
    background-color: rgb(224 242 254 / 0.8);
  }

  .lg\:bg-sky-100\/85{
    background-color: rgb(224 242 254 / 0.85);
  }

  .lg\:bg-sky-100\/90{
    background-color: rgb(224 242 254 / 0.9);
  }

  .lg\:bg-sky-100\/95{
    background-color: rgb(224 242 254 / 0.95);
  }

  .lg\:bg-sky-200{
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-200\/0{
    background-color: rgb(186 230 253 / 0);
  }

  .lg\:bg-sky-200\/10{
    background-color: rgb(186 230 253 / 0.1);
  }

  .lg\:bg-sky-200\/100{
    background-color: rgb(186 230 253 / 1);
  }

  .lg\:bg-sky-200\/15{
    background-color: rgb(186 230 253 / 0.15);
  }

  .lg\:bg-sky-200\/20{
    background-color: rgb(186 230 253 / 0.2);
  }

  .lg\:bg-sky-200\/25{
    background-color: rgb(186 230 253 / 0.25);
  }

  .lg\:bg-sky-200\/30{
    background-color: rgb(186 230 253 / 0.3);
  }

  .lg\:bg-sky-200\/35{
    background-color: rgb(186 230 253 / 0.35);
  }

  .lg\:bg-sky-200\/40{
    background-color: rgb(186 230 253 / 0.4);
  }

  .lg\:bg-sky-200\/45{
    background-color: rgb(186 230 253 / 0.45);
  }

  .lg\:bg-sky-200\/5{
    background-color: rgb(186 230 253 / 0.05);
  }

  .lg\:bg-sky-200\/50{
    background-color: rgb(186 230 253 / 0.5);
  }

  .lg\:bg-sky-200\/55{
    background-color: rgb(186 230 253 / 0.55);
  }

  .lg\:bg-sky-200\/60{
    background-color: rgb(186 230 253 / 0.6);
  }

  .lg\:bg-sky-200\/65{
    background-color: rgb(186 230 253 / 0.65);
  }

  .lg\:bg-sky-200\/70{
    background-color: rgb(186 230 253 / 0.7);
  }

  .lg\:bg-sky-200\/75{
    background-color: rgb(186 230 253 / 0.75);
  }

  .lg\:bg-sky-200\/80{
    background-color: rgb(186 230 253 / 0.8);
  }

  .lg\:bg-sky-200\/85{
    background-color: rgb(186 230 253 / 0.85);
  }

  .lg\:bg-sky-200\/90{
    background-color: rgb(186 230 253 / 0.9);
  }

  .lg\:bg-sky-200\/95{
    background-color: rgb(186 230 253 / 0.95);
  }

  .lg\:bg-sky-300{
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-300\/0{
    background-color: rgb(125 211 252 / 0);
  }

  .lg\:bg-sky-300\/10{
    background-color: rgb(125 211 252 / 0.1);
  }

  .lg\:bg-sky-300\/100{
    background-color: rgb(125 211 252 / 1);
  }

  .lg\:bg-sky-300\/15{
    background-color: rgb(125 211 252 / 0.15);
  }

  .lg\:bg-sky-300\/20{
    background-color: rgb(125 211 252 / 0.2);
  }

  .lg\:bg-sky-300\/25{
    background-color: rgb(125 211 252 / 0.25);
  }

  .lg\:bg-sky-300\/30{
    background-color: rgb(125 211 252 / 0.3);
  }

  .lg\:bg-sky-300\/35{
    background-color: rgb(125 211 252 / 0.35);
  }

  .lg\:bg-sky-300\/40{
    background-color: rgb(125 211 252 / 0.4);
  }

  .lg\:bg-sky-300\/45{
    background-color: rgb(125 211 252 / 0.45);
  }

  .lg\:bg-sky-300\/5{
    background-color: rgb(125 211 252 / 0.05);
  }

  .lg\:bg-sky-300\/50{
    background-color: rgb(125 211 252 / 0.5);
  }

  .lg\:bg-sky-300\/55{
    background-color: rgb(125 211 252 / 0.55);
  }

  .lg\:bg-sky-300\/60{
    background-color: rgb(125 211 252 / 0.6);
  }

  .lg\:bg-sky-300\/65{
    background-color: rgb(125 211 252 / 0.65);
  }

  .lg\:bg-sky-300\/70{
    background-color: rgb(125 211 252 / 0.7);
  }

  .lg\:bg-sky-300\/75{
    background-color: rgb(125 211 252 / 0.75);
  }

  .lg\:bg-sky-300\/80{
    background-color: rgb(125 211 252 / 0.8);
  }

  .lg\:bg-sky-300\/85{
    background-color: rgb(125 211 252 / 0.85);
  }

  .lg\:bg-sky-300\/90{
    background-color: rgb(125 211 252 / 0.9);
  }

  .lg\:bg-sky-300\/95{
    background-color: rgb(125 211 252 / 0.95);
  }

  .lg\:bg-sky-400{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-400\/0{
    background-color: rgb(56 189 248 / 0);
  }

  .lg\:bg-sky-400\/10{
    background-color: rgb(56 189 248 / 0.1);
  }

  .lg\:bg-sky-400\/100{
    background-color: rgb(56 189 248 / 1);
  }

  .lg\:bg-sky-400\/15{
    background-color: rgb(56 189 248 / 0.15);
  }

  .lg\:bg-sky-400\/20{
    background-color: rgb(56 189 248 / 0.2);
  }

  .lg\:bg-sky-400\/25{
    background-color: rgb(56 189 248 / 0.25);
  }

  .lg\:bg-sky-400\/30{
    background-color: rgb(56 189 248 / 0.3);
  }

  .lg\:bg-sky-400\/35{
    background-color: rgb(56 189 248 / 0.35);
  }

  .lg\:bg-sky-400\/40{
    background-color: rgb(56 189 248 / 0.4);
  }

  .lg\:bg-sky-400\/45{
    background-color: rgb(56 189 248 / 0.45);
  }

  .lg\:bg-sky-400\/5{
    background-color: rgb(56 189 248 / 0.05);
  }

  .lg\:bg-sky-400\/50{
    background-color: rgb(56 189 248 / 0.5);
  }

  .lg\:bg-sky-400\/55{
    background-color: rgb(56 189 248 / 0.55);
  }

  .lg\:bg-sky-400\/60{
    background-color: rgb(56 189 248 / 0.6);
  }

  .lg\:bg-sky-400\/65{
    background-color: rgb(56 189 248 / 0.65);
  }

  .lg\:bg-sky-400\/70{
    background-color: rgb(56 189 248 / 0.7);
  }

  .lg\:bg-sky-400\/75{
    background-color: rgb(56 189 248 / 0.75);
  }

  .lg\:bg-sky-400\/80{
    background-color: rgb(56 189 248 / 0.8);
  }

  .lg\:bg-sky-400\/85{
    background-color: rgb(56 189 248 / 0.85);
  }

  .lg\:bg-sky-400\/90{
    background-color: rgb(56 189 248 / 0.9);
  }

  .lg\:bg-sky-400\/95{
    background-color: rgb(56 189 248 / 0.95);
  }

  .lg\:bg-sky-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-50\/0{
    background-color: rgb(240 249 255 / 0);
  }

  .lg\:bg-sky-50\/10{
    background-color: rgb(240 249 255 / 0.1);
  }

  .lg\:bg-sky-50\/100{
    background-color: rgb(240 249 255 / 1);
  }

  .lg\:bg-sky-50\/15{
    background-color: rgb(240 249 255 / 0.15);
  }

  .lg\:bg-sky-50\/20{
    background-color: rgb(240 249 255 / 0.2);
  }

  .lg\:bg-sky-50\/25{
    background-color: rgb(240 249 255 / 0.25);
  }

  .lg\:bg-sky-50\/30{
    background-color: rgb(240 249 255 / 0.3);
  }

  .lg\:bg-sky-50\/35{
    background-color: rgb(240 249 255 / 0.35);
  }

  .lg\:bg-sky-50\/40{
    background-color: rgb(240 249 255 / 0.4);
  }

  .lg\:bg-sky-50\/45{
    background-color: rgb(240 249 255 / 0.45);
  }

  .lg\:bg-sky-50\/5{
    background-color: rgb(240 249 255 / 0.05);
  }

  .lg\:bg-sky-50\/50{
    background-color: rgb(240 249 255 / 0.5);
  }

  .lg\:bg-sky-50\/55{
    background-color: rgb(240 249 255 / 0.55);
  }

  .lg\:bg-sky-50\/60{
    background-color: rgb(240 249 255 / 0.6);
  }

  .lg\:bg-sky-50\/65{
    background-color: rgb(240 249 255 / 0.65);
  }

  .lg\:bg-sky-50\/70{
    background-color: rgb(240 249 255 / 0.7);
  }

  .lg\:bg-sky-50\/75{
    background-color: rgb(240 249 255 / 0.75);
  }

  .lg\:bg-sky-50\/80{
    background-color: rgb(240 249 255 / 0.8);
  }

  .lg\:bg-sky-50\/85{
    background-color: rgb(240 249 255 / 0.85);
  }

  .lg\:bg-sky-50\/90{
    background-color: rgb(240 249 255 / 0.9);
  }

  .lg\:bg-sky-50\/95{
    background-color: rgb(240 249 255 / 0.95);
  }

  .lg\:bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-500\/0{
    background-color: rgb(14 165 233 / 0);
  }

  .lg\:bg-sky-500\/10{
    background-color: rgb(14 165 233 / 0.1);
  }

  .lg\:bg-sky-500\/100{
    background-color: rgb(14 165 233 / 1);
  }

  .lg\:bg-sky-500\/15{
    background-color: rgb(14 165 233 / 0.15);
  }

  .lg\:bg-sky-500\/20{
    background-color: rgb(14 165 233 / 0.2);
  }

  .lg\:bg-sky-500\/25{
    background-color: rgb(14 165 233 / 0.25);
  }

  .lg\:bg-sky-500\/30{
    background-color: rgb(14 165 233 / 0.3);
  }

  .lg\:bg-sky-500\/35{
    background-color: rgb(14 165 233 / 0.35);
  }

  .lg\:bg-sky-500\/40{
    background-color: rgb(14 165 233 / 0.4);
  }

  .lg\:bg-sky-500\/45{
    background-color: rgb(14 165 233 / 0.45);
  }

  .lg\:bg-sky-500\/5{
    background-color: rgb(14 165 233 / 0.05);
  }

  .lg\:bg-sky-500\/50{
    background-color: rgb(14 165 233 / 0.5);
  }

  .lg\:bg-sky-500\/55{
    background-color: rgb(14 165 233 / 0.55);
  }

  .lg\:bg-sky-500\/60{
    background-color: rgb(14 165 233 / 0.6);
  }

  .lg\:bg-sky-500\/65{
    background-color: rgb(14 165 233 / 0.65);
  }

  .lg\:bg-sky-500\/70{
    background-color: rgb(14 165 233 / 0.7);
  }

  .lg\:bg-sky-500\/75{
    background-color: rgb(14 165 233 / 0.75);
  }

  .lg\:bg-sky-500\/80{
    background-color: rgb(14 165 233 / 0.8);
  }

  .lg\:bg-sky-500\/85{
    background-color: rgb(14 165 233 / 0.85);
  }

  .lg\:bg-sky-500\/90{
    background-color: rgb(14 165 233 / 0.9);
  }

  .lg\:bg-sky-500\/95{
    background-color: rgb(14 165 233 / 0.95);
  }

  .lg\:bg-sky-600{
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-600\/0{
    background-color: rgb(2 132 199 / 0);
  }

  .lg\:bg-sky-600\/10{
    background-color: rgb(2 132 199 / 0.1);
  }

  .lg\:bg-sky-600\/100{
    background-color: rgb(2 132 199 / 1);
  }

  .lg\:bg-sky-600\/15{
    background-color: rgb(2 132 199 / 0.15);
  }

  .lg\:bg-sky-600\/20{
    background-color: rgb(2 132 199 / 0.2);
  }

  .lg\:bg-sky-600\/25{
    background-color: rgb(2 132 199 / 0.25);
  }

  .lg\:bg-sky-600\/30{
    background-color: rgb(2 132 199 / 0.3);
  }

  .lg\:bg-sky-600\/35{
    background-color: rgb(2 132 199 / 0.35);
  }

  .lg\:bg-sky-600\/40{
    background-color: rgb(2 132 199 / 0.4);
  }

  .lg\:bg-sky-600\/45{
    background-color: rgb(2 132 199 / 0.45);
  }

  .lg\:bg-sky-600\/5{
    background-color: rgb(2 132 199 / 0.05);
  }

  .lg\:bg-sky-600\/50{
    background-color: rgb(2 132 199 / 0.5);
  }

  .lg\:bg-sky-600\/55{
    background-color: rgb(2 132 199 / 0.55);
  }

  .lg\:bg-sky-600\/60{
    background-color: rgb(2 132 199 / 0.6);
  }

  .lg\:bg-sky-600\/65{
    background-color: rgb(2 132 199 / 0.65);
  }

  .lg\:bg-sky-600\/70{
    background-color: rgb(2 132 199 / 0.7);
  }

  .lg\:bg-sky-600\/75{
    background-color: rgb(2 132 199 / 0.75);
  }

  .lg\:bg-sky-600\/80{
    background-color: rgb(2 132 199 / 0.8);
  }

  .lg\:bg-sky-600\/85{
    background-color: rgb(2 132 199 / 0.85);
  }

  .lg\:bg-sky-600\/90{
    background-color: rgb(2 132 199 / 0.9);
  }

  .lg\:bg-sky-600\/95{
    background-color: rgb(2 132 199 / 0.95);
  }

  .lg\:bg-sky-700{
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-700\/0{
    background-color: rgb(3 105 161 / 0);
  }

  .lg\:bg-sky-700\/10{
    background-color: rgb(3 105 161 / 0.1);
  }

  .lg\:bg-sky-700\/100{
    background-color: rgb(3 105 161 / 1);
  }

  .lg\:bg-sky-700\/15{
    background-color: rgb(3 105 161 / 0.15);
  }

  .lg\:bg-sky-700\/20{
    background-color: rgb(3 105 161 / 0.2);
  }

  .lg\:bg-sky-700\/25{
    background-color: rgb(3 105 161 / 0.25);
  }

  .lg\:bg-sky-700\/30{
    background-color: rgb(3 105 161 / 0.3);
  }

  .lg\:bg-sky-700\/35{
    background-color: rgb(3 105 161 / 0.35);
  }

  .lg\:bg-sky-700\/40{
    background-color: rgb(3 105 161 / 0.4);
  }

  .lg\:bg-sky-700\/45{
    background-color: rgb(3 105 161 / 0.45);
  }

  .lg\:bg-sky-700\/5{
    background-color: rgb(3 105 161 / 0.05);
  }

  .lg\:bg-sky-700\/50{
    background-color: rgb(3 105 161 / 0.5);
  }

  .lg\:bg-sky-700\/55{
    background-color: rgb(3 105 161 / 0.55);
  }

  .lg\:bg-sky-700\/60{
    background-color: rgb(3 105 161 / 0.6);
  }

  .lg\:bg-sky-700\/65{
    background-color: rgb(3 105 161 / 0.65);
  }

  .lg\:bg-sky-700\/70{
    background-color: rgb(3 105 161 / 0.7);
  }

  .lg\:bg-sky-700\/75{
    background-color: rgb(3 105 161 / 0.75);
  }

  .lg\:bg-sky-700\/80{
    background-color: rgb(3 105 161 / 0.8);
  }

  .lg\:bg-sky-700\/85{
    background-color: rgb(3 105 161 / 0.85);
  }

  .lg\:bg-sky-700\/90{
    background-color: rgb(3 105 161 / 0.9);
  }

  .lg\:bg-sky-700\/95{
    background-color: rgb(3 105 161 / 0.95);
  }

  .lg\:bg-sky-800{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-800\/0{
    background-color: rgb(7 89 133 / 0);
  }

  .lg\:bg-sky-800\/10{
    background-color: rgb(7 89 133 / 0.1);
  }

  .lg\:bg-sky-800\/100{
    background-color: rgb(7 89 133 / 1);
  }

  .lg\:bg-sky-800\/15{
    background-color: rgb(7 89 133 / 0.15);
  }

  .lg\:bg-sky-800\/20{
    background-color: rgb(7 89 133 / 0.2);
  }

  .lg\:bg-sky-800\/25{
    background-color: rgb(7 89 133 / 0.25);
  }

  .lg\:bg-sky-800\/30{
    background-color: rgb(7 89 133 / 0.3);
  }

  .lg\:bg-sky-800\/35{
    background-color: rgb(7 89 133 / 0.35);
  }

  .lg\:bg-sky-800\/40{
    background-color: rgb(7 89 133 / 0.4);
  }

  .lg\:bg-sky-800\/45{
    background-color: rgb(7 89 133 / 0.45);
  }

  .lg\:bg-sky-800\/5{
    background-color: rgb(7 89 133 / 0.05);
  }

  .lg\:bg-sky-800\/50{
    background-color: rgb(7 89 133 / 0.5);
  }

  .lg\:bg-sky-800\/55{
    background-color: rgb(7 89 133 / 0.55);
  }

  .lg\:bg-sky-800\/60{
    background-color: rgb(7 89 133 / 0.6);
  }

  .lg\:bg-sky-800\/65{
    background-color: rgb(7 89 133 / 0.65);
  }

  .lg\:bg-sky-800\/70{
    background-color: rgb(7 89 133 / 0.7);
  }

  .lg\:bg-sky-800\/75{
    background-color: rgb(7 89 133 / 0.75);
  }

  .lg\:bg-sky-800\/80{
    background-color: rgb(7 89 133 / 0.8);
  }

  .lg\:bg-sky-800\/85{
    background-color: rgb(7 89 133 / 0.85);
  }

  .lg\:bg-sky-800\/90{
    background-color: rgb(7 89 133 / 0.9);
  }

  .lg\:bg-sky-800\/95{
    background-color: rgb(7 89 133 / 0.95);
  }

  .lg\:bg-sky-900{
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-900\/0{
    background-color: rgb(12 74 110 / 0);
  }

  .lg\:bg-sky-900\/10{
    background-color: rgb(12 74 110 / 0.1);
  }

  .lg\:bg-sky-900\/100{
    background-color: rgb(12 74 110 / 1);
  }

  .lg\:bg-sky-900\/15{
    background-color: rgb(12 74 110 / 0.15);
  }

  .lg\:bg-sky-900\/20{
    background-color: rgb(12 74 110 / 0.2);
  }

  .lg\:bg-sky-900\/25{
    background-color: rgb(12 74 110 / 0.25);
  }

  .lg\:bg-sky-900\/30{
    background-color: rgb(12 74 110 / 0.3);
  }

  .lg\:bg-sky-900\/35{
    background-color: rgb(12 74 110 / 0.35);
  }

  .lg\:bg-sky-900\/40{
    background-color: rgb(12 74 110 / 0.4);
  }

  .lg\:bg-sky-900\/45{
    background-color: rgb(12 74 110 / 0.45);
  }

  .lg\:bg-sky-900\/5{
    background-color: rgb(12 74 110 / 0.05);
  }

  .lg\:bg-sky-900\/50{
    background-color: rgb(12 74 110 / 0.5);
  }

  .lg\:bg-sky-900\/55{
    background-color: rgb(12 74 110 / 0.55);
  }

  .lg\:bg-sky-900\/60{
    background-color: rgb(12 74 110 / 0.6);
  }

  .lg\:bg-sky-900\/65{
    background-color: rgb(12 74 110 / 0.65);
  }

  .lg\:bg-sky-900\/70{
    background-color: rgb(12 74 110 / 0.7);
  }

  .lg\:bg-sky-900\/75{
    background-color: rgb(12 74 110 / 0.75);
  }

  .lg\:bg-sky-900\/80{
    background-color: rgb(12 74 110 / 0.8);
  }

  .lg\:bg-sky-900\/85{
    background-color: rgb(12 74 110 / 0.85);
  }

  .lg\:bg-sky-900\/90{
    background-color: rgb(12 74 110 / 0.9);
  }

  .lg\:bg-sky-900\/95{
    background-color: rgb(12 74 110 / 0.95);
  }

  .lg\:bg-sky-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sky-950\/0{
    background-color: rgb(8 47 73 / 0);
  }

  .lg\:bg-sky-950\/10{
    background-color: rgb(8 47 73 / 0.1);
  }

  .lg\:bg-sky-950\/100{
    background-color: rgb(8 47 73 / 1);
  }

  .lg\:bg-sky-950\/15{
    background-color: rgb(8 47 73 / 0.15);
  }

  .lg\:bg-sky-950\/20{
    background-color: rgb(8 47 73 / 0.2);
  }

  .lg\:bg-sky-950\/25{
    background-color: rgb(8 47 73 / 0.25);
  }

  .lg\:bg-sky-950\/30{
    background-color: rgb(8 47 73 / 0.3);
  }

  .lg\:bg-sky-950\/35{
    background-color: rgb(8 47 73 / 0.35);
  }

  .lg\:bg-sky-950\/40{
    background-color: rgb(8 47 73 / 0.4);
  }

  .lg\:bg-sky-950\/45{
    background-color: rgb(8 47 73 / 0.45);
  }

  .lg\:bg-sky-950\/5{
    background-color: rgb(8 47 73 / 0.05);
  }

  .lg\:bg-sky-950\/50{
    background-color: rgb(8 47 73 / 0.5);
  }

  .lg\:bg-sky-950\/55{
    background-color: rgb(8 47 73 / 0.55);
  }

  .lg\:bg-sky-950\/60{
    background-color: rgb(8 47 73 / 0.6);
  }

  .lg\:bg-sky-950\/65{
    background-color: rgb(8 47 73 / 0.65);
  }

  .lg\:bg-sky-950\/70{
    background-color: rgb(8 47 73 / 0.7);
  }

  .lg\:bg-sky-950\/75{
    background-color: rgb(8 47 73 / 0.75);
  }

  .lg\:bg-sky-950\/80{
    background-color: rgb(8 47 73 / 0.8);
  }

  .lg\:bg-sky-950\/85{
    background-color: rgb(8 47 73 / 0.85);
  }

  .lg\:bg-sky-950\/90{
    background-color: rgb(8 47 73 / 0.9);
  }

  .lg\:bg-sky-950\/95{
    background-color: rgb(8 47 73 / 0.95);
  }

  .lg\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-100\/0{
    background-color: rgb(241 245 249 / 0);
  }

  .lg\:bg-slate-100\/10{
    background-color: rgb(241 245 249 / 0.1);
  }

  .lg\:bg-slate-100\/100{
    background-color: rgb(241 245 249 / 1);
  }

  .lg\:bg-slate-100\/15{
    background-color: rgb(241 245 249 / 0.15);
  }

  .lg\:bg-slate-100\/20{
    background-color: rgb(241 245 249 / 0.2);
  }

  .lg\:bg-slate-100\/25{
    background-color: rgb(241 245 249 / 0.25);
  }

  .lg\:bg-slate-100\/30{
    background-color: rgb(241 245 249 / 0.3);
  }

  .lg\:bg-slate-100\/35{
    background-color: rgb(241 245 249 / 0.35);
  }

  .lg\:bg-slate-100\/40{
    background-color: rgb(241 245 249 / 0.4);
  }

  .lg\:bg-slate-100\/45{
    background-color: rgb(241 245 249 / 0.45);
  }

  .lg\:bg-slate-100\/5{
    background-color: rgb(241 245 249 / 0.05);
  }

  .lg\:bg-slate-100\/50{
    background-color: rgb(241 245 249 / 0.5);
  }

  .lg\:bg-slate-100\/55{
    background-color: rgb(241 245 249 / 0.55);
  }

  .lg\:bg-slate-100\/60{
    background-color: rgb(241 245 249 / 0.6);
  }

  .lg\:bg-slate-100\/65{
    background-color: rgb(241 245 249 / 0.65);
  }

  .lg\:bg-slate-100\/70{
    background-color: rgb(241 245 249 / 0.7);
  }

  .lg\:bg-slate-100\/75{
    background-color: rgb(241 245 249 / 0.75);
  }

  .lg\:bg-slate-100\/80{
    background-color: rgb(241 245 249 / 0.8);
  }

  .lg\:bg-slate-100\/85{
    background-color: rgb(241 245 249 / 0.85);
  }

  .lg\:bg-slate-100\/90{
    background-color: rgb(241 245 249 / 0.9);
  }

  .lg\:bg-slate-100\/95{
    background-color: rgb(241 245 249 / 0.95);
  }

  .lg\:bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-200\/0{
    background-color: rgb(226 232 240 / 0);
  }

  .lg\:bg-slate-200\/10{
    background-color: rgb(226 232 240 / 0.1);
  }

  .lg\:bg-slate-200\/100{
    background-color: rgb(226 232 240 / 1);
  }

  .lg\:bg-slate-200\/15{
    background-color: rgb(226 232 240 / 0.15);
  }

  .lg\:bg-slate-200\/20{
    background-color: rgb(226 232 240 / 0.2);
  }

  .lg\:bg-slate-200\/25{
    background-color: rgb(226 232 240 / 0.25);
  }

  .lg\:bg-slate-200\/30{
    background-color: rgb(226 232 240 / 0.3);
  }

  .lg\:bg-slate-200\/35{
    background-color: rgb(226 232 240 / 0.35);
  }

  .lg\:bg-slate-200\/40{
    background-color: rgb(226 232 240 / 0.4);
  }

  .lg\:bg-slate-200\/45{
    background-color: rgb(226 232 240 / 0.45);
  }

  .lg\:bg-slate-200\/5{
    background-color: rgb(226 232 240 / 0.05);
  }

  .lg\:bg-slate-200\/50{
    background-color: rgb(226 232 240 / 0.5);
  }

  .lg\:bg-slate-200\/55{
    background-color: rgb(226 232 240 / 0.55);
  }

  .lg\:bg-slate-200\/60{
    background-color: rgb(226 232 240 / 0.6);
  }

  .lg\:bg-slate-200\/65{
    background-color: rgb(226 232 240 / 0.65);
  }

  .lg\:bg-slate-200\/70{
    background-color: rgb(226 232 240 / 0.7);
  }

  .lg\:bg-slate-200\/75{
    background-color: rgb(226 232 240 / 0.75);
  }

  .lg\:bg-slate-200\/80{
    background-color: rgb(226 232 240 / 0.8);
  }

  .lg\:bg-slate-200\/85{
    background-color: rgb(226 232 240 / 0.85);
  }

  .lg\:bg-slate-200\/90{
    background-color: rgb(226 232 240 / 0.9);
  }

  .lg\:bg-slate-200\/95{
    background-color: rgb(226 232 240 / 0.95);
  }

  .lg\:bg-slate-300{
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-300\/0{
    background-color: rgb(203 213 225 / 0);
  }

  .lg\:bg-slate-300\/10{
    background-color: rgb(203 213 225 / 0.1);
  }

  .lg\:bg-slate-300\/100{
    background-color: rgb(203 213 225 / 1);
  }

  .lg\:bg-slate-300\/15{
    background-color: rgb(203 213 225 / 0.15);
  }

  .lg\:bg-slate-300\/20{
    background-color: rgb(203 213 225 / 0.2);
  }

  .lg\:bg-slate-300\/25{
    background-color: rgb(203 213 225 / 0.25);
  }

  .lg\:bg-slate-300\/30{
    background-color: rgb(203 213 225 / 0.3);
  }

  .lg\:bg-slate-300\/35{
    background-color: rgb(203 213 225 / 0.35);
  }

  .lg\:bg-slate-300\/40{
    background-color: rgb(203 213 225 / 0.4);
  }

  .lg\:bg-slate-300\/45{
    background-color: rgb(203 213 225 / 0.45);
  }

  .lg\:bg-slate-300\/5{
    background-color: rgb(203 213 225 / 0.05);
  }

  .lg\:bg-slate-300\/50{
    background-color: rgb(203 213 225 / 0.5);
  }

  .lg\:bg-slate-300\/55{
    background-color: rgb(203 213 225 / 0.55);
  }

  .lg\:bg-slate-300\/60{
    background-color: rgb(203 213 225 / 0.6);
  }

  .lg\:bg-slate-300\/65{
    background-color: rgb(203 213 225 / 0.65);
  }

  .lg\:bg-slate-300\/70{
    background-color: rgb(203 213 225 / 0.7);
  }

  .lg\:bg-slate-300\/75{
    background-color: rgb(203 213 225 / 0.75);
  }

  .lg\:bg-slate-300\/80{
    background-color: rgb(203 213 225 / 0.8);
  }

  .lg\:bg-slate-300\/85{
    background-color: rgb(203 213 225 / 0.85);
  }

  .lg\:bg-slate-300\/90{
    background-color: rgb(203 213 225 / 0.9);
  }

  .lg\:bg-slate-300\/95{
    background-color: rgb(203 213 225 / 0.95);
  }

  .lg\:bg-slate-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-400\/0{
    background-color: rgb(148 163 184 / 0);
  }

  .lg\:bg-slate-400\/10{
    background-color: rgb(148 163 184 / 0.1);
  }

  .lg\:bg-slate-400\/100{
    background-color: rgb(148 163 184 / 1);
  }

  .lg\:bg-slate-400\/15{
    background-color: rgb(148 163 184 / 0.15);
  }

  .lg\:bg-slate-400\/20{
    background-color: rgb(148 163 184 / 0.2);
  }

  .lg\:bg-slate-400\/25{
    background-color: rgb(148 163 184 / 0.25);
  }

  .lg\:bg-slate-400\/30{
    background-color: rgb(148 163 184 / 0.3);
  }

  .lg\:bg-slate-400\/35{
    background-color: rgb(148 163 184 / 0.35);
  }

  .lg\:bg-slate-400\/40{
    background-color: rgb(148 163 184 / 0.4);
  }

  .lg\:bg-slate-400\/45{
    background-color: rgb(148 163 184 / 0.45);
  }

  .lg\:bg-slate-400\/5{
    background-color: rgb(148 163 184 / 0.05);
  }

  .lg\:bg-slate-400\/50{
    background-color: rgb(148 163 184 / 0.5);
  }

  .lg\:bg-slate-400\/55{
    background-color: rgb(148 163 184 / 0.55);
  }

  .lg\:bg-slate-400\/60{
    background-color: rgb(148 163 184 / 0.6);
  }

  .lg\:bg-slate-400\/65{
    background-color: rgb(148 163 184 / 0.65);
  }

  .lg\:bg-slate-400\/70{
    background-color: rgb(148 163 184 / 0.7);
  }

  .lg\:bg-slate-400\/75{
    background-color: rgb(148 163 184 / 0.75);
  }

  .lg\:bg-slate-400\/80{
    background-color: rgb(148 163 184 / 0.8);
  }

  .lg\:bg-slate-400\/85{
    background-color: rgb(148 163 184 / 0.85);
  }

  .lg\:bg-slate-400\/90{
    background-color: rgb(148 163 184 / 0.9);
  }

  .lg\:bg-slate-400\/95{
    background-color: rgb(148 163 184 / 0.95);
  }

  .lg\:bg-slate-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-50\/0{
    background-color: rgb(248 250 252 / 0);
  }

  .lg\:bg-slate-50\/10{
    background-color: rgb(248 250 252 / 0.1);
  }

  .lg\:bg-slate-50\/100{
    background-color: rgb(248 250 252 / 1);
  }

  .lg\:bg-slate-50\/15{
    background-color: rgb(248 250 252 / 0.15);
  }

  .lg\:bg-slate-50\/20{
    background-color: rgb(248 250 252 / 0.2);
  }

  .lg\:bg-slate-50\/25{
    background-color: rgb(248 250 252 / 0.25);
  }

  .lg\:bg-slate-50\/30{
    background-color: rgb(248 250 252 / 0.3);
  }

  .lg\:bg-slate-50\/35{
    background-color: rgb(248 250 252 / 0.35);
  }

  .lg\:bg-slate-50\/40{
    background-color: rgb(248 250 252 / 0.4);
  }

  .lg\:bg-slate-50\/45{
    background-color: rgb(248 250 252 / 0.45);
  }

  .lg\:bg-slate-50\/5{
    background-color: rgb(248 250 252 / 0.05);
  }

  .lg\:bg-slate-50\/50{
    background-color: rgb(248 250 252 / 0.5);
  }

  .lg\:bg-slate-50\/55{
    background-color: rgb(248 250 252 / 0.55);
  }

  .lg\:bg-slate-50\/60{
    background-color: rgb(248 250 252 / 0.6);
  }

  .lg\:bg-slate-50\/65{
    background-color: rgb(248 250 252 / 0.65);
  }

  .lg\:bg-slate-50\/70{
    background-color: rgb(248 250 252 / 0.7);
  }

  .lg\:bg-slate-50\/75{
    background-color: rgb(248 250 252 / 0.75);
  }

  .lg\:bg-slate-50\/80{
    background-color: rgb(248 250 252 / 0.8);
  }

  .lg\:bg-slate-50\/85{
    background-color: rgb(248 250 252 / 0.85);
  }

  .lg\:bg-slate-50\/90{
    background-color: rgb(248 250 252 / 0.9);
  }

  .lg\:bg-slate-50\/95{
    background-color: rgb(248 250 252 / 0.95);
  }

  .lg\:bg-slate-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-500\/0{
    background-color: rgb(100 116 139 / 0);
  }

  .lg\:bg-slate-500\/10{
    background-color: rgb(100 116 139 / 0.1);
  }

  .lg\:bg-slate-500\/100{
    background-color: rgb(100 116 139 / 1);
  }

  .lg\:bg-slate-500\/15{
    background-color: rgb(100 116 139 / 0.15);
  }

  .lg\:bg-slate-500\/20{
    background-color: rgb(100 116 139 / 0.2);
  }

  .lg\:bg-slate-500\/25{
    background-color: rgb(100 116 139 / 0.25);
  }

  .lg\:bg-slate-500\/30{
    background-color: rgb(100 116 139 / 0.3);
  }

  .lg\:bg-slate-500\/35{
    background-color: rgb(100 116 139 / 0.35);
  }

  .lg\:bg-slate-500\/40{
    background-color: rgb(100 116 139 / 0.4);
  }

  .lg\:bg-slate-500\/45{
    background-color: rgb(100 116 139 / 0.45);
  }

  .lg\:bg-slate-500\/5{
    background-color: rgb(100 116 139 / 0.05);
  }

  .lg\:bg-slate-500\/50{
    background-color: rgb(100 116 139 / 0.5);
  }

  .lg\:bg-slate-500\/55{
    background-color: rgb(100 116 139 / 0.55);
  }

  .lg\:bg-slate-500\/60{
    background-color: rgb(100 116 139 / 0.6);
  }

  .lg\:bg-slate-500\/65{
    background-color: rgb(100 116 139 / 0.65);
  }

  .lg\:bg-slate-500\/70{
    background-color: rgb(100 116 139 / 0.7);
  }

  .lg\:bg-slate-500\/75{
    background-color: rgb(100 116 139 / 0.75);
  }

  .lg\:bg-slate-500\/80{
    background-color: rgb(100 116 139 / 0.8);
  }

  .lg\:bg-slate-500\/85{
    background-color: rgb(100 116 139 / 0.85);
  }

  .lg\:bg-slate-500\/90{
    background-color: rgb(100 116 139 / 0.9);
  }

  .lg\:bg-slate-500\/95{
    background-color: rgb(100 116 139 / 0.95);
  }

  .lg\:bg-slate-600{
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-600\/0{
    background-color: rgb(71 85 105 / 0);
  }

  .lg\:bg-slate-600\/10{
    background-color: rgb(71 85 105 / 0.1);
  }

  .lg\:bg-slate-600\/100{
    background-color: rgb(71 85 105 / 1);
  }

  .lg\:bg-slate-600\/15{
    background-color: rgb(71 85 105 / 0.15);
  }

  .lg\:bg-slate-600\/20{
    background-color: rgb(71 85 105 / 0.2);
  }

  .lg\:bg-slate-600\/25{
    background-color: rgb(71 85 105 / 0.25);
  }

  .lg\:bg-slate-600\/30{
    background-color: rgb(71 85 105 / 0.3);
  }

  .lg\:bg-slate-600\/35{
    background-color: rgb(71 85 105 / 0.35);
  }

  .lg\:bg-slate-600\/40{
    background-color: rgb(71 85 105 / 0.4);
  }

  .lg\:bg-slate-600\/45{
    background-color: rgb(71 85 105 / 0.45);
  }

  .lg\:bg-slate-600\/5{
    background-color: rgb(71 85 105 / 0.05);
  }

  .lg\:bg-slate-600\/50{
    background-color: rgb(71 85 105 / 0.5);
  }

  .lg\:bg-slate-600\/55{
    background-color: rgb(71 85 105 / 0.55);
  }

  .lg\:bg-slate-600\/60{
    background-color: rgb(71 85 105 / 0.6);
  }

  .lg\:bg-slate-600\/65{
    background-color: rgb(71 85 105 / 0.65);
  }

  .lg\:bg-slate-600\/70{
    background-color: rgb(71 85 105 / 0.7);
  }

  .lg\:bg-slate-600\/75{
    background-color: rgb(71 85 105 / 0.75);
  }

  .lg\:bg-slate-600\/80{
    background-color: rgb(71 85 105 / 0.8);
  }

  .lg\:bg-slate-600\/85{
    background-color: rgb(71 85 105 / 0.85);
  }

  .lg\:bg-slate-600\/90{
    background-color: rgb(71 85 105 / 0.9);
  }

  .lg\:bg-slate-600\/95{
    background-color: rgb(71 85 105 / 0.95);
  }

  .lg\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-700\/0{
    background-color: rgb(51 65 85 / 0);
  }

  .lg\:bg-slate-700\/10{
    background-color: rgb(51 65 85 / 0.1);
  }

  .lg\:bg-slate-700\/100{
    background-color: rgb(51 65 85 / 1);
  }

  .lg\:bg-slate-700\/15{
    background-color: rgb(51 65 85 / 0.15);
  }

  .lg\:bg-slate-700\/20{
    background-color: rgb(51 65 85 / 0.2);
  }

  .lg\:bg-slate-700\/25{
    background-color: rgb(51 65 85 / 0.25);
  }

  .lg\:bg-slate-700\/30{
    background-color: rgb(51 65 85 / 0.3);
  }

  .lg\:bg-slate-700\/35{
    background-color: rgb(51 65 85 / 0.35);
  }

  .lg\:bg-slate-700\/40{
    background-color: rgb(51 65 85 / 0.4);
  }

  .lg\:bg-slate-700\/45{
    background-color: rgb(51 65 85 / 0.45);
  }

  .lg\:bg-slate-700\/5{
    background-color: rgb(51 65 85 / 0.05);
  }

  .lg\:bg-slate-700\/50{
    background-color: rgb(51 65 85 / 0.5);
  }

  .lg\:bg-slate-700\/55{
    background-color: rgb(51 65 85 / 0.55);
  }

  .lg\:bg-slate-700\/60{
    background-color: rgb(51 65 85 / 0.6);
  }

  .lg\:bg-slate-700\/65{
    background-color: rgb(51 65 85 / 0.65);
  }

  .lg\:bg-slate-700\/70{
    background-color: rgb(51 65 85 / 0.7);
  }

  .lg\:bg-slate-700\/75{
    background-color: rgb(51 65 85 / 0.75);
  }

  .lg\:bg-slate-700\/80{
    background-color: rgb(51 65 85 / 0.8);
  }

  .lg\:bg-slate-700\/85{
    background-color: rgb(51 65 85 / 0.85);
  }

  .lg\:bg-slate-700\/90{
    background-color: rgb(51 65 85 / 0.9);
  }

  .lg\:bg-slate-700\/95{
    background-color: rgb(51 65 85 / 0.95);
  }

  .lg\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-800\/0{
    background-color: rgb(30 41 59 / 0);
  }

  .lg\:bg-slate-800\/10{
    background-color: rgb(30 41 59 / 0.1);
  }

  .lg\:bg-slate-800\/100{
    background-color: rgb(30 41 59 / 1);
  }

  .lg\:bg-slate-800\/15{
    background-color: rgb(30 41 59 / 0.15);
  }

  .lg\:bg-slate-800\/20{
    background-color: rgb(30 41 59 / 0.2);
  }

  .lg\:bg-slate-800\/25{
    background-color: rgb(30 41 59 / 0.25);
  }

  .lg\:bg-slate-800\/30{
    background-color: rgb(30 41 59 / 0.3);
  }

  .lg\:bg-slate-800\/35{
    background-color: rgb(30 41 59 / 0.35);
  }

  .lg\:bg-slate-800\/40{
    background-color: rgb(30 41 59 / 0.4);
  }

  .lg\:bg-slate-800\/45{
    background-color: rgb(30 41 59 / 0.45);
  }

  .lg\:bg-slate-800\/5{
    background-color: rgb(30 41 59 / 0.05);
  }

  .lg\:bg-slate-800\/50{
    background-color: rgb(30 41 59 / 0.5);
  }

  .lg\:bg-slate-800\/55{
    background-color: rgb(30 41 59 / 0.55);
  }

  .lg\:bg-slate-800\/60{
    background-color: rgb(30 41 59 / 0.6);
  }

  .lg\:bg-slate-800\/65{
    background-color: rgb(30 41 59 / 0.65);
  }

  .lg\:bg-slate-800\/70{
    background-color: rgb(30 41 59 / 0.7);
  }

  .lg\:bg-slate-800\/75{
    background-color: rgb(30 41 59 / 0.75);
  }

  .lg\:bg-slate-800\/80{
    background-color: rgb(30 41 59 / 0.8);
  }

  .lg\:bg-slate-800\/85{
    background-color: rgb(30 41 59 / 0.85);
  }

  .lg\:bg-slate-800\/90{
    background-color: rgb(30 41 59 / 0.9);
  }

  .lg\:bg-slate-800\/95{
    background-color: rgb(30 41 59 / 0.95);
  }

  .lg\:bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-900\/0{
    background-color: rgb(15 23 42 / 0);
  }

  .lg\:bg-slate-900\/10{
    background-color: rgb(15 23 42 / 0.1);
  }

  .lg\:bg-slate-900\/100{
    background-color: rgb(15 23 42 / 1);
  }

  .lg\:bg-slate-900\/15{
    background-color: rgb(15 23 42 / 0.15);
  }

  .lg\:bg-slate-900\/20{
    background-color: rgb(15 23 42 / 0.2);
  }

  .lg\:bg-slate-900\/25{
    background-color: rgb(15 23 42 / 0.25);
  }

  .lg\:bg-slate-900\/30{
    background-color: rgb(15 23 42 / 0.3);
  }

  .lg\:bg-slate-900\/35{
    background-color: rgb(15 23 42 / 0.35);
  }

  .lg\:bg-slate-900\/40{
    background-color: rgb(15 23 42 / 0.4);
  }

  .lg\:bg-slate-900\/45{
    background-color: rgb(15 23 42 / 0.45);
  }

  .lg\:bg-slate-900\/5{
    background-color: rgb(15 23 42 / 0.05);
  }

  .lg\:bg-slate-900\/50{
    background-color: rgb(15 23 42 / 0.5);
  }

  .lg\:bg-slate-900\/55{
    background-color: rgb(15 23 42 / 0.55);
  }

  .lg\:bg-slate-900\/60{
    background-color: rgb(15 23 42 / 0.6);
  }

  .lg\:bg-slate-900\/65{
    background-color: rgb(15 23 42 / 0.65);
  }

  .lg\:bg-slate-900\/70{
    background-color: rgb(15 23 42 / 0.7);
  }

  .lg\:bg-slate-900\/75{
    background-color: rgb(15 23 42 / 0.75);
  }

  .lg\:bg-slate-900\/80{
    background-color: rgb(15 23 42 / 0.8);
  }

  .lg\:bg-slate-900\/85{
    background-color: rgb(15 23 42 / 0.85);
  }

  .lg\:bg-slate-900\/90{
    background-color: rgb(15 23 42 / 0.9);
  }

  .lg\:bg-slate-900\/95{
    background-color: rgb(15 23 42 / 0.95);
  }

  .lg\:bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-slate-950\/0{
    background-color: rgb(2 6 23 / 0);
  }

  .lg\:bg-slate-950\/10{
    background-color: rgb(2 6 23 / 0.1);
  }

  .lg\:bg-slate-950\/100{
    background-color: rgb(2 6 23 / 1);
  }

  .lg\:bg-slate-950\/15{
    background-color: rgb(2 6 23 / 0.15);
  }

  .lg\:bg-slate-950\/20{
    background-color: rgb(2 6 23 / 0.2);
  }

  .lg\:bg-slate-950\/25{
    background-color: rgb(2 6 23 / 0.25);
  }

  .lg\:bg-slate-950\/30{
    background-color: rgb(2 6 23 / 0.3);
  }

  .lg\:bg-slate-950\/35{
    background-color: rgb(2 6 23 / 0.35);
  }

  .lg\:bg-slate-950\/40{
    background-color: rgb(2 6 23 / 0.4);
  }

  .lg\:bg-slate-950\/45{
    background-color: rgb(2 6 23 / 0.45);
  }

  .lg\:bg-slate-950\/5{
    background-color: rgb(2 6 23 / 0.05);
  }

  .lg\:bg-slate-950\/50{
    background-color: rgb(2 6 23 / 0.5);
  }

  .lg\:bg-slate-950\/55{
    background-color: rgb(2 6 23 / 0.55);
  }

  .lg\:bg-slate-950\/60{
    background-color: rgb(2 6 23 / 0.6);
  }

  .lg\:bg-slate-950\/65{
    background-color: rgb(2 6 23 / 0.65);
  }

  .lg\:bg-slate-950\/70{
    background-color: rgb(2 6 23 / 0.7);
  }

  .lg\:bg-slate-950\/75{
    background-color: rgb(2 6 23 / 0.75);
  }

  .lg\:bg-slate-950\/80{
    background-color: rgb(2 6 23 / 0.8);
  }

  .lg\:bg-slate-950\/85{
    background-color: rgb(2 6 23 / 0.85);
  }

  .lg\:bg-slate-950\/90{
    background-color: rgb(2 6 23 / 0.9);
  }

  .lg\:bg-slate-950\/95{
    background-color: rgb(2 6 23 / 0.95);
  }

  .lg\:bg-stone-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-100\/0{
    background-color: rgb(245 245 244 / 0);
  }

  .lg\:bg-stone-100\/10{
    background-color: rgb(245 245 244 / 0.1);
  }

  .lg\:bg-stone-100\/100{
    background-color: rgb(245 245 244 / 1);
  }

  .lg\:bg-stone-100\/15{
    background-color: rgb(245 245 244 / 0.15);
  }

  .lg\:bg-stone-100\/20{
    background-color: rgb(245 245 244 / 0.2);
  }

  .lg\:bg-stone-100\/25{
    background-color: rgb(245 245 244 / 0.25);
  }

  .lg\:bg-stone-100\/30{
    background-color: rgb(245 245 244 / 0.3);
  }

  .lg\:bg-stone-100\/35{
    background-color: rgb(245 245 244 / 0.35);
  }

  .lg\:bg-stone-100\/40{
    background-color: rgb(245 245 244 / 0.4);
  }

  .lg\:bg-stone-100\/45{
    background-color: rgb(245 245 244 / 0.45);
  }

  .lg\:bg-stone-100\/5{
    background-color: rgb(245 245 244 / 0.05);
  }

  .lg\:bg-stone-100\/50{
    background-color: rgb(245 245 244 / 0.5);
  }

  .lg\:bg-stone-100\/55{
    background-color: rgb(245 245 244 / 0.55);
  }

  .lg\:bg-stone-100\/60{
    background-color: rgb(245 245 244 / 0.6);
  }

  .lg\:bg-stone-100\/65{
    background-color: rgb(245 245 244 / 0.65);
  }

  .lg\:bg-stone-100\/70{
    background-color: rgb(245 245 244 / 0.7);
  }

  .lg\:bg-stone-100\/75{
    background-color: rgb(245 245 244 / 0.75);
  }

  .lg\:bg-stone-100\/80{
    background-color: rgb(245 245 244 / 0.8);
  }

  .lg\:bg-stone-100\/85{
    background-color: rgb(245 245 244 / 0.85);
  }

  .lg\:bg-stone-100\/90{
    background-color: rgb(245 245 244 / 0.9);
  }

  .lg\:bg-stone-100\/95{
    background-color: rgb(245 245 244 / 0.95);
  }

  .lg\:bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-200\/0{
    background-color: rgb(231 229 228 / 0);
  }

  .lg\:bg-stone-200\/10{
    background-color: rgb(231 229 228 / 0.1);
  }

  .lg\:bg-stone-200\/100{
    background-color: rgb(231 229 228 / 1);
  }

  .lg\:bg-stone-200\/15{
    background-color: rgb(231 229 228 / 0.15);
  }

  .lg\:bg-stone-200\/20{
    background-color: rgb(231 229 228 / 0.2);
  }

  .lg\:bg-stone-200\/25{
    background-color: rgb(231 229 228 / 0.25);
  }

  .lg\:bg-stone-200\/30{
    background-color: rgb(231 229 228 / 0.3);
  }

  .lg\:bg-stone-200\/35{
    background-color: rgb(231 229 228 / 0.35);
  }

  .lg\:bg-stone-200\/40{
    background-color: rgb(231 229 228 / 0.4);
  }

  .lg\:bg-stone-200\/45{
    background-color: rgb(231 229 228 / 0.45);
  }

  .lg\:bg-stone-200\/5{
    background-color: rgb(231 229 228 / 0.05);
  }

  .lg\:bg-stone-200\/50{
    background-color: rgb(231 229 228 / 0.5);
  }

  .lg\:bg-stone-200\/55{
    background-color: rgb(231 229 228 / 0.55);
  }

  .lg\:bg-stone-200\/60{
    background-color: rgb(231 229 228 / 0.6);
  }

  .lg\:bg-stone-200\/65{
    background-color: rgb(231 229 228 / 0.65);
  }

  .lg\:bg-stone-200\/70{
    background-color: rgb(231 229 228 / 0.7);
  }

  .lg\:bg-stone-200\/75{
    background-color: rgb(231 229 228 / 0.75);
  }

  .lg\:bg-stone-200\/80{
    background-color: rgb(231 229 228 / 0.8);
  }

  .lg\:bg-stone-200\/85{
    background-color: rgb(231 229 228 / 0.85);
  }

  .lg\:bg-stone-200\/90{
    background-color: rgb(231 229 228 / 0.9);
  }

  .lg\:bg-stone-200\/95{
    background-color: rgb(231 229 228 / 0.95);
  }

  .lg\:bg-stone-300{
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-300\/0{
    background-color: rgb(214 211 209 / 0);
  }

  .lg\:bg-stone-300\/10{
    background-color: rgb(214 211 209 / 0.1);
  }

  .lg\:bg-stone-300\/100{
    background-color: rgb(214 211 209 / 1);
  }

  .lg\:bg-stone-300\/15{
    background-color: rgb(214 211 209 / 0.15);
  }

  .lg\:bg-stone-300\/20{
    background-color: rgb(214 211 209 / 0.2);
  }

  .lg\:bg-stone-300\/25{
    background-color: rgb(214 211 209 / 0.25);
  }

  .lg\:bg-stone-300\/30{
    background-color: rgb(214 211 209 / 0.3);
  }

  .lg\:bg-stone-300\/35{
    background-color: rgb(214 211 209 / 0.35);
  }

  .lg\:bg-stone-300\/40{
    background-color: rgb(214 211 209 / 0.4);
  }

  .lg\:bg-stone-300\/45{
    background-color: rgb(214 211 209 / 0.45);
  }

  .lg\:bg-stone-300\/5{
    background-color: rgb(214 211 209 / 0.05);
  }

  .lg\:bg-stone-300\/50{
    background-color: rgb(214 211 209 / 0.5);
  }

  .lg\:bg-stone-300\/55{
    background-color: rgb(214 211 209 / 0.55);
  }

  .lg\:bg-stone-300\/60{
    background-color: rgb(214 211 209 / 0.6);
  }

  .lg\:bg-stone-300\/65{
    background-color: rgb(214 211 209 / 0.65);
  }

  .lg\:bg-stone-300\/70{
    background-color: rgb(214 211 209 / 0.7);
  }

  .lg\:bg-stone-300\/75{
    background-color: rgb(214 211 209 / 0.75);
  }

  .lg\:bg-stone-300\/80{
    background-color: rgb(214 211 209 / 0.8);
  }

  .lg\:bg-stone-300\/85{
    background-color: rgb(214 211 209 / 0.85);
  }

  .lg\:bg-stone-300\/90{
    background-color: rgb(214 211 209 / 0.9);
  }

  .lg\:bg-stone-300\/95{
    background-color: rgb(214 211 209 / 0.95);
  }

  .lg\:bg-stone-400{
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-400\/0{
    background-color: rgb(168 162 158 / 0);
  }

  .lg\:bg-stone-400\/10{
    background-color: rgb(168 162 158 / 0.1);
  }

  .lg\:bg-stone-400\/100{
    background-color: rgb(168 162 158 / 1);
  }

  .lg\:bg-stone-400\/15{
    background-color: rgb(168 162 158 / 0.15);
  }

  .lg\:bg-stone-400\/20{
    background-color: rgb(168 162 158 / 0.2);
  }

  .lg\:bg-stone-400\/25{
    background-color: rgb(168 162 158 / 0.25);
  }

  .lg\:bg-stone-400\/30{
    background-color: rgb(168 162 158 / 0.3);
  }

  .lg\:bg-stone-400\/35{
    background-color: rgb(168 162 158 / 0.35);
  }

  .lg\:bg-stone-400\/40{
    background-color: rgb(168 162 158 / 0.4);
  }

  .lg\:bg-stone-400\/45{
    background-color: rgb(168 162 158 / 0.45);
  }

  .lg\:bg-stone-400\/5{
    background-color: rgb(168 162 158 / 0.05);
  }

  .lg\:bg-stone-400\/50{
    background-color: rgb(168 162 158 / 0.5);
  }

  .lg\:bg-stone-400\/55{
    background-color: rgb(168 162 158 / 0.55);
  }

  .lg\:bg-stone-400\/60{
    background-color: rgb(168 162 158 / 0.6);
  }

  .lg\:bg-stone-400\/65{
    background-color: rgb(168 162 158 / 0.65);
  }

  .lg\:bg-stone-400\/70{
    background-color: rgb(168 162 158 / 0.7);
  }

  .lg\:bg-stone-400\/75{
    background-color: rgb(168 162 158 / 0.75);
  }

  .lg\:bg-stone-400\/80{
    background-color: rgb(168 162 158 / 0.8);
  }

  .lg\:bg-stone-400\/85{
    background-color: rgb(168 162 158 / 0.85);
  }

  .lg\:bg-stone-400\/90{
    background-color: rgb(168 162 158 / 0.9);
  }

  .lg\:bg-stone-400\/95{
    background-color: rgb(168 162 158 / 0.95);
  }

  .lg\:bg-stone-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-50\/0{
    background-color: rgb(250 250 249 / 0);
  }

  .lg\:bg-stone-50\/10{
    background-color: rgb(250 250 249 / 0.1);
  }

  .lg\:bg-stone-50\/100{
    background-color: rgb(250 250 249 / 1);
  }

  .lg\:bg-stone-50\/15{
    background-color: rgb(250 250 249 / 0.15);
  }

  .lg\:bg-stone-50\/20{
    background-color: rgb(250 250 249 / 0.2);
  }

  .lg\:bg-stone-50\/25{
    background-color: rgb(250 250 249 / 0.25);
  }

  .lg\:bg-stone-50\/30{
    background-color: rgb(250 250 249 / 0.3);
  }

  .lg\:bg-stone-50\/35{
    background-color: rgb(250 250 249 / 0.35);
  }

  .lg\:bg-stone-50\/40{
    background-color: rgb(250 250 249 / 0.4);
  }

  .lg\:bg-stone-50\/45{
    background-color: rgb(250 250 249 / 0.45);
  }

  .lg\:bg-stone-50\/5{
    background-color: rgb(250 250 249 / 0.05);
  }

  .lg\:bg-stone-50\/50{
    background-color: rgb(250 250 249 / 0.5);
  }

  .lg\:bg-stone-50\/55{
    background-color: rgb(250 250 249 / 0.55);
  }

  .lg\:bg-stone-50\/60{
    background-color: rgb(250 250 249 / 0.6);
  }

  .lg\:bg-stone-50\/65{
    background-color: rgb(250 250 249 / 0.65);
  }

  .lg\:bg-stone-50\/70{
    background-color: rgb(250 250 249 / 0.7);
  }

  .lg\:bg-stone-50\/75{
    background-color: rgb(250 250 249 / 0.75);
  }

  .lg\:bg-stone-50\/80{
    background-color: rgb(250 250 249 / 0.8);
  }

  .lg\:bg-stone-50\/85{
    background-color: rgb(250 250 249 / 0.85);
  }

  .lg\:bg-stone-50\/90{
    background-color: rgb(250 250 249 / 0.9);
  }

  .lg\:bg-stone-50\/95{
    background-color: rgb(250 250 249 / 0.95);
  }

  .lg\:bg-stone-500{
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-500\/0{
    background-color: rgb(120 113 108 / 0);
  }

  .lg\:bg-stone-500\/10{
    background-color: rgb(120 113 108 / 0.1);
  }

  .lg\:bg-stone-500\/100{
    background-color: rgb(120 113 108 / 1);
  }

  .lg\:bg-stone-500\/15{
    background-color: rgb(120 113 108 / 0.15);
  }

  .lg\:bg-stone-500\/20{
    background-color: rgb(120 113 108 / 0.2);
  }

  .lg\:bg-stone-500\/25{
    background-color: rgb(120 113 108 / 0.25);
  }

  .lg\:bg-stone-500\/30{
    background-color: rgb(120 113 108 / 0.3);
  }

  .lg\:bg-stone-500\/35{
    background-color: rgb(120 113 108 / 0.35);
  }

  .lg\:bg-stone-500\/40{
    background-color: rgb(120 113 108 / 0.4);
  }

  .lg\:bg-stone-500\/45{
    background-color: rgb(120 113 108 / 0.45);
  }

  .lg\:bg-stone-500\/5{
    background-color: rgb(120 113 108 / 0.05);
  }

  .lg\:bg-stone-500\/50{
    background-color: rgb(120 113 108 / 0.5);
  }

  .lg\:bg-stone-500\/55{
    background-color: rgb(120 113 108 / 0.55);
  }

  .lg\:bg-stone-500\/60{
    background-color: rgb(120 113 108 / 0.6);
  }

  .lg\:bg-stone-500\/65{
    background-color: rgb(120 113 108 / 0.65);
  }

  .lg\:bg-stone-500\/70{
    background-color: rgb(120 113 108 / 0.7);
  }

  .lg\:bg-stone-500\/75{
    background-color: rgb(120 113 108 / 0.75);
  }

  .lg\:bg-stone-500\/80{
    background-color: rgb(120 113 108 / 0.8);
  }

  .lg\:bg-stone-500\/85{
    background-color: rgb(120 113 108 / 0.85);
  }

  .lg\:bg-stone-500\/90{
    background-color: rgb(120 113 108 / 0.9);
  }

  .lg\:bg-stone-500\/95{
    background-color: rgb(120 113 108 / 0.95);
  }

  .lg\:bg-stone-600{
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-600\/0{
    background-color: rgb(87 83 78 / 0);
  }

  .lg\:bg-stone-600\/10{
    background-color: rgb(87 83 78 / 0.1);
  }

  .lg\:bg-stone-600\/100{
    background-color: rgb(87 83 78 / 1);
  }

  .lg\:bg-stone-600\/15{
    background-color: rgb(87 83 78 / 0.15);
  }

  .lg\:bg-stone-600\/20{
    background-color: rgb(87 83 78 / 0.2);
  }

  .lg\:bg-stone-600\/25{
    background-color: rgb(87 83 78 / 0.25);
  }

  .lg\:bg-stone-600\/30{
    background-color: rgb(87 83 78 / 0.3);
  }

  .lg\:bg-stone-600\/35{
    background-color: rgb(87 83 78 / 0.35);
  }

  .lg\:bg-stone-600\/40{
    background-color: rgb(87 83 78 / 0.4);
  }

  .lg\:bg-stone-600\/45{
    background-color: rgb(87 83 78 / 0.45);
  }

  .lg\:bg-stone-600\/5{
    background-color: rgb(87 83 78 / 0.05);
  }

  .lg\:bg-stone-600\/50{
    background-color: rgb(87 83 78 / 0.5);
  }

  .lg\:bg-stone-600\/55{
    background-color: rgb(87 83 78 / 0.55);
  }

  .lg\:bg-stone-600\/60{
    background-color: rgb(87 83 78 / 0.6);
  }

  .lg\:bg-stone-600\/65{
    background-color: rgb(87 83 78 / 0.65);
  }

  .lg\:bg-stone-600\/70{
    background-color: rgb(87 83 78 / 0.7);
  }

  .lg\:bg-stone-600\/75{
    background-color: rgb(87 83 78 / 0.75);
  }

  .lg\:bg-stone-600\/80{
    background-color: rgb(87 83 78 / 0.8);
  }

  .lg\:bg-stone-600\/85{
    background-color: rgb(87 83 78 / 0.85);
  }

  .lg\:bg-stone-600\/90{
    background-color: rgb(87 83 78 / 0.9);
  }

  .lg\:bg-stone-600\/95{
    background-color: rgb(87 83 78 / 0.95);
  }

  .lg\:bg-stone-700{
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-700\/0{
    background-color: rgb(68 64 60 / 0);
  }

  .lg\:bg-stone-700\/10{
    background-color: rgb(68 64 60 / 0.1);
  }

  .lg\:bg-stone-700\/100{
    background-color: rgb(68 64 60 / 1);
  }

  .lg\:bg-stone-700\/15{
    background-color: rgb(68 64 60 / 0.15);
  }

  .lg\:bg-stone-700\/20{
    background-color: rgb(68 64 60 / 0.2);
  }

  .lg\:bg-stone-700\/25{
    background-color: rgb(68 64 60 / 0.25);
  }

  .lg\:bg-stone-700\/30{
    background-color: rgb(68 64 60 / 0.3);
  }

  .lg\:bg-stone-700\/35{
    background-color: rgb(68 64 60 / 0.35);
  }

  .lg\:bg-stone-700\/40{
    background-color: rgb(68 64 60 / 0.4);
  }

  .lg\:bg-stone-700\/45{
    background-color: rgb(68 64 60 / 0.45);
  }

  .lg\:bg-stone-700\/5{
    background-color: rgb(68 64 60 / 0.05);
  }

  .lg\:bg-stone-700\/50{
    background-color: rgb(68 64 60 / 0.5);
  }

  .lg\:bg-stone-700\/55{
    background-color: rgb(68 64 60 / 0.55);
  }

  .lg\:bg-stone-700\/60{
    background-color: rgb(68 64 60 / 0.6);
  }

  .lg\:bg-stone-700\/65{
    background-color: rgb(68 64 60 / 0.65);
  }

  .lg\:bg-stone-700\/70{
    background-color: rgb(68 64 60 / 0.7);
  }

  .lg\:bg-stone-700\/75{
    background-color: rgb(68 64 60 / 0.75);
  }

  .lg\:bg-stone-700\/80{
    background-color: rgb(68 64 60 / 0.8);
  }

  .lg\:bg-stone-700\/85{
    background-color: rgb(68 64 60 / 0.85);
  }

  .lg\:bg-stone-700\/90{
    background-color: rgb(68 64 60 / 0.9);
  }

  .lg\:bg-stone-700\/95{
    background-color: rgb(68 64 60 / 0.95);
  }

  .lg\:bg-stone-800{
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-800\/0{
    background-color: rgb(41 37 36 / 0);
  }

  .lg\:bg-stone-800\/10{
    background-color: rgb(41 37 36 / 0.1);
  }

  .lg\:bg-stone-800\/100{
    background-color: rgb(41 37 36 / 1);
  }

  .lg\:bg-stone-800\/15{
    background-color: rgb(41 37 36 / 0.15);
  }

  .lg\:bg-stone-800\/20{
    background-color: rgb(41 37 36 / 0.2);
  }

  .lg\:bg-stone-800\/25{
    background-color: rgb(41 37 36 / 0.25);
  }

  .lg\:bg-stone-800\/30{
    background-color: rgb(41 37 36 / 0.3);
  }

  .lg\:bg-stone-800\/35{
    background-color: rgb(41 37 36 / 0.35);
  }

  .lg\:bg-stone-800\/40{
    background-color: rgb(41 37 36 / 0.4);
  }

  .lg\:bg-stone-800\/45{
    background-color: rgb(41 37 36 / 0.45);
  }

  .lg\:bg-stone-800\/5{
    background-color: rgb(41 37 36 / 0.05);
  }

  .lg\:bg-stone-800\/50{
    background-color: rgb(41 37 36 / 0.5);
  }

  .lg\:bg-stone-800\/55{
    background-color: rgb(41 37 36 / 0.55);
  }

  .lg\:bg-stone-800\/60{
    background-color: rgb(41 37 36 / 0.6);
  }

  .lg\:bg-stone-800\/65{
    background-color: rgb(41 37 36 / 0.65);
  }

  .lg\:bg-stone-800\/70{
    background-color: rgb(41 37 36 / 0.7);
  }

  .lg\:bg-stone-800\/75{
    background-color: rgb(41 37 36 / 0.75);
  }

  .lg\:bg-stone-800\/80{
    background-color: rgb(41 37 36 / 0.8);
  }

  .lg\:bg-stone-800\/85{
    background-color: rgb(41 37 36 / 0.85);
  }

  .lg\:bg-stone-800\/90{
    background-color: rgb(41 37 36 / 0.9);
  }

  .lg\:bg-stone-800\/95{
    background-color: rgb(41 37 36 / 0.95);
  }

  .lg\:bg-stone-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-900\/0{
    background-color: rgb(28 25 23 / 0);
  }

  .lg\:bg-stone-900\/10{
    background-color: rgb(28 25 23 / 0.1);
  }

  .lg\:bg-stone-900\/100{
    background-color: rgb(28 25 23 / 1);
  }

  .lg\:bg-stone-900\/15{
    background-color: rgb(28 25 23 / 0.15);
  }

  .lg\:bg-stone-900\/20{
    background-color: rgb(28 25 23 / 0.2);
  }

  .lg\:bg-stone-900\/25{
    background-color: rgb(28 25 23 / 0.25);
  }

  .lg\:bg-stone-900\/30{
    background-color: rgb(28 25 23 / 0.3);
  }

  .lg\:bg-stone-900\/35{
    background-color: rgb(28 25 23 / 0.35);
  }

  .lg\:bg-stone-900\/40{
    background-color: rgb(28 25 23 / 0.4);
  }

  .lg\:bg-stone-900\/45{
    background-color: rgb(28 25 23 / 0.45);
  }

  .lg\:bg-stone-900\/5{
    background-color: rgb(28 25 23 / 0.05);
  }

  .lg\:bg-stone-900\/50{
    background-color: rgb(28 25 23 / 0.5);
  }

  .lg\:bg-stone-900\/55{
    background-color: rgb(28 25 23 / 0.55);
  }

  .lg\:bg-stone-900\/60{
    background-color: rgb(28 25 23 / 0.6);
  }

  .lg\:bg-stone-900\/65{
    background-color: rgb(28 25 23 / 0.65);
  }

  .lg\:bg-stone-900\/70{
    background-color: rgb(28 25 23 / 0.7);
  }

  .lg\:bg-stone-900\/75{
    background-color: rgb(28 25 23 / 0.75);
  }

  .lg\:bg-stone-900\/80{
    background-color: rgb(28 25 23 / 0.8);
  }

  .lg\:bg-stone-900\/85{
    background-color: rgb(28 25 23 / 0.85);
  }

  .lg\:bg-stone-900\/90{
    background-color: rgb(28 25 23 / 0.9);
  }

  .lg\:bg-stone-900\/95{
    background-color: rgb(28 25 23 / 0.95);
  }

  .lg\:bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-stone-950\/0{
    background-color: rgb(12 10 9 / 0);
  }

  .lg\:bg-stone-950\/10{
    background-color: rgb(12 10 9 / 0.1);
  }

  .lg\:bg-stone-950\/100{
    background-color: rgb(12 10 9 / 1);
  }

  .lg\:bg-stone-950\/15{
    background-color: rgb(12 10 9 / 0.15);
  }

  .lg\:bg-stone-950\/20{
    background-color: rgb(12 10 9 / 0.2);
  }

  .lg\:bg-stone-950\/25{
    background-color: rgb(12 10 9 / 0.25);
  }

  .lg\:bg-stone-950\/30{
    background-color: rgb(12 10 9 / 0.3);
  }

  .lg\:bg-stone-950\/35{
    background-color: rgb(12 10 9 / 0.35);
  }

  .lg\:bg-stone-950\/40{
    background-color: rgb(12 10 9 / 0.4);
  }

  .lg\:bg-stone-950\/45{
    background-color: rgb(12 10 9 / 0.45);
  }

  .lg\:bg-stone-950\/5{
    background-color: rgb(12 10 9 / 0.05);
  }

  .lg\:bg-stone-950\/50{
    background-color: rgb(12 10 9 / 0.5);
  }

  .lg\:bg-stone-950\/55{
    background-color: rgb(12 10 9 / 0.55);
  }

  .lg\:bg-stone-950\/60{
    background-color: rgb(12 10 9 / 0.6);
  }

  .lg\:bg-stone-950\/65{
    background-color: rgb(12 10 9 / 0.65);
  }

  .lg\:bg-stone-950\/70{
    background-color: rgb(12 10 9 / 0.7);
  }

  .lg\:bg-stone-950\/75{
    background-color: rgb(12 10 9 / 0.75);
  }

  .lg\:bg-stone-950\/80{
    background-color: rgb(12 10 9 / 0.8);
  }

  .lg\:bg-stone-950\/85{
    background-color: rgb(12 10 9 / 0.85);
  }

  .lg\:bg-stone-950\/90{
    background-color: rgb(12 10 9 / 0.9);
  }

  .lg\:bg-stone-950\/95{
    background-color: rgb(12 10 9 / 0.95);
  }

  .lg\:bg-teal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-100\/0{
    background-color: rgb(204 251 241 / 0);
  }

  .lg\:bg-teal-100\/10{
    background-color: rgb(204 251 241 / 0.1);
  }

  .lg\:bg-teal-100\/100{
    background-color: rgb(204 251 241 / 1);
  }

  .lg\:bg-teal-100\/15{
    background-color: rgb(204 251 241 / 0.15);
  }

  .lg\:bg-teal-100\/20{
    background-color: rgb(204 251 241 / 0.2);
  }

  .lg\:bg-teal-100\/25{
    background-color: rgb(204 251 241 / 0.25);
  }

  .lg\:bg-teal-100\/30{
    background-color: rgb(204 251 241 / 0.3);
  }

  .lg\:bg-teal-100\/35{
    background-color: rgb(204 251 241 / 0.35);
  }

  .lg\:bg-teal-100\/40{
    background-color: rgb(204 251 241 / 0.4);
  }

  .lg\:bg-teal-100\/45{
    background-color: rgb(204 251 241 / 0.45);
  }

  .lg\:bg-teal-100\/5{
    background-color: rgb(204 251 241 / 0.05);
  }

  .lg\:bg-teal-100\/50{
    background-color: rgb(204 251 241 / 0.5);
  }

  .lg\:bg-teal-100\/55{
    background-color: rgb(204 251 241 / 0.55);
  }

  .lg\:bg-teal-100\/60{
    background-color: rgb(204 251 241 / 0.6);
  }

  .lg\:bg-teal-100\/65{
    background-color: rgb(204 251 241 / 0.65);
  }

  .lg\:bg-teal-100\/70{
    background-color: rgb(204 251 241 / 0.7);
  }

  .lg\:bg-teal-100\/75{
    background-color: rgb(204 251 241 / 0.75);
  }

  .lg\:bg-teal-100\/80{
    background-color: rgb(204 251 241 / 0.8);
  }

  .lg\:bg-teal-100\/85{
    background-color: rgb(204 251 241 / 0.85);
  }

  .lg\:bg-teal-100\/90{
    background-color: rgb(204 251 241 / 0.9);
  }

  .lg\:bg-teal-100\/95{
    background-color: rgb(204 251 241 / 0.95);
  }

  .lg\:bg-teal-200{
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-200\/0{
    background-color: rgb(153 246 228 / 0);
  }

  .lg\:bg-teal-200\/10{
    background-color: rgb(153 246 228 / 0.1);
  }

  .lg\:bg-teal-200\/100{
    background-color: rgb(153 246 228 / 1);
  }

  .lg\:bg-teal-200\/15{
    background-color: rgb(153 246 228 / 0.15);
  }

  .lg\:bg-teal-200\/20{
    background-color: rgb(153 246 228 / 0.2);
  }

  .lg\:bg-teal-200\/25{
    background-color: rgb(153 246 228 / 0.25);
  }

  .lg\:bg-teal-200\/30{
    background-color: rgb(153 246 228 / 0.3);
  }

  .lg\:bg-teal-200\/35{
    background-color: rgb(153 246 228 / 0.35);
  }

  .lg\:bg-teal-200\/40{
    background-color: rgb(153 246 228 / 0.4);
  }

  .lg\:bg-teal-200\/45{
    background-color: rgb(153 246 228 / 0.45);
  }

  .lg\:bg-teal-200\/5{
    background-color: rgb(153 246 228 / 0.05);
  }

  .lg\:bg-teal-200\/50{
    background-color: rgb(153 246 228 / 0.5);
  }

  .lg\:bg-teal-200\/55{
    background-color: rgb(153 246 228 / 0.55);
  }

  .lg\:bg-teal-200\/60{
    background-color: rgb(153 246 228 / 0.6);
  }

  .lg\:bg-teal-200\/65{
    background-color: rgb(153 246 228 / 0.65);
  }

  .lg\:bg-teal-200\/70{
    background-color: rgb(153 246 228 / 0.7);
  }

  .lg\:bg-teal-200\/75{
    background-color: rgb(153 246 228 / 0.75);
  }

  .lg\:bg-teal-200\/80{
    background-color: rgb(153 246 228 / 0.8);
  }

  .lg\:bg-teal-200\/85{
    background-color: rgb(153 246 228 / 0.85);
  }

  .lg\:bg-teal-200\/90{
    background-color: rgb(153 246 228 / 0.9);
  }

  .lg\:bg-teal-200\/95{
    background-color: rgb(153 246 228 / 0.95);
  }

  .lg\:bg-teal-300{
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-300\/0{
    background-color: rgb(94 234 212 / 0);
  }

  .lg\:bg-teal-300\/10{
    background-color: rgb(94 234 212 / 0.1);
  }

  .lg\:bg-teal-300\/100{
    background-color: rgb(94 234 212 / 1);
  }

  .lg\:bg-teal-300\/15{
    background-color: rgb(94 234 212 / 0.15);
  }

  .lg\:bg-teal-300\/20{
    background-color: rgb(94 234 212 / 0.2);
  }

  .lg\:bg-teal-300\/25{
    background-color: rgb(94 234 212 / 0.25);
  }

  .lg\:bg-teal-300\/30{
    background-color: rgb(94 234 212 / 0.3);
  }

  .lg\:bg-teal-300\/35{
    background-color: rgb(94 234 212 / 0.35);
  }

  .lg\:bg-teal-300\/40{
    background-color: rgb(94 234 212 / 0.4);
  }

  .lg\:bg-teal-300\/45{
    background-color: rgb(94 234 212 / 0.45);
  }

  .lg\:bg-teal-300\/5{
    background-color: rgb(94 234 212 / 0.05);
  }

  .lg\:bg-teal-300\/50{
    background-color: rgb(94 234 212 / 0.5);
  }

  .lg\:bg-teal-300\/55{
    background-color: rgb(94 234 212 / 0.55);
  }

  .lg\:bg-teal-300\/60{
    background-color: rgb(94 234 212 / 0.6);
  }

  .lg\:bg-teal-300\/65{
    background-color: rgb(94 234 212 / 0.65);
  }

  .lg\:bg-teal-300\/70{
    background-color: rgb(94 234 212 / 0.7);
  }

  .lg\:bg-teal-300\/75{
    background-color: rgb(94 234 212 / 0.75);
  }

  .lg\:bg-teal-300\/80{
    background-color: rgb(94 234 212 / 0.8);
  }

  .lg\:bg-teal-300\/85{
    background-color: rgb(94 234 212 / 0.85);
  }

  .lg\:bg-teal-300\/90{
    background-color: rgb(94 234 212 / 0.9);
  }

  .lg\:bg-teal-300\/95{
    background-color: rgb(94 234 212 / 0.95);
  }

  .lg\:bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-400\/0{
    background-color: rgb(45 212 191 / 0);
  }

  .lg\:bg-teal-400\/10{
    background-color: rgb(45 212 191 / 0.1);
  }

  .lg\:bg-teal-400\/100{
    background-color: rgb(45 212 191 / 1);
  }

  .lg\:bg-teal-400\/15{
    background-color: rgb(45 212 191 / 0.15);
  }

  .lg\:bg-teal-400\/20{
    background-color: rgb(45 212 191 / 0.2);
  }

  .lg\:bg-teal-400\/25{
    background-color: rgb(45 212 191 / 0.25);
  }

  .lg\:bg-teal-400\/30{
    background-color: rgb(45 212 191 / 0.3);
  }

  .lg\:bg-teal-400\/35{
    background-color: rgb(45 212 191 / 0.35);
  }

  .lg\:bg-teal-400\/40{
    background-color: rgb(45 212 191 / 0.4);
  }

  .lg\:bg-teal-400\/45{
    background-color: rgb(45 212 191 / 0.45);
  }

  .lg\:bg-teal-400\/5{
    background-color: rgb(45 212 191 / 0.05);
  }

  .lg\:bg-teal-400\/50{
    background-color: rgb(45 212 191 / 0.5);
  }

  .lg\:bg-teal-400\/55{
    background-color: rgb(45 212 191 / 0.55);
  }

  .lg\:bg-teal-400\/60{
    background-color: rgb(45 212 191 / 0.6);
  }

  .lg\:bg-teal-400\/65{
    background-color: rgb(45 212 191 / 0.65);
  }

  .lg\:bg-teal-400\/70{
    background-color: rgb(45 212 191 / 0.7);
  }

  .lg\:bg-teal-400\/75{
    background-color: rgb(45 212 191 / 0.75);
  }

  .lg\:bg-teal-400\/80{
    background-color: rgb(45 212 191 / 0.8);
  }

  .lg\:bg-teal-400\/85{
    background-color: rgb(45 212 191 / 0.85);
  }

  .lg\:bg-teal-400\/90{
    background-color: rgb(45 212 191 / 0.9);
  }

  .lg\:bg-teal-400\/95{
    background-color: rgb(45 212 191 / 0.95);
  }

  .lg\:bg-teal-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-50\/0{
    background-color: rgb(240 253 250 / 0);
  }

  .lg\:bg-teal-50\/10{
    background-color: rgb(240 253 250 / 0.1);
  }

  .lg\:bg-teal-50\/100{
    background-color: rgb(240 253 250 / 1);
  }

  .lg\:bg-teal-50\/15{
    background-color: rgb(240 253 250 / 0.15);
  }

  .lg\:bg-teal-50\/20{
    background-color: rgb(240 253 250 / 0.2);
  }

  .lg\:bg-teal-50\/25{
    background-color: rgb(240 253 250 / 0.25);
  }

  .lg\:bg-teal-50\/30{
    background-color: rgb(240 253 250 / 0.3);
  }

  .lg\:bg-teal-50\/35{
    background-color: rgb(240 253 250 / 0.35);
  }

  .lg\:bg-teal-50\/40{
    background-color: rgb(240 253 250 / 0.4);
  }

  .lg\:bg-teal-50\/45{
    background-color: rgb(240 253 250 / 0.45);
  }

  .lg\:bg-teal-50\/5{
    background-color: rgb(240 253 250 / 0.05);
  }

  .lg\:bg-teal-50\/50{
    background-color: rgb(240 253 250 / 0.5);
  }

  .lg\:bg-teal-50\/55{
    background-color: rgb(240 253 250 / 0.55);
  }

  .lg\:bg-teal-50\/60{
    background-color: rgb(240 253 250 / 0.6);
  }

  .lg\:bg-teal-50\/65{
    background-color: rgb(240 253 250 / 0.65);
  }

  .lg\:bg-teal-50\/70{
    background-color: rgb(240 253 250 / 0.7);
  }

  .lg\:bg-teal-50\/75{
    background-color: rgb(240 253 250 / 0.75);
  }

  .lg\:bg-teal-50\/80{
    background-color: rgb(240 253 250 / 0.8);
  }

  .lg\:bg-teal-50\/85{
    background-color: rgb(240 253 250 / 0.85);
  }

  .lg\:bg-teal-50\/90{
    background-color: rgb(240 253 250 / 0.9);
  }

  .lg\:bg-teal-50\/95{
    background-color: rgb(240 253 250 / 0.95);
  }

  .lg\:bg-teal-500{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-500\/0{
    background-color: rgb(20 184 166 / 0);
  }

  .lg\:bg-teal-500\/10{
    background-color: rgb(20 184 166 / 0.1);
  }

  .lg\:bg-teal-500\/100{
    background-color: rgb(20 184 166 / 1);
  }

  .lg\:bg-teal-500\/15{
    background-color: rgb(20 184 166 / 0.15);
  }

  .lg\:bg-teal-500\/20{
    background-color: rgb(20 184 166 / 0.2);
  }

  .lg\:bg-teal-500\/25{
    background-color: rgb(20 184 166 / 0.25);
  }

  .lg\:bg-teal-500\/30{
    background-color: rgb(20 184 166 / 0.3);
  }

  .lg\:bg-teal-500\/35{
    background-color: rgb(20 184 166 / 0.35);
  }

  .lg\:bg-teal-500\/40{
    background-color: rgb(20 184 166 / 0.4);
  }

  .lg\:bg-teal-500\/45{
    background-color: rgb(20 184 166 / 0.45);
  }

  .lg\:bg-teal-500\/5{
    background-color: rgb(20 184 166 / 0.05);
  }

  .lg\:bg-teal-500\/50{
    background-color: rgb(20 184 166 / 0.5);
  }

  .lg\:bg-teal-500\/55{
    background-color: rgb(20 184 166 / 0.55);
  }

  .lg\:bg-teal-500\/60{
    background-color: rgb(20 184 166 / 0.6);
  }

  .lg\:bg-teal-500\/65{
    background-color: rgb(20 184 166 / 0.65);
  }

  .lg\:bg-teal-500\/70{
    background-color: rgb(20 184 166 / 0.7);
  }

  .lg\:bg-teal-500\/75{
    background-color: rgb(20 184 166 / 0.75);
  }

  .lg\:bg-teal-500\/80{
    background-color: rgb(20 184 166 / 0.8);
  }

  .lg\:bg-teal-500\/85{
    background-color: rgb(20 184 166 / 0.85);
  }

  .lg\:bg-teal-500\/90{
    background-color: rgb(20 184 166 / 0.9);
  }

  .lg\:bg-teal-500\/95{
    background-color: rgb(20 184 166 / 0.95);
  }

  .lg\:bg-teal-600{
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-600\/0{
    background-color: rgb(13 148 136 / 0);
  }

  .lg\:bg-teal-600\/10{
    background-color: rgb(13 148 136 / 0.1);
  }

  .lg\:bg-teal-600\/100{
    background-color: rgb(13 148 136 / 1);
  }

  .lg\:bg-teal-600\/15{
    background-color: rgb(13 148 136 / 0.15);
  }

  .lg\:bg-teal-600\/20{
    background-color: rgb(13 148 136 / 0.2);
  }

  .lg\:bg-teal-600\/25{
    background-color: rgb(13 148 136 / 0.25);
  }

  .lg\:bg-teal-600\/30{
    background-color: rgb(13 148 136 / 0.3);
  }

  .lg\:bg-teal-600\/35{
    background-color: rgb(13 148 136 / 0.35);
  }

  .lg\:bg-teal-600\/40{
    background-color: rgb(13 148 136 / 0.4);
  }

  .lg\:bg-teal-600\/45{
    background-color: rgb(13 148 136 / 0.45);
  }

  .lg\:bg-teal-600\/5{
    background-color: rgb(13 148 136 / 0.05);
  }

  .lg\:bg-teal-600\/50{
    background-color: rgb(13 148 136 / 0.5);
  }

  .lg\:bg-teal-600\/55{
    background-color: rgb(13 148 136 / 0.55);
  }

  .lg\:bg-teal-600\/60{
    background-color: rgb(13 148 136 / 0.6);
  }

  .lg\:bg-teal-600\/65{
    background-color: rgb(13 148 136 / 0.65);
  }

  .lg\:bg-teal-600\/70{
    background-color: rgb(13 148 136 / 0.7);
  }

  .lg\:bg-teal-600\/75{
    background-color: rgb(13 148 136 / 0.75);
  }

  .lg\:bg-teal-600\/80{
    background-color: rgb(13 148 136 / 0.8);
  }

  .lg\:bg-teal-600\/85{
    background-color: rgb(13 148 136 / 0.85);
  }

  .lg\:bg-teal-600\/90{
    background-color: rgb(13 148 136 / 0.9);
  }

  .lg\:bg-teal-600\/95{
    background-color: rgb(13 148 136 / 0.95);
  }

  .lg\:bg-teal-700{
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-700\/0{
    background-color: rgb(15 118 110 / 0);
  }

  .lg\:bg-teal-700\/10{
    background-color: rgb(15 118 110 / 0.1);
  }

  .lg\:bg-teal-700\/100{
    background-color: rgb(15 118 110 / 1);
  }

  .lg\:bg-teal-700\/15{
    background-color: rgb(15 118 110 / 0.15);
  }

  .lg\:bg-teal-700\/20{
    background-color: rgb(15 118 110 / 0.2);
  }

  .lg\:bg-teal-700\/25{
    background-color: rgb(15 118 110 / 0.25);
  }

  .lg\:bg-teal-700\/30{
    background-color: rgb(15 118 110 / 0.3);
  }

  .lg\:bg-teal-700\/35{
    background-color: rgb(15 118 110 / 0.35);
  }

  .lg\:bg-teal-700\/40{
    background-color: rgb(15 118 110 / 0.4);
  }

  .lg\:bg-teal-700\/45{
    background-color: rgb(15 118 110 / 0.45);
  }

  .lg\:bg-teal-700\/5{
    background-color: rgb(15 118 110 / 0.05);
  }

  .lg\:bg-teal-700\/50{
    background-color: rgb(15 118 110 / 0.5);
  }

  .lg\:bg-teal-700\/55{
    background-color: rgb(15 118 110 / 0.55);
  }

  .lg\:bg-teal-700\/60{
    background-color: rgb(15 118 110 / 0.6);
  }

  .lg\:bg-teal-700\/65{
    background-color: rgb(15 118 110 / 0.65);
  }

  .lg\:bg-teal-700\/70{
    background-color: rgb(15 118 110 / 0.7);
  }

  .lg\:bg-teal-700\/75{
    background-color: rgb(15 118 110 / 0.75);
  }

  .lg\:bg-teal-700\/80{
    background-color: rgb(15 118 110 / 0.8);
  }

  .lg\:bg-teal-700\/85{
    background-color: rgb(15 118 110 / 0.85);
  }

  .lg\:bg-teal-700\/90{
    background-color: rgb(15 118 110 / 0.9);
  }

  .lg\:bg-teal-700\/95{
    background-color: rgb(15 118 110 / 0.95);
  }

  .lg\:bg-teal-800{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-800\/0{
    background-color: rgb(17 94 89 / 0);
  }

  .lg\:bg-teal-800\/10{
    background-color: rgb(17 94 89 / 0.1);
  }

  .lg\:bg-teal-800\/100{
    background-color: rgb(17 94 89 / 1);
  }

  .lg\:bg-teal-800\/15{
    background-color: rgb(17 94 89 / 0.15);
  }

  .lg\:bg-teal-800\/20{
    background-color: rgb(17 94 89 / 0.2);
  }

  .lg\:bg-teal-800\/25{
    background-color: rgb(17 94 89 / 0.25);
  }

  .lg\:bg-teal-800\/30{
    background-color: rgb(17 94 89 / 0.3);
  }

  .lg\:bg-teal-800\/35{
    background-color: rgb(17 94 89 / 0.35);
  }

  .lg\:bg-teal-800\/40{
    background-color: rgb(17 94 89 / 0.4);
  }

  .lg\:bg-teal-800\/45{
    background-color: rgb(17 94 89 / 0.45);
  }

  .lg\:bg-teal-800\/5{
    background-color: rgb(17 94 89 / 0.05);
  }

  .lg\:bg-teal-800\/50{
    background-color: rgb(17 94 89 / 0.5);
  }

  .lg\:bg-teal-800\/55{
    background-color: rgb(17 94 89 / 0.55);
  }

  .lg\:bg-teal-800\/60{
    background-color: rgb(17 94 89 / 0.6);
  }

  .lg\:bg-teal-800\/65{
    background-color: rgb(17 94 89 / 0.65);
  }

  .lg\:bg-teal-800\/70{
    background-color: rgb(17 94 89 / 0.7);
  }

  .lg\:bg-teal-800\/75{
    background-color: rgb(17 94 89 / 0.75);
  }

  .lg\:bg-teal-800\/80{
    background-color: rgb(17 94 89 / 0.8);
  }

  .lg\:bg-teal-800\/85{
    background-color: rgb(17 94 89 / 0.85);
  }

  .lg\:bg-teal-800\/90{
    background-color: rgb(17 94 89 / 0.9);
  }

  .lg\:bg-teal-800\/95{
    background-color: rgb(17 94 89 / 0.95);
  }

  .lg\:bg-teal-900{
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-900\/0{
    background-color: rgb(19 78 74 / 0);
  }

  .lg\:bg-teal-900\/10{
    background-color: rgb(19 78 74 / 0.1);
  }

  .lg\:bg-teal-900\/100{
    background-color: rgb(19 78 74 / 1);
  }

  .lg\:bg-teal-900\/15{
    background-color: rgb(19 78 74 / 0.15);
  }

  .lg\:bg-teal-900\/20{
    background-color: rgb(19 78 74 / 0.2);
  }

  .lg\:bg-teal-900\/25{
    background-color: rgb(19 78 74 / 0.25);
  }

  .lg\:bg-teal-900\/30{
    background-color: rgb(19 78 74 / 0.3);
  }

  .lg\:bg-teal-900\/35{
    background-color: rgb(19 78 74 / 0.35);
  }

  .lg\:bg-teal-900\/40{
    background-color: rgb(19 78 74 / 0.4);
  }

  .lg\:bg-teal-900\/45{
    background-color: rgb(19 78 74 / 0.45);
  }

  .lg\:bg-teal-900\/5{
    background-color: rgb(19 78 74 / 0.05);
  }

  .lg\:bg-teal-900\/50{
    background-color: rgb(19 78 74 / 0.5);
  }

  .lg\:bg-teal-900\/55{
    background-color: rgb(19 78 74 / 0.55);
  }

  .lg\:bg-teal-900\/60{
    background-color: rgb(19 78 74 / 0.6);
  }

  .lg\:bg-teal-900\/65{
    background-color: rgb(19 78 74 / 0.65);
  }

  .lg\:bg-teal-900\/70{
    background-color: rgb(19 78 74 / 0.7);
  }

  .lg\:bg-teal-900\/75{
    background-color: rgb(19 78 74 / 0.75);
  }

  .lg\:bg-teal-900\/80{
    background-color: rgb(19 78 74 / 0.8);
  }

  .lg\:bg-teal-900\/85{
    background-color: rgb(19 78 74 / 0.85);
  }

  .lg\:bg-teal-900\/90{
    background-color: rgb(19 78 74 / 0.9);
  }

  .lg\:bg-teal-900\/95{
    background-color: rgb(19 78 74 / 0.95);
  }

  .lg\:bg-teal-950{
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-teal-950\/0{
    background-color: rgb(4 47 46 / 0);
  }

  .lg\:bg-teal-950\/10{
    background-color: rgb(4 47 46 / 0.1);
  }

  .lg\:bg-teal-950\/100{
    background-color: rgb(4 47 46 / 1);
  }

  .lg\:bg-teal-950\/15{
    background-color: rgb(4 47 46 / 0.15);
  }

  .lg\:bg-teal-950\/20{
    background-color: rgb(4 47 46 / 0.2);
  }

  .lg\:bg-teal-950\/25{
    background-color: rgb(4 47 46 / 0.25);
  }

  .lg\:bg-teal-950\/30{
    background-color: rgb(4 47 46 / 0.3);
  }

  .lg\:bg-teal-950\/35{
    background-color: rgb(4 47 46 / 0.35);
  }

  .lg\:bg-teal-950\/40{
    background-color: rgb(4 47 46 / 0.4);
  }

  .lg\:bg-teal-950\/45{
    background-color: rgb(4 47 46 / 0.45);
  }

  .lg\:bg-teal-950\/5{
    background-color: rgb(4 47 46 / 0.05);
  }

  .lg\:bg-teal-950\/50{
    background-color: rgb(4 47 46 / 0.5);
  }

  .lg\:bg-teal-950\/55{
    background-color: rgb(4 47 46 / 0.55);
  }

  .lg\:bg-teal-950\/60{
    background-color: rgb(4 47 46 / 0.6);
  }

  .lg\:bg-teal-950\/65{
    background-color: rgb(4 47 46 / 0.65);
  }

  .lg\:bg-teal-950\/70{
    background-color: rgb(4 47 46 / 0.7);
  }

  .lg\:bg-teal-950\/75{
    background-color: rgb(4 47 46 / 0.75);
  }

  .lg\:bg-teal-950\/80{
    background-color: rgb(4 47 46 / 0.8);
  }

  .lg\:bg-teal-950\/85{
    background-color: rgb(4 47 46 / 0.85);
  }

  .lg\:bg-teal-950\/90{
    background-color: rgb(4 47 46 / 0.9);
  }

  .lg\:bg-teal-950\/95{
    background-color: rgb(4 47 46 / 0.95);
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-transparent\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-transparent\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-transparent\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-transparent\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .lg\:bg-transparent\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-transparent\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-transparent\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-transparent\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .lg\:bg-transparent\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-transparent\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .lg\:bg-transparent\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-transparent\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-transparent\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .lg\:bg-transparent\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-transparent\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .lg\:bg-transparent\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-transparent\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-transparent\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-transparent\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .lg\:bg-transparent\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-transparent\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-violet-100{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-100\/0{
    background-color: rgb(237 233 254 / 0);
  }

  .lg\:bg-violet-100\/10{
    background-color: rgb(237 233 254 / 0.1);
  }

  .lg\:bg-violet-100\/100{
    background-color: rgb(237 233 254 / 1);
  }

  .lg\:bg-violet-100\/15{
    background-color: rgb(237 233 254 / 0.15);
  }

  .lg\:bg-violet-100\/20{
    background-color: rgb(237 233 254 / 0.2);
  }

  .lg\:bg-violet-100\/25{
    background-color: rgb(237 233 254 / 0.25);
  }

  .lg\:bg-violet-100\/30{
    background-color: rgb(237 233 254 / 0.3);
  }

  .lg\:bg-violet-100\/35{
    background-color: rgb(237 233 254 / 0.35);
  }

  .lg\:bg-violet-100\/40{
    background-color: rgb(237 233 254 / 0.4);
  }

  .lg\:bg-violet-100\/45{
    background-color: rgb(237 233 254 / 0.45);
  }

  .lg\:bg-violet-100\/5{
    background-color: rgb(237 233 254 / 0.05);
  }

  .lg\:bg-violet-100\/50{
    background-color: rgb(237 233 254 / 0.5);
  }

  .lg\:bg-violet-100\/55{
    background-color: rgb(237 233 254 / 0.55);
  }

  .lg\:bg-violet-100\/60{
    background-color: rgb(237 233 254 / 0.6);
  }

  .lg\:bg-violet-100\/65{
    background-color: rgb(237 233 254 / 0.65);
  }

  .lg\:bg-violet-100\/70{
    background-color: rgb(237 233 254 / 0.7);
  }

  .lg\:bg-violet-100\/75{
    background-color: rgb(237 233 254 / 0.75);
  }

  .lg\:bg-violet-100\/80{
    background-color: rgb(237 233 254 / 0.8);
  }

  .lg\:bg-violet-100\/85{
    background-color: rgb(237 233 254 / 0.85);
  }

  .lg\:bg-violet-100\/90{
    background-color: rgb(237 233 254 / 0.9);
  }

  .lg\:bg-violet-100\/95{
    background-color: rgb(237 233 254 / 0.95);
  }

  .lg\:bg-violet-200{
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-200\/0{
    background-color: rgb(221 214 254 / 0);
  }

  .lg\:bg-violet-200\/10{
    background-color: rgb(221 214 254 / 0.1);
  }

  .lg\:bg-violet-200\/100{
    background-color: rgb(221 214 254 / 1);
  }

  .lg\:bg-violet-200\/15{
    background-color: rgb(221 214 254 / 0.15);
  }

  .lg\:bg-violet-200\/20{
    background-color: rgb(221 214 254 / 0.2);
  }

  .lg\:bg-violet-200\/25{
    background-color: rgb(221 214 254 / 0.25);
  }

  .lg\:bg-violet-200\/30{
    background-color: rgb(221 214 254 / 0.3);
  }

  .lg\:bg-violet-200\/35{
    background-color: rgb(221 214 254 / 0.35);
  }

  .lg\:bg-violet-200\/40{
    background-color: rgb(221 214 254 / 0.4);
  }

  .lg\:bg-violet-200\/45{
    background-color: rgb(221 214 254 / 0.45);
  }

  .lg\:bg-violet-200\/5{
    background-color: rgb(221 214 254 / 0.05);
  }

  .lg\:bg-violet-200\/50{
    background-color: rgb(221 214 254 / 0.5);
  }

  .lg\:bg-violet-200\/55{
    background-color: rgb(221 214 254 / 0.55);
  }

  .lg\:bg-violet-200\/60{
    background-color: rgb(221 214 254 / 0.6);
  }

  .lg\:bg-violet-200\/65{
    background-color: rgb(221 214 254 / 0.65);
  }

  .lg\:bg-violet-200\/70{
    background-color: rgb(221 214 254 / 0.7);
  }

  .lg\:bg-violet-200\/75{
    background-color: rgb(221 214 254 / 0.75);
  }

  .lg\:bg-violet-200\/80{
    background-color: rgb(221 214 254 / 0.8);
  }

  .lg\:bg-violet-200\/85{
    background-color: rgb(221 214 254 / 0.85);
  }

  .lg\:bg-violet-200\/90{
    background-color: rgb(221 214 254 / 0.9);
  }

  .lg\:bg-violet-200\/95{
    background-color: rgb(221 214 254 / 0.95);
  }

  .lg\:bg-violet-300{
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-300\/0{
    background-color: rgb(196 181 253 / 0);
  }

  .lg\:bg-violet-300\/10{
    background-color: rgb(196 181 253 / 0.1);
  }

  .lg\:bg-violet-300\/100{
    background-color: rgb(196 181 253 / 1);
  }

  .lg\:bg-violet-300\/15{
    background-color: rgb(196 181 253 / 0.15);
  }

  .lg\:bg-violet-300\/20{
    background-color: rgb(196 181 253 / 0.2);
  }

  .lg\:bg-violet-300\/25{
    background-color: rgb(196 181 253 / 0.25);
  }

  .lg\:bg-violet-300\/30{
    background-color: rgb(196 181 253 / 0.3);
  }

  .lg\:bg-violet-300\/35{
    background-color: rgb(196 181 253 / 0.35);
  }

  .lg\:bg-violet-300\/40{
    background-color: rgb(196 181 253 / 0.4);
  }

  .lg\:bg-violet-300\/45{
    background-color: rgb(196 181 253 / 0.45);
  }

  .lg\:bg-violet-300\/5{
    background-color: rgb(196 181 253 / 0.05);
  }

  .lg\:bg-violet-300\/50{
    background-color: rgb(196 181 253 / 0.5);
  }

  .lg\:bg-violet-300\/55{
    background-color: rgb(196 181 253 / 0.55);
  }

  .lg\:bg-violet-300\/60{
    background-color: rgb(196 181 253 / 0.6);
  }

  .lg\:bg-violet-300\/65{
    background-color: rgb(196 181 253 / 0.65);
  }

  .lg\:bg-violet-300\/70{
    background-color: rgb(196 181 253 / 0.7);
  }

  .lg\:bg-violet-300\/75{
    background-color: rgb(196 181 253 / 0.75);
  }

  .lg\:bg-violet-300\/80{
    background-color: rgb(196 181 253 / 0.8);
  }

  .lg\:bg-violet-300\/85{
    background-color: rgb(196 181 253 / 0.85);
  }

  .lg\:bg-violet-300\/90{
    background-color: rgb(196 181 253 / 0.9);
  }

  .lg\:bg-violet-300\/95{
    background-color: rgb(196 181 253 / 0.95);
  }

  .lg\:bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-400\/0{
    background-color: rgb(167 139 250 / 0);
  }

  .lg\:bg-violet-400\/10{
    background-color: rgb(167 139 250 / 0.1);
  }

  .lg\:bg-violet-400\/100{
    background-color: rgb(167 139 250 / 1);
  }

  .lg\:bg-violet-400\/15{
    background-color: rgb(167 139 250 / 0.15);
  }

  .lg\:bg-violet-400\/20{
    background-color: rgb(167 139 250 / 0.2);
  }

  .lg\:bg-violet-400\/25{
    background-color: rgb(167 139 250 / 0.25);
  }

  .lg\:bg-violet-400\/30{
    background-color: rgb(167 139 250 / 0.3);
  }

  .lg\:bg-violet-400\/35{
    background-color: rgb(167 139 250 / 0.35);
  }

  .lg\:bg-violet-400\/40{
    background-color: rgb(167 139 250 / 0.4);
  }

  .lg\:bg-violet-400\/45{
    background-color: rgb(167 139 250 / 0.45);
  }

  .lg\:bg-violet-400\/5{
    background-color: rgb(167 139 250 / 0.05);
  }

  .lg\:bg-violet-400\/50{
    background-color: rgb(167 139 250 / 0.5);
  }

  .lg\:bg-violet-400\/55{
    background-color: rgb(167 139 250 / 0.55);
  }

  .lg\:bg-violet-400\/60{
    background-color: rgb(167 139 250 / 0.6);
  }

  .lg\:bg-violet-400\/65{
    background-color: rgb(167 139 250 / 0.65);
  }

  .lg\:bg-violet-400\/70{
    background-color: rgb(167 139 250 / 0.7);
  }

  .lg\:bg-violet-400\/75{
    background-color: rgb(167 139 250 / 0.75);
  }

  .lg\:bg-violet-400\/80{
    background-color: rgb(167 139 250 / 0.8);
  }

  .lg\:bg-violet-400\/85{
    background-color: rgb(167 139 250 / 0.85);
  }

  .lg\:bg-violet-400\/90{
    background-color: rgb(167 139 250 / 0.9);
  }

  .lg\:bg-violet-400\/95{
    background-color: rgb(167 139 250 / 0.95);
  }

  .lg\:bg-violet-50{
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-50\/0{
    background-color: rgb(245 243 255 / 0);
  }

  .lg\:bg-violet-50\/10{
    background-color: rgb(245 243 255 / 0.1);
  }

  .lg\:bg-violet-50\/100{
    background-color: rgb(245 243 255 / 1);
  }

  .lg\:bg-violet-50\/15{
    background-color: rgb(245 243 255 / 0.15);
  }

  .lg\:bg-violet-50\/20{
    background-color: rgb(245 243 255 / 0.2);
  }

  .lg\:bg-violet-50\/25{
    background-color: rgb(245 243 255 / 0.25);
  }

  .lg\:bg-violet-50\/30{
    background-color: rgb(245 243 255 / 0.3);
  }

  .lg\:bg-violet-50\/35{
    background-color: rgb(245 243 255 / 0.35);
  }

  .lg\:bg-violet-50\/40{
    background-color: rgb(245 243 255 / 0.4);
  }

  .lg\:bg-violet-50\/45{
    background-color: rgb(245 243 255 / 0.45);
  }

  .lg\:bg-violet-50\/5{
    background-color: rgb(245 243 255 / 0.05);
  }

  .lg\:bg-violet-50\/50{
    background-color: rgb(245 243 255 / 0.5);
  }

  .lg\:bg-violet-50\/55{
    background-color: rgb(245 243 255 / 0.55);
  }

  .lg\:bg-violet-50\/60{
    background-color: rgb(245 243 255 / 0.6);
  }

  .lg\:bg-violet-50\/65{
    background-color: rgb(245 243 255 / 0.65);
  }

  .lg\:bg-violet-50\/70{
    background-color: rgb(245 243 255 / 0.7);
  }

  .lg\:bg-violet-50\/75{
    background-color: rgb(245 243 255 / 0.75);
  }

  .lg\:bg-violet-50\/80{
    background-color: rgb(245 243 255 / 0.8);
  }

  .lg\:bg-violet-50\/85{
    background-color: rgb(245 243 255 / 0.85);
  }

  .lg\:bg-violet-50\/90{
    background-color: rgb(245 243 255 / 0.9);
  }

  .lg\:bg-violet-50\/95{
    background-color: rgb(245 243 255 / 0.95);
  }

  .lg\:bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-500\/0{
    background-color: rgb(139 92 246 / 0);
  }

  .lg\:bg-violet-500\/10{
    background-color: rgb(139 92 246 / 0.1);
  }

  .lg\:bg-violet-500\/100{
    background-color: rgb(139 92 246 / 1);
  }

  .lg\:bg-violet-500\/15{
    background-color: rgb(139 92 246 / 0.15);
  }

  .lg\:bg-violet-500\/20{
    background-color: rgb(139 92 246 / 0.2);
  }

  .lg\:bg-violet-500\/25{
    background-color: rgb(139 92 246 / 0.25);
  }

  .lg\:bg-violet-500\/30{
    background-color: rgb(139 92 246 / 0.3);
  }

  .lg\:bg-violet-500\/35{
    background-color: rgb(139 92 246 / 0.35);
  }

  .lg\:bg-violet-500\/40{
    background-color: rgb(139 92 246 / 0.4);
  }

  .lg\:bg-violet-500\/45{
    background-color: rgb(139 92 246 / 0.45);
  }

  .lg\:bg-violet-500\/5{
    background-color: rgb(139 92 246 / 0.05);
  }

  .lg\:bg-violet-500\/50{
    background-color: rgb(139 92 246 / 0.5);
  }

  .lg\:bg-violet-500\/55{
    background-color: rgb(139 92 246 / 0.55);
  }

  .lg\:bg-violet-500\/60{
    background-color: rgb(139 92 246 / 0.6);
  }

  .lg\:bg-violet-500\/65{
    background-color: rgb(139 92 246 / 0.65);
  }

  .lg\:bg-violet-500\/70{
    background-color: rgb(139 92 246 / 0.7);
  }

  .lg\:bg-violet-500\/75{
    background-color: rgb(139 92 246 / 0.75);
  }

  .lg\:bg-violet-500\/80{
    background-color: rgb(139 92 246 / 0.8);
  }

  .lg\:bg-violet-500\/85{
    background-color: rgb(139 92 246 / 0.85);
  }

  .lg\:bg-violet-500\/90{
    background-color: rgb(139 92 246 / 0.9);
  }

  .lg\:bg-violet-500\/95{
    background-color: rgb(139 92 246 / 0.95);
  }

  .lg\:bg-violet-600{
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-600\/0{
    background-color: rgb(124 58 237 / 0);
  }

  .lg\:bg-violet-600\/10{
    background-color: rgb(124 58 237 / 0.1);
  }

  .lg\:bg-violet-600\/100{
    background-color: rgb(124 58 237 / 1);
  }

  .lg\:bg-violet-600\/15{
    background-color: rgb(124 58 237 / 0.15);
  }

  .lg\:bg-violet-600\/20{
    background-color: rgb(124 58 237 / 0.2);
  }

  .lg\:bg-violet-600\/25{
    background-color: rgb(124 58 237 / 0.25);
  }

  .lg\:bg-violet-600\/30{
    background-color: rgb(124 58 237 / 0.3);
  }

  .lg\:bg-violet-600\/35{
    background-color: rgb(124 58 237 / 0.35);
  }

  .lg\:bg-violet-600\/40{
    background-color: rgb(124 58 237 / 0.4);
  }

  .lg\:bg-violet-600\/45{
    background-color: rgb(124 58 237 / 0.45);
  }

  .lg\:bg-violet-600\/5{
    background-color: rgb(124 58 237 / 0.05);
  }

  .lg\:bg-violet-600\/50{
    background-color: rgb(124 58 237 / 0.5);
  }

  .lg\:bg-violet-600\/55{
    background-color: rgb(124 58 237 / 0.55);
  }

  .lg\:bg-violet-600\/60{
    background-color: rgb(124 58 237 / 0.6);
  }

  .lg\:bg-violet-600\/65{
    background-color: rgb(124 58 237 / 0.65);
  }

  .lg\:bg-violet-600\/70{
    background-color: rgb(124 58 237 / 0.7);
  }

  .lg\:bg-violet-600\/75{
    background-color: rgb(124 58 237 / 0.75);
  }

  .lg\:bg-violet-600\/80{
    background-color: rgb(124 58 237 / 0.8);
  }

  .lg\:bg-violet-600\/85{
    background-color: rgb(124 58 237 / 0.85);
  }

  .lg\:bg-violet-600\/90{
    background-color: rgb(124 58 237 / 0.9);
  }

  .lg\:bg-violet-600\/95{
    background-color: rgb(124 58 237 / 0.95);
  }

  .lg\:bg-violet-700{
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-700\/0{
    background-color: rgb(109 40 217 / 0);
  }

  .lg\:bg-violet-700\/10{
    background-color: rgb(109 40 217 / 0.1);
  }

  .lg\:bg-violet-700\/100{
    background-color: rgb(109 40 217 / 1);
  }

  .lg\:bg-violet-700\/15{
    background-color: rgb(109 40 217 / 0.15);
  }

  .lg\:bg-violet-700\/20{
    background-color: rgb(109 40 217 / 0.2);
  }

  .lg\:bg-violet-700\/25{
    background-color: rgb(109 40 217 / 0.25);
  }

  .lg\:bg-violet-700\/30{
    background-color: rgb(109 40 217 / 0.3);
  }

  .lg\:bg-violet-700\/35{
    background-color: rgb(109 40 217 / 0.35);
  }

  .lg\:bg-violet-700\/40{
    background-color: rgb(109 40 217 / 0.4);
  }

  .lg\:bg-violet-700\/45{
    background-color: rgb(109 40 217 / 0.45);
  }

  .lg\:bg-violet-700\/5{
    background-color: rgb(109 40 217 / 0.05);
  }

  .lg\:bg-violet-700\/50{
    background-color: rgb(109 40 217 / 0.5);
  }

  .lg\:bg-violet-700\/55{
    background-color: rgb(109 40 217 / 0.55);
  }

  .lg\:bg-violet-700\/60{
    background-color: rgb(109 40 217 / 0.6);
  }

  .lg\:bg-violet-700\/65{
    background-color: rgb(109 40 217 / 0.65);
  }

  .lg\:bg-violet-700\/70{
    background-color: rgb(109 40 217 / 0.7);
  }

  .lg\:bg-violet-700\/75{
    background-color: rgb(109 40 217 / 0.75);
  }

  .lg\:bg-violet-700\/80{
    background-color: rgb(109 40 217 / 0.8);
  }

  .lg\:bg-violet-700\/85{
    background-color: rgb(109 40 217 / 0.85);
  }

  .lg\:bg-violet-700\/90{
    background-color: rgb(109 40 217 / 0.9);
  }

  .lg\:bg-violet-700\/95{
    background-color: rgb(109 40 217 / 0.95);
  }

  .lg\:bg-violet-800{
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-800\/0{
    background-color: rgb(91 33 182 / 0);
  }

  .lg\:bg-violet-800\/10{
    background-color: rgb(91 33 182 / 0.1);
  }

  .lg\:bg-violet-800\/100{
    background-color: rgb(91 33 182 / 1);
  }

  .lg\:bg-violet-800\/15{
    background-color: rgb(91 33 182 / 0.15);
  }

  .lg\:bg-violet-800\/20{
    background-color: rgb(91 33 182 / 0.2);
  }

  .lg\:bg-violet-800\/25{
    background-color: rgb(91 33 182 / 0.25);
  }

  .lg\:bg-violet-800\/30{
    background-color: rgb(91 33 182 / 0.3);
  }

  .lg\:bg-violet-800\/35{
    background-color: rgb(91 33 182 / 0.35);
  }

  .lg\:bg-violet-800\/40{
    background-color: rgb(91 33 182 / 0.4);
  }

  .lg\:bg-violet-800\/45{
    background-color: rgb(91 33 182 / 0.45);
  }

  .lg\:bg-violet-800\/5{
    background-color: rgb(91 33 182 / 0.05);
  }

  .lg\:bg-violet-800\/50{
    background-color: rgb(91 33 182 / 0.5);
  }

  .lg\:bg-violet-800\/55{
    background-color: rgb(91 33 182 / 0.55);
  }

  .lg\:bg-violet-800\/60{
    background-color: rgb(91 33 182 / 0.6);
  }

  .lg\:bg-violet-800\/65{
    background-color: rgb(91 33 182 / 0.65);
  }

  .lg\:bg-violet-800\/70{
    background-color: rgb(91 33 182 / 0.7);
  }

  .lg\:bg-violet-800\/75{
    background-color: rgb(91 33 182 / 0.75);
  }

  .lg\:bg-violet-800\/80{
    background-color: rgb(91 33 182 / 0.8);
  }

  .lg\:bg-violet-800\/85{
    background-color: rgb(91 33 182 / 0.85);
  }

  .lg\:bg-violet-800\/90{
    background-color: rgb(91 33 182 / 0.9);
  }

  .lg\:bg-violet-800\/95{
    background-color: rgb(91 33 182 / 0.95);
  }

  .lg\:bg-violet-900{
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-900\/0{
    background-color: rgb(76 29 149 / 0);
  }

  .lg\:bg-violet-900\/10{
    background-color: rgb(76 29 149 / 0.1);
  }

  .lg\:bg-violet-900\/100{
    background-color: rgb(76 29 149 / 1);
  }

  .lg\:bg-violet-900\/15{
    background-color: rgb(76 29 149 / 0.15);
  }

  .lg\:bg-violet-900\/20{
    background-color: rgb(76 29 149 / 0.2);
  }

  .lg\:bg-violet-900\/25{
    background-color: rgb(76 29 149 / 0.25);
  }

  .lg\:bg-violet-900\/30{
    background-color: rgb(76 29 149 / 0.3);
  }

  .lg\:bg-violet-900\/35{
    background-color: rgb(76 29 149 / 0.35);
  }

  .lg\:bg-violet-900\/40{
    background-color: rgb(76 29 149 / 0.4);
  }

  .lg\:bg-violet-900\/45{
    background-color: rgb(76 29 149 / 0.45);
  }

  .lg\:bg-violet-900\/5{
    background-color: rgb(76 29 149 / 0.05);
  }

  .lg\:bg-violet-900\/50{
    background-color: rgb(76 29 149 / 0.5);
  }

  .lg\:bg-violet-900\/55{
    background-color: rgb(76 29 149 / 0.55);
  }

  .lg\:bg-violet-900\/60{
    background-color: rgb(76 29 149 / 0.6);
  }

  .lg\:bg-violet-900\/65{
    background-color: rgb(76 29 149 / 0.65);
  }

  .lg\:bg-violet-900\/70{
    background-color: rgb(76 29 149 / 0.7);
  }

  .lg\:bg-violet-900\/75{
    background-color: rgb(76 29 149 / 0.75);
  }

  .lg\:bg-violet-900\/80{
    background-color: rgb(76 29 149 / 0.8);
  }

  .lg\:bg-violet-900\/85{
    background-color: rgb(76 29 149 / 0.85);
  }

  .lg\:bg-violet-900\/90{
    background-color: rgb(76 29 149 / 0.9);
  }

  .lg\:bg-violet-900\/95{
    background-color: rgb(76 29 149 / 0.95);
  }

  .lg\:bg-violet-950{
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-violet-950\/0{
    background-color: rgb(46 16 101 / 0);
  }

  .lg\:bg-violet-950\/10{
    background-color: rgb(46 16 101 / 0.1);
  }

  .lg\:bg-violet-950\/100{
    background-color: rgb(46 16 101 / 1);
  }

  .lg\:bg-violet-950\/15{
    background-color: rgb(46 16 101 / 0.15);
  }

  .lg\:bg-violet-950\/20{
    background-color: rgb(46 16 101 / 0.2);
  }

  .lg\:bg-violet-950\/25{
    background-color: rgb(46 16 101 / 0.25);
  }

  .lg\:bg-violet-950\/30{
    background-color: rgb(46 16 101 / 0.3);
  }

  .lg\:bg-violet-950\/35{
    background-color: rgb(46 16 101 / 0.35);
  }

  .lg\:bg-violet-950\/40{
    background-color: rgb(46 16 101 / 0.4);
  }

  .lg\:bg-violet-950\/45{
    background-color: rgb(46 16 101 / 0.45);
  }

  .lg\:bg-violet-950\/5{
    background-color: rgb(46 16 101 / 0.05);
  }

  .lg\:bg-violet-950\/50{
    background-color: rgb(46 16 101 / 0.5);
  }

  .lg\:bg-violet-950\/55{
    background-color: rgb(46 16 101 / 0.55);
  }

  .lg\:bg-violet-950\/60{
    background-color: rgb(46 16 101 / 0.6);
  }

  .lg\:bg-violet-950\/65{
    background-color: rgb(46 16 101 / 0.65);
  }

  .lg\:bg-violet-950\/70{
    background-color: rgb(46 16 101 / 0.7);
  }

  .lg\:bg-violet-950\/75{
    background-color: rgb(46 16 101 / 0.75);
  }

  .lg\:bg-violet-950\/80{
    background-color: rgb(46 16 101 / 0.8);
  }

  .lg\:bg-violet-950\/85{
    background-color: rgb(46 16 101 / 0.85);
  }

  .lg\:bg-violet-950\/90{
    background-color: rgb(46 16 101 / 0.9);
  }

  .lg\:bg-violet-950\/95{
    background-color: rgb(46 16 101 / 0.95);
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-white\/100{
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-white\/15{
    background-color: rgb(255 255 255 / 0.15);
  }

  .lg\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .lg\:bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-white\/35{
    background-color: rgb(255 255 255 / 0.35);
  }

  .lg\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-white\/45{
    background-color: rgb(255 255 255 / 0.45);
  }

  .lg\:bg-white\/5{
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-white\/55{
    background-color: rgb(255 255 255 / 0.55);
  }

  .lg\:bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-white\/65{
    background-color: rgb(255 255 255 / 0.65);
  }

  .lg\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-white\/85{
    background-color: rgb(255 255 255 / 0.85);
  }

  .lg\:bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-white\/95{
    background-color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-100\/0{
    background-color: rgb(254 249 195 / 0);
  }

  .lg\:bg-yellow-100\/10{
    background-color: rgb(254 249 195 / 0.1);
  }

  .lg\:bg-yellow-100\/100{
    background-color: rgb(254 249 195 / 1);
  }

  .lg\:bg-yellow-100\/15{
    background-color: rgb(254 249 195 / 0.15);
  }

  .lg\:bg-yellow-100\/20{
    background-color: rgb(254 249 195 / 0.2);
  }

  .lg\:bg-yellow-100\/25{
    background-color: rgb(254 249 195 / 0.25);
  }

  .lg\:bg-yellow-100\/30{
    background-color: rgb(254 249 195 / 0.3);
  }

  .lg\:bg-yellow-100\/35{
    background-color: rgb(254 249 195 / 0.35);
  }

  .lg\:bg-yellow-100\/40{
    background-color: rgb(254 249 195 / 0.4);
  }

  .lg\:bg-yellow-100\/45{
    background-color: rgb(254 249 195 / 0.45);
  }

  .lg\:bg-yellow-100\/5{
    background-color: rgb(254 249 195 / 0.05);
  }

  .lg\:bg-yellow-100\/50{
    background-color: rgb(254 249 195 / 0.5);
  }

  .lg\:bg-yellow-100\/55{
    background-color: rgb(254 249 195 / 0.55);
  }

  .lg\:bg-yellow-100\/60{
    background-color: rgb(254 249 195 / 0.6);
  }

  .lg\:bg-yellow-100\/65{
    background-color: rgb(254 249 195 / 0.65);
  }

  .lg\:bg-yellow-100\/70{
    background-color: rgb(254 249 195 / 0.7);
  }

  .lg\:bg-yellow-100\/75{
    background-color: rgb(254 249 195 / 0.75);
  }

  .lg\:bg-yellow-100\/80{
    background-color: rgb(254 249 195 / 0.8);
  }

  .lg\:bg-yellow-100\/85{
    background-color: rgb(254 249 195 / 0.85);
  }

  .lg\:bg-yellow-100\/90{
    background-color: rgb(254 249 195 / 0.9);
  }

  .lg\:bg-yellow-100\/95{
    background-color: rgb(254 249 195 / 0.95);
  }

  .lg\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-200\/0{
    background-color: rgb(254 240 138 / 0);
  }

  .lg\:bg-yellow-200\/10{
    background-color: rgb(254 240 138 / 0.1);
  }

  .lg\:bg-yellow-200\/100{
    background-color: rgb(254 240 138 / 1);
  }

  .lg\:bg-yellow-200\/15{
    background-color: rgb(254 240 138 / 0.15);
  }

  .lg\:bg-yellow-200\/20{
    background-color: rgb(254 240 138 / 0.2);
  }

  .lg\:bg-yellow-200\/25{
    background-color: rgb(254 240 138 / 0.25);
  }

  .lg\:bg-yellow-200\/30{
    background-color: rgb(254 240 138 / 0.3);
  }

  .lg\:bg-yellow-200\/35{
    background-color: rgb(254 240 138 / 0.35);
  }

  .lg\:bg-yellow-200\/40{
    background-color: rgb(254 240 138 / 0.4);
  }

  .lg\:bg-yellow-200\/45{
    background-color: rgb(254 240 138 / 0.45);
  }

  .lg\:bg-yellow-200\/5{
    background-color: rgb(254 240 138 / 0.05);
  }

  .lg\:bg-yellow-200\/50{
    background-color: rgb(254 240 138 / 0.5);
  }

  .lg\:bg-yellow-200\/55{
    background-color: rgb(254 240 138 / 0.55);
  }

  .lg\:bg-yellow-200\/60{
    background-color: rgb(254 240 138 / 0.6);
  }

  .lg\:bg-yellow-200\/65{
    background-color: rgb(254 240 138 / 0.65);
  }

  .lg\:bg-yellow-200\/70{
    background-color: rgb(254 240 138 / 0.7);
  }

  .lg\:bg-yellow-200\/75{
    background-color: rgb(254 240 138 / 0.75);
  }

  .lg\:bg-yellow-200\/80{
    background-color: rgb(254 240 138 / 0.8);
  }

  .lg\:bg-yellow-200\/85{
    background-color: rgb(254 240 138 / 0.85);
  }

  .lg\:bg-yellow-200\/90{
    background-color: rgb(254 240 138 / 0.9);
  }

  .lg\:bg-yellow-200\/95{
    background-color: rgb(254 240 138 / 0.95);
  }

  .lg\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-300\/0{
    background-color: rgb(253 224 71 / 0);
  }

  .lg\:bg-yellow-300\/10{
    background-color: rgb(253 224 71 / 0.1);
  }

  .lg\:bg-yellow-300\/100{
    background-color: rgb(253 224 71 / 1);
  }

  .lg\:bg-yellow-300\/15{
    background-color: rgb(253 224 71 / 0.15);
  }

  .lg\:bg-yellow-300\/20{
    background-color: rgb(253 224 71 / 0.2);
  }

  .lg\:bg-yellow-300\/25{
    background-color: rgb(253 224 71 / 0.25);
  }

  .lg\:bg-yellow-300\/30{
    background-color: rgb(253 224 71 / 0.3);
  }

  .lg\:bg-yellow-300\/35{
    background-color: rgb(253 224 71 / 0.35);
  }

  .lg\:bg-yellow-300\/40{
    background-color: rgb(253 224 71 / 0.4);
  }

  .lg\:bg-yellow-300\/45{
    background-color: rgb(253 224 71 / 0.45);
  }

  .lg\:bg-yellow-300\/5{
    background-color: rgb(253 224 71 / 0.05);
  }

  .lg\:bg-yellow-300\/50{
    background-color: rgb(253 224 71 / 0.5);
  }

  .lg\:bg-yellow-300\/55{
    background-color: rgb(253 224 71 / 0.55);
  }

  .lg\:bg-yellow-300\/60{
    background-color: rgb(253 224 71 / 0.6);
  }

  .lg\:bg-yellow-300\/65{
    background-color: rgb(253 224 71 / 0.65);
  }

  .lg\:bg-yellow-300\/70{
    background-color: rgb(253 224 71 / 0.7);
  }

  .lg\:bg-yellow-300\/75{
    background-color: rgb(253 224 71 / 0.75);
  }

  .lg\:bg-yellow-300\/80{
    background-color: rgb(253 224 71 / 0.8);
  }

  .lg\:bg-yellow-300\/85{
    background-color: rgb(253 224 71 / 0.85);
  }

  .lg\:bg-yellow-300\/90{
    background-color: rgb(253 224 71 / 0.9);
  }

  .lg\:bg-yellow-300\/95{
    background-color: rgb(253 224 71 / 0.95);
  }

  .lg\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-400\/0{
    background-color: rgb(250 204 21 / 0);
  }

  .lg\:bg-yellow-400\/10{
    background-color: rgb(250 204 21 / 0.1);
  }

  .lg\:bg-yellow-400\/100{
    background-color: rgb(250 204 21 / 1);
  }

  .lg\:bg-yellow-400\/15{
    background-color: rgb(250 204 21 / 0.15);
  }

  .lg\:bg-yellow-400\/20{
    background-color: rgb(250 204 21 / 0.2);
  }

  .lg\:bg-yellow-400\/25{
    background-color: rgb(250 204 21 / 0.25);
  }

  .lg\:bg-yellow-400\/30{
    background-color: rgb(250 204 21 / 0.3);
  }

  .lg\:bg-yellow-400\/35{
    background-color: rgb(250 204 21 / 0.35);
  }

  .lg\:bg-yellow-400\/40{
    background-color: rgb(250 204 21 / 0.4);
  }

  .lg\:bg-yellow-400\/45{
    background-color: rgb(250 204 21 / 0.45);
  }

  .lg\:bg-yellow-400\/5{
    background-color: rgb(250 204 21 / 0.05);
  }

  .lg\:bg-yellow-400\/50{
    background-color: rgb(250 204 21 / 0.5);
  }

  .lg\:bg-yellow-400\/55{
    background-color: rgb(250 204 21 / 0.55);
  }

  .lg\:bg-yellow-400\/60{
    background-color: rgb(250 204 21 / 0.6);
  }

  .lg\:bg-yellow-400\/65{
    background-color: rgb(250 204 21 / 0.65);
  }

  .lg\:bg-yellow-400\/70{
    background-color: rgb(250 204 21 / 0.7);
  }

  .lg\:bg-yellow-400\/75{
    background-color: rgb(250 204 21 / 0.75);
  }

  .lg\:bg-yellow-400\/80{
    background-color: rgb(250 204 21 / 0.8);
  }

  .lg\:bg-yellow-400\/85{
    background-color: rgb(250 204 21 / 0.85);
  }

  .lg\:bg-yellow-400\/90{
    background-color: rgb(250 204 21 / 0.9);
  }

  .lg\:bg-yellow-400\/95{
    background-color: rgb(250 204 21 / 0.95);
  }

  .lg\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-50\/0{
    background-color: rgb(254 252 232 / 0);
  }

  .lg\:bg-yellow-50\/10{
    background-color: rgb(254 252 232 / 0.1);
  }

  .lg\:bg-yellow-50\/100{
    background-color: rgb(254 252 232 / 1);
  }

  .lg\:bg-yellow-50\/15{
    background-color: rgb(254 252 232 / 0.15);
  }

  .lg\:bg-yellow-50\/20{
    background-color: rgb(254 252 232 / 0.2);
  }

  .lg\:bg-yellow-50\/25{
    background-color: rgb(254 252 232 / 0.25);
  }

  .lg\:bg-yellow-50\/30{
    background-color: rgb(254 252 232 / 0.3);
  }

  .lg\:bg-yellow-50\/35{
    background-color: rgb(254 252 232 / 0.35);
  }

  .lg\:bg-yellow-50\/40{
    background-color: rgb(254 252 232 / 0.4);
  }

  .lg\:bg-yellow-50\/45{
    background-color: rgb(254 252 232 / 0.45);
  }

  .lg\:bg-yellow-50\/5{
    background-color: rgb(254 252 232 / 0.05);
  }

  .lg\:bg-yellow-50\/50{
    background-color: rgb(254 252 232 / 0.5);
  }

  .lg\:bg-yellow-50\/55{
    background-color: rgb(254 252 232 / 0.55);
  }

  .lg\:bg-yellow-50\/60{
    background-color: rgb(254 252 232 / 0.6);
  }

  .lg\:bg-yellow-50\/65{
    background-color: rgb(254 252 232 / 0.65);
  }

  .lg\:bg-yellow-50\/70{
    background-color: rgb(254 252 232 / 0.7);
  }

  .lg\:bg-yellow-50\/75{
    background-color: rgb(254 252 232 / 0.75);
  }

  .lg\:bg-yellow-50\/80{
    background-color: rgb(254 252 232 / 0.8);
  }

  .lg\:bg-yellow-50\/85{
    background-color: rgb(254 252 232 / 0.85);
  }

  .lg\:bg-yellow-50\/90{
    background-color: rgb(254 252 232 / 0.9);
  }

  .lg\:bg-yellow-50\/95{
    background-color: rgb(254 252 232 / 0.95);
  }

  .lg\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-500\/0{
    background-color: rgb(234 179 8 / 0);
  }

  .lg\:bg-yellow-500\/10{
    background-color: rgb(234 179 8 / 0.1);
  }

  .lg\:bg-yellow-500\/100{
    background-color: rgb(234 179 8 / 1);
  }

  .lg\:bg-yellow-500\/15{
    background-color: rgb(234 179 8 / 0.15);
  }

  .lg\:bg-yellow-500\/20{
    background-color: rgb(234 179 8 / 0.2);
  }

  .lg\:bg-yellow-500\/25{
    background-color: rgb(234 179 8 / 0.25);
  }

  .lg\:bg-yellow-500\/30{
    background-color: rgb(234 179 8 / 0.3);
  }

  .lg\:bg-yellow-500\/35{
    background-color: rgb(234 179 8 / 0.35);
  }

  .lg\:bg-yellow-500\/40{
    background-color: rgb(234 179 8 / 0.4);
  }

  .lg\:bg-yellow-500\/45{
    background-color: rgb(234 179 8 / 0.45);
  }

  .lg\:bg-yellow-500\/5{
    background-color: rgb(234 179 8 / 0.05);
  }

  .lg\:bg-yellow-500\/50{
    background-color: rgb(234 179 8 / 0.5);
  }

  .lg\:bg-yellow-500\/55{
    background-color: rgb(234 179 8 / 0.55);
  }

  .lg\:bg-yellow-500\/60{
    background-color: rgb(234 179 8 / 0.6);
  }

  .lg\:bg-yellow-500\/65{
    background-color: rgb(234 179 8 / 0.65);
  }

  .lg\:bg-yellow-500\/70{
    background-color: rgb(234 179 8 / 0.7);
  }

  .lg\:bg-yellow-500\/75{
    background-color: rgb(234 179 8 / 0.75);
  }

  .lg\:bg-yellow-500\/80{
    background-color: rgb(234 179 8 / 0.8);
  }

  .lg\:bg-yellow-500\/85{
    background-color: rgb(234 179 8 / 0.85);
  }

  .lg\:bg-yellow-500\/90{
    background-color: rgb(234 179 8 / 0.9);
  }

  .lg\:bg-yellow-500\/95{
    background-color: rgb(234 179 8 / 0.95);
  }

  .lg\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-600\/0{
    background-color: rgb(202 138 4 / 0);
  }

  .lg\:bg-yellow-600\/10{
    background-color: rgb(202 138 4 / 0.1);
  }

  .lg\:bg-yellow-600\/100{
    background-color: rgb(202 138 4 / 1);
  }

  .lg\:bg-yellow-600\/15{
    background-color: rgb(202 138 4 / 0.15);
  }

  .lg\:bg-yellow-600\/20{
    background-color: rgb(202 138 4 / 0.2);
  }

  .lg\:bg-yellow-600\/25{
    background-color: rgb(202 138 4 / 0.25);
  }

  .lg\:bg-yellow-600\/30{
    background-color: rgb(202 138 4 / 0.3);
  }

  .lg\:bg-yellow-600\/35{
    background-color: rgb(202 138 4 / 0.35);
  }

  .lg\:bg-yellow-600\/40{
    background-color: rgb(202 138 4 / 0.4);
  }

  .lg\:bg-yellow-600\/45{
    background-color: rgb(202 138 4 / 0.45);
  }

  .lg\:bg-yellow-600\/5{
    background-color: rgb(202 138 4 / 0.05);
  }

  .lg\:bg-yellow-600\/50{
    background-color: rgb(202 138 4 / 0.5);
  }

  .lg\:bg-yellow-600\/55{
    background-color: rgb(202 138 4 / 0.55);
  }

  .lg\:bg-yellow-600\/60{
    background-color: rgb(202 138 4 / 0.6);
  }

  .lg\:bg-yellow-600\/65{
    background-color: rgb(202 138 4 / 0.65);
  }

  .lg\:bg-yellow-600\/70{
    background-color: rgb(202 138 4 / 0.7);
  }

  .lg\:bg-yellow-600\/75{
    background-color: rgb(202 138 4 / 0.75);
  }

  .lg\:bg-yellow-600\/80{
    background-color: rgb(202 138 4 / 0.8);
  }

  .lg\:bg-yellow-600\/85{
    background-color: rgb(202 138 4 / 0.85);
  }

  .lg\:bg-yellow-600\/90{
    background-color: rgb(202 138 4 / 0.9);
  }

  .lg\:bg-yellow-600\/95{
    background-color: rgb(202 138 4 / 0.95);
  }

  .lg\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-700\/0{
    background-color: rgb(161 98 7 / 0);
  }

  .lg\:bg-yellow-700\/10{
    background-color: rgb(161 98 7 / 0.1);
  }

  .lg\:bg-yellow-700\/100{
    background-color: rgb(161 98 7 / 1);
  }

  .lg\:bg-yellow-700\/15{
    background-color: rgb(161 98 7 / 0.15);
  }

  .lg\:bg-yellow-700\/20{
    background-color: rgb(161 98 7 / 0.2);
  }

  .lg\:bg-yellow-700\/25{
    background-color: rgb(161 98 7 / 0.25);
  }

  .lg\:bg-yellow-700\/30{
    background-color: rgb(161 98 7 / 0.3);
  }

  .lg\:bg-yellow-700\/35{
    background-color: rgb(161 98 7 / 0.35);
  }

  .lg\:bg-yellow-700\/40{
    background-color: rgb(161 98 7 / 0.4);
  }

  .lg\:bg-yellow-700\/45{
    background-color: rgb(161 98 7 / 0.45);
  }

  .lg\:bg-yellow-700\/5{
    background-color: rgb(161 98 7 / 0.05);
  }

  .lg\:bg-yellow-700\/50{
    background-color: rgb(161 98 7 / 0.5);
  }

  .lg\:bg-yellow-700\/55{
    background-color: rgb(161 98 7 / 0.55);
  }

  .lg\:bg-yellow-700\/60{
    background-color: rgb(161 98 7 / 0.6);
  }

  .lg\:bg-yellow-700\/65{
    background-color: rgb(161 98 7 / 0.65);
  }

  .lg\:bg-yellow-700\/70{
    background-color: rgb(161 98 7 / 0.7);
  }

  .lg\:bg-yellow-700\/75{
    background-color: rgb(161 98 7 / 0.75);
  }

  .lg\:bg-yellow-700\/80{
    background-color: rgb(161 98 7 / 0.8);
  }

  .lg\:bg-yellow-700\/85{
    background-color: rgb(161 98 7 / 0.85);
  }

  .lg\:bg-yellow-700\/90{
    background-color: rgb(161 98 7 / 0.9);
  }

  .lg\:bg-yellow-700\/95{
    background-color: rgb(161 98 7 / 0.95);
  }

  .lg\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-800\/0{
    background-color: rgb(133 77 14 / 0);
  }

  .lg\:bg-yellow-800\/10{
    background-color: rgb(133 77 14 / 0.1);
  }

  .lg\:bg-yellow-800\/100{
    background-color: rgb(133 77 14 / 1);
  }

  .lg\:bg-yellow-800\/15{
    background-color: rgb(133 77 14 / 0.15);
  }

  .lg\:bg-yellow-800\/20{
    background-color: rgb(133 77 14 / 0.2);
  }

  .lg\:bg-yellow-800\/25{
    background-color: rgb(133 77 14 / 0.25);
  }

  .lg\:bg-yellow-800\/30{
    background-color: rgb(133 77 14 / 0.3);
  }

  .lg\:bg-yellow-800\/35{
    background-color: rgb(133 77 14 / 0.35);
  }

  .lg\:bg-yellow-800\/40{
    background-color: rgb(133 77 14 / 0.4);
  }

  .lg\:bg-yellow-800\/45{
    background-color: rgb(133 77 14 / 0.45);
  }

  .lg\:bg-yellow-800\/5{
    background-color: rgb(133 77 14 / 0.05);
  }

  .lg\:bg-yellow-800\/50{
    background-color: rgb(133 77 14 / 0.5);
  }

  .lg\:bg-yellow-800\/55{
    background-color: rgb(133 77 14 / 0.55);
  }

  .lg\:bg-yellow-800\/60{
    background-color: rgb(133 77 14 / 0.6);
  }

  .lg\:bg-yellow-800\/65{
    background-color: rgb(133 77 14 / 0.65);
  }

  .lg\:bg-yellow-800\/70{
    background-color: rgb(133 77 14 / 0.7);
  }

  .lg\:bg-yellow-800\/75{
    background-color: rgb(133 77 14 / 0.75);
  }

  .lg\:bg-yellow-800\/80{
    background-color: rgb(133 77 14 / 0.8);
  }

  .lg\:bg-yellow-800\/85{
    background-color: rgb(133 77 14 / 0.85);
  }

  .lg\:bg-yellow-800\/90{
    background-color: rgb(133 77 14 / 0.9);
  }

  .lg\:bg-yellow-800\/95{
    background-color: rgb(133 77 14 / 0.95);
  }

  .lg\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-900\/0{
    background-color: rgb(113 63 18 / 0);
  }

  .lg\:bg-yellow-900\/10{
    background-color: rgb(113 63 18 / 0.1);
  }

  .lg\:bg-yellow-900\/100{
    background-color: rgb(113 63 18 / 1);
  }

  .lg\:bg-yellow-900\/15{
    background-color: rgb(113 63 18 / 0.15);
  }

  .lg\:bg-yellow-900\/20{
    background-color: rgb(113 63 18 / 0.2);
  }

  .lg\:bg-yellow-900\/25{
    background-color: rgb(113 63 18 / 0.25);
  }

  .lg\:bg-yellow-900\/30{
    background-color: rgb(113 63 18 / 0.3);
  }

  .lg\:bg-yellow-900\/35{
    background-color: rgb(113 63 18 / 0.35);
  }

  .lg\:bg-yellow-900\/40{
    background-color: rgb(113 63 18 / 0.4);
  }

  .lg\:bg-yellow-900\/45{
    background-color: rgb(113 63 18 / 0.45);
  }

  .lg\:bg-yellow-900\/5{
    background-color: rgb(113 63 18 / 0.05);
  }

  .lg\:bg-yellow-900\/50{
    background-color: rgb(113 63 18 / 0.5);
  }

  .lg\:bg-yellow-900\/55{
    background-color: rgb(113 63 18 / 0.55);
  }

  .lg\:bg-yellow-900\/60{
    background-color: rgb(113 63 18 / 0.6);
  }

  .lg\:bg-yellow-900\/65{
    background-color: rgb(113 63 18 / 0.65);
  }

  .lg\:bg-yellow-900\/70{
    background-color: rgb(113 63 18 / 0.7);
  }

  .lg\:bg-yellow-900\/75{
    background-color: rgb(113 63 18 / 0.75);
  }

  .lg\:bg-yellow-900\/80{
    background-color: rgb(113 63 18 / 0.8);
  }

  .lg\:bg-yellow-900\/85{
    background-color: rgb(113 63 18 / 0.85);
  }

  .lg\:bg-yellow-900\/90{
    background-color: rgb(113 63 18 / 0.9);
  }

  .lg\:bg-yellow-900\/95{
    background-color: rgb(113 63 18 / 0.95);
  }

  .lg\:bg-yellow-950{
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow-950\/0{
    background-color: rgb(66 32 6 / 0);
  }

  .lg\:bg-yellow-950\/10{
    background-color: rgb(66 32 6 / 0.1);
  }

  .lg\:bg-yellow-950\/100{
    background-color: rgb(66 32 6 / 1);
  }

  .lg\:bg-yellow-950\/15{
    background-color: rgb(66 32 6 / 0.15);
  }

  .lg\:bg-yellow-950\/20{
    background-color: rgb(66 32 6 / 0.2);
  }

  .lg\:bg-yellow-950\/25{
    background-color: rgb(66 32 6 / 0.25);
  }

  .lg\:bg-yellow-950\/30{
    background-color: rgb(66 32 6 / 0.3);
  }

  .lg\:bg-yellow-950\/35{
    background-color: rgb(66 32 6 / 0.35);
  }

  .lg\:bg-yellow-950\/40{
    background-color: rgb(66 32 6 / 0.4);
  }

  .lg\:bg-yellow-950\/45{
    background-color: rgb(66 32 6 / 0.45);
  }

  .lg\:bg-yellow-950\/5{
    background-color: rgb(66 32 6 / 0.05);
  }

  .lg\:bg-yellow-950\/50{
    background-color: rgb(66 32 6 / 0.5);
  }

  .lg\:bg-yellow-950\/55{
    background-color: rgb(66 32 6 / 0.55);
  }

  .lg\:bg-yellow-950\/60{
    background-color: rgb(66 32 6 / 0.6);
  }

  .lg\:bg-yellow-950\/65{
    background-color: rgb(66 32 6 / 0.65);
  }

  .lg\:bg-yellow-950\/70{
    background-color: rgb(66 32 6 / 0.7);
  }

  .lg\:bg-yellow-950\/75{
    background-color: rgb(66 32 6 / 0.75);
  }

  .lg\:bg-yellow-950\/80{
    background-color: rgb(66 32 6 / 0.8);
  }

  .lg\:bg-yellow-950\/85{
    background-color: rgb(66 32 6 / 0.85);
  }

  .lg\:bg-yellow-950\/90{
    background-color: rgb(66 32 6 / 0.9);
  }

  .lg\:bg-yellow-950\/95{
    background-color: rgb(66 32 6 / 0.95);
  }

  .lg\:bg-zinc-100{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-100\/0{
    background-color: rgb(244 244 245 / 0);
  }

  .lg\:bg-zinc-100\/10{
    background-color: rgb(244 244 245 / 0.1);
  }

  .lg\:bg-zinc-100\/100{
    background-color: rgb(244 244 245 / 1);
  }

  .lg\:bg-zinc-100\/15{
    background-color: rgb(244 244 245 / 0.15);
  }

  .lg\:bg-zinc-100\/20{
    background-color: rgb(244 244 245 / 0.2);
  }

  .lg\:bg-zinc-100\/25{
    background-color: rgb(244 244 245 / 0.25);
  }

  .lg\:bg-zinc-100\/30{
    background-color: rgb(244 244 245 / 0.3);
  }

  .lg\:bg-zinc-100\/35{
    background-color: rgb(244 244 245 / 0.35);
  }

  .lg\:bg-zinc-100\/40{
    background-color: rgb(244 244 245 / 0.4);
  }

  .lg\:bg-zinc-100\/45{
    background-color: rgb(244 244 245 / 0.45);
  }

  .lg\:bg-zinc-100\/5{
    background-color: rgb(244 244 245 / 0.05);
  }

  .lg\:bg-zinc-100\/50{
    background-color: rgb(244 244 245 / 0.5);
  }

  .lg\:bg-zinc-100\/55{
    background-color: rgb(244 244 245 / 0.55);
  }

  .lg\:bg-zinc-100\/60{
    background-color: rgb(244 244 245 / 0.6);
  }

  .lg\:bg-zinc-100\/65{
    background-color: rgb(244 244 245 / 0.65);
  }

  .lg\:bg-zinc-100\/70{
    background-color: rgb(244 244 245 / 0.7);
  }

  .lg\:bg-zinc-100\/75{
    background-color: rgb(244 244 245 / 0.75);
  }

  .lg\:bg-zinc-100\/80{
    background-color: rgb(244 244 245 / 0.8);
  }

  .lg\:bg-zinc-100\/85{
    background-color: rgb(244 244 245 / 0.85);
  }

  .lg\:bg-zinc-100\/90{
    background-color: rgb(244 244 245 / 0.9);
  }

  .lg\:bg-zinc-100\/95{
    background-color: rgb(244 244 245 / 0.95);
  }

  .lg\:bg-zinc-200{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-200\/0{
    background-color: rgb(228 228 231 / 0);
  }

  .lg\:bg-zinc-200\/10{
    background-color: rgb(228 228 231 / 0.1);
  }

  .lg\:bg-zinc-200\/100{
    background-color: rgb(228 228 231 / 1);
  }

  .lg\:bg-zinc-200\/15{
    background-color: rgb(228 228 231 / 0.15);
  }

  .lg\:bg-zinc-200\/20{
    background-color: rgb(228 228 231 / 0.2);
  }

  .lg\:bg-zinc-200\/25{
    background-color: rgb(228 228 231 / 0.25);
  }

  .lg\:bg-zinc-200\/30{
    background-color: rgb(228 228 231 / 0.3);
  }

  .lg\:bg-zinc-200\/35{
    background-color: rgb(228 228 231 / 0.35);
  }

  .lg\:bg-zinc-200\/40{
    background-color: rgb(228 228 231 / 0.4);
  }

  .lg\:bg-zinc-200\/45{
    background-color: rgb(228 228 231 / 0.45);
  }

  .lg\:bg-zinc-200\/5{
    background-color: rgb(228 228 231 / 0.05);
  }

  .lg\:bg-zinc-200\/50{
    background-color: rgb(228 228 231 / 0.5);
  }

  .lg\:bg-zinc-200\/55{
    background-color: rgb(228 228 231 / 0.55);
  }

  .lg\:bg-zinc-200\/60{
    background-color: rgb(228 228 231 / 0.6);
  }

  .lg\:bg-zinc-200\/65{
    background-color: rgb(228 228 231 / 0.65);
  }

  .lg\:bg-zinc-200\/70{
    background-color: rgb(228 228 231 / 0.7);
  }

  .lg\:bg-zinc-200\/75{
    background-color: rgb(228 228 231 / 0.75);
  }

  .lg\:bg-zinc-200\/80{
    background-color: rgb(228 228 231 / 0.8);
  }

  .lg\:bg-zinc-200\/85{
    background-color: rgb(228 228 231 / 0.85);
  }

  .lg\:bg-zinc-200\/90{
    background-color: rgb(228 228 231 / 0.9);
  }

  .lg\:bg-zinc-200\/95{
    background-color: rgb(228 228 231 / 0.95);
  }

  .lg\:bg-zinc-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-300\/0{
    background-color: rgb(212 212 216 / 0);
  }

  .lg\:bg-zinc-300\/10{
    background-color: rgb(212 212 216 / 0.1);
  }

  .lg\:bg-zinc-300\/100{
    background-color: rgb(212 212 216 / 1);
  }

  .lg\:bg-zinc-300\/15{
    background-color: rgb(212 212 216 / 0.15);
  }

  .lg\:bg-zinc-300\/20{
    background-color: rgb(212 212 216 / 0.2);
  }

  .lg\:bg-zinc-300\/25{
    background-color: rgb(212 212 216 / 0.25);
  }

  .lg\:bg-zinc-300\/30{
    background-color: rgb(212 212 216 / 0.3);
  }

  .lg\:bg-zinc-300\/35{
    background-color: rgb(212 212 216 / 0.35);
  }

  .lg\:bg-zinc-300\/40{
    background-color: rgb(212 212 216 / 0.4);
  }

  .lg\:bg-zinc-300\/45{
    background-color: rgb(212 212 216 / 0.45);
  }

  .lg\:bg-zinc-300\/5{
    background-color: rgb(212 212 216 / 0.05);
  }

  .lg\:bg-zinc-300\/50{
    background-color: rgb(212 212 216 / 0.5);
  }

  .lg\:bg-zinc-300\/55{
    background-color: rgb(212 212 216 / 0.55);
  }

  .lg\:bg-zinc-300\/60{
    background-color: rgb(212 212 216 / 0.6);
  }

  .lg\:bg-zinc-300\/65{
    background-color: rgb(212 212 216 / 0.65);
  }

  .lg\:bg-zinc-300\/70{
    background-color: rgb(212 212 216 / 0.7);
  }

  .lg\:bg-zinc-300\/75{
    background-color: rgb(212 212 216 / 0.75);
  }

  .lg\:bg-zinc-300\/80{
    background-color: rgb(212 212 216 / 0.8);
  }

  .lg\:bg-zinc-300\/85{
    background-color: rgb(212 212 216 / 0.85);
  }

  .lg\:bg-zinc-300\/90{
    background-color: rgb(212 212 216 / 0.9);
  }

  .lg\:bg-zinc-300\/95{
    background-color: rgb(212 212 216 / 0.95);
  }

  .lg\:bg-zinc-400{
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-400\/0{
    background-color: rgb(161 161 170 / 0);
  }

  .lg\:bg-zinc-400\/10{
    background-color: rgb(161 161 170 / 0.1);
  }

  .lg\:bg-zinc-400\/100{
    background-color: rgb(161 161 170 / 1);
  }

  .lg\:bg-zinc-400\/15{
    background-color: rgb(161 161 170 / 0.15);
  }

  .lg\:bg-zinc-400\/20{
    background-color: rgb(161 161 170 / 0.2);
  }

  .lg\:bg-zinc-400\/25{
    background-color: rgb(161 161 170 / 0.25);
  }

  .lg\:bg-zinc-400\/30{
    background-color: rgb(161 161 170 / 0.3);
  }

  .lg\:bg-zinc-400\/35{
    background-color: rgb(161 161 170 / 0.35);
  }

  .lg\:bg-zinc-400\/40{
    background-color: rgb(161 161 170 / 0.4);
  }

  .lg\:bg-zinc-400\/45{
    background-color: rgb(161 161 170 / 0.45);
  }

  .lg\:bg-zinc-400\/5{
    background-color: rgb(161 161 170 / 0.05);
  }

  .lg\:bg-zinc-400\/50{
    background-color: rgb(161 161 170 / 0.5);
  }

  .lg\:bg-zinc-400\/55{
    background-color: rgb(161 161 170 / 0.55);
  }

  .lg\:bg-zinc-400\/60{
    background-color: rgb(161 161 170 / 0.6);
  }

  .lg\:bg-zinc-400\/65{
    background-color: rgb(161 161 170 / 0.65);
  }

  .lg\:bg-zinc-400\/70{
    background-color: rgb(161 161 170 / 0.7);
  }

  .lg\:bg-zinc-400\/75{
    background-color: rgb(161 161 170 / 0.75);
  }

  .lg\:bg-zinc-400\/80{
    background-color: rgb(161 161 170 / 0.8);
  }

  .lg\:bg-zinc-400\/85{
    background-color: rgb(161 161 170 / 0.85);
  }

  .lg\:bg-zinc-400\/90{
    background-color: rgb(161 161 170 / 0.9);
  }

  .lg\:bg-zinc-400\/95{
    background-color: rgb(161 161 170 / 0.95);
  }

  .lg\:bg-zinc-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .lg\:bg-zinc-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .lg\:bg-zinc-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .lg\:bg-zinc-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .lg\:bg-zinc-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .lg\:bg-zinc-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .lg\:bg-zinc-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .lg\:bg-zinc-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .lg\:bg-zinc-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .lg\:bg-zinc-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .lg\:bg-zinc-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .lg\:bg-zinc-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .lg\:bg-zinc-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .lg\:bg-zinc-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .lg\:bg-zinc-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .lg\:bg-zinc-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .lg\:bg-zinc-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .lg\:bg-zinc-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .lg\:bg-zinc-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .lg\:bg-zinc-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .lg\:bg-zinc-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .lg\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-500\/0{
    background-color: rgb(113 113 122 / 0);
  }

  .lg\:bg-zinc-500\/10{
    background-color: rgb(113 113 122 / 0.1);
  }

  .lg\:bg-zinc-500\/100{
    background-color: rgb(113 113 122 / 1);
  }

  .lg\:bg-zinc-500\/15{
    background-color: rgb(113 113 122 / 0.15);
  }

  .lg\:bg-zinc-500\/20{
    background-color: rgb(113 113 122 / 0.2);
  }

  .lg\:bg-zinc-500\/25{
    background-color: rgb(113 113 122 / 0.25);
  }

  .lg\:bg-zinc-500\/30{
    background-color: rgb(113 113 122 / 0.3);
  }

  .lg\:bg-zinc-500\/35{
    background-color: rgb(113 113 122 / 0.35);
  }

  .lg\:bg-zinc-500\/40{
    background-color: rgb(113 113 122 / 0.4);
  }

  .lg\:bg-zinc-500\/45{
    background-color: rgb(113 113 122 / 0.45);
  }

  .lg\:bg-zinc-500\/5{
    background-color: rgb(113 113 122 / 0.05);
  }

  .lg\:bg-zinc-500\/50{
    background-color: rgb(113 113 122 / 0.5);
  }

  .lg\:bg-zinc-500\/55{
    background-color: rgb(113 113 122 / 0.55);
  }

  .lg\:bg-zinc-500\/60{
    background-color: rgb(113 113 122 / 0.6);
  }

  .lg\:bg-zinc-500\/65{
    background-color: rgb(113 113 122 / 0.65);
  }

  .lg\:bg-zinc-500\/70{
    background-color: rgb(113 113 122 / 0.7);
  }

  .lg\:bg-zinc-500\/75{
    background-color: rgb(113 113 122 / 0.75);
  }

  .lg\:bg-zinc-500\/80{
    background-color: rgb(113 113 122 / 0.8);
  }

  .lg\:bg-zinc-500\/85{
    background-color: rgb(113 113 122 / 0.85);
  }

  .lg\:bg-zinc-500\/90{
    background-color: rgb(113 113 122 / 0.9);
  }

  .lg\:bg-zinc-500\/95{
    background-color: rgb(113 113 122 / 0.95);
  }

  .lg\:bg-zinc-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-600\/0{
    background-color: rgb(82 82 91 / 0);
  }

  .lg\:bg-zinc-600\/10{
    background-color: rgb(82 82 91 / 0.1);
  }

  .lg\:bg-zinc-600\/100{
    background-color: rgb(82 82 91 / 1);
  }

  .lg\:bg-zinc-600\/15{
    background-color: rgb(82 82 91 / 0.15);
  }

  .lg\:bg-zinc-600\/20{
    background-color: rgb(82 82 91 / 0.2);
  }

  .lg\:bg-zinc-600\/25{
    background-color: rgb(82 82 91 / 0.25);
  }

  .lg\:bg-zinc-600\/30{
    background-color: rgb(82 82 91 / 0.3);
  }

  .lg\:bg-zinc-600\/35{
    background-color: rgb(82 82 91 / 0.35);
  }

  .lg\:bg-zinc-600\/40{
    background-color: rgb(82 82 91 / 0.4);
  }

  .lg\:bg-zinc-600\/45{
    background-color: rgb(82 82 91 / 0.45);
  }

  .lg\:bg-zinc-600\/5{
    background-color: rgb(82 82 91 / 0.05);
  }

  .lg\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .lg\:bg-zinc-600\/55{
    background-color: rgb(82 82 91 / 0.55);
  }

  .lg\:bg-zinc-600\/60{
    background-color: rgb(82 82 91 / 0.6);
  }

  .lg\:bg-zinc-600\/65{
    background-color: rgb(82 82 91 / 0.65);
  }

  .lg\:bg-zinc-600\/70{
    background-color: rgb(82 82 91 / 0.7);
  }

  .lg\:bg-zinc-600\/75{
    background-color: rgb(82 82 91 / 0.75);
  }

  .lg\:bg-zinc-600\/80{
    background-color: rgb(82 82 91 / 0.8);
  }

  .lg\:bg-zinc-600\/85{
    background-color: rgb(82 82 91 / 0.85);
  }

  .lg\:bg-zinc-600\/90{
    background-color: rgb(82 82 91 / 0.9);
  }

  .lg\:bg-zinc-600\/95{
    background-color: rgb(82 82 91 / 0.95);
  }

  .lg\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-700\/0{
    background-color: rgb(63 63 70 / 0);
  }

  .lg\:bg-zinc-700\/10{
    background-color: rgb(63 63 70 / 0.1);
  }

  .lg\:bg-zinc-700\/100{
    background-color: rgb(63 63 70 / 1);
  }

  .lg\:bg-zinc-700\/15{
    background-color: rgb(63 63 70 / 0.15);
  }

  .lg\:bg-zinc-700\/20{
    background-color: rgb(63 63 70 / 0.2);
  }

  .lg\:bg-zinc-700\/25{
    background-color: rgb(63 63 70 / 0.25);
  }

  .lg\:bg-zinc-700\/30{
    background-color: rgb(63 63 70 / 0.3);
  }

  .lg\:bg-zinc-700\/35{
    background-color: rgb(63 63 70 / 0.35);
  }

  .lg\:bg-zinc-700\/40{
    background-color: rgb(63 63 70 / 0.4);
  }

  .lg\:bg-zinc-700\/45{
    background-color: rgb(63 63 70 / 0.45);
  }

  .lg\:bg-zinc-700\/5{
    background-color: rgb(63 63 70 / 0.05);
  }

  .lg\:bg-zinc-700\/50{
    background-color: rgb(63 63 70 / 0.5);
  }

  .lg\:bg-zinc-700\/55{
    background-color: rgb(63 63 70 / 0.55);
  }

  .lg\:bg-zinc-700\/60{
    background-color: rgb(63 63 70 / 0.6);
  }

  .lg\:bg-zinc-700\/65{
    background-color: rgb(63 63 70 / 0.65);
  }

  .lg\:bg-zinc-700\/70{
    background-color: rgb(63 63 70 / 0.7);
  }

  .lg\:bg-zinc-700\/75{
    background-color: rgb(63 63 70 / 0.75);
  }

  .lg\:bg-zinc-700\/80{
    background-color: rgb(63 63 70 / 0.8);
  }

  .lg\:bg-zinc-700\/85{
    background-color: rgb(63 63 70 / 0.85);
  }

  .lg\:bg-zinc-700\/90{
    background-color: rgb(63 63 70 / 0.9);
  }

  .lg\:bg-zinc-700\/95{
    background-color: rgb(63 63 70 / 0.95);
  }

  .lg\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-800\/0{
    background-color: rgb(39 39 42 / 0);
  }

  .lg\:bg-zinc-800\/10{
    background-color: rgb(39 39 42 / 0.1);
  }

  .lg\:bg-zinc-800\/100{
    background-color: rgb(39 39 42 / 1);
  }

  .lg\:bg-zinc-800\/15{
    background-color: rgb(39 39 42 / 0.15);
  }

  .lg\:bg-zinc-800\/20{
    background-color: rgb(39 39 42 / 0.2);
  }

  .lg\:bg-zinc-800\/25{
    background-color: rgb(39 39 42 / 0.25);
  }

  .lg\:bg-zinc-800\/30{
    background-color: rgb(39 39 42 / 0.3);
  }

  .lg\:bg-zinc-800\/35{
    background-color: rgb(39 39 42 / 0.35);
  }

  .lg\:bg-zinc-800\/40{
    background-color: rgb(39 39 42 / 0.4);
  }

  .lg\:bg-zinc-800\/45{
    background-color: rgb(39 39 42 / 0.45);
  }

  .lg\:bg-zinc-800\/5{
    background-color: rgb(39 39 42 / 0.05);
  }

  .lg\:bg-zinc-800\/50{
    background-color: rgb(39 39 42 / 0.5);
  }

  .lg\:bg-zinc-800\/55{
    background-color: rgb(39 39 42 / 0.55);
  }

  .lg\:bg-zinc-800\/60{
    background-color: rgb(39 39 42 / 0.6);
  }

  .lg\:bg-zinc-800\/65{
    background-color: rgb(39 39 42 / 0.65);
  }

  .lg\:bg-zinc-800\/70{
    background-color: rgb(39 39 42 / 0.7);
  }

  .lg\:bg-zinc-800\/75{
    background-color: rgb(39 39 42 / 0.75);
  }

  .lg\:bg-zinc-800\/80{
    background-color: rgb(39 39 42 / 0.8);
  }

  .lg\:bg-zinc-800\/85{
    background-color: rgb(39 39 42 / 0.85);
  }

  .lg\:bg-zinc-800\/90{
    background-color: rgb(39 39 42 / 0.9);
  }

  .lg\:bg-zinc-800\/95{
    background-color: rgb(39 39 42 / 0.95);
  }

  .lg\:bg-zinc-900{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-900\/0{
    background-color: rgb(24 24 27 / 0);
  }

  .lg\:bg-zinc-900\/10{
    background-color: rgb(24 24 27 / 0.1);
  }

  .lg\:bg-zinc-900\/100{
    background-color: rgb(24 24 27 / 1);
  }

  .lg\:bg-zinc-900\/15{
    background-color: rgb(24 24 27 / 0.15);
  }

  .lg\:bg-zinc-900\/20{
    background-color: rgb(24 24 27 / 0.2);
  }

  .lg\:bg-zinc-900\/25{
    background-color: rgb(24 24 27 / 0.25);
  }

  .lg\:bg-zinc-900\/30{
    background-color: rgb(24 24 27 / 0.3);
  }

  .lg\:bg-zinc-900\/35{
    background-color: rgb(24 24 27 / 0.35);
  }

  .lg\:bg-zinc-900\/40{
    background-color: rgb(24 24 27 / 0.4);
  }

  .lg\:bg-zinc-900\/45{
    background-color: rgb(24 24 27 / 0.45);
  }

  .lg\:bg-zinc-900\/5{
    background-color: rgb(24 24 27 / 0.05);
  }

  .lg\:bg-zinc-900\/50{
    background-color: rgb(24 24 27 / 0.5);
  }

  .lg\:bg-zinc-900\/55{
    background-color: rgb(24 24 27 / 0.55);
  }

  .lg\:bg-zinc-900\/60{
    background-color: rgb(24 24 27 / 0.6);
  }

  .lg\:bg-zinc-900\/65{
    background-color: rgb(24 24 27 / 0.65);
  }

  .lg\:bg-zinc-900\/70{
    background-color: rgb(24 24 27 / 0.7);
  }

  .lg\:bg-zinc-900\/75{
    background-color: rgb(24 24 27 / 0.75);
  }

  .lg\:bg-zinc-900\/80{
    background-color: rgb(24 24 27 / 0.8);
  }

  .lg\:bg-zinc-900\/85{
    background-color: rgb(24 24 27 / 0.85);
  }

  .lg\:bg-zinc-900\/90{
    background-color: rgb(24 24 27 / 0.9);
  }

  .lg\:bg-zinc-900\/95{
    background-color: rgb(24 24 27 / 0.95);
  }

  .lg\:bg-zinc-950{
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-zinc-950\/0{
    background-color: rgb(9 9 11 / 0);
  }

  .lg\:bg-zinc-950\/10{
    background-color: rgb(9 9 11 / 0.1);
  }

  .lg\:bg-zinc-950\/100{
    background-color: rgb(9 9 11 / 1);
  }

  .lg\:bg-zinc-950\/15{
    background-color: rgb(9 9 11 / 0.15);
  }

  .lg\:bg-zinc-950\/20{
    background-color: rgb(9 9 11 / 0.2);
  }

  .lg\:bg-zinc-950\/25{
    background-color: rgb(9 9 11 / 0.25);
  }

  .lg\:bg-zinc-950\/30{
    background-color: rgb(9 9 11 / 0.3);
  }

  .lg\:bg-zinc-950\/35{
    background-color: rgb(9 9 11 / 0.35);
  }

  .lg\:bg-zinc-950\/40{
    background-color: rgb(9 9 11 / 0.4);
  }

  .lg\:bg-zinc-950\/45{
    background-color: rgb(9 9 11 / 0.45);
  }

  .lg\:bg-zinc-950\/5{
    background-color: rgb(9 9 11 / 0.05);
  }

  .lg\:bg-zinc-950\/50{
    background-color: rgb(9 9 11 / 0.5);
  }

  .lg\:bg-zinc-950\/55{
    background-color: rgb(9 9 11 / 0.55);
  }

  .lg\:bg-zinc-950\/60{
    background-color: rgb(9 9 11 / 0.6);
  }

  .lg\:bg-zinc-950\/65{
    background-color: rgb(9 9 11 / 0.65);
  }

  .lg\:bg-zinc-950\/70{
    background-color: rgb(9 9 11 / 0.7);
  }

  .lg\:bg-zinc-950\/75{
    background-color: rgb(9 9 11 / 0.75);
  }

  .lg\:bg-zinc-950\/80{
    background-color: rgb(9 9 11 / 0.8);
  }

  .lg\:bg-zinc-950\/85{
    background-color: rgb(9 9 11 / 0.85);
  }

  .lg\:bg-zinc-950\/90{
    background-color: rgb(9 9 11 / 0.9);
  }

  .lg\:bg-zinc-950\/95{
    background-color: rgb(9 9 11 / 0.95);
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:bg-opacity-15{
    --tw-bg-opacity: 0.15;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-45{
    --tw-bg-opacity: 0.45;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-55{
    --tw-bg-opacity: 0.55;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
  }

  .lg\:bg-form-btn-submit-hover{
    background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
  }

  .lg\:bg-fp-1{
    background-image: url('/static-tailwind/static/images/icons/bed.svg');
  }

  .lg\:bg-fp-2{
    background-image: url('/static-tailwind/static/images/icons/bath.svg');
  }

  .lg\:bg-fp-3{
    background-image: url('/static-tailwind/static/images/icons/lounge.svg');
  }

  .lg\:bg-fp-4{
    background-image: url('/static-tailwind/static/images/icons/garage.svg');
  }

  .lg\:bg-fp-5{
    background-image: url('/static-tailwind/static/images/icons/study.svg');
  }

  .lg\:bg-icon-360{
    background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
  }

  .lg\:bg-icon-arrow-slider{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
  }

  .lg\:bg-icon-check-list{
    background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
  }

  .lg\:bg-icon-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
  }

  .lg\:bg-icon-chevron-down{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
  }

  .lg\:bg-icon-chevron-down-light{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
  }

  .lg\:bg-icon-chevron-right-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
  }

  .lg\:bg-icon-chevron-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
  }

  .lg\:bg-icon-close-cyan{
    background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
  }

  .lg\:bg-icon-close-modal{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
  }

  .lg\:bg-icon-close-modal-2{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
  }

  .lg\:bg-icon-display{
    background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
  }

  .lg\:bg-icon-editor{
    background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
  }

  .lg\:bg-icon-expand{
    background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
  }

  .lg\:bg-icon-expand-white{
    background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
  }

  .lg\:bg-icon-facebook{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
  }

  .lg\:bg-icon-facebook-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
  }

  .lg\:bg-icon-filter{
    background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
  }

  .lg\:bg-icon-fp-flip{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
  }

  .lg\:bg-icon-fp-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
  }

  .lg\:bg-icon-home-map{
    background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
  }

  .lg\:bg-icon-linkedin{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
  }

  .lg\:bg-icon-linkedin-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
  }

  .lg\:bg-icon-map-link{
    background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
  }

  .lg\:bg-icon-menu{
    background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
  }

  .lg\:bg-icon-menu-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
  }

  .lg\:bg-icon-minus{
    background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
  }

  .lg\:bg-icon-next{
    background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
  }

  .lg\:bg-icon-next-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
  }

  .lg\:bg-icon-next-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
  }

  .lg\:bg-icon-open-map{
    background-image: url('/static-tailwind/static/images/icon-open-map.svg');
  }

  .lg\:bg-icon-phone{
    background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
  }

  .lg\:bg-icon-phone-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
  }

  .lg\:bg-icon-play{
    background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
  }

  .lg\:bg-icon-plus{
    background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
  }

  .lg\:bg-icon-portal{
    background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
  }

  .lg\:bg-icon-portal-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
  }

  .lg\:bg-icon-prev{
    background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
  }

  .lg\:bg-icon-prev-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
  }

  .lg\:bg-icon-prev-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
  }

  .lg\:bg-icon-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
  }

  .lg\:bg-icon-small-check{
    background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
  }

  .lg\:bg-icon-star{
    background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
  }

  .lg\:bg-icon-trash{
    background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
  }

  .lg\:bg-icon-youtube{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
  }

  .lg\:bg-icon-youtube-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
  }

  .lg\:bg-link-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
  }

  .lg\:bg-link-arrow-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
  }

  .lg\:bg-link-close-right-white{
    background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
  }

  .lg\:bg-ondisplay{
    background-image: url('/static-tailwind/static/images/icons/on-display.svg');
  }

  .lg\:bg-pagination-arrow{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
  }

  .lg\:bg-pagination-arrow-hover{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
  }

  .lg\:bg-100{
    background-size: 100%;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-origin-border{
    background-origin: border-box;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  .lg\:bg-origin-content{
    background-origin: content-box;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-0\.5{
    padding: 0.125rem;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-1\.5{
    padding: 0.375rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-11{
    padding: 2.75rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-14{
    padding: 3.5rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-2\.5{
    padding: 0.625rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-28{
    padding: 7rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-3\.5{
    padding: 0.875rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-36{
    padding: 9rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-44{
    padding: 11rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-52{
    padding: 13rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-60{
    padding: 15rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-7{
    padding: 1.75rem;
  }

  .lg\:p-72{
    padding: 18rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-80{
    padding: 20rem;
  }

  .lg\:p-9{
    padding: 2.25rem;
  }

  .lg\:p-96{
    padding: 24rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-\[110px\]{
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pb-44{
    padding-bottom: 11rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-52{
    padding-bottom: 13rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-60{
    padding-bottom: 15rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pb-80{
    padding-bottom: 20rem;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  .lg\:pb-96{
    padding-bottom: 24rem;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pl-28{
    padding-left: 7rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pl-36{
    padding-left: 9rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pl-44{
    padding-left: 11rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pl-52{
    padding-left: 13rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pl-60{
    padding-left: 15rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pl-72{
    padding-left: 18rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pl-80{
    padding-left: 20rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

  .lg\:pl-96{
    padding-left: 24rem;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pr-11{
    padding-right: 2.75rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pr-28{
    padding-right: 7rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pr-36{
    padding-right: 9rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pr-44{
    padding-right: 11rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pr-52{
    padding-right: 13rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pr-60{
    padding-right: 15rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pr-7{
    padding-right: 1.75rem;
  }

  .lg\:pr-72{
    padding-right: 18rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pr-80{
    padding-right: 20rem;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pr-96{
    padding-right: 24rem;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-11{
    padding-top: 2.75rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-60{
    padding-top: 15rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

  .lg\:pt-72{
    padding-top: 18rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-80{
    padding-top: 20rem;
  }

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pt-96{
    padding-top: 24rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-end{
    text-align: end;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-base{
    font-size: 16px;
  }

  .lg\:text-h1{
    font-size: 40px;
  }

  .lg\:text-h2{
    font-size: 32px;
  }

  .lg\:text-h3{
    font-size: 24px;
  }

  .lg\:text-lead{
    font-size: 24px;
  }

  .lg\:text-lg{
    font-size: 20px;
  }

  .lg\:text-md{
    font-size: 18px;
  }

  .lg\:text-s{
    font-size: 14px;
  }

  .lg\:text-sm{
    font-size: 16px;
  }

  .lg\:text-xl{
    font-size: 48px;
  }

  .lg\:text-xs{
    font-size: 12px;
  }

  .lg\:text-xxl{
    font-size: 96px;
  }

  .lg\:text-amber-100{
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-100\/0{
    color: rgb(254 243 199 / 0);
  }

  .lg\:text-amber-100\/10{
    color: rgb(254 243 199 / 0.1);
  }

  .lg\:text-amber-100\/100{
    color: rgb(254 243 199 / 1);
  }

  .lg\:text-amber-100\/15{
    color: rgb(254 243 199 / 0.15);
  }

  .lg\:text-amber-100\/20{
    color: rgb(254 243 199 / 0.2);
  }

  .lg\:text-amber-100\/25{
    color: rgb(254 243 199 / 0.25);
  }

  .lg\:text-amber-100\/30{
    color: rgb(254 243 199 / 0.3);
  }

  .lg\:text-amber-100\/35{
    color: rgb(254 243 199 / 0.35);
  }

  .lg\:text-amber-100\/40{
    color: rgb(254 243 199 / 0.4);
  }

  .lg\:text-amber-100\/45{
    color: rgb(254 243 199 / 0.45);
  }

  .lg\:text-amber-100\/5{
    color: rgb(254 243 199 / 0.05);
  }

  .lg\:text-amber-100\/50{
    color: rgb(254 243 199 / 0.5);
  }

  .lg\:text-amber-100\/55{
    color: rgb(254 243 199 / 0.55);
  }

  .lg\:text-amber-100\/60{
    color: rgb(254 243 199 / 0.6);
  }

  .lg\:text-amber-100\/65{
    color: rgb(254 243 199 / 0.65);
  }

  .lg\:text-amber-100\/70{
    color: rgb(254 243 199 / 0.7);
  }

  .lg\:text-amber-100\/75{
    color: rgb(254 243 199 / 0.75);
  }

  .lg\:text-amber-100\/80{
    color: rgb(254 243 199 / 0.8);
  }

  .lg\:text-amber-100\/85{
    color: rgb(254 243 199 / 0.85);
  }

  .lg\:text-amber-100\/90{
    color: rgb(254 243 199 / 0.9);
  }

  .lg\:text-amber-100\/95{
    color: rgb(254 243 199 / 0.95);
  }

  .lg\:text-amber-200{
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-200\/0{
    color: rgb(253 230 138 / 0);
  }

  .lg\:text-amber-200\/10{
    color: rgb(253 230 138 / 0.1);
  }

  .lg\:text-amber-200\/100{
    color: rgb(253 230 138 / 1);
  }

  .lg\:text-amber-200\/15{
    color: rgb(253 230 138 / 0.15);
  }

  .lg\:text-amber-200\/20{
    color: rgb(253 230 138 / 0.2);
  }

  .lg\:text-amber-200\/25{
    color: rgb(253 230 138 / 0.25);
  }

  .lg\:text-amber-200\/30{
    color: rgb(253 230 138 / 0.3);
  }

  .lg\:text-amber-200\/35{
    color: rgb(253 230 138 / 0.35);
  }

  .lg\:text-amber-200\/40{
    color: rgb(253 230 138 / 0.4);
  }

  .lg\:text-amber-200\/45{
    color: rgb(253 230 138 / 0.45);
  }

  .lg\:text-amber-200\/5{
    color: rgb(253 230 138 / 0.05);
  }

  .lg\:text-amber-200\/50{
    color: rgb(253 230 138 / 0.5);
  }

  .lg\:text-amber-200\/55{
    color: rgb(253 230 138 / 0.55);
  }

  .lg\:text-amber-200\/60{
    color: rgb(253 230 138 / 0.6);
  }

  .lg\:text-amber-200\/65{
    color: rgb(253 230 138 / 0.65);
  }

  .lg\:text-amber-200\/70{
    color: rgb(253 230 138 / 0.7);
  }

  .lg\:text-amber-200\/75{
    color: rgb(253 230 138 / 0.75);
  }

  .lg\:text-amber-200\/80{
    color: rgb(253 230 138 / 0.8);
  }

  .lg\:text-amber-200\/85{
    color: rgb(253 230 138 / 0.85);
  }

  .lg\:text-amber-200\/90{
    color: rgb(253 230 138 / 0.9);
  }

  .lg\:text-amber-200\/95{
    color: rgb(253 230 138 / 0.95);
  }

  .lg\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-300\/0{
    color: rgb(252 211 77 / 0);
  }

  .lg\:text-amber-300\/10{
    color: rgb(252 211 77 / 0.1);
  }

  .lg\:text-amber-300\/100{
    color: rgb(252 211 77 / 1);
  }

  .lg\:text-amber-300\/15{
    color: rgb(252 211 77 / 0.15);
  }

  .lg\:text-amber-300\/20{
    color: rgb(252 211 77 / 0.2);
  }

  .lg\:text-amber-300\/25{
    color: rgb(252 211 77 / 0.25);
  }

  .lg\:text-amber-300\/30{
    color: rgb(252 211 77 / 0.3);
  }

  .lg\:text-amber-300\/35{
    color: rgb(252 211 77 / 0.35);
  }

  .lg\:text-amber-300\/40{
    color: rgb(252 211 77 / 0.4);
  }

  .lg\:text-amber-300\/45{
    color: rgb(252 211 77 / 0.45);
  }

  .lg\:text-amber-300\/5{
    color: rgb(252 211 77 / 0.05);
  }

  .lg\:text-amber-300\/50{
    color: rgb(252 211 77 / 0.5);
  }

  .lg\:text-amber-300\/55{
    color: rgb(252 211 77 / 0.55);
  }

  .lg\:text-amber-300\/60{
    color: rgb(252 211 77 / 0.6);
  }

  .lg\:text-amber-300\/65{
    color: rgb(252 211 77 / 0.65);
  }

  .lg\:text-amber-300\/70{
    color: rgb(252 211 77 / 0.7);
  }

  .lg\:text-amber-300\/75{
    color: rgb(252 211 77 / 0.75);
  }

  .lg\:text-amber-300\/80{
    color: rgb(252 211 77 / 0.8);
  }

  .lg\:text-amber-300\/85{
    color: rgb(252 211 77 / 0.85);
  }

  .lg\:text-amber-300\/90{
    color: rgb(252 211 77 / 0.9);
  }

  .lg\:text-amber-300\/95{
    color: rgb(252 211 77 / 0.95);
  }

  .lg\:text-amber-400{
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-400\/0{
    color: rgb(251 191 36 / 0);
  }

  .lg\:text-amber-400\/10{
    color: rgb(251 191 36 / 0.1);
  }

  .lg\:text-amber-400\/100{
    color: rgb(251 191 36 / 1);
  }

  .lg\:text-amber-400\/15{
    color: rgb(251 191 36 / 0.15);
  }

  .lg\:text-amber-400\/20{
    color: rgb(251 191 36 / 0.2);
  }

  .lg\:text-amber-400\/25{
    color: rgb(251 191 36 / 0.25);
  }

  .lg\:text-amber-400\/30{
    color: rgb(251 191 36 / 0.3);
  }

  .lg\:text-amber-400\/35{
    color: rgb(251 191 36 / 0.35);
  }

  .lg\:text-amber-400\/40{
    color: rgb(251 191 36 / 0.4);
  }

  .lg\:text-amber-400\/45{
    color: rgb(251 191 36 / 0.45);
  }

  .lg\:text-amber-400\/5{
    color: rgb(251 191 36 / 0.05);
  }

  .lg\:text-amber-400\/50{
    color: rgb(251 191 36 / 0.5);
  }

  .lg\:text-amber-400\/55{
    color: rgb(251 191 36 / 0.55);
  }

  .lg\:text-amber-400\/60{
    color: rgb(251 191 36 / 0.6);
  }

  .lg\:text-amber-400\/65{
    color: rgb(251 191 36 / 0.65);
  }

  .lg\:text-amber-400\/70{
    color: rgb(251 191 36 / 0.7);
  }

  .lg\:text-amber-400\/75{
    color: rgb(251 191 36 / 0.75);
  }

  .lg\:text-amber-400\/80{
    color: rgb(251 191 36 / 0.8);
  }

  .lg\:text-amber-400\/85{
    color: rgb(251 191 36 / 0.85);
  }

  .lg\:text-amber-400\/90{
    color: rgb(251 191 36 / 0.9);
  }

  .lg\:text-amber-400\/95{
    color: rgb(251 191 36 / 0.95);
  }

  .lg\:text-amber-50{
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-50\/0{
    color: rgb(255 251 235 / 0);
  }

  .lg\:text-amber-50\/10{
    color: rgb(255 251 235 / 0.1);
  }

  .lg\:text-amber-50\/100{
    color: rgb(255 251 235 / 1);
  }

  .lg\:text-amber-50\/15{
    color: rgb(255 251 235 / 0.15);
  }

  .lg\:text-amber-50\/20{
    color: rgb(255 251 235 / 0.2);
  }

  .lg\:text-amber-50\/25{
    color: rgb(255 251 235 / 0.25);
  }

  .lg\:text-amber-50\/30{
    color: rgb(255 251 235 / 0.3);
  }

  .lg\:text-amber-50\/35{
    color: rgb(255 251 235 / 0.35);
  }

  .lg\:text-amber-50\/40{
    color: rgb(255 251 235 / 0.4);
  }

  .lg\:text-amber-50\/45{
    color: rgb(255 251 235 / 0.45);
  }

  .lg\:text-amber-50\/5{
    color: rgb(255 251 235 / 0.05);
  }

  .lg\:text-amber-50\/50{
    color: rgb(255 251 235 / 0.5);
  }

  .lg\:text-amber-50\/55{
    color: rgb(255 251 235 / 0.55);
  }

  .lg\:text-amber-50\/60{
    color: rgb(255 251 235 / 0.6);
  }

  .lg\:text-amber-50\/65{
    color: rgb(255 251 235 / 0.65);
  }

  .lg\:text-amber-50\/70{
    color: rgb(255 251 235 / 0.7);
  }

  .lg\:text-amber-50\/75{
    color: rgb(255 251 235 / 0.75);
  }

  .lg\:text-amber-50\/80{
    color: rgb(255 251 235 / 0.8);
  }

  .lg\:text-amber-50\/85{
    color: rgb(255 251 235 / 0.85);
  }

  .lg\:text-amber-50\/90{
    color: rgb(255 251 235 / 0.9);
  }

  .lg\:text-amber-50\/95{
    color: rgb(255 251 235 / 0.95);
  }

  .lg\:text-amber-500{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-500\/0{
    color: rgb(245 158 11 / 0);
  }

  .lg\:text-amber-500\/10{
    color: rgb(245 158 11 / 0.1);
  }

  .lg\:text-amber-500\/100{
    color: rgb(245 158 11 / 1);
  }

  .lg\:text-amber-500\/15{
    color: rgb(245 158 11 / 0.15);
  }

  .lg\:text-amber-500\/20{
    color: rgb(245 158 11 / 0.2);
  }

  .lg\:text-amber-500\/25{
    color: rgb(245 158 11 / 0.25);
  }

  .lg\:text-amber-500\/30{
    color: rgb(245 158 11 / 0.3);
  }

  .lg\:text-amber-500\/35{
    color: rgb(245 158 11 / 0.35);
  }

  .lg\:text-amber-500\/40{
    color: rgb(245 158 11 / 0.4);
  }

  .lg\:text-amber-500\/45{
    color: rgb(245 158 11 / 0.45);
  }

  .lg\:text-amber-500\/5{
    color: rgb(245 158 11 / 0.05);
  }

  .lg\:text-amber-500\/50{
    color: rgb(245 158 11 / 0.5);
  }

  .lg\:text-amber-500\/55{
    color: rgb(245 158 11 / 0.55);
  }

  .lg\:text-amber-500\/60{
    color: rgb(245 158 11 / 0.6);
  }

  .lg\:text-amber-500\/65{
    color: rgb(245 158 11 / 0.65);
  }

  .lg\:text-amber-500\/70{
    color: rgb(245 158 11 / 0.7);
  }

  .lg\:text-amber-500\/75{
    color: rgb(245 158 11 / 0.75);
  }

  .lg\:text-amber-500\/80{
    color: rgb(245 158 11 / 0.8);
  }

  .lg\:text-amber-500\/85{
    color: rgb(245 158 11 / 0.85);
  }

  .lg\:text-amber-500\/90{
    color: rgb(245 158 11 / 0.9);
  }

  .lg\:text-amber-500\/95{
    color: rgb(245 158 11 / 0.95);
  }

  .lg\:text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-600\/0{
    color: rgb(217 119 6 / 0);
  }

  .lg\:text-amber-600\/10{
    color: rgb(217 119 6 / 0.1);
  }

  .lg\:text-amber-600\/100{
    color: rgb(217 119 6 / 1);
  }

  .lg\:text-amber-600\/15{
    color: rgb(217 119 6 / 0.15);
  }

  .lg\:text-amber-600\/20{
    color: rgb(217 119 6 / 0.2);
  }

  .lg\:text-amber-600\/25{
    color: rgb(217 119 6 / 0.25);
  }

  .lg\:text-amber-600\/30{
    color: rgb(217 119 6 / 0.3);
  }

  .lg\:text-amber-600\/35{
    color: rgb(217 119 6 / 0.35);
  }

  .lg\:text-amber-600\/40{
    color: rgb(217 119 6 / 0.4);
  }

  .lg\:text-amber-600\/45{
    color: rgb(217 119 6 / 0.45);
  }

  .lg\:text-amber-600\/5{
    color: rgb(217 119 6 / 0.05);
  }

  .lg\:text-amber-600\/50{
    color: rgb(217 119 6 / 0.5);
  }

  .lg\:text-amber-600\/55{
    color: rgb(217 119 6 / 0.55);
  }

  .lg\:text-amber-600\/60{
    color: rgb(217 119 6 / 0.6);
  }

  .lg\:text-amber-600\/65{
    color: rgb(217 119 6 / 0.65);
  }

  .lg\:text-amber-600\/70{
    color: rgb(217 119 6 / 0.7);
  }

  .lg\:text-amber-600\/75{
    color: rgb(217 119 6 / 0.75);
  }

  .lg\:text-amber-600\/80{
    color: rgb(217 119 6 / 0.8);
  }

  .lg\:text-amber-600\/85{
    color: rgb(217 119 6 / 0.85);
  }

  .lg\:text-amber-600\/90{
    color: rgb(217 119 6 / 0.9);
  }

  .lg\:text-amber-600\/95{
    color: rgb(217 119 6 / 0.95);
  }

  .lg\:text-amber-700{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-700\/0{
    color: rgb(180 83 9 / 0);
  }

  .lg\:text-amber-700\/10{
    color: rgb(180 83 9 / 0.1);
  }

  .lg\:text-amber-700\/100{
    color: rgb(180 83 9 / 1);
  }

  .lg\:text-amber-700\/15{
    color: rgb(180 83 9 / 0.15);
  }

  .lg\:text-amber-700\/20{
    color: rgb(180 83 9 / 0.2);
  }

  .lg\:text-amber-700\/25{
    color: rgb(180 83 9 / 0.25);
  }

  .lg\:text-amber-700\/30{
    color: rgb(180 83 9 / 0.3);
  }

  .lg\:text-amber-700\/35{
    color: rgb(180 83 9 / 0.35);
  }

  .lg\:text-amber-700\/40{
    color: rgb(180 83 9 / 0.4);
  }

  .lg\:text-amber-700\/45{
    color: rgb(180 83 9 / 0.45);
  }

  .lg\:text-amber-700\/5{
    color: rgb(180 83 9 / 0.05);
  }

  .lg\:text-amber-700\/50{
    color: rgb(180 83 9 / 0.5);
  }

  .lg\:text-amber-700\/55{
    color: rgb(180 83 9 / 0.55);
  }

  .lg\:text-amber-700\/60{
    color: rgb(180 83 9 / 0.6);
  }

  .lg\:text-amber-700\/65{
    color: rgb(180 83 9 / 0.65);
  }

  .lg\:text-amber-700\/70{
    color: rgb(180 83 9 / 0.7);
  }

  .lg\:text-amber-700\/75{
    color: rgb(180 83 9 / 0.75);
  }

  .lg\:text-amber-700\/80{
    color: rgb(180 83 9 / 0.8);
  }

  .lg\:text-amber-700\/85{
    color: rgb(180 83 9 / 0.85);
  }

  .lg\:text-amber-700\/90{
    color: rgb(180 83 9 / 0.9);
  }

  .lg\:text-amber-700\/95{
    color: rgb(180 83 9 / 0.95);
  }

  .lg\:text-amber-800{
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-800\/0{
    color: rgb(146 64 14 / 0);
  }

  .lg\:text-amber-800\/10{
    color: rgb(146 64 14 / 0.1);
  }

  .lg\:text-amber-800\/100{
    color: rgb(146 64 14 / 1);
  }

  .lg\:text-amber-800\/15{
    color: rgb(146 64 14 / 0.15);
  }

  .lg\:text-amber-800\/20{
    color: rgb(146 64 14 / 0.2);
  }

  .lg\:text-amber-800\/25{
    color: rgb(146 64 14 / 0.25);
  }

  .lg\:text-amber-800\/30{
    color: rgb(146 64 14 / 0.3);
  }

  .lg\:text-amber-800\/35{
    color: rgb(146 64 14 / 0.35);
  }

  .lg\:text-amber-800\/40{
    color: rgb(146 64 14 / 0.4);
  }

  .lg\:text-amber-800\/45{
    color: rgb(146 64 14 / 0.45);
  }

  .lg\:text-amber-800\/5{
    color: rgb(146 64 14 / 0.05);
  }

  .lg\:text-amber-800\/50{
    color: rgb(146 64 14 / 0.5);
  }

  .lg\:text-amber-800\/55{
    color: rgb(146 64 14 / 0.55);
  }

  .lg\:text-amber-800\/60{
    color: rgb(146 64 14 / 0.6);
  }

  .lg\:text-amber-800\/65{
    color: rgb(146 64 14 / 0.65);
  }

  .lg\:text-amber-800\/70{
    color: rgb(146 64 14 / 0.7);
  }

  .lg\:text-amber-800\/75{
    color: rgb(146 64 14 / 0.75);
  }

  .lg\:text-amber-800\/80{
    color: rgb(146 64 14 / 0.8);
  }

  .lg\:text-amber-800\/85{
    color: rgb(146 64 14 / 0.85);
  }

  .lg\:text-amber-800\/90{
    color: rgb(146 64 14 / 0.9);
  }

  .lg\:text-amber-800\/95{
    color: rgb(146 64 14 / 0.95);
  }

  .lg\:text-amber-900{
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-900\/0{
    color: rgb(120 53 15 / 0);
  }

  .lg\:text-amber-900\/10{
    color: rgb(120 53 15 / 0.1);
  }

  .lg\:text-amber-900\/100{
    color: rgb(120 53 15 / 1);
  }

  .lg\:text-amber-900\/15{
    color: rgb(120 53 15 / 0.15);
  }

  .lg\:text-amber-900\/20{
    color: rgb(120 53 15 / 0.2);
  }

  .lg\:text-amber-900\/25{
    color: rgb(120 53 15 / 0.25);
  }

  .lg\:text-amber-900\/30{
    color: rgb(120 53 15 / 0.3);
  }

  .lg\:text-amber-900\/35{
    color: rgb(120 53 15 / 0.35);
  }

  .lg\:text-amber-900\/40{
    color: rgb(120 53 15 / 0.4);
  }

  .lg\:text-amber-900\/45{
    color: rgb(120 53 15 / 0.45);
  }

  .lg\:text-amber-900\/5{
    color: rgb(120 53 15 / 0.05);
  }

  .lg\:text-amber-900\/50{
    color: rgb(120 53 15 / 0.5);
  }

  .lg\:text-amber-900\/55{
    color: rgb(120 53 15 / 0.55);
  }

  .lg\:text-amber-900\/60{
    color: rgb(120 53 15 / 0.6);
  }

  .lg\:text-amber-900\/65{
    color: rgb(120 53 15 / 0.65);
  }

  .lg\:text-amber-900\/70{
    color: rgb(120 53 15 / 0.7);
  }

  .lg\:text-amber-900\/75{
    color: rgb(120 53 15 / 0.75);
  }

  .lg\:text-amber-900\/80{
    color: rgb(120 53 15 / 0.8);
  }

  .lg\:text-amber-900\/85{
    color: rgb(120 53 15 / 0.85);
  }

  .lg\:text-amber-900\/90{
    color: rgb(120 53 15 / 0.9);
  }

  .lg\:text-amber-900\/95{
    color: rgb(120 53 15 / 0.95);
  }

  .lg\:text-amber-950{
    --tw-text-opacity: 1;
    color: rgb(69 26 3 / var(--tw-text-opacity, 1));
  }

  .lg\:text-amber-950\/0{
    color: rgb(69 26 3 / 0);
  }

  .lg\:text-amber-950\/10{
    color: rgb(69 26 3 / 0.1);
  }

  .lg\:text-amber-950\/100{
    color: rgb(69 26 3 / 1);
  }

  .lg\:text-amber-950\/15{
    color: rgb(69 26 3 / 0.15);
  }

  .lg\:text-amber-950\/20{
    color: rgb(69 26 3 / 0.2);
  }

  .lg\:text-amber-950\/25{
    color: rgb(69 26 3 / 0.25);
  }

  .lg\:text-amber-950\/30{
    color: rgb(69 26 3 / 0.3);
  }

  .lg\:text-amber-950\/35{
    color: rgb(69 26 3 / 0.35);
  }

  .lg\:text-amber-950\/40{
    color: rgb(69 26 3 / 0.4);
  }

  .lg\:text-amber-950\/45{
    color: rgb(69 26 3 / 0.45);
  }

  .lg\:text-amber-950\/5{
    color: rgb(69 26 3 / 0.05);
  }

  .lg\:text-amber-950\/50{
    color: rgb(69 26 3 / 0.5);
  }

  .lg\:text-amber-950\/55{
    color: rgb(69 26 3 / 0.55);
  }

  .lg\:text-amber-950\/60{
    color: rgb(69 26 3 / 0.6);
  }

  .lg\:text-amber-950\/65{
    color: rgb(69 26 3 / 0.65);
  }

  .lg\:text-amber-950\/70{
    color: rgb(69 26 3 / 0.7);
  }

  .lg\:text-amber-950\/75{
    color: rgb(69 26 3 / 0.75);
  }

  .lg\:text-amber-950\/80{
    color: rgb(69 26 3 / 0.8);
  }

  .lg\:text-amber-950\/85{
    color: rgb(69 26 3 / 0.85);
  }

  .lg\:text-amber-950\/90{
    color: rgb(69 26 3 / 0.9);
  }

  .lg\:text-amber-950\/95{
    color: rgb(69 26 3 / 0.95);
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .lg\:text-black\/0{
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-black\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-black\/100{
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-black\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .lg\:text-black\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-black\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-black\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-black\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .lg\:text-black\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-black\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .lg\:text-black\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-black\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-black\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .lg\:text-black\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-black\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .lg\:text-black\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-black\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-black\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-black\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .lg\:text-black\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-black\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-100\/0{
    color: rgb(219 234 254 / 0);
  }

  .lg\:text-blue-100\/10{
    color: rgb(219 234 254 / 0.1);
  }

  .lg\:text-blue-100\/100{
    color: rgb(219 234 254 / 1);
  }

  .lg\:text-blue-100\/15{
    color: rgb(219 234 254 / 0.15);
  }

  .lg\:text-blue-100\/20{
    color: rgb(219 234 254 / 0.2);
  }

  .lg\:text-blue-100\/25{
    color: rgb(219 234 254 / 0.25);
  }

  .lg\:text-blue-100\/30{
    color: rgb(219 234 254 / 0.3);
  }

  .lg\:text-blue-100\/35{
    color: rgb(219 234 254 / 0.35);
  }

  .lg\:text-blue-100\/40{
    color: rgb(219 234 254 / 0.4);
  }

  .lg\:text-blue-100\/45{
    color: rgb(219 234 254 / 0.45);
  }

  .lg\:text-blue-100\/5{
    color: rgb(219 234 254 / 0.05);
  }

  .lg\:text-blue-100\/50{
    color: rgb(219 234 254 / 0.5);
  }

  .lg\:text-blue-100\/55{
    color: rgb(219 234 254 / 0.55);
  }

  .lg\:text-blue-100\/60{
    color: rgb(219 234 254 / 0.6);
  }

  .lg\:text-blue-100\/65{
    color: rgb(219 234 254 / 0.65);
  }

  .lg\:text-blue-100\/70{
    color: rgb(219 234 254 / 0.7);
  }

  .lg\:text-blue-100\/75{
    color: rgb(219 234 254 / 0.75);
  }

  .lg\:text-blue-100\/80{
    color: rgb(219 234 254 / 0.8);
  }

  .lg\:text-blue-100\/85{
    color: rgb(219 234 254 / 0.85);
  }

  .lg\:text-blue-100\/90{
    color: rgb(219 234 254 / 0.9);
  }

  .lg\:text-blue-100\/95{
    color: rgb(219 234 254 / 0.95);
  }

  .lg\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-200\/0{
    color: rgb(191 219 254 / 0);
  }

  .lg\:text-blue-200\/10{
    color: rgb(191 219 254 / 0.1);
  }

  .lg\:text-blue-200\/100{
    color: rgb(191 219 254 / 1);
  }

  .lg\:text-blue-200\/15{
    color: rgb(191 219 254 / 0.15);
  }

  .lg\:text-blue-200\/20{
    color: rgb(191 219 254 / 0.2);
  }

  .lg\:text-blue-200\/25{
    color: rgb(191 219 254 / 0.25);
  }

  .lg\:text-blue-200\/30{
    color: rgb(191 219 254 / 0.3);
  }

  .lg\:text-blue-200\/35{
    color: rgb(191 219 254 / 0.35);
  }

  .lg\:text-blue-200\/40{
    color: rgb(191 219 254 / 0.4);
  }

  .lg\:text-blue-200\/45{
    color: rgb(191 219 254 / 0.45);
  }

  .lg\:text-blue-200\/5{
    color: rgb(191 219 254 / 0.05);
  }

  .lg\:text-blue-200\/50{
    color: rgb(191 219 254 / 0.5);
  }

  .lg\:text-blue-200\/55{
    color: rgb(191 219 254 / 0.55);
  }

  .lg\:text-blue-200\/60{
    color: rgb(191 219 254 / 0.6);
  }

  .lg\:text-blue-200\/65{
    color: rgb(191 219 254 / 0.65);
  }

  .lg\:text-blue-200\/70{
    color: rgb(191 219 254 / 0.7);
  }

  .lg\:text-blue-200\/75{
    color: rgb(191 219 254 / 0.75);
  }

  .lg\:text-blue-200\/80{
    color: rgb(191 219 254 / 0.8);
  }

  .lg\:text-blue-200\/85{
    color: rgb(191 219 254 / 0.85);
  }

  .lg\:text-blue-200\/90{
    color: rgb(191 219 254 / 0.9);
  }

  .lg\:text-blue-200\/95{
    color: rgb(191 219 254 / 0.95);
  }

  .lg\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-300\/0{
    color: rgb(147 197 253 / 0);
  }

  .lg\:text-blue-300\/10{
    color: rgb(147 197 253 / 0.1);
  }

  .lg\:text-blue-300\/100{
    color: rgb(147 197 253 / 1);
  }

  .lg\:text-blue-300\/15{
    color: rgb(147 197 253 / 0.15);
  }

  .lg\:text-blue-300\/20{
    color: rgb(147 197 253 / 0.2);
  }

  .lg\:text-blue-300\/25{
    color: rgb(147 197 253 / 0.25);
  }

  .lg\:text-blue-300\/30{
    color: rgb(147 197 253 / 0.3);
  }

  .lg\:text-blue-300\/35{
    color: rgb(147 197 253 / 0.35);
  }

  .lg\:text-blue-300\/40{
    color: rgb(147 197 253 / 0.4);
  }

  .lg\:text-blue-300\/45{
    color: rgb(147 197 253 / 0.45);
  }

  .lg\:text-blue-300\/5{
    color: rgb(147 197 253 / 0.05);
  }

  .lg\:text-blue-300\/50{
    color: rgb(147 197 253 / 0.5);
  }

  .lg\:text-blue-300\/55{
    color: rgb(147 197 253 / 0.55);
  }

  .lg\:text-blue-300\/60{
    color: rgb(147 197 253 / 0.6);
  }

  .lg\:text-blue-300\/65{
    color: rgb(147 197 253 / 0.65);
  }

  .lg\:text-blue-300\/70{
    color: rgb(147 197 253 / 0.7);
  }

  .lg\:text-blue-300\/75{
    color: rgb(147 197 253 / 0.75);
  }

  .lg\:text-blue-300\/80{
    color: rgb(147 197 253 / 0.8);
  }

  .lg\:text-blue-300\/85{
    color: rgb(147 197 253 / 0.85);
  }

  .lg\:text-blue-300\/90{
    color: rgb(147 197 253 / 0.9);
  }

  .lg\:text-blue-300\/95{
    color: rgb(147 197 253 / 0.95);
  }

  .lg\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-400\/0{
    color: rgb(96 165 250 / 0);
  }

  .lg\:text-blue-400\/10{
    color: rgb(96 165 250 / 0.1);
  }

  .lg\:text-blue-400\/100{
    color: rgb(96 165 250 / 1);
  }

  .lg\:text-blue-400\/15{
    color: rgb(96 165 250 / 0.15);
  }

  .lg\:text-blue-400\/20{
    color: rgb(96 165 250 / 0.2);
  }

  .lg\:text-blue-400\/25{
    color: rgb(96 165 250 / 0.25);
  }

  .lg\:text-blue-400\/30{
    color: rgb(96 165 250 / 0.3);
  }

  .lg\:text-blue-400\/35{
    color: rgb(96 165 250 / 0.35);
  }

  .lg\:text-blue-400\/40{
    color: rgb(96 165 250 / 0.4);
  }

  .lg\:text-blue-400\/45{
    color: rgb(96 165 250 / 0.45);
  }

  .lg\:text-blue-400\/5{
    color: rgb(96 165 250 / 0.05);
  }

  .lg\:text-blue-400\/50{
    color: rgb(96 165 250 / 0.5);
  }

  .lg\:text-blue-400\/55{
    color: rgb(96 165 250 / 0.55);
  }

  .lg\:text-blue-400\/60{
    color: rgb(96 165 250 / 0.6);
  }

  .lg\:text-blue-400\/65{
    color: rgb(96 165 250 / 0.65);
  }

  .lg\:text-blue-400\/70{
    color: rgb(96 165 250 / 0.7);
  }

  .lg\:text-blue-400\/75{
    color: rgb(96 165 250 / 0.75);
  }

  .lg\:text-blue-400\/80{
    color: rgb(96 165 250 / 0.8);
  }

  .lg\:text-blue-400\/85{
    color: rgb(96 165 250 / 0.85);
  }

  .lg\:text-blue-400\/90{
    color: rgb(96 165 250 / 0.9);
  }

  .lg\:text-blue-400\/95{
    color: rgb(96 165 250 / 0.95);
  }

  .lg\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-50\/0{
    color: rgb(239 246 255 / 0);
  }

  .lg\:text-blue-50\/10{
    color: rgb(239 246 255 / 0.1);
  }

  .lg\:text-blue-50\/100{
    color: rgb(239 246 255 / 1);
  }

  .lg\:text-blue-50\/15{
    color: rgb(239 246 255 / 0.15);
  }

  .lg\:text-blue-50\/20{
    color: rgb(239 246 255 / 0.2);
  }

  .lg\:text-blue-50\/25{
    color: rgb(239 246 255 / 0.25);
  }

  .lg\:text-blue-50\/30{
    color: rgb(239 246 255 / 0.3);
  }

  .lg\:text-blue-50\/35{
    color: rgb(239 246 255 / 0.35);
  }

  .lg\:text-blue-50\/40{
    color: rgb(239 246 255 / 0.4);
  }

  .lg\:text-blue-50\/45{
    color: rgb(239 246 255 / 0.45);
  }

  .lg\:text-blue-50\/5{
    color: rgb(239 246 255 / 0.05);
  }

  .lg\:text-blue-50\/50{
    color: rgb(239 246 255 / 0.5);
  }

  .lg\:text-blue-50\/55{
    color: rgb(239 246 255 / 0.55);
  }

  .lg\:text-blue-50\/60{
    color: rgb(239 246 255 / 0.6);
  }

  .lg\:text-blue-50\/65{
    color: rgb(239 246 255 / 0.65);
  }

  .lg\:text-blue-50\/70{
    color: rgb(239 246 255 / 0.7);
  }

  .lg\:text-blue-50\/75{
    color: rgb(239 246 255 / 0.75);
  }

  .lg\:text-blue-50\/80{
    color: rgb(239 246 255 / 0.8);
  }

  .lg\:text-blue-50\/85{
    color: rgb(239 246 255 / 0.85);
  }

  .lg\:text-blue-50\/90{
    color: rgb(239 246 255 / 0.9);
  }

  .lg\:text-blue-50\/95{
    color: rgb(239 246 255 / 0.95);
  }

  .lg\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-500\/0{
    color: rgb(59 130 246 / 0);
  }

  .lg\:text-blue-500\/10{
    color: rgb(59 130 246 / 0.1);
  }

  .lg\:text-blue-500\/100{
    color: rgb(59 130 246 / 1);
  }

  .lg\:text-blue-500\/15{
    color: rgb(59 130 246 / 0.15);
  }

  .lg\:text-blue-500\/20{
    color: rgb(59 130 246 / 0.2);
  }

  .lg\:text-blue-500\/25{
    color: rgb(59 130 246 / 0.25);
  }

  .lg\:text-blue-500\/30{
    color: rgb(59 130 246 / 0.3);
  }

  .lg\:text-blue-500\/35{
    color: rgb(59 130 246 / 0.35);
  }

  .lg\:text-blue-500\/40{
    color: rgb(59 130 246 / 0.4);
  }

  .lg\:text-blue-500\/45{
    color: rgb(59 130 246 / 0.45);
  }

  .lg\:text-blue-500\/5{
    color: rgb(59 130 246 / 0.05);
  }

  .lg\:text-blue-500\/50{
    color: rgb(59 130 246 / 0.5);
  }

  .lg\:text-blue-500\/55{
    color: rgb(59 130 246 / 0.55);
  }

  .lg\:text-blue-500\/60{
    color: rgb(59 130 246 / 0.6);
  }

  .lg\:text-blue-500\/65{
    color: rgb(59 130 246 / 0.65);
  }

  .lg\:text-blue-500\/70{
    color: rgb(59 130 246 / 0.7);
  }

  .lg\:text-blue-500\/75{
    color: rgb(59 130 246 / 0.75);
  }

  .lg\:text-blue-500\/80{
    color: rgb(59 130 246 / 0.8);
  }

  .lg\:text-blue-500\/85{
    color: rgb(59 130 246 / 0.85);
  }

  .lg\:text-blue-500\/90{
    color: rgb(59 130 246 / 0.9);
  }

  .lg\:text-blue-500\/95{
    color: rgb(59 130 246 / 0.95);
  }

  .lg\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-600\/0{
    color: rgb(37 99 235 / 0);
  }

  .lg\:text-blue-600\/10{
    color: rgb(37 99 235 / 0.1);
  }

  .lg\:text-blue-600\/100{
    color: rgb(37 99 235 / 1);
  }

  .lg\:text-blue-600\/15{
    color: rgb(37 99 235 / 0.15);
  }

  .lg\:text-blue-600\/20{
    color: rgb(37 99 235 / 0.2);
  }

  .lg\:text-blue-600\/25{
    color: rgb(37 99 235 / 0.25);
  }

  .lg\:text-blue-600\/30{
    color: rgb(37 99 235 / 0.3);
  }

  .lg\:text-blue-600\/35{
    color: rgb(37 99 235 / 0.35);
  }

  .lg\:text-blue-600\/40{
    color: rgb(37 99 235 / 0.4);
  }

  .lg\:text-blue-600\/45{
    color: rgb(37 99 235 / 0.45);
  }

  .lg\:text-blue-600\/5{
    color: rgb(37 99 235 / 0.05);
  }

  .lg\:text-blue-600\/50{
    color: rgb(37 99 235 / 0.5);
  }

  .lg\:text-blue-600\/55{
    color: rgb(37 99 235 / 0.55);
  }

  .lg\:text-blue-600\/60{
    color: rgb(37 99 235 / 0.6);
  }

  .lg\:text-blue-600\/65{
    color: rgb(37 99 235 / 0.65);
  }

  .lg\:text-blue-600\/70{
    color: rgb(37 99 235 / 0.7);
  }

  .lg\:text-blue-600\/75{
    color: rgb(37 99 235 / 0.75);
  }

  .lg\:text-blue-600\/80{
    color: rgb(37 99 235 / 0.8);
  }

  .lg\:text-blue-600\/85{
    color: rgb(37 99 235 / 0.85);
  }

  .lg\:text-blue-600\/90{
    color: rgb(37 99 235 / 0.9);
  }

  .lg\:text-blue-600\/95{
    color: rgb(37 99 235 / 0.95);
  }

  .lg\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-700\/0{
    color: rgb(29 78 216 / 0);
  }

  .lg\:text-blue-700\/10{
    color: rgb(29 78 216 / 0.1);
  }

  .lg\:text-blue-700\/100{
    color: rgb(29 78 216 / 1);
  }

  .lg\:text-blue-700\/15{
    color: rgb(29 78 216 / 0.15);
  }

  .lg\:text-blue-700\/20{
    color: rgb(29 78 216 / 0.2);
  }

  .lg\:text-blue-700\/25{
    color: rgb(29 78 216 / 0.25);
  }

  .lg\:text-blue-700\/30{
    color: rgb(29 78 216 / 0.3);
  }

  .lg\:text-blue-700\/35{
    color: rgb(29 78 216 / 0.35);
  }

  .lg\:text-blue-700\/40{
    color: rgb(29 78 216 / 0.4);
  }

  .lg\:text-blue-700\/45{
    color: rgb(29 78 216 / 0.45);
  }

  .lg\:text-blue-700\/5{
    color: rgb(29 78 216 / 0.05);
  }

  .lg\:text-blue-700\/50{
    color: rgb(29 78 216 / 0.5);
  }

  .lg\:text-blue-700\/55{
    color: rgb(29 78 216 / 0.55);
  }

  .lg\:text-blue-700\/60{
    color: rgb(29 78 216 / 0.6);
  }

  .lg\:text-blue-700\/65{
    color: rgb(29 78 216 / 0.65);
  }

  .lg\:text-blue-700\/70{
    color: rgb(29 78 216 / 0.7);
  }

  .lg\:text-blue-700\/75{
    color: rgb(29 78 216 / 0.75);
  }

  .lg\:text-blue-700\/80{
    color: rgb(29 78 216 / 0.8);
  }

  .lg\:text-blue-700\/85{
    color: rgb(29 78 216 / 0.85);
  }

  .lg\:text-blue-700\/90{
    color: rgb(29 78 216 / 0.9);
  }

  .lg\:text-blue-700\/95{
    color: rgb(29 78 216 / 0.95);
  }

  .lg\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-800\/0{
    color: rgb(30 64 175 / 0);
  }

  .lg\:text-blue-800\/10{
    color: rgb(30 64 175 / 0.1);
  }

  .lg\:text-blue-800\/100{
    color: rgb(30 64 175 / 1);
  }

  .lg\:text-blue-800\/15{
    color: rgb(30 64 175 / 0.15);
  }

  .lg\:text-blue-800\/20{
    color: rgb(30 64 175 / 0.2);
  }

  .lg\:text-blue-800\/25{
    color: rgb(30 64 175 / 0.25);
  }

  .lg\:text-blue-800\/30{
    color: rgb(30 64 175 / 0.3);
  }

  .lg\:text-blue-800\/35{
    color: rgb(30 64 175 / 0.35);
  }

  .lg\:text-blue-800\/40{
    color: rgb(30 64 175 / 0.4);
  }

  .lg\:text-blue-800\/45{
    color: rgb(30 64 175 / 0.45);
  }

  .lg\:text-blue-800\/5{
    color: rgb(30 64 175 / 0.05);
  }

  .lg\:text-blue-800\/50{
    color: rgb(30 64 175 / 0.5);
  }

  .lg\:text-blue-800\/55{
    color: rgb(30 64 175 / 0.55);
  }

  .lg\:text-blue-800\/60{
    color: rgb(30 64 175 / 0.6);
  }

  .lg\:text-blue-800\/65{
    color: rgb(30 64 175 / 0.65);
  }

  .lg\:text-blue-800\/70{
    color: rgb(30 64 175 / 0.7);
  }

  .lg\:text-blue-800\/75{
    color: rgb(30 64 175 / 0.75);
  }

  .lg\:text-blue-800\/80{
    color: rgb(30 64 175 / 0.8);
  }

  .lg\:text-blue-800\/85{
    color: rgb(30 64 175 / 0.85);
  }

  .lg\:text-blue-800\/90{
    color: rgb(30 64 175 / 0.9);
  }

  .lg\:text-blue-800\/95{
    color: rgb(30 64 175 / 0.95);
  }

  .lg\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-900\/0{
    color: rgb(30 58 138 / 0);
  }

  .lg\:text-blue-900\/10{
    color: rgb(30 58 138 / 0.1);
  }

  .lg\:text-blue-900\/100{
    color: rgb(30 58 138 / 1);
  }

  .lg\:text-blue-900\/15{
    color: rgb(30 58 138 / 0.15);
  }

  .lg\:text-blue-900\/20{
    color: rgb(30 58 138 / 0.2);
  }

  .lg\:text-blue-900\/25{
    color: rgb(30 58 138 / 0.25);
  }

  .lg\:text-blue-900\/30{
    color: rgb(30 58 138 / 0.3);
  }

  .lg\:text-blue-900\/35{
    color: rgb(30 58 138 / 0.35);
  }

  .lg\:text-blue-900\/40{
    color: rgb(30 58 138 / 0.4);
  }

  .lg\:text-blue-900\/45{
    color: rgb(30 58 138 / 0.45);
  }

  .lg\:text-blue-900\/5{
    color: rgb(30 58 138 / 0.05);
  }

  .lg\:text-blue-900\/50{
    color: rgb(30 58 138 / 0.5);
  }

  .lg\:text-blue-900\/55{
    color: rgb(30 58 138 / 0.55);
  }

  .lg\:text-blue-900\/60{
    color: rgb(30 58 138 / 0.6);
  }

  .lg\:text-blue-900\/65{
    color: rgb(30 58 138 / 0.65);
  }

  .lg\:text-blue-900\/70{
    color: rgb(30 58 138 / 0.7);
  }

  .lg\:text-blue-900\/75{
    color: rgb(30 58 138 / 0.75);
  }

  .lg\:text-blue-900\/80{
    color: rgb(30 58 138 / 0.8);
  }

  .lg\:text-blue-900\/85{
    color: rgb(30 58 138 / 0.85);
  }

  .lg\:text-blue-900\/90{
    color: rgb(30 58 138 / 0.9);
  }

  .lg\:text-blue-900\/95{
    color: rgb(30 58 138 / 0.95);
  }

  .lg\:text-blue-950{
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1));
  }

  .lg\:text-blue-950\/0{
    color: rgb(23 37 84 / 0);
  }

  .lg\:text-blue-950\/10{
    color: rgb(23 37 84 / 0.1);
  }

  .lg\:text-blue-950\/100{
    color: rgb(23 37 84 / 1);
  }

  .lg\:text-blue-950\/15{
    color: rgb(23 37 84 / 0.15);
  }

  .lg\:text-blue-950\/20{
    color: rgb(23 37 84 / 0.2);
  }

  .lg\:text-blue-950\/25{
    color: rgb(23 37 84 / 0.25);
  }

  .lg\:text-blue-950\/30{
    color: rgb(23 37 84 / 0.3);
  }

  .lg\:text-blue-950\/35{
    color: rgb(23 37 84 / 0.35);
  }

  .lg\:text-blue-950\/40{
    color: rgb(23 37 84 / 0.4);
  }

  .lg\:text-blue-950\/45{
    color: rgb(23 37 84 / 0.45);
  }

  .lg\:text-blue-950\/5{
    color: rgb(23 37 84 / 0.05);
  }

  .lg\:text-blue-950\/50{
    color: rgb(23 37 84 / 0.5);
  }

  .lg\:text-blue-950\/55{
    color: rgb(23 37 84 / 0.55);
  }

  .lg\:text-blue-950\/60{
    color: rgb(23 37 84 / 0.6);
  }

  .lg\:text-blue-950\/65{
    color: rgb(23 37 84 / 0.65);
  }

  .lg\:text-blue-950\/70{
    color: rgb(23 37 84 / 0.7);
  }

  .lg\:text-blue-950\/75{
    color: rgb(23 37 84 / 0.75);
  }

  .lg\:text-blue-950\/80{
    color: rgb(23 37 84 / 0.8);
  }

  .lg\:text-blue-950\/85{
    color: rgb(23 37 84 / 0.85);
  }

  .lg\:text-blue-950\/90{
    color: rgb(23 37 84 / 0.9);
  }

  .lg\:text-blue-950\/95{
    color: rgb(23 37 84 / 0.95);
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-cyan-100{
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-100\/0{
    color: rgb(207 250 254 / 0);
  }

  .lg\:text-cyan-100\/10{
    color: rgb(207 250 254 / 0.1);
  }

  .lg\:text-cyan-100\/100{
    color: rgb(207 250 254 / 1);
  }

  .lg\:text-cyan-100\/15{
    color: rgb(207 250 254 / 0.15);
  }

  .lg\:text-cyan-100\/20{
    color: rgb(207 250 254 / 0.2);
  }

  .lg\:text-cyan-100\/25{
    color: rgb(207 250 254 / 0.25);
  }

  .lg\:text-cyan-100\/30{
    color: rgb(207 250 254 / 0.3);
  }

  .lg\:text-cyan-100\/35{
    color: rgb(207 250 254 / 0.35);
  }

  .lg\:text-cyan-100\/40{
    color: rgb(207 250 254 / 0.4);
  }

  .lg\:text-cyan-100\/45{
    color: rgb(207 250 254 / 0.45);
  }

  .lg\:text-cyan-100\/5{
    color: rgb(207 250 254 / 0.05);
  }

  .lg\:text-cyan-100\/50{
    color: rgb(207 250 254 / 0.5);
  }

  .lg\:text-cyan-100\/55{
    color: rgb(207 250 254 / 0.55);
  }

  .lg\:text-cyan-100\/60{
    color: rgb(207 250 254 / 0.6);
  }

  .lg\:text-cyan-100\/65{
    color: rgb(207 250 254 / 0.65);
  }

  .lg\:text-cyan-100\/70{
    color: rgb(207 250 254 / 0.7);
  }

  .lg\:text-cyan-100\/75{
    color: rgb(207 250 254 / 0.75);
  }

  .lg\:text-cyan-100\/80{
    color: rgb(207 250 254 / 0.8);
  }

  .lg\:text-cyan-100\/85{
    color: rgb(207 250 254 / 0.85);
  }

  .lg\:text-cyan-100\/90{
    color: rgb(207 250 254 / 0.9);
  }

  .lg\:text-cyan-100\/95{
    color: rgb(207 250 254 / 0.95);
  }

  .lg\:text-cyan-200{
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-200\/0{
    color: rgb(165 243 252 / 0);
  }

  .lg\:text-cyan-200\/10{
    color: rgb(165 243 252 / 0.1);
  }

  .lg\:text-cyan-200\/100{
    color: rgb(165 243 252 / 1);
  }

  .lg\:text-cyan-200\/15{
    color: rgb(165 243 252 / 0.15);
  }

  .lg\:text-cyan-200\/20{
    color: rgb(165 243 252 / 0.2);
  }

  .lg\:text-cyan-200\/25{
    color: rgb(165 243 252 / 0.25);
  }

  .lg\:text-cyan-200\/30{
    color: rgb(165 243 252 / 0.3);
  }

  .lg\:text-cyan-200\/35{
    color: rgb(165 243 252 / 0.35);
  }

  .lg\:text-cyan-200\/40{
    color: rgb(165 243 252 / 0.4);
  }

  .lg\:text-cyan-200\/45{
    color: rgb(165 243 252 / 0.45);
  }

  .lg\:text-cyan-200\/5{
    color: rgb(165 243 252 / 0.05);
  }

  .lg\:text-cyan-200\/50{
    color: rgb(165 243 252 / 0.5);
  }

  .lg\:text-cyan-200\/55{
    color: rgb(165 243 252 / 0.55);
  }

  .lg\:text-cyan-200\/60{
    color: rgb(165 243 252 / 0.6);
  }

  .lg\:text-cyan-200\/65{
    color: rgb(165 243 252 / 0.65);
  }

  .lg\:text-cyan-200\/70{
    color: rgb(165 243 252 / 0.7);
  }

  .lg\:text-cyan-200\/75{
    color: rgb(165 243 252 / 0.75);
  }

  .lg\:text-cyan-200\/80{
    color: rgb(165 243 252 / 0.8);
  }

  .lg\:text-cyan-200\/85{
    color: rgb(165 243 252 / 0.85);
  }

  .lg\:text-cyan-200\/90{
    color: rgb(165 243 252 / 0.9);
  }

  .lg\:text-cyan-200\/95{
    color: rgb(165 243 252 / 0.95);
  }

  .lg\:text-cyan-300{
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-300\/0{
    color: rgb(103 232 249 / 0);
  }

  .lg\:text-cyan-300\/10{
    color: rgb(103 232 249 / 0.1);
  }

  .lg\:text-cyan-300\/100{
    color: rgb(103 232 249 / 1);
  }

  .lg\:text-cyan-300\/15{
    color: rgb(103 232 249 / 0.15);
  }

  .lg\:text-cyan-300\/20{
    color: rgb(103 232 249 / 0.2);
  }

  .lg\:text-cyan-300\/25{
    color: rgb(103 232 249 / 0.25);
  }

  .lg\:text-cyan-300\/30{
    color: rgb(103 232 249 / 0.3);
  }

  .lg\:text-cyan-300\/35{
    color: rgb(103 232 249 / 0.35);
  }

  .lg\:text-cyan-300\/40{
    color: rgb(103 232 249 / 0.4);
  }

  .lg\:text-cyan-300\/45{
    color: rgb(103 232 249 / 0.45);
  }

  .lg\:text-cyan-300\/5{
    color: rgb(103 232 249 / 0.05);
  }

  .lg\:text-cyan-300\/50{
    color: rgb(103 232 249 / 0.5);
  }

  .lg\:text-cyan-300\/55{
    color: rgb(103 232 249 / 0.55);
  }

  .lg\:text-cyan-300\/60{
    color: rgb(103 232 249 / 0.6);
  }

  .lg\:text-cyan-300\/65{
    color: rgb(103 232 249 / 0.65);
  }

  .lg\:text-cyan-300\/70{
    color: rgb(103 232 249 / 0.7);
  }

  .lg\:text-cyan-300\/75{
    color: rgb(103 232 249 / 0.75);
  }

  .lg\:text-cyan-300\/80{
    color: rgb(103 232 249 / 0.8);
  }

  .lg\:text-cyan-300\/85{
    color: rgb(103 232 249 / 0.85);
  }

  .lg\:text-cyan-300\/90{
    color: rgb(103 232 249 / 0.9);
  }

  .lg\:text-cyan-300\/95{
    color: rgb(103 232 249 / 0.95);
  }

  .lg\:text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-400\/0{
    color: rgb(34 211 238 / 0);
  }

  .lg\:text-cyan-400\/10{
    color: rgb(34 211 238 / 0.1);
  }

  .lg\:text-cyan-400\/100{
    color: rgb(34 211 238 / 1);
  }

  .lg\:text-cyan-400\/15{
    color: rgb(34 211 238 / 0.15);
  }

  .lg\:text-cyan-400\/20{
    color: rgb(34 211 238 / 0.2);
  }

  .lg\:text-cyan-400\/25{
    color: rgb(34 211 238 / 0.25);
  }

  .lg\:text-cyan-400\/30{
    color: rgb(34 211 238 / 0.3);
  }

  .lg\:text-cyan-400\/35{
    color: rgb(34 211 238 / 0.35);
  }

  .lg\:text-cyan-400\/40{
    color: rgb(34 211 238 / 0.4);
  }

  .lg\:text-cyan-400\/45{
    color: rgb(34 211 238 / 0.45);
  }

  .lg\:text-cyan-400\/5{
    color: rgb(34 211 238 / 0.05);
  }

  .lg\:text-cyan-400\/50{
    color: rgb(34 211 238 / 0.5);
  }

  .lg\:text-cyan-400\/55{
    color: rgb(34 211 238 / 0.55);
  }

  .lg\:text-cyan-400\/60{
    color: rgb(34 211 238 / 0.6);
  }

  .lg\:text-cyan-400\/65{
    color: rgb(34 211 238 / 0.65);
  }

  .lg\:text-cyan-400\/70{
    color: rgb(34 211 238 / 0.7);
  }

  .lg\:text-cyan-400\/75{
    color: rgb(34 211 238 / 0.75);
  }

  .lg\:text-cyan-400\/80{
    color: rgb(34 211 238 / 0.8);
  }

  .lg\:text-cyan-400\/85{
    color: rgb(34 211 238 / 0.85);
  }

  .lg\:text-cyan-400\/90{
    color: rgb(34 211 238 / 0.9);
  }

  .lg\:text-cyan-400\/95{
    color: rgb(34 211 238 / 0.95);
  }

  .lg\:text-cyan-50{
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-50\/0{
    color: rgb(236 254 255 / 0);
  }

  .lg\:text-cyan-50\/10{
    color: rgb(236 254 255 / 0.1);
  }

  .lg\:text-cyan-50\/100{
    color: rgb(236 254 255 / 1);
  }

  .lg\:text-cyan-50\/15{
    color: rgb(236 254 255 / 0.15);
  }

  .lg\:text-cyan-50\/20{
    color: rgb(236 254 255 / 0.2);
  }

  .lg\:text-cyan-50\/25{
    color: rgb(236 254 255 / 0.25);
  }

  .lg\:text-cyan-50\/30{
    color: rgb(236 254 255 / 0.3);
  }

  .lg\:text-cyan-50\/35{
    color: rgb(236 254 255 / 0.35);
  }

  .lg\:text-cyan-50\/40{
    color: rgb(236 254 255 / 0.4);
  }

  .lg\:text-cyan-50\/45{
    color: rgb(236 254 255 / 0.45);
  }

  .lg\:text-cyan-50\/5{
    color: rgb(236 254 255 / 0.05);
  }

  .lg\:text-cyan-50\/50{
    color: rgb(236 254 255 / 0.5);
  }

  .lg\:text-cyan-50\/55{
    color: rgb(236 254 255 / 0.55);
  }

  .lg\:text-cyan-50\/60{
    color: rgb(236 254 255 / 0.6);
  }

  .lg\:text-cyan-50\/65{
    color: rgb(236 254 255 / 0.65);
  }

  .lg\:text-cyan-50\/70{
    color: rgb(236 254 255 / 0.7);
  }

  .lg\:text-cyan-50\/75{
    color: rgb(236 254 255 / 0.75);
  }

  .lg\:text-cyan-50\/80{
    color: rgb(236 254 255 / 0.8);
  }

  .lg\:text-cyan-50\/85{
    color: rgb(236 254 255 / 0.85);
  }

  .lg\:text-cyan-50\/90{
    color: rgb(236 254 255 / 0.9);
  }

  .lg\:text-cyan-50\/95{
    color: rgb(236 254 255 / 0.95);
  }

  .lg\:text-cyan-500{
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-500\/0{
    color: rgb(6 182 212 / 0);
  }

  .lg\:text-cyan-500\/10{
    color: rgb(6 182 212 / 0.1);
  }

  .lg\:text-cyan-500\/100{
    color: rgb(6 182 212 / 1);
  }

  .lg\:text-cyan-500\/15{
    color: rgb(6 182 212 / 0.15);
  }

  .lg\:text-cyan-500\/20{
    color: rgb(6 182 212 / 0.2);
  }

  .lg\:text-cyan-500\/25{
    color: rgb(6 182 212 / 0.25);
  }

  .lg\:text-cyan-500\/30{
    color: rgb(6 182 212 / 0.3);
  }

  .lg\:text-cyan-500\/35{
    color: rgb(6 182 212 / 0.35);
  }

  .lg\:text-cyan-500\/40{
    color: rgb(6 182 212 / 0.4);
  }

  .lg\:text-cyan-500\/45{
    color: rgb(6 182 212 / 0.45);
  }

  .lg\:text-cyan-500\/5{
    color: rgb(6 182 212 / 0.05);
  }

  .lg\:text-cyan-500\/50{
    color: rgb(6 182 212 / 0.5);
  }

  .lg\:text-cyan-500\/55{
    color: rgb(6 182 212 / 0.55);
  }

  .lg\:text-cyan-500\/60{
    color: rgb(6 182 212 / 0.6);
  }

  .lg\:text-cyan-500\/65{
    color: rgb(6 182 212 / 0.65);
  }

  .lg\:text-cyan-500\/70{
    color: rgb(6 182 212 / 0.7);
  }

  .lg\:text-cyan-500\/75{
    color: rgb(6 182 212 / 0.75);
  }

  .lg\:text-cyan-500\/80{
    color: rgb(6 182 212 / 0.8);
  }

  .lg\:text-cyan-500\/85{
    color: rgb(6 182 212 / 0.85);
  }

  .lg\:text-cyan-500\/90{
    color: rgb(6 182 212 / 0.9);
  }

  .lg\:text-cyan-500\/95{
    color: rgb(6 182 212 / 0.95);
  }

  .lg\:text-cyan-600{
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-600\/0{
    color: rgb(8 145 178 / 0);
  }

  .lg\:text-cyan-600\/10{
    color: rgb(8 145 178 / 0.1);
  }

  .lg\:text-cyan-600\/100{
    color: rgb(8 145 178 / 1);
  }

  .lg\:text-cyan-600\/15{
    color: rgb(8 145 178 / 0.15);
  }

  .lg\:text-cyan-600\/20{
    color: rgb(8 145 178 / 0.2);
  }

  .lg\:text-cyan-600\/25{
    color: rgb(8 145 178 / 0.25);
  }

  .lg\:text-cyan-600\/30{
    color: rgb(8 145 178 / 0.3);
  }

  .lg\:text-cyan-600\/35{
    color: rgb(8 145 178 / 0.35);
  }

  .lg\:text-cyan-600\/40{
    color: rgb(8 145 178 / 0.4);
  }

  .lg\:text-cyan-600\/45{
    color: rgb(8 145 178 / 0.45);
  }

  .lg\:text-cyan-600\/5{
    color: rgb(8 145 178 / 0.05);
  }

  .lg\:text-cyan-600\/50{
    color: rgb(8 145 178 / 0.5);
  }

  .lg\:text-cyan-600\/55{
    color: rgb(8 145 178 / 0.55);
  }

  .lg\:text-cyan-600\/60{
    color: rgb(8 145 178 / 0.6);
  }

  .lg\:text-cyan-600\/65{
    color: rgb(8 145 178 / 0.65);
  }

  .lg\:text-cyan-600\/70{
    color: rgb(8 145 178 / 0.7);
  }

  .lg\:text-cyan-600\/75{
    color: rgb(8 145 178 / 0.75);
  }

  .lg\:text-cyan-600\/80{
    color: rgb(8 145 178 / 0.8);
  }

  .lg\:text-cyan-600\/85{
    color: rgb(8 145 178 / 0.85);
  }

  .lg\:text-cyan-600\/90{
    color: rgb(8 145 178 / 0.9);
  }

  .lg\:text-cyan-600\/95{
    color: rgb(8 145 178 / 0.95);
  }

  .lg\:text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-700\/0{
    color: rgb(14 116 144 / 0);
  }

  .lg\:text-cyan-700\/10{
    color: rgb(14 116 144 / 0.1);
  }

  .lg\:text-cyan-700\/100{
    color: rgb(14 116 144 / 1);
  }

  .lg\:text-cyan-700\/15{
    color: rgb(14 116 144 / 0.15);
  }

  .lg\:text-cyan-700\/20{
    color: rgb(14 116 144 / 0.2);
  }

  .lg\:text-cyan-700\/25{
    color: rgb(14 116 144 / 0.25);
  }

  .lg\:text-cyan-700\/30{
    color: rgb(14 116 144 / 0.3);
  }

  .lg\:text-cyan-700\/35{
    color: rgb(14 116 144 / 0.35);
  }

  .lg\:text-cyan-700\/40{
    color: rgb(14 116 144 / 0.4);
  }

  .lg\:text-cyan-700\/45{
    color: rgb(14 116 144 / 0.45);
  }

  .lg\:text-cyan-700\/5{
    color: rgb(14 116 144 / 0.05);
  }

  .lg\:text-cyan-700\/50{
    color: rgb(14 116 144 / 0.5);
  }

  .lg\:text-cyan-700\/55{
    color: rgb(14 116 144 / 0.55);
  }

  .lg\:text-cyan-700\/60{
    color: rgb(14 116 144 / 0.6);
  }

  .lg\:text-cyan-700\/65{
    color: rgb(14 116 144 / 0.65);
  }

  .lg\:text-cyan-700\/70{
    color: rgb(14 116 144 / 0.7);
  }

  .lg\:text-cyan-700\/75{
    color: rgb(14 116 144 / 0.75);
  }

  .lg\:text-cyan-700\/80{
    color: rgb(14 116 144 / 0.8);
  }

  .lg\:text-cyan-700\/85{
    color: rgb(14 116 144 / 0.85);
  }

  .lg\:text-cyan-700\/90{
    color: rgb(14 116 144 / 0.9);
  }

  .lg\:text-cyan-700\/95{
    color: rgb(14 116 144 / 0.95);
  }

  .lg\:text-cyan-800{
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-800\/0{
    color: rgb(21 94 117 / 0);
  }

  .lg\:text-cyan-800\/10{
    color: rgb(21 94 117 / 0.1);
  }

  .lg\:text-cyan-800\/100{
    color: rgb(21 94 117 / 1);
  }

  .lg\:text-cyan-800\/15{
    color: rgb(21 94 117 / 0.15);
  }

  .lg\:text-cyan-800\/20{
    color: rgb(21 94 117 / 0.2);
  }

  .lg\:text-cyan-800\/25{
    color: rgb(21 94 117 / 0.25);
  }

  .lg\:text-cyan-800\/30{
    color: rgb(21 94 117 / 0.3);
  }

  .lg\:text-cyan-800\/35{
    color: rgb(21 94 117 / 0.35);
  }

  .lg\:text-cyan-800\/40{
    color: rgb(21 94 117 / 0.4);
  }

  .lg\:text-cyan-800\/45{
    color: rgb(21 94 117 / 0.45);
  }

  .lg\:text-cyan-800\/5{
    color: rgb(21 94 117 / 0.05);
  }

  .lg\:text-cyan-800\/50{
    color: rgb(21 94 117 / 0.5);
  }

  .lg\:text-cyan-800\/55{
    color: rgb(21 94 117 / 0.55);
  }

  .lg\:text-cyan-800\/60{
    color: rgb(21 94 117 / 0.6);
  }

  .lg\:text-cyan-800\/65{
    color: rgb(21 94 117 / 0.65);
  }

  .lg\:text-cyan-800\/70{
    color: rgb(21 94 117 / 0.7);
  }

  .lg\:text-cyan-800\/75{
    color: rgb(21 94 117 / 0.75);
  }

  .lg\:text-cyan-800\/80{
    color: rgb(21 94 117 / 0.8);
  }

  .lg\:text-cyan-800\/85{
    color: rgb(21 94 117 / 0.85);
  }

  .lg\:text-cyan-800\/90{
    color: rgb(21 94 117 / 0.9);
  }

  .lg\:text-cyan-800\/95{
    color: rgb(21 94 117 / 0.95);
  }

  .lg\:text-cyan-900{
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-900\/0{
    color: rgb(22 78 99 / 0);
  }

  .lg\:text-cyan-900\/10{
    color: rgb(22 78 99 / 0.1);
  }

  .lg\:text-cyan-900\/100{
    color: rgb(22 78 99 / 1);
  }

  .lg\:text-cyan-900\/15{
    color: rgb(22 78 99 / 0.15);
  }

  .lg\:text-cyan-900\/20{
    color: rgb(22 78 99 / 0.2);
  }

  .lg\:text-cyan-900\/25{
    color: rgb(22 78 99 / 0.25);
  }

  .lg\:text-cyan-900\/30{
    color: rgb(22 78 99 / 0.3);
  }

  .lg\:text-cyan-900\/35{
    color: rgb(22 78 99 / 0.35);
  }

  .lg\:text-cyan-900\/40{
    color: rgb(22 78 99 / 0.4);
  }

  .lg\:text-cyan-900\/45{
    color: rgb(22 78 99 / 0.45);
  }

  .lg\:text-cyan-900\/5{
    color: rgb(22 78 99 / 0.05);
  }

  .lg\:text-cyan-900\/50{
    color: rgb(22 78 99 / 0.5);
  }

  .lg\:text-cyan-900\/55{
    color: rgb(22 78 99 / 0.55);
  }

  .lg\:text-cyan-900\/60{
    color: rgb(22 78 99 / 0.6);
  }

  .lg\:text-cyan-900\/65{
    color: rgb(22 78 99 / 0.65);
  }

  .lg\:text-cyan-900\/70{
    color: rgb(22 78 99 / 0.7);
  }

  .lg\:text-cyan-900\/75{
    color: rgb(22 78 99 / 0.75);
  }

  .lg\:text-cyan-900\/80{
    color: rgb(22 78 99 / 0.8);
  }

  .lg\:text-cyan-900\/85{
    color: rgb(22 78 99 / 0.85);
  }

  .lg\:text-cyan-900\/90{
    color: rgb(22 78 99 / 0.9);
  }

  .lg\:text-cyan-900\/95{
    color: rgb(22 78 99 / 0.95);
  }

  .lg\:text-cyan-950{
    --tw-text-opacity: 1;
    color: rgb(8 51 68 / var(--tw-text-opacity, 1));
  }

  .lg\:text-cyan-950\/0{
    color: rgb(8 51 68 / 0);
  }

  .lg\:text-cyan-950\/10{
    color: rgb(8 51 68 / 0.1);
  }

  .lg\:text-cyan-950\/100{
    color: rgb(8 51 68 / 1);
  }

  .lg\:text-cyan-950\/15{
    color: rgb(8 51 68 / 0.15);
  }

  .lg\:text-cyan-950\/20{
    color: rgb(8 51 68 / 0.2);
  }

  .lg\:text-cyan-950\/25{
    color: rgb(8 51 68 / 0.25);
  }

  .lg\:text-cyan-950\/30{
    color: rgb(8 51 68 / 0.3);
  }

  .lg\:text-cyan-950\/35{
    color: rgb(8 51 68 / 0.35);
  }

  .lg\:text-cyan-950\/40{
    color: rgb(8 51 68 / 0.4);
  }

  .lg\:text-cyan-950\/45{
    color: rgb(8 51 68 / 0.45);
  }

  .lg\:text-cyan-950\/5{
    color: rgb(8 51 68 / 0.05);
  }

  .lg\:text-cyan-950\/50{
    color: rgb(8 51 68 / 0.5);
  }

  .lg\:text-cyan-950\/55{
    color: rgb(8 51 68 / 0.55);
  }

  .lg\:text-cyan-950\/60{
    color: rgb(8 51 68 / 0.6);
  }

  .lg\:text-cyan-950\/65{
    color: rgb(8 51 68 / 0.65);
  }

  .lg\:text-cyan-950\/70{
    color: rgb(8 51 68 / 0.7);
  }

  .lg\:text-cyan-950\/75{
    color: rgb(8 51 68 / 0.75);
  }

  .lg\:text-cyan-950\/80{
    color: rgb(8 51 68 / 0.8);
  }

  .lg\:text-cyan-950\/85{
    color: rgb(8 51 68 / 0.85);
  }

  .lg\:text-cyan-950\/90{
    color: rgb(8 51 68 / 0.9);
  }

  .lg\:text-cyan-950\/95{
    color: rgb(8 51 68 / 0.95);
  }

  .lg\:text-darkGreen{
    --tw-text-opacity: 1;
    color: rgb(113 229 201 / var(--tw-text-opacity, 1));
  }

  .lg\:text-darkGreen\/0{
    color: rgb(113 229 201 / 0);
  }

  .lg\:text-darkGreen\/10{
    color: rgb(113 229 201 / 0.1);
  }

  .lg\:text-darkGreen\/100{
    color: rgb(113 229 201 / 1);
  }

  .lg\:text-darkGreen\/15{
    color: rgb(113 229 201 / 0.15);
  }

  .lg\:text-darkGreen\/20{
    color: rgb(113 229 201 / 0.2);
  }

  .lg\:text-darkGreen\/25{
    color: rgb(113 229 201 / 0.25);
  }

  .lg\:text-darkGreen\/30{
    color: rgb(113 229 201 / 0.3);
  }

  .lg\:text-darkGreen\/35{
    color: rgb(113 229 201 / 0.35);
  }

  .lg\:text-darkGreen\/40{
    color: rgb(113 229 201 / 0.4);
  }

  .lg\:text-darkGreen\/45{
    color: rgb(113 229 201 / 0.45);
  }

  .lg\:text-darkGreen\/5{
    color: rgb(113 229 201 / 0.05);
  }

  .lg\:text-darkGreen\/50{
    color: rgb(113 229 201 / 0.5);
  }

  .lg\:text-darkGreen\/55{
    color: rgb(113 229 201 / 0.55);
  }

  .lg\:text-darkGreen\/60{
    color: rgb(113 229 201 / 0.6);
  }

  .lg\:text-darkGreen\/65{
    color: rgb(113 229 201 / 0.65);
  }

  .lg\:text-darkGreen\/70{
    color: rgb(113 229 201 / 0.7);
  }

  .lg\:text-darkGreen\/75{
    color: rgb(113 229 201 / 0.75);
  }

  .lg\:text-darkGreen\/80{
    color: rgb(113 229 201 / 0.8);
  }

  .lg\:text-darkGreen\/85{
    color: rgb(113 229 201 / 0.85);
  }

  .lg\:text-darkGreen\/90{
    color: rgb(113 229 201 / 0.9);
  }

  .lg\:text-darkGreen\/95{
    color: rgb(113 229 201 / 0.95);
  }

  .lg\:text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-100\/0{
    color: rgb(209 250 229 / 0);
  }

  .lg\:text-emerald-100\/10{
    color: rgb(209 250 229 / 0.1);
  }

  .lg\:text-emerald-100\/100{
    color: rgb(209 250 229 / 1);
  }

  .lg\:text-emerald-100\/15{
    color: rgb(209 250 229 / 0.15);
  }

  .lg\:text-emerald-100\/20{
    color: rgb(209 250 229 / 0.2);
  }

  .lg\:text-emerald-100\/25{
    color: rgb(209 250 229 / 0.25);
  }

  .lg\:text-emerald-100\/30{
    color: rgb(209 250 229 / 0.3);
  }

  .lg\:text-emerald-100\/35{
    color: rgb(209 250 229 / 0.35);
  }

  .lg\:text-emerald-100\/40{
    color: rgb(209 250 229 / 0.4);
  }

  .lg\:text-emerald-100\/45{
    color: rgb(209 250 229 / 0.45);
  }

  .lg\:text-emerald-100\/5{
    color: rgb(209 250 229 / 0.05);
  }

  .lg\:text-emerald-100\/50{
    color: rgb(209 250 229 / 0.5);
  }

  .lg\:text-emerald-100\/55{
    color: rgb(209 250 229 / 0.55);
  }

  .lg\:text-emerald-100\/60{
    color: rgb(209 250 229 / 0.6);
  }

  .lg\:text-emerald-100\/65{
    color: rgb(209 250 229 / 0.65);
  }

  .lg\:text-emerald-100\/70{
    color: rgb(209 250 229 / 0.7);
  }

  .lg\:text-emerald-100\/75{
    color: rgb(209 250 229 / 0.75);
  }

  .lg\:text-emerald-100\/80{
    color: rgb(209 250 229 / 0.8);
  }

  .lg\:text-emerald-100\/85{
    color: rgb(209 250 229 / 0.85);
  }

  .lg\:text-emerald-100\/90{
    color: rgb(209 250 229 / 0.9);
  }

  .lg\:text-emerald-100\/95{
    color: rgb(209 250 229 / 0.95);
  }

  .lg\:text-emerald-200{
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-200\/0{
    color: rgb(167 243 208 / 0);
  }

  .lg\:text-emerald-200\/10{
    color: rgb(167 243 208 / 0.1);
  }

  .lg\:text-emerald-200\/100{
    color: rgb(167 243 208 / 1);
  }

  .lg\:text-emerald-200\/15{
    color: rgb(167 243 208 / 0.15);
  }

  .lg\:text-emerald-200\/20{
    color: rgb(167 243 208 / 0.2);
  }

  .lg\:text-emerald-200\/25{
    color: rgb(167 243 208 / 0.25);
  }

  .lg\:text-emerald-200\/30{
    color: rgb(167 243 208 / 0.3);
  }

  .lg\:text-emerald-200\/35{
    color: rgb(167 243 208 / 0.35);
  }

  .lg\:text-emerald-200\/40{
    color: rgb(167 243 208 / 0.4);
  }

  .lg\:text-emerald-200\/45{
    color: rgb(167 243 208 / 0.45);
  }

  .lg\:text-emerald-200\/5{
    color: rgb(167 243 208 / 0.05);
  }

  .lg\:text-emerald-200\/50{
    color: rgb(167 243 208 / 0.5);
  }

  .lg\:text-emerald-200\/55{
    color: rgb(167 243 208 / 0.55);
  }

  .lg\:text-emerald-200\/60{
    color: rgb(167 243 208 / 0.6);
  }

  .lg\:text-emerald-200\/65{
    color: rgb(167 243 208 / 0.65);
  }

  .lg\:text-emerald-200\/70{
    color: rgb(167 243 208 / 0.7);
  }

  .lg\:text-emerald-200\/75{
    color: rgb(167 243 208 / 0.75);
  }

  .lg\:text-emerald-200\/80{
    color: rgb(167 243 208 / 0.8);
  }

  .lg\:text-emerald-200\/85{
    color: rgb(167 243 208 / 0.85);
  }

  .lg\:text-emerald-200\/90{
    color: rgb(167 243 208 / 0.9);
  }

  .lg\:text-emerald-200\/95{
    color: rgb(167 243 208 / 0.95);
  }

  .lg\:text-emerald-300{
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-300\/0{
    color: rgb(110 231 183 / 0);
  }

  .lg\:text-emerald-300\/10{
    color: rgb(110 231 183 / 0.1);
  }

  .lg\:text-emerald-300\/100{
    color: rgb(110 231 183 / 1);
  }

  .lg\:text-emerald-300\/15{
    color: rgb(110 231 183 / 0.15);
  }

  .lg\:text-emerald-300\/20{
    color: rgb(110 231 183 / 0.2);
  }

  .lg\:text-emerald-300\/25{
    color: rgb(110 231 183 / 0.25);
  }

  .lg\:text-emerald-300\/30{
    color: rgb(110 231 183 / 0.3);
  }

  .lg\:text-emerald-300\/35{
    color: rgb(110 231 183 / 0.35);
  }

  .lg\:text-emerald-300\/40{
    color: rgb(110 231 183 / 0.4);
  }

  .lg\:text-emerald-300\/45{
    color: rgb(110 231 183 / 0.45);
  }

  .lg\:text-emerald-300\/5{
    color: rgb(110 231 183 / 0.05);
  }

  .lg\:text-emerald-300\/50{
    color: rgb(110 231 183 / 0.5);
  }

  .lg\:text-emerald-300\/55{
    color: rgb(110 231 183 / 0.55);
  }

  .lg\:text-emerald-300\/60{
    color: rgb(110 231 183 / 0.6);
  }

  .lg\:text-emerald-300\/65{
    color: rgb(110 231 183 / 0.65);
  }

  .lg\:text-emerald-300\/70{
    color: rgb(110 231 183 / 0.7);
  }

  .lg\:text-emerald-300\/75{
    color: rgb(110 231 183 / 0.75);
  }

  .lg\:text-emerald-300\/80{
    color: rgb(110 231 183 / 0.8);
  }

  .lg\:text-emerald-300\/85{
    color: rgb(110 231 183 / 0.85);
  }

  .lg\:text-emerald-300\/90{
    color: rgb(110 231 183 / 0.9);
  }

  .lg\:text-emerald-300\/95{
    color: rgb(110 231 183 / 0.95);
  }

  .lg\:text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-400\/0{
    color: rgb(52 211 153 / 0);
  }

  .lg\:text-emerald-400\/10{
    color: rgb(52 211 153 / 0.1);
  }

  .lg\:text-emerald-400\/100{
    color: rgb(52 211 153 / 1);
  }

  .lg\:text-emerald-400\/15{
    color: rgb(52 211 153 / 0.15);
  }

  .lg\:text-emerald-400\/20{
    color: rgb(52 211 153 / 0.2);
  }

  .lg\:text-emerald-400\/25{
    color: rgb(52 211 153 / 0.25);
  }

  .lg\:text-emerald-400\/30{
    color: rgb(52 211 153 / 0.3);
  }

  .lg\:text-emerald-400\/35{
    color: rgb(52 211 153 / 0.35);
  }

  .lg\:text-emerald-400\/40{
    color: rgb(52 211 153 / 0.4);
  }

  .lg\:text-emerald-400\/45{
    color: rgb(52 211 153 / 0.45);
  }

  .lg\:text-emerald-400\/5{
    color: rgb(52 211 153 / 0.05);
  }

  .lg\:text-emerald-400\/50{
    color: rgb(52 211 153 / 0.5);
  }

  .lg\:text-emerald-400\/55{
    color: rgb(52 211 153 / 0.55);
  }

  .lg\:text-emerald-400\/60{
    color: rgb(52 211 153 / 0.6);
  }

  .lg\:text-emerald-400\/65{
    color: rgb(52 211 153 / 0.65);
  }

  .lg\:text-emerald-400\/70{
    color: rgb(52 211 153 / 0.7);
  }

  .lg\:text-emerald-400\/75{
    color: rgb(52 211 153 / 0.75);
  }

  .lg\:text-emerald-400\/80{
    color: rgb(52 211 153 / 0.8);
  }

  .lg\:text-emerald-400\/85{
    color: rgb(52 211 153 / 0.85);
  }

  .lg\:text-emerald-400\/90{
    color: rgb(52 211 153 / 0.9);
  }

  .lg\:text-emerald-400\/95{
    color: rgb(52 211 153 / 0.95);
  }

  .lg\:text-emerald-50{
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-50\/0{
    color: rgb(236 253 245 / 0);
  }

  .lg\:text-emerald-50\/10{
    color: rgb(236 253 245 / 0.1);
  }

  .lg\:text-emerald-50\/100{
    color: rgb(236 253 245 / 1);
  }

  .lg\:text-emerald-50\/15{
    color: rgb(236 253 245 / 0.15);
  }

  .lg\:text-emerald-50\/20{
    color: rgb(236 253 245 / 0.2);
  }

  .lg\:text-emerald-50\/25{
    color: rgb(236 253 245 / 0.25);
  }

  .lg\:text-emerald-50\/30{
    color: rgb(236 253 245 / 0.3);
  }

  .lg\:text-emerald-50\/35{
    color: rgb(236 253 245 / 0.35);
  }

  .lg\:text-emerald-50\/40{
    color: rgb(236 253 245 / 0.4);
  }

  .lg\:text-emerald-50\/45{
    color: rgb(236 253 245 / 0.45);
  }

  .lg\:text-emerald-50\/5{
    color: rgb(236 253 245 / 0.05);
  }

  .lg\:text-emerald-50\/50{
    color: rgb(236 253 245 / 0.5);
  }

  .lg\:text-emerald-50\/55{
    color: rgb(236 253 245 / 0.55);
  }

  .lg\:text-emerald-50\/60{
    color: rgb(236 253 245 / 0.6);
  }

  .lg\:text-emerald-50\/65{
    color: rgb(236 253 245 / 0.65);
  }

  .lg\:text-emerald-50\/70{
    color: rgb(236 253 245 / 0.7);
  }

  .lg\:text-emerald-50\/75{
    color: rgb(236 253 245 / 0.75);
  }

  .lg\:text-emerald-50\/80{
    color: rgb(236 253 245 / 0.8);
  }

  .lg\:text-emerald-50\/85{
    color: rgb(236 253 245 / 0.85);
  }

  .lg\:text-emerald-50\/90{
    color: rgb(236 253 245 / 0.9);
  }

  .lg\:text-emerald-50\/95{
    color: rgb(236 253 245 / 0.95);
  }

  .lg\:text-emerald-500{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-500\/0{
    color: rgb(16 185 129 / 0);
  }

  .lg\:text-emerald-500\/10{
    color: rgb(16 185 129 / 0.1);
  }

  .lg\:text-emerald-500\/100{
    color: rgb(16 185 129 / 1);
  }

  .lg\:text-emerald-500\/15{
    color: rgb(16 185 129 / 0.15);
  }

  .lg\:text-emerald-500\/20{
    color: rgb(16 185 129 / 0.2);
  }

  .lg\:text-emerald-500\/25{
    color: rgb(16 185 129 / 0.25);
  }

  .lg\:text-emerald-500\/30{
    color: rgb(16 185 129 / 0.3);
  }

  .lg\:text-emerald-500\/35{
    color: rgb(16 185 129 / 0.35);
  }

  .lg\:text-emerald-500\/40{
    color: rgb(16 185 129 / 0.4);
  }

  .lg\:text-emerald-500\/45{
    color: rgb(16 185 129 / 0.45);
  }

  .lg\:text-emerald-500\/5{
    color: rgb(16 185 129 / 0.05);
  }

  .lg\:text-emerald-500\/50{
    color: rgb(16 185 129 / 0.5);
  }

  .lg\:text-emerald-500\/55{
    color: rgb(16 185 129 / 0.55);
  }

  .lg\:text-emerald-500\/60{
    color: rgb(16 185 129 / 0.6);
  }

  .lg\:text-emerald-500\/65{
    color: rgb(16 185 129 / 0.65);
  }

  .lg\:text-emerald-500\/70{
    color: rgb(16 185 129 / 0.7);
  }

  .lg\:text-emerald-500\/75{
    color: rgb(16 185 129 / 0.75);
  }

  .lg\:text-emerald-500\/80{
    color: rgb(16 185 129 / 0.8);
  }

  .lg\:text-emerald-500\/85{
    color: rgb(16 185 129 / 0.85);
  }

  .lg\:text-emerald-500\/90{
    color: rgb(16 185 129 / 0.9);
  }

  .lg\:text-emerald-500\/95{
    color: rgb(16 185 129 / 0.95);
  }

  .lg\:text-emerald-600{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-600\/0{
    color: rgb(5 150 105 / 0);
  }

  .lg\:text-emerald-600\/10{
    color: rgb(5 150 105 / 0.1);
  }

  .lg\:text-emerald-600\/100{
    color: rgb(5 150 105 / 1);
  }

  .lg\:text-emerald-600\/15{
    color: rgb(5 150 105 / 0.15);
  }

  .lg\:text-emerald-600\/20{
    color: rgb(5 150 105 / 0.2);
  }

  .lg\:text-emerald-600\/25{
    color: rgb(5 150 105 / 0.25);
  }

  .lg\:text-emerald-600\/30{
    color: rgb(5 150 105 / 0.3);
  }

  .lg\:text-emerald-600\/35{
    color: rgb(5 150 105 / 0.35);
  }

  .lg\:text-emerald-600\/40{
    color: rgb(5 150 105 / 0.4);
  }

  .lg\:text-emerald-600\/45{
    color: rgb(5 150 105 / 0.45);
  }

  .lg\:text-emerald-600\/5{
    color: rgb(5 150 105 / 0.05);
  }

  .lg\:text-emerald-600\/50{
    color: rgb(5 150 105 / 0.5);
  }

  .lg\:text-emerald-600\/55{
    color: rgb(5 150 105 / 0.55);
  }

  .lg\:text-emerald-600\/60{
    color: rgb(5 150 105 / 0.6);
  }

  .lg\:text-emerald-600\/65{
    color: rgb(5 150 105 / 0.65);
  }

  .lg\:text-emerald-600\/70{
    color: rgb(5 150 105 / 0.7);
  }

  .lg\:text-emerald-600\/75{
    color: rgb(5 150 105 / 0.75);
  }

  .lg\:text-emerald-600\/80{
    color: rgb(5 150 105 / 0.8);
  }

  .lg\:text-emerald-600\/85{
    color: rgb(5 150 105 / 0.85);
  }

  .lg\:text-emerald-600\/90{
    color: rgb(5 150 105 / 0.9);
  }

  .lg\:text-emerald-600\/95{
    color: rgb(5 150 105 / 0.95);
  }

  .lg\:text-emerald-700{
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-700\/0{
    color: rgb(4 120 87 / 0);
  }

  .lg\:text-emerald-700\/10{
    color: rgb(4 120 87 / 0.1);
  }

  .lg\:text-emerald-700\/100{
    color: rgb(4 120 87 / 1);
  }

  .lg\:text-emerald-700\/15{
    color: rgb(4 120 87 / 0.15);
  }

  .lg\:text-emerald-700\/20{
    color: rgb(4 120 87 / 0.2);
  }

  .lg\:text-emerald-700\/25{
    color: rgb(4 120 87 / 0.25);
  }

  .lg\:text-emerald-700\/30{
    color: rgb(4 120 87 / 0.3);
  }

  .lg\:text-emerald-700\/35{
    color: rgb(4 120 87 / 0.35);
  }

  .lg\:text-emerald-700\/40{
    color: rgb(4 120 87 / 0.4);
  }

  .lg\:text-emerald-700\/45{
    color: rgb(4 120 87 / 0.45);
  }

  .lg\:text-emerald-700\/5{
    color: rgb(4 120 87 / 0.05);
  }

  .lg\:text-emerald-700\/50{
    color: rgb(4 120 87 / 0.5);
  }

  .lg\:text-emerald-700\/55{
    color: rgb(4 120 87 / 0.55);
  }

  .lg\:text-emerald-700\/60{
    color: rgb(4 120 87 / 0.6);
  }

  .lg\:text-emerald-700\/65{
    color: rgb(4 120 87 / 0.65);
  }

  .lg\:text-emerald-700\/70{
    color: rgb(4 120 87 / 0.7);
  }

  .lg\:text-emerald-700\/75{
    color: rgb(4 120 87 / 0.75);
  }

  .lg\:text-emerald-700\/80{
    color: rgb(4 120 87 / 0.8);
  }

  .lg\:text-emerald-700\/85{
    color: rgb(4 120 87 / 0.85);
  }

  .lg\:text-emerald-700\/90{
    color: rgb(4 120 87 / 0.9);
  }

  .lg\:text-emerald-700\/95{
    color: rgb(4 120 87 / 0.95);
  }

  .lg\:text-emerald-800{
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-800\/0{
    color: rgb(6 95 70 / 0);
  }

  .lg\:text-emerald-800\/10{
    color: rgb(6 95 70 / 0.1);
  }

  .lg\:text-emerald-800\/100{
    color: rgb(6 95 70 / 1);
  }

  .lg\:text-emerald-800\/15{
    color: rgb(6 95 70 / 0.15);
  }

  .lg\:text-emerald-800\/20{
    color: rgb(6 95 70 / 0.2);
  }

  .lg\:text-emerald-800\/25{
    color: rgb(6 95 70 / 0.25);
  }

  .lg\:text-emerald-800\/30{
    color: rgb(6 95 70 / 0.3);
  }

  .lg\:text-emerald-800\/35{
    color: rgb(6 95 70 / 0.35);
  }

  .lg\:text-emerald-800\/40{
    color: rgb(6 95 70 / 0.4);
  }

  .lg\:text-emerald-800\/45{
    color: rgb(6 95 70 / 0.45);
  }

  .lg\:text-emerald-800\/5{
    color: rgb(6 95 70 / 0.05);
  }

  .lg\:text-emerald-800\/50{
    color: rgb(6 95 70 / 0.5);
  }

  .lg\:text-emerald-800\/55{
    color: rgb(6 95 70 / 0.55);
  }

  .lg\:text-emerald-800\/60{
    color: rgb(6 95 70 / 0.6);
  }

  .lg\:text-emerald-800\/65{
    color: rgb(6 95 70 / 0.65);
  }

  .lg\:text-emerald-800\/70{
    color: rgb(6 95 70 / 0.7);
  }

  .lg\:text-emerald-800\/75{
    color: rgb(6 95 70 / 0.75);
  }

  .lg\:text-emerald-800\/80{
    color: rgb(6 95 70 / 0.8);
  }

  .lg\:text-emerald-800\/85{
    color: rgb(6 95 70 / 0.85);
  }

  .lg\:text-emerald-800\/90{
    color: rgb(6 95 70 / 0.9);
  }

  .lg\:text-emerald-800\/95{
    color: rgb(6 95 70 / 0.95);
  }

  .lg\:text-emerald-900{
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-900\/0{
    color: rgb(6 78 59 / 0);
  }

  .lg\:text-emerald-900\/10{
    color: rgb(6 78 59 / 0.1);
  }

  .lg\:text-emerald-900\/100{
    color: rgb(6 78 59 / 1);
  }

  .lg\:text-emerald-900\/15{
    color: rgb(6 78 59 / 0.15);
  }

  .lg\:text-emerald-900\/20{
    color: rgb(6 78 59 / 0.2);
  }

  .lg\:text-emerald-900\/25{
    color: rgb(6 78 59 / 0.25);
  }

  .lg\:text-emerald-900\/30{
    color: rgb(6 78 59 / 0.3);
  }

  .lg\:text-emerald-900\/35{
    color: rgb(6 78 59 / 0.35);
  }

  .lg\:text-emerald-900\/40{
    color: rgb(6 78 59 / 0.4);
  }

  .lg\:text-emerald-900\/45{
    color: rgb(6 78 59 / 0.45);
  }

  .lg\:text-emerald-900\/5{
    color: rgb(6 78 59 / 0.05);
  }

  .lg\:text-emerald-900\/50{
    color: rgb(6 78 59 / 0.5);
  }

  .lg\:text-emerald-900\/55{
    color: rgb(6 78 59 / 0.55);
  }

  .lg\:text-emerald-900\/60{
    color: rgb(6 78 59 / 0.6);
  }

  .lg\:text-emerald-900\/65{
    color: rgb(6 78 59 / 0.65);
  }

  .lg\:text-emerald-900\/70{
    color: rgb(6 78 59 / 0.7);
  }

  .lg\:text-emerald-900\/75{
    color: rgb(6 78 59 / 0.75);
  }

  .lg\:text-emerald-900\/80{
    color: rgb(6 78 59 / 0.8);
  }

  .lg\:text-emerald-900\/85{
    color: rgb(6 78 59 / 0.85);
  }

  .lg\:text-emerald-900\/90{
    color: rgb(6 78 59 / 0.9);
  }

  .lg\:text-emerald-900\/95{
    color: rgb(6 78 59 / 0.95);
  }

  .lg\:text-emerald-950{
    --tw-text-opacity: 1;
    color: rgb(2 44 34 / var(--tw-text-opacity, 1));
  }

  .lg\:text-emerald-950\/0{
    color: rgb(2 44 34 / 0);
  }

  .lg\:text-emerald-950\/10{
    color: rgb(2 44 34 / 0.1);
  }

  .lg\:text-emerald-950\/100{
    color: rgb(2 44 34 / 1);
  }

  .lg\:text-emerald-950\/15{
    color: rgb(2 44 34 / 0.15);
  }

  .lg\:text-emerald-950\/20{
    color: rgb(2 44 34 / 0.2);
  }

  .lg\:text-emerald-950\/25{
    color: rgb(2 44 34 / 0.25);
  }

  .lg\:text-emerald-950\/30{
    color: rgb(2 44 34 / 0.3);
  }

  .lg\:text-emerald-950\/35{
    color: rgb(2 44 34 / 0.35);
  }

  .lg\:text-emerald-950\/40{
    color: rgb(2 44 34 / 0.4);
  }

  .lg\:text-emerald-950\/45{
    color: rgb(2 44 34 / 0.45);
  }

  .lg\:text-emerald-950\/5{
    color: rgb(2 44 34 / 0.05);
  }

  .lg\:text-emerald-950\/50{
    color: rgb(2 44 34 / 0.5);
  }

  .lg\:text-emerald-950\/55{
    color: rgb(2 44 34 / 0.55);
  }

  .lg\:text-emerald-950\/60{
    color: rgb(2 44 34 / 0.6);
  }

  .lg\:text-emerald-950\/65{
    color: rgb(2 44 34 / 0.65);
  }

  .lg\:text-emerald-950\/70{
    color: rgb(2 44 34 / 0.7);
  }

  .lg\:text-emerald-950\/75{
    color: rgb(2 44 34 / 0.75);
  }

  .lg\:text-emerald-950\/80{
    color: rgb(2 44 34 / 0.8);
  }

  .lg\:text-emerald-950\/85{
    color: rgb(2 44 34 / 0.85);
  }

  .lg\:text-emerald-950\/90{
    color: rgb(2 44 34 / 0.9);
  }

  .lg\:text-emerald-950\/95{
    color: rgb(2 44 34 / 0.95);
  }

  .lg\:text-fuchsia-100{
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-100\/0{
    color: rgb(250 232 255 / 0);
  }

  .lg\:text-fuchsia-100\/10{
    color: rgb(250 232 255 / 0.1);
  }

  .lg\:text-fuchsia-100\/100{
    color: rgb(250 232 255 / 1);
  }

  .lg\:text-fuchsia-100\/15{
    color: rgb(250 232 255 / 0.15);
  }

  .lg\:text-fuchsia-100\/20{
    color: rgb(250 232 255 / 0.2);
  }

  .lg\:text-fuchsia-100\/25{
    color: rgb(250 232 255 / 0.25);
  }

  .lg\:text-fuchsia-100\/30{
    color: rgb(250 232 255 / 0.3);
  }

  .lg\:text-fuchsia-100\/35{
    color: rgb(250 232 255 / 0.35);
  }

  .lg\:text-fuchsia-100\/40{
    color: rgb(250 232 255 / 0.4);
  }

  .lg\:text-fuchsia-100\/45{
    color: rgb(250 232 255 / 0.45);
  }

  .lg\:text-fuchsia-100\/5{
    color: rgb(250 232 255 / 0.05);
  }

  .lg\:text-fuchsia-100\/50{
    color: rgb(250 232 255 / 0.5);
  }

  .lg\:text-fuchsia-100\/55{
    color: rgb(250 232 255 / 0.55);
  }

  .lg\:text-fuchsia-100\/60{
    color: rgb(250 232 255 / 0.6);
  }

  .lg\:text-fuchsia-100\/65{
    color: rgb(250 232 255 / 0.65);
  }

  .lg\:text-fuchsia-100\/70{
    color: rgb(250 232 255 / 0.7);
  }

  .lg\:text-fuchsia-100\/75{
    color: rgb(250 232 255 / 0.75);
  }

  .lg\:text-fuchsia-100\/80{
    color: rgb(250 232 255 / 0.8);
  }

  .lg\:text-fuchsia-100\/85{
    color: rgb(250 232 255 / 0.85);
  }

  .lg\:text-fuchsia-100\/90{
    color: rgb(250 232 255 / 0.9);
  }

  .lg\:text-fuchsia-100\/95{
    color: rgb(250 232 255 / 0.95);
  }

  .lg\:text-fuchsia-200{
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-200\/0{
    color: rgb(245 208 254 / 0);
  }

  .lg\:text-fuchsia-200\/10{
    color: rgb(245 208 254 / 0.1);
  }

  .lg\:text-fuchsia-200\/100{
    color: rgb(245 208 254 / 1);
  }

  .lg\:text-fuchsia-200\/15{
    color: rgb(245 208 254 / 0.15);
  }

  .lg\:text-fuchsia-200\/20{
    color: rgb(245 208 254 / 0.2);
  }

  .lg\:text-fuchsia-200\/25{
    color: rgb(245 208 254 / 0.25);
  }

  .lg\:text-fuchsia-200\/30{
    color: rgb(245 208 254 / 0.3);
  }

  .lg\:text-fuchsia-200\/35{
    color: rgb(245 208 254 / 0.35);
  }

  .lg\:text-fuchsia-200\/40{
    color: rgb(245 208 254 / 0.4);
  }

  .lg\:text-fuchsia-200\/45{
    color: rgb(245 208 254 / 0.45);
  }

  .lg\:text-fuchsia-200\/5{
    color: rgb(245 208 254 / 0.05);
  }

  .lg\:text-fuchsia-200\/50{
    color: rgb(245 208 254 / 0.5);
  }

  .lg\:text-fuchsia-200\/55{
    color: rgb(245 208 254 / 0.55);
  }

  .lg\:text-fuchsia-200\/60{
    color: rgb(245 208 254 / 0.6);
  }

  .lg\:text-fuchsia-200\/65{
    color: rgb(245 208 254 / 0.65);
  }

  .lg\:text-fuchsia-200\/70{
    color: rgb(245 208 254 / 0.7);
  }

  .lg\:text-fuchsia-200\/75{
    color: rgb(245 208 254 / 0.75);
  }

  .lg\:text-fuchsia-200\/80{
    color: rgb(245 208 254 / 0.8);
  }

  .lg\:text-fuchsia-200\/85{
    color: rgb(245 208 254 / 0.85);
  }

  .lg\:text-fuchsia-200\/90{
    color: rgb(245 208 254 / 0.9);
  }

  .lg\:text-fuchsia-200\/95{
    color: rgb(245 208 254 / 0.95);
  }

  .lg\:text-fuchsia-300{
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-300\/0{
    color: rgb(240 171 252 / 0);
  }

  .lg\:text-fuchsia-300\/10{
    color: rgb(240 171 252 / 0.1);
  }

  .lg\:text-fuchsia-300\/100{
    color: rgb(240 171 252 / 1);
  }

  .lg\:text-fuchsia-300\/15{
    color: rgb(240 171 252 / 0.15);
  }

  .lg\:text-fuchsia-300\/20{
    color: rgb(240 171 252 / 0.2);
  }

  .lg\:text-fuchsia-300\/25{
    color: rgb(240 171 252 / 0.25);
  }

  .lg\:text-fuchsia-300\/30{
    color: rgb(240 171 252 / 0.3);
  }

  .lg\:text-fuchsia-300\/35{
    color: rgb(240 171 252 / 0.35);
  }

  .lg\:text-fuchsia-300\/40{
    color: rgb(240 171 252 / 0.4);
  }

  .lg\:text-fuchsia-300\/45{
    color: rgb(240 171 252 / 0.45);
  }

  .lg\:text-fuchsia-300\/5{
    color: rgb(240 171 252 / 0.05);
  }

  .lg\:text-fuchsia-300\/50{
    color: rgb(240 171 252 / 0.5);
  }

  .lg\:text-fuchsia-300\/55{
    color: rgb(240 171 252 / 0.55);
  }

  .lg\:text-fuchsia-300\/60{
    color: rgb(240 171 252 / 0.6);
  }

  .lg\:text-fuchsia-300\/65{
    color: rgb(240 171 252 / 0.65);
  }

  .lg\:text-fuchsia-300\/70{
    color: rgb(240 171 252 / 0.7);
  }

  .lg\:text-fuchsia-300\/75{
    color: rgb(240 171 252 / 0.75);
  }

  .lg\:text-fuchsia-300\/80{
    color: rgb(240 171 252 / 0.8);
  }

  .lg\:text-fuchsia-300\/85{
    color: rgb(240 171 252 / 0.85);
  }

  .lg\:text-fuchsia-300\/90{
    color: rgb(240 171 252 / 0.9);
  }

  .lg\:text-fuchsia-300\/95{
    color: rgb(240 171 252 / 0.95);
  }

  .lg\:text-fuchsia-400{
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-400\/0{
    color: rgb(232 121 249 / 0);
  }

  .lg\:text-fuchsia-400\/10{
    color: rgb(232 121 249 / 0.1);
  }

  .lg\:text-fuchsia-400\/100{
    color: rgb(232 121 249 / 1);
  }

  .lg\:text-fuchsia-400\/15{
    color: rgb(232 121 249 / 0.15);
  }

  .lg\:text-fuchsia-400\/20{
    color: rgb(232 121 249 / 0.2);
  }

  .lg\:text-fuchsia-400\/25{
    color: rgb(232 121 249 / 0.25);
  }

  .lg\:text-fuchsia-400\/30{
    color: rgb(232 121 249 / 0.3);
  }

  .lg\:text-fuchsia-400\/35{
    color: rgb(232 121 249 / 0.35);
  }

  .lg\:text-fuchsia-400\/40{
    color: rgb(232 121 249 / 0.4);
  }

  .lg\:text-fuchsia-400\/45{
    color: rgb(232 121 249 / 0.45);
  }

  .lg\:text-fuchsia-400\/5{
    color: rgb(232 121 249 / 0.05);
  }

  .lg\:text-fuchsia-400\/50{
    color: rgb(232 121 249 / 0.5);
  }

  .lg\:text-fuchsia-400\/55{
    color: rgb(232 121 249 / 0.55);
  }

  .lg\:text-fuchsia-400\/60{
    color: rgb(232 121 249 / 0.6);
  }

  .lg\:text-fuchsia-400\/65{
    color: rgb(232 121 249 / 0.65);
  }

  .lg\:text-fuchsia-400\/70{
    color: rgb(232 121 249 / 0.7);
  }

  .lg\:text-fuchsia-400\/75{
    color: rgb(232 121 249 / 0.75);
  }

  .lg\:text-fuchsia-400\/80{
    color: rgb(232 121 249 / 0.8);
  }

  .lg\:text-fuchsia-400\/85{
    color: rgb(232 121 249 / 0.85);
  }

  .lg\:text-fuchsia-400\/90{
    color: rgb(232 121 249 / 0.9);
  }

  .lg\:text-fuchsia-400\/95{
    color: rgb(232 121 249 / 0.95);
  }

  .lg\:text-fuchsia-50{
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-50\/0{
    color: rgb(253 244 255 / 0);
  }

  .lg\:text-fuchsia-50\/10{
    color: rgb(253 244 255 / 0.1);
  }

  .lg\:text-fuchsia-50\/100{
    color: rgb(253 244 255 / 1);
  }

  .lg\:text-fuchsia-50\/15{
    color: rgb(253 244 255 / 0.15);
  }

  .lg\:text-fuchsia-50\/20{
    color: rgb(253 244 255 / 0.2);
  }

  .lg\:text-fuchsia-50\/25{
    color: rgb(253 244 255 / 0.25);
  }

  .lg\:text-fuchsia-50\/30{
    color: rgb(253 244 255 / 0.3);
  }

  .lg\:text-fuchsia-50\/35{
    color: rgb(253 244 255 / 0.35);
  }

  .lg\:text-fuchsia-50\/40{
    color: rgb(253 244 255 / 0.4);
  }

  .lg\:text-fuchsia-50\/45{
    color: rgb(253 244 255 / 0.45);
  }

  .lg\:text-fuchsia-50\/5{
    color: rgb(253 244 255 / 0.05);
  }

  .lg\:text-fuchsia-50\/50{
    color: rgb(253 244 255 / 0.5);
  }

  .lg\:text-fuchsia-50\/55{
    color: rgb(253 244 255 / 0.55);
  }

  .lg\:text-fuchsia-50\/60{
    color: rgb(253 244 255 / 0.6);
  }

  .lg\:text-fuchsia-50\/65{
    color: rgb(253 244 255 / 0.65);
  }

  .lg\:text-fuchsia-50\/70{
    color: rgb(253 244 255 / 0.7);
  }

  .lg\:text-fuchsia-50\/75{
    color: rgb(253 244 255 / 0.75);
  }

  .lg\:text-fuchsia-50\/80{
    color: rgb(253 244 255 / 0.8);
  }

  .lg\:text-fuchsia-50\/85{
    color: rgb(253 244 255 / 0.85);
  }

  .lg\:text-fuchsia-50\/90{
    color: rgb(253 244 255 / 0.9);
  }

  .lg\:text-fuchsia-50\/95{
    color: rgb(253 244 255 / 0.95);
  }

  .lg\:text-fuchsia-500{
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-500\/0{
    color: rgb(217 70 239 / 0);
  }

  .lg\:text-fuchsia-500\/10{
    color: rgb(217 70 239 / 0.1);
  }

  .lg\:text-fuchsia-500\/100{
    color: rgb(217 70 239 / 1);
  }

  .lg\:text-fuchsia-500\/15{
    color: rgb(217 70 239 / 0.15);
  }

  .lg\:text-fuchsia-500\/20{
    color: rgb(217 70 239 / 0.2);
  }

  .lg\:text-fuchsia-500\/25{
    color: rgb(217 70 239 / 0.25);
  }

  .lg\:text-fuchsia-500\/30{
    color: rgb(217 70 239 / 0.3);
  }

  .lg\:text-fuchsia-500\/35{
    color: rgb(217 70 239 / 0.35);
  }

  .lg\:text-fuchsia-500\/40{
    color: rgb(217 70 239 / 0.4);
  }

  .lg\:text-fuchsia-500\/45{
    color: rgb(217 70 239 / 0.45);
  }

  .lg\:text-fuchsia-500\/5{
    color: rgb(217 70 239 / 0.05);
  }

  .lg\:text-fuchsia-500\/50{
    color: rgb(217 70 239 / 0.5);
  }

  .lg\:text-fuchsia-500\/55{
    color: rgb(217 70 239 / 0.55);
  }

  .lg\:text-fuchsia-500\/60{
    color: rgb(217 70 239 / 0.6);
  }

  .lg\:text-fuchsia-500\/65{
    color: rgb(217 70 239 / 0.65);
  }

  .lg\:text-fuchsia-500\/70{
    color: rgb(217 70 239 / 0.7);
  }

  .lg\:text-fuchsia-500\/75{
    color: rgb(217 70 239 / 0.75);
  }

  .lg\:text-fuchsia-500\/80{
    color: rgb(217 70 239 / 0.8);
  }

  .lg\:text-fuchsia-500\/85{
    color: rgb(217 70 239 / 0.85);
  }

  .lg\:text-fuchsia-500\/90{
    color: rgb(217 70 239 / 0.9);
  }

  .lg\:text-fuchsia-500\/95{
    color: rgb(217 70 239 / 0.95);
  }

  .lg\:text-fuchsia-600{
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-600\/0{
    color: rgb(192 38 211 / 0);
  }

  .lg\:text-fuchsia-600\/10{
    color: rgb(192 38 211 / 0.1);
  }

  .lg\:text-fuchsia-600\/100{
    color: rgb(192 38 211 / 1);
  }

  .lg\:text-fuchsia-600\/15{
    color: rgb(192 38 211 / 0.15);
  }

  .lg\:text-fuchsia-600\/20{
    color: rgb(192 38 211 / 0.2);
  }

  .lg\:text-fuchsia-600\/25{
    color: rgb(192 38 211 / 0.25);
  }

  .lg\:text-fuchsia-600\/30{
    color: rgb(192 38 211 / 0.3);
  }

  .lg\:text-fuchsia-600\/35{
    color: rgb(192 38 211 / 0.35);
  }

  .lg\:text-fuchsia-600\/40{
    color: rgb(192 38 211 / 0.4);
  }

  .lg\:text-fuchsia-600\/45{
    color: rgb(192 38 211 / 0.45);
  }

  .lg\:text-fuchsia-600\/5{
    color: rgb(192 38 211 / 0.05);
  }

  .lg\:text-fuchsia-600\/50{
    color: rgb(192 38 211 / 0.5);
  }

  .lg\:text-fuchsia-600\/55{
    color: rgb(192 38 211 / 0.55);
  }

  .lg\:text-fuchsia-600\/60{
    color: rgb(192 38 211 / 0.6);
  }

  .lg\:text-fuchsia-600\/65{
    color: rgb(192 38 211 / 0.65);
  }

  .lg\:text-fuchsia-600\/70{
    color: rgb(192 38 211 / 0.7);
  }

  .lg\:text-fuchsia-600\/75{
    color: rgb(192 38 211 / 0.75);
  }

  .lg\:text-fuchsia-600\/80{
    color: rgb(192 38 211 / 0.8);
  }

  .lg\:text-fuchsia-600\/85{
    color: rgb(192 38 211 / 0.85);
  }

  .lg\:text-fuchsia-600\/90{
    color: rgb(192 38 211 / 0.9);
  }

  .lg\:text-fuchsia-600\/95{
    color: rgb(192 38 211 / 0.95);
  }

  .lg\:text-fuchsia-700{
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-700\/0{
    color: rgb(162 28 175 / 0);
  }

  .lg\:text-fuchsia-700\/10{
    color: rgb(162 28 175 / 0.1);
  }

  .lg\:text-fuchsia-700\/100{
    color: rgb(162 28 175 / 1);
  }

  .lg\:text-fuchsia-700\/15{
    color: rgb(162 28 175 / 0.15);
  }

  .lg\:text-fuchsia-700\/20{
    color: rgb(162 28 175 / 0.2);
  }

  .lg\:text-fuchsia-700\/25{
    color: rgb(162 28 175 / 0.25);
  }

  .lg\:text-fuchsia-700\/30{
    color: rgb(162 28 175 / 0.3);
  }

  .lg\:text-fuchsia-700\/35{
    color: rgb(162 28 175 / 0.35);
  }

  .lg\:text-fuchsia-700\/40{
    color: rgb(162 28 175 / 0.4);
  }

  .lg\:text-fuchsia-700\/45{
    color: rgb(162 28 175 / 0.45);
  }

  .lg\:text-fuchsia-700\/5{
    color: rgb(162 28 175 / 0.05);
  }

  .lg\:text-fuchsia-700\/50{
    color: rgb(162 28 175 / 0.5);
  }

  .lg\:text-fuchsia-700\/55{
    color: rgb(162 28 175 / 0.55);
  }

  .lg\:text-fuchsia-700\/60{
    color: rgb(162 28 175 / 0.6);
  }

  .lg\:text-fuchsia-700\/65{
    color: rgb(162 28 175 / 0.65);
  }

  .lg\:text-fuchsia-700\/70{
    color: rgb(162 28 175 / 0.7);
  }

  .lg\:text-fuchsia-700\/75{
    color: rgb(162 28 175 / 0.75);
  }

  .lg\:text-fuchsia-700\/80{
    color: rgb(162 28 175 / 0.8);
  }

  .lg\:text-fuchsia-700\/85{
    color: rgb(162 28 175 / 0.85);
  }

  .lg\:text-fuchsia-700\/90{
    color: rgb(162 28 175 / 0.9);
  }

  .lg\:text-fuchsia-700\/95{
    color: rgb(162 28 175 / 0.95);
  }

  .lg\:text-fuchsia-800{
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-800\/0{
    color: rgb(134 25 143 / 0);
  }

  .lg\:text-fuchsia-800\/10{
    color: rgb(134 25 143 / 0.1);
  }

  .lg\:text-fuchsia-800\/100{
    color: rgb(134 25 143 / 1);
  }

  .lg\:text-fuchsia-800\/15{
    color: rgb(134 25 143 / 0.15);
  }

  .lg\:text-fuchsia-800\/20{
    color: rgb(134 25 143 / 0.2);
  }

  .lg\:text-fuchsia-800\/25{
    color: rgb(134 25 143 / 0.25);
  }

  .lg\:text-fuchsia-800\/30{
    color: rgb(134 25 143 / 0.3);
  }

  .lg\:text-fuchsia-800\/35{
    color: rgb(134 25 143 / 0.35);
  }

  .lg\:text-fuchsia-800\/40{
    color: rgb(134 25 143 / 0.4);
  }

  .lg\:text-fuchsia-800\/45{
    color: rgb(134 25 143 / 0.45);
  }

  .lg\:text-fuchsia-800\/5{
    color: rgb(134 25 143 / 0.05);
  }

  .lg\:text-fuchsia-800\/50{
    color: rgb(134 25 143 / 0.5);
  }

  .lg\:text-fuchsia-800\/55{
    color: rgb(134 25 143 / 0.55);
  }

  .lg\:text-fuchsia-800\/60{
    color: rgb(134 25 143 / 0.6);
  }

  .lg\:text-fuchsia-800\/65{
    color: rgb(134 25 143 / 0.65);
  }

  .lg\:text-fuchsia-800\/70{
    color: rgb(134 25 143 / 0.7);
  }

  .lg\:text-fuchsia-800\/75{
    color: rgb(134 25 143 / 0.75);
  }

  .lg\:text-fuchsia-800\/80{
    color: rgb(134 25 143 / 0.8);
  }

  .lg\:text-fuchsia-800\/85{
    color: rgb(134 25 143 / 0.85);
  }

  .lg\:text-fuchsia-800\/90{
    color: rgb(134 25 143 / 0.9);
  }

  .lg\:text-fuchsia-800\/95{
    color: rgb(134 25 143 / 0.95);
  }

  .lg\:text-fuchsia-900{
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-900\/0{
    color: rgb(112 26 117 / 0);
  }

  .lg\:text-fuchsia-900\/10{
    color: rgb(112 26 117 / 0.1);
  }

  .lg\:text-fuchsia-900\/100{
    color: rgb(112 26 117 / 1);
  }

  .lg\:text-fuchsia-900\/15{
    color: rgb(112 26 117 / 0.15);
  }

  .lg\:text-fuchsia-900\/20{
    color: rgb(112 26 117 / 0.2);
  }

  .lg\:text-fuchsia-900\/25{
    color: rgb(112 26 117 / 0.25);
  }

  .lg\:text-fuchsia-900\/30{
    color: rgb(112 26 117 / 0.3);
  }

  .lg\:text-fuchsia-900\/35{
    color: rgb(112 26 117 / 0.35);
  }

  .lg\:text-fuchsia-900\/40{
    color: rgb(112 26 117 / 0.4);
  }

  .lg\:text-fuchsia-900\/45{
    color: rgb(112 26 117 / 0.45);
  }

  .lg\:text-fuchsia-900\/5{
    color: rgb(112 26 117 / 0.05);
  }

  .lg\:text-fuchsia-900\/50{
    color: rgb(112 26 117 / 0.5);
  }

  .lg\:text-fuchsia-900\/55{
    color: rgb(112 26 117 / 0.55);
  }

  .lg\:text-fuchsia-900\/60{
    color: rgb(112 26 117 / 0.6);
  }

  .lg\:text-fuchsia-900\/65{
    color: rgb(112 26 117 / 0.65);
  }

  .lg\:text-fuchsia-900\/70{
    color: rgb(112 26 117 / 0.7);
  }

  .lg\:text-fuchsia-900\/75{
    color: rgb(112 26 117 / 0.75);
  }

  .lg\:text-fuchsia-900\/80{
    color: rgb(112 26 117 / 0.8);
  }

  .lg\:text-fuchsia-900\/85{
    color: rgb(112 26 117 / 0.85);
  }

  .lg\:text-fuchsia-900\/90{
    color: rgb(112 26 117 / 0.9);
  }

  .lg\:text-fuchsia-900\/95{
    color: rgb(112 26 117 / 0.95);
  }

  .lg\:text-fuchsia-950{
    --tw-text-opacity: 1;
    color: rgb(74 4 78 / var(--tw-text-opacity, 1));
  }

  .lg\:text-fuchsia-950\/0{
    color: rgb(74 4 78 / 0);
  }

  .lg\:text-fuchsia-950\/10{
    color: rgb(74 4 78 / 0.1);
  }

  .lg\:text-fuchsia-950\/100{
    color: rgb(74 4 78 / 1);
  }

  .lg\:text-fuchsia-950\/15{
    color: rgb(74 4 78 / 0.15);
  }

  .lg\:text-fuchsia-950\/20{
    color: rgb(74 4 78 / 0.2);
  }

  .lg\:text-fuchsia-950\/25{
    color: rgb(74 4 78 / 0.25);
  }

  .lg\:text-fuchsia-950\/30{
    color: rgb(74 4 78 / 0.3);
  }

  .lg\:text-fuchsia-950\/35{
    color: rgb(74 4 78 / 0.35);
  }

  .lg\:text-fuchsia-950\/40{
    color: rgb(74 4 78 / 0.4);
  }

  .lg\:text-fuchsia-950\/45{
    color: rgb(74 4 78 / 0.45);
  }

  .lg\:text-fuchsia-950\/5{
    color: rgb(74 4 78 / 0.05);
  }

  .lg\:text-fuchsia-950\/50{
    color: rgb(74 4 78 / 0.5);
  }

  .lg\:text-fuchsia-950\/55{
    color: rgb(74 4 78 / 0.55);
  }

  .lg\:text-fuchsia-950\/60{
    color: rgb(74 4 78 / 0.6);
  }

  .lg\:text-fuchsia-950\/65{
    color: rgb(74 4 78 / 0.65);
  }

  .lg\:text-fuchsia-950\/70{
    color: rgb(74 4 78 / 0.7);
  }

  .lg\:text-fuchsia-950\/75{
    color: rgb(74 4 78 / 0.75);
  }

  .lg\:text-fuchsia-950\/80{
    color: rgb(74 4 78 / 0.8);
  }

  .lg\:text-fuchsia-950\/85{
    color: rgb(74 4 78 / 0.85);
  }

  .lg\:text-fuchsia-950\/90{
    color: rgb(74 4 78 / 0.9);
  }

  .lg\:text-fuchsia-950\/95{
    color: rgb(74 4 78 / 0.95);
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-100\/0{
    color: rgb(243 244 246 / 0);
  }

  .lg\:text-gray-100\/10{
    color: rgb(243 244 246 / 0.1);
  }

  .lg\:text-gray-100\/100{
    color: rgb(243 244 246 / 1);
  }

  .lg\:text-gray-100\/15{
    color: rgb(243 244 246 / 0.15);
  }

  .lg\:text-gray-100\/20{
    color: rgb(243 244 246 / 0.2);
  }

  .lg\:text-gray-100\/25{
    color: rgb(243 244 246 / 0.25);
  }

  .lg\:text-gray-100\/30{
    color: rgb(243 244 246 / 0.3);
  }

  .lg\:text-gray-100\/35{
    color: rgb(243 244 246 / 0.35);
  }

  .lg\:text-gray-100\/40{
    color: rgb(243 244 246 / 0.4);
  }

  .lg\:text-gray-100\/45{
    color: rgb(243 244 246 / 0.45);
  }

  .lg\:text-gray-100\/5{
    color: rgb(243 244 246 / 0.05);
  }

  .lg\:text-gray-100\/50{
    color: rgb(243 244 246 / 0.5);
  }

  .lg\:text-gray-100\/55{
    color: rgb(243 244 246 / 0.55);
  }

  .lg\:text-gray-100\/60{
    color: rgb(243 244 246 / 0.6);
  }

  .lg\:text-gray-100\/65{
    color: rgb(243 244 246 / 0.65);
  }

  .lg\:text-gray-100\/70{
    color: rgb(243 244 246 / 0.7);
  }

  .lg\:text-gray-100\/75{
    color: rgb(243 244 246 / 0.75);
  }

  .lg\:text-gray-100\/80{
    color: rgb(243 244 246 / 0.8);
  }

  .lg\:text-gray-100\/85{
    color: rgb(243 244 246 / 0.85);
  }

  .lg\:text-gray-100\/90{
    color: rgb(243 244 246 / 0.9);
  }

  .lg\:text-gray-100\/95{
    color: rgb(243 244 246 / 0.95);
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-200\/0{
    color: rgb(229 231 235 / 0);
  }

  .lg\:text-gray-200\/10{
    color: rgb(229 231 235 / 0.1);
  }

  .lg\:text-gray-200\/100{
    color: rgb(229 231 235 / 1);
  }

  .lg\:text-gray-200\/15{
    color: rgb(229 231 235 / 0.15);
  }

  .lg\:text-gray-200\/20{
    color: rgb(229 231 235 / 0.2);
  }

  .lg\:text-gray-200\/25{
    color: rgb(229 231 235 / 0.25);
  }

  .lg\:text-gray-200\/30{
    color: rgb(229 231 235 / 0.3);
  }

  .lg\:text-gray-200\/35{
    color: rgb(229 231 235 / 0.35);
  }

  .lg\:text-gray-200\/40{
    color: rgb(229 231 235 / 0.4);
  }

  .lg\:text-gray-200\/45{
    color: rgb(229 231 235 / 0.45);
  }

  .lg\:text-gray-200\/5{
    color: rgb(229 231 235 / 0.05);
  }

  .lg\:text-gray-200\/50{
    color: rgb(229 231 235 / 0.5);
  }

  .lg\:text-gray-200\/55{
    color: rgb(229 231 235 / 0.55);
  }

  .lg\:text-gray-200\/60{
    color: rgb(229 231 235 / 0.6);
  }

  .lg\:text-gray-200\/65{
    color: rgb(229 231 235 / 0.65);
  }

  .lg\:text-gray-200\/70{
    color: rgb(229 231 235 / 0.7);
  }

  .lg\:text-gray-200\/75{
    color: rgb(229 231 235 / 0.75);
  }

  .lg\:text-gray-200\/80{
    color: rgb(229 231 235 / 0.8);
  }

  .lg\:text-gray-200\/85{
    color: rgb(229 231 235 / 0.85);
  }

  .lg\:text-gray-200\/90{
    color: rgb(229 231 235 / 0.9);
  }

  .lg\:text-gray-200\/95{
    color: rgb(229 231 235 / 0.95);
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-300\/0{
    color: rgb(209 213 219 / 0);
  }

  .lg\:text-gray-300\/10{
    color: rgb(209 213 219 / 0.1);
  }

  .lg\:text-gray-300\/100{
    color: rgb(209 213 219 / 1);
  }

  .lg\:text-gray-300\/15{
    color: rgb(209 213 219 / 0.15);
  }

  .lg\:text-gray-300\/20{
    color: rgb(209 213 219 / 0.2);
  }

  .lg\:text-gray-300\/25{
    color: rgb(209 213 219 / 0.25);
  }

  .lg\:text-gray-300\/30{
    color: rgb(209 213 219 / 0.3);
  }

  .lg\:text-gray-300\/35{
    color: rgb(209 213 219 / 0.35);
  }

  .lg\:text-gray-300\/40{
    color: rgb(209 213 219 / 0.4);
  }

  .lg\:text-gray-300\/45{
    color: rgb(209 213 219 / 0.45);
  }

  .lg\:text-gray-300\/5{
    color: rgb(209 213 219 / 0.05);
  }

  .lg\:text-gray-300\/50{
    color: rgb(209 213 219 / 0.5);
  }

  .lg\:text-gray-300\/55{
    color: rgb(209 213 219 / 0.55);
  }

  .lg\:text-gray-300\/60{
    color: rgb(209 213 219 / 0.6);
  }

  .lg\:text-gray-300\/65{
    color: rgb(209 213 219 / 0.65);
  }

  .lg\:text-gray-300\/70{
    color: rgb(209 213 219 / 0.7);
  }

  .lg\:text-gray-300\/75{
    color: rgb(209 213 219 / 0.75);
  }

  .lg\:text-gray-300\/80{
    color: rgb(209 213 219 / 0.8);
  }

  .lg\:text-gray-300\/85{
    color: rgb(209 213 219 / 0.85);
  }

  .lg\:text-gray-300\/90{
    color: rgb(209 213 219 / 0.9);
  }

  .lg\:text-gray-300\/95{
    color: rgb(209 213 219 / 0.95);
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-400\/0{
    color: rgb(156 163 175 / 0);
  }

  .lg\:text-gray-400\/10{
    color: rgb(156 163 175 / 0.1);
  }

  .lg\:text-gray-400\/100{
    color: rgb(156 163 175 / 1);
  }

  .lg\:text-gray-400\/15{
    color: rgb(156 163 175 / 0.15);
  }

  .lg\:text-gray-400\/20{
    color: rgb(156 163 175 / 0.2);
  }

  .lg\:text-gray-400\/25{
    color: rgb(156 163 175 / 0.25);
  }

  .lg\:text-gray-400\/30{
    color: rgb(156 163 175 / 0.3);
  }

  .lg\:text-gray-400\/35{
    color: rgb(156 163 175 / 0.35);
  }

  .lg\:text-gray-400\/40{
    color: rgb(156 163 175 / 0.4);
  }

  .lg\:text-gray-400\/45{
    color: rgb(156 163 175 / 0.45);
  }

  .lg\:text-gray-400\/5{
    color: rgb(156 163 175 / 0.05);
  }

  .lg\:text-gray-400\/50{
    color: rgb(156 163 175 / 0.5);
  }

  .lg\:text-gray-400\/55{
    color: rgb(156 163 175 / 0.55);
  }

  .lg\:text-gray-400\/60{
    color: rgb(156 163 175 / 0.6);
  }

  .lg\:text-gray-400\/65{
    color: rgb(156 163 175 / 0.65);
  }

  .lg\:text-gray-400\/70{
    color: rgb(156 163 175 / 0.7);
  }

  .lg\:text-gray-400\/75{
    color: rgb(156 163 175 / 0.75);
  }

  .lg\:text-gray-400\/80{
    color: rgb(156 163 175 / 0.8);
  }

  .lg\:text-gray-400\/85{
    color: rgb(156 163 175 / 0.85);
  }

  .lg\:text-gray-400\/90{
    color: rgb(156 163 175 / 0.9);
  }

  .lg\:text-gray-400\/95{
    color: rgb(156 163 175 / 0.95);
  }

  .lg\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-50\/0{
    color: rgb(249 250 251 / 0);
  }

  .lg\:text-gray-50\/10{
    color: rgb(249 250 251 / 0.1);
  }

  .lg\:text-gray-50\/100{
    color: rgb(249 250 251 / 1);
  }

  .lg\:text-gray-50\/15{
    color: rgb(249 250 251 / 0.15);
  }

  .lg\:text-gray-50\/20{
    color: rgb(249 250 251 / 0.2);
  }

  .lg\:text-gray-50\/25{
    color: rgb(249 250 251 / 0.25);
  }

  .lg\:text-gray-50\/30{
    color: rgb(249 250 251 / 0.3);
  }

  .lg\:text-gray-50\/35{
    color: rgb(249 250 251 / 0.35);
  }

  .lg\:text-gray-50\/40{
    color: rgb(249 250 251 / 0.4);
  }

  .lg\:text-gray-50\/45{
    color: rgb(249 250 251 / 0.45);
  }

  .lg\:text-gray-50\/5{
    color: rgb(249 250 251 / 0.05);
  }

  .lg\:text-gray-50\/50{
    color: rgb(249 250 251 / 0.5);
  }

  .lg\:text-gray-50\/55{
    color: rgb(249 250 251 / 0.55);
  }

  .lg\:text-gray-50\/60{
    color: rgb(249 250 251 / 0.6);
  }

  .lg\:text-gray-50\/65{
    color: rgb(249 250 251 / 0.65);
  }

  .lg\:text-gray-50\/70{
    color: rgb(249 250 251 / 0.7);
  }

  .lg\:text-gray-50\/75{
    color: rgb(249 250 251 / 0.75);
  }

  .lg\:text-gray-50\/80{
    color: rgb(249 250 251 / 0.8);
  }

  .lg\:text-gray-50\/85{
    color: rgb(249 250 251 / 0.85);
  }

  .lg\:text-gray-50\/90{
    color: rgb(249 250 251 / 0.9);
  }

  .lg\:text-gray-50\/95{
    color: rgb(249 250 251 / 0.95);
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-500\/0{
    color: rgb(107 114 128 / 0);
  }

  .lg\:text-gray-500\/10{
    color: rgb(107 114 128 / 0.1);
  }

  .lg\:text-gray-500\/100{
    color: rgb(107 114 128 / 1);
  }

  .lg\:text-gray-500\/15{
    color: rgb(107 114 128 / 0.15);
  }

  .lg\:text-gray-500\/20{
    color: rgb(107 114 128 / 0.2);
  }

  .lg\:text-gray-500\/25{
    color: rgb(107 114 128 / 0.25);
  }

  .lg\:text-gray-500\/30{
    color: rgb(107 114 128 / 0.3);
  }

  .lg\:text-gray-500\/35{
    color: rgb(107 114 128 / 0.35);
  }

  .lg\:text-gray-500\/40{
    color: rgb(107 114 128 / 0.4);
  }

  .lg\:text-gray-500\/45{
    color: rgb(107 114 128 / 0.45);
  }

  .lg\:text-gray-500\/5{
    color: rgb(107 114 128 / 0.05);
  }

  .lg\:text-gray-500\/50{
    color: rgb(107 114 128 / 0.5);
  }

  .lg\:text-gray-500\/55{
    color: rgb(107 114 128 / 0.55);
  }

  .lg\:text-gray-500\/60{
    color: rgb(107 114 128 / 0.6);
  }

  .lg\:text-gray-500\/65{
    color: rgb(107 114 128 / 0.65);
  }

  .lg\:text-gray-500\/70{
    color: rgb(107 114 128 / 0.7);
  }

  .lg\:text-gray-500\/75{
    color: rgb(107 114 128 / 0.75);
  }

  .lg\:text-gray-500\/80{
    color: rgb(107 114 128 / 0.8);
  }

  .lg\:text-gray-500\/85{
    color: rgb(107 114 128 / 0.85);
  }

  .lg\:text-gray-500\/90{
    color: rgb(107 114 128 / 0.9);
  }

  .lg\:text-gray-500\/95{
    color: rgb(107 114 128 / 0.95);
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-600\/0{
    color: rgb(75 85 99 / 0);
  }

  .lg\:text-gray-600\/10{
    color: rgb(75 85 99 / 0.1);
  }

  .lg\:text-gray-600\/100{
    color: rgb(75 85 99 / 1);
  }

  .lg\:text-gray-600\/15{
    color: rgb(75 85 99 / 0.15);
  }

  .lg\:text-gray-600\/20{
    color: rgb(75 85 99 / 0.2);
  }

  .lg\:text-gray-600\/25{
    color: rgb(75 85 99 / 0.25);
  }

  .lg\:text-gray-600\/30{
    color: rgb(75 85 99 / 0.3);
  }

  .lg\:text-gray-600\/35{
    color: rgb(75 85 99 / 0.35);
  }

  .lg\:text-gray-600\/40{
    color: rgb(75 85 99 / 0.4);
  }

  .lg\:text-gray-600\/45{
    color: rgb(75 85 99 / 0.45);
  }

  .lg\:text-gray-600\/5{
    color: rgb(75 85 99 / 0.05);
  }

  .lg\:text-gray-600\/50{
    color: rgb(75 85 99 / 0.5);
  }

  .lg\:text-gray-600\/55{
    color: rgb(75 85 99 / 0.55);
  }

  .lg\:text-gray-600\/60{
    color: rgb(75 85 99 / 0.6);
  }

  .lg\:text-gray-600\/65{
    color: rgb(75 85 99 / 0.65);
  }

  .lg\:text-gray-600\/70{
    color: rgb(75 85 99 / 0.7);
  }

  .lg\:text-gray-600\/75{
    color: rgb(75 85 99 / 0.75);
  }

  .lg\:text-gray-600\/80{
    color: rgb(75 85 99 / 0.8);
  }

  .lg\:text-gray-600\/85{
    color: rgb(75 85 99 / 0.85);
  }

  .lg\:text-gray-600\/90{
    color: rgb(75 85 99 / 0.9);
  }

  .lg\:text-gray-600\/95{
    color: rgb(75 85 99 / 0.95);
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-700\/0{
    color: rgb(55 65 81 / 0);
  }

  .lg\:text-gray-700\/10{
    color: rgb(55 65 81 / 0.1);
  }

  .lg\:text-gray-700\/100{
    color: rgb(55 65 81 / 1);
  }

  .lg\:text-gray-700\/15{
    color: rgb(55 65 81 / 0.15);
  }

  .lg\:text-gray-700\/20{
    color: rgb(55 65 81 / 0.2);
  }

  .lg\:text-gray-700\/25{
    color: rgb(55 65 81 / 0.25);
  }

  .lg\:text-gray-700\/30{
    color: rgb(55 65 81 / 0.3);
  }

  .lg\:text-gray-700\/35{
    color: rgb(55 65 81 / 0.35);
  }

  .lg\:text-gray-700\/40{
    color: rgb(55 65 81 / 0.4);
  }

  .lg\:text-gray-700\/45{
    color: rgb(55 65 81 / 0.45);
  }

  .lg\:text-gray-700\/5{
    color: rgb(55 65 81 / 0.05);
  }

  .lg\:text-gray-700\/50{
    color: rgb(55 65 81 / 0.5);
  }

  .lg\:text-gray-700\/55{
    color: rgb(55 65 81 / 0.55);
  }

  .lg\:text-gray-700\/60{
    color: rgb(55 65 81 / 0.6);
  }

  .lg\:text-gray-700\/65{
    color: rgb(55 65 81 / 0.65);
  }

  .lg\:text-gray-700\/70{
    color: rgb(55 65 81 / 0.7);
  }

  .lg\:text-gray-700\/75{
    color: rgb(55 65 81 / 0.75);
  }

  .lg\:text-gray-700\/80{
    color: rgb(55 65 81 / 0.8);
  }

  .lg\:text-gray-700\/85{
    color: rgb(55 65 81 / 0.85);
  }

  .lg\:text-gray-700\/90{
    color: rgb(55 65 81 / 0.9);
  }

  .lg\:text-gray-700\/95{
    color: rgb(55 65 81 / 0.95);
  }

  .lg\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-800\/0{
    color: rgb(31 41 55 / 0);
  }

  .lg\:text-gray-800\/10{
    color: rgb(31 41 55 / 0.1);
  }

  .lg\:text-gray-800\/100{
    color: rgb(31 41 55 / 1);
  }

  .lg\:text-gray-800\/15{
    color: rgb(31 41 55 / 0.15);
  }

  .lg\:text-gray-800\/20{
    color: rgb(31 41 55 / 0.2);
  }

  .lg\:text-gray-800\/25{
    color: rgb(31 41 55 / 0.25);
  }

  .lg\:text-gray-800\/30{
    color: rgb(31 41 55 / 0.3);
  }

  .lg\:text-gray-800\/35{
    color: rgb(31 41 55 / 0.35);
  }

  .lg\:text-gray-800\/40{
    color: rgb(31 41 55 / 0.4);
  }

  .lg\:text-gray-800\/45{
    color: rgb(31 41 55 / 0.45);
  }

  .lg\:text-gray-800\/5{
    color: rgb(31 41 55 / 0.05);
  }

  .lg\:text-gray-800\/50{
    color: rgb(31 41 55 / 0.5);
  }

  .lg\:text-gray-800\/55{
    color: rgb(31 41 55 / 0.55);
  }

  .lg\:text-gray-800\/60{
    color: rgb(31 41 55 / 0.6);
  }

  .lg\:text-gray-800\/65{
    color: rgb(31 41 55 / 0.65);
  }

  .lg\:text-gray-800\/70{
    color: rgb(31 41 55 / 0.7);
  }

  .lg\:text-gray-800\/75{
    color: rgb(31 41 55 / 0.75);
  }

  .lg\:text-gray-800\/80{
    color: rgb(31 41 55 / 0.8);
  }

  .lg\:text-gray-800\/85{
    color: rgb(31 41 55 / 0.85);
  }

  .lg\:text-gray-800\/90{
    color: rgb(31 41 55 / 0.9);
  }

  .lg\:text-gray-800\/95{
    color: rgb(31 41 55 / 0.95);
  }

  .lg\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-900\/0{
    color: rgb(17 24 39 / 0);
  }

  .lg\:text-gray-900\/10{
    color: rgb(17 24 39 / 0.1);
  }

  .lg\:text-gray-900\/100{
    color: rgb(17 24 39 / 1);
  }

  .lg\:text-gray-900\/15{
    color: rgb(17 24 39 / 0.15);
  }

  .lg\:text-gray-900\/20{
    color: rgb(17 24 39 / 0.2);
  }

  .lg\:text-gray-900\/25{
    color: rgb(17 24 39 / 0.25);
  }

  .lg\:text-gray-900\/30{
    color: rgb(17 24 39 / 0.3);
  }

  .lg\:text-gray-900\/35{
    color: rgb(17 24 39 / 0.35);
  }

  .lg\:text-gray-900\/40{
    color: rgb(17 24 39 / 0.4);
  }

  .lg\:text-gray-900\/45{
    color: rgb(17 24 39 / 0.45);
  }

  .lg\:text-gray-900\/5{
    color: rgb(17 24 39 / 0.05);
  }

  .lg\:text-gray-900\/50{
    color: rgb(17 24 39 / 0.5);
  }

  .lg\:text-gray-900\/55{
    color: rgb(17 24 39 / 0.55);
  }

  .lg\:text-gray-900\/60{
    color: rgb(17 24 39 / 0.6);
  }

  .lg\:text-gray-900\/65{
    color: rgb(17 24 39 / 0.65);
  }

  .lg\:text-gray-900\/70{
    color: rgb(17 24 39 / 0.7);
  }

  .lg\:text-gray-900\/75{
    color: rgb(17 24 39 / 0.75);
  }

  .lg\:text-gray-900\/80{
    color: rgb(17 24 39 / 0.8);
  }

  .lg\:text-gray-900\/85{
    color: rgb(17 24 39 / 0.85);
  }

  .lg\:text-gray-900\/90{
    color: rgb(17 24 39 / 0.9);
  }

  .lg\:text-gray-900\/95{
    color: rgb(17 24 39 / 0.95);
  }

  .lg\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }

  .lg\:text-gray-950\/0{
    color: rgb(3 7 18 / 0);
  }

  .lg\:text-gray-950\/10{
    color: rgb(3 7 18 / 0.1);
  }

  .lg\:text-gray-950\/100{
    color: rgb(3 7 18 / 1);
  }

  .lg\:text-gray-950\/15{
    color: rgb(3 7 18 / 0.15);
  }

  .lg\:text-gray-950\/20{
    color: rgb(3 7 18 / 0.2);
  }

  .lg\:text-gray-950\/25{
    color: rgb(3 7 18 / 0.25);
  }

  .lg\:text-gray-950\/30{
    color: rgb(3 7 18 / 0.3);
  }

  .lg\:text-gray-950\/35{
    color: rgb(3 7 18 / 0.35);
  }

  .lg\:text-gray-950\/40{
    color: rgb(3 7 18 / 0.4);
  }

  .lg\:text-gray-950\/45{
    color: rgb(3 7 18 / 0.45);
  }

  .lg\:text-gray-950\/5{
    color: rgb(3 7 18 / 0.05);
  }

  .lg\:text-gray-950\/50{
    color: rgb(3 7 18 / 0.5);
  }

  .lg\:text-gray-950\/55{
    color: rgb(3 7 18 / 0.55);
  }

  .lg\:text-gray-950\/60{
    color: rgb(3 7 18 / 0.6);
  }

  .lg\:text-gray-950\/65{
    color: rgb(3 7 18 / 0.65);
  }

  .lg\:text-gray-950\/70{
    color: rgb(3 7 18 / 0.7);
  }

  .lg\:text-gray-950\/75{
    color: rgb(3 7 18 / 0.75);
  }

  .lg\:text-gray-950\/80{
    color: rgb(3 7 18 / 0.8);
  }

  .lg\:text-gray-950\/85{
    color: rgb(3 7 18 / 0.85);
  }

  .lg\:text-gray-950\/90{
    color: rgb(3 7 18 / 0.9);
  }

  .lg\:text-gray-950\/95{
    color: rgb(3 7 18 / 0.95);
  }

  .lg\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-100\/0{
    color: rgb(220 252 231 / 0);
  }

  .lg\:text-green-100\/10{
    color: rgb(220 252 231 / 0.1);
  }

  .lg\:text-green-100\/100{
    color: rgb(220 252 231 / 1);
  }

  .lg\:text-green-100\/15{
    color: rgb(220 252 231 / 0.15);
  }

  .lg\:text-green-100\/20{
    color: rgb(220 252 231 / 0.2);
  }

  .lg\:text-green-100\/25{
    color: rgb(220 252 231 / 0.25);
  }

  .lg\:text-green-100\/30{
    color: rgb(220 252 231 / 0.3);
  }

  .lg\:text-green-100\/35{
    color: rgb(220 252 231 / 0.35);
  }

  .lg\:text-green-100\/40{
    color: rgb(220 252 231 / 0.4);
  }

  .lg\:text-green-100\/45{
    color: rgb(220 252 231 / 0.45);
  }

  .lg\:text-green-100\/5{
    color: rgb(220 252 231 / 0.05);
  }

  .lg\:text-green-100\/50{
    color: rgb(220 252 231 / 0.5);
  }

  .lg\:text-green-100\/55{
    color: rgb(220 252 231 / 0.55);
  }

  .lg\:text-green-100\/60{
    color: rgb(220 252 231 / 0.6);
  }

  .lg\:text-green-100\/65{
    color: rgb(220 252 231 / 0.65);
  }

  .lg\:text-green-100\/70{
    color: rgb(220 252 231 / 0.7);
  }

  .lg\:text-green-100\/75{
    color: rgb(220 252 231 / 0.75);
  }

  .lg\:text-green-100\/80{
    color: rgb(220 252 231 / 0.8);
  }

  .lg\:text-green-100\/85{
    color: rgb(220 252 231 / 0.85);
  }

  .lg\:text-green-100\/90{
    color: rgb(220 252 231 / 0.9);
  }

  .lg\:text-green-100\/95{
    color: rgb(220 252 231 / 0.95);
  }

  .lg\:text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-200\/0{
    color: rgb(187 247 208 / 0);
  }

  .lg\:text-green-200\/10{
    color: rgb(187 247 208 / 0.1);
  }

  .lg\:text-green-200\/100{
    color: rgb(187 247 208 / 1);
  }

  .lg\:text-green-200\/15{
    color: rgb(187 247 208 / 0.15);
  }

  .lg\:text-green-200\/20{
    color: rgb(187 247 208 / 0.2);
  }

  .lg\:text-green-200\/25{
    color: rgb(187 247 208 / 0.25);
  }

  .lg\:text-green-200\/30{
    color: rgb(187 247 208 / 0.3);
  }

  .lg\:text-green-200\/35{
    color: rgb(187 247 208 / 0.35);
  }

  .lg\:text-green-200\/40{
    color: rgb(187 247 208 / 0.4);
  }

  .lg\:text-green-200\/45{
    color: rgb(187 247 208 / 0.45);
  }

  .lg\:text-green-200\/5{
    color: rgb(187 247 208 / 0.05);
  }

  .lg\:text-green-200\/50{
    color: rgb(187 247 208 / 0.5);
  }

  .lg\:text-green-200\/55{
    color: rgb(187 247 208 / 0.55);
  }

  .lg\:text-green-200\/60{
    color: rgb(187 247 208 / 0.6);
  }

  .lg\:text-green-200\/65{
    color: rgb(187 247 208 / 0.65);
  }

  .lg\:text-green-200\/70{
    color: rgb(187 247 208 / 0.7);
  }

  .lg\:text-green-200\/75{
    color: rgb(187 247 208 / 0.75);
  }

  .lg\:text-green-200\/80{
    color: rgb(187 247 208 / 0.8);
  }

  .lg\:text-green-200\/85{
    color: rgb(187 247 208 / 0.85);
  }

  .lg\:text-green-200\/90{
    color: rgb(187 247 208 / 0.9);
  }

  .lg\:text-green-200\/95{
    color: rgb(187 247 208 / 0.95);
  }

  .lg\:text-green-300{
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-300\/0{
    color: rgb(134 239 172 / 0);
  }

  .lg\:text-green-300\/10{
    color: rgb(134 239 172 / 0.1);
  }

  .lg\:text-green-300\/100{
    color: rgb(134 239 172 / 1);
  }

  .lg\:text-green-300\/15{
    color: rgb(134 239 172 / 0.15);
  }

  .lg\:text-green-300\/20{
    color: rgb(134 239 172 / 0.2);
  }

  .lg\:text-green-300\/25{
    color: rgb(134 239 172 / 0.25);
  }

  .lg\:text-green-300\/30{
    color: rgb(134 239 172 / 0.3);
  }

  .lg\:text-green-300\/35{
    color: rgb(134 239 172 / 0.35);
  }

  .lg\:text-green-300\/40{
    color: rgb(134 239 172 / 0.4);
  }

  .lg\:text-green-300\/45{
    color: rgb(134 239 172 / 0.45);
  }

  .lg\:text-green-300\/5{
    color: rgb(134 239 172 / 0.05);
  }

  .lg\:text-green-300\/50{
    color: rgb(134 239 172 / 0.5);
  }

  .lg\:text-green-300\/55{
    color: rgb(134 239 172 / 0.55);
  }

  .lg\:text-green-300\/60{
    color: rgb(134 239 172 / 0.6);
  }

  .lg\:text-green-300\/65{
    color: rgb(134 239 172 / 0.65);
  }

  .lg\:text-green-300\/70{
    color: rgb(134 239 172 / 0.7);
  }

  .lg\:text-green-300\/75{
    color: rgb(134 239 172 / 0.75);
  }

  .lg\:text-green-300\/80{
    color: rgb(134 239 172 / 0.8);
  }

  .lg\:text-green-300\/85{
    color: rgb(134 239 172 / 0.85);
  }

  .lg\:text-green-300\/90{
    color: rgb(134 239 172 / 0.9);
  }

  .lg\:text-green-300\/95{
    color: rgb(134 239 172 / 0.95);
  }

  .lg\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-400\/0{
    color: rgb(74 222 128 / 0);
  }

  .lg\:text-green-400\/10{
    color: rgb(74 222 128 / 0.1);
  }

  .lg\:text-green-400\/100{
    color: rgb(74 222 128 / 1);
  }

  .lg\:text-green-400\/15{
    color: rgb(74 222 128 / 0.15);
  }

  .lg\:text-green-400\/20{
    color: rgb(74 222 128 / 0.2);
  }

  .lg\:text-green-400\/25{
    color: rgb(74 222 128 / 0.25);
  }

  .lg\:text-green-400\/30{
    color: rgb(74 222 128 / 0.3);
  }

  .lg\:text-green-400\/35{
    color: rgb(74 222 128 / 0.35);
  }

  .lg\:text-green-400\/40{
    color: rgb(74 222 128 / 0.4);
  }

  .lg\:text-green-400\/45{
    color: rgb(74 222 128 / 0.45);
  }

  .lg\:text-green-400\/5{
    color: rgb(74 222 128 / 0.05);
  }

  .lg\:text-green-400\/50{
    color: rgb(74 222 128 / 0.5);
  }

  .lg\:text-green-400\/55{
    color: rgb(74 222 128 / 0.55);
  }

  .lg\:text-green-400\/60{
    color: rgb(74 222 128 / 0.6);
  }

  .lg\:text-green-400\/65{
    color: rgb(74 222 128 / 0.65);
  }

  .lg\:text-green-400\/70{
    color: rgb(74 222 128 / 0.7);
  }

  .lg\:text-green-400\/75{
    color: rgb(74 222 128 / 0.75);
  }

  .lg\:text-green-400\/80{
    color: rgb(74 222 128 / 0.8);
  }

  .lg\:text-green-400\/85{
    color: rgb(74 222 128 / 0.85);
  }

  .lg\:text-green-400\/90{
    color: rgb(74 222 128 / 0.9);
  }

  .lg\:text-green-400\/95{
    color: rgb(74 222 128 / 0.95);
  }

  .lg\:text-green-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-50\/0{
    color: rgb(240 253 244 / 0);
  }

  .lg\:text-green-50\/10{
    color: rgb(240 253 244 / 0.1);
  }

  .lg\:text-green-50\/100{
    color: rgb(240 253 244 / 1);
  }

  .lg\:text-green-50\/15{
    color: rgb(240 253 244 / 0.15);
  }

  .lg\:text-green-50\/20{
    color: rgb(240 253 244 / 0.2);
  }

  .lg\:text-green-50\/25{
    color: rgb(240 253 244 / 0.25);
  }

  .lg\:text-green-50\/30{
    color: rgb(240 253 244 / 0.3);
  }

  .lg\:text-green-50\/35{
    color: rgb(240 253 244 / 0.35);
  }

  .lg\:text-green-50\/40{
    color: rgb(240 253 244 / 0.4);
  }

  .lg\:text-green-50\/45{
    color: rgb(240 253 244 / 0.45);
  }

  .lg\:text-green-50\/5{
    color: rgb(240 253 244 / 0.05);
  }

  .lg\:text-green-50\/50{
    color: rgb(240 253 244 / 0.5);
  }

  .lg\:text-green-50\/55{
    color: rgb(240 253 244 / 0.55);
  }

  .lg\:text-green-50\/60{
    color: rgb(240 253 244 / 0.6);
  }

  .lg\:text-green-50\/65{
    color: rgb(240 253 244 / 0.65);
  }

  .lg\:text-green-50\/70{
    color: rgb(240 253 244 / 0.7);
  }

  .lg\:text-green-50\/75{
    color: rgb(240 253 244 / 0.75);
  }

  .lg\:text-green-50\/80{
    color: rgb(240 253 244 / 0.8);
  }

  .lg\:text-green-50\/85{
    color: rgb(240 253 244 / 0.85);
  }

  .lg\:text-green-50\/90{
    color: rgb(240 253 244 / 0.9);
  }

  .lg\:text-green-50\/95{
    color: rgb(240 253 244 / 0.95);
  }

  .lg\:text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-500\/0{
    color: rgb(34 197 94 / 0);
  }

  .lg\:text-green-500\/10{
    color: rgb(34 197 94 / 0.1);
  }

  .lg\:text-green-500\/100{
    color: rgb(34 197 94 / 1);
  }

  .lg\:text-green-500\/15{
    color: rgb(34 197 94 / 0.15);
  }

  .lg\:text-green-500\/20{
    color: rgb(34 197 94 / 0.2);
  }

  .lg\:text-green-500\/25{
    color: rgb(34 197 94 / 0.25);
  }

  .lg\:text-green-500\/30{
    color: rgb(34 197 94 / 0.3);
  }

  .lg\:text-green-500\/35{
    color: rgb(34 197 94 / 0.35);
  }

  .lg\:text-green-500\/40{
    color: rgb(34 197 94 / 0.4);
  }

  .lg\:text-green-500\/45{
    color: rgb(34 197 94 / 0.45);
  }

  .lg\:text-green-500\/5{
    color: rgb(34 197 94 / 0.05);
  }

  .lg\:text-green-500\/50{
    color: rgb(34 197 94 / 0.5);
  }

  .lg\:text-green-500\/55{
    color: rgb(34 197 94 / 0.55);
  }

  .lg\:text-green-500\/60{
    color: rgb(34 197 94 / 0.6);
  }

  .lg\:text-green-500\/65{
    color: rgb(34 197 94 / 0.65);
  }

  .lg\:text-green-500\/70{
    color: rgb(34 197 94 / 0.7);
  }

  .lg\:text-green-500\/75{
    color: rgb(34 197 94 / 0.75);
  }

  .lg\:text-green-500\/80{
    color: rgb(34 197 94 / 0.8);
  }

  .lg\:text-green-500\/85{
    color: rgb(34 197 94 / 0.85);
  }

  .lg\:text-green-500\/90{
    color: rgb(34 197 94 / 0.9);
  }

  .lg\:text-green-500\/95{
    color: rgb(34 197 94 / 0.95);
  }

  .lg\:text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-600\/0{
    color: rgb(22 163 74 / 0);
  }

  .lg\:text-green-600\/10{
    color: rgb(22 163 74 / 0.1);
  }

  .lg\:text-green-600\/100{
    color: rgb(22 163 74 / 1);
  }

  .lg\:text-green-600\/15{
    color: rgb(22 163 74 / 0.15);
  }

  .lg\:text-green-600\/20{
    color: rgb(22 163 74 / 0.2);
  }

  .lg\:text-green-600\/25{
    color: rgb(22 163 74 / 0.25);
  }

  .lg\:text-green-600\/30{
    color: rgb(22 163 74 / 0.3);
  }

  .lg\:text-green-600\/35{
    color: rgb(22 163 74 / 0.35);
  }

  .lg\:text-green-600\/40{
    color: rgb(22 163 74 / 0.4);
  }

  .lg\:text-green-600\/45{
    color: rgb(22 163 74 / 0.45);
  }

  .lg\:text-green-600\/5{
    color: rgb(22 163 74 / 0.05);
  }

  .lg\:text-green-600\/50{
    color: rgb(22 163 74 / 0.5);
  }

  .lg\:text-green-600\/55{
    color: rgb(22 163 74 / 0.55);
  }

  .lg\:text-green-600\/60{
    color: rgb(22 163 74 / 0.6);
  }

  .lg\:text-green-600\/65{
    color: rgb(22 163 74 / 0.65);
  }

  .lg\:text-green-600\/70{
    color: rgb(22 163 74 / 0.7);
  }

  .lg\:text-green-600\/75{
    color: rgb(22 163 74 / 0.75);
  }

  .lg\:text-green-600\/80{
    color: rgb(22 163 74 / 0.8);
  }

  .lg\:text-green-600\/85{
    color: rgb(22 163 74 / 0.85);
  }

  .lg\:text-green-600\/90{
    color: rgb(22 163 74 / 0.9);
  }

  .lg\:text-green-600\/95{
    color: rgb(22 163 74 / 0.95);
  }

  .lg\:text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-700\/0{
    color: rgb(21 128 61 / 0);
  }

  .lg\:text-green-700\/10{
    color: rgb(21 128 61 / 0.1);
  }

  .lg\:text-green-700\/100{
    color: rgb(21 128 61 / 1);
  }

  .lg\:text-green-700\/15{
    color: rgb(21 128 61 / 0.15);
  }

  .lg\:text-green-700\/20{
    color: rgb(21 128 61 / 0.2);
  }

  .lg\:text-green-700\/25{
    color: rgb(21 128 61 / 0.25);
  }

  .lg\:text-green-700\/30{
    color: rgb(21 128 61 / 0.3);
  }

  .lg\:text-green-700\/35{
    color: rgb(21 128 61 / 0.35);
  }

  .lg\:text-green-700\/40{
    color: rgb(21 128 61 / 0.4);
  }

  .lg\:text-green-700\/45{
    color: rgb(21 128 61 / 0.45);
  }

  .lg\:text-green-700\/5{
    color: rgb(21 128 61 / 0.05);
  }

  .lg\:text-green-700\/50{
    color: rgb(21 128 61 / 0.5);
  }

  .lg\:text-green-700\/55{
    color: rgb(21 128 61 / 0.55);
  }

  .lg\:text-green-700\/60{
    color: rgb(21 128 61 / 0.6);
  }

  .lg\:text-green-700\/65{
    color: rgb(21 128 61 / 0.65);
  }

  .lg\:text-green-700\/70{
    color: rgb(21 128 61 / 0.7);
  }

  .lg\:text-green-700\/75{
    color: rgb(21 128 61 / 0.75);
  }

  .lg\:text-green-700\/80{
    color: rgb(21 128 61 / 0.8);
  }

  .lg\:text-green-700\/85{
    color: rgb(21 128 61 / 0.85);
  }

  .lg\:text-green-700\/90{
    color: rgb(21 128 61 / 0.9);
  }

  .lg\:text-green-700\/95{
    color: rgb(21 128 61 / 0.95);
  }

  .lg\:text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-800\/0{
    color: rgb(22 101 52 / 0);
  }

  .lg\:text-green-800\/10{
    color: rgb(22 101 52 / 0.1);
  }

  .lg\:text-green-800\/100{
    color: rgb(22 101 52 / 1);
  }

  .lg\:text-green-800\/15{
    color: rgb(22 101 52 / 0.15);
  }

  .lg\:text-green-800\/20{
    color: rgb(22 101 52 / 0.2);
  }

  .lg\:text-green-800\/25{
    color: rgb(22 101 52 / 0.25);
  }

  .lg\:text-green-800\/30{
    color: rgb(22 101 52 / 0.3);
  }

  .lg\:text-green-800\/35{
    color: rgb(22 101 52 / 0.35);
  }

  .lg\:text-green-800\/40{
    color: rgb(22 101 52 / 0.4);
  }

  .lg\:text-green-800\/45{
    color: rgb(22 101 52 / 0.45);
  }

  .lg\:text-green-800\/5{
    color: rgb(22 101 52 / 0.05);
  }

  .lg\:text-green-800\/50{
    color: rgb(22 101 52 / 0.5);
  }

  .lg\:text-green-800\/55{
    color: rgb(22 101 52 / 0.55);
  }

  .lg\:text-green-800\/60{
    color: rgb(22 101 52 / 0.6);
  }

  .lg\:text-green-800\/65{
    color: rgb(22 101 52 / 0.65);
  }

  .lg\:text-green-800\/70{
    color: rgb(22 101 52 / 0.7);
  }

  .lg\:text-green-800\/75{
    color: rgb(22 101 52 / 0.75);
  }

  .lg\:text-green-800\/80{
    color: rgb(22 101 52 / 0.8);
  }

  .lg\:text-green-800\/85{
    color: rgb(22 101 52 / 0.85);
  }

  .lg\:text-green-800\/90{
    color: rgb(22 101 52 / 0.9);
  }

  .lg\:text-green-800\/95{
    color: rgb(22 101 52 / 0.95);
  }

  .lg\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-900\/0{
    color: rgb(20 83 45 / 0);
  }

  .lg\:text-green-900\/10{
    color: rgb(20 83 45 / 0.1);
  }

  .lg\:text-green-900\/100{
    color: rgb(20 83 45 / 1);
  }

  .lg\:text-green-900\/15{
    color: rgb(20 83 45 / 0.15);
  }

  .lg\:text-green-900\/20{
    color: rgb(20 83 45 / 0.2);
  }

  .lg\:text-green-900\/25{
    color: rgb(20 83 45 / 0.25);
  }

  .lg\:text-green-900\/30{
    color: rgb(20 83 45 / 0.3);
  }

  .lg\:text-green-900\/35{
    color: rgb(20 83 45 / 0.35);
  }

  .lg\:text-green-900\/40{
    color: rgb(20 83 45 / 0.4);
  }

  .lg\:text-green-900\/45{
    color: rgb(20 83 45 / 0.45);
  }

  .lg\:text-green-900\/5{
    color: rgb(20 83 45 / 0.05);
  }

  .lg\:text-green-900\/50{
    color: rgb(20 83 45 / 0.5);
  }

  .lg\:text-green-900\/55{
    color: rgb(20 83 45 / 0.55);
  }

  .lg\:text-green-900\/60{
    color: rgb(20 83 45 / 0.6);
  }

  .lg\:text-green-900\/65{
    color: rgb(20 83 45 / 0.65);
  }

  .lg\:text-green-900\/70{
    color: rgb(20 83 45 / 0.7);
  }

  .lg\:text-green-900\/75{
    color: rgb(20 83 45 / 0.75);
  }

  .lg\:text-green-900\/80{
    color: rgb(20 83 45 / 0.8);
  }

  .lg\:text-green-900\/85{
    color: rgb(20 83 45 / 0.85);
  }

  .lg\:text-green-900\/90{
    color: rgb(20 83 45 / 0.9);
  }

  .lg\:text-green-900\/95{
    color: rgb(20 83 45 / 0.95);
  }

  .lg\:text-green-950{
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity, 1));
  }

  .lg\:text-green-950\/0{
    color: rgb(5 46 22 / 0);
  }

  .lg\:text-green-950\/10{
    color: rgb(5 46 22 / 0.1);
  }

  .lg\:text-green-950\/100{
    color: rgb(5 46 22 / 1);
  }

  .lg\:text-green-950\/15{
    color: rgb(5 46 22 / 0.15);
  }

  .lg\:text-green-950\/20{
    color: rgb(5 46 22 / 0.2);
  }

  .lg\:text-green-950\/25{
    color: rgb(5 46 22 / 0.25);
  }

  .lg\:text-green-950\/30{
    color: rgb(5 46 22 / 0.3);
  }

  .lg\:text-green-950\/35{
    color: rgb(5 46 22 / 0.35);
  }

  .lg\:text-green-950\/40{
    color: rgb(5 46 22 / 0.4);
  }

  .lg\:text-green-950\/45{
    color: rgb(5 46 22 / 0.45);
  }

  .lg\:text-green-950\/5{
    color: rgb(5 46 22 / 0.05);
  }

  .lg\:text-green-950\/50{
    color: rgb(5 46 22 / 0.5);
  }

  .lg\:text-green-950\/55{
    color: rgb(5 46 22 / 0.55);
  }

  .lg\:text-green-950\/60{
    color: rgb(5 46 22 / 0.6);
  }

  .lg\:text-green-950\/65{
    color: rgb(5 46 22 / 0.65);
  }

  .lg\:text-green-950\/70{
    color: rgb(5 46 22 / 0.7);
  }

  .lg\:text-green-950\/75{
    color: rgb(5 46 22 / 0.75);
  }

  .lg\:text-green-950\/80{
    color: rgb(5 46 22 / 0.8);
  }

  .lg\:text-green-950\/85{
    color: rgb(5 46 22 / 0.85);
  }

  .lg\:text-green-950\/90{
    color: rgb(5 46 22 / 0.9);
  }

  .lg\:text-green-950\/95{
    color: rgb(5 46 22 / 0.95);
  }

  .lg\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-100\/0{
    color: rgb(224 231 255 / 0);
  }

  .lg\:text-indigo-100\/10{
    color: rgb(224 231 255 / 0.1);
  }

  .lg\:text-indigo-100\/100{
    color: rgb(224 231 255 / 1);
  }

  .lg\:text-indigo-100\/15{
    color: rgb(224 231 255 / 0.15);
  }

  .lg\:text-indigo-100\/20{
    color: rgb(224 231 255 / 0.2);
  }

  .lg\:text-indigo-100\/25{
    color: rgb(224 231 255 / 0.25);
  }

  .lg\:text-indigo-100\/30{
    color: rgb(224 231 255 / 0.3);
  }

  .lg\:text-indigo-100\/35{
    color: rgb(224 231 255 / 0.35);
  }

  .lg\:text-indigo-100\/40{
    color: rgb(224 231 255 / 0.4);
  }

  .lg\:text-indigo-100\/45{
    color: rgb(224 231 255 / 0.45);
  }

  .lg\:text-indigo-100\/5{
    color: rgb(224 231 255 / 0.05);
  }

  .lg\:text-indigo-100\/50{
    color: rgb(224 231 255 / 0.5);
  }

  .lg\:text-indigo-100\/55{
    color: rgb(224 231 255 / 0.55);
  }

  .lg\:text-indigo-100\/60{
    color: rgb(224 231 255 / 0.6);
  }

  .lg\:text-indigo-100\/65{
    color: rgb(224 231 255 / 0.65);
  }

  .lg\:text-indigo-100\/70{
    color: rgb(224 231 255 / 0.7);
  }

  .lg\:text-indigo-100\/75{
    color: rgb(224 231 255 / 0.75);
  }

  .lg\:text-indigo-100\/80{
    color: rgb(224 231 255 / 0.8);
  }

  .lg\:text-indigo-100\/85{
    color: rgb(224 231 255 / 0.85);
  }

  .lg\:text-indigo-100\/90{
    color: rgb(224 231 255 / 0.9);
  }

  .lg\:text-indigo-100\/95{
    color: rgb(224 231 255 / 0.95);
  }

  .lg\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-200\/0{
    color: rgb(199 210 254 / 0);
  }

  .lg\:text-indigo-200\/10{
    color: rgb(199 210 254 / 0.1);
  }

  .lg\:text-indigo-200\/100{
    color: rgb(199 210 254 / 1);
  }

  .lg\:text-indigo-200\/15{
    color: rgb(199 210 254 / 0.15);
  }

  .lg\:text-indigo-200\/20{
    color: rgb(199 210 254 / 0.2);
  }

  .lg\:text-indigo-200\/25{
    color: rgb(199 210 254 / 0.25);
  }

  .lg\:text-indigo-200\/30{
    color: rgb(199 210 254 / 0.3);
  }

  .lg\:text-indigo-200\/35{
    color: rgb(199 210 254 / 0.35);
  }

  .lg\:text-indigo-200\/40{
    color: rgb(199 210 254 / 0.4);
  }

  .lg\:text-indigo-200\/45{
    color: rgb(199 210 254 / 0.45);
  }

  .lg\:text-indigo-200\/5{
    color: rgb(199 210 254 / 0.05);
  }

  .lg\:text-indigo-200\/50{
    color: rgb(199 210 254 / 0.5);
  }

  .lg\:text-indigo-200\/55{
    color: rgb(199 210 254 / 0.55);
  }

  .lg\:text-indigo-200\/60{
    color: rgb(199 210 254 / 0.6);
  }

  .lg\:text-indigo-200\/65{
    color: rgb(199 210 254 / 0.65);
  }

  .lg\:text-indigo-200\/70{
    color: rgb(199 210 254 / 0.7);
  }

  .lg\:text-indigo-200\/75{
    color: rgb(199 210 254 / 0.75);
  }

  .lg\:text-indigo-200\/80{
    color: rgb(199 210 254 / 0.8);
  }

  .lg\:text-indigo-200\/85{
    color: rgb(199 210 254 / 0.85);
  }

  .lg\:text-indigo-200\/90{
    color: rgb(199 210 254 / 0.9);
  }

  .lg\:text-indigo-200\/95{
    color: rgb(199 210 254 / 0.95);
  }

  .lg\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-300\/0{
    color: rgb(165 180 252 / 0);
  }

  .lg\:text-indigo-300\/10{
    color: rgb(165 180 252 / 0.1);
  }

  .lg\:text-indigo-300\/100{
    color: rgb(165 180 252 / 1);
  }

  .lg\:text-indigo-300\/15{
    color: rgb(165 180 252 / 0.15);
  }

  .lg\:text-indigo-300\/20{
    color: rgb(165 180 252 / 0.2);
  }

  .lg\:text-indigo-300\/25{
    color: rgb(165 180 252 / 0.25);
  }

  .lg\:text-indigo-300\/30{
    color: rgb(165 180 252 / 0.3);
  }

  .lg\:text-indigo-300\/35{
    color: rgb(165 180 252 / 0.35);
  }

  .lg\:text-indigo-300\/40{
    color: rgb(165 180 252 / 0.4);
  }

  .lg\:text-indigo-300\/45{
    color: rgb(165 180 252 / 0.45);
  }

  .lg\:text-indigo-300\/5{
    color: rgb(165 180 252 / 0.05);
  }

  .lg\:text-indigo-300\/50{
    color: rgb(165 180 252 / 0.5);
  }

  .lg\:text-indigo-300\/55{
    color: rgb(165 180 252 / 0.55);
  }

  .lg\:text-indigo-300\/60{
    color: rgb(165 180 252 / 0.6);
  }

  .lg\:text-indigo-300\/65{
    color: rgb(165 180 252 / 0.65);
  }

  .lg\:text-indigo-300\/70{
    color: rgb(165 180 252 / 0.7);
  }

  .lg\:text-indigo-300\/75{
    color: rgb(165 180 252 / 0.75);
  }

  .lg\:text-indigo-300\/80{
    color: rgb(165 180 252 / 0.8);
  }

  .lg\:text-indigo-300\/85{
    color: rgb(165 180 252 / 0.85);
  }

  .lg\:text-indigo-300\/90{
    color: rgb(165 180 252 / 0.9);
  }

  .lg\:text-indigo-300\/95{
    color: rgb(165 180 252 / 0.95);
  }

  .lg\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-400\/0{
    color: rgb(129 140 248 / 0);
  }

  .lg\:text-indigo-400\/10{
    color: rgb(129 140 248 / 0.1);
  }

  .lg\:text-indigo-400\/100{
    color: rgb(129 140 248 / 1);
  }

  .lg\:text-indigo-400\/15{
    color: rgb(129 140 248 / 0.15);
  }

  .lg\:text-indigo-400\/20{
    color: rgb(129 140 248 / 0.2);
  }

  .lg\:text-indigo-400\/25{
    color: rgb(129 140 248 / 0.25);
  }

  .lg\:text-indigo-400\/30{
    color: rgb(129 140 248 / 0.3);
  }

  .lg\:text-indigo-400\/35{
    color: rgb(129 140 248 / 0.35);
  }

  .lg\:text-indigo-400\/40{
    color: rgb(129 140 248 / 0.4);
  }

  .lg\:text-indigo-400\/45{
    color: rgb(129 140 248 / 0.45);
  }

  .lg\:text-indigo-400\/5{
    color: rgb(129 140 248 / 0.05);
  }

  .lg\:text-indigo-400\/50{
    color: rgb(129 140 248 / 0.5);
  }

  .lg\:text-indigo-400\/55{
    color: rgb(129 140 248 / 0.55);
  }

  .lg\:text-indigo-400\/60{
    color: rgb(129 140 248 / 0.6);
  }

  .lg\:text-indigo-400\/65{
    color: rgb(129 140 248 / 0.65);
  }

  .lg\:text-indigo-400\/70{
    color: rgb(129 140 248 / 0.7);
  }

  .lg\:text-indigo-400\/75{
    color: rgb(129 140 248 / 0.75);
  }

  .lg\:text-indigo-400\/80{
    color: rgb(129 140 248 / 0.8);
  }

  .lg\:text-indigo-400\/85{
    color: rgb(129 140 248 / 0.85);
  }

  .lg\:text-indigo-400\/90{
    color: rgb(129 140 248 / 0.9);
  }

  .lg\:text-indigo-400\/95{
    color: rgb(129 140 248 / 0.95);
  }

  .lg\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-50\/0{
    color: rgb(238 242 255 / 0);
  }

  .lg\:text-indigo-50\/10{
    color: rgb(238 242 255 / 0.1);
  }

  .lg\:text-indigo-50\/100{
    color: rgb(238 242 255 / 1);
  }

  .lg\:text-indigo-50\/15{
    color: rgb(238 242 255 / 0.15);
  }

  .lg\:text-indigo-50\/20{
    color: rgb(238 242 255 / 0.2);
  }

  .lg\:text-indigo-50\/25{
    color: rgb(238 242 255 / 0.25);
  }

  .lg\:text-indigo-50\/30{
    color: rgb(238 242 255 / 0.3);
  }

  .lg\:text-indigo-50\/35{
    color: rgb(238 242 255 / 0.35);
  }

  .lg\:text-indigo-50\/40{
    color: rgb(238 242 255 / 0.4);
  }

  .lg\:text-indigo-50\/45{
    color: rgb(238 242 255 / 0.45);
  }

  .lg\:text-indigo-50\/5{
    color: rgb(238 242 255 / 0.05);
  }

  .lg\:text-indigo-50\/50{
    color: rgb(238 242 255 / 0.5);
  }

  .lg\:text-indigo-50\/55{
    color: rgb(238 242 255 / 0.55);
  }

  .lg\:text-indigo-50\/60{
    color: rgb(238 242 255 / 0.6);
  }

  .lg\:text-indigo-50\/65{
    color: rgb(238 242 255 / 0.65);
  }

  .lg\:text-indigo-50\/70{
    color: rgb(238 242 255 / 0.7);
  }

  .lg\:text-indigo-50\/75{
    color: rgb(238 242 255 / 0.75);
  }

  .lg\:text-indigo-50\/80{
    color: rgb(238 242 255 / 0.8);
  }

  .lg\:text-indigo-50\/85{
    color: rgb(238 242 255 / 0.85);
  }

  .lg\:text-indigo-50\/90{
    color: rgb(238 242 255 / 0.9);
  }

  .lg\:text-indigo-50\/95{
    color: rgb(238 242 255 / 0.95);
  }

  .lg\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-500\/0{
    color: rgb(99 102 241 / 0);
  }

  .lg\:text-indigo-500\/10{
    color: rgb(99 102 241 / 0.1);
  }

  .lg\:text-indigo-500\/100{
    color: rgb(99 102 241 / 1);
  }

  .lg\:text-indigo-500\/15{
    color: rgb(99 102 241 / 0.15);
  }

  .lg\:text-indigo-500\/20{
    color: rgb(99 102 241 / 0.2);
  }

  .lg\:text-indigo-500\/25{
    color: rgb(99 102 241 / 0.25);
  }

  .lg\:text-indigo-500\/30{
    color: rgb(99 102 241 / 0.3);
  }

  .lg\:text-indigo-500\/35{
    color: rgb(99 102 241 / 0.35);
  }

  .lg\:text-indigo-500\/40{
    color: rgb(99 102 241 / 0.4);
  }

  .lg\:text-indigo-500\/45{
    color: rgb(99 102 241 / 0.45);
  }

  .lg\:text-indigo-500\/5{
    color: rgb(99 102 241 / 0.05);
  }

  .lg\:text-indigo-500\/50{
    color: rgb(99 102 241 / 0.5);
  }

  .lg\:text-indigo-500\/55{
    color: rgb(99 102 241 / 0.55);
  }

  .lg\:text-indigo-500\/60{
    color: rgb(99 102 241 / 0.6);
  }

  .lg\:text-indigo-500\/65{
    color: rgb(99 102 241 / 0.65);
  }

  .lg\:text-indigo-500\/70{
    color: rgb(99 102 241 / 0.7);
  }

  .lg\:text-indigo-500\/75{
    color: rgb(99 102 241 / 0.75);
  }

  .lg\:text-indigo-500\/80{
    color: rgb(99 102 241 / 0.8);
  }

  .lg\:text-indigo-500\/85{
    color: rgb(99 102 241 / 0.85);
  }

  .lg\:text-indigo-500\/90{
    color: rgb(99 102 241 / 0.9);
  }

  .lg\:text-indigo-500\/95{
    color: rgb(99 102 241 / 0.95);
  }

  .lg\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-600\/0{
    color: rgb(79 70 229 / 0);
  }

  .lg\:text-indigo-600\/10{
    color: rgb(79 70 229 / 0.1);
  }

  .lg\:text-indigo-600\/100{
    color: rgb(79 70 229 / 1);
  }

  .lg\:text-indigo-600\/15{
    color: rgb(79 70 229 / 0.15);
  }

  .lg\:text-indigo-600\/20{
    color: rgb(79 70 229 / 0.2);
  }

  .lg\:text-indigo-600\/25{
    color: rgb(79 70 229 / 0.25);
  }

  .lg\:text-indigo-600\/30{
    color: rgb(79 70 229 / 0.3);
  }

  .lg\:text-indigo-600\/35{
    color: rgb(79 70 229 / 0.35);
  }

  .lg\:text-indigo-600\/40{
    color: rgb(79 70 229 / 0.4);
  }

  .lg\:text-indigo-600\/45{
    color: rgb(79 70 229 / 0.45);
  }

  .lg\:text-indigo-600\/5{
    color: rgb(79 70 229 / 0.05);
  }

  .lg\:text-indigo-600\/50{
    color: rgb(79 70 229 / 0.5);
  }

  .lg\:text-indigo-600\/55{
    color: rgb(79 70 229 / 0.55);
  }

  .lg\:text-indigo-600\/60{
    color: rgb(79 70 229 / 0.6);
  }

  .lg\:text-indigo-600\/65{
    color: rgb(79 70 229 / 0.65);
  }

  .lg\:text-indigo-600\/70{
    color: rgb(79 70 229 / 0.7);
  }

  .lg\:text-indigo-600\/75{
    color: rgb(79 70 229 / 0.75);
  }

  .lg\:text-indigo-600\/80{
    color: rgb(79 70 229 / 0.8);
  }

  .lg\:text-indigo-600\/85{
    color: rgb(79 70 229 / 0.85);
  }

  .lg\:text-indigo-600\/90{
    color: rgb(79 70 229 / 0.9);
  }

  .lg\:text-indigo-600\/95{
    color: rgb(79 70 229 / 0.95);
  }

  .lg\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-700\/0{
    color: rgb(67 56 202 / 0);
  }

  .lg\:text-indigo-700\/10{
    color: rgb(67 56 202 / 0.1);
  }

  .lg\:text-indigo-700\/100{
    color: rgb(67 56 202 / 1);
  }

  .lg\:text-indigo-700\/15{
    color: rgb(67 56 202 / 0.15);
  }

  .lg\:text-indigo-700\/20{
    color: rgb(67 56 202 / 0.2);
  }

  .lg\:text-indigo-700\/25{
    color: rgb(67 56 202 / 0.25);
  }

  .lg\:text-indigo-700\/30{
    color: rgb(67 56 202 / 0.3);
  }

  .lg\:text-indigo-700\/35{
    color: rgb(67 56 202 / 0.35);
  }

  .lg\:text-indigo-700\/40{
    color: rgb(67 56 202 / 0.4);
  }

  .lg\:text-indigo-700\/45{
    color: rgb(67 56 202 / 0.45);
  }

  .lg\:text-indigo-700\/5{
    color: rgb(67 56 202 / 0.05);
  }

  .lg\:text-indigo-700\/50{
    color: rgb(67 56 202 / 0.5);
  }

  .lg\:text-indigo-700\/55{
    color: rgb(67 56 202 / 0.55);
  }

  .lg\:text-indigo-700\/60{
    color: rgb(67 56 202 / 0.6);
  }

  .lg\:text-indigo-700\/65{
    color: rgb(67 56 202 / 0.65);
  }

  .lg\:text-indigo-700\/70{
    color: rgb(67 56 202 / 0.7);
  }

  .lg\:text-indigo-700\/75{
    color: rgb(67 56 202 / 0.75);
  }

  .lg\:text-indigo-700\/80{
    color: rgb(67 56 202 / 0.8);
  }

  .lg\:text-indigo-700\/85{
    color: rgb(67 56 202 / 0.85);
  }

  .lg\:text-indigo-700\/90{
    color: rgb(67 56 202 / 0.9);
  }

  .lg\:text-indigo-700\/95{
    color: rgb(67 56 202 / 0.95);
  }

  .lg\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-800\/0{
    color: rgb(55 48 163 / 0);
  }

  .lg\:text-indigo-800\/10{
    color: rgb(55 48 163 / 0.1);
  }

  .lg\:text-indigo-800\/100{
    color: rgb(55 48 163 / 1);
  }

  .lg\:text-indigo-800\/15{
    color: rgb(55 48 163 / 0.15);
  }

  .lg\:text-indigo-800\/20{
    color: rgb(55 48 163 / 0.2);
  }

  .lg\:text-indigo-800\/25{
    color: rgb(55 48 163 / 0.25);
  }

  .lg\:text-indigo-800\/30{
    color: rgb(55 48 163 / 0.3);
  }

  .lg\:text-indigo-800\/35{
    color: rgb(55 48 163 / 0.35);
  }

  .lg\:text-indigo-800\/40{
    color: rgb(55 48 163 / 0.4);
  }

  .lg\:text-indigo-800\/45{
    color: rgb(55 48 163 / 0.45);
  }

  .lg\:text-indigo-800\/5{
    color: rgb(55 48 163 / 0.05);
  }

  .lg\:text-indigo-800\/50{
    color: rgb(55 48 163 / 0.5);
  }

  .lg\:text-indigo-800\/55{
    color: rgb(55 48 163 / 0.55);
  }

  .lg\:text-indigo-800\/60{
    color: rgb(55 48 163 / 0.6);
  }

  .lg\:text-indigo-800\/65{
    color: rgb(55 48 163 / 0.65);
  }

  .lg\:text-indigo-800\/70{
    color: rgb(55 48 163 / 0.7);
  }

  .lg\:text-indigo-800\/75{
    color: rgb(55 48 163 / 0.75);
  }

  .lg\:text-indigo-800\/80{
    color: rgb(55 48 163 / 0.8);
  }

  .lg\:text-indigo-800\/85{
    color: rgb(55 48 163 / 0.85);
  }

  .lg\:text-indigo-800\/90{
    color: rgb(55 48 163 / 0.9);
  }

  .lg\:text-indigo-800\/95{
    color: rgb(55 48 163 / 0.95);
  }

  .lg\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-900\/0{
    color: rgb(49 46 129 / 0);
  }

  .lg\:text-indigo-900\/10{
    color: rgb(49 46 129 / 0.1);
  }

  .lg\:text-indigo-900\/100{
    color: rgb(49 46 129 / 1);
  }

  .lg\:text-indigo-900\/15{
    color: rgb(49 46 129 / 0.15);
  }

  .lg\:text-indigo-900\/20{
    color: rgb(49 46 129 / 0.2);
  }

  .lg\:text-indigo-900\/25{
    color: rgb(49 46 129 / 0.25);
  }

  .lg\:text-indigo-900\/30{
    color: rgb(49 46 129 / 0.3);
  }

  .lg\:text-indigo-900\/35{
    color: rgb(49 46 129 / 0.35);
  }

  .lg\:text-indigo-900\/40{
    color: rgb(49 46 129 / 0.4);
  }

  .lg\:text-indigo-900\/45{
    color: rgb(49 46 129 / 0.45);
  }

  .lg\:text-indigo-900\/5{
    color: rgb(49 46 129 / 0.05);
  }

  .lg\:text-indigo-900\/50{
    color: rgb(49 46 129 / 0.5);
  }

  .lg\:text-indigo-900\/55{
    color: rgb(49 46 129 / 0.55);
  }

  .lg\:text-indigo-900\/60{
    color: rgb(49 46 129 / 0.6);
  }

  .lg\:text-indigo-900\/65{
    color: rgb(49 46 129 / 0.65);
  }

  .lg\:text-indigo-900\/70{
    color: rgb(49 46 129 / 0.7);
  }

  .lg\:text-indigo-900\/75{
    color: rgb(49 46 129 / 0.75);
  }

  .lg\:text-indigo-900\/80{
    color: rgb(49 46 129 / 0.8);
  }

  .lg\:text-indigo-900\/85{
    color: rgb(49 46 129 / 0.85);
  }

  .lg\:text-indigo-900\/90{
    color: rgb(49 46 129 / 0.9);
  }

  .lg\:text-indigo-900\/95{
    color: rgb(49 46 129 / 0.95);
  }

  .lg\:text-indigo-950{
    --tw-text-opacity: 1;
    color: rgb(30 27 75 / var(--tw-text-opacity, 1));
  }

  .lg\:text-indigo-950\/0{
    color: rgb(30 27 75 / 0);
  }

  .lg\:text-indigo-950\/10{
    color: rgb(30 27 75 / 0.1);
  }

  .lg\:text-indigo-950\/100{
    color: rgb(30 27 75 / 1);
  }

  .lg\:text-indigo-950\/15{
    color: rgb(30 27 75 / 0.15);
  }

  .lg\:text-indigo-950\/20{
    color: rgb(30 27 75 / 0.2);
  }

  .lg\:text-indigo-950\/25{
    color: rgb(30 27 75 / 0.25);
  }

  .lg\:text-indigo-950\/30{
    color: rgb(30 27 75 / 0.3);
  }

  .lg\:text-indigo-950\/35{
    color: rgb(30 27 75 / 0.35);
  }

  .lg\:text-indigo-950\/40{
    color: rgb(30 27 75 / 0.4);
  }

  .lg\:text-indigo-950\/45{
    color: rgb(30 27 75 / 0.45);
  }

  .lg\:text-indigo-950\/5{
    color: rgb(30 27 75 / 0.05);
  }

  .lg\:text-indigo-950\/50{
    color: rgb(30 27 75 / 0.5);
  }

  .lg\:text-indigo-950\/55{
    color: rgb(30 27 75 / 0.55);
  }

  .lg\:text-indigo-950\/60{
    color: rgb(30 27 75 / 0.6);
  }

  .lg\:text-indigo-950\/65{
    color: rgb(30 27 75 / 0.65);
  }

  .lg\:text-indigo-950\/70{
    color: rgb(30 27 75 / 0.7);
  }

  .lg\:text-indigo-950\/75{
    color: rgb(30 27 75 / 0.75);
  }

  .lg\:text-indigo-950\/80{
    color: rgb(30 27 75 / 0.8);
  }

  .lg\:text-indigo-950\/85{
    color: rgb(30 27 75 / 0.85);
  }

  .lg\:text-indigo-950\/90{
    color: rgb(30 27 75 / 0.9);
  }

  .lg\:text-indigo-950\/95{
    color: rgb(30 27 75 / 0.95);
  }

  .lg\:text-inherit{
    color: inherit;
  }

  .lg\:text-lime-100{
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-100\/0{
    color: rgb(236 252 203 / 0);
  }

  .lg\:text-lime-100\/10{
    color: rgb(236 252 203 / 0.1);
  }

  .lg\:text-lime-100\/100{
    color: rgb(236 252 203 / 1);
  }

  .lg\:text-lime-100\/15{
    color: rgb(236 252 203 / 0.15);
  }

  .lg\:text-lime-100\/20{
    color: rgb(236 252 203 / 0.2);
  }

  .lg\:text-lime-100\/25{
    color: rgb(236 252 203 / 0.25);
  }

  .lg\:text-lime-100\/30{
    color: rgb(236 252 203 / 0.3);
  }

  .lg\:text-lime-100\/35{
    color: rgb(236 252 203 / 0.35);
  }

  .lg\:text-lime-100\/40{
    color: rgb(236 252 203 / 0.4);
  }

  .lg\:text-lime-100\/45{
    color: rgb(236 252 203 / 0.45);
  }

  .lg\:text-lime-100\/5{
    color: rgb(236 252 203 / 0.05);
  }

  .lg\:text-lime-100\/50{
    color: rgb(236 252 203 / 0.5);
  }

  .lg\:text-lime-100\/55{
    color: rgb(236 252 203 / 0.55);
  }

  .lg\:text-lime-100\/60{
    color: rgb(236 252 203 / 0.6);
  }

  .lg\:text-lime-100\/65{
    color: rgb(236 252 203 / 0.65);
  }

  .lg\:text-lime-100\/70{
    color: rgb(236 252 203 / 0.7);
  }

  .lg\:text-lime-100\/75{
    color: rgb(236 252 203 / 0.75);
  }

  .lg\:text-lime-100\/80{
    color: rgb(236 252 203 / 0.8);
  }

  .lg\:text-lime-100\/85{
    color: rgb(236 252 203 / 0.85);
  }

  .lg\:text-lime-100\/90{
    color: rgb(236 252 203 / 0.9);
  }

  .lg\:text-lime-100\/95{
    color: rgb(236 252 203 / 0.95);
  }

  .lg\:text-lime-200{
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-200\/0{
    color: rgb(217 249 157 / 0);
  }

  .lg\:text-lime-200\/10{
    color: rgb(217 249 157 / 0.1);
  }

  .lg\:text-lime-200\/100{
    color: rgb(217 249 157 / 1);
  }

  .lg\:text-lime-200\/15{
    color: rgb(217 249 157 / 0.15);
  }

  .lg\:text-lime-200\/20{
    color: rgb(217 249 157 / 0.2);
  }

  .lg\:text-lime-200\/25{
    color: rgb(217 249 157 / 0.25);
  }

  .lg\:text-lime-200\/30{
    color: rgb(217 249 157 / 0.3);
  }

  .lg\:text-lime-200\/35{
    color: rgb(217 249 157 / 0.35);
  }

  .lg\:text-lime-200\/40{
    color: rgb(217 249 157 / 0.4);
  }

  .lg\:text-lime-200\/45{
    color: rgb(217 249 157 / 0.45);
  }

  .lg\:text-lime-200\/5{
    color: rgb(217 249 157 / 0.05);
  }

  .lg\:text-lime-200\/50{
    color: rgb(217 249 157 / 0.5);
  }

  .lg\:text-lime-200\/55{
    color: rgb(217 249 157 / 0.55);
  }

  .lg\:text-lime-200\/60{
    color: rgb(217 249 157 / 0.6);
  }

  .lg\:text-lime-200\/65{
    color: rgb(217 249 157 / 0.65);
  }

  .lg\:text-lime-200\/70{
    color: rgb(217 249 157 / 0.7);
  }

  .lg\:text-lime-200\/75{
    color: rgb(217 249 157 / 0.75);
  }

  .lg\:text-lime-200\/80{
    color: rgb(217 249 157 / 0.8);
  }

  .lg\:text-lime-200\/85{
    color: rgb(217 249 157 / 0.85);
  }

  .lg\:text-lime-200\/90{
    color: rgb(217 249 157 / 0.9);
  }

  .lg\:text-lime-200\/95{
    color: rgb(217 249 157 / 0.95);
  }

  .lg\:text-lime-300{
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-300\/0{
    color: rgb(190 242 100 / 0);
  }

  .lg\:text-lime-300\/10{
    color: rgb(190 242 100 / 0.1);
  }

  .lg\:text-lime-300\/100{
    color: rgb(190 242 100 / 1);
  }

  .lg\:text-lime-300\/15{
    color: rgb(190 242 100 / 0.15);
  }

  .lg\:text-lime-300\/20{
    color: rgb(190 242 100 / 0.2);
  }

  .lg\:text-lime-300\/25{
    color: rgb(190 242 100 / 0.25);
  }

  .lg\:text-lime-300\/30{
    color: rgb(190 242 100 / 0.3);
  }

  .lg\:text-lime-300\/35{
    color: rgb(190 242 100 / 0.35);
  }

  .lg\:text-lime-300\/40{
    color: rgb(190 242 100 / 0.4);
  }

  .lg\:text-lime-300\/45{
    color: rgb(190 242 100 / 0.45);
  }

  .lg\:text-lime-300\/5{
    color: rgb(190 242 100 / 0.05);
  }

  .lg\:text-lime-300\/50{
    color: rgb(190 242 100 / 0.5);
  }

  .lg\:text-lime-300\/55{
    color: rgb(190 242 100 / 0.55);
  }

  .lg\:text-lime-300\/60{
    color: rgb(190 242 100 / 0.6);
  }

  .lg\:text-lime-300\/65{
    color: rgb(190 242 100 / 0.65);
  }

  .lg\:text-lime-300\/70{
    color: rgb(190 242 100 / 0.7);
  }

  .lg\:text-lime-300\/75{
    color: rgb(190 242 100 / 0.75);
  }

  .lg\:text-lime-300\/80{
    color: rgb(190 242 100 / 0.8);
  }

  .lg\:text-lime-300\/85{
    color: rgb(190 242 100 / 0.85);
  }

  .lg\:text-lime-300\/90{
    color: rgb(190 242 100 / 0.9);
  }

  .lg\:text-lime-300\/95{
    color: rgb(190 242 100 / 0.95);
  }

  .lg\:text-lime-400{
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-400\/0{
    color: rgb(163 230 53 / 0);
  }

  .lg\:text-lime-400\/10{
    color: rgb(163 230 53 / 0.1);
  }

  .lg\:text-lime-400\/100{
    color: rgb(163 230 53 / 1);
  }

  .lg\:text-lime-400\/15{
    color: rgb(163 230 53 / 0.15);
  }

  .lg\:text-lime-400\/20{
    color: rgb(163 230 53 / 0.2);
  }

  .lg\:text-lime-400\/25{
    color: rgb(163 230 53 / 0.25);
  }

  .lg\:text-lime-400\/30{
    color: rgb(163 230 53 / 0.3);
  }

  .lg\:text-lime-400\/35{
    color: rgb(163 230 53 / 0.35);
  }

  .lg\:text-lime-400\/40{
    color: rgb(163 230 53 / 0.4);
  }

  .lg\:text-lime-400\/45{
    color: rgb(163 230 53 / 0.45);
  }

  .lg\:text-lime-400\/5{
    color: rgb(163 230 53 / 0.05);
  }

  .lg\:text-lime-400\/50{
    color: rgb(163 230 53 / 0.5);
  }

  .lg\:text-lime-400\/55{
    color: rgb(163 230 53 / 0.55);
  }

  .lg\:text-lime-400\/60{
    color: rgb(163 230 53 / 0.6);
  }

  .lg\:text-lime-400\/65{
    color: rgb(163 230 53 / 0.65);
  }

  .lg\:text-lime-400\/70{
    color: rgb(163 230 53 / 0.7);
  }

  .lg\:text-lime-400\/75{
    color: rgb(163 230 53 / 0.75);
  }

  .lg\:text-lime-400\/80{
    color: rgb(163 230 53 / 0.8);
  }

  .lg\:text-lime-400\/85{
    color: rgb(163 230 53 / 0.85);
  }

  .lg\:text-lime-400\/90{
    color: rgb(163 230 53 / 0.9);
  }

  .lg\:text-lime-400\/95{
    color: rgb(163 230 53 / 0.95);
  }

  .lg\:text-lime-50{
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-50\/0{
    color: rgb(247 254 231 / 0);
  }

  .lg\:text-lime-50\/10{
    color: rgb(247 254 231 / 0.1);
  }

  .lg\:text-lime-50\/100{
    color: rgb(247 254 231 / 1);
  }

  .lg\:text-lime-50\/15{
    color: rgb(247 254 231 / 0.15);
  }

  .lg\:text-lime-50\/20{
    color: rgb(247 254 231 / 0.2);
  }

  .lg\:text-lime-50\/25{
    color: rgb(247 254 231 / 0.25);
  }

  .lg\:text-lime-50\/30{
    color: rgb(247 254 231 / 0.3);
  }

  .lg\:text-lime-50\/35{
    color: rgb(247 254 231 / 0.35);
  }

  .lg\:text-lime-50\/40{
    color: rgb(247 254 231 / 0.4);
  }

  .lg\:text-lime-50\/45{
    color: rgb(247 254 231 / 0.45);
  }

  .lg\:text-lime-50\/5{
    color: rgb(247 254 231 / 0.05);
  }

  .lg\:text-lime-50\/50{
    color: rgb(247 254 231 / 0.5);
  }

  .lg\:text-lime-50\/55{
    color: rgb(247 254 231 / 0.55);
  }

  .lg\:text-lime-50\/60{
    color: rgb(247 254 231 / 0.6);
  }

  .lg\:text-lime-50\/65{
    color: rgb(247 254 231 / 0.65);
  }

  .lg\:text-lime-50\/70{
    color: rgb(247 254 231 / 0.7);
  }

  .lg\:text-lime-50\/75{
    color: rgb(247 254 231 / 0.75);
  }

  .lg\:text-lime-50\/80{
    color: rgb(247 254 231 / 0.8);
  }

  .lg\:text-lime-50\/85{
    color: rgb(247 254 231 / 0.85);
  }

  .lg\:text-lime-50\/90{
    color: rgb(247 254 231 / 0.9);
  }

  .lg\:text-lime-50\/95{
    color: rgb(247 254 231 / 0.95);
  }

  .lg\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-500\/0{
    color: rgb(132 204 22 / 0);
  }

  .lg\:text-lime-500\/10{
    color: rgb(132 204 22 / 0.1);
  }

  .lg\:text-lime-500\/100{
    color: rgb(132 204 22 / 1);
  }

  .lg\:text-lime-500\/15{
    color: rgb(132 204 22 / 0.15);
  }

  .lg\:text-lime-500\/20{
    color: rgb(132 204 22 / 0.2);
  }

  .lg\:text-lime-500\/25{
    color: rgb(132 204 22 / 0.25);
  }

  .lg\:text-lime-500\/30{
    color: rgb(132 204 22 / 0.3);
  }

  .lg\:text-lime-500\/35{
    color: rgb(132 204 22 / 0.35);
  }

  .lg\:text-lime-500\/40{
    color: rgb(132 204 22 / 0.4);
  }

  .lg\:text-lime-500\/45{
    color: rgb(132 204 22 / 0.45);
  }

  .lg\:text-lime-500\/5{
    color: rgb(132 204 22 / 0.05);
  }

  .lg\:text-lime-500\/50{
    color: rgb(132 204 22 / 0.5);
  }

  .lg\:text-lime-500\/55{
    color: rgb(132 204 22 / 0.55);
  }

  .lg\:text-lime-500\/60{
    color: rgb(132 204 22 / 0.6);
  }

  .lg\:text-lime-500\/65{
    color: rgb(132 204 22 / 0.65);
  }

  .lg\:text-lime-500\/70{
    color: rgb(132 204 22 / 0.7);
  }

  .lg\:text-lime-500\/75{
    color: rgb(132 204 22 / 0.75);
  }

  .lg\:text-lime-500\/80{
    color: rgb(132 204 22 / 0.8);
  }

  .lg\:text-lime-500\/85{
    color: rgb(132 204 22 / 0.85);
  }

  .lg\:text-lime-500\/90{
    color: rgb(132 204 22 / 0.9);
  }

  .lg\:text-lime-500\/95{
    color: rgb(132 204 22 / 0.95);
  }

  .lg\:text-lime-600{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-600\/0{
    color: rgb(101 163 13 / 0);
  }

  .lg\:text-lime-600\/10{
    color: rgb(101 163 13 / 0.1);
  }

  .lg\:text-lime-600\/100{
    color: rgb(101 163 13 / 1);
  }

  .lg\:text-lime-600\/15{
    color: rgb(101 163 13 / 0.15);
  }

  .lg\:text-lime-600\/20{
    color: rgb(101 163 13 / 0.2);
  }

  .lg\:text-lime-600\/25{
    color: rgb(101 163 13 / 0.25);
  }

  .lg\:text-lime-600\/30{
    color: rgb(101 163 13 / 0.3);
  }

  .lg\:text-lime-600\/35{
    color: rgb(101 163 13 / 0.35);
  }

  .lg\:text-lime-600\/40{
    color: rgb(101 163 13 / 0.4);
  }

  .lg\:text-lime-600\/45{
    color: rgb(101 163 13 / 0.45);
  }

  .lg\:text-lime-600\/5{
    color: rgb(101 163 13 / 0.05);
  }

  .lg\:text-lime-600\/50{
    color: rgb(101 163 13 / 0.5);
  }

  .lg\:text-lime-600\/55{
    color: rgb(101 163 13 / 0.55);
  }

  .lg\:text-lime-600\/60{
    color: rgb(101 163 13 / 0.6);
  }

  .lg\:text-lime-600\/65{
    color: rgb(101 163 13 / 0.65);
  }

  .lg\:text-lime-600\/70{
    color: rgb(101 163 13 / 0.7);
  }

  .lg\:text-lime-600\/75{
    color: rgb(101 163 13 / 0.75);
  }

  .lg\:text-lime-600\/80{
    color: rgb(101 163 13 / 0.8);
  }

  .lg\:text-lime-600\/85{
    color: rgb(101 163 13 / 0.85);
  }

  .lg\:text-lime-600\/90{
    color: rgb(101 163 13 / 0.9);
  }

  .lg\:text-lime-600\/95{
    color: rgb(101 163 13 / 0.95);
  }

  .lg\:text-lime-700{
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-700\/0{
    color: rgb(77 124 15 / 0);
  }

  .lg\:text-lime-700\/10{
    color: rgb(77 124 15 / 0.1);
  }

  .lg\:text-lime-700\/100{
    color: rgb(77 124 15 / 1);
  }

  .lg\:text-lime-700\/15{
    color: rgb(77 124 15 / 0.15);
  }

  .lg\:text-lime-700\/20{
    color: rgb(77 124 15 / 0.2);
  }

  .lg\:text-lime-700\/25{
    color: rgb(77 124 15 / 0.25);
  }

  .lg\:text-lime-700\/30{
    color: rgb(77 124 15 / 0.3);
  }

  .lg\:text-lime-700\/35{
    color: rgb(77 124 15 / 0.35);
  }

  .lg\:text-lime-700\/40{
    color: rgb(77 124 15 / 0.4);
  }

  .lg\:text-lime-700\/45{
    color: rgb(77 124 15 / 0.45);
  }

  .lg\:text-lime-700\/5{
    color: rgb(77 124 15 / 0.05);
  }

  .lg\:text-lime-700\/50{
    color: rgb(77 124 15 / 0.5);
  }

  .lg\:text-lime-700\/55{
    color: rgb(77 124 15 / 0.55);
  }

  .lg\:text-lime-700\/60{
    color: rgb(77 124 15 / 0.6);
  }

  .lg\:text-lime-700\/65{
    color: rgb(77 124 15 / 0.65);
  }

  .lg\:text-lime-700\/70{
    color: rgb(77 124 15 / 0.7);
  }

  .lg\:text-lime-700\/75{
    color: rgb(77 124 15 / 0.75);
  }

  .lg\:text-lime-700\/80{
    color: rgb(77 124 15 / 0.8);
  }

  .lg\:text-lime-700\/85{
    color: rgb(77 124 15 / 0.85);
  }

  .lg\:text-lime-700\/90{
    color: rgb(77 124 15 / 0.9);
  }

  .lg\:text-lime-700\/95{
    color: rgb(77 124 15 / 0.95);
  }

  .lg\:text-lime-800{
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-800\/0{
    color: rgb(63 98 18 / 0);
  }

  .lg\:text-lime-800\/10{
    color: rgb(63 98 18 / 0.1);
  }

  .lg\:text-lime-800\/100{
    color: rgb(63 98 18 / 1);
  }

  .lg\:text-lime-800\/15{
    color: rgb(63 98 18 / 0.15);
  }

  .lg\:text-lime-800\/20{
    color: rgb(63 98 18 / 0.2);
  }

  .lg\:text-lime-800\/25{
    color: rgb(63 98 18 / 0.25);
  }

  .lg\:text-lime-800\/30{
    color: rgb(63 98 18 / 0.3);
  }

  .lg\:text-lime-800\/35{
    color: rgb(63 98 18 / 0.35);
  }

  .lg\:text-lime-800\/40{
    color: rgb(63 98 18 / 0.4);
  }

  .lg\:text-lime-800\/45{
    color: rgb(63 98 18 / 0.45);
  }

  .lg\:text-lime-800\/5{
    color: rgb(63 98 18 / 0.05);
  }

  .lg\:text-lime-800\/50{
    color: rgb(63 98 18 / 0.5);
  }

  .lg\:text-lime-800\/55{
    color: rgb(63 98 18 / 0.55);
  }

  .lg\:text-lime-800\/60{
    color: rgb(63 98 18 / 0.6);
  }

  .lg\:text-lime-800\/65{
    color: rgb(63 98 18 / 0.65);
  }

  .lg\:text-lime-800\/70{
    color: rgb(63 98 18 / 0.7);
  }

  .lg\:text-lime-800\/75{
    color: rgb(63 98 18 / 0.75);
  }

  .lg\:text-lime-800\/80{
    color: rgb(63 98 18 / 0.8);
  }

  .lg\:text-lime-800\/85{
    color: rgb(63 98 18 / 0.85);
  }

  .lg\:text-lime-800\/90{
    color: rgb(63 98 18 / 0.9);
  }

  .lg\:text-lime-800\/95{
    color: rgb(63 98 18 / 0.95);
  }

  .lg\:text-lime-900{
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-900\/0{
    color: rgb(54 83 20 / 0);
  }

  .lg\:text-lime-900\/10{
    color: rgb(54 83 20 / 0.1);
  }

  .lg\:text-lime-900\/100{
    color: rgb(54 83 20 / 1);
  }

  .lg\:text-lime-900\/15{
    color: rgb(54 83 20 / 0.15);
  }

  .lg\:text-lime-900\/20{
    color: rgb(54 83 20 / 0.2);
  }

  .lg\:text-lime-900\/25{
    color: rgb(54 83 20 / 0.25);
  }

  .lg\:text-lime-900\/30{
    color: rgb(54 83 20 / 0.3);
  }

  .lg\:text-lime-900\/35{
    color: rgb(54 83 20 / 0.35);
  }

  .lg\:text-lime-900\/40{
    color: rgb(54 83 20 / 0.4);
  }

  .lg\:text-lime-900\/45{
    color: rgb(54 83 20 / 0.45);
  }

  .lg\:text-lime-900\/5{
    color: rgb(54 83 20 / 0.05);
  }

  .lg\:text-lime-900\/50{
    color: rgb(54 83 20 / 0.5);
  }

  .lg\:text-lime-900\/55{
    color: rgb(54 83 20 / 0.55);
  }

  .lg\:text-lime-900\/60{
    color: rgb(54 83 20 / 0.6);
  }

  .lg\:text-lime-900\/65{
    color: rgb(54 83 20 / 0.65);
  }

  .lg\:text-lime-900\/70{
    color: rgb(54 83 20 / 0.7);
  }

  .lg\:text-lime-900\/75{
    color: rgb(54 83 20 / 0.75);
  }

  .lg\:text-lime-900\/80{
    color: rgb(54 83 20 / 0.8);
  }

  .lg\:text-lime-900\/85{
    color: rgb(54 83 20 / 0.85);
  }

  .lg\:text-lime-900\/90{
    color: rgb(54 83 20 / 0.9);
  }

  .lg\:text-lime-900\/95{
    color: rgb(54 83 20 / 0.95);
  }

  .lg\:text-lime-950{
    --tw-text-opacity: 1;
    color: rgb(26 46 5 / var(--tw-text-opacity, 1));
  }

  .lg\:text-lime-950\/0{
    color: rgb(26 46 5 / 0);
  }

  .lg\:text-lime-950\/10{
    color: rgb(26 46 5 / 0.1);
  }

  .lg\:text-lime-950\/100{
    color: rgb(26 46 5 / 1);
  }

  .lg\:text-lime-950\/15{
    color: rgb(26 46 5 / 0.15);
  }

  .lg\:text-lime-950\/20{
    color: rgb(26 46 5 / 0.2);
  }

  .lg\:text-lime-950\/25{
    color: rgb(26 46 5 / 0.25);
  }

  .lg\:text-lime-950\/30{
    color: rgb(26 46 5 / 0.3);
  }

  .lg\:text-lime-950\/35{
    color: rgb(26 46 5 / 0.35);
  }

  .lg\:text-lime-950\/40{
    color: rgb(26 46 5 / 0.4);
  }

  .lg\:text-lime-950\/45{
    color: rgb(26 46 5 / 0.45);
  }

  .lg\:text-lime-950\/5{
    color: rgb(26 46 5 / 0.05);
  }

  .lg\:text-lime-950\/50{
    color: rgb(26 46 5 / 0.5);
  }

  .lg\:text-lime-950\/55{
    color: rgb(26 46 5 / 0.55);
  }

  .lg\:text-lime-950\/60{
    color: rgb(26 46 5 / 0.6);
  }

  .lg\:text-lime-950\/65{
    color: rgb(26 46 5 / 0.65);
  }

  .lg\:text-lime-950\/70{
    color: rgb(26 46 5 / 0.7);
  }

  .lg\:text-lime-950\/75{
    color: rgb(26 46 5 / 0.75);
  }

  .lg\:text-lime-950\/80{
    color: rgb(26 46 5 / 0.8);
  }

  .lg\:text-lime-950\/85{
    color: rgb(26 46 5 / 0.85);
  }

  .lg\:text-lime-950\/90{
    color: rgb(26 46 5 / 0.9);
  }

  .lg\:text-lime-950\/95{
    color: rgb(26 46 5 / 0.95);
  }

  .lg\:text-neutral-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-100\/0{
    color: rgb(245 245 245 / 0);
  }

  .lg\:text-neutral-100\/10{
    color: rgb(245 245 245 / 0.1);
  }

  .lg\:text-neutral-100\/100{
    color: rgb(245 245 245 / 1);
  }

  .lg\:text-neutral-100\/15{
    color: rgb(245 245 245 / 0.15);
  }

  .lg\:text-neutral-100\/20{
    color: rgb(245 245 245 / 0.2);
  }

  .lg\:text-neutral-100\/25{
    color: rgb(245 245 245 / 0.25);
  }

  .lg\:text-neutral-100\/30{
    color: rgb(245 245 245 / 0.3);
  }

  .lg\:text-neutral-100\/35{
    color: rgb(245 245 245 / 0.35);
  }

  .lg\:text-neutral-100\/40{
    color: rgb(245 245 245 / 0.4);
  }

  .lg\:text-neutral-100\/45{
    color: rgb(245 245 245 / 0.45);
  }

  .lg\:text-neutral-100\/5{
    color: rgb(245 245 245 / 0.05);
  }

  .lg\:text-neutral-100\/50{
    color: rgb(245 245 245 / 0.5);
  }

  .lg\:text-neutral-100\/55{
    color: rgb(245 245 245 / 0.55);
  }

  .lg\:text-neutral-100\/60{
    color: rgb(245 245 245 / 0.6);
  }

  .lg\:text-neutral-100\/65{
    color: rgb(245 245 245 / 0.65);
  }

  .lg\:text-neutral-100\/70{
    color: rgb(245 245 245 / 0.7);
  }

  .lg\:text-neutral-100\/75{
    color: rgb(245 245 245 / 0.75);
  }

  .lg\:text-neutral-100\/80{
    color: rgb(245 245 245 / 0.8);
  }

  .lg\:text-neutral-100\/85{
    color: rgb(245 245 245 / 0.85);
  }

  .lg\:text-neutral-100\/90{
    color: rgb(245 245 245 / 0.9);
  }

  .lg\:text-neutral-100\/95{
    color: rgb(245 245 245 / 0.95);
  }

  .lg\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-200\/0{
    color: rgb(229 229 229 / 0);
  }

  .lg\:text-neutral-200\/10{
    color: rgb(229 229 229 / 0.1);
  }

  .lg\:text-neutral-200\/100{
    color: rgb(229 229 229 / 1);
  }

  .lg\:text-neutral-200\/15{
    color: rgb(229 229 229 / 0.15);
  }

  .lg\:text-neutral-200\/20{
    color: rgb(229 229 229 / 0.2);
  }

  .lg\:text-neutral-200\/25{
    color: rgb(229 229 229 / 0.25);
  }

  .lg\:text-neutral-200\/30{
    color: rgb(229 229 229 / 0.3);
  }

  .lg\:text-neutral-200\/35{
    color: rgb(229 229 229 / 0.35);
  }

  .lg\:text-neutral-200\/40{
    color: rgb(229 229 229 / 0.4);
  }

  .lg\:text-neutral-200\/45{
    color: rgb(229 229 229 / 0.45);
  }

  .lg\:text-neutral-200\/5{
    color: rgb(229 229 229 / 0.05);
  }

  .lg\:text-neutral-200\/50{
    color: rgb(229 229 229 / 0.5);
  }

  .lg\:text-neutral-200\/55{
    color: rgb(229 229 229 / 0.55);
  }

  .lg\:text-neutral-200\/60{
    color: rgb(229 229 229 / 0.6);
  }

  .lg\:text-neutral-200\/65{
    color: rgb(229 229 229 / 0.65);
  }

  .lg\:text-neutral-200\/70{
    color: rgb(229 229 229 / 0.7);
  }

  .lg\:text-neutral-200\/75{
    color: rgb(229 229 229 / 0.75);
  }

  .lg\:text-neutral-200\/80{
    color: rgb(229 229 229 / 0.8);
  }

  .lg\:text-neutral-200\/85{
    color: rgb(229 229 229 / 0.85);
  }

  .lg\:text-neutral-200\/90{
    color: rgb(229 229 229 / 0.9);
  }

  .lg\:text-neutral-200\/95{
    color: rgb(229 229 229 / 0.95);
  }

  .lg\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-300\/0{
    color: rgb(212 212 212 / 0);
  }

  .lg\:text-neutral-300\/10{
    color: rgb(212 212 212 / 0.1);
  }

  .lg\:text-neutral-300\/100{
    color: rgb(212 212 212 / 1);
  }

  .lg\:text-neutral-300\/15{
    color: rgb(212 212 212 / 0.15);
  }

  .lg\:text-neutral-300\/20{
    color: rgb(212 212 212 / 0.2);
  }

  .lg\:text-neutral-300\/25{
    color: rgb(212 212 212 / 0.25);
  }

  .lg\:text-neutral-300\/30{
    color: rgb(212 212 212 / 0.3);
  }

  .lg\:text-neutral-300\/35{
    color: rgb(212 212 212 / 0.35);
  }

  .lg\:text-neutral-300\/40{
    color: rgb(212 212 212 / 0.4);
  }

  .lg\:text-neutral-300\/45{
    color: rgb(212 212 212 / 0.45);
  }

  .lg\:text-neutral-300\/5{
    color: rgb(212 212 212 / 0.05);
  }

  .lg\:text-neutral-300\/50{
    color: rgb(212 212 212 / 0.5);
  }

  .lg\:text-neutral-300\/55{
    color: rgb(212 212 212 / 0.55);
  }

  .lg\:text-neutral-300\/60{
    color: rgb(212 212 212 / 0.6);
  }

  .lg\:text-neutral-300\/65{
    color: rgb(212 212 212 / 0.65);
  }

  .lg\:text-neutral-300\/70{
    color: rgb(212 212 212 / 0.7);
  }

  .lg\:text-neutral-300\/75{
    color: rgb(212 212 212 / 0.75);
  }

  .lg\:text-neutral-300\/80{
    color: rgb(212 212 212 / 0.8);
  }

  .lg\:text-neutral-300\/85{
    color: rgb(212 212 212 / 0.85);
  }

  .lg\:text-neutral-300\/90{
    color: rgb(212 212 212 / 0.9);
  }

  .lg\:text-neutral-300\/95{
    color: rgb(212 212 212 / 0.95);
  }

  .lg\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-400\/0{
    color: rgb(163 163 163 / 0);
  }

  .lg\:text-neutral-400\/10{
    color: rgb(163 163 163 / 0.1);
  }

  .lg\:text-neutral-400\/100{
    color: rgb(163 163 163 / 1);
  }

  .lg\:text-neutral-400\/15{
    color: rgb(163 163 163 / 0.15);
  }

  .lg\:text-neutral-400\/20{
    color: rgb(163 163 163 / 0.2);
  }

  .lg\:text-neutral-400\/25{
    color: rgb(163 163 163 / 0.25);
  }

  .lg\:text-neutral-400\/30{
    color: rgb(163 163 163 / 0.3);
  }

  .lg\:text-neutral-400\/35{
    color: rgb(163 163 163 / 0.35);
  }

  .lg\:text-neutral-400\/40{
    color: rgb(163 163 163 / 0.4);
  }

  .lg\:text-neutral-400\/45{
    color: rgb(163 163 163 / 0.45);
  }

  .lg\:text-neutral-400\/5{
    color: rgb(163 163 163 / 0.05);
  }

  .lg\:text-neutral-400\/50{
    color: rgb(163 163 163 / 0.5);
  }

  .lg\:text-neutral-400\/55{
    color: rgb(163 163 163 / 0.55);
  }

  .lg\:text-neutral-400\/60{
    color: rgb(163 163 163 / 0.6);
  }

  .lg\:text-neutral-400\/65{
    color: rgb(163 163 163 / 0.65);
  }

  .lg\:text-neutral-400\/70{
    color: rgb(163 163 163 / 0.7);
  }

  .lg\:text-neutral-400\/75{
    color: rgb(163 163 163 / 0.75);
  }

  .lg\:text-neutral-400\/80{
    color: rgb(163 163 163 / 0.8);
  }

  .lg\:text-neutral-400\/85{
    color: rgb(163 163 163 / 0.85);
  }

  .lg\:text-neutral-400\/90{
    color: rgb(163 163 163 / 0.9);
  }

  .lg\:text-neutral-400\/95{
    color: rgb(163 163 163 / 0.95);
  }

  .lg\:text-neutral-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .lg\:text-neutral-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .lg\:text-neutral-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .lg\:text-neutral-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .lg\:text-neutral-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .lg\:text-neutral-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .lg\:text-neutral-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .lg\:text-neutral-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .lg\:text-neutral-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .lg\:text-neutral-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .lg\:text-neutral-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .lg\:text-neutral-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .lg\:text-neutral-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .lg\:text-neutral-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .lg\:text-neutral-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .lg\:text-neutral-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .lg\:text-neutral-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .lg\:text-neutral-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .lg\:text-neutral-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .lg\:text-neutral-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .lg\:text-neutral-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .lg\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-500\/0{
    color: rgb(115 115 115 / 0);
  }

  .lg\:text-neutral-500\/10{
    color: rgb(115 115 115 / 0.1);
  }

  .lg\:text-neutral-500\/100{
    color: rgb(115 115 115 / 1);
  }

  .lg\:text-neutral-500\/15{
    color: rgb(115 115 115 / 0.15);
  }

  .lg\:text-neutral-500\/20{
    color: rgb(115 115 115 / 0.2);
  }

  .lg\:text-neutral-500\/25{
    color: rgb(115 115 115 / 0.25);
  }

  .lg\:text-neutral-500\/30{
    color: rgb(115 115 115 / 0.3);
  }

  .lg\:text-neutral-500\/35{
    color: rgb(115 115 115 / 0.35);
  }

  .lg\:text-neutral-500\/40{
    color: rgb(115 115 115 / 0.4);
  }

  .lg\:text-neutral-500\/45{
    color: rgb(115 115 115 / 0.45);
  }

  .lg\:text-neutral-500\/5{
    color: rgb(115 115 115 / 0.05);
  }

  .lg\:text-neutral-500\/50{
    color: rgb(115 115 115 / 0.5);
  }

  .lg\:text-neutral-500\/55{
    color: rgb(115 115 115 / 0.55);
  }

  .lg\:text-neutral-500\/60{
    color: rgb(115 115 115 / 0.6);
  }

  .lg\:text-neutral-500\/65{
    color: rgb(115 115 115 / 0.65);
  }

  .lg\:text-neutral-500\/70{
    color: rgb(115 115 115 / 0.7);
  }

  .lg\:text-neutral-500\/75{
    color: rgb(115 115 115 / 0.75);
  }

  .lg\:text-neutral-500\/80{
    color: rgb(115 115 115 / 0.8);
  }

  .lg\:text-neutral-500\/85{
    color: rgb(115 115 115 / 0.85);
  }

  .lg\:text-neutral-500\/90{
    color: rgb(115 115 115 / 0.9);
  }

  .lg\:text-neutral-500\/95{
    color: rgb(115 115 115 / 0.95);
  }

  .lg\:text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-600\/0{
    color: rgb(82 82 82 / 0);
  }

  .lg\:text-neutral-600\/10{
    color: rgb(82 82 82 / 0.1);
  }

  .lg\:text-neutral-600\/100{
    color: rgb(82 82 82 / 1);
  }

  .lg\:text-neutral-600\/15{
    color: rgb(82 82 82 / 0.15);
  }

  .lg\:text-neutral-600\/20{
    color: rgb(82 82 82 / 0.2);
  }

  .lg\:text-neutral-600\/25{
    color: rgb(82 82 82 / 0.25);
  }

  .lg\:text-neutral-600\/30{
    color: rgb(82 82 82 / 0.3);
  }

  .lg\:text-neutral-600\/35{
    color: rgb(82 82 82 / 0.35);
  }

  .lg\:text-neutral-600\/40{
    color: rgb(82 82 82 / 0.4);
  }

  .lg\:text-neutral-600\/45{
    color: rgb(82 82 82 / 0.45);
  }

  .lg\:text-neutral-600\/5{
    color: rgb(82 82 82 / 0.05);
  }

  .lg\:text-neutral-600\/50{
    color: rgb(82 82 82 / 0.5);
  }

  .lg\:text-neutral-600\/55{
    color: rgb(82 82 82 / 0.55);
  }

  .lg\:text-neutral-600\/60{
    color: rgb(82 82 82 / 0.6);
  }

  .lg\:text-neutral-600\/65{
    color: rgb(82 82 82 / 0.65);
  }

  .lg\:text-neutral-600\/70{
    color: rgb(82 82 82 / 0.7);
  }

  .lg\:text-neutral-600\/75{
    color: rgb(82 82 82 / 0.75);
  }

  .lg\:text-neutral-600\/80{
    color: rgb(82 82 82 / 0.8);
  }

  .lg\:text-neutral-600\/85{
    color: rgb(82 82 82 / 0.85);
  }

  .lg\:text-neutral-600\/90{
    color: rgb(82 82 82 / 0.9);
  }

  .lg\:text-neutral-600\/95{
    color: rgb(82 82 82 / 0.95);
  }

  .lg\:text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-700\/0{
    color: rgb(64 64 64 / 0);
  }

  .lg\:text-neutral-700\/10{
    color: rgb(64 64 64 / 0.1);
  }

  .lg\:text-neutral-700\/100{
    color: rgb(64 64 64 / 1);
  }

  .lg\:text-neutral-700\/15{
    color: rgb(64 64 64 / 0.15);
  }

  .lg\:text-neutral-700\/20{
    color: rgb(64 64 64 / 0.2);
  }

  .lg\:text-neutral-700\/25{
    color: rgb(64 64 64 / 0.25);
  }

  .lg\:text-neutral-700\/30{
    color: rgb(64 64 64 / 0.3);
  }

  .lg\:text-neutral-700\/35{
    color: rgb(64 64 64 / 0.35);
  }

  .lg\:text-neutral-700\/40{
    color: rgb(64 64 64 / 0.4);
  }

  .lg\:text-neutral-700\/45{
    color: rgb(64 64 64 / 0.45);
  }

  .lg\:text-neutral-700\/5{
    color: rgb(64 64 64 / 0.05);
  }

  .lg\:text-neutral-700\/50{
    color: rgb(64 64 64 / 0.5);
  }

  .lg\:text-neutral-700\/55{
    color: rgb(64 64 64 / 0.55);
  }

  .lg\:text-neutral-700\/60{
    color: rgb(64 64 64 / 0.6);
  }

  .lg\:text-neutral-700\/65{
    color: rgb(64 64 64 / 0.65);
  }

  .lg\:text-neutral-700\/70{
    color: rgb(64 64 64 / 0.7);
  }

  .lg\:text-neutral-700\/75{
    color: rgb(64 64 64 / 0.75);
  }

  .lg\:text-neutral-700\/80{
    color: rgb(64 64 64 / 0.8);
  }

  .lg\:text-neutral-700\/85{
    color: rgb(64 64 64 / 0.85);
  }

  .lg\:text-neutral-700\/90{
    color: rgb(64 64 64 / 0.9);
  }

  .lg\:text-neutral-700\/95{
    color: rgb(64 64 64 / 0.95);
  }

  .lg\:text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-800\/0{
    color: rgb(38 38 38 / 0);
  }

  .lg\:text-neutral-800\/10{
    color: rgb(38 38 38 / 0.1);
  }

  .lg\:text-neutral-800\/100{
    color: rgb(38 38 38 / 1);
  }

  .lg\:text-neutral-800\/15{
    color: rgb(38 38 38 / 0.15);
  }

  .lg\:text-neutral-800\/20{
    color: rgb(38 38 38 / 0.2);
  }

  .lg\:text-neutral-800\/25{
    color: rgb(38 38 38 / 0.25);
  }

  .lg\:text-neutral-800\/30{
    color: rgb(38 38 38 / 0.3);
  }

  .lg\:text-neutral-800\/35{
    color: rgb(38 38 38 / 0.35);
  }

  .lg\:text-neutral-800\/40{
    color: rgb(38 38 38 / 0.4);
  }

  .lg\:text-neutral-800\/45{
    color: rgb(38 38 38 / 0.45);
  }

  .lg\:text-neutral-800\/5{
    color: rgb(38 38 38 / 0.05);
  }

  .lg\:text-neutral-800\/50{
    color: rgb(38 38 38 / 0.5);
  }

  .lg\:text-neutral-800\/55{
    color: rgb(38 38 38 / 0.55);
  }

  .lg\:text-neutral-800\/60{
    color: rgb(38 38 38 / 0.6);
  }

  .lg\:text-neutral-800\/65{
    color: rgb(38 38 38 / 0.65);
  }

  .lg\:text-neutral-800\/70{
    color: rgb(38 38 38 / 0.7);
  }

  .lg\:text-neutral-800\/75{
    color: rgb(38 38 38 / 0.75);
  }

  .lg\:text-neutral-800\/80{
    color: rgb(38 38 38 / 0.8);
  }

  .lg\:text-neutral-800\/85{
    color: rgb(38 38 38 / 0.85);
  }

  .lg\:text-neutral-800\/90{
    color: rgb(38 38 38 / 0.9);
  }

  .lg\:text-neutral-800\/95{
    color: rgb(38 38 38 / 0.95);
  }

  .lg\:text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-900\/0{
    color: rgb(23 23 23 / 0);
  }

  .lg\:text-neutral-900\/10{
    color: rgb(23 23 23 / 0.1);
  }

  .lg\:text-neutral-900\/100{
    color: rgb(23 23 23 / 1);
  }

  .lg\:text-neutral-900\/15{
    color: rgb(23 23 23 / 0.15);
  }

  .lg\:text-neutral-900\/20{
    color: rgb(23 23 23 / 0.2);
  }

  .lg\:text-neutral-900\/25{
    color: rgb(23 23 23 / 0.25);
  }

  .lg\:text-neutral-900\/30{
    color: rgb(23 23 23 / 0.3);
  }

  .lg\:text-neutral-900\/35{
    color: rgb(23 23 23 / 0.35);
  }

  .lg\:text-neutral-900\/40{
    color: rgb(23 23 23 / 0.4);
  }

  .lg\:text-neutral-900\/45{
    color: rgb(23 23 23 / 0.45);
  }

  .lg\:text-neutral-900\/5{
    color: rgb(23 23 23 / 0.05);
  }

  .lg\:text-neutral-900\/50{
    color: rgb(23 23 23 / 0.5);
  }

  .lg\:text-neutral-900\/55{
    color: rgb(23 23 23 / 0.55);
  }

  .lg\:text-neutral-900\/60{
    color: rgb(23 23 23 / 0.6);
  }

  .lg\:text-neutral-900\/65{
    color: rgb(23 23 23 / 0.65);
  }

  .lg\:text-neutral-900\/70{
    color: rgb(23 23 23 / 0.7);
  }

  .lg\:text-neutral-900\/75{
    color: rgb(23 23 23 / 0.75);
  }

  .lg\:text-neutral-900\/80{
    color: rgb(23 23 23 / 0.8);
  }

  .lg\:text-neutral-900\/85{
    color: rgb(23 23 23 / 0.85);
  }

  .lg\:text-neutral-900\/90{
    color: rgb(23 23 23 / 0.9);
  }

  .lg\:text-neutral-900\/95{
    color: rgb(23 23 23 / 0.95);
  }

  .lg\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-950\/0{
    color: rgb(10 10 10 / 0);
  }

  .lg\:text-neutral-950\/10{
    color: rgb(10 10 10 / 0.1);
  }

  .lg\:text-neutral-950\/100{
    color: rgb(10 10 10 / 1);
  }

  .lg\:text-neutral-950\/15{
    color: rgb(10 10 10 / 0.15);
  }

  .lg\:text-neutral-950\/20{
    color: rgb(10 10 10 / 0.2);
  }

  .lg\:text-neutral-950\/25{
    color: rgb(10 10 10 / 0.25);
  }

  .lg\:text-neutral-950\/30{
    color: rgb(10 10 10 / 0.3);
  }

  .lg\:text-neutral-950\/35{
    color: rgb(10 10 10 / 0.35);
  }

  .lg\:text-neutral-950\/40{
    color: rgb(10 10 10 / 0.4);
  }

  .lg\:text-neutral-950\/45{
    color: rgb(10 10 10 / 0.45);
  }

  .lg\:text-neutral-950\/5{
    color: rgb(10 10 10 / 0.05);
  }

  .lg\:text-neutral-950\/50{
    color: rgb(10 10 10 / 0.5);
  }

  .lg\:text-neutral-950\/55{
    color: rgb(10 10 10 / 0.55);
  }

  .lg\:text-neutral-950\/60{
    color: rgb(10 10 10 / 0.6);
  }

  .lg\:text-neutral-950\/65{
    color: rgb(10 10 10 / 0.65);
  }

  .lg\:text-neutral-950\/70{
    color: rgb(10 10 10 / 0.7);
  }

  .lg\:text-neutral-950\/75{
    color: rgb(10 10 10 / 0.75);
  }

  .lg\:text-neutral-950\/80{
    color: rgb(10 10 10 / 0.8);
  }

  .lg\:text-neutral-950\/85{
    color: rgb(10 10 10 / 0.85);
  }

  .lg\:text-neutral-950\/90{
    color: rgb(10 10 10 / 0.9);
  }

  .lg\:text-neutral-950\/95{
    color: rgb(10 10 10 / 0.95);
  }

  .lg\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-100\/0{
    color: rgb(255 237 213 / 0);
  }

  .lg\:text-orange-100\/10{
    color: rgb(255 237 213 / 0.1);
  }

  .lg\:text-orange-100\/100{
    color: rgb(255 237 213 / 1);
  }

  .lg\:text-orange-100\/15{
    color: rgb(255 237 213 / 0.15);
  }

  .lg\:text-orange-100\/20{
    color: rgb(255 237 213 / 0.2);
  }

  .lg\:text-orange-100\/25{
    color: rgb(255 237 213 / 0.25);
  }

  .lg\:text-orange-100\/30{
    color: rgb(255 237 213 / 0.3);
  }

  .lg\:text-orange-100\/35{
    color: rgb(255 237 213 / 0.35);
  }

  .lg\:text-orange-100\/40{
    color: rgb(255 237 213 / 0.4);
  }

  .lg\:text-orange-100\/45{
    color: rgb(255 237 213 / 0.45);
  }

  .lg\:text-orange-100\/5{
    color: rgb(255 237 213 / 0.05);
  }

  .lg\:text-orange-100\/50{
    color: rgb(255 237 213 / 0.5);
  }

  .lg\:text-orange-100\/55{
    color: rgb(255 237 213 / 0.55);
  }

  .lg\:text-orange-100\/60{
    color: rgb(255 237 213 / 0.6);
  }

  .lg\:text-orange-100\/65{
    color: rgb(255 237 213 / 0.65);
  }

  .lg\:text-orange-100\/70{
    color: rgb(255 237 213 / 0.7);
  }

  .lg\:text-orange-100\/75{
    color: rgb(255 237 213 / 0.75);
  }

  .lg\:text-orange-100\/80{
    color: rgb(255 237 213 / 0.8);
  }

  .lg\:text-orange-100\/85{
    color: rgb(255 237 213 / 0.85);
  }

  .lg\:text-orange-100\/90{
    color: rgb(255 237 213 / 0.9);
  }

  .lg\:text-orange-100\/95{
    color: rgb(255 237 213 / 0.95);
  }

  .lg\:text-orange-200{
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-200\/0{
    color: rgb(254 215 170 / 0);
  }

  .lg\:text-orange-200\/10{
    color: rgb(254 215 170 / 0.1);
  }

  .lg\:text-orange-200\/100{
    color: rgb(254 215 170 / 1);
  }

  .lg\:text-orange-200\/15{
    color: rgb(254 215 170 / 0.15);
  }

  .lg\:text-orange-200\/20{
    color: rgb(254 215 170 / 0.2);
  }

  .lg\:text-orange-200\/25{
    color: rgb(254 215 170 / 0.25);
  }

  .lg\:text-orange-200\/30{
    color: rgb(254 215 170 / 0.3);
  }

  .lg\:text-orange-200\/35{
    color: rgb(254 215 170 / 0.35);
  }

  .lg\:text-orange-200\/40{
    color: rgb(254 215 170 / 0.4);
  }

  .lg\:text-orange-200\/45{
    color: rgb(254 215 170 / 0.45);
  }

  .lg\:text-orange-200\/5{
    color: rgb(254 215 170 / 0.05);
  }

  .lg\:text-orange-200\/50{
    color: rgb(254 215 170 / 0.5);
  }

  .lg\:text-orange-200\/55{
    color: rgb(254 215 170 / 0.55);
  }

  .lg\:text-orange-200\/60{
    color: rgb(254 215 170 / 0.6);
  }

  .lg\:text-orange-200\/65{
    color: rgb(254 215 170 / 0.65);
  }

  .lg\:text-orange-200\/70{
    color: rgb(254 215 170 / 0.7);
  }

  .lg\:text-orange-200\/75{
    color: rgb(254 215 170 / 0.75);
  }

  .lg\:text-orange-200\/80{
    color: rgb(254 215 170 / 0.8);
  }

  .lg\:text-orange-200\/85{
    color: rgb(254 215 170 / 0.85);
  }

  .lg\:text-orange-200\/90{
    color: rgb(254 215 170 / 0.9);
  }

  .lg\:text-orange-200\/95{
    color: rgb(254 215 170 / 0.95);
  }

  .lg\:text-orange-300{
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-300\/0{
    color: rgb(253 186 116 / 0);
  }

  .lg\:text-orange-300\/10{
    color: rgb(253 186 116 / 0.1);
  }

  .lg\:text-orange-300\/100{
    color: rgb(253 186 116 / 1);
  }

  .lg\:text-orange-300\/15{
    color: rgb(253 186 116 / 0.15);
  }

  .lg\:text-orange-300\/20{
    color: rgb(253 186 116 / 0.2);
  }

  .lg\:text-orange-300\/25{
    color: rgb(253 186 116 / 0.25);
  }

  .lg\:text-orange-300\/30{
    color: rgb(253 186 116 / 0.3);
  }

  .lg\:text-orange-300\/35{
    color: rgb(253 186 116 / 0.35);
  }

  .lg\:text-orange-300\/40{
    color: rgb(253 186 116 / 0.4);
  }

  .lg\:text-orange-300\/45{
    color: rgb(253 186 116 / 0.45);
  }

  .lg\:text-orange-300\/5{
    color: rgb(253 186 116 / 0.05);
  }

  .lg\:text-orange-300\/50{
    color: rgb(253 186 116 / 0.5);
  }

  .lg\:text-orange-300\/55{
    color: rgb(253 186 116 / 0.55);
  }

  .lg\:text-orange-300\/60{
    color: rgb(253 186 116 / 0.6);
  }

  .lg\:text-orange-300\/65{
    color: rgb(253 186 116 / 0.65);
  }

  .lg\:text-orange-300\/70{
    color: rgb(253 186 116 / 0.7);
  }

  .lg\:text-orange-300\/75{
    color: rgb(253 186 116 / 0.75);
  }

  .lg\:text-orange-300\/80{
    color: rgb(253 186 116 / 0.8);
  }

  .lg\:text-orange-300\/85{
    color: rgb(253 186 116 / 0.85);
  }

  .lg\:text-orange-300\/90{
    color: rgb(253 186 116 / 0.9);
  }

  .lg\:text-orange-300\/95{
    color: rgb(253 186 116 / 0.95);
  }

  .lg\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-400\/0{
    color: rgb(251 146 60 / 0);
  }

  .lg\:text-orange-400\/10{
    color: rgb(251 146 60 / 0.1);
  }

  .lg\:text-orange-400\/100{
    color: rgb(251 146 60 / 1);
  }

  .lg\:text-orange-400\/15{
    color: rgb(251 146 60 / 0.15);
  }

  .lg\:text-orange-400\/20{
    color: rgb(251 146 60 / 0.2);
  }

  .lg\:text-orange-400\/25{
    color: rgb(251 146 60 / 0.25);
  }

  .lg\:text-orange-400\/30{
    color: rgb(251 146 60 / 0.3);
  }

  .lg\:text-orange-400\/35{
    color: rgb(251 146 60 / 0.35);
  }

  .lg\:text-orange-400\/40{
    color: rgb(251 146 60 / 0.4);
  }

  .lg\:text-orange-400\/45{
    color: rgb(251 146 60 / 0.45);
  }

  .lg\:text-orange-400\/5{
    color: rgb(251 146 60 / 0.05);
  }

  .lg\:text-orange-400\/50{
    color: rgb(251 146 60 / 0.5);
  }

  .lg\:text-orange-400\/55{
    color: rgb(251 146 60 / 0.55);
  }

  .lg\:text-orange-400\/60{
    color: rgb(251 146 60 / 0.6);
  }

  .lg\:text-orange-400\/65{
    color: rgb(251 146 60 / 0.65);
  }

  .lg\:text-orange-400\/70{
    color: rgb(251 146 60 / 0.7);
  }

  .lg\:text-orange-400\/75{
    color: rgb(251 146 60 / 0.75);
  }

  .lg\:text-orange-400\/80{
    color: rgb(251 146 60 / 0.8);
  }

  .lg\:text-orange-400\/85{
    color: rgb(251 146 60 / 0.85);
  }

  .lg\:text-orange-400\/90{
    color: rgb(251 146 60 / 0.9);
  }

  .lg\:text-orange-400\/95{
    color: rgb(251 146 60 / 0.95);
  }

  .lg\:text-orange-50{
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-50\/0{
    color: rgb(255 247 237 / 0);
  }

  .lg\:text-orange-50\/10{
    color: rgb(255 247 237 / 0.1);
  }

  .lg\:text-orange-50\/100{
    color: rgb(255 247 237 / 1);
  }

  .lg\:text-orange-50\/15{
    color: rgb(255 247 237 / 0.15);
  }

  .lg\:text-orange-50\/20{
    color: rgb(255 247 237 / 0.2);
  }

  .lg\:text-orange-50\/25{
    color: rgb(255 247 237 / 0.25);
  }

  .lg\:text-orange-50\/30{
    color: rgb(255 247 237 / 0.3);
  }

  .lg\:text-orange-50\/35{
    color: rgb(255 247 237 / 0.35);
  }

  .lg\:text-orange-50\/40{
    color: rgb(255 247 237 / 0.4);
  }

  .lg\:text-orange-50\/45{
    color: rgb(255 247 237 / 0.45);
  }

  .lg\:text-orange-50\/5{
    color: rgb(255 247 237 / 0.05);
  }

  .lg\:text-orange-50\/50{
    color: rgb(255 247 237 / 0.5);
  }

  .lg\:text-orange-50\/55{
    color: rgb(255 247 237 / 0.55);
  }

  .lg\:text-orange-50\/60{
    color: rgb(255 247 237 / 0.6);
  }

  .lg\:text-orange-50\/65{
    color: rgb(255 247 237 / 0.65);
  }

  .lg\:text-orange-50\/70{
    color: rgb(255 247 237 / 0.7);
  }

  .lg\:text-orange-50\/75{
    color: rgb(255 247 237 / 0.75);
  }

  .lg\:text-orange-50\/80{
    color: rgb(255 247 237 / 0.8);
  }

  .lg\:text-orange-50\/85{
    color: rgb(255 247 237 / 0.85);
  }

  .lg\:text-orange-50\/90{
    color: rgb(255 247 237 / 0.9);
  }

  .lg\:text-orange-50\/95{
    color: rgb(255 247 237 / 0.95);
  }

  .lg\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-500\/0{
    color: rgb(249 115 22 / 0);
  }

  .lg\:text-orange-500\/10{
    color: rgb(249 115 22 / 0.1);
  }

  .lg\:text-orange-500\/100{
    color: rgb(249 115 22 / 1);
  }

  .lg\:text-orange-500\/15{
    color: rgb(249 115 22 / 0.15);
  }

  .lg\:text-orange-500\/20{
    color: rgb(249 115 22 / 0.2);
  }

  .lg\:text-orange-500\/25{
    color: rgb(249 115 22 / 0.25);
  }

  .lg\:text-orange-500\/30{
    color: rgb(249 115 22 / 0.3);
  }

  .lg\:text-orange-500\/35{
    color: rgb(249 115 22 / 0.35);
  }

  .lg\:text-orange-500\/40{
    color: rgb(249 115 22 / 0.4);
  }

  .lg\:text-orange-500\/45{
    color: rgb(249 115 22 / 0.45);
  }

  .lg\:text-orange-500\/5{
    color: rgb(249 115 22 / 0.05);
  }

  .lg\:text-orange-500\/50{
    color: rgb(249 115 22 / 0.5);
  }

  .lg\:text-orange-500\/55{
    color: rgb(249 115 22 / 0.55);
  }

  .lg\:text-orange-500\/60{
    color: rgb(249 115 22 / 0.6);
  }

  .lg\:text-orange-500\/65{
    color: rgb(249 115 22 / 0.65);
  }

  .lg\:text-orange-500\/70{
    color: rgb(249 115 22 / 0.7);
  }

  .lg\:text-orange-500\/75{
    color: rgb(249 115 22 / 0.75);
  }

  .lg\:text-orange-500\/80{
    color: rgb(249 115 22 / 0.8);
  }

  .lg\:text-orange-500\/85{
    color: rgb(249 115 22 / 0.85);
  }

  .lg\:text-orange-500\/90{
    color: rgb(249 115 22 / 0.9);
  }

  .lg\:text-orange-500\/95{
    color: rgb(249 115 22 / 0.95);
  }

  .lg\:text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-600\/0{
    color: rgb(234 88 12 / 0);
  }

  .lg\:text-orange-600\/10{
    color: rgb(234 88 12 / 0.1);
  }

  .lg\:text-orange-600\/100{
    color: rgb(234 88 12 / 1);
  }

  .lg\:text-orange-600\/15{
    color: rgb(234 88 12 / 0.15);
  }

  .lg\:text-orange-600\/20{
    color: rgb(234 88 12 / 0.2);
  }

  .lg\:text-orange-600\/25{
    color: rgb(234 88 12 / 0.25);
  }

  .lg\:text-orange-600\/30{
    color: rgb(234 88 12 / 0.3);
  }

  .lg\:text-orange-600\/35{
    color: rgb(234 88 12 / 0.35);
  }

  .lg\:text-orange-600\/40{
    color: rgb(234 88 12 / 0.4);
  }

  .lg\:text-orange-600\/45{
    color: rgb(234 88 12 / 0.45);
  }

  .lg\:text-orange-600\/5{
    color: rgb(234 88 12 / 0.05);
  }

  .lg\:text-orange-600\/50{
    color: rgb(234 88 12 / 0.5);
  }

  .lg\:text-orange-600\/55{
    color: rgb(234 88 12 / 0.55);
  }

  .lg\:text-orange-600\/60{
    color: rgb(234 88 12 / 0.6);
  }

  .lg\:text-orange-600\/65{
    color: rgb(234 88 12 / 0.65);
  }

  .lg\:text-orange-600\/70{
    color: rgb(234 88 12 / 0.7);
  }

  .lg\:text-orange-600\/75{
    color: rgb(234 88 12 / 0.75);
  }

  .lg\:text-orange-600\/80{
    color: rgb(234 88 12 / 0.8);
  }

  .lg\:text-orange-600\/85{
    color: rgb(234 88 12 / 0.85);
  }

  .lg\:text-orange-600\/90{
    color: rgb(234 88 12 / 0.9);
  }

  .lg\:text-orange-600\/95{
    color: rgb(234 88 12 / 0.95);
  }

  .lg\:text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-700\/0{
    color: rgb(194 65 12 / 0);
  }

  .lg\:text-orange-700\/10{
    color: rgb(194 65 12 / 0.1);
  }

  .lg\:text-orange-700\/100{
    color: rgb(194 65 12 / 1);
  }

  .lg\:text-orange-700\/15{
    color: rgb(194 65 12 / 0.15);
  }

  .lg\:text-orange-700\/20{
    color: rgb(194 65 12 / 0.2);
  }

  .lg\:text-orange-700\/25{
    color: rgb(194 65 12 / 0.25);
  }

  .lg\:text-orange-700\/30{
    color: rgb(194 65 12 / 0.3);
  }

  .lg\:text-orange-700\/35{
    color: rgb(194 65 12 / 0.35);
  }

  .lg\:text-orange-700\/40{
    color: rgb(194 65 12 / 0.4);
  }

  .lg\:text-orange-700\/45{
    color: rgb(194 65 12 / 0.45);
  }

  .lg\:text-orange-700\/5{
    color: rgb(194 65 12 / 0.05);
  }

  .lg\:text-orange-700\/50{
    color: rgb(194 65 12 / 0.5);
  }

  .lg\:text-orange-700\/55{
    color: rgb(194 65 12 / 0.55);
  }

  .lg\:text-orange-700\/60{
    color: rgb(194 65 12 / 0.6);
  }

  .lg\:text-orange-700\/65{
    color: rgb(194 65 12 / 0.65);
  }

  .lg\:text-orange-700\/70{
    color: rgb(194 65 12 / 0.7);
  }

  .lg\:text-orange-700\/75{
    color: rgb(194 65 12 / 0.75);
  }

  .lg\:text-orange-700\/80{
    color: rgb(194 65 12 / 0.8);
  }

  .lg\:text-orange-700\/85{
    color: rgb(194 65 12 / 0.85);
  }

  .lg\:text-orange-700\/90{
    color: rgb(194 65 12 / 0.9);
  }

  .lg\:text-orange-700\/95{
    color: rgb(194 65 12 / 0.95);
  }

  .lg\:text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-800\/0{
    color: rgb(154 52 18 / 0);
  }

  .lg\:text-orange-800\/10{
    color: rgb(154 52 18 / 0.1);
  }

  .lg\:text-orange-800\/100{
    color: rgb(154 52 18 / 1);
  }

  .lg\:text-orange-800\/15{
    color: rgb(154 52 18 / 0.15);
  }

  .lg\:text-orange-800\/20{
    color: rgb(154 52 18 / 0.2);
  }

  .lg\:text-orange-800\/25{
    color: rgb(154 52 18 / 0.25);
  }

  .lg\:text-orange-800\/30{
    color: rgb(154 52 18 / 0.3);
  }

  .lg\:text-orange-800\/35{
    color: rgb(154 52 18 / 0.35);
  }

  .lg\:text-orange-800\/40{
    color: rgb(154 52 18 / 0.4);
  }

  .lg\:text-orange-800\/45{
    color: rgb(154 52 18 / 0.45);
  }

  .lg\:text-orange-800\/5{
    color: rgb(154 52 18 / 0.05);
  }

  .lg\:text-orange-800\/50{
    color: rgb(154 52 18 / 0.5);
  }

  .lg\:text-orange-800\/55{
    color: rgb(154 52 18 / 0.55);
  }

  .lg\:text-orange-800\/60{
    color: rgb(154 52 18 / 0.6);
  }

  .lg\:text-orange-800\/65{
    color: rgb(154 52 18 / 0.65);
  }

  .lg\:text-orange-800\/70{
    color: rgb(154 52 18 / 0.7);
  }

  .lg\:text-orange-800\/75{
    color: rgb(154 52 18 / 0.75);
  }

  .lg\:text-orange-800\/80{
    color: rgb(154 52 18 / 0.8);
  }

  .lg\:text-orange-800\/85{
    color: rgb(154 52 18 / 0.85);
  }

  .lg\:text-orange-800\/90{
    color: rgb(154 52 18 / 0.9);
  }

  .lg\:text-orange-800\/95{
    color: rgb(154 52 18 / 0.95);
  }

  .lg\:text-orange-900{
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-900\/0{
    color: rgb(124 45 18 / 0);
  }

  .lg\:text-orange-900\/10{
    color: rgb(124 45 18 / 0.1);
  }

  .lg\:text-orange-900\/100{
    color: rgb(124 45 18 / 1);
  }

  .lg\:text-orange-900\/15{
    color: rgb(124 45 18 / 0.15);
  }

  .lg\:text-orange-900\/20{
    color: rgb(124 45 18 / 0.2);
  }

  .lg\:text-orange-900\/25{
    color: rgb(124 45 18 / 0.25);
  }

  .lg\:text-orange-900\/30{
    color: rgb(124 45 18 / 0.3);
  }

  .lg\:text-orange-900\/35{
    color: rgb(124 45 18 / 0.35);
  }

  .lg\:text-orange-900\/40{
    color: rgb(124 45 18 / 0.4);
  }

  .lg\:text-orange-900\/45{
    color: rgb(124 45 18 / 0.45);
  }

  .lg\:text-orange-900\/5{
    color: rgb(124 45 18 / 0.05);
  }

  .lg\:text-orange-900\/50{
    color: rgb(124 45 18 / 0.5);
  }

  .lg\:text-orange-900\/55{
    color: rgb(124 45 18 / 0.55);
  }

  .lg\:text-orange-900\/60{
    color: rgb(124 45 18 / 0.6);
  }

  .lg\:text-orange-900\/65{
    color: rgb(124 45 18 / 0.65);
  }

  .lg\:text-orange-900\/70{
    color: rgb(124 45 18 / 0.7);
  }

  .lg\:text-orange-900\/75{
    color: rgb(124 45 18 / 0.75);
  }

  .lg\:text-orange-900\/80{
    color: rgb(124 45 18 / 0.8);
  }

  .lg\:text-orange-900\/85{
    color: rgb(124 45 18 / 0.85);
  }

  .lg\:text-orange-900\/90{
    color: rgb(124 45 18 / 0.9);
  }

  .lg\:text-orange-900\/95{
    color: rgb(124 45 18 / 0.95);
  }

  .lg\:text-orange-950{
    --tw-text-opacity: 1;
    color: rgb(67 20 7 / var(--tw-text-opacity, 1));
  }

  .lg\:text-orange-950\/0{
    color: rgb(67 20 7 / 0);
  }

  .lg\:text-orange-950\/10{
    color: rgb(67 20 7 / 0.1);
  }

  .lg\:text-orange-950\/100{
    color: rgb(67 20 7 / 1);
  }

  .lg\:text-orange-950\/15{
    color: rgb(67 20 7 / 0.15);
  }

  .lg\:text-orange-950\/20{
    color: rgb(67 20 7 / 0.2);
  }

  .lg\:text-orange-950\/25{
    color: rgb(67 20 7 / 0.25);
  }

  .lg\:text-orange-950\/30{
    color: rgb(67 20 7 / 0.3);
  }

  .lg\:text-orange-950\/35{
    color: rgb(67 20 7 / 0.35);
  }

  .lg\:text-orange-950\/40{
    color: rgb(67 20 7 / 0.4);
  }

  .lg\:text-orange-950\/45{
    color: rgb(67 20 7 / 0.45);
  }

  .lg\:text-orange-950\/5{
    color: rgb(67 20 7 / 0.05);
  }

  .lg\:text-orange-950\/50{
    color: rgb(67 20 7 / 0.5);
  }

  .lg\:text-orange-950\/55{
    color: rgb(67 20 7 / 0.55);
  }

  .lg\:text-orange-950\/60{
    color: rgb(67 20 7 / 0.6);
  }

  .lg\:text-orange-950\/65{
    color: rgb(67 20 7 / 0.65);
  }

  .lg\:text-orange-950\/70{
    color: rgb(67 20 7 / 0.7);
  }

  .lg\:text-orange-950\/75{
    color: rgb(67 20 7 / 0.75);
  }

  .lg\:text-orange-950\/80{
    color: rgb(67 20 7 / 0.8);
  }

  .lg\:text-orange-950\/85{
    color: rgb(67 20 7 / 0.85);
  }

  .lg\:text-orange-950\/90{
    color: rgb(67 20 7 / 0.9);
  }

  .lg\:text-orange-950\/95{
    color: rgb(67 20 7 / 0.95);
  }

  .lg\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-100\/0{
    color: rgb(252 231 243 / 0);
  }

  .lg\:text-pink-100\/10{
    color: rgb(252 231 243 / 0.1);
  }

  .lg\:text-pink-100\/100{
    color: rgb(252 231 243 / 1);
  }

  .lg\:text-pink-100\/15{
    color: rgb(252 231 243 / 0.15);
  }

  .lg\:text-pink-100\/20{
    color: rgb(252 231 243 / 0.2);
  }

  .lg\:text-pink-100\/25{
    color: rgb(252 231 243 / 0.25);
  }

  .lg\:text-pink-100\/30{
    color: rgb(252 231 243 / 0.3);
  }

  .lg\:text-pink-100\/35{
    color: rgb(252 231 243 / 0.35);
  }

  .lg\:text-pink-100\/40{
    color: rgb(252 231 243 / 0.4);
  }

  .lg\:text-pink-100\/45{
    color: rgb(252 231 243 / 0.45);
  }

  .lg\:text-pink-100\/5{
    color: rgb(252 231 243 / 0.05);
  }

  .lg\:text-pink-100\/50{
    color: rgb(252 231 243 / 0.5);
  }

  .lg\:text-pink-100\/55{
    color: rgb(252 231 243 / 0.55);
  }

  .lg\:text-pink-100\/60{
    color: rgb(252 231 243 / 0.6);
  }

  .lg\:text-pink-100\/65{
    color: rgb(252 231 243 / 0.65);
  }

  .lg\:text-pink-100\/70{
    color: rgb(252 231 243 / 0.7);
  }

  .lg\:text-pink-100\/75{
    color: rgb(252 231 243 / 0.75);
  }

  .lg\:text-pink-100\/80{
    color: rgb(252 231 243 / 0.8);
  }

  .lg\:text-pink-100\/85{
    color: rgb(252 231 243 / 0.85);
  }

  .lg\:text-pink-100\/90{
    color: rgb(252 231 243 / 0.9);
  }

  .lg\:text-pink-100\/95{
    color: rgb(252 231 243 / 0.95);
  }

  .lg\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-200\/0{
    color: rgb(251 207 232 / 0);
  }

  .lg\:text-pink-200\/10{
    color: rgb(251 207 232 / 0.1);
  }

  .lg\:text-pink-200\/100{
    color: rgb(251 207 232 / 1);
  }

  .lg\:text-pink-200\/15{
    color: rgb(251 207 232 / 0.15);
  }

  .lg\:text-pink-200\/20{
    color: rgb(251 207 232 / 0.2);
  }

  .lg\:text-pink-200\/25{
    color: rgb(251 207 232 / 0.25);
  }

  .lg\:text-pink-200\/30{
    color: rgb(251 207 232 / 0.3);
  }

  .lg\:text-pink-200\/35{
    color: rgb(251 207 232 / 0.35);
  }

  .lg\:text-pink-200\/40{
    color: rgb(251 207 232 / 0.4);
  }

  .lg\:text-pink-200\/45{
    color: rgb(251 207 232 / 0.45);
  }

  .lg\:text-pink-200\/5{
    color: rgb(251 207 232 / 0.05);
  }

  .lg\:text-pink-200\/50{
    color: rgb(251 207 232 / 0.5);
  }

  .lg\:text-pink-200\/55{
    color: rgb(251 207 232 / 0.55);
  }

  .lg\:text-pink-200\/60{
    color: rgb(251 207 232 / 0.6);
  }

  .lg\:text-pink-200\/65{
    color: rgb(251 207 232 / 0.65);
  }

  .lg\:text-pink-200\/70{
    color: rgb(251 207 232 / 0.7);
  }

  .lg\:text-pink-200\/75{
    color: rgb(251 207 232 / 0.75);
  }

  .lg\:text-pink-200\/80{
    color: rgb(251 207 232 / 0.8);
  }

  .lg\:text-pink-200\/85{
    color: rgb(251 207 232 / 0.85);
  }

  .lg\:text-pink-200\/90{
    color: rgb(251 207 232 / 0.9);
  }

  .lg\:text-pink-200\/95{
    color: rgb(251 207 232 / 0.95);
  }

  .lg\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-300\/0{
    color: rgb(249 168 212 / 0);
  }

  .lg\:text-pink-300\/10{
    color: rgb(249 168 212 / 0.1);
  }

  .lg\:text-pink-300\/100{
    color: rgb(249 168 212 / 1);
  }

  .lg\:text-pink-300\/15{
    color: rgb(249 168 212 / 0.15);
  }

  .lg\:text-pink-300\/20{
    color: rgb(249 168 212 / 0.2);
  }

  .lg\:text-pink-300\/25{
    color: rgb(249 168 212 / 0.25);
  }

  .lg\:text-pink-300\/30{
    color: rgb(249 168 212 / 0.3);
  }

  .lg\:text-pink-300\/35{
    color: rgb(249 168 212 / 0.35);
  }

  .lg\:text-pink-300\/40{
    color: rgb(249 168 212 / 0.4);
  }

  .lg\:text-pink-300\/45{
    color: rgb(249 168 212 / 0.45);
  }

  .lg\:text-pink-300\/5{
    color: rgb(249 168 212 / 0.05);
  }

  .lg\:text-pink-300\/50{
    color: rgb(249 168 212 / 0.5);
  }

  .lg\:text-pink-300\/55{
    color: rgb(249 168 212 / 0.55);
  }

  .lg\:text-pink-300\/60{
    color: rgb(249 168 212 / 0.6);
  }

  .lg\:text-pink-300\/65{
    color: rgb(249 168 212 / 0.65);
  }

  .lg\:text-pink-300\/70{
    color: rgb(249 168 212 / 0.7);
  }

  .lg\:text-pink-300\/75{
    color: rgb(249 168 212 / 0.75);
  }

  .lg\:text-pink-300\/80{
    color: rgb(249 168 212 / 0.8);
  }

  .lg\:text-pink-300\/85{
    color: rgb(249 168 212 / 0.85);
  }

  .lg\:text-pink-300\/90{
    color: rgb(249 168 212 / 0.9);
  }

  .lg\:text-pink-300\/95{
    color: rgb(249 168 212 / 0.95);
  }

  .lg\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-400\/0{
    color: rgb(244 114 182 / 0);
  }

  .lg\:text-pink-400\/10{
    color: rgb(244 114 182 / 0.1);
  }

  .lg\:text-pink-400\/100{
    color: rgb(244 114 182 / 1);
  }

  .lg\:text-pink-400\/15{
    color: rgb(244 114 182 / 0.15);
  }

  .lg\:text-pink-400\/20{
    color: rgb(244 114 182 / 0.2);
  }

  .lg\:text-pink-400\/25{
    color: rgb(244 114 182 / 0.25);
  }

  .lg\:text-pink-400\/30{
    color: rgb(244 114 182 / 0.3);
  }

  .lg\:text-pink-400\/35{
    color: rgb(244 114 182 / 0.35);
  }

  .lg\:text-pink-400\/40{
    color: rgb(244 114 182 / 0.4);
  }

  .lg\:text-pink-400\/45{
    color: rgb(244 114 182 / 0.45);
  }

  .lg\:text-pink-400\/5{
    color: rgb(244 114 182 / 0.05);
  }

  .lg\:text-pink-400\/50{
    color: rgb(244 114 182 / 0.5);
  }

  .lg\:text-pink-400\/55{
    color: rgb(244 114 182 / 0.55);
  }

  .lg\:text-pink-400\/60{
    color: rgb(244 114 182 / 0.6);
  }

  .lg\:text-pink-400\/65{
    color: rgb(244 114 182 / 0.65);
  }

  .lg\:text-pink-400\/70{
    color: rgb(244 114 182 / 0.7);
  }

  .lg\:text-pink-400\/75{
    color: rgb(244 114 182 / 0.75);
  }

  .lg\:text-pink-400\/80{
    color: rgb(244 114 182 / 0.8);
  }

  .lg\:text-pink-400\/85{
    color: rgb(244 114 182 / 0.85);
  }

  .lg\:text-pink-400\/90{
    color: rgb(244 114 182 / 0.9);
  }

  .lg\:text-pink-400\/95{
    color: rgb(244 114 182 / 0.95);
  }

  .lg\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-50\/0{
    color: rgb(253 242 248 / 0);
  }

  .lg\:text-pink-50\/10{
    color: rgb(253 242 248 / 0.1);
  }

  .lg\:text-pink-50\/100{
    color: rgb(253 242 248 / 1);
  }

  .lg\:text-pink-50\/15{
    color: rgb(253 242 248 / 0.15);
  }

  .lg\:text-pink-50\/20{
    color: rgb(253 242 248 / 0.2);
  }

  .lg\:text-pink-50\/25{
    color: rgb(253 242 248 / 0.25);
  }

  .lg\:text-pink-50\/30{
    color: rgb(253 242 248 / 0.3);
  }

  .lg\:text-pink-50\/35{
    color: rgb(253 242 248 / 0.35);
  }

  .lg\:text-pink-50\/40{
    color: rgb(253 242 248 / 0.4);
  }

  .lg\:text-pink-50\/45{
    color: rgb(253 242 248 / 0.45);
  }

  .lg\:text-pink-50\/5{
    color: rgb(253 242 248 / 0.05);
  }

  .lg\:text-pink-50\/50{
    color: rgb(253 242 248 / 0.5);
  }

  .lg\:text-pink-50\/55{
    color: rgb(253 242 248 / 0.55);
  }

  .lg\:text-pink-50\/60{
    color: rgb(253 242 248 / 0.6);
  }

  .lg\:text-pink-50\/65{
    color: rgb(253 242 248 / 0.65);
  }

  .lg\:text-pink-50\/70{
    color: rgb(253 242 248 / 0.7);
  }

  .lg\:text-pink-50\/75{
    color: rgb(253 242 248 / 0.75);
  }

  .lg\:text-pink-50\/80{
    color: rgb(253 242 248 / 0.8);
  }

  .lg\:text-pink-50\/85{
    color: rgb(253 242 248 / 0.85);
  }

  .lg\:text-pink-50\/90{
    color: rgb(253 242 248 / 0.9);
  }

  .lg\:text-pink-50\/95{
    color: rgb(253 242 248 / 0.95);
  }

  .lg\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-500\/0{
    color: rgb(236 72 153 / 0);
  }

  .lg\:text-pink-500\/10{
    color: rgb(236 72 153 / 0.1);
  }

  .lg\:text-pink-500\/100{
    color: rgb(236 72 153 / 1);
  }

  .lg\:text-pink-500\/15{
    color: rgb(236 72 153 / 0.15);
  }

  .lg\:text-pink-500\/20{
    color: rgb(236 72 153 / 0.2);
  }

  .lg\:text-pink-500\/25{
    color: rgb(236 72 153 / 0.25);
  }

  .lg\:text-pink-500\/30{
    color: rgb(236 72 153 / 0.3);
  }

  .lg\:text-pink-500\/35{
    color: rgb(236 72 153 / 0.35);
  }

  .lg\:text-pink-500\/40{
    color: rgb(236 72 153 / 0.4);
  }

  .lg\:text-pink-500\/45{
    color: rgb(236 72 153 / 0.45);
  }

  .lg\:text-pink-500\/5{
    color: rgb(236 72 153 / 0.05);
  }

  .lg\:text-pink-500\/50{
    color: rgb(236 72 153 / 0.5);
  }

  .lg\:text-pink-500\/55{
    color: rgb(236 72 153 / 0.55);
  }

  .lg\:text-pink-500\/60{
    color: rgb(236 72 153 / 0.6);
  }

  .lg\:text-pink-500\/65{
    color: rgb(236 72 153 / 0.65);
  }

  .lg\:text-pink-500\/70{
    color: rgb(236 72 153 / 0.7);
  }

  .lg\:text-pink-500\/75{
    color: rgb(236 72 153 / 0.75);
  }

  .lg\:text-pink-500\/80{
    color: rgb(236 72 153 / 0.8);
  }

  .lg\:text-pink-500\/85{
    color: rgb(236 72 153 / 0.85);
  }

  .lg\:text-pink-500\/90{
    color: rgb(236 72 153 / 0.9);
  }

  .lg\:text-pink-500\/95{
    color: rgb(236 72 153 / 0.95);
  }

  .lg\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-600\/0{
    color: rgb(219 39 119 / 0);
  }

  .lg\:text-pink-600\/10{
    color: rgb(219 39 119 / 0.1);
  }

  .lg\:text-pink-600\/100{
    color: rgb(219 39 119 / 1);
  }

  .lg\:text-pink-600\/15{
    color: rgb(219 39 119 / 0.15);
  }

  .lg\:text-pink-600\/20{
    color: rgb(219 39 119 / 0.2);
  }

  .lg\:text-pink-600\/25{
    color: rgb(219 39 119 / 0.25);
  }

  .lg\:text-pink-600\/30{
    color: rgb(219 39 119 / 0.3);
  }

  .lg\:text-pink-600\/35{
    color: rgb(219 39 119 / 0.35);
  }

  .lg\:text-pink-600\/40{
    color: rgb(219 39 119 / 0.4);
  }

  .lg\:text-pink-600\/45{
    color: rgb(219 39 119 / 0.45);
  }

  .lg\:text-pink-600\/5{
    color: rgb(219 39 119 / 0.05);
  }

  .lg\:text-pink-600\/50{
    color: rgb(219 39 119 / 0.5);
  }

  .lg\:text-pink-600\/55{
    color: rgb(219 39 119 / 0.55);
  }

  .lg\:text-pink-600\/60{
    color: rgb(219 39 119 / 0.6);
  }

  .lg\:text-pink-600\/65{
    color: rgb(219 39 119 / 0.65);
  }

  .lg\:text-pink-600\/70{
    color: rgb(219 39 119 / 0.7);
  }

  .lg\:text-pink-600\/75{
    color: rgb(219 39 119 / 0.75);
  }

  .lg\:text-pink-600\/80{
    color: rgb(219 39 119 / 0.8);
  }

  .lg\:text-pink-600\/85{
    color: rgb(219 39 119 / 0.85);
  }

  .lg\:text-pink-600\/90{
    color: rgb(219 39 119 / 0.9);
  }

  .lg\:text-pink-600\/95{
    color: rgb(219 39 119 / 0.95);
  }

  .lg\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-700\/0{
    color: rgb(190 24 93 / 0);
  }

  .lg\:text-pink-700\/10{
    color: rgb(190 24 93 / 0.1);
  }

  .lg\:text-pink-700\/100{
    color: rgb(190 24 93 / 1);
  }

  .lg\:text-pink-700\/15{
    color: rgb(190 24 93 / 0.15);
  }

  .lg\:text-pink-700\/20{
    color: rgb(190 24 93 / 0.2);
  }

  .lg\:text-pink-700\/25{
    color: rgb(190 24 93 / 0.25);
  }

  .lg\:text-pink-700\/30{
    color: rgb(190 24 93 / 0.3);
  }

  .lg\:text-pink-700\/35{
    color: rgb(190 24 93 / 0.35);
  }

  .lg\:text-pink-700\/40{
    color: rgb(190 24 93 / 0.4);
  }

  .lg\:text-pink-700\/45{
    color: rgb(190 24 93 / 0.45);
  }

  .lg\:text-pink-700\/5{
    color: rgb(190 24 93 / 0.05);
  }

  .lg\:text-pink-700\/50{
    color: rgb(190 24 93 / 0.5);
  }

  .lg\:text-pink-700\/55{
    color: rgb(190 24 93 / 0.55);
  }

  .lg\:text-pink-700\/60{
    color: rgb(190 24 93 / 0.6);
  }

  .lg\:text-pink-700\/65{
    color: rgb(190 24 93 / 0.65);
  }

  .lg\:text-pink-700\/70{
    color: rgb(190 24 93 / 0.7);
  }

  .lg\:text-pink-700\/75{
    color: rgb(190 24 93 / 0.75);
  }

  .lg\:text-pink-700\/80{
    color: rgb(190 24 93 / 0.8);
  }

  .lg\:text-pink-700\/85{
    color: rgb(190 24 93 / 0.85);
  }

  .lg\:text-pink-700\/90{
    color: rgb(190 24 93 / 0.9);
  }

  .lg\:text-pink-700\/95{
    color: rgb(190 24 93 / 0.95);
  }

  .lg\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-800\/0{
    color: rgb(157 23 77 / 0);
  }

  .lg\:text-pink-800\/10{
    color: rgb(157 23 77 / 0.1);
  }

  .lg\:text-pink-800\/100{
    color: rgb(157 23 77 / 1);
  }

  .lg\:text-pink-800\/15{
    color: rgb(157 23 77 / 0.15);
  }

  .lg\:text-pink-800\/20{
    color: rgb(157 23 77 / 0.2);
  }

  .lg\:text-pink-800\/25{
    color: rgb(157 23 77 / 0.25);
  }

  .lg\:text-pink-800\/30{
    color: rgb(157 23 77 / 0.3);
  }

  .lg\:text-pink-800\/35{
    color: rgb(157 23 77 / 0.35);
  }

  .lg\:text-pink-800\/40{
    color: rgb(157 23 77 / 0.4);
  }

  .lg\:text-pink-800\/45{
    color: rgb(157 23 77 / 0.45);
  }

  .lg\:text-pink-800\/5{
    color: rgb(157 23 77 / 0.05);
  }

  .lg\:text-pink-800\/50{
    color: rgb(157 23 77 / 0.5);
  }

  .lg\:text-pink-800\/55{
    color: rgb(157 23 77 / 0.55);
  }

  .lg\:text-pink-800\/60{
    color: rgb(157 23 77 / 0.6);
  }

  .lg\:text-pink-800\/65{
    color: rgb(157 23 77 / 0.65);
  }

  .lg\:text-pink-800\/70{
    color: rgb(157 23 77 / 0.7);
  }

  .lg\:text-pink-800\/75{
    color: rgb(157 23 77 / 0.75);
  }

  .lg\:text-pink-800\/80{
    color: rgb(157 23 77 / 0.8);
  }

  .lg\:text-pink-800\/85{
    color: rgb(157 23 77 / 0.85);
  }

  .lg\:text-pink-800\/90{
    color: rgb(157 23 77 / 0.9);
  }

  .lg\:text-pink-800\/95{
    color: rgb(157 23 77 / 0.95);
  }

  .lg\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-900\/0{
    color: rgb(131 24 67 / 0);
  }

  .lg\:text-pink-900\/10{
    color: rgb(131 24 67 / 0.1);
  }

  .lg\:text-pink-900\/100{
    color: rgb(131 24 67 / 1);
  }

  .lg\:text-pink-900\/15{
    color: rgb(131 24 67 / 0.15);
  }

  .lg\:text-pink-900\/20{
    color: rgb(131 24 67 / 0.2);
  }

  .lg\:text-pink-900\/25{
    color: rgb(131 24 67 / 0.25);
  }

  .lg\:text-pink-900\/30{
    color: rgb(131 24 67 / 0.3);
  }

  .lg\:text-pink-900\/35{
    color: rgb(131 24 67 / 0.35);
  }

  .lg\:text-pink-900\/40{
    color: rgb(131 24 67 / 0.4);
  }

  .lg\:text-pink-900\/45{
    color: rgb(131 24 67 / 0.45);
  }

  .lg\:text-pink-900\/5{
    color: rgb(131 24 67 / 0.05);
  }

  .lg\:text-pink-900\/50{
    color: rgb(131 24 67 / 0.5);
  }

  .lg\:text-pink-900\/55{
    color: rgb(131 24 67 / 0.55);
  }

  .lg\:text-pink-900\/60{
    color: rgb(131 24 67 / 0.6);
  }

  .lg\:text-pink-900\/65{
    color: rgb(131 24 67 / 0.65);
  }

  .lg\:text-pink-900\/70{
    color: rgb(131 24 67 / 0.7);
  }

  .lg\:text-pink-900\/75{
    color: rgb(131 24 67 / 0.75);
  }

  .lg\:text-pink-900\/80{
    color: rgb(131 24 67 / 0.8);
  }

  .lg\:text-pink-900\/85{
    color: rgb(131 24 67 / 0.85);
  }

  .lg\:text-pink-900\/90{
    color: rgb(131 24 67 / 0.9);
  }

  .lg\:text-pink-900\/95{
    color: rgb(131 24 67 / 0.95);
  }

  .lg\:text-pink-950{
    --tw-text-opacity: 1;
    color: rgb(80 7 36 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pink-950\/0{
    color: rgb(80 7 36 / 0);
  }

  .lg\:text-pink-950\/10{
    color: rgb(80 7 36 / 0.1);
  }

  .lg\:text-pink-950\/100{
    color: rgb(80 7 36 / 1);
  }

  .lg\:text-pink-950\/15{
    color: rgb(80 7 36 / 0.15);
  }

  .lg\:text-pink-950\/20{
    color: rgb(80 7 36 / 0.2);
  }

  .lg\:text-pink-950\/25{
    color: rgb(80 7 36 / 0.25);
  }

  .lg\:text-pink-950\/30{
    color: rgb(80 7 36 / 0.3);
  }

  .lg\:text-pink-950\/35{
    color: rgb(80 7 36 / 0.35);
  }

  .lg\:text-pink-950\/40{
    color: rgb(80 7 36 / 0.4);
  }

  .lg\:text-pink-950\/45{
    color: rgb(80 7 36 / 0.45);
  }

  .lg\:text-pink-950\/5{
    color: rgb(80 7 36 / 0.05);
  }

  .lg\:text-pink-950\/50{
    color: rgb(80 7 36 / 0.5);
  }

  .lg\:text-pink-950\/55{
    color: rgb(80 7 36 / 0.55);
  }

  .lg\:text-pink-950\/60{
    color: rgb(80 7 36 / 0.6);
  }

  .lg\:text-pink-950\/65{
    color: rgb(80 7 36 / 0.65);
  }

  .lg\:text-pink-950\/70{
    color: rgb(80 7 36 / 0.7);
  }

  .lg\:text-pink-950\/75{
    color: rgb(80 7 36 / 0.75);
  }

  .lg\:text-pink-950\/80{
    color: rgb(80 7 36 / 0.8);
  }

  .lg\:text-pink-950\/85{
    color: rgb(80 7 36 / 0.85);
  }

  .lg\:text-pink-950\/90{
    color: rgb(80 7 36 / 0.9);
  }

  .lg\:text-pink-950\/95{
    color: rgb(80 7 36 / 0.95);
  }

  .lg\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary\/0{
    color: rgb(23 62 81 / 0);
  }

  .lg\:text-primary\/10{
    color: rgb(23 62 81 / 0.1);
  }

  .lg\:text-primary\/100{
    color: rgb(23 62 81 / 1);
  }

  .lg\:text-primary\/15{
    color: rgb(23 62 81 / 0.15);
  }

  .lg\:text-primary\/20{
    color: rgb(23 62 81 / 0.2);
  }

  .lg\:text-primary\/25{
    color: rgb(23 62 81 / 0.25);
  }

  .lg\:text-primary\/30{
    color: rgb(23 62 81 / 0.3);
  }

  .lg\:text-primary\/35{
    color: rgb(23 62 81 / 0.35);
  }

  .lg\:text-primary\/40{
    color: rgb(23 62 81 / 0.4);
  }

  .lg\:text-primary\/45{
    color: rgb(23 62 81 / 0.45);
  }

  .lg\:text-primary\/5{
    color: rgb(23 62 81 / 0.05);
  }

  .lg\:text-primary\/50{
    color: rgb(23 62 81 / 0.5);
  }

  .lg\:text-primary\/55{
    color: rgb(23 62 81 / 0.55);
  }

  .lg\:text-primary\/60{
    color: rgb(23 62 81 / 0.6);
  }

  .lg\:text-primary\/65{
    color: rgb(23 62 81 / 0.65);
  }

  .lg\:text-primary\/70{
    color: rgb(23 62 81 / 0.7);
  }

  .lg\:text-primary\/75{
    color: rgb(23 62 81 / 0.75);
  }

  .lg\:text-primary\/80{
    color: rgb(23 62 81 / 0.8);
  }

  .lg\:text-primary\/85{
    color: rgb(23 62 81 / 0.85);
  }

  .lg\:text-primary\/90{
    color: rgb(23 62 81 / 0.9);
  }

  .lg\:text-primary\/95{
    color: rgb(23 62 81 / 0.95);
  }

  .lg\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgb(243 232 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-100\/0{
    color: rgb(243 232 255 / 0);
  }

  .lg\:text-purple-100\/10{
    color: rgb(243 232 255 / 0.1);
  }

  .lg\:text-purple-100\/100{
    color: rgb(243 232 255 / 1);
  }

  .lg\:text-purple-100\/15{
    color: rgb(243 232 255 / 0.15);
  }

  .lg\:text-purple-100\/20{
    color: rgb(243 232 255 / 0.2);
  }

  .lg\:text-purple-100\/25{
    color: rgb(243 232 255 / 0.25);
  }

  .lg\:text-purple-100\/30{
    color: rgb(243 232 255 / 0.3);
  }

  .lg\:text-purple-100\/35{
    color: rgb(243 232 255 / 0.35);
  }

  .lg\:text-purple-100\/40{
    color: rgb(243 232 255 / 0.4);
  }

  .lg\:text-purple-100\/45{
    color: rgb(243 232 255 / 0.45);
  }

  .lg\:text-purple-100\/5{
    color: rgb(243 232 255 / 0.05);
  }

  .lg\:text-purple-100\/50{
    color: rgb(243 232 255 / 0.5);
  }

  .lg\:text-purple-100\/55{
    color: rgb(243 232 255 / 0.55);
  }

  .lg\:text-purple-100\/60{
    color: rgb(243 232 255 / 0.6);
  }

  .lg\:text-purple-100\/65{
    color: rgb(243 232 255 / 0.65);
  }

  .lg\:text-purple-100\/70{
    color: rgb(243 232 255 / 0.7);
  }

  .lg\:text-purple-100\/75{
    color: rgb(243 232 255 / 0.75);
  }

  .lg\:text-purple-100\/80{
    color: rgb(243 232 255 / 0.8);
  }

  .lg\:text-purple-100\/85{
    color: rgb(243 232 255 / 0.85);
  }

  .lg\:text-purple-100\/90{
    color: rgb(243 232 255 / 0.9);
  }

  .lg\:text-purple-100\/95{
    color: rgb(243 232 255 / 0.95);
  }

  .lg\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-200\/0{
    color: rgb(233 213 255 / 0);
  }

  .lg\:text-purple-200\/10{
    color: rgb(233 213 255 / 0.1);
  }

  .lg\:text-purple-200\/100{
    color: rgb(233 213 255 / 1);
  }

  .lg\:text-purple-200\/15{
    color: rgb(233 213 255 / 0.15);
  }

  .lg\:text-purple-200\/20{
    color: rgb(233 213 255 / 0.2);
  }

  .lg\:text-purple-200\/25{
    color: rgb(233 213 255 / 0.25);
  }

  .lg\:text-purple-200\/30{
    color: rgb(233 213 255 / 0.3);
  }

  .lg\:text-purple-200\/35{
    color: rgb(233 213 255 / 0.35);
  }

  .lg\:text-purple-200\/40{
    color: rgb(233 213 255 / 0.4);
  }

  .lg\:text-purple-200\/45{
    color: rgb(233 213 255 / 0.45);
  }

  .lg\:text-purple-200\/5{
    color: rgb(233 213 255 / 0.05);
  }

  .lg\:text-purple-200\/50{
    color: rgb(233 213 255 / 0.5);
  }

  .lg\:text-purple-200\/55{
    color: rgb(233 213 255 / 0.55);
  }

  .lg\:text-purple-200\/60{
    color: rgb(233 213 255 / 0.6);
  }

  .lg\:text-purple-200\/65{
    color: rgb(233 213 255 / 0.65);
  }

  .lg\:text-purple-200\/70{
    color: rgb(233 213 255 / 0.7);
  }

  .lg\:text-purple-200\/75{
    color: rgb(233 213 255 / 0.75);
  }

  .lg\:text-purple-200\/80{
    color: rgb(233 213 255 / 0.8);
  }

  .lg\:text-purple-200\/85{
    color: rgb(233 213 255 / 0.85);
  }

  .lg\:text-purple-200\/90{
    color: rgb(233 213 255 / 0.9);
  }

  .lg\:text-purple-200\/95{
    color: rgb(233 213 255 / 0.95);
  }

  .lg\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-300\/0{
    color: rgb(216 180 254 / 0);
  }

  .lg\:text-purple-300\/10{
    color: rgb(216 180 254 / 0.1);
  }

  .lg\:text-purple-300\/100{
    color: rgb(216 180 254 / 1);
  }

  .lg\:text-purple-300\/15{
    color: rgb(216 180 254 / 0.15);
  }

  .lg\:text-purple-300\/20{
    color: rgb(216 180 254 / 0.2);
  }

  .lg\:text-purple-300\/25{
    color: rgb(216 180 254 / 0.25);
  }

  .lg\:text-purple-300\/30{
    color: rgb(216 180 254 / 0.3);
  }

  .lg\:text-purple-300\/35{
    color: rgb(216 180 254 / 0.35);
  }

  .lg\:text-purple-300\/40{
    color: rgb(216 180 254 / 0.4);
  }

  .lg\:text-purple-300\/45{
    color: rgb(216 180 254 / 0.45);
  }

  .lg\:text-purple-300\/5{
    color: rgb(216 180 254 / 0.05);
  }

  .lg\:text-purple-300\/50{
    color: rgb(216 180 254 / 0.5);
  }

  .lg\:text-purple-300\/55{
    color: rgb(216 180 254 / 0.55);
  }

  .lg\:text-purple-300\/60{
    color: rgb(216 180 254 / 0.6);
  }

  .lg\:text-purple-300\/65{
    color: rgb(216 180 254 / 0.65);
  }

  .lg\:text-purple-300\/70{
    color: rgb(216 180 254 / 0.7);
  }

  .lg\:text-purple-300\/75{
    color: rgb(216 180 254 / 0.75);
  }

  .lg\:text-purple-300\/80{
    color: rgb(216 180 254 / 0.8);
  }

  .lg\:text-purple-300\/85{
    color: rgb(216 180 254 / 0.85);
  }

  .lg\:text-purple-300\/90{
    color: rgb(216 180 254 / 0.9);
  }

  .lg\:text-purple-300\/95{
    color: rgb(216 180 254 / 0.95);
  }

  .lg\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-400\/0{
    color: rgb(192 132 252 / 0);
  }

  .lg\:text-purple-400\/10{
    color: rgb(192 132 252 / 0.1);
  }

  .lg\:text-purple-400\/100{
    color: rgb(192 132 252 / 1);
  }

  .lg\:text-purple-400\/15{
    color: rgb(192 132 252 / 0.15);
  }

  .lg\:text-purple-400\/20{
    color: rgb(192 132 252 / 0.2);
  }

  .lg\:text-purple-400\/25{
    color: rgb(192 132 252 / 0.25);
  }

  .lg\:text-purple-400\/30{
    color: rgb(192 132 252 / 0.3);
  }

  .lg\:text-purple-400\/35{
    color: rgb(192 132 252 / 0.35);
  }

  .lg\:text-purple-400\/40{
    color: rgb(192 132 252 / 0.4);
  }

  .lg\:text-purple-400\/45{
    color: rgb(192 132 252 / 0.45);
  }

  .lg\:text-purple-400\/5{
    color: rgb(192 132 252 / 0.05);
  }

  .lg\:text-purple-400\/50{
    color: rgb(192 132 252 / 0.5);
  }

  .lg\:text-purple-400\/55{
    color: rgb(192 132 252 / 0.55);
  }

  .lg\:text-purple-400\/60{
    color: rgb(192 132 252 / 0.6);
  }

  .lg\:text-purple-400\/65{
    color: rgb(192 132 252 / 0.65);
  }

  .lg\:text-purple-400\/70{
    color: rgb(192 132 252 / 0.7);
  }

  .lg\:text-purple-400\/75{
    color: rgb(192 132 252 / 0.75);
  }

  .lg\:text-purple-400\/80{
    color: rgb(192 132 252 / 0.8);
  }

  .lg\:text-purple-400\/85{
    color: rgb(192 132 252 / 0.85);
  }

  .lg\:text-purple-400\/90{
    color: rgb(192 132 252 / 0.9);
  }

  .lg\:text-purple-400\/95{
    color: rgb(192 132 252 / 0.95);
  }

  .lg\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgb(250 245 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-50\/0{
    color: rgb(250 245 255 / 0);
  }

  .lg\:text-purple-50\/10{
    color: rgb(250 245 255 / 0.1);
  }

  .lg\:text-purple-50\/100{
    color: rgb(250 245 255 / 1);
  }

  .lg\:text-purple-50\/15{
    color: rgb(250 245 255 / 0.15);
  }

  .lg\:text-purple-50\/20{
    color: rgb(250 245 255 / 0.2);
  }

  .lg\:text-purple-50\/25{
    color: rgb(250 245 255 / 0.25);
  }

  .lg\:text-purple-50\/30{
    color: rgb(250 245 255 / 0.3);
  }

  .lg\:text-purple-50\/35{
    color: rgb(250 245 255 / 0.35);
  }

  .lg\:text-purple-50\/40{
    color: rgb(250 245 255 / 0.4);
  }

  .lg\:text-purple-50\/45{
    color: rgb(250 245 255 / 0.45);
  }

  .lg\:text-purple-50\/5{
    color: rgb(250 245 255 / 0.05);
  }

  .lg\:text-purple-50\/50{
    color: rgb(250 245 255 / 0.5);
  }

  .lg\:text-purple-50\/55{
    color: rgb(250 245 255 / 0.55);
  }

  .lg\:text-purple-50\/60{
    color: rgb(250 245 255 / 0.6);
  }

  .lg\:text-purple-50\/65{
    color: rgb(250 245 255 / 0.65);
  }

  .lg\:text-purple-50\/70{
    color: rgb(250 245 255 / 0.7);
  }

  .lg\:text-purple-50\/75{
    color: rgb(250 245 255 / 0.75);
  }

  .lg\:text-purple-50\/80{
    color: rgb(250 245 255 / 0.8);
  }

  .lg\:text-purple-50\/85{
    color: rgb(250 245 255 / 0.85);
  }

  .lg\:text-purple-50\/90{
    color: rgb(250 245 255 / 0.9);
  }

  .lg\:text-purple-50\/95{
    color: rgb(250 245 255 / 0.95);
  }

  .lg\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-500\/0{
    color: rgb(168 85 247 / 0);
  }

  .lg\:text-purple-500\/10{
    color: rgb(168 85 247 / 0.1);
  }

  .lg\:text-purple-500\/100{
    color: rgb(168 85 247 / 1);
  }

  .lg\:text-purple-500\/15{
    color: rgb(168 85 247 / 0.15);
  }

  .lg\:text-purple-500\/20{
    color: rgb(168 85 247 / 0.2);
  }

  .lg\:text-purple-500\/25{
    color: rgb(168 85 247 / 0.25);
  }

  .lg\:text-purple-500\/30{
    color: rgb(168 85 247 / 0.3);
  }

  .lg\:text-purple-500\/35{
    color: rgb(168 85 247 / 0.35);
  }

  .lg\:text-purple-500\/40{
    color: rgb(168 85 247 / 0.4);
  }

  .lg\:text-purple-500\/45{
    color: rgb(168 85 247 / 0.45);
  }

  .lg\:text-purple-500\/5{
    color: rgb(168 85 247 / 0.05);
  }

  .lg\:text-purple-500\/50{
    color: rgb(168 85 247 / 0.5);
  }

  .lg\:text-purple-500\/55{
    color: rgb(168 85 247 / 0.55);
  }

  .lg\:text-purple-500\/60{
    color: rgb(168 85 247 / 0.6);
  }

  .lg\:text-purple-500\/65{
    color: rgb(168 85 247 / 0.65);
  }

  .lg\:text-purple-500\/70{
    color: rgb(168 85 247 / 0.7);
  }

  .lg\:text-purple-500\/75{
    color: rgb(168 85 247 / 0.75);
  }

  .lg\:text-purple-500\/80{
    color: rgb(168 85 247 / 0.8);
  }

  .lg\:text-purple-500\/85{
    color: rgb(168 85 247 / 0.85);
  }

  .lg\:text-purple-500\/90{
    color: rgb(168 85 247 / 0.9);
  }

  .lg\:text-purple-500\/95{
    color: rgb(168 85 247 / 0.95);
  }

  .lg\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-600\/0{
    color: rgb(147 51 234 / 0);
  }

  .lg\:text-purple-600\/10{
    color: rgb(147 51 234 / 0.1);
  }

  .lg\:text-purple-600\/100{
    color: rgb(147 51 234 / 1);
  }

  .lg\:text-purple-600\/15{
    color: rgb(147 51 234 / 0.15);
  }

  .lg\:text-purple-600\/20{
    color: rgb(147 51 234 / 0.2);
  }

  .lg\:text-purple-600\/25{
    color: rgb(147 51 234 / 0.25);
  }

  .lg\:text-purple-600\/30{
    color: rgb(147 51 234 / 0.3);
  }

  .lg\:text-purple-600\/35{
    color: rgb(147 51 234 / 0.35);
  }

  .lg\:text-purple-600\/40{
    color: rgb(147 51 234 / 0.4);
  }

  .lg\:text-purple-600\/45{
    color: rgb(147 51 234 / 0.45);
  }

  .lg\:text-purple-600\/5{
    color: rgb(147 51 234 / 0.05);
  }

  .lg\:text-purple-600\/50{
    color: rgb(147 51 234 / 0.5);
  }

  .lg\:text-purple-600\/55{
    color: rgb(147 51 234 / 0.55);
  }

  .lg\:text-purple-600\/60{
    color: rgb(147 51 234 / 0.6);
  }

  .lg\:text-purple-600\/65{
    color: rgb(147 51 234 / 0.65);
  }

  .lg\:text-purple-600\/70{
    color: rgb(147 51 234 / 0.7);
  }

  .lg\:text-purple-600\/75{
    color: rgb(147 51 234 / 0.75);
  }

  .lg\:text-purple-600\/80{
    color: rgb(147 51 234 / 0.8);
  }

  .lg\:text-purple-600\/85{
    color: rgb(147 51 234 / 0.85);
  }

  .lg\:text-purple-600\/90{
    color: rgb(147 51 234 / 0.9);
  }

  .lg\:text-purple-600\/95{
    color: rgb(147 51 234 / 0.95);
  }

  .lg\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-700\/0{
    color: rgb(126 34 206 / 0);
  }

  .lg\:text-purple-700\/10{
    color: rgb(126 34 206 / 0.1);
  }

  .lg\:text-purple-700\/100{
    color: rgb(126 34 206 / 1);
  }

  .lg\:text-purple-700\/15{
    color: rgb(126 34 206 / 0.15);
  }

  .lg\:text-purple-700\/20{
    color: rgb(126 34 206 / 0.2);
  }

  .lg\:text-purple-700\/25{
    color: rgb(126 34 206 / 0.25);
  }

  .lg\:text-purple-700\/30{
    color: rgb(126 34 206 / 0.3);
  }

  .lg\:text-purple-700\/35{
    color: rgb(126 34 206 / 0.35);
  }

  .lg\:text-purple-700\/40{
    color: rgb(126 34 206 / 0.4);
  }

  .lg\:text-purple-700\/45{
    color: rgb(126 34 206 / 0.45);
  }

  .lg\:text-purple-700\/5{
    color: rgb(126 34 206 / 0.05);
  }

  .lg\:text-purple-700\/50{
    color: rgb(126 34 206 / 0.5);
  }

  .lg\:text-purple-700\/55{
    color: rgb(126 34 206 / 0.55);
  }

  .lg\:text-purple-700\/60{
    color: rgb(126 34 206 / 0.6);
  }

  .lg\:text-purple-700\/65{
    color: rgb(126 34 206 / 0.65);
  }

  .lg\:text-purple-700\/70{
    color: rgb(126 34 206 / 0.7);
  }

  .lg\:text-purple-700\/75{
    color: rgb(126 34 206 / 0.75);
  }

  .lg\:text-purple-700\/80{
    color: rgb(126 34 206 / 0.8);
  }

  .lg\:text-purple-700\/85{
    color: rgb(126 34 206 / 0.85);
  }

  .lg\:text-purple-700\/90{
    color: rgb(126 34 206 / 0.9);
  }

  .lg\:text-purple-700\/95{
    color: rgb(126 34 206 / 0.95);
  }

  .lg\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-800\/0{
    color: rgb(107 33 168 / 0);
  }

  .lg\:text-purple-800\/10{
    color: rgb(107 33 168 / 0.1);
  }

  .lg\:text-purple-800\/100{
    color: rgb(107 33 168 / 1);
  }

  .lg\:text-purple-800\/15{
    color: rgb(107 33 168 / 0.15);
  }

  .lg\:text-purple-800\/20{
    color: rgb(107 33 168 / 0.2);
  }

  .lg\:text-purple-800\/25{
    color: rgb(107 33 168 / 0.25);
  }

  .lg\:text-purple-800\/30{
    color: rgb(107 33 168 / 0.3);
  }

  .lg\:text-purple-800\/35{
    color: rgb(107 33 168 / 0.35);
  }

  .lg\:text-purple-800\/40{
    color: rgb(107 33 168 / 0.4);
  }

  .lg\:text-purple-800\/45{
    color: rgb(107 33 168 / 0.45);
  }

  .lg\:text-purple-800\/5{
    color: rgb(107 33 168 / 0.05);
  }

  .lg\:text-purple-800\/50{
    color: rgb(107 33 168 / 0.5);
  }

  .lg\:text-purple-800\/55{
    color: rgb(107 33 168 / 0.55);
  }

  .lg\:text-purple-800\/60{
    color: rgb(107 33 168 / 0.6);
  }

  .lg\:text-purple-800\/65{
    color: rgb(107 33 168 / 0.65);
  }

  .lg\:text-purple-800\/70{
    color: rgb(107 33 168 / 0.7);
  }

  .lg\:text-purple-800\/75{
    color: rgb(107 33 168 / 0.75);
  }

  .lg\:text-purple-800\/80{
    color: rgb(107 33 168 / 0.8);
  }

  .lg\:text-purple-800\/85{
    color: rgb(107 33 168 / 0.85);
  }

  .lg\:text-purple-800\/90{
    color: rgb(107 33 168 / 0.9);
  }

  .lg\:text-purple-800\/95{
    color: rgb(107 33 168 / 0.95);
  }

  .lg\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-900\/0{
    color: rgb(88 28 135 / 0);
  }

  .lg\:text-purple-900\/10{
    color: rgb(88 28 135 / 0.1);
  }

  .lg\:text-purple-900\/100{
    color: rgb(88 28 135 / 1);
  }

  .lg\:text-purple-900\/15{
    color: rgb(88 28 135 / 0.15);
  }

  .lg\:text-purple-900\/20{
    color: rgb(88 28 135 / 0.2);
  }

  .lg\:text-purple-900\/25{
    color: rgb(88 28 135 / 0.25);
  }

  .lg\:text-purple-900\/30{
    color: rgb(88 28 135 / 0.3);
  }

  .lg\:text-purple-900\/35{
    color: rgb(88 28 135 / 0.35);
  }

  .lg\:text-purple-900\/40{
    color: rgb(88 28 135 / 0.4);
  }

  .lg\:text-purple-900\/45{
    color: rgb(88 28 135 / 0.45);
  }

  .lg\:text-purple-900\/5{
    color: rgb(88 28 135 / 0.05);
  }

  .lg\:text-purple-900\/50{
    color: rgb(88 28 135 / 0.5);
  }

  .lg\:text-purple-900\/55{
    color: rgb(88 28 135 / 0.55);
  }

  .lg\:text-purple-900\/60{
    color: rgb(88 28 135 / 0.6);
  }

  .lg\:text-purple-900\/65{
    color: rgb(88 28 135 / 0.65);
  }

  .lg\:text-purple-900\/70{
    color: rgb(88 28 135 / 0.7);
  }

  .lg\:text-purple-900\/75{
    color: rgb(88 28 135 / 0.75);
  }

  .lg\:text-purple-900\/80{
    color: rgb(88 28 135 / 0.8);
  }

  .lg\:text-purple-900\/85{
    color: rgb(88 28 135 / 0.85);
  }

  .lg\:text-purple-900\/90{
    color: rgb(88 28 135 / 0.9);
  }

  .lg\:text-purple-900\/95{
    color: rgb(88 28 135 / 0.95);
  }

  .lg\:text-purple-950{
    --tw-text-opacity: 1;
    color: rgb(59 7 100 / var(--tw-text-opacity, 1));
  }

  .lg\:text-purple-950\/0{
    color: rgb(59 7 100 / 0);
  }

  .lg\:text-purple-950\/10{
    color: rgb(59 7 100 / 0.1);
  }

  .lg\:text-purple-950\/100{
    color: rgb(59 7 100 / 1);
  }

  .lg\:text-purple-950\/15{
    color: rgb(59 7 100 / 0.15);
  }

  .lg\:text-purple-950\/20{
    color: rgb(59 7 100 / 0.2);
  }

  .lg\:text-purple-950\/25{
    color: rgb(59 7 100 / 0.25);
  }

  .lg\:text-purple-950\/30{
    color: rgb(59 7 100 / 0.3);
  }

  .lg\:text-purple-950\/35{
    color: rgb(59 7 100 / 0.35);
  }

  .lg\:text-purple-950\/40{
    color: rgb(59 7 100 / 0.4);
  }

  .lg\:text-purple-950\/45{
    color: rgb(59 7 100 / 0.45);
  }

  .lg\:text-purple-950\/5{
    color: rgb(59 7 100 / 0.05);
  }

  .lg\:text-purple-950\/50{
    color: rgb(59 7 100 / 0.5);
  }

  .lg\:text-purple-950\/55{
    color: rgb(59 7 100 / 0.55);
  }

  .lg\:text-purple-950\/60{
    color: rgb(59 7 100 / 0.6);
  }

  .lg\:text-purple-950\/65{
    color: rgb(59 7 100 / 0.65);
  }

  .lg\:text-purple-950\/70{
    color: rgb(59 7 100 / 0.7);
  }

  .lg\:text-purple-950\/75{
    color: rgb(59 7 100 / 0.75);
  }

  .lg\:text-purple-950\/80{
    color: rgb(59 7 100 / 0.8);
  }

  .lg\:text-purple-950\/85{
    color: rgb(59 7 100 / 0.85);
  }

  .lg\:text-purple-950\/90{
    color: rgb(59 7 100 / 0.9);
  }

  .lg\:text-purple-950\/95{
    color: rgb(59 7 100 / 0.95);
  }

  .lg\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-100\/0{
    color: rgb(254 226 226 / 0);
  }

  .lg\:text-red-100\/10{
    color: rgb(254 226 226 / 0.1);
  }

  .lg\:text-red-100\/100{
    color: rgb(254 226 226 / 1);
  }

  .lg\:text-red-100\/15{
    color: rgb(254 226 226 / 0.15);
  }

  .lg\:text-red-100\/20{
    color: rgb(254 226 226 / 0.2);
  }

  .lg\:text-red-100\/25{
    color: rgb(254 226 226 / 0.25);
  }

  .lg\:text-red-100\/30{
    color: rgb(254 226 226 / 0.3);
  }

  .lg\:text-red-100\/35{
    color: rgb(254 226 226 / 0.35);
  }

  .lg\:text-red-100\/40{
    color: rgb(254 226 226 / 0.4);
  }

  .lg\:text-red-100\/45{
    color: rgb(254 226 226 / 0.45);
  }

  .lg\:text-red-100\/5{
    color: rgb(254 226 226 / 0.05);
  }

  .lg\:text-red-100\/50{
    color: rgb(254 226 226 / 0.5);
  }

  .lg\:text-red-100\/55{
    color: rgb(254 226 226 / 0.55);
  }

  .lg\:text-red-100\/60{
    color: rgb(254 226 226 / 0.6);
  }

  .lg\:text-red-100\/65{
    color: rgb(254 226 226 / 0.65);
  }

  .lg\:text-red-100\/70{
    color: rgb(254 226 226 / 0.7);
  }

  .lg\:text-red-100\/75{
    color: rgb(254 226 226 / 0.75);
  }

  .lg\:text-red-100\/80{
    color: rgb(254 226 226 / 0.8);
  }

  .lg\:text-red-100\/85{
    color: rgb(254 226 226 / 0.85);
  }

  .lg\:text-red-100\/90{
    color: rgb(254 226 226 / 0.9);
  }

  .lg\:text-red-100\/95{
    color: rgb(254 226 226 / 0.95);
  }

  .lg\:text-red-200{
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-200\/0{
    color: rgb(254 202 202 / 0);
  }

  .lg\:text-red-200\/10{
    color: rgb(254 202 202 / 0.1);
  }

  .lg\:text-red-200\/100{
    color: rgb(254 202 202 / 1);
  }

  .lg\:text-red-200\/15{
    color: rgb(254 202 202 / 0.15);
  }

  .lg\:text-red-200\/20{
    color: rgb(254 202 202 / 0.2);
  }

  .lg\:text-red-200\/25{
    color: rgb(254 202 202 / 0.25);
  }

  .lg\:text-red-200\/30{
    color: rgb(254 202 202 / 0.3);
  }

  .lg\:text-red-200\/35{
    color: rgb(254 202 202 / 0.35);
  }

  .lg\:text-red-200\/40{
    color: rgb(254 202 202 / 0.4);
  }

  .lg\:text-red-200\/45{
    color: rgb(254 202 202 / 0.45);
  }

  .lg\:text-red-200\/5{
    color: rgb(254 202 202 / 0.05);
  }

  .lg\:text-red-200\/50{
    color: rgb(254 202 202 / 0.5);
  }

  .lg\:text-red-200\/55{
    color: rgb(254 202 202 / 0.55);
  }

  .lg\:text-red-200\/60{
    color: rgb(254 202 202 / 0.6);
  }

  .lg\:text-red-200\/65{
    color: rgb(254 202 202 / 0.65);
  }

  .lg\:text-red-200\/70{
    color: rgb(254 202 202 / 0.7);
  }

  .lg\:text-red-200\/75{
    color: rgb(254 202 202 / 0.75);
  }

  .lg\:text-red-200\/80{
    color: rgb(254 202 202 / 0.8);
  }

  .lg\:text-red-200\/85{
    color: rgb(254 202 202 / 0.85);
  }

  .lg\:text-red-200\/90{
    color: rgb(254 202 202 / 0.9);
  }

  .lg\:text-red-200\/95{
    color: rgb(254 202 202 / 0.95);
  }

  .lg\:text-red-300{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-300\/0{
    color: rgb(252 165 165 / 0);
  }

  .lg\:text-red-300\/10{
    color: rgb(252 165 165 / 0.1);
  }

  .lg\:text-red-300\/100{
    color: rgb(252 165 165 / 1);
  }

  .lg\:text-red-300\/15{
    color: rgb(252 165 165 / 0.15);
  }

  .lg\:text-red-300\/20{
    color: rgb(252 165 165 / 0.2);
  }

  .lg\:text-red-300\/25{
    color: rgb(252 165 165 / 0.25);
  }

  .lg\:text-red-300\/30{
    color: rgb(252 165 165 / 0.3);
  }

  .lg\:text-red-300\/35{
    color: rgb(252 165 165 / 0.35);
  }

  .lg\:text-red-300\/40{
    color: rgb(252 165 165 / 0.4);
  }

  .lg\:text-red-300\/45{
    color: rgb(252 165 165 / 0.45);
  }

  .lg\:text-red-300\/5{
    color: rgb(252 165 165 / 0.05);
  }

  .lg\:text-red-300\/50{
    color: rgb(252 165 165 / 0.5);
  }

  .lg\:text-red-300\/55{
    color: rgb(252 165 165 / 0.55);
  }

  .lg\:text-red-300\/60{
    color: rgb(252 165 165 / 0.6);
  }

  .lg\:text-red-300\/65{
    color: rgb(252 165 165 / 0.65);
  }

  .lg\:text-red-300\/70{
    color: rgb(252 165 165 / 0.7);
  }

  .lg\:text-red-300\/75{
    color: rgb(252 165 165 / 0.75);
  }

  .lg\:text-red-300\/80{
    color: rgb(252 165 165 / 0.8);
  }

  .lg\:text-red-300\/85{
    color: rgb(252 165 165 / 0.85);
  }

  .lg\:text-red-300\/90{
    color: rgb(252 165 165 / 0.9);
  }

  .lg\:text-red-300\/95{
    color: rgb(252 165 165 / 0.95);
  }

  .lg\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-400\/0{
    color: rgb(248 113 113 / 0);
  }

  .lg\:text-red-400\/10{
    color: rgb(248 113 113 / 0.1);
  }

  .lg\:text-red-400\/100{
    color: rgb(248 113 113 / 1);
  }

  .lg\:text-red-400\/15{
    color: rgb(248 113 113 / 0.15);
  }

  .lg\:text-red-400\/20{
    color: rgb(248 113 113 / 0.2);
  }

  .lg\:text-red-400\/25{
    color: rgb(248 113 113 / 0.25);
  }

  .lg\:text-red-400\/30{
    color: rgb(248 113 113 / 0.3);
  }

  .lg\:text-red-400\/35{
    color: rgb(248 113 113 / 0.35);
  }

  .lg\:text-red-400\/40{
    color: rgb(248 113 113 / 0.4);
  }

  .lg\:text-red-400\/45{
    color: rgb(248 113 113 / 0.45);
  }

  .lg\:text-red-400\/5{
    color: rgb(248 113 113 / 0.05);
  }

  .lg\:text-red-400\/50{
    color: rgb(248 113 113 / 0.5);
  }

  .lg\:text-red-400\/55{
    color: rgb(248 113 113 / 0.55);
  }

  .lg\:text-red-400\/60{
    color: rgb(248 113 113 / 0.6);
  }

  .lg\:text-red-400\/65{
    color: rgb(248 113 113 / 0.65);
  }

  .lg\:text-red-400\/70{
    color: rgb(248 113 113 / 0.7);
  }

  .lg\:text-red-400\/75{
    color: rgb(248 113 113 / 0.75);
  }

  .lg\:text-red-400\/80{
    color: rgb(248 113 113 / 0.8);
  }

  .lg\:text-red-400\/85{
    color: rgb(248 113 113 / 0.85);
  }

  .lg\:text-red-400\/90{
    color: rgb(248 113 113 / 0.9);
  }

  .lg\:text-red-400\/95{
    color: rgb(248 113 113 / 0.95);
  }

  .lg\:text-red-50{
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-50\/0{
    color: rgb(254 242 242 / 0);
  }

  .lg\:text-red-50\/10{
    color: rgb(254 242 242 / 0.1);
  }

  .lg\:text-red-50\/100{
    color: rgb(254 242 242 / 1);
  }

  .lg\:text-red-50\/15{
    color: rgb(254 242 242 / 0.15);
  }

  .lg\:text-red-50\/20{
    color: rgb(254 242 242 / 0.2);
  }

  .lg\:text-red-50\/25{
    color: rgb(254 242 242 / 0.25);
  }

  .lg\:text-red-50\/30{
    color: rgb(254 242 242 / 0.3);
  }

  .lg\:text-red-50\/35{
    color: rgb(254 242 242 / 0.35);
  }

  .lg\:text-red-50\/40{
    color: rgb(254 242 242 / 0.4);
  }

  .lg\:text-red-50\/45{
    color: rgb(254 242 242 / 0.45);
  }

  .lg\:text-red-50\/5{
    color: rgb(254 242 242 / 0.05);
  }

  .lg\:text-red-50\/50{
    color: rgb(254 242 242 / 0.5);
  }

  .lg\:text-red-50\/55{
    color: rgb(254 242 242 / 0.55);
  }

  .lg\:text-red-50\/60{
    color: rgb(254 242 242 / 0.6);
  }

  .lg\:text-red-50\/65{
    color: rgb(254 242 242 / 0.65);
  }

  .lg\:text-red-50\/70{
    color: rgb(254 242 242 / 0.7);
  }

  .lg\:text-red-50\/75{
    color: rgb(254 242 242 / 0.75);
  }

  .lg\:text-red-50\/80{
    color: rgb(254 242 242 / 0.8);
  }

  .lg\:text-red-50\/85{
    color: rgb(254 242 242 / 0.85);
  }

  .lg\:text-red-50\/90{
    color: rgb(254 242 242 / 0.9);
  }

  .lg\:text-red-50\/95{
    color: rgb(254 242 242 / 0.95);
  }

  .lg\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-500\/0{
    color: rgb(239 68 68 / 0);
  }

  .lg\:text-red-500\/10{
    color: rgb(239 68 68 / 0.1);
  }

  .lg\:text-red-500\/100{
    color: rgb(239 68 68 / 1);
  }

  .lg\:text-red-500\/15{
    color: rgb(239 68 68 / 0.15);
  }

  .lg\:text-red-500\/20{
    color: rgb(239 68 68 / 0.2);
  }

  .lg\:text-red-500\/25{
    color: rgb(239 68 68 / 0.25);
  }

  .lg\:text-red-500\/30{
    color: rgb(239 68 68 / 0.3);
  }

  .lg\:text-red-500\/35{
    color: rgb(239 68 68 / 0.35);
  }

  .lg\:text-red-500\/40{
    color: rgb(239 68 68 / 0.4);
  }

  .lg\:text-red-500\/45{
    color: rgb(239 68 68 / 0.45);
  }

  .lg\:text-red-500\/5{
    color: rgb(239 68 68 / 0.05);
  }

  .lg\:text-red-500\/50{
    color: rgb(239 68 68 / 0.5);
  }

  .lg\:text-red-500\/55{
    color: rgb(239 68 68 / 0.55);
  }

  .lg\:text-red-500\/60{
    color: rgb(239 68 68 / 0.6);
  }

  .lg\:text-red-500\/65{
    color: rgb(239 68 68 / 0.65);
  }

  .lg\:text-red-500\/70{
    color: rgb(239 68 68 / 0.7);
  }

  .lg\:text-red-500\/75{
    color: rgb(239 68 68 / 0.75);
  }

  .lg\:text-red-500\/80{
    color: rgb(239 68 68 / 0.8);
  }

  .lg\:text-red-500\/85{
    color: rgb(239 68 68 / 0.85);
  }

  .lg\:text-red-500\/90{
    color: rgb(239 68 68 / 0.9);
  }

  .lg\:text-red-500\/95{
    color: rgb(239 68 68 / 0.95);
  }

  .lg\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-600\/0{
    color: rgb(220 38 38 / 0);
  }

  .lg\:text-red-600\/10{
    color: rgb(220 38 38 / 0.1);
  }

  .lg\:text-red-600\/100{
    color: rgb(220 38 38 / 1);
  }

  .lg\:text-red-600\/15{
    color: rgb(220 38 38 / 0.15);
  }

  .lg\:text-red-600\/20{
    color: rgb(220 38 38 / 0.2);
  }

  .lg\:text-red-600\/25{
    color: rgb(220 38 38 / 0.25);
  }

  .lg\:text-red-600\/30{
    color: rgb(220 38 38 / 0.3);
  }

  .lg\:text-red-600\/35{
    color: rgb(220 38 38 / 0.35);
  }

  .lg\:text-red-600\/40{
    color: rgb(220 38 38 / 0.4);
  }

  .lg\:text-red-600\/45{
    color: rgb(220 38 38 / 0.45);
  }

  .lg\:text-red-600\/5{
    color: rgb(220 38 38 / 0.05);
  }

  .lg\:text-red-600\/50{
    color: rgb(220 38 38 / 0.5);
  }

  .lg\:text-red-600\/55{
    color: rgb(220 38 38 / 0.55);
  }

  .lg\:text-red-600\/60{
    color: rgb(220 38 38 / 0.6);
  }

  .lg\:text-red-600\/65{
    color: rgb(220 38 38 / 0.65);
  }

  .lg\:text-red-600\/70{
    color: rgb(220 38 38 / 0.7);
  }

  .lg\:text-red-600\/75{
    color: rgb(220 38 38 / 0.75);
  }

  .lg\:text-red-600\/80{
    color: rgb(220 38 38 / 0.8);
  }

  .lg\:text-red-600\/85{
    color: rgb(220 38 38 / 0.85);
  }

  .lg\:text-red-600\/90{
    color: rgb(220 38 38 / 0.9);
  }

  .lg\:text-red-600\/95{
    color: rgb(220 38 38 / 0.95);
  }

  .lg\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-700\/0{
    color: rgb(185 28 28 / 0);
  }

  .lg\:text-red-700\/10{
    color: rgb(185 28 28 / 0.1);
  }

  .lg\:text-red-700\/100{
    color: rgb(185 28 28 / 1);
  }

  .lg\:text-red-700\/15{
    color: rgb(185 28 28 / 0.15);
  }

  .lg\:text-red-700\/20{
    color: rgb(185 28 28 / 0.2);
  }

  .lg\:text-red-700\/25{
    color: rgb(185 28 28 / 0.25);
  }

  .lg\:text-red-700\/30{
    color: rgb(185 28 28 / 0.3);
  }

  .lg\:text-red-700\/35{
    color: rgb(185 28 28 / 0.35);
  }

  .lg\:text-red-700\/40{
    color: rgb(185 28 28 / 0.4);
  }

  .lg\:text-red-700\/45{
    color: rgb(185 28 28 / 0.45);
  }

  .lg\:text-red-700\/5{
    color: rgb(185 28 28 / 0.05);
  }

  .lg\:text-red-700\/50{
    color: rgb(185 28 28 / 0.5);
  }

  .lg\:text-red-700\/55{
    color: rgb(185 28 28 / 0.55);
  }

  .lg\:text-red-700\/60{
    color: rgb(185 28 28 / 0.6);
  }

  .lg\:text-red-700\/65{
    color: rgb(185 28 28 / 0.65);
  }

  .lg\:text-red-700\/70{
    color: rgb(185 28 28 / 0.7);
  }

  .lg\:text-red-700\/75{
    color: rgb(185 28 28 / 0.75);
  }

  .lg\:text-red-700\/80{
    color: rgb(185 28 28 / 0.8);
  }

  .lg\:text-red-700\/85{
    color: rgb(185 28 28 / 0.85);
  }

  .lg\:text-red-700\/90{
    color: rgb(185 28 28 / 0.9);
  }

  .lg\:text-red-700\/95{
    color: rgb(185 28 28 / 0.95);
  }

  .lg\:text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-800\/0{
    color: rgb(153 27 27 / 0);
  }

  .lg\:text-red-800\/10{
    color: rgb(153 27 27 / 0.1);
  }

  .lg\:text-red-800\/100{
    color: rgb(153 27 27 / 1);
  }

  .lg\:text-red-800\/15{
    color: rgb(153 27 27 / 0.15);
  }

  .lg\:text-red-800\/20{
    color: rgb(153 27 27 / 0.2);
  }

  .lg\:text-red-800\/25{
    color: rgb(153 27 27 / 0.25);
  }

  .lg\:text-red-800\/30{
    color: rgb(153 27 27 / 0.3);
  }

  .lg\:text-red-800\/35{
    color: rgb(153 27 27 / 0.35);
  }

  .lg\:text-red-800\/40{
    color: rgb(153 27 27 / 0.4);
  }

  .lg\:text-red-800\/45{
    color: rgb(153 27 27 / 0.45);
  }

  .lg\:text-red-800\/5{
    color: rgb(153 27 27 / 0.05);
  }

  .lg\:text-red-800\/50{
    color: rgb(153 27 27 / 0.5);
  }

  .lg\:text-red-800\/55{
    color: rgb(153 27 27 / 0.55);
  }

  .lg\:text-red-800\/60{
    color: rgb(153 27 27 / 0.6);
  }

  .lg\:text-red-800\/65{
    color: rgb(153 27 27 / 0.65);
  }

  .lg\:text-red-800\/70{
    color: rgb(153 27 27 / 0.7);
  }

  .lg\:text-red-800\/75{
    color: rgb(153 27 27 / 0.75);
  }

  .lg\:text-red-800\/80{
    color: rgb(153 27 27 / 0.8);
  }

  .lg\:text-red-800\/85{
    color: rgb(153 27 27 / 0.85);
  }

  .lg\:text-red-800\/90{
    color: rgb(153 27 27 / 0.9);
  }

  .lg\:text-red-800\/95{
    color: rgb(153 27 27 / 0.95);
  }

  .lg\:text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-900\/0{
    color: rgb(127 29 29 / 0);
  }

  .lg\:text-red-900\/10{
    color: rgb(127 29 29 / 0.1);
  }

  .lg\:text-red-900\/100{
    color: rgb(127 29 29 / 1);
  }

  .lg\:text-red-900\/15{
    color: rgb(127 29 29 / 0.15);
  }

  .lg\:text-red-900\/20{
    color: rgb(127 29 29 / 0.2);
  }

  .lg\:text-red-900\/25{
    color: rgb(127 29 29 / 0.25);
  }

  .lg\:text-red-900\/30{
    color: rgb(127 29 29 / 0.3);
  }

  .lg\:text-red-900\/35{
    color: rgb(127 29 29 / 0.35);
  }

  .lg\:text-red-900\/40{
    color: rgb(127 29 29 / 0.4);
  }

  .lg\:text-red-900\/45{
    color: rgb(127 29 29 / 0.45);
  }

  .lg\:text-red-900\/5{
    color: rgb(127 29 29 / 0.05);
  }

  .lg\:text-red-900\/50{
    color: rgb(127 29 29 / 0.5);
  }

  .lg\:text-red-900\/55{
    color: rgb(127 29 29 / 0.55);
  }

  .lg\:text-red-900\/60{
    color: rgb(127 29 29 / 0.6);
  }

  .lg\:text-red-900\/65{
    color: rgb(127 29 29 / 0.65);
  }

  .lg\:text-red-900\/70{
    color: rgb(127 29 29 / 0.7);
  }

  .lg\:text-red-900\/75{
    color: rgb(127 29 29 / 0.75);
  }

  .lg\:text-red-900\/80{
    color: rgb(127 29 29 / 0.8);
  }

  .lg\:text-red-900\/85{
    color: rgb(127 29 29 / 0.85);
  }

  .lg\:text-red-900\/90{
    color: rgb(127 29 29 / 0.9);
  }

  .lg\:text-red-900\/95{
    color: rgb(127 29 29 / 0.95);
  }

  .lg\:text-red-950{
    --tw-text-opacity: 1;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1));
  }

  .lg\:text-red-950\/0{
    color: rgb(69 10 10 / 0);
  }

  .lg\:text-red-950\/10{
    color: rgb(69 10 10 / 0.1);
  }

  .lg\:text-red-950\/100{
    color: rgb(69 10 10 / 1);
  }

  .lg\:text-red-950\/15{
    color: rgb(69 10 10 / 0.15);
  }

  .lg\:text-red-950\/20{
    color: rgb(69 10 10 / 0.2);
  }

  .lg\:text-red-950\/25{
    color: rgb(69 10 10 / 0.25);
  }

  .lg\:text-red-950\/30{
    color: rgb(69 10 10 / 0.3);
  }

  .lg\:text-red-950\/35{
    color: rgb(69 10 10 / 0.35);
  }

  .lg\:text-red-950\/40{
    color: rgb(69 10 10 / 0.4);
  }

  .lg\:text-red-950\/45{
    color: rgb(69 10 10 / 0.45);
  }

  .lg\:text-red-950\/5{
    color: rgb(69 10 10 / 0.05);
  }

  .lg\:text-red-950\/50{
    color: rgb(69 10 10 / 0.5);
  }

  .lg\:text-red-950\/55{
    color: rgb(69 10 10 / 0.55);
  }

  .lg\:text-red-950\/60{
    color: rgb(69 10 10 / 0.6);
  }

  .lg\:text-red-950\/65{
    color: rgb(69 10 10 / 0.65);
  }

  .lg\:text-red-950\/70{
    color: rgb(69 10 10 / 0.7);
  }

  .lg\:text-red-950\/75{
    color: rgb(69 10 10 / 0.75);
  }

  .lg\:text-red-950\/80{
    color: rgb(69 10 10 / 0.8);
  }

  .lg\:text-red-950\/85{
    color: rgb(69 10 10 / 0.85);
  }

  .lg\:text-red-950\/90{
    color: rgb(69 10 10 / 0.9);
  }

  .lg\:text-red-950\/95{
    color: rgb(69 10 10 / 0.95);
  }

  .lg\:text-rose-100{
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-100\/0{
    color: rgb(255 228 230 / 0);
  }

  .lg\:text-rose-100\/10{
    color: rgb(255 228 230 / 0.1);
  }

  .lg\:text-rose-100\/100{
    color: rgb(255 228 230 / 1);
  }

  .lg\:text-rose-100\/15{
    color: rgb(255 228 230 / 0.15);
  }

  .lg\:text-rose-100\/20{
    color: rgb(255 228 230 / 0.2);
  }

  .lg\:text-rose-100\/25{
    color: rgb(255 228 230 / 0.25);
  }

  .lg\:text-rose-100\/30{
    color: rgb(255 228 230 / 0.3);
  }

  .lg\:text-rose-100\/35{
    color: rgb(255 228 230 / 0.35);
  }

  .lg\:text-rose-100\/40{
    color: rgb(255 228 230 / 0.4);
  }

  .lg\:text-rose-100\/45{
    color: rgb(255 228 230 / 0.45);
  }

  .lg\:text-rose-100\/5{
    color: rgb(255 228 230 / 0.05);
  }

  .lg\:text-rose-100\/50{
    color: rgb(255 228 230 / 0.5);
  }

  .lg\:text-rose-100\/55{
    color: rgb(255 228 230 / 0.55);
  }

  .lg\:text-rose-100\/60{
    color: rgb(255 228 230 / 0.6);
  }

  .lg\:text-rose-100\/65{
    color: rgb(255 228 230 / 0.65);
  }

  .lg\:text-rose-100\/70{
    color: rgb(255 228 230 / 0.7);
  }

  .lg\:text-rose-100\/75{
    color: rgb(255 228 230 / 0.75);
  }

  .lg\:text-rose-100\/80{
    color: rgb(255 228 230 / 0.8);
  }

  .lg\:text-rose-100\/85{
    color: rgb(255 228 230 / 0.85);
  }

  .lg\:text-rose-100\/90{
    color: rgb(255 228 230 / 0.9);
  }

  .lg\:text-rose-100\/95{
    color: rgb(255 228 230 / 0.95);
  }

  .lg\:text-rose-200{
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-200\/0{
    color: rgb(254 205 211 / 0);
  }

  .lg\:text-rose-200\/10{
    color: rgb(254 205 211 / 0.1);
  }

  .lg\:text-rose-200\/100{
    color: rgb(254 205 211 / 1);
  }

  .lg\:text-rose-200\/15{
    color: rgb(254 205 211 / 0.15);
  }

  .lg\:text-rose-200\/20{
    color: rgb(254 205 211 / 0.2);
  }

  .lg\:text-rose-200\/25{
    color: rgb(254 205 211 / 0.25);
  }

  .lg\:text-rose-200\/30{
    color: rgb(254 205 211 / 0.3);
  }

  .lg\:text-rose-200\/35{
    color: rgb(254 205 211 / 0.35);
  }

  .lg\:text-rose-200\/40{
    color: rgb(254 205 211 / 0.4);
  }

  .lg\:text-rose-200\/45{
    color: rgb(254 205 211 / 0.45);
  }

  .lg\:text-rose-200\/5{
    color: rgb(254 205 211 / 0.05);
  }

  .lg\:text-rose-200\/50{
    color: rgb(254 205 211 / 0.5);
  }

  .lg\:text-rose-200\/55{
    color: rgb(254 205 211 / 0.55);
  }

  .lg\:text-rose-200\/60{
    color: rgb(254 205 211 / 0.6);
  }

  .lg\:text-rose-200\/65{
    color: rgb(254 205 211 / 0.65);
  }

  .lg\:text-rose-200\/70{
    color: rgb(254 205 211 / 0.7);
  }

  .lg\:text-rose-200\/75{
    color: rgb(254 205 211 / 0.75);
  }

  .lg\:text-rose-200\/80{
    color: rgb(254 205 211 / 0.8);
  }

  .lg\:text-rose-200\/85{
    color: rgb(254 205 211 / 0.85);
  }

  .lg\:text-rose-200\/90{
    color: rgb(254 205 211 / 0.9);
  }

  .lg\:text-rose-200\/95{
    color: rgb(254 205 211 / 0.95);
  }

  .lg\:text-rose-300{
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-300\/0{
    color: rgb(253 164 175 / 0);
  }

  .lg\:text-rose-300\/10{
    color: rgb(253 164 175 / 0.1);
  }

  .lg\:text-rose-300\/100{
    color: rgb(253 164 175 / 1);
  }

  .lg\:text-rose-300\/15{
    color: rgb(253 164 175 / 0.15);
  }

  .lg\:text-rose-300\/20{
    color: rgb(253 164 175 / 0.2);
  }

  .lg\:text-rose-300\/25{
    color: rgb(253 164 175 / 0.25);
  }

  .lg\:text-rose-300\/30{
    color: rgb(253 164 175 / 0.3);
  }

  .lg\:text-rose-300\/35{
    color: rgb(253 164 175 / 0.35);
  }

  .lg\:text-rose-300\/40{
    color: rgb(253 164 175 / 0.4);
  }

  .lg\:text-rose-300\/45{
    color: rgb(253 164 175 / 0.45);
  }

  .lg\:text-rose-300\/5{
    color: rgb(253 164 175 / 0.05);
  }

  .lg\:text-rose-300\/50{
    color: rgb(253 164 175 / 0.5);
  }

  .lg\:text-rose-300\/55{
    color: rgb(253 164 175 / 0.55);
  }

  .lg\:text-rose-300\/60{
    color: rgb(253 164 175 / 0.6);
  }

  .lg\:text-rose-300\/65{
    color: rgb(253 164 175 / 0.65);
  }

  .lg\:text-rose-300\/70{
    color: rgb(253 164 175 / 0.7);
  }

  .lg\:text-rose-300\/75{
    color: rgb(253 164 175 / 0.75);
  }

  .lg\:text-rose-300\/80{
    color: rgb(253 164 175 / 0.8);
  }

  .lg\:text-rose-300\/85{
    color: rgb(253 164 175 / 0.85);
  }

  .lg\:text-rose-300\/90{
    color: rgb(253 164 175 / 0.9);
  }

  .lg\:text-rose-300\/95{
    color: rgb(253 164 175 / 0.95);
  }

  .lg\:text-rose-400{
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-400\/0{
    color: rgb(251 113 133 / 0);
  }

  .lg\:text-rose-400\/10{
    color: rgb(251 113 133 / 0.1);
  }

  .lg\:text-rose-400\/100{
    color: rgb(251 113 133 / 1);
  }

  .lg\:text-rose-400\/15{
    color: rgb(251 113 133 / 0.15);
  }

  .lg\:text-rose-400\/20{
    color: rgb(251 113 133 / 0.2);
  }

  .lg\:text-rose-400\/25{
    color: rgb(251 113 133 / 0.25);
  }

  .lg\:text-rose-400\/30{
    color: rgb(251 113 133 / 0.3);
  }

  .lg\:text-rose-400\/35{
    color: rgb(251 113 133 / 0.35);
  }

  .lg\:text-rose-400\/40{
    color: rgb(251 113 133 / 0.4);
  }

  .lg\:text-rose-400\/45{
    color: rgb(251 113 133 / 0.45);
  }

  .lg\:text-rose-400\/5{
    color: rgb(251 113 133 / 0.05);
  }

  .lg\:text-rose-400\/50{
    color: rgb(251 113 133 / 0.5);
  }

  .lg\:text-rose-400\/55{
    color: rgb(251 113 133 / 0.55);
  }

  .lg\:text-rose-400\/60{
    color: rgb(251 113 133 / 0.6);
  }

  .lg\:text-rose-400\/65{
    color: rgb(251 113 133 / 0.65);
  }

  .lg\:text-rose-400\/70{
    color: rgb(251 113 133 / 0.7);
  }

  .lg\:text-rose-400\/75{
    color: rgb(251 113 133 / 0.75);
  }

  .lg\:text-rose-400\/80{
    color: rgb(251 113 133 / 0.8);
  }

  .lg\:text-rose-400\/85{
    color: rgb(251 113 133 / 0.85);
  }

  .lg\:text-rose-400\/90{
    color: rgb(251 113 133 / 0.9);
  }

  .lg\:text-rose-400\/95{
    color: rgb(251 113 133 / 0.95);
  }

  .lg\:text-rose-50{
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-50\/0{
    color: rgb(255 241 242 / 0);
  }

  .lg\:text-rose-50\/10{
    color: rgb(255 241 242 / 0.1);
  }

  .lg\:text-rose-50\/100{
    color: rgb(255 241 242 / 1);
  }

  .lg\:text-rose-50\/15{
    color: rgb(255 241 242 / 0.15);
  }

  .lg\:text-rose-50\/20{
    color: rgb(255 241 242 / 0.2);
  }

  .lg\:text-rose-50\/25{
    color: rgb(255 241 242 / 0.25);
  }

  .lg\:text-rose-50\/30{
    color: rgb(255 241 242 / 0.3);
  }

  .lg\:text-rose-50\/35{
    color: rgb(255 241 242 / 0.35);
  }

  .lg\:text-rose-50\/40{
    color: rgb(255 241 242 / 0.4);
  }

  .lg\:text-rose-50\/45{
    color: rgb(255 241 242 / 0.45);
  }

  .lg\:text-rose-50\/5{
    color: rgb(255 241 242 / 0.05);
  }

  .lg\:text-rose-50\/50{
    color: rgb(255 241 242 / 0.5);
  }

  .lg\:text-rose-50\/55{
    color: rgb(255 241 242 / 0.55);
  }

  .lg\:text-rose-50\/60{
    color: rgb(255 241 242 / 0.6);
  }

  .lg\:text-rose-50\/65{
    color: rgb(255 241 242 / 0.65);
  }

  .lg\:text-rose-50\/70{
    color: rgb(255 241 242 / 0.7);
  }

  .lg\:text-rose-50\/75{
    color: rgb(255 241 242 / 0.75);
  }

  .lg\:text-rose-50\/80{
    color: rgb(255 241 242 / 0.8);
  }

  .lg\:text-rose-50\/85{
    color: rgb(255 241 242 / 0.85);
  }

  .lg\:text-rose-50\/90{
    color: rgb(255 241 242 / 0.9);
  }

  .lg\:text-rose-50\/95{
    color: rgb(255 241 242 / 0.95);
  }

  .lg\:text-rose-500{
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-500\/0{
    color: rgb(244 63 94 / 0);
  }

  .lg\:text-rose-500\/10{
    color: rgb(244 63 94 / 0.1);
  }

  .lg\:text-rose-500\/100{
    color: rgb(244 63 94 / 1);
  }

  .lg\:text-rose-500\/15{
    color: rgb(244 63 94 / 0.15);
  }

  .lg\:text-rose-500\/20{
    color: rgb(244 63 94 / 0.2);
  }

  .lg\:text-rose-500\/25{
    color: rgb(244 63 94 / 0.25);
  }

  .lg\:text-rose-500\/30{
    color: rgb(244 63 94 / 0.3);
  }

  .lg\:text-rose-500\/35{
    color: rgb(244 63 94 / 0.35);
  }

  .lg\:text-rose-500\/40{
    color: rgb(244 63 94 / 0.4);
  }

  .lg\:text-rose-500\/45{
    color: rgb(244 63 94 / 0.45);
  }

  .lg\:text-rose-500\/5{
    color: rgb(244 63 94 / 0.05);
  }

  .lg\:text-rose-500\/50{
    color: rgb(244 63 94 / 0.5);
  }

  .lg\:text-rose-500\/55{
    color: rgb(244 63 94 / 0.55);
  }

  .lg\:text-rose-500\/60{
    color: rgb(244 63 94 / 0.6);
  }

  .lg\:text-rose-500\/65{
    color: rgb(244 63 94 / 0.65);
  }

  .lg\:text-rose-500\/70{
    color: rgb(244 63 94 / 0.7);
  }

  .lg\:text-rose-500\/75{
    color: rgb(244 63 94 / 0.75);
  }

  .lg\:text-rose-500\/80{
    color: rgb(244 63 94 / 0.8);
  }

  .lg\:text-rose-500\/85{
    color: rgb(244 63 94 / 0.85);
  }

  .lg\:text-rose-500\/90{
    color: rgb(244 63 94 / 0.9);
  }

  .lg\:text-rose-500\/95{
    color: rgb(244 63 94 / 0.95);
  }

  .lg\:text-rose-600{
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-600\/0{
    color: rgb(225 29 72 / 0);
  }

  .lg\:text-rose-600\/10{
    color: rgb(225 29 72 / 0.1);
  }

  .lg\:text-rose-600\/100{
    color: rgb(225 29 72 / 1);
  }

  .lg\:text-rose-600\/15{
    color: rgb(225 29 72 / 0.15);
  }

  .lg\:text-rose-600\/20{
    color: rgb(225 29 72 / 0.2);
  }

  .lg\:text-rose-600\/25{
    color: rgb(225 29 72 / 0.25);
  }

  .lg\:text-rose-600\/30{
    color: rgb(225 29 72 / 0.3);
  }

  .lg\:text-rose-600\/35{
    color: rgb(225 29 72 / 0.35);
  }

  .lg\:text-rose-600\/40{
    color: rgb(225 29 72 / 0.4);
  }

  .lg\:text-rose-600\/45{
    color: rgb(225 29 72 / 0.45);
  }

  .lg\:text-rose-600\/5{
    color: rgb(225 29 72 / 0.05);
  }

  .lg\:text-rose-600\/50{
    color: rgb(225 29 72 / 0.5);
  }

  .lg\:text-rose-600\/55{
    color: rgb(225 29 72 / 0.55);
  }

  .lg\:text-rose-600\/60{
    color: rgb(225 29 72 / 0.6);
  }

  .lg\:text-rose-600\/65{
    color: rgb(225 29 72 / 0.65);
  }

  .lg\:text-rose-600\/70{
    color: rgb(225 29 72 / 0.7);
  }

  .lg\:text-rose-600\/75{
    color: rgb(225 29 72 / 0.75);
  }

  .lg\:text-rose-600\/80{
    color: rgb(225 29 72 / 0.8);
  }

  .lg\:text-rose-600\/85{
    color: rgb(225 29 72 / 0.85);
  }

  .lg\:text-rose-600\/90{
    color: rgb(225 29 72 / 0.9);
  }

  .lg\:text-rose-600\/95{
    color: rgb(225 29 72 / 0.95);
  }

  .lg\:text-rose-700{
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-700\/0{
    color: rgb(190 18 60 / 0);
  }

  .lg\:text-rose-700\/10{
    color: rgb(190 18 60 / 0.1);
  }

  .lg\:text-rose-700\/100{
    color: rgb(190 18 60 / 1);
  }

  .lg\:text-rose-700\/15{
    color: rgb(190 18 60 / 0.15);
  }

  .lg\:text-rose-700\/20{
    color: rgb(190 18 60 / 0.2);
  }

  .lg\:text-rose-700\/25{
    color: rgb(190 18 60 / 0.25);
  }

  .lg\:text-rose-700\/30{
    color: rgb(190 18 60 / 0.3);
  }

  .lg\:text-rose-700\/35{
    color: rgb(190 18 60 / 0.35);
  }

  .lg\:text-rose-700\/40{
    color: rgb(190 18 60 / 0.4);
  }

  .lg\:text-rose-700\/45{
    color: rgb(190 18 60 / 0.45);
  }

  .lg\:text-rose-700\/5{
    color: rgb(190 18 60 / 0.05);
  }

  .lg\:text-rose-700\/50{
    color: rgb(190 18 60 / 0.5);
  }

  .lg\:text-rose-700\/55{
    color: rgb(190 18 60 / 0.55);
  }

  .lg\:text-rose-700\/60{
    color: rgb(190 18 60 / 0.6);
  }

  .lg\:text-rose-700\/65{
    color: rgb(190 18 60 / 0.65);
  }

  .lg\:text-rose-700\/70{
    color: rgb(190 18 60 / 0.7);
  }

  .lg\:text-rose-700\/75{
    color: rgb(190 18 60 / 0.75);
  }

  .lg\:text-rose-700\/80{
    color: rgb(190 18 60 / 0.8);
  }

  .lg\:text-rose-700\/85{
    color: rgb(190 18 60 / 0.85);
  }

  .lg\:text-rose-700\/90{
    color: rgb(190 18 60 / 0.9);
  }

  .lg\:text-rose-700\/95{
    color: rgb(190 18 60 / 0.95);
  }

  .lg\:text-rose-800{
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-800\/0{
    color: rgb(159 18 57 / 0);
  }

  .lg\:text-rose-800\/10{
    color: rgb(159 18 57 / 0.1);
  }

  .lg\:text-rose-800\/100{
    color: rgb(159 18 57 / 1);
  }

  .lg\:text-rose-800\/15{
    color: rgb(159 18 57 / 0.15);
  }

  .lg\:text-rose-800\/20{
    color: rgb(159 18 57 / 0.2);
  }

  .lg\:text-rose-800\/25{
    color: rgb(159 18 57 / 0.25);
  }

  .lg\:text-rose-800\/30{
    color: rgb(159 18 57 / 0.3);
  }

  .lg\:text-rose-800\/35{
    color: rgb(159 18 57 / 0.35);
  }

  .lg\:text-rose-800\/40{
    color: rgb(159 18 57 / 0.4);
  }

  .lg\:text-rose-800\/45{
    color: rgb(159 18 57 / 0.45);
  }

  .lg\:text-rose-800\/5{
    color: rgb(159 18 57 / 0.05);
  }

  .lg\:text-rose-800\/50{
    color: rgb(159 18 57 / 0.5);
  }

  .lg\:text-rose-800\/55{
    color: rgb(159 18 57 / 0.55);
  }

  .lg\:text-rose-800\/60{
    color: rgb(159 18 57 / 0.6);
  }

  .lg\:text-rose-800\/65{
    color: rgb(159 18 57 / 0.65);
  }

  .lg\:text-rose-800\/70{
    color: rgb(159 18 57 / 0.7);
  }

  .lg\:text-rose-800\/75{
    color: rgb(159 18 57 / 0.75);
  }

  .lg\:text-rose-800\/80{
    color: rgb(159 18 57 / 0.8);
  }

  .lg\:text-rose-800\/85{
    color: rgb(159 18 57 / 0.85);
  }

  .lg\:text-rose-800\/90{
    color: rgb(159 18 57 / 0.9);
  }

  .lg\:text-rose-800\/95{
    color: rgb(159 18 57 / 0.95);
  }

  .lg\:text-rose-900{
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-900\/0{
    color: rgb(136 19 55 / 0);
  }

  .lg\:text-rose-900\/10{
    color: rgb(136 19 55 / 0.1);
  }

  .lg\:text-rose-900\/100{
    color: rgb(136 19 55 / 1);
  }

  .lg\:text-rose-900\/15{
    color: rgb(136 19 55 / 0.15);
  }

  .lg\:text-rose-900\/20{
    color: rgb(136 19 55 / 0.2);
  }

  .lg\:text-rose-900\/25{
    color: rgb(136 19 55 / 0.25);
  }

  .lg\:text-rose-900\/30{
    color: rgb(136 19 55 / 0.3);
  }

  .lg\:text-rose-900\/35{
    color: rgb(136 19 55 / 0.35);
  }

  .lg\:text-rose-900\/40{
    color: rgb(136 19 55 / 0.4);
  }

  .lg\:text-rose-900\/45{
    color: rgb(136 19 55 / 0.45);
  }

  .lg\:text-rose-900\/5{
    color: rgb(136 19 55 / 0.05);
  }

  .lg\:text-rose-900\/50{
    color: rgb(136 19 55 / 0.5);
  }

  .lg\:text-rose-900\/55{
    color: rgb(136 19 55 / 0.55);
  }

  .lg\:text-rose-900\/60{
    color: rgb(136 19 55 / 0.6);
  }

  .lg\:text-rose-900\/65{
    color: rgb(136 19 55 / 0.65);
  }

  .lg\:text-rose-900\/70{
    color: rgb(136 19 55 / 0.7);
  }

  .lg\:text-rose-900\/75{
    color: rgb(136 19 55 / 0.75);
  }

  .lg\:text-rose-900\/80{
    color: rgb(136 19 55 / 0.8);
  }

  .lg\:text-rose-900\/85{
    color: rgb(136 19 55 / 0.85);
  }

  .lg\:text-rose-900\/90{
    color: rgb(136 19 55 / 0.9);
  }

  .lg\:text-rose-900\/95{
    color: rgb(136 19 55 / 0.95);
  }

  .lg\:text-rose-950{
    --tw-text-opacity: 1;
    color: rgb(76 5 25 / var(--tw-text-opacity, 1));
  }

  .lg\:text-rose-950\/0{
    color: rgb(76 5 25 / 0);
  }

  .lg\:text-rose-950\/10{
    color: rgb(76 5 25 / 0.1);
  }

  .lg\:text-rose-950\/100{
    color: rgb(76 5 25 / 1);
  }

  .lg\:text-rose-950\/15{
    color: rgb(76 5 25 / 0.15);
  }

  .lg\:text-rose-950\/20{
    color: rgb(76 5 25 / 0.2);
  }

  .lg\:text-rose-950\/25{
    color: rgb(76 5 25 / 0.25);
  }

  .lg\:text-rose-950\/30{
    color: rgb(76 5 25 / 0.3);
  }

  .lg\:text-rose-950\/35{
    color: rgb(76 5 25 / 0.35);
  }

  .lg\:text-rose-950\/40{
    color: rgb(76 5 25 / 0.4);
  }

  .lg\:text-rose-950\/45{
    color: rgb(76 5 25 / 0.45);
  }

  .lg\:text-rose-950\/5{
    color: rgb(76 5 25 / 0.05);
  }

  .lg\:text-rose-950\/50{
    color: rgb(76 5 25 / 0.5);
  }

  .lg\:text-rose-950\/55{
    color: rgb(76 5 25 / 0.55);
  }

  .lg\:text-rose-950\/60{
    color: rgb(76 5 25 / 0.6);
  }

  .lg\:text-rose-950\/65{
    color: rgb(76 5 25 / 0.65);
  }

  .lg\:text-rose-950\/70{
    color: rgb(76 5 25 / 0.7);
  }

  .lg\:text-rose-950\/75{
    color: rgb(76 5 25 / 0.75);
  }

  .lg\:text-rose-950\/80{
    color: rgb(76 5 25 / 0.8);
  }

  .lg\:text-rose-950\/85{
    color: rgb(76 5 25 / 0.85);
  }

  .lg\:text-rose-950\/90{
    color: rgb(76 5 25 / 0.9);
  }

  .lg\:text-rose-950\/95{
    color: rgb(76 5 25 / 0.95);
  }

  .lg\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(169 255 234 / var(--tw-text-opacity, 1));
  }

  .lg\:text-secondary\/0{
    color: rgb(169 255 234 / 0);
  }

  .lg\:text-secondary\/10{
    color: rgb(169 255 234 / 0.1);
  }

  .lg\:text-secondary\/100{
    color: rgb(169 255 234 / 1);
  }

  .lg\:text-secondary\/15{
    color: rgb(169 255 234 / 0.15);
  }

  .lg\:text-secondary\/20{
    color: rgb(169 255 234 / 0.2);
  }

  .lg\:text-secondary\/25{
    color: rgb(169 255 234 / 0.25);
  }

  .lg\:text-secondary\/30{
    color: rgb(169 255 234 / 0.3);
  }

  .lg\:text-secondary\/35{
    color: rgb(169 255 234 / 0.35);
  }

  .lg\:text-secondary\/40{
    color: rgb(169 255 234 / 0.4);
  }

  .lg\:text-secondary\/45{
    color: rgb(169 255 234 / 0.45);
  }

  .lg\:text-secondary\/5{
    color: rgb(169 255 234 / 0.05);
  }

  .lg\:text-secondary\/50{
    color: rgb(169 255 234 / 0.5);
  }

  .lg\:text-secondary\/55{
    color: rgb(169 255 234 / 0.55);
  }

  .lg\:text-secondary\/60{
    color: rgb(169 255 234 / 0.6);
  }

  .lg\:text-secondary\/65{
    color: rgb(169 255 234 / 0.65);
  }

  .lg\:text-secondary\/70{
    color: rgb(169 255 234 / 0.7);
  }

  .lg\:text-secondary\/75{
    color: rgb(169 255 234 / 0.75);
  }

  .lg\:text-secondary\/80{
    color: rgb(169 255 234 / 0.8);
  }

  .lg\:text-secondary\/85{
    color: rgb(169 255 234 / 0.85);
  }

  .lg\:text-secondary\/90{
    color: rgb(169 255 234 / 0.9);
  }

  .lg\:text-secondary\/95{
    color: rgb(169 255 234 / 0.95);
  }

  .lg\:text-sky-100{
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-100\/0{
    color: rgb(224 242 254 / 0);
  }

  .lg\:text-sky-100\/10{
    color: rgb(224 242 254 / 0.1);
  }

  .lg\:text-sky-100\/100{
    color: rgb(224 242 254 / 1);
  }

  .lg\:text-sky-100\/15{
    color: rgb(224 242 254 / 0.15);
  }

  .lg\:text-sky-100\/20{
    color: rgb(224 242 254 / 0.2);
  }

  .lg\:text-sky-100\/25{
    color: rgb(224 242 254 / 0.25);
  }

  .lg\:text-sky-100\/30{
    color: rgb(224 242 254 / 0.3);
  }

  .lg\:text-sky-100\/35{
    color: rgb(224 242 254 / 0.35);
  }

  .lg\:text-sky-100\/40{
    color: rgb(224 242 254 / 0.4);
  }

  .lg\:text-sky-100\/45{
    color: rgb(224 242 254 / 0.45);
  }

  .lg\:text-sky-100\/5{
    color: rgb(224 242 254 / 0.05);
  }

  .lg\:text-sky-100\/50{
    color: rgb(224 242 254 / 0.5);
  }

  .lg\:text-sky-100\/55{
    color: rgb(224 242 254 / 0.55);
  }

  .lg\:text-sky-100\/60{
    color: rgb(224 242 254 / 0.6);
  }

  .lg\:text-sky-100\/65{
    color: rgb(224 242 254 / 0.65);
  }

  .lg\:text-sky-100\/70{
    color: rgb(224 242 254 / 0.7);
  }

  .lg\:text-sky-100\/75{
    color: rgb(224 242 254 / 0.75);
  }

  .lg\:text-sky-100\/80{
    color: rgb(224 242 254 / 0.8);
  }

  .lg\:text-sky-100\/85{
    color: rgb(224 242 254 / 0.85);
  }

  .lg\:text-sky-100\/90{
    color: rgb(224 242 254 / 0.9);
  }

  .lg\:text-sky-100\/95{
    color: rgb(224 242 254 / 0.95);
  }

  .lg\:text-sky-200{
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-200\/0{
    color: rgb(186 230 253 / 0);
  }

  .lg\:text-sky-200\/10{
    color: rgb(186 230 253 / 0.1);
  }

  .lg\:text-sky-200\/100{
    color: rgb(186 230 253 / 1);
  }

  .lg\:text-sky-200\/15{
    color: rgb(186 230 253 / 0.15);
  }

  .lg\:text-sky-200\/20{
    color: rgb(186 230 253 / 0.2);
  }

  .lg\:text-sky-200\/25{
    color: rgb(186 230 253 / 0.25);
  }

  .lg\:text-sky-200\/30{
    color: rgb(186 230 253 / 0.3);
  }

  .lg\:text-sky-200\/35{
    color: rgb(186 230 253 / 0.35);
  }

  .lg\:text-sky-200\/40{
    color: rgb(186 230 253 / 0.4);
  }

  .lg\:text-sky-200\/45{
    color: rgb(186 230 253 / 0.45);
  }

  .lg\:text-sky-200\/5{
    color: rgb(186 230 253 / 0.05);
  }

  .lg\:text-sky-200\/50{
    color: rgb(186 230 253 / 0.5);
  }

  .lg\:text-sky-200\/55{
    color: rgb(186 230 253 / 0.55);
  }

  .lg\:text-sky-200\/60{
    color: rgb(186 230 253 / 0.6);
  }

  .lg\:text-sky-200\/65{
    color: rgb(186 230 253 / 0.65);
  }

  .lg\:text-sky-200\/70{
    color: rgb(186 230 253 / 0.7);
  }

  .lg\:text-sky-200\/75{
    color: rgb(186 230 253 / 0.75);
  }

  .lg\:text-sky-200\/80{
    color: rgb(186 230 253 / 0.8);
  }

  .lg\:text-sky-200\/85{
    color: rgb(186 230 253 / 0.85);
  }

  .lg\:text-sky-200\/90{
    color: rgb(186 230 253 / 0.9);
  }

  .lg\:text-sky-200\/95{
    color: rgb(186 230 253 / 0.95);
  }

  .lg\:text-sky-300{
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-300\/0{
    color: rgb(125 211 252 / 0);
  }

  .lg\:text-sky-300\/10{
    color: rgb(125 211 252 / 0.1);
  }

  .lg\:text-sky-300\/100{
    color: rgb(125 211 252 / 1);
  }

  .lg\:text-sky-300\/15{
    color: rgb(125 211 252 / 0.15);
  }

  .lg\:text-sky-300\/20{
    color: rgb(125 211 252 / 0.2);
  }

  .lg\:text-sky-300\/25{
    color: rgb(125 211 252 / 0.25);
  }

  .lg\:text-sky-300\/30{
    color: rgb(125 211 252 / 0.3);
  }

  .lg\:text-sky-300\/35{
    color: rgb(125 211 252 / 0.35);
  }

  .lg\:text-sky-300\/40{
    color: rgb(125 211 252 / 0.4);
  }

  .lg\:text-sky-300\/45{
    color: rgb(125 211 252 / 0.45);
  }

  .lg\:text-sky-300\/5{
    color: rgb(125 211 252 / 0.05);
  }

  .lg\:text-sky-300\/50{
    color: rgb(125 211 252 / 0.5);
  }

  .lg\:text-sky-300\/55{
    color: rgb(125 211 252 / 0.55);
  }

  .lg\:text-sky-300\/60{
    color: rgb(125 211 252 / 0.6);
  }

  .lg\:text-sky-300\/65{
    color: rgb(125 211 252 / 0.65);
  }

  .lg\:text-sky-300\/70{
    color: rgb(125 211 252 / 0.7);
  }

  .lg\:text-sky-300\/75{
    color: rgb(125 211 252 / 0.75);
  }

  .lg\:text-sky-300\/80{
    color: rgb(125 211 252 / 0.8);
  }

  .lg\:text-sky-300\/85{
    color: rgb(125 211 252 / 0.85);
  }

  .lg\:text-sky-300\/90{
    color: rgb(125 211 252 / 0.9);
  }

  .lg\:text-sky-300\/95{
    color: rgb(125 211 252 / 0.95);
  }

  .lg\:text-sky-400{
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-400\/0{
    color: rgb(56 189 248 / 0);
  }

  .lg\:text-sky-400\/10{
    color: rgb(56 189 248 / 0.1);
  }

  .lg\:text-sky-400\/100{
    color: rgb(56 189 248 / 1);
  }

  .lg\:text-sky-400\/15{
    color: rgb(56 189 248 / 0.15);
  }

  .lg\:text-sky-400\/20{
    color: rgb(56 189 248 / 0.2);
  }

  .lg\:text-sky-400\/25{
    color: rgb(56 189 248 / 0.25);
  }

  .lg\:text-sky-400\/30{
    color: rgb(56 189 248 / 0.3);
  }

  .lg\:text-sky-400\/35{
    color: rgb(56 189 248 / 0.35);
  }

  .lg\:text-sky-400\/40{
    color: rgb(56 189 248 / 0.4);
  }

  .lg\:text-sky-400\/45{
    color: rgb(56 189 248 / 0.45);
  }

  .lg\:text-sky-400\/5{
    color: rgb(56 189 248 / 0.05);
  }

  .lg\:text-sky-400\/50{
    color: rgb(56 189 248 / 0.5);
  }

  .lg\:text-sky-400\/55{
    color: rgb(56 189 248 / 0.55);
  }

  .lg\:text-sky-400\/60{
    color: rgb(56 189 248 / 0.6);
  }

  .lg\:text-sky-400\/65{
    color: rgb(56 189 248 / 0.65);
  }

  .lg\:text-sky-400\/70{
    color: rgb(56 189 248 / 0.7);
  }

  .lg\:text-sky-400\/75{
    color: rgb(56 189 248 / 0.75);
  }

  .lg\:text-sky-400\/80{
    color: rgb(56 189 248 / 0.8);
  }

  .lg\:text-sky-400\/85{
    color: rgb(56 189 248 / 0.85);
  }

  .lg\:text-sky-400\/90{
    color: rgb(56 189 248 / 0.9);
  }

  .lg\:text-sky-400\/95{
    color: rgb(56 189 248 / 0.95);
  }

  .lg\:text-sky-50{
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-50\/0{
    color: rgb(240 249 255 / 0);
  }

  .lg\:text-sky-50\/10{
    color: rgb(240 249 255 / 0.1);
  }

  .lg\:text-sky-50\/100{
    color: rgb(240 249 255 / 1);
  }

  .lg\:text-sky-50\/15{
    color: rgb(240 249 255 / 0.15);
  }

  .lg\:text-sky-50\/20{
    color: rgb(240 249 255 / 0.2);
  }

  .lg\:text-sky-50\/25{
    color: rgb(240 249 255 / 0.25);
  }

  .lg\:text-sky-50\/30{
    color: rgb(240 249 255 / 0.3);
  }

  .lg\:text-sky-50\/35{
    color: rgb(240 249 255 / 0.35);
  }

  .lg\:text-sky-50\/40{
    color: rgb(240 249 255 / 0.4);
  }

  .lg\:text-sky-50\/45{
    color: rgb(240 249 255 / 0.45);
  }

  .lg\:text-sky-50\/5{
    color: rgb(240 249 255 / 0.05);
  }

  .lg\:text-sky-50\/50{
    color: rgb(240 249 255 / 0.5);
  }

  .lg\:text-sky-50\/55{
    color: rgb(240 249 255 / 0.55);
  }

  .lg\:text-sky-50\/60{
    color: rgb(240 249 255 / 0.6);
  }

  .lg\:text-sky-50\/65{
    color: rgb(240 249 255 / 0.65);
  }

  .lg\:text-sky-50\/70{
    color: rgb(240 249 255 / 0.7);
  }

  .lg\:text-sky-50\/75{
    color: rgb(240 249 255 / 0.75);
  }

  .lg\:text-sky-50\/80{
    color: rgb(240 249 255 / 0.8);
  }

  .lg\:text-sky-50\/85{
    color: rgb(240 249 255 / 0.85);
  }

  .lg\:text-sky-50\/90{
    color: rgb(240 249 255 / 0.9);
  }

  .lg\:text-sky-50\/95{
    color: rgb(240 249 255 / 0.95);
  }

  .lg\:text-sky-500{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-500\/0{
    color: rgb(14 165 233 / 0);
  }

  .lg\:text-sky-500\/10{
    color: rgb(14 165 233 / 0.1);
  }

  .lg\:text-sky-500\/100{
    color: rgb(14 165 233 / 1);
  }

  .lg\:text-sky-500\/15{
    color: rgb(14 165 233 / 0.15);
  }

  .lg\:text-sky-500\/20{
    color: rgb(14 165 233 / 0.2);
  }

  .lg\:text-sky-500\/25{
    color: rgb(14 165 233 / 0.25);
  }

  .lg\:text-sky-500\/30{
    color: rgb(14 165 233 / 0.3);
  }

  .lg\:text-sky-500\/35{
    color: rgb(14 165 233 / 0.35);
  }

  .lg\:text-sky-500\/40{
    color: rgb(14 165 233 / 0.4);
  }

  .lg\:text-sky-500\/45{
    color: rgb(14 165 233 / 0.45);
  }

  .lg\:text-sky-500\/5{
    color: rgb(14 165 233 / 0.05);
  }

  .lg\:text-sky-500\/50{
    color: rgb(14 165 233 / 0.5);
  }

  .lg\:text-sky-500\/55{
    color: rgb(14 165 233 / 0.55);
  }

  .lg\:text-sky-500\/60{
    color: rgb(14 165 233 / 0.6);
  }

  .lg\:text-sky-500\/65{
    color: rgb(14 165 233 / 0.65);
  }

  .lg\:text-sky-500\/70{
    color: rgb(14 165 233 / 0.7);
  }

  .lg\:text-sky-500\/75{
    color: rgb(14 165 233 / 0.75);
  }

  .lg\:text-sky-500\/80{
    color: rgb(14 165 233 / 0.8);
  }

  .lg\:text-sky-500\/85{
    color: rgb(14 165 233 / 0.85);
  }

  .lg\:text-sky-500\/90{
    color: rgb(14 165 233 / 0.9);
  }

  .lg\:text-sky-500\/95{
    color: rgb(14 165 233 / 0.95);
  }

  .lg\:text-sky-600{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-600\/0{
    color: rgb(2 132 199 / 0);
  }

  .lg\:text-sky-600\/10{
    color: rgb(2 132 199 / 0.1);
  }

  .lg\:text-sky-600\/100{
    color: rgb(2 132 199 / 1);
  }

  .lg\:text-sky-600\/15{
    color: rgb(2 132 199 / 0.15);
  }

  .lg\:text-sky-600\/20{
    color: rgb(2 132 199 / 0.2);
  }

  .lg\:text-sky-600\/25{
    color: rgb(2 132 199 / 0.25);
  }

  .lg\:text-sky-600\/30{
    color: rgb(2 132 199 / 0.3);
  }

  .lg\:text-sky-600\/35{
    color: rgb(2 132 199 / 0.35);
  }

  .lg\:text-sky-600\/40{
    color: rgb(2 132 199 / 0.4);
  }

  .lg\:text-sky-600\/45{
    color: rgb(2 132 199 / 0.45);
  }

  .lg\:text-sky-600\/5{
    color: rgb(2 132 199 / 0.05);
  }

  .lg\:text-sky-600\/50{
    color: rgb(2 132 199 / 0.5);
  }

  .lg\:text-sky-600\/55{
    color: rgb(2 132 199 / 0.55);
  }

  .lg\:text-sky-600\/60{
    color: rgb(2 132 199 / 0.6);
  }

  .lg\:text-sky-600\/65{
    color: rgb(2 132 199 / 0.65);
  }

  .lg\:text-sky-600\/70{
    color: rgb(2 132 199 / 0.7);
  }

  .lg\:text-sky-600\/75{
    color: rgb(2 132 199 / 0.75);
  }

  .lg\:text-sky-600\/80{
    color: rgb(2 132 199 / 0.8);
  }

  .lg\:text-sky-600\/85{
    color: rgb(2 132 199 / 0.85);
  }

  .lg\:text-sky-600\/90{
    color: rgb(2 132 199 / 0.9);
  }

  .lg\:text-sky-600\/95{
    color: rgb(2 132 199 / 0.95);
  }

  .lg\:text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-700\/0{
    color: rgb(3 105 161 / 0);
  }

  .lg\:text-sky-700\/10{
    color: rgb(3 105 161 / 0.1);
  }

  .lg\:text-sky-700\/100{
    color: rgb(3 105 161 / 1);
  }

  .lg\:text-sky-700\/15{
    color: rgb(3 105 161 / 0.15);
  }

  .lg\:text-sky-700\/20{
    color: rgb(3 105 161 / 0.2);
  }

  .lg\:text-sky-700\/25{
    color: rgb(3 105 161 / 0.25);
  }

  .lg\:text-sky-700\/30{
    color: rgb(3 105 161 / 0.3);
  }

  .lg\:text-sky-700\/35{
    color: rgb(3 105 161 / 0.35);
  }

  .lg\:text-sky-700\/40{
    color: rgb(3 105 161 / 0.4);
  }

  .lg\:text-sky-700\/45{
    color: rgb(3 105 161 / 0.45);
  }

  .lg\:text-sky-700\/5{
    color: rgb(3 105 161 / 0.05);
  }

  .lg\:text-sky-700\/50{
    color: rgb(3 105 161 / 0.5);
  }

  .lg\:text-sky-700\/55{
    color: rgb(3 105 161 / 0.55);
  }

  .lg\:text-sky-700\/60{
    color: rgb(3 105 161 / 0.6);
  }

  .lg\:text-sky-700\/65{
    color: rgb(3 105 161 / 0.65);
  }

  .lg\:text-sky-700\/70{
    color: rgb(3 105 161 / 0.7);
  }

  .lg\:text-sky-700\/75{
    color: rgb(3 105 161 / 0.75);
  }

  .lg\:text-sky-700\/80{
    color: rgb(3 105 161 / 0.8);
  }

  .lg\:text-sky-700\/85{
    color: rgb(3 105 161 / 0.85);
  }

  .lg\:text-sky-700\/90{
    color: rgb(3 105 161 / 0.9);
  }

  .lg\:text-sky-700\/95{
    color: rgb(3 105 161 / 0.95);
  }

  .lg\:text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-800\/0{
    color: rgb(7 89 133 / 0);
  }

  .lg\:text-sky-800\/10{
    color: rgb(7 89 133 / 0.1);
  }

  .lg\:text-sky-800\/100{
    color: rgb(7 89 133 / 1);
  }

  .lg\:text-sky-800\/15{
    color: rgb(7 89 133 / 0.15);
  }

  .lg\:text-sky-800\/20{
    color: rgb(7 89 133 / 0.2);
  }

  .lg\:text-sky-800\/25{
    color: rgb(7 89 133 / 0.25);
  }

  .lg\:text-sky-800\/30{
    color: rgb(7 89 133 / 0.3);
  }

  .lg\:text-sky-800\/35{
    color: rgb(7 89 133 / 0.35);
  }

  .lg\:text-sky-800\/40{
    color: rgb(7 89 133 / 0.4);
  }

  .lg\:text-sky-800\/45{
    color: rgb(7 89 133 / 0.45);
  }

  .lg\:text-sky-800\/5{
    color: rgb(7 89 133 / 0.05);
  }

  .lg\:text-sky-800\/50{
    color: rgb(7 89 133 / 0.5);
  }

  .lg\:text-sky-800\/55{
    color: rgb(7 89 133 / 0.55);
  }

  .lg\:text-sky-800\/60{
    color: rgb(7 89 133 / 0.6);
  }

  .lg\:text-sky-800\/65{
    color: rgb(7 89 133 / 0.65);
  }

  .lg\:text-sky-800\/70{
    color: rgb(7 89 133 / 0.7);
  }

  .lg\:text-sky-800\/75{
    color: rgb(7 89 133 / 0.75);
  }

  .lg\:text-sky-800\/80{
    color: rgb(7 89 133 / 0.8);
  }

  .lg\:text-sky-800\/85{
    color: rgb(7 89 133 / 0.85);
  }

  .lg\:text-sky-800\/90{
    color: rgb(7 89 133 / 0.9);
  }

  .lg\:text-sky-800\/95{
    color: rgb(7 89 133 / 0.95);
  }

  .lg\:text-sky-900{
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-900\/0{
    color: rgb(12 74 110 / 0);
  }

  .lg\:text-sky-900\/10{
    color: rgb(12 74 110 / 0.1);
  }

  .lg\:text-sky-900\/100{
    color: rgb(12 74 110 / 1);
  }

  .lg\:text-sky-900\/15{
    color: rgb(12 74 110 / 0.15);
  }

  .lg\:text-sky-900\/20{
    color: rgb(12 74 110 / 0.2);
  }

  .lg\:text-sky-900\/25{
    color: rgb(12 74 110 / 0.25);
  }

  .lg\:text-sky-900\/30{
    color: rgb(12 74 110 / 0.3);
  }

  .lg\:text-sky-900\/35{
    color: rgb(12 74 110 / 0.35);
  }

  .lg\:text-sky-900\/40{
    color: rgb(12 74 110 / 0.4);
  }

  .lg\:text-sky-900\/45{
    color: rgb(12 74 110 / 0.45);
  }

  .lg\:text-sky-900\/5{
    color: rgb(12 74 110 / 0.05);
  }

  .lg\:text-sky-900\/50{
    color: rgb(12 74 110 / 0.5);
  }

  .lg\:text-sky-900\/55{
    color: rgb(12 74 110 / 0.55);
  }

  .lg\:text-sky-900\/60{
    color: rgb(12 74 110 / 0.6);
  }

  .lg\:text-sky-900\/65{
    color: rgb(12 74 110 / 0.65);
  }

  .lg\:text-sky-900\/70{
    color: rgb(12 74 110 / 0.7);
  }

  .lg\:text-sky-900\/75{
    color: rgb(12 74 110 / 0.75);
  }

  .lg\:text-sky-900\/80{
    color: rgb(12 74 110 / 0.8);
  }

  .lg\:text-sky-900\/85{
    color: rgb(12 74 110 / 0.85);
  }

  .lg\:text-sky-900\/90{
    color: rgb(12 74 110 / 0.9);
  }

  .lg\:text-sky-900\/95{
    color: rgb(12 74 110 / 0.95);
  }

  .lg\:text-sky-950{
    --tw-text-opacity: 1;
    color: rgb(8 47 73 / var(--tw-text-opacity, 1));
  }

  .lg\:text-sky-950\/0{
    color: rgb(8 47 73 / 0);
  }

  .lg\:text-sky-950\/10{
    color: rgb(8 47 73 / 0.1);
  }

  .lg\:text-sky-950\/100{
    color: rgb(8 47 73 / 1);
  }

  .lg\:text-sky-950\/15{
    color: rgb(8 47 73 / 0.15);
  }

  .lg\:text-sky-950\/20{
    color: rgb(8 47 73 / 0.2);
  }

  .lg\:text-sky-950\/25{
    color: rgb(8 47 73 / 0.25);
  }

  .lg\:text-sky-950\/30{
    color: rgb(8 47 73 / 0.3);
  }

  .lg\:text-sky-950\/35{
    color: rgb(8 47 73 / 0.35);
  }

  .lg\:text-sky-950\/40{
    color: rgb(8 47 73 / 0.4);
  }

  .lg\:text-sky-950\/45{
    color: rgb(8 47 73 / 0.45);
  }

  .lg\:text-sky-950\/5{
    color: rgb(8 47 73 / 0.05);
  }

  .lg\:text-sky-950\/50{
    color: rgb(8 47 73 / 0.5);
  }

  .lg\:text-sky-950\/55{
    color: rgb(8 47 73 / 0.55);
  }

  .lg\:text-sky-950\/60{
    color: rgb(8 47 73 / 0.6);
  }

  .lg\:text-sky-950\/65{
    color: rgb(8 47 73 / 0.65);
  }

  .lg\:text-sky-950\/70{
    color: rgb(8 47 73 / 0.7);
  }

  .lg\:text-sky-950\/75{
    color: rgb(8 47 73 / 0.75);
  }

  .lg\:text-sky-950\/80{
    color: rgb(8 47 73 / 0.8);
  }

  .lg\:text-sky-950\/85{
    color: rgb(8 47 73 / 0.85);
  }

  .lg\:text-sky-950\/90{
    color: rgb(8 47 73 / 0.9);
  }

  .lg\:text-sky-950\/95{
    color: rgb(8 47 73 / 0.95);
  }

  .lg\:text-slate-100{
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-100\/0{
    color: rgb(241 245 249 / 0);
  }

  .lg\:text-slate-100\/10{
    color: rgb(241 245 249 / 0.1);
  }

  .lg\:text-slate-100\/100{
    color: rgb(241 245 249 / 1);
  }

  .lg\:text-slate-100\/15{
    color: rgb(241 245 249 / 0.15);
  }

  .lg\:text-slate-100\/20{
    color: rgb(241 245 249 / 0.2);
  }

  .lg\:text-slate-100\/25{
    color: rgb(241 245 249 / 0.25);
  }

  .lg\:text-slate-100\/30{
    color: rgb(241 245 249 / 0.3);
  }

  .lg\:text-slate-100\/35{
    color: rgb(241 245 249 / 0.35);
  }

  .lg\:text-slate-100\/40{
    color: rgb(241 245 249 / 0.4);
  }

  .lg\:text-slate-100\/45{
    color: rgb(241 245 249 / 0.45);
  }

  .lg\:text-slate-100\/5{
    color: rgb(241 245 249 / 0.05);
  }

  .lg\:text-slate-100\/50{
    color: rgb(241 245 249 / 0.5);
  }

  .lg\:text-slate-100\/55{
    color: rgb(241 245 249 / 0.55);
  }

  .lg\:text-slate-100\/60{
    color: rgb(241 245 249 / 0.6);
  }

  .lg\:text-slate-100\/65{
    color: rgb(241 245 249 / 0.65);
  }

  .lg\:text-slate-100\/70{
    color: rgb(241 245 249 / 0.7);
  }

  .lg\:text-slate-100\/75{
    color: rgb(241 245 249 / 0.75);
  }

  .lg\:text-slate-100\/80{
    color: rgb(241 245 249 / 0.8);
  }

  .lg\:text-slate-100\/85{
    color: rgb(241 245 249 / 0.85);
  }

  .lg\:text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
  }

  .lg\:text-slate-100\/95{
    color: rgb(241 245 249 / 0.95);
  }

  .lg\:text-slate-200{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-200\/0{
    color: rgb(226 232 240 / 0);
  }

  .lg\:text-slate-200\/10{
    color: rgb(226 232 240 / 0.1);
  }

  .lg\:text-slate-200\/100{
    color: rgb(226 232 240 / 1);
  }

  .lg\:text-slate-200\/15{
    color: rgb(226 232 240 / 0.15);
  }

  .lg\:text-slate-200\/20{
    color: rgb(226 232 240 / 0.2);
  }

  .lg\:text-slate-200\/25{
    color: rgb(226 232 240 / 0.25);
  }

  .lg\:text-slate-200\/30{
    color: rgb(226 232 240 / 0.3);
  }

  .lg\:text-slate-200\/35{
    color: rgb(226 232 240 / 0.35);
  }

  .lg\:text-slate-200\/40{
    color: rgb(226 232 240 / 0.4);
  }

  .lg\:text-slate-200\/45{
    color: rgb(226 232 240 / 0.45);
  }

  .lg\:text-slate-200\/5{
    color: rgb(226 232 240 / 0.05);
  }

  .lg\:text-slate-200\/50{
    color: rgb(226 232 240 / 0.5);
  }

  .lg\:text-slate-200\/55{
    color: rgb(226 232 240 / 0.55);
  }

  .lg\:text-slate-200\/60{
    color: rgb(226 232 240 / 0.6);
  }

  .lg\:text-slate-200\/65{
    color: rgb(226 232 240 / 0.65);
  }

  .lg\:text-slate-200\/70{
    color: rgb(226 232 240 / 0.7);
  }

  .lg\:text-slate-200\/75{
    color: rgb(226 232 240 / 0.75);
  }

  .lg\:text-slate-200\/80{
    color: rgb(226 232 240 / 0.8);
  }

  .lg\:text-slate-200\/85{
    color: rgb(226 232 240 / 0.85);
  }

  .lg\:text-slate-200\/90{
    color: rgb(226 232 240 / 0.9);
  }

  .lg\:text-slate-200\/95{
    color: rgb(226 232 240 / 0.95);
  }

  .lg\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-300\/0{
    color: rgb(203 213 225 / 0);
  }

  .lg\:text-slate-300\/10{
    color: rgb(203 213 225 / 0.1);
  }

  .lg\:text-slate-300\/100{
    color: rgb(203 213 225 / 1);
  }

  .lg\:text-slate-300\/15{
    color: rgb(203 213 225 / 0.15);
  }

  .lg\:text-slate-300\/20{
    color: rgb(203 213 225 / 0.2);
  }

  .lg\:text-slate-300\/25{
    color: rgb(203 213 225 / 0.25);
  }

  .lg\:text-slate-300\/30{
    color: rgb(203 213 225 / 0.3);
  }

  .lg\:text-slate-300\/35{
    color: rgb(203 213 225 / 0.35);
  }

  .lg\:text-slate-300\/40{
    color: rgb(203 213 225 / 0.4);
  }

  .lg\:text-slate-300\/45{
    color: rgb(203 213 225 / 0.45);
  }

  .lg\:text-slate-300\/5{
    color: rgb(203 213 225 / 0.05);
  }

  .lg\:text-slate-300\/50{
    color: rgb(203 213 225 / 0.5);
  }

  .lg\:text-slate-300\/55{
    color: rgb(203 213 225 / 0.55);
  }

  .lg\:text-slate-300\/60{
    color: rgb(203 213 225 / 0.6);
  }

  .lg\:text-slate-300\/65{
    color: rgb(203 213 225 / 0.65);
  }

  .lg\:text-slate-300\/70{
    color: rgb(203 213 225 / 0.7);
  }

  .lg\:text-slate-300\/75{
    color: rgb(203 213 225 / 0.75);
  }

  .lg\:text-slate-300\/80{
    color: rgb(203 213 225 / 0.8);
  }

  .lg\:text-slate-300\/85{
    color: rgb(203 213 225 / 0.85);
  }

  .lg\:text-slate-300\/90{
    color: rgb(203 213 225 / 0.9);
  }

  .lg\:text-slate-300\/95{
    color: rgb(203 213 225 / 0.95);
  }

  .lg\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-400\/0{
    color: rgb(148 163 184 / 0);
  }

  .lg\:text-slate-400\/10{
    color: rgb(148 163 184 / 0.1);
  }

  .lg\:text-slate-400\/100{
    color: rgb(148 163 184 / 1);
  }

  .lg\:text-slate-400\/15{
    color: rgb(148 163 184 / 0.15);
  }

  .lg\:text-slate-400\/20{
    color: rgb(148 163 184 / 0.2);
  }

  .lg\:text-slate-400\/25{
    color: rgb(148 163 184 / 0.25);
  }

  .lg\:text-slate-400\/30{
    color: rgb(148 163 184 / 0.3);
  }

  .lg\:text-slate-400\/35{
    color: rgb(148 163 184 / 0.35);
  }

  .lg\:text-slate-400\/40{
    color: rgb(148 163 184 / 0.4);
  }

  .lg\:text-slate-400\/45{
    color: rgb(148 163 184 / 0.45);
  }

  .lg\:text-slate-400\/5{
    color: rgb(148 163 184 / 0.05);
  }

  .lg\:text-slate-400\/50{
    color: rgb(148 163 184 / 0.5);
  }

  .lg\:text-slate-400\/55{
    color: rgb(148 163 184 / 0.55);
  }

  .lg\:text-slate-400\/60{
    color: rgb(148 163 184 / 0.6);
  }

  .lg\:text-slate-400\/65{
    color: rgb(148 163 184 / 0.65);
  }

  .lg\:text-slate-400\/70{
    color: rgb(148 163 184 / 0.7);
  }

  .lg\:text-slate-400\/75{
    color: rgb(148 163 184 / 0.75);
  }

  .lg\:text-slate-400\/80{
    color: rgb(148 163 184 / 0.8);
  }

  .lg\:text-slate-400\/85{
    color: rgb(148 163 184 / 0.85);
  }

  .lg\:text-slate-400\/90{
    color: rgb(148 163 184 / 0.9);
  }

  .lg\:text-slate-400\/95{
    color: rgb(148 163 184 / 0.95);
  }

  .lg\:text-slate-50{
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-50\/0{
    color: rgb(248 250 252 / 0);
  }

  .lg\:text-slate-50\/10{
    color: rgb(248 250 252 / 0.1);
  }

  .lg\:text-slate-50\/100{
    color: rgb(248 250 252 / 1);
  }

  .lg\:text-slate-50\/15{
    color: rgb(248 250 252 / 0.15);
  }

  .lg\:text-slate-50\/20{
    color: rgb(248 250 252 / 0.2);
  }

  .lg\:text-slate-50\/25{
    color: rgb(248 250 252 / 0.25);
  }

  .lg\:text-slate-50\/30{
    color: rgb(248 250 252 / 0.3);
  }

  .lg\:text-slate-50\/35{
    color: rgb(248 250 252 / 0.35);
  }

  .lg\:text-slate-50\/40{
    color: rgb(248 250 252 / 0.4);
  }

  .lg\:text-slate-50\/45{
    color: rgb(248 250 252 / 0.45);
  }

  .lg\:text-slate-50\/5{
    color: rgb(248 250 252 / 0.05);
  }

  .lg\:text-slate-50\/50{
    color: rgb(248 250 252 / 0.5);
  }

  .lg\:text-slate-50\/55{
    color: rgb(248 250 252 / 0.55);
  }

  .lg\:text-slate-50\/60{
    color: rgb(248 250 252 / 0.6);
  }

  .lg\:text-slate-50\/65{
    color: rgb(248 250 252 / 0.65);
  }

  .lg\:text-slate-50\/70{
    color: rgb(248 250 252 / 0.7);
  }

  .lg\:text-slate-50\/75{
    color: rgb(248 250 252 / 0.75);
  }

  .lg\:text-slate-50\/80{
    color: rgb(248 250 252 / 0.8);
  }

  .lg\:text-slate-50\/85{
    color: rgb(248 250 252 / 0.85);
  }

  .lg\:text-slate-50\/90{
    color: rgb(248 250 252 / 0.9);
  }

  .lg\:text-slate-50\/95{
    color: rgb(248 250 252 / 0.95);
  }

  .lg\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-500\/0{
    color: rgb(100 116 139 / 0);
  }

  .lg\:text-slate-500\/10{
    color: rgb(100 116 139 / 0.1);
  }

  .lg\:text-slate-500\/100{
    color: rgb(100 116 139 / 1);
  }

  .lg\:text-slate-500\/15{
    color: rgb(100 116 139 / 0.15);
  }

  .lg\:text-slate-500\/20{
    color: rgb(100 116 139 / 0.2);
  }

  .lg\:text-slate-500\/25{
    color: rgb(100 116 139 / 0.25);
  }

  .lg\:text-slate-500\/30{
    color: rgb(100 116 139 / 0.3);
  }

  .lg\:text-slate-500\/35{
    color: rgb(100 116 139 / 0.35);
  }

  .lg\:text-slate-500\/40{
    color: rgb(100 116 139 / 0.4);
  }

  .lg\:text-slate-500\/45{
    color: rgb(100 116 139 / 0.45);
  }

  .lg\:text-slate-500\/5{
    color: rgb(100 116 139 / 0.05);
  }

  .lg\:text-slate-500\/50{
    color: rgb(100 116 139 / 0.5);
  }

  .lg\:text-slate-500\/55{
    color: rgb(100 116 139 / 0.55);
  }

  .lg\:text-slate-500\/60{
    color: rgb(100 116 139 / 0.6);
  }

  .lg\:text-slate-500\/65{
    color: rgb(100 116 139 / 0.65);
  }

  .lg\:text-slate-500\/70{
    color: rgb(100 116 139 / 0.7);
  }

  .lg\:text-slate-500\/75{
    color: rgb(100 116 139 / 0.75);
  }

  .lg\:text-slate-500\/80{
    color: rgb(100 116 139 / 0.8);
  }

  .lg\:text-slate-500\/85{
    color: rgb(100 116 139 / 0.85);
  }

  .lg\:text-slate-500\/90{
    color: rgb(100 116 139 / 0.9);
  }

  .lg\:text-slate-500\/95{
    color: rgb(100 116 139 / 0.95);
  }

  .lg\:text-slate-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-600\/0{
    color: rgb(71 85 105 / 0);
  }

  .lg\:text-slate-600\/10{
    color: rgb(71 85 105 / 0.1);
  }

  .lg\:text-slate-600\/100{
    color: rgb(71 85 105 / 1);
  }

  .lg\:text-slate-600\/15{
    color: rgb(71 85 105 / 0.15);
  }

  .lg\:text-slate-600\/20{
    color: rgb(71 85 105 / 0.2);
  }

  .lg\:text-slate-600\/25{
    color: rgb(71 85 105 / 0.25);
  }

  .lg\:text-slate-600\/30{
    color: rgb(71 85 105 / 0.3);
  }

  .lg\:text-slate-600\/35{
    color: rgb(71 85 105 / 0.35);
  }

  .lg\:text-slate-600\/40{
    color: rgb(71 85 105 / 0.4);
  }

  .lg\:text-slate-600\/45{
    color: rgb(71 85 105 / 0.45);
  }

  .lg\:text-slate-600\/5{
    color: rgb(71 85 105 / 0.05);
  }

  .lg\:text-slate-600\/50{
    color: rgb(71 85 105 / 0.5);
  }

  .lg\:text-slate-600\/55{
    color: rgb(71 85 105 / 0.55);
  }

  .lg\:text-slate-600\/60{
    color: rgb(71 85 105 / 0.6);
  }

  .lg\:text-slate-600\/65{
    color: rgb(71 85 105 / 0.65);
  }

  .lg\:text-slate-600\/70{
    color: rgb(71 85 105 / 0.7);
  }

  .lg\:text-slate-600\/75{
    color: rgb(71 85 105 / 0.75);
  }

  .lg\:text-slate-600\/80{
    color: rgb(71 85 105 / 0.8);
  }

  .lg\:text-slate-600\/85{
    color: rgb(71 85 105 / 0.85);
  }

  .lg\:text-slate-600\/90{
    color: rgb(71 85 105 / 0.9);
  }

  .lg\:text-slate-600\/95{
    color: rgb(71 85 105 / 0.95);
  }

  .lg\:text-slate-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-700\/0{
    color: rgb(51 65 85 / 0);
  }

  .lg\:text-slate-700\/10{
    color: rgb(51 65 85 / 0.1);
  }

  .lg\:text-slate-700\/100{
    color: rgb(51 65 85 / 1);
  }

  .lg\:text-slate-700\/15{
    color: rgb(51 65 85 / 0.15);
  }

  .lg\:text-slate-700\/20{
    color: rgb(51 65 85 / 0.2);
  }

  .lg\:text-slate-700\/25{
    color: rgb(51 65 85 / 0.25);
  }

  .lg\:text-slate-700\/30{
    color: rgb(51 65 85 / 0.3);
  }

  .lg\:text-slate-700\/35{
    color: rgb(51 65 85 / 0.35);
  }

  .lg\:text-slate-700\/40{
    color: rgb(51 65 85 / 0.4);
  }

  .lg\:text-slate-700\/45{
    color: rgb(51 65 85 / 0.45);
  }

  .lg\:text-slate-700\/5{
    color: rgb(51 65 85 / 0.05);
  }

  .lg\:text-slate-700\/50{
    color: rgb(51 65 85 / 0.5);
  }

  .lg\:text-slate-700\/55{
    color: rgb(51 65 85 / 0.55);
  }

  .lg\:text-slate-700\/60{
    color: rgb(51 65 85 / 0.6);
  }

  .lg\:text-slate-700\/65{
    color: rgb(51 65 85 / 0.65);
  }

  .lg\:text-slate-700\/70{
    color: rgb(51 65 85 / 0.7);
  }

  .lg\:text-slate-700\/75{
    color: rgb(51 65 85 / 0.75);
  }

  .lg\:text-slate-700\/80{
    color: rgb(51 65 85 / 0.8);
  }

  .lg\:text-slate-700\/85{
    color: rgb(51 65 85 / 0.85);
  }

  .lg\:text-slate-700\/90{
    color: rgb(51 65 85 / 0.9);
  }

  .lg\:text-slate-700\/95{
    color: rgb(51 65 85 / 0.95);
  }

  .lg\:text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-800\/0{
    color: rgb(30 41 59 / 0);
  }

  .lg\:text-slate-800\/10{
    color: rgb(30 41 59 / 0.1);
  }

  .lg\:text-slate-800\/100{
    color: rgb(30 41 59 / 1);
  }

  .lg\:text-slate-800\/15{
    color: rgb(30 41 59 / 0.15);
  }

  .lg\:text-slate-800\/20{
    color: rgb(30 41 59 / 0.2);
  }

  .lg\:text-slate-800\/25{
    color: rgb(30 41 59 / 0.25);
  }

  .lg\:text-slate-800\/30{
    color: rgb(30 41 59 / 0.3);
  }

  .lg\:text-slate-800\/35{
    color: rgb(30 41 59 / 0.35);
  }

  .lg\:text-slate-800\/40{
    color: rgb(30 41 59 / 0.4);
  }

  .lg\:text-slate-800\/45{
    color: rgb(30 41 59 / 0.45);
  }

  .lg\:text-slate-800\/5{
    color: rgb(30 41 59 / 0.05);
  }

  .lg\:text-slate-800\/50{
    color: rgb(30 41 59 / 0.5);
  }

  .lg\:text-slate-800\/55{
    color: rgb(30 41 59 / 0.55);
  }

  .lg\:text-slate-800\/60{
    color: rgb(30 41 59 / 0.6);
  }

  .lg\:text-slate-800\/65{
    color: rgb(30 41 59 / 0.65);
  }

  .lg\:text-slate-800\/70{
    color: rgb(30 41 59 / 0.7);
  }

  .lg\:text-slate-800\/75{
    color: rgb(30 41 59 / 0.75);
  }

  .lg\:text-slate-800\/80{
    color: rgb(30 41 59 / 0.8);
  }

  .lg\:text-slate-800\/85{
    color: rgb(30 41 59 / 0.85);
  }

  .lg\:text-slate-800\/90{
    color: rgb(30 41 59 / 0.9);
  }

  .lg\:text-slate-800\/95{
    color: rgb(30 41 59 / 0.95);
  }

  .lg\:text-slate-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-900\/0{
    color: rgb(15 23 42 / 0);
  }

  .lg\:text-slate-900\/10{
    color: rgb(15 23 42 / 0.1);
  }

  .lg\:text-slate-900\/100{
    color: rgb(15 23 42 / 1);
  }

  .lg\:text-slate-900\/15{
    color: rgb(15 23 42 / 0.15);
  }

  .lg\:text-slate-900\/20{
    color: rgb(15 23 42 / 0.2);
  }

  .lg\:text-slate-900\/25{
    color: rgb(15 23 42 / 0.25);
  }

  .lg\:text-slate-900\/30{
    color: rgb(15 23 42 / 0.3);
  }

  .lg\:text-slate-900\/35{
    color: rgb(15 23 42 / 0.35);
  }

  .lg\:text-slate-900\/40{
    color: rgb(15 23 42 / 0.4);
  }

  .lg\:text-slate-900\/45{
    color: rgb(15 23 42 / 0.45);
  }

  .lg\:text-slate-900\/5{
    color: rgb(15 23 42 / 0.05);
  }

  .lg\:text-slate-900\/50{
    color: rgb(15 23 42 / 0.5);
  }

  .lg\:text-slate-900\/55{
    color: rgb(15 23 42 / 0.55);
  }

  .lg\:text-slate-900\/60{
    color: rgb(15 23 42 / 0.6);
  }

  .lg\:text-slate-900\/65{
    color: rgb(15 23 42 / 0.65);
  }

  .lg\:text-slate-900\/70{
    color: rgb(15 23 42 / 0.7);
  }

  .lg\:text-slate-900\/75{
    color: rgb(15 23 42 / 0.75);
  }

  .lg\:text-slate-900\/80{
    color: rgb(15 23 42 / 0.8);
  }

  .lg\:text-slate-900\/85{
    color: rgb(15 23 42 / 0.85);
  }

  .lg\:text-slate-900\/90{
    color: rgb(15 23 42 / 0.9);
  }

  .lg\:text-slate-900\/95{
    color: rgb(15 23 42 / 0.95);
  }

  .lg\:text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
  }

  .lg\:text-slate-950\/0{
    color: rgb(2 6 23 / 0);
  }

  .lg\:text-slate-950\/10{
    color: rgb(2 6 23 / 0.1);
  }

  .lg\:text-slate-950\/100{
    color: rgb(2 6 23 / 1);
  }

  .lg\:text-slate-950\/15{
    color: rgb(2 6 23 / 0.15);
  }

  .lg\:text-slate-950\/20{
    color: rgb(2 6 23 / 0.2);
  }

  .lg\:text-slate-950\/25{
    color: rgb(2 6 23 / 0.25);
  }

  .lg\:text-slate-950\/30{
    color: rgb(2 6 23 / 0.3);
  }

  .lg\:text-slate-950\/35{
    color: rgb(2 6 23 / 0.35);
  }

  .lg\:text-slate-950\/40{
    color: rgb(2 6 23 / 0.4);
  }

  .lg\:text-slate-950\/45{
    color: rgb(2 6 23 / 0.45);
  }

  .lg\:text-slate-950\/5{
    color: rgb(2 6 23 / 0.05);
  }

  .lg\:text-slate-950\/50{
    color: rgb(2 6 23 / 0.5);
  }

  .lg\:text-slate-950\/55{
    color: rgb(2 6 23 / 0.55);
  }

  .lg\:text-slate-950\/60{
    color: rgb(2 6 23 / 0.6);
  }

  .lg\:text-slate-950\/65{
    color: rgb(2 6 23 / 0.65);
  }

  .lg\:text-slate-950\/70{
    color: rgb(2 6 23 / 0.7);
  }

  .lg\:text-slate-950\/75{
    color: rgb(2 6 23 / 0.75);
  }

  .lg\:text-slate-950\/80{
    color: rgb(2 6 23 / 0.8);
  }

  .lg\:text-slate-950\/85{
    color: rgb(2 6 23 / 0.85);
  }

  .lg\:text-slate-950\/90{
    color: rgb(2 6 23 / 0.9);
  }

  .lg\:text-slate-950\/95{
    color: rgb(2 6 23 / 0.95);
  }

  .lg\:text-stone-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-100\/0{
    color: rgb(245 245 244 / 0);
  }

  .lg\:text-stone-100\/10{
    color: rgb(245 245 244 / 0.1);
  }

  .lg\:text-stone-100\/100{
    color: rgb(245 245 244 / 1);
  }

  .lg\:text-stone-100\/15{
    color: rgb(245 245 244 / 0.15);
  }

  .lg\:text-stone-100\/20{
    color: rgb(245 245 244 / 0.2);
  }

  .lg\:text-stone-100\/25{
    color: rgb(245 245 244 / 0.25);
  }

  .lg\:text-stone-100\/30{
    color: rgb(245 245 244 / 0.3);
  }

  .lg\:text-stone-100\/35{
    color: rgb(245 245 244 / 0.35);
  }

  .lg\:text-stone-100\/40{
    color: rgb(245 245 244 / 0.4);
  }

  .lg\:text-stone-100\/45{
    color: rgb(245 245 244 / 0.45);
  }

  .lg\:text-stone-100\/5{
    color: rgb(245 245 244 / 0.05);
  }

  .lg\:text-stone-100\/50{
    color: rgb(245 245 244 / 0.5);
  }

  .lg\:text-stone-100\/55{
    color: rgb(245 245 244 / 0.55);
  }

  .lg\:text-stone-100\/60{
    color: rgb(245 245 244 / 0.6);
  }

  .lg\:text-stone-100\/65{
    color: rgb(245 245 244 / 0.65);
  }

  .lg\:text-stone-100\/70{
    color: rgb(245 245 244 / 0.7);
  }

  .lg\:text-stone-100\/75{
    color: rgb(245 245 244 / 0.75);
  }

  .lg\:text-stone-100\/80{
    color: rgb(245 245 244 / 0.8);
  }

  .lg\:text-stone-100\/85{
    color: rgb(245 245 244 / 0.85);
  }

  .lg\:text-stone-100\/90{
    color: rgb(245 245 244 / 0.9);
  }

  .lg\:text-stone-100\/95{
    color: rgb(245 245 244 / 0.95);
  }

  .lg\:text-stone-200{
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-200\/0{
    color: rgb(231 229 228 / 0);
  }

  .lg\:text-stone-200\/10{
    color: rgb(231 229 228 / 0.1);
  }

  .lg\:text-stone-200\/100{
    color: rgb(231 229 228 / 1);
  }

  .lg\:text-stone-200\/15{
    color: rgb(231 229 228 / 0.15);
  }

  .lg\:text-stone-200\/20{
    color: rgb(231 229 228 / 0.2);
  }

  .lg\:text-stone-200\/25{
    color: rgb(231 229 228 / 0.25);
  }

  .lg\:text-stone-200\/30{
    color: rgb(231 229 228 / 0.3);
  }

  .lg\:text-stone-200\/35{
    color: rgb(231 229 228 / 0.35);
  }

  .lg\:text-stone-200\/40{
    color: rgb(231 229 228 / 0.4);
  }

  .lg\:text-stone-200\/45{
    color: rgb(231 229 228 / 0.45);
  }

  .lg\:text-stone-200\/5{
    color: rgb(231 229 228 / 0.05);
  }

  .lg\:text-stone-200\/50{
    color: rgb(231 229 228 / 0.5);
  }

  .lg\:text-stone-200\/55{
    color: rgb(231 229 228 / 0.55);
  }

  .lg\:text-stone-200\/60{
    color: rgb(231 229 228 / 0.6);
  }

  .lg\:text-stone-200\/65{
    color: rgb(231 229 228 / 0.65);
  }

  .lg\:text-stone-200\/70{
    color: rgb(231 229 228 / 0.7);
  }

  .lg\:text-stone-200\/75{
    color: rgb(231 229 228 / 0.75);
  }

  .lg\:text-stone-200\/80{
    color: rgb(231 229 228 / 0.8);
  }

  .lg\:text-stone-200\/85{
    color: rgb(231 229 228 / 0.85);
  }

  .lg\:text-stone-200\/90{
    color: rgb(231 229 228 / 0.9);
  }

  .lg\:text-stone-200\/95{
    color: rgb(231 229 228 / 0.95);
  }

  .lg\:text-stone-300{
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-300\/0{
    color: rgb(214 211 209 / 0);
  }

  .lg\:text-stone-300\/10{
    color: rgb(214 211 209 / 0.1);
  }

  .lg\:text-stone-300\/100{
    color: rgb(214 211 209 / 1);
  }

  .lg\:text-stone-300\/15{
    color: rgb(214 211 209 / 0.15);
  }

  .lg\:text-stone-300\/20{
    color: rgb(214 211 209 / 0.2);
  }

  .lg\:text-stone-300\/25{
    color: rgb(214 211 209 / 0.25);
  }

  .lg\:text-stone-300\/30{
    color: rgb(214 211 209 / 0.3);
  }

  .lg\:text-stone-300\/35{
    color: rgb(214 211 209 / 0.35);
  }

  .lg\:text-stone-300\/40{
    color: rgb(214 211 209 / 0.4);
  }

  .lg\:text-stone-300\/45{
    color: rgb(214 211 209 / 0.45);
  }

  .lg\:text-stone-300\/5{
    color: rgb(214 211 209 / 0.05);
  }

  .lg\:text-stone-300\/50{
    color: rgb(214 211 209 / 0.5);
  }

  .lg\:text-stone-300\/55{
    color: rgb(214 211 209 / 0.55);
  }

  .lg\:text-stone-300\/60{
    color: rgb(214 211 209 / 0.6);
  }

  .lg\:text-stone-300\/65{
    color: rgb(214 211 209 / 0.65);
  }

  .lg\:text-stone-300\/70{
    color: rgb(214 211 209 / 0.7);
  }

  .lg\:text-stone-300\/75{
    color: rgb(214 211 209 / 0.75);
  }

  .lg\:text-stone-300\/80{
    color: rgb(214 211 209 / 0.8);
  }

  .lg\:text-stone-300\/85{
    color: rgb(214 211 209 / 0.85);
  }

  .lg\:text-stone-300\/90{
    color: rgb(214 211 209 / 0.9);
  }

  .lg\:text-stone-300\/95{
    color: rgb(214 211 209 / 0.95);
  }

  .lg\:text-stone-400{
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-400\/0{
    color: rgb(168 162 158 / 0);
  }

  .lg\:text-stone-400\/10{
    color: rgb(168 162 158 / 0.1);
  }

  .lg\:text-stone-400\/100{
    color: rgb(168 162 158 / 1);
  }

  .lg\:text-stone-400\/15{
    color: rgb(168 162 158 / 0.15);
  }

  .lg\:text-stone-400\/20{
    color: rgb(168 162 158 / 0.2);
  }

  .lg\:text-stone-400\/25{
    color: rgb(168 162 158 / 0.25);
  }

  .lg\:text-stone-400\/30{
    color: rgb(168 162 158 / 0.3);
  }

  .lg\:text-stone-400\/35{
    color: rgb(168 162 158 / 0.35);
  }

  .lg\:text-stone-400\/40{
    color: rgb(168 162 158 / 0.4);
  }

  .lg\:text-stone-400\/45{
    color: rgb(168 162 158 / 0.45);
  }

  .lg\:text-stone-400\/5{
    color: rgb(168 162 158 / 0.05);
  }

  .lg\:text-stone-400\/50{
    color: rgb(168 162 158 / 0.5);
  }

  .lg\:text-stone-400\/55{
    color: rgb(168 162 158 / 0.55);
  }

  .lg\:text-stone-400\/60{
    color: rgb(168 162 158 / 0.6);
  }

  .lg\:text-stone-400\/65{
    color: rgb(168 162 158 / 0.65);
  }

  .lg\:text-stone-400\/70{
    color: rgb(168 162 158 / 0.7);
  }

  .lg\:text-stone-400\/75{
    color: rgb(168 162 158 / 0.75);
  }

  .lg\:text-stone-400\/80{
    color: rgb(168 162 158 / 0.8);
  }

  .lg\:text-stone-400\/85{
    color: rgb(168 162 158 / 0.85);
  }

  .lg\:text-stone-400\/90{
    color: rgb(168 162 158 / 0.9);
  }

  .lg\:text-stone-400\/95{
    color: rgb(168 162 158 / 0.95);
  }

  .lg\:text-stone-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-50\/0{
    color: rgb(250 250 249 / 0);
  }

  .lg\:text-stone-50\/10{
    color: rgb(250 250 249 / 0.1);
  }

  .lg\:text-stone-50\/100{
    color: rgb(250 250 249 / 1);
  }

  .lg\:text-stone-50\/15{
    color: rgb(250 250 249 / 0.15);
  }

  .lg\:text-stone-50\/20{
    color: rgb(250 250 249 / 0.2);
  }

  .lg\:text-stone-50\/25{
    color: rgb(250 250 249 / 0.25);
  }

  .lg\:text-stone-50\/30{
    color: rgb(250 250 249 / 0.3);
  }

  .lg\:text-stone-50\/35{
    color: rgb(250 250 249 / 0.35);
  }

  .lg\:text-stone-50\/40{
    color: rgb(250 250 249 / 0.4);
  }

  .lg\:text-stone-50\/45{
    color: rgb(250 250 249 / 0.45);
  }

  .lg\:text-stone-50\/5{
    color: rgb(250 250 249 / 0.05);
  }

  .lg\:text-stone-50\/50{
    color: rgb(250 250 249 / 0.5);
  }

  .lg\:text-stone-50\/55{
    color: rgb(250 250 249 / 0.55);
  }

  .lg\:text-stone-50\/60{
    color: rgb(250 250 249 / 0.6);
  }

  .lg\:text-stone-50\/65{
    color: rgb(250 250 249 / 0.65);
  }

  .lg\:text-stone-50\/70{
    color: rgb(250 250 249 / 0.7);
  }

  .lg\:text-stone-50\/75{
    color: rgb(250 250 249 / 0.75);
  }

  .lg\:text-stone-50\/80{
    color: rgb(250 250 249 / 0.8);
  }

  .lg\:text-stone-50\/85{
    color: rgb(250 250 249 / 0.85);
  }

  .lg\:text-stone-50\/90{
    color: rgb(250 250 249 / 0.9);
  }

  .lg\:text-stone-50\/95{
    color: rgb(250 250 249 / 0.95);
  }

  .lg\:text-stone-500{
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-500\/0{
    color: rgb(120 113 108 / 0);
  }

  .lg\:text-stone-500\/10{
    color: rgb(120 113 108 / 0.1);
  }

  .lg\:text-stone-500\/100{
    color: rgb(120 113 108 / 1);
  }

  .lg\:text-stone-500\/15{
    color: rgb(120 113 108 / 0.15);
  }

  .lg\:text-stone-500\/20{
    color: rgb(120 113 108 / 0.2);
  }

  .lg\:text-stone-500\/25{
    color: rgb(120 113 108 / 0.25);
  }

  .lg\:text-stone-500\/30{
    color: rgb(120 113 108 / 0.3);
  }

  .lg\:text-stone-500\/35{
    color: rgb(120 113 108 / 0.35);
  }

  .lg\:text-stone-500\/40{
    color: rgb(120 113 108 / 0.4);
  }

  .lg\:text-stone-500\/45{
    color: rgb(120 113 108 / 0.45);
  }

  .lg\:text-stone-500\/5{
    color: rgb(120 113 108 / 0.05);
  }

  .lg\:text-stone-500\/50{
    color: rgb(120 113 108 / 0.5);
  }

  .lg\:text-stone-500\/55{
    color: rgb(120 113 108 / 0.55);
  }

  .lg\:text-stone-500\/60{
    color: rgb(120 113 108 / 0.6);
  }

  .lg\:text-stone-500\/65{
    color: rgb(120 113 108 / 0.65);
  }

  .lg\:text-stone-500\/70{
    color: rgb(120 113 108 / 0.7);
  }

  .lg\:text-stone-500\/75{
    color: rgb(120 113 108 / 0.75);
  }

  .lg\:text-stone-500\/80{
    color: rgb(120 113 108 / 0.8);
  }

  .lg\:text-stone-500\/85{
    color: rgb(120 113 108 / 0.85);
  }

  .lg\:text-stone-500\/90{
    color: rgb(120 113 108 / 0.9);
  }

  .lg\:text-stone-500\/95{
    color: rgb(120 113 108 / 0.95);
  }

  .lg\:text-stone-600{
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-600\/0{
    color: rgb(87 83 78 / 0);
  }

  .lg\:text-stone-600\/10{
    color: rgb(87 83 78 / 0.1);
  }

  .lg\:text-stone-600\/100{
    color: rgb(87 83 78 / 1);
  }

  .lg\:text-stone-600\/15{
    color: rgb(87 83 78 / 0.15);
  }

  .lg\:text-stone-600\/20{
    color: rgb(87 83 78 / 0.2);
  }

  .lg\:text-stone-600\/25{
    color: rgb(87 83 78 / 0.25);
  }

  .lg\:text-stone-600\/30{
    color: rgb(87 83 78 / 0.3);
  }

  .lg\:text-stone-600\/35{
    color: rgb(87 83 78 / 0.35);
  }

  .lg\:text-stone-600\/40{
    color: rgb(87 83 78 / 0.4);
  }

  .lg\:text-stone-600\/45{
    color: rgb(87 83 78 / 0.45);
  }

  .lg\:text-stone-600\/5{
    color: rgb(87 83 78 / 0.05);
  }

  .lg\:text-stone-600\/50{
    color: rgb(87 83 78 / 0.5);
  }

  .lg\:text-stone-600\/55{
    color: rgb(87 83 78 / 0.55);
  }

  .lg\:text-stone-600\/60{
    color: rgb(87 83 78 / 0.6);
  }

  .lg\:text-stone-600\/65{
    color: rgb(87 83 78 / 0.65);
  }

  .lg\:text-stone-600\/70{
    color: rgb(87 83 78 / 0.7);
  }

  .lg\:text-stone-600\/75{
    color: rgb(87 83 78 / 0.75);
  }

  .lg\:text-stone-600\/80{
    color: rgb(87 83 78 / 0.8);
  }

  .lg\:text-stone-600\/85{
    color: rgb(87 83 78 / 0.85);
  }

  .lg\:text-stone-600\/90{
    color: rgb(87 83 78 / 0.9);
  }

  .lg\:text-stone-600\/95{
    color: rgb(87 83 78 / 0.95);
  }

  .lg\:text-stone-700{
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-700\/0{
    color: rgb(68 64 60 / 0);
  }

  .lg\:text-stone-700\/10{
    color: rgb(68 64 60 / 0.1);
  }

  .lg\:text-stone-700\/100{
    color: rgb(68 64 60 / 1);
  }

  .lg\:text-stone-700\/15{
    color: rgb(68 64 60 / 0.15);
  }

  .lg\:text-stone-700\/20{
    color: rgb(68 64 60 / 0.2);
  }

  .lg\:text-stone-700\/25{
    color: rgb(68 64 60 / 0.25);
  }

  .lg\:text-stone-700\/30{
    color: rgb(68 64 60 / 0.3);
  }

  .lg\:text-stone-700\/35{
    color: rgb(68 64 60 / 0.35);
  }

  .lg\:text-stone-700\/40{
    color: rgb(68 64 60 / 0.4);
  }

  .lg\:text-stone-700\/45{
    color: rgb(68 64 60 / 0.45);
  }

  .lg\:text-stone-700\/5{
    color: rgb(68 64 60 / 0.05);
  }

  .lg\:text-stone-700\/50{
    color: rgb(68 64 60 / 0.5);
  }

  .lg\:text-stone-700\/55{
    color: rgb(68 64 60 / 0.55);
  }

  .lg\:text-stone-700\/60{
    color: rgb(68 64 60 / 0.6);
  }

  .lg\:text-stone-700\/65{
    color: rgb(68 64 60 / 0.65);
  }

  .lg\:text-stone-700\/70{
    color: rgb(68 64 60 / 0.7);
  }

  .lg\:text-stone-700\/75{
    color: rgb(68 64 60 / 0.75);
  }

  .lg\:text-stone-700\/80{
    color: rgb(68 64 60 / 0.8);
  }

  .lg\:text-stone-700\/85{
    color: rgb(68 64 60 / 0.85);
  }

  .lg\:text-stone-700\/90{
    color: rgb(68 64 60 / 0.9);
  }

  .lg\:text-stone-700\/95{
    color: rgb(68 64 60 / 0.95);
  }

  .lg\:text-stone-800{
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-800\/0{
    color: rgb(41 37 36 / 0);
  }

  .lg\:text-stone-800\/10{
    color: rgb(41 37 36 / 0.1);
  }

  .lg\:text-stone-800\/100{
    color: rgb(41 37 36 / 1);
  }

  .lg\:text-stone-800\/15{
    color: rgb(41 37 36 / 0.15);
  }

  .lg\:text-stone-800\/20{
    color: rgb(41 37 36 / 0.2);
  }

  .lg\:text-stone-800\/25{
    color: rgb(41 37 36 / 0.25);
  }

  .lg\:text-stone-800\/30{
    color: rgb(41 37 36 / 0.3);
  }

  .lg\:text-stone-800\/35{
    color: rgb(41 37 36 / 0.35);
  }

  .lg\:text-stone-800\/40{
    color: rgb(41 37 36 / 0.4);
  }

  .lg\:text-stone-800\/45{
    color: rgb(41 37 36 / 0.45);
  }

  .lg\:text-stone-800\/5{
    color: rgb(41 37 36 / 0.05);
  }

  .lg\:text-stone-800\/50{
    color: rgb(41 37 36 / 0.5);
  }

  .lg\:text-stone-800\/55{
    color: rgb(41 37 36 / 0.55);
  }

  .lg\:text-stone-800\/60{
    color: rgb(41 37 36 / 0.6);
  }

  .lg\:text-stone-800\/65{
    color: rgb(41 37 36 / 0.65);
  }

  .lg\:text-stone-800\/70{
    color: rgb(41 37 36 / 0.7);
  }

  .lg\:text-stone-800\/75{
    color: rgb(41 37 36 / 0.75);
  }

  .lg\:text-stone-800\/80{
    color: rgb(41 37 36 / 0.8);
  }

  .lg\:text-stone-800\/85{
    color: rgb(41 37 36 / 0.85);
  }

  .lg\:text-stone-800\/90{
    color: rgb(41 37 36 / 0.9);
  }

  .lg\:text-stone-800\/95{
    color: rgb(41 37 36 / 0.95);
  }

  .lg\:text-stone-900{
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-900\/0{
    color: rgb(28 25 23 / 0);
  }

  .lg\:text-stone-900\/10{
    color: rgb(28 25 23 / 0.1);
  }

  .lg\:text-stone-900\/100{
    color: rgb(28 25 23 / 1);
  }

  .lg\:text-stone-900\/15{
    color: rgb(28 25 23 / 0.15);
  }

  .lg\:text-stone-900\/20{
    color: rgb(28 25 23 / 0.2);
  }

  .lg\:text-stone-900\/25{
    color: rgb(28 25 23 / 0.25);
  }

  .lg\:text-stone-900\/30{
    color: rgb(28 25 23 / 0.3);
  }

  .lg\:text-stone-900\/35{
    color: rgb(28 25 23 / 0.35);
  }

  .lg\:text-stone-900\/40{
    color: rgb(28 25 23 / 0.4);
  }

  .lg\:text-stone-900\/45{
    color: rgb(28 25 23 / 0.45);
  }

  .lg\:text-stone-900\/5{
    color: rgb(28 25 23 / 0.05);
  }

  .lg\:text-stone-900\/50{
    color: rgb(28 25 23 / 0.5);
  }

  .lg\:text-stone-900\/55{
    color: rgb(28 25 23 / 0.55);
  }

  .lg\:text-stone-900\/60{
    color: rgb(28 25 23 / 0.6);
  }

  .lg\:text-stone-900\/65{
    color: rgb(28 25 23 / 0.65);
  }

  .lg\:text-stone-900\/70{
    color: rgb(28 25 23 / 0.7);
  }

  .lg\:text-stone-900\/75{
    color: rgb(28 25 23 / 0.75);
  }

  .lg\:text-stone-900\/80{
    color: rgb(28 25 23 / 0.8);
  }

  .lg\:text-stone-900\/85{
    color: rgb(28 25 23 / 0.85);
  }

  .lg\:text-stone-900\/90{
    color: rgb(28 25 23 / 0.9);
  }

  .lg\:text-stone-900\/95{
    color: rgb(28 25 23 / 0.95);
  }

  .lg\:text-stone-950{
    --tw-text-opacity: 1;
    color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  }

  .lg\:text-stone-950\/0{
    color: rgb(12 10 9 / 0);
  }

  .lg\:text-stone-950\/10{
    color: rgb(12 10 9 / 0.1);
  }

  .lg\:text-stone-950\/100{
    color: rgb(12 10 9 / 1);
  }

  .lg\:text-stone-950\/15{
    color: rgb(12 10 9 / 0.15);
  }

  .lg\:text-stone-950\/20{
    color: rgb(12 10 9 / 0.2);
  }

  .lg\:text-stone-950\/25{
    color: rgb(12 10 9 / 0.25);
  }

  .lg\:text-stone-950\/30{
    color: rgb(12 10 9 / 0.3);
  }

  .lg\:text-stone-950\/35{
    color: rgb(12 10 9 / 0.35);
  }

  .lg\:text-stone-950\/40{
    color: rgb(12 10 9 / 0.4);
  }

  .lg\:text-stone-950\/45{
    color: rgb(12 10 9 / 0.45);
  }

  .lg\:text-stone-950\/5{
    color: rgb(12 10 9 / 0.05);
  }

  .lg\:text-stone-950\/50{
    color: rgb(12 10 9 / 0.5);
  }

  .lg\:text-stone-950\/55{
    color: rgb(12 10 9 / 0.55);
  }

  .lg\:text-stone-950\/60{
    color: rgb(12 10 9 / 0.6);
  }

  .lg\:text-stone-950\/65{
    color: rgb(12 10 9 / 0.65);
  }

  .lg\:text-stone-950\/70{
    color: rgb(12 10 9 / 0.7);
  }

  .lg\:text-stone-950\/75{
    color: rgb(12 10 9 / 0.75);
  }

  .lg\:text-stone-950\/80{
    color: rgb(12 10 9 / 0.8);
  }

  .lg\:text-stone-950\/85{
    color: rgb(12 10 9 / 0.85);
  }

  .lg\:text-stone-950\/90{
    color: rgb(12 10 9 / 0.9);
  }

  .lg\:text-stone-950\/95{
    color: rgb(12 10 9 / 0.95);
  }

  .lg\:text-teal-100{
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-100\/0{
    color: rgb(204 251 241 / 0);
  }

  .lg\:text-teal-100\/10{
    color: rgb(204 251 241 / 0.1);
  }

  .lg\:text-teal-100\/100{
    color: rgb(204 251 241 / 1);
  }

  .lg\:text-teal-100\/15{
    color: rgb(204 251 241 / 0.15);
  }

  .lg\:text-teal-100\/20{
    color: rgb(204 251 241 / 0.2);
  }

  .lg\:text-teal-100\/25{
    color: rgb(204 251 241 / 0.25);
  }

  .lg\:text-teal-100\/30{
    color: rgb(204 251 241 / 0.3);
  }

  .lg\:text-teal-100\/35{
    color: rgb(204 251 241 / 0.35);
  }

  .lg\:text-teal-100\/40{
    color: rgb(204 251 241 / 0.4);
  }

  .lg\:text-teal-100\/45{
    color: rgb(204 251 241 / 0.45);
  }

  .lg\:text-teal-100\/5{
    color: rgb(204 251 241 / 0.05);
  }

  .lg\:text-teal-100\/50{
    color: rgb(204 251 241 / 0.5);
  }

  .lg\:text-teal-100\/55{
    color: rgb(204 251 241 / 0.55);
  }

  .lg\:text-teal-100\/60{
    color: rgb(204 251 241 / 0.6);
  }

  .lg\:text-teal-100\/65{
    color: rgb(204 251 241 / 0.65);
  }

  .lg\:text-teal-100\/70{
    color: rgb(204 251 241 / 0.7);
  }

  .lg\:text-teal-100\/75{
    color: rgb(204 251 241 / 0.75);
  }

  .lg\:text-teal-100\/80{
    color: rgb(204 251 241 / 0.8);
  }

  .lg\:text-teal-100\/85{
    color: rgb(204 251 241 / 0.85);
  }

  .lg\:text-teal-100\/90{
    color: rgb(204 251 241 / 0.9);
  }

  .lg\:text-teal-100\/95{
    color: rgb(204 251 241 / 0.95);
  }

  .lg\:text-teal-200{
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-200\/0{
    color: rgb(153 246 228 / 0);
  }

  .lg\:text-teal-200\/10{
    color: rgb(153 246 228 / 0.1);
  }

  .lg\:text-teal-200\/100{
    color: rgb(153 246 228 / 1);
  }

  .lg\:text-teal-200\/15{
    color: rgb(153 246 228 / 0.15);
  }

  .lg\:text-teal-200\/20{
    color: rgb(153 246 228 / 0.2);
  }

  .lg\:text-teal-200\/25{
    color: rgb(153 246 228 / 0.25);
  }

  .lg\:text-teal-200\/30{
    color: rgb(153 246 228 / 0.3);
  }

  .lg\:text-teal-200\/35{
    color: rgb(153 246 228 / 0.35);
  }

  .lg\:text-teal-200\/40{
    color: rgb(153 246 228 / 0.4);
  }

  .lg\:text-teal-200\/45{
    color: rgb(153 246 228 / 0.45);
  }

  .lg\:text-teal-200\/5{
    color: rgb(153 246 228 / 0.05);
  }

  .lg\:text-teal-200\/50{
    color: rgb(153 246 228 / 0.5);
  }

  .lg\:text-teal-200\/55{
    color: rgb(153 246 228 / 0.55);
  }

  .lg\:text-teal-200\/60{
    color: rgb(153 246 228 / 0.6);
  }

  .lg\:text-teal-200\/65{
    color: rgb(153 246 228 / 0.65);
  }

  .lg\:text-teal-200\/70{
    color: rgb(153 246 228 / 0.7);
  }

  .lg\:text-teal-200\/75{
    color: rgb(153 246 228 / 0.75);
  }

  .lg\:text-teal-200\/80{
    color: rgb(153 246 228 / 0.8);
  }

  .lg\:text-teal-200\/85{
    color: rgb(153 246 228 / 0.85);
  }

  .lg\:text-teal-200\/90{
    color: rgb(153 246 228 / 0.9);
  }

  .lg\:text-teal-200\/95{
    color: rgb(153 246 228 / 0.95);
  }

  .lg\:text-teal-300{
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-300\/0{
    color: rgb(94 234 212 / 0);
  }

  .lg\:text-teal-300\/10{
    color: rgb(94 234 212 / 0.1);
  }

  .lg\:text-teal-300\/100{
    color: rgb(94 234 212 / 1);
  }

  .lg\:text-teal-300\/15{
    color: rgb(94 234 212 / 0.15);
  }

  .lg\:text-teal-300\/20{
    color: rgb(94 234 212 / 0.2);
  }

  .lg\:text-teal-300\/25{
    color: rgb(94 234 212 / 0.25);
  }

  .lg\:text-teal-300\/30{
    color: rgb(94 234 212 / 0.3);
  }

  .lg\:text-teal-300\/35{
    color: rgb(94 234 212 / 0.35);
  }

  .lg\:text-teal-300\/40{
    color: rgb(94 234 212 / 0.4);
  }

  .lg\:text-teal-300\/45{
    color: rgb(94 234 212 / 0.45);
  }

  .lg\:text-teal-300\/5{
    color: rgb(94 234 212 / 0.05);
  }

  .lg\:text-teal-300\/50{
    color: rgb(94 234 212 / 0.5);
  }

  .lg\:text-teal-300\/55{
    color: rgb(94 234 212 / 0.55);
  }

  .lg\:text-teal-300\/60{
    color: rgb(94 234 212 / 0.6);
  }

  .lg\:text-teal-300\/65{
    color: rgb(94 234 212 / 0.65);
  }

  .lg\:text-teal-300\/70{
    color: rgb(94 234 212 / 0.7);
  }

  .lg\:text-teal-300\/75{
    color: rgb(94 234 212 / 0.75);
  }

  .lg\:text-teal-300\/80{
    color: rgb(94 234 212 / 0.8);
  }

  .lg\:text-teal-300\/85{
    color: rgb(94 234 212 / 0.85);
  }

  .lg\:text-teal-300\/90{
    color: rgb(94 234 212 / 0.9);
  }

  .lg\:text-teal-300\/95{
    color: rgb(94 234 212 / 0.95);
  }

  .lg\:text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-400\/0{
    color: rgb(45 212 191 / 0);
  }

  .lg\:text-teal-400\/10{
    color: rgb(45 212 191 / 0.1);
  }

  .lg\:text-teal-400\/100{
    color: rgb(45 212 191 / 1);
  }

  .lg\:text-teal-400\/15{
    color: rgb(45 212 191 / 0.15);
  }

  .lg\:text-teal-400\/20{
    color: rgb(45 212 191 / 0.2);
  }

  .lg\:text-teal-400\/25{
    color: rgb(45 212 191 / 0.25);
  }

  .lg\:text-teal-400\/30{
    color: rgb(45 212 191 / 0.3);
  }

  .lg\:text-teal-400\/35{
    color: rgb(45 212 191 / 0.35);
  }

  .lg\:text-teal-400\/40{
    color: rgb(45 212 191 / 0.4);
  }

  .lg\:text-teal-400\/45{
    color: rgb(45 212 191 / 0.45);
  }

  .lg\:text-teal-400\/5{
    color: rgb(45 212 191 / 0.05);
  }

  .lg\:text-teal-400\/50{
    color: rgb(45 212 191 / 0.5);
  }

  .lg\:text-teal-400\/55{
    color: rgb(45 212 191 / 0.55);
  }

  .lg\:text-teal-400\/60{
    color: rgb(45 212 191 / 0.6);
  }

  .lg\:text-teal-400\/65{
    color: rgb(45 212 191 / 0.65);
  }

  .lg\:text-teal-400\/70{
    color: rgb(45 212 191 / 0.7);
  }

  .lg\:text-teal-400\/75{
    color: rgb(45 212 191 / 0.75);
  }

  .lg\:text-teal-400\/80{
    color: rgb(45 212 191 / 0.8);
  }

  .lg\:text-teal-400\/85{
    color: rgb(45 212 191 / 0.85);
  }

  .lg\:text-teal-400\/90{
    color: rgb(45 212 191 / 0.9);
  }

  .lg\:text-teal-400\/95{
    color: rgb(45 212 191 / 0.95);
  }

  .lg\:text-teal-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-50\/0{
    color: rgb(240 253 250 / 0);
  }

  .lg\:text-teal-50\/10{
    color: rgb(240 253 250 / 0.1);
  }

  .lg\:text-teal-50\/100{
    color: rgb(240 253 250 / 1);
  }

  .lg\:text-teal-50\/15{
    color: rgb(240 253 250 / 0.15);
  }

  .lg\:text-teal-50\/20{
    color: rgb(240 253 250 / 0.2);
  }

  .lg\:text-teal-50\/25{
    color: rgb(240 253 250 / 0.25);
  }

  .lg\:text-teal-50\/30{
    color: rgb(240 253 250 / 0.3);
  }

  .lg\:text-teal-50\/35{
    color: rgb(240 253 250 / 0.35);
  }

  .lg\:text-teal-50\/40{
    color: rgb(240 253 250 / 0.4);
  }

  .lg\:text-teal-50\/45{
    color: rgb(240 253 250 / 0.45);
  }

  .lg\:text-teal-50\/5{
    color: rgb(240 253 250 / 0.05);
  }

  .lg\:text-teal-50\/50{
    color: rgb(240 253 250 / 0.5);
  }

  .lg\:text-teal-50\/55{
    color: rgb(240 253 250 / 0.55);
  }

  .lg\:text-teal-50\/60{
    color: rgb(240 253 250 / 0.6);
  }

  .lg\:text-teal-50\/65{
    color: rgb(240 253 250 / 0.65);
  }

  .lg\:text-teal-50\/70{
    color: rgb(240 253 250 / 0.7);
  }

  .lg\:text-teal-50\/75{
    color: rgb(240 253 250 / 0.75);
  }

  .lg\:text-teal-50\/80{
    color: rgb(240 253 250 / 0.8);
  }

  .lg\:text-teal-50\/85{
    color: rgb(240 253 250 / 0.85);
  }

  .lg\:text-teal-50\/90{
    color: rgb(240 253 250 / 0.9);
  }

  .lg\:text-teal-50\/95{
    color: rgb(240 253 250 / 0.95);
  }

  .lg\:text-teal-500{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-500\/0{
    color: rgb(20 184 166 / 0);
  }

  .lg\:text-teal-500\/10{
    color: rgb(20 184 166 / 0.1);
  }

  .lg\:text-teal-500\/100{
    color: rgb(20 184 166 / 1);
  }

  .lg\:text-teal-500\/15{
    color: rgb(20 184 166 / 0.15);
  }

  .lg\:text-teal-500\/20{
    color: rgb(20 184 166 / 0.2);
  }

  .lg\:text-teal-500\/25{
    color: rgb(20 184 166 / 0.25);
  }

  .lg\:text-teal-500\/30{
    color: rgb(20 184 166 / 0.3);
  }

  .lg\:text-teal-500\/35{
    color: rgb(20 184 166 / 0.35);
  }

  .lg\:text-teal-500\/40{
    color: rgb(20 184 166 / 0.4);
  }

  .lg\:text-teal-500\/45{
    color: rgb(20 184 166 / 0.45);
  }

  .lg\:text-teal-500\/5{
    color: rgb(20 184 166 / 0.05);
  }

  .lg\:text-teal-500\/50{
    color: rgb(20 184 166 / 0.5);
  }

  .lg\:text-teal-500\/55{
    color: rgb(20 184 166 / 0.55);
  }

  .lg\:text-teal-500\/60{
    color: rgb(20 184 166 / 0.6);
  }

  .lg\:text-teal-500\/65{
    color: rgb(20 184 166 / 0.65);
  }

  .lg\:text-teal-500\/70{
    color: rgb(20 184 166 / 0.7);
  }

  .lg\:text-teal-500\/75{
    color: rgb(20 184 166 / 0.75);
  }

  .lg\:text-teal-500\/80{
    color: rgb(20 184 166 / 0.8);
  }

  .lg\:text-teal-500\/85{
    color: rgb(20 184 166 / 0.85);
  }

  .lg\:text-teal-500\/90{
    color: rgb(20 184 166 / 0.9);
  }

  .lg\:text-teal-500\/95{
    color: rgb(20 184 166 / 0.95);
  }

  .lg\:text-teal-600{
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-600\/0{
    color: rgb(13 148 136 / 0);
  }

  .lg\:text-teal-600\/10{
    color: rgb(13 148 136 / 0.1);
  }

  .lg\:text-teal-600\/100{
    color: rgb(13 148 136 / 1);
  }

  .lg\:text-teal-600\/15{
    color: rgb(13 148 136 / 0.15);
  }

  .lg\:text-teal-600\/20{
    color: rgb(13 148 136 / 0.2);
  }

  .lg\:text-teal-600\/25{
    color: rgb(13 148 136 / 0.25);
  }

  .lg\:text-teal-600\/30{
    color: rgb(13 148 136 / 0.3);
  }

  .lg\:text-teal-600\/35{
    color: rgb(13 148 136 / 0.35);
  }

  .lg\:text-teal-600\/40{
    color: rgb(13 148 136 / 0.4);
  }

  .lg\:text-teal-600\/45{
    color: rgb(13 148 136 / 0.45);
  }

  .lg\:text-teal-600\/5{
    color: rgb(13 148 136 / 0.05);
  }

  .lg\:text-teal-600\/50{
    color: rgb(13 148 136 / 0.5);
  }

  .lg\:text-teal-600\/55{
    color: rgb(13 148 136 / 0.55);
  }

  .lg\:text-teal-600\/60{
    color: rgb(13 148 136 / 0.6);
  }

  .lg\:text-teal-600\/65{
    color: rgb(13 148 136 / 0.65);
  }

  .lg\:text-teal-600\/70{
    color: rgb(13 148 136 / 0.7);
  }

  .lg\:text-teal-600\/75{
    color: rgb(13 148 136 / 0.75);
  }

  .lg\:text-teal-600\/80{
    color: rgb(13 148 136 / 0.8);
  }

  .lg\:text-teal-600\/85{
    color: rgb(13 148 136 / 0.85);
  }

  .lg\:text-teal-600\/90{
    color: rgb(13 148 136 / 0.9);
  }

  .lg\:text-teal-600\/95{
    color: rgb(13 148 136 / 0.95);
  }

  .lg\:text-teal-700{
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-700\/0{
    color: rgb(15 118 110 / 0);
  }

  .lg\:text-teal-700\/10{
    color: rgb(15 118 110 / 0.1);
  }

  .lg\:text-teal-700\/100{
    color: rgb(15 118 110 / 1);
  }

  .lg\:text-teal-700\/15{
    color: rgb(15 118 110 / 0.15);
  }

  .lg\:text-teal-700\/20{
    color: rgb(15 118 110 / 0.2);
  }

  .lg\:text-teal-700\/25{
    color: rgb(15 118 110 / 0.25);
  }

  .lg\:text-teal-700\/30{
    color: rgb(15 118 110 / 0.3);
  }

  .lg\:text-teal-700\/35{
    color: rgb(15 118 110 / 0.35);
  }

  .lg\:text-teal-700\/40{
    color: rgb(15 118 110 / 0.4);
  }

  .lg\:text-teal-700\/45{
    color: rgb(15 118 110 / 0.45);
  }

  .lg\:text-teal-700\/5{
    color: rgb(15 118 110 / 0.05);
  }

  .lg\:text-teal-700\/50{
    color: rgb(15 118 110 / 0.5);
  }

  .lg\:text-teal-700\/55{
    color: rgb(15 118 110 / 0.55);
  }

  .lg\:text-teal-700\/60{
    color: rgb(15 118 110 / 0.6);
  }

  .lg\:text-teal-700\/65{
    color: rgb(15 118 110 / 0.65);
  }

  .lg\:text-teal-700\/70{
    color: rgb(15 118 110 / 0.7);
  }

  .lg\:text-teal-700\/75{
    color: rgb(15 118 110 / 0.75);
  }

  .lg\:text-teal-700\/80{
    color: rgb(15 118 110 / 0.8);
  }

  .lg\:text-teal-700\/85{
    color: rgb(15 118 110 / 0.85);
  }

  .lg\:text-teal-700\/90{
    color: rgb(15 118 110 / 0.9);
  }

  .lg\:text-teal-700\/95{
    color: rgb(15 118 110 / 0.95);
  }

  .lg\:text-teal-800{
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-800\/0{
    color: rgb(17 94 89 / 0);
  }

  .lg\:text-teal-800\/10{
    color: rgb(17 94 89 / 0.1);
  }

  .lg\:text-teal-800\/100{
    color: rgb(17 94 89 / 1);
  }

  .lg\:text-teal-800\/15{
    color: rgb(17 94 89 / 0.15);
  }

  .lg\:text-teal-800\/20{
    color: rgb(17 94 89 / 0.2);
  }

  .lg\:text-teal-800\/25{
    color: rgb(17 94 89 / 0.25);
  }

  .lg\:text-teal-800\/30{
    color: rgb(17 94 89 / 0.3);
  }

  .lg\:text-teal-800\/35{
    color: rgb(17 94 89 / 0.35);
  }

  .lg\:text-teal-800\/40{
    color: rgb(17 94 89 / 0.4);
  }

  .lg\:text-teal-800\/45{
    color: rgb(17 94 89 / 0.45);
  }

  .lg\:text-teal-800\/5{
    color: rgb(17 94 89 / 0.05);
  }

  .lg\:text-teal-800\/50{
    color: rgb(17 94 89 / 0.5);
  }

  .lg\:text-teal-800\/55{
    color: rgb(17 94 89 / 0.55);
  }

  .lg\:text-teal-800\/60{
    color: rgb(17 94 89 / 0.6);
  }

  .lg\:text-teal-800\/65{
    color: rgb(17 94 89 / 0.65);
  }

  .lg\:text-teal-800\/70{
    color: rgb(17 94 89 / 0.7);
  }

  .lg\:text-teal-800\/75{
    color: rgb(17 94 89 / 0.75);
  }

  .lg\:text-teal-800\/80{
    color: rgb(17 94 89 / 0.8);
  }

  .lg\:text-teal-800\/85{
    color: rgb(17 94 89 / 0.85);
  }

  .lg\:text-teal-800\/90{
    color: rgb(17 94 89 / 0.9);
  }

  .lg\:text-teal-800\/95{
    color: rgb(17 94 89 / 0.95);
  }

  .lg\:text-teal-900{
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-900\/0{
    color: rgb(19 78 74 / 0);
  }

  .lg\:text-teal-900\/10{
    color: rgb(19 78 74 / 0.1);
  }

  .lg\:text-teal-900\/100{
    color: rgb(19 78 74 / 1);
  }

  .lg\:text-teal-900\/15{
    color: rgb(19 78 74 / 0.15);
  }

  .lg\:text-teal-900\/20{
    color: rgb(19 78 74 / 0.2);
  }

  .lg\:text-teal-900\/25{
    color: rgb(19 78 74 / 0.25);
  }

  .lg\:text-teal-900\/30{
    color: rgb(19 78 74 / 0.3);
  }

  .lg\:text-teal-900\/35{
    color: rgb(19 78 74 / 0.35);
  }

  .lg\:text-teal-900\/40{
    color: rgb(19 78 74 / 0.4);
  }

  .lg\:text-teal-900\/45{
    color: rgb(19 78 74 / 0.45);
  }

  .lg\:text-teal-900\/5{
    color: rgb(19 78 74 / 0.05);
  }

  .lg\:text-teal-900\/50{
    color: rgb(19 78 74 / 0.5);
  }

  .lg\:text-teal-900\/55{
    color: rgb(19 78 74 / 0.55);
  }

  .lg\:text-teal-900\/60{
    color: rgb(19 78 74 / 0.6);
  }

  .lg\:text-teal-900\/65{
    color: rgb(19 78 74 / 0.65);
  }

  .lg\:text-teal-900\/70{
    color: rgb(19 78 74 / 0.7);
  }

  .lg\:text-teal-900\/75{
    color: rgb(19 78 74 / 0.75);
  }

  .lg\:text-teal-900\/80{
    color: rgb(19 78 74 / 0.8);
  }

  .lg\:text-teal-900\/85{
    color: rgb(19 78 74 / 0.85);
  }

  .lg\:text-teal-900\/90{
    color: rgb(19 78 74 / 0.9);
  }

  .lg\:text-teal-900\/95{
    color: rgb(19 78 74 / 0.95);
  }

  .lg\:text-teal-950{
    --tw-text-opacity: 1;
    color: rgb(4 47 46 / var(--tw-text-opacity, 1));
  }

  .lg\:text-teal-950\/0{
    color: rgb(4 47 46 / 0);
  }

  .lg\:text-teal-950\/10{
    color: rgb(4 47 46 / 0.1);
  }

  .lg\:text-teal-950\/100{
    color: rgb(4 47 46 / 1);
  }

  .lg\:text-teal-950\/15{
    color: rgb(4 47 46 / 0.15);
  }

  .lg\:text-teal-950\/20{
    color: rgb(4 47 46 / 0.2);
  }

  .lg\:text-teal-950\/25{
    color: rgb(4 47 46 / 0.25);
  }

  .lg\:text-teal-950\/30{
    color: rgb(4 47 46 / 0.3);
  }

  .lg\:text-teal-950\/35{
    color: rgb(4 47 46 / 0.35);
  }

  .lg\:text-teal-950\/40{
    color: rgb(4 47 46 / 0.4);
  }

  .lg\:text-teal-950\/45{
    color: rgb(4 47 46 / 0.45);
  }

  .lg\:text-teal-950\/5{
    color: rgb(4 47 46 / 0.05);
  }

  .lg\:text-teal-950\/50{
    color: rgb(4 47 46 / 0.5);
  }

  .lg\:text-teal-950\/55{
    color: rgb(4 47 46 / 0.55);
  }

  .lg\:text-teal-950\/60{
    color: rgb(4 47 46 / 0.6);
  }

  .lg\:text-teal-950\/65{
    color: rgb(4 47 46 / 0.65);
  }

  .lg\:text-teal-950\/70{
    color: rgb(4 47 46 / 0.7);
  }

  .lg\:text-teal-950\/75{
    color: rgb(4 47 46 / 0.75);
  }

  .lg\:text-teal-950\/80{
    color: rgb(4 47 46 / 0.8);
  }

  .lg\:text-teal-950\/85{
    color: rgb(4 47 46 / 0.85);
  }

  .lg\:text-teal-950\/90{
    color: rgb(4 47 46 / 0.9);
  }

  .lg\:text-teal-950\/95{
    color: rgb(4 47 46 / 0.95);
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-transparent\/0{
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-transparent\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-transparent\/100{
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-transparent\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .lg\:text-transparent\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-transparent\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-transparent\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-transparent\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .lg\:text-transparent\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-transparent\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .lg\:text-transparent\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-transparent\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-transparent\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .lg\:text-transparent\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-transparent\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .lg\:text-transparent\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-transparent\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-transparent\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-transparent\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .lg\:text-transparent\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-transparent\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-violet-100{
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-100\/0{
    color: rgb(237 233 254 / 0);
  }

  .lg\:text-violet-100\/10{
    color: rgb(237 233 254 / 0.1);
  }

  .lg\:text-violet-100\/100{
    color: rgb(237 233 254 / 1);
  }

  .lg\:text-violet-100\/15{
    color: rgb(237 233 254 / 0.15);
  }

  .lg\:text-violet-100\/20{
    color: rgb(237 233 254 / 0.2);
  }

  .lg\:text-violet-100\/25{
    color: rgb(237 233 254 / 0.25);
  }

  .lg\:text-violet-100\/30{
    color: rgb(237 233 254 / 0.3);
  }

  .lg\:text-violet-100\/35{
    color: rgb(237 233 254 / 0.35);
  }

  .lg\:text-violet-100\/40{
    color: rgb(237 233 254 / 0.4);
  }

  .lg\:text-violet-100\/45{
    color: rgb(237 233 254 / 0.45);
  }

  .lg\:text-violet-100\/5{
    color: rgb(237 233 254 / 0.05);
  }

  .lg\:text-violet-100\/50{
    color: rgb(237 233 254 / 0.5);
  }

  .lg\:text-violet-100\/55{
    color: rgb(237 233 254 / 0.55);
  }

  .lg\:text-violet-100\/60{
    color: rgb(237 233 254 / 0.6);
  }

  .lg\:text-violet-100\/65{
    color: rgb(237 233 254 / 0.65);
  }

  .lg\:text-violet-100\/70{
    color: rgb(237 233 254 / 0.7);
  }

  .lg\:text-violet-100\/75{
    color: rgb(237 233 254 / 0.75);
  }

  .lg\:text-violet-100\/80{
    color: rgb(237 233 254 / 0.8);
  }

  .lg\:text-violet-100\/85{
    color: rgb(237 233 254 / 0.85);
  }

  .lg\:text-violet-100\/90{
    color: rgb(237 233 254 / 0.9);
  }

  .lg\:text-violet-100\/95{
    color: rgb(237 233 254 / 0.95);
  }

  .lg\:text-violet-200{
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-200\/0{
    color: rgb(221 214 254 / 0);
  }

  .lg\:text-violet-200\/10{
    color: rgb(221 214 254 / 0.1);
  }

  .lg\:text-violet-200\/100{
    color: rgb(221 214 254 / 1);
  }

  .lg\:text-violet-200\/15{
    color: rgb(221 214 254 / 0.15);
  }

  .lg\:text-violet-200\/20{
    color: rgb(221 214 254 / 0.2);
  }

  .lg\:text-violet-200\/25{
    color: rgb(221 214 254 / 0.25);
  }

  .lg\:text-violet-200\/30{
    color: rgb(221 214 254 / 0.3);
  }

  .lg\:text-violet-200\/35{
    color: rgb(221 214 254 / 0.35);
  }

  .lg\:text-violet-200\/40{
    color: rgb(221 214 254 / 0.4);
  }

  .lg\:text-violet-200\/45{
    color: rgb(221 214 254 / 0.45);
  }

  .lg\:text-violet-200\/5{
    color: rgb(221 214 254 / 0.05);
  }

  .lg\:text-violet-200\/50{
    color: rgb(221 214 254 / 0.5);
  }

  .lg\:text-violet-200\/55{
    color: rgb(221 214 254 / 0.55);
  }

  .lg\:text-violet-200\/60{
    color: rgb(221 214 254 / 0.6);
  }

  .lg\:text-violet-200\/65{
    color: rgb(221 214 254 / 0.65);
  }

  .lg\:text-violet-200\/70{
    color: rgb(221 214 254 / 0.7);
  }

  .lg\:text-violet-200\/75{
    color: rgb(221 214 254 / 0.75);
  }

  .lg\:text-violet-200\/80{
    color: rgb(221 214 254 / 0.8);
  }

  .lg\:text-violet-200\/85{
    color: rgb(221 214 254 / 0.85);
  }

  .lg\:text-violet-200\/90{
    color: rgb(221 214 254 / 0.9);
  }

  .lg\:text-violet-200\/95{
    color: rgb(221 214 254 / 0.95);
  }

  .lg\:text-violet-300{
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-300\/0{
    color: rgb(196 181 253 / 0);
  }

  .lg\:text-violet-300\/10{
    color: rgb(196 181 253 / 0.1);
  }

  .lg\:text-violet-300\/100{
    color: rgb(196 181 253 / 1);
  }

  .lg\:text-violet-300\/15{
    color: rgb(196 181 253 / 0.15);
  }

  .lg\:text-violet-300\/20{
    color: rgb(196 181 253 / 0.2);
  }

  .lg\:text-violet-300\/25{
    color: rgb(196 181 253 / 0.25);
  }

  .lg\:text-violet-300\/30{
    color: rgb(196 181 253 / 0.3);
  }

  .lg\:text-violet-300\/35{
    color: rgb(196 181 253 / 0.35);
  }

  .lg\:text-violet-300\/40{
    color: rgb(196 181 253 / 0.4);
  }

  .lg\:text-violet-300\/45{
    color: rgb(196 181 253 / 0.45);
  }

  .lg\:text-violet-300\/5{
    color: rgb(196 181 253 / 0.05);
  }

  .lg\:text-violet-300\/50{
    color: rgb(196 181 253 / 0.5);
  }

  .lg\:text-violet-300\/55{
    color: rgb(196 181 253 / 0.55);
  }

  .lg\:text-violet-300\/60{
    color: rgb(196 181 253 / 0.6);
  }

  .lg\:text-violet-300\/65{
    color: rgb(196 181 253 / 0.65);
  }

  .lg\:text-violet-300\/70{
    color: rgb(196 181 253 / 0.7);
  }

  .lg\:text-violet-300\/75{
    color: rgb(196 181 253 / 0.75);
  }

  .lg\:text-violet-300\/80{
    color: rgb(196 181 253 / 0.8);
  }

  .lg\:text-violet-300\/85{
    color: rgb(196 181 253 / 0.85);
  }

  .lg\:text-violet-300\/90{
    color: rgb(196 181 253 / 0.9);
  }

  .lg\:text-violet-300\/95{
    color: rgb(196 181 253 / 0.95);
  }

  .lg\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-400\/0{
    color: rgb(167 139 250 / 0);
  }

  .lg\:text-violet-400\/10{
    color: rgb(167 139 250 / 0.1);
  }

  .lg\:text-violet-400\/100{
    color: rgb(167 139 250 / 1);
  }

  .lg\:text-violet-400\/15{
    color: rgb(167 139 250 / 0.15);
  }

  .lg\:text-violet-400\/20{
    color: rgb(167 139 250 / 0.2);
  }

  .lg\:text-violet-400\/25{
    color: rgb(167 139 250 / 0.25);
  }

  .lg\:text-violet-400\/30{
    color: rgb(167 139 250 / 0.3);
  }

  .lg\:text-violet-400\/35{
    color: rgb(167 139 250 / 0.35);
  }

  .lg\:text-violet-400\/40{
    color: rgb(167 139 250 / 0.4);
  }

  .lg\:text-violet-400\/45{
    color: rgb(167 139 250 / 0.45);
  }

  .lg\:text-violet-400\/5{
    color: rgb(167 139 250 / 0.05);
  }

  .lg\:text-violet-400\/50{
    color: rgb(167 139 250 / 0.5);
  }

  .lg\:text-violet-400\/55{
    color: rgb(167 139 250 / 0.55);
  }

  .lg\:text-violet-400\/60{
    color: rgb(167 139 250 / 0.6);
  }

  .lg\:text-violet-400\/65{
    color: rgb(167 139 250 / 0.65);
  }

  .lg\:text-violet-400\/70{
    color: rgb(167 139 250 / 0.7);
  }

  .lg\:text-violet-400\/75{
    color: rgb(167 139 250 / 0.75);
  }

  .lg\:text-violet-400\/80{
    color: rgb(167 139 250 / 0.8);
  }

  .lg\:text-violet-400\/85{
    color: rgb(167 139 250 / 0.85);
  }

  .lg\:text-violet-400\/90{
    color: rgb(167 139 250 / 0.9);
  }

  .lg\:text-violet-400\/95{
    color: rgb(167 139 250 / 0.95);
  }

  .lg\:text-violet-50{
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-50\/0{
    color: rgb(245 243 255 / 0);
  }

  .lg\:text-violet-50\/10{
    color: rgb(245 243 255 / 0.1);
  }

  .lg\:text-violet-50\/100{
    color: rgb(245 243 255 / 1);
  }

  .lg\:text-violet-50\/15{
    color: rgb(245 243 255 / 0.15);
  }

  .lg\:text-violet-50\/20{
    color: rgb(245 243 255 / 0.2);
  }

  .lg\:text-violet-50\/25{
    color: rgb(245 243 255 / 0.25);
  }

  .lg\:text-violet-50\/30{
    color: rgb(245 243 255 / 0.3);
  }

  .lg\:text-violet-50\/35{
    color: rgb(245 243 255 / 0.35);
  }

  .lg\:text-violet-50\/40{
    color: rgb(245 243 255 / 0.4);
  }

  .lg\:text-violet-50\/45{
    color: rgb(245 243 255 / 0.45);
  }

  .lg\:text-violet-50\/5{
    color: rgb(245 243 255 / 0.05);
  }

  .lg\:text-violet-50\/50{
    color: rgb(245 243 255 / 0.5);
  }

  .lg\:text-violet-50\/55{
    color: rgb(245 243 255 / 0.55);
  }

  .lg\:text-violet-50\/60{
    color: rgb(245 243 255 / 0.6);
  }

  .lg\:text-violet-50\/65{
    color: rgb(245 243 255 / 0.65);
  }

  .lg\:text-violet-50\/70{
    color: rgb(245 243 255 / 0.7);
  }

  .lg\:text-violet-50\/75{
    color: rgb(245 243 255 / 0.75);
  }

  .lg\:text-violet-50\/80{
    color: rgb(245 243 255 / 0.8);
  }

  .lg\:text-violet-50\/85{
    color: rgb(245 243 255 / 0.85);
  }

  .lg\:text-violet-50\/90{
    color: rgb(245 243 255 / 0.9);
  }

  .lg\:text-violet-50\/95{
    color: rgb(245 243 255 / 0.95);
  }

  .lg\:text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-500\/0{
    color: rgb(139 92 246 / 0);
  }

  .lg\:text-violet-500\/10{
    color: rgb(139 92 246 / 0.1);
  }

  .lg\:text-violet-500\/100{
    color: rgb(139 92 246 / 1);
  }

  .lg\:text-violet-500\/15{
    color: rgb(139 92 246 / 0.15);
  }

  .lg\:text-violet-500\/20{
    color: rgb(139 92 246 / 0.2);
  }

  .lg\:text-violet-500\/25{
    color: rgb(139 92 246 / 0.25);
  }

  .lg\:text-violet-500\/30{
    color: rgb(139 92 246 / 0.3);
  }

  .lg\:text-violet-500\/35{
    color: rgb(139 92 246 / 0.35);
  }

  .lg\:text-violet-500\/40{
    color: rgb(139 92 246 / 0.4);
  }

  .lg\:text-violet-500\/45{
    color: rgb(139 92 246 / 0.45);
  }

  .lg\:text-violet-500\/5{
    color: rgb(139 92 246 / 0.05);
  }

  .lg\:text-violet-500\/50{
    color: rgb(139 92 246 / 0.5);
  }

  .lg\:text-violet-500\/55{
    color: rgb(139 92 246 / 0.55);
  }

  .lg\:text-violet-500\/60{
    color: rgb(139 92 246 / 0.6);
  }

  .lg\:text-violet-500\/65{
    color: rgb(139 92 246 / 0.65);
  }

  .lg\:text-violet-500\/70{
    color: rgb(139 92 246 / 0.7);
  }

  .lg\:text-violet-500\/75{
    color: rgb(139 92 246 / 0.75);
  }

  .lg\:text-violet-500\/80{
    color: rgb(139 92 246 / 0.8);
  }

  .lg\:text-violet-500\/85{
    color: rgb(139 92 246 / 0.85);
  }

  .lg\:text-violet-500\/90{
    color: rgb(139 92 246 / 0.9);
  }

  .lg\:text-violet-500\/95{
    color: rgb(139 92 246 / 0.95);
  }

  .lg\:text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-600\/0{
    color: rgb(124 58 237 / 0);
  }

  .lg\:text-violet-600\/10{
    color: rgb(124 58 237 / 0.1);
  }

  .lg\:text-violet-600\/100{
    color: rgb(124 58 237 / 1);
  }

  .lg\:text-violet-600\/15{
    color: rgb(124 58 237 / 0.15);
  }

  .lg\:text-violet-600\/20{
    color: rgb(124 58 237 / 0.2);
  }

  .lg\:text-violet-600\/25{
    color: rgb(124 58 237 / 0.25);
  }

  .lg\:text-violet-600\/30{
    color: rgb(124 58 237 / 0.3);
  }

  .lg\:text-violet-600\/35{
    color: rgb(124 58 237 / 0.35);
  }

  .lg\:text-violet-600\/40{
    color: rgb(124 58 237 / 0.4);
  }

  .lg\:text-violet-600\/45{
    color: rgb(124 58 237 / 0.45);
  }

  .lg\:text-violet-600\/5{
    color: rgb(124 58 237 / 0.05);
  }

  .lg\:text-violet-600\/50{
    color: rgb(124 58 237 / 0.5);
  }

  .lg\:text-violet-600\/55{
    color: rgb(124 58 237 / 0.55);
  }

  .lg\:text-violet-600\/60{
    color: rgb(124 58 237 / 0.6);
  }

  .lg\:text-violet-600\/65{
    color: rgb(124 58 237 / 0.65);
  }

  .lg\:text-violet-600\/70{
    color: rgb(124 58 237 / 0.7);
  }

  .lg\:text-violet-600\/75{
    color: rgb(124 58 237 / 0.75);
  }

  .lg\:text-violet-600\/80{
    color: rgb(124 58 237 / 0.8);
  }

  .lg\:text-violet-600\/85{
    color: rgb(124 58 237 / 0.85);
  }

  .lg\:text-violet-600\/90{
    color: rgb(124 58 237 / 0.9);
  }

  .lg\:text-violet-600\/95{
    color: rgb(124 58 237 / 0.95);
  }

  .lg\:text-violet-700{
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-700\/0{
    color: rgb(109 40 217 / 0);
  }

  .lg\:text-violet-700\/10{
    color: rgb(109 40 217 / 0.1);
  }

  .lg\:text-violet-700\/100{
    color: rgb(109 40 217 / 1);
  }

  .lg\:text-violet-700\/15{
    color: rgb(109 40 217 / 0.15);
  }

  .lg\:text-violet-700\/20{
    color: rgb(109 40 217 / 0.2);
  }

  .lg\:text-violet-700\/25{
    color: rgb(109 40 217 / 0.25);
  }

  .lg\:text-violet-700\/30{
    color: rgb(109 40 217 / 0.3);
  }

  .lg\:text-violet-700\/35{
    color: rgb(109 40 217 / 0.35);
  }

  .lg\:text-violet-700\/40{
    color: rgb(109 40 217 / 0.4);
  }

  .lg\:text-violet-700\/45{
    color: rgb(109 40 217 / 0.45);
  }

  .lg\:text-violet-700\/5{
    color: rgb(109 40 217 / 0.05);
  }

  .lg\:text-violet-700\/50{
    color: rgb(109 40 217 / 0.5);
  }

  .lg\:text-violet-700\/55{
    color: rgb(109 40 217 / 0.55);
  }

  .lg\:text-violet-700\/60{
    color: rgb(109 40 217 / 0.6);
  }

  .lg\:text-violet-700\/65{
    color: rgb(109 40 217 / 0.65);
  }

  .lg\:text-violet-700\/70{
    color: rgb(109 40 217 / 0.7);
  }

  .lg\:text-violet-700\/75{
    color: rgb(109 40 217 / 0.75);
  }

  .lg\:text-violet-700\/80{
    color: rgb(109 40 217 / 0.8);
  }

  .lg\:text-violet-700\/85{
    color: rgb(109 40 217 / 0.85);
  }

  .lg\:text-violet-700\/90{
    color: rgb(109 40 217 / 0.9);
  }

  .lg\:text-violet-700\/95{
    color: rgb(109 40 217 / 0.95);
  }

  .lg\:text-violet-800{
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-800\/0{
    color: rgb(91 33 182 / 0);
  }

  .lg\:text-violet-800\/10{
    color: rgb(91 33 182 / 0.1);
  }

  .lg\:text-violet-800\/100{
    color: rgb(91 33 182 / 1);
  }

  .lg\:text-violet-800\/15{
    color: rgb(91 33 182 / 0.15);
  }

  .lg\:text-violet-800\/20{
    color: rgb(91 33 182 / 0.2);
  }

  .lg\:text-violet-800\/25{
    color: rgb(91 33 182 / 0.25);
  }

  .lg\:text-violet-800\/30{
    color: rgb(91 33 182 / 0.3);
  }

  .lg\:text-violet-800\/35{
    color: rgb(91 33 182 / 0.35);
  }

  .lg\:text-violet-800\/40{
    color: rgb(91 33 182 / 0.4);
  }

  .lg\:text-violet-800\/45{
    color: rgb(91 33 182 / 0.45);
  }

  .lg\:text-violet-800\/5{
    color: rgb(91 33 182 / 0.05);
  }

  .lg\:text-violet-800\/50{
    color: rgb(91 33 182 / 0.5);
  }

  .lg\:text-violet-800\/55{
    color: rgb(91 33 182 / 0.55);
  }

  .lg\:text-violet-800\/60{
    color: rgb(91 33 182 / 0.6);
  }

  .lg\:text-violet-800\/65{
    color: rgb(91 33 182 / 0.65);
  }

  .lg\:text-violet-800\/70{
    color: rgb(91 33 182 / 0.7);
  }

  .lg\:text-violet-800\/75{
    color: rgb(91 33 182 / 0.75);
  }

  .lg\:text-violet-800\/80{
    color: rgb(91 33 182 / 0.8);
  }

  .lg\:text-violet-800\/85{
    color: rgb(91 33 182 / 0.85);
  }

  .lg\:text-violet-800\/90{
    color: rgb(91 33 182 / 0.9);
  }

  .lg\:text-violet-800\/95{
    color: rgb(91 33 182 / 0.95);
  }

  .lg\:text-violet-900{
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-900\/0{
    color: rgb(76 29 149 / 0);
  }

  .lg\:text-violet-900\/10{
    color: rgb(76 29 149 / 0.1);
  }

  .lg\:text-violet-900\/100{
    color: rgb(76 29 149 / 1);
  }

  .lg\:text-violet-900\/15{
    color: rgb(76 29 149 / 0.15);
  }

  .lg\:text-violet-900\/20{
    color: rgb(76 29 149 / 0.2);
  }

  .lg\:text-violet-900\/25{
    color: rgb(76 29 149 / 0.25);
  }

  .lg\:text-violet-900\/30{
    color: rgb(76 29 149 / 0.3);
  }

  .lg\:text-violet-900\/35{
    color: rgb(76 29 149 / 0.35);
  }

  .lg\:text-violet-900\/40{
    color: rgb(76 29 149 / 0.4);
  }

  .lg\:text-violet-900\/45{
    color: rgb(76 29 149 / 0.45);
  }

  .lg\:text-violet-900\/5{
    color: rgb(76 29 149 / 0.05);
  }

  .lg\:text-violet-900\/50{
    color: rgb(76 29 149 / 0.5);
  }

  .lg\:text-violet-900\/55{
    color: rgb(76 29 149 / 0.55);
  }

  .lg\:text-violet-900\/60{
    color: rgb(76 29 149 / 0.6);
  }

  .lg\:text-violet-900\/65{
    color: rgb(76 29 149 / 0.65);
  }

  .lg\:text-violet-900\/70{
    color: rgb(76 29 149 / 0.7);
  }

  .lg\:text-violet-900\/75{
    color: rgb(76 29 149 / 0.75);
  }

  .lg\:text-violet-900\/80{
    color: rgb(76 29 149 / 0.8);
  }

  .lg\:text-violet-900\/85{
    color: rgb(76 29 149 / 0.85);
  }

  .lg\:text-violet-900\/90{
    color: rgb(76 29 149 / 0.9);
  }

  .lg\:text-violet-900\/95{
    color: rgb(76 29 149 / 0.95);
  }

  .lg\:text-violet-950{
    --tw-text-opacity: 1;
    color: rgb(46 16 101 / var(--tw-text-opacity, 1));
  }

  .lg\:text-violet-950\/0{
    color: rgb(46 16 101 / 0);
  }

  .lg\:text-violet-950\/10{
    color: rgb(46 16 101 / 0.1);
  }

  .lg\:text-violet-950\/100{
    color: rgb(46 16 101 / 1);
  }

  .lg\:text-violet-950\/15{
    color: rgb(46 16 101 / 0.15);
  }

  .lg\:text-violet-950\/20{
    color: rgb(46 16 101 / 0.2);
  }

  .lg\:text-violet-950\/25{
    color: rgb(46 16 101 / 0.25);
  }

  .lg\:text-violet-950\/30{
    color: rgb(46 16 101 / 0.3);
  }

  .lg\:text-violet-950\/35{
    color: rgb(46 16 101 / 0.35);
  }

  .lg\:text-violet-950\/40{
    color: rgb(46 16 101 / 0.4);
  }

  .lg\:text-violet-950\/45{
    color: rgb(46 16 101 / 0.45);
  }

  .lg\:text-violet-950\/5{
    color: rgb(46 16 101 / 0.05);
  }

  .lg\:text-violet-950\/50{
    color: rgb(46 16 101 / 0.5);
  }

  .lg\:text-violet-950\/55{
    color: rgb(46 16 101 / 0.55);
  }

  .lg\:text-violet-950\/60{
    color: rgb(46 16 101 / 0.6);
  }

  .lg\:text-violet-950\/65{
    color: rgb(46 16 101 / 0.65);
  }

  .lg\:text-violet-950\/70{
    color: rgb(46 16 101 / 0.7);
  }

  .lg\:text-violet-950\/75{
    color: rgb(46 16 101 / 0.75);
  }

  .lg\:text-violet-950\/80{
    color: rgb(46 16 101 / 0.8);
  }

  .lg\:text-violet-950\/85{
    color: rgb(46 16 101 / 0.85);
  }

  .lg\:text-violet-950\/90{
    color: rgb(46 16 101 / 0.9);
  }

  .lg\:text-violet-950\/95{
    color: rgb(46 16 101 / 0.95);
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-white\/0{
    color: rgb(255 255 255 / 0);
  }

  .lg\:text-white\/10{
    color: rgb(255 255 255 / 0.1);
  }

  .lg\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .lg\:text-white\/15{
    color: rgb(255 255 255 / 0.15);
  }

  .lg\:text-white\/20{
    color: rgb(255 255 255 / 0.2);
  }

  .lg\:text-white\/25{
    color: rgb(255 255 255 / 0.25);
  }

  .lg\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:text-white\/35{
    color: rgb(255 255 255 / 0.35);
  }

  .lg\:text-white\/40{
    color: rgb(255 255 255 / 0.4);
  }

  .lg\:text-white\/45{
    color: rgb(255 255 255 / 0.45);
  }

  .lg\:text-white\/5{
    color: rgb(255 255 255 / 0.05);
  }

  .lg\:text-white\/50{
    color: rgb(255 255 255 / 0.5);
  }

  .lg\:text-white\/55{
    color: rgb(255 255 255 / 0.55);
  }

  .lg\:text-white\/60{
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:text-white\/65{
    color: rgb(255 255 255 / 0.65);
  }

  .lg\:text-white\/70{
    color: rgb(255 255 255 / 0.7);
  }

  .lg\:text-white\/75{
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:text-white\/80{
    color: rgb(255 255 255 / 0.8);
  }

  .lg\:text-white\/85{
    color: rgb(255 255 255 / 0.85);
  }

  .lg\:text-white\/90{
    color: rgb(255 255 255 / 0.9);
  }

  .lg\:text-white\/95{
    color: rgb(255 255 255 / 0.95);
  }

  .lg\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-100\/0{
    color: rgb(254 249 195 / 0);
  }

  .lg\:text-yellow-100\/10{
    color: rgb(254 249 195 / 0.1);
  }

  .lg\:text-yellow-100\/100{
    color: rgb(254 249 195 / 1);
  }

  .lg\:text-yellow-100\/15{
    color: rgb(254 249 195 / 0.15);
  }

  .lg\:text-yellow-100\/20{
    color: rgb(254 249 195 / 0.2);
  }

  .lg\:text-yellow-100\/25{
    color: rgb(254 249 195 / 0.25);
  }

  .lg\:text-yellow-100\/30{
    color: rgb(254 249 195 / 0.3);
  }

  .lg\:text-yellow-100\/35{
    color: rgb(254 249 195 / 0.35);
  }

  .lg\:text-yellow-100\/40{
    color: rgb(254 249 195 / 0.4);
  }

  .lg\:text-yellow-100\/45{
    color: rgb(254 249 195 / 0.45);
  }

  .lg\:text-yellow-100\/5{
    color: rgb(254 249 195 / 0.05);
  }

  .lg\:text-yellow-100\/50{
    color: rgb(254 249 195 / 0.5);
  }

  .lg\:text-yellow-100\/55{
    color: rgb(254 249 195 / 0.55);
  }

  .lg\:text-yellow-100\/60{
    color: rgb(254 249 195 / 0.6);
  }

  .lg\:text-yellow-100\/65{
    color: rgb(254 249 195 / 0.65);
  }

  .lg\:text-yellow-100\/70{
    color: rgb(254 249 195 / 0.7);
  }

  .lg\:text-yellow-100\/75{
    color: rgb(254 249 195 / 0.75);
  }

  .lg\:text-yellow-100\/80{
    color: rgb(254 249 195 / 0.8);
  }

  .lg\:text-yellow-100\/85{
    color: rgb(254 249 195 / 0.85);
  }

  .lg\:text-yellow-100\/90{
    color: rgb(254 249 195 / 0.9);
  }

  .lg\:text-yellow-100\/95{
    color: rgb(254 249 195 / 0.95);
  }

  .lg\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-200\/0{
    color: rgb(254 240 138 / 0);
  }

  .lg\:text-yellow-200\/10{
    color: rgb(254 240 138 / 0.1);
  }

  .lg\:text-yellow-200\/100{
    color: rgb(254 240 138 / 1);
  }

  .lg\:text-yellow-200\/15{
    color: rgb(254 240 138 / 0.15);
  }

  .lg\:text-yellow-200\/20{
    color: rgb(254 240 138 / 0.2);
  }

  .lg\:text-yellow-200\/25{
    color: rgb(254 240 138 / 0.25);
  }

  .lg\:text-yellow-200\/30{
    color: rgb(254 240 138 / 0.3);
  }

  .lg\:text-yellow-200\/35{
    color: rgb(254 240 138 / 0.35);
  }

  .lg\:text-yellow-200\/40{
    color: rgb(254 240 138 / 0.4);
  }

  .lg\:text-yellow-200\/45{
    color: rgb(254 240 138 / 0.45);
  }

  .lg\:text-yellow-200\/5{
    color: rgb(254 240 138 / 0.05);
  }

  .lg\:text-yellow-200\/50{
    color: rgb(254 240 138 / 0.5);
  }

  .lg\:text-yellow-200\/55{
    color: rgb(254 240 138 / 0.55);
  }

  .lg\:text-yellow-200\/60{
    color: rgb(254 240 138 / 0.6);
  }

  .lg\:text-yellow-200\/65{
    color: rgb(254 240 138 / 0.65);
  }

  .lg\:text-yellow-200\/70{
    color: rgb(254 240 138 / 0.7);
  }

  .lg\:text-yellow-200\/75{
    color: rgb(254 240 138 / 0.75);
  }

  .lg\:text-yellow-200\/80{
    color: rgb(254 240 138 / 0.8);
  }

  .lg\:text-yellow-200\/85{
    color: rgb(254 240 138 / 0.85);
  }

  .lg\:text-yellow-200\/90{
    color: rgb(254 240 138 / 0.9);
  }

  .lg\:text-yellow-200\/95{
    color: rgb(254 240 138 / 0.95);
  }

  .lg\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-300\/0{
    color: rgb(253 224 71 / 0);
  }

  .lg\:text-yellow-300\/10{
    color: rgb(253 224 71 / 0.1);
  }

  .lg\:text-yellow-300\/100{
    color: rgb(253 224 71 / 1);
  }

  .lg\:text-yellow-300\/15{
    color: rgb(253 224 71 / 0.15);
  }

  .lg\:text-yellow-300\/20{
    color: rgb(253 224 71 / 0.2);
  }

  .lg\:text-yellow-300\/25{
    color: rgb(253 224 71 / 0.25);
  }

  .lg\:text-yellow-300\/30{
    color: rgb(253 224 71 / 0.3);
  }

  .lg\:text-yellow-300\/35{
    color: rgb(253 224 71 / 0.35);
  }

  .lg\:text-yellow-300\/40{
    color: rgb(253 224 71 / 0.4);
  }

  .lg\:text-yellow-300\/45{
    color: rgb(253 224 71 / 0.45);
  }

  .lg\:text-yellow-300\/5{
    color: rgb(253 224 71 / 0.05);
  }

  .lg\:text-yellow-300\/50{
    color: rgb(253 224 71 / 0.5);
  }

  .lg\:text-yellow-300\/55{
    color: rgb(253 224 71 / 0.55);
  }

  .lg\:text-yellow-300\/60{
    color: rgb(253 224 71 / 0.6);
  }

  .lg\:text-yellow-300\/65{
    color: rgb(253 224 71 / 0.65);
  }

  .lg\:text-yellow-300\/70{
    color: rgb(253 224 71 / 0.7);
  }

  .lg\:text-yellow-300\/75{
    color: rgb(253 224 71 / 0.75);
  }

  .lg\:text-yellow-300\/80{
    color: rgb(253 224 71 / 0.8);
  }

  .lg\:text-yellow-300\/85{
    color: rgb(253 224 71 / 0.85);
  }

  .lg\:text-yellow-300\/90{
    color: rgb(253 224 71 / 0.9);
  }

  .lg\:text-yellow-300\/95{
    color: rgb(253 224 71 / 0.95);
  }

  .lg\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-400\/0{
    color: rgb(250 204 21 / 0);
  }

  .lg\:text-yellow-400\/10{
    color: rgb(250 204 21 / 0.1);
  }

  .lg\:text-yellow-400\/100{
    color: rgb(250 204 21 / 1);
  }

  .lg\:text-yellow-400\/15{
    color: rgb(250 204 21 / 0.15);
  }

  .lg\:text-yellow-400\/20{
    color: rgb(250 204 21 / 0.2);
  }

  .lg\:text-yellow-400\/25{
    color: rgb(250 204 21 / 0.25);
  }

  .lg\:text-yellow-400\/30{
    color: rgb(250 204 21 / 0.3);
  }

  .lg\:text-yellow-400\/35{
    color: rgb(250 204 21 / 0.35);
  }

  .lg\:text-yellow-400\/40{
    color: rgb(250 204 21 / 0.4);
  }

  .lg\:text-yellow-400\/45{
    color: rgb(250 204 21 / 0.45);
  }

  .lg\:text-yellow-400\/5{
    color: rgb(250 204 21 / 0.05);
  }

  .lg\:text-yellow-400\/50{
    color: rgb(250 204 21 / 0.5);
  }

  .lg\:text-yellow-400\/55{
    color: rgb(250 204 21 / 0.55);
  }

  .lg\:text-yellow-400\/60{
    color: rgb(250 204 21 / 0.6);
  }

  .lg\:text-yellow-400\/65{
    color: rgb(250 204 21 / 0.65);
  }

  .lg\:text-yellow-400\/70{
    color: rgb(250 204 21 / 0.7);
  }

  .lg\:text-yellow-400\/75{
    color: rgb(250 204 21 / 0.75);
  }

  .lg\:text-yellow-400\/80{
    color: rgb(250 204 21 / 0.8);
  }

  .lg\:text-yellow-400\/85{
    color: rgb(250 204 21 / 0.85);
  }

  .lg\:text-yellow-400\/90{
    color: rgb(250 204 21 / 0.9);
  }

  .lg\:text-yellow-400\/95{
    color: rgb(250 204 21 / 0.95);
  }

  .lg\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-50\/0{
    color: rgb(254 252 232 / 0);
  }

  .lg\:text-yellow-50\/10{
    color: rgb(254 252 232 / 0.1);
  }

  .lg\:text-yellow-50\/100{
    color: rgb(254 252 232 / 1);
  }

  .lg\:text-yellow-50\/15{
    color: rgb(254 252 232 / 0.15);
  }

  .lg\:text-yellow-50\/20{
    color: rgb(254 252 232 / 0.2);
  }

  .lg\:text-yellow-50\/25{
    color: rgb(254 252 232 / 0.25);
  }

  .lg\:text-yellow-50\/30{
    color: rgb(254 252 232 / 0.3);
  }

  .lg\:text-yellow-50\/35{
    color: rgb(254 252 232 / 0.35);
  }

  .lg\:text-yellow-50\/40{
    color: rgb(254 252 232 / 0.4);
  }

  .lg\:text-yellow-50\/45{
    color: rgb(254 252 232 / 0.45);
  }

  .lg\:text-yellow-50\/5{
    color: rgb(254 252 232 / 0.05);
  }

  .lg\:text-yellow-50\/50{
    color: rgb(254 252 232 / 0.5);
  }

  .lg\:text-yellow-50\/55{
    color: rgb(254 252 232 / 0.55);
  }

  .lg\:text-yellow-50\/60{
    color: rgb(254 252 232 / 0.6);
  }

  .lg\:text-yellow-50\/65{
    color: rgb(254 252 232 / 0.65);
  }

  .lg\:text-yellow-50\/70{
    color: rgb(254 252 232 / 0.7);
  }

  .lg\:text-yellow-50\/75{
    color: rgb(254 252 232 / 0.75);
  }

  .lg\:text-yellow-50\/80{
    color: rgb(254 252 232 / 0.8);
  }

  .lg\:text-yellow-50\/85{
    color: rgb(254 252 232 / 0.85);
  }

  .lg\:text-yellow-50\/90{
    color: rgb(254 252 232 / 0.9);
  }

  .lg\:text-yellow-50\/95{
    color: rgb(254 252 232 / 0.95);
  }

  .lg\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-500\/0{
    color: rgb(234 179 8 / 0);
  }

  .lg\:text-yellow-500\/10{
    color: rgb(234 179 8 / 0.1);
  }

  .lg\:text-yellow-500\/100{
    color: rgb(234 179 8 / 1);
  }

  .lg\:text-yellow-500\/15{
    color: rgb(234 179 8 / 0.15);
  }

  .lg\:text-yellow-500\/20{
    color: rgb(234 179 8 / 0.2);
  }

  .lg\:text-yellow-500\/25{
    color: rgb(234 179 8 / 0.25);
  }

  .lg\:text-yellow-500\/30{
    color: rgb(234 179 8 / 0.3);
  }

  .lg\:text-yellow-500\/35{
    color: rgb(234 179 8 / 0.35);
  }

  .lg\:text-yellow-500\/40{
    color: rgb(234 179 8 / 0.4);
  }

  .lg\:text-yellow-500\/45{
    color: rgb(234 179 8 / 0.45);
  }

  .lg\:text-yellow-500\/5{
    color: rgb(234 179 8 / 0.05);
  }

  .lg\:text-yellow-500\/50{
    color: rgb(234 179 8 / 0.5);
  }

  .lg\:text-yellow-500\/55{
    color: rgb(234 179 8 / 0.55);
  }

  .lg\:text-yellow-500\/60{
    color: rgb(234 179 8 / 0.6);
  }

  .lg\:text-yellow-500\/65{
    color: rgb(234 179 8 / 0.65);
  }

  .lg\:text-yellow-500\/70{
    color: rgb(234 179 8 / 0.7);
  }

  .lg\:text-yellow-500\/75{
    color: rgb(234 179 8 / 0.75);
  }

  .lg\:text-yellow-500\/80{
    color: rgb(234 179 8 / 0.8);
  }

  .lg\:text-yellow-500\/85{
    color: rgb(234 179 8 / 0.85);
  }

  .lg\:text-yellow-500\/90{
    color: rgb(234 179 8 / 0.9);
  }

  .lg\:text-yellow-500\/95{
    color: rgb(234 179 8 / 0.95);
  }

  .lg\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-600\/0{
    color: rgb(202 138 4 / 0);
  }

  .lg\:text-yellow-600\/10{
    color: rgb(202 138 4 / 0.1);
  }

  .lg\:text-yellow-600\/100{
    color: rgb(202 138 4 / 1);
  }

  .lg\:text-yellow-600\/15{
    color: rgb(202 138 4 / 0.15);
  }

  .lg\:text-yellow-600\/20{
    color: rgb(202 138 4 / 0.2);
  }

  .lg\:text-yellow-600\/25{
    color: rgb(202 138 4 / 0.25);
  }

  .lg\:text-yellow-600\/30{
    color: rgb(202 138 4 / 0.3);
  }

  .lg\:text-yellow-600\/35{
    color: rgb(202 138 4 / 0.35);
  }

  .lg\:text-yellow-600\/40{
    color: rgb(202 138 4 / 0.4);
  }

  .lg\:text-yellow-600\/45{
    color: rgb(202 138 4 / 0.45);
  }

  .lg\:text-yellow-600\/5{
    color: rgb(202 138 4 / 0.05);
  }

  .lg\:text-yellow-600\/50{
    color: rgb(202 138 4 / 0.5);
  }

  .lg\:text-yellow-600\/55{
    color: rgb(202 138 4 / 0.55);
  }

  .lg\:text-yellow-600\/60{
    color: rgb(202 138 4 / 0.6);
  }

  .lg\:text-yellow-600\/65{
    color: rgb(202 138 4 / 0.65);
  }

  .lg\:text-yellow-600\/70{
    color: rgb(202 138 4 / 0.7);
  }

  .lg\:text-yellow-600\/75{
    color: rgb(202 138 4 / 0.75);
  }

  .lg\:text-yellow-600\/80{
    color: rgb(202 138 4 / 0.8);
  }

  .lg\:text-yellow-600\/85{
    color: rgb(202 138 4 / 0.85);
  }

  .lg\:text-yellow-600\/90{
    color: rgb(202 138 4 / 0.9);
  }

  .lg\:text-yellow-600\/95{
    color: rgb(202 138 4 / 0.95);
  }

  .lg\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-700\/0{
    color: rgb(161 98 7 / 0);
  }

  .lg\:text-yellow-700\/10{
    color: rgb(161 98 7 / 0.1);
  }

  .lg\:text-yellow-700\/100{
    color: rgb(161 98 7 / 1);
  }

  .lg\:text-yellow-700\/15{
    color: rgb(161 98 7 / 0.15);
  }

  .lg\:text-yellow-700\/20{
    color: rgb(161 98 7 / 0.2);
  }

  .lg\:text-yellow-700\/25{
    color: rgb(161 98 7 / 0.25);
  }

  .lg\:text-yellow-700\/30{
    color: rgb(161 98 7 / 0.3);
  }

  .lg\:text-yellow-700\/35{
    color: rgb(161 98 7 / 0.35);
  }

  .lg\:text-yellow-700\/40{
    color: rgb(161 98 7 / 0.4);
  }

  .lg\:text-yellow-700\/45{
    color: rgb(161 98 7 / 0.45);
  }

  .lg\:text-yellow-700\/5{
    color: rgb(161 98 7 / 0.05);
  }

  .lg\:text-yellow-700\/50{
    color: rgb(161 98 7 / 0.5);
  }

  .lg\:text-yellow-700\/55{
    color: rgb(161 98 7 / 0.55);
  }

  .lg\:text-yellow-700\/60{
    color: rgb(161 98 7 / 0.6);
  }

  .lg\:text-yellow-700\/65{
    color: rgb(161 98 7 / 0.65);
  }

  .lg\:text-yellow-700\/70{
    color: rgb(161 98 7 / 0.7);
  }

  .lg\:text-yellow-700\/75{
    color: rgb(161 98 7 / 0.75);
  }

  .lg\:text-yellow-700\/80{
    color: rgb(161 98 7 / 0.8);
  }

  .lg\:text-yellow-700\/85{
    color: rgb(161 98 7 / 0.85);
  }

  .lg\:text-yellow-700\/90{
    color: rgb(161 98 7 / 0.9);
  }

  .lg\:text-yellow-700\/95{
    color: rgb(161 98 7 / 0.95);
  }

  .lg\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-800\/0{
    color: rgb(133 77 14 / 0);
  }

  .lg\:text-yellow-800\/10{
    color: rgb(133 77 14 / 0.1);
  }

  .lg\:text-yellow-800\/100{
    color: rgb(133 77 14 / 1);
  }

  .lg\:text-yellow-800\/15{
    color: rgb(133 77 14 / 0.15);
  }

  .lg\:text-yellow-800\/20{
    color: rgb(133 77 14 / 0.2);
  }

  .lg\:text-yellow-800\/25{
    color: rgb(133 77 14 / 0.25);
  }

  .lg\:text-yellow-800\/30{
    color: rgb(133 77 14 / 0.3);
  }

  .lg\:text-yellow-800\/35{
    color: rgb(133 77 14 / 0.35);
  }

  .lg\:text-yellow-800\/40{
    color: rgb(133 77 14 / 0.4);
  }

  .lg\:text-yellow-800\/45{
    color: rgb(133 77 14 / 0.45);
  }

  .lg\:text-yellow-800\/5{
    color: rgb(133 77 14 / 0.05);
  }

  .lg\:text-yellow-800\/50{
    color: rgb(133 77 14 / 0.5);
  }

  .lg\:text-yellow-800\/55{
    color: rgb(133 77 14 / 0.55);
  }

  .lg\:text-yellow-800\/60{
    color: rgb(133 77 14 / 0.6);
  }

  .lg\:text-yellow-800\/65{
    color: rgb(133 77 14 / 0.65);
  }

  .lg\:text-yellow-800\/70{
    color: rgb(133 77 14 / 0.7);
  }

  .lg\:text-yellow-800\/75{
    color: rgb(133 77 14 / 0.75);
  }

  .lg\:text-yellow-800\/80{
    color: rgb(133 77 14 / 0.8);
  }

  .lg\:text-yellow-800\/85{
    color: rgb(133 77 14 / 0.85);
  }

  .lg\:text-yellow-800\/90{
    color: rgb(133 77 14 / 0.9);
  }

  .lg\:text-yellow-800\/95{
    color: rgb(133 77 14 / 0.95);
  }

  .lg\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-900\/0{
    color: rgb(113 63 18 / 0);
  }

  .lg\:text-yellow-900\/10{
    color: rgb(113 63 18 / 0.1);
  }

  .lg\:text-yellow-900\/100{
    color: rgb(113 63 18 / 1);
  }

  .lg\:text-yellow-900\/15{
    color: rgb(113 63 18 / 0.15);
  }

  .lg\:text-yellow-900\/20{
    color: rgb(113 63 18 / 0.2);
  }

  .lg\:text-yellow-900\/25{
    color: rgb(113 63 18 / 0.25);
  }

  .lg\:text-yellow-900\/30{
    color: rgb(113 63 18 / 0.3);
  }

  .lg\:text-yellow-900\/35{
    color: rgb(113 63 18 / 0.35);
  }

  .lg\:text-yellow-900\/40{
    color: rgb(113 63 18 / 0.4);
  }

  .lg\:text-yellow-900\/45{
    color: rgb(113 63 18 / 0.45);
  }

  .lg\:text-yellow-900\/5{
    color: rgb(113 63 18 / 0.05);
  }

  .lg\:text-yellow-900\/50{
    color: rgb(113 63 18 / 0.5);
  }

  .lg\:text-yellow-900\/55{
    color: rgb(113 63 18 / 0.55);
  }

  .lg\:text-yellow-900\/60{
    color: rgb(113 63 18 / 0.6);
  }

  .lg\:text-yellow-900\/65{
    color: rgb(113 63 18 / 0.65);
  }

  .lg\:text-yellow-900\/70{
    color: rgb(113 63 18 / 0.7);
  }

  .lg\:text-yellow-900\/75{
    color: rgb(113 63 18 / 0.75);
  }

  .lg\:text-yellow-900\/80{
    color: rgb(113 63 18 / 0.8);
  }

  .lg\:text-yellow-900\/85{
    color: rgb(113 63 18 / 0.85);
  }

  .lg\:text-yellow-900\/90{
    color: rgb(113 63 18 / 0.9);
  }

  .lg\:text-yellow-900\/95{
    color: rgb(113 63 18 / 0.95);
  }

  .lg\:text-yellow-950{
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity, 1));
  }

  .lg\:text-yellow-950\/0{
    color: rgb(66 32 6 / 0);
  }

  .lg\:text-yellow-950\/10{
    color: rgb(66 32 6 / 0.1);
  }

  .lg\:text-yellow-950\/100{
    color: rgb(66 32 6 / 1);
  }

  .lg\:text-yellow-950\/15{
    color: rgb(66 32 6 / 0.15);
  }

  .lg\:text-yellow-950\/20{
    color: rgb(66 32 6 / 0.2);
  }

  .lg\:text-yellow-950\/25{
    color: rgb(66 32 6 / 0.25);
  }

  .lg\:text-yellow-950\/30{
    color: rgb(66 32 6 / 0.3);
  }

  .lg\:text-yellow-950\/35{
    color: rgb(66 32 6 / 0.35);
  }

  .lg\:text-yellow-950\/40{
    color: rgb(66 32 6 / 0.4);
  }

  .lg\:text-yellow-950\/45{
    color: rgb(66 32 6 / 0.45);
  }

  .lg\:text-yellow-950\/5{
    color: rgb(66 32 6 / 0.05);
  }

  .lg\:text-yellow-950\/50{
    color: rgb(66 32 6 / 0.5);
  }

  .lg\:text-yellow-950\/55{
    color: rgb(66 32 6 / 0.55);
  }

  .lg\:text-yellow-950\/60{
    color: rgb(66 32 6 / 0.6);
  }

  .lg\:text-yellow-950\/65{
    color: rgb(66 32 6 / 0.65);
  }

  .lg\:text-yellow-950\/70{
    color: rgb(66 32 6 / 0.7);
  }

  .lg\:text-yellow-950\/75{
    color: rgb(66 32 6 / 0.75);
  }

  .lg\:text-yellow-950\/80{
    color: rgb(66 32 6 / 0.8);
  }

  .lg\:text-yellow-950\/85{
    color: rgb(66 32 6 / 0.85);
  }

  .lg\:text-yellow-950\/90{
    color: rgb(66 32 6 / 0.9);
  }

  .lg\:text-yellow-950\/95{
    color: rgb(66 32 6 / 0.95);
  }

  .lg\:text-zinc-100{
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-100\/0{
    color: rgb(244 244 245 / 0);
  }

  .lg\:text-zinc-100\/10{
    color: rgb(244 244 245 / 0.1);
  }

  .lg\:text-zinc-100\/100{
    color: rgb(244 244 245 / 1);
  }

  .lg\:text-zinc-100\/15{
    color: rgb(244 244 245 / 0.15);
  }

  .lg\:text-zinc-100\/20{
    color: rgb(244 244 245 / 0.2);
  }

  .lg\:text-zinc-100\/25{
    color: rgb(244 244 245 / 0.25);
  }

  .lg\:text-zinc-100\/30{
    color: rgb(244 244 245 / 0.3);
  }

  .lg\:text-zinc-100\/35{
    color: rgb(244 244 245 / 0.35);
  }

  .lg\:text-zinc-100\/40{
    color: rgb(244 244 245 / 0.4);
  }

  .lg\:text-zinc-100\/45{
    color: rgb(244 244 245 / 0.45);
  }

  .lg\:text-zinc-100\/5{
    color: rgb(244 244 245 / 0.05);
  }

  .lg\:text-zinc-100\/50{
    color: rgb(244 244 245 / 0.5);
  }

  .lg\:text-zinc-100\/55{
    color: rgb(244 244 245 / 0.55);
  }

  .lg\:text-zinc-100\/60{
    color: rgb(244 244 245 / 0.6);
  }

  .lg\:text-zinc-100\/65{
    color: rgb(244 244 245 / 0.65);
  }

  .lg\:text-zinc-100\/70{
    color: rgb(244 244 245 / 0.7);
  }

  .lg\:text-zinc-100\/75{
    color: rgb(244 244 245 / 0.75);
  }

  .lg\:text-zinc-100\/80{
    color: rgb(244 244 245 / 0.8);
  }

  .lg\:text-zinc-100\/85{
    color: rgb(244 244 245 / 0.85);
  }

  .lg\:text-zinc-100\/90{
    color: rgb(244 244 245 / 0.9);
  }

  .lg\:text-zinc-100\/95{
    color: rgb(244 244 245 / 0.95);
  }

  .lg\:text-zinc-200{
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-200\/0{
    color: rgb(228 228 231 / 0);
  }

  .lg\:text-zinc-200\/10{
    color: rgb(228 228 231 / 0.1);
  }

  .lg\:text-zinc-200\/100{
    color: rgb(228 228 231 / 1);
  }

  .lg\:text-zinc-200\/15{
    color: rgb(228 228 231 / 0.15);
  }

  .lg\:text-zinc-200\/20{
    color: rgb(228 228 231 / 0.2);
  }

  .lg\:text-zinc-200\/25{
    color: rgb(228 228 231 / 0.25);
  }

  .lg\:text-zinc-200\/30{
    color: rgb(228 228 231 / 0.3);
  }

  .lg\:text-zinc-200\/35{
    color: rgb(228 228 231 / 0.35);
  }

  .lg\:text-zinc-200\/40{
    color: rgb(228 228 231 / 0.4);
  }

  .lg\:text-zinc-200\/45{
    color: rgb(228 228 231 / 0.45);
  }

  .lg\:text-zinc-200\/5{
    color: rgb(228 228 231 / 0.05);
  }

  .lg\:text-zinc-200\/50{
    color: rgb(228 228 231 / 0.5);
  }

  .lg\:text-zinc-200\/55{
    color: rgb(228 228 231 / 0.55);
  }

  .lg\:text-zinc-200\/60{
    color: rgb(228 228 231 / 0.6);
  }

  .lg\:text-zinc-200\/65{
    color: rgb(228 228 231 / 0.65);
  }

  .lg\:text-zinc-200\/70{
    color: rgb(228 228 231 / 0.7);
  }

  .lg\:text-zinc-200\/75{
    color: rgb(228 228 231 / 0.75);
  }

  .lg\:text-zinc-200\/80{
    color: rgb(228 228 231 / 0.8);
  }

  .lg\:text-zinc-200\/85{
    color: rgb(228 228 231 / 0.85);
  }

  .lg\:text-zinc-200\/90{
    color: rgb(228 228 231 / 0.9);
  }

  .lg\:text-zinc-200\/95{
    color: rgb(228 228 231 / 0.95);
  }

  .lg\:text-zinc-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-300\/0{
    color: rgb(212 212 216 / 0);
  }

  .lg\:text-zinc-300\/10{
    color: rgb(212 212 216 / 0.1);
  }

  .lg\:text-zinc-300\/100{
    color: rgb(212 212 216 / 1);
  }

  .lg\:text-zinc-300\/15{
    color: rgb(212 212 216 / 0.15);
  }

  .lg\:text-zinc-300\/20{
    color: rgb(212 212 216 / 0.2);
  }

  .lg\:text-zinc-300\/25{
    color: rgb(212 212 216 / 0.25);
  }

  .lg\:text-zinc-300\/30{
    color: rgb(212 212 216 / 0.3);
  }

  .lg\:text-zinc-300\/35{
    color: rgb(212 212 216 / 0.35);
  }

  .lg\:text-zinc-300\/40{
    color: rgb(212 212 216 / 0.4);
  }

  .lg\:text-zinc-300\/45{
    color: rgb(212 212 216 / 0.45);
  }

  .lg\:text-zinc-300\/5{
    color: rgb(212 212 216 / 0.05);
  }

  .lg\:text-zinc-300\/50{
    color: rgb(212 212 216 / 0.5);
  }

  .lg\:text-zinc-300\/55{
    color: rgb(212 212 216 / 0.55);
  }

  .lg\:text-zinc-300\/60{
    color: rgb(212 212 216 / 0.6);
  }

  .lg\:text-zinc-300\/65{
    color: rgb(212 212 216 / 0.65);
  }

  .lg\:text-zinc-300\/70{
    color: rgb(212 212 216 / 0.7);
  }

  .lg\:text-zinc-300\/75{
    color: rgb(212 212 216 / 0.75);
  }

  .lg\:text-zinc-300\/80{
    color: rgb(212 212 216 / 0.8);
  }

  .lg\:text-zinc-300\/85{
    color: rgb(212 212 216 / 0.85);
  }

  .lg\:text-zinc-300\/90{
    color: rgb(212 212 216 / 0.9);
  }

  .lg\:text-zinc-300\/95{
    color: rgb(212 212 216 / 0.95);
  }

  .lg\:text-zinc-400{
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-400\/0{
    color: rgb(161 161 170 / 0);
  }

  .lg\:text-zinc-400\/10{
    color: rgb(161 161 170 / 0.1);
  }

  .lg\:text-zinc-400\/100{
    color: rgb(161 161 170 / 1);
  }

  .lg\:text-zinc-400\/15{
    color: rgb(161 161 170 / 0.15);
  }

  .lg\:text-zinc-400\/20{
    color: rgb(161 161 170 / 0.2);
  }

  .lg\:text-zinc-400\/25{
    color: rgb(161 161 170 / 0.25);
  }

  .lg\:text-zinc-400\/30{
    color: rgb(161 161 170 / 0.3);
  }

  .lg\:text-zinc-400\/35{
    color: rgb(161 161 170 / 0.35);
  }

  .lg\:text-zinc-400\/40{
    color: rgb(161 161 170 / 0.4);
  }

  .lg\:text-zinc-400\/45{
    color: rgb(161 161 170 / 0.45);
  }

  .lg\:text-zinc-400\/5{
    color: rgb(161 161 170 / 0.05);
  }

  .lg\:text-zinc-400\/50{
    color: rgb(161 161 170 / 0.5);
  }

  .lg\:text-zinc-400\/55{
    color: rgb(161 161 170 / 0.55);
  }

  .lg\:text-zinc-400\/60{
    color: rgb(161 161 170 / 0.6);
  }

  .lg\:text-zinc-400\/65{
    color: rgb(161 161 170 / 0.65);
  }

  .lg\:text-zinc-400\/70{
    color: rgb(161 161 170 / 0.7);
  }

  .lg\:text-zinc-400\/75{
    color: rgb(161 161 170 / 0.75);
  }

  .lg\:text-zinc-400\/80{
    color: rgb(161 161 170 / 0.8);
  }

  .lg\:text-zinc-400\/85{
    color: rgb(161 161 170 / 0.85);
  }

  .lg\:text-zinc-400\/90{
    color: rgb(161 161 170 / 0.9);
  }

  .lg\:text-zinc-400\/95{
    color: rgb(161 161 170 / 0.95);
  }

  .lg\:text-zinc-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .lg\:text-zinc-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .lg\:text-zinc-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .lg\:text-zinc-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .lg\:text-zinc-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .lg\:text-zinc-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .lg\:text-zinc-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .lg\:text-zinc-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .lg\:text-zinc-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .lg\:text-zinc-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .lg\:text-zinc-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .lg\:text-zinc-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .lg\:text-zinc-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .lg\:text-zinc-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .lg\:text-zinc-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .lg\:text-zinc-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .lg\:text-zinc-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .lg\:text-zinc-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .lg\:text-zinc-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .lg\:text-zinc-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .lg\:text-zinc-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .lg\:text-zinc-500{
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-500\/0{
    color: rgb(113 113 122 / 0);
  }

  .lg\:text-zinc-500\/10{
    color: rgb(113 113 122 / 0.1);
  }

  .lg\:text-zinc-500\/100{
    color: rgb(113 113 122 / 1);
  }

  .lg\:text-zinc-500\/15{
    color: rgb(113 113 122 / 0.15);
  }

  .lg\:text-zinc-500\/20{
    color: rgb(113 113 122 / 0.2);
  }

  .lg\:text-zinc-500\/25{
    color: rgb(113 113 122 / 0.25);
  }

  .lg\:text-zinc-500\/30{
    color: rgb(113 113 122 / 0.3);
  }

  .lg\:text-zinc-500\/35{
    color: rgb(113 113 122 / 0.35);
  }

  .lg\:text-zinc-500\/40{
    color: rgb(113 113 122 / 0.4);
  }

  .lg\:text-zinc-500\/45{
    color: rgb(113 113 122 / 0.45);
  }

  .lg\:text-zinc-500\/5{
    color: rgb(113 113 122 / 0.05);
  }

  .lg\:text-zinc-500\/50{
    color: rgb(113 113 122 / 0.5);
  }

  .lg\:text-zinc-500\/55{
    color: rgb(113 113 122 / 0.55);
  }

  .lg\:text-zinc-500\/60{
    color: rgb(113 113 122 / 0.6);
  }

  .lg\:text-zinc-500\/65{
    color: rgb(113 113 122 / 0.65);
  }

  .lg\:text-zinc-500\/70{
    color: rgb(113 113 122 / 0.7);
  }

  .lg\:text-zinc-500\/75{
    color: rgb(113 113 122 / 0.75);
  }

  .lg\:text-zinc-500\/80{
    color: rgb(113 113 122 / 0.8);
  }

  .lg\:text-zinc-500\/85{
    color: rgb(113 113 122 / 0.85);
  }

  .lg\:text-zinc-500\/90{
    color: rgb(113 113 122 / 0.9);
  }

  .lg\:text-zinc-500\/95{
    color: rgb(113 113 122 / 0.95);
  }

  .lg\:text-zinc-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-600\/0{
    color: rgb(82 82 91 / 0);
  }

  .lg\:text-zinc-600\/10{
    color: rgb(82 82 91 / 0.1);
  }

  .lg\:text-zinc-600\/100{
    color: rgb(82 82 91 / 1);
  }

  .lg\:text-zinc-600\/15{
    color: rgb(82 82 91 / 0.15);
  }

  .lg\:text-zinc-600\/20{
    color: rgb(82 82 91 / 0.2);
  }

  .lg\:text-zinc-600\/25{
    color: rgb(82 82 91 / 0.25);
  }

  .lg\:text-zinc-600\/30{
    color: rgb(82 82 91 / 0.3);
  }

  .lg\:text-zinc-600\/35{
    color: rgb(82 82 91 / 0.35);
  }

  .lg\:text-zinc-600\/40{
    color: rgb(82 82 91 / 0.4);
  }

  .lg\:text-zinc-600\/45{
    color: rgb(82 82 91 / 0.45);
  }

  .lg\:text-zinc-600\/5{
    color: rgb(82 82 91 / 0.05);
  }

  .lg\:text-zinc-600\/50{
    color: rgb(82 82 91 / 0.5);
  }

  .lg\:text-zinc-600\/55{
    color: rgb(82 82 91 / 0.55);
  }

  .lg\:text-zinc-600\/60{
    color: rgb(82 82 91 / 0.6);
  }

  .lg\:text-zinc-600\/65{
    color: rgb(82 82 91 / 0.65);
  }

  .lg\:text-zinc-600\/70{
    color: rgb(82 82 91 / 0.7);
  }

  .lg\:text-zinc-600\/75{
    color: rgb(82 82 91 / 0.75);
  }

  .lg\:text-zinc-600\/80{
    color: rgb(82 82 91 / 0.8);
  }

  .lg\:text-zinc-600\/85{
    color: rgb(82 82 91 / 0.85);
  }

  .lg\:text-zinc-600\/90{
    color: rgb(82 82 91 / 0.9);
  }

  .lg\:text-zinc-600\/95{
    color: rgb(82 82 91 / 0.95);
  }

  .lg\:text-zinc-700{
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-700\/0{
    color: rgb(63 63 70 / 0);
  }

  .lg\:text-zinc-700\/10{
    color: rgb(63 63 70 / 0.1);
  }

  .lg\:text-zinc-700\/100{
    color: rgb(63 63 70 / 1);
  }

  .lg\:text-zinc-700\/15{
    color: rgb(63 63 70 / 0.15);
  }

  .lg\:text-zinc-700\/20{
    color: rgb(63 63 70 / 0.2);
  }

  .lg\:text-zinc-700\/25{
    color: rgb(63 63 70 / 0.25);
  }

  .lg\:text-zinc-700\/30{
    color: rgb(63 63 70 / 0.3);
  }

  .lg\:text-zinc-700\/35{
    color: rgb(63 63 70 / 0.35);
  }

  .lg\:text-zinc-700\/40{
    color: rgb(63 63 70 / 0.4);
  }

  .lg\:text-zinc-700\/45{
    color: rgb(63 63 70 / 0.45);
  }

  .lg\:text-zinc-700\/5{
    color: rgb(63 63 70 / 0.05);
  }

  .lg\:text-zinc-700\/50{
    color: rgb(63 63 70 / 0.5);
  }

  .lg\:text-zinc-700\/55{
    color: rgb(63 63 70 / 0.55);
  }

  .lg\:text-zinc-700\/60{
    color: rgb(63 63 70 / 0.6);
  }

  .lg\:text-zinc-700\/65{
    color: rgb(63 63 70 / 0.65);
  }

  .lg\:text-zinc-700\/70{
    color: rgb(63 63 70 / 0.7);
  }

  .lg\:text-zinc-700\/75{
    color: rgb(63 63 70 / 0.75);
  }

  .lg\:text-zinc-700\/80{
    color: rgb(63 63 70 / 0.8);
  }

  .lg\:text-zinc-700\/85{
    color: rgb(63 63 70 / 0.85);
  }

  .lg\:text-zinc-700\/90{
    color: rgb(63 63 70 / 0.9);
  }

  .lg\:text-zinc-700\/95{
    color: rgb(63 63 70 / 0.95);
  }

  .lg\:text-zinc-800{
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-800\/0{
    color: rgb(39 39 42 / 0);
  }

  .lg\:text-zinc-800\/10{
    color: rgb(39 39 42 / 0.1);
  }

  .lg\:text-zinc-800\/100{
    color: rgb(39 39 42 / 1);
  }

  .lg\:text-zinc-800\/15{
    color: rgb(39 39 42 / 0.15);
  }

  .lg\:text-zinc-800\/20{
    color: rgb(39 39 42 / 0.2);
  }

  .lg\:text-zinc-800\/25{
    color: rgb(39 39 42 / 0.25);
  }

  .lg\:text-zinc-800\/30{
    color: rgb(39 39 42 / 0.3);
  }

  .lg\:text-zinc-800\/35{
    color: rgb(39 39 42 / 0.35);
  }

  .lg\:text-zinc-800\/40{
    color: rgb(39 39 42 / 0.4);
  }

  .lg\:text-zinc-800\/45{
    color: rgb(39 39 42 / 0.45);
  }

  .lg\:text-zinc-800\/5{
    color: rgb(39 39 42 / 0.05);
  }

  .lg\:text-zinc-800\/50{
    color: rgb(39 39 42 / 0.5);
  }

  .lg\:text-zinc-800\/55{
    color: rgb(39 39 42 / 0.55);
  }

  .lg\:text-zinc-800\/60{
    color: rgb(39 39 42 / 0.6);
  }

  .lg\:text-zinc-800\/65{
    color: rgb(39 39 42 / 0.65);
  }

  .lg\:text-zinc-800\/70{
    color: rgb(39 39 42 / 0.7);
  }

  .lg\:text-zinc-800\/75{
    color: rgb(39 39 42 / 0.75);
  }

  .lg\:text-zinc-800\/80{
    color: rgb(39 39 42 / 0.8);
  }

  .lg\:text-zinc-800\/85{
    color: rgb(39 39 42 / 0.85);
  }

  .lg\:text-zinc-800\/90{
    color: rgb(39 39 42 / 0.9);
  }

  .lg\:text-zinc-800\/95{
    color: rgb(39 39 42 / 0.95);
  }

  .lg\:text-zinc-900{
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-900\/0{
    color: rgb(24 24 27 / 0);
  }

  .lg\:text-zinc-900\/10{
    color: rgb(24 24 27 / 0.1);
  }

  .lg\:text-zinc-900\/100{
    color: rgb(24 24 27 / 1);
  }

  .lg\:text-zinc-900\/15{
    color: rgb(24 24 27 / 0.15);
  }

  .lg\:text-zinc-900\/20{
    color: rgb(24 24 27 / 0.2);
  }

  .lg\:text-zinc-900\/25{
    color: rgb(24 24 27 / 0.25);
  }

  .lg\:text-zinc-900\/30{
    color: rgb(24 24 27 / 0.3);
  }

  .lg\:text-zinc-900\/35{
    color: rgb(24 24 27 / 0.35);
  }

  .lg\:text-zinc-900\/40{
    color: rgb(24 24 27 / 0.4);
  }

  .lg\:text-zinc-900\/45{
    color: rgb(24 24 27 / 0.45);
  }

  .lg\:text-zinc-900\/5{
    color: rgb(24 24 27 / 0.05);
  }

  .lg\:text-zinc-900\/50{
    color: rgb(24 24 27 / 0.5);
  }

  .lg\:text-zinc-900\/55{
    color: rgb(24 24 27 / 0.55);
  }

  .lg\:text-zinc-900\/60{
    color: rgb(24 24 27 / 0.6);
  }

  .lg\:text-zinc-900\/65{
    color: rgb(24 24 27 / 0.65);
  }

  .lg\:text-zinc-900\/70{
    color: rgb(24 24 27 / 0.7);
  }

  .lg\:text-zinc-900\/75{
    color: rgb(24 24 27 / 0.75);
  }

  .lg\:text-zinc-900\/80{
    color: rgb(24 24 27 / 0.8);
  }

  .lg\:text-zinc-900\/85{
    color: rgb(24 24 27 / 0.85);
  }

  .lg\:text-zinc-900\/90{
    color: rgb(24 24 27 / 0.9);
  }

  .lg\:text-zinc-900\/95{
    color: rgb(24 24 27 / 0.95);
  }

  .lg\:text-zinc-950{
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  }

  .lg\:text-zinc-950\/0{
    color: rgb(9 9 11 / 0);
  }

  .lg\:text-zinc-950\/10{
    color: rgb(9 9 11 / 0.1);
  }

  .lg\:text-zinc-950\/100{
    color: rgb(9 9 11 / 1);
  }

  .lg\:text-zinc-950\/15{
    color: rgb(9 9 11 / 0.15);
  }

  .lg\:text-zinc-950\/20{
    color: rgb(9 9 11 / 0.2);
  }

  .lg\:text-zinc-950\/25{
    color: rgb(9 9 11 / 0.25);
  }

  .lg\:text-zinc-950\/30{
    color: rgb(9 9 11 / 0.3);
  }

  .lg\:text-zinc-950\/35{
    color: rgb(9 9 11 / 0.35);
  }

  .lg\:text-zinc-950\/40{
    color: rgb(9 9 11 / 0.4);
  }

  .lg\:text-zinc-950\/45{
    color: rgb(9 9 11 / 0.45);
  }

  .lg\:text-zinc-950\/5{
    color: rgb(9 9 11 / 0.05);
  }

  .lg\:text-zinc-950\/50{
    color: rgb(9 9 11 / 0.5);
  }

  .lg\:text-zinc-950\/55{
    color: rgb(9 9 11 / 0.55);
  }

  .lg\:text-zinc-950\/60{
    color: rgb(9 9 11 / 0.6);
  }

  .lg\:text-zinc-950\/65{
    color: rgb(9 9 11 / 0.65);
  }

  .lg\:text-zinc-950\/70{
    color: rgb(9 9 11 / 0.7);
  }

  .lg\:text-zinc-950\/75{
    color: rgb(9 9 11 / 0.75);
  }

  .lg\:text-zinc-950\/80{
    color: rgb(9 9 11 / 0.8);
  }

  .lg\:text-zinc-950\/85{
    color: rgb(9 9 11 / 0.85);
  }

  .lg\:text-zinc-950\/90{
    color: rgb(9 9 11 / 0.9);
  }

  .lg\:text-zinc-950\/95{
    color: rgb(9 9 11 / 0.95);
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-45{
    --tw-text-opacity: 0.45;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-55{
    --tw-text-opacity: 0.55;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -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);
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -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);
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -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);
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .lg\: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);
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .lg\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .lg\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .lg\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .lg\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .lg\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .lg\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (min-width: 1200px){
  .xl\:-bottom-0{
    bottom: -0px;
  }

  .xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem;
  }

  .xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xl\:-bottom-12{
    bottom: -3rem;
  }

  .xl\:-bottom-14{
    bottom: -3.5rem;
  }

  .xl\:-bottom-16{
    bottom: -4rem;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl\:-bottom-20{
    bottom: -5rem;
  }

  .xl\:-bottom-24{
    bottom: -6rem;
  }

  .xl\:-bottom-28{
    bottom: -7rem;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl\:-bottom-32{
    bottom: -8rem;
  }

  .xl\:-bottom-36{
    bottom: -9rem;
  }

  .xl\:-bottom-4{
    bottom: -1rem;
  }

  .xl\:-bottom-40{
    bottom: -10rem;
  }

  .xl\:-bottom-44{
    bottom: -11rem;
  }

  .xl\:-bottom-48{
    bottom: -12rem;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xl\:-bottom-52{
    bottom: -13rem;
  }

  .xl\:-bottom-56{
    bottom: -14rem;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem;
  }

  .xl\:-bottom-60{
    bottom: -15rem;
  }

  .xl\:-bottom-64{
    bottom: -16rem;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xl\:-bottom-72{
    bottom: -18rem;
  }

  .xl\:-bottom-8{
    bottom: -2rem;
  }

  .xl\:-bottom-80{
    bottom: -20rem;
  }

  .xl\:-bottom-9{
    bottom: -2.25rem;
  }

  .xl\:-bottom-96{
    bottom: -24rem;
  }

  .xl\:-bottom-full{
    bottom: -100%;
  }

  .xl\:-bottom-px{
    bottom: -1px;
  }

  .xl\:-left-0{
    left: -0px;
  }

  .xl\:-left-0\.5{
    left: -0.125rem;
  }

  .xl\:-left-1{
    left: -0.25rem;
  }

  .xl\:-left-1\.5{
    left: -0.375rem;
  }

  .xl\:-left-1\/2{
    left: -50%;
  }

  .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .xl\:-left-1\/4{
    left: -25%;
  }

  .xl\:-left-10{
    left: -2.5rem;
  }

  .xl\:-left-11{
    left: -2.75rem;
  }

  .xl\:-left-12{
    left: -3rem;
  }

  .xl\:-left-14{
    left: -3.5rem;
  }

  .xl\:-left-16{
    left: -4rem;
  }

  .xl\:-left-2{
    left: -0.5rem;
  }

  .xl\:-left-2\.5{
    left: -0.625rem;
  }

  .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .xl\:-left-2\/4{
    left: -50%;
  }

  .xl\:-left-20{
    left: -5rem;
  }

  .xl\:-left-24{
    left: -6rem;
  }

  .xl\:-left-28{
    left: -7rem;
  }

  .xl\:-left-3{
    left: -0.75rem;
  }

  .xl\:-left-3\.5{
    left: -0.875rem;
  }

  .xl\:-left-3\/4{
    left: -75%;
  }

  .xl\:-left-32{
    left: -8rem;
  }

  .xl\:-left-36{
    left: -9rem;
  }

  .xl\:-left-4{
    left: -1rem;
  }

  .xl\:-left-40{
    left: -10rem;
  }

  .xl\:-left-44{
    left: -11rem;
  }

  .xl\:-left-48{
    left: -12rem;
  }

  .xl\:-left-5{
    left: -1.25rem;
  }

  .xl\:-left-52{
    left: -13rem;
  }

  .xl\:-left-56{
    left: -14rem;
  }

  .xl\:-left-6{
    left: -1.5rem;
  }

  .xl\:-left-60{
    left: -15rem;
  }

  .xl\:-left-64{
    left: -16rem;
  }

  .xl\:-left-7{
    left: -1.75rem;
  }

  .xl\:-left-72{
    left: -18rem;
  }

  .xl\:-left-8{
    left: -2rem;
  }

  .xl\:-left-80{
    left: -20rem;
  }

  .xl\:-left-9{
    left: -2.25rem;
  }

  .xl\:-left-96{
    left: -24rem;
  }

  .xl\:-left-full{
    left: -100%;
  }

  .xl\:-left-px{
    left: -1px;
  }

  .xl\:-right-0{
    right: -0px;
  }

  .xl\:-right-0\.5{
    right: -0.125rem;
  }

  .xl\:-right-1{
    right: -0.25rem;
  }

  .xl\:-right-1\.5{
    right: -0.375rem;
  }

  .xl\:-right-1\/2{
    right: -50%;
  }

  .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .xl\:-right-1\/4{
    right: -25%;
  }

  .xl\:-right-10{
    right: -2.5rem;
  }

  .xl\:-right-11{
    right: -2.75rem;
  }

  .xl\:-right-12{
    right: -3rem;
  }

  .xl\:-right-14{
    right: -3.5rem;
  }

  .xl\:-right-16{
    right: -4rem;
  }

  .xl\:-right-2{
    right: -0.5rem;
  }

  .xl\:-right-2\.5{
    right: -0.625rem;
  }

  .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .xl\:-right-2\/4{
    right: -50%;
  }

  .xl\:-right-20{
    right: -5rem;
  }

  .xl\:-right-24{
    right: -6rem;
  }

  .xl\:-right-28{
    right: -7rem;
  }

  .xl\:-right-3{
    right: -0.75rem;
  }

  .xl\:-right-3\.5{
    right: -0.875rem;
  }

  .xl\:-right-3\/4{
    right: -75%;
  }

  .xl\:-right-32{
    right: -8rem;
  }

  .xl\:-right-36{
    right: -9rem;
  }

  .xl\:-right-4{
    right: -1rem;
  }

  .xl\:-right-40{
    right: -10rem;
  }

  .xl\:-right-44{
    right: -11rem;
  }

  .xl\:-right-48{
    right: -12rem;
  }

  .xl\:-right-5{
    right: -1.25rem;
  }

  .xl\:-right-52{
    right: -13rem;
  }

  .xl\:-right-56{
    right: -14rem;
  }

  .xl\:-right-6{
    right: -1.5rem;
  }

  .xl\:-right-60{
    right: -15rem;
  }

  .xl\:-right-64{
    right: -16rem;
  }

  .xl\:-right-7{
    right: -1.75rem;
  }

  .xl\:-right-72{
    right: -18rem;
  }

  .xl\:-right-8{
    right: -2rem;
  }

  .xl\:-right-80{
    right: -20rem;
  }

  .xl\:-right-9{
    right: -2.25rem;
  }

  .xl\:-right-96{
    right: -24rem;
  }

  .xl\:-right-full{
    right: -100%;
  }

  .xl\:-right-px{
    right: -1px;
  }

  .xl\:-top-0{
    top: -0px;
  }

  .xl\:-top-0\.5{
    top: -0.125rem;
  }

  .xl\:-top-1{
    top: -0.25rem;
  }

  .xl\:-top-1\.5{
    top: -0.375rem;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-top-10{
    top: -2.5rem;
  }

  .xl\:-top-11{
    top: -2.75rem;
  }

  .xl\:-top-12{
    top: -3rem;
  }

  .xl\:-top-14{
    top: -3.5rem;
  }

  .xl\:-top-16{
    top: -4rem;
  }

  .xl\:-top-2{
    top: -0.5rem;
  }

  .xl\:-top-2\.5{
    top: -0.625rem;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:-top-24{
    top: -6rem;
  }

  .xl\:-top-28{
    top: -7rem;
  }

  .xl\:-top-3{
    top: -0.75rem;
  }

  .xl\:-top-3\.5{
    top: -0.875rem;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-top-32{
    top: -8rem;
  }

  .xl\:-top-36{
    top: -9rem;
  }

  .xl\:-top-4{
    top: -1rem;
  }

  .xl\:-top-40{
    top: -10rem;
  }

  .xl\:-top-44{
    top: -11rem;
  }

  .xl\:-top-48{
    top: -12rem;
  }

  .xl\:-top-5{
    top: -1.25rem;
  }

  .xl\:-top-52{
    top: -13rem;
  }

  .xl\:-top-56{
    top: -14rem;
  }

  .xl\:-top-6{
    top: -1.5rem;
  }

  .xl\:-top-60{
    top: -15rem;
  }

  .xl\:-top-64{
    top: -16rem;
  }

  .xl\:-top-7{
    top: -1.75rem;
  }

  .xl\:-top-72{
    top: -18rem;
  }

  .xl\:-top-8{
    top: -2rem;
  }

  .xl\:-top-80{
    top: -20rem;
  }

  .xl\:-top-9{
    top: -2.25rem;
  }

  .xl\:-top-96{
    top: -24rem;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xl\:bottom-1{
    bottom: 0.25rem;
  }

  .xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .xl\:bottom-10{
    bottom: 2.5rem;
  }

  .xl\:bottom-11{
    bottom: 2.75rem;
  }

  .xl\:bottom-12{
    bottom: 3rem;
  }

  .xl\:bottom-14{
    bottom: 3.5rem;
  }

  .xl\:bottom-16{
    bottom: 4rem;
  }

  .xl\:bottom-2{
    bottom: 0.5rem;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .xl\:bottom-20{
    bottom: 5rem;
  }

  .xl\:bottom-24{
    bottom: 6rem;
  }

  .xl\:bottom-28{
    bottom: 7rem;
  }

  .xl\:bottom-3{
    bottom: 0.75rem;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .xl\:bottom-32{
    bottom: 8rem;
  }

  .xl\:bottom-36{
    bottom: 9rem;
  }

  .xl\:bottom-4{
    bottom: 1rem;
  }

  .xl\:bottom-40{
    bottom: 10rem;
  }

  .xl\:bottom-44{
    bottom: 11rem;
  }

  .xl\:bottom-48{
    bottom: 12rem;
  }

  .xl\:bottom-5{
    bottom: 1.25rem;
  }

  .xl\:bottom-52{
    bottom: 13rem;
  }

  .xl\:bottom-56{
    bottom: 14rem;
  }

  .xl\:bottom-6{
    bottom: 1.5rem;
  }

  .xl\:bottom-60{
    bottom: 15rem;
  }

  .xl\:bottom-64{
    bottom: 16rem;
  }

  .xl\:bottom-7{
    bottom: 1.75rem;
  }

  .xl\:bottom-72{
    bottom: 18rem;
  }

  .xl\:bottom-8{
    bottom: 2rem;
  }

  .xl\:bottom-80{
    bottom: 20rem;
  }

  .xl\:bottom-9{
    bottom: 2.25rem;
  }

  .xl\:bottom-96{
    bottom: 24rem;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:bottom-px{
    bottom: 1px;
  }

  .xl\:left-0{
    left: 0px;
  }

  .xl\:left-0\.5{
    left: 0.125rem;
  }

  .xl\:left-1{
    left: 0.25rem;
  }

  .xl\:left-1\.5{
    left: 0.375rem;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:left-1\/3{
    left: 33.333333%;
  }

  .xl\:left-1\/4{
    left: 25%;
  }

  .xl\:left-10{
    left: 2.5rem;
  }

  .xl\:left-11{
    left: 2.75rem;
  }

  .xl\:left-12{
    left: 3rem;
  }

  .xl\:left-14{
    left: 3.5rem;
  }

  .xl\:left-16{
    left: 4rem;
  }

  .xl\:left-2{
    left: 0.5rem;
  }

  .xl\:left-2\.5{
    left: 0.625rem;
  }

  .xl\:left-2\/3{
    left: 66.666667%;
  }

  .xl\:left-2\/4{
    left: 50%;
  }

  .xl\:left-20{
    left: 5rem;
  }

  .xl\:left-24{
    left: 6rem;
  }

  .xl\:left-28{
    left: 7rem;
  }

  .xl\:left-3{
    left: 0.75rem;
  }

  .xl\:left-3\.5{
    left: 0.875rem;
  }

  .xl\:left-3\/4{
    left: 75%;
  }

  .xl\:left-32{
    left: 8rem;
  }

  .xl\:left-36{
    left: 9rem;
  }

  .xl\:left-4{
    left: 1rem;
  }

  .xl\:left-40{
    left: 10rem;
  }

  .xl\:left-44{
    left: 11rem;
  }

  .xl\:left-48{
    left: 12rem;
  }

  .xl\:left-5{
    left: 1.25rem;
  }

  .xl\:left-52{
    left: 13rem;
  }

  .xl\:left-56{
    left: 14rem;
  }

  .xl\:left-6{
    left: 1.5rem;
  }

  .xl\:left-60{
    left: 15rem;
  }

  .xl\:left-64{
    left: 16rem;
  }

  .xl\:left-7{
    left: 1.75rem;
  }

  .xl\:left-72{
    left: 18rem;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:left-80{
    left: 20rem;
  }

  .xl\:left-9{
    left: 2.25rem;
  }

  .xl\:left-96{
    left: 24rem;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:left-px{
    left: 1px;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:right-0\.5{
    right: 0.125rem;
  }

  .xl\:right-1{
    right: 0.25rem;
  }

  .xl\:right-1\.5{
    right: 0.375rem;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:right-1\/3{
    right: 33.333333%;
  }

  .xl\:right-1\/4{
    right: 25%;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:right-11{
    right: 2.75rem;
  }

  .xl\:right-12{
    right: 3rem;
  }

  .xl\:right-14{
    right: 3.5rem;
  }

  .xl\:right-16{
    right: 4rem;
  }

  .xl\:right-2{
    right: 0.5rem;
  }

  .xl\:right-2\.5{
    right: 0.625rem;
  }

  .xl\:right-2\/3{
    right: 66.666667%;
  }

  .xl\:right-2\/4{
    right: 50%;
  }

  .xl\:right-20{
    right: 5rem;
  }

  .xl\:right-24{
    right: 6rem;
  }

  .xl\:right-28{
    right: 7rem;
  }

  .xl\:right-3{
    right: 0.75rem;
  }

  .xl\:right-3\.5{
    right: 0.875rem;
  }

  .xl\:right-3\/4{
    right: 75%;
  }

  .xl\:right-32{
    right: 8rem;
  }

  .xl\:right-36{
    right: 9rem;
  }

  .xl\:right-4{
    right: 1rem;
  }

  .xl\:right-40{
    right: 10rem;
  }

  .xl\:right-44{
    right: 11rem;
  }

  .xl\:right-48{
    right: 12rem;
  }

  .xl\:right-5{
    right: 1.25rem;
  }

  .xl\:right-52{
    right: 13rem;
  }

  .xl\:right-56{
    right: 14rem;
  }

  .xl\:right-6{
    right: 1.5rem;
  }

  .xl\:right-60{
    right: 15rem;
  }

  .xl\:right-64{
    right: 16rem;
  }

  .xl\:right-7{
    right: 1.75rem;
  }

  .xl\:right-72{
    right: 18rem;
  }

  .xl\:right-8{
    right: 2rem;
  }

  .xl\:right-80{
    right: 20rem;
  }

  .xl\:right-9{
    right: 2.25rem;
  }

  .xl\:right-96{
    right: 24rem;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:right-px{
    right: 1px;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:top-0\.5{
    top: 0.125rem;
  }

  .xl\:top-1{
    top: 0.25rem;
  }

  .xl\:top-1\.5{
    top: 0.375rem;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:top-10{
    top: 2.5rem;
  }

  .xl\:top-11{
    top: 2.75rem;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:top-14{
    top: 3.5rem;
  }

  .xl\:top-16{
    top: 4rem;
  }

  .xl\:top-2{
    top: 0.5rem;
  }

  .xl\:top-2\.5{
    top: 0.625rem;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:top-20{
    top: 5rem;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:top-3{
    top: 0.75rem;
  }

  .xl\:top-3\.5{
    top: 0.875rem;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:top-32{
    top: 8rem;
  }

  .xl\:top-36{
    top: 9rem;
  }

  .xl\:top-4{
    top: 1rem;
  }

  .xl\:top-40{
    top: 10rem;
  }

  .xl\:top-44{
    top: 11rem;
  }

  .xl\:top-48{
    top: 12rem;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:top-52{
    top: 13rem;
  }

  .xl\:top-56{
    top: 14rem;
  }

  .xl\:top-6{
    top: 1.5rem;
  }

  .xl\:top-60{
    top: 15rem;
  }

  .xl\:top-64{
    top: 16rem;
  }

  .xl\:top-7{
    top: 1.75rem;
  }

  .xl\:top-72{
    top: 18rem;
  }

  .xl\:top-8{
    top: 2rem;
  }

  .xl\:top-80{
    top: 20rem;
  }

  .xl\:top-9{
    top: 2.25rem;
  }

  .xl\:top-96{
    top: 24rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:-mb-0{
    margin-bottom: -0px;
  }

  .xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-mb-36{
    margin-bottom: -9rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-52{
    margin-bottom: -13rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-0{
    margin-left: -0px;
  }

  .xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-ml-14{
    margin-left: -3.5rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-ml-28{
    margin-left: -7rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-ml-36{
    margin-left: -9rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-ml-44{
    margin-left: -11rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-ml-52{
    margin-left: -13rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-ml-60{
    margin-left: -15rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xl\:-ml-72{
    margin-left: -18rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-ml-80{
    margin-left: -20rem;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .xl\:-ml-96{
    margin-left: -24rem;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mr-0{
    margin-right: -0px;
  }

  .xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mr-14{
    margin-right: -3.5rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mr-28{
    margin-right: -7rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mr-36{
    margin-right: -9rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mr-44{
    margin-right: -11rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mr-52{
    margin-right: -13rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mr-60{
    margin-right: -15rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xl\:-mr-72{
    margin-right: -18rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mr-80{
    margin-right: -20rem;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xl\:-mr-96{
    margin-right: -24rem;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mt-0{
    margin-top: -0px;
  }

  .xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mt-14{
    margin-top: -3.5rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mt-28{
    margin-top: -7rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mt-36{
    margin-top: -9rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mt-44{
    margin-top: -11rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mt-52{
    margin-top: -13rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mt-60{
    margin-top: -15rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xl\:-mt-72{
    margin-top: -18rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mt-80{
    margin-top: -20rem;
  }

  .xl\:-mt-9{
    margin-top: -2.25rem;
  }

  .xl\:-mt-96{
    margin-top: -24rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:mb-36{
    margin-bottom: 9rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:mb-44{
    margin-bottom: 11rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-52{
    margin-bottom: 13rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-60{
    margin-bottom: 15rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-72{
    margin-bottom: 18rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-80{
    margin-bottom: 20rem;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:mb-96{
    margin-bottom: 24rem;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:ml-11{
    margin-left: 2.75rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:ml-14{
    margin-left: 3.5rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:ml-28{
    margin-left: 7rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:ml-36{
    margin-left: 9rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:ml-44{
    margin-left: 11rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:ml-52{
    margin-left: 13rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:ml-60{
    margin-left: 15rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:ml-7{
    margin-left: 1.75rem;
  }

  .xl\:ml-72{
    margin-left: 18rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:ml-80{
    margin-left: 20rem;
  }

  .xl\:ml-9{
    margin-left: 2.25rem;
  }

  .xl\:ml-96{
    margin-left: 24rem;
  }

  .xl\:ml-\[-16\%\]{
    margin-left: -16%;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mr-11{
    margin-right: 2.75rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mr-14{
    margin-right: 3.5rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mr-28{
    margin-right: 7rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mr-36{
    margin-right: 9rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mr-44{
    margin-right: 11rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mr-52{
    margin-right: 13rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mr-60{
    margin-right: 15rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mr-7{
    margin-right: 1.75rem;
  }

  .xl\:mr-72{
    margin-right: 18rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mr-80{
    margin-right: 20rem;
  }

  .xl\:mr-9{
    margin-right: 2.25rem;
  }

  .xl\:mr-96{
    margin-right: 24rem;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mt-11{
    margin-top: 2.75rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mt-36{
    margin-top: 9rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mt-44{
    margin-top: 11rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-52{
    margin-top: 13rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mt-60{
    margin-top: 15rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mt-72{
    margin-top: 18rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mt-80{
    margin-top: 20rem;
  }

  .xl\:mt-9{
    margin-top: 2.25rem;
  }

  .xl\:mt-96{
    margin-top: 24rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xl\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xl\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .xl\:h-\[48px\]{
    height: 48px;
  }

  .xl\:h-\[64px\]{
    height: 64px;
  }

  .xl\:max-h-0{
    max-height: 0px;
  }

  .xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xl\:max-h-1{
    max-height: 0.25rem;
  }

  .xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xl\:max-h-10{
    max-height: 2.5rem;
  }

  .xl\:max-h-11{
    max-height: 2.75rem;
  }

  .xl\:max-h-12{
    max-height: 3rem;
  }

  .xl\:max-h-14{
    max-height: 3.5rem;
  }

  .xl\:max-h-16{
    max-height: 4rem;
  }

  .xl\:max-h-2{
    max-height: 0.5rem;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xl\:max-h-20{
    max-height: 5rem;
  }

  .xl\:max-h-24{
    max-height: 6rem;
  }

  .xl\:max-h-28{
    max-height: 7rem;
  }

  .xl\:max-h-3{
    max-height: 0.75rem;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xl\:max-h-32{
    max-height: 8rem;
  }

  .xl\:max-h-36{
    max-height: 9rem;
  }

  .xl\:max-h-4{
    max-height: 1rem;
  }

  .xl\:max-h-40{
    max-height: 10rem;
  }

  .xl\:max-h-44{
    max-height: 11rem;
  }

  .xl\:max-h-48{
    max-height: 12rem;
  }

  .xl\:max-h-5{
    max-height: 1.25rem;
  }

  .xl\:max-h-52{
    max-height: 13rem;
  }

  .xl\:max-h-56{
    max-height: 14rem;
  }

  .xl\:max-h-6{
    max-height: 1.5rem;
  }

  .xl\:max-h-60{
    max-height: 15rem;
  }

  .xl\:max-h-64{
    max-height: 16rem;
  }

  .xl\:max-h-7{
    max-height: 1.75rem;
  }

  .xl\:max-h-72{
    max-height: 18rem;
  }

  .xl\:max-h-8{
    max-height: 2rem;
  }

  .xl\:max-h-80{
    max-height: 20rem;
  }

  .xl\:max-h-9{
    max-height: 2.25rem;
  }

  .xl\:max-h-96{
    max-height: 24rem;
  }

  .xl\:max-h-dvh{
    max-height: 100dvh;
  }

  .xl\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-lvh{
    max-height: 100lvh;
  }

  .xl\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl\:max-h-min{
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xl\:max-h-none{
    max-height: none;
  }

  .xl\:max-h-px{
    max-height: 1px;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-h-svh{
    max-height: 100svh;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:min-h-0\.5{
    min-height: 0.125rem;
  }

  .xl\:min-h-1{
    min-height: 0.25rem;
  }

  .xl\:min-h-1\.5{
    min-height: 0.375rem;
  }

  .xl\:min-h-10{
    min-height: 2.5rem;
  }

  .xl\:min-h-11{
    min-height: 2.75rem;
  }

  .xl\:min-h-12{
    min-height: 3rem;
  }

  .xl\:min-h-14{
    min-height: 3.5rem;
  }

  .xl\:min-h-16{
    min-height: 4rem;
  }

  .xl\:min-h-2{
    min-height: 0.5rem;
  }

  .xl\:min-h-2\.5{
    min-height: 0.625rem;
  }

  .xl\:min-h-20{
    min-height: 5rem;
  }

  .xl\:min-h-24{
    min-height: 6rem;
  }

  .xl\:min-h-28{
    min-height: 7rem;
  }

  .xl\:min-h-3{
    min-height: 0.75rem;
  }

  .xl\:min-h-3\.5{
    min-height: 0.875rem;
  }

  .xl\:min-h-32{
    min-height: 8rem;
  }

  .xl\:min-h-36{
    min-height: 9rem;
  }

  .xl\:min-h-4{
    min-height: 1rem;
  }

  .xl\:min-h-40{
    min-height: 10rem;
  }

  .xl\:min-h-44{
    min-height: 11rem;
  }

  .xl\:min-h-48{
    min-height: 12rem;
  }

  .xl\:min-h-5{
    min-height: 1.25rem;
  }

  .xl\:min-h-52{
    min-height: 13rem;
  }

  .xl\:min-h-56{
    min-height: 14rem;
  }

  .xl\:min-h-6{
    min-height: 1.5rem;
  }

  .xl\:min-h-60{
    min-height: 15rem;
  }

  .xl\:min-h-64{
    min-height: 16rem;
  }

  .xl\:min-h-7{
    min-height: 1.75rem;
  }

  .xl\:min-h-72{
    min-height: 18rem;
  }

  .xl\:min-h-8{
    min-height: 2rem;
  }

  .xl\:min-h-80{
    min-height: 20rem;
  }

  .xl\:min-h-9{
    min-height: 2.25rem;
  }

  .xl\:min-h-96{
    min-height: 24rem;
  }

  .xl\:min-h-dvh{
    min-height: 100dvh;
  }

  .xl\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-lvh{
    min-height: 100lvh;
  }

  .xl\:min-h-max{
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .xl\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .xl\:min-h-px{
    min-height: 1px;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-h-svh{
    min-height: 100svh;
  }

  .xl\:min-w-0{
    min-width: 0px;
  }

  .xl\:min-w-0\.5{
    min-width: 0.125rem;
  }

  .xl\:min-w-1{
    min-width: 0.25rem;
  }

  .xl\:min-w-1\.5{
    min-width: 0.375rem;
  }

  .xl\:min-w-10{
    min-width: 2.5rem;
  }

  .xl\:min-w-11{
    min-width: 2.75rem;
  }

  .xl\:min-w-12{
    min-width: 3rem;
  }

  .xl\:min-w-14{
    min-width: 3.5rem;
  }

  .xl\:min-w-16{
    min-width: 4rem;
  }

  .xl\:min-w-2{
    min-width: 0.5rem;
  }

  .xl\:min-w-2\.5{
    min-width: 0.625rem;
  }

  .xl\:min-w-20{
    min-width: 5rem;
  }

  .xl\:min-w-24{
    min-width: 6rem;
  }

  .xl\:min-w-28{
    min-width: 7rem;
  }

  .xl\:min-w-3{
    min-width: 0.75rem;
  }

  .xl\:min-w-3\.5{
    min-width: 0.875rem;
  }

  .xl\:min-w-32{
    min-width: 8rem;
  }

  .xl\:min-w-36{
    min-width: 9rem;
  }

  .xl\:min-w-4{
    min-width: 1rem;
  }

  .xl\:min-w-40{
    min-width: 10rem;
  }

  .xl\:min-w-44{
    min-width: 11rem;
  }

  .xl\:min-w-48{
    min-width: 12rem;
  }

  .xl\:min-w-5{
    min-width: 1.25rem;
  }

  .xl\:min-w-52{
    min-width: 13rem;
  }

  .xl\:min-w-56{
    min-width: 14rem;
  }

  .xl\:min-w-6{
    min-width: 1.5rem;
  }

  .xl\:min-w-60{
    min-width: 15rem;
  }

  .xl\:min-w-64{
    min-width: 16rem;
  }

  .xl\:min-w-7{
    min-width: 1.75rem;
  }

  .xl\:min-w-72{
    min-width: 18rem;
  }

  .xl\:min-w-8{
    min-width: 2rem;
  }

  .xl\:min-w-80{
    min-width: 20rem;
  }

  .xl\:min-w-9{
    min-width: 2.25rem;
  }

  .xl\:min-w-96{
    min-width: 24rem;
  }

  .xl\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-px{
    min-width: 1px;
  }

  .xl\:max-w-0{
    max-width: 0px;
  }

  .xl\:max-w-0\.5{
    max-width: 0.125rem;
  }

  .xl\:max-w-1{
    max-width: 0.25rem;
  }

  .xl\:max-w-1\.5{
    max-width: 0.375rem;
  }

  .xl\:max-w-10{
    max-width: 2.5rem;
  }

  .xl\:max-w-11{
    max-width: 2.75rem;
  }

  .xl\:max-w-12{
    max-width: 3rem;
  }

  .xl\:max-w-14{
    max-width: 3.5rem;
  }

  .xl\:max-w-16{
    max-width: 4rem;
  }

  .xl\:max-w-2{
    max-width: 0.5rem;
  }

  .xl\:max-w-2\.5{
    max-width: 0.625rem;
  }

  .xl\:max-w-20{
    max-width: 5rem;
  }

  .xl\:max-w-24{
    max-width: 6rem;
  }

  .xl\:max-w-28{
    max-width: 7rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3{
    max-width: 0.75rem;
  }

  .xl\:max-w-3\.5{
    max-width: 0.875rem;
  }

  .xl\:max-w-32{
    max-width: 8rem;
  }

  .xl\:max-w-36{
    max-width: 9rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4{
    max-width: 1rem;
  }

  .xl\:max-w-40{
    max-width: 10rem;
  }

  .xl\:max-w-44{
    max-width: 11rem;
  }

  .xl\:max-w-48{
    max-width: 12rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5{
    max-width: 1.25rem;
  }

  .xl\:max-w-52{
    max-width: 13rem;
  }

  .xl\:max-w-56{
    max-width: 14rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6{
    max-width: 1.5rem;
  }

  .xl\:max-w-60{
    max-width: 15rem;
  }

  .xl\:max-w-64{
    max-width: 16rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-7{
    max-width: 1.75rem;
  }

  .xl\:max-w-72{
    max-width: 18rem;
  }

  .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-8{
    max-width: 2rem;
  }

  .xl\:max-w-80{
    max-width: 20rem;
  }

  .xl\:max-w-9{
    max-width: 2.25rem;
  }

  .xl\:max-w-96{
    max-width: 24rem;
  }

  .xl\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-prose{
    max-width: 65ch;
  }

  .xl\:max-w-px{
    max-width: 1px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-sm{
    max-width: 375px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1300px;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:cursor-context-menu{
    cursor: context-menu;
  }

  .xl\:snap-none{
    scroll-snap-type: none;
  }

  .xl\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .xl\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .xl\:snap-start{
    scroll-snap-align: start;
  }

  .xl\:snap-end{
    scroll-snap-align: end;
  }

  .xl\:snap-center{
    scroll-snap-align: center;
  }

  .xl\:snap-align-none{
    scroll-snap-align: none;
  }

  .xl\:snap-normal{
    scroll-snap-stop: normal;
  }

  .xl\:snap-always{
    scroll-snap-stop: always;
  }

  .xl\:-scroll-mx-0{
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .xl\:-scroll-mx-0\.5{
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .xl\:-scroll-mx-1{
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .xl\:-scroll-mx-1\.5{
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .xl\:-scroll-mx-10{
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .xl\:-scroll-mx-11{
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .xl\:-scroll-mx-12{
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .xl\:-scroll-mx-14{
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .xl\:-scroll-mx-16{
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .xl\:-scroll-mx-2{
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .xl\:-scroll-mx-2\.5{
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .xl\:-scroll-mx-20{
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .xl\:-scroll-mx-24{
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .xl\:-scroll-mx-28{
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .xl\:-scroll-mx-3{
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .xl\:-scroll-mx-3\.5{
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .xl\:-scroll-mx-32{
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .xl\:-scroll-mx-36{
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .xl\:-scroll-mx-4{
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .xl\:-scroll-mx-40{
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .xl\:-scroll-mx-44{
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .xl\:-scroll-mx-48{
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .xl\:-scroll-mx-5{
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .xl\:-scroll-mx-52{
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .xl\:-scroll-mx-56{
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .xl\:-scroll-mx-6{
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .xl\:-scroll-mx-60{
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .xl\:-scroll-mx-64{
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .xl\:-scroll-mx-7{
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .xl\:-scroll-mx-72{
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .xl\:-scroll-mx-8{
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .xl\:-scroll-mx-80{
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .xl\:-scroll-mx-9{
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .xl\:-scroll-mx-96{
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .xl\:-scroll-mx-px{
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .xl\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .xl\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .xl\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .xl\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .xl\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .xl\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .xl\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .xl\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .xl\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .xl\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .xl\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .xl\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .xl\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .xl\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .xl\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .xl\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .xl\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .xl\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .xl\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .xl\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .xl\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .xl\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .xl\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .xl\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .xl\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .xl\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .xl\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .xl\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .xl\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .xl\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .xl\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .xl\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .xl\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .xl\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .xl\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .xl\:scroll-mx-0{
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .xl\:scroll-mx-0\.5{
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .xl\:scroll-mx-1{
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .xl\:scroll-mx-1\.5{
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .xl\:scroll-mx-10{
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .xl\:scroll-mx-11{
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .xl\:scroll-mx-12{
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .xl\:scroll-mx-14{
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .xl\:scroll-mx-16{
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .xl\:scroll-mx-2{
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .xl\:scroll-mx-2\.5{
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .xl\:scroll-mx-20{
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .xl\:scroll-mx-24{
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .xl\:scroll-mx-28{
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .xl\:scroll-mx-3{
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .xl\:scroll-mx-3\.5{
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .xl\:scroll-mx-32{
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .xl\:scroll-mx-36{
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .xl\:scroll-mx-4{
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .xl\:scroll-mx-40{
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .xl\:scroll-mx-44{
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .xl\:scroll-mx-48{
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .xl\:scroll-mx-5{
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .xl\:scroll-mx-52{
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .xl\:scroll-mx-56{
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .xl\:scroll-mx-6{
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .xl\:scroll-mx-60{
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .xl\:scroll-mx-64{
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .xl\:scroll-mx-7{
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .xl\:scroll-mx-72{
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .xl\:scroll-mx-8{
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .xl\:scroll-mx-80{
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .xl\:scroll-mx-9{
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .xl\:scroll-mx-96{
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .xl\:scroll-mx-px{
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .xl\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .xl\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .xl\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .xl\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .xl\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .xl\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .xl\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .xl\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .xl\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .xl\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .xl\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .xl\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .xl\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .xl\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .xl\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .xl\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .xl\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .xl\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .xl\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .xl\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .xl\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .xl\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .xl\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .xl\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .xl\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .xl\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .xl\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .xl\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .xl\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .xl\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .xl\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .xl\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .xl\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .xl\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .xl\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .xl\:-scroll-mb-0{
    scroll-margin-bottom: -0px;
  }

  .xl\:-scroll-mb-0\.5{
    scroll-margin-bottom: -0.125rem;
  }

  .xl\:-scroll-mb-1{
    scroll-margin-bottom: -0.25rem;
  }

  .xl\:-scroll-mb-1\.5{
    scroll-margin-bottom: -0.375rem;
  }

  .xl\:-scroll-mb-10{
    scroll-margin-bottom: -2.5rem;
  }

  .xl\:-scroll-mb-11{
    scroll-margin-bottom: -2.75rem;
  }

  .xl\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }

  .xl\:-scroll-mb-14{
    scroll-margin-bottom: -3.5rem;
  }

  .xl\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }

  .xl\:-scroll-mb-2{
    scroll-margin-bottom: -0.5rem;
  }

  .xl\:-scroll-mb-2\.5{
    scroll-margin-bottom: -0.625rem;
  }

  .xl\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }

  .xl\:-scroll-mb-24{
    scroll-margin-bottom: -6rem;
  }

  .xl\:-scroll-mb-28{
    scroll-margin-bottom: -7rem;
  }

  .xl\:-scroll-mb-3{
    scroll-margin-bottom: -0.75rem;
  }

  .xl\:-scroll-mb-3\.5{
    scroll-margin-bottom: -0.875rem;
  }

  .xl\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }

  .xl\:-scroll-mb-36{
    scroll-margin-bottom: -9rem;
  }

  .xl\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }

  .xl\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }

  .xl\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }

  .xl\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }

  .xl\:-scroll-mb-5{
    scroll-margin-bottom: -1.25rem;
  }

  .xl\:-scroll-mb-52{
    scroll-margin-bottom: -13rem;
  }

  .xl\:-scroll-mb-56{
    scroll-margin-bottom: -14rem;
  }

  .xl\:-scroll-mb-6{
    scroll-margin-bottom: -1.5rem;
  }

  .xl\:-scroll-mb-60{
    scroll-margin-bottom: -15rem;
  }

  .xl\:-scroll-mb-64{
    scroll-margin-bottom: -16rem;
  }

  .xl\:-scroll-mb-7{
    scroll-margin-bottom: -1.75rem;
  }

  .xl\:-scroll-mb-72{
    scroll-margin-bottom: -18rem;
  }

  .xl\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }

  .xl\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }

  .xl\:-scroll-mb-9{
    scroll-margin-bottom: -2.25rem;
  }

  .xl\:-scroll-mb-96{
    scroll-margin-bottom: -24rem;
  }

  .xl\:-scroll-mb-px{
    scroll-margin-bottom: -1px;
  }

  .xl\:-scroll-ml-0{
    scroll-margin-left: -0px;
  }

  .xl\:-scroll-ml-0\.5{
    scroll-margin-left: -0.125rem;
  }

  .xl\:-scroll-ml-1{
    scroll-margin-left: -0.25rem;
  }

  .xl\:-scroll-ml-1\.5{
    scroll-margin-left: -0.375rem;
  }

  .xl\:-scroll-ml-10{
    scroll-margin-left: -2.5rem;
  }

  .xl\:-scroll-ml-11{
    scroll-margin-left: -2.75rem;
  }

  .xl\:-scroll-ml-12{
    scroll-margin-left: -3rem;
  }

  .xl\:-scroll-ml-14{
    scroll-margin-left: -3.5rem;
  }

  .xl\:-scroll-ml-16{
    scroll-margin-left: -4rem;
  }

  .xl\:-scroll-ml-2{
    scroll-margin-left: -0.5rem;
  }

  .xl\:-scroll-ml-2\.5{
    scroll-margin-left: -0.625rem;
  }

  .xl\:-scroll-ml-20{
    scroll-margin-left: -5rem;
  }

  .xl\:-scroll-ml-24{
    scroll-margin-left: -6rem;
  }

  .xl\:-scroll-ml-28{
    scroll-margin-left: -7rem;
  }

  .xl\:-scroll-ml-3{
    scroll-margin-left: -0.75rem;
  }

  .xl\:-scroll-ml-3\.5{
    scroll-margin-left: -0.875rem;
  }

  .xl\:-scroll-ml-32{
    scroll-margin-left: -8rem;
  }

  .xl\:-scroll-ml-36{
    scroll-margin-left: -9rem;
  }

  .xl\:-scroll-ml-4{
    scroll-margin-left: -1rem;
  }

  .xl\:-scroll-ml-40{
    scroll-margin-left: -10rem;
  }

  .xl\:-scroll-ml-44{
    scroll-margin-left: -11rem;
  }

  .xl\:-scroll-ml-48{
    scroll-margin-left: -12rem;
  }

  .xl\:-scroll-ml-5{
    scroll-margin-left: -1.25rem;
  }

  .xl\:-scroll-ml-52{
    scroll-margin-left: -13rem;
  }

  .xl\:-scroll-ml-56{
    scroll-margin-left: -14rem;
  }

  .xl\:-scroll-ml-6{
    scroll-margin-left: -1.5rem;
  }

  .xl\:-scroll-ml-60{
    scroll-margin-left: -15rem;
  }

  .xl\:-scroll-ml-64{
    scroll-margin-left: -16rem;
  }

  .xl\:-scroll-ml-7{
    scroll-margin-left: -1.75rem;
  }

  .xl\:-scroll-ml-72{
    scroll-margin-left: -18rem;
  }

  .xl\:-scroll-ml-8{
    scroll-margin-left: -2rem;
  }

  .xl\:-scroll-ml-80{
    scroll-margin-left: -20rem;
  }

  .xl\:-scroll-ml-9{
    scroll-margin-left: -2.25rem;
  }

  .xl\:-scroll-ml-96{
    scroll-margin-left: -24rem;
  }

  .xl\:-scroll-ml-px{
    scroll-margin-left: -1px;
  }

  .xl\:-scroll-mr-0{
    scroll-margin-right: -0px;
  }

  .xl\:-scroll-mr-0\.5{
    scroll-margin-right: -0.125rem;
  }

  .xl\:-scroll-mr-1{
    scroll-margin-right: -0.25rem;
  }

  .xl\:-scroll-mr-1\.5{
    scroll-margin-right: -0.375rem;
  }

  .xl\:-scroll-mr-10{
    scroll-margin-right: -2.5rem;
  }

  .xl\:-scroll-mr-11{
    scroll-margin-right: -2.75rem;
  }

  .xl\:-scroll-mr-12{
    scroll-margin-right: -3rem;
  }

  .xl\:-scroll-mr-14{
    scroll-margin-right: -3.5rem;
  }

  .xl\:-scroll-mr-16{
    scroll-margin-right: -4rem;
  }

  .xl\:-scroll-mr-2{
    scroll-margin-right: -0.5rem;
  }

  .xl\:-scroll-mr-2\.5{
    scroll-margin-right: -0.625rem;
  }

  .xl\:-scroll-mr-20{
    scroll-margin-right: -5rem;
  }

  .xl\:-scroll-mr-24{
    scroll-margin-right: -6rem;
  }

  .xl\:-scroll-mr-28{
    scroll-margin-right: -7rem;
  }

  .xl\:-scroll-mr-3{
    scroll-margin-right: -0.75rem;
  }

  .xl\:-scroll-mr-3\.5{
    scroll-margin-right: -0.875rem;
  }

  .xl\:-scroll-mr-32{
    scroll-margin-right: -8rem;
  }

  .xl\:-scroll-mr-36{
    scroll-margin-right: -9rem;
  }

  .xl\:-scroll-mr-4{
    scroll-margin-right: -1rem;
  }

  .xl\:-scroll-mr-40{
    scroll-margin-right: -10rem;
  }

  .xl\:-scroll-mr-44{
    scroll-margin-right: -11rem;
  }

  .xl\:-scroll-mr-48{
    scroll-margin-right: -12rem;
  }

  .xl\:-scroll-mr-5{
    scroll-margin-right: -1.25rem;
  }

  .xl\:-scroll-mr-52{
    scroll-margin-right: -13rem;
  }

  .xl\:-scroll-mr-56{
    scroll-margin-right: -14rem;
  }

  .xl\:-scroll-mr-6{
    scroll-margin-right: -1.5rem;
  }

  .xl\:-scroll-mr-60{
    scroll-margin-right: -15rem;
  }

  .xl\:-scroll-mr-64{
    scroll-margin-right: -16rem;
  }

  .xl\:-scroll-mr-7{
    scroll-margin-right: -1.75rem;
  }

  .xl\:-scroll-mr-72{
    scroll-margin-right: -18rem;
  }

  .xl\:-scroll-mr-8{
    scroll-margin-right: -2rem;
  }

  .xl\:-scroll-mr-80{
    scroll-margin-right: -20rem;
  }

  .xl\:-scroll-mr-9{
    scroll-margin-right: -2.25rem;
  }

  .xl\:-scroll-mr-96{
    scroll-margin-right: -24rem;
  }

  .xl\:-scroll-mr-px{
    scroll-margin-right: -1px;
  }

  .xl\:-scroll-mt-0{
    scroll-margin-top: -0px;
  }

  .xl\:-scroll-mt-0\.5{
    scroll-margin-top: -0.125rem;
  }

  .xl\:-scroll-mt-1{
    scroll-margin-top: -0.25rem;
  }

  .xl\:-scroll-mt-1\.5{
    scroll-margin-top: -0.375rem;
  }

  .xl\:-scroll-mt-10{
    scroll-margin-top: -2.5rem;
  }

  .xl\:-scroll-mt-11{
    scroll-margin-top: -2.75rem;
  }

  .xl\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }

  .xl\:-scroll-mt-14{
    scroll-margin-top: -3.5rem;
  }

  .xl\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }

  .xl\:-scroll-mt-2{
    scroll-margin-top: -0.5rem;
  }

  .xl\:-scroll-mt-2\.5{
    scroll-margin-top: -0.625rem;
  }

  .xl\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }

  .xl\:-scroll-mt-24{
    scroll-margin-top: -6rem;
  }

  .xl\:-scroll-mt-28{
    scroll-margin-top: -7rem;
  }

  .xl\:-scroll-mt-3{
    scroll-margin-top: -0.75rem;
  }

  .xl\:-scroll-mt-3\.5{
    scroll-margin-top: -0.875rem;
  }

  .xl\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }

  .xl\:-scroll-mt-36{
    scroll-margin-top: -9rem;
  }

  .xl\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }

  .xl\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }

  .xl\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }

  .xl\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }

  .xl\:-scroll-mt-5{
    scroll-margin-top: -1.25rem;
  }

  .xl\:-scroll-mt-52{
    scroll-margin-top: -13rem;
  }

  .xl\:-scroll-mt-56{
    scroll-margin-top: -14rem;
  }

  .xl\:-scroll-mt-6{
    scroll-margin-top: -1.5rem;
  }

  .xl\:-scroll-mt-60{
    scroll-margin-top: -15rem;
  }

  .xl\:-scroll-mt-64{
    scroll-margin-top: -16rem;
  }

  .xl\:-scroll-mt-7{
    scroll-margin-top: -1.75rem;
  }

  .xl\:-scroll-mt-72{
    scroll-margin-top: -18rem;
  }

  .xl\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }

  .xl\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }

  .xl\:-scroll-mt-9{
    scroll-margin-top: -2.25rem;
  }

  .xl\:-scroll-mt-96{
    scroll-margin-top: -24rem;
  }

  .xl\:-scroll-mt-px{
    scroll-margin-top: -1px;
  }

  .xl\:scroll-mb-0{
    scroll-margin-bottom: 0px;
  }

  .xl\:scroll-mb-0\.5{
    scroll-margin-bottom: 0.125rem;
  }

  .xl\:scroll-mb-1{
    scroll-margin-bottom: 0.25rem;
  }

  .xl\:scroll-mb-1\.5{
    scroll-margin-bottom: 0.375rem;
  }

  .xl\:scroll-mb-10{
    scroll-margin-bottom: 2.5rem;
  }

  .xl\:scroll-mb-11{
    scroll-margin-bottom: 2.75rem;
  }

  .xl\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }

  .xl\:scroll-mb-14{
    scroll-margin-bottom: 3.5rem;
  }

  .xl\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }

  .xl\:scroll-mb-2{
    scroll-margin-bottom: 0.5rem;
  }

  .xl\:scroll-mb-2\.5{
    scroll-margin-bottom: 0.625rem;
  }

  .xl\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }

  .xl\:scroll-mb-24{
    scroll-margin-bottom: 6rem;
  }

  .xl\:scroll-mb-28{
    scroll-margin-bottom: 7rem;
  }

  .xl\:scroll-mb-3{
    scroll-margin-bottom: 0.75rem;
  }

  .xl\:scroll-mb-3\.5{
    scroll-margin-bottom: 0.875rem;
  }

  .xl\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }

  .xl\:scroll-mb-36{
    scroll-margin-bottom: 9rem;
  }

  .xl\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }

  .xl\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }

  .xl\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }

  .xl\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }

  .xl\:scroll-mb-5{
    scroll-margin-bottom: 1.25rem;
  }

  .xl\:scroll-mb-52{
    scroll-margin-bottom: 13rem;
  }

  .xl\:scroll-mb-56{
    scroll-margin-bottom: 14rem;
  }

  .xl\:scroll-mb-6{
    scroll-margin-bottom: 1.5rem;
  }

  .xl\:scroll-mb-60{
    scroll-margin-bottom: 15rem;
  }

  .xl\:scroll-mb-64{
    scroll-margin-bottom: 16rem;
  }

  .xl\:scroll-mb-7{
    scroll-margin-bottom: 1.75rem;
  }

  .xl\:scroll-mb-72{
    scroll-margin-bottom: 18rem;
  }

  .xl\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }

  .xl\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }

  .xl\:scroll-mb-9{
    scroll-margin-bottom: 2.25rem;
  }

  .xl\:scroll-mb-96{
    scroll-margin-bottom: 24rem;
  }

  .xl\:scroll-mb-px{
    scroll-margin-bottom: 1px;
  }

  .xl\:scroll-ml-0{
    scroll-margin-left: 0px;
  }

  .xl\:scroll-ml-0\.5{
    scroll-margin-left: 0.125rem;
  }

  .xl\:scroll-ml-1{
    scroll-margin-left: 0.25rem;
  }

  .xl\:scroll-ml-1\.5{
    scroll-margin-left: 0.375rem;
  }

  .xl\:scroll-ml-10{
    scroll-margin-left: 2.5rem;
  }

  .xl\:scroll-ml-11{
    scroll-margin-left: 2.75rem;
  }

  .xl\:scroll-ml-12{
    scroll-margin-left: 3rem;
  }

  .xl\:scroll-ml-14{
    scroll-margin-left: 3.5rem;
  }

  .xl\:scroll-ml-16{
    scroll-margin-left: 4rem;
  }

  .xl\:scroll-ml-2{
    scroll-margin-left: 0.5rem;
  }

  .xl\:scroll-ml-2\.5{
    scroll-margin-left: 0.625rem;
  }

  .xl\:scroll-ml-20{
    scroll-margin-left: 5rem;
  }

  .xl\:scroll-ml-24{
    scroll-margin-left: 6rem;
  }

  .xl\:scroll-ml-28{
    scroll-margin-left: 7rem;
  }

  .xl\:scroll-ml-3{
    scroll-margin-left: 0.75rem;
  }

  .xl\:scroll-ml-3\.5{
    scroll-margin-left: 0.875rem;
  }

  .xl\:scroll-ml-32{
    scroll-margin-left: 8rem;
  }

  .xl\:scroll-ml-36{
    scroll-margin-left: 9rem;
  }

  .xl\:scroll-ml-4{
    scroll-margin-left: 1rem;
  }

  .xl\:scroll-ml-40{
    scroll-margin-left: 10rem;
  }

  .xl\:scroll-ml-44{
    scroll-margin-left: 11rem;
  }

  .xl\:scroll-ml-48{
    scroll-margin-left: 12rem;
  }

  .xl\:scroll-ml-5{
    scroll-margin-left: 1.25rem;
  }

  .xl\:scroll-ml-52{
    scroll-margin-left: 13rem;
  }

  .xl\:scroll-ml-56{
    scroll-margin-left: 14rem;
  }

  .xl\:scroll-ml-6{
    scroll-margin-left: 1.5rem;
  }

  .xl\:scroll-ml-60{
    scroll-margin-left: 15rem;
  }

  .xl\:scroll-ml-64{
    scroll-margin-left: 16rem;
  }

  .xl\:scroll-ml-7{
    scroll-margin-left: 1.75rem;
  }

  .xl\:scroll-ml-72{
    scroll-margin-left: 18rem;
  }

  .xl\:scroll-ml-8{
    scroll-margin-left: 2rem;
  }

  .xl\:scroll-ml-80{
    scroll-margin-left: 20rem;
  }

  .xl\:scroll-ml-9{
    scroll-margin-left: 2.25rem;
  }

  .xl\:scroll-ml-96{
    scroll-margin-left: 24rem;
  }

  .xl\:scroll-ml-px{
    scroll-margin-left: 1px;
  }

  .xl\:scroll-mr-0{
    scroll-margin-right: 0px;
  }

  .xl\:scroll-mr-0\.5{
    scroll-margin-right: 0.125rem;
  }

  .xl\:scroll-mr-1{
    scroll-margin-right: 0.25rem;
  }

  .xl\:scroll-mr-1\.5{
    scroll-margin-right: 0.375rem;
  }

  .xl\:scroll-mr-10{
    scroll-margin-right: 2.5rem;
  }

  .xl\:scroll-mr-11{
    scroll-margin-right: 2.75rem;
  }

  .xl\:scroll-mr-12{
    scroll-margin-right: 3rem;
  }

  .xl\:scroll-mr-14{
    scroll-margin-right: 3.5rem;
  }

  .xl\:scroll-mr-16{
    scroll-margin-right: 4rem;
  }

  .xl\:scroll-mr-2{
    scroll-margin-right: 0.5rem;
  }

  .xl\:scroll-mr-2\.5{
    scroll-margin-right: 0.625rem;
  }

  .xl\:scroll-mr-20{
    scroll-margin-right: 5rem;
  }

  .xl\:scroll-mr-24{
    scroll-margin-right: 6rem;
  }

  .xl\:scroll-mr-28{
    scroll-margin-right: 7rem;
  }

  .xl\:scroll-mr-3{
    scroll-margin-right: 0.75rem;
  }

  .xl\:scroll-mr-3\.5{
    scroll-margin-right: 0.875rem;
  }

  .xl\:scroll-mr-32{
    scroll-margin-right: 8rem;
  }

  .xl\:scroll-mr-36{
    scroll-margin-right: 9rem;
  }

  .xl\:scroll-mr-4{
    scroll-margin-right: 1rem;
  }

  .xl\:scroll-mr-40{
    scroll-margin-right: 10rem;
  }

  .xl\:scroll-mr-44{
    scroll-margin-right: 11rem;
  }

  .xl\:scroll-mr-48{
    scroll-margin-right: 12rem;
  }

  .xl\:scroll-mr-5{
    scroll-margin-right: 1.25rem;
  }

  .xl\:scroll-mr-52{
    scroll-margin-right: 13rem;
  }

  .xl\:scroll-mr-56{
    scroll-margin-right: 14rem;
  }

  .xl\:scroll-mr-6{
    scroll-margin-right: 1.5rem;
  }

  .xl\:scroll-mr-60{
    scroll-margin-right: 15rem;
  }

  .xl\:scroll-mr-64{
    scroll-margin-right: 16rem;
  }

  .xl\:scroll-mr-7{
    scroll-margin-right: 1.75rem;
  }

  .xl\:scroll-mr-72{
    scroll-margin-right: 18rem;
  }

  .xl\:scroll-mr-8{
    scroll-margin-right: 2rem;
  }

  .xl\:scroll-mr-80{
    scroll-margin-right: 20rem;
  }

  .xl\:scroll-mr-9{
    scroll-margin-right: 2.25rem;
  }

  .xl\:scroll-mr-96{
    scroll-margin-right: 24rem;
  }

  .xl\:scroll-mr-px{
    scroll-margin-right: 1px;
  }

  .xl\:scroll-mt-0{
    scroll-margin-top: 0px;
  }

  .xl\:scroll-mt-0\.5{
    scroll-margin-top: 0.125rem;
  }

  .xl\:scroll-mt-1{
    scroll-margin-top: 0.25rem;
  }

  .xl\:scroll-mt-1\.5{
    scroll-margin-top: 0.375rem;
  }

  .xl\:scroll-mt-10{
    scroll-margin-top: 2.5rem;
  }

  .xl\:scroll-mt-11{
    scroll-margin-top: 2.75rem;
  }

  .xl\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }

  .xl\:scroll-mt-14{
    scroll-margin-top: 3.5rem;
  }

  .xl\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }

  .xl\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }

  .xl\:scroll-mt-2\.5{
    scroll-margin-top: 0.625rem;
  }

  .xl\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }

  .xl\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

  .xl\:scroll-mt-28{
    scroll-margin-top: 7rem;
  }

  .xl\:scroll-mt-3{
    scroll-margin-top: 0.75rem;
  }

  .xl\:scroll-mt-3\.5{
    scroll-margin-top: 0.875rem;
  }

  .xl\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }

  .xl\:scroll-mt-36{
    scroll-margin-top: 9rem;
  }

  .xl\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }

  .xl\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }

  .xl\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }

  .xl\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }

  .xl\:scroll-mt-5{
    scroll-margin-top: 1.25rem;
  }

  .xl\:scroll-mt-52{
    scroll-margin-top: 13rem;
  }

  .xl\:scroll-mt-56{
    scroll-margin-top: 14rem;
  }

  .xl\:scroll-mt-6{
    scroll-margin-top: 1.5rem;
  }

  .xl\:scroll-mt-60{
    scroll-margin-top: 15rem;
  }

  .xl\:scroll-mt-64{
    scroll-margin-top: 16rem;
  }

  .xl\:scroll-mt-7{
    scroll-margin-top: 1.75rem;
  }

  .xl\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .xl\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }

  .xl\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }

  .xl\:scroll-mt-9{
    scroll-margin-top: 2.25rem;
  }

  .xl\:scroll-mt-96{
    scroll-margin-top: 24rem;
  }

  .xl\:scroll-mt-px{
    scroll-margin-top: 1px;
  }

  .xl\:scroll-p-0{
    scroll-padding: 0px;
  }

  .xl\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .xl\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .xl\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .xl\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .xl\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .xl\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .xl\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .xl\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .xl\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .xl\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .xl\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .xl\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .xl\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .xl\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .xl\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .xl\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .xl\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .xl\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .xl\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .xl\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .xl\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .xl\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .xl\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .xl\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .xl\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .xl\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .xl\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .xl\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .xl\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .xl\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .xl\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .xl\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .xl\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .xl\:scroll-p-px{
    scroll-padding: 1px;
  }

  .xl\:scroll-px-0{
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .xl\:scroll-px-0\.5{
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-px-1{
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .xl\:scroll-px-1\.5{
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .xl\:scroll-px-10{
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-px-11{
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .xl\:scroll-px-12{
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-px-14{
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .xl\:scroll-px-16{
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .xl\:scroll-px-2{
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-px-2\.5{
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-px-20{
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-px-24{
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-px-28{
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-px-3{
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .xl\:scroll-px-3\.5{
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .xl\:scroll-px-32{
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .xl\:scroll-px-36{
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .xl\:scroll-px-4{
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-px-40{
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-px-44{
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-px-48{
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-px-5{
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-px-52{
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-px-56{
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-px-6{
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-px-60{
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-px-64{
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-px-7{
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-px-72{
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-px-8{
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-px-80{
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .xl\:scroll-px-9{
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .xl\:scroll-px-96{
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .xl\:scroll-px-px{
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .xl\:scroll-py-0{
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .xl\:scroll-py-0\.5{
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .xl\:scroll-py-1{
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .xl\:scroll-py-1\.5{
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .xl\:scroll-py-10{
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .xl\:scroll-py-11{
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .xl\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .xl\:scroll-py-14{
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .xl\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .xl\:scroll-py-2{
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .xl\:scroll-py-2\.5{
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .xl\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .xl\:scroll-py-24{
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .xl\:scroll-py-28{
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .xl\:scroll-py-3{
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .xl\:scroll-py-3\.5{
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .xl\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .xl\:scroll-py-36{
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .xl\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .xl\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .xl\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .xl\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .xl\:scroll-py-5{
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .xl\:scroll-py-52{
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .xl\:scroll-py-56{
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .xl\:scroll-py-6{
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .xl\:scroll-py-60{
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .xl\:scroll-py-64{
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .xl\:scroll-py-7{
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .xl\:scroll-py-72{
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .xl\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .xl\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .xl\:scroll-py-9{
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .xl\:scroll-py-96{
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .xl\:scroll-py-px{
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .xl\:scroll-pb-0{
    scroll-padding-bottom: 0px;
  }

  .xl\:scroll-pb-0\.5{
    scroll-padding-bottom: 0.125rem;
  }

  .xl\:scroll-pb-1{
    scroll-padding-bottom: 0.25rem;
  }

  .xl\:scroll-pb-1\.5{
    scroll-padding-bottom: 0.375rem;
  }

  .xl\:scroll-pb-10{
    scroll-padding-bottom: 2.5rem;
  }

  .xl\:scroll-pb-11{
    scroll-padding-bottom: 2.75rem;
  }

  .xl\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }

  .xl\:scroll-pb-14{
    scroll-padding-bottom: 3.5rem;
  }

  .xl\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }

  .xl\:scroll-pb-2{
    scroll-padding-bottom: 0.5rem;
  }

  .xl\:scroll-pb-2\.5{
    scroll-padding-bottom: 0.625rem;
  }

  .xl\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }

  .xl\:scroll-pb-24{
    scroll-padding-bottom: 6rem;
  }

  .xl\:scroll-pb-28{
    scroll-padding-bottom: 7rem;
  }

  .xl\:scroll-pb-3{
    scroll-padding-bottom: 0.75rem;
  }

  .xl\:scroll-pb-3\.5{
    scroll-padding-bottom: 0.875rem;
  }

  .xl\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }

  .xl\:scroll-pb-36{
    scroll-padding-bottom: 9rem;
  }

  .xl\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }

  .xl\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }

  .xl\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }

  .xl\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }

  .xl\:scroll-pb-5{
    scroll-padding-bottom: 1.25rem;
  }

  .xl\:scroll-pb-52{
    scroll-padding-bottom: 13rem;
  }

  .xl\:scroll-pb-56{
    scroll-padding-bottom: 14rem;
  }

  .xl\:scroll-pb-6{
    scroll-padding-bottom: 1.5rem;
  }

  .xl\:scroll-pb-60{
    scroll-padding-bottom: 15rem;
  }

  .xl\:scroll-pb-64{
    scroll-padding-bottom: 16rem;
  }

  .xl\:scroll-pb-7{
    scroll-padding-bottom: 1.75rem;
  }

  .xl\:scroll-pb-72{
    scroll-padding-bottom: 18rem;
  }

  .xl\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }

  .xl\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }

  .xl\:scroll-pb-9{
    scroll-padding-bottom: 2.25rem;
  }

  .xl\:scroll-pb-96{
    scroll-padding-bottom: 24rem;
  }

  .xl\:scroll-pb-px{
    scroll-padding-bottom: 1px;
  }

  .xl\:scroll-pl-0{
    scroll-padding-left: 0px;
  }

  .xl\:scroll-pl-0\.5{
    scroll-padding-left: 0.125rem;
  }

  .xl\:scroll-pl-1{
    scroll-padding-left: 0.25rem;
  }

  .xl\:scroll-pl-1\.5{
    scroll-padding-left: 0.375rem;
  }

  .xl\:scroll-pl-10{
    scroll-padding-left: 2.5rem;
  }

  .xl\:scroll-pl-11{
    scroll-padding-left: 2.75rem;
  }

  .xl\:scroll-pl-12{
    scroll-padding-left: 3rem;
  }

  .xl\:scroll-pl-14{
    scroll-padding-left: 3.5rem;
  }

  .xl\:scroll-pl-16{
    scroll-padding-left: 4rem;
  }

  .xl\:scroll-pl-2{
    scroll-padding-left: 0.5rem;
  }

  .xl\:scroll-pl-2\.5{
    scroll-padding-left: 0.625rem;
  }

  .xl\:scroll-pl-20{
    scroll-padding-left: 5rem;
  }

  .xl\:scroll-pl-24{
    scroll-padding-left: 6rem;
  }

  .xl\:scroll-pl-28{
    scroll-padding-left: 7rem;
  }

  .xl\:scroll-pl-3{
    scroll-padding-left: 0.75rem;
  }

  .xl\:scroll-pl-3\.5{
    scroll-padding-left: 0.875rem;
  }

  .xl\:scroll-pl-32{
    scroll-padding-left: 8rem;
  }

  .xl\:scroll-pl-36{
    scroll-padding-left: 9rem;
  }

  .xl\:scroll-pl-4{
    scroll-padding-left: 1rem;
  }

  .xl\:scroll-pl-40{
    scroll-padding-left: 10rem;
  }

  .xl\:scroll-pl-44{
    scroll-padding-left: 11rem;
  }

  .xl\:scroll-pl-48{
    scroll-padding-left: 12rem;
  }

  .xl\:scroll-pl-5{
    scroll-padding-left: 1.25rem;
  }

  .xl\:scroll-pl-52{
    scroll-padding-left: 13rem;
  }

  .xl\:scroll-pl-56{
    scroll-padding-left: 14rem;
  }

  .xl\:scroll-pl-6{
    scroll-padding-left: 1.5rem;
  }

  .xl\:scroll-pl-60{
    scroll-padding-left: 15rem;
  }

  .xl\:scroll-pl-64{
    scroll-padding-left: 16rem;
  }

  .xl\:scroll-pl-7{
    scroll-padding-left: 1.75rem;
  }

  .xl\:scroll-pl-72{
    scroll-padding-left: 18rem;
  }

  .xl\:scroll-pl-8{
    scroll-padding-left: 2rem;
  }

  .xl\:scroll-pl-80{
    scroll-padding-left: 20rem;
  }

  .xl\:scroll-pl-9{
    scroll-padding-left: 2.25rem;
  }

  .xl\:scroll-pl-96{
    scroll-padding-left: 24rem;
  }

  .xl\:scroll-pl-px{
    scroll-padding-left: 1px;
  }

  .xl\:scroll-pr-0{
    scroll-padding-right: 0px;
  }

  .xl\:scroll-pr-0\.5{
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-pr-1{
    scroll-padding-right: 0.25rem;
  }

  .xl\:scroll-pr-1\.5{
    scroll-padding-right: 0.375rem;
  }

  .xl\:scroll-pr-10{
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-pr-11{
    scroll-padding-right: 2.75rem;
  }

  .xl\:scroll-pr-12{
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-pr-14{
    scroll-padding-right: 3.5rem;
  }

  .xl\:scroll-pr-16{
    scroll-padding-right: 4rem;
  }

  .xl\:scroll-pr-2{
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-pr-2\.5{
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-pr-20{
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-pr-24{
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-pr-28{
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-pr-3{
    scroll-padding-right: 0.75rem;
  }

  .xl\:scroll-pr-3\.5{
    scroll-padding-right: 0.875rem;
  }

  .xl\:scroll-pr-32{
    scroll-padding-right: 8rem;
  }

  .xl\:scroll-pr-36{
    scroll-padding-right: 9rem;
  }

  .xl\:scroll-pr-4{
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-pr-40{
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-pr-44{
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-pr-48{
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-pr-5{
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-pr-52{
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-pr-56{
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-pr-6{
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-pr-60{
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-pr-64{
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-pr-7{
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-pr-72{
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-pr-8{
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-pr-80{
    scroll-padding-right: 20rem;
  }

  .xl\:scroll-pr-9{
    scroll-padding-right: 2.25rem;
  }

  .xl\:scroll-pr-96{
    scroll-padding-right: 24rem;
  }

  .xl\:scroll-pr-px{
    scroll-padding-right: 1px;
  }

  .xl\:scroll-pt-0{
    scroll-padding-top: 0px;
  }

  .xl\:scroll-pt-0\.5{
    scroll-padding-top: 0.125rem;
  }

  .xl\:scroll-pt-1{
    scroll-padding-top: 0.25rem;
  }

  .xl\:scroll-pt-1\.5{
    scroll-padding-top: 0.375rem;
  }

  .xl\:scroll-pt-10{
    scroll-padding-top: 2.5rem;
  }

  .xl\:scroll-pt-11{
    scroll-padding-top: 2.75rem;
  }

  .xl\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }

  .xl\:scroll-pt-14{
    scroll-padding-top: 3.5rem;
  }

  .xl\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }

  .xl\:scroll-pt-2{
    scroll-padding-top: 0.5rem;
  }

  .xl\:scroll-pt-2\.5{
    scroll-padding-top: 0.625rem;
  }

  .xl\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }

  .xl\:scroll-pt-24{
    scroll-padding-top: 6rem;
  }

  .xl\:scroll-pt-28{
    scroll-padding-top: 7rem;
  }

  .xl\:scroll-pt-3{
    scroll-padding-top: 0.75rem;
  }

  .xl\:scroll-pt-3\.5{
    scroll-padding-top: 0.875rem;
  }

  .xl\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }

  .xl\:scroll-pt-36{
    scroll-padding-top: 9rem;
  }

  .xl\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }

  .xl\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }

  .xl\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }

  .xl\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }

  .xl\:scroll-pt-5{
    scroll-padding-top: 1.25rem;
  }

  .xl\:scroll-pt-52{
    scroll-padding-top: 13rem;
  }

  .xl\:scroll-pt-56{
    scroll-padding-top: 14rem;
  }

  .xl\:scroll-pt-6{
    scroll-padding-top: 1.5rem;
  }

  .xl\:scroll-pt-60{
    scroll-padding-top: 15rem;
  }

  .xl\:scroll-pt-64{
    scroll-padding-top: 16rem;
  }

  .xl\:scroll-pt-7{
    scroll-padding-top: 1.75rem;
  }

  .xl\:scroll-pt-72{
    scroll-padding-top: 18rem;
  }

  .xl\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }

  .xl\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }

  .xl\:scroll-pt-9{
    scroll-padding-top: 2.25rem;
  }

  .xl\:scroll-pt-96{
    scroll-padding-top: 24rem;
  }

  .xl\:scroll-pt-px{
    scroll-padding-top: 1px;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:gap-1{
    gap: 0.25rem;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:gap-36{
    gap: 9rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-40{
    gap: 10rem;
  }

  .xl\:gap-44{
    gap: 11rem;
  }

  .xl\:gap-48{
    gap: 12rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-52{
    gap: 13rem;
  }

  .xl\:gap-56{
    gap: 14rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-60{
    gap: 15rem;
  }

  .xl\:gap-64{
    gap: 16rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-72{
    gap: 18rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-80{
    gap: 20rem;
  }

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:gap-96{
    gap: 24rem;
  }

  .xl\:gap-\[115px\]{
    gap: 115px;
  }

  .xl\:gap-\[142px\]{
    gap: 142px;
  }

  .xl\:gap-\[162px\]{
    gap: 162px;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16{
    row-gap: 4rem;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-20{
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    row-gap: 6rem;
  }

  .xl\:gap-y-28{
    row-gap: 7rem;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:gap-y-32{
    row-gap: 8rem;
  }

  .xl\:gap-y-36{
    row-gap: 9rem;
  }

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-40{
    row-gap: 10rem;
  }

  .xl\:gap-y-44{
    row-gap: 11rem;
  }

  .xl\:gap-y-48{
    row-gap: 12rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-52{
    row-gap: 13rem;
  }

  .xl\:gap-y-56{
    row-gap: 14rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-60{
    row-gap: 15rem;
  }

  .xl\:gap-y-64{
    row-gap: 16rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-72{
    row-gap: 18rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:gap-y-80{
    row-gap: 20rem;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:gap-y-96{
    row-gap: 24rem;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .xl\:text-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:text-clip{
    text-overflow: clip;
  }

  .xl\:text-wrap{
    text-wrap: wrap;
  }

  .xl\:text-nowrap{
    text-wrap: nowrap;
  }

  .xl\:text-balance{
    text-wrap: balance;
  }

  .xl\:text-pretty{
    text-wrap: pretty;
  }

  .xl\:bg-amber-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-100\/0{
    background-color: rgb(254 243 199 / 0);
  }

  .xl\:bg-amber-100\/10{
    background-color: rgb(254 243 199 / 0.1);
  }

  .xl\:bg-amber-100\/100{
    background-color: rgb(254 243 199 / 1);
  }

  .xl\:bg-amber-100\/15{
    background-color: rgb(254 243 199 / 0.15);
  }

  .xl\:bg-amber-100\/20{
    background-color: rgb(254 243 199 / 0.2);
  }

  .xl\:bg-amber-100\/25{
    background-color: rgb(254 243 199 / 0.25);
  }

  .xl\:bg-amber-100\/30{
    background-color: rgb(254 243 199 / 0.3);
  }

  .xl\:bg-amber-100\/35{
    background-color: rgb(254 243 199 / 0.35);
  }

  .xl\:bg-amber-100\/40{
    background-color: rgb(254 243 199 / 0.4);
  }

  .xl\:bg-amber-100\/45{
    background-color: rgb(254 243 199 / 0.45);
  }

  .xl\:bg-amber-100\/5{
    background-color: rgb(254 243 199 / 0.05);
  }

  .xl\:bg-amber-100\/50{
    background-color: rgb(254 243 199 / 0.5);
  }

  .xl\:bg-amber-100\/55{
    background-color: rgb(254 243 199 / 0.55);
  }

  .xl\:bg-amber-100\/60{
    background-color: rgb(254 243 199 / 0.6);
  }

  .xl\:bg-amber-100\/65{
    background-color: rgb(254 243 199 / 0.65);
  }

  .xl\:bg-amber-100\/70{
    background-color: rgb(254 243 199 / 0.7);
  }

  .xl\:bg-amber-100\/75{
    background-color: rgb(254 243 199 / 0.75);
  }

  .xl\:bg-amber-100\/80{
    background-color: rgb(254 243 199 / 0.8);
  }

  .xl\:bg-amber-100\/85{
    background-color: rgb(254 243 199 / 0.85);
  }

  .xl\:bg-amber-100\/90{
    background-color: rgb(254 243 199 / 0.9);
  }

  .xl\:bg-amber-100\/95{
    background-color: rgb(254 243 199 / 0.95);
  }

  .xl\:bg-amber-200{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-200\/0{
    background-color: rgb(253 230 138 / 0);
  }

  .xl\:bg-amber-200\/10{
    background-color: rgb(253 230 138 / 0.1);
  }

  .xl\:bg-amber-200\/100{
    background-color: rgb(253 230 138 / 1);
  }

  .xl\:bg-amber-200\/15{
    background-color: rgb(253 230 138 / 0.15);
  }

  .xl\:bg-amber-200\/20{
    background-color: rgb(253 230 138 / 0.2);
  }

  .xl\:bg-amber-200\/25{
    background-color: rgb(253 230 138 / 0.25);
  }

  .xl\:bg-amber-200\/30{
    background-color: rgb(253 230 138 / 0.3);
  }

  .xl\:bg-amber-200\/35{
    background-color: rgb(253 230 138 / 0.35);
  }

  .xl\:bg-amber-200\/40{
    background-color: rgb(253 230 138 / 0.4);
  }

  .xl\:bg-amber-200\/45{
    background-color: rgb(253 230 138 / 0.45);
  }

  .xl\:bg-amber-200\/5{
    background-color: rgb(253 230 138 / 0.05);
  }

  .xl\:bg-amber-200\/50{
    background-color: rgb(253 230 138 / 0.5);
  }

  .xl\:bg-amber-200\/55{
    background-color: rgb(253 230 138 / 0.55);
  }

  .xl\:bg-amber-200\/60{
    background-color: rgb(253 230 138 / 0.6);
  }

  .xl\:bg-amber-200\/65{
    background-color: rgb(253 230 138 / 0.65);
  }

  .xl\:bg-amber-200\/70{
    background-color: rgb(253 230 138 / 0.7);
  }

  .xl\:bg-amber-200\/75{
    background-color: rgb(253 230 138 / 0.75);
  }

  .xl\:bg-amber-200\/80{
    background-color: rgb(253 230 138 / 0.8);
  }

  .xl\:bg-amber-200\/85{
    background-color: rgb(253 230 138 / 0.85);
  }

  .xl\:bg-amber-200\/90{
    background-color: rgb(253 230 138 / 0.9);
  }

  .xl\:bg-amber-200\/95{
    background-color: rgb(253 230 138 / 0.95);
  }

  .xl\:bg-amber-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-300\/0{
    background-color: rgb(252 211 77 / 0);
  }

  .xl\:bg-amber-300\/10{
    background-color: rgb(252 211 77 / 0.1);
  }

  .xl\:bg-amber-300\/100{
    background-color: rgb(252 211 77 / 1);
  }

  .xl\:bg-amber-300\/15{
    background-color: rgb(252 211 77 / 0.15);
  }

  .xl\:bg-amber-300\/20{
    background-color: rgb(252 211 77 / 0.2);
  }

  .xl\:bg-amber-300\/25{
    background-color: rgb(252 211 77 / 0.25);
  }

  .xl\:bg-amber-300\/30{
    background-color: rgb(252 211 77 / 0.3);
  }

  .xl\:bg-amber-300\/35{
    background-color: rgb(252 211 77 / 0.35);
  }

  .xl\:bg-amber-300\/40{
    background-color: rgb(252 211 77 / 0.4);
  }

  .xl\:bg-amber-300\/45{
    background-color: rgb(252 211 77 / 0.45);
  }

  .xl\:bg-amber-300\/5{
    background-color: rgb(252 211 77 / 0.05);
  }

  .xl\:bg-amber-300\/50{
    background-color: rgb(252 211 77 / 0.5);
  }

  .xl\:bg-amber-300\/55{
    background-color: rgb(252 211 77 / 0.55);
  }

  .xl\:bg-amber-300\/60{
    background-color: rgb(252 211 77 / 0.6);
  }

  .xl\:bg-amber-300\/65{
    background-color: rgb(252 211 77 / 0.65);
  }

  .xl\:bg-amber-300\/70{
    background-color: rgb(252 211 77 / 0.7);
  }

  .xl\:bg-amber-300\/75{
    background-color: rgb(252 211 77 / 0.75);
  }

  .xl\:bg-amber-300\/80{
    background-color: rgb(252 211 77 / 0.8);
  }

  .xl\:bg-amber-300\/85{
    background-color: rgb(252 211 77 / 0.85);
  }

  .xl\:bg-amber-300\/90{
    background-color: rgb(252 211 77 / 0.9);
  }

  .xl\:bg-amber-300\/95{
    background-color: rgb(252 211 77 / 0.95);
  }

  .xl\:bg-amber-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-400\/0{
    background-color: rgb(251 191 36 / 0);
  }

  .xl\:bg-amber-400\/10{
    background-color: rgb(251 191 36 / 0.1);
  }

  .xl\:bg-amber-400\/100{
    background-color: rgb(251 191 36 / 1);
  }

  .xl\:bg-amber-400\/15{
    background-color: rgb(251 191 36 / 0.15);
  }

  .xl\:bg-amber-400\/20{
    background-color: rgb(251 191 36 / 0.2);
  }

  .xl\:bg-amber-400\/25{
    background-color: rgb(251 191 36 / 0.25);
  }

  .xl\:bg-amber-400\/30{
    background-color: rgb(251 191 36 / 0.3);
  }

  .xl\:bg-amber-400\/35{
    background-color: rgb(251 191 36 / 0.35);
  }

  .xl\:bg-amber-400\/40{
    background-color: rgb(251 191 36 / 0.4);
  }

  .xl\:bg-amber-400\/45{
    background-color: rgb(251 191 36 / 0.45);
  }

  .xl\:bg-amber-400\/5{
    background-color: rgb(251 191 36 / 0.05);
  }

  .xl\:bg-amber-400\/50{
    background-color: rgb(251 191 36 / 0.5);
  }

  .xl\:bg-amber-400\/55{
    background-color: rgb(251 191 36 / 0.55);
  }

  .xl\:bg-amber-400\/60{
    background-color: rgb(251 191 36 / 0.6);
  }

  .xl\:bg-amber-400\/65{
    background-color: rgb(251 191 36 / 0.65);
  }

  .xl\:bg-amber-400\/70{
    background-color: rgb(251 191 36 / 0.7);
  }

  .xl\:bg-amber-400\/75{
    background-color: rgb(251 191 36 / 0.75);
  }

  .xl\:bg-amber-400\/80{
    background-color: rgb(251 191 36 / 0.8);
  }

  .xl\:bg-amber-400\/85{
    background-color: rgb(251 191 36 / 0.85);
  }

  .xl\:bg-amber-400\/90{
    background-color: rgb(251 191 36 / 0.9);
  }

  .xl\:bg-amber-400\/95{
    background-color: rgb(251 191 36 / 0.95);
  }

  .xl\:bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-50\/0{
    background-color: rgb(255 251 235 / 0);
  }

  .xl\:bg-amber-50\/10{
    background-color: rgb(255 251 235 / 0.1);
  }

  .xl\:bg-amber-50\/100{
    background-color: rgb(255 251 235 / 1);
  }

  .xl\:bg-amber-50\/15{
    background-color: rgb(255 251 235 / 0.15);
  }

  .xl\:bg-amber-50\/20{
    background-color: rgb(255 251 235 / 0.2);
  }

  .xl\:bg-amber-50\/25{
    background-color: rgb(255 251 235 / 0.25);
  }

  .xl\:bg-amber-50\/30{
    background-color: rgb(255 251 235 / 0.3);
  }

  .xl\:bg-amber-50\/35{
    background-color: rgb(255 251 235 / 0.35);
  }

  .xl\:bg-amber-50\/40{
    background-color: rgb(255 251 235 / 0.4);
  }

  .xl\:bg-amber-50\/45{
    background-color: rgb(255 251 235 / 0.45);
  }

  .xl\:bg-amber-50\/5{
    background-color: rgb(255 251 235 / 0.05);
  }

  .xl\:bg-amber-50\/50{
    background-color: rgb(255 251 235 / 0.5);
  }

  .xl\:bg-amber-50\/55{
    background-color: rgb(255 251 235 / 0.55);
  }

  .xl\:bg-amber-50\/60{
    background-color: rgb(255 251 235 / 0.6);
  }

  .xl\:bg-amber-50\/65{
    background-color: rgb(255 251 235 / 0.65);
  }

  .xl\:bg-amber-50\/70{
    background-color: rgb(255 251 235 / 0.7);
  }

  .xl\:bg-amber-50\/75{
    background-color: rgb(255 251 235 / 0.75);
  }

  .xl\:bg-amber-50\/80{
    background-color: rgb(255 251 235 / 0.8);
  }

  .xl\:bg-amber-50\/85{
    background-color: rgb(255 251 235 / 0.85);
  }

  .xl\:bg-amber-50\/90{
    background-color: rgb(255 251 235 / 0.9);
  }

  .xl\:bg-amber-50\/95{
    background-color: rgb(255 251 235 / 0.95);
  }

  .xl\:bg-amber-500{
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-500\/0{
    background-color: rgb(245 158 11 / 0);
  }

  .xl\:bg-amber-500\/10{
    background-color: rgb(245 158 11 / 0.1);
  }

  .xl\:bg-amber-500\/100{
    background-color: rgb(245 158 11 / 1);
  }

  .xl\:bg-amber-500\/15{
    background-color: rgb(245 158 11 / 0.15);
  }

  .xl\:bg-amber-500\/20{
    background-color: rgb(245 158 11 / 0.2);
  }

  .xl\:bg-amber-500\/25{
    background-color: rgb(245 158 11 / 0.25);
  }

  .xl\:bg-amber-500\/30{
    background-color: rgb(245 158 11 / 0.3);
  }

  .xl\:bg-amber-500\/35{
    background-color: rgb(245 158 11 / 0.35);
  }

  .xl\:bg-amber-500\/40{
    background-color: rgb(245 158 11 / 0.4);
  }

  .xl\:bg-amber-500\/45{
    background-color: rgb(245 158 11 / 0.45);
  }

  .xl\:bg-amber-500\/5{
    background-color: rgb(245 158 11 / 0.05);
  }

  .xl\:bg-amber-500\/50{
    background-color: rgb(245 158 11 / 0.5);
  }

  .xl\:bg-amber-500\/55{
    background-color: rgb(245 158 11 / 0.55);
  }

  .xl\:bg-amber-500\/60{
    background-color: rgb(245 158 11 / 0.6);
  }

  .xl\:bg-amber-500\/65{
    background-color: rgb(245 158 11 / 0.65);
  }

  .xl\:bg-amber-500\/70{
    background-color: rgb(245 158 11 / 0.7);
  }

  .xl\:bg-amber-500\/75{
    background-color: rgb(245 158 11 / 0.75);
  }

  .xl\:bg-amber-500\/80{
    background-color: rgb(245 158 11 / 0.8);
  }

  .xl\:bg-amber-500\/85{
    background-color: rgb(245 158 11 / 0.85);
  }

  .xl\:bg-amber-500\/90{
    background-color: rgb(245 158 11 / 0.9);
  }

  .xl\:bg-amber-500\/95{
    background-color: rgb(245 158 11 / 0.95);
  }

  .xl\:bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-600\/0{
    background-color: rgb(217 119 6 / 0);
  }

  .xl\:bg-amber-600\/10{
    background-color: rgb(217 119 6 / 0.1);
  }

  .xl\:bg-amber-600\/100{
    background-color: rgb(217 119 6 / 1);
  }

  .xl\:bg-amber-600\/15{
    background-color: rgb(217 119 6 / 0.15);
  }

  .xl\:bg-amber-600\/20{
    background-color: rgb(217 119 6 / 0.2);
  }

  .xl\:bg-amber-600\/25{
    background-color: rgb(217 119 6 / 0.25);
  }

  .xl\:bg-amber-600\/30{
    background-color: rgb(217 119 6 / 0.3);
  }

  .xl\:bg-amber-600\/35{
    background-color: rgb(217 119 6 / 0.35);
  }

  .xl\:bg-amber-600\/40{
    background-color: rgb(217 119 6 / 0.4);
  }

  .xl\:bg-amber-600\/45{
    background-color: rgb(217 119 6 / 0.45);
  }

  .xl\:bg-amber-600\/5{
    background-color: rgb(217 119 6 / 0.05);
  }

  .xl\:bg-amber-600\/50{
    background-color: rgb(217 119 6 / 0.5);
  }

  .xl\:bg-amber-600\/55{
    background-color: rgb(217 119 6 / 0.55);
  }

  .xl\:bg-amber-600\/60{
    background-color: rgb(217 119 6 / 0.6);
  }

  .xl\:bg-amber-600\/65{
    background-color: rgb(217 119 6 / 0.65);
  }

  .xl\:bg-amber-600\/70{
    background-color: rgb(217 119 6 / 0.7);
  }

  .xl\:bg-amber-600\/75{
    background-color: rgb(217 119 6 / 0.75);
  }

  .xl\:bg-amber-600\/80{
    background-color: rgb(217 119 6 / 0.8);
  }

  .xl\:bg-amber-600\/85{
    background-color: rgb(217 119 6 / 0.85);
  }

  .xl\:bg-amber-600\/90{
    background-color: rgb(217 119 6 / 0.9);
  }

  .xl\:bg-amber-600\/95{
    background-color: rgb(217 119 6 / 0.95);
  }

  .xl\:bg-amber-700{
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-700\/0{
    background-color: rgb(180 83 9 / 0);
  }

  .xl\:bg-amber-700\/10{
    background-color: rgb(180 83 9 / 0.1);
  }

  .xl\:bg-amber-700\/100{
    background-color: rgb(180 83 9 / 1);
  }

  .xl\:bg-amber-700\/15{
    background-color: rgb(180 83 9 / 0.15);
  }

  .xl\:bg-amber-700\/20{
    background-color: rgb(180 83 9 / 0.2);
  }

  .xl\:bg-amber-700\/25{
    background-color: rgb(180 83 9 / 0.25);
  }

  .xl\:bg-amber-700\/30{
    background-color: rgb(180 83 9 / 0.3);
  }

  .xl\:bg-amber-700\/35{
    background-color: rgb(180 83 9 / 0.35);
  }

  .xl\:bg-amber-700\/40{
    background-color: rgb(180 83 9 / 0.4);
  }

  .xl\:bg-amber-700\/45{
    background-color: rgb(180 83 9 / 0.45);
  }

  .xl\:bg-amber-700\/5{
    background-color: rgb(180 83 9 / 0.05);
  }

  .xl\:bg-amber-700\/50{
    background-color: rgb(180 83 9 / 0.5);
  }

  .xl\:bg-amber-700\/55{
    background-color: rgb(180 83 9 / 0.55);
  }

  .xl\:bg-amber-700\/60{
    background-color: rgb(180 83 9 / 0.6);
  }

  .xl\:bg-amber-700\/65{
    background-color: rgb(180 83 9 / 0.65);
  }

  .xl\:bg-amber-700\/70{
    background-color: rgb(180 83 9 / 0.7);
  }

  .xl\:bg-amber-700\/75{
    background-color: rgb(180 83 9 / 0.75);
  }

  .xl\:bg-amber-700\/80{
    background-color: rgb(180 83 9 / 0.8);
  }

  .xl\:bg-amber-700\/85{
    background-color: rgb(180 83 9 / 0.85);
  }

  .xl\:bg-amber-700\/90{
    background-color: rgb(180 83 9 / 0.9);
  }

  .xl\:bg-amber-700\/95{
    background-color: rgb(180 83 9 / 0.95);
  }

  .xl\:bg-amber-800{
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-800\/0{
    background-color: rgb(146 64 14 / 0);
  }

  .xl\:bg-amber-800\/10{
    background-color: rgb(146 64 14 / 0.1);
  }

  .xl\:bg-amber-800\/100{
    background-color: rgb(146 64 14 / 1);
  }

  .xl\:bg-amber-800\/15{
    background-color: rgb(146 64 14 / 0.15);
  }

  .xl\:bg-amber-800\/20{
    background-color: rgb(146 64 14 / 0.2);
  }

  .xl\:bg-amber-800\/25{
    background-color: rgb(146 64 14 / 0.25);
  }

  .xl\:bg-amber-800\/30{
    background-color: rgb(146 64 14 / 0.3);
  }

  .xl\:bg-amber-800\/35{
    background-color: rgb(146 64 14 / 0.35);
  }

  .xl\:bg-amber-800\/40{
    background-color: rgb(146 64 14 / 0.4);
  }

  .xl\:bg-amber-800\/45{
    background-color: rgb(146 64 14 / 0.45);
  }

  .xl\:bg-amber-800\/5{
    background-color: rgb(146 64 14 / 0.05);
  }

  .xl\:bg-amber-800\/50{
    background-color: rgb(146 64 14 / 0.5);
  }

  .xl\:bg-amber-800\/55{
    background-color: rgb(146 64 14 / 0.55);
  }

  .xl\:bg-amber-800\/60{
    background-color: rgb(146 64 14 / 0.6);
  }

  .xl\:bg-amber-800\/65{
    background-color: rgb(146 64 14 / 0.65);
  }

  .xl\:bg-amber-800\/70{
    background-color: rgb(146 64 14 / 0.7);
  }

  .xl\:bg-amber-800\/75{
    background-color: rgb(146 64 14 / 0.75);
  }

  .xl\:bg-amber-800\/80{
    background-color: rgb(146 64 14 / 0.8);
  }

  .xl\:bg-amber-800\/85{
    background-color: rgb(146 64 14 / 0.85);
  }

  .xl\:bg-amber-800\/90{
    background-color: rgb(146 64 14 / 0.9);
  }

  .xl\:bg-amber-800\/95{
    background-color: rgb(146 64 14 / 0.95);
  }

  .xl\:bg-amber-900{
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-900\/0{
    background-color: rgb(120 53 15 / 0);
  }

  .xl\:bg-amber-900\/10{
    background-color: rgb(120 53 15 / 0.1);
  }

  .xl\:bg-amber-900\/100{
    background-color: rgb(120 53 15 / 1);
  }

  .xl\:bg-amber-900\/15{
    background-color: rgb(120 53 15 / 0.15);
  }

  .xl\:bg-amber-900\/20{
    background-color: rgb(120 53 15 / 0.2);
  }

  .xl\:bg-amber-900\/25{
    background-color: rgb(120 53 15 / 0.25);
  }

  .xl\:bg-amber-900\/30{
    background-color: rgb(120 53 15 / 0.3);
  }

  .xl\:bg-amber-900\/35{
    background-color: rgb(120 53 15 / 0.35);
  }

  .xl\:bg-amber-900\/40{
    background-color: rgb(120 53 15 / 0.4);
  }

  .xl\:bg-amber-900\/45{
    background-color: rgb(120 53 15 / 0.45);
  }

  .xl\:bg-amber-900\/5{
    background-color: rgb(120 53 15 / 0.05);
  }

  .xl\:bg-amber-900\/50{
    background-color: rgb(120 53 15 / 0.5);
  }

  .xl\:bg-amber-900\/55{
    background-color: rgb(120 53 15 / 0.55);
  }

  .xl\:bg-amber-900\/60{
    background-color: rgb(120 53 15 / 0.6);
  }

  .xl\:bg-amber-900\/65{
    background-color: rgb(120 53 15 / 0.65);
  }

  .xl\:bg-amber-900\/70{
    background-color: rgb(120 53 15 / 0.7);
  }

  .xl\:bg-amber-900\/75{
    background-color: rgb(120 53 15 / 0.75);
  }

  .xl\:bg-amber-900\/80{
    background-color: rgb(120 53 15 / 0.8);
  }

  .xl\:bg-amber-900\/85{
    background-color: rgb(120 53 15 / 0.85);
  }

  .xl\:bg-amber-900\/90{
    background-color: rgb(120 53 15 / 0.9);
  }

  .xl\:bg-amber-900\/95{
    background-color: rgb(120 53 15 / 0.95);
  }

  .xl\:bg-amber-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-amber-950\/0{
    background-color: rgb(69 26 3 / 0);
  }

  .xl\:bg-amber-950\/10{
    background-color: rgb(69 26 3 / 0.1);
  }

  .xl\:bg-amber-950\/100{
    background-color: rgb(69 26 3 / 1);
  }

  .xl\:bg-amber-950\/15{
    background-color: rgb(69 26 3 / 0.15);
  }

  .xl\:bg-amber-950\/20{
    background-color: rgb(69 26 3 / 0.2);
  }

  .xl\:bg-amber-950\/25{
    background-color: rgb(69 26 3 / 0.25);
  }

  .xl\:bg-amber-950\/30{
    background-color: rgb(69 26 3 / 0.3);
  }

  .xl\:bg-amber-950\/35{
    background-color: rgb(69 26 3 / 0.35);
  }

  .xl\:bg-amber-950\/40{
    background-color: rgb(69 26 3 / 0.4);
  }

  .xl\:bg-amber-950\/45{
    background-color: rgb(69 26 3 / 0.45);
  }

  .xl\:bg-amber-950\/5{
    background-color: rgb(69 26 3 / 0.05);
  }

  .xl\:bg-amber-950\/50{
    background-color: rgb(69 26 3 / 0.5);
  }

  .xl\:bg-amber-950\/55{
    background-color: rgb(69 26 3 / 0.55);
  }

  .xl\:bg-amber-950\/60{
    background-color: rgb(69 26 3 / 0.6);
  }

  .xl\:bg-amber-950\/65{
    background-color: rgb(69 26 3 / 0.65);
  }

  .xl\:bg-amber-950\/70{
    background-color: rgb(69 26 3 / 0.7);
  }

  .xl\:bg-amber-950\/75{
    background-color: rgb(69 26 3 / 0.75);
  }

  .xl\:bg-amber-950\/80{
    background-color: rgb(69 26 3 / 0.8);
  }

  .xl\:bg-amber-950\/85{
    background-color: rgb(69 26 3 / 0.85);
  }

  .xl\:bg-amber-950\/90{
    background-color: rgb(69 26 3 / 0.9);
  }

  .xl\:bg-amber-950\/95{
    background-color: rgb(69 26 3 / 0.95);
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-black\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .xl\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .xl\:bg-black\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .xl\:bg-black\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .xl\:bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .xl\:bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .xl\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .xl\:bg-black\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .xl\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .xl\:bg-black\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .xl\:bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .xl\:bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .xl\:bg-black\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .xl\:bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .xl\:bg-black\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .xl\:bg-black\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .xl\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .xl\:bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .xl\:bg-black\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .xl\:bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .xl\:bg-black\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-100\/0{
    background-color: rgb(219 234 254 / 0);
  }

  .xl\:bg-blue-100\/10{
    background-color: rgb(219 234 254 / 0.1);
  }

  .xl\:bg-blue-100\/100{
    background-color: rgb(219 234 254 / 1);
  }

  .xl\:bg-blue-100\/15{
    background-color: rgb(219 234 254 / 0.15);
  }

  .xl\:bg-blue-100\/20{
    background-color: rgb(219 234 254 / 0.2);
  }

  .xl\:bg-blue-100\/25{
    background-color: rgb(219 234 254 / 0.25);
  }

  .xl\:bg-blue-100\/30{
    background-color: rgb(219 234 254 / 0.3);
  }

  .xl\:bg-blue-100\/35{
    background-color: rgb(219 234 254 / 0.35);
  }

  .xl\:bg-blue-100\/40{
    background-color: rgb(219 234 254 / 0.4);
  }

  .xl\:bg-blue-100\/45{
    background-color: rgb(219 234 254 / 0.45);
  }

  .xl\:bg-blue-100\/5{
    background-color: rgb(219 234 254 / 0.05);
  }

  .xl\:bg-blue-100\/50{
    background-color: rgb(219 234 254 / 0.5);
  }

  .xl\:bg-blue-100\/55{
    background-color: rgb(219 234 254 / 0.55);
  }

  .xl\:bg-blue-100\/60{
    background-color: rgb(219 234 254 / 0.6);
  }

  .xl\:bg-blue-100\/65{
    background-color: rgb(219 234 254 / 0.65);
  }

  .xl\:bg-blue-100\/70{
    background-color: rgb(219 234 254 / 0.7);
  }

  .xl\:bg-blue-100\/75{
    background-color: rgb(219 234 254 / 0.75);
  }

  .xl\:bg-blue-100\/80{
    background-color: rgb(219 234 254 / 0.8);
  }

  .xl\:bg-blue-100\/85{
    background-color: rgb(219 234 254 / 0.85);
  }

  .xl\:bg-blue-100\/90{
    background-color: rgb(219 234 254 / 0.9);
  }

  .xl\:bg-blue-100\/95{
    background-color: rgb(219 234 254 / 0.95);
  }

  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-200\/0{
    background-color: rgb(191 219 254 / 0);
  }

  .xl\:bg-blue-200\/10{
    background-color: rgb(191 219 254 / 0.1);
  }

  .xl\:bg-blue-200\/100{
    background-color: rgb(191 219 254 / 1);
  }

  .xl\:bg-blue-200\/15{
    background-color: rgb(191 219 254 / 0.15);
  }

  .xl\:bg-blue-200\/20{
    background-color: rgb(191 219 254 / 0.2);
  }

  .xl\:bg-blue-200\/25{
    background-color: rgb(191 219 254 / 0.25);
  }

  .xl\:bg-blue-200\/30{
    background-color: rgb(191 219 254 / 0.3);
  }

  .xl\:bg-blue-200\/35{
    background-color: rgb(191 219 254 / 0.35);
  }

  .xl\:bg-blue-200\/40{
    background-color: rgb(191 219 254 / 0.4);
  }

  .xl\:bg-blue-200\/45{
    background-color: rgb(191 219 254 / 0.45);
  }

  .xl\:bg-blue-200\/5{
    background-color: rgb(191 219 254 / 0.05);
  }

  .xl\:bg-blue-200\/50{
    background-color: rgb(191 219 254 / 0.5);
  }

  .xl\:bg-blue-200\/55{
    background-color: rgb(191 219 254 / 0.55);
  }

  .xl\:bg-blue-200\/60{
    background-color: rgb(191 219 254 / 0.6);
  }

  .xl\:bg-blue-200\/65{
    background-color: rgb(191 219 254 / 0.65);
  }

  .xl\:bg-blue-200\/70{
    background-color: rgb(191 219 254 / 0.7);
  }

  .xl\:bg-blue-200\/75{
    background-color: rgb(191 219 254 / 0.75);
  }

  .xl\:bg-blue-200\/80{
    background-color: rgb(191 219 254 / 0.8);
  }

  .xl\:bg-blue-200\/85{
    background-color: rgb(191 219 254 / 0.85);
  }

  .xl\:bg-blue-200\/90{
    background-color: rgb(191 219 254 / 0.9);
  }

  .xl\:bg-blue-200\/95{
    background-color: rgb(191 219 254 / 0.95);
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-300\/0{
    background-color: rgb(147 197 253 / 0);
  }

  .xl\:bg-blue-300\/10{
    background-color: rgb(147 197 253 / 0.1);
  }

  .xl\:bg-blue-300\/100{
    background-color: rgb(147 197 253 / 1);
  }

  .xl\:bg-blue-300\/15{
    background-color: rgb(147 197 253 / 0.15);
  }

  .xl\:bg-blue-300\/20{
    background-color: rgb(147 197 253 / 0.2);
  }

  .xl\:bg-blue-300\/25{
    background-color: rgb(147 197 253 / 0.25);
  }

  .xl\:bg-blue-300\/30{
    background-color: rgb(147 197 253 / 0.3);
  }

  .xl\:bg-blue-300\/35{
    background-color: rgb(147 197 253 / 0.35);
  }

  .xl\:bg-blue-300\/40{
    background-color: rgb(147 197 253 / 0.4);
  }

  .xl\:bg-blue-300\/45{
    background-color: rgb(147 197 253 / 0.45);
  }

  .xl\:bg-blue-300\/5{
    background-color: rgb(147 197 253 / 0.05);
  }

  .xl\:bg-blue-300\/50{
    background-color: rgb(147 197 253 / 0.5);
  }

  .xl\:bg-blue-300\/55{
    background-color: rgb(147 197 253 / 0.55);
  }

  .xl\:bg-blue-300\/60{
    background-color: rgb(147 197 253 / 0.6);
  }

  .xl\:bg-blue-300\/65{
    background-color: rgb(147 197 253 / 0.65);
  }

  .xl\:bg-blue-300\/70{
    background-color: rgb(147 197 253 / 0.7);
  }

  .xl\:bg-blue-300\/75{
    background-color: rgb(147 197 253 / 0.75);
  }

  .xl\:bg-blue-300\/80{
    background-color: rgb(147 197 253 / 0.8);
  }

  .xl\:bg-blue-300\/85{
    background-color: rgb(147 197 253 / 0.85);
  }

  .xl\:bg-blue-300\/90{
    background-color: rgb(147 197 253 / 0.9);
  }

  .xl\:bg-blue-300\/95{
    background-color: rgb(147 197 253 / 0.95);
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-400\/0{
    background-color: rgb(96 165 250 / 0);
  }

  .xl\:bg-blue-400\/10{
    background-color: rgb(96 165 250 / 0.1);
  }

  .xl\:bg-blue-400\/100{
    background-color: rgb(96 165 250 / 1);
  }

  .xl\:bg-blue-400\/15{
    background-color: rgb(96 165 250 / 0.15);
  }

  .xl\:bg-blue-400\/20{
    background-color: rgb(96 165 250 / 0.2);
  }

  .xl\:bg-blue-400\/25{
    background-color: rgb(96 165 250 / 0.25);
  }

  .xl\:bg-blue-400\/30{
    background-color: rgb(96 165 250 / 0.3);
  }

  .xl\:bg-blue-400\/35{
    background-color: rgb(96 165 250 / 0.35);
  }

  .xl\:bg-blue-400\/40{
    background-color: rgb(96 165 250 / 0.4);
  }

  .xl\:bg-blue-400\/45{
    background-color: rgb(96 165 250 / 0.45);
  }

  .xl\:bg-blue-400\/5{
    background-color: rgb(96 165 250 / 0.05);
  }

  .xl\:bg-blue-400\/50{
    background-color: rgb(96 165 250 / 0.5);
  }

  .xl\:bg-blue-400\/55{
    background-color: rgb(96 165 250 / 0.55);
  }

  .xl\:bg-blue-400\/60{
    background-color: rgb(96 165 250 / 0.6);
  }

  .xl\:bg-blue-400\/65{
    background-color: rgb(96 165 250 / 0.65);
  }

  .xl\:bg-blue-400\/70{
    background-color: rgb(96 165 250 / 0.7);
  }

  .xl\:bg-blue-400\/75{
    background-color: rgb(96 165 250 / 0.75);
  }

  .xl\:bg-blue-400\/80{
    background-color: rgb(96 165 250 / 0.8);
  }

  .xl\:bg-blue-400\/85{
    background-color: rgb(96 165 250 / 0.85);
  }

  .xl\:bg-blue-400\/90{
    background-color: rgb(96 165 250 / 0.9);
  }

  .xl\:bg-blue-400\/95{
    background-color: rgb(96 165 250 / 0.95);
  }

  .xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-50\/0{
    background-color: rgb(239 246 255 / 0);
  }

  .xl\:bg-blue-50\/10{
    background-color: rgb(239 246 255 / 0.1);
  }

  .xl\:bg-blue-50\/100{
    background-color: rgb(239 246 255 / 1);
  }

  .xl\:bg-blue-50\/15{
    background-color: rgb(239 246 255 / 0.15);
  }

  .xl\:bg-blue-50\/20{
    background-color: rgb(239 246 255 / 0.2);
  }

  .xl\:bg-blue-50\/25{
    background-color: rgb(239 246 255 / 0.25);
  }

  .xl\:bg-blue-50\/30{
    background-color: rgb(239 246 255 / 0.3);
  }

  .xl\:bg-blue-50\/35{
    background-color: rgb(239 246 255 / 0.35);
  }

  .xl\:bg-blue-50\/40{
    background-color: rgb(239 246 255 / 0.4);
  }

  .xl\:bg-blue-50\/45{
    background-color: rgb(239 246 255 / 0.45);
  }

  .xl\:bg-blue-50\/5{
    background-color: rgb(239 246 255 / 0.05);
  }

  .xl\:bg-blue-50\/50{
    background-color: rgb(239 246 255 / 0.5);
  }

  .xl\:bg-blue-50\/55{
    background-color: rgb(239 246 255 / 0.55);
  }

  .xl\:bg-blue-50\/60{
    background-color: rgb(239 246 255 / 0.6);
  }

  .xl\:bg-blue-50\/65{
    background-color: rgb(239 246 255 / 0.65);
  }

  .xl\:bg-blue-50\/70{
    background-color: rgb(239 246 255 / 0.7);
  }

  .xl\:bg-blue-50\/75{
    background-color: rgb(239 246 255 / 0.75);
  }

  .xl\:bg-blue-50\/80{
    background-color: rgb(239 246 255 / 0.8);
  }

  .xl\:bg-blue-50\/85{
    background-color: rgb(239 246 255 / 0.85);
  }

  .xl\:bg-blue-50\/90{
    background-color: rgb(239 246 255 / 0.9);
  }

  .xl\:bg-blue-50\/95{
    background-color: rgb(239 246 255 / 0.95);
  }

  .xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-500\/0{
    background-color: rgb(59 130 246 / 0);
  }

  .xl\:bg-blue-500\/10{
    background-color: rgb(59 130 246 / 0.1);
  }

  .xl\:bg-blue-500\/100{
    background-color: rgb(59 130 246 / 1);
  }

  .xl\:bg-blue-500\/15{
    background-color: rgb(59 130 246 / 0.15);
  }

  .xl\:bg-blue-500\/20{
    background-color: rgb(59 130 246 / 0.2);
  }

  .xl\:bg-blue-500\/25{
    background-color: rgb(59 130 246 / 0.25);
  }

  .xl\:bg-blue-500\/30{
    background-color: rgb(59 130 246 / 0.3);
  }

  .xl\:bg-blue-500\/35{
    background-color: rgb(59 130 246 / 0.35);
  }

  .xl\:bg-blue-500\/40{
    background-color: rgb(59 130 246 / 0.4);
  }

  .xl\:bg-blue-500\/45{
    background-color: rgb(59 130 246 / 0.45);
  }

  .xl\:bg-blue-500\/5{
    background-color: rgb(59 130 246 / 0.05);
  }

  .xl\:bg-blue-500\/50{
    background-color: rgb(59 130 246 / 0.5);
  }

  .xl\:bg-blue-500\/55{
    background-color: rgb(59 130 246 / 0.55);
  }

  .xl\:bg-blue-500\/60{
    background-color: rgb(59 130 246 / 0.6);
  }

  .xl\:bg-blue-500\/65{
    background-color: rgb(59 130 246 / 0.65);
  }

  .xl\:bg-blue-500\/70{
    background-color: rgb(59 130 246 / 0.7);
  }

  .xl\:bg-blue-500\/75{
    background-color: rgb(59 130 246 / 0.75);
  }

  .xl\:bg-blue-500\/80{
    background-color: rgb(59 130 246 / 0.8);
  }

  .xl\:bg-blue-500\/85{
    background-color: rgb(59 130 246 / 0.85);
  }

  .xl\:bg-blue-500\/90{
    background-color: rgb(59 130 246 / 0.9);
  }

  .xl\:bg-blue-500\/95{
    background-color: rgb(59 130 246 / 0.95);
  }

  .xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-600\/0{
    background-color: rgb(37 99 235 / 0);
  }

  .xl\:bg-blue-600\/10{
    background-color: rgb(37 99 235 / 0.1);
  }

  .xl\:bg-blue-600\/100{
    background-color: rgb(37 99 235 / 1);
  }

  .xl\:bg-blue-600\/15{
    background-color: rgb(37 99 235 / 0.15);
  }

  .xl\:bg-blue-600\/20{
    background-color: rgb(37 99 235 / 0.2);
  }

  .xl\:bg-blue-600\/25{
    background-color: rgb(37 99 235 / 0.25);
  }

  .xl\:bg-blue-600\/30{
    background-color: rgb(37 99 235 / 0.3);
  }

  .xl\:bg-blue-600\/35{
    background-color: rgb(37 99 235 / 0.35);
  }

  .xl\:bg-blue-600\/40{
    background-color: rgb(37 99 235 / 0.4);
  }

  .xl\:bg-blue-600\/45{
    background-color: rgb(37 99 235 / 0.45);
  }

  .xl\:bg-blue-600\/5{
    background-color: rgb(37 99 235 / 0.05);
  }

  .xl\:bg-blue-600\/50{
    background-color: rgb(37 99 235 / 0.5);
  }

  .xl\:bg-blue-600\/55{
    background-color: rgb(37 99 235 / 0.55);
  }

  .xl\:bg-blue-600\/60{
    background-color: rgb(37 99 235 / 0.6);
  }

  .xl\:bg-blue-600\/65{
    background-color: rgb(37 99 235 / 0.65);
  }

  .xl\:bg-blue-600\/70{
    background-color: rgb(37 99 235 / 0.7);
  }

  .xl\:bg-blue-600\/75{
    background-color: rgb(37 99 235 / 0.75);
  }

  .xl\:bg-blue-600\/80{
    background-color: rgb(37 99 235 / 0.8);
  }

  .xl\:bg-blue-600\/85{
    background-color: rgb(37 99 235 / 0.85);
  }

  .xl\:bg-blue-600\/90{
    background-color: rgb(37 99 235 / 0.9);
  }

  .xl\:bg-blue-600\/95{
    background-color: rgb(37 99 235 / 0.95);
  }

  .xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-700\/0{
    background-color: rgb(29 78 216 / 0);
  }

  .xl\:bg-blue-700\/10{
    background-color: rgb(29 78 216 / 0.1);
  }

  .xl\:bg-blue-700\/100{
    background-color: rgb(29 78 216 / 1);
  }

  .xl\:bg-blue-700\/15{
    background-color: rgb(29 78 216 / 0.15);
  }

  .xl\:bg-blue-700\/20{
    background-color: rgb(29 78 216 / 0.2);
  }

  .xl\:bg-blue-700\/25{
    background-color: rgb(29 78 216 / 0.25);
  }

  .xl\:bg-blue-700\/30{
    background-color: rgb(29 78 216 / 0.3);
  }

  .xl\:bg-blue-700\/35{
    background-color: rgb(29 78 216 / 0.35);
  }

  .xl\:bg-blue-700\/40{
    background-color: rgb(29 78 216 / 0.4);
  }

  .xl\:bg-blue-700\/45{
    background-color: rgb(29 78 216 / 0.45);
  }

  .xl\:bg-blue-700\/5{
    background-color: rgb(29 78 216 / 0.05);
  }

  .xl\:bg-blue-700\/50{
    background-color: rgb(29 78 216 / 0.5);
  }

  .xl\:bg-blue-700\/55{
    background-color: rgb(29 78 216 / 0.55);
  }

  .xl\:bg-blue-700\/60{
    background-color: rgb(29 78 216 / 0.6);
  }

  .xl\:bg-blue-700\/65{
    background-color: rgb(29 78 216 / 0.65);
  }

  .xl\:bg-blue-700\/70{
    background-color: rgb(29 78 216 / 0.7);
  }

  .xl\:bg-blue-700\/75{
    background-color: rgb(29 78 216 / 0.75);
  }

  .xl\:bg-blue-700\/80{
    background-color: rgb(29 78 216 / 0.8);
  }

  .xl\:bg-blue-700\/85{
    background-color: rgb(29 78 216 / 0.85);
  }

  .xl\:bg-blue-700\/90{
    background-color: rgb(29 78 216 / 0.9);
  }

  .xl\:bg-blue-700\/95{
    background-color: rgb(29 78 216 / 0.95);
  }

  .xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-800\/0{
    background-color: rgb(30 64 175 / 0);
  }

  .xl\:bg-blue-800\/10{
    background-color: rgb(30 64 175 / 0.1);
  }

  .xl\:bg-blue-800\/100{
    background-color: rgb(30 64 175 / 1);
  }

  .xl\:bg-blue-800\/15{
    background-color: rgb(30 64 175 / 0.15);
  }

  .xl\:bg-blue-800\/20{
    background-color: rgb(30 64 175 / 0.2);
  }

  .xl\:bg-blue-800\/25{
    background-color: rgb(30 64 175 / 0.25);
  }

  .xl\:bg-blue-800\/30{
    background-color: rgb(30 64 175 / 0.3);
  }

  .xl\:bg-blue-800\/35{
    background-color: rgb(30 64 175 / 0.35);
  }

  .xl\:bg-blue-800\/40{
    background-color: rgb(30 64 175 / 0.4);
  }

  .xl\:bg-blue-800\/45{
    background-color: rgb(30 64 175 / 0.45);
  }

  .xl\:bg-blue-800\/5{
    background-color: rgb(30 64 175 / 0.05);
  }

  .xl\:bg-blue-800\/50{
    background-color: rgb(30 64 175 / 0.5);
  }

  .xl\:bg-blue-800\/55{
    background-color: rgb(30 64 175 / 0.55);
  }

  .xl\:bg-blue-800\/60{
    background-color: rgb(30 64 175 / 0.6);
  }

  .xl\:bg-blue-800\/65{
    background-color: rgb(30 64 175 / 0.65);
  }

  .xl\:bg-blue-800\/70{
    background-color: rgb(30 64 175 / 0.7);
  }

  .xl\:bg-blue-800\/75{
    background-color: rgb(30 64 175 / 0.75);
  }

  .xl\:bg-blue-800\/80{
    background-color: rgb(30 64 175 / 0.8);
  }

  .xl\:bg-blue-800\/85{
    background-color: rgb(30 64 175 / 0.85);
  }

  .xl\:bg-blue-800\/90{
    background-color: rgb(30 64 175 / 0.9);
  }

  .xl\:bg-blue-800\/95{
    background-color: rgb(30 64 175 / 0.95);
  }

  .xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-900\/0{
    background-color: rgb(30 58 138 / 0);
  }

  .xl\:bg-blue-900\/10{
    background-color: rgb(30 58 138 / 0.1);
  }

  .xl\:bg-blue-900\/100{
    background-color: rgb(30 58 138 / 1);
  }

  .xl\:bg-blue-900\/15{
    background-color: rgb(30 58 138 / 0.15);
  }

  .xl\:bg-blue-900\/20{
    background-color: rgb(30 58 138 / 0.2);
  }

  .xl\:bg-blue-900\/25{
    background-color: rgb(30 58 138 / 0.25);
  }

  .xl\:bg-blue-900\/30{
    background-color: rgb(30 58 138 / 0.3);
  }

  .xl\:bg-blue-900\/35{
    background-color: rgb(30 58 138 / 0.35);
  }

  .xl\:bg-blue-900\/40{
    background-color: rgb(30 58 138 / 0.4);
  }

  .xl\:bg-blue-900\/45{
    background-color: rgb(30 58 138 / 0.45);
  }

  .xl\:bg-blue-900\/5{
    background-color: rgb(30 58 138 / 0.05);
  }

  .xl\:bg-blue-900\/50{
    background-color: rgb(30 58 138 / 0.5);
  }

  .xl\:bg-blue-900\/55{
    background-color: rgb(30 58 138 / 0.55);
  }

  .xl\:bg-blue-900\/60{
    background-color: rgb(30 58 138 / 0.6);
  }

  .xl\:bg-blue-900\/65{
    background-color: rgb(30 58 138 / 0.65);
  }

  .xl\:bg-blue-900\/70{
    background-color: rgb(30 58 138 / 0.7);
  }

  .xl\:bg-blue-900\/75{
    background-color: rgb(30 58 138 / 0.75);
  }

  .xl\:bg-blue-900\/80{
    background-color: rgb(30 58 138 / 0.8);
  }

  .xl\:bg-blue-900\/85{
    background-color: rgb(30 58 138 / 0.85);
  }

  .xl\:bg-blue-900\/90{
    background-color: rgb(30 58 138 / 0.9);
  }

  .xl\:bg-blue-900\/95{
    background-color: rgb(30 58 138 / 0.95);
  }

  .xl\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-blue-950\/0{
    background-color: rgb(23 37 84 / 0);
  }

  .xl\:bg-blue-950\/10{
    background-color: rgb(23 37 84 / 0.1);
  }

  .xl\:bg-blue-950\/100{
    background-color: rgb(23 37 84 / 1);
  }

  .xl\:bg-blue-950\/15{
    background-color: rgb(23 37 84 / 0.15);
  }

  .xl\:bg-blue-950\/20{
    background-color: rgb(23 37 84 / 0.2);
  }

  .xl\:bg-blue-950\/25{
    background-color: rgb(23 37 84 / 0.25);
  }

  .xl\:bg-blue-950\/30{
    background-color: rgb(23 37 84 / 0.3);
  }

  .xl\:bg-blue-950\/35{
    background-color: rgb(23 37 84 / 0.35);
  }

  .xl\:bg-blue-950\/40{
    background-color: rgb(23 37 84 / 0.4);
  }

  .xl\:bg-blue-950\/45{
    background-color: rgb(23 37 84 / 0.45);
  }

  .xl\:bg-blue-950\/5{
    background-color: rgb(23 37 84 / 0.05);
  }

  .xl\:bg-blue-950\/50{
    background-color: rgb(23 37 84 / 0.5);
  }

  .xl\:bg-blue-950\/55{
    background-color: rgb(23 37 84 / 0.55);
  }

  .xl\:bg-blue-950\/60{
    background-color: rgb(23 37 84 / 0.6);
  }

  .xl\:bg-blue-950\/65{
    background-color: rgb(23 37 84 / 0.65);
  }

  .xl\:bg-blue-950\/70{
    background-color: rgb(23 37 84 / 0.7);
  }

  .xl\:bg-blue-950\/75{
    background-color: rgb(23 37 84 / 0.75);
  }

  .xl\:bg-blue-950\/80{
    background-color: rgb(23 37 84 / 0.8);
  }

  .xl\:bg-blue-950\/85{
    background-color: rgb(23 37 84 / 0.85);
  }

  .xl\:bg-blue-950\/90{
    background-color: rgb(23 37 84 / 0.9);
  }

  .xl\:bg-blue-950\/95{
    background-color: rgb(23 37 84 / 0.95);
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-cyan-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-100\/0{
    background-color: rgb(207 250 254 / 0);
  }

  .xl\:bg-cyan-100\/10{
    background-color: rgb(207 250 254 / 0.1);
  }

  .xl\:bg-cyan-100\/100{
    background-color: rgb(207 250 254 / 1);
  }

  .xl\:bg-cyan-100\/15{
    background-color: rgb(207 250 254 / 0.15);
  }

  .xl\:bg-cyan-100\/20{
    background-color: rgb(207 250 254 / 0.2);
  }

  .xl\:bg-cyan-100\/25{
    background-color: rgb(207 250 254 / 0.25);
  }

  .xl\:bg-cyan-100\/30{
    background-color: rgb(207 250 254 / 0.3);
  }

  .xl\:bg-cyan-100\/35{
    background-color: rgb(207 250 254 / 0.35);
  }

  .xl\:bg-cyan-100\/40{
    background-color: rgb(207 250 254 / 0.4);
  }

  .xl\:bg-cyan-100\/45{
    background-color: rgb(207 250 254 / 0.45);
  }

  .xl\:bg-cyan-100\/5{
    background-color: rgb(207 250 254 / 0.05);
  }

  .xl\:bg-cyan-100\/50{
    background-color: rgb(207 250 254 / 0.5);
  }

  .xl\:bg-cyan-100\/55{
    background-color: rgb(207 250 254 / 0.55);
  }

  .xl\:bg-cyan-100\/60{
    background-color: rgb(207 250 254 / 0.6);
  }

  .xl\:bg-cyan-100\/65{
    background-color: rgb(207 250 254 / 0.65);
  }

  .xl\:bg-cyan-100\/70{
    background-color: rgb(207 250 254 / 0.7);
  }

  .xl\:bg-cyan-100\/75{
    background-color: rgb(207 250 254 / 0.75);
  }

  .xl\:bg-cyan-100\/80{
    background-color: rgb(207 250 254 / 0.8);
  }

  .xl\:bg-cyan-100\/85{
    background-color: rgb(207 250 254 / 0.85);
  }

  .xl\:bg-cyan-100\/90{
    background-color: rgb(207 250 254 / 0.9);
  }

  .xl\:bg-cyan-100\/95{
    background-color: rgb(207 250 254 / 0.95);
  }

  .xl\:bg-cyan-200{
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-200\/0{
    background-color: rgb(165 243 252 / 0);
  }

  .xl\:bg-cyan-200\/10{
    background-color: rgb(165 243 252 / 0.1);
  }

  .xl\:bg-cyan-200\/100{
    background-color: rgb(165 243 252 / 1);
  }

  .xl\:bg-cyan-200\/15{
    background-color: rgb(165 243 252 / 0.15);
  }

  .xl\:bg-cyan-200\/20{
    background-color: rgb(165 243 252 / 0.2);
  }

  .xl\:bg-cyan-200\/25{
    background-color: rgb(165 243 252 / 0.25);
  }

  .xl\:bg-cyan-200\/30{
    background-color: rgb(165 243 252 / 0.3);
  }

  .xl\:bg-cyan-200\/35{
    background-color: rgb(165 243 252 / 0.35);
  }

  .xl\:bg-cyan-200\/40{
    background-color: rgb(165 243 252 / 0.4);
  }

  .xl\:bg-cyan-200\/45{
    background-color: rgb(165 243 252 / 0.45);
  }

  .xl\:bg-cyan-200\/5{
    background-color: rgb(165 243 252 / 0.05);
  }

  .xl\:bg-cyan-200\/50{
    background-color: rgb(165 243 252 / 0.5);
  }

  .xl\:bg-cyan-200\/55{
    background-color: rgb(165 243 252 / 0.55);
  }

  .xl\:bg-cyan-200\/60{
    background-color: rgb(165 243 252 / 0.6);
  }

  .xl\:bg-cyan-200\/65{
    background-color: rgb(165 243 252 / 0.65);
  }

  .xl\:bg-cyan-200\/70{
    background-color: rgb(165 243 252 / 0.7);
  }

  .xl\:bg-cyan-200\/75{
    background-color: rgb(165 243 252 / 0.75);
  }

  .xl\:bg-cyan-200\/80{
    background-color: rgb(165 243 252 / 0.8);
  }

  .xl\:bg-cyan-200\/85{
    background-color: rgb(165 243 252 / 0.85);
  }

  .xl\:bg-cyan-200\/90{
    background-color: rgb(165 243 252 / 0.9);
  }

  .xl\:bg-cyan-200\/95{
    background-color: rgb(165 243 252 / 0.95);
  }

  .xl\:bg-cyan-300{
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-300\/0{
    background-color: rgb(103 232 249 / 0);
  }

  .xl\:bg-cyan-300\/10{
    background-color: rgb(103 232 249 / 0.1);
  }

  .xl\:bg-cyan-300\/100{
    background-color: rgb(103 232 249 / 1);
  }

  .xl\:bg-cyan-300\/15{
    background-color: rgb(103 232 249 / 0.15);
  }

  .xl\:bg-cyan-300\/20{
    background-color: rgb(103 232 249 / 0.2);
  }

  .xl\:bg-cyan-300\/25{
    background-color: rgb(103 232 249 / 0.25);
  }

  .xl\:bg-cyan-300\/30{
    background-color: rgb(103 232 249 / 0.3);
  }

  .xl\:bg-cyan-300\/35{
    background-color: rgb(103 232 249 / 0.35);
  }

  .xl\:bg-cyan-300\/40{
    background-color: rgb(103 232 249 / 0.4);
  }

  .xl\:bg-cyan-300\/45{
    background-color: rgb(103 232 249 / 0.45);
  }

  .xl\:bg-cyan-300\/5{
    background-color: rgb(103 232 249 / 0.05);
  }

  .xl\:bg-cyan-300\/50{
    background-color: rgb(103 232 249 / 0.5);
  }

  .xl\:bg-cyan-300\/55{
    background-color: rgb(103 232 249 / 0.55);
  }

  .xl\:bg-cyan-300\/60{
    background-color: rgb(103 232 249 / 0.6);
  }

  .xl\:bg-cyan-300\/65{
    background-color: rgb(103 232 249 / 0.65);
  }

  .xl\:bg-cyan-300\/70{
    background-color: rgb(103 232 249 / 0.7);
  }

  .xl\:bg-cyan-300\/75{
    background-color: rgb(103 232 249 / 0.75);
  }

  .xl\:bg-cyan-300\/80{
    background-color: rgb(103 232 249 / 0.8);
  }

  .xl\:bg-cyan-300\/85{
    background-color: rgb(103 232 249 / 0.85);
  }

  .xl\:bg-cyan-300\/90{
    background-color: rgb(103 232 249 / 0.9);
  }

  .xl\:bg-cyan-300\/95{
    background-color: rgb(103 232 249 / 0.95);
  }

  .xl\:bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-400\/0{
    background-color: rgb(34 211 238 / 0);
  }

  .xl\:bg-cyan-400\/10{
    background-color: rgb(34 211 238 / 0.1);
  }

  .xl\:bg-cyan-400\/100{
    background-color: rgb(34 211 238 / 1);
  }

  .xl\:bg-cyan-400\/15{
    background-color: rgb(34 211 238 / 0.15);
  }

  .xl\:bg-cyan-400\/20{
    background-color: rgb(34 211 238 / 0.2);
  }

  .xl\:bg-cyan-400\/25{
    background-color: rgb(34 211 238 / 0.25);
  }

  .xl\:bg-cyan-400\/30{
    background-color: rgb(34 211 238 / 0.3);
  }

  .xl\:bg-cyan-400\/35{
    background-color: rgb(34 211 238 / 0.35);
  }

  .xl\:bg-cyan-400\/40{
    background-color: rgb(34 211 238 / 0.4);
  }

  .xl\:bg-cyan-400\/45{
    background-color: rgb(34 211 238 / 0.45);
  }

  .xl\:bg-cyan-400\/5{
    background-color: rgb(34 211 238 / 0.05);
  }

  .xl\:bg-cyan-400\/50{
    background-color: rgb(34 211 238 / 0.5);
  }

  .xl\:bg-cyan-400\/55{
    background-color: rgb(34 211 238 / 0.55);
  }

  .xl\:bg-cyan-400\/60{
    background-color: rgb(34 211 238 / 0.6);
  }

  .xl\:bg-cyan-400\/65{
    background-color: rgb(34 211 238 / 0.65);
  }

  .xl\:bg-cyan-400\/70{
    background-color: rgb(34 211 238 / 0.7);
  }

  .xl\:bg-cyan-400\/75{
    background-color: rgb(34 211 238 / 0.75);
  }

  .xl\:bg-cyan-400\/80{
    background-color: rgb(34 211 238 / 0.8);
  }

  .xl\:bg-cyan-400\/85{
    background-color: rgb(34 211 238 / 0.85);
  }

  .xl\:bg-cyan-400\/90{
    background-color: rgb(34 211 238 / 0.9);
  }

  .xl\:bg-cyan-400\/95{
    background-color: rgb(34 211 238 / 0.95);
  }

  .xl\:bg-cyan-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-50\/0{
    background-color: rgb(236 254 255 / 0);
  }

  .xl\:bg-cyan-50\/10{
    background-color: rgb(236 254 255 / 0.1);
  }

  .xl\:bg-cyan-50\/100{
    background-color: rgb(236 254 255 / 1);
  }

  .xl\:bg-cyan-50\/15{
    background-color: rgb(236 254 255 / 0.15);
  }

  .xl\:bg-cyan-50\/20{
    background-color: rgb(236 254 255 / 0.2);
  }

  .xl\:bg-cyan-50\/25{
    background-color: rgb(236 254 255 / 0.25);
  }

  .xl\:bg-cyan-50\/30{
    background-color: rgb(236 254 255 / 0.3);
  }

  .xl\:bg-cyan-50\/35{
    background-color: rgb(236 254 255 / 0.35);
  }

  .xl\:bg-cyan-50\/40{
    background-color: rgb(236 254 255 / 0.4);
  }

  .xl\:bg-cyan-50\/45{
    background-color: rgb(236 254 255 / 0.45);
  }

  .xl\:bg-cyan-50\/5{
    background-color: rgb(236 254 255 / 0.05);
  }

  .xl\:bg-cyan-50\/50{
    background-color: rgb(236 254 255 / 0.5);
  }

  .xl\:bg-cyan-50\/55{
    background-color: rgb(236 254 255 / 0.55);
  }

  .xl\:bg-cyan-50\/60{
    background-color: rgb(236 254 255 / 0.6);
  }

  .xl\:bg-cyan-50\/65{
    background-color: rgb(236 254 255 / 0.65);
  }

  .xl\:bg-cyan-50\/70{
    background-color: rgb(236 254 255 / 0.7);
  }

  .xl\:bg-cyan-50\/75{
    background-color: rgb(236 254 255 / 0.75);
  }

  .xl\:bg-cyan-50\/80{
    background-color: rgb(236 254 255 / 0.8);
  }

  .xl\:bg-cyan-50\/85{
    background-color: rgb(236 254 255 / 0.85);
  }

  .xl\:bg-cyan-50\/90{
    background-color: rgb(236 254 255 / 0.9);
  }

  .xl\:bg-cyan-50\/95{
    background-color: rgb(236 254 255 / 0.95);
  }

  .xl\:bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-500\/0{
    background-color: rgb(6 182 212 / 0);
  }

  .xl\:bg-cyan-500\/10{
    background-color: rgb(6 182 212 / 0.1);
  }

  .xl\:bg-cyan-500\/100{
    background-color: rgb(6 182 212 / 1);
  }

  .xl\:bg-cyan-500\/15{
    background-color: rgb(6 182 212 / 0.15);
  }

  .xl\:bg-cyan-500\/20{
    background-color: rgb(6 182 212 / 0.2);
  }

  .xl\:bg-cyan-500\/25{
    background-color: rgb(6 182 212 / 0.25);
  }

  .xl\:bg-cyan-500\/30{
    background-color: rgb(6 182 212 / 0.3);
  }

  .xl\:bg-cyan-500\/35{
    background-color: rgb(6 182 212 / 0.35);
  }

  .xl\:bg-cyan-500\/40{
    background-color: rgb(6 182 212 / 0.4);
  }

  .xl\:bg-cyan-500\/45{
    background-color: rgb(6 182 212 / 0.45);
  }

  .xl\:bg-cyan-500\/5{
    background-color: rgb(6 182 212 / 0.05);
  }

  .xl\:bg-cyan-500\/50{
    background-color: rgb(6 182 212 / 0.5);
  }

  .xl\:bg-cyan-500\/55{
    background-color: rgb(6 182 212 / 0.55);
  }

  .xl\:bg-cyan-500\/60{
    background-color: rgb(6 182 212 / 0.6);
  }

  .xl\:bg-cyan-500\/65{
    background-color: rgb(6 182 212 / 0.65);
  }

  .xl\:bg-cyan-500\/70{
    background-color: rgb(6 182 212 / 0.7);
  }

  .xl\:bg-cyan-500\/75{
    background-color: rgb(6 182 212 / 0.75);
  }

  .xl\:bg-cyan-500\/80{
    background-color: rgb(6 182 212 / 0.8);
  }

  .xl\:bg-cyan-500\/85{
    background-color: rgb(6 182 212 / 0.85);
  }

  .xl\:bg-cyan-500\/90{
    background-color: rgb(6 182 212 / 0.9);
  }

  .xl\:bg-cyan-500\/95{
    background-color: rgb(6 182 212 / 0.95);
  }

  .xl\:bg-cyan-600{
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-600\/0{
    background-color: rgb(8 145 178 / 0);
  }

  .xl\:bg-cyan-600\/10{
    background-color: rgb(8 145 178 / 0.1);
  }

  .xl\:bg-cyan-600\/100{
    background-color: rgb(8 145 178 / 1);
  }

  .xl\:bg-cyan-600\/15{
    background-color: rgb(8 145 178 / 0.15);
  }

  .xl\:bg-cyan-600\/20{
    background-color: rgb(8 145 178 / 0.2);
  }

  .xl\:bg-cyan-600\/25{
    background-color: rgb(8 145 178 / 0.25);
  }

  .xl\:bg-cyan-600\/30{
    background-color: rgb(8 145 178 / 0.3);
  }

  .xl\:bg-cyan-600\/35{
    background-color: rgb(8 145 178 / 0.35);
  }

  .xl\:bg-cyan-600\/40{
    background-color: rgb(8 145 178 / 0.4);
  }

  .xl\:bg-cyan-600\/45{
    background-color: rgb(8 145 178 / 0.45);
  }

  .xl\:bg-cyan-600\/5{
    background-color: rgb(8 145 178 / 0.05);
  }

  .xl\:bg-cyan-600\/50{
    background-color: rgb(8 145 178 / 0.5);
  }

  .xl\:bg-cyan-600\/55{
    background-color: rgb(8 145 178 / 0.55);
  }

  .xl\:bg-cyan-600\/60{
    background-color: rgb(8 145 178 / 0.6);
  }

  .xl\:bg-cyan-600\/65{
    background-color: rgb(8 145 178 / 0.65);
  }

  .xl\:bg-cyan-600\/70{
    background-color: rgb(8 145 178 / 0.7);
  }

  .xl\:bg-cyan-600\/75{
    background-color: rgb(8 145 178 / 0.75);
  }

  .xl\:bg-cyan-600\/80{
    background-color: rgb(8 145 178 / 0.8);
  }

  .xl\:bg-cyan-600\/85{
    background-color: rgb(8 145 178 / 0.85);
  }

  .xl\:bg-cyan-600\/90{
    background-color: rgb(8 145 178 / 0.9);
  }

  .xl\:bg-cyan-600\/95{
    background-color: rgb(8 145 178 / 0.95);
  }

  .xl\:bg-cyan-700{
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-700\/0{
    background-color: rgb(14 116 144 / 0);
  }

  .xl\:bg-cyan-700\/10{
    background-color: rgb(14 116 144 / 0.1);
  }

  .xl\:bg-cyan-700\/100{
    background-color: rgb(14 116 144 / 1);
  }

  .xl\:bg-cyan-700\/15{
    background-color: rgb(14 116 144 / 0.15);
  }

  .xl\:bg-cyan-700\/20{
    background-color: rgb(14 116 144 / 0.2);
  }

  .xl\:bg-cyan-700\/25{
    background-color: rgb(14 116 144 / 0.25);
  }

  .xl\:bg-cyan-700\/30{
    background-color: rgb(14 116 144 / 0.3);
  }

  .xl\:bg-cyan-700\/35{
    background-color: rgb(14 116 144 / 0.35);
  }

  .xl\:bg-cyan-700\/40{
    background-color: rgb(14 116 144 / 0.4);
  }

  .xl\:bg-cyan-700\/45{
    background-color: rgb(14 116 144 / 0.45);
  }

  .xl\:bg-cyan-700\/5{
    background-color: rgb(14 116 144 / 0.05);
  }

  .xl\:bg-cyan-700\/50{
    background-color: rgb(14 116 144 / 0.5);
  }

  .xl\:bg-cyan-700\/55{
    background-color: rgb(14 116 144 / 0.55);
  }

  .xl\:bg-cyan-700\/60{
    background-color: rgb(14 116 144 / 0.6);
  }

  .xl\:bg-cyan-700\/65{
    background-color: rgb(14 116 144 / 0.65);
  }

  .xl\:bg-cyan-700\/70{
    background-color: rgb(14 116 144 / 0.7);
  }

  .xl\:bg-cyan-700\/75{
    background-color: rgb(14 116 144 / 0.75);
  }

  .xl\:bg-cyan-700\/80{
    background-color: rgb(14 116 144 / 0.8);
  }

  .xl\:bg-cyan-700\/85{
    background-color: rgb(14 116 144 / 0.85);
  }

  .xl\:bg-cyan-700\/90{
    background-color: rgb(14 116 144 / 0.9);
  }

  .xl\:bg-cyan-700\/95{
    background-color: rgb(14 116 144 / 0.95);
  }

  .xl\:bg-cyan-800{
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-800\/0{
    background-color: rgb(21 94 117 / 0);
  }

  .xl\:bg-cyan-800\/10{
    background-color: rgb(21 94 117 / 0.1);
  }

  .xl\:bg-cyan-800\/100{
    background-color: rgb(21 94 117 / 1);
  }

  .xl\:bg-cyan-800\/15{
    background-color: rgb(21 94 117 / 0.15);
  }

  .xl\:bg-cyan-800\/20{
    background-color: rgb(21 94 117 / 0.2);
  }

  .xl\:bg-cyan-800\/25{
    background-color: rgb(21 94 117 / 0.25);
  }

  .xl\:bg-cyan-800\/30{
    background-color: rgb(21 94 117 / 0.3);
  }

  .xl\:bg-cyan-800\/35{
    background-color: rgb(21 94 117 / 0.35);
  }

  .xl\:bg-cyan-800\/40{
    background-color: rgb(21 94 117 / 0.4);
  }

  .xl\:bg-cyan-800\/45{
    background-color: rgb(21 94 117 / 0.45);
  }

  .xl\:bg-cyan-800\/5{
    background-color: rgb(21 94 117 / 0.05);
  }

  .xl\:bg-cyan-800\/50{
    background-color: rgb(21 94 117 / 0.5);
  }

  .xl\:bg-cyan-800\/55{
    background-color: rgb(21 94 117 / 0.55);
  }

  .xl\:bg-cyan-800\/60{
    background-color: rgb(21 94 117 / 0.6);
  }

  .xl\:bg-cyan-800\/65{
    background-color: rgb(21 94 117 / 0.65);
  }

  .xl\:bg-cyan-800\/70{
    background-color: rgb(21 94 117 / 0.7);
  }

  .xl\:bg-cyan-800\/75{
    background-color: rgb(21 94 117 / 0.75);
  }

  .xl\:bg-cyan-800\/80{
    background-color: rgb(21 94 117 / 0.8);
  }

  .xl\:bg-cyan-800\/85{
    background-color: rgb(21 94 117 / 0.85);
  }

  .xl\:bg-cyan-800\/90{
    background-color: rgb(21 94 117 / 0.9);
  }

  .xl\:bg-cyan-800\/95{
    background-color: rgb(21 94 117 / 0.95);
  }

  .xl\:bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-900\/0{
    background-color: rgb(22 78 99 / 0);
  }

  .xl\:bg-cyan-900\/10{
    background-color: rgb(22 78 99 / 0.1);
  }

  .xl\:bg-cyan-900\/100{
    background-color: rgb(22 78 99 / 1);
  }

  .xl\:bg-cyan-900\/15{
    background-color: rgb(22 78 99 / 0.15);
  }

  .xl\:bg-cyan-900\/20{
    background-color: rgb(22 78 99 / 0.2);
  }

  .xl\:bg-cyan-900\/25{
    background-color: rgb(22 78 99 / 0.25);
  }

  .xl\:bg-cyan-900\/30{
    background-color: rgb(22 78 99 / 0.3);
  }

  .xl\:bg-cyan-900\/35{
    background-color: rgb(22 78 99 / 0.35);
  }

  .xl\:bg-cyan-900\/40{
    background-color: rgb(22 78 99 / 0.4);
  }

  .xl\:bg-cyan-900\/45{
    background-color: rgb(22 78 99 / 0.45);
  }

  .xl\:bg-cyan-900\/5{
    background-color: rgb(22 78 99 / 0.05);
  }

  .xl\:bg-cyan-900\/50{
    background-color: rgb(22 78 99 / 0.5);
  }

  .xl\:bg-cyan-900\/55{
    background-color: rgb(22 78 99 / 0.55);
  }

  .xl\:bg-cyan-900\/60{
    background-color: rgb(22 78 99 / 0.6);
  }

  .xl\:bg-cyan-900\/65{
    background-color: rgb(22 78 99 / 0.65);
  }

  .xl\:bg-cyan-900\/70{
    background-color: rgb(22 78 99 / 0.7);
  }

  .xl\:bg-cyan-900\/75{
    background-color: rgb(22 78 99 / 0.75);
  }

  .xl\:bg-cyan-900\/80{
    background-color: rgb(22 78 99 / 0.8);
  }

  .xl\:bg-cyan-900\/85{
    background-color: rgb(22 78 99 / 0.85);
  }

  .xl\:bg-cyan-900\/90{
    background-color: rgb(22 78 99 / 0.9);
  }

  .xl\:bg-cyan-900\/95{
    background-color: rgb(22 78 99 / 0.95);
  }

  .xl\:bg-cyan-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-cyan-950\/0{
    background-color: rgb(8 51 68 / 0);
  }

  .xl\:bg-cyan-950\/10{
    background-color: rgb(8 51 68 / 0.1);
  }

  .xl\:bg-cyan-950\/100{
    background-color: rgb(8 51 68 / 1);
  }

  .xl\:bg-cyan-950\/15{
    background-color: rgb(8 51 68 / 0.15);
  }

  .xl\:bg-cyan-950\/20{
    background-color: rgb(8 51 68 / 0.2);
  }

  .xl\:bg-cyan-950\/25{
    background-color: rgb(8 51 68 / 0.25);
  }

  .xl\:bg-cyan-950\/30{
    background-color: rgb(8 51 68 / 0.3);
  }

  .xl\:bg-cyan-950\/35{
    background-color: rgb(8 51 68 / 0.35);
  }

  .xl\:bg-cyan-950\/40{
    background-color: rgb(8 51 68 / 0.4);
  }

  .xl\:bg-cyan-950\/45{
    background-color: rgb(8 51 68 / 0.45);
  }

  .xl\:bg-cyan-950\/5{
    background-color: rgb(8 51 68 / 0.05);
  }

  .xl\:bg-cyan-950\/50{
    background-color: rgb(8 51 68 / 0.5);
  }

  .xl\:bg-cyan-950\/55{
    background-color: rgb(8 51 68 / 0.55);
  }

  .xl\:bg-cyan-950\/60{
    background-color: rgb(8 51 68 / 0.6);
  }

  .xl\:bg-cyan-950\/65{
    background-color: rgb(8 51 68 / 0.65);
  }

  .xl\:bg-cyan-950\/70{
    background-color: rgb(8 51 68 / 0.7);
  }

  .xl\:bg-cyan-950\/75{
    background-color: rgb(8 51 68 / 0.75);
  }

  .xl\:bg-cyan-950\/80{
    background-color: rgb(8 51 68 / 0.8);
  }

  .xl\:bg-cyan-950\/85{
    background-color: rgb(8 51 68 / 0.85);
  }

  .xl\:bg-cyan-950\/90{
    background-color: rgb(8 51 68 / 0.9);
  }

  .xl\:bg-cyan-950\/95{
    background-color: rgb(8 51 68 / 0.95);
  }

  .xl\:bg-darkGreen{
    --tw-bg-opacity: 1;
    background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-darkGreen\/0{
    background-color: rgb(113 229 201 / 0);
  }

  .xl\:bg-darkGreen\/10{
    background-color: rgb(113 229 201 / 0.1);
  }

  .xl\:bg-darkGreen\/100{
    background-color: rgb(113 229 201 / 1);
  }

  .xl\:bg-darkGreen\/15{
    background-color: rgb(113 229 201 / 0.15);
  }

  .xl\:bg-darkGreen\/20{
    background-color: rgb(113 229 201 / 0.2);
  }

  .xl\:bg-darkGreen\/25{
    background-color: rgb(113 229 201 / 0.25);
  }

  .xl\:bg-darkGreen\/30{
    background-color: rgb(113 229 201 / 0.3);
  }

  .xl\:bg-darkGreen\/35{
    background-color: rgb(113 229 201 / 0.35);
  }

  .xl\:bg-darkGreen\/40{
    background-color: rgb(113 229 201 / 0.4);
  }

  .xl\:bg-darkGreen\/45{
    background-color: rgb(113 229 201 / 0.45);
  }

  .xl\:bg-darkGreen\/5{
    background-color: rgb(113 229 201 / 0.05);
  }

  .xl\:bg-darkGreen\/50{
    background-color: rgb(113 229 201 / 0.5);
  }

  .xl\:bg-darkGreen\/55{
    background-color: rgb(113 229 201 / 0.55);
  }

  .xl\:bg-darkGreen\/60{
    background-color: rgb(113 229 201 / 0.6);
  }

  .xl\:bg-darkGreen\/65{
    background-color: rgb(113 229 201 / 0.65);
  }

  .xl\:bg-darkGreen\/70{
    background-color: rgb(113 229 201 / 0.7);
  }

  .xl\:bg-darkGreen\/75{
    background-color: rgb(113 229 201 / 0.75);
  }

  .xl\:bg-darkGreen\/80{
    background-color: rgb(113 229 201 / 0.8);
  }

  .xl\:bg-darkGreen\/85{
    background-color: rgb(113 229 201 / 0.85);
  }

  .xl\:bg-darkGreen\/90{
    background-color: rgb(113 229 201 / 0.9);
  }

  .xl\:bg-darkGreen\/95{
    background-color: rgb(113 229 201 / 0.95);
  }

  .xl\:bg-emerald-100{
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-100\/0{
    background-color: rgb(209 250 229 / 0);
  }

  .xl\:bg-emerald-100\/10{
    background-color: rgb(209 250 229 / 0.1);
  }

  .xl\:bg-emerald-100\/100{
    background-color: rgb(209 250 229 / 1);
  }

  .xl\:bg-emerald-100\/15{
    background-color: rgb(209 250 229 / 0.15);
  }

  .xl\:bg-emerald-100\/20{
    background-color: rgb(209 250 229 / 0.2);
  }

  .xl\:bg-emerald-100\/25{
    background-color: rgb(209 250 229 / 0.25);
  }

  .xl\:bg-emerald-100\/30{
    background-color: rgb(209 250 229 / 0.3);
  }

  .xl\:bg-emerald-100\/35{
    background-color: rgb(209 250 229 / 0.35);
  }

  .xl\:bg-emerald-100\/40{
    background-color: rgb(209 250 229 / 0.4);
  }

  .xl\:bg-emerald-100\/45{
    background-color: rgb(209 250 229 / 0.45);
  }

  .xl\:bg-emerald-100\/5{
    background-color: rgb(209 250 229 / 0.05);
  }

  .xl\:bg-emerald-100\/50{
    background-color: rgb(209 250 229 / 0.5);
  }

  .xl\:bg-emerald-100\/55{
    background-color: rgb(209 250 229 / 0.55);
  }

  .xl\:bg-emerald-100\/60{
    background-color: rgb(209 250 229 / 0.6);
  }

  .xl\:bg-emerald-100\/65{
    background-color: rgb(209 250 229 / 0.65);
  }

  .xl\:bg-emerald-100\/70{
    background-color: rgb(209 250 229 / 0.7);
  }

  .xl\:bg-emerald-100\/75{
    background-color: rgb(209 250 229 / 0.75);
  }

  .xl\:bg-emerald-100\/80{
    background-color: rgb(209 250 229 / 0.8);
  }

  .xl\:bg-emerald-100\/85{
    background-color: rgb(209 250 229 / 0.85);
  }

  .xl\:bg-emerald-100\/90{
    background-color: rgb(209 250 229 / 0.9);
  }

  .xl\:bg-emerald-100\/95{
    background-color: rgb(209 250 229 / 0.95);
  }

  .xl\:bg-emerald-200{
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-200\/0{
    background-color: rgb(167 243 208 / 0);
  }

  .xl\:bg-emerald-200\/10{
    background-color: rgb(167 243 208 / 0.1);
  }

  .xl\:bg-emerald-200\/100{
    background-color: rgb(167 243 208 / 1);
  }

  .xl\:bg-emerald-200\/15{
    background-color: rgb(167 243 208 / 0.15);
  }

  .xl\:bg-emerald-200\/20{
    background-color: rgb(167 243 208 / 0.2);
  }

  .xl\:bg-emerald-200\/25{
    background-color: rgb(167 243 208 / 0.25);
  }

  .xl\:bg-emerald-200\/30{
    background-color: rgb(167 243 208 / 0.3);
  }

  .xl\:bg-emerald-200\/35{
    background-color: rgb(167 243 208 / 0.35);
  }

  .xl\:bg-emerald-200\/40{
    background-color: rgb(167 243 208 / 0.4);
  }

  .xl\:bg-emerald-200\/45{
    background-color: rgb(167 243 208 / 0.45);
  }

  .xl\:bg-emerald-200\/5{
    background-color: rgb(167 243 208 / 0.05);
  }

  .xl\:bg-emerald-200\/50{
    background-color: rgb(167 243 208 / 0.5);
  }

  .xl\:bg-emerald-200\/55{
    background-color: rgb(167 243 208 / 0.55);
  }

  .xl\:bg-emerald-200\/60{
    background-color: rgb(167 243 208 / 0.6);
  }

  .xl\:bg-emerald-200\/65{
    background-color: rgb(167 243 208 / 0.65);
  }

  .xl\:bg-emerald-200\/70{
    background-color: rgb(167 243 208 / 0.7);
  }

  .xl\:bg-emerald-200\/75{
    background-color: rgb(167 243 208 / 0.75);
  }

  .xl\:bg-emerald-200\/80{
    background-color: rgb(167 243 208 / 0.8);
  }

  .xl\:bg-emerald-200\/85{
    background-color: rgb(167 243 208 / 0.85);
  }

  .xl\:bg-emerald-200\/90{
    background-color: rgb(167 243 208 / 0.9);
  }

  .xl\:bg-emerald-200\/95{
    background-color: rgb(167 243 208 / 0.95);
  }

  .xl\:bg-emerald-300{
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-300\/0{
    background-color: rgb(110 231 183 / 0);
  }

  .xl\:bg-emerald-300\/10{
    background-color: rgb(110 231 183 / 0.1);
  }

  .xl\:bg-emerald-300\/100{
    background-color: rgb(110 231 183 / 1);
  }

  .xl\:bg-emerald-300\/15{
    background-color: rgb(110 231 183 / 0.15);
  }

  .xl\:bg-emerald-300\/20{
    background-color: rgb(110 231 183 / 0.2);
  }

  .xl\:bg-emerald-300\/25{
    background-color: rgb(110 231 183 / 0.25);
  }

  .xl\:bg-emerald-300\/30{
    background-color: rgb(110 231 183 / 0.3);
  }

  .xl\:bg-emerald-300\/35{
    background-color: rgb(110 231 183 / 0.35);
  }

  .xl\:bg-emerald-300\/40{
    background-color: rgb(110 231 183 / 0.4);
  }

  .xl\:bg-emerald-300\/45{
    background-color: rgb(110 231 183 / 0.45);
  }

  .xl\:bg-emerald-300\/5{
    background-color: rgb(110 231 183 / 0.05);
  }

  .xl\:bg-emerald-300\/50{
    background-color: rgb(110 231 183 / 0.5);
  }

  .xl\:bg-emerald-300\/55{
    background-color: rgb(110 231 183 / 0.55);
  }

  .xl\:bg-emerald-300\/60{
    background-color: rgb(110 231 183 / 0.6);
  }

  .xl\:bg-emerald-300\/65{
    background-color: rgb(110 231 183 / 0.65);
  }

  .xl\:bg-emerald-300\/70{
    background-color: rgb(110 231 183 / 0.7);
  }

  .xl\:bg-emerald-300\/75{
    background-color: rgb(110 231 183 / 0.75);
  }

  .xl\:bg-emerald-300\/80{
    background-color: rgb(110 231 183 / 0.8);
  }

  .xl\:bg-emerald-300\/85{
    background-color: rgb(110 231 183 / 0.85);
  }

  .xl\:bg-emerald-300\/90{
    background-color: rgb(110 231 183 / 0.9);
  }

  .xl\:bg-emerald-300\/95{
    background-color: rgb(110 231 183 / 0.95);
  }

  .xl\:bg-emerald-400{
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-400\/0{
    background-color: rgb(52 211 153 / 0);
  }

  .xl\:bg-emerald-400\/10{
    background-color: rgb(52 211 153 / 0.1);
  }

  .xl\:bg-emerald-400\/100{
    background-color: rgb(52 211 153 / 1);
  }

  .xl\:bg-emerald-400\/15{
    background-color: rgb(52 211 153 / 0.15);
  }

  .xl\:bg-emerald-400\/20{
    background-color: rgb(52 211 153 / 0.2);
  }

  .xl\:bg-emerald-400\/25{
    background-color: rgb(52 211 153 / 0.25);
  }

  .xl\:bg-emerald-400\/30{
    background-color: rgb(52 211 153 / 0.3);
  }

  .xl\:bg-emerald-400\/35{
    background-color: rgb(52 211 153 / 0.35);
  }

  .xl\:bg-emerald-400\/40{
    background-color: rgb(52 211 153 / 0.4);
  }

  .xl\:bg-emerald-400\/45{
    background-color: rgb(52 211 153 / 0.45);
  }

  .xl\:bg-emerald-400\/5{
    background-color: rgb(52 211 153 / 0.05);
  }

  .xl\:bg-emerald-400\/50{
    background-color: rgb(52 211 153 / 0.5);
  }

  .xl\:bg-emerald-400\/55{
    background-color: rgb(52 211 153 / 0.55);
  }

  .xl\:bg-emerald-400\/60{
    background-color: rgb(52 211 153 / 0.6);
  }

  .xl\:bg-emerald-400\/65{
    background-color: rgb(52 211 153 / 0.65);
  }

  .xl\:bg-emerald-400\/70{
    background-color: rgb(52 211 153 / 0.7);
  }

  .xl\:bg-emerald-400\/75{
    background-color: rgb(52 211 153 / 0.75);
  }

  .xl\:bg-emerald-400\/80{
    background-color: rgb(52 211 153 / 0.8);
  }

  .xl\:bg-emerald-400\/85{
    background-color: rgb(52 211 153 / 0.85);
  }

  .xl\:bg-emerald-400\/90{
    background-color: rgb(52 211 153 / 0.9);
  }

  .xl\:bg-emerald-400\/95{
    background-color: rgb(52 211 153 / 0.95);
  }

  .xl\:bg-emerald-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-50\/0{
    background-color: rgb(236 253 245 / 0);
  }

  .xl\:bg-emerald-50\/10{
    background-color: rgb(236 253 245 / 0.1);
  }

  .xl\:bg-emerald-50\/100{
    background-color: rgb(236 253 245 / 1);
  }

  .xl\:bg-emerald-50\/15{
    background-color: rgb(236 253 245 / 0.15);
  }

  .xl\:bg-emerald-50\/20{
    background-color: rgb(236 253 245 / 0.2);
  }

  .xl\:bg-emerald-50\/25{
    background-color: rgb(236 253 245 / 0.25);
  }

  .xl\:bg-emerald-50\/30{
    background-color: rgb(236 253 245 / 0.3);
  }

  .xl\:bg-emerald-50\/35{
    background-color: rgb(236 253 245 / 0.35);
  }

  .xl\:bg-emerald-50\/40{
    background-color: rgb(236 253 245 / 0.4);
  }

  .xl\:bg-emerald-50\/45{
    background-color: rgb(236 253 245 / 0.45);
  }

  .xl\:bg-emerald-50\/5{
    background-color: rgb(236 253 245 / 0.05);
  }

  .xl\:bg-emerald-50\/50{
    background-color: rgb(236 253 245 / 0.5);
  }

  .xl\:bg-emerald-50\/55{
    background-color: rgb(236 253 245 / 0.55);
  }

  .xl\:bg-emerald-50\/60{
    background-color: rgb(236 253 245 / 0.6);
  }

  .xl\:bg-emerald-50\/65{
    background-color: rgb(236 253 245 / 0.65);
  }

  .xl\:bg-emerald-50\/70{
    background-color: rgb(236 253 245 / 0.7);
  }

  .xl\:bg-emerald-50\/75{
    background-color: rgb(236 253 245 / 0.75);
  }

  .xl\:bg-emerald-50\/80{
    background-color: rgb(236 253 245 / 0.8);
  }

  .xl\:bg-emerald-50\/85{
    background-color: rgb(236 253 245 / 0.85);
  }

  .xl\:bg-emerald-50\/90{
    background-color: rgb(236 253 245 / 0.9);
  }

  .xl\:bg-emerald-50\/95{
    background-color: rgb(236 253 245 / 0.95);
  }

  .xl\:bg-emerald-500{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-500\/0{
    background-color: rgb(16 185 129 / 0);
  }

  .xl\:bg-emerald-500\/10{
    background-color: rgb(16 185 129 / 0.1);
  }

  .xl\:bg-emerald-500\/100{
    background-color: rgb(16 185 129 / 1);
  }

  .xl\:bg-emerald-500\/15{
    background-color: rgb(16 185 129 / 0.15);
  }

  .xl\:bg-emerald-500\/20{
    background-color: rgb(16 185 129 / 0.2);
  }

  .xl\:bg-emerald-500\/25{
    background-color: rgb(16 185 129 / 0.25);
  }

  .xl\:bg-emerald-500\/30{
    background-color: rgb(16 185 129 / 0.3);
  }

  .xl\:bg-emerald-500\/35{
    background-color: rgb(16 185 129 / 0.35);
  }

  .xl\:bg-emerald-500\/40{
    background-color: rgb(16 185 129 / 0.4);
  }

  .xl\:bg-emerald-500\/45{
    background-color: rgb(16 185 129 / 0.45);
  }

  .xl\:bg-emerald-500\/5{
    background-color: rgb(16 185 129 / 0.05);
  }

  .xl\:bg-emerald-500\/50{
    background-color: rgb(16 185 129 / 0.5);
  }

  .xl\:bg-emerald-500\/55{
    background-color: rgb(16 185 129 / 0.55);
  }

  .xl\:bg-emerald-500\/60{
    background-color: rgb(16 185 129 / 0.6);
  }

  .xl\:bg-emerald-500\/65{
    background-color: rgb(16 185 129 / 0.65);
  }

  .xl\:bg-emerald-500\/70{
    background-color: rgb(16 185 129 / 0.7);
  }

  .xl\:bg-emerald-500\/75{
    background-color: rgb(16 185 129 / 0.75);
  }

  .xl\:bg-emerald-500\/80{
    background-color: rgb(16 185 129 / 0.8);
  }

  .xl\:bg-emerald-500\/85{
    background-color: rgb(16 185 129 / 0.85);
  }

  .xl\:bg-emerald-500\/90{
    background-color: rgb(16 185 129 / 0.9);
  }

  .xl\:bg-emerald-500\/95{
    background-color: rgb(16 185 129 / 0.95);
  }

  .xl\:bg-emerald-600{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-600\/0{
    background-color: rgb(5 150 105 / 0);
  }

  .xl\:bg-emerald-600\/10{
    background-color: rgb(5 150 105 / 0.1);
  }

  .xl\:bg-emerald-600\/100{
    background-color: rgb(5 150 105 / 1);
  }

  .xl\:bg-emerald-600\/15{
    background-color: rgb(5 150 105 / 0.15);
  }

  .xl\:bg-emerald-600\/20{
    background-color: rgb(5 150 105 / 0.2);
  }

  .xl\:bg-emerald-600\/25{
    background-color: rgb(5 150 105 / 0.25);
  }

  .xl\:bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
  }

  .xl\:bg-emerald-600\/35{
    background-color: rgb(5 150 105 / 0.35);
  }

  .xl\:bg-emerald-600\/40{
    background-color: rgb(5 150 105 / 0.4);
  }

  .xl\:bg-emerald-600\/45{
    background-color: rgb(5 150 105 / 0.45);
  }

  .xl\:bg-emerald-600\/5{
    background-color: rgb(5 150 105 / 0.05);
  }

  .xl\:bg-emerald-600\/50{
    background-color: rgb(5 150 105 / 0.5);
  }

  .xl\:bg-emerald-600\/55{
    background-color: rgb(5 150 105 / 0.55);
  }

  .xl\:bg-emerald-600\/60{
    background-color: rgb(5 150 105 / 0.6);
  }

  .xl\:bg-emerald-600\/65{
    background-color: rgb(5 150 105 / 0.65);
  }

  .xl\:bg-emerald-600\/70{
    background-color: rgb(5 150 105 / 0.7);
  }

  .xl\:bg-emerald-600\/75{
    background-color: rgb(5 150 105 / 0.75);
  }

  .xl\:bg-emerald-600\/80{
    background-color: rgb(5 150 105 / 0.8);
  }

  .xl\:bg-emerald-600\/85{
    background-color: rgb(5 150 105 / 0.85);
  }

  .xl\:bg-emerald-600\/90{
    background-color: rgb(5 150 105 / 0.9);
  }

  .xl\:bg-emerald-600\/95{
    background-color: rgb(5 150 105 / 0.95);
  }

  .xl\:bg-emerald-700{
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-700\/0{
    background-color: rgb(4 120 87 / 0);
  }

  .xl\:bg-emerald-700\/10{
    background-color: rgb(4 120 87 / 0.1);
  }

  .xl\:bg-emerald-700\/100{
    background-color: rgb(4 120 87 / 1);
  }

  .xl\:bg-emerald-700\/15{
    background-color: rgb(4 120 87 / 0.15);
  }

  .xl\:bg-emerald-700\/20{
    background-color: rgb(4 120 87 / 0.2);
  }

  .xl\:bg-emerald-700\/25{
    background-color: rgb(4 120 87 / 0.25);
  }

  .xl\:bg-emerald-700\/30{
    background-color: rgb(4 120 87 / 0.3);
  }

  .xl\:bg-emerald-700\/35{
    background-color: rgb(4 120 87 / 0.35);
  }

  .xl\:bg-emerald-700\/40{
    background-color: rgb(4 120 87 / 0.4);
  }

  .xl\:bg-emerald-700\/45{
    background-color: rgb(4 120 87 / 0.45);
  }

  .xl\:bg-emerald-700\/5{
    background-color: rgb(4 120 87 / 0.05);
  }

  .xl\:bg-emerald-700\/50{
    background-color: rgb(4 120 87 / 0.5);
  }

  .xl\:bg-emerald-700\/55{
    background-color: rgb(4 120 87 / 0.55);
  }

  .xl\:bg-emerald-700\/60{
    background-color: rgb(4 120 87 / 0.6);
  }

  .xl\:bg-emerald-700\/65{
    background-color: rgb(4 120 87 / 0.65);
  }

  .xl\:bg-emerald-700\/70{
    background-color: rgb(4 120 87 / 0.7);
  }

  .xl\:bg-emerald-700\/75{
    background-color: rgb(4 120 87 / 0.75);
  }

  .xl\:bg-emerald-700\/80{
    background-color: rgb(4 120 87 / 0.8);
  }

  .xl\:bg-emerald-700\/85{
    background-color: rgb(4 120 87 / 0.85);
  }

  .xl\:bg-emerald-700\/90{
    background-color: rgb(4 120 87 / 0.9);
  }

  .xl\:bg-emerald-700\/95{
    background-color: rgb(4 120 87 / 0.95);
  }

  .xl\:bg-emerald-800{
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-800\/0{
    background-color: rgb(6 95 70 / 0);
  }

  .xl\:bg-emerald-800\/10{
    background-color: rgb(6 95 70 / 0.1);
  }

  .xl\:bg-emerald-800\/100{
    background-color: rgb(6 95 70 / 1);
  }

  .xl\:bg-emerald-800\/15{
    background-color: rgb(6 95 70 / 0.15);
  }

  .xl\:bg-emerald-800\/20{
    background-color: rgb(6 95 70 / 0.2);
  }

  .xl\:bg-emerald-800\/25{
    background-color: rgb(6 95 70 / 0.25);
  }

  .xl\:bg-emerald-800\/30{
    background-color: rgb(6 95 70 / 0.3);
  }

  .xl\:bg-emerald-800\/35{
    background-color: rgb(6 95 70 / 0.35);
  }

  .xl\:bg-emerald-800\/40{
    background-color: rgb(6 95 70 / 0.4);
  }

  .xl\:bg-emerald-800\/45{
    background-color: rgb(6 95 70 / 0.45);
  }

  .xl\:bg-emerald-800\/5{
    background-color: rgb(6 95 70 / 0.05);
  }

  .xl\:bg-emerald-800\/50{
    background-color: rgb(6 95 70 / 0.5);
  }

  .xl\:bg-emerald-800\/55{
    background-color: rgb(6 95 70 / 0.55);
  }

  .xl\:bg-emerald-800\/60{
    background-color: rgb(6 95 70 / 0.6);
  }

  .xl\:bg-emerald-800\/65{
    background-color: rgb(6 95 70 / 0.65);
  }

  .xl\:bg-emerald-800\/70{
    background-color: rgb(6 95 70 / 0.7);
  }

  .xl\:bg-emerald-800\/75{
    background-color: rgb(6 95 70 / 0.75);
  }

  .xl\:bg-emerald-800\/80{
    background-color: rgb(6 95 70 / 0.8);
  }

  .xl\:bg-emerald-800\/85{
    background-color: rgb(6 95 70 / 0.85);
  }

  .xl\:bg-emerald-800\/90{
    background-color: rgb(6 95 70 / 0.9);
  }

  .xl\:bg-emerald-800\/95{
    background-color: rgb(6 95 70 / 0.95);
  }

  .xl\:bg-emerald-900{
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-900\/0{
    background-color: rgb(6 78 59 / 0);
  }

  .xl\:bg-emerald-900\/10{
    background-color: rgb(6 78 59 / 0.1);
  }

  .xl\:bg-emerald-900\/100{
    background-color: rgb(6 78 59 / 1);
  }

  .xl\:bg-emerald-900\/15{
    background-color: rgb(6 78 59 / 0.15);
  }

  .xl\:bg-emerald-900\/20{
    background-color: rgb(6 78 59 / 0.2);
  }

  .xl\:bg-emerald-900\/25{
    background-color: rgb(6 78 59 / 0.25);
  }

  .xl\:bg-emerald-900\/30{
    background-color: rgb(6 78 59 / 0.3);
  }

  .xl\:bg-emerald-900\/35{
    background-color: rgb(6 78 59 / 0.35);
  }

  .xl\:bg-emerald-900\/40{
    background-color: rgb(6 78 59 / 0.4);
  }

  .xl\:bg-emerald-900\/45{
    background-color: rgb(6 78 59 / 0.45);
  }

  .xl\:bg-emerald-900\/5{
    background-color: rgb(6 78 59 / 0.05);
  }

  .xl\:bg-emerald-900\/50{
    background-color: rgb(6 78 59 / 0.5);
  }

  .xl\:bg-emerald-900\/55{
    background-color: rgb(6 78 59 / 0.55);
  }

  .xl\:bg-emerald-900\/60{
    background-color: rgb(6 78 59 / 0.6);
  }

  .xl\:bg-emerald-900\/65{
    background-color: rgb(6 78 59 / 0.65);
  }

  .xl\:bg-emerald-900\/70{
    background-color: rgb(6 78 59 / 0.7);
  }

  .xl\:bg-emerald-900\/75{
    background-color: rgb(6 78 59 / 0.75);
  }

  .xl\:bg-emerald-900\/80{
    background-color: rgb(6 78 59 / 0.8);
  }

  .xl\:bg-emerald-900\/85{
    background-color: rgb(6 78 59 / 0.85);
  }

  .xl\:bg-emerald-900\/90{
    background-color: rgb(6 78 59 / 0.9);
  }

  .xl\:bg-emerald-900\/95{
    background-color: rgb(6 78 59 / 0.95);
  }

  .xl\:bg-emerald-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-emerald-950\/0{
    background-color: rgb(2 44 34 / 0);
  }

  .xl\:bg-emerald-950\/10{
    background-color: rgb(2 44 34 / 0.1);
  }

  .xl\:bg-emerald-950\/100{
    background-color: rgb(2 44 34 / 1);
  }

  .xl\:bg-emerald-950\/15{
    background-color: rgb(2 44 34 / 0.15);
  }

  .xl\:bg-emerald-950\/20{
    background-color: rgb(2 44 34 / 0.2);
  }

  .xl\:bg-emerald-950\/25{
    background-color: rgb(2 44 34 / 0.25);
  }

  .xl\:bg-emerald-950\/30{
    background-color: rgb(2 44 34 / 0.3);
  }

  .xl\:bg-emerald-950\/35{
    background-color: rgb(2 44 34 / 0.35);
  }

  .xl\:bg-emerald-950\/40{
    background-color: rgb(2 44 34 / 0.4);
  }

  .xl\:bg-emerald-950\/45{
    background-color: rgb(2 44 34 / 0.45);
  }

  .xl\:bg-emerald-950\/5{
    background-color: rgb(2 44 34 / 0.05);
  }

  .xl\:bg-emerald-950\/50{
    background-color: rgb(2 44 34 / 0.5);
  }

  .xl\:bg-emerald-950\/55{
    background-color: rgb(2 44 34 / 0.55);
  }

  .xl\:bg-emerald-950\/60{
    background-color: rgb(2 44 34 / 0.6);
  }

  .xl\:bg-emerald-950\/65{
    background-color: rgb(2 44 34 / 0.65);
  }

  .xl\:bg-emerald-950\/70{
    background-color: rgb(2 44 34 / 0.7);
  }

  .xl\:bg-emerald-950\/75{
    background-color: rgb(2 44 34 / 0.75);
  }

  .xl\:bg-emerald-950\/80{
    background-color: rgb(2 44 34 / 0.8);
  }

  .xl\:bg-emerald-950\/85{
    background-color: rgb(2 44 34 / 0.85);
  }

  .xl\:bg-emerald-950\/90{
    background-color: rgb(2 44 34 / 0.9);
  }

  .xl\:bg-emerald-950\/95{
    background-color: rgb(2 44 34 / 0.95);
  }

  .xl\:bg-fuchsia-100{
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-100\/0{
    background-color: rgb(250 232 255 / 0);
  }

  .xl\:bg-fuchsia-100\/10{
    background-color: rgb(250 232 255 / 0.1);
  }

  .xl\:bg-fuchsia-100\/100{
    background-color: rgb(250 232 255 / 1);
  }

  .xl\:bg-fuchsia-100\/15{
    background-color: rgb(250 232 255 / 0.15);
  }

  .xl\:bg-fuchsia-100\/20{
    background-color: rgb(250 232 255 / 0.2);
  }

  .xl\:bg-fuchsia-100\/25{
    background-color: rgb(250 232 255 / 0.25);
  }

  .xl\:bg-fuchsia-100\/30{
    background-color: rgb(250 232 255 / 0.3);
  }

  .xl\:bg-fuchsia-100\/35{
    background-color: rgb(250 232 255 / 0.35);
  }

  .xl\:bg-fuchsia-100\/40{
    background-color: rgb(250 232 255 / 0.4);
  }

  .xl\:bg-fuchsia-100\/45{
    background-color: rgb(250 232 255 / 0.45);
  }

  .xl\:bg-fuchsia-100\/5{
    background-color: rgb(250 232 255 / 0.05);
  }

  .xl\:bg-fuchsia-100\/50{
    background-color: rgb(250 232 255 / 0.5);
  }

  .xl\:bg-fuchsia-100\/55{
    background-color: rgb(250 232 255 / 0.55);
  }

  .xl\:bg-fuchsia-100\/60{
    background-color: rgb(250 232 255 / 0.6);
  }

  .xl\:bg-fuchsia-100\/65{
    background-color: rgb(250 232 255 / 0.65);
  }

  .xl\:bg-fuchsia-100\/70{
    background-color: rgb(250 232 255 / 0.7);
  }

  .xl\:bg-fuchsia-100\/75{
    background-color: rgb(250 232 255 / 0.75);
  }

  .xl\:bg-fuchsia-100\/80{
    background-color: rgb(250 232 255 / 0.8);
  }

  .xl\:bg-fuchsia-100\/85{
    background-color: rgb(250 232 255 / 0.85);
  }

  .xl\:bg-fuchsia-100\/90{
    background-color: rgb(250 232 255 / 0.9);
  }

  .xl\:bg-fuchsia-100\/95{
    background-color: rgb(250 232 255 / 0.95);
  }

  .xl\:bg-fuchsia-200{
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-200\/0{
    background-color: rgb(245 208 254 / 0);
  }

  .xl\:bg-fuchsia-200\/10{
    background-color: rgb(245 208 254 / 0.1);
  }

  .xl\:bg-fuchsia-200\/100{
    background-color: rgb(245 208 254 / 1);
  }

  .xl\:bg-fuchsia-200\/15{
    background-color: rgb(245 208 254 / 0.15);
  }

  .xl\:bg-fuchsia-200\/20{
    background-color: rgb(245 208 254 / 0.2);
  }

  .xl\:bg-fuchsia-200\/25{
    background-color: rgb(245 208 254 / 0.25);
  }

  .xl\:bg-fuchsia-200\/30{
    background-color: rgb(245 208 254 / 0.3);
  }

  .xl\:bg-fuchsia-200\/35{
    background-color: rgb(245 208 254 / 0.35);
  }

  .xl\:bg-fuchsia-200\/40{
    background-color: rgb(245 208 254 / 0.4);
  }

  .xl\:bg-fuchsia-200\/45{
    background-color: rgb(245 208 254 / 0.45);
  }

  .xl\:bg-fuchsia-200\/5{
    background-color: rgb(245 208 254 / 0.05);
  }

  .xl\:bg-fuchsia-200\/50{
    background-color: rgb(245 208 254 / 0.5);
  }

  .xl\:bg-fuchsia-200\/55{
    background-color: rgb(245 208 254 / 0.55);
  }

  .xl\:bg-fuchsia-200\/60{
    background-color: rgb(245 208 254 / 0.6);
  }

  .xl\:bg-fuchsia-200\/65{
    background-color: rgb(245 208 254 / 0.65);
  }

  .xl\:bg-fuchsia-200\/70{
    background-color: rgb(245 208 254 / 0.7);
  }

  .xl\:bg-fuchsia-200\/75{
    background-color: rgb(245 208 254 / 0.75);
  }

  .xl\:bg-fuchsia-200\/80{
    background-color: rgb(245 208 254 / 0.8);
  }

  .xl\:bg-fuchsia-200\/85{
    background-color: rgb(245 208 254 / 0.85);
  }

  .xl\:bg-fuchsia-200\/90{
    background-color: rgb(245 208 254 / 0.9);
  }

  .xl\:bg-fuchsia-200\/95{
    background-color: rgb(245 208 254 / 0.95);
  }

  .xl\:bg-fuchsia-300{
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-300\/0{
    background-color: rgb(240 171 252 / 0);
  }

  .xl\:bg-fuchsia-300\/10{
    background-color: rgb(240 171 252 / 0.1);
  }

  .xl\:bg-fuchsia-300\/100{
    background-color: rgb(240 171 252 / 1);
  }

  .xl\:bg-fuchsia-300\/15{
    background-color: rgb(240 171 252 / 0.15);
  }

  .xl\:bg-fuchsia-300\/20{
    background-color: rgb(240 171 252 / 0.2);
  }

  .xl\:bg-fuchsia-300\/25{
    background-color: rgb(240 171 252 / 0.25);
  }

  .xl\:bg-fuchsia-300\/30{
    background-color: rgb(240 171 252 / 0.3);
  }

  .xl\:bg-fuchsia-300\/35{
    background-color: rgb(240 171 252 / 0.35);
  }

  .xl\:bg-fuchsia-300\/40{
    background-color: rgb(240 171 252 / 0.4);
  }

  .xl\:bg-fuchsia-300\/45{
    background-color: rgb(240 171 252 / 0.45);
  }

  .xl\:bg-fuchsia-300\/5{
    background-color: rgb(240 171 252 / 0.05);
  }

  .xl\:bg-fuchsia-300\/50{
    background-color: rgb(240 171 252 / 0.5);
  }

  .xl\:bg-fuchsia-300\/55{
    background-color: rgb(240 171 252 / 0.55);
  }

  .xl\:bg-fuchsia-300\/60{
    background-color: rgb(240 171 252 / 0.6);
  }

  .xl\:bg-fuchsia-300\/65{
    background-color: rgb(240 171 252 / 0.65);
  }

  .xl\:bg-fuchsia-300\/70{
    background-color: rgb(240 171 252 / 0.7);
  }

  .xl\:bg-fuchsia-300\/75{
    background-color: rgb(240 171 252 / 0.75);
  }

  .xl\:bg-fuchsia-300\/80{
    background-color: rgb(240 171 252 / 0.8);
  }

  .xl\:bg-fuchsia-300\/85{
    background-color: rgb(240 171 252 / 0.85);
  }

  .xl\:bg-fuchsia-300\/90{
    background-color: rgb(240 171 252 / 0.9);
  }

  .xl\:bg-fuchsia-300\/95{
    background-color: rgb(240 171 252 / 0.95);
  }

  .xl\:bg-fuchsia-400{
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-400\/0{
    background-color: rgb(232 121 249 / 0);
  }

  .xl\:bg-fuchsia-400\/10{
    background-color: rgb(232 121 249 / 0.1);
  }

  .xl\:bg-fuchsia-400\/100{
    background-color: rgb(232 121 249 / 1);
  }

  .xl\:bg-fuchsia-400\/15{
    background-color: rgb(232 121 249 / 0.15);
  }

  .xl\:bg-fuchsia-400\/20{
    background-color: rgb(232 121 249 / 0.2);
  }

  .xl\:bg-fuchsia-400\/25{
    background-color: rgb(232 121 249 / 0.25);
  }

  .xl\:bg-fuchsia-400\/30{
    background-color: rgb(232 121 249 / 0.3);
  }

  .xl\:bg-fuchsia-400\/35{
    background-color: rgb(232 121 249 / 0.35);
  }

  .xl\:bg-fuchsia-400\/40{
    background-color: rgb(232 121 249 / 0.4);
  }

  .xl\:bg-fuchsia-400\/45{
    background-color: rgb(232 121 249 / 0.45);
  }

  .xl\:bg-fuchsia-400\/5{
    background-color: rgb(232 121 249 / 0.05);
  }

  .xl\:bg-fuchsia-400\/50{
    background-color: rgb(232 121 249 / 0.5);
  }

  .xl\:bg-fuchsia-400\/55{
    background-color: rgb(232 121 249 / 0.55);
  }

  .xl\:bg-fuchsia-400\/60{
    background-color: rgb(232 121 249 / 0.6);
  }

  .xl\:bg-fuchsia-400\/65{
    background-color: rgb(232 121 249 / 0.65);
  }

  .xl\:bg-fuchsia-400\/70{
    background-color: rgb(232 121 249 / 0.7);
  }

  .xl\:bg-fuchsia-400\/75{
    background-color: rgb(232 121 249 / 0.75);
  }

  .xl\:bg-fuchsia-400\/80{
    background-color: rgb(232 121 249 / 0.8);
  }

  .xl\:bg-fuchsia-400\/85{
    background-color: rgb(232 121 249 / 0.85);
  }

  .xl\:bg-fuchsia-400\/90{
    background-color: rgb(232 121 249 / 0.9);
  }

  .xl\:bg-fuchsia-400\/95{
    background-color: rgb(232 121 249 / 0.95);
  }

  .xl\:bg-fuchsia-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-50\/0{
    background-color: rgb(253 244 255 / 0);
  }

  .xl\:bg-fuchsia-50\/10{
    background-color: rgb(253 244 255 / 0.1);
  }

  .xl\:bg-fuchsia-50\/100{
    background-color: rgb(253 244 255 / 1);
  }

  .xl\:bg-fuchsia-50\/15{
    background-color: rgb(253 244 255 / 0.15);
  }

  .xl\:bg-fuchsia-50\/20{
    background-color: rgb(253 244 255 / 0.2);
  }

  .xl\:bg-fuchsia-50\/25{
    background-color: rgb(253 244 255 / 0.25);
  }

  .xl\:bg-fuchsia-50\/30{
    background-color: rgb(253 244 255 / 0.3);
  }

  .xl\:bg-fuchsia-50\/35{
    background-color: rgb(253 244 255 / 0.35);
  }

  .xl\:bg-fuchsia-50\/40{
    background-color: rgb(253 244 255 / 0.4);
  }

  .xl\:bg-fuchsia-50\/45{
    background-color: rgb(253 244 255 / 0.45);
  }

  .xl\:bg-fuchsia-50\/5{
    background-color: rgb(253 244 255 / 0.05);
  }

  .xl\:bg-fuchsia-50\/50{
    background-color: rgb(253 244 255 / 0.5);
  }

  .xl\:bg-fuchsia-50\/55{
    background-color: rgb(253 244 255 / 0.55);
  }

  .xl\:bg-fuchsia-50\/60{
    background-color: rgb(253 244 255 / 0.6);
  }

  .xl\:bg-fuchsia-50\/65{
    background-color: rgb(253 244 255 / 0.65);
  }

  .xl\:bg-fuchsia-50\/70{
    background-color: rgb(253 244 255 / 0.7);
  }

  .xl\:bg-fuchsia-50\/75{
    background-color: rgb(253 244 255 / 0.75);
  }

  .xl\:bg-fuchsia-50\/80{
    background-color: rgb(253 244 255 / 0.8);
  }

  .xl\:bg-fuchsia-50\/85{
    background-color: rgb(253 244 255 / 0.85);
  }

  .xl\:bg-fuchsia-50\/90{
    background-color: rgb(253 244 255 / 0.9);
  }

  .xl\:bg-fuchsia-50\/95{
    background-color: rgb(253 244 255 / 0.95);
  }

  .xl\:bg-fuchsia-500{
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-500\/0{
    background-color: rgb(217 70 239 / 0);
  }

  .xl\:bg-fuchsia-500\/10{
    background-color: rgb(217 70 239 / 0.1);
  }

  .xl\:bg-fuchsia-500\/100{
    background-color: rgb(217 70 239 / 1);
  }

  .xl\:bg-fuchsia-500\/15{
    background-color: rgb(217 70 239 / 0.15);
  }

  .xl\:bg-fuchsia-500\/20{
    background-color: rgb(217 70 239 / 0.2);
  }

  .xl\:bg-fuchsia-500\/25{
    background-color: rgb(217 70 239 / 0.25);
  }

  .xl\:bg-fuchsia-500\/30{
    background-color: rgb(217 70 239 / 0.3);
  }

  .xl\:bg-fuchsia-500\/35{
    background-color: rgb(217 70 239 / 0.35);
  }

  .xl\:bg-fuchsia-500\/40{
    background-color: rgb(217 70 239 / 0.4);
  }

  .xl\:bg-fuchsia-500\/45{
    background-color: rgb(217 70 239 / 0.45);
  }

  .xl\:bg-fuchsia-500\/5{
    background-color: rgb(217 70 239 / 0.05);
  }

  .xl\:bg-fuchsia-500\/50{
    background-color: rgb(217 70 239 / 0.5);
  }

  .xl\:bg-fuchsia-500\/55{
    background-color: rgb(217 70 239 / 0.55);
  }

  .xl\:bg-fuchsia-500\/60{
    background-color: rgb(217 70 239 / 0.6);
  }

  .xl\:bg-fuchsia-500\/65{
    background-color: rgb(217 70 239 / 0.65);
  }

  .xl\:bg-fuchsia-500\/70{
    background-color: rgb(217 70 239 / 0.7);
  }

  .xl\:bg-fuchsia-500\/75{
    background-color: rgb(217 70 239 / 0.75);
  }

  .xl\:bg-fuchsia-500\/80{
    background-color: rgb(217 70 239 / 0.8);
  }

  .xl\:bg-fuchsia-500\/85{
    background-color: rgb(217 70 239 / 0.85);
  }

  .xl\:bg-fuchsia-500\/90{
    background-color: rgb(217 70 239 / 0.9);
  }

  .xl\:bg-fuchsia-500\/95{
    background-color: rgb(217 70 239 / 0.95);
  }

  .xl\:bg-fuchsia-600{
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-600\/0{
    background-color: rgb(192 38 211 / 0);
  }

  .xl\:bg-fuchsia-600\/10{
    background-color: rgb(192 38 211 / 0.1);
  }

  .xl\:bg-fuchsia-600\/100{
    background-color: rgb(192 38 211 / 1);
  }

  .xl\:bg-fuchsia-600\/15{
    background-color: rgb(192 38 211 / 0.15);
  }

  .xl\:bg-fuchsia-600\/20{
    background-color: rgb(192 38 211 / 0.2);
  }

  .xl\:bg-fuchsia-600\/25{
    background-color: rgb(192 38 211 / 0.25);
  }

  .xl\:bg-fuchsia-600\/30{
    background-color: rgb(192 38 211 / 0.3);
  }

  .xl\:bg-fuchsia-600\/35{
    background-color: rgb(192 38 211 / 0.35);
  }

  .xl\:bg-fuchsia-600\/40{
    background-color: rgb(192 38 211 / 0.4);
  }

  .xl\:bg-fuchsia-600\/45{
    background-color: rgb(192 38 211 / 0.45);
  }

  .xl\:bg-fuchsia-600\/5{
    background-color: rgb(192 38 211 / 0.05);
  }

  .xl\:bg-fuchsia-600\/50{
    background-color: rgb(192 38 211 / 0.5);
  }

  .xl\:bg-fuchsia-600\/55{
    background-color: rgb(192 38 211 / 0.55);
  }

  .xl\:bg-fuchsia-600\/60{
    background-color: rgb(192 38 211 / 0.6);
  }

  .xl\:bg-fuchsia-600\/65{
    background-color: rgb(192 38 211 / 0.65);
  }

  .xl\:bg-fuchsia-600\/70{
    background-color: rgb(192 38 211 / 0.7);
  }

  .xl\:bg-fuchsia-600\/75{
    background-color: rgb(192 38 211 / 0.75);
  }

  .xl\:bg-fuchsia-600\/80{
    background-color: rgb(192 38 211 / 0.8);
  }

  .xl\:bg-fuchsia-600\/85{
    background-color: rgb(192 38 211 / 0.85);
  }

  .xl\:bg-fuchsia-600\/90{
    background-color: rgb(192 38 211 / 0.9);
  }

  .xl\:bg-fuchsia-600\/95{
    background-color: rgb(192 38 211 / 0.95);
  }

  .xl\:bg-fuchsia-700{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-700\/0{
    background-color: rgb(162 28 175 / 0);
  }

  .xl\:bg-fuchsia-700\/10{
    background-color: rgb(162 28 175 / 0.1);
  }

  .xl\:bg-fuchsia-700\/100{
    background-color: rgb(162 28 175 / 1);
  }

  .xl\:bg-fuchsia-700\/15{
    background-color: rgb(162 28 175 / 0.15);
  }

  .xl\:bg-fuchsia-700\/20{
    background-color: rgb(162 28 175 / 0.2);
  }

  .xl\:bg-fuchsia-700\/25{
    background-color: rgb(162 28 175 / 0.25);
  }

  .xl\:bg-fuchsia-700\/30{
    background-color: rgb(162 28 175 / 0.3);
  }

  .xl\:bg-fuchsia-700\/35{
    background-color: rgb(162 28 175 / 0.35);
  }

  .xl\:bg-fuchsia-700\/40{
    background-color: rgb(162 28 175 / 0.4);
  }

  .xl\:bg-fuchsia-700\/45{
    background-color: rgb(162 28 175 / 0.45);
  }

  .xl\:bg-fuchsia-700\/5{
    background-color: rgb(162 28 175 / 0.05);
  }

  .xl\:bg-fuchsia-700\/50{
    background-color: rgb(162 28 175 / 0.5);
  }

  .xl\:bg-fuchsia-700\/55{
    background-color: rgb(162 28 175 / 0.55);
  }

  .xl\:bg-fuchsia-700\/60{
    background-color: rgb(162 28 175 / 0.6);
  }

  .xl\:bg-fuchsia-700\/65{
    background-color: rgb(162 28 175 / 0.65);
  }

  .xl\:bg-fuchsia-700\/70{
    background-color: rgb(162 28 175 / 0.7);
  }

  .xl\:bg-fuchsia-700\/75{
    background-color: rgb(162 28 175 / 0.75);
  }

  .xl\:bg-fuchsia-700\/80{
    background-color: rgb(162 28 175 / 0.8);
  }

  .xl\:bg-fuchsia-700\/85{
    background-color: rgb(162 28 175 / 0.85);
  }

  .xl\:bg-fuchsia-700\/90{
    background-color: rgb(162 28 175 / 0.9);
  }

  .xl\:bg-fuchsia-700\/95{
    background-color: rgb(162 28 175 / 0.95);
  }

  .xl\:bg-fuchsia-800{
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-800\/0{
    background-color: rgb(134 25 143 / 0);
  }

  .xl\:bg-fuchsia-800\/10{
    background-color: rgb(134 25 143 / 0.1);
  }

  .xl\:bg-fuchsia-800\/100{
    background-color: rgb(134 25 143 / 1);
  }

  .xl\:bg-fuchsia-800\/15{
    background-color: rgb(134 25 143 / 0.15);
  }

  .xl\:bg-fuchsia-800\/20{
    background-color: rgb(134 25 143 / 0.2);
  }

  .xl\:bg-fuchsia-800\/25{
    background-color: rgb(134 25 143 / 0.25);
  }

  .xl\:bg-fuchsia-800\/30{
    background-color: rgb(134 25 143 / 0.3);
  }

  .xl\:bg-fuchsia-800\/35{
    background-color: rgb(134 25 143 / 0.35);
  }

  .xl\:bg-fuchsia-800\/40{
    background-color: rgb(134 25 143 / 0.4);
  }

  .xl\:bg-fuchsia-800\/45{
    background-color: rgb(134 25 143 / 0.45);
  }

  .xl\:bg-fuchsia-800\/5{
    background-color: rgb(134 25 143 / 0.05);
  }

  .xl\:bg-fuchsia-800\/50{
    background-color: rgb(134 25 143 / 0.5);
  }

  .xl\:bg-fuchsia-800\/55{
    background-color: rgb(134 25 143 / 0.55);
  }

  .xl\:bg-fuchsia-800\/60{
    background-color: rgb(134 25 143 / 0.6);
  }

  .xl\:bg-fuchsia-800\/65{
    background-color: rgb(134 25 143 / 0.65);
  }

  .xl\:bg-fuchsia-800\/70{
    background-color: rgb(134 25 143 / 0.7);
  }

  .xl\:bg-fuchsia-800\/75{
    background-color: rgb(134 25 143 / 0.75);
  }

  .xl\:bg-fuchsia-800\/80{
    background-color: rgb(134 25 143 / 0.8);
  }

  .xl\:bg-fuchsia-800\/85{
    background-color: rgb(134 25 143 / 0.85);
  }

  .xl\:bg-fuchsia-800\/90{
    background-color: rgb(134 25 143 / 0.9);
  }

  .xl\:bg-fuchsia-800\/95{
    background-color: rgb(134 25 143 / 0.95);
  }

  .xl\:bg-fuchsia-900{
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-900\/0{
    background-color: rgb(112 26 117 / 0);
  }

  .xl\:bg-fuchsia-900\/10{
    background-color: rgb(112 26 117 / 0.1);
  }

  .xl\:bg-fuchsia-900\/100{
    background-color: rgb(112 26 117 / 1);
  }

  .xl\:bg-fuchsia-900\/15{
    background-color: rgb(112 26 117 / 0.15);
  }

  .xl\:bg-fuchsia-900\/20{
    background-color: rgb(112 26 117 / 0.2);
  }

  .xl\:bg-fuchsia-900\/25{
    background-color: rgb(112 26 117 / 0.25);
  }

  .xl\:bg-fuchsia-900\/30{
    background-color: rgb(112 26 117 / 0.3);
  }

  .xl\:bg-fuchsia-900\/35{
    background-color: rgb(112 26 117 / 0.35);
  }

  .xl\:bg-fuchsia-900\/40{
    background-color: rgb(112 26 117 / 0.4);
  }

  .xl\:bg-fuchsia-900\/45{
    background-color: rgb(112 26 117 / 0.45);
  }

  .xl\:bg-fuchsia-900\/5{
    background-color: rgb(112 26 117 / 0.05);
  }

  .xl\:bg-fuchsia-900\/50{
    background-color: rgb(112 26 117 / 0.5);
  }

  .xl\:bg-fuchsia-900\/55{
    background-color: rgb(112 26 117 / 0.55);
  }

  .xl\:bg-fuchsia-900\/60{
    background-color: rgb(112 26 117 / 0.6);
  }

  .xl\:bg-fuchsia-900\/65{
    background-color: rgb(112 26 117 / 0.65);
  }

  .xl\:bg-fuchsia-900\/70{
    background-color: rgb(112 26 117 / 0.7);
  }

  .xl\:bg-fuchsia-900\/75{
    background-color: rgb(112 26 117 / 0.75);
  }

  .xl\:bg-fuchsia-900\/80{
    background-color: rgb(112 26 117 / 0.8);
  }

  .xl\:bg-fuchsia-900\/85{
    background-color: rgb(112 26 117 / 0.85);
  }

  .xl\:bg-fuchsia-900\/90{
    background-color: rgb(112 26 117 / 0.9);
  }

  .xl\:bg-fuchsia-900\/95{
    background-color: rgb(112 26 117 / 0.95);
  }

  .xl\:bg-fuchsia-950{
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-fuchsia-950\/0{
    background-color: rgb(74 4 78 / 0);
  }

  .xl\:bg-fuchsia-950\/10{
    background-color: rgb(74 4 78 / 0.1);
  }

  .xl\:bg-fuchsia-950\/100{
    background-color: rgb(74 4 78 / 1);
  }

  .xl\:bg-fuchsia-950\/15{
    background-color: rgb(74 4 78 / 0.15);
  }

  .xl\:bg-fuchsia-950\/20{
    background-color: rgb(74 4 78 / 0.2);
  }

  .xl\:bg-fuchsia-950\/25{
    background-color: rgb(74 4 78 / 0.25);
  }

  .xl\:bg-fuchsia-950\/30{
    background-color: rgb(74 4 78 / 0.3);
  }

  .xl\:bg-fuchsia-950\/35{
    background-color: rgb(74 4 78 / 0.35);
  }

  .xl\:bg-fuchsia-950\/40{
    background-color: rgb(74 4 78 / 0.4);
  }

  .xl\:bg-fuchsia-950\/45{
    background-color: rgb(74 4 78 / 0.45);
  }

  .xl\:bg-fuchsia-950\/5{
    background-color: rgb(74 4 78 / 0.05);
  }

  .xl\:bg-fuchsia-950\/50{
    background-color: rgb(74 4 78 / 0.5);
  }

  .xl\:bg-fuchsia-950\/55{
    background-color: rgb(74 4 78 / 0.55);
  }

  .xl\:bg-fuchsia-950\/60{
    background-color: rgb(74 4 78 / 0.6);
  }

  .xl\:bg-fuchsia-950\/65{
    background-color: rgb(74 4 78 / 0.65);
  }

  .xl\:bg-fuchsia-950\/70{
    background-color: rgb(74 4 78 / 0.7);
  }

  .xl\:bg-fuchsia-950\/75{
    background-color: rgb(74 4 78 / 0.75);
  }

  .xl\:bg-fuchsia-950\/80{
    background-color: rgb(74 4 78 / 0.8);
  }

  .xl\:bg-fuchsia-950\/85{
    background-color: rgb(74 4 78 / 0.85);
  }

  .xl\:bg-fuchsia-950\/90{
    background-color: rgb(74 4 78 / 0.9);
  }

  .xl\:bg-fuchsia-950\/95{
    background-color: rgb(74 4 78 / 0.95);
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-100\/0{
    background-color: rgb(243 244 246 / 0);
  }

  .xl\:bg-gray-100\/10{
    background-color: rgb(243 244 246 / 0.1);
  }

  .xl\:bg-gray-100\/100{
    background-color: rgb(243 244 246 / 1);
  }

  .xl\:bg-gray-100\/15{
    background-color: rgb(243 244 246 / 0.15);
  }

  .xl\:bg-gray-100\/20{
    background-color: rgb(243 244 246 / 0.2);
  }

  .xl\:bg-gray-100\/25{
    background-color: rgb(243 244 246 / 0.25);
  }

  .xl\:bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
  }

  .xl\:bg-gray-100\/35{
    background-color: rgb(243 244 246 / 0.35);
  }

  .xl\:bg-gray-100\/40{
    background-color: rgb(243 244 246 / 0.4);
  }

  .xl\:bg-gray-100\/45{
    background-color: rgb(243 244 246 / 0.45);
  }

  .xl\:bg-gray-100\/5{
    background-color: rgb(243 244 246 / 0.05);
  }

  .xl\:bg-gray-100\/50{
    background-color: rgb(243 244 246 / 0.5);
  }

  .xl\:bg-gray-100\/55{
    background-color: rgb(243 244 246 / 0.55);
  }

  .xl\:bg-gray-100\/60{
    background-color: rgb(243 244 246 / 0.6);
  }

  .xl\:bg-gray-100\/65{
    background-color: rgb(243 244 246 / 0.65);
  }

  .xl\:bg-gray-100\/70{
    background-color: rgb(243 244 246 / 0.7);
  }

  .xl\:bg-gray-100\/75{
    background-color: rgb(243 244 246 / 0.75);
  }

  .xl\:bg-gray-100\/80{
    background-color: rgb(243 244 246 / 0.8);
  }

  .xl\:bg-gray-100\/85{
    background-color: rgb(243 244 246 / 0.85);
  }

  .xl\:bg-gray-100\/90{
    background-color: rgb(243 244 246 / 0.9);
  }

  .xl\:bg-gray-100\/95{
    background-color: rgb(243 244 246 / 0.95);
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-200\/0{
    background-color: rgb(229 231 235 / 0);
  }

  .xl\:bg-gray-200\/10{
    background-color: rgb(229 231 235 / 0.1);
  }

  .xl\:bg-gray-200\/100{
    background-color: rgb(229 231 235 / 1);
  }

  .xl\:bg-gray-200\/15{
    background-color: rgb(229 231 235 / 0.15);
  }

  .xl\:bg-gray-200\/20{
    background-color: rgb(229 231 235 / 0.2);
  }

  .xl\:bg-gray-200\/25{
    background-color: rgb(229 231 235 / 0.25);
  }

  .xl\:bg-gray-200\/30{
    background-color: rgb(229 231 235 / 0.3);
  }

  .xl\:bg-gray-200\/35{
    background-color: rgb(229 231 235 / 0.35);
  }

  .xl\:bg-gray-200\/40{
    background-color: rgb(229 231 235 / 0.4);
  }

  .xl\:bg-gray-200\/45{
    background-color: rgb(229 231 235 / 0.45);
  }

  .xl\:bg-gray-200\/5{
    background-color: rgb(229 231 235 / 0.05);
  }

  .xl\:bg-gray-200\/50{
    background-color: rgb(229 231 235 / 0.5);
  }

  .xl\:bg-gray-200\/55{
    background-color: rgb(229 231 235 / 0.55);
  }

  .xl\:bg-gray-200\/60{
    background-color: rgb(229 231 235 / 0.6);
  }

  .xl\:bg-gray-200\/65{
    background-color: rgb(229 231 235 / 0.65);
  }

  .xl\:bg-gray-200\/70{
    background-color: rgb(229 231 235 / 0.7);
  }

  .xl\:bg-gray-200\/75{
    background-color: rgb(229 231 235 / 0.75);
  }

  .xl\:bg-gray-200\/80{
    background-color: rgb(229 231 235 / 0.8);
  }

  .xl\:bg-gray-200\/85{
    background-color: rgb(229 231 235 / 0.85);
  }

  .xl\:bg-gray-200\/90{
    background-color: rgb(229 231 235 / 0.9);
  }

  .xl\:bg-gray-200\/95{
    background-color: rgb(229 231 235 / 0.95);
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-300\/0{
    background-color: rgb(209 213 219 / 0);
  }

  .xl\:bg-gray-300\/10{
    background-color: rgb(209 213 219 / 0.1);
  }

  .xl\:bg-gray-300\/100{
    background-color: rgb(209 213 219 / 1);
  }

  .xl\:bg-gray-300\/15{
    background-color: rgb(209 213 219 / 0.15);
  }

  .xl\:bg-gray-300\/20{
    background-color: rgb(209 213 219 / 0.2);
  }

  .xl\:bg-gray-300\/25{
    background-color: rgb(209 213 219 / 0.25);
  }

  .xl\:bg-gray-300\/30{
    background-color: rgb(209 213 219 / 0.3);
  }

  .xl\:bg-gray-300\/35{
    background-color: rgb(209 213 219 / 0.35);
  }

  .xl\:bg-gray-300\/40{
    background-color: rgb(209 213 219 / 0.4);
  }

  .xl\:bg-gray-300\/45{
    background-color: rgb(209 213 219 / 0.45);
  }

  .xl\:bg-gray-300\/5{
    background-color: rgb(209 213 219 / 0.05);
  }

  .xl\:bg-gray-300\/50{
    background-color: rgb(209 213 219 / 0.5);
  }

  .xl\:bg-gray-300\/55{
    background-color: rgb(209 213 219 / 0.55);
  }

  .xl\:bg-gray-300\/60{
    background-color: rgb(209 213 219 / 0.6);
  }

  .xl\:bg-gray-300\/65{
    background-color: rgb(209 213 219 / 0.65);
  }

  .xl\:bg-gray-300\/70{
    background-color: rgb(209 213 219 / 0.7);
  }

  .xl\:bg-gray-300\/75{
    background-color: rgb(209 213 219 / 0.75);
  }

  .xl\:bg-gray-300\/80{
    background-color: rgb(209 213 219 / 0.8);
  }

  .xl\:bg-gray-300\/85{
    background-color: rgb(209 213 219 / 0.85);
  }

  .xl\:bg-gray-300\/90{
    background-color: rgb(209 213 219 / 0.9);
  }

  .xl\:bg-gray-300\/95{
    background-color: rgb(209 213 219 / 0.95);
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-400\/0{
    background-color: rgb(156 163 175 / 0);
  }

  .xl\:bg-gray-400\/10{
    background-color: rgb(156 163 175 / 0.1);
  }

  .xl\:bg-gray-400\/100{
    background-color: rgb(156 163 175 / 1);
  }

  .xl\:bg-gray-400\/15{
    background-color: rgb(156 163 175 / 0.15);
  }

  .xl\:bg-gray-400\/20{
    background-color: rgb(156 163 175 / 0.2);
  }

  .xl\:bg-gray-400\/25{
    background-color: rgb(156 163 175 / 0.25);
  }

  .xl\:bg-gray-400\/30{
    background-color: rgb(156 163 175 / 0.3);
  }

  .xl\:bg-gray-400\/35{
    background-color: rgb(156 163 175 / 0.35);
  }

  .xl\:bg-gray-400\/40{
    background-color: rgb(156 163 175 / 0.4);
  }

  .xl\:bg-gray-400\/45{
    background-color: rgb(156 163 175 / 0.45);
  }

  .xl\:bg-gray-400\/5{
    background-color: rgb(156 163 175 / 0.05);
  }

  .xl\:bg-gray-400\/50{
    background-color: rgb(156 163 175 / 0.5);
  }

  .xl\:bg-gray-400\/55{
    background-color: rgb(156 163 175 / 0.55);
  }

  .xl\:bg-gray-400\/60{
    background-color: rgb(156 163 175 / 0.6);
  }

  .xl\:bg-gray-400\/65{
    background-color: rgb(156 163 175 / 0.65);
  }

  .xl\:bg-gray-400\/70{
    background-color: rgb(156 163 175 / 0.7);
  }

  .xl\:bg-gray-400\/75{
    background-color: rgb(156 163 175 / 0.75);
  }

  .xl\:bg-gray-400\/80{
    background-color: rgb(156 163 175 / 0.8);
  }

  .xl\:bg-gray-400\/85{
    background-color: rgb(156 163 175 / 0.85);
  }

  .xl\:bg-gray-400\/90{
    background-color: rgb(156 163 175 / 0.9);
  }

  .xl\:bg-gray-400\/95{
    background-color: rgb(156 163 175 / 0.95);
  }

  .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-50\/0{
    background-color: rgb(249 250 251 / 0);
  }

  .xl\:bg-gray-50\/10{
    background-color: rgb(249 250 251 / 0.1);
  }

  .xl\:bg-gray-50\/100{
    background-color: rgb(249 250 251 / 1);
  }

  .xl\:bg-gray-50\/15{
    background-color: rgb(249 250 251 / 0.15);
  }

  .xl\:bg-gray-50\/20{
    background-color: rgb(249 250 251 / 0.2);
  }

  .xl\:bg-gray-50\/25{
    background-color: rgb(249 250 251 / 0.25);
  }

  .xl\:bg-gray-50\/30{
    background-color: rgb(249 250 251 / 0.3);
  }

  .xl\:bg-gray-50\/35{
    background-color: rgb(249 250 251 / 0.35);
  }

  .xl\:bg-gray-50\/40{
    background-color: rgb(249 250 251 / 0.4);
  }

  .xl\:bg-gray-50\/45{
    background-color: rgb(249 250 251 / 0.45);
  }

  .xl\:bg-gray-50\/5{
    background-color: rgb(249 250 251 / 0.05);
  }

  .xl\:bg-gray-50\/50{
    background-color: rgb(249 250 251 / 0.5);
  }

  .xl\:bg-gray-50\/55{
    background-color: rgb(249 250 251 / 0.55);
  }

  .xl\:bg-gray-50\/60{
    background-color: rgb(249 250 251 / 0.6);
  }

  .xl\:bg-gray-50\/65{
    background-color: rgb(249 250 251 / 0.65);
  }

  .xl\:bg-gray-50\/70{
    background-color: rgb(249 250 251 / 0.7);
  }

  .xl\:bg-gray-50\/75{
    background-color: rgb(249 250 251 / 0.75);
  }

  .xl\:bg-gray-50\/80{
    background-color: rgb(249 250 251 / 0.8);
  }

  .xl\:bg-gray-50\/85{
    background-color: rgb(249 250 251 / 0.85);
  }

  .xl\:bg-gray-50\/90{
    background-color: rgb(249 250 251 / 0.9);
  }

  .xl\:bg-gray-50\/95{
    background-color: rgb(249 250 251 / 0.95);
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-500\/0{
    background-color: rgb(107 114 128 / 0);
  }

  .xl\:bg-gray-500\/10{
    background-color: rgb(107 114 128 / 0.1);
  }

  .xl\:bg-gray-500\/100{
    background-color: rgb(107 114 128 / 1);
  }

  .xl\:bg-gray-500\/15{
    background-color: rgb(107 114 128 / 0.15);
  }

  .xl\:bg-gray-500\/20{
    background-color: rgb(107 114 128 / 0.2);
  }

  .xl\:bg-gray-500\/25{
    background-color: rgb(107 114 128 / 0.25);
  }

  .xl\:bg-gray-500\/30{
    background-color: rgb(107 114 128 / 0.3);
  }

  .xl\:bg-gray-500\/35{
    background-color: rgb(107 114 128 / 0.35);
  }

  .xl\:bg-gray-500\/40{
    background-color: rgb(107 114 128 / 0.4);
  }

  .xl\:bg-gray-500\/45{
    background-color: rgb(107 114 128 / 0.45);
  }

  .xl\:bg-gray-500\/5{
    background-color: rgb(107 114 128 / 0.05);
  }

  .xl\:bg-gray-500\/50{
    background-color: rgb(107 114 128 / 0.5);
  }

  .xl\:bg-gray-500\/55{
    background-color: rgb(107 114 128 / 0.55);
  }

  .xl\:bg-gray-500\/60{
    background-color: rgb(107 114 128 / 0.6);
  }

  .xl\:bg-gray-500\/65{
    background-color: rgb(107 114 128 / 0.65);
  }

  .xl\:bg-gray-500\/70{
    background-color: rgb(107 114 128 / 0.7);
  }

  .xl\:bg-gray-500\/75{
    background-color: rgb(107 114 128 / 0.75);
  }

  .xl\:bg-gray-500\/80{
    background-color: rgb(107 114 128 / 0.8);
  }

  .xl\:bg-gray-500\/85{
    background-color: rgb(107 114 128 / 0.85);
  }

  .xl\:bg-gray-500\/90{
    background-color: rgb(107 114 128 / 0.9);
  }

  .xl\:bg-gray-500\/95{
    background-color: rgb(107 114 128 / 0.95);
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-600\/0{
    background-color: rgb(75 85 99 / 0);
  }

  .xl\:bg-gray-600\/10{
    background-color: rgb(75 85 99 / 0.1);
  }

  .xl\:bg-gray-600\/100{
    background-color: rgb(75 85 99 / 1);
  }

  .xl\:bg-gray-600\/15{
    background-color: rgb(75 85 99 / 0.15);
  }

  .xl\:bg-gray-600\/20{
    background-color: rgb(75 85 99 / 0.2);
  }

  .xl\:bg-gray-600\/25{
    background-color: rgb(75 85 99 / 0.25);
  }

  .xl\:bg-gray-600\/30{
    background-color: rgb(75 85 99 / 0.3);
  }

  .xl\:bg-gray-600\/35{
    background-color: rgb(75 85 99 / 0.35);
  }

  .xl\:bg-gray-600\/40{
    background-color: rgb(75 85 99 / 0.4);
  }

  .xl\:bg-gray-600\/45{
    background-color: rgb(75 85 99 / 0.45);
  }

  .xl\:bg-gray-600\/5{
    background-color: rgb(75 85 99 / 0.05);
  }

  .xl\:bg-gray-600\/50{
    background-color: rgb(75 85 99 / 0.5);
  }

  .xl\:bg-gray-600\/55{
    background-color: rgb(75 85 99 / 0.55);
  }

  .xl\:bg-gray-600\/60{
    background-color: rgb(75 85 99 / 0.6);
  }

  .xl\:bg-gray-600\/65{
    background-color: rgb(75 85 99 / 0.65);
  }

  .xl\:bg-gray-600\/70{
    background-color: rgb(75 85 99 / 0.7);
  }

  .xl\:bg-gray-600\/75{
    background-color: rgb(75 85 99 / 0.75);
  }

  .xl\:bg-gray-600\/80{
    background-color: rgb(75 85 99 / 0.8);
  }

  .xl\:bg-gray-600\/85{
    background-color: rgb(75 85 99 / 0.85);
  }

  .xl\:bg-gray-600\/90{
    background-color: rgb(75 85 99 / 0.9);
  }

  .xl\:bg-gray-600\/95{
    background-color: rgb(75 85 99 / 0.95);
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-700\/0{
    background-color: rgb(55 65 81 / 0);
  }

  .xl\:bg-gray-700\/10{
    background-color: rgb(55 65 81 / 0.1);
  }

  .xl\:bg-gray-700\/100{
    background-color: rgb(55 65 81 / 1);
  }

  .xl\:bg-gray-700\/15{
    background-color: rgb(55 65 81 / 0.15);
  }

  .xl\:bg-gray-700\/20{
    background-color: rgb(55 65 81 / 0.2);
  }

  .xl\:bg-gray-700\/25{
    background-color: rgb(55 65 81 / 0.25);
  }

  .xl\:bg-gray-700\/30{
    background-color: rgb(55 65 81 / 0.3);
  }

  .xl\:bg-gray-700\/35{
    background-color: rgb(55 65 81 / 0.35);
  }

  .xl\:bg-gray-700\/40{
    background-color: rgb(55 65 81 / 0.4);
  }

  .xl\:bg-gray-700\/45{
    background-color: rgb(55 65 81 / 0.45);
  }

  .xl\:bg-gray-700\/5{
    background-color: rgb(55 65 81 / 0.05);
  }

  .xl\:bg-gray-700\/50{
    background-color: rgb(55 65 81 / 0.5);
  }

  .xl\:bg-gray-700\/55{
    background-color: rgb(55 65 81 / 0.55);
  }

  .xl\:bg-gray-700\/60{
    background-color: rgb(55 65 81 / 0.6);
  }

  .xl\:bg-gray-700\/65{
    background-color: rgb(55 65 81 / 0.65);
  }

  .xl\:bg-gray-700\/70{
    background-color: rgb(55 65 81 / 0.7);
  }

  .xl\:bg-gray-700\/75{
    background-color: rgb(55 65 81 / 0.75);
  }

  .xl\:bg-gray-700\/80{
    background-color: rgb(55 65 81 / 0.8);
  }

  .xl\:bg-gray-700\/85{
    background-color: rgb(55 65 81 / 0.85);
  }

  .xl\:bg-gray-700\/90{
    background-color: rgb(55 65 81 / 0.9);
  }

  .xl\:bg-gray-700\/95{
    background-color: rgb(55 65 81 / 0.95);
  }

  .xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-800\/0{
    background-color: rgb(31 41 55 / 0);
  }

  .xl\:bg-gray-800\/10{
    background-color: rgb(31 41 55 / 0.1);
  }

  .xl\:bg-gray-800\/100{
    background-color: rgb(31 41 55 / 1);
  }

  .xl\:bg-gray-800\/15{
    background-color: rgb(31 41 55 / 0.15);
  }

  .xl\:bg-gray-800\/20{
    background-color: rgb(31 41 55 / 0.2);
  }

  .xl\:bg-gray-800\/25{
    background-color: rgb(31 41 55 / 0.25);
  }

  .xl\:bg-gray-800\/30{
    background-color: rgb(31 41 55 / 0.3);
  }

  .xl\:bg-gray-800\/35{
    background-color: rgb(31 41 55 / 0.35);
  }

  .xl\:bg-gray-800\/40{
    background-color: rgb(31 41 55 / 0.4);
  }

  .xl\:bg-gray-800\/45{
    background-color: rgb(31 41 55 / 0.45);
  }

  .xl\:bg-gray-800\/5{
    background-color: rgb(31 41 55 / 0.05);
  }

  .xl\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .xl\:bg-gray-800\/55{
    background-color: rgb(31 41 55 / 0.55);
  }

  .xl\:bg-gray-800\/60{
    background-color: rgb(31 41 55 / 0.6);
  }

  .xl\:bg-gray-800\/65{
    background-color: rgb(31 41 55 / 0.65);
  }

  .xl\:bg-gray-800\/70{
    background-color: rgb(31 41 55 / 0.7);
  }

  .xl\:bg-gray-800\/75{
    background-color: rgb(31 41 55 / 0.75);
  }

  .xl\:bg-gray-800\/80{
    background-color: rgb(31 41 55 / 0.8);
  }

  .xl\:bg-gray-800\/85{
    background-color: rgb(31 41 55 / 0.85);
  }

  .xl\:bg-gray-800\/90{
    background-color: rgb(31 41 55 / 0.9);
  }

  .xl\:bg-gray-800\/95{
    background-color: rgb(31 41 55 / 0.95);
  }

  .xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-900\/0{
    background-color: rgb(17 24 39 / 0);
  }

  .xl\:bg-gray-900\/10{
    background-color: rgb(17 24 39 / 0.1);
  }

  .xl\:bg-gray-900\/100{
    background-color: rgb(17 24 39 / 1);
  }

  .xl\:bg-gray-900\/15{
    background-color: rgb(17 24 39 / 0.15);
  }

  .xl\:bg-gray-900\/20{
    background-color: rgb(17 24 39 / 0.2);
  }

  .xl\:bg-gray-900\/25{
    background-color: rgb(17 24 39 / 0.25);
  }

  .xl\:bg-gray-900\/30{
    background-color: rgb(17 24 39 / 0.3);
  }

  .xl\:bg-gray-900\/35{
    background-color: rgb(17 24 39 / 0.35);
  }

  .xl\:bg-gray-900\/40{
    background-color: rgb(17 24 39 / 0.4);
  }

  .xl\:bg-gray-900\/45{
    background-color: rgb(17 24 39 / 0.45);
  }

  .xl\:bg-gray-900\/5{
    background-color: rgb(17 24 39 / 0.05);
  }

  .xl\:bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
  }

  .xl\:bg-gray-900\/55{
    background-color: rgb(17 24 39 / 0.55);
  }

  .xl\:bg-gray-900\/60{
    background-color: rgb(17 24 39 / 0.6);
  }

  .xl\:bg-gray-900\/65{
    background-color: rgb(17 24 39 / 0.65);
  }

  .xl\:bg-gray-900\/70{
    background-color: rgb(17 24 39 / 0.7);
  }

  .xl\:bg-gray-900\/75{
    background-color: rgb(17 24 39 / 0.75);
  }

  .xl\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .xl\:bg-gray-900\/85{
    background-color: rgb(17 24 39 / 0.85);
  }

  .xl\:bg-gray-900\/90{
    background-color: rgb(17 24 39 / 0.9);
  }

  .xl\:bg-gray-900\/95{
    background-color: rgb(17 24 39 / 0.95);
  }

  .xl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-gray-950\/0{
    background-color: rgb(3 7 18 / 0);
  }

  .xl\:bg-gray-950\/10{
    background-color: rgb(3 7 18 / 0.1);
  }

  .xl\:bg-gray-950\/100{
    background-color: rgb(3 7 18 / 1);
  }

  .xl\:bg-gray-950\/15{
    background-color: rgb(3 7 18 / 0.15);
  }

  .xl\:bg-gray-950\/20{
    background-color: rgb(3 7 18 / 0.2);
  }

  .xl\:bg-gray-950\/25{
    background-color: rgb(3 7 18 / 0.25);
  }

  .xl\:bg-gray-950\/30{
    background-color: rgb(3 7 18 / 0.3);
  }

  .xl\:bg-gray-950\/35{
    background-color: rgb(3 7 18 / 0.35);
  }

  .xl\:bg-gray-950\/40{
    background-color: rgb(3 7 18 / 0.4);
  }

  .xl\:bg-gray-950\/45{
    background-color: rgb(3 7 18 / 0.45);
  }

  .xl\:bg-gray-950\/5{
    background-color: rgb(3 7 18 / 0.05);
  }

  .xl\:bg-gray-950\/50{
    background-color: rgb(3 7 18 / 0.5);
  }

  .xl\:bg-gray-950\/55{
    background-color: rgb(3 7 18 / 0.55);
  }

  .xl\:bg-gray-950\/60{
    background-color: rgb(3 7 18 / 0.6);
  }

  .xl\:bg-gray-950\/65{
    background-color: rgb(3 7 18 / 0.65);
  }

  .xl\:bg-gray-950\/70{
    background-color: rgb(3 7 18 / 0.7);
  }

  .xl\:bg-gray-950\/75{
    background-color: rgb(3 7 18 / 0.75);
  }

  .xl\:bg-gray-950\/80{
    background-color: rgb(3 7 18 / 0.8);
  }

  .xl\:bg-gray-950\/85{
    background-color: rgb(3 7 18 / 0.85);
  }

  .xl\:bg-gray-950\/90{
    background-color: rgb(3 7 18 / 0.9);
  }

  .xl\:bg-gray-950\/95{
    background-color: rgb(3 7 18 / 0.95);
  }

  .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-100\/0{
    background-color: rgb(220 252 231 / 0);
  }

  .xl\:bg-green-100\/10{
    background-color: rgb(220 252 231 / 0.1);
  }

  .xl\:bg-green-100\/100{
    background-color: rgb(220 252 231 / 1);
  }

  .xl\:bg-green-100\/15{
    background-color: rgb(220 252 231 / 0.15);
  }

  .xl\:bg-green-100\/20{
    background-color: rgb(220 252 231 / 0.2);
  }

  .xl\:bg-green-100\/25{
    background-color: rgb(220 252 231 / 0.25);
  }

  .xl\:bg-green-100\/30{
    background-color: rgb(220 252 231 / 0.3);
  }

  .xl\:bg-green-100\/35{
    background-color: rgb(220 252 231 / 0.35);
  }

  .xl\:bg-green-100\/40{
    background-color: rgb(220 252 231 / 0.4);
  }

  .xl\:bg-green-100\/45{
    background-color: rgb(220 252 231 / 0.45);
  }

  .xl\:bg-green-100\/5{
    background-color: rgb(220 252 231 / 0.05);
  }

  .xl\:bg-green-100\/50{
    background-color: rgb(220 252 231 / 0.5);
  }

  .xl\:bg-green-100\/55{
    background-color: rgb(220 252 231 / 0.55);
  }

  .xl\:bg-green-100\/60{
    background-color: rgb(220 252 231 / 0.6);
  }

  .xl\:bg-green-100\/65{
    background-color: rgb(220 252 231 / 0.65);
  }

  .xl\:bg-green-100\/70{
    background-color: rgb(220 252 231 / 0.7);
  }

  .xl\:bg-green-100\/75{
    background-color: rgb(220 252 231 / 0.75);
  }

  .xl\:bg-green-100\/80{
    background-color: rgb(220 252 231 / 0.8);
  }

  .xl\:bg-green-100\/85{
    background-color: rgb(220 252 231 / 0.85);
  }

  .xl\:bg-green-100\/90{
    background-color: rgb(220 252 231 / 0.9);
  }

  .xl\:bg-green-100\/95{
    background-color: rgb(220 252 231 / 0.95);
  }

  .xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-200\/0{
    background-color: rgb(187 247 208 / 0);
  }

  .xl\:bg-green-200\/10{
    background-color: rgb(187 247 208 / 0.1);
  }

  .xl\:bg-green-200\/100{
    background-color: rgb(187 247 208 / 1);
  }

  .xl\:bg-green-200\/15{
    background-color: rgb(187 247 208 / 0.15);
  }

  .xl\:bg-green-200\/20{
    background-color: rgb(187 247 208 / 0.2);
  }

  .xl\:bg-green-200\/25{
    background-color: rgb(187 247 208 / 0.25);
  }

  .xl\:bg-green-200\/30{
    background-color: rgb(187 247 208 / 0.3);
  }

  .xl\:bg-green-200\/35{
    background-color: rgb(187 247 208 / 0.35);
  }

  .xl\:bg-green-200\/40{
    background-color: rgb(187 247 208 / 0.4);
  }

  .xl\:bg-green-200\/45{
    background-color: rgb(187 247 208 / 0.45);
  }

  .xl\:bg-green-200\/5{
    background-color: rgb(187 247 208 / 0.05);
  }

  .xl\:bg-green-200\/50{
    background-color: rgb(187 247 208 / 0.5);
  }

  .xl\:bg-green-200\/55{
    background-color: rgb(187 247 208 / 0.55);
  }

  .xl\:bg-green-200\/60{
    background-color: rgb(187 247 208 / 0.6);
  }

  .xl\:bg-green-200\/65{
    background-color: rgb(187 247 208 / 0.65);
  }

  .xl\:bg-green-200\/70{
    background-color: rgb(187 247 208 / 0.7);
  }

  .xl\:bg-green-200\/75{
    background-color: rgb(187 247 208 / 0.75);
  }

  .xl\:bg-green-200\/80{
    background-color: rgb(187 247 208 / 0.8);
  }

  .xl\:bg-green-200\/85{
    background-color: rgb(187 247 208 / 0.85);
  }

  .xl\:bg-green-200\/90{
    background-color: rgb(187 247 208 / 0.9);
  }

  .xl\:bg-green-200\/95{
    background-color: rgb(187 247 208 / 0.95);
  }

  .xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-300\/0{
    background-color: rgb(134 239 172 / 0);
  }

  .xl\:bg-green-300\/10{
    background-color: rgb(134 239 172 / 0.1);
  }

  .xl\:bg-green-300\/100{
    background-color: rgb(134 239 172 / 1);
  }

  .xl\:bg-green-300\/15{
    background-color: rgb(134 239 172 / 0.15);
  }

  .xl\:bg-green-300\/20{
    background-color: rgb(134 239 172 / 0.2);
  }

  .xl\:bg-green-300\/25{
    background-color: rgb(134 239 172 / 0.25);
  }

  .xl\:bg-green-300\/30{
    background-color: rgb(134 239 172 / 0.3);
  }

  .xl\:bg-green-300\/35{
    background-color: rgb(134 239 172 / 0.35);
  }

  .xl\:bg-green-300\/40{
    background-color: rgb(134 239 172 / 0.4);
  }

  .xl\:bg-green-300\/45{
    background-color: rgb(134 239 172 / 0.45);
  }

  .xl\:bg-green-300\/5{
    background-color: rgb(134 239 172 / 0.05);
  }

  .xl\:bg-green-300\/50{
    background-color: rgb(134 239 172 / 0.5);
  }

  .xl\:bg-green-300\/55{
    background-color: rgb(134 239 172 / 0.55);
  }

  .xl\:bg-green-300\/60{
    background-color: rgb(134 239 172 / 0.6);
  }

  .xl\:bg-green-300\/65{
    background-color: rgb(134 239 172 / 0.65);
  }

  .xl\:bg-green-300\/70{
    background-color: rgb(134 239 172 / 0.7);
  }

  .xl\:bg-green-300\/75{
    background-color: rgb(134 239 172 / 0.75);
  }

  .xl\:bg-green-300\/80{
    background-color: rgb(134 239 172 / 0.8);
  }

  .xl\:bg-green-300\/85{
    background-color: rgb(134 239 172 / 0.85);
  }

  .xl\:bg-green-300\/90{
    background-color: rgb(134 239 172 / 0.9);
  }

  .xl\:bg-green-300\/95{
    background-color: rgb(134 239 172 / 0.95);
  }

  .xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-400\/0{
    background-color: rgb(74 222 128 / 0);
  }

  .xl\:bg-green-400\/10{
    background-color: rgb(74 222 128 / 0.1);
  }

  .xl\:bg-green-400\/100{
    background-color: rgb(74 222 128 / 1);
  }

  .xl\:bg-green-400\/15{
    background-color: rgb(74 222 128 / 0.15);
  }

  .xl\:bg-green-400\/20{
    background-color: rgb(74 222 128 / 0.2);
  }

  .xl\:bg-green-400\/25{
    background-color: rgb(74 222 128 / 0.25);
  }

  .xl\:bg-green-400\/30{
    background-color: rgb(74 222 128 / 0.3);
  }

  .xl\:bg-green-400\/35{
    background-color: rgb(74 222 128 / 0.35);
  }

  .xl\:bg-green-400\/40{
    background-color: rgb(74 222 128 / 0.4);
  }

  .xl\:bg-green-400\/45{
    background-color: rgb(74 222 128 / 0.45);
  }

  .xl\:bg-green-400\/5{
    background-color: rgb(74 222 128 / 0.05);
  }

  .xl\:bg-green-400\/50{
    background-color: rgb(74 222 128 / 0.5);
  }

  .xl\:bg-green-400\/55{
    background-color: rgb(74 222 128 / 0.55);
  }

  .xl\:bg-green-400\/60{
    background-color: rgb(74 222 128 / 0.6);
  }

  .xl\:bg-green-400\/65{
    background-color: rgb(74 222 128 / 0.65);
  }

  .xl\:bg-green-400\/70{
    background-color: rgb(74 222 128 / 0.7);
  }

  .xl\:bg-green-400\/75{
    background-color: rgb(74 222 128 / 0.75);
  }

  .xl\:bg-green-400\/80{
    background-color: rgb(74 222 128 / 0.8);
  }

  .xl\:bg-green-400\/85{
    background-color: rgb(74 222 128 / 0.85);
  }

  .xl\:bg-green-400\/90{
    background-color: rgb(74 222 128 / 0.9);
  }

  .xl\:bg-green-400\/95{
    background-color: rgb(74 222 128 / 0.95);
  }

  .xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-50\/0{
    background-color: rgb(240 253 244 / 0);
  }

  .xl\:bg-green-50\/10{
    background-color: rgb(240 253 244 / 0.1);
  }

  .xl\:bg-green-50\/100{
    background-color: rgb(240 253 244 / 1);
  }

  .xl\:bg-green-50\/15{
    background-color: rgb(240 253 244 / 0.15);
  }

  .xl\:bg-green-50\/20{
    background-color: rgb(240 253 244 / 0.2);
  }

  .xl\:bg-green-50\/25{
    background-color: rgb(240 253 244 / 0.25);
  }

  .xl\:bg-green-50\/30{
    background-color: rgb(240 253 244 / 0.3);
  }

  .xl\:bg-green-50\/35{
    background-color: rgb(240 253 244 / 0.35);
  }

  .xl\:bg-green-50\/40{
    background-color: rgb(240 253 244 / 0.4);
  }

  .xl\:bg-green-50\/45{
    background-color: rgb(240 253 244 / 0.45);
  }

  .xl\:bg-green-50\/5{
    background-color: rgb(240 253 244 / 0.05);
  }

  .xl\:bg-green-50\/50{
    background-color: rgb(240 253 244 / 0.5);
  }

  .xl\:bg-green-50\/55{
    background-color: rgb(240 253 244 / 0.55);
  }

  .xl\:bg-green-50\/60{
    background-color: rgb(240 253 244 / 0.6);
  }

  .xl\:bg-green-50\/65{
    background-color: rgb(240 253 244 / 0.65);
  }

  .xl\:bg-green-50\/70{
    background-color: rgb(240 253 244 / 0.7);
  }

  .xl\:bg-green-50\/75{
    background-color: rgb(240 253 244 / 0.75);
  }

  .xl\:bg-green-50\/80{
    background-color: rgb(240 253 244 / 0.8);
  }

  .xl\:bg-green-50\/85{
    background-color: rgb(240 253 244 / 0.85);
  }

  .xl\:bg-green-50\/90{
    background-color: rgb(240 253 244 / 0.9);
  }

  .xl\:bg-green-50\/95{
    background-color: rgb(240 253 244 / 0.95);
  }

  .xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-500\/0{
    background-color: rgb(34 197 94 / 0);
  }

  .xl\:bg-green-500\/10{
    background-color: rgb(34 197 94 / 0.1);
  }

  .xl\:bg-green-500\/100{
    background-color: rgb(34 197 94 / 1);
  }

  .xl\:bg-green-500\/15{
    background-color: rgb(34 197 94 / 0.15);
  }

  .xl\:bg-green-500\/20{
    background-color: rgb(34 197 94 / 0.2);
  }

  .xl\:bg-green-500\/25{
    background-color: rgb(34 197 94 / 0.25);
  }

  .xl\:bg-green-500\/30{
    background-color: rgb(34 197 94 / 0.3);
  }

  .xl\:bg-green-500\/35{
    background-color: rgb(34 197 94 / 0.35);
  }

  .xl\:bg-green-500\/40{
    background-color: rgb(34 197 94 / 0.4);
  }

  .xl\:bg-green-500\/45{
    background-color: rgb(34 197 94 / 0.45);
  }

  .xl\:bg-green-500\/5{
    background-color: rgb(34 197 94 / 0.05);
  }

  .xl\:bg-green-500\/50{
    background-color: rgb(34 197 94 / 0.5);
  }

  .xl\:bg-green-500\/55{
    background-color: rgb(34 197 94 / 0.55);
  }

  .xl\:bg-green-500\/60{
    background-color: rgb(34 197 94 / 0.6);
  }

  .xl\:bg-green-500\/65{
    background-color: rgb(34 197 94 / 0.65);
  }

  .xl\:bg-green-500\/70{
    background-color: rgb(34 197 94 / 0.7);
  }

  .xl\:bg-green-500\/75{
    background-color: rgb(34 197 94 / 0.75);
  }

  .xl\:bg-green-500\/80{
    background-color: rgb(34 197 94 / 0.8);
  }

  .xl\:bg-green-500\/85{
    background-color: rgb(34 197 94 / 0.85);
  }

  .xl\:bg-green-500\/90{
    background-color: rgb(34 197 94 / 0.9);
  }

  .xl\:bg-green-500\/95{
    background-color: rgb(34 197 94 / 0.95);
  }

  .xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-600\/0{
    background-color: rgb(22 163 74 / 0);
  }

  .xl\:bg-green-600\/10{
    background-color: rgb(22 163 74 / 0.1);
  }

  .xl\:bg-green-600\/100{
    background-color: rgb(22 163 74 / 1);
  }

  .xl\:bg-green-600\/15{
    background-color: rgb(22 163 74 / 0.15);
  }

  .xl\:bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
  }

  .xl\:bg-green-600\/25{
    background-color: rgb(22 163 74 / 0.25);
  }

  .xl\:bg-green-600\/30{
    background-color: rgb(22 163 74 / 0.3);
  }

  .xl\:bg-green-600\/35{
    background-color: rgb(22 163 74 / 0.35);
  }

  .xl\:bg-green-600\/40{
    background-color: rgb(22 163 74 / 0.4);
  }

  .xl\:bg-green-600\/45{
    background-color: rgb(22 163 74 / 0.45);
  }

  .xl\:bg-green-600\/5{
    background-color: rgb(22 163 74 / 0.05);
  }

  .xl\:bg-green-600\/50{
    background-color: rgb(22 163 74 / 0.5);
  }

  .xl\:bg-green-600\/55{
    background-color: rgb(22 163 74 / 0.55);
  }

  .xl\:bg-green-600\/60{
    background-color: rgb(22 163 74 / 0.6);
  }

  .xl\:bg-green-600\/65{
    background-color: rgb(22 163 74 / 0.65);
  }

  .xl\:bg-green-600\/70{
    background-color: rgb(22 163 74 / 0.7);
  }

  .xl\:bg-green-600\/75{
    background-color: rgb(22 163 74 / 0.75);
  }

  .xl\:bg-green-600\/80{
    background-color: rgb(22 163 74 / 0.8);
  }

  .xl\:bg-green-600\/85{
    background-color: rgb(22 163 74 / 0.85);
  }

  .xl\:bg-green-600\/90{
    background-color: rgb(22 163 74 / 0.9);
  }

  .xl\:bg-green-600\/95{
    background-color: rgb(22 163 74 / 0.95);
  }

  .xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-700\/0{
    background-color: rgb(21 128 61 / 0);
  }

  .xl\:bg-green-700\/10{
    background-color: rgb(21 128 61 / 0.1);
  }

  .xl\:bg-green-700\/100{
    background-color: rgb(21 128 61 / 1);
  }

  .xl\:bg-green-700\/15{
    background-color: rgb(21 128 61 / 0.15);
  }

  .xl\:bg-green-700\/20{
    background-color: rgb(21 128 61 / 0.2);
  }

  .xl\:bg-green-700\/25{
    background-color: rgb(21 128 61 / 0.25);
  }

  .xl\:bg-green-700\/30{
    background-color: rgb(21 128 61 / 0.3);
  }

  .xl\:bg-green-700\/35{
    background-color: rgb(21 128 61 / 0.35);
  }

  .xl\:bg-green-700\/40{
    background-color: rgb(21 128 61 / 0.4);
  }

  .xl\:bg-green-700\/45{
    background-color: rgb(21 128 61 / 0.45);
  }

  .xl\:bg-green-700\/5{
    background-color: rgb(21 128 61 / 0.05);
  }

  .xl\:bg-green-700\/50{
    background-color: rgb(21 128 61 / 0.5);
  }

  .xl\:bg-green-700\/55{
    background-color: rgb(21 128 61 / 0.55);
  }

  .xl\:bg-green-700\/60{
    background-color: rgb(21 128 61 / 0.6);
  }

  .xl\:bg-green-700\/65{
    background-color: rgb(21 128 61 / 0.65);
  }

  .xl\:bg-green-700\/70{
    background-color: rgb(21 128 61 / 0.7);
  }

  .xl\:bg-green-700\/75{
    background-color: rgb(21 128 61 / 0.75);
  }

  .xl\:bg-green-700\/80{
    background-color: rgb(21 128 61 / 0.8);
  }

  .xl\:bg-green-700\/85{
    background-color: rgb(21 128 61 / 0.85);
  }

  .xl\:bg-green-700\/90{
    background-color: rgb(21 128 61 / 0.9);
  }

  .xl\:bg-green-700\/95{
    background-color: rgb(21 128 61 / 0.95);
  }

  .xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-800\/0{
    background-color: rgb(22 101 52 / 0);
  }

  .xl\:bg-green-800\/10{
    background-color: rgb(22 101 52 / 0.1);
  }

  .xl\:bg-green-800\/100{
    background-color: rgb(22 101 52 / 1);
  }

  .xl\:bg-green-800\/15{
    background-color: rgb(22 101 52 / 0.15);
  }

  .xl\:bg-green-800\/20{
    background-color: rgb(22 101 52 / 0.2);
  }

  .xl\:bg-green-800\/25{
    background-color: rgb(22 101 52 / 0.25);
  }

  .xl\:bg-green-800\/30{
    background-color: rgb(22 101 52 / 0.3);
  }

  .xl\:bg-green-800\/35{
    background-color: rgb(22 101 52 / 0.35);
  }

  .xl\:bg-green-800\/40{
    background-color: rgb(22 101 52 / 0.4);
  }

  .xl\:bg-green-800\/45{
    background-color: rgb(22 101 52 / 0.45);
  }

  .xl\:bg-green-800\/5{
    background-color: rgb(22 101 52 / 0.05);
  }

  .xl\:bg-green-800\/50{
    background-color: rgb(22 101 52 / 0.5);
  }

  .xl\:bg-green-800\/55{
    background-color: rgb(22 101 52 / 0.55);
  }

  .xl\:bg-green-800\/60{
    background-color: rgb(22 101 52 / 0.6);
  }

  .xl\:bg-green-800\/65{
    background-color: rgb(22 101 52 / 0.65);
  }

  .xl\:bg-green-800\/70{
    background-color: rgb(22 101 52 / 0.7);
  }

  .xl\:bg-green-800\/75{
    background-color: rgb(22 101 52 / 0.75);
  }

  .xl\:bg-green-800\/80{
    background-color: rgb(22 101 52 / 0.8);
  }

  .xl\:bg-green-800\/85{
    background-color: rgb(22 101 52 / 0.85);
  }

  .xl\:bg-green-800\/90{
    background-color: rgb(22 101 52 / 0.9);
  }

  .xl\:bg-green-800\/95{
    background-color: rgb(22 101 52 / 0.95);
  }

  .xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-900\/0{
    background-color: rgb(20 83 45 / 0);
  }

  .xl\:bg-green-900\/10{
    background-color: rgb(20 83 45 / 0.1);
  }

  .xl\:bg-green-900\/100{
    background-color: rgb(20 83 45 / 1);
  }

  .xl\:bg-green-900\/15{
    background-color: rgb(20 83 45 / 0.15);
  }

  .xl\:bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }

  .xl\:bg-green-900\/25{
    background-color: rgb(20 83 45 / 0.25);
  }

  .xl\:bg-green-900\/30{
    background-color: rgb(20 83 45 / 0.3);
  }

  .xl\:bg-green-900\/35{
    background-color: rgb(20 83 45 / 0.35);
  }

  .xl\:bg-green-900\/40{
    background-color: rgb(20 83 45 / 0.4);
  }

  .xl\:bg-green-900\/45{
    background-color: rgb(20 83 45 / 0.45);
  }

  .xl\:bg-green-900\/5{
    background-color: rgb(20 83 45 / 0.05);
  }

  .xl\:bg-green-900\/50{
    background-color: rgb(20 83 45 / 0.5);
  }

  .xl\:bg-green-900\/55{
    background-color: rgb(20 83 45 / 0.55);
  }

  .xl\:bg-green-900\/60{
    background-color: rgb(20 83 45 / 0.6);
  }

  .xl\:bg-green-900\/65{
    background-color: rgb(20 83 45 / 0.65);
  }

  .xl\:bg-green-900\/70{
    background-color: rgb(20 83 45 / 0.7);
  }

  .xl\:bg-green-900\/75{
    background-color: rgb(20 83 45 / 0.75);
  }

  .xl\:bg-green-900\/80{
    background-color: rgb(20 83 45 / 0.8);
  }

  .xl\:bg-green-900\/85{
    background-color: rgb(20 83 45 / 0.85);
  }

  .xl\:bg-green-900\/90{
    background-color: rgb(20 83 45 / 0.9);
  }

  .xl\:bg-green-900\/95{
    background-color: rgb(20 83 45 / 0.95);
  }

  .xl\:bg-green-950{
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-green-950\/0{
    background-color: rgb(5 46 22 / 0);
  }

  .xl\:bg-green-950\/10{
    background-color: rgb(5 46 22 / 0.1);
  }

  .xl\:bg-green-950\/100{
    background-color: rgb(5 46 22 / 1);
  }

  .xl\:bg-green-950\/15{
    background-color: rgb(5 46 22 / 0.15);
  }

  .xl\:bg-green-950\/20{
    background-color: rgb(5 46 22 / 0.2);
  }

  .xl\:bg-green-950\/25{
    background-color: rgb(5 46 22 / 0.25);
  }

  .xl\:bg-green-950\/30{
    background-color: rgb(5 46 22 / 0.3);
  }

  .xl\:bg-green-950\/35{
    background-color: rgb(5 46 22 / 0.35);
  }

  .xl\:bg-green-950\/40{
    background-color: rgb(5 46 22 / 0.4);
  }

  .xl\:bg-green-950\/45{
    background-color: rgb(5 46 22 / 0.45);
  }

  .xl\:bg-green-950\/5{
    background-color: rgb(5 46 22 / 0.05);
  }

  .xl\:bg-green-950\/50{
    background-color: rgb(5 46 22 / 0.5);
  }

  .xl\:bg-green-950\/55{
    background-color: rgb(5 46 22 / 0.55);
  }

  .xl\:bg-green-950\/60{
    background-color: rgb(5 46 22 / 0.6);
  }

  .xl\:bg-green-950\/65{
    background-color: rgb(5 46 22 / 0.65);
  }

  .xl\:bg-green-950\/70{
    background-color: rgb(5 46 22 / 0.7);
  }

  .xl\:bg-green-950\/75{
    background-color: rgb(5 46 22 / 0.75);
  }

  .xl\:bg-green-950\/80{
    background-color: rgb(5 46 22 / 0.8);
  }

  .xl\:bg-green-950\/85{
    background-color: rgb(5 46 22 / 0.85);
  }

  .xl\:bg-green-950\/90{
    background-color: rgb(5 46 22 / 0.9);
  }

  .xl\:bg-green-950\/95{
    background-color: rgb(5 46 22 / 0.95);
  }

  .xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-100\/0{
    background-color: rgb(224 231 255 / 0);
  }

  .xl\:bg-indigo-100\/10{
    background-color: rgb(224 231 255 / 0.1);
  }

  .xl\:bg-indigo-100\/100{
    background-color: rgb(224 231 255 / 1);
  }

  .xl\:bg-indigo-100\/15{
    background-color: rgb(224 231 255 / 0.15);
  }

  .xl\:bg-indigo-100\/20{
    background-color: rgb(224 231 255 / 0.2);
  }

  .xl\:bg-indigo-100\/25{
    background-color: rgb(224 231 255 / 0.25);
  }

  .xl\:bg-indigo-100\/30{
    background-color: rgb(224 231 255 / 0.3);
  }

  .xl\:bg-indigo-100\/35{
    background-color: rgb(224 231 255 / 0.35);
  }

  .xl\:bg-indigo-100\/40{
    background-color: rgb(224 231 255 / 0.4);
  }

  .xl\:bg-indigo-100\/45{
    background-color: rgb(224 231 255 / 0.45);
  }

  .xl\:bg-indigo-100\/5{
    background-color: rgb(224 231 255 / 0.05);
  }

  .xl\:bg-indigo-100\/50{
    background-color: rgb(224 231 255 / 0.5);
  }

  .xl\:bg-indigo-100\/55{
    background-color: rgb(224 231 255 / 0.55);
  }

  .xl\:bg-indigo-100\/60{
    background-color: rgb(224 231 255 / 0.6);
  }

  .xl\:bg-indigo-100\/65{
    background-color: rgb(224 231 255 / 0.65);
  }

  .xl\:bg-indigo-100\/70{
    background-color: rgb(224 231 255 / 0.7);
  }

  .xl\:bg-indigo-100\/75{
    background-color: rgb(224 231 255 / 0.75);
  }

  .xl\:bg-indigo-100\/80{
    background-color: rgb(224 231 255 / 0.8);
  }

  .xl\:bg-indigo-100\/85{
    background-color: rgb(224 231 255 / 0.85);
  }

  .xl\:bg-indigo-100\/90{
    background-color: rgb(224 231 255 / 0.9);
  }

  .xl\:bg-indigo-100\/95{
    background-color: rgb(224 231 255 / 0.95);
  }

  .xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-200\/0{
    background-color: rgb(199 210 254 / 0);
  }

  .xl\:bg-indigo-200\/10{
    background-color: rgb(199 210 254 / 0.1);
  }

  .xl\:bg-indigo-200\/100{
    background-color: rgb(199 210 254 / 1);
  }

  .xl\:bg-indigo-200\/15{
    background-color: rgb(199 210 254 / 0.15);
  }

  .xl\:bg-indigo-200\/20{
    background-color: rgb(199 210 254 / 0.2);
  }

  .xl\:bg-indigo-200\/25{
    background-color: rgb(199 210 254 / 0.25);
  }

  .xl\:bg-indigo-200\/30{
    background-color: rgb(199 210 254 / 0.3);
  }

  .xl\:bg-indigo-200\/35{
    background-color: rgb(199 210 254 / 0.35);
  }

  .xl\:bg-indigo-200\/40{
    background-color: rgb(199 210 254 / 0.4);
  }

  .xl\:bg-indigo-200\/45{
    background-color: rgb(199 210 254 / 0.45);
  }

  .xl\:bg-indigo-200\/5{
    background-color: rgb(199 210 254 / 0.05);
  }

  .xl\:bg-indigo-200\/50{
    background-color: rgb(199 210 254 / 0.5);
  }

  .xl\:bg-indigo-200\/55{
    background-color: rgb(199 210 254 / 0.55);
  }

  .xl\:bg-indigo-200\/60{
    background-color: rgb(199 210 254 / 0.6);
  }

  .xl\:bg-indigo-200\/65{
    background-color: rgb(199 210 254 / 0.65);
  }

  .xl\:bg-indigo-200\/70{
    background-color: rgb(199 210 254 / 0.7);
  }

  .xl\:bg-indigo-200\/75{
    background-color: rgb(199 210 254 / 0.75);
  }

  .xl\:bg-indigo-200\/80{
    background-color: rgb(199 210 254 / 0.8);
  }

  .xl\:bg-indigo-200\/85{
    background-color: rgb(199 210 254 / 0.85);
  }

  .xl\:bg-indigo-200\/90{
    background-color: rgb(199 210 254 / 0.9);
  }

  .xl\:bg-indigo-200\/95{
    background-color: rgb(199 210 254 / 0.95);
  }

  .xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-300\/0{
    background-color: rgb(165 180 252 / 0);
  }

  .xl\:bg-indigo-300\/10{
    background-color: rgb(165 180 252 / 0.1);
  }

  .xl\:bg-indigo-300\/100{
    background-color: rgb(165 180 252 / 1);
  }

  .xl\:bg-indigo-300\/15{
    background-color: rgb(165 180 252 / 0.15);
  }

  .xl\:bg-indigo-300\/20{
    background-color: rgb(165 180 252 / 0.2);
  }

  .xl\:bg-indigo-300\/25{
    background-color: rgb(165 180 252 / 0.25);
  }

  .xl\:bg-indigo-300\/30{
    background-color: rgb(165 180 252 / 0.3);
  }

  .xl\:bg-indigo-300\/35{
    background-color: rgb(165 180 252 / 0.35);
  }

  .xl\:bg-indigo-300\/40{
    background-color: rgb(165 180 252 / 0.4);
  }

  .xl\:bg-indigo-300\/45{
    background-color: rgb(165 180 252 / 0.45);
  }

  .xl\:bg-indigo-300\/5{
    background-color: rgb(165 180 252 / 0.05);
  }

  .xl\:bg-indigo-300\/50{
    background-color: rgb(165 180 252 / 0.5);
  }

  .xl\:bg-indigo-300\/55{
    background-color: rgb(165 180 252 / 0.55);
  }

  .xl\:bg-indigo-300\/60{
    background-color: rgb(165 180 252 / 0.6);
  }

  .xl\:bg-indigo-300\/65{
    background-color: rgb(165 180 252 / 0.65);
  }

  .xl\:bg-indigo-300\/70{
    background-color: rgb(165 180 252 / 0.7);
  }

  .xl\:bg-indigo-300\/75{
    background-color: rgb(165 180 252 / 0.75);
  }

  .xl\:bg-indigo-300\/80{
    background-color: rgb(165 180 252 / 0.8);
  }

  .xl\:bg-indigo-300\/85{
    background-color: rgb(165 180 252 / 0.85);
  }

  .xl\:bg-indigo-300\/90{
    background-color: rgb(165 180 252 / 0.9);
  }

  .xl\:bg-indigo-300\/95{
    background-color: rgb(165 180 252 / 0.95);
  }

  .xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-400\/0{
    background-color: rgb(129 140 248 / 0);
  }

  .xl\:bg-indigo-400\/10{
    background-color: rgb(129 140 248 / 0.1);
  }

  .xl\:bg-indigo-400\/100{
    background-color: rgb(129 140 248 / 1);
  }

  .xl\:bg-indigo-400\/15{
    background-color: rgb(129 140 248 / 0.15);
  }

  .xl\:bg-indigo-400\/20{
    background-color: rgb(129 140 248 / 0.2);
  }

  .xl\:bg-indigo-400\/25{
    background-color: rgb(129 140 248 / 0.25);
  }

  .xl\:bg-indigo-400\/30{
    background-color: rgb(129 140 248 / 0.3);
  }

  .xl\:bg-indigo-400\/35{
    background-color: rgb(129 140 248 / 0.35);
  }

  .xl\:bg-indigo-400\/40{
    background-color: rgb(129 140 248 / 0.4);
  }

  .xl\:bg-indigo-400\/45{
    background-color: rgb(129 140 248 / 0.45);
  }

  .xl\:bg-indigo-400\/5{
    background-color: rgb(129 140 248 / 0.05);
  }

  .xl\:bg-indigo-400\/50{
    background-color: rgb(129 140 248 / 0.5);
  }

  .xl\:bg-indigo-400\/55{
    background-color: rgb(129 140 248 / 0.55);
  }

  .xl\:bg-indigo-400\/60{
    background-color: rgb(129 140 248 / 0.6);
  }

  .xl\:bg-indigo-400\/65{
    background-color: rgb(129 140 248 / 0.65);
  }

  .xl\:bg-indigo-400\/70{
    background-color: rgb(129 140 248 / 0.7);
  }

  .xl\:bg-indigo-400\/75{
    background-color: rgb(129 140 248 / 0.75);
  }

  .xl\:bg-indigo-400\/80{
    background-color: rgb(129 140 248 / 0.8);
  }

  .xl\:bg-indigo-400\/85{
    background-color: rgb(129 140 248 / 0.85);
  }

  .xl\:bg-indigo-400\/90{
    background-color: rgb(129 140 248 / 0.9);
  }

  .xl\:bg-indigo-400\/95{
    background-color: rgb(129 140 248 / 0.95);
  }

  .xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-50\/0{
    background-color: rgb(238 242 255 / 0);
  }

  .xl\:bg-indigo-50\/10{
    background-color: rgb(238 242 255 / 0.1);
  }

  .xl\:bg-indigo-50\/100{
    background-color: rgb(238 242 255 / 1);
  }

  .xl\:bg-indigo-50\/15{
    background-color: rgb(238 242 255 / 0.15);
  }

  .xl\:bg-indigo-50\/20{
    background-color: rgb(238 242 255 / 0.2);
  }

  .xl\:bg-indigo-50\/25{
    background-color: rgb(238 242 255 / 0.25);
  }

  .xl\:bg-indigo-50\/30{
    background-color: rgb(238 242 255 / 0.3);
  }

  .xl\:bg-indigo-50\/35{
    background-color: rgb(238 242 255 / 0.35);
  }

  .xl\:bg-indigo-50\/40{
    background-color: rgb(238 242 255 / 0.4);
  }

  .xl\:bg-indigo-50\/45{
    background-color: rgb(238 242 255 / 0.45);
  }

  .xl\:bg-indigo-50\/5{
    background-color: rgb(238 242 255 / 0.05);
  }

  .xl\:bg-indigo-50\/50{
    background-color: rgb(238 242 255 / 0.5);
  }

  .xl\:bg-indigo-50\/55{
    background-color: rgb(238 242 255 / 0.55);
  }

  .xl\:bg-indigo-50\/60{
    background-color: rgb(238 242 255 / 0.6);
  }

  .xl\:bg-indigo-50\/65{
    background-color: rgb(238 242 255 / 0.65);
  }

  .xl\:bg-indigo-50\/70{
    background-color: rgb(238 242 255 / 0.7);
  }

  .xl\:bg-indigo-50\/75{
    background-color: rgb(238 242 255 / 0.75);
  }

  .xl\:bg-indigo-50\/80{
    background-color: rgb(238 242 255 / 0.8);
  }

  .xl\:bg-indigo-50\/85{
    background-color: rgb(238 242 255 / 0.85);
  }

  .xl\:bg-indigo-50\/90{
    background-color: rgb(238 242 255 / 0.9);
  }

  .xl\:bg-indigo-50\/95{
    background-color: rgb(238 242 255 / 0.95);
  }

  .xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-500\/0{
    background-color: rgb(99 102 241 / 0);
  }

  .xl\:bg-indigo-500\/10{
    background-color: rgb(99 102 241 / 0.1);
  }

  .xl\:bg-indigo-500\/100{
    background-color: rgb(99 102 241 / 1);
  }

  .xl\:bg-indigo-500\/15{
    background-color: rgb(99 102 241 / 0.15);
  }

  .xl\:bg-indigo-500\/20{
    background-color: rgb(99 102 241 / 0.2);
  }

  .xl\:bg-indigo-500\/25{
    background-color: rgb(99 102 241 / 0.25);
  }

  .xl\:bg-indigo-500\/30{
    background-color: rgb(99 102 241 / 0.3);
  }

  .xl\:bg-indigo-500\/35{
    background-color: rgb(99 102 241 / 0.35);
  }

  .xl\:bg-indigo-500\/40{
    background-color: rgb(99 102 241 / 0.4);
  }

  .xl\:bg-indigo-500\/45{
    background-color: rgb(99 102 241 / 0.45);
  }

  .xl\:bg-indigo-500\/5{
    background-color: rgb(99 102 241 / 0.05);
  }

  .xl\:bg-indigo-500\/50{
    background-color: rgb(99 102 241 / 0.5);
  }

  .xl\:bg-indigo-500\/55{
    background-color: rgb(99 102 241 / 0.55);
  }

  .xl\:bg-indigo-500\/60{
    background-color: rgb(99 102 241 / 0.6);
  }

  .xl\:bg-indigo-500\/65{
    background-color: rgb(99 102 241 / 0.65);
  }

  .xl\:bg-indigo-500\/70{
    background-color: rgb(99 102 241 / 0.7);
  }

  .xl\:bg-indigo-500\/75{
    background-color: rgb(99 102 241 / 0.75);
  }

  .xl\:bg-indigo-500\/80{
    background-color: rgb(99 102 241 / 0.8);
  }

  .xl\:bg-indigo-500\/85{
    background-color: rgb(99 102 241 / 0.85);
  }

  .xl\:bg-indigo-500\/90{
    background-color: rgb(99 102 241 / 0.9);
  }

  .xl\:bg-indigo-500\/95{
    background-color: rgb(99 102 241 / 0.95);
  }

  .xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-600\/0{
    background-color: rgb(79 70 229 / 0);
  }

  .xl\:bg-indigo-600\/10{
    background-color: rgb(79 70 229 / 0.1);
  }

  .xl\:bg-indigo-600\/100{
    background-color: rgb(79 70 229 / 1);
  }

  .xl\:bg-indigo-600\/15{
    background-color: rgb(79 70 229 / 0.15);
  }

  .xl\:bg-indigo-600\/20{
    background-color: rgb(79 70 229 / 0.2);
  }

  .xl\:bg-indigo-600\/25{
    background-color: rgb(79 70 229 / 0.25);
  }

  .xl\:bg-indigo-600\/30{
    background-color: rgb(79 70 229 / 0.3);
  }

  .xl\:bg-indigo-600\/35{
    background-color: rgb(79 70 229 / 0.35);
  }

  .xl\:bg-indigo-600\/40{
    background-color: rgb(79 70 229 / 0.4);
  }

  .xl\:bg-indigo-600\/45{
    background-color: rgb(79 70 229 / 0.45);
  }

  .xl\:bg-indigo-600\/5{
    background-color: rgb(79 70 229 / 0.05);
  }

  .xl\:bg-indigo-600\/50{
    background-color: rgb(79 70 229 / 0.5);
  }

  .xl\:bg-indigo-600\/55{
    background-color: rgb(79 70 229 / 0.55);
  }

  .xl\:bg-indigo-600\/60{
    background-color: rgb(79 70 229 / 0.6);
  }

  .xl\:bg-indigo-600\/65{
    background-color: rgb(79 70 229 / 0.65);
  }

  .xl\:bg-indigo-600\/70{
    background-color: rgb(79 70 229 / 0.7);
  }

  .xl\:bg-indigo-600\/75{
    background-color: rgb(79 70 229 / 0.75);
  }

  .xl\:bg-indigo-600\/80{
    background-color: rgb(79 70 229 / 0.8);
  }

  .xl\:bg-indigo-600\/85{
    background-color: rgb(79 70 229 / 0.85);
  }

  .xl\:bg-indigo-600\/90{
    background-color: rgb(79 70 229 / 0.9);
  }

  .xl\:bg-indigo-600\/95{
    background-color: rgb(79 70 229 / 0.95);
  }

  .xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-700\/0{
    background-color: rgb(67 56 202 / 0);
  }

  .xl\:bg-indigo-700\/10{
    background-color: rgb(67 56 202 / 0.1);
  }

  .xl\:bg-indigo-700\/100{
    background-color: rgb(67 56 202 / 1);
  }

  .xl\:bg-indigo-700\/15{
    background-color: rgb(67 56 202 / 0.15);
  }

  .xl\:bg-indigo-700\/20{
    background-color: rgb(67 56 202 / 0.2);
  }

  .xl\:bg-indigo-700\/25{
    background-color: rgb(67 56 202 / 0.25);
  }

  .xl\:bg-indigo-700\/30{
    background-color: rgb(67 56 202 / 0.3);
  }

  .xl\:bg-indigo-700\/35{
    background-color: rgb(67 56 202 / 0.35);
  }

  .xl\:bg-indigo-700\/40{
    background-color: rgb(67 56 202 / 0.4);
  }

  .xl\:bg-indigo-700\/45{
    background-color: rgb(67 56 202 / 0.45);
  }

  .xl\:bg-indigo-700\/5{
    background-color: rgb(67 56 202 / 0.05);
  }

  .xl\:bg-indigo-700\/50{
    background-color: rgb(67 56 202 / 0.5);
  }

  .xl\:bg-indigo-700\/55{
    background-color: rgb(67 56 202 / 0.55);
  }

  .xl\:bg-indigo-700\/60{
    background-color: rgb(67 56 202 / 0.6);
  }

  .xl\:bg-indigo-700\/65{
    background-color: rgb(67 56 202 / 0.65);
  }

  .xl\:bg-indigo-700\/70{
    background-color: rgb(67 56 202 / 0.7);
  }

  .xl\:bg-indigo-700\/75{
    background-color: rgb(67 56 202 / 0.75);
  }

  .xl\:bg-indigo-700\/80{
    background-color: rgb(67 56 202 / 0.8);
  }

  .xl\:bg-indigo-700\/85{
    background-color: rgb(67 56 202 / 0.85);
  }

  .xl\:bg-indigo-700\/90{
    background-color: rgb(67 56 202 / 0.9);
  }

  .xl\:bg-indigo-700\/95{
    background-color: rgb(67 56 202 / 0.95);
  }

  .xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-800\/0{
    background-color: rgb(55 48 163 / 0);
  }

  .xl\:bg-indigo-800\/10{
    background-color: rgb(55 48 163 / 0.1);
  }

  .xl\:bg-indigo-800\/100{
    background-color: rgb(55 48 163 / 1);
  }

  .xl\:bg-indigo-800\/15{
    background-color: rgb(55 48 163 / 0.15);
  }

  .xl\:bg-indigo-800\/20{
    background-color: rgb(55 48 163 / 0.2);
  }

  .xl\:bg-indigo-800\/25{
    background-color: rgb(55 48 163 / 0.25);
  }

  .xl\:bg-indigo-800\/30{
    background-color: rgb(55 48 163 / 0.3);
  }

  .xl\:bg-indigo-800\/35{
    background-color: rgb(55 48 163 / 0.35);
  }

  .xl\:bg-indigo-800\/40{
    background-color: rgb(55 48 163 / 0.4);
  }

  .xl\:bg-indigo-800\/45{
    background-color: rgb(55 48 163 / 0.45);
  }

  .xl\:bg-indigo-800\/5{
    background-color: rgb(55 48 163 / 0.05);
  }

  .xl\:bg-indigo-800\/50{
    background-color: rgb(55 48 163 / 0.5);
  }

  .xl\:bg-indigo-800\/55{
    background-color: rgb(55 48 163 / 0.55);
  }

  .xl\:bg-indigo-800\/60{
    background-color: rgb(55 48 163 / 0.6);
  }

  .xl\:bg-indigo-800\/65{
    background-color: rgb(55 48 163 / 0.65);
  }

  .xl\:bg-indigo-800\/70{
    background-color: rgb(55 48 163 / 0.7);
  }

  .xl\:bg-indigo-800\/75{
    background-color: rgb(55 48 163 / 0.75);
  }

  .xl\:bg-indigo-800\/80{
    background-color: rgb(55 48 163 / 0.8);
  }

  .xl\:bg-indigo-800\/85{
    background-color: rgb(55 48 163 / 0.85);
  }

  .xl\:bg-indigo-800\/90{
    background-color: rgb(55 48 163 / 0.9);
  }

  .xl\:bg-indigo-800\/95{
    background-color: rgb(55 48 163 / 0.95);
  }

  .xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-900\/0{
    background-color: rgb(49 46 129 / 0);
  }

  .xl\:bg-indigo-900\/10{
    background-color: rgb(49 46 129 / 0.1);
  }

  .xl\:bg-indigo-900\/100{
    background-color: rgb(49 46 129 / 1);
  }

  .xl\:bg-indigo-900\/15{
    background-color: rgb(49 46 129 / 0.15);
  }

  .xl\:bg-indigo-900\/20{
    background-color: rgb(49 46 129 / 0.2);
  }

  .xl\:bg-indigo-900\/25{
    background-color: rgb(49 46 129 / 0.25);
  }

  .xl\:bg-indigo-900\/30{
    background-color: rgb(49 46 129 / 0.3);
  }

  .xl\:bg-indigo-900\/35{
    background-color: rgb(49 46 129 / 0.35);
  }

  .xl\:bg-indigo-900\/40{
    background-color: rgb(49 46 129 / 0.4);
  }

  .xl\:bg-indigo-900\/45{
    background-color: rgb(49 46 129 / 0.45);
  }

  .xl\:bg-indigo-900\/5{
    background-color: rgb(49 46 129 / 0.05);
  }

  .xl\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }

  .xl\:bg-indigo-900\/55{
    background-color: rgb(49 46 129 / 0.55);
  }

  .xl\:bg-indigo-900\/60{
    background-color: rgb(49 46 129 / 0.6);
  }

  .xl\:bg-indigo-900\/65{
    background-color: rgb(49 46 129 / 0.65);
  }

  .xl\:bg-indigo-900\/70{
    background-color: rgb(49 46 129 / 0.7);
  }

  .xl\:bg-indigo-900\/75{
    background-color: rgb(49 46 129 / 0.75);
  }

  .xl\:bg-indigo-900\/80{
    background-color: rgb(49 46 129 / 0.8);
  }

  .xl\:bg-indigo-900\/85{
    background-color: rgb(49 46 129 / 0.85);
  }

  .xl\:bg-indigo-900\/90{
    background-color: rgb(49 46 129 / 0.9);
  }

  .xl\:bg-indigo-900\/95{
    background-color: rgb(49 46 129 / 0.95);
  }

  .xl\:bg-indigo-950{
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-indigo-950\/0{
    background-color: rgb(30 27 75 / 0);
  }

  .xl\:bg-indigo-950\/10{
    background-color: rgb(30 27 75 / 0.1);
  }

  .xl\:bg-indigo-950\/100{
    background-color: rgb(30 27 75 / 1);
  }

  .xl\:bg-indigo-950\/15{
    background-color: rgb(30 27 75 / 0.15);
  }

  .xl\:bg-indigo-950\/20{
    background-color: rgb(30 27 75 / 0.2);
  }

  .xl\:bg-indigo-950\/25{
    background-color: rgb(30 27 75 / 0.25);
  }

  .xl\:bg-indigo-950\/30{
    background-color: rgb(30 27 75 / 0.3);
  }

  .xl\:bg-indigo-950\/35{
    background-color: rgb(30 27 75 / 0.35);
  }

  .xl\:bg-indigo-950\/40{
    background-color: rgb(30 27 75 / 0.4);
  }

  .xl\:bg-indigo-950\/45{
    background-color: rgb(30 27 75 / 0.45);
  }

  .xl\:bg-indigo-950\/5{
    background-color: rgb(30 27 75 / 0.05);
  }

  .xl\:bg-indigo-950\/50{
    background-color: rgb(30 27 75 / 0.5);
  }

  .xl\:bg-indigo-950\/55{
    background-color: rgb(30 27 75 / 0.55);
  }

  .xl\:bg-indigo-950\/60{
    background-color: rgb(30 27 75 / 0.6);
  }

  .xl\:bg-indigo-950\/65{
    background-color: rgb(30 27 75 / 0.65);
  }

  .xl\:bg-indigo-950\/70{
    background-color: rgb(30 27 75 / 0.7);
  }

  .xl\:bg-indigo-950\/75{
    background-color: rgb(30 27 75 / 0.75);
  }

  .xl\:bg-indigo-950\/80{
    background-color: rgb(30 27 75 / 0.8);
  }

  .xl\:bg-indigo-950\/85{
    background-color: rgb(30 27 75 / 0.85);
  }

  .xl\:bg-indigo-950\/90{
    background-color: rgb(30 27 75 / 0.9);
  }

  .xl\:bg-indigo-950\/95{
    background-color: rgb(30 27 75 / 0.95);
  }

  .xl\:bg-inherit{
    background-color: inherit;
  }

  .xl\:bg-lime-100{
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-100\/0{
    background-color: rgb(236 252 203 / 0);
  }

  .xl\:bg-lime-100\/10{
    background-color: rgb(236 252 203 / 0.1);
  }

  .xl\:bg-lime-100\/100{
    background-color: rgb(236 252 203 / 1);
  }

  .xl\:bg-lime-100\/15{
    background-color: rgb(236 252 203 / 0.15);
  }

  .xl\:bg-lime-100\/20{
    background-color: rgb(236 252 203 / 0.2);
  }

  .xl\:bg-lime-100\/25{
    background-color: rgb(236 252 203 / 0.25);
  }

  .xl\:bg-lime-100\/30{
    background-color: rgb(236 252 203 / 0.3);
  }

  .xl\:bg-lime-100\/35{
    background-color: rgb(236 252 203 / 0.35);
  }

  .xl\:bg-lime-100\/40{
    background-color: rgb(236 252 203 / 0.4);
  }

  .xl\:bg-lime-100\/45{
    background-color: rgb(236 252 203 / 0.45);
  }

  .xl\:bg-lime-100\/5{
    background-color: rgb(236 252 203 / 0.05);
  }

  .xl\:bg-lime-100\/50{
    background-color: rgb(236 252 203 / 0.5);
  }

  .xl\:bg-lime-100\/55{
    background-color: rgb(236 252 203 / 0.55);
  }

  .xl\:bg-lime-100\/60{
    background-color: rgb(236 252 203 / 0.6);
  }

  .xl\:bg-lime-100\/65{
    background-color: rgb(236 252 203 / 0.65);
  }

  .xl\:bg-lime-100\/70{
    background-color: rgb(236 252 203 / 0.7);
  }

  .xl\:bg-lime-100\/75{
    background-color: rgb(236 252 203 / 0.75);
  }

  .xl\:bg-lime-100\/80{
    background-color: rgb(236 252 203 / 0.8);
  }

  .xl\:bg-lime-100\/85{
    background-color: rgb(236 252 203 / 0.85);
  }

  .xl\:bg-lime-100\/90{
    background-color: rgb(236 252 203 / 0.9);
  }

  .xl\:bg-lime-100\/95{
    background-color: rgb(236 252 203 / 0.95);
  }

  .xl\:bg-lime-200{
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-200\/0{
    background-color: rgb(217 249 157 / 0);
  }

  .xl\:bg-lime-200\/10{
    background-color: rgb(217 249 157 / 0.1);
  }

  .xl\:bg-lime-200\/100{
    background-color: rgb(217 249 157 / 1);
  }

  .xl\:bg-lime-200\/15{
    background-color: rgb(217 249 157 / 0.15);
  }

  .xl\:bg-lime-200\/20{
    background-color: rgb(217 249 157 / 0.2);
  }

  .xl\:bg-lime-200\/25{
    background-color: rgb(217 249 157 / 0.25);
  }

  .xl\:bg-lime-200\/30{
    background-color: rgb(217 249 157 / 0.3);
  }

  .xl\:bg-lime-200\/35{
    background-color: rgb(217 249 157 / 0.35);
  }

  .xl\:bg-lime-200\/40{
    background-color: rgb(217 249 157 / 0.4);
  }

  .xl\:bg-lime-200\/45{
    background-color: rgb(217 249 157 / 0.45);
  }

  .xl\:bg-lime-200\/5{
    background-color: rgb(217 249 157 / 0.05);
  }

  .xl\:bg-lime-200\/50{
    background-color: rgb(217 249 157 / 0.5);
  }

  .xl\:bg-lime-200\/55{
    background-color: rgb(217 249 157 / 0.55);
  }

  .xl\:bg-lime-200\/60{
    background-color: rgb(217 249 157 / 0.6);
  }

  .xl\:bg-lime-200\/65{
    background-color: rgb(217 249 157 / 0.65);
  }

  .xl\:bg-lime-200\/70{
    background-color: rgb(217 249 157 / 0.7);
  }

  .xl\:bg-lime-200\/75{
    background-color: rgb(217 249 157 / 0.75);
  }

  .xl\:bg-lime-200\/80{
    background-color: rgb(217 249 157 / 0.8);
  }

  .xl\:bg-lime-200\/85{
    background-color: rgb(217 249 157 / 0.85);
  }

  .xl\:bg-lime-200\/90{
    background-color: rgb(217 249 157 / 0.9);
  }

  .xl\:bg-lime-200\/95{
    background-color: rgb(217 249 157 / 0.95);
  }

  .xl\:bg-lime-300{
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-300\/0{
    background-color: rgb(190 242 100 / 0);
  }

  .xl\:bg-lime-300\/10{
    background-color: rgb(190 242 100 / 0.1);
  }

  .xl\:bg-lime-300\/100{
    background-color: rgb(190 242 100 / 1);
  }

  .xl\:bg-lime-300\/15{
    background-color: rgb(190 242 100 / 0.15);
  }

  .xl\:bg-lime-300\/20{
    background-color: rgb(190 242 100 / 0.2);
  }

  .xl\:bg-lime-300\/25{
    background-color: rgb(190 242 100 / 0.25);
  }

  .xl\:bg-lime-300\/30{
    background-color: rgb(190 242 100 / 0.3);
  }

  .xl\:bg-lime-300\/35{
    background-color: rgb(190 242 100 / 0.35);
  }

  .xl\:bg-lime-300\/40{
    background-color: rgb(190 242 100 / 0.4);
  }

  .xl\:bg-lime-300\/45{
    background-color: rgb(190 242 100 / 0.45);
  }

  .xl\:bg-lime-300\/5{
    background-color: rgb(190 242 100 / 0.05);
  }

  .xl\:bg-lime-300\/50{
    background-color: rgb(190 242 100 / 0.5);
  }

  .xl\:bg-lime-300\/55{
    background-color: rgb(190 242 100 / 0.55);
  }

  .xl\:bg-lime-300\/60{
    background-color: rgb(190 242 100 / 0.6);
  }

  .xl\:bg-lime-300\/65{
    background-color: rgb(190 242 100 / 0.65);
  }

  .xl\:bg-lime-300\/70{
    background-color: rgb(190 242 100 / 0.7);
  }

  .xl\:bg-lime-300\/75{
    background-color: rgb(190 242 100 / 0.75);
  }

  .xl\:bg-lime-300\/80{
    background-color: rgb(190 242 100 / 0.8);
  }

  .xl\:bg-lime-300\/85{
    background-color: rgb(190 242 100 / 0.85);
  }

  .xl\:bg-lime-300\/90{
    background-color: rgb(190 242 100 / 0.9);
  }

  .xl\:bg-lime-300\/95{
    background-color: rgb(190 242 100 / 0.95);
  }

  .xl\:bg-lime-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-400\/0{
    background-color: rgb(163 230 53 / 0);
  }

  .xl\:bg-lime-400\/10{
    background-color: rgb(163 230 53 / 0.1);
  }

  .xl\:bg-lime-400\/100{
    background-color: rgb(163 230 53 / 1);
  }

  .xl\:bg-lime-400\/15{
    background-color: rgb(163 230 53 / 0.15);
  }

  .xl\:bg-lime-400\/20{
    background-color: rgb(163 230 53 / 0.2);
  }

  .xl\:bg-lime-400\/25{
    background-color: rgb(163 230 53 / 0.25);
  }

  .xl\:bg-lime-400\/30{
    background-color: rgb(163 230 53 / 0.3);
  }

  .xl\:bg-lime-400\/35{
    background-color: rgb(163 230 53 / 0.35);
  }

  .xl\:bg-lime-400\/40{
    background-color: rgb(163 230 53 / 0.4);
  }

  .xl\:bg-lime-400\/45{
    background-color: rgb(163 230 53 / 0.45);
  }

  .xl\:bg-lime-400\/5{
    background-color: rgb(163 230 53 / 0.05);
  }

  .xl\:bg-lime-400\/50{
    background-color: rgb(163 230 53 / 0.5);
  }

  .xl\:bg-lime-400\/55{
    background-color: rgb(163 230 53 / 0.55);
  }

  .xl\:bg-lime-400\/60{
    background-color: rgb(163 230 53 / 0.6);
  }

  .xl\:bg-lime-400\/65{
    background-color: rgb(163 230 53 / 0.65);
  }

  .xl\:bg-lime-400\/70{
    background-color: rgb(163 230 53 / 0.7);
  }

  .xl\:bg-lime-400\/75{
    background-color: rgb(163 230 53 / 0.75);
  }

  .xl\:bg-lime-400\/80{
    background-color: rgb(163 230 53 / 0.8);
  }

  .xl\:bg-lime-400\/85{
    background-color: rgb(163 230 53 / 0.85);
  }

  .xl\:bg-lime-400\/90{
    background-color: rgb(163 230 53 / 0.9);
  }

  .xl\:bg-lime-400\/95{
    background-color: rgb(163 230 53 / 0.95);
  }

  .xl\:bg-lime-50{
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-50\/0{
    background-color: rgb(247 254 231 / 0);
  }

  .xl\:bg-lime-50\/10{
    background-color: rgb(247 254 231 / 0.1);
  }

  .xl\:bg-lime-50\/100{
    background-color: rgb(247 254 231 / 1);
  }

  .xl\:bg-lime-50\/15{
    background-color: rgb(247 254 231 / 0.15);
  }

  .xl\:bg-lime-50\/20{
    background-color: rgb(247 254 231 / 0.2);
  }

  .xl\:bg-lime-50\/25{
    background-color: rgb(247 254 231 / 0.25);
  }

  .xl\:bg-lime-50\/30{
    background-color: rgb(247 254 231 / 0.3);
  }

  .xl\:bg-lime-50\/35{
    background-color: rgb(247 254 231 / 0.35);
  }

  .xl\:bg-lime-50\/40{
    background-color: rgb(247 254 231 / 0.4);
  }

  .xl\:bg-lime-50\/45{
    background-color: rgb(247 254 231 / 0.45);
  }

  .xl\:bg-lime-50\/5{
    background-color: rgb(247 254 231 / 0.05);
  }

  .xl\:bg-lime-50\/50{
    background-color: rgb(247 254 231 / 0.5);
  }

  .xl\:bg-lime-50\/55{
    background-color: rgb(247 254 231 / 0.55);
  }

  .xl\:bg-lime-50\/60{
    background-color: rgb(247 254 231 / 0.6);
  }

  .xl\:bg-lime-50\/65{
    background-color: rgb(247 254 231 / 0.65);
  }

  .xl\:bg-lime-50\/70{
    background-color: rgb(247 254 231 / 0.7);
  }

  .xl\:bg-lime-50\/75{
    background-color: rgb(247 254 231 / 0.75);
  }

  .xl\:bg-lime-50\/80{
    background-color: rgb(247 254 231 / 0.8);
  }

  .xl\:bg-lime-50\/85{
    background-color: rgb(247 254 231 / 0.85);
  }

  .xl\:bg-lime-50\/90{
    background-color: rgb(247 254 231 / 0.9);
  }

  .xl\:bg-lime-50\/95{
    background-color: rgb(247 254 231 / 0.95);
  }

  .xl\:bg-lime-500{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-500\/0{
    background-color: rgb(132 204 22 / 0);
  }

  .xl\:bg-lime-500\/10{
    background-color: rgb(132 204 22 / 0.1);
  }

  .xl\:bg-lime-500\/100{
    background-color: rgb(132 204 22 / 1);
  }

  .xl\:bg-lime-500\/15{
    background-color: rgb(132 204 22 / 0.15);
  }

  .xl\:bg-lime-500\/20{
    background-color: rgb(132 204 22 / 0.2);
  }

  .xl\:bg-lime-500\/25{
    background-color: rgb(132 204 22 / 0.25);
  }

  .xl\:bg-lime-500\/30{
    background-color: rgb(132 204 22 / 0.3);
  }

  .xl\:bg-lime-500\/35{
    background-color: rgb(132 204 22 / 0.35);
  }

  .xl\:bg-lime-500\/40{
    background-color: rgb(132 204 22 / 0.4);
  }

  .xl\:bg-lime-500\/45{
    background-color: rgb(132 204 22 / 0.45);
  }

  .xl\:bg-lime-500\/5{
    background-color: rgb(132 204 22 / 0.05);
  }

  .xl\:bg-lime-500\/50{
    background-color: rgb(132 204 22 / 0.5);
  }

  .xl\:bg-lime-500\/55{
    background-color: rgb(132 204 22 / 0.55);
  }

  .xl\:bg-lime-500\/60{
    background-color: rgb(132 204 22 / 0.6);
  }

  .xl\:bg-lime-500\/65{
    background-color: rgb(132 204 22 / 0.65);
  }

  .xl\:bg-lime-500\/70{
    background-color: rgb(132 204 22 / 0.7);
  }

  .xl\:bg-lime-500\/75{
    background-color: rgb(132 204 22 / 0.75);
  }

  .xl\:bg-lime-500\/80{
    background-color: rgb(132 204 22 / 0.8);
  }

  .xl\:bg-lime-500\/85{
    background-color: rgb(132 204 22 / 0.85);
  }

  .xl\:bg-lime-500\/90{
    background-color: rgb(132 204 22 / 0.9);
  }

  .xl\:bg-lime-500\/95{
    background-color: rgb(132 204 22 / 0.95);
  }

  .xl\:bg-lime-600{
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-600\/0{
    background-color: rgb(101 163 13 / 0);
  }

  .xl\:bg-lime-600\/10{
    background-color: rgb(101 163 13 / 0.1);
  }

  .xl\:bg-lime-600\/100{
    background-color: rgb(101 163 13 / 1);
  }

  .xl\:bg-lime-600\/15{
    background-color: rgb(101 163 13 / 0.15);
  }

  .xl\:bg-lime-600\/20{
    background-color: rgb(101 163 13 / 0.2);
  }

  .xl\:bg-lime-600\/25{
    background-color: rgb(101 163 13 / 0.25);
  }

  .xl\:bg-lime-600\/30{
    background-color: rgb(101 163 13 / 0.3);
  }

  .xl\:bg-lime-600\/35{
    background-color: rgb(101 163 13 / 0.35);
  }

  .xl\:bg-lime-600\/40{
    background-color: rgb(101 163 13 / 0.4);
  }

  .xl\:bg-lime-600\/45{
    background-color: rgb(101 163 13 / 0.45);
  }

  .xl\:bg-lime-600\/5{
    background-color: rgb(101 163 13 / 0.05);
  }

  .xl\:bg-lime-600\/50{
    background-color: rgb(101 163 13 / 0.5);
  }

  .xl\:bg-lime-600\/55{
    background-color: rgb(101 163 13 / 0.55);
  }

  .xl\:bg-lime-600\/60{
    background-color: rgb(101 163 13 / 0.6);
  }

  .xl\:bg-lime-600\/65{
    background-color: rgb(101 163 13 / 0.65);
  }

  .xl\:bg-lime-600\/70{
    background-color: rgb(101 163 13 / 0.7);
  }

  .xl\:bg-lime-600\/75{
    background-color: rgb(101 163 13 / 0.75);
  }

  .xl\:bg-lime-600\/80{
    background-color: rgb(101 163 13 / 0.8);
  }

  .xl\:bg-lime-600\/85{
    background-color: rgb(101 163 13 / 0.85);
  }

  .xl\:bg-lime-600\/90{
    background-color: rgb(101 163 13 / 0.9);
  }

  .xl\:bg-lime-600\/95{
    background-color: rgb(101 163 13 / 0.95);
  }

  .xl\:bg-lime-700{
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-700\/0{
    background-color: rgb(77 124 15 / 0);
  }

  .xl\:bg-lime-700\/10{
    background-color: rgb(77 124 15 / 0.1);
  }

  .xl\:bg-lime-700\/100{
    background-color: rgb(77 124 15 / 1);
  }

  .xl\:bg-lime-700\/15{
    background-color: rgb(77 124 15 / 0.15);
  }

  .xl\:bg-lime-700\/20{
    background-color: rgb(77 124 15 / 0.2);
  }

  .xl\:bg-lime-700\/25{
    background-color: rgb(77 124 15 / 0.25);
  }

  .xl\:bg-lime-700\/30{
    background-color: rgb(77 124 15 / 0.3);
  }

  .xl\:bg-lime-700\/35{
    background-color: rgb(77 124 15 / 0.35);
  }

  .xl\:bg-lime-700\/40{
    background-color: rgb(77 124 15 / 0.4);
  }

  .xl\:bg-lime-700\/45{
    background-color: rgb(77 124 15 / 0.45);
  }

  .xl\:bg-lime-700\/5{
    background-color: rgb(77 124 15 / 0.05);
  }

  .xl\:bg-lime-700\/50{
    background-color: rgb(77 124 15 / 0.5);
  }

  .xl\:bg-lime-700\/55{
    background-color: rgb(77 124 15 / 0.55);
  }

  .xl\:bg-lime-700\/60{
    background-color: rgb(77 124 15 / 0.6);
  }

  .xl\:bg-lime-700\/65{
    background-color: rgb(77 124 15 / 0.65);
  }

  .xl\:bg-lime-700\/70{
    background-color: rgb(77 124 15 / 0.7);
  }

  .xl\:bg-lime-700\/75{
    background-color: rgb(77 124 15 / 0.75);
  }

  .xl\:bg-lime-700\/80{
    background-color: rgb(77 124 15 / 0.8);
  }

  .xl\:bg-lime-700\/85{
    background-color: rgb(77 124 15 / 0.85);
  }

  .xl\:bg-lime-700\/90{
    background-color: rgb(77 124 15 / 0.9);
  }

  .xl\:bg-lime-700\/95{
    background-color: rgb(77 124 15 / 0.95);
  }

  .xl\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-800\/0{
    background-color: rgb(63 98 18 / 0);
  }

  .xl\:bg-lime-800\/10{
    background-color: rgb(63 98 18 / 0.1);
  }

  .xl\:bg-lime-800\/100{
    background-color: rgb(63 98 18 / 1);
  }

  .xl\:bg-lime-800\/15{
    background-color: rgb(63 98 18 / 0.15);
  }

  .xl\:bg-lime-800\/20{
    background-color: rgb(63 98 18 / 0.2);
  }

  .xl\:bg-lime-800\/25{
    background-color: rgb(63 98 18 / 0.25);
  }

  .xl\:bg-lime-800\/30{
    background-color: rgb(63 98 18 / 0.3);
  }

  .xl\:bg-lime-800\/35{
    background-color: rgb(63 98 18 / 0.35);
  }

  .xl\:bg-lime-800\/40{
    background-color: rgb(63 98 18 / 0.4);
  }

  .xl\:bg-lime-800\/45{
    background-color: rgb(63 98 18 / 0.45);
  }

  .xl\:bg-lime-800\/5{
    background-color: rgb(63 98 18 / 0.05);
  }

  .xl\:bg-lime-800\/50{
    background-color: rgb(63 98 18 / 0.5);
  }

  .xl\:bg-lime-800\/55{
    background-color: rgb(63 98 18 / 0.55);
  }

  .xl\:bg-lime-800\/60{
    background-color: rgb(63 98 18 / 0.6);
  }

  .xl\:bg-lime-800\/65{
    background-color: rgb(63 98 18 / 0.65);
  }

  .xl\:bg-lime-800\/70{
    background-color: rgb(63 98 18 / 0.7);
  }

  .xl\:bg-lime-800\/75{
    background-color: rgb(63 98 18 / 0.75);
  }

  .xl\:bg-lime-800\/80{
    background-color: rgb(63 98 18 / 0.8);
  }

  .xl\:bg-lime-800\/85{
    background-color: rgb(63 98 18 / 0.85);
  }

  .xl\:bg-lime-800\/90{
    background-color: rgb(63 98 18 / 0.9);
  }

  .xl\:bg-lime-800\/95{
    background-color: rgb(63 98 18 / 0.95);
  }

  .xl\:bg-lime-900{
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-900\/0{
    background-color: rgb(54 83 20 / 0);
  }

  .xl\:bg-lime-900\/10{
    background-color: rgb(54 83 20 / 0.1);
  }

  .xl\:bg-lime-900\/100{
    background-color: rgb(54 83 20 / 1);
  }

  .xl\:bg-lime-900\/15{
    background-color: rgb(54 83 20 / 0.15);
  }

  .xl\:bg-lime-900\/20{
    background-color: rgb(54 83 20 / 0.2);
  }

  .xl\:bg-lime-900\/25{
    background-color: rgb(54 83 20 / 0.25);
  }

  .xl\:bg-lime-900\/30{
    background-color: rgb(54 83 20 / 0.3);
  }

  .xl\:bg-lime-900\/35{
    background-color: rgb(54 83 20 / 0.35);
  }

  .xl\:bg-lime-900\/40{
    background-color: rgb(54 83 20 / 0.4);
  }

  .xl\:bg-lime-900\/45{
    background-color: rgb(54 83 20 / 0.45);
  }

  .xl\:bg-lime-900\/5{
    background-color: rgb(54 83 20 / 0.05);
  }

  .xl\:bg-lime-900\/50{
    background-color: rgb(54 83 20 / 0.5);
  }

  .xl\:bg-lime-900\/55{
    background-color: rgb(54 83 20 / 0.55);
  }

  .xl\:bg-lime-900\/60{
    background-color: rgb(54 83 20 / 0.6);
  }

  .xl\:bg-lime-900\/65{
    background-color: rgb(54 83 20 / 0.65);
  }

  .xl\:bg-lime-900\/70{
    background-color: rgb(54 83 20 / 0.7);
  }

  .xl\:bg-lime-900\/75{
    background-color: rgb(54 83 20 / 0.75);
  }

  .xl\:bg-lime-900\/80{
    background-color: rgb(54 83 20 / 0.8);
  }

  .xl\:bg-lime-900\/85{
    background-color: rgb(54 83 20 / 0.85);
  }

  .xl\:bg-lime-900\/90{
    background-color: rgb(54 83 20 / 0.9);
  }

  .xl\:bg-lime-900\/95{
    background-color: rgb(54 83 20 / 0.95);
  }

  .xl\:bg-lime-950{
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-lime-950\/0{
    background-color: rgb(26 46 5 / 0);
  }

  .xl\:bg-lime-950\/10{
    background-color: rgb(26 46 5 / 0.1);
  }

  .xl\:bg-lime-950\/100{
    background-color: rgb(26 46 5 / 1);
  }

  .xl\:bg-lime-950\/15{
    background-color: rgb(26 46 5 / 0.15);
  }

  .xl\:bg-lime-950\/20{
    background-color: rgb(26 46 5 / 0.2);
  }

  .xl\:bg-lime-950\/25{
    background-color: rgb(26 46 5 / 0.25);
  }

  .xl\:bg-lime-950\/30{
    background-color: rgb(26 46 5 / 0.3);
  }

  .xl\:bg-lime-950\/35{
    background-color: rgb(26 46 5 / 0.35);
  }

  .xl\:bg-lime-950\/40{
    background-color: rgb(26 46 5 / 0.4);
  }

  .xl\:bg-lime-950\/45{
    background-color: rgb(26 46 5 / 0.45);
  }

  .xl\:bg-lime-950\/5{
    background-color: rgb(26 46 5 / 0.05);
  }

  .xl\:bg-lime-950\/50{
    background-color: rgb(26 46 5 / 0.5);
  }

  .xl\:bg-lime-950\/55{
    background-color: rgb(26 46 5 / 0.55);
  }

  .xl\:bg-lime-950\/60{
    background-color: rgb(26 46 5 / 0.6);
  }

  .xl\:bg-lime-950\/65{
    background-color: rgb(26 46 5 / 0.65);
  }

  .xl\:bg-lime-950\/70{
    background-color: rgb(26 46 5 / 0.7);
  }

  .xl\:bg-lime-950\/75{
    background-color: rgb(26 46 5 / 0.75);
  }

  .xl\:bg-lime-950\/80{
    background-color: rgb(26 46 5 / 0.8);
  }

  .xl\:bg-lime-950\/85{
    background-color: rgb(26 46 5 / 0.85);
  }

  .xl\:bg-lime-950\/90{
    background-color: rgb(26 46 5 / 0.9);
  }

  .xl\:bg-lime-950\/95{
    background-color: rgb(26 46 5 / 0.95);
  }

  .xl\:bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-100\/0{
    background-color: rgb(245 245 245 / 0);
  }

  .xl\:bg-neutral-100\/10{
    background-color: rgb(245 245 245 / 0.1);
  }

  .xl\:bg-neutral-100\/100{
    background-color: rgb(245 245 245 / 1);
  }

  .xl\:bg-neutral-100\/15{
    background-color: rgb(245 245 245 / 0.15);
  }

  .xl\:bg-neutral-100\/20{
    background-color: rgb(245 245 245 / 0.2);
  }

  .xl\:bg-neutral-100\/25{
    background-color: rgb(245 245 245 / 0.25);
  }

  .xl\:bg-neutral-100\/30{
    background-color: rgb(245 245 245 / 0.3);
  }

  .xl\:bg-neutral-100\/35{
    background-color: rgb(245 245 245 / 0.35);
  }

  .xl\:bg-neutral-100\/40{
    background-color: rgb(245 245 245 / 0.4);
  }

  .xl\:bg-neutral-100\/45{
    background-color: rgb(245 245 245 / 0.45);
  }

  .xl\:bg-neutral-100\/5{
    background-color: rgb(245 245 245 / 0.05);
  }

  .xl\:bg-neutral-100\/50{
    background-color: rgb(245 245 245 / 0.5);
  }

  .xl\:bg-neutral-100\/55{
    background-color: rgb(245 245 245 / 0.55);
  }

  .xl\:bg-neutral-100\/60{
    background-color: rgb(245 245 245 / 0.6);
  }

  .xl\:bg-neutral-100\/65{
    background-color: rgb(245 245 245 / 0.65);
  }

  .xl\:bg-neutral-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .xl\:bg-neutral-100\/75{
    background-color: rgb(245 245 245 / 0.75);
  }

  .xl\:bg-neutral-100\/80{
    background-color: rgb(245 245 245 / 0.8);
  }

  .xl\:bg-neutral-100\/85{
    background-color: rgb(245 245 245 / 0.85);
  }

  .xl\:bg-neutral-100\/90{
    background-color: rgb(245 245 245 / 0.9);
  }

  .xl\:bg-neutral-100\/95{
    background-color: rgb(245 245 245 / 0.95);
  }

  .xl\:bg-neutral-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-200\/0{
    background-color: rgb(229 229 229 / 0);
  }

  .xl\:bg-neutral-200\/10{
    background-color: rgb(229 229 229 / 0.1);
  }

  .xl\:bg-neutral-200\/100{
    background-color: rgb(229 229 229 / 1);
  }

  .xl\:bg-neutral-200\/15{
    background-color: rgb(229 229 229 / 0.15);
  }

  .xl\:bg-neutral-200\/20{
    background-color: rgb(229 229 229 / 0.2);
  }

  .xl\:bg-neutral-200\/25{
    background-color: rgb(229 229 229 / 0.25);
  }

  .xl\:bg-neutral-200\/30{
    background-color: rgb(229 229 229 / 0.3);
  }

  .xl\:bg-neutral-200\/35{
    background-color: rgb(229 229 229 / 0.35);
  }

  .xl\:bg-neutral-200\/40{
    background-color: rgb(229 229 229 / 0.4);
  }

  .xl\:bg-neutral-200\/45{
    background-color: rgb(229 229 229 / 0.45);
  }

  .xl\:bg-neutral-200\/5{
    background-color: rgb(229 229 229 / 0.05);
  }

  .xl\:bg-neutral-200\/50{
    background-color: rgb(229 229 229 / 0.5);
  }

  .xl\:bg-neutral-200\/55{
    background-color: rgb(229 229 229 / 0.55);
  }

  .xl\:bg-neutral-200\/60{
    background-color: rgb(229 229 229 / 0.6);
  }

  .xl\:bg-neutral-200\/65{
    background-color: rgb(229 229 229 / 0.65);
  }

  .xl\:bg-neutral-200\/70{
    background-color: rgb(229 229 229 / 0.7);
  }

  .xl\:bg-neutral-200\/75{
    background-color: rgb(229 229 229 / 0.75);
  }

  .xl\:bg-neutral-200\/80{
    background-color: rgb(229 229 229 / 0.8);
  }

  .xl\:bg-neutral-200\/85{
    background-color: rgb(229 229 229 / 0.85);
  }

  .xl\:bg-neutral-200\/90{
    background-color: rgb(229 229 229 / 0.9);
  }

  .xl\:bg-neutral-200\/95{
    background-color: rgb(229 229 229 / 0.95);
  }

  .xl\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-300\/0{
    background-color: rgb(212 212 212 / 0);
  }

  .xl\:bg-neutral-300\/10{
    background-color: rgb(212 212 212 / 0.1);
  }

  .xl\:bg-neutral-300\/100{
    background-color: rgb(212 212 212 / 1);
  }

  .xl\:bg-neutral-300\/15{
    background-color: rgb(212 212 212 / 0.15);
  }

  .xl\:bg-neutral-300\/20{
    background-color: rgb(212 212 212 / 0.2);
  }

  .xl\:bg-neutral-300\/25{
    background-color: rgb(212 212 212 / 0.25);
  }

  .xl\:bg-neutral-300\/30{
    background-color: rgb(212 212 212 / 0.3);
  }

  .xl\:bg-neutral-300\/35{
    background-color: rgb(212 212 212 / 0.35);
  }

  .xl\:bg-neutral-300\/40{
    background-color: rgb(212 212 212 / 0.4);
  }

  .xl\:bg-neutral-300\/45{
    background-color: rgb(212 212 212 / 0.45);
  }

  .xl\:bg-neutral-300\/5{
    background-color: rgb(212 212 212 / 0.05);
  }

  .xl\:bg-neutral-300\/50{
    background-color: rgb(212 212 212 / 0.5);
  }

  .xl\:bg-neutral-300\/55{
    background-color: rgb(212 212 212 / 0.55);
  }

  .xl\:bg-neutral-300\/60{
    background-color: rgb(212 212 212 / 0.6);
  }

  .xl\:bg-neutral-300\/65{
    background-color: rgb(212 212 212 / 0.65);
  }

  .xl\:bg-neutral-300\/70{
    background-color: rgb(212 212 212 / 0.7);
  }

  .xl\:bg-neutral-300\/75{
    background-color: rgb(212 212 212 / 0.75);
  }

  .xl\:bg-neutral-300\/80{
    background-color: rgb(212 212 212 / 0.8);
  }

  .xl\:bg-neutral-300\/85{
    background-color: rgb(212 212 212 / 0.85);
  }

  .xl\:bg-neutral-300\/90{
    background-color: rgb(212 212 212 / 0.9);
  }

  .xl\:bg-neutral-300\/95{
    background-color: rgb(212 212 212 / 0.95);
  }

  .xl\:bg-neutral-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-400\/0{
    background-color: rgb(163 163 163 / 0);
  }

  .xl\:bg-neutral-400\/10{
    background-color: rgb(163 163 163 / 0.1);
  }

  .xl\:bg-neutral-400\/100{
    background-color: rgb(163 163 163 / 1);
  }

  .xl\:bg-neutral-400\/15{
    background-color: rgb(163 163 163 / 0.15);
  }

  .xl\:bg-neutral-400\/20{
    background-color: rgb(163 163 163 / 0.2);
  }

  .xl\:bg-neutral-400\/25{
    background-color: rgb(163 163 163 / 0.25);
  }

  .xl\:bg-neutral-400\/30{
    background-color: rgb(163 163 163 / 0.3);
  }

  .xl\:bg-neutral-400\/35{
    background-color: rgb(163 163 163 / 0.35);
  }

  .xl\:bg-neutral-400\/40{
    background-color: rgb(163 163 163 / 0.4);
  }

  .xl\:bg-neutral-400\/45{
    background-color: rgb(163 163 163 / 0.45);
  }

  .xl\:bg-neutral-400\/5{
    background-color: rgb(163 163 163 / 0.05);
  }

  .xl\:bg-neutral-400\/50{
    background-color: rgb(163 163 163 / 0.5);
  }

  .xl\:bg-neutral-400\/55{
    background-color: rgb(163 163 163 / 0.55);
  }

  .xl\:bg-neutral-400\/60{
    background-color: rgb(163 163 163 / 0.6);
  }

  .xl\:bg-neutral-400\/65{
    background-color: rgb(163 163 163 / 0.65);
  }

  .xl\:bg-neutral-400\/70{
    background-color: rgb(163 163 163 / 0.7);
  }

  .xl\:bg-neutral-400\/75{
    background-color: rgb(163 163 163 / 0.75);
  }

  .xl\:bg-neutral-400\/80{
    background-color: rgb(163 163 163 / 0.8);
  }

  .xl\:bg-neutral-400\/85{
    background-color: rgb(163 163 163 / 0.85);
  }

  .xl\:bg-neutral-400\/90{
    background-color: rgb(163 163 163 / 0.9);
  }

  .xl\:bg-neutral-400\/95{
    background-color: rgb(163 163 163 / 0.95);
  }

  .xl\:bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .xl\:bg-neutral-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .xl\:bg-neutral-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .xl\:bg-neutral-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .xl\:bg-neutral-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .xl\:bg-neutral-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .xl\:bg-neutral-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .xl\:bg-neutral-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .xl\:bg-neutral-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .xl\:bg-neutral-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .xl\:bg-neutral-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .xl\:bg-neutral-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .xl\:bg-neutral-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .xl\:bg-neutral-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .xl\:bg-neutral-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .xl\:bg-neutral-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .xl\:bg-neutral-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .xl\:bg-neutral-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .xl\:bg-neutral-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .xl\:bg-neutral-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .xl\:bg-neutral-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .xl\:bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-500\/0{
    background-color: rgb(115 115 115 / 0);
  }

  .xl\:bg-neutral-500\/10{
    background-color: rgb(115 115 115 / 0.1);
  }

  .xl\:bg-neutral-500\/100{
    background-color: rgb(115 115 115 / 1);
  }

  .xl\:bg-neutral-500\/15{
    background-color: rgb(115 115 115 / 0.15);
  }

  .xl\:bg-neutral-500\/20{
    background-color: rgb(115 115 115 / 0.2);
  }

  .xl\:bg-neutral-500\/25{
    background-color: rgb(115 115 115 / 0.25);
  }

  .xl\:bg-neutral-500\/30{
    background-color: rgb(115 115 115 / 0.3);
  }

  .xl\:bg-neutral-500\/35{
    background-color: rgb(115 115 115 / 0.35);
  }

  .xl\:bg-neutral-500\/40{
    background-color: rgb(115 115 115 / 0.4);
  }

  .xl\:bg-neutral-500\/45{
    background-color: rgb(115 115 115 / 0.45);
  }

  .xl\:bg-neutral-500\/5{
    background-color: rgb(115 115 115 / 0.05);
  }

  .xl\:bg-neutral-500\/50{
    background-color: rgb(115 115 115 / 0.5);
  }

  .xl\:bg-neutral-500\/55{
    background-color: rgb(115 115 115 / 0.55);
  }

  .xl\:bg-neutral-500\/60{
    background-color: rgb(115 115 115 / 0.6);
  }

  .xl\:bg-neutral-500\/65{
    background-color: rgb(115 115 115 / 0.65);
  }

  .xl\:bg-neutral-500\/70{
    background-color: rgb(115 115 115 / 0.7);
  }

  .xl\:bg-neutral-500\/75{
    background-color: rgb(115 115 115 / 0.75);
  }

  .xl\:bg-neutral-500\/80{
    background-color: rgb(115 115 115 / 0.8);
  }

  .xl\:bg-neutral-500\/85{
    background-color: rgb(115 115 115 / 0.85);
  }

  .xl\:bg-neutral-500\/90{
    background-color: rgb(115 115 115 / 0.9);
  }

  .xl\:bg-neutral-500\/95{
    background-color: rgb(115 115 115 / 0.95);
  }

  .xl\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-600\/0{
    background-color: rgb(82 82 82 / 0);
  }

  .xl\:bg-neutral-600\/10{
    background-color: rgb(82 82 82 / 0.1);
  }

  .xl\:bg-neutral-600\/100{
    background-color: rgb(82 82 82 / 1);
  }

  .xl\:bg-neutral-600\/15{
    background-color: rgb(82 82 82 / 0.15);
  }

  .xl\:bg-neutral-600\/20{
    background-color: rgb(82 82 82 / 0.2);
  }

  .xl\:bg-neutral-600\/25{
    background-color: rgb(82 82 82 / 0.25);
  }

  .xl\:bg-neutral-600\/30{
    background-color: rgb(82 82 82 / 0.3);
  }

  .xl\:bg-neutral-600\/35{
    background-color: rgb(82 82 82 / 0.35);
  }

  .xl\:bg-neutral-600\/40{
    background-color: rgb(82 82 82 / 0.4);
  }

  .xl\:bg-neutral-600\/45{
    background-color: rgb(82 82 82 / 0.45);
  }

  .xl\:bg-neutral-600\/5{
    background-color: rgb(82 82 82 / 0.05);
  }

  .xl\:bg-neutral-600\/50{
    background-color: rgb(82 82 82 / 0.5);
  }

  .xl\:bg-neutral-600\/55{
    background-color: rgb(82 82 82 / 0.55);
  }

  .xl\:bg-neutral-600\/60{
    background-color: rgb(82 82 82 / 0.6);
  }

  .xl\:bg-neutral-600\/65{
    background-color: rgb(82 82 82 / 0.65);
  }

  .xl\:bg-neutral-600\/70{
    background-color: rgb(82 82 82 / 0.7);
  }

  .xl\:bg-neutral-600\/75{
    background-color: rgb(82 82 82 / 0.75);
  }

  .xl\:bg-neutral-600\/80{
    background-color: rgb(82 82 82 / 0.8);
  }

  .xl\:bg-neutral-600\/85{
    background-color: rgb(82 82 82 / 0.85);
  }

  .xl\:bg-neutral-600\/90{
    background-color: rgb(82 82 82 / 0.9);
  }

  .xl\:bg-neutral-600\/95{
    background-color: rgb(82 82 82 / 0.95);
  }

  .xl\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-700\/0{
    background-color: rgb(64 64 64 / 0);
  }

  .xl\:bg-neutral-700\/10{
    background-color: rgb(64 64 64 / 0.1);
  }

  .xl\:bg-neutral-700\/100{
    background-color: rgb(64 64 64 / 1);
  }

  .xl\:bg-neutral-700\/15{
    background-color: rgb(64 64 64 / 0.15);
  }

  .xl\:bg-neutral-700\/20{
    background-color: rgb(64 64 64 / 0.2);
  }

  .xl\:bg-neutral-700\/25{
    background-color: rgb(64 64 64 / 0.25);
  }

  .xl\:bg-neutral-700\/30{
    background-color: rgb(64 64 64 / 0.3);
  }

  .xl\:bg-neutral-700\/35{
    background-color: rgb(64 64 64 / 0.35);
  }

  .xl\:bg-neutral-700\/40{
    background-color: rgb(64 64 64 / 0.4);
  }

  .xl\:bg-neutral-700\/45{
    background-color: rgb(64 64 64 / 0.45);
  }

  .xl\:bg-neutral-700\/5{
    background-color: rgb(64 64 64 / 0.05);
  }

  .xl\:bg-neutral-700\/50{
    background-color: rgb(64 64 64 / 0.5);
  }

  .xl\:bg-neutral-700\/55{
    background-color: rgb(64 64 64 / 0.55);
  }

  .xl\:bg-neutral-700\/60{
    background-color: rgb(64 64 64 / 0.6);
  }

  .xl\:bg-neutral-700\/65{
    background-color: rgb(64 64 64 / 0.65);
  }

  .xl\:bg-neutral-700\/70{
    background-color: rgb(64 64 64 / 0.7);
  }

  .xl\:bg-neutral-700\/75{
    background-color: rgb(64 64 64 / 0.75);
  }

  .xl\:bg-neutral-700\/80{
    background-color: rgb(64 64 64 / 0.8);
  }

  .xl\:bg-neutral-700\/85{
    background-color: rgb(64 64 64 / 0.85);
  }

  .xl\:bg-neutral-700\/90{
    background-color: rgb(64 64 64 / 0.9);
  }

  .xl\:bg-neutral-700\/95{
    background-color: rgb(64 64 64 / 0.95);
  }

  .xl\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-800\/0{
    background-color: rgb(38 38 38 / 0);
  }

  .xl\:bg-neutral-800\/10{
    background-color: rgb(38 38 38 / 0.1);
  }

  .xl\:bg-neutral-800\/100{
    background-color: rgb(38 38 38 / 1);
  }

  .xl\:bg-neutral-800\/15{
    background-color: rgb(38 38 38 / 0.15);
  }

  .xl\:bg-neutral-800\/20{
    background-color: rgb(38 38 38 / 0.2);
  }

  .xl\:bg-neutral-800\/25{
    background-color: rgb(38 38 38 / 0.25);
  }

  .xl\:bg-neutral-800\/30{
    background-color: rgb(38 38 38 / 0.3);
  }

  .xl\:bg-neutral-800\/35{
    background-color: rgb(38 38 38 / 0.35);
  }

  .xl\:bg-neutral-800\/40{
    background-color: rgb(38 38 38 / 0.4);
  }

  .xl\:bg-neutral-800\/45{
    background-color: rgb(38 38 38 / 0.45);
  }

  .xl\:bg-neutral-800\/5{
    background-color: rgb(38 38 38 / 0.05);
  }

  .xl\:bg-neutral-800\/50{
    background-color: rgb(38 38 38 / 0.5);
  }

  .xl\:bg-neutral-800\/55{
    background-color: rgb(38 38 38 / 0.55);
  }

  .xl\:bg-neutral-800\/60{
    background-color: rgb(38 38 38 / 0.6);
  }

  .xl\:bg-neutral-800\/65{
    background-color: rgb(38 38 38 / 0.65);
  }

  .xl\:bg-neutral-800\/70{
    background-color: rgb(38 38 38 / 0.7);
  }

  .xl\:bg-neutral-800\/75{
    background-color: rgb(38 38 38 / 0.75);
  }

  .xl\:bg-neutral-800\/80{
    background-color: rgb(38 38 38 / 0.8);
  }

  .xl\:bg-neutral-800\/85{
    background-color: rgb(38 38 38 / 0.85);
  }

  .xl\:bg-neutral-800\/90{
    background-color: rgb(38 38 38 / 0.9);
  }

  .xl\:bg-neutral-800\/95{
    background-color: rgb(38 38 38 / 0.95);
  }

  .xl\:bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-900\/0{
    background-color: rgb(23 23 23 / 0);
  }

  .xl\:bg-neutral-900\/10{
    background-color: rgb(23 23 23 / 0.1);
  }

  .xl\:bg-neutral-900\/100{
    background-color: rgb(23 23 23 / 1);
  }

  .xl\:bg-neutral-900\/15{
    background-color: rgb(23 23 23 / 0.15);
  }

  .xl\:bg-neutral-900\/20{
    background-color: rgb(23 23 23 / 0.2);
  }

  .xl\:bg-neutral-900\/25{
    background-color: rgb(23 23 23 / 0.25);
  }

  .xl\:bg-neutral-900\/30{
    background-color: rgb(23 23 23 / 0.3);
  }

  .xl\:bg-neutral-900\/35{
    background-color: rgb(23 23 23 / 0.35);
  }

  .xl\:bg-neutral-900\/40{
    background-color: rgb(23 23 23 / 0.4);
  }

  .xl\:bg-neutral-900\/45{
    background-color: rgb(23 23 23 / 0.45);
  }

  .xl\:bg-neutral-900\/5{
    background-color: rgb(23 23 23 / 0.05);
  }

  .xl\:bg-neutral-900\/50{
    background-color: rgb(23 23 23 / 0.5);
  }

  .xl\:bg-neutral-900\/55{
    background-color: rgb(23 23 23 / 0.55);
  }

  .xl\:bg-neutral-900\/60{
    background-color: rgb(23 23 23 / 0.6);
  }

  .xl\:bg-neutral-900\/65{
    background-color: rgb(23 23 23 / 0.65);
  }

  .xl\:bg-neutral-900\/70{
    background-color: rgb(23 23 23 / 0.7);
  }

  .xl\:bg-neutral-900\/75{
    background-color: rgb(23 23 23 / 0.75);
  }

  .xl\:bg-neutral-900\/80{
    background-color: rgb(23 23 23 / 0.8);
  }

  .xl\:bg-neutral-900\/85{
    background-color: rgb(23 23 23 / 0.85);
  }

  .xl\:bg-neutral-900\/90{
    background-color: rgb(23 23 23 / 0.9);
  }

  .xl\:bg-neutral-900\/95{
    background-color: rgb(23 23 23 / 0.95);
  }

  .xl\:bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-neutral-950\/0{
    background-color: rgb(10 10 10 / 0);
  }

  .xl\:bg-neutral-950\/10{
    background-color: rgb(10 10 10 / 0.1);
  }

  .xl\:bg-neutral-950\/100{
    background-color: rgb(10 10 10 / 1);
  }

  .xl\:bg-neutral-950\/15{
    background-color: rgb(10 10 10 / 0.15);
  }

  .xl\:bg-neutral-950\/20{
    background-color: rgb(10 10 10 / 0.2);
  }

  .xl\:bg-neutral-950\/25{
    background-color: rgb(10 10 10 / 0.25);
  }

  .xl\:bg-neutral-950\/30{
    background-color: rgb(10 10 10 / 0.3);
  }

  .xl\:bg-neutral-950\/35{
    background-color: rgb(10 10 10 / 0.35);
  }

  .xl\:bg-neutral-950\/40{
    background-color: rgb(10 10 10 / 0.4);
  }

  .xl\:bg-neutral-950\/45{
    background-color: rgb(10 10 10 / 0.45);
  }

  .xl\:bg-neutral-950\/5{
    background-color: rgb(10 10 10 / 0.05);
  }

  .xl\:bg-neutral-950\/50{
    background-color: rgb(10 10 10 / 0.5);
  }

  .xl\:bg-neutral-950\/55{
    background-color: rgb(10 10 10 / 0.55);
  }

  .xl\:bg-neutral-950\/60{
    background-color: rgb(10 10 10 / 0.6);
  }

  .xl\:bg-neutral-950\/65{
    background-color: rgb(10 10 10 / 0.65);
  }

  .xl\:bg-neutral-950\/70{
    background-color: rgb(10 10 10 / 0.7);
  }

  .xl\:bg-neutral-950\/75{
    background-color: rgb(10 10 10 / 0.75);
  }

  .xl\:bg-neutral-950\/80{
    background-color: rgb(10 10 10 / 0.8);
  }

  .xl\:bg-neutral-950\/85{
    background-color: rgb(10 10 10 / 0.85);
  }

  .xl\:bg-neutral-950\/90{
    background-color: rgb(10 10 10 / 0.9);
  }

  .xl\:bg-neutral-950\/95{
    background-color: rgb(10 10 10 / 0.95);
  }

  .xl\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-100\/0{
    background-color: rgb(255 237 213 / 0);
  }

  .xl\:bg-orange-100\/10{
    background-color: rgb(255 237 213 / 0.1);
  }

  .xl\:bg-orange-100\/100{
    background-color: rgb(255 237 213 / 1);
  }

  .xl\:bg-orange-100\/15{
    background-color: rgb(255 237 213 / 0.15);
  }

  .xl\:bg-orange-100\/20{
    background-color: rgb(255 237 213 / 0.2);
  }

  .xl\:bg-orange-100\/25{
    background-color: rgb(255 237 213 / 0.25);
  }

  .xl\:bg-orange-100\/30{
    background-color: rgb(255 237 213 / 0.3);
  }

  .xl\:bg-orange-100\/35{
    background-color: rgb(255 237 213 / 0.35);
  }

  .xl\:bg-orange-100\/40{
    background-color: rgb(255 237 213 / 0.4);
  }

  .xl\:bg-orange-100\/45{
    background-color: rgb(255 237 213 / 0.45);
  }

  .xl\:bg-orange-100\/5{
    background-color: rgb(255 237 213 / 0.05);
  }

  .xl\:bg-orange-100\/50{
    background-color: rgb(255 237 213 / 0.5);
  }

  .xl\:bg-orange-100\/55{
    background-color: rgb(255 237 213 / 0.55);
  }

  .xl\:bg-orange-100\/60{
    background-color: rgb(255 237 213 / 0.6);
  }

  .xl\:bg-orange-100\/65{
    background-color: rgb(255 237 213 / 0.65);
  }

  .xl\:bg-orange-100\/70{
    background-color: rgb(255 237 213 / 0.7);
  }

  .xl\:bg-orange-100\/75{
    background-color: rgb(255 237 213 / 0.75);
  }

  .xl\:bg-orange-100\/80{
    background-color: rgb(255 237 213 / 0.8);
  }

  .xl\:bg-orange-100\/85{
    background-color: rgb(255 237 213 / 0.85);
  }

  .xl\:bg-orange-100\/90{
    background-color: rgb(255 237 213 / 0.9);
  }

  .xl\:bg-orange-100\/95{
    background-color: rgb(255 237 213 / 0.95);
  }

  .xl\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-200\/0{
    background-color: rgb(254 215 170 / 0);
  }

  .xl\:bg-orange-200\/10{
    background-color: rgb(254 215 170 / 0.1);
  }

  .xl\:bg-orange-200\/100{
    background-color: rgb(254 215 170 / 1);
  }

  .xl\:bg-orange-200\/15{
    background-color: rgb(254 215 170 / 0.15);
  }

  .xl\:bg-orange-200\/20{
    background-color: rgb(254 215 170 / 0.2);
  }

  .xl\:bg-orange-200\/25{
    background-color: rgb(254 215 170 / 0.25);
  }

  .xl\:bg-orange-200\/30{
    background-color: rgb(254 215 170 / 0.3);
  }

  .xl\:bg-orange-200\/35{
    background-color: rgb(254 215 170 / 0.35);
  }

  .xl\:bg-orange-200\/40{
    background-color: rgb(254 215 170 / 0.4);
  }

  .xl\:bg-orange-200\/45{
    background-color: rgb(254 215 170 / 0.45);
  }

  .xl\:bg-orange-200\/5{
    background-color: rgb(254 215 170 / 0.05);
  }

  .xl\:bg-orange-200\/50{
    background-color: rgb(254 215 170 / 0.5);
  }

  .xl\:bg-orange-200\/55{
    background-color: rgb(254 215 170 / 0.55);
  }

  .xl\:bg-orange-200\/60{
    background-color: rgb(254 215 170 / 0.6);
  }

  .xl\:bg-orange-200\/65{
    background-color: rgb(254 215 170 / 0.65);
  }

  .xl\:bg-orange-200\/70{
    background-color: rgb(254 215 170 / 0.7);
  }

  .xl\:bg-orange-200\/75{
    background-color: rgb(254 215 170 / 0.75);
  }

  .xl\:bg-orange-200\/80{
    background-color: rgb(254 215 170 / 0.8);
  }

  .xl\:bg-orange-200\/85{
    background-color: rgb(254 215 170 / 0.85);
  }

  .xl\:bg-orange-200\/90{
    background-color: rgb(254 215 170 / 0.9);
  }

  .xl\:bg-orange-200\/95{
    background-color: rgb(254 215 170 / 0.95);
  }

  .xl\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-300\/0{
    background-color: rgb(253 186 116 / 0);
  }

  .xl\:bg-orange-300\/10{
    background-color: rgb(253 186 116 / 0.1);
  }

  .xl\:bg-orange-300\/100{
    background-color: rgb(253 186 116 / 1);
  }

  .xl\:bg-orange-300\/15{
    background-color: rgb(253 186 116 / 0.15);
  }

  .xl\:bg-orange-300\/20{
    background-color: rgb(253 186 116 / 0.2);
  }

  .xl\:bg-orange-300\/25{
    background-color: rgb(253 186 116 / 0.25);
  }

  .xl\:bg-orange-300\/30{
    background-color: rgb(253 186 116 / 0.3);
  }

  .xl\:bg-orange-300\/35{
    background-color: rgb(253 186 116 / 0.35);
  }

  .xl\:bg-orange-300\/40{
    background-color: rgb(253 186 116 / 0.4);
  }

  .xl\:bg-orange-300\/45{
    background-color: rgb(253 186 116 / 0.45);
  }

  .xl\:bg-orange-300\/5{
    background-color: rgb(253 186 116 / 0.05);
  }

  .xl\:bg-orange-300\/50{
    background-color: rgb(253 186 116 / 0.5);
  }

  .xl\:bg-orange-300\/55{
    background-color: rgb(253 186 116 / 0.55);
  }

  .xl\:bg-orange-300\/60{
    background-color: rgb(253 186 116 / 0.6);
  }

  .xl\:bg-orange-300\/65{
    background-color: rgb(253 186 116 / 0.65);
  }

  .xl\:bg-orange-300\/70{
    background-color: rgb(253 186 116 / 0.7);
  }

  .xl\:bg-orange-300\/75{
    background-color: rgb(253 186 116 / 0.75);
  }

  .xl\:bg-orange-300\/80{
    background-color: rgb(253 186 116 / 0.8);
  }

  .xl\:bg-orange-300\/85{
    background-color: rgb(253 186 116 / 0.85);
  }

  .xl\:bg-orange-300\/90{
    background-color: rgb(253 186 116 / 0.9);
  }

  .xl\:bg-orange-300\/95{
    background-color: rgb(253 186 116 / 0.95);
  }

  .xl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-400\/0{
    background-color: rgb(251 146 60 / 0);
  }

  .xl\:bg-orange-400\/10{
    background-color: rgb(251 146 60 / 0.1);
  }

  .xl\:bg-orange-400\/100{
    background-color: rgb(251 146 60 / 1);
  }

  .xl\:bg-orange-400\/15{
    background-color: rgb(251 146 60 / 0.15);
  }

  .xl\:bg-orange-400\/20{
    background-color: rgb(251 146 60 / 0.2);
  }

  .xl\:bg-orange-400\/25{
    background-color: rgb(251 146 60 / 0.25);
  }

  .xl\:bg-orange-400\/30{
    background-color: rgb(251 146 60 / 0.3);
  }

  .xl\:bg-orange-400\/35{
    background-color: rgb(251 146 60 / 0.35);
  }

  .xl\:bg-orange-400\/40{
    background-color: rgb(251 146 60 / 0.4);
  }

  .xl\:bg-orange-400\/45{
    background-color: rgb(251 146 60 / 0.45);
  }

  .xl\:bg-orange-400\/5{
    background-color: rgb(251 146 60 / 0.05);
  }

  .xl\:bg-orange-400\/50{
    background-color: rgb(251 146 60 / 0.5);
  }

  .xl\:bg-orange-400\/55{
    background-color: rgb(251 146 60 / 0.55);
  }

  .xl\:bg-orange-400\/60{
    background-color: rgb(251 146 60 / 0.6);
  }

  .xl\:bg-orange-400\/65{
    background-color: rgb(251 146 60 / 0.65);
  }

  .xl\:bg-orange-400\/70{
    background-color: rgb(251 146 60 / 0.7);
  }

  .xl\:bg-orange-400\/75{
    background-color: rgb(251 146 60 / 0.75);
  }

  .xl\:bg-orange-400\/80{
    background-color: rgb(251 146 60 / 0.8);
  }

  .xl\:bg-orange-400\/85{
    background-color: rgb(251 146 60 / 0.85);
  }

  .xl\:bg-orange-400\/90{
    background-color: rgb(251 146 60 / 0.9);
  }

  .xl\:bg-orange-400\/95{
    background-color: rgb(251 146 60 / 0.95);
  }

  .xl\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-50\/0{
    background-color: rgb(255 247 237 / 0);
  }

  .xl\:bg-orange-50\/10{
    background-color: rgb(255 247 237 / 0.1);
  }

  .xl\:bg-orange-50\/100{
    background-color: rgb(255 247 237 / 1);
  }

  .xl\:bg-orange-50\/15{
    background-color: rgb(255 247 237 / 0.15);
  }

  .xl\:bg-orange-50\/20{
    background-color: rgb(255 247 237 / 0.2);
  }

  .xl\:bg-orange-50\/25{
    background-color: rgb(255 247 237 / 0.25);
  }

  .xl\:bg-orange-50\/30{
    background-color: rgb(255 247 237 / 0.3);
  }

  .xl\:bg-orange-50\/35{
    background-color: rgb(255 247 237 / 0.35);
  }

  .xl\:bg-orange-50\/40{
    background-color: rgb(255 247 237 / 0.4);
  }

  .xl\:bg-orange-50\/45{
    background-color: rgb(255 247 237 / 0.45);
  }

  .xl\:bg-orange-50\/5{
    background-color: rgb(255 247 237 / 0.05);
  }

  .xl\:bg-orange-50\/50{
    background-color: rgb(255 247 237 / 0.5);
  }

  .xl\:bg-orange-50\/55{
    background-color: rgb(255 247 237 / 0.55);
  }

  .xl\:bg-orange-50\/60{
    background-color: rgb(255 247 237 / 0.6);
  }

  .xl\:bg-orange-50\/65{
    background-color: rgb(255 247 237 / 0.65);
  }

  .xl\:bg-orange-50\/70{
    background-color: rgb(255 247 237 / 0.7);
  }

  .xl\:bg-orange-50\/75{
    background-color: rgb(255 247 237 / 0.75);
  }

  .xl\:bg-orange-50\/80{
    background-color: rgb(255 247 237 / 0.8);
  }

  .xl\:bg-orange-50\/85{
    background-color: rgb(255 247 237 / 0.85);
  }

  .xl\:bg-orange-50\/90{
    background-color: rgb(255 247 237 / 0.9);
  }

  .xl\:bg-orange-50\/95{
    background-color: rgb(255 247 237 / 0.95);
  }

  .xl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-500\/0{
    background-color: rgb(249 115 22 / 0);
  }

  .xl\:bg-orange-500\/10{
    background-color: rgb(249 115 22 / 0.1);
  }

  .xl\:bg-orange-500\/100{
    background-color: rgb(249 115 22 / 1);
  }

  .xl\:bg-orange-500\/15{
    background-color: rgb(249 115 22 / 0.15);
  }

  .xl\:bg-orange-500\/20{
    background-color: rgb(249 115 22 / 0.2);
  }

  .xl\:bg-orange-500\/25{
    background-color: rgb(249 115 22 / 0.25);
  }

  .xl\:bg-orange-500\/30{
    background-color: rgb(249 115 22 / 0.3);
  }

  .xl\:bg-orange-500\/35{
    background-color: rgb(249 115 22 / 0.35);
  }

  .xl\:bg-orange-500\/40{
    background-color: rgb(249 115 22 / 0.4);
  }

  .xl\:bg-orange-500\/45{
    background-color: rgb(249 115 22 / 0.45);
  }

  .xl\:bg-orange-500\/5{
    background-color: rgb(249 115 22 / 0.05);
  }

  .xl\:bg-orange-500\/50{
    background-color: rgb(249 115 22 / 0.5);
  }

  .xl\:bg-orange-500\/55{
    background-color: rgb(249 115 22 / 0.55);
  }

  .xl\:bg-orange-500\/60{
    background-color: rgb(249 115 22 / 0.6);
  }

  .xl\:bg-orange-500\/65{
    background-color: rgb(249 115 22 / 0.65);
  }

  .xl\:bg-orange-500\/70{
    background-color: rgb(249 115 22 / 0.7);
  }

  .xl\:bg-orange-500\/75{
    background-color: rgb(249 115 22 / 0.75);
  }

  .xl\:bg-orange-500\/80{
    background-color: rgb(249 115 22 / 0.8);
  }

  .xl\:bg-orange-500\/85{
    background-color: rgb(249 115 22 / 0.85);
  }

  .xl\:bg-orange-500\/90{
    background-color: rgb(249 115 22 / 0.9);
  }

  .xl\:bg-orange-500\/95{
    background-color: rgb(249 115 22 / 0.95);
  }

  .xl\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-600\/0{
    background-color: rgb(234 88 12 / 0);
  }

  .xl\:bg-orange-600\/10{
    background-color: rgb(234 88 12 / 0.1);
  }

  .xl\:bg-orange-600\/100{
    background-color: rgb(234 88 12 / 1);
  }

  .xl\:bg-orange-600\/15{
    background-color: rgb(234 88 12 / 0.15);
  }

  .xl\:bg-orange-600\/20{
    background-color: rgb(234 88 12 / 0.2);
  }

  .xl\:bg-orange-600\/25{
    background-color: rgb(234 88 12 / 0.25);
  }

  .xl\:bg-orange-600\/30{
    background-color: rgb(234 88 12 / 0.3);
  }

  .xl\:bg-orange-600\/35{
    background-color: rgb(234 88 12 / 0.35);
  }

  .xl\:bg-orange-600\/40{
    background-color: rgb(234 88 12 / 0.4);
  }

  .xl\:bg-orange-600\/45{
    background-color: rgb(234 88 12 / 0.45);
  }

  .xl\:bg-orange-600\/5{
    background-color: rgb(234 88 12 / 0.05);
  }

  .xl\:bg-orange-600\/50{
    background-color: rgb(234 88 12 / 0.5);
  }

  .xl\:bg-orange-600\/55{
    background-color: rgb(234 88 12 / 0.55);
  }

  .xl\:bg-orange-600\/60{
    background-color: rgb(234 88 12 / 0.6);
  }

  .xl\:bg-orange-600\/65{
    background-color: rgb(234 88 12 / 0.65);
  }

  .xl\:bg-orange-600\/70{
    background-color: rgb(234 88 12 / 0.7);
  }

  .xl\:bg-orange-600\/75{
    background-color: rgb(234 88 12 / 0.75);
  }

  .xl\:bg-orange-600\/80{
    background-color: rgb(234 88 12 / 0.8);
  }

  .xl\:bg-orange-600\/85{
    background-color: rgb(234 88 12 / 0.85);
  }

  .xl\:bg-orange-600\/90{
    background-color: rgb(234 88 12 / 0.9);
  }

  .xl\:bg-orange-600\/95{
    background-color: rgb(234 88 12 / 0.95);
  }

  .xl\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-700\/0{
    background-color: rgb(194 65 12 / 0);
  }

  .xl\:bg-orange-700\/10{
    background-color: rgb(194 65 12 / 0.1);
  }

  .xl\:bg-orange-700\/100{
    background-color: rgb(194 65 12 / 1);
  }

  .xl\:bg-orange-700\/15{
    background-color: rgb(194 65 12 / 0.15);
  }

  .xl\:bg-orange-700\/20{
    background-color: rgb(194 65 12 / 0.2);
  }

  .xl\:bg-orange-700\/25{
    background-color: rgb(194 65 12 / 0.25);
  }

  .xl\:bg-orange-700\/30{
    background-color: rgb(194 65 12 / 0.3);
  }

  .xl\:bg-orange-700\/35{
    background-color: rgb(194 65 12 / 0.35);
  }

  .xl\:bg-orange-700\/40{
    background-color: rgb(194 65 12 / 0.4);
  }

  .xl\:bg-orange-700\/45{
    background-color: rgb(194 65 12 / 0.45);
  }

  .xl\:bg-orange-700\/5{
    background-color: rgb(194 65 12 / 0.05);
  }

  .xl\:bg-orange-700\/50{
    background-color: rgb(194 65 12 / 0.5);
  }

  .xl\:bg-orange-700\/55{
    background-color: rgb(194 65 12 / 0.55);
  }

  .xl\:bg-orange-700\/60{
    background-color: rgb(194 65 12 / 0.6);
  }

  .xl\:bg-orange-700\/65{
    background-color: rgb(194 65 12 / 0.65);
  }

  .xl\:bg-orange-700\/70{
    background-color: rgb(194 65 12 / 0.7);
  }

  .xl\:bg-orange-700\/75{
    background-color: rgb(194 65 12 / 0.75);
  }

  .xl\:bg-orange-700\/80{
    background-color: rgb(194 65 12 / 0.8);
  }

  .xl\:bg-orange-700\/85{
    background-color: rgb(194 65 12 / 0.85);
  }

  .xl\:bg-orange-700\/90{
    background-color: rgb(194 65 12 / 0.9);
  }

  .xl\:bg-orange-700\/95{
    background-color: rgb(194 65 12 / 0.95);
  }

  .xl\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-800\/0{
    background-color: rgb(154 52 18 / 0);
  }

  .xl\:bg-orange-800\/10{
    background-color: rgb(154 52 18 / 0.1);
  }

  .xl\:bg-orange-800\/100{
    background-color: rgb(154 52 18 / 1);
  }

  .xl\:bg-orange-800\/15{
    background-color: rgb(154 52 18 / 0.15);
  }

  .xl\:bg-orange-800\/20{
    background-color: rgb(154 52 18 / 0.2);
  }

  .xl\:bg-orange-800\/25{
    background-color: rgb(154 52 18 / 0.25);
  }

  .xl\:bg-orange-800\/30{
    background-color: rgb(154 52 18 / 0.3);
  }

  .xl\:bg-orange-800\/35{
    background-color: rgb(154 52 18 / 0.35);
  }

  .xl\:bg-orange-800\/40{
    background-color: rgb(154 52 18 / 0.4);
  }

  .xl\:bg-orange-800\/45{
    background-color: rgb(154 52 18 / 0.45);
  }

  .xl\:bg-orange-800\/5{
    background-color: rgb(154 52 18 / 0.05);
  }

  .xl\:bg-orange-800\/50{
    background-color: rgb(154 52 18 / 0.5);
  }

  .xl\:bg-orange-800\/55{
    background-color: rgb(154 52 18 / 0.55);
  }

  .xl\:bg-orange-800\/60{
    background-color: rgb(154 52 18 / 0.6);
  }

  .xl\:bg-orange-800\/65{
    background-color: rgb(154 52 18 / 0.65);
  }

  .xl\:bg-orange-800\/70{
    background-color: rgb(154 52 18 / 0.7);
  }

  .xl\:bg-orange-800\/75{
    background-color: rgb(154 52 18 / 0.75);
  }

  .xl\:bg-orange-800\/80{
    background-color: rgb(154 52 18 / 0.8);
  }

  .xl\:bg-orange-800\/85{
    background-color: rgb(154 52 18 / 0.85);
  }

  .xl\:bg-orange-800\/90{
    background-color: rgb(154 52 18 / 0.9);
  }

  .xl\:bg-orange-800\/95{
    background-color: rgb(154 52 18 / 0.95);
  }

  .xl\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-900\/0{
    background-color: rgb(124 45 18 / 0);
  }

  .xl\:bg-orange-900\/10{
    background-color: rgb(124 45 18 / 0.1);
  }

  .xl\:bg-orange-900\/100{
    background-color: rgb(124 45 18 / 1);
  }

  .xl\:bg-orange-900\/15{
    background-color: rgb(124 45 18 / 0.15);
  }

  .xl\:bg-orange-900\/20{
    background-color: rgb(124 45 18 / 0.2);
  }

  .xl\:bg-orange-900\/25{
    background-color: rgb(124 45 18 / 0.25);
  }

  .xl\:bg-orange-900\/30{
    background-color: rgb(124 45 18 / 0.3);
  }

  .xl\:bg-orange-900\/35{
    background-color: rgb(124 45 18 / 0.35);
  }

  .xl\:bg-orange-900\/40{
    background-color: rgb(124 45 18 / 0.4);
  }

  .xl\:bg-orange-900\/45{
    background-color: rgb(124 45 18 / 0.45);
  }

  .xl\:bg-orange-900\/5{
    background-color: rgb(124 45 18 / 0.05);
  }

  .xl\:bg-orange-900\/50{
    background-color: rgb(124 45 18 / 0.5);
  }

  .xl\:bg-orange-900\/55{
    background-color: rgb(124 45 18 / 0.55);
  }

  .xl\:bg-orange-900\/60{
    background-color: rgb(124 45 18 / 0.6);
  }

  .xl\:bg-orange-900\/65{
    background-color: rgb(124 45 18 / 0.65);
  }

  .xl\:bg-orange-900\/70{
    background-color: rgb(124 45 18 / 0.7);
  }

  .xl\:bg-orange-900\/75{
    background-color: rgb(124 45 18 / 0.75);
  }

  .xl\:bg-orange-900\/80{
    background-color: rgb(124 45 18 / 0.8);
  }

  .xl\:bg-orange-900\/85{
    background-color: rgb(124 45 18 / 0.85);
  }

  .xl\:bg-orange-900\/90{
    background-color: rgb(124 45 18 / 0.9);
  }

  .xl\:bg-orange-900\/95{
    background-color: rgb(124 45 18 / 0.95);
  }

  .xl\:bg-orange-950{
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-orange-950\/0{
    background-color: rgb(67 20 7 / 0);
  }

  .xl\:bg-orange-950\/10{
    background-color: rgb(67 20 7 / 0.1);
  }

  .xl\:bg-orange-950\/100{
    background-color: rgb(67 20 7 / 1);
  }

  .xl\:bg-orange-950\/15{
    background-color: rgb(67 20 7 / 0.15);
  }

  .xl\:bg-orange-950\/20{
    background-color: rgb(67 20 7 / 0.2);
  }

  .xl\:bg-orange-950\/25{
    background-color: rgb(67 20 7 / 0.25);
  }

  .xl\:bg-orange-950\/30{
    background-color: rgb(67 20 7 / 0.3);
  }

  .xl\:bg-orange-950\/35{
    background-color: rgb(67 20 7 / 0.35);
  }

  .xl\:bg-orange-950\/40{
    background-color: rgb(67 20 7 / 0.4);
  }

  .xl\:bg-orange-950\/45{
    background-color: rgb(67 20 7 / 0.45);
  }

  .xl\:bg-orange-950\/5{
    background-color: rgb(67 20 7 / 0.05);
  }

  .xl\:bg-orange-950\/50{
    background-color: rgb(67 20 7 / 0.5);
  }

  .xl\:bg-orange-950\/55{
    background-color: rgb(67 20 7 / 0.55);
  }

  .xl\:bg-orange-950\/60{
    background-color: rgb(67 20 7 / 0.6);
  }

  .xl\:bg-orange-950\/65{
    background-color: rgb(67 20 7 / 0.65);
  }

  .xl\:bg-orange-950\/70{
    background-color: rgb(67 20 7 / 0.7);
  }

  .xl\:bg-orange-950\/75{
    background-color: rgb(67 20 7 / 0.75);
  }

  .xl\:bg-orange-950\/80{
    background-color: rgb(67 20 7 / 0.8);
  }

  .xl\:bg-orange-950\/85{
    background-color: rgb(67 20 7 / 0.85);
  }

  .xl\:bg-orange-950\/90{
    background-color: rgb(67 20 7 / 0.9);
  }

  .xl\:bg-orange-950\/95{
    background-color: rgb(67 20 7 / 0.95);
  }

  .xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-100\/0{
    background-color: rgb(252 231 243 / 0);
  }

  .xl\:bg-pink-100\/10{
    background-color: rgb(252 231 243 / 0.1);
  }

  .xl\:bg-pink-100\/100{
    background-color: rgb(252 231 243 / 1);
  }

  .xl\:bg-pink-100\/15{
    background-color: rgb(252 231 243 / 0.15);
  }

  .xl\:bg-pink-100\/20{
    background-color: rgb(252 231 243 / 0.2);
  }

  .xl\:bg-pink-100\/25{
    background-color: rgb(252 231 243 / 0.25);
  }

  .xl\:bg-pink-100\/30{
    background-color: rgb(252 231 243 / 0.3);
  }

  .xl\:bg-pink-100\/35{
    background-color: rgb(252 231 243 / 0.35);
  }

  .xl\:bg-pink-100\/40{
    background-color: rgb(252 231 243 / 0.4);
  }

  .xl\:bg-pink-100\/45{
    background-color: rgb(252 231 243 / 0.45);
  }

  .xl\:bg-pink-100\/5{
    background-color: rgb(252 231 243 / 0.05);
  }

  .xl\:bg-pink-100\/50{
    background-color: rgb(252 231 243 / 0.5);
  }

  .xl\:bg-pink-100\/55{
    background-color: rgb(252 231 243 / 0.55);
  }

  .xl\:bg-pink-100\/60{
    background-color: rgb(252 231 243 / 0.6);
  }

  .xl\:bg-pink-100\/65{
    background-color: rgb(252 231 243 / 0.65);
  }

  .xl\:bg-pink-100\/70{
    background-color: rgb(252 231 243 / 0.7);
  }

  .xl\:bg-pink-100\/75{
    background-color: rgb(252 231 243 / 0.75);
  }

  .xl\:bg-pink-100\/80{
    background-color: rgb(252 231 243 / 0.8);
  }

  .xl\:bg-pink-100\/85{
    background-color: rgb(252 231 243 / 0.85);
  }

  .xl\:bg-pink-100\/90{
    background-color: rgb(252 231 243 / 0.9);
  }

  .xl\:bg-pink-100\/95{
    background-color: rgb(252 231 243 / 0.95);
  }

  .xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-200\/0{
    background-color: rgb(251 207 232 / 0);
  }

  .xl\:bg-pink-200\/10{
    background-color: rgb(251 207 232 / 0.1);
  }

  .xl\:bg-pink-200\/100{
    background-color: rgb(251 207 232 / 1);
  }

  .xl\:bg-pink-200\/15{
    background-color: rgb(251 207 232 / 0.15);
  }

  .xl\:bg-pink-200\/20{
    background-color: rgb(251 207 232 / 0.2);
  }

  .xl\:bg-pink-200\/25{
    background-color: rgb(251 207 232 / 0.25);
  }

  .xl\:bg-pink-200\/30{
    background-color: rgb(251 207 232 / 0.3);
  }

  .xl\:bg-pink-200\/35{
    background-color: rgb(251 207 232 / 0.35);
  }

  .xl\:bg-pink-200\/40{
    background-color: rgb(251 207 232 / 0.4);
  }

  .xl\:bg-pink-200\/45{
    background-color: rgb(251 207 232 / 0.45);
  }

  .xl\:bg-pink-200\/5{
    background-color: rgb(251 207 232 / 0.05);
  }

  .xl\:bg-pink-200\/50{
    background-color: rgb(251 207 232 / 0.5);
  }

  .xl\:bg-pink-200\/55{
    background-color: rgb(251 207 232 / 0.55);
  }

  .xl\:bg-pink-200\/60{
    background-color: rgb(251 207 232 / 0.6);
  }

  .xl\:bg-pink-200\/65{
    background-color: rgb(251 207 232 / 0.65);
  }

  .xl\:bg-pink-200\/70{
    background-color: rgb(251 207 232 / 0.7);
  }

  .xl\:bg-pink-200\/75{
    background-color: rgb(251 207 232 / 0.75);
  }

  .xl\:bg-pink-200\/80{
    background-color: rgb(251 207 232 / 0.8);
  }

  .xl\:bg-pink-200\/85{
    background-color: rgb(251 207 232 / 0.85);
  }

  .xl\:bg-pink-200\/90{
    background-color: rgb(251 207 232 / 0.9);
  }

  .xl\:bg-pink-200\/95{
    background-color: rgb(251 207 232 / 0.95);
  }

  .xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-300\/0{
    background-color: rgb(249 168 212 / 0);
  }

  .xl\:bg-pink-300\/10{
    background-color: rgb(249 168 212 / 0.1);
  }

  .xl\:bg-pink-300\/100{
    background-color: rgb(249 168 212 / 1);
  }

  .xl\:bg-pink-300\/15{
    background-color: rgb(249 168 212 / 0.15);
  }

  .xl\:bg-pink-300\/20{
    background-color: rgb(249 168 212 / 0.2);
  }

  .xl\:bg-pink-300\/25{
    background-color: rgb(249 168 212 / 0.25);
  }

  .xl\:bg-pink-300\/30{
    background-color: rgb(249 168 212 / 0.3);
  }

  .xl\:bg-pink-300\/35{
    background-color: rgb(249 168 212 / 0.35);
  }

  .xl\:bg-pink-300\/40{
    background-color: rgb(249 168 212 / 0.4);
  }

  .xl\:bg-pink-300\/45{
    background-color: rgb(249 168 212 / 0.45);
  }

  .xl\:bg-pink-300\/5{
    background-color: rgb(249 168 212 / 0.05);
  }

  .xl\:bg-pink-300\/50{
    background-color: rgb(249 168 212 / 0.5);
  }

  .xl\:bg-pink-300\/55{
    background-color: rgb(249 168 212 / 0.55);
  }

  .xl\:bg-pink-300\/60{
    background-color: rgb(249 168 212 / 0.6);
  }

  .xl\:bg-pink-300\/65{
    background-color: rgb(249 168 212 / 0.65);
  }

  .xl\:bg-pink-300\/70{
    background-color: rgb(249 168 212 / 0.7);
  }

  .xl\:bg-pink-300\/75{
    background-color: rgb(249 168 212 / 0.75);
  }

  .xl\:bg-pink-300\/80{
    background-color: rgb(249 168 212 / 0.8);
  }

  .xl\:bg-pink-300\/85{
    background-color: rgb(249 168 212 / 0.85);
  }

  .xl\:bg-pink-300\/90{
    background-color: rgb(249 168 212 / 0.9);
  }

  .xl\:bg-pink-300\/95{
    background-color: rgb(249 168 212 / 0.95);
  }

  .xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-400\/0{
    background-color: rgb(244 114 182 / 0);
  }

  .xl\:bg-pink-400\/10{
    background-color: rgb(244 114 182 / 0.1);
  }

  .xl\:bg-pink-400\/100{
    background-color: rgb(244 114 182 / 1);
  }

  .xl\:bg-pink-400\/15{
    background-color: rgb(244 114 182 / 0.15);
  }

  .xl\:bg-pink-400\/20{
    background-color: rgb(244 114 182 / 0.2);
  }

  .xl\:bg-pink-400\/25{
    background-color: rgb(244 114 182 / 0.25);
  }

  .xl\:bg-pink-400\/30{
    background-color: rgb(244 114 182 / 0.3);
  }

  .xl\:bg-pink-400\/35{
    background-color: rgb(244 114 182 / 0.35);
  }

  .xl\:bg-pink-400\/40{
    background-color: rgb(244 114 182 / 0.4);
  }

  .xl\:bg-pink-400\/45{
    background-color: rgb(244 114 182 / 0.45);
  }

  .xl\:bg-pink-400\/5{
    background-color: rgb(244 114 182 / 0.05);
  }

  .xl\:bg-pink-400\/50{
    background-color: rgb(244 114 182 / 0.5);
  }

  .xl\:bg-pink-400\/55{
    background-color: rgb(244 114 182 / 0.55);
  }

  .xl\:bg-pink-400\/60{
    background-color: rgb(244 114 182 / 0.6);
  }

  .xl\:bg-pink-400\/65{
    background-color: rgb(244 114 182 / 0.65);
  }

  .xl\:bg-pink-400\/70{
    background-color: rgb(244 114 182 / 0.7);
  }

  .xl\:bg-pink-400\/75{
    background-color: rgb(244 114 182 / 0.75);
  }

  .xl\:bg-pink-400\/80{
    background-color: rgb(244 114 182 / 0.8);
  }

  .xl\:bg-pink-400\/85{
    background-color: rgb(244 114 182 / 0.85);
  }

  .xl\:bg-pink-400\/90{
    background-color: rgb(244 114 182 / 0.9);
  }

  .xl\:bg-pink-400\/95{
    background-color: rgb(244 114 182 / 0.95);
  }

  .xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-50\/0{
    background-color: rgb(253 242 248 / 0);
  }

  .xl\:bg-pink-50\/10{
    background-color: rgb(253 242 248 / 0.1);
  }

  .xl\:bg-pink-50\/100{
    background-color: rgb(253 242 248 / 1);
  }

  .xl\:bg-pink-50\/15{
    background-color: rgb(253 242 248 / 0.15);
  }

  .xl\:bg-pink-50\/20{
    background-color: rgb(253 242 248 / 0.2);
  }

  .xl\:bg-pink-50\/25{
    background-color: rgb(253 242 248 / 0.25);
  }

  .xl\:bg-pink-50\/30{
    background-color: rgb(253 242 248 / 0.3);
  }

  .xl\:bg-pink-50\/35{
    background-color: rgb(253 242 248 / 0.35);
  }

  .xl\:bg-pink-50\/40{
    background-color: rgb(253 242 248 / 0.4);
  }

  .xl\:bg-pink-50\/45{
    background-color: rgb(253 242 248 / 0.45);
  }

  .xl\:bg-pink-50\/5{
    background-color: rgb(253 242 248 / 0.05);
  }

  .xl\:bg-pink-50\/50{
    background-color: rgb(253 242 248 / 0.5);
  }

  .xl\:bg-pink-50\/55{
    background-color: rgb(253 242 248 / 0.55);
  }

  .xl\:bg-pink-50\/60{
    background-color: rgb(253 242 248 / 0.6);
  }

  .xl\:bg-pink-50\/65{
    background-color: rgb(253 242 248 / 0.65);
  }

  .xl\:bg-pink-50\/70{
    background-color: rgb(253 242 248 / 0.7);
  }

  .xl\:bg-pink-50\/75{
    background-color: rgb(253 242 248 / 0.75);
  }

  .xl\:bg-pink-50\/80{
    background-color: rgb(253 242 248 / 0.8);
  }

  .xl\:bg-pink-50\/85{
    background-color: rgb(253 242 248 / 0.85);
  }

  .xl\:bg-pink-50\/90{
    background-color: rgb(253 242 248 / 0.9);
  }

  .xl\:bg-pink-50\/95{
    background-color: rgb(253 242 248 / 0.95);
  }

  .xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-500\/0{
    background-color: rgb(236 72 153 / 0);
  }

  .xl\:bg-pink-500\/10{
    background-color: rgb(236 72 153 / 0.1);
  }

  .xl\:bg-pink-500\/100{
    background-color: rgb(236 72 153 / 1);
  }

  .xl\:bg-pink-500\/15{
    background-color: rgb(236 72 153 / 0.15);
  }

  .xl\:bg-pink-500\/20{
    background-color: rgb(236 72 153 / 0.2);
  }

  .xl\:bg-pink-500\/25{
    background-color: rgb(236 72 153 / 0.25);
  }

  .xl\:bg-pink-500\/30{
    background-color: rgb(236 72 153 / 0.3);
  }

  .xl\:bg-pink-500\/35{
    background-color: rgb(236 72 153 / 0.35);
  }

  .xl\:bg-pink-500\/40{
    background-color: rgb(236 72 153 / 0.4);
  }

  .xl\:bg-pink-500\/45{
    background-color: rgb(236 72 153 / 0.45);
  }

  .xl\:bg-pink-500\/5{
    background-color: rgb(236 72 153 / 0.05);
  }

  .xl\:bg-pink-500\/50{
    background-color: rgb(236 72 153 / 0.5);
  }

  .xl\:bg-pink-500\/55{
    background-color: rgb(236 72 153 / 0.55);
  }

  .xl\:bg-pink-500\/60{
    background-color: rgb(236 72 153 / 0.6);
  }

  .xl\:bg-pink-500\/65{
    background-color: rgb(236 72 153 / 0.65);
  }

  .xl\:bg-pink-500\/70{
    background-color: rgb(236 72 153 / 0.7);
  }

  .xl\:bg-pink-500\/75{
    background-color: rgb(236 72 153 / 0.75);
  }

  .xl\:bg-pink-500\/80{
    background-color: rgb(236 72 153 / 0.8);
  }

  .xl\:bg-pink-500\/85{
    background-color: rgb(236 72 153 / 0.85);
  }

  .xl\:bg-pink-500\/90{
    background-color: rgb(236 72 153 / 0.9);
  }

  .xl\:bg-pink-500\/95{
    background-color: rgb(236 72 153 / 0.95);
  }

  .xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-600\/0{
    background-color: rgb(219 39 119 / 0);
  }

  .xl\:bg-pink-600\/10{
    background-color: rgb(219 39 119 / 0.1);
  }

  .xl\:bg-pink-600\/100{
    background-color: rgb(219 39 119 / 1);
  }

  .xl\:bg-pink-600\/15{
    background-color: rgb(219 39 119 / 0.15);
  }

  .xl\:bg-pink-600\/20{
    background-color: rgb(219 39 119 / 0.2);
  }

  .xl\:bg-pink-600\/25{
    background-color: rgb(219 39 119 / 0.25);
  }

  .xl\:bg-pink-600\/30{
    background-color: rgb(219 39 119 / 0.3);
  }

  .xl\:bg-pink-600\/35{
    background-color: rgb(219 39 119 / 0.35);
  }

  .xl\:bg-pink-600\/40{
    background-color: rgb(219 39 119 / 0.4);
  }

  .xl\:bg-pink-600\/45{
    background-color: rgb(219 39 119 / 0.45);
  }

  .xl\:bg-pink-600\/5{
    background-color: rgb(219 39 119 / 0.05);
  }

  .xl\:bg-pink-600\/50{
    background-color: rgb(219 39 119 / 0.5);
  }

  .xl\:bg-pink-600\/55{
    background-color: rgb(219 39 119 / 0.55);
  }

  .xl\:bg-pink-600\/60{
    background-color: rgb(219 39 119 / 0.6);
  }

  .xl\:bg-pink-600\/65{
    background-color: rgb(219 39 119 / 0.65);
  }

  .xl\:bg-pink-600\/70{
    background-color: rgb(219 39 119 / 0.7);
  }

  .xl\:bg-pink-600\/75{
    background-color: rgb(219 39 119 / 0.75);
  }

  .xl\:bg-pink-600\/80{
    background-color: rgb(219 39 119 / 0.8);
  }

  .xl\:bg-pink-600\/85{
    background-color: rgb(219 39 119 / 0.85);
  }

  .xl\:bg-pink-600\/90{
    background-color: rgb(219 39 119 / 0.9);
  }

  .xl\:bg-pink-600\/95{
    background-color: rgb(219 39 119 / 0.95);
  }

  .xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-700\/0{
    background-color: rgb(190 24 93 / 0);
  }

  .xl\:bg-pink-700\/10{
    background-color: rgb(190 24 93 / 0.1);
  }

  .xl\:bg-pink-700\/100{
    background-color: rgb(190 24 93 / 1);
  }

  .xl\:bg-pink-700\/15{
    background-color: rgb(190 24 93 / 0.15);
  }

  .xl\:bg-pink-700\/20{
    background-color: rgb(190 24 93 / 0.2);
  }

  .xl\:bg-pink-700\/25{
    background-color: rgb(190 24 93 / 0.25);
  }

  .xl\:bg-pink-700\/30{
    background-color: rgb(190 24 93 / 0.3);
  }

  .xl\:bg-pink-700\/35{
    background-color: rgb(190 24 93 / 0.35);
  }

  .xl\:bg-pink-700\/40{
    background-color: rgb(190 24 93 / 0.4);
  }

  .xl\:bg-pink-700\/45{
    background-color: rgb(190 24 93 / 0.45);
  }

  .xl\:bg-pink-700\/5{
    background-color: rgb(190 24 93 / 0.05);
  }

  .xl\:bg-pink-700\/50{
    background-color: rgb(190 24 93 / 0.5);
  }

  .xl\:bg-pink-700\/55{
    background-color: rgb(190 24 93 / 0.55);
  }

  .xl\:bg-pink-700\/60{
    background-color: rgb(190 24 93 / 0.6);
  }

  .xl\:bg-pink-700\/65{
    background-color: rgb(190 24 93 / 0.65);
  }

  .xl\:bg-pink-700\/70{
    background-color: rgb(190 24 93 / 0.7);
  }

  .xl\:bg-pink-700\/75{
    background-color: rgb(190 24 93 / 0.75);
  }

  .xl\:bg-pink-700\/80{
    background-color: rgb(190 24 93 / 0.8);
  }

  .xl\:bg-pink-700\/85{
    background-color: rgb(190 24 93 / 0.85);
  }

  .xl\:bg-pink-700\/90{
    background-color: rgb(190 24 93 / 0.9);
  }

  .xl\:bg-pink-700\/95{
    background-color: rgb(190 24 93 / 0.95);
  }

  .xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-800\/0{
    background-color: rgb(157 23 77 / 0);
  }

  .xl\:bg-pink-800\/10{
    background-color: rgb(157 23 77 / 0.1);
  }

  .xl\:bg-pink-800\/100{
    background-color: rgb(157 23 77 / 1);
  }

  .xl\:bg-pink-800\/15{
    background-color: rgb(157 23 77 / 0.15);
  }

  .xl\:bg-pink-800\/20{
    background-color: rgb(157 23 77 / 0.2);
  }

  .xl\:bg-pink-800\/25{
    background-color: rgb(157 23 77 / 0.25);
  }

  .xl\:bg-pink-800\/30{
    background-color: rgb(157 23 77 / 0.3);
  }

  .xl\:bg-pink-800\/35{
    background-color: rgb(157 23 77 / 0.35);
  }

  .xl\:bg-pink-800\/40{
    background-color: rgb(157 23 77 / 0.4);
  }

  .xl\:bg-pink-800\/45{
    background-color: rgb(157 23 77 / 0.45);
  }

  .xl\:bg-pink-800\/5{
    background-color: rgb(157 23 77 / 0.05);
  }

  .xl\:bg-pink-800\/50{
    background-color: rgb(157 23 77 / 0.5);
  }

  .xl\:bg-pink-800\/55{
    background-color: rgb(157 23 77 / 0.55);
  }

  .xl\:bg-pink-800\/60{
    background-color: rgb(157 23 77 / 0.6);
  }

  .xl\:bg-pink-800\/65{
    background-color: rgb(157 23 77 / 0.65);
  }

  .xl\:bg-pink-800\/70{
    background-color: rgb(157 23 77 / 0.7);
  }

  .xl\:bg-pink-800\/75{
    background-color: rgb(157 23 77 / 0.75);
  }

  .xl\:bg-pink-800\/80{
    background-color: rgb(157 23 77 / 0.8);
  }

  .xl\:bg-pink-800\/85{
    background-color: rgb(157 23 77 / 0.85);
  }

  .xl\:bg-pink-800\/90{
    background-color: rgb(157 23 77 / 0.9);
  }

  .xl\:bg-pink-800\/95{
    background-color: rgb(157 23 77 / 0.95);
  }

  .xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-900\/0{
    background-color: rgb(131 24 67 / 0);
  }

  .xl\:bg-pink-900\/10{
    background-color: rgb(131 24 67 / 0.1);
  }

  .xl\:bg-pink-900\/100{
    background-color: rgb(131 24 67 / 1);
  }

  .xl\:bg-pink-900\/15{
    background-color: rgb(131 24 67 / 0.15);
  }

  .xl\:bg-pink-900\/20{
    background-color: rgb(131 24 67 / 0.2);
  }

  .xl\:bg-pink-900\/25{
    background-color: rgb(131 24 67 / 0.25);
  }

  .xl\:bg-pink-900\/30{
    background-color: rgb(131 24 67 / 0.3);
  }

  .xl\:bg-pink-900\/35{
    background-color: rgb(131 24 67 / 0.35);
  }

  .xl\:bg-pink-900\/40{
    background-color: rgb(131 24 67 / 0.4);
  }

  .xl\:bg-pink-900\/45{
    background-color: rgb(131 24 67 / 0.45);
  }

  .xl\:bg-pink-900\/5{
    background-color: rgb(131 24 67 / 0.05);
  }

  .xl\:bg-pink-900\/50{
    background-color: rgb(131 24 67 / 0.5);
  }

  .xl\:bg-pink-900\/55{
    background-color: rgb(131 24 67 / 0.55);
  }

  .xl\:bg-pink-900\/60{
    background-color: rgb(131 24 67 / 0.6);
  }

  .xl\:bg-pink-900\/65{
    background-color: rgb(131 24 67 / 0.65);
  }

  .xl\:bg-pink-900\/70{
    background-color: rgb(131 24 67 / 0.7);
  }

  .xl\:bg-pink-900\/75{
    background-color: rgb(131 24 67 / 0.75);
  }

  .xl\:bg-pink-900\/80{
    background-color: rgb(131 24 67 / 0.8);
  }

  .xl\:bg-pink-900\/85{
    background-color: rgb(131 24 67 / 0.85);
  }

  .xl\:bg-pink-900\/90{
    background-color: rgb(131 24 67 / 0.9);
  }

  .xl\:bg-pink-900\/95{
    background-color: rgb(131 24 67 / 0.95);
  }

  .xl\:bg-pink-950{
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-pink-950\/0{
    background-color: rgb(80 7 36 / 0);
  }

  .xl\:bg-pink-950\/10{
    background-color: rgb(80 7 36 / 0.1);
  }

  .xl\:bg-pink-950\/100{
    background-color: rgb(80 7 36 / 1);
  }

  .xl\:bg-pink-950\/15{
    background-color: rgb(80 7 36 / 0.15);
  }

  .xl\:bg-pink-950\/20{
    background-color: rgb(80 7 36 / 0.2);
  }

  .xl\:bg-pink-950\/25{
    background-color: rgb(80 7 36 / 0.25);
  }

  .xl\:bg-pink-950\/30{
    background-color: rgb(80 7 36 / 0.3);
  }

  .xl\:bg-pink-950\/35{
    background-color: rgb(80 7 36 / 0.35);
  }

  .xl\:bg-pink-950\/40{
    background-color: rgb(80 7 36 / 0.4);
  }

  .xl\:bg-pink-950\/45{
    background-color: rgb(80 7 36 / 0.45);
  }

  .xl\:bg-pink-950\/5{
    background-color: rgb(80 7 36 / 0.05);
  }

  .xl\:bg-pink-950\/50{
    background-color: rgb(80 7 36 / 0.5);
  }

  .xl\:bg-pink-950\/55{
    background-color: rgb(80 7 36 / 0.55);
  }

  .xl\:bg-pink-950\/60{
    background-color: rgb(80 7 36 / 0.6);
  }

  .xl\:bg-pink-950\/65{
    background-color: rgb(80 7 36 / 0.65);
  }

  .xl\:bg-pink-950\/70{
    background-color: rgb(80 7 36 / 0.7);
  }

  .xl\:bg-pink-950\/75{
    background-color: rgb(80 7 36 / 0.75);
  }

  .xl\:bg-pink-950\/80{
    background-color: rgb(80 7 36 / 0.8);
  }

  .xl\:bg-pink-950\/85{
    background-color: rgb(80 7 36 / 0.85);
  }

  .xl\:bg-pink-950\/90{
    background-color: rgb(80 7 36 / 0.9);
  }

  .xl\:bg-pink-950\/95{
    background-color: rgb(80 7 36 / 0.95);
  }

  .xl\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-primary\/0{
    background-color: rgb(23 62 81 / 0);
  }

  .xl\:bg-primary\/10{
    background-color: rgb(23 62 81 / 0.1);
  }

  .xl\:bg-primary\/100{
    background-color: rgb(23 62 81 / 1);
  }

  .xl\:bg-primary\/15{
    background-color: rgb(23 62 81 / 0.15);
  }

  .xl\:bg-primary\/20{
    background-color: rgb(23 62 81 / 0.2);
  }

  .xl\:bg-primary\/25{
    background-color: rgb(23 62 81 / 0.25);
  }

  .xl\:bg-primary\/30{
    background-color: rgb(23 62 81 / 0.3);
  }

  .xl\:bg-primary\/35{
    background-color: rgb(23 62 81 / 0.35);
  }

  .xl\:bg-primary\/40{
    background-color: rgb(23 62 81 / 0.4);
  }

  .xl\:bg-primary\/45{
    background-color: rgb(23 62 81 / 0.45);
  }

  .xl\:bg-primary\/5{
    background-color: rgb(23 62 81 / 0.05);
  }

  .xl\:bg-primary\/50{
    background-color: rgb(23 62 81 / 0.5);
  }

  .xl\:bg-primary\/55{
    background-color: rgb(23 62 81 / 0.55);
  }

  .xl\:bg-primary\/60{
    background-color: rgb(23 62 81 / 0.6);
  }

  .xl\:bg-primary\/65{
    background-color: rgb(23 62 81 / 0.65);
  }

  .xl\:bg-primary\/70{
    background-color: rgb(23 62 81 / 0.7);
  }

  .xl\:bg-primary\/75{
    background-color: rgb(23 62 81 / 0.75);
  }

  .xl\:bg-primary\/80{
    background-color: rgb(23 62 81 / 0.8);
  }

  .xl\:bg-primary\/85{
    background-color: rgb(23 62 81 / 0.85);
  }

  .xl\:bg-primary\/90{
    background-color: rgb(23 62 81 / 0.9);
  }

  .xl\:bg-primary\/95{
    background-color: rgb(23 62 81 / 0.95);
  }

  .xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-100\/0{
    background-color: rgb(243 232 255 / 0);
  }

  .xl\:bg-purple-100\/10{
    background-color: rgb(243 232 255 / 0.1);
  }

  .xl\:bg-purple-100\/100{
    background-color: rgb(243 232 255 / 1);
  }

  .xl\:bg-purple-100\/15{
    background-color: rgb(243 232 255 / 0.15);
  }

  .xl\:bg-purple-100\/20{
    background-color: rgb(243 232 255 / 0.2);
  }

  .xl\:bg-purple-100\/25{
    background-color: rgb(243 232 255 / 0.25);
  }

  .xl\:bg-purple-100\/30{
    background-color: rgb(243 232 255 / 0.3);
  }

  .xl\:bg-purple-100\/35{
    background-color: rgb(243 232 255 / 0.35);
  }

  .xl\:bg-purple-100\/40{
    background-color: rgb(243 232 255 / 0.4);
  }

  .xl\:bg-purple-100\/45{
    background-color: rgb(243 232 255 / 0.45);
  }

  .xl\:bg-purple-100\/5{
    background-color: rgb(243 232 255 / 0.05);
  }

  .xl\:bg-purple-100\/50{
    background-color: rgb(243 232 255 / 0.5);
  }

  .xl\:bg-purple-100\/55{
    background-color: rgb(243 232 255 / 0.55);
  }

  .xl\:bg-purple-100\/60{
    background-color: rgb(243 232 255 / 0.6);
  }

  .xl\:bg-purple-100\/65{
    background-color: rgb(243 232 255 / 0.65);
  }

  .xl\:bg-purple-100\/70{
    background-color: rgb(243 232 255 / 0.7);
  }

  .xl\:bg-purple-100\/75{
    background-color: rgb(243 232 255 / 0.75);
  }

  .xl\:bg-purple-100\/80{
    background-color: rgb(243 232 255 / 0.8);
  }

  .xl\:bg-purple-100\/85{
    background-color: rgb(243 232 255 / 0.85);
  }

  .xl\:bg-purple-100\/90{
    background-color: rgb(243 232 255 / 0.9);
  }

  .xl\:bg-purple-100\/95{
    background-color: rgb(243 232 255 / 0.95);
  }

  .xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-200\/0{
    background-color: rgb(233 213 255 / 0);
  }

  .xl\:bg-purple-200\/10{
    background-color: rgb(233 213 255 / 0.1);
  }

  .xl\:bg-purple-200\/100{
    background-color: rgb(233 213 255 / 1);
  }

  .xl\:bg-purple-200\/15{
    background-color: rgb(233 213 255 / 0.15);
  }

  .xl\:bg-purple-200\/20{
    background-color: rgb(233 213 255 / 0.2);
  }

  .xl\:bg-purple-200\/25{
    background-color: rgb(233 213 255 / 0.25);
  }

  .xl\:bg-purple-200\/30{
    background-color: rgb(233 213 255 / 0.3);
  }

  .xl\:bg-purple-200\/35{
    background-color: rgb(233 213 255 / 0.35);
  }

  .xl\:bg-purple-200\/40{
    background-color: rgb(233 213 255 / 0.4);
  }

  .xl\:bg-purple-200\/45{
    background-color: rgb(233 213 255 / 0.45);
  }

  .xl\:bg-purple-200\/5{
    background-color: rgb(233 213 255 / 0.05);
  }

  .xl\:bg-purple-200\/50{
    background-color: rgb(233 213 255 / 0.5);
  }

  .xl\:bg-purple-200\/55{
    background-color: rgb(233 213 255 / 0.55);
  }

  .xl\:bg-purple-200\/60{
    background-color: rgb(233 213 255 / 0.6);
  }

  .xl\:bg-purple-200\/65{
    background-color: rgb(233 213 255 / 0.65);
  }

  .xl\:bg-purple-200\/70{
    background-color: rgb(233 213 255 / 0.7);
  }

  .xl\:bg-purple-200\/75{
    background-color: rgb(233 213 255 / 0.75);
  }

  .xl\:bg-purple-200\/80{
    background-color: rgb(233 213 255 / 0.8);
  }

  .xl\:bg-purple-200\/85{
    background-color: rgb(233 213 255 / 0.85);
  }

  .xl\:bg-purple-200\/90{
    background-color: rgb(233 213 255 / 0.9);
  }

  .xl\:bg-purple-200\/95{
    background-color: rgb(233 213 255 / 0.95);
  }

  .xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-300\/0{
    background-color: rgb(216 180 254 / 0);
  }

  .xl\:bg-purple-300\/10{
    background-color: rgb(216 180 254 / 0.1);
  }

  .xl\:bg-purple-300\/100{
    background-color: rgb(216 180 254 / 1);
  }

  .xl\:bg-purple-300\/15{
    background-color: rgb(216 180 254 / 0.15);
  }

  .xl\:bg-purple-300\/20{
    background-color: rgb(216 180 254 / 0.2);
  }

  .xl\:bg-purple-300\/25{
    background-color: rgb(216 180 254 / 0.25);
  }

  .xl\:bg-purple-300\/30{
    background-color: rgb(216 180 254 / 0.3);
  }

  .xl\:bg-purple-300\/35{
    background-color: rgb(216 180 254 / 0.35);
  }

  .xl\:bg-purple-300\/40{
    background-color: rgb(216 180 254 / 0.4);
  }

  .xl\:bg-purple-300\/45{
    background-color: rgb(216 180 254 / 0.45);
  }

  .xl\:bg-purple-300\/5{
    background-color: rgb(216 180 254 / 0.05);
  }

  .xl\:bg-purple-300\/50{
    background-color: rgb(216 180 254 / 0.5);
  }

  .xl\:bg-purple-300\/55{
    background-color: rgb(216 180 254 / 0.55);
  }

  .xl\:bg-purple-300\/60{
    background-color: rgb(216 180 254 / 0.6);
  }

  .xl\:bg-purple-300\/65{
    background-color: rgb(216 180 254 / 0.65);
  }

  .xl\:bg-purple-300\/70{
    background-color: rgb(216 180 254 / 0.7);
  }

  .xl\:bg-purple-300\/75{
    background-color: rgb(216 180 254 / 0.75);
  }

  .xl\:bg-purple-300\/80{
    background-color: rgb(216 180 254 / 0.8);
  }

  .xl\:bg-purple-300\/85{
    background-color: rgb(216 180 254 / 0.85);
  }

  .xl\:bg-purple-300\/90{
    background-color: rgb(216 180 254 / 0.9);
  }

  .xl\:bg-purple-300\/95{
    background-color: rgb(216 180 254 / 0.95);
  }

  .xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-400\/0{
    background-color: rgb(192 132 252 / 0);
  }

  .xl\:bg-purple-400\/10{
    background-color: rgb(192 132 252 / 0.1);
  }

  .xl\:bg-purple-400\/100{
    background-color: rgb(192 132 252 / 1);
  }

  .xl\:bg-purple-400\/15{
    background-color: rgb(192 132 252 / 0.15);
  }

  .xl\:bg-purple-400\/20{
    background-color: rgb(192 132 252 / 0.2);
  }

  .xl\:bg-purple-400\/25{
    background-color: rgb(192 132 252 / 0.25);
  }

  .xl\:bg-purple-400\/30{
    background-color: rgb(192 132 252 / 0.3);
  }

  .xl\:bg-purple-400\/35{
    background-color: rgb(192 132 252 / 0.35);
  }

  .xl\:bg-purple-400\/40{
    background-color: rgb(192 132 252 / 0.4);
  }

  .xl\:bg-purple-400\/45{
    background-color: rgb(192 132 252 / 0.45);
  }

  .xl\:bg-purple-400\/5{
    background-color: rgb(192 132 252 / 0.05);
  }

  .xl\:bg-purple-400\/50{
    background-color: rgb(192 132 252 / 0.5);
  }

  .xl\:bg-purple-400\/55{
    background-color: rgb(192 132 252 / 0.55);
  }

  .xl\:bg-purple-400\/60{
    background-color: rgb(192 132 252 / 0.6);
  }

  .xl\:bg-purple-400\/65{
    background-color: rgb(192 132 252 / 0.65);
  }

  .xl\:bg-purple-400\/70{
    background-color: rgb(192 132 252 / 0.7);
  }

  .xl\:bg-purple-400\/75{
    background-color: rgb(192 132 252 / 0.75);
  }

  .xl\:bg-purple-400\/80{
    background-color: rgb(192 132 252 / 0.8);
  }

  .xl\:bg-purple-400\/85{
    background-color: rgb(192 132 252 / 0.85);
  }

  .xl\:bg-purple-400\/90{
    background-color: rgb(192 132 252 / 0.9);
  }

  .xl\:bg-purple-400\/95{
    background-color: rgb(192 132 252 / 0.95);
  }

  .xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-50\/0{
    background-color: rgb(250 245 255 / 0);
  }

  .xl\:bg-purple-50\/10{
    background-color: rgb(250 245 255 / 0.1);
  }

  .xl\:bg-purple-50\/100{
    background-color: rgb(250 245 255 / 1);
  }

  .xl\:bg-purple-50\/15{
    background-color: rgb(250 245 255 / 0.15);
  }

  .xl\:bg-purple-50\/20{
    background-color: rgb(250 245 255 / 0.2);
  }

  .xl\:bg-purple-50\/25{
    background-color: rgb(250 245 255 / 0.25);
  }

  .xl\:bg-purple-50\/30{
    background-color: rgb(250 245 255 / 0.3);
  }

  .xl\:bg-purple-50\/35{
    background-color: rgb(250 245 255 / 0.35);
  }

  .xl\:bg-purple-50\/40{
    background-color: rgb(250 245 255 / 0.4);
  }

  .xl\:bg-purple-50\/45{
    background-color: rgb(250 245 255 / 0.45);
  }

  .xl\:bg-purple-50\/5{
    background-color: rgb(250 245 255 / 0.05);
  }

  .xl\:bg-purple-50\/50{
    background-color: rgb(250 245 255 / 0.5);
  }

  .xl\:bg-purple-50\/55{
    background-color: rgb(250 245 255 / 0.55);
  }

  .xl\:bg-purple-50\/60{
    background-color: rgb(250 245 255 / 0.6);
  }

  .xl\:bg-purple-50\/65{
    background-color: rgb(250 245 255 / 0.65);
  }

  .xl\:bg-purple-50\/70{
    background-color: rgb(250 245 255 / 0.7);
  }

  .xl\:bg-purple-50\/75{
    background-color: rgb(250 245 255 / 0.75);
  }

  .xl\:bg-purple-50\/80{
    background-color: rgb(250 245 255 / 0.8);
  }

  .xl\:bg-purple-50\/85{
    background-color: rgb(250 245 255 / 0.85);
  }

  .xl\:bg-purple-50\/90{
    background-color: rgb(250 245 255 / 0.9);
  }

  .xl\:bg-purple-50\/95{
    background-color: rgb(250 245 255 / 0.95);
  }

  .xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-500\/0{
    background-color: rgb(168 85 247 / 0);
  }

  .xl\:bg-purple-500\/10{
    background-color: rgb(168 85 247 / 0.1);
  }

  .xl\:bg-purple-500\/100{
    background-color: rgb(168 85 247 / 1);
  }

  .xl\:bg-purple-500\/15{
    background-color: rgb(168 85 247 / 0.15);
  }

  .xl\:bg-purple-500\/20{
    background-color: rgb(168 85 247 / 0.2);
  }

  .xl\:bg-purple-500\/25{
    background-color: rgb(168 85 247 / 0.25);
  }

  .xl\:bg-purple-500\/30{
    background-color: rgb(168 85 247 / 0.3);
  }

  .xl\:bg-purple-500\/35{
    background-color: rgb(168 85 247 / 0.35);
  }

  .xl\:bg-purple-500\/40{
    background-color: rgb(168 85 247 / 0.4);
  }

  .xl\:bg-purple-500\/45{
    background-color: rgb(168 85 247 / 0.45);
  }

  .xl\:bg-purple-500\/5{
    background-color: rgb(168 85 247 / 0.05);
  }

  .xl\:bg-purple-500\/50{
    background-color: rgb(168 85 247 / 0.5);
  }

  .xl\:bg-purple-500\/55{
    background-color: rgb(168 85 247 / 0.55);
  }

  .xl\:bg-purple-500\/60{
    background-color: rgb(168 85 247 / 0.6);
  }

  .xl\:bg-purple-500\/65{
    background-color: rgb(168 85 247 / 0.65);
  }

  .xl\:bg-purple-500\/70{
    background-color: rgb(168 85 247 / 0.7);
  }

  .xl\:bg-purple-500\/75{
    background-color: rgb(168 85 247 / 0.75);
  }

  .xl\:bg-purple-500\/80{
    background-color: rgb(168 85 247 / 0.8);
  }

  .xl\:bg-purple-500\/85{
    background-color: rgb(168 85 247 / 0.85);
  }

  .xl\:bg-purple-500\/90{
    background-color: rgb(168 85 247 / 0.9);
  }

  .xl\:bg-purple-500\/95{
    background-color: rgb(168 85 247 / 0.95);
  }

  .xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-600\/0{
    background-color: rgb(147 51 234 / 0);
  }

  .xl\:bg-purple-600\/10{
    background-color: rgb(147 51 234 / 0.1);
  }

  .xl\:bg-purple-600\/100{
    background-color: rgb(147 51 234 / 1);
  }

  .xl\:bg-purple-600\/15{
    background-color: rgb(147 51 234 / 0.15);
  }

  .xl\:bg-purple-600\/20{
    background-color: rgb(147 51 234 / 0.2);
  }

  .xl\:bg-purple-600\/25{
    background-color: rgb(147 51 234 / 0.25);
  }

  .xl\:bg-purple-600\/30{
    background-color: rgb(147 51 234 / 0.3);
  }

  .xl\:bg-purple-600\/35{
    background-color: rgb(147 51 234 / 0.35);
  }

  .xl\:bg-purple-600\/40{
    background-color: rgb(147 51 234 / 0.4);
  }

  .xl\:bg-purple-600\/45{
    background-color: rgb(147 51 234 / 0.45);
  }

  .xl\:bg-purple-600\/5{
    background-color: rgb(147 51 234 / 0.05);
  }

  .xl\:bg-purple-600\/50{
    background-color: rgb(147 51 234 / 0.5);
  }

  .xl\:bg-purple-600\/55{
    background-color: rgb(147 51 234 / 0.55);
  }

  .xl\:bg-purple-600\/60{
    background-color: rgb(147 51 234 / 0.6);
  }

  .xl\:bg-purple-600\/65{
    background-color: rgb(147 51 234 / 0.65);
  }

  .xl\:bg-purple-600\/70{
    background-color: rgb(147 51 234 / 0.7);
  }

  .xl\:bg-purple-600\/75{
    background-color: rgb(147 51 234 / 0.75);
  }

  .xl\:bg-purple-600\/80{
    background-color: rgb(147 51 234 / 0.8);
  }

  .xl\:bg-purple-600\/85{
    background-color: rgb(147 51 234 / 0.85);
  }

  .xl\:bg-purple-600\/90{
    background-color: rgb(147 51 234 / 0.9);
  }

  .xl\:bg-purple-600\/95{
    background-color: rgb(147 51 234 / 0.95);
  }

  .xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-700\/0{
    background-color: rgb(126 34 206 / 0);
  }

  .xl\:bg-purple-700\/10{
    background-color: rgb(126 34 206 / 0.1);
  }

  .xl\:bg-purple-700\/100{
    background-color: rgb(126 34 206 / 1);
  }

  .xl\:bg-purple-700\/15{
    background-color: rgb(126 34 206 / 0.15);
  }

  .xl\:bg-purple-700\/20{
    background-color: rgb(126 34 206 / 0.2);
  }

  .xl\:bg-purple-700\/25{
    background-color: rgb(126 34 206 / 0.25);
  }

  .xl\:bg-purple-700\/30{
    background-color: rgb(126 34 206 / 0.3);
  }

  .xl\:bg-purple-700\/35{
    background-color: rgb(126 34 206 / 0.35);
  }

  .xl\:bg-purple-700\/40{
    background-color: rgb(126 34 206 / 0.4);
  }

  .xl\:bg-purple-700\/45{
    background-color: rgb(126 34 206 / 0.45);
  }

  .xl\:bg-purple-700\/5{
    background-color: rgb(126 34 206 / 0.05);
  }

  .xl\:bg-purple-700\/50{
    background-color: rgb(126 34 206 / 0.5);
  }

  .xl\:bg-purple-700\/55{
    background-color: rgb(126 34 206 / 0.55);
  }

  .xl\:bg-purple-700\/60{
    background-color: rgb(126 34 206 / 0.6);
  }

  .xl\:bg-purple-700\/65{
    background-color: rgb(126 34 206 / 0.65);
  }

  .xl\:bg-purple-700\/70{
    background-color: rgb(126 34 206 / 0.7);
  }

  .xl\:bg-purple-700\/75{
    background-color: rgb(126 34 206 / 0.75);
  }

  .xl\:bg-purple-700\/80{
    background-color: rgb(126 34 206 / 0.8);
  }

  .xl\:bg-purple-700\/85{
    background-color: rgb(126 34 206 / 0.85);
  }

  .xl\:bg-purple-700\/90{
    background-color: rgb(126 34 206 / 0.9);
  }

  .xl\:bg-purple-700\/95{
    background-color: rgb(126 34 206 / 0.95);
  }

  .xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-800\/0{
    background-color: rgb(107 33 168 / 0);
  }

  .xl\:bg-purple-800\/10{
    background-color: rgb(107 33 168 / 0.1);
  }

  .xl\:bg-purple-800\/100{
    background-color: rgb(107 33 168 / 1);
  }

  .xl\:bg-purple-800\/15{
    background-color: rgb(107 33 168 / 0.15);
  }

  .xl\:bg-purple-800\/20{
    background-color: rgb(107 33 168 / 0.2);
  }

  .xl\:bg-purple-800\/25{
    background-color: rgb(107 33 168 / 0.25);
  }

  .xl\:bg-purple-800\/30{
    background-color: rgb(107 33 168 / 0.3);
  }

  .xl\:bg-purple-800\/35{
    background-color: rgb(107 33 168 / 0.35);
  }

  .xl\:bg-purple-800\/40{
    background-color: rgb(107 33 168 / 0.4);
  }

  .xl\:bg-purple-800\/45{
    background-color: rgb(107 33 168 / 0.45);
  }

  .xl\:bg-purple-800\/5{
    background-color: rgb(107 33 168 / 0.05);
  }

  .xl\:bg-purple-800\/50{
    background-color: rgb(107 33 168 / 0.5);
  }

  .xl\:bg-purple-800\/55{
    background-color: rgb(107 33 168 / 0.55);
  }

  .xl\:bg-purple-800\/60{
    background-color: rgb(107 33 168 / 0.6);
  }

  .xl\:bg-purple-800\/65{
    background-color: rgb(107 33 168 / 0.65);
  }

  .xl\:bg-purple-800\/70{
    background-color: rgb(107 33 168 / 0.7);
  }

  .xl\:bg-purple-800\/75{
    background-color: rgb(107 33 168 / 0.75);
  }

  .xl\:bg-purple-800\/80{
    background-color: rgb(107 33 168 / 0.8);
  }

  .xl\:bg-purple-800\/85{
    background-color: rgb(107 33 168 / 0.85);
  }

  .xl\:bg-purple-800\/90{
    background-color: rgb(107 33 168 / 0.9);
  }

  .xl\:bg-purple-800\/95{
    background-color: rgb(107 33 168 / 0.95);
  }

  .xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-900\/0{
    background-color: rgb(88 28 135 / 0);
  }

  .xl\:bg-purple-900\/10{
    background-color: rgb(88 28 135 / 0.1);
  }

  .xl\:bg-purple-900\/100{
    background-color: rgb(88 28 135 / 1);
  }

  .xl\:bg-purple-900\/15{
    background-color: rgb(88 28 135 / 0.15);
  }

  .xl\:bg-purple-900\/20{
    background-color: rgb(88 28 135 / 0.2);
  }

  .xl\:bg-purple-900\/25{
    background-color: rgb(88 28 135 / 0.25);
  }

  .xl\:bg-purple-900\/30{
    background-color: rgb(88 28 135 / 0.3);
  }

  .xl\:bg-purple-900\/35{
    background-color: rgb(88 28 135 / 0.35);
  }

  .xl\:bg-purple-900\/40{
    background-color: rgb(88 28 135 / 0.4);
  }

  .xl\:bg-purple-900\/45{
    background-color: rgb(88 28 135 / 0.45);
  }

  .xl\:bg-purple-900\/5{
    background-color: rgb(88 28 135 / 0.05);
  }

  .xl\:bg-purple-900\/50{
    background-color: rgb(88 28 135 / 0.5);
  }

  .xl\:bg-purple-900\/55{
    background-color: rgb(88 28 135 / 0.55);
  }

  .xl\:bg-purple-900\/60{
    background-color: rgb(88 28 135 / 0.6);
  }

  .xl\:bg-purple-900\/65{
    background-color: rgb(88 28 135 / 0.65);
  }

  .xl\:bg-purple-900\/70{
    background-color: rgb(88 28 135 / 0.7);
  }

  .xl\:bg-purple-900\/75{
    background-color: rgb(88 28 135 / 0.75);
  }

  .xl\:bg-purple-900\/80{
    background-color: rgb(88 28 135 / 0.8);
  }

  .xl\:bg-purple-900\/85{
    background-color: rgb(88 28 135 / 0.85);
  }

  .xl\:bg-purple-900\/90{
    background-color: rgb(88 28 135 / 0.9);
  }

  .xl\:bg-purple-900\/95{
    background-color: rgb(88 28 135 / 0.95);
  }

  .xl\:bg-purple-950{
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-purple-950\/0{
    background-color: rgb(59 7 100 / 0);
  }

  .xl\:bg-purple-950\/10{
    background-color: rgb(59 7 100 / 0.1);
  }

  .xl\:bg-purple-950\/100{
    background-color: rgb(59 7 100 / 1);
  }

  .xl\:bg-purple-950\/15{
    background-color: rgb(59 7 100 / 0.15);
  }

  .xl\:bg-purple-950\/20{
    background-color: rgb(59 7 100 / 0.2);
  }

  .xl\:bg-purple-950\/25{
    background-color: rgb(59 7 100 / 0.25);
  }

  .xl\:bg-purple-950\/30{
    background-color: rgb(59 7 100 / 0.3);
  }

  .xl\:bg-purple-950\/35{
    background-color: rgb(59 7 100 / 0.35);
  }

  .xl\:bg-purple-950\/40{
    background-color: rgb(59 7 100 / 0.4);
  }

  .xl\:bg-purple-950\/45{
    background-color: rgb(59 7 100 / 0.45);
  }

  .xl\:bg-purple-950\/5{
    background-color: rgb(59 7 100 / 0.05);
  }

  .xl\:bg-purple-950\/50{
    background-color: rgb(59 7 100 / 0.5);
  }

  .xl\:bg-purple-950\/55{
    background-color: rgb(59 7 100 / 0.55);
  }

  .xl\:bg-purple-950\/60{
    background-color: rgb(59 7 100 / 0.6);
  }

  .xl\:bg-purple-950\/65{
    background-color: rgb(59 7 100 / 0.65);
  }

  .xl\:bg-purple-950\/70{
    background-color: rgb(59 7 100 / 0.7);
  }

  .xl\:bg-purple-950\/75{
    background-color: rgb(59 7 100 / 0.75);
  }

  .xl\:bg-purple-950\/80{
    background-color: rgb(59 7 100 / 0.8);
  }

  .xl\:bg-purple-950\/85{
    background-color: rgb(59 7 100 / 0.85);
  }

  .xl\:bg-purple-950\/90{
    background-color: rgb(59 7 100 / 0.9);
  }

  .xl\:bg-purple-950\/95{
    background-color: rgb(59 7 100 / 0.95);
  }

  .xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-100\/0{
    background-color: rgb(254 226 226 / 0);
  }

  .xl\:bg-red-100\/10{
    background-color: rgb(254 226 226 / 0.1);
  }

  .xl\:bg-red-100\/100{
    background-color: rgb(254 226 226 / 1);
  }

  .xl\:bg-red-100\/15{
    background-color: rgb(254 226 226 / 0.15);
  }

  .xl\:bg-red-100\/20{
    background-color: rgb(254 226 226 / 0.2);
  }

  .xl\:bg-red-100\/25{
    background-color: rgb(254 226 226 / 0.25);
  }

  .xl\:bg-red-100\/30{
    background-color: rgb(254 226 226 / 0.3);
  }

  .xl\:bg-red-100\/35{
    background-color: rgb(254 226 226 / 0.35);
  }

  .xl\:bg-red-100\/40{
    background-color: rgb(254 226 226 / 0.4);
  }

  .xl\:bg-red-100\/45{
    background-color: rgb(254 226 226 / 0.45);
  }

  .xl\:bg-red-100\/5{
    background-color: rgb(254 226 226 / 0.05);
  }

  .xl\:bg-red-100\/50{
    background-color: rgb(254 226 226 / 0.5);
  }

  .xl\:bg-red-100\/55{
    background-color: rgb(254 226 226 / 0.55);
  }

  .xl\:bg-red-100\/60{
    background-color: rgb(254 226 226 / 0.6);
  }

  .xl\:bg-red-100\/65{
    background-color: rgb(254 226 226 / 0.65);
  }

  .xl\:bg-red-100\/70{
    background-color: rgb(254 226 226 / 0.7);
  }

  .xl\:bg-red-100\/75{
    background-color: rgb(254 226 226 / 0.75);
  }

  .xl\:bg-red-100\/80{
    background-color: rgb(254 226 226 / 0.8);
  }

  .xl\:bg-red-100\/85{
    background-color: rgb(254 226 226 / 0.85);
  }

  .xl\:bg-red-100\/90{
    background-color: rgb(254 226 226 / 0.9);
  }

  .xl\:bg-red-100\/95{
    background-color: rgb(254 226 226 / 0.95);
  }

  .xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-200\/0{
    background-color: rgb(254 202 202 / 0);
  }

  .xl\:bg-red-200\/10{
    background-color: rgb(254 202 202 / 0.1);
  }

  .xl\:bg-red-200\/100{
    background-color: rgb(254 202 202 / 1);
  }

  .xl\:bg-red-200\/15{
    background-color: rgb(254 202 202 / 0.15);
  }

  .xl\:bg-red-200\/20{
    background-color: rgb(254 202 202 / 0.2);
  }

  .xl\:bg-red-200\/25{
    background-color: rgb(254 202 202 / 0.25);
  }

  .xl\:bg-red-200\/30{
    background-color: rgb(254 202 202 / 0.3);
  }

  .xl\:bg-red-200\/35{
    background-color: rgb(254 202 202 / 0.35);
  }

  .xl\:bg-red-200\/40{
    background-color: rgb(254 202 202 / 0.4);
  }

  .xl\:bg-red-200\/45{
    background-color: rgb(254 202 202 / 0.45);
  }

  .xl\:bg-red-200\/5{
    background-color: rgb(254 202 202 / 0.05);
  }

  .xl\:bg-red-200\/50{
    background-color: rgb(254 202 202 / 0.5);
  }

  .xl\:bg-red-200\/55{
    background-color: rgb(254 202 202 / 0.55);
  }

  .xl\:bg-red-200\/60{
    background-color: rgb(254 202 202 / 0.6);
  }

  .xl\:bg-red-200\/65{
    background-color: rgb(254 202 202 / 0.65);
  }

  .xl\:bg-red-200\/70{
    background-color: rgb(254 202 202 / 0.7);
  }

  .xl\:bg-red-200\/75{
    background-color: rgb(254 202 202 / 0.75);
  }

  .xl\:bg-red-200\/80{
    background-color: rgb(254 202 202 / 0.8);
  }

  .xl\:bg-red-200\/85{
    background-color: rgb(254 202 202 / 0.85);
  }

  .xl\:bg-red-200\/90{
    background-color: rgb(254 202 202 / 0.9);
  }

  .xl\:bg-red-200\/95{
    background-color: rgb(254 202 202 / 0.95);
  }

  .xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-300\/0{
    background-color: rgb(252 165 165 / 0);
  }

  .xl\:bg-red-300\/10{
    background-color: rgb(252 165 165 / 0.1);
  }

  .xl\:bg-red-300\/100{
    background-color: rgb(252 165 165 / 1);
  }

  .xl\:bg-red-300\/15{
    background-color: rgb(252 165 165 / 0.15);
  }

  .xl\:bg-red-300\/20{
    background-color: rgb(252 165 165 / 0.2);
  }

  .xl\:bg-red-300\/25{
    background-color: rgb(252 165 165 / 0.25);
  }

  .xl\:bg-red-300\/30{
    background-color: rgb(252 165 165 / 0.3);
  }

  .xl\:bg-red-300\/35{
    background-color: rgb(252 165 165 / 0.35);
  }

  .xl\:bg-red-300\/40{
    background-color: rgb(252 165 165 / 0.4);
  }

  .xl\:bg-red-300\/45{
    background-color: rgb(252 165 165 / 0.45);
  }

  .xl\:bg-red-300\/5{
    background-color: rgb(252 165 165 / 0.05);
  }

  .xl\:bg-red-300\/50{
    background-color: rgb(252 165 165 / 0.5);
  }

  .xl\:bg-red-300\/55{
    background-color: rgb(252 165 165 / 0.55);
  }

  .xl\:bg-red-300\/60{
    background-color: rgb(252 165 165 / 0.6);
  }

  .xl\:bg-red-300\/65{
    background-color: rgb(252 165 165 / 0.65);
  }

  .xl\:bg-red-300\/70{
    background-color: rgb(252 165 165 / 0.7);
  }

  .xl\:bg-red-300\/75{
    background-color: rgb(252 165 165 / 0.75);
  }

  .xl\:bg-red-300\/80{
    background-color: rgb(252 165 165 / 0.8);
  }

  .xl\:bg-red-300\/85{
    background-color: rgb(252 165 165 / 0.85);
  }

  .xl\:bg-red-300\/90{
    background-color: rgb(252 165 165 / 0.9);
  }

  .xl\:bg-red-300\/95{
    background-color: rgb(252 165 165 / 0.95);
  }

  .xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-400\/0{
    background-color: rgb(248 113 113 / 0);
  }

  .xl\:bg-red-400\/10{
    background-color: rgb(248 113 113 / 0.1);
  }

  .xl\:bg-red-400\/100{
    background-color: rgb(248 113 113 / 1);
  }

  .xl\:bg-red-400\/15{
    background-color: rgb(248 113 113 / 0.15);
  }

  .xl\:bg-red-400\/20{
    background-color: rgb(248 113 113 / 0.2);
  }

  .xl\:bg-red-400\/25{
    background-color: rgb(248 113 113 / 0.25);
  }

  .xl\:bg-red-400\/30{
    background-color: rgb(248 113 113 / 0.3);
  }

  .xl\:bg-red-400\/35{
    background-color: rgb(248 113 113 / 0.35);
  }

  .xl\:bg-red-400\/40{
    background-color: rgb(248 113 113 / 0.4);
  }

  .xl\:bg-red-400\/45{
    background-color: rgb(248 113 113 / 0.45);
  }

  .xl\:bg-red-400\/5{
    background-color: rgb(248 113 113 / 0.05);
  }

  .xl\:bg-red-400\/50{
    background-color: rgb(248 113 113 / 0.5);
  }

  .xl\:bg-red-400\/55{
    background-color: rgb(248 113 113 / 0.55);
  }

  .xl\:bg-red-400\/60{
    background-color: rgb(248 113 113 / 0.6);
  }

  .xl\:bg-red-400\/65{
    background-color: rgb(248 113 113 / 0.65);
  }

  .xl\:bg-red-400\/70{
    background-color: rgb(248 113 113 / 0.7);
  }

  .xl\:bg-red-400\/75{
    background-color: rgb(248 113 113 / 0.75);
  }

  .xl\:bg-red-400\/80{
    background-color: rgb(248 113 113 / 0.8);
  }

  .xl\:bg-red-400\/85{
    background-color: rgb(248 113 113 / 0.85);
  }

  .xl\:bg-red-400\/90{
    background-color: rgb(248 113 113 / 0.9);
  }

  .xl\:bg-red-400\/95{
    background-color: rgb(248 113 113 / 0.95);
  }

  .xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-50\/0{
    background-color: rgb(254 242 242 / 0);
  }

  .xl\:bg-red-50\/10{
    background-color: rgb(254 242 242 / 0.1);
  }

  .xl\:bg-red-50\/100{
    background-color: rgb(254 242 242 / 1);
  }

  .xl\:bg-red-50\/15{
    background-color: rgb(254 242 242 / 0.15);
  }

  .xl\:bg-red-50\/20{
    background-color: rgb(254 242 242 / 0.2);
  }

  .xl\:bg-red-50\/25{
    background-color: rgb(254 242 242 / 0.25);
  }

  .xl\:bg-red-50\/30{
    background-color: rgb(254 242 242 / 0.3);
  }

  .xl\:bg-red-50\/35{
    background-color: rgb(254 242 242 / 0.35);
  }

  .xl\:bg-red-50\/40{
    background-color: rgb(254 242 242 / 0.4);
  }

  .xl\:bg-red-50\/45{
    background-color: rgb(254 242 242 / 0.45);
  }

  .xl\:bg-red-50\/5{
    background-color: rgb(254 242 242 / 0.05);
  }

  .xl\:bg-red-50\/50{
    background-color: rgb(254 242 242 / 0.5);
  }

  .xl\:bg-red-50\/55{
    background-color: rgb(254 242 242 / 0.55);
  }

  .xl\:bg-red-50\/60{
    background-color: rgb(254 242 242 / 0.6);
  }

  .xl\:bg-red-50\/65{
    background-color: rgb(254 242 242 / 0.65);
  }

  .xl\:bg-red-50\/70{
    background-color: rgb(254 242 242 / 0.7);
  }

  .xl\:bg-red-50\/75{
    background-color: rgb(254 242 242 / 0.75);
  }

  .xl\:bg-red-50\/80{
    background-color: rgb(254 242 242 / 0.8);
  }

  .xl\:bg-red-50\/85{
    background-color: rgb(254 242 242 / 0.85);
  }

  .xl\:bg-red-50\/90{
    background-color: rgb(254 242 242 / 0.9);
  }

  .xl\:bg-red-50\/95{
    background-color: rgb(254 242 242 / 0.95);
  }

  .xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-500\/0{
    background-color: rgb(239 68 68 / 0);
  }

  .xl\:bg-red-500\/10{
    background-color: rgb(239 68 68 / 0.1);
  }

  .xl\:bg-red-500\/100{
    background-color: rgb(239 68 68 / 1);
  }

  .xl\:bg-red-500\/15{
    background-color: rgb(239 68 68 / 0.15);
  }

  .xl\:bg-red-500\/20{
    background-color: rgb(239 68 68 / 0.2);
  }

  .xl\:bg-red-500\/25{
    background-color: rgb(239 68 68 / 0.25);
  }

  .xl\:bg-red-500\/30{
    background-color: rgb(239 68 68 / 0.3);
  }

  .xl\:bg-red-500\/35{
    background-color: rgb(239 68 68 / 0.35);
  }

  .xl\:bg-red-500\/40{
    background-color: rgb(239 68 68 / 0.4);
  }

  .xl\:bg-red-500\/45{
    background-color: rgb(239 68 68 / 0.45);
  }

  .xl\:bg-red-500\/5{
    background-color: rgb(239 68 68 / 0.05);
  }

  .xl\:bg-red-500\/50{
    background-color: rgb(239 68 68 / 0.5);
  }

  .xl\:bg-red-500\/55{
    background-color: rgb(239 68 68 / 0.55);
  }

  .xl\:bg-red-500\/60{
    background-color: rgb(239 68 68 / 0.6);
  }

  .xl\:bg-red-500\/65{
    background-color: rgb(239 68 68 / 0.65);
  }

  .xl\:bg-red-500\/70{
    background-color: rgb(239 68 68 / 0.7);
  }

  .xl\:bg-red-500\/75{
    background-color: rgb(239 68 68 / 0.75);
  }

  .xl\:bg-red-500\/80{
    background-color: rgb(239 68 68 / 0.8);
  }

  .xl\:bg-red-500\/85{
    background-color: rgb(239 68 68 / 0.85);
  }

  .xl\:bg-red-500\/90{
    background-color: rgb(239 68 68 / 0.9);
  }

  .xl\:bg-red-500\/95{
    background-color: rgb(239 68 68 / 0.95);
  }

  .xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-600\/0{
    background-color: rgb(220 38 38 / 0);
  }

  .xl\:bg-red-600\/10{
    background-color: rgb(220 38 38 / 0.1);
  }

  .xl\:bg-red-600\/100{
    background-color: rgb(220 38 38 / 1);
  }

  .xl\:bg-red-600\/15{
    background-color: rgb(220 38 38 / 0.15);
  }

  .xl\:bg-red-600\/20{
    background-color: rgb(220 38 38 / 0.2);
  }

  .xl\:bg-red-600\/25{
    background-color: rgb(220 38 38 / 0.25);
  }

  .xl\:bg-red-600\/30{
    background-color: rgb(220 38 38 / 0.3);
  }

  .xl\:bg-red-600\/35{
    background-color: rgb(220 38 38 / 0.35);
  }

  .xl\:bg-red-600\/40{
    background-color: rgb(220 38 38 / 0.4);
  }

  .xl\:bg-red-600\/45{
    background-color: rgb(220 38 38 / 0.45);
  }

  .xl\:bg-red-600\/5{
    background-color: rgb(220 38 38 / 0.05);
  }

  .xl\:bg-red-600\/50{
    background-color: rgb(220 38 38 / 0.5);
  }

  .xl\:bg-red-600\/55{
    background-color: rgb(220 38 38 / 0.55);
  }

  .xl\:bg-red-600\/60{
    background-color: rgb(220 38 38 / 0.6);
  }

  .xl\:bg-red-600\/65{
    background-color: rgb(220 38 38 / 0.65);
  }

  .xl\:bg-red-600\/70{
    background-color: rgb(220 38 38 / 0.7);
  }

  .xl\:bg-red-600\/75{
    background-color: rgb(220 38 38 / 0.75);
  }

  .xl\:bg-red-600\/80{
    background-color: rgb(220 38 38 / 0.8);
  }

  .xl\:bg-red-600\/85{
    background-color: rgb(220 38 38 / 0.85);
  }

  .xl\:bg-red-600\/90{
    background-color: rgb(220 38 38 / 0.9);
  }

  .xl\:bg-red-600\/95{
    background-color: rgb(220 38 38 / 0.95);
  }

  .xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-700\/0{
    background-color: rgb(185 28 28 / 0);
  }

  .xl\:bg-red-700\/10{
    background-color: rgb(185 28 28 / 0.1);
  }

  .xl\:bg-red-700\/100{
    background-color: rgb(185 28 28 / 1);
  }

  .xl\:bg-red-700\/15{
    background-color: rgb(185 28 28 / 0.15);
  }

  .xl\:bg-red-700\/20{
    background-color: rgb(185 28 28 / 0.2);
  }

  .xl\:bg-red-700\/25{
    background-color: rgb(185 28 28 / 0.25);
  }

  .xl\:bg-red-700\/30{
    background-color: rgb(185 28 28 / 0.3);
  }

  .xl\:bg-red-700\/35{
    background-color: rgb(185 28 28 / 0.35);
  }

  .xl\:bg-red-700\/40{
    background-color: rgb(185 28 28 / 0.4);
  }

  .xl\:bg-red-700\/45{
    background-color: rgb(185 28 28 / 0.45);
  }

  .xl\:bg-red-700\/5{
    background-color: rgb(185 28 28 / 0.05);
  }

  .xl\:bg-red-700\/50{
    background-color: rgb(185 28 28 / 0.5);
  }

  .xl\:bg-red-700\/55{
    background-color: rgb(185 28 28 / 0.55);
  }

  .xl\:bg-red-700\/60{
    background-color: rgb(185 28 28 / 0.6);
  }

  .xl\:bg-red-700\/65{
    background-color: rgb(185 28 28 / 0.65);
  }

  .xl\:bg-red-700\/70{
    background-color: rgb(185 28 28 / 0.7);
  }

  .xl\:bg-red-700\/75{
    background-color: rgb(185 28 28 / 0.75);
  }

  .xl\:bg-red-700\/80{
    background-color: rgb(185 28 28 / 0.8);
  }

  .xl\:bg-red-700\/85{
    background-color: rgb(185 28 28 / 0.85);
  }

  .xl\:bg-red-700\/90{
    background-color: rgb(185 28 28 / 0.9);
  }

  .xl\:bg-red-700\/95{
    background-color: rgb(185 28 28 / 0.95);
  }

  .xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-800\/0{
    background-color: rgb(153 27 27 / 0);
  }

  .xl\:bg-red-800\/10{
    background-color: rgb(153 27 27 / 0.1);
  }

  .xl\:bg-red-800\/100{
    background-color: rgb(153 27 27 / 1);
  }

  .xl\:bg-red-800\/15{
    background-color: rgb(153 27 27 / 0.15);
  }

  .xl\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .xl\:bg-red-800\/25{
    background-color: rgb(153 27 27 / 0.25);
  }

  .xl\:bg-red-800\/30{
    background-color: rgb(153 27 27 / 0.3);
  }

  .xl\:bg-red-800\/35{
    background-color: rgb(153 27 27 / 0.35);
  }

  .xl\:bg-red-800\/40{
    background-color: rgb(153 27 27 / 0.4);
  }

  .xl\:bg-red-800\/45{
    background-color: rgb(153 27 27 / 0.45);
  }

  .xl\:bg-red-800\/5{
    background-color: rgb(153 27 27 / 0.05);
  }

  .xl\:bg-red-800\/50{
    background-color: rgb(153 27 27 / 0.5);
  }

  .xl\:bg-red-800\/55{
    background-color: rgb(153 27 27 / 0.55);
  }

  .xl\:bg-red-800\/60{
    background-color: rgb(153 27 27 / 0.6);
  }

  .xl\:bg-red-800\/65{
    background-color: rgb(153 27 27 / 0.65);
  }

  .xl\:bg-red-800\/70{
    background-color: rgb(153 27 27 / 0.7);
  }

  .xl\:bg-red-800\/75{
    background-color: rgb(153 27 27 / 0.75);
  }

  .xl\:bg-red-800\/80{
    background-color: rgb(153 27 27 / 0.8);
  }

  .xl\:bg-red-800\/85{
    background-color: rgb(153 27 27 / 0.85);
  }

  .xl\:bg-red-800\/90{
    background-color: rgb(153 27 27 / 0.9);
  }

  .xl\:bg-red-800\/95{
    background-color: rgb(153 27 27 / 0.95);
  }

  .xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-900\/0{
    background-color: rgb(127 29 29 / 0);
  }

  .xl\:bg-red-900\/10{
    background-color: rgb(127 29 29 / 0.1);
  }

  .xl\:bg-red-900\/100{
    background-color: rgb(127 29 29 / 1);
  }

  .xl\:bg-red-900\/15{
    background-color: rgb(127 29 29 / 0.15);
  }

  .xl\:bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }

  .xl\:bg-red-900\/25{
    background-color: rgb(127 29 29 / 0.25);
  }

  .xl\:bg-red-900\/30{
    background-color: rgb(127 29 29 / 0.3);
  }

  .xl\:bg-red-900\/35{
    background-color: rgb(127 29 29 / 0.35);
  }

  .xl\:bg-red-900\/40{
    background-color: rgb(127 29 29 / 0.4);
  }

  .xl\:bg-red-900\/45{
    background-color: rgb(127 29 29 / 0.45);
  }

  .xl\:bg-red-900\/5{
    background-color: rgb(127 29 29 / 0.05);
  }

  .xl\:bg-red-900\/50{
    background-color: rgb(127 29 29 / 0.5);
  }

  .xl\:bg-red-900\/55{
    background-color: rgb(127 29 29 / 0.55);
  }

  .xl\:bg-red-900\/60{
    background-color: rgb(127 29 29 / 0.6);
  }

  .xl\:bg-red-900\/65{
    background-color: rgb(127 29 29 / 0.65);
  }

  .xl\:bg-red-900\/70{
    background-color: rgb(127 29 29 / 0.7);
  }

  .xl\:bg-red-900\/75{
    background-color: rgb(127 29 29 / 0.75);
  }

  .xl\:bg-red-900\/80{
    background-color: rgb(127 29 29 / 0.8);
  }

  .xl\:bg-red-900\/85{
    background-color: rgb(127 29 29 / 0.85);
  }

  .xl\:bg-red-900\/90{
    background-color: rgb(127 29 29 / 0.9);
  }

  .xl\:bg-red-900\/95{
    background-color: rgb(127 29 29 / 0.95);
  }

  .xl\:bg-red-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-red-950\/0{
    background-color: rgb(69 10 10 / 0);
  }

  .xl\:bg-red-950\/10{
    background-color: rgb(69 10 10 / 0.1);
  }

  .xl\:bg-red-950\/100{
    background-color: rgb(69 10 10 / 1);
  }

  .xl\:bg-red-950\/15{
    background-color: rgb(69 10 10 / 0.15);
  }

  .xl\:bg-red-950\/20{
    background-color: rgb(69 10 10 / 0.2);
  }

  .xl\:bg-red-950\/25{
    background-color: rgb(69 10 10 / 0.25);
  }

  .xl\:bg-red-950\/30{
    background-color: rgb(69 10 10 / 0.3);
  }

  .xl\:bg-red-950\/35{
    background-color: rgb(69 10 10 / 0.35);
  }

  .xl\:bg-red-950\/40{
    background-color: rgb(69 10 10 / 0.4);
  }

  .xl\:bg-red-950\/45{
    background-color: rgb(69 10 10 / 0.45);
  }

  .xl\:bg-red-950\/5{
    background-color: rgb(69 10 10 / 0.05);
  }

  .xl\:bg-red-950\/50{
    background-color: rgb(69 10 10 / 0.5);
  }

  .xl\:bg-red-950\/55{
    background-color: rgb(69 10 10 / 0.55);
  }

  .xl\:bg-red-950\/60{
    background-color: rgb(69 10 10 / 0.6);
  }

  .xl\:bg-red-950\/65{
    background-color: rgb(69 10 10 / 0.65);
  }

  .xl\:bg-red-950\/70{
    background-color: rgb(69 10 10 / 0.7);
  }

  .xl\:bg-red-950\/75{
    background-color: rgb(69 10 10 / 0.75);
  }

  .xl\:bg-red-950\/80{
    background-color: rgb(69 10 10 / 0.8);
  }

  .xl\:bg-red-950\/85{
    background-color: rgb(69 10 10 / 0.85);
  }

  .xl\:bg-red-950\/90{
    background-color: rgb(69 10 10 / 0.9);
  }

  .xl\:bg-red-950\/95{
    background-color: rgb(69 10 10 / 0.95);
  }

  .xl\:bg-rose-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-100\/0{
    background-color: rgb(255 228 230 / 0);
  }

  .xl\:bg-rose-100\/10{
    background-color: rgb(255 228 230 / 0.1);
  }

  .xl\:bg-rose-100\/100{
    background-color: rgb(255 228 230 / 1);
  }

  .xl\:bg-rose-100\/15{
    background-color: rgb(255 228 230 / 0.15);
  }

  .xl\:bg-rose-100\/20{
    background-color: rgb(255 228 230 / 0.2);
  }

  .xl\:bg-rose-100\/25{
    background-color: rgb(255 228 230 / 0.25);
  }

  .xl\:bg-rose-100\/30{
    background-color: rgb(255 228 230 / 0.3);
  }

  .xl\:bg-rose-100\/35{
    background-color: rgb(255 228 230 / 0.35);
  }

  .xl\:bg-rose-100\/40{
    background-color: rgb(255 228 230 / 0.4);
  }

  .xl\:bg-rose-100\/45{
    background-color: rgb(255 228 230 / 0.45);
  }

  .xl\:bg-rose-100\/5{
    background-color: rgb(255 228 230 / 0.05);
  }

  .xl\:bg-rose-100\/50{
    background-color: rgb(255 228 230 / 0.5);
  }

  .xl\:bg-rose-100\/55{
    background-color: rgb(255 228 230 / 0.55);
  }

  .xl\:bg-rose-100\/60{
    background-color: rgb(255 228 230 / 0.6);
  }

  .xl\:bg-rose-100\/65{
    background-color: rgb(255 228 230 / 0.65);
  }

  .xl\:bg-rose-100\/70{
    background-color: rgb(255 228 230 / 0.7);
  }

  .xl\:bg-rose-100\/75{
    background-color: rgb(255 228 230 / 0.75);
  }

  .xl\:bg-rose-100\/80{
    background-color: rgb(255 228 230 / 0.8);
  }

  .xl\:bg-rose-100\/85{
    background-color: rgb(255 228 230 / 0.85);
  }

  .xl\:bg-rose-100\/90{
    background-color: rgb(255 228 230 / 0.9);
  }

  .xl\:bg-rose-100\/95{
    background-color: rgb(255 228 230 / 0.95);
  }

  .xl\:bg-rose-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-200\/0{
    background-color: rgb(254 205 211 / 0);
  }

  .xl\:bg-rose-200\/10{
    background-color: rgb(254 205 211 / 0.1);
  }

  .xl\:bg-rose-200\/100{
    background-color: rgb(254 205 211 / 1);
  }

  .xl\:bg-rose-200\/15{
    background-color: rgb(254 205 211 / 0.15);
  }

  .xl\:bg-rose-200\/20{
    background-color: rgb(254 205 211 / 0.2);
  }

  .xl\:bg-rose-200\/25{
    background-color: rgb(254 205 211 / 0.25);
  }

  .xl\:bg-rose-200\/30{
    background-color: rgb(254 205 211 / 0.3);
  }

  .xl\:bg-rose-200\/35{
    background-color: rgb(254 205 211 / 0.35);
  }

  .xl\:bg-rose-200\/40{
    background-color: rgb(254 205 211 / 0.4);
  }

  .xl\:bg-rose-200\/45{
    background-color: rgb(254 205 211 / 0.45);
  }

  .xl\:bg-rose-200\/5{
    background-color: rgb(254 205 211 / 0.05);
  }

  .xl\:bg-rose-200\/50{
    background-color: rgb(254 205 211 / 0.5);
  }

  .xl\:bg-rose-200\/55{
    background-color: rgb(254 205 211 / 0.55);
  }

  .xl\:bg-rose-200\/60{
    background-color: rgb(254 205 211 / 0.6);
  }

  .xl\:bg-rose-200\/65{
    background-color: rgb(254 205 211 / 0.65);
  }

  .xl\:bg-rose-200\/70{
    background-color: rgb(254 205 211 / 0.7);
  }

  .xl\:bg-rose-200\/75{
    background-color: rgb(254 205 211 / 0.75);
  }

  .xl\:bg-rose-200\/80{
    background-color: rgb(254 205 211 / 0.8);
  }

  .xl\:bg-rose-200\/85{
    background-color: rgb(254 205 211 / 0.85);
  }

  .xl\:bg-rose-200\/90{
    background-color: rgb(254 205 211 / 0.9);
  }

  .xl\:bg-rose-200\/95{
    background-color: rgb(254 205 211 / 0.95);
  }

  .xl\:bg-rose-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-300\/0{
    background-color: rgb(253 164 175 / 0);
  }

  .xl\:bg-rose-300\/10{
    background-color: rgb(253 164 175 / 0.1);
  }

  .xl\:bg-rose-300\/100{
    background-color: rgb(253 164 175 / 1);
  }

  .xl\:bg-rose-300\/15{
    background-color: rgb(253 164 175 / 0.15);
  }

  .xl\:bg-rose-300\/20{
    background-color: rgb(253 164 175 / 0.2);
  }

  .xl\:bg-rose-300\/25{
    background-color: rgb(253 164 175 / 0.25);
  }

  .xl\:bg-rose-300\/30{
    background-color: rgb(253 164 175 / 0.3);
  }

  .xl\:bg-rose-300\/35{
    background-color: rgb(253 164 175 / 0.35);
  }

  .xl\:bg-rose-300\/40{
    background-color: rgb(253 164 175 / 0.4);
  }

  .xl\:bg-rose-300\/45{
    background-color: rgb(253 164 175 / 0.45);
  }

  .xl\:bg-rose-300\/5{
    background-color: rgb(253 164 175 / 0.05);
  }

  .xl\:bg-rose-300\/50{
    background-color: rgb(253 164 175 / 0.5);
  }

  .xl\:bg-rose-300\/55{
    background-color: rgb(253 164 175 / 0.55);
  }

  .xl\:bg-rose-300\/60{
    background-color: rgb(253 164 175 / 0.6);
  }

  .xl\:bg-rose-300\/65{
    background-color: rgb(253 164 175 / 0.65);
  }

  .xl\:bg-rose-300\/70{
    background-color: rgb(253 164 175 / 0.7);
  }

  .xl\:bg-rose-300\/75{
    background-color: rgb(253 164 175 / 0.75);
  }

  .xl\:bg-rose-300\/80{
    background-color: rgb(253 164 175 / 0.8);
  }

  .xl\:bg-rose-300\/85{
    background-color: rgb(253 164 175 / 0.85);
  }

  .xl\:bg-rose-300\/90{
    background-color: rgb(253 164 175 / 0.9);
  }

  .xl\:bg-rose-300\/95{
    background-color: rgb(253 164 175 / 0.95);
  }

  .xl\:bg-rose-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-400\/0{
    background-color: rgb(251 113 133 / 0);
  }

  .xl\:bg-rose-400\/10{
    background-color: rgb(251 113 133 / 0.1);
  }

  .xl\:bg-rose-400\/100{
    background-color: rgb(251 113 133 / 1);
  }

  .xl\:bg-rose-400\/15{
    background-color: rgb(251 113 133 / 0.15);
  }

  .xl\:bg-rose-400\/20{
    background-color: rgb(251 113 133 / 0.2);
  }

  .xl\:bg-rose-400\/25{
    background-color: rgb(251 113 133 / 0.25);
  }

  .xl\:bg-rose-400\/30{
    background-color: rgb(251 113 133 / 0.3);
  }

  .xl\:bg-rose-400\/35{
    background-color: rgb(251 113 133 / 0.35);
  }

  .xl\:bg-rose-400\/40{
    background-color: rgb(251 113 133 / 0.4);
  }

  .xl\:bg-rose-400\/45{
    background-color: rgb(251 113 133 / 0.45);
  }

  .xl\:bg-rose-400\/5{
    background-color: rgb(251 113 133 / 0.05);
  }

  .xl\:bg-rose-400\/50{
    background-color: rgb(251 113 133 / 0.5);
  }

  .xl\:bg-rose-400\/55{
    background-color: rgb(251 113 133 / 0.55);
  }

  .xl\:bg-rose-400\/60{
    background-color: rgb(251 113 133 / 0.6);
  }

  .xl\:bg-rose-400\/65{
    background-color: rgb(251 113 133 / 0.65);
  }

  .xl\:bg-rose-400\/70{
    background-color: rgb(251 113 133 / 0.7);
  }

  .xl\:bg-rose-400\/75{
    background-color: rgb(251 113 133 / 0.75);
  }

  .xl\:bg-rose-400\/80{
    background-color: rgb(251 113 133 / 0.8);
  }

  .xl\:bg-rose-400\/85{
    background-color: rgb(251 113 133 / 0.85);
  }

  .xl\:bg-rose-400\/90{
    background-color: rgb(251 113 133 / 0.9);
  }

  .xl\:bg-rose-400\/95{
    background-color: rgb(251 113 133 / 0.95);
  }

  .xl\:bg-rose-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-50\/0{
    background-color: rgb(255 241 242 / 0);
  }

  .xl\:bg-rose-50\/10{
    background-color: rgb(255 241 242 / 0.1);
  }

  .xl\:bg-rose-50\/100{
    background-color: rgb(255 241 242 / 1);
  }

  .xl\:bg-rose-50\/15{
    background-color: rgb(255 241 242 / 0.15);
  }

  .xl\:bg-rose-50\/20{
    background-color: rgb(255 241 242 / 0.2);
  }

  .xl\:bg-rose-50\/25{
    background-color: rgb(255 241 242 / 0.25);
  }

  .xl\:bg-rose-50\/30{
    background-color: rgb(255 241 242 / 0.3);
  }

  .xl\:bg-rose-50\/35{
    background-color: rgb(255 241 242 / 0.35);
  }

  .xl\:bg-rose-50\/40{
    background-color: rgb(255 241 242 / 0.4);
  }

  .xl\:bg-rose-50\/45{
    background-color: rgb(255 241 242 / 0.45);
  }

  .xl\:bg-rose-50\/5{
    background-color: rgb(255 241 242 / 0.05);
  }

  .xl\:bg-rose-50\/50{
    background-color: rgb(255 241 242 / 0.5);
  }

  .xl\:bg-rose-50\/55{
    background-color: rgb(255 241 242 / 0.55);
  }

  .xl\:bg-rose-50\/60{
    background-color: rgb(255 241 242 / 0.6);
  }

  .xl\:bg-rose-50\/65{
    background-color: rgb(255 241 242 / 0.65);
  }

  .xl\:bg-rose-50\/70{
    background-color: rgb(255 241 242 / 0.7);
  }

  .xl\:bg-rose-50\/75{
    background-color: rgb(255 241 242 / 0.75);
  }

  .xl\:bg-rose-50\/80{
    background-color: rgb(255 241 242 / 0.8);
  }

  .xl\:bg-rose-50\/85{
    background-color: rgb(255 241 242 / 0.85);
  }

  .xl\:bg-rose-50\/90{
    background-color: rgb(255 241 242 / 0.9);
  }

  .xl\:bg-rose-50\/95{
    background-color: rgb(255 241 242 / 0.95);
  }

  .xl\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-500\/0{
    background-color: rgb(244 63 94 / 0);
  }

  .xl\:bg-rose-500\/10{
    background-color: rgb(244 63 94 / 0.1);
  }

  .xl\:bg-rose-500\/100{
    background-color: rgb(244 63 94 / 1);
  }

  .xl\:bg-rose-500\/15{
    background-color: rgb(244 63 94 / 0.15);
  }

  .xl\:bg-rose-500\/20{
    background-color: rgb(244 63 94 / 0.2);
  }

  .xl\:bg-rose-500\/25{
    background-color: rgb(244 63 94 / 0.25);
  }

  .xl\:bg-rose-500\/30{
    background-color: rgb(244 63 94 / 0.3);
  }

  .xl\:bg-rose-500\/35{
    background-color: rgb(244 63 94 / 0.35);
  }

  .xl\:bg-rose-500\/40{
    background-color: rgb(244 63 94 / 0.4);
  }

  .xl\:bg-rose-500\/45{
    background-color: rgb(244 63 94 / 0.45);
  }

  .xl\:bg-rose-500\/5{
    background-color: rgb(244 63 94 / 0.05);
  }

  .xl\:bg-rose-500\/50{
    background-color: rgb(244 63 94 / 0.5);
  }

  .xl\:bg-rose-500\/55{
    background-color: rgb(244 63 94 / 0.55);
  }

  .xl\:bg-rose-500\/60{
    background-color: rgb(244 63 94 / 0.6);
  }

  .xl\:bg-rose-500\/65{
    background-color: rgb(244 63 94 / 0.65);
  }

  .xl\:bg-rose-500\/70{
    background-color: rgb(244 63 94 / 0.7);
  }

  .xl\:bg-rose-500\/75{
    background-color: rgb(244 63 94 / 0.75);
  }

  .xl\:bg-rose-500\/80{
    background-color: rgb(244 63 94 / 0.8);
  }

  .xl\:bg-rose-500\/85{
    background-color: rgb(244 63 94 / 0.85);
  }

  .xl\:bg-rose-500\/90{
    background-color: rgb(244 63 94 / 0.9);
  }

  .xl\:bg-rose-500\/95{
    background-color: rgb(244 63 94 / 0.95);
  }

  .xl\:bg-rose-600{
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-600\/0{
    background-color: rgb(225 29 72 / 0);
  }

  .xl\:bg-rose-600\/10{
    background-color: rgb(225 29 72 / 0.1);
  }

  .xl\:bg-rose-600\/100{
    background-color: rgb(225 29 72 / 1);
  }

  .xl\:bg-rose-600\/15{
    background-color: rgb(225 29 72 / 0.15);
  }

  .xl\:bg-rose-600\/20{
    background-color: rgb(225 29 72 / 0.2);
  }

  .xl\:bg-rose-600\/25{
    background-color: rgb(225 29 72 / 0.25);
  }

  .xl\:bg-rose-600\/30{
    background-color: rgb(225 29 72 / 0.3);
  }

  .xl\:bg-rose-600\/35{
    background-color: rgb(225 29 72 / 0.35);
  }

  .xl\:bg-rose-600\/40{
    background-color: rgb(225 29 72 / 0.4);
  }

  .xl\:bg-rose-600\/45{
    background-color: rgb(225 29 72 / 0.45);
  }

  .xl\:bg-rose-600\/5{
    background-color: rgb(225 29 72 / 0.05);
  }

  .xl\:bg-rose-600\/50{
    background-color: rgb(225 29 72 / 0.5);
  }

  .xl\:bg-rose-600\/55{
    background-color: rgb(225 29 72 / 0.55);
  }

  .xl\:bg-rose-600\/60{
    background-color: rgb(225 29 72 / 0.6);
  }

  .xl\:bg-rose-600\/65{
    background-color: rgb(225 29 72 / 0.65);
  }

  .xl\:bg-rose-600\/70{
    background-color: rgb(225 29 72 / 0.7);
  }

  .xl\:bg-rose-600\/75{
    background-color: rgb(225 29 72 / 0.75);
  }

  .xl\:bg-rose-600\/80{
    background-color: rgb(225 29 72 / 0.8);
  }

  .xl\:bg-rose-600\/85{
    background-color: rgb(225 29 72 / 0.85);
  }

  .xl\:bg-rose-600\/90{
    background-color: rgb(225 29 72 / 0.9);
  }

  .xl\:bg-rose-600\/95{
    background-color: rgb(225 29 72 / 0.95);
  }

  .xl\:bg-rose-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-700\/0{
    background-color: rgb(190 18 60 / 0);
  }

  .xl\:bg-rose-700\/10{
    background-color: rgb(190 18 60 / 0.1);
  }

  .xl\:bg-rose-700\/100{
    background-color: rgb(190 18 60 / 1);
  }

  .xl\:bg-rose-700\/15{
    background-color: rgb(190 18 60 / 0.15);
  }

  .xl\:bg-rose-700\/20{
    background-color: rgb(190 18 60 / 0.2);
  }

  .xl\:bg-rose-700\/25{
    background-color: rgb(190 18 60 / 0.25);
  }

  .xl\:bg-rose-700\/30{
    background-color: rgb(190 18 60 / 0.3);
  }

  .xl\:bg-rose-700\/35{
    background-color: rgb(190 18 60 / 0.35);
  }

  .xl\:bg-rose-700\/40{
    background-color: rgb(190 18 60 / 0.4);
  }

  .xl\:bg-rose-700\/45{
    background-color: rgb(190 18 60 / 0.45);
  }

  .xl\:bg-rose-700\/5{
    background-color: rgb(190 18 60 / 0.05);
  }

  .xl\:bg-rose-700\/50{
    background-color: rgb(190 18 60 / 0.5);
  }

  .xl\:bg-rose-700\/55{
    background-color: rgb(190 18 60 / 0.55);
  }

  .xl\:bg-rose-700\/60{
    background-color: rgb(190 18 60 / 0.6);
  }

  .xl\:bg-rose-700\/65{
    background-color: rgb(190 18 60 / 0.65);
  }

  .xl\:bg-rose-700\/70{
    background-color: rgb(190 18 60 / 0.7);
  }

  .xl\:bg-rose-700\/75{
    background-color: rgb(190 18 60 / 0.75);
  }

  .xl\:bg-rose-700\/80{
    background-color: rgb(190 18 60 / 0.8);
  }

  .xl\:bg-rose-700\/85{
    background-color: rgb(190 18 60 / 0.85);
  }

  .xl\:bg-rose-700\/90{
    background-color: rgb(190 18 60 / 0.9);
  }

  .xl\:bg-rose-700\/95{
    background-color: rgb(190 18 60 / 0.95);
  }

  .xl\:bg-rose-800{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-800\/0{
    background-color: rgb(159 18 57 / 0);
  }

  .xl\:bg-rose-800\/10{
    background-color: rgb(159 18 57 / 0.1);
  }

  .xl\:bg-rose-800\/100{
    background-color: rgb(159 18 57 / 1);
  }

  .xl\:bg-rose-800\/15{
    background-color: rgb(159 18 57 / 0.15);
  }

  .xl\:bg-rose-800\/20{
    background-color: rgb(159 18 57 / 0.2);
  }

  .xl\:bg-rose-800\/25{
    background-color: rgb(159 18 57 / 0.25);
  }

  .xl\:bg-rose-800\/30{
    background-color: rgb(159 18 57 / 0.3);
  }

  .xl\:bg-rose-800\/35{
    background-color: rgb(159 18 57 / 0.35);
  }

  .xl\:bg-rose-800\/40{
    background-color: rgb(159 18 57 / 0.4);
  }

  .xl\:bg-rose-800\/45{
    background-color: rgb(159 18 57 / 0.45);
  }

  .xl\:bg-rose-800\/5{
    background-color: rgb(159 18 57 / 0.05);
  }

  .xl\:bg-rose-800\/50{
    background-color: rgb(159 18 57 / 0.5);
  }

  .xl\:bg-rose-800\/55{
    background-color: rgb(159 18 57 / 0.55);
  }

  .xl\:bg-rose-800\/60{
    background-color: rgb(159 18 57 / 0.6);
  }

  .xl\:bg-rose-800\/65{
    background-color: rgb(159 18 57 / 0.65);
  }

  .xl\:bg-rose-800\/70{
    background-color: rgb(159 18 57 / 0.7);
  }

  .xl\:bg-rose-800\/75{
    background-color: rgb(159 18 57 / 0.75);
  }

  .xl\:bg-rose-800\/80{
    background-color: rgb(159 18 57 / 0.8);
  }

  .xl\:bg-rose-800\/85{
    background-color: rgb(159 18 57 / 0.85);
  }

  .xl\:bg-rose-800\/90{
    background-color: rgb(159 18 57 / 0.9);
  }

  .xl\:bg-rose-800\/95{
    background-color: rgb(159 18 57 / 0.95);
  }

  .xl\:bg-rose-900{
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-900\/0{
    background-color: rgb(136 19 55 / 0);
  }

  .xl\:bg-rose-900\/10{
    background-color: rgb(136 19 55 / 0.1);
  }

  .xl\:bg-rose-900\/100{
    background-color: rgb(136 19 55 / 1);
  }

  .xl\:bg-rose-900\/15{
    background-color: rgb(136 19 55 / 0.15);
  }

  .xl\:bg-rose-900\/20{
    background-color: rgb(136 19 55 / 0.2);
  }

  .xl\:bg-rose-900\/25{
    background-color: rgb(136 19 55 / 0.25);
  }

  .xl\:bg-rose-900\/30{
    background-color: rgb(136 19 55 / 0.3);
  }

  .xl\:bg-rose-900\/35{
    background-color: rgb(136 19 55 / 0.35);
  }

  .xl\:bg-rose-900\/40{
    background-color: rgb(136 19 55 / 0.4);
  }

  .xl\:bg-rose-900\/45{
    background-color: rgb(136 19 55 / 0.45);
  }

  .xl\:bg-rose-900\/5{
    background-color: rgb(136 19 55 / 0.05);
  }

  .xl\:bg-rose-900\/50{
    background-color: rgb(136 19 55 / 0.5);
  }

  .xl\:bg-rose-900\/55{
    background-color: rgb(136 19 55 / 0.55);
  }

  .xl\:bg-rose-900\/60{
    background-color: rgb(136 19 55 / 0.6);
  }

  .xl\:bg-rose-900\/65{
    background-color: rgb(136 19 55 / 0.65);
  }

  .xl\:bg-rose-900\/70{
    background-color: rgb(136 19 55 / 0.7);
  }

  .xl\:bg-rose-900\/75{
    background-color: rgb(136 19 55 / 0.75);
  }

  .xl\:bg-rose-900\/80{
    background-color: rgb(136 19 55 / 0.8);
  }

  .xl\:bg-rose-900\/85{
    background-color: rgb(136 19 55 / 0.85);
  }

  .xl\:bg-rose-900\/90{
    background-color: rgb(136 19 55 / 0.9);
  }

  .xl\:bg-rose-900\/95{
    background-color: rgb(136 19 55 / 0.95);
  }

  .xl\:bg-rose-950{
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-rose-950\/0{
    background-color: rgb(76 5 25 / 0);
  }

  .xl\:bg-rose-950\/10{
    background-color: rgb(76 5 25 / 0.1);
  }

  .xl\:bg-rose-950\/100{
    background-color: rgb(76 5 25 / 1);
  }

  .xl\:bg-rose-950\/15{
    background-color: rgb(76 5 25 / 0.15);
  }

  .xl\:bg-rose-950\/20{
    background-color: rgb(76 5 25 / 0.2);
  }

  .xl\:bg-rose-950\/25{
    background-color: rgb(76 5 25 / 0.25);
  }

  .xl\:bg-rose-950\/30{
    background-color: rgb(76 5 25 / 0.3);
  }

  .xl\:bg-rose-950\/35{
    background-color: rgb(76 5 25 / 0.35);
  }

  .xl\:bg-rose-950\/40{
    background-color: rgb(76 5 25 / 0.4);
  }

  .xl\:bg-rose-950\/45{
    background-color: rgb(76 5 25 / 0.45);
  }

  .xl\:bg-rose-950\/5{
    background-color: rgb(76 5 25 / 0.05);
  }

  .xl\:bg-rose-950\/50{
    background-color: rgb(76 5 25 / 0.5);
  }

  .xl\:bg-rose-950\/55{
    background-color: rgb(76 5 25 / 0.55);
  }

  .xl\:bg-rose-950\/60{
    background-color: rgb(76 5 25 / 0.6);
  }

  .xl\:bg-rose-950\/65{
    background-color: rgb(76 5 25 / 0.65);
  }

  .xl\:bg-rose-950\/70{
    background-color: rgb(76 5 25 / 0.7);
  }

  .xl\:bg-rose-950\/75{
    background-color: rgb(76 5 25 / 0.75);
  }

  .xl\:bg-rose-950\/80{
    background-color: rgb(76 5 25 / 0.8);
  }

  .xl\:bg-rose-950\/85{
    background-color: rgb(76 5 25 / 0.85);
  }

  .xl\:bg-rose-950\/90{
    background-color: rgb(76 5 25 / 0.9);
  }

  .xl\:bg-rose-950\/95{
    background-color: rgb(76 5 25 / 0.95);
  }

  .xl\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-secondary\/0{
    background-color: rgb(169 255 234 / 0);
  }

  .xl\:bg-secondary\/10{
    background-color: rgb(169 255 234 / 0.1);
  }

  .xl\:bg-secondary\/100{
    background-color: rgb(169 255 234 / 1);
  }

  .xl\:bg-secondary\/15{
    background-color: rgb(169 255 234 / 0.15);
  }

  .xl\:bg-secondary\/20{
    background-color: rgb(169 255 234 / 0.2);
  }

  .xl\:bg-secondary\/25{
    background-color: rgb(169 255 234 / 0.25);
  }

  .xl\:bg-secondary\/30{
    background-color: rgb(169 255 234 / 0.3);
  }

  .xl\:bg-secondary\/35{
    background-color: rgb(169 255 234 / 0.35);
  }

  .xl\:bg-secondary\/40{
    background-color: rgb(169 255 234 / 0.4);
  }

  .xl\:bg-secondary\/45{
    background-color: rgb(169 255 234 / 0.45);
  }

  .xl\:bg-secondary\/5{
    background-color: rgb(169 255 234 / 0.05);
  }

  .xl\:bg-secondary\/50{
    background-color: rgb(169 255 234 / 0.5);
  }

  .xl\:bg-secondary\/55{
    background-color: rgb(169 255 234 / 0.55);
  }

  .xl\:bg-secondary\/60{
    background-color: rgb(169 255 234 / 0.6);
  }

  .xl\:bg-secondary\/65{
    background-color: rgb(169 255 234 / 0.65);
  }

  .xl\:bg-secondary\/70{
    background-color: rgb(169 255 234 / 0.7);
  }

  .xl\:bg-secondary\/75{
    background-color: rgb(169 255 234 / 0.75);
  }

  .xl\:bg-secondary\/80{
    background-color: rgb(169 255 234 / 0.8);
  }

  .xl\:bg-secondary\/85{
    background-color: rgb(169 255 234 / 0.85);
  }

  .xl\:bg-secondary\/90{
    background-color: rgb(169 255 234 / 0.9);
  }

  .xl\:bg-secondary\/95{
    background-color: rgb(169 255 234 / 0.95);
  }

  .xl\:bg-sky-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-100\/0{
    background-color: rgb(224 242 254 / 0);
  }

  .xl\:bg-sky-100\/10{
    background-color: rgb(224 242 254 / 0.1);
  }

  .xl\:bg-sky-100\/100{
    background-color: rgb(224 242 254 / 1);
  }

  .xl\:bg-sky-100\/15{
    background-color: rgb(224 242 254 / 0.15);
  }

  .xl\:bg-sky-100\/20{
    background-color: rgb(224 242 254 / 0.2);
  }

  .xl\:bg-sky-100\/25{
    background-color: rgb(224 242 254 / 0.25);
  }

  .xl\:bg-sky-100\/30{
    background-color: rgb(224 242 254 / 0.3);
  }

  .xl\:bg-sky-100\/35{
    background-color: rgb(224 242 254 / 0.35);
  }

  .xl\:bg-sky-100\/40{
    background-color: rgb(224 242 254 / 0.4);
  }

  .xl\:bg-sky-100\/45{
    background-color: rgb(224 242 254 / 0.45);
  }

  .xl\:bg-sky-100\/5{
    background-color: rgb(224 242 254 / 0.05);
  }

  .xl\:bg-sky-100\/50{
    background-color: rgb(224 242 254 / 0.5);
  }

  .xl\:bg-sky-100\/55{
    background-color: rgb(224 242 254 / 0.55);
  }

  .xl\:bg-sky-100\/60{
    background-color: rgb(224 242 254 / 0.6);
  }

  .xl\:bg-sky-100\/65{
    background-color: rgb(224 242 254 / 0.65);
  }

  .xl\:bg-sky-100\/70{
    background-color: rgb(224 242 254 / 0.7);
  }

  .xl\:bg-sky-100\/75{
    background-color: rgb(224 242 254 / 0.75);
  }

  .xl\:bg-sky-100\/80{
    background-color: rgb(224 242 254 / 0.8);
  }

  .xl\:bg-sky-100\/85{
    background-color: rgb(224 242 254 / 0.85);
  }

  .xl\:bg-sky-100\/90{
    background-color: rgb(224 242 254 / 0.9);
  }

  .xl\:bg-sky-100\/95{
    background-color: rgb(224 242 254 / 0.95);
  }

  .xl\:bg-sky-200{
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-200\/0{
    background-color: rgb(186 230 253 / 0);
  }

  .xl\:bg-sky-200\/10{
    background-color: rgb(186 230 253 / 0.1);
  }

  .xl\:bg-sky-200\/100{
    background-color: rgb(186 230 253 / 1);
  }

  .xl\:bg-sky-200\/15{
    background-color: rgb(186 230 253 / 0.15);
  }

  .xl\:bg-sky-200\/20{
    background-color: rgb(186 230 253 / 0.2);
  }

  .xl\:bg-sky-200\/25{
    background-color: rgb(186 230 253 / 0.25);
  }

  .xl\:bg-sky-200\/30{
    background-color: rgb(186 230 253 / 0.3);
  }

  .xl\:bg-sky-200\/35{
    background-color: rgb(186 230 253 / 0.35);
  }

  .xl\:bg-sky-200\/40{
    background-color: rgb(186 230 253 / 0.4);
  }

  .xl\:bg-sky-200\/45{
    background-color: rgb(186 230 253 / 0.45);
  }

  .xl\:bg-sky-200\/5{
    background-color: rgb(186 230 253 / 0.05);
  }

  .xl\:bg-sky-200\/50{
    background-color: rgb(186 230 253 / 0.5);
  }

  .xl\:bg-sky-200\/55{
    background-color: rgb(186 230 253 / 0.55);
  }

  .xl\:bg-sky-200\/60{
    background-color: rgb(186 230 253 / 0.6);
  }

  .xl\:bg-sky-200\/65{
    background-color: rgb(186 230 253 / 0.65);
  }

  .xl\:bg-sky-200\/70{
    background-color: rgb(186 230 253 / 0.7);
  }

  .xl\:bg-sky-200\/75{
    background-color: rgb(186 230 253 / 0.75);
  }

  .xl\:bg-sky-200\/80{
    background-color: rgb(186 230 253 / 0.8);
  }

  .xl\:bg-sky-200\/85{
    background-color: rgb(186 230 253 / 0.85);
  }

  .xl\:bg-sky-200\/90{
    background-color: rgb(186 230 253 / 0.9);
  }

  .xl\:bg-sky-200\/95{
    background-color: rgb(186 230 253 / 0.95);
  }

  .xl\:bg-sky-300{
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-300\/0{
    background-color: rgb(125 211 252 / 0);
  }

  .xl\:bg-sky-300\/10{
    background-color: rgb(125 211 252 / 0.1);
  }

  .xl\:bg-sky-300\/100{
    background-color: rgb(125 211 252 / 1);
  }

  .xl\:bg-sky-300\/15{
    background-color: rgb(125 211 252 / 0.15);
  }

  .xl\:bg-sky-300\/20{
    background-color: rgb(125 211 252 / 0.2);
  }

  .xl\:bg-sky-300\/25{
    background-color: rgb(125 211 252 / 0.25);
  }

  .xl\:bg-sky-300\/30{
    background-color: rgb(125 211 252 / 0.3);
  }

  .xl\:bg-sky-300\/35{
    background-color: rgb(125 211 252 / 0.35);
  }

  .xl\:bg-sky-300\/40{
    background-color: rgb(125 211 252 / 0.4);
  }

  .xl\:bg-sky-300\/45{
    background-color: rgb(125 211 252 / 0.45);
  }

  .xl\:bg-sky-300\/5{
    background-color: rgb(125 211 252 / 0.05);
  }

  .xl\:bg-sky-300\/50{
    background-color: rgb(125 211 252 / 0.5);
  }

  .xl\:bg-sky-300\/55{
    background-color: rgb(125 211 252 / 0.55);
  }

  .xl\:bg-sky-300\/60{
    background-color: rgb(125 211 252 / 0.6);
  }

  .xl\:bg-sky-300\/65{
    background-color: rgb(125 211 252 / 0.65);
  }

  .xl\:bg-sky-300\/70{
    background-color: rgb(125 211 252 / 0.7);
  }

  .xl\:bg-sky-300\/75{
    background-color: rgb(125 211 252 / 0.75);
  }

  .xl\:bg-sky-300\/80{
    background-color: rgb(125 211 252 / 0.8);
  }

  .xl\:bg-sky-300\/85{
    background-color: rgb(125 211 252 / 0.85);
  }

  .xl\:bg-sky-300\/90{
    background-color: rgb(125 211 252 / 0.9);
  }

  .xl\:bg-sky-300\/95{
    background-color: rgb(125 211 252 / 0.95);
  }

  .xl\:bg-sky-400{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-400\/0{
    background-color: rgb(56 189 248 / 0);
  }

  .xl\:bg-sky-400\/10{
    background-color: rgb(56 189 248 / 0.1);
  }

  .xl\:bg-sky-400\/100{
    background-color: rgb(56 189 248 / 1);
  }

  .xl\:bg-sky-400\/15{
    background-color: rgb(56 189 248 / 0.15);
  }

  .xl\:bg-sky-400\/20{
    background-color: rgb(56 189 248 / 0.2);
  }

  .xl\:bg-sky-400\/25{
    background-color: rgb(56 189 248 / 0.25);
  }

  .xl\:bg-sky-400\/30{
    background-color: rgb(56 189 248 / 0.3);
  }

  .xl\:bg-sky-400\/35{
    background-color: rgb(56 189 248 / 0.35);
  }

  .xl\:bg-sky-400\/40{
    background-color: rgb(56 189 248 / 0.4);
  }

  .xl\:bg-sky-400\/45{
    background-color: rgb(56 189 248 / 0.45);
  }

  .xl\:bg-sky-400\/5{
    background-color: rgb(56 189 248 / 0.05);
  }

  .xl\:bg-sky-400\/50{
    background-color: rgb(56 189 248 / 0.5);
  }

  .xl\:bg-sky-400\/55{
    background-color: rgb(56 189 248 / 0.55);
  }

  .xl\:bg-sky-400\/60{
    background-color: rgb(56 189 248 / 0.6);
  }

  .xl\:bg-sky-400\/65{
    background-color: rgb(56 189 248 / 0.65);
  }

  .xl\:bg-sky-400\/70{
    background-color: rgb(56 189 248 / 0.7);
  }

  .xl\:bg-sky-400\/75{
    background-color: rgb(56 189 248 / 0.75);
  }

  .xl\:bg-sky-400\/80{
    background-color: rgb(56 189 248 / 0.8);
  }

  .xl\:bg-sky-400\/85{
    background-color: rgb(56 189 248 / 0.85);
  }

  .xl\:bg-sky-400\/90{
    background-color: rgb(56 189 248 / 0.9);
  }

  .xl\:bg-sky-400\/95{
    background-color: rgb(56 189 248 / 0.95);
  }

  .xl\:bg-sky-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-50\/0{
    background-color: rgb(240 249 255 / 0);
  }

  .xl\:bg-sky-50\/10{
    background-color: rgb(240 249 255 / 0.1);
  }

  .xl\:bg-sky-50\/100{
    background-color: rgb(240 249 255 / 1);
  }

  .xl\:bg-sky-50\/15{
    background-color: rgb(240 249 255 / 0.15);
  }

  .xl\:bg-sky-50\/20{
    background-color: rgb(240 249 255 / 0.2);
  }

  .xl\:bg-sky-50\/25{
    background-color: rgb(240 249 255 / 0.25);
  }

  .xl\:bg-sky-50\/30{
    background-color: rgb(240 249 255 / 0.3);
  }

  .xl\:bg-sky-50\/35{
    background-color: rgb(240 249 255 / 0.35);
  }

  .xl\:bg-sky-50\/40{
    background-color: rgb(240 249 255 / 0.4);
  }

  .xl\:bg-sky-50\/45{
    background-color: rgb(240 249 255 / 0.45);
  }

  .xl\:bg-sky-50\/5{
    background-color: rgb(240 249 255 / 0.05);
  }

  .xl\:bg-sky-50\/50{
    background-color: rgb(240 249 255 / 0.5);
  }

  .xl\:bg-sky-50\/55{
    background-color: rgb(240 249 255 / 0.55);
  }

  .xl\:bg-sky-50\/60{
    background-color: rgb(240 249 255 / 0.6);
  }

  .xl\:bg-sky-50\/65{
    background-color: rgb(240 249 255 / 0.65);
  }

  .xl\:bg-sky-50\/70{
    background-color: rgb(240 249 255 / 0.7);
  }

  .xl\:bg-sky-50\/75{
    background-color: rgb(240 249 255 / 0.75);
  }

  .xl\:bg-sky-50\/80{
    background-color: rgb(240 249 255 / 0.8);
  }

  .xl\:bg-sky-50\/85{
    background-color: rgb(240 249 255 / 0.85);
  }

  .xl\:bg-sky-50\/90{
    background-color: rgb(240 249 255 / 0.9);
  }

  .xl\:bg-sky-50\/95{
    background-color: rgb(240 249 255 / 0.95);
  }

  .xl\:bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-500\/0{
    background-color: rgb(14 165 233 / 0);
  }

  .xl\:bg-sky-500\/10{
    background-color: rgb(14 165 233 / 0.1);
  }

  .xl\:bg-sky-500\/100{
    background-color: rgb(14 165 233 / 1);
  }

  .xl\:bg-sky-500\/15{
    background-color: rgb(14 165 233 / 0.15);
  }

  .xl\:bg-sky-500\/20{
    background-color: rgb(14 165 233 / 0.2);
  }

  .xl\:bg-sky-500\/25{
    background-color: rgb(14 165 233 / 0.25);
  }

  .xl\:bg-sky-500\/30{
    background-color: rgb(14 165 233 / 0.3);
  }

  .xl\:bg-sky-500\/35{
    background-color: rgb(14 165 233 / 0.35);
  }

  .xl\:bg-sky-500\/40{
    background-color: rgb(14 165 233 / 0.4);
  }

  .xl\:bg-sky-500\/45{
    background-color: rgb(14 165 233 / 0.45);
  }

  .xl\:bg-sky-500\/5{
    background-color: rgb(14 165 233 / 0.05);
  }

  .xl\:bg-sky-500\/50{
    background-color: rgb(14 165 233 / 0.5);
  }

  .xl\:bg-sky-500\/55{
    background-color: rgb(14 165 233 / 0.55);
  }

  .xl\:bg-sky-500\/60{
    background-color: rgb(14 165 233 / 0.6);
  }

  .xl\:bg-sky-500\/65{
    background-color: rgb(14 165 233 / 0.65);
  }

  .xl\:bg-sky-500\/70{
    background-color: rgb(14 165 233 / 0.7);
  }

  .xl\:bg-sky-500\/75{
    background-color: rgb(14 165 233 / 0.75);
  }

  .xl\:bg-sky-500\/80{
    background-color: rgb(14 165 233 / 0.8);
  }

  .xl\:bg-sky-500\/85{
    background-color: rgb(14 165 233 / 0.85);
  }

  .xl\:bg-sky-500\/90{
    background-color: rgb(14 165 233 / 0.9);
  }

  .xl\:bg-sky-500\/95{
    background-color: rgb(14 165 233 / 0.95);
  }

  .xl\:bg-sky-600{
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-600\/0{
    background-color: rgb(2 132 199 / 0);
  }

  .xl\:bg-sky-600\/10{
    background-color: rgb(2 132 199 / 0.1);
  }

  .xl\:bg-sky-600\/100{
    background-color: rgb(2 132 199 / 1);
  }

  .xl\:bg-sky-600\/15{
    background-color: rgb(2 132 199 / 0.15);
  }

  .xl\:bg-sky-600\/20{
    background-color: rgb(2 132 199 / 0.2);
  }

  .xl\:bg-sky-600\/25{
    background-color: rgb(2 132 199 / 0.25);
  }

  .xl\:bg-sky-600\/30{
    background-color: rgb(2 132 199 / 0.3);
  }

  .xl\:bg-sky-600\/35{
    background-color: rgb(2 132 199 / 0.35);
  }

  .xl\:bg-sky-600\/40{
    background-color: rgb(2 132 199 / 0.4);
  }

  .xl\:bg-sky-600\/45{
    background-color: rgb(2 132 199 / 0.45);
  }

  .xl\:bg-sky-600\/5{
    background-color: rgb(2 132 199 / 0.05);
  }

  .xl\:bg-sky-600\/50{
    background-color: rgb(2 132 199 / 0.5);
  }

  .xl\:bg-sky-600\/55{
    background-color: rgb(2 132 199 / 0.55);
  }

  .xl\:bg-sky-600\/60{
    background-color: rgb(2 132 199 / 0.6);
  }

  .xl\:bg-sky-600\/65{
    background-color: rgb(2 132 199 / 0.65);
  }

  .xl\:bg-sky-600\/70{
    background-color: rgb(2 132 199 / 0.7);
  }

  .xl\:bg-sky-600\/75{
    background-color: rgb(2 132 199 / 0.75);
  }

  .xl\:bg-sky-600\/80{
    background-color: rgb(2 132 199 / 0.8);
  }

  .xl\:bg-sky-600\/85{
    background-color: rgb(2 132 199 / 0.85);
  }

  .xl\:bg-sky-600\/90{
    background-color: rgb(2 132 199 / 0.9);
  }

  .xl\:bg-sky-600\/95{
    background-color: rgb(2 132 199 / 0.95);
  }

  .xl\:bg-sky-700{
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-700\/0{
    background-color: rgb(3 105 161 / 0);
  }

  .xl\:bg-sky-700\/10{
    background-color: rgb(3 105 161 / 0.1);
  }

  .xl\:bg-sky-700\/100{
    background-color: rgb(3 105 161 / 1);
  }

  .xl\:bg-sky-700\/15{
    background-color: rgb(3 105 161 / 0.15);
  }

  .xl\:bg-sky-700\/20{
    background-color: rgb(3 105 161 / 0.2);
  }

  .xl\:bg-sky-700\/25{
    background-color: rgb(3 105 161 / 0.25);
  }

  .xl\:bg-sky-700\/30{
    background-color: rgb(3 105 161 / 0.3);
  }

  .xl\:bg-sky-700\/35{
    background-color: rgb(3 105 161 / 0.35);
  }

  .xl\:bg-sky-700\/40{
    background-color: rgb(3 105 161 / 0.4);
  }

  .xl\:bg-sky-700\/45{
    background-color: rgb(3 105 161 / 0.45);
  }

  .xl\:bg-sky-700\/5{
    background-color: rgb(3 105 161 / 0.05);
  }

  .xl\:bg-sky-700\/50{
    background-color: rgb(3 105 161 / 0.5);
  }

  .xl\:bg-sky-700\/55{
    background-color: rgb(3 105 161 / 0.55);
  }

  .xl\:bg-sky-700\/60{
    background-color: rgb(3 105 161 / 0.6);
  }

  .xl\:bg-sky-700\/65{
    background-color: rgb(3 105 161 / 0.65);
  }

  .xl\:bg-sky-700\/70{
    background-color: rgb(3 105 161 / 0.7);
  }

  .xl\:bg-sky-700\/75{
    background-color: rgb(3 105 161 / 0.75);
  }

  .xl\:bg-sky-700\/80{
    background-color: rgb(3 105 161 / 0.8);
  }

  .xl\:bg-sky-700\/85{
    background-color: rgb(3 105 161 / 0.85);
  }

  .xl\:bg-sky-700\/90{
    background-color: rgb(3 105 161 / 0.9);
  }

  .xl\:bg-sky-700\/95{
    background-color: rgb(3 105 161 / 0.95);
  }

  .xl\:bg-sky-800{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-800\/0{
    background-color: rgb(7 89 133 / 0);
  }

  .xl\:bg-sky-800\/10{
    background-color: rgb(7 89 133 / 0.1);
  }

  .xl\:bg-sky-800\/100{
    background-color: rgb(7 89 133 / 1);
  }

  .xl\:bg-sky-800\/15{
    background-color: rgb(7 89 133 / 0.15);
  }

  .xl\:bg-sky-800\/20{
    background-color: rgb(7 89 133 / 0.2);
  }

  .xl\:bg-sky-800\/25{
    background-color: rgb(7 89 133 / 0.25);
  }

  .xl\:bg-sky-800\/30{
    background-color: rgb(7 89 133 / 0.3);
  }

  .xl\:bg-sky-800\/35{
    background-color: rgb(7 89 133 / 0.35);
  }

  .xl\:bg-sky-800\/40{
    background-color: rgb(7 89 133 / 0.4);
  }

  .xl\:bg-sky-800\/45{
    background-color: rgb(7 89 133 / 0.45);
  }

  .xl\:bg-sky-800\/5{
    background-color: rgb(7 89 133 / 0.05);
  }

  .xl\:bg-sky-800\/50{
    background-color: rgb(7 89 133 / 0.5);
  }

  .xl\:bg-sky-800\/55{
    background-color: rgb(7 89 133 / 0.55);
  }

  .xl\:bg-sky-800\/60{
    background-color: rgb(7 89 133 / 0.6);
  }

  .xl\:bg-sky-800\/65{
    background-color: rgb(7 89 133 / 0.65);
  }

  .xl\:bg-sky-800\/70{
    background-color: rgb(7 89 133 / 0.7);
  }

  .xl\:bg-sky-800\/75{
    background-color: rgb(7 89 133 / 0.75);
  }

  .xl\:bg-sky-800\/80{
    background-color: rgb(7 89 133 / 0.8);
  }

  .xl\:bg-sky-800\/85{
    background-color: rgb(7 89 133 / 0.85);
  }

  .xl\:bg-sky-800\/90{
    background-color: rgb(7 89 133 / 0.9);
  }

  .xl\:bg-sky-800\/95{
    background-color: rgb(7 89 133 / 0.95);
  }

  .xl\:bg-sky-900{
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-900\/0{
    background-color: rgb(12 74 110 / 0);
  }

  .xl\:bg-sky-900\/10{
    background-color: rgb(12 74 110 / 0.1);
  }

  .xl\:bg-sky-900\/100{
    background-color: rgb(12 74 110 / 1);
  }

  .xl\:bg-sky-900\/15{
    background-color: rgb(12 74 110 / 0.15);
  }

  .xl\:bg-sky-900\/20{
    background-color: rgb(12 74 110 / 0.2);
  }

  .xl\:bg-sky-900\/25{
    background-color: rgb(12 74 110 / 0.25);
  }

  .xl\:bg-sky-900\/30{
    background-color: rgb(12 74 110 / 0.3);
  }

  .xl\:bg-sky-900\/35{
    background-color: rgb(12 74 110 / 0.35);
  }

  .xl\:bg-sky-900\/40{
    background-color: rgb(12 74 110 / 0.4);
  }

  .xl\:bg-sky-900\/45{
    background-color: rgb(12 74 110 / 0.45);
  }

  .xl\:bg-sky-900\/5{
    background-color: rgb(12 74 110 / 0.05);
  }

  .xl\:bg-sky-900\/50{
    background-color: rgb(12 74 110 / 0.5);
  }

  .xl\:bg-sky-900\/55{
    background-color: rgb(12 74 110 / 0.55);
  }

  .xl\:bg-sky-900\/60{
    background-color: rgb(12 74 110 / 0.6);
  }

  .xl\:bg-sky-900\/65{
    background-color: rgb(12 74 110 / 0.65);
  }

  .xl\:bg-sky-900\/70{
    background-color: rgb(12 74 110 / 0.7);
  }

  .xl\:bg-sky-900\/75{
    background-color: rgb(12 74 110 / 0.75);
  }

  .xl\:bg-sky-900\/80{
    background-color: rgb(12 74 110 / 0.8);
  }

  .xl\:bg-sky-900\/85{
    background-color: rgb(12 74 110 / 0.85);
  }

  .xl\:bg-sky-900\/90{
    background-color: rgb(12 74 110 / 0.9);
  }

  .xl\:bg-sky-900\/95{
    background-color: rgb(12 74 110 / 0.95);
  }

  .xl\:bg-sky-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sky-950\/0{
    background-color: rgb(8 47 73 / 0);
  }

  .xl\:bg-sky-950\/10{
    background-color: rgb(8 47 73 / 0.1);
  }

  .xl\:bg-sky-950\/100{
    background-color: rgb(8 47 73 / 1);
  }

  .xl\:bg-sky-950\/15{
    background-color: rgb(8 47 73 / 0.15);
  }

  .xl\:bg-sky-950\/20{
    background-color: rgb(8 47 73 / 0.2);
  }

  .xl\:bg-sky-950\/25{
    background-color: rgb(8 47 73 / 0.25);
  }

  .xl\:bg-sky-950\/30{
    background-color: rgb(8 47 73 / 0.3);
  }

  .xl\:bg-sky-950\/35{
    background-color: rgb(8 47 73 / 0.35);
  }

  .xl\:bg-sky-950\/40{
    background-color: rgb(8 47 73 / 0.4);
  }

  .xl\:bg-sky-950\/45{
    background-color: rgb(8 47 73 / 0.45);
  }

  .xl\:bg-sky-950\/5{
    background-color: rgb(8 47 73 / 0.05);
  }

  .xl\:bg-sky-950\/50{
    background-color: rgb(8 47 73 / 0.5);
  }

  .xl\:bg-sky-950\/55{
    background-color: rgb(8 47 73 / 0.55);
  }

  .xl\:bg-sky-950\/60{
    background-color: rgb(8 47 73 / 0.6);
  }

  .xl\:bg-sky-950\/65{
    background-color: rgb(8 47 73 / 0.65);
  }

  .xl\:bg-sky-950\/70{
    background-color: rgb(8 47 73 / 0.7);
  }

  .xl\:bg-sky-950\/75{
    background-color: rgb(8 47 73 / 0.75);
  }

  .xl\:bg-sky-950\/80{
    background-color: rgb(8 47 73 / 0.8);
  }

  .xl\:bg-sky-950\/85{
    background-color: rgb(8 47 73 / 0.85);
  }

  .xl\:bg-sky-950\/90{
    background-color: rgb(8 47 73 / 0.9);
  }

  .xl\:bg-sky-950\/95{
    background-color: rgb(8 47 73 / 0.95);
  }

  .xl\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-100\/0{
    background-color: rgb(241 245 249 / 0);
  }

  .xl\:bg-slate-100\/10{
    background-color: rgb(241 245 249 / 0.1);
  }

  .xl\:bg-slate-100\/100{
    background-color: rgb(241 245 249 / 1);
  }

  .xl\:bg-slate-100\/15{
    background-color: rgb(241 245 249 / 0.15);
  }

  .xl\:bg-slate-100\/20{
    background-color: rgb(241 245 249 / 0.2);
  }

  .xl\:bg-slate-100\/25{
    background-color: rgb(241 245 249 / 0.25);
  }

  .xl\:bg-slate-100\/30{
    background-color: rgb(241 245 249 / 0.3);
  }

  .xl\:bg-slate-100\/35{
    background-color: rgb(241 245 249 / 0.35);
  }

  .xl\:bg-slate-100\/40{
    background-color: rgb(241 245 249 / 0.4);
  }

  .xl\:bg-slate-100\/45{
    background-color: rgb(241 245 249 / 0.45);
  }

  .xl\:bg-slate-100\/5{
    background-color: rgb(241 245 249 / 0.05);
  }

  .xl\:bg-slate-100\/50{
    background-color: rgb(241 245 249 / 0.5);
  }

  .xl\:bg-slate-100\/55{
    background-color: rgb(241 245 249 / 0.55);
  }

  .xl\:bg-slate-100\/60{
    background-color: rgb(241 245 249 / 0.6);
  }

  .xl\:bg-slate-100\/65{
    background-color: rgb(241 245 249 / 0.65);
  }

  .xl\:bg-slate-100\/70{
    background-color: rgb(241 245 249 / 0.7);
  }

  .xl\:bg-slate-100\/75{
    background-color: rgb(241 245 249 / 0.75);
  }

  .xl\:bg-slate-100\/80{
    background-color: rgb(241 245 249 / 0.8);
  }

  .xl\:bg-slate-100\/85{
    background-color: rgb(241 245 249 / 0.85);
  }

  .xl\:bg-slate-100\/90{
    background-color: rgb(241 245 249 / 0.9);
  }

  .xl\:bg-slate-100\/95{
    background-color: rgb(241 245 249 / 0.95);
  }

  .xl\:bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-200\/0{
    background-color: rgb(226 232 240 / 0);
  }

  .xl\:bg-slate-200\/10{
    background-color: rgb(226 232 240 / 0.1);
  }

  .xl\:bg-slate-200\/100{
    background-color: rgb(226 232 240 / 1);
  }

  .xl\:bg-slate-200\/15{
    background-color: rgb(226 232 240 / 0.15);
  }

  .xl\:bg-slate-200\/20{
    background-color: rgb(226 232 240 / 0.2);
  }

  .xl\:bg-slate-200\/25{
    background-color: rgb(226 232 240 / 0.25);
  }

  .xl\:bg-slate-200\/30{
    background-color: rgb(226 232 240 / 0.3);
  }

  .xl\:bg-slate-200\/35{
    background-color: rgb(226 232 240 / 0.35);
  }

  .xl\:bg-slate-200\/40{
    background-color: rgb(226 232 240 / 0.4);
  }

  .xl\:bg-slate-200\/45{
    background-color: rgb(226 232 240 / 0.45);
  }

  .xl\:bg-slate-200\/5{
    background-color: rgb(226 232 240 / 0.05);
  }

  .xl\:bg-slate-200\/50{
    background-color: rgb(226 232 240 / 0.5);
  }

  .xl\:bg-slate-200\/55{
    background-color: rgb(226 232 240 / 0.55);
  }

  .xl\:bg-slate-200\/60{
    background-color: rgb(226 232 240 / 0.6);
  }

  .xl\:bg-slate-200\/65{
    background-color: rgb(226 232 240 / 0.65);
  }

  .xl\:bg-slate-200\/70{
    background-color: rgb(226 232 240 / 0.7);
  }

  .xl\:bg-slate-200\/75{
    background-color: rgb(226 232 240 / 0.75);
  }

  .xl\:bg-slate-200\/80{
    background-color: rgb(226 232 240 / 0.8);
  }

  .xl\:bg-slate-200\/85{
    background-color: rgb(226 232 240 / 0.85);
  }

  .xl\:bg-slate-200\/90{
    background-color: rgb(226 232 240 / 0.9);
  }

  .xl\:bg-slate-200\/95{
    background-color: rgb(226 232 240 / 0.95);
  }

  .xl\:bg-slate-300{
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-300\/0{
    background-color: rgb(203 213 225 / 0);
  }

  .xl\:bg-slate-300\/10{
    background-color: rgb(203 213 225 / 0.1);
  }

  .xl\:bg-slate-300\/100{
    background-color: rgb(203 213 225 / 1);
  }

  .xl\:bg-slate-300\/15{
    background-color: rgb(203 213 225 / 0.15);
  }

  .xl\:bg-slate-300\/20{
    background-color: rgb(203 213 225 / 0.2);
  }

  .xl\:bg-slate-300\/25{
    background-color: rgb(203 213 225 / 0.25);
  }

  .xl\:bg-slate-300\/30{
    background-color: rgb(203 213 225 / 0.3);
  }

  .xl\:bg-slate-300\/35{
    background-color: rgb(203 213 225 / 0.35);
  }

  .xl\:bg-slate-300\/40{
    background-color: rgb(203 213 225 / 0.4);
  }

  .xl\:bg-slate-300\/45{
    background-color: rgb(203 213 225 / 0.45);
  }

  .xl\:bg-slate-300\/5{
    background-color: rgb(203 213 225 / 0.05);
  }

  .xl\:bg-slate-300\/50{
    background-color: rgb(203 213 225 / 0.5);
  }

  .xl\:bg-slate-300\/55{
    background-color: rgb(203 213 225 / 0.55);
  }

  .xl\:bg-slate-300\/60{
    background-color: rgb(203 213 225 / 0.6);
  }

  .xl\:bg-slate-300\/65{
    background-color: rgb(203 213 225 / 0.65);
  }

  .xl\:bg-slate-300\/70{
    background-color: rgb(203 213 225 / 0.7);
  }

  .xl\:bg-slate-300\/75{
    background-color: rgb(203 213 225 / 0.75);
  }

  .xl\:bg-slate-300\/80{
    background-color: rgb(203 213 225 / 0.8);
  }

  .xl\:bg-slate-300\/85{
    background-color: rgb(203 213 225 / 0.85);
  }

  .xl\:bg-slate-300\/90{
    background-color: rgb(203 213 225 / 0.9);
  }

  .xl\:bg-slate-300\/95{
    background-color: rgb(203 213 225 / 0.95);
  }

  .xl\:bg-slate-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-400\/0{
    background-color: rgb(148 163 184 / 0);
  }

  .xl\:bg-slate-400\/10{
    background-color: rgb(148 163 184 / 0.1);
  }

  .xl\:bg-slate-400\/100{
    background-color: rgb(148 163 184 / 1);
  }

  .xl\:bg-slate-400\/15{
    background-color: rgb(148 163 184 / 0.15);
  }

  .xl\:bg-slate-400\/20{
    background-color: rgb(148 163 184 / 0.2);
  }

  .xl\:bg-slate-400\/25{
    background-color: rgb(148 163 184 / 0.25);
  }

  .xl\:bg-slate-400\/30{
    background-color: rgb(148 163 184 / 0.3);
  }

  .xl\:bg-slate-400\/35{
    background-color: rgb(148 163 184 / 0.35);
  }

  .xl\:bg-slate-400\/40{
    background-color: rgb(148 163 184 / 0.4);
  }

  .xl\:bg-slate-400\/45{
    background-color: rgb(148 163 184 / 0.45);
  }

  .xl\:bg-slate-400\/5{
    background-color: rgb(148 163 184 / 0.05);
  }

  .xl\:bg-slate-400\/50{
    background-color: rgb(148 163 184 / 0.5);
  }

  .xl\:bg-slate-400\/55{
    background-color: rgb(148 163 184 / 0.55);
  }

  .xl\:bg-slate-400\/60{
    background-color: rgb(148 163 184 / 0.6);
  }

  .xl\:bg-slate-400\/65{
    background-color: rgb(148 163 184 / 0.65);
  }

  .xl\:bg-slate-400\/70{
    background-color: rgb(148 163 184 / 0.7);
  }

  .xl\:bg-slate-400\/75{
    background-color: rgb(148 163 184 / 0.75);
  }

  .xl\:bg-slate-400\/80{
    background-color: rgb(148 163 184 / 0.8);
  }

  .xl\:bg-slate-400\/85{
    background-color: rgb(148 163 184 / 0.85);
  }

  .xl\:bg-slate-400\/90{
    background-color: rgb(148 163 184 / 0.9);
  }

  .xl\:bg-slate-400\/95{
    background-color: rgb(148 163 184 / 0.95);
  }

  .xl\:bg-slate-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-50\/0{
    background-color: rgb(248 250 252 / 0);
  }

  .xl\:bg-slate-50\/10{
    background-color: rgb(248 250 252 / 0.1);
  }

  .xl\:bg-slate-50\/100{
    background-color: rgb(248 250 252 / 1);
  }

  .xl\:bg-slate-50\/15{
    background-color: rgb(248 250 252 / 0.15);
  }

  .xl\:bg-slate-50\/20{
    background-color: rgb(248 250 252 / 0.2);
  }

  .xl\:bg-slate-50\/25{
    background-color: rgb(248 250 252 / 0.25);
  }

  .xl\:bg-slate-50\/30{
    background-color: rgb(248 250 252 / 0.3);
  }

  .xl\:bg-slate-50\/35{
    background-color: rgb(248 250 252 / 0.35);
  }

  .xl\:bg-slate-50\/40{
    background-color: rgb(248 250 252 / 0.4);
  }

  .xl\:bg-slate-50\/45{
    background-color: rgb(248 250 252 / 0.45);
  }

  .xl\:bg-slate-50\/5{
    background-color: rgb(248 250 252 / 0.05);
  }

  .xl\:bg-slate-50\/50{
    background-color: rgb(248 250 252 / 0.5);
  }

  .xl\:bg-slate-50\/55{
    background-color: rgb(248 250 252 / 0.55);
  }

  .xl\:bg-slate-50\/60{
    background-color: rgb(248 250 252 / 0.6);
  }

  .xl\:bg-slate-50\/65{
    background-color: rgb(248 250 252 / 0.65);
  }

  .xl\:bg-slate-50\/70{
    background-color: rgb(248 250 252 / 0.7);
  }

  .xl\:bg-slate-50\/75{
    background-color: rgb(248 250 252 / 0.75);
  }

  .xl\:bg-slate-50\/80{
    background-color: rgb(248 250 252 / 0.8);
  }

  .xl\:bg-slate-50\/85{
    background-color: rgb(248 250 252 / 0.85);
  }

  .xl\:bg-slate-50\/90{
    background-color: rgb(248 250 252 / 0.9);
  }

  .xl\:bg-slate-50\/95{
    background-color: rgb(248 250 252 / 0.95);
  }

  .xl\:bg-slate-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-500\/0{
    background-color: rgb(100 116 139 / 0);
  }

  .xl\:bg-slate-500\/10{
    background-color: rgb(100 116 139 / 0.1);
  }

  .xl\:bg-slate-500\/100{
    background-color: rgb(100 116 139 / 1);
  }

  .xl\:bg-slate-500\/15{
    background-color: rgb(100 116 139 / 0.15);
  }

  .xl\:bg-slate-500\/20{
    background-color: rgb(100 116 139 / 0.2);
  }

  .xl\:bg-slate-500\/25{
    background-color: rgb(100 116 139 / 0.25);
  }

  .xl\:bg-slate-500\/30{
    background-color: rgb(100 116 139 / 0.3);
  }

  .xl\:bg-slate-500\/35{
    background-color: rgb(100 116 139 / 0.35);
  }

  .xl\:bg-slate-500\/40{
    background-color: rgb(100 116 139 / 0.4);
  }

  .xl\:bg-slate-500\/45{
    background-color: rgb(100 116 139 / 0.45);
  }

  .xl\:bg-slate-500\/5{
    background-color: rgb(100 116 139 / 0.05);
  }

  .xl\:bg-slate-500\/50{
    background-color: rgb(100 116 139 / 0.5);
  }

  .xl\:bg-slate-500\/55{
    background-color: rgb(100 116 139 / 0.55);
  }

  .xl\:bg-slate-500\/60{
    background-color: rgb(100 116 139 / 0.6);
  }

  .xl\:bg-slate-500\/65{
    background-color: rgb(100 116 139 / 0.65);
  }

  .xl\:bg-slate-500\/70{
    background-color: rgb(100 116 139 / 0.7);
  }

  .xl\:bg-slate-500\/75{
    background-color: rgb(100 116 139 / 0.75);
  }

  .xl\:bg-slate-500\/80{
    background-color: rgb(100 116 139 / 0.8);
  }

  .xl\:bg-slate-500\/85{
    background-color: rgb(100 116 139 / 0.85);
  }

  .xl\:bg-slate-500\/90{
    background-color: rgb(100 116 139 / 0.9);
  }

  .xl\:bg-slate-500\/95{
    background-color: rgb(100 116 139 / 0.95);
  }

  .xl\:bg-slate-600{
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-600\/0{
    background-color: rgb(71 85 105 / 0);
  }

  .xl\:bg-slate-600\/10{
    background-color: rgb(71 85 105 / 0.1);
  }

  .xl\:bg-slate-600\/100{
    background-color: rgb(71 85 105 / 1);
  }

  .xl\:bg-slate-600\/15{
    background-color: rgb(71 85 105 / 0.15);
  }

  .xl\:bg-slate-600\/20{
    background-color: rgb(71 85 105 / 0.2);
  }

  .xl\:bg-slate-600\/25{
    background-color: rgb(71 85 105 / 0.25);
  }

  .xl\:bg-slate-600\/30{
    background-color: rgb(71 85 105 / 0.3);
  }

  .xl\:bg-slate-600\/35{
    background-color: rgb(71 85 105 / 0.35);
  }

  .xl\:bg-slate-600\/40{
    background-color: rgb(71 85 105 / 0.4);
  }

  .xl\:bg-slate-600\/45{
    background-color: rgb(71 85 105 / 0.45);
  }

  .xl\:bg-slate-600\/5{
    background-color: rgb(71 85 105 / 0.05);
  }

  .xl\:bg-slate-600\/50{
    background-color: rgb(71 85 105 / 0.5);
  }

  .xl\:bg-slate-600\/55{
    background-color: rgb(71 85 105 / 0.55);
  }

  .xl\:bg-slate-600\/60{
    background-color: rgb(71 85 105 / 0.6);
  }

  .xl\:bg-slate-600\/65{
    background-color: rgb(71 85 105 / 0.65);
  }

  .xl\:bg-slate-600\/70{
    background-color: rgb(71 85 105 / 0.7);
  }

  .xl\:bg-slate-600\/75{
    background-color: rgb(71 85 105 / 0.75);
  }

  .xl\:bg-slate-600\/80{
    background-color: rgb(71 85 105 / 0.8);
  }

  .xl\:bg-slate-600\/85{
    background-color: rgb(71 85 105 / 0.85);
  }

  .xl\:bg-slate-600\/90{
    background-color: rgb(71 85 105 / 0.9);
  }

  .xl\:bg-slate-600\/95{
    background-color: rgb(71 85 105 / 0.95);
  }

  .xl\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-700\/0{
    background-color: rgb(51 65 85 / 0);
  }

  .xl\:bg-slate-700\/10{
    background-color: rgb(51 65 85 / 0.1);
  }

  .xl\:bg-slate-700\/100{
    background-color: rgb(51 65 85 / 1);
  }

  .xl\:bg-slate-700\/15{
    background-color: rgb(51 65 85 / 0.15);
  }

  .xl\:bg-slate-700\/20{
    background-color: rgb(51 65 85 / 0.2);
  }

  .xl\:bg-slate-700\/25{
    background-color: rgb(51 65 85 / 0.25);
  }

  .xl\:bg-slate-700\/30{
    background-color: rgb(51 65 85 / 0.3);
  }

  .xl\:bg-slate-700\/35{
    background-color: rgb(51 65 85 / 0.35);
  }

  .xl\:bg-slate-700\/40{
    background-color: rgb(51 65 85 / 0.4);
  }

  .xl\:bg-slate-700\/45{
    background-color: rgb(51 65 85 / 0.45);
  }

  .xl\:bg-slate-700\/5{
    background-color: rgb(51 65 85 / 0.05);
  }

  .xl\:bg-slate-700\/50{
    background-color: rgb(51 65 85 / 0.5);
  }

  .xl\:bg-slate-700\/55{
    background-color: rgb(51 65 85 / 0.55);
  }

  .xl\:bg-slate-700\/60{
    background-color: rgb(51 65 85 / 0.6);
  }

  .xl\:bg-slate-700\/65{
    background-color: rgb(51 65 85 / 0.65);
  }

  .xl\:bg-slate-700\/70{
    background-color: rgb(51 65 85 / 0.7);
  }

  .xl\:bg-slate-700\/75{
    background-color: rgb(51 65 85 / 0.75);
  }

  .xl\:bg-slate-700\/80{
    background-color: rgb(51 65 85 / 0.8);
  }

  .xl\:bg-slate-700\/85{
    background-color: rgb(51 65 85 / 0.85);
  }

  .xl\:bg-slate-700\/90{
    background-color: rgb(51 65 85 / 0.9);
  }

  .xl\:bg-slate-700\/95{
    background-color: rgb(51 65 85 / 0.95);
  }

  .xl\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-800\/0{
    background-color: rgb(30 41 59 / 0);
  }

  .xl\:bg-slate-800\/10{
    background-color: rgb(30 41 59 / 0.1);
  }

  .xl\:bg-slate-800\/100{
    background-color: rgb(30 41 59 / 1);
  }

  .xl\:bg-slate-800\/15{
    background-color: rgb(30 41 59 / 0.15);
  }

  .xl\:bg-slate-800\/20{
    background-color: rgb(30 41 59 / 0.2);
  }

  .xl\:bg-slate-800\/25{
    background-color: rgb(30 41 59 / 0.25);
  }

  .xl\:bg-slate-800\/30{
    background-color: rgb(30 41 59 / 0.3);
  }

  .xl\:bg-slate-800\/35{
    background-color: rgb(30 41 59 / 0.35);
  }

  .xl\:bg-slate-800\/40{
    background-color: rgb(30 41 59 / 0.4);
  }

  .xl\:bg-slate-800\/45{
    background-color: rgb(30 41 59 / 0.45);
  }

  .xl\:bg-slate-800\/5{
    background-color: rgb(30 41 59 / 0.05);
  }

  .xl\:bg-slate-800\/50{
    background-color: rgb(30 41 59 / 0.5);
  }

  .xl\:bg-slate-800\/55{
    background-color: rgb(30 41 59 / 0.55);
  }

  .xl\:bg-slate-800\/60{
    background-color: rgb(30 41 59 / 0.6);
  }

  .xl\:bg-slate-800\/65{
    background-color: rgb(30 41 59 / 0.65);
  }

  .xl\:bg-slate-800\/70{
    background-color: rgb(30 41 59 / 0.7);
  }

  .xl\:bg-slate-800\/75{
    background-color: rgb(30 41 59 / 0.75);
  }

  .xl\:bg-slate-800\/80{
    background-color: rgb(30 41 59 / 0.8);
  }

  .xl\:bg-slate-800\/85{
    background-color: rgb(30 41 59 / 0.85);
  }

  .xl\:bg-slate-800\/90{
    background-color: rgb(30 41 59 / 0.9);
  }

  .xl\:bg-slate-800\/95{
    background-color: rgb(30 41 59 / 0.95);
  }

  .xl\:bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-900\/0{
    background-color: rgb(15 23 42 / 0);
  }

  .xl\:bg-slate-900\/10{
    background-color: rgb(15 23 42 / 0.1);
  }

  .xl\:bg-slate-900\/100{
    background-color: rgb(15 23 42 / 1);
  }

  .xl\:bg-slate-900\/15{
    background-color: rgb(15 23 42 / 0.15);
  }

  .xl\:bg-slate-900\/20{
    background-color: rgb(15 23 42 / 0.2);
  }

  .xl\:bg-slate-900\/25{
    background-color: rgb(15 23 42 / 0.25);
  }

  .xl\:bg-slate-900\/30{
    background-color: rgb(15 23 42 / 0.3);
  }

  .xl\:bg-slate-900\/35{
    background-color: rgb(15 23 42 / 0.35);
  }

  .xl\:bg-slate-900\/40{
    background-color: rgb(15 23 42 / 0.4);
  }

  .xl\:bg-slate-900\/45{
    background-color: rgb(15 23 42 / 0.45);
  }

  .xl\:bg-slate-900\/5{
    background-color: rgb(15 23 42 / 0.05);
  }

  .xl\:bg-slate-900\/50{
    background-color: rgb(15 23 42 / 0.5);
  }

  .xl\:bg-slate-900\/55{
    background-color: rgb(15 23 42 / 0.55);
  }

  .xl\:bg-slate-900\/60{
    background-color: rgb(15 23 42 / 0.6);
  }

  .xl\:bg-slate-900\/65{
    background-color: rgb(15 23 42 / 0.65);
  }

  .xl\:bg-slate-900\/70{
    background-color: rgb(15 23 42 / 0.7);
  }

  .xl\:bg-slate-900\/75{
    background-color: rgb(15 23 42 / 0.75);
  }

  .xl\:bg-slate-900\/80{
    background-color: rgb(15 23 42 / 0.8);
  }

  .xl\:bg-slate-900\/85{
    background-color: rgb(15 23 42 / 0.85);
  }

  .xl\:bg-slate-900\/90{
    background-color: rgb(15 23 42 / 0.9);
  }

  .xl\:bg-slate-900\/95{
    background-color: rgb(15 23 42 / 0.95);
  }

  .xl\:bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-950\/0{
    background-color: rgb(2 6 23 / 0);
  }

  .xl\:bg-slate-950\/10{
    background-color: rgb(2 6 23 / 0.1);
  }

  .xl\:bg-slate-950\/100{
    background-color: rgb(2 6 23 / 1);
  }

  .xl\:bg-slate-950\/15{
    background-color: rgb(2 6 23 / 0.15);
  }

  .xl\:bg-slate-950\/20{
    background-color: rgb(2 6 23 / 0.2);
  }

  .xl\:bg-slate-950\/25{
    background-color: rgb(2 6 23 / 0.25);
  }

  .xl\:bg-slate-950\/30{
    background-color: rgb(2 6 23 / 0.3);
  }

  .xl\:bg-slate-950\/35{
    background-color: rgb(2 6 23 / 0.35);
  }

  .xl\:bg-slate-950\/40{
    background-color: rgb(2 6 23 / 0.4);
  }

  .xl\:bg-slate-950\/45{
    background-color: rgb(2 6 23 / 0.45);
  }

  .xl\:bg-slate-950\/5{
    background-color: rgb(2 6 23 / 0.05);
  }

  .xl\:bg-slate-950\/50{
    background-color: rgb(2 6 23 / 0.5);
  }

  .xl\:bg-slate-950\/55{
    background-color: rgb(2 6 23 / 0.55);
  }

  .xl\:bg-slate-950\/60{
    background-color: rgb(2 6 23 / 0.6);
  }

  .xl\:bg-slate-950\/65{
    background-color: rgb(2 6 23 / 0.65);
  }

  .xl\:bg-slate-950\/70{
    background-color: rgb(2 6 23 / 0.7);
  }

  .xl\:bg-slate-950\/75{
    background-color: rgb(2 6 23 / 0.75);
  }

  .xl\:bg-slate-950\/80{
    background-color: rgb(2 6 23 / 0.8);
  }

  .xl\:bg-slate-950\/85{
    background-color: rgb(2 6 23 / 0.85);
  }

  .xl\:bg-slate-950\/90{
    background-color: rgb(2 6 23 / 0.9);
  }

  .xl\:bg-slate-950\/95{
    background-color: rgb(2 6 23 / 0.95);
  }

  .xl\:bg-stone-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-100\/0{
    background-color: rgb(245 245 244 / 0);
  }

  .xl\:bg-stone-100\/10{
    background-color: rgb(245 245 244 / 0.1);
  }

  .xl\:bg-stone-100\/100{
    background-color: rgb(245 245 244 / 1);
  }

  .xl\:bg-stone-100\/15{
    background-color: rgb(245 245 244 / 0.15);
  }

  .xl\:bg-stone-100\/20{
    background-color: rgb(245 245 244 / 0.2);
  }

  .xl\:bg-stone-100\/25{
    background-color: rgb(245 245 244 / 0.25);
  }

  .xl\:bg-stone-100\/30{
    background-color: rgb(245 245 244 / 0.3);
  }

  .xl\:bg-stone-100\/35{
    background-color: rgb(245 245 244 / 0.35);
  }

  .xl\:bg-stone-100\/40{
    background-color: rgb(245 245 244 / 0.4);
  }

  .xl\:bg-stone-100\/45{
    background-color: rgb(245 245 244 / 0.45);
  }

  .xl\:bg-stone-100\/5{
    background-color: rgb(245 245 244 / 0.05);
  }

  .xl\:bg-stone-100\/50{
    background-color: rgb(245 245 244 / 0.5);
  }

  .xl\:bg-stone-100\/55{
    background-color: rgb(245 245 244 / 0.55);
  }

  .xl\:bg-stone-100\/60{
    background-color: rgb(245 245 244 / 0.6);
  }

  .xl\:bg-stone-100\/65{
    background-color: rgb(245 245 244 / 0.65);
  }

  .xl\:bg-stone-100\/70{
    background-color: rgb(245 245 244 / 0.7);
  }

  .xl\:bg-stone-100\/75{
    background-color: rgb(245 245 244 / 0.75);
  }

  .xl\:bg-stone-100\/80{
    background-color: rgb(245 245 244 / 0.8);
  }

  .xl\:bg-stone-100\/85{
    background-color: rgb(245 245 244 / 0.85);
  }

  .xl\:bg-stone-100\/90{
    background-color: rgb(245 245 244 / 0.9);
  }

  .xl\:bg-stone-100\/95{
    background-color: rgb(245 245 244 / 0.95);
  }

  .xl\:bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-200\/0{
    background-color: rgb(231 229 228 / 0);
  }

  .xl\:bg-stone-200\/10{
    background-color: rgb(231 229 228 / 0.1);
  }

  .xl\:bg-stone-200\/100{
    background-color: rgb(231 229 228 / 1);
  }

  .xl\:bg-stone-200\/15{
    background-color: rgb(231 229 228 / 0.15);
  }

  .xl\:bg-stone-200\/20{
    background-color: rgb(231 229 228 / 0.2);
  }

  .xl\:bg-stone-200\/25{
    background-color: rgb(231 229 228 / 0.25);
  }

  .xl\:bg-stone-200\/30{
    background-color: rgb(231 229 228 / 0.3);
  }

  .xl\:bg-stone-200\/35{
    background-color: rgb(231 229 228 / 0.35);
  }

  .xl\:bg-stone-200\/40{
    background-color: rgb(231 229 228 / 0.4);
  }

  .xl\:bg-stone-200\/45{
    background-color: rgb(231 229 228 / 0.45);
  }

  .xl\:bg-stone-200\/5{
    background-color: rgb(231 229 228 / 0.05);
  }

  .xl\:bg-stone-200\/50{
    background-color: rgb(231 229 228 / 0.5);
  }

  .xl\:bg-stone-200\/55{
    background-color: rgb(231 229 228 / 0.55);
  }

  .xl\:bg-stone-200\/60{
    background-color: rgb(231 229 228 / 0.6);
  }

  .xl\:bg-stone-200\/65{
    background-color: rgb(231 229 228 / 0.65);
  }

  .xl\:bg-stone-200\/70{
    background-color: rgb(231 229 228 / 0.7);
  }

  .xl\:bg-stone-200\/75{
    background-color: rgb(231 229 228 / 0.75);
  }

  .xl\:bg-stone-200\/80{
    background-color: rgb(231 229 228 / 0.8);
  }

  .xl\:bg-stone-200\/85{
    background-color: rgb(231 229 228 / 0.85);
  }

  .xl\:bg-stone-200\/90{
    background-color: rgb(231 229 228 / 0.9);
  }

  .xl\:bg-stone-200\/95{
    background-color: rgb(231 229 228 / 0.95);
  }

  .xl\:bg-stone-300{
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-300\/0{
    background-color: rgb(214 211 209 / 0);
  }

  .xl\:bg-stone-300\/10{
    background-color: rgb(214 211 209 / 0.1);
  }

  .xl\:bg-stone-300\/100{
    background-color: rgb(214 211 209 / 1);
  }

  .xl\:bg-stone-300\/15{
    background-color: rgb(214 211 209 / 0.15);
  }

  .xl\:bg-stone-300\/20{
    background-color: rgb(214 211 209 / 0.2);
  }

  .xl\:bg-stone-300\/25{
    background-color: rgb(214 211 209 / 0.25);
  }

  .xl\:bg-stone-300\/30{
    background-color: rgb(214 211 209 / 0.3);
  }

  .xl\:bg-stone-300\/35{
    background-color: rgb(214 211 209 / 0.35);
  }

  .xl\:bg-stone-300\/40{
    background-color: rgb(214 211 209 / 0.4);
  }

  .xl\:bg-stone-300\/45{
    background-color: rgb(214 211 209 / 0.45);
  }

  .xl\:bg-stone-300\/5{
    background-color: rgb(214 211 209 / 0.05);
  }

  .xl\:bg-stone-300\/50{
    background-color: rgb(214 211 209 / 0.5);
  }

  .xl\:bg-stone-300\/55{
    background-color: rgb(214 211 209 / 0.55);
  }

  .xl\:bg-stone-300\/60{
    background-color: rgb(214 211 209 / 0.6);
  }

  .xl\:bg-stone-300\/65{
    background-color: rgb(214 211 209 / 0.65);
  }

  .xl\:bg-stone-300\/70{
    background-color: rgb(214 211 209 / 0.7);
  }

  .xl\:bg-stone-300\/75{
    background-color: rgb(214 211 209 / 0.75);
  }

  .xl\:bg-stone-300\/80{
    background-color: rgb(214 211 209 / 0.8);
  }

  .xl\:bg-stone-300\/85{
    background-color: rgb(214 211 209 / 0.85);
  }

  .xl\:bg-stone-300\/90{
    background-color: rgb(214 211 209 / 0.9);
  }

  .xl\:bg-stone-300\/95{
    background-color: rgb(214 211 209 / 0.95);
  }

  .xl\:bg-stone-400{
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-400\/0{
    background-color: rgb(168 162 158 / 0);
  }

  .xl\:bg-stone-400\/10{
    background-color: rgb(168 162 158 / 0.1);
  }

  .xl\:bg-stone-400\/100{
    background-color: rgb(168 162 158 / 1);
  }

  .xl\:bg-stone-400\/15{
    background-color: rgb(168 162 158 / 0.15);
  }

  .xl\:bg-stone-400\/20{
    background-color: rgb(168 162 158 / 0.2);
  }

  .xl\:bg-stone-400\/25{
    background-color: rgb(168 162 158 / 0.25);
  }

  .xl\:bg-stone-400\/30{
    background-color: rgb(168 162 158 / 0.3);
  }

  .xl\:bg-stone-400\/35{
    background-color: rgb(168 162 158 / 0.35);
  }

  .xl\:bg-stone-400\/40{
    background-color: rgb(168 162 158 / 0.4);
  }

  .xl\:bg-stone-400\/45{
    background-color: rgb(168 162 158 / 0.45);
  }

  .xl\:bg-stone-400\/5{
    background-color: rgb(168 162 158 / 0.05);
  }

  .xl\:bg-stone-400\/50{
    background-color: rgb(168 162 158 / 0.5);
  }

  .xl\:bg-stone-400\/55{
    background-color: rgb(168 162 158 / 0.55);
  }

  .xl\:bg-stone-400\/60{
    background-color: rgb(168 162 158 / 0.6);
  }

  .xl\:bg-stone-400\/65{
    background-color: rgb(168 162 158 / 0.65);
  }

  .xl\:bg-stone-400\/70{
    background-color: rgb(168 162 158 / 0.7);
  }

  .xl\:bg-stone-400\/75{
    background-color: rgb(168 162 158 / 0.75);
  }

  .xl\:bg-stone-400\/80{
    background-color: rgb(168 162 158 / 0.8);
  }

  .xl\:bg-stone-400\/85{
    background-color: rgb(168 162 158 / 0.85);
  }

  .xl\:bg-stone-400\/90{
    background-color: rgb(168 162 158 / 0.9);
  }

  .xl\:bg-stone-400\/95{
    background-color: rgb(168 162 158 / 0.95);
  }

  .xl\:bg-stone-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-50\/0{
    background-color: rgb(250 250 249 / 0);
  }

  .xl\:bg-stone-50\/10{
    background-color: rgb(250 250 249 / 0.1);
  }

  .xl\:bg-stone-50\/100{
    background-color: rgb(250 250 249 / 1);
  }

  .xl\:bg-stone-50\/15{
    background-color: rgb(250 250 249 / 0.15);
  }

  .xl\:bg-stone-50\/20{
    background-color: rgb(250 250 249 / 0.2);
  }

  .xl\:bg-stone-50\/25{
    background-color: rgb(250 250 249 / 0.25);
  }

  .xl\:bg-stone-50\/30{
    background-color: rgb(250 250 249 / 0.3);
  }

  .xl\:bg-stone-50\/35{
    background-color: rgb(250 250 249 / 0.35);
  }

  .xl\:bg-stone-50\/40{
    background-color: rgb(250 250 249 / 0.4);
  }

  .xl\:bg-stone-50\/45{
    background-color: rgb(250 250 249 / 0.45);
  }

  .xl\:bg-stone-50\/5{
    background-color: rgb(250 250 249 / 0.05);
  }

  .xl\:bg-stone-50\/50{
    background-color: rgb(250 250 249 / 0.5);
  }

  .xl\:bg-stone-50\/55{
    background-color: rgb(250 250 249 / 0.55);
  }

  .xl\:bg-stone-50\/60{
    background-color: rgb(250 250 249 / 0.6);
  }

  .xl\:bg-stone-50\/65{
    background-color: rgb(250 250 249 / 0.65);
  }

  .xl\:bg-stone-50\/70{
    background-color: rgb(250 250 249 / 0.7);
  }

  .xl\:bg-stone-50\/75{
    background-color: rgb(250 250 249 / 0.75);
  }

  .xl\:bg-stone-50\/80{
    background-color: rgb(250 250 249 / 0.8);
  }

  .xl\:bg-stone-50\/85{
    background-color: rgb(250 250 249 / 0.85);
  }

  .xl\:bg-stone-50\/90{
    background-color: rgb(250 250 249 / 0.9);
  }

  .xl\:bg-stone-50\/95{
    background-color: rgb(250 250 249 / 0.95);
  }

  .xl\:bg-stone-500{
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-500\/0{
    background-color: rgb(120 113 108 / 0);
  }

  .xl\:bg-stone-500\/10{
    background-color: rgb(120 113 108 / 0.1);
  }

  .xl\:bg-stone-500\/100{
    background-color: rgb(120 113 108 / 1);
  }

  .xl\:bg-stone-500\/15{
    background-color: rgb(120 113 108 / 0.15);
  }

  .xl\:bg-stone-500\/20{
    background-color: rgb(120 113 108 / 0.2);
  }

  .xl\:bg-stone-500\/25{
    background-color: rgb(120 113 108 / 0.25);
  }

  .xl\:bg-stone-500\/30{
    background-color: rgb(120 113 108 / 0.3);
  }

  .xl\:bg-stone-500\/35{
    background-color: rgb(120 113 108 / 0.35);
  }

  .xl\:bg-stone-500\/40{
    background-color: rgb(120 113 108 / 0.4);
  }

  .xl\:bg-stone-500\/45{
    background-color: rgb(120 113 108 / 0.45);
  }

  .xl\:bg-stone-500\/5{
    background-color: rgb(120 113 108 / 0.05);
  }

  .xl\:bg-stone-500\/50{
    background-color: rgb(120 113 108 / 0.5);
  }

  .xl\:bg-stone-500\/55{
    background-color: rgb(120 113 108 / 0.55);
  }

  .xl\:bg-stone-500\/60{
    background-color: rgb(120 113 108 / 0.6);
  }

  .xl\:bg-stone-500\/65{
    background-color: rgb(120 113 108 / 0.65);
  }

  .xl\:bg-stone-500\/70{
    background-color: rgb(120 113 108 / 0.7);
  }

  .xl\:bg-stone-500\/75{
    background-color: rgb(120 113 108 / 0.75);
  }

  .xl\:bg-stone-500\/80{
    background-color: rgb(120 113 108 / 0.8);
  }

  .xl\:bg-stone-500\/85{
    background-color: rgb(120 113 108 / 0.85);
  }

  .xl\:bg-stone-500\/90{
    background-color: rgb(120 113 108 / 0.9);
  }

  .xl\:bg-stone-500\/95{
    background-color: rgb(120 113 108 / 0.95);
  }

  .xl\:bg-stone-600{
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-600\/0{
    background-color: rgb(87 83 78 / 0);
  }

  .xl\:bg-stone-600\/10{
    background-color: rgb(87 83 78 / 0.1);
  }

  .xl\:bg-stone-600\/100{
    background-color: rgb(87 83 78 / 1);
  }

  .xl\:bg-stone-600\/15{
    background-color: rgb(87 83 78 / 0.15);
  }

  .xl\:bg-stone-600\/20{
    background-color: rgb(87 83 78 / 0.2);
  }

  .xl\:bg-stone-600\/25{
    background-color: rgb(87 83 78 / 0.25);
  }

  .xl\:bg-stone-600\/30{
    background-color: rgb(87 83 78 / 0.3);
  }

  .xl\:bg-stone-600\/35{
    background-color: rgb(87 83 78 / 0.35);
  }

  .xl\:bg-stone-600\/40{
    background-color: rgb(87 83 78 / 0.4);
  }

  .xl\:bg-stone-600\/45{
    background-color: rgb(87 83 78 / 0.45);
  }

  .xl\:bg-stone-600\/5{
    background-color: rgb(87 83 78 / 0.05);
  }

  .xl\:bg-stone-600\/50{
    background-color: rgb(87 83 78 / 0.5);
  }

  .xl\:bg-stone-600\/55{
    background-color: rgb(87 83 78 / 0.55);
  }

  .xl\:bg-stone-600\/60{
    background-color: rgb(87 83 78 / 0.6);
  }

  .xl\:bg-stone-600\/65{
    background-color: rgb(87 83 78 / 0.65);
  }

  .xl\:bg-stone-600\/70{
    background-color: rgb(87 83 78 / 0.7);
  }

  .xl\:bg-stone-600\/75{
    background-color: rgb(87 83 78 / 0.75);
  }

  .xl\:bg-stone-600\/80{
    background-color: rgb(87 83 78 / 0.8);
  }

  .xl\:bg-stone-600\/85{
    background-color: rgb(87 83 78 / 0.85);
  }

  .xl\:bg-stone-600\/90{
    background-color: rgb(87 83 78 / 0.9);
  }

  .xl\:bg-stone-600\/95{
    background-color: rgb(87 83 78 / 0.95);
  }

  .xl\:bg-stone-700{
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-700\/0{
    background-color: rgb(68 64 60 / 0);
  }

  .xl\:bg-stone-700\/10{
    background-color: rgb(68 64 60 / 0.1);
  }

  .xl\:bg-stone-700\/100{
    background-color: rgb(68 64 60 / 1);
  }

  .xl\:bg-stone-700\/15{
    background-color: rgb(68 64 60 / 0.15);
  }

  .xl\:bg-stone-700\/20{
    background-color: rgb(68 64 60 / 0.2);
  }

  .xl\:bg-stone-700\/25{
    background-color: rgb(68 64 60 / 0.25);
  }

  .xl\:bg-stone-700\/30{
    background-color: rgb(68 64 60 / 0.3);
  }

  .xl\:bg-stone-700\/35{
    background-color: rgb(68 64 60 / 0.35);
  }

  .xl\:bg-stone-700\/40{
    background-color: rgb(68 64 60 / 0.4);
  }

  .xl\:bg-stone-700\/45{
    background-color: rgb(68 64 60 / 0.45);
  }

  .xl\:bg-stone-700\/5{
    background-color: rgb(68 64 60 / 0.05);
  }

  .xl\:bg-stone-700\/50{
    background-color: rgb(68 64 60 / 0.5);
  }

  .xl\:bg-stone-700\/55{
    background-color: rgb(68 64 60 / 0.55);
  }

  .xl\:bg-stone-700\/60{
    background-color: rgb(68 64 60 / 0.6);
  }

  .xl\:bg-stone-700\/65{
    background-color: rgb(68 64 60 / 0.65);
  }

  .xl\:bg-stone-700\/70{
    background-color: rgb(68 64 60 / 0.7);
  }

  .xl\:bg-stone-700\/75{
    background-color: rgb(68 64 60 / 0.75);
  }

  .xl\:bg-stone-700\/80{
    background-color: rgb(68 64 60 / 0.8);
  }

  .xl\:bg-stone-700\/85{
    background-color: rgb(68 64 60 / 0.85);
  }

  .xl\:bg-stone-700\/90{
    background-color: rgb(68 64 60 / 0.9);
  }

  .xl\:bg-stone-700\/95{
    background-color: rgb(68 64 60 / 0.95);
  }

  .xl\:bg-stone-800{
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-800\/0{
    background-color: rgb(41 37 36 / 0);
  }

  .xl\:bg-stone-800\/10{
    background-color: rgb(41 37 36 / 0.1);
  }

  .xl\:bg-stone-800\/100{
    background-color: rgb(41 37 36 / 1);
  }

  .xl\:bg-stone-800\/15{
    background-color: rgb(41 37 36 / 0.15);
  }

  .xl\:bg-stone-800\/20{
    background-color: rgb(41 37 36 / 0.2);
  }

  .xl\:bg-stone-800\/25{
    background-color: rgb(41 37 36 / 0.25);
  }

  .xl\:bg-stone-800\/30{
    background-color: rgb(41 37 36 / 0.3);
  }

  .xl\:bg-stone-800\/35{
    background-color: rgb(41 37 36 / 0.35);
  }

  .xl\:bg-stone-800\/40{
    background-color: rgb(41 37 36 / 0.4);
  }

  .xl\:bg-stone-800\/45{
    background-color: rgb(41 37 36 / 0.45);
  }

  .xl\:bg-stone-800\/5{
    background-color: rgb(41 37 36 / 0.05);
  }

  .xl\:bg-stone-800\/50{
    background-color: rgb(41 37 36 / 0.5);
  }

  .xl\:bg-stone-800\/55{
    background-color: rgb(41 37 36 / 0.55);
  }

  .xl\:bg-stone-800\/60{
    background-color: rgb(41 37 36 / 0.6);
  }

  .xl\:bg-stone-800\/65{
    background-color: rgb(41 37 36 / 0.65);
  }

  .xl\:bg-stone-800\/70{
    background-color: rgb(41 37 36 / 0.7);
  }

  .xl\:bg-stone-800\/75{
    background-color: rgb(41 37 36 / 0.75);
  }

  .xl\:bg-stone-800\/80{
    background-color: rgb(41 37 36 / 0.8);
  }

  .xl\:bg-stone-800\/85{
    background-color: rgb(41 37 36 / 0.85);
  }

  .xl\:bg-stone-800\/90{
    background-color: rgb(41 37 36 / 0.9);
  }

  .xl\:bg-stone-800\/95{
    background-color: rgb(41 37 36 / 0.95);
  }

  .xl\:bg-stone-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-900\/0{
    background-color: rgb(28 25 23 / 0);
  }

  .xl\:bg-stone-900\/10{
    background-color: rgb(28 25 23 / 0.1);
  }

  .xl\:bg-stone-900\/100{
    background-color: rgb(28 25 23 / 1);
  }

  .xl\:bg-stone-900\/15{
    background-color: rgb(28 25 23 / 0.15);
  }

  .xl\:bg-stone-900\/20{
    background-color: rgb(28 25 23 / 0.2);
  }

  .xl\:bg-stone-900\/25{
    background-color: rgb(28 25 23 / 0.25);
  }

  .xl\:bg-stone-900\/30{
    background-color: rgb(28 25 23 / 0.3);
  }

  .xl\:bg-stone-900\/35{
    background-color: rgb(28 25 23 / 0.35);
  }

  .xl\:bg-stone-900\/40{
    background-color: rgb(28 25 23 / 0.4);
  }

  .xl\:bg-stone-900\/45{
    background-color: rgb(28 25 23 / 0.45);
  }

  .xl\:bg-stone-900\/5{
    background-color: rgb(28 25 23 / 0.05);
  }

  .xl\:bg-stone-900\/50{
    background-color: rgb(28 25 23 / 0.5);
  }

  .xl\:bg-stone-900\/55{
    background-color: rgb(28 25 23 / 0.55);
  }

  .xl\:bg-stone-900\/60{
    background-color: rgb(28 25 23 / 0.6);
  }

  .xl\:bg-stone-900\/65{
    background-color: rgb(28 25 23 / 0.65);
  }

  .xl\:bg-stone-900\/70{
    background-color: rgb(28 25 23 / 0.7);
  }

  .xl\:bg-stone-900\/75{
    background-color: rgb(28 25 23 / 0.75);
  }

  .xl\:bg-stone-900\/80{
    background-color: rgb(28 25 23 / 0.8);
  }

  .xl\:bg-stone-900\/85{
    background-color: rgb(28 25 23 / 0.85);
  }

  .xl\:bg-stone-900\/90{
    background-color: rgb(28 25 23 / 0.9);
  }

  .xl\:bg-stone-900\/95{
    background-color: rgb(28 25 23 / 0.95);
  }

  .xl\:bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-stone-950\/0{
    background-color: rgb(12 10 9 / 0);
  }

  .xl\:bg-stone-950\/10{
    background-color: rgb(12 10 9 / 0.1);
  }

  .xl\:bg-stone-950\/100{
    background-color: rgb(12 10 9 / 1);
  }

  .xl\:bg-stone-950\/15{
    background-color: rgb(12 10 9 / 0.15);
  }

  .xl\:bg-stone-950\/20{
    background-color: rgb(12 10 9 / 0.2);
  }

  .xl\:bg-stone-950\/25{
    background-color: rgb(12 10 9 / 0.25);
  }

  .xl\:bg-stone-950\/30{
    background-color: rgb(12 10 9 / 0.3);
  }

  .xl\:bg-stone-950\/35{
    background-color: rgb(12 10 9 / 0.35);
  }

  .xl\:bg-stone-950\/40{
    background-color: rgb(12 10 9 / 0.4);
  }

  .xl\:bg-stone-950\/45{
    background-color: rgb(12 10 9 / 0.45);
  }

  .xl\:bg-stone-950\/5{
    background-color: rgb(12 10 9 / 0.05);
  }

  .xl\:bg-stone-950\/50{
    background-color: rgb(12 10 9 / 0.5);
  }

  .xl\:bg-stone-950\/55{
    background-color: rgb(12 10 9 / 0.55);
  }

  .xl\:bg-stone-950\/60{
    background-color: rgb(12 10 9 / 0.6);
  }

  .xl\:bg-stone-950\/65{
    background-color: rgb(12 10 9 / 0.65);
  }

  .xl\:bg-stone-950\/70{
    background-color: rgb(12 10 9 / 0.7);
  }

  .xl\:bg-stone-950\/75{
    background-color: rgb(12 10 9 / 0.75);
  }

  .xl\:bg-stone-950\/80{
    background-color: rgb(12 10 9 / 0.8);
  }

  .xl\:bg-stone-950\/85{
    background-color: rgb(12 10 9 / 0.85);
  }

  .xl\:bg-stone-950\/90{
    background-color: rgb(12 10 9 / 0.9);
  }

  .xl\:bg-stone-950\/95{
    background-color: rgb(12 10 9 / 0.95);
  }

  .xl\:bg-teal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-100\/0{
    background-color: rgb(204 251 241 / 0);
  }

  .xl\:bg-teal-100\/10{
    background-color: rgb(204 251 241 / 0.1);
  }

  .xl\:bg-teal-100\/100{
    background-color: rgb(204 251 241 / 1);
  }

  .xl\:bg-teal-100\/15{
    background-color: rgb(204 251 241 / 0.15);
  }

  .xl\:bg-teal-100\/20{
    background-color: rgb(204 251 241 / 0.2);
  }

  .xl\:bg-teal-100\/25{
    background-color: rgb(204 251 241 / 0.25);
  }

  .xl\:bg-teal-100\/30{
    background-color: rgb(204 251 241 / 0.3);
  }

  .xl\:bg-teal-100\/35{
    background-color: rgb(204 251 241 / 0.35);
  }

  .xl\:bg-teal-100\/40{
    background-color: rgb(204 251 241 / 0.4);
  }

  .xl\:bg-teal-100\/45{
    background-color: rgb(204 251 241 / 0.45);
  }

  .xl\:bg-teal-100\/5{
    background-color: rgb(204 251 241 / 0.05);
  }

  .xl\:bg-teal-100\/50{
    background-color: rgb(204 251 241 / 0.5);
  }

  .xl\:bg-teal-100\/55{
    background-color: rgb(204 251 241 / 0.55);
  }

  .xl\:bg-teal-100\/60{
    background-color: rgb(204 251 241 / 0.6);
  }

  .xl\:bg-teal-100\/65{
    background-color: rgb(204 251 241 / 0.65);
  }

  .xl\:bg-teal-100\/70{
    background-color: rgb(204 251 241 / 0.7);
  }

  .xl\:bg-teal-100\/75{
    background-color: rgb(204 251 241 / 0.75);
  }

  .xl\:bg-teal-100\/80{
    background-color: rgb(204 251 241 / 0.8);
  }

  .xl\:bg-teal-100\/85{
    background-color: rgb(204 251 241 / 0.85);
  }

  .xl\:bg-teal-100\/90{
    background-color: rgb(204 251 241 / 0.9);
  }

  .xl\:bg-teal-100\/95{
    background-color: rgb(204 251 241 / 0.95);
  }

  .xl\:bg-teal-200{
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-200\/0{
    background-color: rgb(153 246 228 / 0);
  }

  .xl\:bg-teal-200\/10{
    background-color: rgb(153 246 228 / 0.1);
  }

  .xl\:bg-teal-200\/100{
    background-color: rgb(153 246 228 / 1);
  }

  .xl\:bg-teal-200\/15{
    background-color: rgb(153 246 228 / 0.15);
  }

  .xl\:bg-teal-200\/20{
    background-color: rgb(153 246 228 / 0.2);
  }

  .xl\:bg-teal-200\/25{
    background-color: rgb(153 246 228 / 0.25);
  }

  .xl\:bg-teal-200\/30{
    background-color: rgb(153 246 228 / 0.3);
  }

  .xl\:bg-teal-200\/35{
    background-color: rgb(153 246 228 / 0.35);
  }

  .xl\:bg-teal-200\/40{
    background-color: rgb(153 246 228 / 0.4);
  }

  .xl\:bg-teal-200\/45{
    background-color: rgb(153 246 228 / 0.45);
  }

  .xl\:bg-teal-200\/5{
    background-color: rgb(153 246 228 / 0.05);
  }

  .xl\:bg-teal-200\/50{
    background-color: rgb(153 246 228 / 0.5);
  }

  .xl\:bg-teal-200\/55{
    background-color: rgb(153 246 228 / 0.55);
  }

  .xl\:bg-teal-200\/60{
    background-color: rgb(153 246 228 / 0.6);
  }

  .xl\:bg-teal-200\/65{
    background-color: rgb(153 246 228 / 0.65);
  }

  .xl\:bg-teal-200\/70{
    background-color: rgb(153 246 228 / 0.7);
  }

  .xl\:bg-teal-200\/75{
    background-color: rgb(153 246 228 / 0.75);
  }

  .xl\:bg-teal-200\/80{
    background-color: rgb(153 246 228 / 0.8);
  }

  .xl\:bg-teal-200\/85{
    background-color: rgb(153 246 228 / 0.85);
  }

  .xl\:bg-teal-200\/90{
    background-color: rgb(153 246 228 / 0.9);
  }

  .xl\:bg-teal-200\/95{
    background-color: rgb(153 246 228 / 0.95);
  }

  .xl\:bg-teal-300{
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-300\/0{
    background-color: rgb(94 234 212 / 0);
  }

  .xl\:bg-teal-300\/10{
    background-color: rgb(94 234 212 / 0.1);
  }

  .xl\:bg-teal-300\/100{
    background-color: rgb(94 234 212 / 1);
  }

  .xl\:bg-teal-300\/15{
    background-color: rgb(94 234 212 / 0.15);
  }

  .xl\:bg-teal-300\/20{
    background-color: rgb(94 234 212 / 0.2);
  }

  .xl\:bg-teal-300\/25{
    background-color: rgb(94 234 212 / 0.25);
  }

  .xl\:bg-teal-300\/30{
    background-color: rgb(94 234 212 / 0.3);
  }

  .xl\:bg-teal-300\/35{
    background-color: rgb(94 234 212 / 0.35);
  }

  .xl\:bg-teal-300\/40{
    background-color: rgb(94 234 212 / 0.4);
  }

  .xl\:bg-teal-300\/45{
    background-color: rgb(94 234 212 / 0.45);
  }

  .xl\:bg-teal-300\/5{
    background-color: rgb(94 234 212 / 0.05);
  }

  .xl\:bg-teal-300\/50{
    background-color: rgb(94 234 212 / 0.5);
  }

  .xl\:bg-teal-300\/55{
    background-color: rgb(94 234 212 / 0.55);
  }

  .xl\:bg-teal-300\/60{
    background-color: rgb(94 234 212 / 0.6);
  }

  .xl\:bg-teal-300\/65{
    background-color: rgb(94 234 212 / 0.65);
  }

  .xl\:bg-teal-300\/70{
    background-color: rgb(94 234 212 / 0.7);
  }

  .xl\:bg-teal-300\/75{
    background-color: rgb(94 234 212 / 0.75);
  }

  .xl\:bg-teal-300\/80{
    background-color: rgb(94 234 212 / 0.8);
  }

  .xl\:bg-teal-300\/85{
    background-color: rgb(94 234 212 / 0.85);
  }

  .xl\:bg-teal-300\/90{
    background-color: rgb(94 234 212 / 0.9);
  }

  .xl\:bg-teal-300\/95{
    background-color: rgb(94 234 212 / 0.95);
  }

  .xl\:bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-400\/0{
    background-color: rgb(45 212 191 / 0);
  }

  .xl\:bg-teal-400\/10{
    background-color: rgb(45 212 191 / 0.1);
  }

  .xl\:bg-teal-400\/100{
    background-color: rgb(45 212 191 / 1);
  }

  .xl\:bg-teal-400\/15{
    background-color: rgb(45 212 191 / 0.15);
  }

  .xl\:bg-teal-400\/20{
    background-color: rgb(45 212 191 / 0.2);
  }

  .xl\:bg-teal-400\/25{
    background-color: rgb(45 212 191 / 0.25);
  }

  .xl\:bg-teal-400\/30{
    background-color: rgb(45 212 191 / 0.3);
  }

  .xl\:bg-teal-400\/35{
    background-color: rgb(45 212 191 / 0.35);
  }

  .xl\:bg-teal-400\/40{
    background-color: rgb(45 212 191 / 0.4);
  }

  .xl\:bg-teal-400\/45{
    background-color: rgb(45 212 191 / 0.45);
  }

  .xl\:bg-teal-400\/5{
    background-color: rgb(45 212 191 / 0.05);
  }

  .xl\:bg-teal-400\/50{
    background-color: rgb(45 212 191 / 0.5);
  }

  .xl\:bg-teal-400\/55{
    background-color: rgb(45 212 191 / 0.55);
  }

  .xl\:bg-teal-400\/60{
    background-color: rgb(45 212 191 / 0.6);
  }

  .xl\:bg-teal-400\/65{
    background-color: rgb(45 212 191 / 0.65);
  }

  .xl\:bg-teal-400\/70{
    background-color: rgb(45 212 191 / 0.7);
  }

  .xl\:bg-teal-400\/75{
    background-color: rgb(45 212 191 / 0.75);
  }

  .xl\:bg-teal-400\/80{
    background-color: rgb(45 212 191 / 0.8);
  }

  .xl\:bg-teal-400\/85{
    background-color: rgb(45 212 191 / 0.85);
  }

  .xl\:bg-teal-400\/90{
    background-color: rgb(45 212 191 / 0.9);
  }

  .xl\:bg-teal-400\/95{
    background-color: rgb(45 212 191 / 0.95);
  }

  .xl\:bg-teal-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-50\/0{
    background-color: rgb(240 253 250 / 0);
  }

  .xl\:bg-teal-50\/10{
    background-color: rgb(240 253 250 / 0.1);
  }

  .xl\:bg-teal-50\/100{
    background-color: rgb(240 253 250 / 1);
  }

  .xl\:bg-teal-50\/15{
    background-color: rgb(240 253 250 / 0.15);
  }

  .xl\:bg-teal-50\/20{
    background-color: rgb(240 253 250 / 0.2);
  }

  .xl\:bg-teal-50\/25{
    background-color: rgb(240 253 250 / 0.25);
  }

  .xl\:bg-teal-50\/30{
    background-color: rgb(240 253 250 / 0.3);
  }

  .xl\:bg-teal-50\/35{
    background-color: rgb(240 253 250 / 0.35);
  }

  .xl\:bg-teal-50\/40{
    background-color: rgb(240 253 250 / 0.4);
  }

  .xl\:bg-teal-50\/45{
    background-color: rgb(240 253 250 / 0.45);
  }

  .xl\:bg-teal-50\/5{
    background-color: rgb(240 253 250 / 0.05);
  }

  .xl\:bg-teal-50\/50{
    background-color: rgb(240 253 250 / 0.5);
  }

  .xl\:bg-teal-50\/55{
    background-color: rgb(240 253 250 / 0.55);
  }

  .xl\:bg-teal-50\/60{
    background-color: rgb(240 253 250 / 0.6);
  }

  .xl\:bg-teal-50\/65{
    background-color: rgb(240 253 250 / 0.65);
  }

  .xl\:bg-teal-50\/70{
    background-color: rgb(240 253 250 / 0.7);
  }

  .xl\:bg-teal-50\/75{
    background-color: rgb(240 253 250 / 0.75);
  }

  .xl\:bg-teal-50\/80{
    background-color: rgb(240 253 250 / 0.8);
  }

  .xl\:bg-teal-50\/85{
    background-color: rgb(240 253 250 / 0.85);
  }

  .xl\:bg-teal-50\/90{
    background-color: rgb(240 253 250 / 0.9);
  }

  .xl\:bg-teal-50\/95{
    background-color: rgb(240 253 250 / 0.95);
  }

  .xl\:bg-teal-500{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-500\/0{
    background-color: rgb(20 184 166 / 0);
  }

  .xl\:bg-teal-500\/10{
    background-color: rgb(20 184 166 / 0.1);
  }

  .xl\:bg-teal-500\/100{
    background-color: rgb(20 184 166 / 1);
  }

  .xl\:bg-teal-500\/15{
    background-color: rgb(20 184 166 / 0.15);
  }

  .xl\:bg-teal-500\/20{
    background-color: rgb(20 184 166 / 0.2);
  }

  .xl\:bg-teal-500\/25{
    background-color: rgb(20 184 166 / 0.25);
  }

  .xl\:bg-teal-500\/30{
    background-color: rgb(20 184 166 / 0.3);
  }

  .xl\:bg-teal-500\/35{
    background-color: rgb(20 184 166 / 0.35);
  }

  .xl\:bg-teal-500\/40{
    background-color: rgb(20 184 166 / 0.4);
  }

  .xl\:bg-teal-500\/45{
    background-color: rgb(20 184 166 / 0.45);
  }

  .xl\:bg-teal-500\/5{
    background-color: rgb(20 184 166 / 0.05);
  }

  .xl\:bg-teal-500\/50{
    background-color: rgb(20 184 166 / 0.5);
  }

  .xl\:bg-teal-500\/55{
    background-color: rgb(20 184 166 / 0.55);
  }

  .xl\:bg-teal-500\/60{
    background-color: rgb(20 184 166 / 0.6);
  }

  .xl\:bg-teal-500\/65{
    background-color: rgb(20 184 166 / 0.65);
  }

  .xl\:bg-teal-500\/70{
    background-color: rgb(20 184 166 / 0.7);
  }

  .xl\:bg-teal-500\/75{
    background-color: rgb(20 184 166 / 0.75);
  }

  .xl\:bg-teal-500\/80{
    background-color: rgb(20 184 166 / 0.8);
  }

  .xl\:bg-teal-500\/85{
    background-color: rgb(20 184 166 / 0.85);
  }

  .xl\:bg-teal-500\/90{
    background-color: rgb(20 184 166 / 0.9);
  }

  .xl\:bg-teal-500\/95{
    background-color: rgb(20 184 166 / 0.95);
  }

  .xl\:bg-teal-600{
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-600\/0{
    background-color: rgb(13 148 136 / 0);
  }

  .xl\:bg-teal-600\/10{
    background-color: rgb(13 148 136 / 0.1);
  }

  .xl\:bg-teal-600\/100{
    background-color: rgb(13 148 136 / 1);
  }

  .xl\:bg-teal-600\/15{
    background-color: rgb(13 148 136 / 0.15);
  }

  .xl\:bg-teal-600\/20{
    background-color: rgb(13 148 136 / 0.2);
  }

  .xl\:bg-teal-600\/25{
    background-color: rgb(13 148 136 / 0.25);
  }

  .xl\:bg-teal-600\/30{
    background-color: rgb(13 148 136 / 0.3);
  }

  .xl\:bg-teal-600\/35{
    background-color: rgb(13 148 136 / 0.35);
  }

  .xl\:bg-teal-600\/40{
    background-color: rgb(13 148 136 / 0.4);
  }

  .xl\:bg-teal-600\/45{
    background-color: rgb(13 148 136 / 0.45);
  }

  .xl\:bg-teal-600\/5{
    background-color: rgb(13 148 136 / 0.05);
  }

  .xl\:bg-teal-600\/50{
    background-color: rgb(13 148 136 / 0.5);
  }

  .xl\:bg-teal-600\/55{
    background-color: rgb(13 148 136 / 0.55);
  }

  .xl\:bg-teal-600\/60{
    background-color: rgb(13 148 136 / 0.6);
  }

  .xl\:bg-teal-600\/65{
    background-color: rgb(13 148 136 / 0.65);
  }

  .xl\:bg-teal-600\/70{
    background-color: rgb(13 148 136 / 0.7);
  }

  .xl\:bg-teal-600\/75{
    background-color: rgb(13 148 136 / 0.75);
  }

  .xl\:bg-teal-600\/80{
    background-color: rgb(13 148 136 / 0.8);
  }

  .xl\:bg-teal-600\/85{
    background-color: rgb(13 148 136 / 0.85);
  }

  .xl\:bg-teal-600\/90{
    background-color: rgb(13 148 136 / 0.9);
  }

  .xl\:bg-teal-600\/95{
    background-color: rgb(13 148 136 / 0.95);
  }

  .xl\:bg-teal-700{
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-700\/0{
    background-color: rgb(15 118 110 / 0);
  }

  .xl\:bg-teal-700\/10{
    background-color: rgb(15 118 110 / 0.1);
  }

  .xl\:bg-teal-700\/100{
    background-color: rgb(15 118 110 / 1);
  }

  .xl\:bg-teal-700\/15{
    background-color: rgb(15 118 110 / 0.15);
  }

  .xl\:bg-teal-700\/20{
    background-color: rgb(15 118 110 / 0.2);
  }

  .xl\:bg-teal-700\/25{
    background-color: rgb(15 118 110 / 0.25);
  }

  .xl\:bg-teal-700\/30{
    background-color: rgb(15 118 110 / 0.3);
  }

  .xl\:bg-teal-700\/35{
    background-color: rgb(15 118 110 / 0.35);
  }

  .xl\:bg-teal-700\/40{
    background-color: rgb(15 118 110 / 0.4);
  }

  .xl\:bg-teal-700\/45{
    background-color: rgb(15 118 110 / 0.45);
  }

  .xl\:bg-teal-700\/5{
    background-color: rgb(15 118 110 / 0.05);
  }

  .xl\:bg-teal-700\/50{
    background-color: rgb(15 118 110 / 0.5);
  }

  .xl\:bg-teal-700\/55{
    background-color: rgb(15 118 110 / 0.55);
  }

  .xl\:bg-teal-700\/60{
    background-color: rgb(15 118 110 / 0.6);
  }

  .xl\:bg-teal-700\/65{
    background-color: rgb(15 118 110 / 0.65);
  }

  .xl\:bg-teal-700\/70{
    background-color: rgb(15 118 110 / 0.7);
  }

  .xl\:bg-teal-700\/75{
    background-color: rgb(15 118 110 / 0.75);
  }

  .xl\:bg-teal-700\/80{
    background-color: rgb(15 118 110 / 0.8);
  }

  .xl\:bg-teal-700\/85{
    background-color: rgb(15 118 110 / 0.85);
  }

  .xl\:bg-teal-700\/90{
    background-color: rgb(15 118 110 / 0.9);
  }

  .xl\:bg-teal-700\/95{
    background-color: rgb(15 118 110 / 0.95);
  }

  .xl\:bg-teal-800{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-800\/0{
    background-color: rgb(17 94 89 / 0);
  }

  .xl\:bg-teal-800\/10{
    background-color: rgb(17 94 89 / 0.1);
  }

  .xl\:bg-teal-800\/100{
    background-color: rgb(17 94 89 / 1);
  }

  .xl\:bg-teal-800\/15{
    background-color: rgb(17 94 89 / 0.15);
  }

  .xl\:bg-teal-800\/20{
    background-color: rgb(17 94 89 / 0.2);
  }

  .xl\:bg-teal-800\/25{
    background-color: rgb(17 94 89 / 0.25);
  }

  .xl\:bg-teal-800\/30{
    background-color: rgb(17 94 89 / 0.3);
  }

  .xl\:bg-teal-800\/35{
    background-color: rgb(17 94 89 / 0.35);
  }

  .xl\:bg-teal-800\/40{
    background-color: rgb(17 94 89 / 0.4);
  }

  .xl\:bg-teal-800\/45{
    background-color: rgb(17 94 89 / 0.45);
  }

  .xl\:bg-teal-800\/5{
    background-color: rgb(17 94 89 / 0.05);
  }

  .xl\:bg-teal-800\/50{
    background-color: rgb(17 94 89 / 0.5);
  }

  .xl\:bg-teal-800\/55{
    background-color: rgb(17 94 89 / 0.55);
  }

  .xl\:bg-teal-800\/60{
    background-color: rgb(17 94 89 / 0.6);
  }

  .xl\:bg-teal-800\/65{
    background-color: rgb(17 94 89 / 0.65);
  }

  .xl\:bg-teal-800\/70{
    background-color: rgb(17 94 89 / 0.7);
  }

  .xl\:bg-teal-800\/75{
    background-color: rgb(17 94 89 / 0.75);
  }

  .xl\:bg-teal-800\/80{
    background-color: rgb(17 94 89 / 0.8);
  }

  .xl\:bg-teal-800\/85{
    background-color: rgb(17 94 89 / 0.85);
  }

  .xl\:bg-teal-800\/90{
    background-color: rgb(17 94 89 / 0.9);
  }

  .xl\:bg-teal-800\/95{
    background-color: rgb(17 94 89 / 0.95);
  }

  .xl\:bg-teal-900{
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-900\/0{
    background-color: rgb(19 78 74 / 0);
  }

  .xl\:bg-teal-900\/10{
    background-color: rgb(19 78 74 / 0.1);
  }

  .xl\:bg-teal-900\/100{
    background-color: rgb(19 78 74 / 1);
  }

  .xl\:bg-teal-900\/15{
    background-color: rgb(19 78 74 / 0.15);
  }

  .xl\:bg-teal-900\/20{
    background-color: rgb(19 78 74 / 0.2);
  }

  .xl\:bg-teal-900\/25{
    background-color: rgb(19 78 74 / 0.25);
  }

  .xl\:bg-teal-900\/30{
    background-color: rgb(19 78 74 / 0.3);
  }

  .xl\:bg-teal-900\/35{
    background-color: rgb(19 78 74 / 0.35);
  }

  .xl\:bg-teal-900\/40{
    background-color: rgb(19 78 74 / 0.4);
  }

  .xl\:bg-teal-900\/45{
    background-color: rgb(19 78 74 / 0.45);
  }

  .xl\:bg-teal-900\/5{
    background-color: rgb(19 78 74 / 0.05);
  }

  .xl\:bg-teal-900\/50{
    background-color: rgb(19 78 74 / 0.5);
  }

  .xl\:bg-teal-900\/55{
    background-color: rgb(19 78 74 / 0.55);
  }

  .xl\:bg-teal-900\/60{
    background-color: rgb(19 78 74 / 0.6);
  }

  .xl\:bg-teal-900\/65{
    background-color: rgb(19 78 74 / 0.65);
  }

  .xl\:bg-teal-900\/70{
    background-color: rgb(19 78 74 / 0.7);
  }

  .xl\:bg-teal-900\/75{
    background-color: rgb(19 78 74 / 0.75);
  }

  .xl\:bg-teal-900\/80{
    background-color: rgb(19 78 74 / 0.8);
  }

  .xl\:bg-teal-900\/85{
    background-color: rgb(19 78 74 / 0.85);
  }

  .xl\:bg-teal-900\/90{
    background-color: rgb(19 78 74 / 0.9);
  }

  .xl\:bg-teal-900\/95{
    background-color: rgb(19 78 74 / 0.95);
  }

  .xl\:bg-teal-950{
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-teal-950\/0{
    background-color: rgb(4 47 46 / 0);
  }

  .xl\:bg-teal-950\/10{
    background-color: rgb(4 47 46 / 0.1);
  }

  .xl\:bg-teal-950\/100{
    background-color: rgb(4 47 46 / 1);
  }

  .xl\:bg-teal-950\/15{
    background-color: rgb(4 47 46 / 0.15);
  }

  .xl\:bg-teal-950\/20{
    background-color: rgb(4 47 46 / 0.2);
  }

  .xl\:bg-teal-950\/25{
    background-color: rgb(4 47 46 / 0.25);
  }

  .xl\:bg-teal-950\/30{
    background-color: rgb(4 47 46 / 0.3);
  }

  .xl\:bg-teal-950\/35{
    background-color: rgb(4 47 46 / 0.35);
  }

  .xl\:bg-teal-950\/40{
    background-color: rgb(4 47 46 / 0.4);
  }

  .xl\:bg-teal-950\/45{
    background-color: rgb(4 47 46 / 0.45);
  }

  .xl\:bg-teal-950\/5{
    background-color: rgb(4 47 46 / 0.05);
  }

  .xl\:bg-teal-950\/50{
    background-color: rgb(4 47 46 / 0.5);
  }

  .xl\:bg-teal-950\/55{
    background-color: rgb(4 47 46 / 0.55);
  }

  .xl\:bg-teal-950\/60{
    background-color: rgb(4 47 46 / 0.6);
  }

  .xl\:bg-teal-950\/65{
    background-color: rgb(4 47 46 / 0.65);
  }

  .xl\:bg-teal-950\/70{
    background-color: rgb(4 47 46 / 0.7);
  }

  .xl\:bg-teal-950\/75{
    background-color: rgb(4 47 46 / 0.75);
  }

  .xl\:bg-teal-950\/80{
    background-color: rgb(4 47 46 / 0.8);
  }

  .xl\:bg-teal-950\/85{
    background-color: rgb(4 47 46 / 0.85);
  }

  .xl\:bg-teal-950\/90{
    background-color: rgb(4 47 46 / 0.9);
  }

  .xl\:bg-teal-950\/95{
    background-color: rgb(4 47 46 / 0.95);
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-transparent\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .xl\:bg-transparent\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .xl\:bg-transparent\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .xl\:bg-transparent\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .xl\:bg-transparent\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .xl\:bg-transparent\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .xl\:bg-transparent\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .xl\:bg-transparent\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .xl\:bg-transparent\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .xl\:bg-transparent\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .xl\:bg-transparent\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .xl\:bg-transparent\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .xl\:bg-transparent\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .xl\:bg-transparent\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .xl\:bg-transparent\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .xl\:bg-transparent\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .xl\:bg-transparent\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .xl\:bg-transparent\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .xl\:bg-transparent\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .xl\:bg-transparent\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .xl\:bg-transparent\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .xl\:bg-violet-100{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-100\/0{
    background-color: rgb(237 233 254 / 0);
  }

  .xl\:bg-violet-100\/10{
    background-color: rgb(237 233 254 / 0.1);
  }

  .xl\:bg-violet-100\/100{
    background-color: rgb(237 233 254 / 1);
  }

  .xl\:bg-violet-100\/15{
    background-color: rgb(237 233 254 / 0.15);
  }

  .xl\:bg-violet-100\/20{
    background-color: rgb(237 233 254 / 0.2);
  }

  .xl\:bg-violet-100\/25{
    background-color: rgb(237 233 254 / 0.25);
  }

  .xl\:bg-violet-100\/30{
    background-color: rgb(237 233 254 / 0.3);
  }

  .xl\:bg-violet-100\/35{
    background-color: rgb(237 233 254 / 0.35);
  }

  .xl\:bg-violet-100\/40{
    background-color: rgb(237 233 254 / 0.4);
  }

  .xl\:bg-violet-100\/45{
    background-color: rgb(237 233 254 / 0.45);
  }

  .xl\:bg-violet-100\/5{
    background-color: rgb(237 233 254 / 0.05);
  }

  .xl\:bg-violet-100\/50{
    background-color: rgb(237 233 254 / 0.5);
  }

  .xl\:bg-violet-100\/55{
    background-color: rgb(237 233 254 / 0.55);
  }

  .xl\:bg-violet-100\/60{
    background-color: rgb(237 233 254 / 0.6);
  }

  .xl\:bg-violet-100\/65{
    background-color: rgb(237 233 254 / 0.65);
  }

  .xl\:bg-violet-100\/70{
    background-color: rgb(237 233 254 / 0.7);
  }

  .xl\:bg-violet-100\/75{
    background-color: rgb(237 233 254 / 0.75);
  }

  .xl\:bg-violet-100\/80{
    background-color: rgb(237 233 254 / 0.8);
  }

  .xl\:bg-violet-100\/85{
    background-color: rgb(237 233 254 / 0.85);
  }

  .xl\:bg-violet-100\/90{
    background-color: rgb(237 233 254 / 0.9);
  }

  .xl\:bg-violet-100\/95{
    background-color: rgb(237 233 254 / 0.95);
  }

  .xl\:bg-violet-200{
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-200\/0{
    background-color: rgb(221 214 254 / 0);
  }

  .xl\:bg-violet-200\/10{
    background-color: rgb(221 214 254 / 0.1);
  }

  .xl\:bg-violet-200\/100{
    background-color: rgb(221 214 254 / 1);
  }

  .xl\:bg-violet-200\/15{
    background-color: rgb(221 214 254 / 0.15);
  }

  .xl\:bg-violet-200\/20{
    background-color: rgb(221 214 254 / 0.2);
  }

  .xl\:bg-violet-200\/25{
    background-color: rgb(221 214 254 / 0.25);
  }

  .xl\:bg-violet-200\/30{
    background-color: rgb(221 214 254 / 0.3);
  }

  .xl\:bg-violet-200\/35{
    background-color: rgb(221 214 254 / 0.35);
  }

  .xl\:bg-violet-200\/40{
    background-color: rgb(221 214 254 / 0.4);
  }

  .xl\:bg-violet-200\/45{
    background-color: rgb(221 214 254 / 0.45);
  }

  .xl\:bg-violet-200\/5{
    background-color: rgb(221 214 254 / 0.05);
  }

  .xl\:bg-violet-200\/50{
    background-color: rgb(221 214 254 / 0.5);
  }

  .xl\:bg-violet-200\/55{
    background-color: rgb(221 214 254 / 0.55);
  }

  .xl\:bg-violet-200\/60{
    background-color: rgb(221 214 254 / 0.6);
  }

  .xl\:bg-violet-200\/65{
    background-color: rgb(221 214 254 / 0.65);
  }

  .xl\:bg-violet-200\/70{
    background-color: rgb(221 214 254 / 0.7);
  }

  .xl\:bg-violet-200\/75{
    background-color: rgb(221 214 254 / 0.75);
  }

  .xl\:bg-violet-200\/80{
    background-color: rgb(221 214 254 / 0.8);
  }

  .xl\:bg-violet-200\/85{
    background-color: rgb(221 214 254 / 0.85);
  }

  .xl\:bg-violet-200\/90{
    background-color: rgb(221 214 254 / 0.9);
  }

  .xl\:bg-violet-200\/95{
    background-color: rgb(221 214 254 / 0.95);
  }

  .xl\:bg-violet-300{
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-300\/0{
    background-color: rgb(196 181 253 / 0);
  }

  .xl\:bg-violet-300\/10{
    background-color: rgb(196 181 253 / 0.1);
  }

  .xl\:bg-violet-300\/100{
    background-color: rgb(196 181 253 / 1);
  }

  .xl\:bg-violet-300\/15{
    background-color: rgb(196 181 253 / 0.15);
  }

  .xl\:bg-violet-300\/20{
    background-color: rgb(196 181 253 / 0.2);
  }

  .xl\:bg-violet-300\/25{
    background-color: rgb(196 181 253 / 0.25);
  }

  .xl\:bg-violet-300\/30{
    background-color: rgb(196 181 253 / 0.3);
  }

  .xl\:bg-violet-300\/35{
    background-color: rgb(196 181 253 / 0.35);
  }

  .xl\:bg-violet-300\/40{
    background-color: rgb(196 181 253 / 0.4);
  }

  .xl\:bg-violet-300\/45{
    background-color: rgb(196 181 253 / 0.45);
  }

  .xl\:bg-violet-300\/5{
    background-color: rgb(196 181 253 / 0.05);
  }

  .xl\:bg-violet-300\/50{
    background-color: rgb(196 181 253 / 0.5);
  }

  .xl\:bg-violet-300\/55{
    background-color: rgb(196 181 253 / 0.55);
  }

  .xl\:bg-violet-300\/60{
    background-color: rgb(196 181 253 / 0.6);
  }

  .xl\:bg-violet-300\/65{
    background-color: rgb(196 181 253 / 0.65);
  }

  .xl\:bg-violet-300\/70{
    background-color: rgb(196 181 253 / 0.7);
  }

  .xl\:bg-violet-300\/75{
    background-color: rgb(196 181 253 / 0.75);
  }

  .xl\:bg-violet-300\/80{
    background-color: rgb(196 181 253 / 0.8);
  }

  .xl\:bg-violet-300\/85{
    background-color: rgb(196 181 253 / 0.85);
  }

  .xl\:bg-violet-300\/90{
    background-color: rgb(196 181 253 / 0.9);
  }

  .xl\:bg-violet-300\/95{
    background-color: rgb(196 181 253 / 0.95);
  }

  .xl\:bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-400\/0{
    background-color: rgb(167 139 250 / 0);
  }

  .xl\:bg-violet-400\/10{
    background-color: rgb(167 139 250 / 0.1);
  }

  .xl\:bg-violet-400\/100{
    background-color: rgb(167 139 250 / 1);
  }

  .xl\:bg-violet-400\/15{
    background-color: rgb(167 139 250 / 0.15);
  }

  .xl\:bg-violet-400\/20{
    background-color: rgb(167 139 250 / 0.2);
  }

  .xl\:bg-violet-400\/25{
    background-color: rgb(167 139 250 / 0.25);
  }

  .xl\:bg-violet-400\/30{
    background-color: rgb(167 139 250 / 0.3);
  }

  .xl\:bg-violet-400\/35{
    background-color: rgb(167 139 250 / 0.35);
  }

  .xl\:bg-violet-400\/40{
    background-color: rgb(167 139 250 / 0.4);
  }

  .xl\:bg-violet-400\/45{
    background-color: rgb(167 139 250 / 0.45);
  }

  .xl\:bg-violet-400\/5{
    background-color: rgb(167 139 250 / 0.05);
  }

  .xl\:bg-violet-400\/50{
    background-color: rgb(167 139 250 / 0.5);
  }

  .xl\:bg-violet-400\/55{
    background-color: rgb(167 139 250 / 0.55);
  }

  .xl\:bg-violet-400\/60{
    background-color: rgb(167 139 250 / 0.6);
  }

  .xl\:bg-violet-400\/65{
    background-color: rgb(167 139 250 / 0.65);
  }

  .xl\:bg-violet-400\/70{
    background-color: rgb(167 139 250 / 0.7);
  }

  .xl\:bg-violet-400\/75{
    background-color: rgb(167 139 250 / 0.75);
  }

  .xl\:bg-violet-400\/80{
    background-color: rgb(167 139 250 / 0.8);
  }

  .xl\:bg-violet-400\/85{
    background-color: rgb(167 139 250 / 0.85);
  }

  .xl\:bg-violet-400\/90{
    background-color: rgb(167 139 250 / 0.9);
  }

  .xl\:bg-violet-400\/95{
    background-color: rgb(167 139 250 / 0.95);
  }

  .xl\:bg-violet-50{
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-50\/0{
    background-color: rgb(245 243 255 / 0);
  }

  .xl\:bg-violet-50\/10{
    background-color: rgb(245 243 255 / 0.1);
  }

  .xl\:bg-violet-50\/100{
    background-color: rgb(245 243 255 / 1);
  }

  .xl\:bg-violet-50\/15{
    background-color: rgb(245 243 255 / 0.15);
  }

  .xl\:bg-violet-50\/20{
    background-color: rgb(245 243 255 / 0.2);
  }

  .xl\:bg-violet-50\/25{
    background-color: rgb(245 243 255 / 0.25);
  }

  .xl\:bg-violet-50\/30{
    background-color: rgb(245 243 255 / 0.3);
  }

  .xl\:bg-violet-50\/35{
    background-color: rgb(245 243 255 / 0.35);
  }

  .xl\:bg-violet-50\/40{
    background-color: rgb(245 243 255 / 0.4);
  }

  .xl\:bg-violet-50\/45{
    background-color: rgb(245 243 255 / 0.45);
  }

  .xl\:bg-violet-50\/5{
    background-color: rgb(245 243 255 / 0.05);
  }

  .xl\:bg-violet-50\/50{
    background-color: rgb(245 243 255 / 0.5);
  }

  .xl\:bg-violet-50\/55{
    background-color: rgb(245 243 255 / 0.55);
  }

  .xl\:bg-violet-50\/60{
    background-color: rgb(245 243 255 / 0.6);
  }

  .xl\:bg-violet-50\/65{
    background-color: rgb(245 243 255 / 0.65);
  }

  .xl\:bg-violet-50\/70{
    background-color: rgb(245 243 255 / 0.7);
  }

  .xl\:bg-violet-50\/75{
    background-color: rgb(245 243 255 / 0.75);
  }

  .xl\:bg-violet-50\/80{
    background-color: rgb(245 243 255 / 0.8);
  }

  .xl\:bg-violet-50\/85{
    background-color: rgb(245 243 255 / 0.85);
  }

  .xl\:bg-violet-50\/90{
    background-color: rgb(245 243 255 / 0.9);
  }

  .xl\:bg-violet-50\/95{
    background-color: rgb(245 243 255 / 0.95);
  }

  .xl\:bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-500\/0{
    background-color: rgb(139 92 246 / 0);
  }

  .xl\:bg-violet-500\/10{
    background-color: rgb(139 92 246 / 0.1);
  }

  .xl\:bg-violet-500\/100{
    background-color: rgb(139 92 246 / 1);
  }

  .xl\:bg-violet-500\/15{
    background-color: rgb(139 92 246 / 0.15);
  }

  .xl\:bg-violet-500\/20{
    background-color: rgb(139 92 246 / 0.2);
  }

  .xl\:bg-violet-500\/25{
    background-color: rgb(139 92 246 / 0.25);
  }

  .xl\:bg-violet-500\/30{
    background-color: rgb(139 92 246 / 0.3);
  }

  .xl\:bg-violet-500\/35{
    background-color: rgb(139 92 246 / 0.35);
  }

  .xl\:bg-violet-500\/40{
    background-color: rgb(139 92 246 / 0.4);
  }

  .xl\:bg-violet-500\/45{
    background-color: rgb(139 92 246 / 0.45);
  }

  .xl\:bg-violet-500\/5{
    background-color: rgb(139 92 246 / 0.05);
  }

  .xl\:bg-violet-500\/50{
    background-color: rgb(139 92 246 / 0.5);
  }

  .xl\:bg-violet-500\/55{
    background-color: rgb(139 92 246 / 0.55);
  }

  .xl\:bg-violet-500\/60{
    background-color: rgb(139 92 246 / 0.6);
  }

  .xl\:bg-violet-500\/65{
    background-color: rgb(139 92 246 / 0.65);
  }

  .xl\:bg-violet-500\/70{
    background-color: rgb(139 92 246 / 0.7);
  }

  .xl\:bg-violet-500\/75{
    background-color: rgb(139 92 246 / 0.75);
  }

  .xl\:bg-violet-500\/80{
    background-color: rgb(139 92 246 / 0.8);
  }

  .xl\:bg-violet-500\/85{
    background-color: rgb(139 92 246 / 0.85);
  }

  .xl\:bg-violet-500\/90{
    background-color: rgb(139 92 246 / 0.9);
  }

  .xl\:bg-violet-500\/95{
    background-color: rgb(139 92 246 / 0.95);
  }

  .xl\:bg-violet-600{
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-600\/0{
    background-color: rgb(124 58 237 / 0);
  }

  .xl\:bg-violet-600\/10{
    background-color: rgb(124 58 237 / 0.1);
  }

  .xl\:bg-violet-600\/100{
    background-color: rgb(124 58 237 / 1);
  }

  .xl\:bg-violet-600\/15{
    background-color: rgb(124 58 237 / 0.15);
  }

  .xl\:bg-violet-600\/20{
    background-color: rgb(124 58 237 / 0.2);
  }

  .xl\:bg-violet-600\/25{
    background-color: rgb(124 58 237 / 0.25);
  }

  .xl\:bg-violet-600\/30{
    background-color: rgb(124 58 237 / 0.3);
  }

  .xl\:bg-violet-600\/35{
    background-color: rgb(124 58 237 / 0.35);
  }

  .xl\:bg-violet-600\/40{
    background-color: rgb(124 58 237 / 0.4);
  }

  .xl\:bg-violet-600\/45{
    background-color: rgb(124 58 237 / 0.45);
  }

  .xl\:bg-violet-600\/5{
    background-color: rgb(124 58 237 / 0.05);
  }

  .xl\:bg-violet-600\/50{
    background-color: rgb(124 58 237 / 0.5);
  }

  .xl\:bg-violet-600\/55{
    background-color: rgb(124 58 237 / 0.55);
  }

  .xl\:bg-violet-600\/60{
    background-color: rgb(124 58 237 / 0.6);
  }

  .xl\:bg-violet-600\/65{
    background-color: rgb(124 58 237 / 0.65);
  }

  .xl\:bg-violet-600\/70{
    background-color: rgb(124 58 237 / 0.7);
  }

  .xl\:bg-violet-600\/75{
    background-color: rgb(124 58 237 / 0.75);
  }

  .xl\:bg-violet-600\/80{
    background-color: rgb(124 58 237 / 0.8);
  }

  .xl\:bg-violet-600\/85{
    background-color: rgb(124 58 237 / 0.85);
  }

  .xl\:bg-violet-600\/90{
    background-color: rgb(124 58 237 / 0.9);
  }

  .xl\:bg-violet-600\/95{
    background-color: rgb(124 58 237 / 0.95);
  }

  .xl\:bg-violet-700{
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-700\/0{
    background-color: rgb(109 40 217 / 0);
  }

  .xl\:bg-violet-700\/10{
    background-color: rgb(109 40 217 / 0.1);
  }

  .xl\:bg-violet-700\/100{
    background-color: rgb(109 40 217 / 1);
  }

  .xl\:bg-violet-700\/15{
    background-color: rgb(109 40 217 / 0.15);
  }

  .xl\:bg-violet-700\/20{
    background-color: rgb(109 40 217 / 0.2);
  }

  .xl\:bg-violet-700\/25{
    background-color: rgb(109 40 217 / 0.25);
  }

  .xl\:bg-violet-700\/30{
    background-color: rgb(109 40 217 / 0.3);
  }

  .xl\:bg-violet-700\/35{
    background-color: rgb(109 40 217 / 0.35);
  }

  .xl\:bg-violet-700\/40{
    background-color: rgb(109 40 217 / 0.4);
  }

  .xl\:bg-violet-700\/45{
    background-color: rgb(109 40 217 / 0.45);
  }

  .xl\:bg-violet-700\/5{
    background-color: rgb(109 40 217 / 0.05);
  }

  .xl\:bg-violet-700\/50{
    background-color: rgb(109 40 217 / 0.5);
  }

  .xl\:bg-violet-700\/55{
    background-color: rgb(109 40 217 / 0.55);
  }

  .xl\:bg-violet-700\/60{
    background-color: rgb(109 40 217 / 0.6);
  }

  .xl\:bg-violet-700\/65{
    background-color: rgb(109 40 217 / 0.65);
  }

  .xl\:bg-violet-700\/70{
    background-color: rgb(109 40 217 / 0.7);
  }

  .xl\:bg-violet-700\/75{
    background-color: rgb(109 40 217 / 0.75);
  }

  .xl\:bg-violet-700\/80{
    background-color: rgb(109 40 217 / 0.8);
  }

  .xl\:bg-violet-700\/85{
    background-color: rgb(109 40 217 / 0.85);
  }

  .xl\:bg-violet-700\/90{
    background-color: rgb(109 40 217 / 0.9);
  }

  .xl\:bg-violet-700\/95{
    background-color: rgb(109 40 217 / 0.95);
  }

  .xl\:bg-violet-800{
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-800\/0{
    background-color: rgb(91 33 182 / 0);
  }

  .xl\:bg-violet-800\/10{
    background-color: rgb(91 33 182 / 0.1);
  }

  .xl\:bg-violet-800\/100{
    background-color: rgb(91 33 182 / 1);
  }

  .xl\:bg-violet-800\/15{
    background-color: rgb(91 33 182 / 0.15);
  }

  .xl\:bg-violet-800\/20{
    background-color: rgb(91 33 182 / 0.2);
  }

  .xl\:bg-violet-800\/25{
    background-color: rgb(91 33 182 / 0.25);
  }

  .xl\:bg-violet-800\/30{
    background-color: rgb(91 33 182 / 0.3);
  }

  .xl\:bg-violet-800\/35{
    background-color: rgb(91 33 182 / 0.35);
  }

  .xl\:bg-violet-800\/40{
    background-color: rgb(91 33 182 / 0.4);
  }

  .xl\:bg-violet-800\/45{
    background-color: rgb(91 33 182 / 0.45);
  }

  .xl\:bg-violet-800\/5{
    background-color: rgb(91 33 182 / 0.05);
  }

  .xl\:bg-violet-800\/50{
    background-color: rgb(91 33 182 / 0.5);
  }

  .xl\:bg-violet-800\/55{
    background-color: rgb(91 33 182 / 0.55);
  }

  .xl\:bg-violet-800\/60{
    background-color: rgb(91 33 182 / 0.6);
  }

  .xl\:bg-violet-800\/65{
    background-color: rgb(91 33 182 / 0.65);
  }

  .xl\:bg-violet-800\/70{
    background-color: rgb(91 33 182 / 0.7);
  }

  .xl\:bg-violet-800\/75{
    background-color: rgb(91 33 182 / 0.75);
  }

  .xl\:bg-violet-800\/80{
    background-color: rgb(91 33 182 / 0.8);
  }

  .xl\:bg-violet-800\/85{
    background-color: rgb(91 33 182 / 0.85);
  }

  .xl\:bg-violet-800\/90{
    background-color: rgb(91 33 182 / 0.9);
  }

  .xl\:bg-violet-800\/95{
    background-color: rgb(91 33 182 / 0.95);
  }

  .xl\:bg-violet-900{
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-900\/0{
    background-color: rgb(76 29 149 / 0);
  }

  .xl\:bg-violet-900\/10{
    background-color: rgb(76 29 149 / 0.1);
  }

  .xl\:bg-violet-900\/100{
    background-color: rgb(76 29 149 / 1);
  }

  .xl\:bg-violet-900\/15{
    background-color: rgb(76 29 149 / 0.15);
  }

  .xl\:bg-violet-900\/20{
    background-color: rgb(76 29 149 / 0.2);
  }

  .xl\:bg-violet-900\/25{
    background-color: rgb(76 29 149 / 0.25);
  }

  .xl\:bg-violet-900\/30{
    background-color: rgb(76 29 149 / 0.3);
  }

  .xl\:bg-violet-900\/35{
    background-color: rgb(76 29 149 / 0.35);
  }

  .xl\:bg-violet-900\/40{
    background-color: rgb(76 29 149 / 0.4);
  }

  .xl\:bg-violet-900\/45{
    background-color: rgb(76 29 149 / 0.45);
  }

  .xl\:bg-violet-900\/5{
    background-color: rgb(76 29 149 / 0.05);
  }

  .xl\:bg-violet-900\/50{
    background-color: rgb(76 29 149 / 0.5);
  }

  .xl\:bg-violet-900\/55{
    background-color: rgb(76 29 149 / 0.55);
  }

  .xl\:bg-violet-900\/60{
    background-color: rgb(76 29 149 / 0.6);
  }

  .xl\:bg-violet-900\/65{
    background-color: rgb(76 29 149 / 0.65);
  }

  .xl\:bg-violet-900\/70{
    background-color: rgb(76 29 149 / 0.7);
  }

  .xl\:bg-violet-900\/75{
    background-color: rgb(76 29 149 / 0.75);
  }

  .xl\:bg-violet-900\/80{
    background-color: rgb(76 29 149 / 0.8);
  }

  .xl\:bg-violet-900\/85{
    background-color: rgb(76 29 149 / 0.85);
  }

  .xl\:bg-violet-900\/90{
    background-color: rgb(76 29 149 / 0.9);
  }

  .xl\:bg-violet-900\/95{
    background-color: rgb(76 29 149 / 0.95);
  }

  .xl\:bg-violet-950{
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-violet-950\/0{
    background-color: rgb(46 16 101 / 0);
  }

  .xl\:bg-violet-950\/10{
    background-color: rgb(46 16 101 / 0.1);
  }

  .xl\:bg-violet-950\/100{
    background-color: rgb(46 16 101 / 1);
  }

  .xl\:bg-violet-950\/15{
    background-color: rgb(46 16 101 / 0.15);
  }

  .xl\:bg-violet-950\/20{
    background-color: rgb(46 16 101 / 0.2);
  }

  .xl\:bg-violet-950\/25{
    background-color: rgb(46 16 101 / 0.25);
  }

  .xl\:bg-violet-950\/30{
    background-color: rgb(46 16 101 / 0.3);
  }

  .xl\:bg-violet-950\/35{
    background-color: rgb(46 16 101 / 0.35);
  }

  .xl\:bg-violet-950\/40{
    background-color: rgb(46 16 101 / 0.4);
  }

  .xl\:bg-violet-950\/45{
    background-color: rgb(46 16 101 / 0.45);
  }

  .xl\:bg-violet-950\/5{
    background-color: rgb(46 16 101 / 0.05);
  }

  .xl\:bg-violet-950\/50{
    background-color: rgb(46 16 101 / 0.5);
  }

  .xl\:bg-violet-950\/55{
    background-color: rgb(46 16 101 / 0.55);
  }

  .xl\:bg-violet-950\/60{
    background-color: rgb(46 16 101 / 0.6);
  }

  .xl\:bg-violet-950\/65{
    background-color: rgb(46 16 101 / 0.65);
  }

  .xl\:bg-violet-950\/70{
    background-color: rgb(46 16 101 / 0.7);
  }

  .xl\:bg-violet-950\/75{
    background-color: rgb(46 16 101 / 0.75);
  }

  .xl\:bg-violet-950\/80{
    background-color: rgb(46 16 101 / 0.8);
  }

  .xl\:bg-violet-950\/85{
    background-color: rgb(46 16 101 / 0.85);
  }

  .xl\:bg-violet-950\/90{
    background-color: rgb(46 16 101 / 0.9);
  }

  .xl\:bg-violet-950\/95{
    background-color: rgb(46 16 101 / 0.95);
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }

  .xl\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .xl\:bg-white\/100{
    background-color: rgb(255 255 255 / 1);
  }

  .xl\:bg-white\/15{
    background-color: rgb(255 255 255 / 0.15);
  }

  .xl\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }

  .xl\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .xl\:bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
  }

  .xl\:bg-white\/35{
    background-color: rgb(255 255 255 / 0.35);
  }

  .xl\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }

  .xl\:bg-white\/45{
    background-color: rgb(255 255 255 / 0.45);
  }

  .xl\:bg-white\/5{
    background-color: rgb(255 255 255 / 0.05);
  }

  .xl\:bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
  }

  .xl\:bg-white\/55{
    background-color: rgb(255 255 255 / 0.55);
  }

  .xl\:bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
  }

  .xl\:bg-white\/65{
    background-color: rgb(255 255 255 / 0.65);
  }

  .xl\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .xl\:bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
  }

  .xl\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .xl\:bg-white\/85{
    background-color: rgb(255 255 255 / 0.85);
  }

  .xl\:bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
  }

  .xl\:bg-white\/95{
    background-color: rgb(255 255 255 / 0.95);
  }

  .xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-100\/0{
    background-color: rgb(254 249 195 / 0);
  }

  .xl\:bg-yellow-100\/10{
    background-color: rgb(254 249 195 / 0.1);
  }

  .xl\:bg-yellow-100\/100{
    background-color: rgb(254 249 195 / 1);
  }

  .xl\:bg-yellow-100\/15{
    background-color: rgb(254 249 195 / 0.15);
  }

  .xl\:bg-yellow-100\/20{
    background-color: rgb(254 249 195 / 0.2);
  }

  .xl\:bg-yellow-100\/25{
    background-color: rgb(254 249 195 / 0.25);
  }

  .xl\:bg-yellow-100\/30{
    background-color: rgb(254 249 195 / 0.3);
  }

  .xl\:bg-yellow-100\/35{
    background-color: rgb(254 249 195 / 0.35);
  }

  .xl\:bg-yellow-100\/40{
    background-color: rgb(254 249 195 / 0.4);
  }

  .xl\:bg-yellow-100\/45{
    background-color: rgb(254 249 195 / 0.45);
  }

  .xl\:bg-yellow-100\/5{
    background-color: rgb(254 249 195 / 0.05);
  }

  .xl\:bg-yellow-100\/50{
    background-color: rgb(254 249 195 / 0.5);
  }

  .xl\:bg-yellow-100\/55{
    background-color: rgb(254 249 195 / 0.55);
  }

  .xl\:bg-yellow-100\/60{
    background-color: rgb(254 249 195 / 0.6);
  }

  .xl\:bg-yellow-100\/65{
    background-color: rgb(254 249 195 / 0.65);
  }

  .xl\:bg-yellow-100\/70{
    background-color: rgb(254 249 195 / 0.7);
  }

  .xl\:bg-yellow-100\/75{
    background-color: rgb(254 249 195 / 0.75);
  }

  .xl\:bg-yellow-100\/80{
    background-color: rgb(254 249 195 / 0.8);
  }

  .xl\:bg-yellow-100\/85{
    background-color: rgb(254 249 195 / 0.85);
  }

  .xl\:bg-yellow-100\/90{
    background-color: rgb(254 249 195 / 0.9);
  }

  .xl\:bg-yellow-100\/95{
    background-color: rgb(254 249 195 / 0.95);
  }

  .xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-200\/0{
    background-color: rgb(254 240 138 / 0);
  }

  .xl\:bg-yellow-200\/10{
    background-color: rgb(254 240 138 / 0.1);
  }

  .xl\:bg-yellow-200\/100{
    background-color: rgb(254 240 138 / 1);
  }

  .xl\:bg-yellow-200\/15{
    background-color: rgb(254 240 138 / 0.15);
  }

  .xl\:bg-yellow-200\/20{
    background-color: rgb(254 240 138 / 0.2);
  }

  .xl\:bg-yellow-200\/25{
    background-color: rgb(254 240 138 / 0.25);
  }

  .xl\:bg-yellow-200\/30{
    background-color: rgb(254 240 138 / 0.3);
  }

  .xl\:bg-yellow-200\/35{
    background-color: rgb(254 240 138 / 0.35);
  }

  .xl\:bg-yellow-200\/40{
    background-color: rgb(254 240 138 / 0.4);
  }

  .xl\:bg-yellow-200\/45{
    background-color: rgb(254 240 138 / 0.45);
  }

  .xl\:bg-yellow-200\/5{
    background-color: rgb(254 240 138 / 0.05);
  }

  .xl\:bg-yellow-200\/50{
    background-color: rgb(254 240 138 / 0.5);
  }

  .xl\:bg-yellow-200\/55{
    background-color: rgb(254 240 138 / 0.55);
  }

  .xl\:bg-yellow-200\/60{
    background-color: rgb(254 240 138 / 0.6);
  }

  .xl\:bg-yellow-200\/65{
    background-color: rgb(254 240 138 / 0.65);
  }

  .xl\:bg-yellow-200\/70{
    background-color: rgb(254 240 138 / 0.7);
  }

  .xl\:bg-yellow-200\/75{
    background-color: rgb(254 240 138 / 0.75);
  }

  .xl\:bg-yellow-200\/80{
    background-color: rgb(254 240 138 / 0.8);
  }

  .xl\:bg-yellow-200\/85{
    background-color: rgb(254 240 138 / 0.85);
  }

  .xl\:bg-yellow-200\/90{
    background-color: rgb(254 240 138 / 0.9);
  }

  .xl\:bg-yellow-200\/95{
    background-color: rgb(254 240 138 / 0.95);
  }

  .xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-300\/0{
    background-color: rgb(253 224 71 / 0);
  }

  .xl\:bg-yellow-300\/10{
    background-color: rgb(253 224 71 / 0.1);
  }

  .xl\:bg-yellow-300\/100{
    background-color: rgb(253 224 71 / 1);
  }

  .xl\:bg-yellow-300\/15{
    background-color: rgb(253 224 71 / 0.15);
  }

  .xl\:bg-yellow-300\/20{
    background-color: rgb(253 224 71 / 0.2);
  }

  .xl\:bg-yellow-300\/25{
    background-color: rgb(253 224 71 / 0.25);
  }

  .xl\:bg-yellow-300\/30{
    background-color: rgb(253 224 71 / 0.3);
  }

  .xl\:bg-yellow-300\/35{
    background-color: rgb(253 224 71 / 0.35);
  }

  .xl\:bg-yellow-300\/40{
    background-color: rgb(253 224 71 / 0.4);
  }

  .xl\:bg-yellow-300\/45{
    background-color: rgb(253 224 71 / 0.45);
  }

  .xl\:bg-yellow-300\/5{
    background-color: rgb(253 224 71 / 0.05);
  }

  .xl\:bg-yellow-300\/50{
    background-color: rgb(253 224 71 / 0.5);
  }

  .xl\:bg-yellow-300\/55{
    background-color: rgb(253 224 71 / 0.55);
  }

  .xl\:bg-yellow-300\/60{
    background-color: rgb(253 224 71 / 0.6);
  }

  .xl\:bg-yellow-300\/65{
    background-color: rgb(253 224 71 / 0.65);
  }

  .xl\:bg-yellow-300\/70{
    background-color: rgb(253 224 71 / 0.7);
  }

  .xl\:bg-yellow-300\/75{
    background-color: rgb(253 224 71 / 0.75);
  }

  .xl\:bg-yellow-300\/80{
    background-color: rgb(253 224 71 / 0.8);
  }

  .xl\:bg-yellow-300\/85{
    background-color: rgb(253 224 71 / 0.85);
  }

  .xl\:bg-yellow-300\/90{
    background-color: rgb(253 224 71 / 0.9);
  }

  .xl\:bg-yellow-300\/95{
    background-color: rgb(253 224 71 / 0.95);
  }

  .xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-400\/0{
    background-color: rgb(250 204 21 / 0);
  }

  .xl\:bg-yellow-400\/10{
    background-color: rgb(250 204 21 / 0.1);
  }

  .xl\:bg-yellow-400\/100{
    background-color: rgb(250 204 21 / 1);
  }

  .xl\:bg-yellow-400\/15{
    background-color: rgb(250 204 21 / 0.15);
  }

  .xl\:bg-yellow-400\/20{
    background-color: rgb(250 204 21 / 0.2);
  }

  .xl\:bg-yellow-400\/25{
    background-color: rgb(250 204 21 / 0.25);
  }

  .xl\:bg-yellow-400\/30{
    background-color: rgb(250 204 21 / 0.3);
  }

  .xl\:bg-yellow-400\/35{
    background-color: rgb(250 204 21 / 0.35);
  }

  .xl\:bg-yellow-400\/40{
    background-color: rgb(250 204 21 / 0.4);
  }

  .xl\:bg-yellow-400\/45{
    background-color: rgb(250 204 21 / 0.45);
  }

  .xl\:bg-yellow-400\/5{
    background-color: rgb(250 204 21 / 0.05);
  }

  .xl\:bg-yellow-400\/50{
    background-color: rgb(250 204 21 / 0.5);
  }

  .xl\:bg-yellow-400\/55{
    background-color: rgb(250 204 21 / 0.55);
  }

  .xl\:bg-yellow-400\/60{
    background-color: rgb(250 204 21 / 0.6);
  }

  .xl\:bg-yellow-400\/65{
    background-color: rgb(250 204 21 / 0.65);
  }

  .xl\:bg-yellow-400\/70{
    background-color: rgb(250 204 21 / 0.7);
  }

  .xl\:bg-yellow-400\/75{
    background-color: rgb(250 204 21 / 0.75);
  }

  .xl\:bg-yellow-400\/80{
    background-color: rgb(250 204 21 / 0.8);
  }

  .xl\:bg-yellow-400\/85{
    background-color: rgb(250 204 21 / 0.85);
  }

  .xl\:bg-yellow-400\/90{
    background-color: rgb(250 204 21 / 0.9);
  }

  .xl\:bg-yellow-400\/95{
    background-color: rgb(250 204 21 / 0.95);
  }

  .xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-50\/0{
    background-color: rgb(254 252 232 / 0);
  }

  .xl\:bg-yellow-50\/10{
    background-color: rgb(254 252 232 / 0.1);
  }

  .xl\:bg-yellow-50\/100{
    background-color: rgb(254 252 232 / 1);
  }

  .xl\:bg-yellow-50\/15{
    background-color: rgb(254 252 232 / 0.15);
  }

  .xl\:bg-yellow-50\/20{
    background-color: rgb(254 252 232 / 0.2);
  }

  .xl\:bg-yellow-50\/25{
    background-color: rgb(254 252 232 / 0.25);
  }

  .xl\:bg-yellow-50\/30{
    background-color: rgb(254 252 232 / 0.3);
  }

  .xl\:bg-yellow-50\/35{
    background-color: rgb(254 252 232 / 0.35);
  }

  .xl\:bg-yellow-50\/40{
    background-color: rgb(254 252 232 / 0.4);
  }

  .xl\:bg-yellow-50\/45{
    background-color: rgb(254 252 232 / 0.45);
  }

  .xl\:bg-yellow-50\/5{
    background-color: rgb(254 252 232 / 0.05);
  }

  .xl\:bg-yellow-50\/50{
    background-color: rgb(254 252 232 / 0.5);
  }

  .xl\:bg-yellow-50\/55{
    background-color: rgb(254 252 232 / 0.55);
  }

  .xl\:bg-yellow-50\/60{
    background-color: rgb(254 252 232 / 0.6);
  }

  .xl\:bg-yellow-50\/65{
    background-color: rgb(254 252 232 / 0.65);
  }

  .xl\:bg-yellow-50\/70{
    background-color: rgb(254 252 232 / 0.7);
  }

  .xl\:bg-yellow-50\/75{
    background-color: rgb(254 252 232 / 0.75);
  }

  .xl\:bg-yellow-50\/80{
    background-color: rgb(254 252 232 / 0.8);
  }

  .xl\:bg-yellow-50\/85{
    background-color: rgb(254 252 232 / 0.85);
  }

  .xl\:bg-yellow-50\/90{
    background-color: rgb(254 252 232 / 0.9);
  }

  .xl\:bg-yellow-50\/95{
    background-color: rgb(254 252 232 / 0.95);
  }

  .xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-500\/0{
    background-color: rgb(234 179 8 / 0);
  }

  .xl\:bg-yellow-500\/10{
    background-color: rgb(234 179 8 / 0.1);
  }

  .xl\:bg-yellow-500\/100{
    background-color: rgb(234 179 8 / 1);
  }

  .xl\:bg-yellow-500\/15{
    background-color: rgb(234 179 8 / 0.15);
  }

  .xl\:bg-yellow-500\/20{
    background-color: rgb(234 179 8 / 0.2);
  }

  .xl\:bg-yellow-500\/25{
    background-color: rgb(234 179 8 / 0.25);
  }

  .xl\:bg-yellow-500\/30{
    background-color: rgb(234 179 8 / 0.3);
  }

  .xl\:bg-yellow-500\/35{
    background-color: rgb(234 179 8 / 0.35);
  }

  .xl\:bg-yellow-500\/40{
    background-color: rgb(234 179 8 / 0.4);
  }

  .xl\:bg-yellow-500\/45{
    background-color: rgb(234 179 8 / 0.45);
  }

  .xl\:bg-yellow-500\/5{
    background-color: rgb(234 179 8 / 0.05);
  }

  .xl\:bg-yellow-500\/50{
    background-color: rgb(234 179 8 / 0.5);
  }

  .xl\:bg-yellow-500\/55{
    background-color: rgb(234 179 8 / 0.55);
  }

  .xl\:bg-yellow-500\/60{
    background-color: rgb(234 179 8 / 0.6);
  }

  .xl\:bg-yellow-500\/65{
    background-color: rgb(234 179 8 / 0.65);
  }

  .xl\:bg-yellow-500\/70{
    background-color: rgb(234 179 8 / 0.7);
  }

  .xl\:bg-yellow-500\/75{
    background-color: rgb(234 179 8 / 0.75);
  }

  .xl\:bg-yellow-500\/80{
    background-color: rgb(234 179 8 / 0.8);
  }

  .xl\:bg-yellow-500\/85{
    background-color: rgb(234 179 8 / 0.85);
  }

  .xl\:bg-yellow-500\/90{
    background-color: rgb(234 179 8 / 0.9);
  }

  .xl\:bg-yellow-500\/95{
    background-color: rgb(234 179 8 / 0.95);
  }

  .xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-600\/0{
    background-color: rgb(202 138 4 / 0);
  }

  .xl\:bg-yellow-600\/10{
    background-color: rgb(202 138 4 / 0.1);
  }

  .xl\:bg-yellow-600\/100{
    background-color: rgb(202 138 4 / 1);
  }

  .xl\:bg-yellow-600\/15{
    background-color: rgb(202 138 4 / 0.15);
  }

  .xl\:bg-yellow-600\/20{
    background-color: rgb(202 138 4 / 0.2);
  }

  .xl\:bg-yellow-600\/25{
    background-color: rgb(202 138 4 / 0.25);
  }

  .xl\:bg-yellow-600\/30{
    background-color: rgb(202 138 4 / 0.3);
  }

  .xl\:bg-yellow-600\/35{
    background-color: rgb(202 138 4 / 0.35);
  }

  .xl\:bg-yellow-600\/40{
    background-color: rgb(202 138 4 / 0.4);
  }

  .xl\:bg-yellow-600\/45{
    background-color: rgb(202 138 4 / 0.45);
  }

  .xl\:bg-yellow-600\/5{
    background-color: rgb(202 138 4 / 0.05);
  }

  .xl\:bg-yellow-600\/50{
    background-color: rgb(202 138 4 / 0.5);
  }

  .xl\:bg-yellow-600\/55{
    background-color: rgb(202 138 4 / 0.55);
  }

  .xl\:bg-yellow-600\/60{
    background-color: rgb(202 138 4 / 0.6);
  }

  .xl\:bg-yellow-600\/65{
    background-color: rgb(202 138 4 / 0.65);
  }

  .xl\:bg-yellow-600\/70{
    background-color: rgb(202 138 4 / 0.7);
  }

  .xl\:bg-yellow-600\/75{
    background-color: rgb(202 138 4 / 0.75);
  }

  .xl\:bg-yellow-600\/80{
    background-color: rgb(202 138 4 / 0.8);
  }

  .xl\:bg-yellow-600\/85{
    background-color: rgb(202 138 4 / 0.85);
  }

  .xl\:bg-yellow-600\/90{
    background-color: rgb(202 138 4 / 0.9);
  }

  .xl\:bg-yellow-600\/95{
    background-color: rgb(202 138 4 / 0.95);
  }

  .xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-700\/0{
    background-color: rgb(161 98 7 / 0);
  }

  .xl\:bg-yellow-700\/10{
    background-color: rgb(161 98 7 / 0.1);
  }

  .xl\:bg-yellow-700\/100{
    background-color: rgb(161 98 7 / 1);
  }

  .xl\:bg-yellow-700\/15{
    background-color: rgb(161 98 7 / 0.15);
  }

  .xl\:bg-yellow-700\/20{
    background-color: rgb(161 98 7 / 0.2);
  }

  .xl\:bg-yellow-700\/25{
    background-color: rgb(161 98 7 / 0.25);
  }

  .xl\:bg-yellow-700\/30{
    background-color: rgb(161 98 7 / 0.3);
  }

  .xl\:bg-yellow-700\/35{
    background-color: rgb(161 98 7 / 0.35);
  }

  .xl\:bg-yellow-700\/40{
    background-color: rgb(161 98 7 / 0.4);
  }

  .xl\:bg-yellow-700\/45{
    background-color: rgb(161 98 7 / 0.45);
  }

  .xl\:bg-yellow-700\/5{
    background-color: rgb(161 98 7 / 0.05);
  }

  .xl\:bg-yellow-700\/50{
    background-color: rgb(161 98 7 / 0.5);
  }

  .xl\:bg-yellow-700\/55{
    background-color: rgb(161 98 7 / 0.55);
  }

  .xl\:bg-yellow-700\/60{
    background-color: rgb(161 98 7 / 0.6);
  }

  .xl\:bg-yellow-700\/65{
    background-color: rgb(161 98 7 / 0.65);
  }

  .xl\:bg-yellow-700\/70{
    background-color: rgb(161 98 7 / 0.7);
  }

  .xl\:bg-yellow-700\/75{
    background-color: rgb(161 98 7 / 0.75);
  }

  .xl\:bg-yellow-700\/80{
    background-color: rgb(161 98 7 / 0.8);
  }

  .xl\:bg-yellow-700\/85{
    background-color: rgb(161 98 7 / 0.85);
  }

  .xl\:bg-yellow-700\/90{
    background-color: rgb(161 98 7 / 0.9);
  }

  .xl\:bg-yellow-700\/95{
    background-color: rgb(161 98 7 / 0.95);
  }

  .xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-800\/0{
    background-color: rgb(133 77 14 / 0);
  }

  .xl\:bg-yellow-800\/10{
    background-color: rgb(133 77 14 / 0.1);
  }

  .xl\:bg-yellow-800\/100{
    background-color: rgb(133 77 14 / 1);
  }

  .xl\:bg-yellow-800\/15{
    background-color: rgb(133 77 14 / 0.15);
  }

  .xl\:bg-yellow-800\/20{
    background-color: rgb(133 77 14 / 0.2);
  }

  .xl\:bg-yellow-800\/25{
    background-color: rgb(133 77 14 / 0.25);
  }

  .xl\:bg-yellow-800\/30{
    background-color: rgb(133 77 14 / 0.3);
  }

  .xl\:bg-yellow-800\/35{
    background-color: rgb(133 77 14 / 0.35);
  }

  .xl\:bg-yellow-800\/40{
    background-color: rgb(133 77 14 / 0.4);
  }

  .xl\:bg-yellow-800\/45{
    background-color: rgb(133 77 14 / 0.45);
  }

  .xl\:bg-yellow-800\/5{
    background-color: rgb(133 77 14 / 0.05);
  }

  .xl\:bg-yellow-800\/50{
    background-color: rgb(133 77 14 / 0.5);
  }

  .xl\:bg-yellow-800\/55{
    background-color: rgb(133 77 14 / 0.55);
  }

  .xl\:bg-yellow-800\/60{
    background-color: rgb(133 77 14 / 0.6);
  }

  .xl\:bg-yellow-800\/65{
    background-color: rgb(133 77 14 / 0.65);
  }

  .xl\:bg-yellow-800\/70{
    background-color: rgb(133 77 14 / 0.7);
  }

  .xl\:bg-yellow-800\/75{
    background-color: rgb(133 77 14 / 0.75);
  }

  .xl\:bg-yellow-800\/80{
    background-color: rgb(133 77 14 / 0.8);
  }

  .xl\:bg-yellow-800\/85{
    background-color: rgb(133 77 14 / 0.85);
  }

  .xl\:bg-yellow-800\/90{
    background-color: rgb(133 77 14 / 0.9);
  }

  .xl\:bg-yellow-800\/95{
    background-color: rgb(133 77 14 / 0.95);
  }

  .xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-900\/0{
    background-color: rgb(113 63 18 / 0);
  }

  .xl\:bg-yellow-900\/10{
    background-color: rgb(113 63 18 / 0.1);
  }

  .xl\:bg-yellow-900\/100{
    background-color: rgb(113 63 18 / 1);
  }

  .xl\:bg-yellow-900\/15{
    background-color: rgb(113 63 18 / 0.15);
  }

  .xl\:bg-yellow-900\/20{
    background-color: rgb(113 63 18 / 0.2);
  }

  .xl\:bg-yellow-900\/25{
    background-color: rgb(113 63 18 / 0.25);
  }

  .xl\:bg-yellow-900\/30{
    background-color: rgb(113 63 18 / 0.3);
  }

  .xl\:bg-yellow-900\/35{
    background-color: rgb(113 63 18 / 0.35);
  }

  .xl\:bg-yellow-900\/40{
    background-color: rgb(113 63 18 / 0.4);
  }

  .xl\:bg-yellow-900\/45{
    background-color: rgb(113 63 18 / 0.45);
  }

  .xl\:bg-yellow-900\/5{
    background-color: rgb(113 63 18 / 0.05);
  }

  .xl\:bg-yellow-900\/50{
    background-color: rgb(113 63 18 / 0.5);
  }

  .xl\:bg-yellow-900\/55{
    background-color: rgb(113 63 18 / 0.55);
  }

  .xl\:bg-yellow-900\/60{
    background-color: rgb(113 63 18 / 0.6);
  }

  .xl\:bg-yellow-900\/65{
    background-color: rgb(113 63 18 / 0.65);
  }

  .xl\:bg-yellow-900\/70{
    background-color: rgb(113 63 18 / 0.7);
  }

  .xl\:bg-yellow-900\/75{
    background-color: rgb(113 63 18 / 0.75);
  }

  .xl\:bg-yellow-900\/80{
    background-color: rgb(113 63 18 / 0.8);
  }

  .xl\:bg-yellow-900\/85{
    background-color: rgb(113 63 18 / 0.85);
  }

  .xl\:bg-yellow-900\/90{
    background-color: rgb(113 63 18 / 0.9);
  }

  .xl\:bg-yellow-900\/95{
    background-color: rgb(113 63 18 / 0.95);
  }

  .xl\:bg-yellow-950{
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow-950\/0{
    background-color: rgb(66 32 6 / 0);
  }

  .xl\:bg-yellow-950\/10{
    background-color: rgb(66 32 6 / 0.1);
  }

  .xl\:bg-yellow-950\/100{
    background-color: rgb(66 32 6 / 1);
  }

  .xl\:bg-yellow-950\/15{
    background-color: rgb(66 32 6 / 0.15);
  }

  .xl\:bg-yellow-950\/20{
    background-color: rgb(66 32 6 / 0.2);
  }

  .xl\:bg-yellow-950\/25{
    background-color: rgb(66 32 6 / 0.25);
  }

  .xl\:bg-yellow-950\/30{
    background-color: rgb(66 32 6 / 0.3);
  }

  .xl\:bg-yellow-950\/35{
    background-color: rgb(66 32 6 / 0.35);
  }

  .xl\:bg-yellow-950\/40{
    background-color: rgb(66 32 6 / 0.4);
  }

  .xl\:bg-yellow-950\/45{
    background-color: rgb(66 32 6 / 0.45);
  }

  .xl\:bg-yellow-950\/5{
    background-color: rgb(66 32 6 / 0.05);
  }

  .xl\:bg-yellow-950\/50{
    background-color: rgb(66 32 6 / 0.5);
  }

  .xl\:bg-yellow-950\/55{
    background-color: rgb(66 32 6 / 0.55);
  }

  .xl\:bg-yellow-950\/60{
    background-color: rgb(66 32 6 / 0.6);
  }

  .xl\:bg-yellow-950\/65{
    background-color: rgb(66 32 6 / 0.65);
  }

  .xl\:bg-yellow-950\/70{
    background-color: rgb(66 32 6 / 0.7);
  }

  .xl\:bg-yellow-950\/75{
    background-color: rgb(66 32 6 / 0.75);
  }

  .xl\:bg-yellow-950\/80{
    background-color: rgb(66 32 6 / 0.8);
  }

  .xl\:bg-yellow-950\/85{
    background-color: rgb(66 32 6 / 0.85);
  }

  .xl\:bg-yellow-950\/90{
    background-color: rgb(66 32 6 / 0.9);
  }

  .xl\:bg-yellow-950\/95{
    background-color: rgb(66 32 6 / 0.95);
  }

  .xl\:bg-zinc-100{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-100\/0{
    background-color: rgb(244 244 245 / 0);
  }

  .xl\:bg-zinc-100\/10{
    background-color: rgb(244 244 245 / 0.1);
  }

  .xl\:bg-zinc-100\/100{
    background-color: rgb(244 244 245 / 1);
  }

  .xl\:bg-zinc-100\/15{
    background-color: rgb(244 244 245 / 0.15);
  }

  .xl\:bg-zinc-100\/20{
    background-color: rgb(244 244 245 / 0.2);
  }

  .xl\:bg-zinc-100\/25{
    background-color: rgb(244 244 245 / 0.25);
  }

  .xl\:bg-zinc-100\/30{
    background-color: rgb(244 244 245 / 0.3);
  }

  .xl\:bg-zinc-100\/35{
    background-color: rgb(244 244 245 / 0.35);
  }

  .xl\:bg-zinc-100\/40{
    background-color: rgb(244 244 245 / 0.4);
  }

  .xl\:bg-zinc-100\/45{
    background-color: rgb(244 244 245 / 0.45);
  }

  .xl\:bg-zinc-100\/5{
    background-color: rgb(244 244 245 / 0.05);
  }

  .xl\:bg-zinc-100\/50{
    background-color: rgb(244 244 245 / 0.5);
  }

  .xl\:bg-zinc-100\/55{
    background-color: rgb(244 244 245 / 0.55);
  }

  .xl\:bg-zinc-100\/60{
    background-color: rgb(244 244 245 / 0.6);
  }

  .xl\:bg-zinc-100\/65{
    background-color: rgb(244 244 245 / 0.65);
  }

  .xl\:bg-zinc-100\/70{
    background-color: rgb(244 244 245 / 0.7);
  }

  .xl\:bg-zinc-100\/75{
    background-color: rgb(244 244 245 / 0.75);
  }

  .xl\:bg-zinc-100\/80{
    background-color: rgb(244 244 245 / 0.8);
  }

  .xl\:bg-zinc-100\/85{
    background-color: rgb(244 244 245 / 0.85);
  }

  .xl\:bg-zinc-100\/90{
    background-color: rgb(244 244 245 / 0.9);
  }

  .xl\:bg-zinc-100\/95{
    background-color: rgb(244 244 245 / 0.95);
  }

  .xl\:bg-zinc-200{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-200\/0{
    background-color: rgb(228 228 231 / 0);
  }

  .xl\:bg-zinc-200\/10{
    background-color: rgb(228 228 231 / 0.1);
  }

  .xl\:bg-zinc-200\/100{
    background-color: rgb(228 228 231 / 1);
  }

  .xl\:bg-zinc-200\/15{
    background-color: rgb(228 228 231 / 0.15);
  }

  .xl\:bg-zinc-200\/20{
    background-color: rgb(228 228 231 / 0.2);
  }

  .xl\:bg-zinc-200\/25{
    background-color: rgb(228 228 231 / 0.25);
  }

  .xl\:bg-zinc-200\/30{
    background-color: rgb(228 228 231 / 0.3);
  }

  .xl\:bg-zinc-200\/35{
    background-color: rgb(228 228 231 / 0.35);
  }

  .xl\:bg-zinc-200\/40{
    background-color: rgb(228 228 231 / 0.4);
  }

  .xl\:bg-zinc-200\/45{
    background-color: rgb(228 228 231 / 0.45);
  }

  .xl\:bg-zinc-200\/5{
    background-color: rgb(228 228 231 / 0.05);
  }

  .xl\:bg-zinc-200\/50{
    background-color: rgb(228 228 231 / 0.5);
  }

  .xl\:bg-zinc-200\/55{
    background-color: rgb(228 228 231 / 0.55);
  }

  .xl\:bg-zinc-200\/60{
    background-color: rgb(228 228 231 / 0.6);
  }

  .xl\:bg-zinc-200\/65{
    background-color: rgb(228 228 231 / 0.65);
  }

  .xl\:bg-zinc-200\/70{
    background-color: rgb(228 228 231 / 0.7);
  }

  .xl\:bg-zinc-200\/75{
    background-color: rgb(228 228 231 / 0.75);
  }

  .xl\:bg-zinc-200\/80{
    background-color: rgb(228 228 231 / 0.8);
  }

  .xl\:bg-zinc-200\/85{
    background-color: rgb(228 228 231 / 0.85);
  }

  .xl\:bg-zinc-200\/90{
    background-color: rgb(228 228 231 / 0.9);
  }

  .xl\:bg-zinc-200\/95{
    background-color: rgb(228 228 231 / 0.95);
  }

  .xl\:bg-zinc-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-300\/0{
    background-color: rgb(212 212 216 / 0);
  }

  .xl\:bg-zinc-300\/10{
    background-color: rgb(212 212 216 / 0.1);
  }

  .xl\:bg-zinc-300\/100{
    background-color: rgb(212 212 216 / 1);
  }

  .xl\:bg-zinc-300\/15{
    background-color: rgb(212 212 216 / 0.15);
  }

  .xl\:bg-zinc-300\/20{
    background-color: rgb(212 212 216 / 0.2);
  }

  .xl\:bg-zinc-300\/25{
    background-color: rgb(212 212 216 / 0.25);
  }

  .xl\:bg-zinc-300\/30{
    background-color: rgb(212 212 216 / 0.3);
  }

  .xl\:bg-zinc-300\/35{
    background-color: rgb(212 212 216 / 0.35);
  }

  .xl\:bg-zinc-300\/40{
    background-color: rgb(212 212 216 / 0.4);
  }

  .xl\:bg-zinc-300\/45{
    background-color: rgb(212 212 216 / 0.45);
  }

  .xl\:bg-zinc-300\/5{
    background-color: rgb(212 212 216 / 0.05);
  }

  .xl\:bg-zinc-300\/50{
    background-color: rgb(212 212 216 / 0.5);
  }

  .xl\:bg-zinc-300\/55{
    background-color: rgb(212 212 216 / 0.55);
  }

  .xl\:bg-zinc-300\/60{
    background-color: rgb(212 212 216 / 0.6);
  }

  .xl\:bg-zinc-300\/65{
    background-color: rgb(212 212 216 / 0.65);
  }

  .xl\:bg-zinc-300\/70{
    background-color: rgb(212 212 216 / 0.7);
  }

  .xl\:bg-zinc-300\/75{
    background-color: rgb(212 212 216 / 0.75);
  }

  .xl\:bg-zinc-300\/80{
    background-color: rgb(212 212 216 / 0.8);
  }

  .xl\:bg-zinc-300\/85{
    background-color: rgb(212 212 216 / 0.85);
  }

  .xl\:bg-zinc-300\/90{
    background-color: rgb(212 212 216 / 0.9);
  }

  .xl\:bg-zinc-300\/95{
    background-color: rgb(212 212 216 / 0.95);
  }

  .xl\:bg-zinc-400{
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-400\/0{
    background-color: rgb(161 161 170 / 0);
  }

  .xl\:bg-zinc-400\/10{
    background-color: rgb(161 161 170 / 0.1);
  }

  .xl\:bg-zinc-400\/100{
    background-color: rgb(161 161 170 / 1);
  }

  .xl\:bg-zinc-400\/15{
    background-color: rgb(161 161 170 / 0.15);
  }

  .xl\:bg-zinc-400\/20{
    background-color: rgb(161 161 170 / 0.2);
  }

  .xl\:bg-zinc-400\/25{
    background-color: rgb(161 161 170 / 0.25);
  }

  .xl\:bg-zinc-400\/30{
    background-color: rgb(161 161 170 / 0.3);
  }

  .xl\:bg-zinc-400\/35{
    background-color: rgb(161 161 170 / 0.35);
  }

  .xl\:bg-zinc-400\/40{
    background-color: rgb(161 161 170 / 0.4);
  }

  .xl\:bg-zinc-400\/45{
    background-color: rgb(161 161 170 / 0.45);
  }

  .xl\:bg-zinc-400\/5{
    background-color: rgb(161 161 170 / 0.05);
  }

  .xl\:bg-zinc-400\/50{
    background-color: rgb(161 161 170 / 0.5);
  }

  .xl\:bg-zinc-400\/55{
    background-color: rgb(161 161 170 / 0.55);
  }

  .xl\:bg-zinc-400\/60{
    background-color: rgb(161 161 170 / 0.6);
  }

  .xl\:bg-zinc-400\/65{
    background-color: rgb(161 161 170 / 0.65);
  }

  .xl\:bg-zinc-400\/70{
    background-color: rgb(161 161 170 / 0.7);
  }

  .xl\:bg-zinc-400\/75{
    background-color: rgb(161 161 170 / 0.75);
  }

  .xl\:bg-zinc-400\/80{
    background-color: rgb(161 161 170 / 0.8);
  }

  .xl\:bg-zinc-400\/85{
    background-color: rgb(161 161 170 / 0.85);
  }

  .xl\:bg-zinc-400\/90{
    background-color: rgb(161 161 170 / 0.9);
  }

  .xl\:bg-zinc-400\/95{
    background-color: rgb(161 161 170 / 0.95);
  }

  .xl\:bg-zinc-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .xl\:bg-zinc-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .xl\:bg-zinc-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .xl\:bg-zinc-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .xl\:bg-zinc-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .xl\:bg-zinc-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .xl\:bg-zinc-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .xl\:bg-zinc-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .xl\:bg-zinc-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .xl\:bg-zinc-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .xl\:bg-zinc-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .xl\:bg-zinc-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .xl\:bg-zinc-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .xl\:bg-zinc-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .xl\:bg-zinc-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .xl\:bg-zinc-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .xl\:bg-zinc-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .xl\:bg-zinc-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .xl\:bg-zinc-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .xl\:bg-zinc-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .xl\:bg-zinc-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .xl\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-500\/0{
    background-color: rgb(113 113 122 / 0);
  }

  .xl\:bg-zinc-500\/10{
    background-color: rgb(113 113 122 / 0.1);
  }

  .xl\:bg-zinc-500\/100{
    background-color: rgb(113 113 122 / 1);
  }

  .xl\:bg-zinc-500\/15{
    background-color: rgb(113 113 122 / 0.15);
  }

  .xl\:bg-zinc-500\/20{
    background-color: rgb(113 113 122 / 0.2);
  }

  .xl\:bg-zinc-500\/25{
    background-color: rgb(113 113 122 / 0.25);
  }

  .xl\:bg-zinc-500\/30{
    background-color: rgb(113 113 122 / 0.3);
  }

  .xl\:bg-zinc-500\/35{
    background-color: rgb(113 113 122 / 0.35);
  }

  .xl\:bg-zinc-500\/40{
    background-color: rgb(113 113 122 / 0.4);
  }

  .xl\:bg-zinc-500\/45{
    background-color: rgb(113 113 122 / 0.45);
  }

  .xl\:bg-zinc-500\/5{
    background-color: rgb(113 113 122 / 0.05);
  }

  .xl\:bg-zinc-500\/50{
    background-color: rgb(113 113 122 / 0.5);
  }

  .xl\:bg-zinc-500\/55{
    background-color: rgb(113 113 122 / 0.55);
  }

  .xl\:bg-zinc-500\/60{
    background-color: rgb(113 113 122 / 0.6);
  }

  .xl\:bg-zinc-500\/65{
    background-color: rgb(113 113 122 / 0.65);
  }

  .xl\:bg-zinc-500\/70{
    background-color: rgb(113 113 122 / 0.7);
  }

  .xl\:bg-zinc-500\/75{
    background-color: rgb(113 113 122 / 0.75);
  }

  .xl\:bg-zinc-500\/80{
    background-color: rgb(113 113 122 / 0.8);
  }

  .xl\:bg-zinc-500\/85{
    background-color: rgb(113 113 122 / 0.85);
  }

  .xl\:bg-zinc-500\/90{
    background-color: rgb(113 113 122 / 0.9);
  }

  .xl\:bg-zinc-500\/95{
    background-color: rgb(113 113 122 / 0.95);
  }

  .xl\:bg-zinc-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-600\/0{
    background-color: rgb(82 82 91 / 0);
  }

  .xl\:bg-zinc-600\/10{
    background-color: rgb(82 82 91 / 0.1);
  }

  .xl\:bg-zinc-600\/100{
    background-color: rgb(82 82 91 / 1);
  }

  .xl\:bg-zinc-600\/15{
    background-color: rgb(82 82 91 / 0.15);
  }

  .xl\:bg-zinc-600\/20{
    background-color: rgb(82 82 91 / 0.2);
  }

  .xl\:bg-zinc-600\/25{
    background-color: rgb(82 82 91 / 0.25);
  }

  .xl\:bg-zinc-600\/30{
    background-color: rgb(82 82 91 / 0.3);
  }

  .xl\:bg-zinc-600\/35{
    background-color: rgb(82 82 91 / 0.35);
  }

  .xl\:bg-zinc-600\/40{
    background-color: rgb(82 82 91 / 0.4);
  }

  .xl\:bg-zinc-600\/45{
    background-color: rgb(82 82 91 / 0.45);
  }

  .xl\:bg-zinc-600\/5{
    background-color: rgb(82 82 91 / 0.05);
  }

  .xl\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .xl\:bg-zinc-600\/55{
    background-color: rgb(82 82 91 / 0.55);
  }

  .xl\:bg-zinc-600\/60{
    background-color: rgb(82 82 91 / 0.6);
  }

  .xl\:bg-zinc-600\/65{
    background-color: rgb(82 82 91 / 0.65);
  }

  .xl\:bg-zinc-600\/70{
    background-color: rgb(82 82 91 / 0.7);
  }

  .xl\:bg-zinc-600\/75{
    background-color: rgb(82 82 91 / 0.75);
  }

  .xl\:bg-zinc-600\/80{
    background-color: rgb(82 82 91 / 0.8);
  }

  .xl\:bg-zinc-600\/85{
    background-color: rgb(82 82 91 / 0.85);
  }

  .xl\:bg-zinc-600\/90{
    background-color: rgb(82 82 91 / 0.9);
  }

  .xl\:bg-zinc-600\/95{
    background-color: rgb(82 82 91 / 0.95);
  }

  .xl\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-700\/0{
    background-color: rgb(63 63 70 / 0);
  }

  .xl\:bg-zinc-700\/10{
    background-color: rgb(63 63 70 / 0.1);
  }

  .xl\:bg-zinc-700\/100{
    background-color: rgb(63 63 70 / 1);
  }

  .xl\:bg-zinc-700\/15{
    background-color: rgb(63 63 70 / 0.15);
  }

  .xl\:bg-zinc-700\/20{
    background-color: rgb(63 63 70 / 0.2);
  }

  .xl\:bg-zinc-700\/25{
    background-color: rgb(63 63 70 / 0.25);
  }

  .xl\:bg-zinc-700\/30{
    background-color: rgb(63 63 70 / 0.3);
  }

  .xl\:bg-zinc-700\/35{
    background-color: rgb(63 63 70 / 0.35);
  }

  .xl\:bg-zinc-700\/40{
    background-color: rgb(63 63 70 / 0.4);
  }

  .xl\:bg-zinc-700\/45{
    background-color: rgb(63 63 70 / 0.45);
  }

  .xl\:bg-zinc-700\/5{
    background-color: rgb(63 63 70 / 0.05);
  }

  .xl\:bg-zinc-700\/50{
    background-color: rgb(63 63 70 / 0.5);
  }

  .xl\:bg-zinc-700\/55{
    background-color: rgb(63 63 70 / 0.55);
  }

  .xl\:bg-zinc-700\/60{
    background-color: rgb(63 63 70 / 0.6);
  }

  .xl\:bg-zinc-700\/65{
    background-color: rgb(63 63 70 / 0.65);
  }

  .xl\:bg-zinc-700\/70{
    background-color: rgb(63 63 70 / 0.7);
  }

  .xl\:bg-zinc-700\/75{
    background-color: rgb(63 63 70 / 0.75);
  }

  .xl\:bg-zinc-700\/80{
    background-color: rgb(63 63 70 / 0.8);
  }

  .xl\:bg-zinc-700\/85{
    background-color: rgb(63 63 70 / 0.85);
  }

  .xl\:bg-zinc-700\/90{
    background-color: rgb(63 63 70 / 0.9);
  }

  .xl\:bg-zinc-700\/95{
    background-color: rgb(63 63 70 / 0.95);
  }

  .xl\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-800\/0{
    background-color: rgb(39 39 42 / 0);
  }

  .xl\:bg-zinc-800\/10{
    background-color: rgb(39 39 42 / 0.1);
  }

  .xl\:bg-zinc-800\/100{
    background-color: rgb(39 39 42 / 1);
  }

  .xl\:bg-zinc-800\/15{
    background-color: rgb(39 39 42 / 0.15);
  }

  .xl\:bg-zinc-800\/20{
    background-color: rgb(39 39 42 / 0.2);
  }

  .xl\:bg-zinc-800\/25{
    background-color: rgb(39 39 42 / 0.25);
  }

  .xl\:bg-zinc-800\/30{
    background-color: rgb(39 39 42 / 0.3);
  }

  .xl\:bg-zinc-800\/35{
    background-color: rgb(39 39 42 / 0.35);
  }

  .xl\:bg-zinc-800\/40{
    background-color: rgb(39 39 42 / 0.4);
  }

  .xl\:bg-zinc-800\/45{
    background-color: rgb(39 39 42 / 0.45);
  }

  .xl\:bg-zinc-800\/5{
    background-color: rgb(39 39 42 / 0.05);
  }

  .xl\:bg-zinc-800\/50{
    background-color: rgb(39 39 42 / 0.5);
  }

  .xl\:bg-zinc-800\/55{
    background-color: rgb(39 39 42 / 0.55);
  }

  .xl\:bg-zinc-800\/60{
    background-color: rgb(39 39 42 / 0.6);
  }

  .xl\:bg-zinc-800\/65{
    background-color: rgb(39 39 42 / 0.65);
  }

  .xl\:bg-zinc-800\/70{
    background-color: rgb(39 39 42 / 0.7);
  }

  .xl\:bg-zinc-800\/75{
    background-color: rgb(39 39 42 / 0.75);
  }

  .xl\:bg-zinc-800\/80{
    background-color: rgb(39 39 42 / 0.8);
  }

  .xl\:bg-zinc-800\/85{
    background-color: rgb(39 39 42 / 0.85);
  }

  .xl\:bg-zinc-800\/90{
    background-color: rgb(39 39 42 / 0.9);
  }

  .xl\:bg-zinc-800\/95{
    background-color: rgb(39 39 42 / 0.95);
  }

  .xl\:bg-zinc-900{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-900\/0{
    background-color: rgb(24 24 27 / 0);
  }

  .xl\:bg-zinc-900\/10{
    background-color: rgb(24 24 27 / 0.1);
  }

  .xl\:bg-zinc-900\/100{
    background-color: rgb(24 24 27 / 1);
  }

  .xl\:bg-zinc-900\/15{
    background-color: rgb(24 24 27 / 0.15);
  }

  .xl\:bg-zinc-900\/20{
    background-color: rgb(24 24 27 / 0.2);
  }

  .xl\:bg-zinc-900\/25{
    background-color: rgb(24 24 27 / 0.25);
  }

  .xl\:bg-zinc-900\/30{
    background-color: rgb(24 24 27 / 0.3);
  }

  .xl\:bg-zinc-900\/35{
    background-color: rgb(24 24 27 / 0.35);
  }

  .xl\:bg-zinc-900\/40{
    background-color: rgb(24 24 27 / 0.4);
  }

  .xl\:bg-zinc-900\/45{
    background-color: rgb(24 24 27 / 0.45);
  }

  .xl\:bg-zinc-900\/5{
    background-color: rgb(24 24 27 / 0.05);
  }

  .xl\:bg-zinc-900\/50{
    background-color: rgb(24 24 27 / 0.5);
  }

  .xl\:bg-zinc-900\/55{
    background-color: rgb(24 24 27 / 0.55);
  }

  .xl\:bg-zinc-900\/60{
    background-color: rgb(24 24 27 / 0.6);
  }

  .xl\:bg-zinc-900\/65{
    background-color: rgb(24 24 27 / 0.65);
  }

  .xl\:bg-zinc-900\/70{
    background-color: rgb(24 24 27 / 0.7);
  }

  .xl\:bg-zinc-900\/75{
    background-color: rgb(24 24 27 / 0.75);
  }

  .xl\:bg-zinc-900\/80{
    background-color: rgb(24 24 27 / 0.8);
  }

  .xl\:bg-zinc-900\/85{
    background-color: rgb(24 24 27 / 0.85);
  }

  .xl\:bg-zinc-900\/90{
    background-color: rgb(24 24 27 / 0.9);
  }

  .xl\:bg-zinc-900\/95{
    background-color: rgb(24 24 27 / 0.95);
  }

  .xl\:bg-zinc-950{
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-zinc-950\/0{
    background-color: rgb(9 9 11 / 0);
  }

  .xl\:bg-zinc-950\/10{
    background-color: rgb(9 9 11 / 0.1);
  }

  .xl\:bg-zinc-950\/100{
    background-color: rgb(9 9 11 / 1);
  }

  .xl\:bg-zinc-950\/15{
    background-color: rgb(9 9 11 / 0.15);
  }

  .xl\:bg-zinc-950\/20{
    background-color: rgb(9 9 11 / 0.2);
  }

  .xl\:bg-zinc-950\/25{
    background-color: rgb(9 9 11 / 0.25);
  }

  .xl\:bg-zinc-950\/30{
    background-color: rgb(9 9 11 / 0.3);
  }

  .xl\:bg-zinc-950\/35{
    background-color: rgb(9 9 11 / 0.35);
  }

  .xl\:bg-zinc-950\/40{
    background-color: rgb(9 9 11 / 0.4);
  }

  .xl\:bg-zinc-950\/45{
    background-color: rgb(9 9 11 / 0.45);
  }

  .xl\:bg-zinc-950\/5{
    background-color: rgb(9 9 11 / 0.05);
  }

  .xl\:bg-zinc-950\/50{
    background-color: rgb(9 9 11 / 0.5);
  }

  .xl\:bg-zinc-950\/55{
    background-color: rgb(9 9 11 / 0.55);
  }

  .xl\:bg-zinc-950\/60{
    background-color: rgb(9 9 11 / 0.6);
  }

  .xl\:bg-zinc-950\/65{
    background-color: rgb(9 9 11 / 0.65);
  }

  .xl\:bg-zinc-950\/70{
    background-color: rgb(9 9 11 / 0.7);
  }

  .xl\:bg-zinc-950\/75{
    background-color: rgb(9 9 11 / 0.75);
  }

  .xl\:bg-zinc-950\/80{
    background-color: rgb(9 9 11 / 0.8);
  }

  .xl\:bg-zinc-950\/85{
    background-color: rgb(9 9 11 / 0.85);
  }

  .xl\:bg-zinc-950\/90{
    background-color: rgb(9 9 11 / 0.9);
  }

  .xl\:bg-zinc-950\/95{
    background-color: rgb(9 9 11 / 0.95);
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:bg-opacity-15{
    --tw-bg-opacity: 0.15;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-45{
    --tw-bg-opacity: 0.45;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-55{
    --tw-bg-opacity: 0.55;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
  }

  .xl\:bg-form-btn-submit-hover{
    background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
  }

  .xl\:bg-fp-1{
    background-image: url('/static-tailwind/static/images/icons/bed.svg');
  }

  .xl\:bg-fp-2{
    background-image: url('/static-tailwind/static/images/icons/bath.svg');
  }

  .xl\:bg-fp-3{
    background-image: url('/static-tailwind/static/images/icons/lounge.svg');
  }

  .xl\:bg-fp-4{
    background-image: url('/static-tailwind/static/images/icons/garage.svg');
  }

  .xl\:bg-fp-5{
    background-image: url('/static-tailwind/static/images/icons/study.svg');
  }

  .xl\:bg-icon-360{
    background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
  }

  .xl\:bg-icon-arrow-slider{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
  }

  .xl\:bg-icon-check-list{
    background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
  }

  .xl\:bg-icon-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
  }

  .xl\:bg-icon-chevron-down{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
  }

  .xl\:bg-icon-chevron-down-light{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
  }

  .xl\:bg-icon-chevron-right-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
  }

  .xl\:bg-icon-chevron-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
  }

  .xl\:bg-icon-close-cyan{
    background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
  }

  .xl\:bg-icon-close-modal{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
  }

  .xl\:bg-icon-close-modal-2{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
  }

  .xl\:bg-icon-display{
    background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
  }

  .xl\:bg-icon-editor{
    background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
  }

  .xl\:bg-icon-expand{
    background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
  }

  .xl\:bg-icon-expand-white{
    background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
  }

  .xl\:bg-icon-facebook{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
  }

  .xl\:bg-icon-facebook-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
  }

  .xl\:bg-icon-filter{
    background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
  }

  .xl\:bg-icon-fp-flip{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
  }

  .xl\:bg-icon-fp-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
  }

  .xl\:bg-icon-home-map{
    background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
  }

  .xl\:bg-icon-linkedin{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
  }

  .xl\:bg-icon-linkedin-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
  }

  .xl\:bg-icon-map-link{
    background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
  }

  .xl\:bg-icon-menu{
    background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
  }

  .xl\:bg-icon-menu-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
  }

  .xl\:bg-icon-minus{
    background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
  }

  .xl\:bg-icon-next{
    background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
  }

  .xl\:bg-icon-next-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
  }

  .xl\:bg-icon-next-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
  }

  .xl\:bg-icon-open-map{
    background-image: url('/static-tailwind/static/images/icon-open-map.svg');
  }

  .xl\:bg-icon-phone{
    background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
  }

  .xl\:bg-icon-phone-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
  }

  .xl\:bg-icon-play{
    background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
  }

  .xl\:bg-icon-plus{
    background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
  }

  .xl\:bg-icon-portal{
    background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
  }

  .xl\:bg-icon-portal-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
  }

  .xl\:bg-icon-prev{
    background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
  }

  .xl\:bg-icon-prev-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
  }

  .xl\:bg-icon-prev-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
  }

  .xl\:bg-icon-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
  }

  .xl\:bg-icon-small-check{
    background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
  }

  .xl\:bg-icon-star{
    background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
  }

  .xl\:bg-icon-trash{
    background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
  }

  .xl\:bg-icon-youtube{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
  }

  .xl\:bg-icon-youtube-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
  }

  .xl\:bg-link-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
  }

  .xl\:bg-link-arrow-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
  }

  .xl\:bg-link-close-right-white{
    background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
  }

  .xl\:bg-ondisplay{
    background-image: url('/static-tailwind/static/images/icons/on-display.svg');
  }

  .xl\:bg-pagination-arrow{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
  }

  .xl\:bg-pagination-arrow-hover{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
  }

  .xl\:bg-100{
    background-size: 100%;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-origin-border{
    background-origin: border-box;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xl\:bg-origin-content{
    background-origin: content-box;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:p-0\.5{
    padding: 0.125rem;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-1\.5{
    padding: 0.375rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-14{
    padding: 3.5rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-28{
    padding: 7rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-3\.5{
    padding: 0.875rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-36{
    padding: 9rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-44{
    padding: 11rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-52{
    padding: 13rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-60{
    padding: 15rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-72{
    padding: 18rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-80{
    padding: 20rem;
  }

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-96{
    padding: 24rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:\!pl-\[162px\]{
    padding-left: 162px !important;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pb-36{
    padding-bottom: 9rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pb-44{
    padding-bottom: 11rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pb-52{
    padding-bottom: 13rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-60{
    padding-bottom: 15rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:pb-72{
    padding-bottom: 18rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pb-80{
    padding-bottom: 20rem;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:pb-96{
    padding-bottom: 24rem;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pl-14{
    padding-left: 3.5rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pl-28{
    padding-left: 7rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pl-36{
    padding-left: 9rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pl-44{
    padding-left: 11rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pl-52{
    padding-left: 13rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pl-60{
    padding-left: 15rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pl-7{
    padding-left: 1.75rem;
  }

  .xl\:pl-72{
    padding-left: 18rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pl-80{
    padding-left: 20rem;
  }

  .xl\:pl-9{
    padding-left: 2.25rem;
  }

  .xl\:pl-96{
    padding-left: 24rem;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pr-11{
    padding-right: 2.75rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pr-14{
    padding-right: 3.5rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pr-36{
    padding-right: 9rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pr-44{
    padding-right: 11rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pr-52{
    padding-right: 13rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pr-60{
    padding-right: 15rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pr-7{
    padding-right: 1.75rem;
  }

  .xl\:pr-72{
    padding-right: 18rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pr-80{
    padding-right: 20rem;
  }

  .xl\:pr-9{
    padding-right: 2.25rem;
  }

  .xl\:pr-96{
    padding-right: 24rem;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pt-11{
    padding-top: 2.75rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pt-14{
    padding-top: 3.5rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pt-36{
    padding-top: 9rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pt-44{
    padding-top: 11rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pt-52{
    padding-top: 13rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pt-60{
    padding-top: 15rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pt-7{
    padding-top: 1.75rem;
  }

  .xl\:pt-72{
    padding-top: 18rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pt-80{
    padding-top: 20rem;
  }

  .xl\:pt-9{
    padding-top: 2.25rem;
  }

  .xl\:pt-96{
    padding-top: 24rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-start{
    text-align: start;
  }

  .xl\:text-end{
    text-align: end;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-base{
    font-size: 16px;
  }

  .xl\:text-h1{
    font-size: 40px;
  }

  .xl\:text-h2{
    font-size: 32px;
  }

  .xl\:text-h3{
    font-size: 24px;
  }

  .xl\:text-lead{
    font-size: 24px;
  }

  .xl\:text-lg{
    font-size: 20px;
  }

  .xl\:text-md{
    font-size: 18px;
  }

  .xl\:text-s{
    font-size: 14px;
  }

  .xl\:text-sm{
    font-size: 16px;
  }

  .xl\:text-xl{
    font-size: 48px;
  }

  .xl\:text-xs{
    font-size: 12px;
  }

  .xl\:text-xxl{
    font-size: 96px;
  }

  .xl\:text-amber-100{
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-100\/0{
    color: rgb(254 243 199 / 0);
  }

  .xl\:text-amber-100\/10{
    color: rgb(254 243 199 / 0.1);
  }

  .xl\:text-amber-100\/100{
    color: rgb(254 243 199 / 1);
  }

  .xl\:text-amber-100\/15{
    color: rgb(254 243 199 / 0.15);
  }

  .xl\:text-amber-100\/20{
    color: rgb(254 243 199 / 0.2);
  }

  .xl\:text-amber-100\/25{
    color: rgb(254 243 199 / 0.25);
  }

  .xl\:text-amber-100\/30{
    color: rgb(254 243 199 / 0.3);
  }

  .xl\:text-amber-100\/35{
    color: rgb(254 243 199 / 0.35);
  }

  .xl\:text-amber-100\/40{
    color: rgb(254 243 199 / 0.4);
  }

  .xl\:text-amber-100\/45{
    color: rgb(254 243 199 / 0.45);
  }

  .xl\:text-amber-100\/5{
    color: rgb(254 243 199 / 0.05);
  }

  .xl\:text-amber-100\/50{
    color: rgb(254 243 199 / 0.5);
  }

  .xl\:text-amber-100\/55{
    color: rgb(254 243 199 / 0.55);
  }

  .xl\:text-amber-100\/60{
    color: rgb(254 243 199 / 0.6);
  }

  .xl\:text-amber-100\/65{
    color: rgb(254 243 199 / 0.65);
  }

  .xl\:text-amber-100\/70{
    color: rgb(254 243 199 / 0.7);
  }

  .xl\:text-amber-100\/75{
    color: rgb(254 243 199 / 0.75);
  }

  .xl\:text-amber-100\/80{
    color: rgb(254 243 199 / 0.8);
  }

  .xl\:text-amber-100\/85{
    color: rgb(254 243 199 / 0.85);
  }

  .xl\:text-amber-100\/90{
    color: rgb(254 243 199 / 0.9);
  }

  .xl\:text-amber-100\/95{
    color: rgb(254 243 199 / 0.95);
  }

  .xl\:text-amber-200{
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-200\/0{
    color: rgb(253 230 138 / 0);
  }

  .xl\:text-amber-200\/10{
    color: rgb(253 230 138 / 0.1);
  }

  .xl\:text-amber-200\/100{
    color: rgb(253 230 138 / 1);
  }

  .xl\:text-amber-200\/15{
    color: rgb(253 230 138 / 0.15);
  }

  .xl\:text-amber-200\/20{
    color: rgb(253 230 138 / 0.2);
  }

  .xl\:text-amber-200\/25{
    color: rgb(253 230 138 / 0.25);
  }

  .xl\:text-amber-200\/30{
    color: rgb(253 230 138 / 0.3);
  }

  .xl\:text-amber-200\/35{
    color: rgb(253 230 138 / 0.35);
  }

  .xl\:text-amber-200\/40{
    color: rgb(253 230 138 / 0.4);
  }

  .xl\:text-amber-200\/45{
    color: rgb(253 230 138 / 0.45);
  }

  .xl\:text-amber-200\/5{
    color: rgb(253 230 138 / 0.05);
  }

  .xl\:text-amber-200\/50{
    color: rgb(253 230 138 / 0.5);
  }

  .xl\:text-amber-200\/55{
    color: rgb(253 230 138 / 0.55);
  }

  .xl\:text-amber-200\/60{
    color: rgb(253 230 138 / 0.6);
  }

  .xl\:text-amber-200\/65{
    color: rgb(253 230 138 / 0.65);
  }

  .xl\:text-amber-200\/70{
    color: rgb(253 230 138 / 0.7);
  }

  .xl\:text-amber-200\/75{
    color: rgb(253 230 138 / 0.75);
  }

  .xl\:text-amber-200\/80{
    color: rgb(253 230 138 / 0.8);
  }

  .xl\:text-amber-200\/85{
    color: rgb(253 230 138 / 0.85);
  }

  .xl\:text-amber-200\/90{
    color: rgb(253 230 138 / 0.9);
  }

  .xl\:text-amber-200\/95{
    color: rgb(253 230 138 / 0.95);
  }

  .xl\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-300\/0{
    color: rgb(252 211 77 / 0);
  }

  .xl\:text-amber-300\/10{
    color: rgb(252 211 77 / 0.1);
  }

  .xl\:text-amber-300\/100{
    color: rgb(252 211 77 / 1);
  }

  .xl\:text-amber-300\/15{
    color: rgb(252 211 77 / 0.15);
  }

  .xl\:text-amber-300\/20{
    color: rgb(252 211 77 / 0.2);
  }

  .xl\:text-amber-300\/25{
    color: rgb(252 211 77 / 0.25);
  }

  .xl\:text-amber-300\/30{
    color: rgb(252 211 77 / 0.3);
  }

  .xl\:text-amber-300\/35{
    color: rgb(252 211 77 / 0.35);
  }

  .xl\:text-amber-300\/40{
    color: rgb(252 211 77 / 0.4);
  }

  .xl\:text-amber-300\/45{
    color: rgb(252 211 77 / 0.45);
  }

  .xl\:text-amber-300\/5{
    color: rgb(252 211 77 / 0.05);
  }

  .xl\:text-amber-300\/50{
    color: rgb(252 211 77 / 0.5);
  }

  .xl\:text-amber-300\/55{
    color: rgb(252 211 77 / 0.55);
  }

  .xl\:text-amber-300\/60{
    color: rgb(252 211 77 / 0.6);
  }

  .xl\:text-amber-300\/65{
    color: rgb(252 211 77 / 0.65);
  }

  .xl\:text-amber-300\/70{
    color: rgb(252 211 77 / 0.7);
  }

  .xl\:text-amber-300\/75{
    color: rgb(252 211 77 / 0.75);
  }

  .xl\:text-amber-300\/80{
    color: rgb(252 211 77 / 0.8);
  }

  .xl\:text-amber-300\/85{
    color: rgb(252 211 77 / 0.85);
  }

  .xl\:text-amber-300\/90{
    color: rgb(252 211 77 / 0.9);
  }

  .xl\:text-amber-300\/95{
    color: rgb(252 211 77 / 0.95);
  }

  .xl\:text-amber-400{
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-400\/0{
    color: rgb(251 191 36 / 0);
  }

  .xl\:text-amber-400\/10{
    color: rgb(251 191 36 / 0.1);
  }

  .xl\:text-amber-400\/100{
    color: rgb(251 191 36 / 1);
  }

  .xl\:text-amber-400\/15{
    color: rgb(251 191 36 / 0.15);
  }

  .xl\:text-amber-400\/20{
    color: rgb(251 191 36 / 0.2);
  }

  .xl\:text-amber-400\/25{
    color: rgb(251 191 36 / 0.25);
  }

  .xl\:text-amber-400\/30{
    color: rgb(251 191 36 / 0.3);
  }

  .xl\:text-amber-400\/35{
    color: rgb(251 191 36 / 0.35);
  }

  .xl\:text-amber-400\/40{
    color: rgb(251 191 36 / 0.4);
  }

  .xl\:text-amber-400\/45{
    color: rgb(251 191 36 / 0.45);
  }

  .xl\:text-amber-400\/5{
    color: rgb(251 191 36 / 0.05);
  }

  .xl\:text-amber-400\/50{
    color: rgb(251 191 36 / 0.5);
  }

  .xl\:text-amber-400\/55{
    color: rgb(251 191 36 / 0.55);
  }

  .xl\:text-amber-400\/60{
    color: rgb(251 191 36 / 0.6);
  }

  .xl\:text-amber-400\/65{
    color: rgb(251 191 36 / 0.65);
  }

  .xl\:text-amber-400\/70{
    color: rgb(251 191 36 / 0.7);
  }

  .xl\:text-amber-400\/75{
    color: rgb(251 191 36 / 0.75);
  }

  .xl\:text-amber-400\/80{
    color: rgb(251 191 36 / 0.8);
  }

  .xl\:text-amber-400\/85{
    color: rgb(251 191 36 / 0.85);
  }

  .xl\:text-amber-400\/90{
    color: rgb(251 191 36 / 0.9);
  }

  .xl\:text-amber-400\/95{
    color: rgb(251 191 36 / 0.95);
  }

  .xl\:text-amber-50{
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-50\/0{
    color: rgb(255 251 235 / 0);
  }

  .xl\:text-amber-50\/10{
    color: rgb(255 251 235 / 0.1);
  }

  .xl\:text-amber-50\/100{
    color: rgb(255 251 235 / 1);
  }

  .xl\:text-amber-50\/15{
    color: rgb(255 251 235 / 0.15);
  }

  .xl\:text-amber-50\/20{
    color: rgb(255 251 235 / 0.2);
  }

  .xl\:text-amber-50\/25{
    color: rgb(255 251 235 / 0.25);
  }

  .xl\:text-amber-50\/30{
    color: rgb(255 251 235 / 0.3);
  }

  .xl\:text-amber-50\/35{
    color: rgb(255 251 235 / 0.35);
  }

  .xl\:text-amber-50\/40{
    color: rgb(255 251 235 / 0.4);
  }

  .xl\:text-amber-50\/45{
    color: rgb(255 251 235 / 0.45);
  }

  .xl\:text-amber-50\/5{
    color: rgb(255 251 235 / 0.05);
  }

  .xl\:text-amber-50\/50{
    color: rgb(255 251 235 / 0.5);
  }

  .xl\:text-amber-50\/55{
    color: rgb(255 251 235 / 0.55);
  }

  .xl\:text-amber-50\/60{
    color: rgb(255 251 235 / 0.6);
  }

  .xl\:text-amber-50\/65{
    color: rgb(255 251 235 / 0.65);
  }

  .xl\:text-amber-50\/70{
    color: rgb(255 251 235 / 0.7);
  }

  .xl\:text-amber-50\/75{
    color: rgb(255 251 235 / 0.75);
  }

  .xl\:text-amber-50\/80{
    color: rgb(255 251 235 / 0.8);
  }

  .xl\:text-amber-50\/85{
    color: rgb(255 251 235 / 0.85);
  }

  .xl\:text-amber-50\/90{
    color: rgb(255 251 235 / 0.9);
  }

  .xl\:text-amber-50\/95{
    color: rgb(255 251 235 / 0.95);
  }

  .xl\:text-amber-500{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-500\/0{
    color: rgb(245 158 11 / 0);
  }

  .xl\:text-amber-500\/10{
    color: rgb(245 158 11 / 0.1);
  }

  .xl\:text-amber-500\/100{
    color: rgb(245 158 11 / 1);
  }

  .xl\:text-amber-500\/15{
    color: rgb(245 158 11 / 0.15);
  }

  .xl\:text-amber-500\/20{
    color: rgb(245 158 11 / 0.2);
  }

  .xl\:text-amber-500\/25{
    color: rgb(245 158 11 / 0.25);
  }

  .xl\:text-amber-500\/30{
    color: rgb(245 158 11 / 0.3);
  }

  .xl\:text-amber-500\/35{
    color: rgb(245 158 11 / 0.35);
  }

  .xl\:text-amber-500\/40{
    color: rgb(245 158 11 / 0.4);
  }

  .xl\:text-amber-500\/45{
    color: rgb(245 158 11 / 0.45);
  }

  .xl\:text-amber-500\/5{
    color: rgb(245 158 11 / 0.05);
  }

  .xl\:text-amber-500\/50{
    color: rgb(245 158 11 / 0.5);
  }

  .xl\:text-amber-500\/55{
    color: rgb(245 158 11 / 0.55);
  }

  .xl\:text-amber-500\/60{
    color: rgb(245 158 11 / 0.6);
  }

  .xl\:text-amber-500\/65{
    color: rgb(245 158 11 / 0.65);
  }

  .xl\:text-amber-500\/70{
    color: rgb(245 158 11 / 0.7);
  }

  .xl\:text-amber-500\/75{
    color: rgb(245 158 11 / 0.75);
  }

  .xl\:text-amber-500\/80{
    color: rgb(245 158 11 / 0.8);
  }

  .xl\:text-amber-500\/85{
    color: rgb(245 158 11 / 0.85);
  }

  .xl\:text-amber-500\/90{
    color: rgb(245 158 11 / 0.9);
  }

  .xl\:text-amber-500\/95{
    color: rgb(245 158 11 / 0.95);
  }

  .xl\:text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-600\/0{
    color: rgb(217 119 6 / 0);
  }

  .xl\:text-amber-600\/10{
    color: rgb(217 119 6 / 0.1);
  }

  .xl\:text-amber-600\/100{
    color: rgb(217 119 6 / 1);
  }

  .xl\:text-amber-600\/15{
    color: rgb(217 119 6 / 0.15);
  }

  .xl\:text-amber-600\/20{
    color: rgb(217 119 6 / 0.2);
  }

  .xl\:text-amber-600\/25{
    color: rgb(217 119 6 / 0.25);
  }

  .xl\:text-amber-600\/30{
    color: rgb(217 119 6 / 0.3);
  }

  .xl\:text-amber-600\/35{
    color: rgb(217 119 6 / 0.35);
  }

  .xl\:text-amber-600\/40{
    color: rgb(217 119 6 / 0.4);
  }

  .xl\:text-amber-600\/45{
    color: rgb(217 119 6 / 0.45);
  }

  .xl\:text-amber-600\/5{
    color: rgb(217 119 6 / 0.05);
  }

  .xl\:text-amber-600\/50{
    color: rgb(217 119 6 / 0.5);
  }

  .xl\:text-amber-600\/55{
    color: rgb(217 119 6 / 0.55);
  }

  .xl\:text-amber-600\/60{
    color: rgb(217 119 6 / 0.6);
  }

  .xl\:text-amber-600\/65{
    color: rgb(217 119 6 / 0.65);
  }

  .xl\:text-amber-600\/70{
    color: rgb(217 119 6 / 0.7);
  }

  .xl\:text-amber-600\/75{
    color: rgb(217 119 6 / 0.75);
  }

  .xl\:text-amber-600\/80{
    color: rgb(217 119 6 / 0.8);
  }

  .xl\:text-amber-600\/85{
    color: rgb(217 119 6 / 0.85);
  }

  .xl\:text-amber-600\/90{
    color: rgb(217 119 6 / 0.9);
  }

  .xl\:text-amber-600\/95{
    color: rgb(217 119 6 / 0.95);
  }

  .xl\:text-amber-700{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-700\/0{
    color: rgb(180 83 9 / 0);
  }

  .xl\:text-amber-700\/10{
    color: rgb(180 83 9 / 0.1);
  }

  .xl\:text-amber-700\/100{
    color: rgb(180 83 9 / 1);
  }

  .xl\:text-amber-700\/15{
    color: rgb(180 83 9 / 0.15);
  }

  .xl\:text-amber-700\/20{
    color: rgb(180 83 9 / 0.2);
  }

  .xl\:text-amber-700\/25{
    color: rgb(180 83 9 / 0.25);
  }

  .xl\:text-amber-700\/30{
    color: rgb(180 83 9 / 0.3);
  }

  .xl\:text-amber-700\/35{
    color: rgb(180 83 9 / 0.35);
  }

  .xl\:text-amber-700\/40{
    color: rgb(180 83 9 / 0.4);
  }

  .xl\:text-amber-700\/45{
    color: rgb(180 83 9 / 0.45);
  }

  .xl\:text-amber-700\/5{
    color: rgb(180 83 9 / 0.05);
  }

  .xl\:text-amber-700\/50{
    color: rgb(180 83 9 / 0.5);
  }

  .xl\:text-amber-700\/55{
    color: rgb(180 83 9 / 0.55);
  }

  .xl\:text-amber-700\/60{
    color: rgb(180 83 9 / 0.6);
  }

  .xl\:text-amber-700\/65{
    color: rgb(180 83 9 / 0.65);
  }

  .xl\:text-amber-700\/70{
    color: rgb(180 83 9 / 0.7);
  }

  .xl\:text-amber-700\/75{
    color: rgb(180 83 9 / 0.75);
  }

  .xl\:text-amber-700\/80{
    color: rgb(180 83 9 / 0.8);
  }

  .xl\:text-amber-700\/85{
    color: rgb(180 83 9 / 0.85);
  }

  .xl\:text-amber-700\/90{
    color: rgb(180 83 9 / 0.9);
  }

  .xl\:text-amber-700\/95{
    color: rgb(180 83 9 / 0.95);
  }

  .xl\:text-amber-800{
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-800\/0{
    color: rgb(146 64 14 / 0);
  }

  .xl\:text-amber-800\/10{
    color: rgb(146 64 14 / 0.1);
  }

  .xl\:text-amber-800\/100{
    color: rgb(146 64 14 / 1);
  }

  .xl\:text-amber-800\/15{
    color: rgb(146 64 14 / 0.15);
  }

  .xl\:text-amber-800\/20{
    color: rgb(146 64 14 / 0.2);
  }

  .xl\:text-amber-800\/25{
    color: rgb(146 64 14 / 0.25);
  }

  .xl\:text-amber-800\/30{
    color: rgb(146 64 14 / 0.3);
  }

  .xl\:text-amber-800\/35{
    color: rgb(146 64 14 / 0.35);
  }

  .xl\:text-amber-800\/40{
    color: rgb(146 64 14 / 0.4);
  }

  .xl\:text-amber-800\/45{
    color: rgb(146 64 14 / 0.45);
  }

  .xl\:text-amber-800\/5{
    color: rgb(146 64 14 / 0.05);
  }

  .xl\:text-amber-800\/50{
    color: rgb(146 64 14 / 0.5);
  }

  .xl\:text-amber-800\/55{
    color: rgb(146 64 14 / 0.55);
  }

  .xl\:text-amber-800\/60{
    color: rgb(146 64 14 / 0.6);
  }

  .xl\:text-amber-800\/65{
    color: rgb(146 64 14 / 0.65);
  }

  .xl\:text-amber-800\/70{
    color: rgb(146 64 14 / 0.7);
  }

  .xl\:text-amber-800\/75{
    color: rgb(146 64 14 / 0.75);
  }

  .xl\:text-amber-800\/80{
    color: rgb(146 64 14 / 0.8);
  }

  .xl\:text-amber-800\/85{
    color: rgb(146 64 14 / 0.85);
  }

  .xl\:text-amber-800\/90{
    color: rgb(146 64 14 / 0.9);
  }

  .xl\:text-amber-800\/95{
    color: rgb(146 64 14 / 0.95);
  }

  .xl\:text-amber-900{
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-900\/0{
    color: rgb(120 53 15 / 0);
  }

  .xl\:text-amber-900\/10{
    color: rgb(120 53 15 / 0.1);
  }

  .xl\:text-amber-900\/100{
    color: rgb(120 53 15 / 1);
  }

  .xl\:text-amber-900\/15{
    color: rgb(120 53 15 / 0.15);
  }

  .xl\:text-amber-900\/20{
    color: rgb(120 53 15 / 0.2);
  }

  .xl\:text-amber-900\/25{
    color: rgb(120 53 15 / 0.25);
  }

  .xl\:text-amber-900\/30{
    color: rgb(120 53 15 / 0.3);
  }

  .xl\:text-amber-900\/35{
    color: rgb(120 53 15 / 0.35);
  }

  .xl\:text-amber-900\/40{
    color: rgb(120 53 15 / 0.4);
  }

  .xl\:text-amber-900\/45{
    color: rgb(120 53 15 / 0.45);
  }

  .xl\:text-amber-900\/5{
    color: rgb(120 53 15 / 0.05);
  }

  .xl\:text-amber-900\/50{
    color: rgb(120 53 15 / 0.5);
  }

  .xl\:text-amber-900\/55{
    color: rgb(120 53 15 / 0.55);
  }

  .xl\:text-amber-900\/60{
    color: rgb(120 53 15 / 0.6);
  }

  .xl\:text-amber-900\/65{
    color: rgb(120 53 15 / 0.65);
  }

  .xl\:text-amber-900\/70{
    color: rgb(120 53 15 / 0.7);
  }

  .xl\:text-amber-900\/75{
    color: rgb(120 53 15 / 0.75);
  }

  .xl\:text-amber-900\/80{
    color: rgb(120 53 15 / 0.8);
  }

  .xl\:text-amber-900\/85{
    color: rgb(120 53 15 / 0.85);
  }

  .xl\:text-amber-900\/90{
    color: rgb(120 53 15 / 0.9);
  }

  .xl\:text-amber-900\/95{
    color: rgb(120 53 15 / 0.95);
  }

  .xl\:text-amber-950{
    --tw-text-opacity: 1;
    color: rgb(69 26 3 / var(--tw-text-opacity, 1));
  }

  .xl\:text-amber-950\/0{
    color: rgb(69 26 3 / 0);
  }

  .xl\:text-amber-950\/10{
    color: rgb(69 26 3 / 0.1);
  }

  .xl\:text-amber-950\/100{
    color: rgb(69 26 3 / 1);
  }

  .xl\:text-amber-950\/15{
    color: rgb(69 26 3 / 0.15);
  }

  .xl\:text-amber-950\/20{
    color: rgb(69 26 3 / 0.2);
  }

  .xl\:text-amber-950\/25{
    color: rgb(69 26 3 / 0.25);
  }

  .xl\:text-amber-950\/30{
    color: rgb(69 26 3 / 0.3);
  }

  .xl\:text-amber-950\/35{
    color: rgb(69 26 3 / 0.35);
  }

  .xl\:text-amber-950\/40{
    color: rgb(69 26 3 / 0.4);
  }

  .xl\:text-amber-950\/45{
    color: rgb(69 26 3 / 0.45);
  }

  .xl\:text-amber-950\/5{
    color: rgb(69 26 3 / 0.05);
  }

  .xl\:text-amber-950\/50{
    color: rgb(69 26 3 / 0.5);
  }

  .xl\:text-amber-950\/55{
    color: rgb(69 26 3 / 0.55);
  }

  .xl\:text-amber-950\/60{
    color: rgb(69 26 3 / 0.6);
  }

  .xl\:text-amber-950\/65{
    color: rgb(69 26 3 / 0.65);
  }

  .xl\:text-amber-950\/70{
    color: rgb(69 26 3 / 0.7);
  }

  .xl\:text-amber-950\/75{
    color: rgb(69 26 3 / 0.75);
  }

  .xl\:text-amber-950\/80{
    color: rgb(69 26 3 / 0.8);
  }

  .xl\:text-amber-950\/85{
    color: rgb(69 26 3 / 0.85);
  }

  .xl\:text-amber-950\/90{
    color: rgb(69 26 3 / 0.9);
  }

  .xl\:text-amber-950\/95{
    color: rgb(69 26 3 / 0.95);
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .xl\:text-black\/0{
    color: rgb(0 0 0 / 0);
  }

  .xl\:text-black\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .xl\:text-black\/100{
    color: rgb(0 0 0 / 1);
  }

  .xl\:text-black\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .xl\:text-black\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .xl\:text-black\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .xl\:text-black\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .xl\:text-black\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .xl\:text-black\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .xl\:text-black\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .xl\:text-black\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .xl\:text-black\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .xl\:text-black\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .xl\:text-black\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .xl\:text-black\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .xl\:text-black\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .xl\:text-black\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .xl\:text-black\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .xl\:text-black\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .xl\:text-black\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .xl\:text-black\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-100\/0{
    color: rgb(219 234 254 / 0);
  }

  .xl\:text-blue-100\/10{
    color: rgb(219 234 254 / 0.1);
  }

  .xl\:text-blue-100\/100{
    color: rgb(219 234 254 / 1);
  }

  .xl\:text-blue-100\/15{
    color: rgb(219 234 254 / 0.15);
  }

  .xl\:text-blue-100\/20{
    color: rgb(219 234 254 / 0.2);
  }

  .xl\:text-blue-100\/25{
    color: rgb(219 234 254 / 0.25);
  }

  .xl\:text-blue-100\/30{
    color: rgb(219 234 254 / 0.3);
  }

  .xl\:text-blue-100\/35{
    color: rgb(219 234 254 / 0.35);
  }

  .xl\:text-blue-100\/40{
    color: rgb(219 234 254 / 0.4);
  }

  .xl\:text-blue-100\/45{
    color: rgb(219 234 254 / 0.45);
  }

  .xl\:text-blue-100\/5{
    color: rgb(219 234 254 / 0.05);
  }

  .xl\:text-blue-100\/50{
    color: rgb(219 234 254 / 0.5);
  }

  .xl\:text-blue-100\/55{
    color: rgb(219 234 254 / 0.55);
  }

  .xl\:text-blue-100\/60{
    color: rgb(219 234 254 / 0.6);
  }

  .xl\:text-blue-100\/65{
    color: rgb(219 234 254 / 0.65);
  }

  .xl\:text-blue-100\/70{
    color: rgb(219 234 254 / 0.7);
  }

  .xl\:text-blue-100\/75{
    color: rgb(219 234 254 / 0.75);
  }

  .xl\:text-blue-100\/80{
    color: rgb(219 234 254 / 0.8);
  }

  .xl\:text-blue-100\/85{
    color: rgb(219 234 254 / 0.85);
  }

  .xl\:text-blue-100\/90{
    color: rgb(219 234 254 / 0.9);
  }

  .xl\:text-blue-100\/95{
    color: rgb(219 234 254 / 0.95);
  }

  .xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-200\/0{
    color: rgb(191 219 254 / 0);
  }

  .xl\:text-blue-200\/10{
    color: rgb(191 219 254 / 0.1);
  }

  .xl\:text-blue-200\/100{
    color: rgb(191 219 254 / 1);
  }

  .xl\:text-blue-200\/15{
    color: rgb(191 219 254 / 0.15);
  }

  .xl\:text-blue-200\/20{
    color: rgb(191 219 254 / 0.2);
  }

  .xl\:text-blue-200\/25{
    color: rgb(191 219 254 / 0.25);
  }

  .xl\:text-blue-200\/30{
    color: rgb(191 219 254 / 0.3);
  }

  .xl\:text-blue-200\/35{
    color: rgb(191 219 254 / 0.35);
  }

  .xl\:text-blue-200\/40{
    color: rgb(191 219 254 / 0.4);
  }

  .xl\:text-blue-200\/45{
    color: rgb(191 219 254 / 0.45);
  }

  .xl\:text-blue-200\/5{
    color: rgb(191 219 254 / 0.05);
  }

  .xl\:text-blue-200\/50{
    color: rgb(191 219 254 / 0.5);
  }

  .xl\:text-blue-200\/55{
    color: rgb(191 219 254 / 0.55);
  }

  .xl\:text-blue-200\/60{
    color: rgb(191 219 254 / 0.6);
  }

  .xl\:text-blue-200\/65{
    color: rgb(191 219 254 / 0.65);
  }

  .xl\:text-blue-200\/70{
    color: rgb(191 219 254 / 0.7);
  }

  .xl\:text-blue-200\/75{
    color: rgb(191 219 254 / 0.75);
  }

  .xl\:text-blue-200\/80{
    color: rgb(191 219 254 / 0.8);
  }

  .xl\:text-blue-200\/85{
    color: rgb(191 219 254 / 0.85);
  }

  .xl\:text-blue-200\/90{
    color: rgb(191 219 254 / 0.9);
  }

  .xl\:text-blue-200\/95{
    color: rgb(191 219 254 / 0.95);
  }

  .xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-300\/0{
    color: rgb(147 197 253 / 0);
  }

  .xl\:text-blue-300\/10{
    color: rgb(147 197 253 / 0.1);
  }

  .xl\:text-blue-300\/100{
    color: rgb(147 197 253 / 1);
  }

  .xl\:text-blue-300\/15{
    color: rgb(147 197 253 / 0.15);
  }

  .xl\:text-blue-300\/20{
    color: rgb(147 197 253 / 0.2);
  }

  .xl\:text-blue-300\/25{
    color: rgb(147 197 253 / 0.25);
  }

  .xl\:text-blue-300\/30{
    color: rgb(147 197 253 / 0.3);
  }

  .xl\:text-blue-300\/35{
    color: rgb(147 197 253 / 0.35);
  }

  .xl\:text-blue-300\/40{
    color: rgb(147 197 253 / 0.4);
  }

  .xl\:text-blue-300\/45{
    color: rgb(147 197 253 / 0.45);
  }

  .xl\:text-blue-300\/5{
    color: rgb(147 197 253 / 0.05);
  }

  .xl\:text-blue-300\/50{
    color: rgb(147 197 253 / 0.5);
  }

  .xl\:text-blue-300\/55{
    color: rgb(147 197 253 / 0.55);
  }

  .xl\:text-blue-300\/60{
    color: rgb(147 197 253 / 0.6);
  }

  .xl\:text-blue-300\/65{
    color: rgb(147 197 253 / 0.65);
  }

  .xl\:text-blue-300\/70{
    color: rgb(147 197 253 / 0.7);
  }

  .xl\:text-blue-300\/75{
    color: rgb(147 197 253 / 0.75);
  }

  .xl\:text-blue-300\/80{
    color: rgb(147 197 253 / 0.8);
  }

  .xl\:text-blue-300\/85{
    color: rgb(147 197 253 / 0.85);
  }

  .xl\:text-blue-300\/90{
    color: rgb(147 197 253 / 0.9);
  }

  .xl\:text-blue-300\/95{
    color: rgb(147 197 253 / 0.95);
  }

  .xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-400\/0{
    color: rgb(96 165 250 / 0);
  }

  .xl\:text-blue-400\/10{
    color: rgb(96 165 250 / 0.1);
  }

  .xl\:text-blue-400\/100{
    color: rgb(96 165 250 / 1);
  }

  .xl\:text-blue-400\/15{
    color: rgb(96 165 250 / 0.15);
  }

  .xl\:text-blue-400\/20{
    color: rgb(96 165 250 / 0.2);
  }

  .xl\:text-blue-400\/25{
    color: rgb(96 165 250 / 0.25);
  }

  .xl\:text-blue-400\/30{
    color: rgb(96 165 250 / 0.3);
  }

  .xl\:text-blue-400\/35{
    color: rgb(96 165 250 / 0.35);
  }

  .xl\:text-blue-400\/40{
    color: rgb(96 165 250 / 0.4);
  }

  .xl\:text-blue-400\/45{
    color: rgb(96 165 250 / 0.45);
  }

  .xl\:text-blue-400\/5{
    color: rgb(96 165 250 / 0.05);
  }

  .xl\:text-blue-400\/50{
    color: rgb(96 165 250 / 0.5);
  }

  .xl\:text-blue-400\/55{
    color: rgb(96 165 250 / 0.55);
  }

  .xl\:text-blue-400\/60{
    color: rgb(96 165 250 / 0.6);
  }

  .xl\:text-blue-400\/65{
    color: rgb(96 165 250 / 0.65);
  }

  .xl\:text-blue-400\/70{
    color: rgb(96 165 250 / 0.7);
  }

  .xl\:text-blue-400\/75{
    color: rgb(96 165 250 / 0.75);
  }

  .xl\:text-blue-400\/80{
    color: rgb(96 165 250 / 0.8);
  }

  .xl\:text-blue-400\/85{
    color: rgb(96 165 250 / 0.85);
  }

  .xl\:text-blue-400\/90{
    color: rgb(96 165 250 / 0.9);
  }

  .xl\:text-blue-400\/95{
    color: rgb(96 165 250 / 0.95);
  }

  .xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-50\/0{
    color: rgb(239 246 255 / 0);
  }

  .xl\:text-blue-50\/10{
    color: rgb(239 246 255 / 0.1);
  }

  .xl\:text-blue-50\/100{
    color: rgb(239 246 255 / 1);
  }

  .xl\:text-blue-50\/15{
    color: rgb(239 246 255 / 0.15);
  }

  .xl\:text-blue-50\/20{
    color: rgb(239 246 255 / 0.2);
  }

  .xl\:text-blue-50\/25{
    color: rgb(239 246 255 / 0.25);
  }

  .xl\:text-blue-50\/30{
    color: rgb(239 246 255 / 0.3);
  }

  .xl\:text-blue-50\/35{
    color: rgb(239 246 255 / 0.35);
  }

  .xl\:text-blue-50\/40{
    color: rgb(239 246 255 / 0.4);
  }

  .xl\:text-blue-50\/45{
    color: rgb(239 246 255 / 0.45);
  }

  .xl\:text-blue-50\/5{
    color: rgb(239 246 255 / 0.05);
  }

  .xl\:text-blue-50\/50{
    color: rgb(239 246 255 / 0.5);
  }

  .xl\:text-blue-50\/55{
    color: rgb(239 246 255 / 0.55);
  }

  .xl\:text-blue-50\/60{
    color: rgb(239 246 255 / 0.6);
  }

  .xl\:text-blue-50\/65{
    color: rgb(239 246 255 / 0.65);
  }

  .xl\:text-blue-50\/70{
    color: rgb(239 246 255 / 0.7);
  }

  .xl\:text-blue-50\/75{
    color: rgb(239 246 255 / 0.75);
  }

  .xl\:text-blue-50\/80{
    color: rgb(239 246 255 / 0.8);
  }

  .xl\:text-blue-50\/85{
    color: rgb(239 246 255 / 0.85);
  }

  .xl\:text-blue-50\/90{
    color: rgb(239 246 255 / 0.9);
  }

  .xl\:text-blue-50\/95{
    color: rgb(239 246 255 / 0.95);
  }

  .xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-500\/0{
    color: rgb(59 130 246 / 0);
  }

  .xl\:text-blue-500\/10{
    color: rgb(59 130 246 / 0.1);
  }

  .xl\:text-blue-500\/100{
    color: rgb(59 130 246 / 1);
  }

  .xl\:text-blue-500\/15{
    color: rgb(59 130 246 / 0.15);
  }

  .xl\:text-blue-500\/20{
    color: rgb(59 130 246 / 0.2);
  }

  .xl\:text-blue-500\/25{
    color: rgb(59 130 246 / 0.25);
  }

  .xl\:text-blue-500\/30{
    color: rgb(59 130 246 / 0.3);
  }

  .xl\:text-blue-500\/35{
    color: rgb(59 130 246 / 0.35);
  }

  .xl\:text-blue-500\/40{
    color: rgb(59 130 246 / 0.4);
  }

  .xl\:text-blue-500\/45{
    color: rgb(59 130 246 / 0.45);
  }

  .xl\:text-blue-500\/5{
    color: rgb(59 130 246 / 0.05);
  }

  .xl\:text-blue-500\/50{
    color: rgb(59 130 246 / 0.5);
  }

  .xl\:text-blue-500\/55{
    color: rgb(59 130 246 / 0.55);
  }

  .xl\:text-blue-500\/60{
    color: rgb(59 130 246 / 0.6);
  }

  .xl\:text-blue-500\/65{
    color: rgb(59 130 246 / 0.65);
  }

  .xl\:text-blue-500\/70{
    color: rgb(59 130 246 / 0.7);
  }

  .xl\:text-blue-500\/75{
    color: rgb(59 130 246 / 0.75);
  }

  .xl\:text-blue-500\/80{
    color: rgb(59 130 246 / 0.8);
  }

  .xl\:text-blue-500\/85{
    color: rgb(59 130 246 / 0.85);
  }

  .xl\:text-blue-500\/90{
    color: rgb(59 130 246 / 0.9);
  }

  .xl\:text-blue-500\/95{
    color: rgb(59 130 246 / 0.95);
  }

  .xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-600\/0{
    color: rgb(37 99 235 / 0);
  }

  .xl\:text-blue-600\/10{
    color: rgb(37 99 235 / 0.1);
  }

  .xl\:text-blue-600\/100{
    color: rgb(37 99 235 / 1);
  }

  .xl\:text-blue-600\/15{
    color: rgb(37 99 235 / 0.15);
  }

  .xl\:text-blue-600\/20{
    color: rgb(37 99 235 / 0.2);
  }

  .xl\:text-blue-600\/25{
    color: rgb(37 99 235 / 0.25);
  }

  .xl\:text-blue-600\/30{
    color: rgb(37 99 235 / 0.3);
  }

  .xl\:text-blue-600\/35{
    color: rgb(37 99 235 / 0.35);
  }

  .xl\:text-blue-600\/40{
    color: rgb(37 99 235 / 0.4);
  }

  .xl\:text-blue-600\/45{
    color: rgb(37 99 235 / 0.45);
  }

  .xl\:text-blue-600\/5{
    color: rgb(37 99 235 / 0.05);
  }

  .xl\:text-blue-600\/50{
    color: rgb(37 99 235 / 0.5);
  }

  .xl\:text-blue-600\/55{
    color: rgb(37 99 235 / 0.55);
  }

  .xl\:text-blue-600\/60{
    color: rgb(37 99 235 / 0.6);
  }

  .xl\:text-blue-600\/65{
    color: rgb(37 99 235 / 0.65);
  }

  .xl\:text-blue-600\/70{
    color: rgb(37 99 235 / 0.7);
  }

  .xl\:text-blue-600\/75{
    color: rgb(37 99 235 / 0.75);
  }

  .xl\:text-blue-600\/80{
    color: rgb(37 99 235 / 0.8);
  }

  .xl\:text-blue-600\/85{
    color: rgb(37 99 235 / 0.85);
  }

  .xl\:text-blue-600\/90{
    color: rgb(37 99 235 / 0.9);
  }

  .xl\:text-blue-600\/95{
    color: rgb(37 99 235 / 0.95);
  }

  .xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-700\/0{
    color: rgb(29 78 216 / 0);
  }

  .xl\:text-blue-700\/10{
    color: rgb(29 78 216 / 0.1);
  }

  .xl\:text-blue-700\/100{
    color: rgb(29 78 216 / 1);
  }

  .xl\:text-blue-700\/15{
    color: rgb(29 78 216 / 0.15);
  }

  .xl\:text-blue-700\/20{
    color: rgb(29 78 216 / 0.2);
  }

  .xl\:text-blue-700\/25{
    color: rgb(29 78 216 / 0.25);
  }

  .xl\:text-blue-700\/30{
    color: rgb(29 78 216 / 0.3);
  }

  .xl\:text-blue-700\/35{
    color: rgb(29 78 216 / 0.35);
  }

  .xl\:text-blue-700\/40{
    color: rgb(29 78 216 / 0.4);
  }

  .xl\:text-blue-700\/45{
    color: rgb(29 78 216 / 0.45);
  }

  .xl\:text-blue-700\/5{
    color: rgb(29 78 216 / 0.05);
  }

  .xl\:text-blue-700\/50{
    color: rgb(29 78 216 / 0.5);
  }

  .xl\:text-blue-700\/55{
    color: rgb(29 78 216 / 0.55);
  }

  .xl\:text-blue-700\/60{
    color: rgb(29 78 216 / 0.6);
  }

  .xl\:text-blue-700\/65{
    color: rgb(29 78 216 / 0.65);
  }

  .xl\:text-blue-700\/70{
    color: rgb(29 78 216 / 0.7);
  }

  .xl\:text-blue-700\/75{
    color: rgb(29 78 216 / 0.75);
  }

  .xl\:text-blue-700\/80{
    color: rgb(29 78 216 / 0.8);
  }

  .xl\:text-blue-700\/85{
    color: rgb(29 78 216 / 0.85);
  }

  .xl\:text-blue-700\/90{
    color: rgb(29 78 216 / 0.9);
  }

  .xl\:text-blue-700\/95{
    color: rgb(29 78 216 / 0.95);
  }

  .xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-800\/0{
    color: rgb(30 64 175 / 0);
  }

  .xl\:text-blue-800\/10{
    color: rgb(30 64 175 / 0.1);
  }

  .xl\:text-blue-800\/100{
    color: rgb(30 64 175 / 1);
  }

  .xl\:text-blue-800\/15{
    color: rgb(30 64 175 / 0.15);
  }

  .xl\:text-blue-800\/20{
    color: rgb(30 64 175 / 0.2);
  }

  .xl\:text-blue-800\/25{
    color: rgb(30 64 175 / 0.25);
  }

  .xl\:text-blue-800\/30{
    color: rgb(30 64 175 / 0.3);
  }

  .xl\:text-blue-800\/35{
    color: rgb(30 64 175 / 0.35);
  }

  .xl\:text-blue-800\/40{
    color: rgb(30 64 175 / 0.4);
  }

  .xl\:text-blue-800\/45{
    color: rgb(30 64 175 / 0.45);
  }

  .xl\:text-blue-800\/5{
    color: rgb(30 64 175 / 0.05);
  }

  .xl\:text-blue-800\/50{
    color: rgb(30 64 175 / 0.5);
  }

  .xl\:text-blue-800\/55{
    color: rgb(30 64 175 / 0.55);
  }

  .xl\:text-blue-800\/60{
    color: rgb(30 64 175 / 0.6);
  }

  .xl\:text-blue-800\/65{
    color: rgb(30 64 175 / 0.65);
  }

  .xl\:text-blue-800\/70{
    color: rgb(30 64 175 / 0.7);
  }

  .xl\:text-blue-800\/75{
    color: rgb(30 64 175 / 0.75);
  }

  .xl\:text-blue-800\/80{
    color: rgb(30 64 175 / 0.8);
  }

  .xl\:text-blue-800\/85{
    color: rgb(30 64 175 / 0.85);
  }

  .xl\:text-blue-800\/90{
    color: rgb(30 64 175 / 0.9);
  }

  .xl\:text-blue-800\/95{
    color: rgb(30 64 175 / 0.95);
  }

  .xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-900\/0{
    color: rgb(30 58 138 / 0);
  }

  .xl\:text-blue-900\/10{
    color: rgb(30 58 138 / 0.1);
  }

  .xl\:text-blue-900\/100{
    color: rgb(30 58 138 / 1);
  }

  .xl\:text-blue-900\/15{
    color: rgb(30 58 138 / 0.15);
  }

  .xl\:text-blue-900\/20{
    color: rgb(30 58 138 / 0.2);
  }

  .xl\:text-blue-900\/25{
    color: rgb(30 58 138 / 0.25);
  }

  .xl\:text-blue-900\/30{
    color: rgb(30 58 138 / 0.3);
  }

  .xl\:text-blue-900\/35{
    color: rgb(30 58 138 / 0.35);
  }

  .xl\:text-blue-900\/40{
    color: rgb(30 58 138 / 0.4);
  }

  .xl\:text-blue-900\/45{
    color: rgb(30 58 138 / 0.45);
  }

  .xl\:text-blue-900\/5{
    color: rgb(30 58 138 / 0.05);
  }

  .xl\:text-blue-900\/50{
    color: rgb(30 58 138 / 0.5);
  }

  .xl\:text-blue-900\/55{
    color: rgb(30 58 138 / 0.55);
  }

  .xl\:text-blue-900\/60{
    color: rgb(30 58 138 / 0.6);
  }

  .xl\:text-blue-900\/65{
    color: rgb(30 58 138 / 0.65);
  }

  .xl\:text-blue-900\/70{
    color: rgb(30 58 138 / 0.7);
  }

  .xl\:text-blue-900\/75{
    color: rgb(30 58 138 / 0.75);
  }

  .xl\:text-blue-900\/80{
    color: rgb(30 58 138 / 0.8);
  }

  .xl\:text-blue-900\/85{
    color: rgb(30 58 138 / 0.85);
  }

  .xl\:text-blue-900\/90{
    color: rgb(30 58 138 / 0.9);
  }

  .xl\:text-blue-900\/95{
    color: rgb(30 58 138 / 0.95);
  }

  .xl\:text-blue-950{
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1));
  }

  .xl\:text-blue-950\/0{
    color: rgb(23 37 84 / 0);
  }

  .xl\:text-blue-950\/10{
    color: rgb(23 37 84 / 0.1);
  }

  .xl\:text-blue-950\/100{
    color: rgb(23 37 84 / 1);
  }

  .xl\:text-blue-950\/15{
    color: rgb(23 37 84 / 0.15);
  }

  .xl\:text-blue-950\/20{
    color: rgb(23 37 84 / 0.2);
  }

  .xl\:text-blue-950\/25{
    color: rgb(23 37 84 / 0.25);
  }

  .xl\:text-blue-950\/30{
    color: rgb(23 37 84 / 0.3);
  }

  .xl\:text-blue-950\/35{
    color: rgb(23 37 84 / 0.35);
  }

  .xl\:text-blue-950\/40{
    color: rgb(23 37 84 / 0.4);
  }

  .xl\:text-blue-950\/45{
    color: rgb(23 37 84 / 0.45);
  }

  .xl\:text-blue-950\/5{
    color: rgb(23 37 84 / 0.05);
  }

  .xl\:text-blue-950\/50{
    color: rgb(23 37 84 / 0.5);
  }

  .xl\:text-blue-950\/55{
    color: rgb(23 37 84 / 0.55);
  }

  .xl\:text-blue-950\/60{
    color: rgb(23 37 84 / 0.6);
  }

  .xl\:text-blue-950\/65{
    color: rgb(23 37 84 / 0.65);
  }

  .xl\:text-blue-950\/70{
    color: rgb(23 37 84 / 0.7);
  }

  .xl\:text-blue-950\/75{
    color: rgb(23 37 84 / 0.75);
  }

  .xl\:text-blue-950\/80{
    color: rgb(23 37 84 / 0.8);
  }

  .xl\:text-blue-950\/85{
    color: rgb(23 37 84 / 0.85);
  }

  .xl\:text-blue-950\/90{
    color: rgb(23 37 84 / 0.9);
  }

  .xl\:text-blue-950\/95{
    color: rgb(23 37 84 / 0.95);
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-cyan-100{
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-100\/0{
    color: rgb(207 250 254 / 0);
  }

  .xl\:text-cyan-100\/10{
    color: rgb(207 250 254 / 0.1);
  }

  .xl\:text-cyan-100\/100{
    color: rgb(207 250 254 / 1);
  }

  .xl\:text-cyan-100\/15{
    color: rgb(207 250 254 / 0.15);
  }

  .xl\:text-cyan-100\/20{
    color: rgb(207 250 254 / 0.2);
  }

  .xl\:text-cyan-100\/25{
    color: rgb(207 250 254 / 0.25);
  }

  .xl\:text-cyan-100\/30{
    color: rgb(207 250 254 / 0.3);
  }

  .xl\:text-cyan-100\/35{
    color: rgb(207 250 254 / 0.35);
  }

  .xl\:text-cyan-100\/40{
    color: rgb(207 250 254 / 0.4);
  }

  .xl\:text-cyan-100\/45{
    color: rgb(207 250 254 / 0.45);
  }

  .xl\:text-cyan-100\/5{
    color: rgb(207 250 254 / 0.05);
  }

  .xl\:text-cyan-100\/50{
    color: rgb(207 250 254 / 0.5);
  }

  .xl\:text-cyan-100\/55{
    color: rgb(207 250 254 / 0.55);
  }

  .xl\:text-cyan-100\/60{
    color: rgb(207 250 254 / 0.6);
  }

  .xl\:text-cyan-100\/65{
    color: rgb(207 250 254 / 0.65);
  }

  .xl\:text-cyan-100\/70{
    color: rgb(207 250 254 / 0.7);
  }

  .xl\:text-cyan-100\/75{
    color: rgb(207 250 254 / 0.75);
  }

  .xl\:text-cyan-100\/80{
    color: rgb(207 250 254 / 0.8);
  }

  .xl\:text-cyan-100\/85{
    color: rgb(207 250 254 / 0.85);
  }

  .xl\:text-cyan-100\/90{
    color: rgb(207 250 254 / 0.9);
  }

  .xl\:text-cyan-100\/95{
    color: rgb(207 250 254 / 0.95);
  }

  .xl\:text-cyan-200{
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-200\/0{
    color: rgb(165 243 252 / 0);
  }

  .xl\:text-cyan-200\/10{
    color: rgb(165 243 252 / 0.1);
  }

  .xl\:text-cyan-200\/100{
    color: rgb(165 243 252 / 1);
  }

  .xl\:text-cyan-200\/15{
    color: rgb(165 243 252 / 0.15);
  }

  .xl\:text-cyan-200\/20{
    color: rgb(165 243 252 / 0.2);
  }

  .xl\:text-cyan-200\/25{
    color: rgb(165 243 252 / 0.25);
  }

  .xl\:text-cyan-200\/30{
    color: rgb(165 243 252 / 0.3);
  }

  .xl\:text-cyan-200\/35{
    color: rgb(165 243 252 / 0.35);
  }

  .xl\:text-cyan-200\/40{
    color: rgb(165 243 252 / 0.4);
  }

  .xl\:text-cyan-200\/45{
    color: rgb(165 243 252 / 0.45);
  }

  .xl\:text-cyan-200\/5{
    color: rgb(165 243 252 / 0.05);
  }

  .xl\:text-cyan-200\/50{
    color: rgb(165 243 252 / 0.5);
  }

  .xl\:text-cyan-200\/55{
    color: rgb(165 243 252 / 0.55);
  }

  .xl\:text-cyan-200\/60{
    color: rgb(165 243 252 / 0.6);
  }

  .xl\:text-cyan-200\/65{
    color: rgb(165 243 252 / 0.65);
  }

  .xl\:text-cyan-200\/70{
    color: rgb(165 243 252 / 0.7);
  }

  .xl\:text-cyan-200\/75{
    color: rgb(165 243 252 / 0.75);
  }

  .xl\:text-cyan-200\/80{
    color: rgb(165 243 252 / 0.8);
  }

  .xl\:text-cyan-200\/85{
    color: rgb(165 243 252 / 0.85);
  }

  .xl\:text-cyan-200\/90{
    color: rgb(165 243 252 / 0.9);
  }

  .xl\:text-cyan-200\/95{
    color: rgb(165 243 252 / 0.95);
  }

  .xl\:text-cyan-300{
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-300\/0{
    color: rgb(103 232 249 / 0);
  }

  .xl\:text-cyan-300\/10{
    color: rgb(103 232 249 / 0.1);
  }

  .xl\:text-cyan-300\/100{
    color: rgb(103 232 249 / 1);
  }

  .xl\:text-cyan-300\/15{
    color: rgb(103 232 249 / 0.15);
  }

  .xl\:text-cyan-300\/20{
    color: rgb(103 232 249 / 0.2);
  }

  .xl\:text-cyan-300\/25{
    color: rgb(103 232 249 / 0.25);
  }

  .xl\:text-cyan-300\/30{
    color: rgb(103 232 249 / 0.3);
  }

  .xl\:text-cyan-300\/35{
    color: rgb(103 232 249 / 0.35);
  }

  .xl\:text-cyan-300\/40{
    color: rgb(103 232 249 / 0.4);
  }

  .xl\:text-cyan-300\/45{
    color: rgb(103 232 249 / 0.45);
  }

  .xl\:text-cyan-300\/5{
    color: rgb(103 232 249 / 0.05);
  }

  .xl\:text-cyan-300\/50{
    color: rgb(103 232 249 / 0.5);
  }

  .xl\:text-cyan-300\/55{
    color: rgb(103 232 249 / 0.55);
  }

  .xl\:text-cyan-300\/60{
    color: rgb(103 232 249 / 0.6);
  }

  .xl\:text-cyan-300\/65{
    color: rgb(103 232 249 / 0.65);
  }

  .xl\:text-cyan-300\/70{
    color: rgb(103 232 249 / 0.7);
  }

  .xl\:text-cyan-300\/75{
    color: rgb(103 232 249 / 0.75);
  }

  .xl\:text-cyan-300\/80{
    color: rgb(103 232 249 / 0.8);
  }

  .xl\:text-cyan-300\/85{
    color: rgb(103 232 249 / 0.85);
  }

  .xl\:text-cyan-300\/90{
    color: rgb(103 232 249 / 0.9);
  }

  .xl\:text-cyan-300\/95{
    color: rgb(103 232 249 / 0.95);
  }

  .xl\:text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-400\/0{
    color: rgb(34 211 238 / 0);
  }

  .xl\:text-cyan-400\/10{
    color: rgb(34 211 238 / 0.1);
  }

  .xl\:text-cyan-400\/100{
    color: rgb(34 211 238 / 1);
  }

  .xl\:text-cyan-400\/15{
    color: rgb(34 211 238 / 0.15);
  }

  .xl\:text-cyan-400\/20{
    color: rgb(34 211 238 / 0.2);
  }

  .xl\:text-cyan-400\/25{
    color: rgb(34 211 238 / 0.25);
  }

  .xl\:text-cyan-400\/30{
    color: rgb(34 211 238 / 0.3);
  }

  .xl\:text-cyan-400\/35{
    color: rgb(34 211 238 / 0.35);
  }

  .xl\:text-cyan-400\/40{
    color: rgb(34 211 238 / 0.4);
  }

  .xl\:text-cyan-400\/45{
    color: rgb(34 211 238 / 0.45);
  }

  .xl\:text-cyan-400\/5{
    color: rgb(34 211 238 / 0.05);
  }

  .xl\:text-cyan-400\/50{
    color: rgb(34 211 238 / 0.5);
  }

  .xl\:text-cyan-400\/55{
    color: rgb(34 211 238 / 0.55);
  }

  .xl\:text-cyan-400\/60{
    color: rgb(34 211 238 / 0.6);
  }

  .xl\:text-cyan-400\/65{
    color: rgb(34 211 238 / 0.65);
  }

  .xl\:text-cyan-400\/70{
    color: rgb(34 211 238 / 0.7);
  }

  .xl\:text-cyan-400\/75{
    color: rgb(34 211 238 / 0.75);
  }

  .xl\:text-cyan-400\/80{
    color: rgb(34 211 238 / 0.8);
  }

  .xl\:text-cyan-400\/85{
    color: rgb(34 211 238 / 0.85);
  }

  .xl\:text-cyan-400\/90{
    color: rgb(34 211 238 / 0.9);
  }

  .xl\:text-cyan-400\/95{
    color: rgb(34 211 238 / 0.95);
  }

  .xl\:text-cyan-50{
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-50\/0{
    color: rgb(236 254 255 / 0);
  }

  .xl\:text-cyan-50\/10{
    color: rgb(236 254 255 / 0.1);
  }

  .xl\:text-cyan-50\/100{
    color: rgb(236 254 255 / 1);
  }

  .xl\:text-cyan-50\/15{
    color: rgb(236 254 255 / 0.15);
  }

  .xl\:text-cyan-50\/20{
    color: rgb(236 254 255 / 0.2);
  }

  .xl\:text-cyan-50\/25{
    color: rgb(236 254 255 / 0.25);
  }

  .xl\:text-cyan-50\/30{
    color: rgb(236 254 255 / 0.3);
  }

  .xl\:text-cyan-50\/35{
    color: rgb(236 254 255 / 0.35);
  }

  .xl\:text-cyan-50\/40{
    color: rgb(236 254 255 / 0.4);
  }

  .xl\:text-cyan-50\/45{
    color: rgb(236 254 255 / 0.45);
  }

  .xl\:text-cyan-50\/5{
    color: rgb(236 254 255 / 0.05);
  }

  .xl\:text-cyan-50\/50{
    color: rgb(236 254 255 / 0.5);
  }

  .xl\:text-cyan-50\/55{
    color: rgb(236 254 255 / 0.55);
  }

  .xl\:text-cyan-50\/60{
    color: rgb(236 254 255 / 0.6);
  }

  .xl\:text-cyan-50\/65{
    color: rgb(236 254 255 / 0.65);
  }

  .xl\:text-cyan-50\/70{
    color: rgb(236 254 255 / 0.7);
  }

  .xl\:text-cyan-50\/75{
    color: rgb(236 254 255 / 0.75);
  }

  .xl\:text-cyan-50\/80{
    color: rgb(236 254 255 / 0.8);
  }

  .xl\:text-cyan-50\/85{
    color: rgb(236 254 255 / 0.85);
  }

  .xl\:text-cyan-50\/90{
    color: rgb(236 254 255 / 0.9);
  }

  .xl\:text-cyan-50\/95{
    color: rgb(236 254 255 / 0.95);
  }

  .xl\:text-cyan-500{
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-500\/0{
    color: rgb(6 182 212 / 0);
  }

  .xl\:text-cyan-500\/10{
    color: rgb(6 182 212 / 0.1);
  }

  .xl\:text-cyan-500\/100{
    color: rgb(6 182 212 / 1);
  }

  .xl\:text-cyan-500\/15{
    color: rgb(6 182 212 / 0.15);
  }

  .xl\:text-cyan-500\/20{
    color: rgb(6 182 212 / 0.2);
  }

  .xl\:text-cyan-500\/25{
    color: rgb(6 182 212 / 0.25);
  }

  .xl\:text-cyan-500\/30{
    color: rgb(6 182 212 / 0.3);
  }

  .xl\:text-cyan-500\/35{
    color: rgb(6 182 212 / 0.35);
  }

  .xl\:text-cyan-500\/40{
    color: rgb(6 182 212 / 0.4);
  }

  .xl\:text-cyan-500\/45{
    color: rgb(6 182 212 / 0.45);
  }

  .xl\:text-cyan-500\/5{
    color: rgb(6 182 212 / 0.05);
  }

  .xl\:text-cyan-500\/50{
    color: rgb(6 182 212 / 0.5);
  }

  .xl\:text-cyan-500\/55{
    color: rgb(6 182 212 / 0.55);
  }

  .xl\:text-cyan-500\/60{
    color: rgb(6 182 212 / 0.6);
  }

  .xl\:text-cyan-500\/65{
    color: rgb(6 182 212 / 0.65);
  }

  .xl\:text-cyan-500\/70{
    color: rgb(6 182 212 / 0.7);
  }

  .xl\:text-cyan-500\/75{
    color: rgb(6 182 212 / 0.75);
  }

  .xl\:text-cyan-500\/80{
    color: rgb(6 182 212 / 0.8);
  }

  .xl\:text-cyan-500\/85{
    color: rgb(6 182 212 / 0.85);
  }

  .xl\:text-cyan-500\/90{
    color: rgb(6 182 212 / 0.9);
  }

  .xl\:text-cyan-500\/95{
    color: rgb(6 182 212 / 0.95);
  }

  .xl\:text-cyan-600{
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-600\/0{
    color: rgb(8 145 178 / 0);
  }

  .xl\:text-cyan-600\/10{
    color: rgb(8 145 178 / 0.1);
  }

  .xl\:text-cyan-600\/100{
    color: rgb(8 145 178 / 1);
  }

  .xl\:text-cyan-600\/15{
    color: rgb(8 145 178 / 0.15);
  }

  .xl\:text-cyan-600\/20{
    color: rgb(8 145 178 / 0.2);
  }

  .xl\:text-cyan-600\/25{
    color: rgb(8 145 178 / 0.25);
  }

  .xl\:text-cyan-600\/30{
    color: rgb(8 145 178 / 0.3);
  }

  .xl\:text-cyan-600\/35{
    color: rgb(8 145 178 / 0.35);
  }

  .xl\:text-cyan-600\/40{
    color: rgb(8 145 178 / 0.4);
  }

  .xl\:text-cyan-600\/45{
    color: rgb(8 145 178 / 0.45);
  }

  .xl\:text-cyan-600\/5{
    color: rgb(8 145 178 / 0.05);
  }

  .xl\:text-cyan-600\/50{
    color: rgb(8 145 178 / 0.5);
  }

  .xl\:text-cyan-600\/55{
    color: rgb(8 145 178 / 0.55);
  }

  .xl\:text-cyan-600\/60{
    color: rgb(8 145 178 / 0.6);
  }

  .xl\:text-cyan-600\/65{
    color: rgb(8 145 178 / 0.65);
  }

  .xl\:text-cyan-600\/70{
    color: rgb(8 145 178 / 0.7);
  }

  .xl\:text-cyan-600\/75{
    color: rgb(8 145 178 / 0.75);
  }

  .xl\:text-cyan-600\/80{
    color: rgb(8 145 178 / 0.8);
  }

  .xl\:text-cyan-600\/85{
    color: rgb(8 145 178 / 0.85);
  }

  .xl\:text-cyan-600\/90{
    color: rgb(8 145 178 / 0.9);
  }

  .xl\:text-cyan-600\/95{
    color: rgb(8 145 178 / 0.95);
  }

  .xl\:text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-700\/0{
    color: rgb(14 116 144 / 0);
  }

  .xl\:text-cyan-700\/10{
    color: rgb(14 116 144 / 0.1);
  }

  .xl\:text-cyan-700\/100{
    color: rgb(14 116 144 / 1);
  }

  .xl\:text-cyan-700\/15{
    color: rgb(14 116 144 / 0.15);
  }

  .xl\:text-cyan-700\/20{
    color: rgb(14 116 144 / 0.2);
  }

  .xl\:text-cyan-700\/25{
    color: rgb(14 116 144 / 0.25);
  }

  .xl\:text-cyan-700\/30{
    color: rgb(14 116 144 / 0.3);
  }

  .xl\:text-cyan-700\/35{
    color: rgb(14 116 144 / 0.35);
  }

  .xl\:text-cyan-700\/40{
    color: rgb(14 116 144 / 0.4);
  }

  .xl\:text-cyan-700\/45{
    color: rgb(14 116 144 / 0.45);
  }

  .xl\:text-cyan-700\/5{
    color: rgb(14 116 144 / 0.05);
  }

  .xl\:text-cyan-700\/50{
    color: rgb(14 116 144 / 0.5);
  }

  .xl\:text-cyan-700\/55{
    color: rgb(14 116 144 / 0.55);
  }

  .xl\:text-cyan-700\/60{
    color: rgb(14 116 144 / 0.6);
  }

  .xl\:text-cyan-700\/65{
    color: rgb(14 116 144 / 0.65);
  }

  .xl\:text-cyan-700\/70{
    color: rgb(14 116 144 / 0.7);
  }

  .xl\:text-cyan-700\/75{
    color: rgb(14 116 144 / 0.75);
  }

  .xl\:text-cyan-700\/80{
    color: rgb(14 116 144 / 0.8);
  }

  .xl\:text-cyan-700\/85{
    color: rgb(14 116 144 / 0.85);
  }

  .xl\:text-cyan-700\/90{
    color: rgb(14 116 144 / 0.9);
  }

  .xl\:text-cyan-700\/95{
    color: rgb(14 116 144 / 0.95);
  }

  .xl\:text-cyan-800{
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-800\/0{
    color: rgb(21 94 117 / 0);
  }

  .xl\:text-cyan-800\/10{
    color: rgb(21 94 117 / 0.1);
  }

  .xl\:text-cyan-800\/100{
    color: rgb(21 94 117 / 1);
  }

  .xl\:text-cyan-800\/15{
    color: rgb(21 94 117 / 0.15);
  }

  .xl\:text-cyan-800\/20{
    color: rgb(21 94 117 / 0.2);
  }

  .xl\:text-cyan-800\/25{
    color: rgb(21 94 117 / 0.25);
  }

  .xl\:text-cyan-800\/30{
    color: rgb(21 94 117 / 0.3);
  }

  .xl\:text-cyan-800\/35{
    color: rgb(21 94 117 / 0.35);
  }

  .xl\:text-cyan-800\/40{
    color: rgb(21 94 117 / 0.4);
  }

  .xl\:text-cyan-800\/45{
    color: rgb(21 94 117 / 0.45);
  }

  .xl\:text-cyan-800\/5{
    color: rgb(21 94 117 / 0.05);
  }

  .xl\:text-cyan-800\/50{
    color: rgb(21 94 117 / 0.5);
  }

  .xl\:text-cyan-800\/55{
    color: rgb(21 94 117 / 0.55);
  }

  .xl\:text-cyan-800\/60{
    color: rgb(21 94 117 / 0.6);
  }

  .xl\:text-cyan-800\/65{
    color: rgb(21 94 117 / 0.65);
  }

  .xl\:text-cyan-800\/70{
    color: rgb(21 94 117 / 0.7);
  }

  .xl\:text-cyan-800\/75{
    color: rgb(21 94 117 / 0.75);
  }

  .xl\:text-cyan-800\/80{
    color: rgb(21 94 117 / 0.8);
  }

  .xl\:text-cyan-800\/85{
    color: rgb(21 94 117 / 0.85);
  }

  .xl\:text-cyan-800\/90{
    color: rgb(21 94 117 / 0.9);
  }

  .xl\:text-cyan-800\/95{
    color: rgb(21 94 117 / 0.95);
  }

  .xl\:text-cyan-900{
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-900\/0{
    color: rgb(22 78 99 / 0);
  }

  .xl\:text-cyan-900\/10{
    color: rgb(22 78 99 / 0.1);
  }

  .xl\:text-cyan-900\/100{
    color: rgb(22 78 99 / 1);
  }

  .xl\:text-cyan-900\/15{
    color: rgb(22 78 99 / 0.15);
  }

  .xl\:text-cyan-900\/20{
    color: rgb(22 78 99 / 0.2);
  }

  .xl\:text-cyan-900\/25{
    color: rgb(22 78 99 / 0.25);
  }

  .xl\:text-cyan-900\/30{
    color: rgb(22 78 99 / 0.3);
  }

  .xl\:text-cyan-900\/35{
    color: rgb(22 78 99 / 0.35);
  }

  .xl\:text-cyan-900\/40{
    color: rgb(22 78 99 / 0.4);
  }

  .xl\:text-cyan-900\/45{
    color: rgb(22 78 99 / 0.45);
  }

  .xl\:text-cyan-900\/5{
    color: rgb(22 78 99 / 0.05);
  }

  .xl\:text-cyan-900\/50{
    color: rgb(22 78 99 / 0.5);
  }

  .xl\:text-cyan-900\/55{
    color: rgb(22 78 99 / 0.55);
  }

  .xl\:text-cyan-900\/60{
    color: rgb(22 78 99 / 0.6);
  }

  .xl\:text-cyan-900\/65{
    color: rgb(22 78 99 / 0.65);
  }

  .xl\:text-cyan-900\/70{
    color: rgb(22 78 99 / 0.7);
  }

  .xl\:text-cyan-900\/75{
    color: rgb(22 78 99 / 0.75);
  }

  .xl\:text-cyan-900\/80{
    color: rgb(22 78 99 / 0.8);
  }

  .xl\:text-cyan-900\/85{
    color: rgb(22 78 99 / 0.85);
  }

  .xl\:text-cyan-900\/90{
    color: rgb(22 78 99 / 0.9);
  }

  .xl\:text-cyan-900\/95{
    color: rgb(22 78 99 / 0.95);
  }

  .xl\:text-cyan-950{
    --tw-text-opacity: 1;
    color: rgb(8 51 68 / var(--tw-text-opacity, 1));
  }

  .xl\:text-cyan-950\/0{
    color: rgb(8 51 68 / 0);
  }

  .xl\:text-cyan-950\/10{
    color: rgb(8 51 68 / 0.1);
  }

  .xl\:text-cyan-950\/100{
    color: rgb(8 51 68 / 1);
  }

  .xl\:text-cyan-950\/15{
    color: rgb(8 51 68 / 0.15);
  }

  .xl\:text-cyan-950\/20{
    color: rgb(8 51 68 / 0.2);
  }

  .xl\:text-cyan-950\/25{
    color: rgb(8 51 68 / 0.25);
  }

  .xl\:text-cyan-950\/30{
    color: rgb(8 51 68 / 0.3);
  }

  .xl\:text-cyan-950\/35{
    color: rgb(8 51 68 / 0.35);
  }

  .xl\:text-cyan-950\/40{
    color: rgb(8 51 68 / 0.4);
  }

  .xl\:text-cyan-950\/45{
    color: rgb(8 51 68 / 0.45);
  }

  .xl\:text-cyan-950\/5{
    color: rgb(8 51 68 / 0.05);
  }

  .xl\:text-cyan-950\/50{
    color: rgb(8 51 68 / 0.5);
  }

  .xl\:text-cyan-950\/55{
    color: rgb(8 51 68 / 0.55);
  }

  .xl\:text-cyan-950\/60{
    color: rgb(8 51 68 / 0.6);
  }

  .xl\:text-cyan-950\/65{
    color: rgb(8 51 68 / 0.65);
  }

  .xl\:text-cyan-950\/70{
    color: rgb(8 51 68 / 0.7);
  }

  .xl\:text-cyan-950\/75{
    color: rgb(8 51 68 / 0.75);
  }

  .xl\:text-cyan-950\/80{
    color: rgb(8 51 68 / 0.8);
  }

  .xl\:text-cyan-950\/85{
    color: rgb(8 51 68 / 0.85);
  }

  .xl\:text-cyan-950\/90{
    color: rgb(8 51 68 / 0.9);
  }

  .xl\:text-cyan-950\/95{
    color: rgb(8 51 68 / 0.95);
  }

  .xl\:text-darkGreen{
    --tw-text-opacity: 1;
    color: rgb(113 229 201 / var(--tw-text-opacity, 1));
  }

  .xl\:text-darkGreen\/0{
    color: rgb(113 229 201 / 0);
  }

  .xl\:text-darkGreen\/10{
    color: rgb(113 229 201 / 0.1);
  }

  .xl\:text-darkGreen\/100{
    color: rgb(113 229 201 / 1);
  }

  .xl\:text-darkGreen\/15{
    color: rgb(113 229 201 / 0.15);
  }

  .xl\:text-darkGreen\/20{
    color: rgb(113 229 201 / 0.2);
  }

  .xl\:text-darkGreen\/25{
    color: rgb(113 229 201 / 0.25);
  }

  .xl\:text-darkGreen\/30{
    color: rgb(113 229 201 / 0.3);
  }

  .xl\:text-darkGreen\/35{
    color: rgb(113 229 201 / 0.35);
  }

  .xl\:text-darkGreen\/40{
    color: rgb(113 229 201 / 0.4);
  }

  .xl\:text-darkGreen\/45{
    color: rgb(113 229 201 / 0.45);
  }

  .xl\:text-darkGreen\/5{
    color: rgb(113 229 201 / 0.05);
  }

  .xl\:text-darkGreen\/50{
    color: rgb(113 229 201 / 0.5);
  }

  .xl\:text-darkGreen\/55{
    color: rgb(113 229 201 / 0.55);
  }

  .xl\:text-darkGreen\/60{
    color: rgb(113 229 201 / 0.6);
  }

  .xl\:text-darkGreen\/65{
    color: rgb(113 229 201 / 0.65);
  }

  .xl\:text-darkGreen\/70{
    color: rgb(113 229 201 / 0.7);
  }

  .xl\:text-darkGreen\/75{
    color: rgb(113 229 201 / 0.75);
  }

  .xl\:text-darkGreen\/80{
    color: rgb(113 229 201 / 0.8);
  }

  .xl\:text-darkGreen\/85{
    color: rgb(113 229 201 / 0.85);
  }

  .xl\:text-darkGreen\/90{
    color: rgb(113 229 201 / 0.9);
  }

  .xl\:text-darkGreen\/95{
    color: rgb(113 229 201 / 0.95);
  }

  .xl\:text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-100\/0{
    color: rgb(209 250 229 / 0);
  }

  .xl\:text-emerald-100\/10{
    color: rgb(209 250 229 / 0.1);
  }

  .xl\:text-emerald-100\/100{
    color: rgb(209 250 229 / 1);
  }

  .xl\:text-emerald-100\/15{
    color: rgb(209 250 229 / 0.15);
  }

  .xl\:text-emerald-100\/20{
    color: rgb(209 250 229 / 0.2);
  }

  .xl\:text-emerald-100\/25{
    color: rgb(209 250 229 / 0.25);
  }

  .xl\:text-emerald-100\/30{
    color: rgb(209 250 229 / 0.3);
  }

  .xl\:text-emerald-100\/35{
    color: rgb(209 250 229 / 0.35);
  }

  .xl\:text-emerald-100\/40{
    color: rgb(209 250 229 / 0.4);
  }

  .xl\:text-emerald-100\/45{
    color: rgb(209 250 229 / 0.45);
  }

  .xl\:text-emerald-100\/5{
    color: rgb(209 250 229 / 0.05);
  }

  .xl\:text-emerald-100\/50{
    color: rgb(209 250 229 / 0.5);
  }

  .xl\:text-emerald-100\/55{
    color: rgb(209 250 229 / 0.55);
  }

  .xl\:text-emerald-100\/60{
    color: rgb(209 250 229 / 0.6);
  }

  .xl\:text-emerald-100\/65{
    color: rgb(209 250 229 / 0.65);
  }

  .xl\:text-emerald-100\/70{
    color: rgb(209 250 229 / 0.7);
  }

  .xl\:text-emerald-100\/75{
    color: rgb(209 250 229 / 0.75);
  }

  .xl\:text-emerald-100\/80{
    color: rgb(209 250 229 / 0.8);
  }

  .xl\:text-emerald-100\/85{
    color: rgb(209 250 229 / 0.85);
  }

  .xl\:text-emerald-100\/90{
    color: rgb(209 250 229 / 0.9);
  }

  .xl\:text-emerald-100\/95{
    color: rgb(209 250 229 / 0.95);
  }

  .xl\:text-emerald-200{
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-200\/0{
    color: rgb(167 243 208 / 0);
  }

  .xl\:text-emerald-200\/10{
    color: rgb(167 243 208 / 0.1);
  }

  .xl\:text-emerald-200\/100{
    color: rgb(167 243 208 / 1);
  }

  .xl\:text-emerald-200\/15{
    color: rgb(167 243 208 / 0.15);
  }

  .xl\:text-emerald-200\/20{
    color: rgb(167 243 208 / 0.2);
  }

  .xl\:text-emerald-200\/25{
    color: rgb(167 243 208 / 0.25);
  }

  .xl\:text-emerald-200\/30{
    color: rgb(167 243 208 / 0.3);
  }

  .xl\:text-emerald-200\/35{
    color: rgb(167 243 208 / 0.35);
  }

  .xl\:text-emerald-200\/40{
    color: rgb(167 243 208 / 0.4);
  }

  .xl\:text-emerald-200\/45{
    color: rgb(167 243 208 / 0.45);
  }

  .xl\:text-emerald-200\/5{
    color: rgb(167 243 208 / 0.05);
  }

  .xl\:text-emerald-200\/50{
    color: rgb(167 243 208 / 0.5);
  }

  .xl\:text-emerald-200\/55{
    color: rgb(167 243 208 / 0.55);
  }

  .xl\:text-emerald-200\/60{
    color: rgb(167 243 208 / 0.6);
  }

  .xl\:text-emerald-200\/65{
    color: rgb(167 243 208 / 0.65);
  }

  .xl\:text-emerald-200\/70{
    color: rgb(167 243 208 / 0.7);
  }

  .xl\:text-emerald-200\/75{
    color: rgb(167 243 208 / 0.75);
  }

  .xl\:text-emerald-200\/80{
    color: rgb(167 243 208 / 0.8);
  }

  .xl\:text-emerald-200\/85{
    color: rgb(167 243 208 / 0.85);
  }

  .xl\:text-emerald-200\/90{
    color: rgb(167 243 208 / 0.9);
  }

  .xl\:text-emerald-200\/95{
    color: rgb(167 243 208 / 0.95);
  }

  .xl\:text-emerald-300{
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-300\/0{
    color: rgb(110 231 183 / 0);
  }

  .xl\:text-emerald-300\/10{
    color: rgb(110 231 183 / 0.1);
  }

  .xl\:text-emerald-300\/100{
    color: rgb(110 231 183 / 1);
  }

  .xl\:text-emerald-300\/15{
    color: rgb(110 231 183 / 0.15);
  }

  .xl\:text-emerald-300\/20{
    color: rgb(110 231 183 / 0.2);
  }

  .xl\:text-emerald-300\/25{
    color: rgb(110 231 183 / 0.25);
  }

  .xl\:text-emerald-300\/30{
    color: rgb(110 231 183 / 0.3);
  }

  .xl\:text-emerald-300\/35{
    color: rgb(110 231 183 / 0.35);
  }

  .xl\:text-emerald-300\/40{
    color: rgb(110 231 183 / 0.4);
  }

  .xl\:text-emerald-300\/45{
    color: rgb(110 231 183 / 0.45);
  }

  .xl\:text-emerald-300\/5{
    color: rgb(110 231 183 / 0.05);
  }

  .xl\:text-emerald-300\/50{
    color: rgb(110 231 183 / 0.5);
  }

  .xl\:text-emerald-300\/55{
    color: rgb(110 231 183 / 0.55);
  }

  .xl\:text-emerald-300\/60{
    color: rgb(110 231 183 / 0.6);
  }

  .xl\:text-emerald-300\/65{
    color: rgb(110 231 183 / 0.65);
  }

  .xl\:text-emerald-300\/70{
    color: rgb(110 231 183 / 0.7);
  }

  .xl\:text-emerald-300\/75{
    color: rgb(110 231 183 / 0.75);
  }

  .xl\:text-emerald-300\/80{
    color: rgb(110 231 183 / 0.8);
  }

  .xl\:text-emerald-300\/85{
    color: rgb(110 231 183 / 0.85);
  }

  .xl\:text-emerald-300\/90{
    color: rgb(110 231 183 / 0.9);
  }

  .xl\:text-emerald-300\/95{
    color: rgb(110 231 183 / 0.95);
  }

  .xl\:text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-400\/0{
    color: rgb(52 211 153 / 0);
  }

  .xl\:text-emerald-400\/10{
    color: rgb(52 211 153 / 0.1);
  }

  .xl\:text-emerald-400\/100{
    color: rgb(52 211 153 / 1);
  }

  .xl\:text-emerald-400\/15{
    color: rgb(52 211 153 / 0.15);
  }

  .xl\:text-emerald-400\/20{
    color: rgb(52 211 153 / 0.2);
  }

  .xl\:text-emerald-400\/25{
    color: rgb(52 211 153 / 0.25);
  }

  .xl\:text-emerald-400\/30{
    color: rgb(52 211 153 / 0.3);
  }

  .xl\:text-emerald-400\/35{
    color: rgb(52 211 153 / 0.35);
  }

  .xl\:text-emerald-400\/40{
    color: rgb(52 211 153 / 0.4);
  }

  .xl\:text-emerald-400\/45{
    color: rgb(52 211 153 / 0.45);
  }

  .xl\:text-emerald-400\/5{
    color: rgb(52 211 153 / 0.05);
  }

  .xl\:text-emerald-400\/50{
    color: rgb(52 211 153 / 0.5);
  }

  .xl\:text-emerald-400\/55{
    color: rgb(52 211 153 / 0.55);
  }

  .xl\:text-emerald-400\/60{
    color: rgb(52 211 153 / 0.6);
  }

  .xl\:text-emerald-400\/65{
    color: rgb(52 211 153 / 0.65);
  }

  .xl\:text-emerald-400\/70{
    color: rgb(52 211 153 / 0.7);
  }

  .xl\:text-emerald-400\/75{
    color: rgb(52 211 153 / 0.75);
  }

  .xl\:text-emerald-400\/80{
    color: rgb(52 211 153 / 0.8);
  }

  .xl\:text-emerald-400\/85{
    color: rgb(52 211 153 / 0.85);
  }

  .xl\:text-emerald-400\/90{
    color: rgb(52 211 153 / 0.9);
  }

  .xl\:text-emerald-400\/95{
    color: rgb(52 211 153 / 0.95);
  }

  .xl\:text-emerald-50{
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-50\/0{
    color: rgb(236 253 245 / 0);
  }

  .xl\:text-emerald-50\/10{
    color: rgb(236 253 245 / 0.1);
  }

  .xl\:text-emerald-50\/100{
    color: rgb(236 253 245 / 1);
  }

  .xl\:text-emerald-50\/15{
    color: rgb(236 253 245 / 0.15);
  }

  .xl\:text-emerald-50\/20{
    color: rgb(236 253 245 / 0.2);
  }

  .xl\:text-emerald-50\/25{
    color: rgb(236 253 245 / 0.25);
  }

  .xl\:text-emerald-50\/30{
    color: rgb(236 253 245 / 0.3);
  }

  .xl\:text-emerald-50\/35{
    color: rgb(236 253 245 / 0.35);
  }

  .xl\:text-emerald-50\/40{
    color: rgb(236 253 245 / 0.4);
  }

  .xl\:text-emerald-50\/45{
    color: rgb(236 253 245 / 0.45);
  }

  .xl\:text-emerald-50\/5{
    color: rgb(236 253 245 / 0.05);
  }

  .xl\:text-emerald-50\/50{
    color: rgb(236 253 245 / 0.5);
  }

  .xl\:text-emerald-50\/55{
    color: rgb(236 253 245 / 0.55);
  }

  .xl\:text-emerald-50\/60{
    color: rgb(236 253 245 / 0.6);
  }

  .xl\:text-emerald-50\/65{
    color: rgb(236 253 245 / 0.65);
  }

  .xl\:text-emerald-50\/70{
    color: rgb(236 253 245 / 0.7);
  }

  .xl\:text-emerald-50\/75{
    color: rgb(236 253 245 / 0.75);
  }

  .xl\:text-emerald-50\/80{
    color: rgb(236 253 245 / 0.8);
  }

  .xl\:text-emerald-50\/85{
    color: rgb(236 253 245 / 0.85);
  }

  .xl\:text-emerald-50\/90{
    color: rgb(236 253 245 / 0.9);
  }

  .xl\:text-emerald-50\/95{
    color: rgb(236 253 245 / 0.95);
  }

  .xl\:text-emerald-500{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-500\/0{
    color: rgb(16 185 129 / 0);
  }

  .xl\:text-emerald-500\/10{
    color: rgb(16 185 129 / 0.1);
  }

  .xl\:text-emerald-500\/100{
    color: rgb(16 185 129 / 1);
  }

  .xl\:text-emerald-500\/15{
    color: rgb(16 185 129 / 0.15);
  }

  .xl\:text-emerald-500\/20{
    color: rgb(16 185 129 / 0.2);
  }

  .xl\:text-emerald-500\/25{
    color: rgb(16 185 129 / 0.25);
  }

  .xl\:text-emerald-500\/30{
    color: rgb(16 185 129 / 0.3);
  }

  .xl\:text-emerald-500\/35{
    color: rgb(16 185 129 / 0.35);
  }

  .xl\:text-emerald-500\/40{
    color: rgb(16 185 129 / 0.4);
  }

  .xl\:text-emerald-500\/45{
    color: rgb(16 185 129 / 0.45);
  }

  .xl\:text-emerald-500\/5{
    color: rgb(16 185 129 / 0.05);
  }

  .xl\:text-emerald-500\/50{
    color: rgb(16 185 129 / 0.5);
  }

  .xl\:text-emerald-500\/55{
    color: rgb(16 185 129 / 0.55);
  }

  .xl\:text-emerald-500\/60{
    color: rgb(16 185 129 / 0.6);
  }

  .xl\:text-emerald-500\/65{
    color: rgb(16 185 129 / 0.65);
  }

  .xl\:text-emerald-500\/70{
    color: rgb(16 185 129 / 0.7);
  }

  .xl\:text-emerald-500\/75{
    color: rgb(16 185 129 / 0.75);
  }

  .xl\:text-emerald-500\/80{
    color: rgb(16 185 129 / 0.8);
  }

  .xl\:text-emerald-500\/85{
    color: rgb(16 185 129 / 0.85);
  }

  .xl\:text-emerald-500\/90{
    color: rgb(16 185 129 / 0.9);
  }

  .xl\:text-emerald-500\/95{
    color: rgb(16 185 129 / 0.95);
  }

  .xl\:text-emerald-600{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-600\/0{
    color: rgb(5 150 105 / 0);
  }

  .xl\:text-emerald-600\/10{
    color: rgb(5 150 105 / 0.1);
  }

  .xl\:text-emerald-600\/100{
    color: rgb(5 150 105 / 1);
  }

  .xl\:text-emerald-600\/15{
    color: rgb(5 150 105 / 0.15);
  }

  .xl\:text-emerald-600\/20{
    color: rgb(5 150 105 / 0.2);
  }

  .xl\:text-emerald-600\/25{
    color: rgb(5 150 105 / 0.25);
  }

  .xl\:text-emerald-600\/30{
    color: rgb(5 150 105 / 0.3);
  }

  .xl\:text-emerald-600\/35{
    color: rgb(5 150 105 / 0.35);
  }

  .xl\:text-emerald-600\/40{
    color: rgb(5 150 105 / 0.4);
  }

  .xl\:text-emerald-600\/45{
    color: rgb(5 150 105 / 0.45);
  }

  .xl\:text-emerald-600\/5{
    color: rgb(5 150 105 / 0.05);
  }

  .xl\:text-emerald-600\/50{
    color: rgb(5 150 105 / 0.5);
  }

  .xl\:text-emerald-600\/55{
    color: rgb(5 150 105 / 0.55);
  }

  .xl\:text-emerald-600\/60{
    color: rgb(5 150 105 / 0.6);
  }

  .xl\:text-emerald-600\/65{
    color: rgb(5 150 105 / 0.65);
  }

  .xl\:text-emerald-600\/70{
    color: rgb(5 150 105 / 0.7);
  }

  .xl\:text-emerald-600\/75{
    color: rgb(5 150 105 / 0.75);
  }

  .xl\:text-emerald-600\/80{
    color: rgb(5 150 105 / 0.8);
  }

  .xl\:text-emerald-600\/85{
    color: rgb(5 150 105 / 0.85);
  }

  .xl\:text-emerald-600\/90{
    color: rgb(5 150 105 / 0.9);
  }

  .xl\:text-emerald-600\/95{
    color: rgb(5 150 105 / 0.95);
  }

  .xl\:text-emerald-700{
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-700\/0{
    color: rgb(4 120 87 / 0);
  }

  .xl\:text-emerald-700\/10{
    color: rgb(4 120 87 / 0.1);
  }

  .xl\:text-emerald-700\/100{
    color: rgb(4 120 87 / 1);
  }

  .xl\:text-emerald-700\/15{
    color: rgb(4 120 87 / 0.15);
  }

  .xl\:text-emerald-700\/20{
    color: rgb(4 120 87 / 0.2);
  }

  .xl\:text-emerald-700\/25{
    color: rgb(4 120 87 / 0.25);
  }

  .xl\:text-emerald-700\/30{
    color: rgb(4 120 87 / 0.3);
  }

  .xl\:text-emerald-700\/35{
    color: rgb(4 120 87 / 0.35);
  }

  .xl\:text-emerald-700\/40{
    color: rgb(4 120 87 / 0.4);
  }

  .xl\:text-emerald-700\/45{
    color: rgb(4 120 87 / 0.45);
  }

  .xl\:text-emerald-700\/5{
    color: rgb(4 120 87 / 0.05);
  }

  .xl\:text-emerald-700\/50{
    color: rgb(4 120 87 / 0.5);
  }

  .xl\:text-emerald-700\/55{
    color: rgb(4 120 87 / 0.55);
  }

  .xl\:text-emerald-700\/60{
    color: rgb(4 120 87 / 0.6);
  }

  .xl\:text-emerald-700\/65{
    color: rgb(4 120 87 / 0.65);
  }

  .xl\:text-emerald-700\/70{
    color: rgb(4 120 87 / 0.7);
  }

  .xl\:text-emerald-700\/75{
    color: rgb(4 120 87 / 0.75);
  }

  .xl\:text-emerald-700\/80{
    color: rgb(4 120 87 / 0.8);
  }

  .xl\:text-emerald-700\/85{
    color: rgb(4 120 87 / 0.85);
  }

  .xl\:text-emerald-700\/90{
    color: rgb(4 120 87 / 0.9);
  }

  .xl\:text-emerald-700\/95{
    color: rgb(4 120 87 / 0.95);
  }

  .xl\:text-emerald-800{
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-800\/0{
    color: rgb(6 95 70 / 0);
  }

  .xl\:text-emerald-800\/10{
    color: rgb(6 95 70 / 0.1);
  }

  .xl\:text-emerald-800\/100{
    color: rgb(6 95 70 / 1);
  }

  .xl\:text-emerald-800\/15{
    color: rgb(6 95 70 / 0.15);
  }

  .xl\:text-emerald-800\/20{
    color: rgb(6 95 70 / 0.2);
  }

  .xl\:text-emerald-800\/25{
    color: rgb(6 95 70 / 0.25);
  }

  .xl\:text-emerald-800\/30{
    color: rgb(6 95 70 / 0.3);
  }

  .xl\:text-emerald-800\/35{
    color: rgb(6 95 70 / 0.35);
  }

  .xl\:text-emerald-800\/40{
    color: rgb(6 95 70 / 0.4);
  }

  .xl\:text-emerald-800\/45{
    color: rgb(6 95 70 / 0.45);
  }

  .xl\:text-emerald-800\/5{
    color: rgb(6 95 70 / 0.05);
  }

  .xl\:text-emerald-800\/50{
    color: rgb(6 95 70 / 0.5);
  }

  .xl\:text-emerald-800\/55{
    color: rgb(6 95 70 / 0.55);
  }

  .xl\:text-emerald-800\/60{
    color: rgb(6 95 70 / 0.6);
  }

  .xl\:text-emerald-800\/65{
    color: rgb(6 95 70 / 0.65);
  }

  .xl\:text-emerald-800\/70{
    color: rgb(6 95 70 / 0.7);
  }

  .xl\:text-emerald-800\/75{
    color: rgb(6 95 70 / 0.75);
  }

  .xl\:text-emerald-800\/80{
    color: rgb(6 95 70 / 0.8);
  }

  .xl\:text-emerald-800\/85{
    color: rgb(6 95 70 / 0.85);
  }

  .xl\:text-emerald-800\/90{
    color: rgb(6 95 70 / 0.9);
  }

  .xl\:text-emerald-800\/95{
    color: rgb(6 95 70 / 0.95);
  }

  .xl\:text-emerald-900{
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-900\/0{
    color: rgb(6 78 59 / 0);
  }

  .xl\:text-emerald-900\/10{
    color: rgb(6 78 59 / 0.1);
  }

  .xl\:text-emerald-900\/100{
    color: rgb(6 78 59 / 1);
  }

  .xl\:text-emerald-900\/15{
    color: rgb(6 78 59 / 0.15);
  }

  .xl\:text-emerald-900\/20{
    color: rgb(6 78 59 / 0.2);
  }

  .xl\:text-emerald-900\/25{
    color: rgb(6 78 59 / 0.25);
  }

  .xl\:text-emerald-900\/30{
    color: rgb(6 78 59 / 0.3);
  }

  .xl\:text-emerald-900\/35{
    color: rgb(6 78 59 / 0.35);
  }

  .xl\:text-emerald-900\/40{
    color: rgb(6 78 59 / 0.4);
  }

  .xl\:text-emerald-900\/45{
    color: rgb(6 78 59 / 0.45);
  }

  .xl\:text-emerald-900\/5{
    color: rgb(6 78 59 / 0.05);
  }

  .xl\:text-emerald-900\/50{
    color: rgb(6 78 59 / 0.5);
  }

  .xl\:text-emerald-900\/55{
    color: rgb(6 78 59 / 0.55);
  }

  .xl\:text-emerald-900\/60{
    color: rgb(6 78 59 / 0.6);
  }

  .xl\:text-emerald-900\/65{
    color: rgb(6 78 59 / 0.65);
  }

  .xl\:text-emerald-900\/70{
    color: rgb(6 78 59 / 0.7);
  }

  .xl\:text-emerald-900\/75{
    color: rgb(6 78 59 / 0.75);
  }

  .xl\:text-emerald-900\/80{
    color: rgb(6 78 59 / 0.8);
  }

  .xl\:text-emerald-900\/85{
    color: rgb(6 78 59 / 0.85);
  }

  .xl\:text-emerald-900\/90{
    color: rgb(6 78 59 / 0.9);
  }

  .xl\:text-emerald-900\/95{
    color: rgb(6 78 59 / 0.95);
  }

  .xl\:text-emerald-950{
    --tw-text-opacity: 1;
    color: rgb(2 44 34 / var(--tw-text-opacity, 1));
  }

  .xl\:text-emerald-950\/0{
    color: rgb(2 44 34 / 0);
  }

  .xl\:text-emerald-950\/10{
    color: rgb(2 44 34 / 0.1);
  }

  .xl\:text-emerald-950\/100{
    color: rgb(2 44 34 / 1);
  }

  .xl\:text-emerald-950\/15{
    color: rgb(2 44 34 / 0.15);
  }

  .xl\:text-emerald-950\/20{
    color: rgb(2 44 34 / 0.2);
  }

  .xl\:text-emerald-950\/25{
    color: rgb(2 44 34 / 0.25);
  }

  .xl\:text-emerald-950\/30{
    color: rgb(2 44 34 / 0.3);
  }

  .xl\:text-emerald-950\/35{
    color: rgb(2 44 34 / 0.35);
  }

  .xl\:text-emerald-950\/40{
    color: rgb(2 44 34 / 0.4);
  }

  .xl\:text-emerald-950\/45{
    color: rgb(2 44 34 / 0.45);
  }

  .xl\:text-emerald-950\/5{
    color: rgb(2 44 34 / 0.05);
  }

  .xl\:text-emerald-950\/50{
    color: rgb(2 44 34 / 0.5);
  }

  .xl\:text-emerald-950\/55{
    color: rgb(2 44 34 / 0.55);
  }

  .xl\:text-emerald-950\/60{
    color: rgb(2 44 34 / 0.6);
  }

  .xl\:text-emerald-950\/65{
    color: rgb(2 44 34 / 0.65);
  }

  .xl\:text-emerald-950\/70{
    color: rgb(2 44 34 / 0.7);
  }

  .xl\:text-emerald-950\/75{
    color: rgb(2 44 34 / 0.75);
  }

  .xl\:text-emerald-950\/80{
    color: rgb(2 44 34 / 0.8);
  }

  .xl\:text-emerald-950\/85{
    color: rgb(2 44 34 / 0.85);
  }

  .xl\:text-emerald-950\/90{
    color: rgb(2 44 34 / 0.9);
  }

  .xl\:text-emerald-950\/95{
    color: rgb(2 44 34 / 0.95);
  }

  .xl\:text-fuchsia-100{
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-100\/0{
    color: rgb(250 232 255 / 0);
  }

  .xl\:text-fuchsia-100\/10{
    color: rgb(250 232 255 / 0.1);
  }

  .xl\:text-fuchsia-100\/100{
    color: rgb(250 232 255 / 1);
  }

  .xl\:text-fuchsia-100\/15{
    color: rgb(250 232 255 / 0.15);
  }

  .xl\:text-fuchsia-100\/20{
    color: rgb(250 232 255 / 0.2);
  }

  .xl\:text-fuchsia-100\/25{
    color: rgb(250 232 255 / 0.25);
  }

  .xl\:text-fuchsia-100\/30{
    color: rgb(250 232 255 / 0.3);
  }

  .xl\:text-fuchsia-100\/35{
    color: rgb(250 232 255 / 0.35);
  }

  .xl\:text-fuchsia-100\/40{
    color: rgb(250 232 255 / 0.4);
  }

  .xl\:text-fuchsia-100\/45{
    color: rgb(250 232 255 / 0.45);
  }

  .xl\:text-fuchsia-100\/5{
    color: rgb(250 232 255 / 0.05);
  }

  .xl\:text-fuchsia-100\/50{
    color: rgb(250 232 255 / 0.5);
  }

  .xl\:text-fuchsia-100\/55{
    color: rgb(250 232 255 / 0.55);
  }

  .xl\:text-fuchsia-100\/60{
    color: rgb(250 232 255 / 0.6);
  }

  .xl\:text-fuchsia-100\/65{
    color: rgb(250 232 255 / 0.65);
  }

  .xl\:text-fuchsia-100\/70{
    color: rgb(250 232 255 / 0.7);
  }

  .xl\:text-fuchsia-100\/75{
    color: rgb(250 232 255 / 0.75);
  }

  .xl\:text-fuchsia-100\/80{
    color: rgb(250 232 255 / 0.8);
  }

  .xl\:text-fuchsia-100\/85{
    color: rgb(250 232 255 / 0.85);
  }

  .xl\:text-fuchsia-100\/90{
    color: rgb(250 232 255 / 0.9);
  }

  .xl\:text-fuchsia-100\/95{
    color: rgb(250 232 255 / 0.95);
  }

  .xl\:text-fuchsia-200{
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-200\/0{
    color: rgb(245 208 254 / 0);
  }

  .xl\:text-fuchsia-200\/10{
    color: rgb(245 208 254 / 0.1);
  }

  .xl\:text-fuchsia-200\/100{
    color: rgb(245 208 254 / 1);
  }

  .xl\:text-fuchsia-200\/15{
    color: rgb(245 208 254 / 0.15);
  }

  .xl\:text-fuchsia-200\/20{
    color: rgb(245 208 254 / 0.2);
  }

  .xl\:text-fuchsia-200\/25{
    color: rgb(245 208 254 / 0.25);
  }

  .xl\:text-fuchsia-200\/30{
    color: rgb(245 208 254 / 0.3);
  }

  .xl\:text-fuchsia-200\/35{
    color: rgb(245 208 254 / 0.35);
  }

  .xl\:text-fuchsia-200\/40{
    color: rgb(245 208 254 / 0.4);
  }

  .xl\:text-fuchsia-200\/45{
    color: rgb(245 208 254 / 0.45);
  }

  .xl\:text-fuchsia-200\/5{
    color: rgb(245 208 254 / 0.05);
  }

  .xl\:text-fuchsia-200\/50{
    color: rgb(245 208 254 / 0.5);
  }

  .xl\:text-fuchsia-200\/55{
    color: rgb(245 208 254 / 0.55);
  }

  .xl\:text-fuchsia-200\/60{
    color: rgb(245 208 254 / 0.6);
  }

  .xl\:text-fuchsia-200\/65{
    color: rgb(245 208 254 / 0.65);
  }

  .xl\:text-fuchsia-200\/70{
    color: rgb(245 208 254 / 0.7);
  }

  .xl\:text-fuchsia-200\/75{
    color: rgb(245 208 254 / 0.75);
  }

  .xl\:text-fuchsia-200\/80{
    color: rgb(245 208 254 / 0.8);
  }

  .xl\:text-fuchsia-200\/85{
    color: rgb(245 208 254 / 0.85);
  }

  .xl\:text-fuchsia-200\/90{
    color: rgb(245 208 254 / 0.9);
  }

  .xl\:text-fuchsia-200\/95{
    color: rgb(245 208 254 / 0.95);
  }

  .xl\:text-fuchsia-300{
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-300\/0{
    color: rgb(240 171 252 / 0);
  }

  .xl\:text-fuchsia-300\/10{
    color: rgb(240 171 252 / 0.1);
  }

  .xl\:text-fuchsia-300\/100{
    color: rgb(240 171 252 / 1);
  }

  .xl\:text-fuchsia-300\/15{
    color: rgb(240 171 252 / 0.15);
  }

  .xl\:text-fuchsia-300\/20{
    color: rgb(240 171 252 / 0.2);
  }

  .xl\:text-fuchsia-300\/25{
    color: rgb(240 171 252 / 0.25);
  }

  .xl\:text-fuchsia-300\/30{
    color: rgb(240 171 252 / 0.3);
  }

  .xl\:text-fuchsia-300\/35{
    color: rgb(240 171 252 / 0.35);
  }

  .xl\:text-fuchsia-300\/40{
    color: rgb(240 171 252 / 0.4);
  }

  .xl\:text-fuchsia-300\/45{
    color: rgb(240 171 252 / 0.45);
  }

  .xl\:text-fuchsia-300\/5{
    color: rgb(240 171 252 / 0.05);
  }

  .xl\:text-fuchsia-300\/50{
    color: rgb(240 171 252 / 0.5);
  }

  .xl\:text-fuchsia-300\/55{
    color: rgb(240 171 252 / 0.55);
  }

  .xl\:text-fuchsia-300\/60{
    color: rgb(240 171 252 / 0.6);
  }

  .xl\:text-fuchsia-300\/65{
    color: rgb(240 171 252 / 0.65);
  }

  .xl\:text-fuchsia-300\/70{
    color: rgb(240 171 252 / 0.7);
  }

  .xl\:text-fuchsia-300\/75{
    color: rgb(240 171 252 / 0.75);
  }

  .xl\:text-fuchsia-300\/80{
    color: rgb(240 171 252 / 0.8);
  }

  .xl\:text-fuchsia-300\/85{
    color: rgb(240 171 252 / 0.85);
  }

  .xl\:text-fuchsia-300\/90{
    color: rgb(240 171 252 / 0.9);
  }

  .xl\:text-fuchsia-300\/95{
    color: rgb(240 171 252 / 0.95);
  }

  .xl\:text-fuchsia-400{
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-400\/0{
    color: rgb(232 121 249 / 0);
  }

  .xl\:text-fuchsia-400\/10{
    color: rgb(232 121 249 / 0.1);
  }

  .xl\:text-fuchsia-400\/100{
    color: rgb(232 121 249 / 1);
  }

  .xl\:text-fuchsia-400\/15{
    color: rgb(232 121 249 / 0.15);
  }

  .xl\:text-fuchsia-400\/20{
    color: rgb(232 121 249 / 0.2);
  }

  .xl\:text-fuchsia-400\/25{
    color: rgb(232 121 249 / 0.25);
  }

  .xl\:text-fuchsia-400\/30{
    color: rgb(232 121 249 / 0.3);
  }

  .xl\:text-fuchsia-400\/35{
    color: rgb(232 121 249 / 0.35);
  }

  .xl\:text-fuchsia-400\/40{
    color: rgb(232 121 249 / 0.4);
  }

  .xl\:text-fuchsia-400\/45{
    color: rgb(232 121 249 / 0.45);
  }

  .xl\:text-fuchsia-400\/5{
    color: rgb(232 121 249 / 0.05);
  }

  .xl\:text-fuchsia-400\/50{
    color: rgb(232 121 249 / 0.5);
  }

  .xl\:text-fuchsia-400\/55{
    color: rgb(232 121 249 / 0.55);
  }

  .xl\:text-fuchsia-400\/60{
    color: rgb(232 121 249 / 0.6);
  }

  .xl\:text-fuchsia-400\/65{
    color: rgb(232 121 249 / 0.65);
  }

  .xl\:text-fuchsia-400\/70{
    color: rgb(232 121 249 / 0.7);
  }

  .xl\:text-fuchsia-400\/75{
    color: rgb(232 121 249 / 0.75);
  }

  .xl\:text-fuchsia-400\/80{
    color: rgb(232 121 249 / 0.8);
  }

  .xl\:text-fuchsia-400\/85{
    color: rgb(232 121 249 / 0.85);
  }

  .xl\:text-fuchsia-400\/90{
    color: rgb(232 121 249 / 0.9);
  }

  .xl\:text-fuchsia-400\/95{
    color: rgb(232 121 249 / 0.95);
  }

  .xl\:text-fuchsia-50{
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-50\/0{
    color: rgb(253 244 255 / 0);
  }

  .xl\:text-fuchsia-50\/10{
    color: rgb(253 244 255 / 0.1);
  }

  .xl\:text-fuchsia-50\/100{
    color: rgb(253 244 255 / 1);
  }

  .xl\:text-fuchsia-50\/15{
    color: rgb(253 244 255 / 0.15);
  }

  .xl\:text-fuchsia-50\/20{
    color: rgb(253 244 255 / 0.2);
  }

  .xl\:text-fuchsia-50\/25{
    color: rgb(253 244 255 / 0.25);
  }

  .xl\:text-fuchsia-50\/30{
    color: rgb(253 244 255 / 0.3);
  }

  .xl\:text-fuchsia-50\/35{
    color: rgb(253 244 255 / 0.35);
  }

  .xl\:text-fuchsia-50\/40{
    color: rgb(253 244 255 / 0.4);
  }

  .xl\:text-fuchsia-50\/45{
    color: rgb(253 244 255 / 0.45);
  }

  .xl\:text-fuchsia-50\/5{
    color: rgb(253 244 255 / 0.05);
  }

  .xl\:text-fuchsia-50\/50{
    color: rgb(253 244 255 / 0.5);
  }

  .xl\:text-fuchsia-50\/55{
    color: rgb(253 244 255 / 0.55);
  }

  .xl\:text-fuchsia-50\/60{
    color: rgb(253 244 255 / 0.6);
  }

  .xl\:text-fuchsia-50\/65{
    color: rgb(253 244 255 / 0.65);
  }

  .xl\:text-fuchsia-50\/70{
    color: rgb(253 244 255 / 0.7);
  }

  .xl\:text-fuchsia-50\/75{
    color: rgb(253 244 255 / 0.75);
  }

  .xl\:text-fuchsia-50\/80{
    color: rgb(253 244 255 / 0.8);
  }

  .xl\:text-fuchsia-50\/85{
    color: rgb(253 244 255 / 0.85);
  }

  .xl\:text-fuchsia-50\/90{
    color: rgb(253 244 255 / 0.9);
  }

  .xl\:text-fuchsia-50\/95{
    color: rgb(253 244 255 / 0.95);
  }

  .xl\:text-fuchsia-500{
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-500\/0{
    color: rgb(217 70 239 / 0);
  }

  .xl\:text-fuchsia-500\/10{
    color: rgb(217 70 239 / 0.1);
  }

  .xl\:text-fuchsia-500\/100{
    color: rgb(217 70 239 / 1);
  }

  .xl\:text-fuchsia-500\/15{
    color: rgb(217 70 239 / 0.15);
  }

  .xl\:text-fuchsia-500\/20{
    color: rgb(217 70 239 / 0.2);
  }

  .xl\:text-fuchsia-500\/25{
    color: rgb(217 70 239 / 0.25);
  }

  .xl\:text-fuchsia-500\/30{
    color: rgb(217 70 239 / 0.3);
  }

  .xl\:text-fuchsia-500\/35{
    color: rgb(217 70 239 / 0.35);
  }

  .xl\:text-fuchsia-500\/40{
    color: rgb(217 70 239 / 0.4);
  }

  .xl\:text-fuchsia-500\/45{
    color: rgb(217 70 239 / 0.45);
  }

  .xl\:text-fuchsia-500\/5{
    color: rgb(217 70 239 / 0.05);
  }

  .xl\:text-fuchsia-500\/50{
    color: rgb(217 70 239 / 0.5);
  }

  .xl\:text-fuchsia-500\/55{
    color: rgb(217 70 239 / 0.55);
  }

  .xl\:text-fuchsia-500\/60{
    color: rgb(217 70 239 / 0.6);
  }

  .xl\:text-fuchsia-500\/65{
    color: rgb(217 70 239 / 0.65);
  }

  .xl\:text-fuchsia-500\/70{
    color: rgb(217 70 239 / 0.7);
  }

  .xl\:text-fuchsia-500\/75{
    color: rgb(217 70 239 / 0.75);
  }

  .xl\:text-fuchsia-500\/80{
    color: rgb(217 70 239 / 0.8);
  }

  .xl\:text-fuchsia-500\/85{
    color: rgb(217 70 239 / 0.85);
  }

  .xl\:text-fuchsia-500\/90{
    color: rgb(217 70 239 / 0.9);
  }

  .xl\:text-fuchsia-500\/95{
    color: rgb(217 70 239 / 0.95);
  }

  .xl\:text-fuchsia-600{
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-600\/0{
    color: rgb(192 38 211 / 0);
  }

  .xl\:text-fuchsia-600\/10{
    color: rgb(192 38 211 / 0.1);
  }

  .xl\:text-fuchsia-600\/100{
    color: rgb(192 38 211 / 1);
  }

  .xl\:text-fuchsia-600\/15{
    color: rgb(192 38 211 / 0.15);
  }

  .xl\:text-fuchsia-600\/20{
    color: rgb(192 38 211 / 0.2);
  }

  .xl\:text-fuchsia-600\/25{
    color: rgb(192 38 211 / 0.25);
  }

  .xl\:text-fuchsia-600\/30{
    color: rgb(192 38 211 / 0.3);
  }

  .xl\:text-fuchsia-600\/35{
    color: rgb(192 38 211 / 0.35);
  }

  .xl\:text-fuchsia-600\/40{
    color: rgb(192 38 211 / 0.4);
  }

  .xl\:text-fuchsia-600\/45{
    color: rgb(192 38 211 / 0.45);
  }

  .xl\:text-fuchsia-600\/5{
    color: rgb(192 38 211 / 0.05);
  }

  .xl\:text-fuchsia-600\/50{
    color: rgb(192 38 211 / 0.5);
  }

  .xl\:text-fuchsia-600\/55{
    color: rgb(192 38 211 / 0.55);
  }

  .xl\:text-fuchsia-600\/60{
    color: rgb(192 38 211 / 0.6);
  }

  .xl\:text-fuchsia-600\/65{
    color: rgb(192 38 211 / 0.65);
  }

  .xl\:text-fuchsia-600\/70{
    color: rgb(192 38 211 / 0.7);
  }

  .xl\:text-fuchsia-600\/75{
    color: rgb(192 38 211 / 0.75);
  }

  .xl\:text-fuchsia-600\/80{
    color: rgb(192 38 211 / 0.8);
  }

  .xl\:text-fuchsia-600\/85{
    color: rgb(192 38 211 / 0.85);
  }

  .xl\:text-fuchsia-600\/90{
    color: rgb(192 38 211 / 0.9);
  }

  .xl\:text-fuchsia-600\/95{
    color: rgb(192 38 211 / 0.95);
  }

  .xl\:text-fuchsia-700{
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-700\/0{
    color: rgb(162 28 175 / 0);
  }

  .xl\:text-fuchsia-700\/10{
    color: rgb(162 28 175 / 0.1);
  }

  .xl\:text-fuchsia-700\/100{
    color: rgb(162 28 175 / 1);
  }

  .xl\:text-fuchsia-700\/15{
    color: rgb(162 28 175 / 0.15);
  }

  .xl\:text-fuchsia-700\/20{
    color: rgb(162 28 175 / 0.2);
  }

  .xl\:text-fuchsia-700\/25{
    color: rgb(162 28 175 / 0.25);
  }

  .xl\:text-fuchsia-700\/30{
    color: rgb(162 28 175 / 0.3);
  }

  .xl\:text-fuchsia-700\/35{
    color: rgb(162 28 175 / 0.35);
  }

  .xl\:text-fuchsia-700\/40{
    color: rgb(162 28 175 / 0.4);
  }

  .xl\:text-fuchsia-700\/45{
    color: rgb(162 28 175 / 0.45);
  }

  .xl\:text-fuchsia-700\/5{
    color: rgb(162 28 175 / 0.05);
  }

  .xl\:text-fuchsia-700\/50{
    color: rgb(162 28 175 / 0.5);
  }

  .xl\:text-fuchsia-700\/55{
    color: rgb(162 28 175 / 0.55);
  }

  .xl\:text-fuchsia-700\/60{
    color: rgb(162 28 175 / 0.6);
  }

  .xl\:text-fuchsia-700\/65{
    color: rgb(162 28 175 / 0.65);
  }

  .xl\:text-fuchsia-700\/70{
    color: rgb(162 28 175 / 0.7);
  }

  .xl\:text-fuchsia-700\/75{
    color: rgb(162 28 175 / 0.75);
  }

  .xl\:text-fuchsia-700\/80{
    color: rgb(162 28 175 / 0.8);
  }

  .xl\:text-fuchsia-700\/85{
    color: rgb(162 28 175 / 0.85);
  }

  .xl\:text-fuchsia-700\/90{
    color: rgb(162 28 175 / 0.9);
  }

  .xl\:text-fuchsia-700\/95{
    color: rgb(162 28 175 / 0.95);
  }

  .xl\:text-fuchsia-800{
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-800\/0{
    color: rgb(134 25 143 / 0);
  }

  .xl\:text-fuchsia-800\/10{
    color: rgb(134 25 143 / 0.1);
  }

  .xl\:text-fuchsia-800\/100{
    color: rgb(134 25 143 / 1);
  }

  .xl\:text-fuchsia-800\/15{
    color: rgb(134 25 143 / 0.15);
  }

  .xl\:text-fuchsia-800\/20{
    color: rgb(134 25 143 / 0.2);
  }

  .xl\:text-fuchsia-800\/25{
    color: rgb(134 25 143 / 0.25);
  }

  .xl\:text-fuchsia-800\/30{
    color: rgb(134 25 143 / 0.3);
  }

  .xl\:text-fuchsia-800\/35{
    color: rgb(134 25 143 / 0.35);
  }

  .xl\:text-fuchsia-800\/40{
    color: rgb(134 25 143 / 0.4);
  }

  .xl\:text-fuchsia-800\/45{
    color: rgb(134 25 143 / 0.45);
  }

  .xl\:text-fuchsia-800\/5{
    color: rgb(134 25 143 / 0.05);
  }

  .xl\:text-fuchsia-800\/50{
    color: rgb(134 25 143 / 0.5);
  }

  .xl\:text-fuchsia-800\/55{
    color: rgb(134 25 143 / 0.55);
  }

  .xl\:text-fuchsia-800\/60{
    color: rgb(134 25 143 / 0.6);
  }

  .xl\:text-fuchsia-800\/65{
    color: rgb(134 25 143 / 0.65);
  }

  .xl\:text-fuchsia-800\/70{
    color: rgb(134 25 143 / 0.7);
  }

  .xl\:text-fuchsia-800\/75{
    color: rgb(134 25 143 / 0.75);
  }

  .xl\:text-fuchsia-800\/80{
    color: rgb(134 25 143 / 0.8);
  }

  .xl\:text-fuchsia-800\/85{
    color: rgb(134 25 143 / 0.85);
  }

  .xl\:text-fuchsia-800\/90{
    color: rgb(134 25 143 / 0.9);
  }

  .xl\:text-fuchsia-800\/95{
    color: rgb(134 25 143 / 0.95);
  }

  .xl\:text-fuchsia-900{
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-900\/0{
    color: rgb(112 26 117 / 0);
  }

  .xl\:text-fuchsia-900\/10{
    color: rgb(112 26 117 / 0.1);
  }

  .xl\:text-fuchsia-900\/100{
    color: rgb(112 26 117 / 1);
  }

  .xl\:text-fuchsia-900\/15{
    color: rgb(112 26 117 / 0.15);
  }

  .xl\:text-fuchsia-900\/20{
    color: rgb(112 26 117 / 0.2);
  }

  .xl\:text-fuchsia-900\/25{
    color: rgb(112 26 117 / 0.25);
  }

  .xl\:text-fuchsia-900\/30{
    color: rgb(112 26 117 / 0.3);
  }

  .xl\:text-fuchsia-900\/35{
    color: rgb(112 26 117 / 0.35);
  }

  .xl\:text-fuchsia-900\/40{
    color: rgb(112 26 117 / 0.4);
  }

  .xl\:text-fuchsia-900\/45{
    color: rgb(112 26 117 / 0.45);
  }

  .xl\:text-fuchsia-900\/5{
    color: rgb(112 26 117 / 0.05);
  }

  .xl\:text-fuchsia-900\/50{
    color: rgb(112 26 117 / 0.5);
  }

  .xl\:text-fuchsia-900\/55{
    color: rgb(112 26 117 / 0.55);
  }

  .xl\:text-fuchsia-900\/60{
    color: rgb(112 26 117 / 0.6);
  }

  .xl\:text-fuchsia-900\/65{
    color: rgb(112 26 117 / 0.65);
  }

  .xl\:text-fuchsia-900\/70{
    color: rgb(112 26 117 / 0.7);
  }

  .xl\:text-fuchsia-900\/75{
    color: rgb(112 26 117 / 0.75);
  }

  .xl\:text-fuchsia-900\/80{
    color: rgb(112 26 117 / 0.8);
  }

  .xl\:text-fuchsia-900\/85{
    color: rgb(112 26 117 / 0.85);
  }

  .xl\:text-fuchsia-900\/90{
    color: rgb(112 26 117 / 0.9);
  }

  .xl\:text-fuchsia-900\/95{
    color: rgb(112 26 117 / 0.95);
  }

  .xl\:text-fuchsia-950{
    --tw-text-opacity: 1;
    color: rgb(74 4 78 / var(--tw-text-opacity, 1));
  }

  .xl\:text-fuchsia-950\/0{
    color: rgb(74 4 78 / 0);
  }

  .xl\:text-fuchsia-950\/10{
    color: rgb(74 4 78 / 0.1);
  }

  .xl\:text-fuchsia-950\/100{
    color: rgb(74 4 78 / 1);
  }

  .xl\:text-fuchsia-950\/15{
    color: rgb(74 4 78 / 0.15);
  }

  .xl\:text-fuchsia-950\/20{
    color: rgb(74 4 78 / 0.2);
  }

  .xl\:text-fuchsia-950\/25{
    color: rgb(74 4 78 / 0.25);
  }

  .xl\:text-fuchsia-950\/30{
    color: rgb(74 4 78 / 0.3);
  }

  .xl\:text-fuchsia-950\/35{
    color: rgb(74 4 78 / 0.35);
  }

  .xl\:text-fuchsia-950\/40{
    color: rgb(74 4 78 / 0.4);
  }

  .xl\:text-fuchsia-950\/45{
    color: rgb(74 4 78 / 0.45);
  }

  .xl\:text-fuchsia-950\/5{
    color: rgb(74 4 78 / 0.05);
  }

  .xl\:text-fuchsia-950\/50{
    color: rgb(74 4 78 / 0.5);
  }

  .xl\:text-fuchsia-950\/55{
    color: rgb(74 4 78 / 0.55);
  }

  .xl\:text-fuchsia-950\/60{
    color: rgb(74 4 78 / 0.6);
  }

  .xl\:text-fuchsia-950\/65{
    color: rgb(74 4 78 / 0.65);
  }

  .xl\:text-fuchsia-950\/70{
    color: rgb(74 4 78 / 0.7);
  }

  .xl\:text-fuchsia-950\/75{
    color: rgb(74 4 78 / 0.75);
  }

  .xl\:text-fuchsia-950\/80{
    color: rgb(74 4 78 / 0.8);
  }

  .xl\:text-fuchsia-950\/85{
    color: rgb(74 4 78 / 0.85);
  }

  .xl\:text-fuchsia-950\/90{
    color: rgb(74 4 78 / 0.9);
  }

  .xl\:text-fuchsia-950\/95{
    color: rgb(74 4 78 / 0.95);
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-100\/0{
    color: rgb(243 244 246 / 0);
  }

  .xl\:text-gray-100\/10{
    color: rgb(243 244 246 / 0.1);
  }

  .xl\:text-gray-100\/100{
    color: rgb(243 244 246 / 1);
  }

  .xl\:text-gray-100\/15{
    color: rgb(243 244 246 / 0.15);
  }

  .xl\:text-gray-100\/20{
    color: rgb(243 244 246 / 0.2);
  }

  .xl\:text-gray-100\/25{
    color: rgb(243 244 246 / 0.25);
  }

  .xl\:text-gray-100\/30{
    color: rgb(243 244 246 / 0.3);
  }

  .xl\:text-gray-100\/35{
    color: rgb(243 244 246 / 0.35);
  }

  .xl\:text-gray-100\/40{
    color: rgb(243 244 246 / 0.4);
  }

  .xl\:text-gray-100\/45{
    color: rgb(243 244 246 / 0.45);
  }

  .xl\:text-gray-100\/5{
    color: rgb(243 244 246 / 0.05);
  }

  .xl\:text-gray-100\/50{
    color: rgb(243 244 246 / 0.5);
  }

  .xl\:text-gray-100\/55{
    color: rgb(243 244 246 / 0.55);
  }

  .xl\:text-gray-100\/60{
    color: rgb(243 244 246 / 0.6);
  }

  .xl\:text-gray-100\/65{
    color: rgb(243 244 246 / 0.65);
  }

  .xl\:text-gray-100\/70{
    color: rgb(243 244 246 / 0.7);
  }

  .xl\:text-gray-100\/75{
    color: rgb(243 244 246 / 0.75);
  }

  .xl\:text-gray-100\/80{
    color: rgb(243 244 246 / 0.8);
  }

  .xl\:text-gray-100\/85{
    color: rgb(243 244 246 / 0.85);
  }

  .xl\:text-gray-100\/90{
    color: rgb(243 244 246 / 0.9);
  }

  .xl\:text-gray-100\/95{
    color: rgb(243 244 246 / 0.95);
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-200\/0{
    color: rgb(229 231 235 / 0);
  }

  .xl\:text-gray-200\/10{
    color: rgb(229 231 235 / 0.1);
  }

  .xl\:text-gray-200\/100{
    color: rgb(229 231 235 / 1);
  }

  .xl\:text-gray-200\/15{
    color: rgb(229 231 235 / 0.15);
  }

  .xl\:text-gray-200\/20{
    color: rgb(229 231 235 / 0.2);
  }

  .xl\:text-gray-200\/25{
    color: rgb(229 231 235 / 0.25);
  }

  .xl\:text-gray-200\/30{
    color: rgb(229 231 235 / 0.3);
  }

  .xl\:text-gray-200\/35{
    color: rgb(229 231 235 / 0.35);
  }

  .xl\:text-gray-200\/40{
    color: rgb(229 231 235 / 0.4);
  }

  .xl\:text-gray-200\/45{
    color: rgb(229 231 235 / 0.45);
  }

  .xl\:text-gray-200\/5{
    color: rgb(229 231 235 / 0.05);
  }

  .xl\:text-gray-200\/50{
    color: rgb(229 231 235 / 0.5);
  }

  .xl\:text-gray-200\/55{
    color: rgb(229 231 235 / 0.55);
  }

  .xl\:text-gray-200\/60{
    color: rgb(229 231 235 / 0.6);
  }

  .xl\:text-gray-200\/65{
    color: rgb(229 231 235 / 0.65);
  }

  .xl\:text-gray-200\/70{
    color: rgb(229 231 235 / 0.7);
  }

  .xl\:text-gray-200\/75{
    color: rgb(229 231 235 / 0.75);
  }

  .xl\:text-gray-200\/80{
    color: rgb(229 231 235 / 0.8);
  }

  .xl\:text-gray-200\/85{
    color: rgb(229 231 235 / 0.85);
  }

  .xl\:text-gray-200\/90{
    color: rgb(229 231 235 / 0.9);
  }

  .xl\:text-gray-200\/95{
    color: rgb(229 231 235 / 0.95);
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-300\/0{
    color: rgb(209 213 219 / 0);
  }

  .xl\:text-gray-300\/10{
    color: rgb(209 213 219 / 0.1);
  }

  .xl\:text-gray-300\/100{
    color: rgb(209 213 219 / 1);
  }

  .xl\:text-gray-300\/15{
    color: rgb(209 213 219 / 0.15);
  }

  .xl\:text-gray-300\/20{
    color: rgb(209 213 219 / 0.2);
  }

  .xl\:text-gray-300\/25{
    color: rgb(209 213 219 / 0.25);
  }

  .xl\:text-gray-300\/30{
    color: rgb(209 213 219 / 0.3);
  }

  .xl\:text-gray-300\/35{
    color: rgb(209 213 219 / 0.35);
  }

  .xl\:text-gray-300\/40{
    color: rgb(209 213 219 / 0.4);
  }

  .xl\:text-gray-300\/45{
    color: rgb(209 213 219 / 0.45);
  }

  .xl\:text-gray-300\/5{
    color: rgb(209 213 219 / 0.05);
  }

  .xl\:text-gray-300\/50{
    color: rgb(209 213 219 / 0.5);
  }

  .xl\:text-gray-300\/55{
    color: rgb(209 213 219 / 0.55);
  }

  .xl\:text-gray-300\/60{
    color: rgb(209 213 219 / 0.6);
  }

  .xl\:text-gray-300\/65{
    color: rgb(209 213 219 / 0.65);
  }

  .xl\:text-gray-300\/70{
    color: rgb(209 213 219 / 0.7);
  }

  .xl\:text-gray-300\/75{
    color: rgb(209 213 219 / 0.75);
  }

  .xl\:text-gray-300\/80{
    color: rgb(209 213 219 / 0.8);
  }

  .xl\:text-gray-300\/85{
    color: rgb(209 213 219 / 0.85);
  }

  .xl\:text-gray-300\/90{
    color: rgb(209 213 219 / 0.9);
  }

  .xl\:text-gray-300\/95{
    color: rgb(209 213 219 / 0.95);
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-400\/0{
    color: rgb(156 163 175 / 0);
  }

  .xl\:text-gray-400\/10{
    color: rgb(156 163 175 / 0.1);
  }

  .xl\:text-gray-400\/100{
    color: rgb(156 163 175 / 1);
  }

  .xl\:text-gray-400\/15{
    color: rgb(156 163 175 / 0.15);
  }

  .xl\:text-gray-400\/20{
    color: rgb(156 163 175 / 0.2);
  }

  .xl\:text-gray-400\/25{
    color: rgb(156 163 175 / 0.25);
  }

  .xl\:text-gray-400\/30{
    color: rgb(156 163 175 / 0.3);
  }

  .xl\:text-gray-400\/35{
    color: rgb(156 163 175 / 0.35);
  }

  .xl\:text-gray-400\/40{
    color: rgb(156 163 175 / 0.4);
  }

  .xl\:text-gray-400\/45{
    color: rgb(156 163 175 / 0.45);
  }

  .xl\:text-gray-400\/5{
    color: rgb(156 163 175 / 0.05);
  }

  .xl\:text-gray-400\/50{
    color: rgb(156 163 175 / 0.5);
  }

  .xl\:text-gray-400\/55{
    color: rgb(156 163 175 / 0.55);
  }

  .xl\:text-gray-400\/60{
    color: rgb(156 163 175 / 0.6);
  }

  .xl\:text-gray-400\/65{
    color: rgb(156 163 175 / 0.65);
  }

  .xl\:text-gray-400\/70{
    color: rgb(156 163 175 / 0.7);
  }

  .xl\:text-gray-400\/75{
    color: rgb(156 163 175 / 0.75);
  }

  .xl\:text-gray-400\/80{
    color: rgb(156 163 175 / 0.8);
  }

  .xl\:text-gray-400\/85{
    color: rgb(156 163 175 / 0.85);
  }

  .xl\:text-gray-400\/90{
    color: rgb(156 163 175 / 0.9);
  }

  .xl\:text-gray-400\/95{
    color: rgb(156 163 175 / 0.95);
  }

  .xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-50\/0{
    color: rgb(249 250 251 / 0);
  }

  .xl\:text-gray-50\/10{
    color: rgb(249 250 251 / 0.1);
  }

  .xl\:text-gray-50\/100{
    color: rgb(249 250 251 / 1);
  }

  .xl\:text-gray-50\/15{
    color: rgb(249 250 251 / 0.15);
  }

  .xl\:text-gray-50\/20{
    color: rgb(249 250 251 / 0.2);
  }

  .xl\:text-gray-50\/25{
    color: rgb(249 250 251 / 0.25);
  }

  .xl\:text-gray-50\/30{
    color: rgb(249 250 251 / 0.3);
  }

  .xl\:text-gray-50\/35{
    color: rgb(249 250 251 / 0.35);
  }

  .xl\:text-gray-50\/40{
    color: rgb(249 250 251 / 0.4);
  }

  .xl\:text-gray-50\/45{
    color: rgb(249 250 251 / 0.45);
  }

  .xl\:text-gray-50\/5{
    color: rgb(249 250 251 / 0.05);
  }

  .xl\:text-gray-50\/50{
    color: rgb(249 250 251 / 0.5);
  }

  .xl\:text-gray-50\/55{
    color: rgb(249 250 251 / 0.55);
  }

  .xl\:text-gray-50\/60{
    color: rgb(249 250 251 / 0.6);
  }

  .xl\:text-gray-50\/65{
    color: rgb(249 250 251 / 0.65);
  }

  .xl\:text-gray-50\/70{
    color: rgb(249 250 251 / 0.7);
  }

  .xl\:text-gray-50\/75{
    color: rgb(249 250 251 / 0.75);
  }

  .xl\:text-gray-50\/80{
    color: rgb(249 250 251 / 0.8);
  }

  .xl\:text-gray-50\/85{
    color: rgb(249 250 251 / 0.85);
  }

  .xl\:text-gray-50\/90{
    color: rgb(249 250 251 / 0.9);
  }

  .xl\:text-gray-50\/95{
    color: rgb(249 250 251 / 0.95);
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-500\/0{
    color: rgb(107 114 128 / 0);
  }

  .xl\:text-gray-500\/10{
    color: rgb(107 114 128 / 0.1);
  }

  .xl\:text-gray-500\/100{
    color: rgb(107 114 128 / 1);
  }

  .xl\:text-gray-500\/15{
    color: rgb(107 114 128 / 0.15);
  }

  .xl\:text-gray-500\/20{
    color: rgb(107 114 128 / 0.2);
  }

  .xl\:text-gray-500\/25{
    color: rgb(107 114 128 / 0.25);
  }

  .xl\:text-gray-500\/30{
    color: rgb(107 114 128 / 0.3);
  }

  .xl\:text-gray-500\/35{
    color: rgb(107 114 128 / 0.35);
  }

  .xl\:text-gray-500\/40{
    color: rgb(107 114 128 / 0.4);
  }

  .xl\:text-gray-500\/45{
    color: rgb(107 114 128 / 0.45);
  }

  .xl\:text-gray-500\/5{
    color: rgb(107 114 128 / 0.05);
  }

  .xl\:text-gray-500\/50{
    color: rgb(107 114 128 / 0.5);
  }

  .xl\:text-gray-500\/55{
    color: rgb(107 114 128 / 0.55);
  }

  .xl\:text-gray-500\/60{
    color: rgb(107 114 128 / 0.6);
  }

  .xl\:text-gray-500\/65{
    color: rgb(107 114 128 / 0.65);
  }

  .xl\:text-gray-500\/70{
    color: rgb(107 114 128 / 0.7);
  }

  .xl\:text-gray-500\/75{
    color: rgb(107 114 128 / 0.75);
  }

  .xl\:text-gray-500\/80{
    color: rgb(107 114 128 / 0.8);
  }

  .xl\:text-gray-500\/85{
    color: rgb(107 114 128 / 0.85);
  }

  .xl\:text-gray-500\/90{
    color: rgb(107 114 128 / 0.9);
  }

  .xl\:text-gray-500\/95{
    color: rgb(107 114 128 / 0.95);
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-600\/0{
    color: rgb(75 85 99 / 0);
  }

  .xl\:text-gray-600\/10{
    color: rgb(75 85 99 / 0.1);
  }

  .xl\:text-gray-600\/100{
    color: rgb(75 85 99 / 1);
  }

  .xl\:text-gray-600\/15{
    color: rgb(75 85 99 / 0.15);
  }

  .xl\:text-gray-600\/20{
    color: rgb(75 85 99 / 0.2);
  }

  .xl\:text-gray-600\/25{
    color: rgb(75 85 99 / 0.25);
  }

  .xl\:text-gray-600\/30{
    color: rgb(75 85 99 / 0.3);
  }

  .xl\:text-gray-600\/35{
    color: rgb(75 85 99 / 0.35);
  }

  .xl\:text-gray-600\/40{
    color: rgb(75 85 99 / 0.4);
  }

  .xl\:text-gray-600\/45{
    color: rgb(75 85 99 / 0.45);
  }

  .xl\:text-gray-600\/5{
    color: rgb(75 85 99 / 0.05);
  }

  .xl\:text-gray-600\/50{
    color: rgb(75 85 99 / 0.5);
  }

  .xl\:text-gray-600\/55{
    color: rgb(75 85 99 / 0.55);
  }

  .xl\:text-gray-600\/60{
    color: rgb(75 85 99 / 0.6);
  }

  .xl\:text-gray-600\/65{
    color: rgb(75 85 99 / 0.65);
  }

  .xl\:text-gray-600\/70{
    color: rgb(75 85 99 / 0.7);
  }

  .xl\:text-gray-600\/75{
    color: rgb(75 85 99 / 0.75);
  }

  .xl\:text-gray-600\/80{
    color: rgb(75 85 99 / 0.8);
  }

  .xl\:text-gray-600\/85{
    color: rgb(75 85 99 / 0.85);
  }

  .xl\:text-gray-600\/90{
    color: rgb(75 85 99 / 0.9);
  }

  .xl\:text-gray-600\/95{
    color: rgb(75 85 99 / 0.95);
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-700\/0{
    color: rgb(55 65 81 / 0);
  }

  .xl\:text-gray-700\/10{
    color: rgb(55 65 81 / 0.1);
  }

  .xl\:text-gray-700\/100{
    color: rgb(55 65 81 / 1);
  }

  .xl\:text-gray-700\/15{
    color: rgb(55 65 81 / 0.15);
  }

  .xl\:text-gray-700\/20{
    color: rgb(55 65 81 / 0.2);
  }

  .xl\:text-gray-700\/25{
    color: rgb(55 65 81 / 0.25);
  }

  .xl\:text-gray-700\/30{
    color: rgb(55 65 81 / 0.3);
  }

  .xl\:text-gray-700\/35{
    color: rgb(55 65 81 / 0.35);
  }

  .xl\:text-gray-700\/40{
    color: rgb(55 65 81 / 0.4);
  }

  .xl\:text-gray-700\/45{
    color: rgb(55 65 81 / 0.45);
  }

  .xl\:text-gray-700\/5{
    color: rgb(55 65 81 / 0.05);
  }

  .xl\:text-gray-700\/50{
    color: rgb(55 65 81 / 0.5);
  }

  .xl\:text-gray-700\/55{
    color: rgb(55 65 81 / 0.55);
  }

  .xl\:text-gray-700\/60{
    color: rgb(55 65 81 / 0.6);
  }

  .xl\:text-gray-700\/65{
    color: rgb(55 65 81 / 0.65);
  }

  .xl\:text-gray-700\/70{
    color: rgb(55 65 81 / 0.7);
  }

  .xl\:text-gray-700\/75{
    color: rgb(55 65 81 / 0.75);
  }

  .xl\:text-gray-700\/80{
    color: rgb(55 65 81 / 0.8);
  }

  .xl\:text-gray-700\/85{
    color: rgb(55 65 81 / 0.85);
  }

  .xl\:text-gray-700\/90{
    color: rgb(55 65 81 / 0.9);
  }

  .xl\:text-gray-700\/95{
    color: rgb(55 65 81 / 0.95);
  }

  .xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-800\/0{
    color: rgb(31 41 55 / 0);
  }

  .xl\:text-gray-800\/10{
    color: rgb(31 41 55 / 0.1);
  }

  .xl\:text-gray-800\/100{
    color: rgb(31 41 55 / 1);
  }

  .xl\:text-gray-800\/15{
    color: rgb(31 41 55 / 0.15);
  }

  .xl\:text-gray-800\/20{
    color: rgb(31 41 55 / 0.2);
  }

  .xl\:text-gray-800\/25{
    color: rgb(31 41 55 / 0.25);
  }

  .xl\:text-gray-800\/30{
    color: rgb(31 41 55 / 0.3);
  }

  .xl\:text-gray-800\/35{
    color: rgb(31 41 55 / 0.35);
  }

  .xl\:text-gray-800\/40{
    color: rgb(31 41 55 / 0.4);
  }

  .xl\:text-gray-800\/45{
    color: rgb(31 41 55 / 0.45);
  }

  .xl\:text-gray-800\/5{
    color: rgb(31 41 55 / 0.05);
  }

  .xl\:text-gray-800\/50{
    color: rgb(31 41 55 / 0.5);
  }

  .xl\:text-gray-800\/55{
    color: rgb(31 41 55 / 0.55);
  }

  .xl\:text-gray-800\/60{
    color: rgb(31 41 55 / 0.6);
  }

  .xl\:text-gray-800\/65{
    color: rgb(31 41 55 / 0.65);
  }

  .xl\:text-gray-800\/70{
    color: rgb(31 41 55 / 0.7);
  }

  .xl\:text-gray-800\/75{
    color: rgb(31 41 55 / 0.75);
  }

  .xl\:text-gray-800\/80{
    color: rgb(31 41 55 / 0.8);
  }

  .xl\:text-gray-800\/85{
    color: rgb(31 41 55 / 0.85);
  }

  .xl\:text-gray-800\/90{
    color: rgb(31 41 55 / 0.9);
  }

  .xl\:text-gray-800\/95{
    color: rgb(31 41 55 / 0.95);
  }

  .xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-900\/0{
    color: rgb(17 24 39 / 0);
  }

  .xl\:text-gray-900\/10{
    color: rgb(17 24 39 / 0.1);
  }

  .xl\:text-gray-900\/100{
    color: rgb(17 24 39 / 1);
  }

  .xl\:text-gray-900\/15{
    color: rgb(17 24 39 / 0.15);
  }

  .xl\:text-gray-900\/20{
    color: rgb(17 24 39 / 0.2);
  }

  .xl\:text-gray-900\/25{
    color: rgb(17 24 39 / 0.25);
  }

  .xl\:text-gray-900\/30{
    color: rgb(17 24 39 / 0.3);
  }

  .xl\:text-gray-900\/35{
    color: rgb(17 24 39 / 0.35);
  }

  .xl\:text-gray-900\/40{
    color: rgb(17 24 39 / 0.4);
  }

  .xl\:text-gray-900\/45{
    color: rgb(17 24 39 / 0.45);
  }

  .xl\:text-gray-900\/5{
    color: rgb(17 24 39 / 0.05);
  }

  .xl\:text-gray-900\/50{
    color: rgb(17 24 39 / 0.5);
  }

  .xl\:text-gray-900\/55{
    color: rgb(17 24 39 / 0.55);
  }

  .xl\:text-gray-900\/60{
    color: rgb(17 24 39 / 0.6);
  }

  .xl\:text-gray-900\/65{
    color: rgb(17 24 39 / 0.65);
  }

  .xl\:text-gray-900\/70{
    color: rgb(17 24 39 / 0.7);
  }

  .xl\:text-gray-900\/75{
    color: rgb(17 24 39 / 0.75);
  }

  .xl\:text-gray-900\/80{
    color: rgb(17 24 39 / 0.8);
  }

  .xl\:text-gray-900\/85{
    color: rgb(17 24 39 / 0.85);
  }

  .xl\:text-gray-900\/90{
    color: rgb(17 24 39 / 0.9);
  }

  .xl\:text-gray-900\/95{
    color: rgb(17 24 39 / 0.95);
  }

  .xl\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }

  .xl\:text-gray-950\/0{
    color: rgb(3 7 18 / 0);
  }

  .xl\:text-gray-950\/10{
    color: rgb(3 7 18 / 0.1);
  }

  .xl\:text-gray-950\/100{
    color: rgb(3 7 18 / 1);
  }

  .xl\:text-gray-950\/15{
    color: rgb(3 7 18 / 0.15);
  }

  .xl\:text-gray-950\/20{
    color: rgb(3 7 18 / 0.2);
  }

  .xl\:text-gray-950\/25{
    color: rgb(3 7 18 / 0.25);
  }

  .xl\:text-gray-950\/30{
    color: rgb(3 7 18 / 0.3);
  }

  .xl\:text-gray-950\/35{
    color: rgb(3 7 18 / 0.35);
  }

  .xl\:text-gray-950\/40{
    color: rgb(3 7 18 / 0.4);
  }

  .xl\:text-gray-950\/45{
    color: rgb(3 7 18 / 0.45);
  }

  .xl\:text-gray-950\/5{
    color: rgb(3 7 18 / 0.05);
  }

  .xl\:text-gray-950\/50{
    color: rgb(3 7 18 / 0.5);
  }

  .xl\:text-gray-950\/55{
    color: rgb(3 7 18 / 0.55);
  }

  .xl\:text-gray-950\/60{
    color: rgb(3 7 18 / 0.6);
  }

  .xl\:text-gray-950\/65{
    color: rgb(3 7 18 / 0.65);
  }

  .xl\:text-gray-950\/70{
    color: rgb(3 7 18 / 0.7);
  }

  .xl\:text-gray-950\/75{
    color: rgb(3 7 18 / 0.75);
  }

  .xl\:text-gray-950\/80{
    color: rgb(3 7 18 / 0.8);
  }

  .xl\:text-gray-950\/85{
    color: rgb(3 7 18 / 0.85);
  }

  .xl\:text-gray-950\/90{
    color: rgb(3 7 18 / 0.9);
  }

  .xl\:text-gray-950\/95{
    color: rgb(3 7 18 / 0.95);
  }

  .xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-100\/0{
    color: rgb(220 252 231 / 0);
  }

  .xl\:text-green-100\/10{
    color: rgb(220 252 231 / 0.1);
  }

  .xl\:text-green-100\/100{
    color: rgb(220 252 231 / 1);
  }

  .xl\:text-green-100\/15{
    color: rgb(220 252 231 / 0.15);
  }

  .xl\:text-green-100\/20{
    color: rgb(220 252 231 / 0.2);
  }

  .xl\:text-green-100\/25{
    color: rgb(220 252 231 / 0.25);
  }

  .xl\:text-green-100\/30{
    color: rgb(220 252 231 / 0.3);
  }

  .xl\:text-green-100\/35{
    color: rgb(220 252 231 / 0.35);
  }

  .xl\:text-green-100\/40{
    color: rgb(220 252 231 / 0.4);
  }

  .xl\:text-green-100\/45{
    color: rgb(220 252 231 / 0.45);
  }

  .xl\:text-green-100\/5{
    color: rgb(220 252 231 / 0.05);
  }

  .xl\:text-green-100\/50{
    color: rgb(220 252 231 / 0.5);
  }

  .xl\:text-green-100\/55{
    color: rgb(220 252 231 / 0.55);
  }

  .xl\:text-green-100\/60{
    color: rgb(220 252 231 / 0.6);
  }

  .xl\:text-green-100\/65{
    color: rgb(220 252 231 / 0.65);
  }

  .xl\:text-green-100\/70{
    color: rgb(220 252 231 / 0.7);
  }

  .xl\:text-green-100\/75{
    color: rgb(220 252 231 / 0.75);
  }

  .xl\:text-green-100\/80{
    color: rgb(220 252 231 / 0.8);
  }

  .xl\:text-green-100\/85{
    color: rgb(220 252 231 / 0.85);
  }

  .xl\:text-green-100\/90{
    color: rgb(220 252 231 / 0.9);
  }

  .xl\:text-green-100\/95{
    color: rgb(220 252 231 / 0.95);
  }

  .xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-200\/0{
    color: rgb(187 247 208 / 0);
  }

  .xl\:text-green-200\/10{
    color: rgb(187 247 208 / 0.1);
  }

  .xl\:text-green-200\/100{
    color: rgb(187 247 208 / 1);
  }

  .xl\:text-green-200\/15{
    color: rgb(187 247 208 / 0.15);
  }

  .xl\:text-green-200\/20{
    color: rgb(187 247 208 / 0.2);
  }

  .xl\:text-green-200\/25{
    color: rgb(187 247 208 / 0.25);
  }

  .xl\:text-green-200\/30{
    color: rgb(187 247 208 / 0.3);
  }

  .xl\:text-green-200\/35{
    color: rgb(187 247 208 / 0.35);
  }

  .xl\:text-green-200\/40{
    color: rgb(187 247 208 / 0.4);
  }

  .xl\:text-green-200\/45{
    color: rgb(187 247 208 / 0.45);
  }

  .xl\:text-green-200\/5{
    color: rgb(187 247 208 / 0.05);
  }

  .xl\:text-green-200\/50{
    color: rgb(187 247 208 / 0.5);
  }

  .xl\:text-green-200\/55{
    color: rgb(187 247 208 / 0.55);
  }

  .xl\:text-green-200\/60{
    color: rgb(187 247 208 / 0.6);
  }

  .xl\:text-green-200\/65{
    color: rgb(187 247 208 / 0.65);
  }

  .xl\:text-green-200\/70{
    color: rgb(187 247 208 / 0.7);
  }

  .xl\:text-green-200\/75{
    color: rgb(187 247 208 / 0.75);
  }

  .xl\:text-green-200\/80{
    color: rgb(187 247 208 / 0.8);
  }

  .xl\:text-green-200\/85{
    color: rgb(187 247 208 / 0.85);
  }

  .xl\:text-green-200\/90{
    color: rgb(187 247 208 / 0.9);
  }

  .xl\:text-green-200\/95{
    color: rgb(187 247 208 / 0.95);
  }

  .xl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-300\/0{
    color: rgb(134 239 172 / 0);
  }

  .xl\:text-green-300\/10{
    color: rgb(134 239 172 / 0.1);
  }

  .xl\:text-green-300\/100{
    color: rgb(134 239 172 / 1);
  }

  .xl\:text-green-300\/15{
    color: rgb(134 239 172 / 0.15);
  }

  .xl\:text-green-300\/20{
    color: rgb(134 239 172 / 0.2);
  }

  .xl\:text-green-300\/25{
    color: rgb(134 239 172 / 0.25);
  }

  .xl\:text-green-300\/30{
    color: rgb(134 239 172 / 0.3);
  }

  .xl\:text-green-300\/35{
    color: rgb(134 239 172 / 0.35);
  }

  .xl\:text-green-300\/40{
    color: rgb(134 239 172 / 0.4);
  }

  .xl\:text-green-300\/45{
    color: rgb(134 239 172 / 0.45);
  }

  .xl\:text-green-300\/5{
    color: rgb(134 239 172 / 0.05);
  }

  .xl\:text-green-300\/50{
    color: rgb(134 239 172 / 0.5);
  }

  .xl\:text-green-300\/55{
    color: rgb(134 239 172 / 0.55);
  }

  .xl\:text-green-300\/60{
    color: rgb(134 239 172 / 0.6);
  }

  .xl\:text-green-300\/65{
    color: rgb(134 239 172 / 0.65);
  }

  .xl\:text-green-300\/70{
    color: rgb(134 239 172 / 0.7);
  }

  .xl\:text-green-300\/75{
    color: rgb(134 239 172 / 0.75);
  }

  .xl\:text-green-300\/80{
    color: rgb(134 239 172 / 0.8);
  }

  .xl\:text-green-300\/85{
    color: rgb(134 239 172 / 0.85);
  }

  .xl\:text-green-300\/90{
    color: rgb(134 239 172 / 0.9);
  }

  .xl\:text-green-300\/95{
    color: rgb(134 239 172 / 0.95);
  }

  .xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-400\/0{
    color: rgb(74 222 128 / 0);
  }

  .xl\:text-green-400\/10{
    color: rgb(74 222 128 / 0.1);
  }

  .xl\:text-green-400\/100{
    color: rgb(74 222 128 / 1);
  }

  .xl\:text-green-400\/15{
    color: rgb(74 222 128 / 0.15);
  }

  .xl\:text-green-400\/20{
    color: rgb(74 222 128 / 0.2);
  }

  .xl\:text-green-400\/25{
    color: rgb(74 222 128 / 0.25);
  }

  .xl\:text-green-400\/30{
    color: rgb(74 222 128 / 0.3);
  }

  .xl\:text-green-400\/35{
    color: rgb(74 222 128 / 0.35);
  }

  .xl\:text-green-400\/40{
    color: rgb(74 222 128 / 0.4);
  }

  .xl\:text-green-400\/45{
    color: rgb(74 222 128 / 0.45);
  }

  .xl\:text-green-400\/5{
    color: rgb(74 222 128 / 0.05);
  }

  .xl\:text-green-400\/50{
    color: rgb(74 222 128 / 0.5);
  }

  .xl\:text-green-400\/55{
    color: rgb(74 222 128 / 0.55);
  }

  .xl\:text-green-400\/60{
    color: rgb(74 222 128 / 0.6);
  }

  .xl\:text-green-400\/65{
    color: rgb(74 222 128 / 0.65);
  }

  .xl\:text-green-400\/70{
    color: rgb(74 222 128 / 0.7);
  }

  .xl\:text-green-400\/75{
    color: rgb(74 222 128 / 0.75);
  }

  .xl\:text-green-400\/80{
    color: rgb(74 222 128 / 0.8);
  }

  .xl\:text-green-400\/85{
    color: rgb(74 222 128 / 0.85);
  }

  .xl\:text-green-400\/90{
    color: rgb(74 222 128 / 0.9);
  }

  .xl\:text-green-400\/95{
    color: rgb(74 222 128 / 0.95);
  }

  .xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-50\/0{
    color: rgb(240 253 244 / 0);
  }

  .xl\:text-green-50\/10{
    color: rgb(240 253 244 / 0.1);
  }

  .xl\:text-green-50\/100{
    color: rgb(240 253 244 / 1);
  }

  .xl\:text-green-50\/15{
    color: rgb(240 253 244 / 0.15);
  }

  .xl\:text-green-50\/20{
    color: rgb(240 253 244 / 0.2);
  }

  .xl\:text-green-50\/25{
    color: rgb(240 253 244 / 0.25);
  }

  .xl\:text-green-50\/30{
    color: rgb(240 253 244 / 0.3);
  }

  .xl\:text-green-50\/35{
    color: rgb(240 253 244 / 0.35);
  }

  .xl\:text-green-50\/40{
    color: rgb(240 253 244 / 0.4);
  }

  .xl\:text-green-50\/45{
    color: rgb(240 253 244 / 0.45);
  }

  .xl\:text-green-50\/5{
    color: rgb(240 253 244 / 0.05);
  }

  .xl\:text-green-50\/50{
    color: rgb(240 253 244 / 0.5);
  }

  .xl\:text-green-50\/55{
    color: rgb(240 253 244 / 0.55);
  }

  .xl\:text-green-50\/60{
    color: rgb(240 253 244 / 0.6);
  }

  .xl\:text-green-50\/65{
    color: rgb(240 253 244 / 0.65);
  }

  .xl\:text-green-50\/70{
    color: rgb(240 253 244 / 0.7);
  }

  .xl\:text-green-50\/75{
    color: rgb(240 253 244 / 0.75);
  }

  .xl\:text-green-50\/80{
    color: rgb(240 253 244 / 0.8);
  }

  .xl\:text-green-50\/85{
    color: rgb(240 253 244 / 0.85);
  }

  .xl\:text-green-50\/90{
    color: rgb(240 253 244 / 0.9);
  }

  .xl\:text-green-50\/95{
    color: rgb(240 253 244 / 0.95);
  }

  .xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-500\/0{
    color: rgb(34 197 94 / 0);
  }

  .xl\:text-green-500\/10{
    color: rgb(34 197 94 / 0.1);
  }

  .xl\:text-green-500\/100{
    color: rgb(34 197 94 / 1);
  }

  .xl\:text-green-500\/15{
    color: rgb(34 197 94 / 0.15);
  }

  .xl\:text-green-500\/20{
    color: rgb(34 197 94 / 0.2);
  }

  .xl\:text-green-500\/25{
    color: rgb(34 197 94 / 0.25);
  }

  .xl\:text-green-500\/30{
    color: rgb(34 197 94 / 0.3);
  }

  .xl\:text-green-500\/35{
    color: rgb(34 197 94 / 0.35);
  }

  .xl\:text-green-500\/40{
    color: rgb(34 197 94 / 0.4);
  }

  .xl\:text-green-500\/45{
    color: rgb(34 197 94 / 0.45);
  }

  .xl\:text-green-500\/5{
    color: rgb(34 197 94 / 0.05);
  }

  .xl\:text-green-500\/50{
    color: rgb(34 197 94 / 0.5);
  }

  .xl\:text-green-500\/55{
    color: rgb(34 197 94 / 0.55);
  }

  .xl\:text-green-500\/60{
    color: rgb(34 197 94 / 0.6);
  }

  .xl\:text-green-500\/65{
    color: rgb(34 197 94 / 0.65);
  }

  .xl\:text-green-500\/70{
    color: rgb(34 197 94 / 0.7);
  }

  .xl\:text-green-500\/75{
    color: rgb(34 197 94 / 0.75);
  }

  .xl\:text-green-500\/80{
    color: rgb(34 197 94 / 0.8);
  }

  .xl\:text-green-500\/85{
    color: rgb(34 197 94 / 0.85);
  }

  .xl\:text-green-500\/90{
    color: rgb(34 197 94 / 0.9);
  }

  .xl\:text-green-500\/95{
    color: rgb(34 197 94 / 0.95);
  }

  .xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-600\/0{
    color: rgb(22 163 74 / 0);
  }

  .xl\:text-green-600\/10{
    color: rgb(22 163 74 / 0.1);
  }

  .xl\:text-green-600\/100{
    color: rgb(22 163 74 / 1);
  }

  .xl\:text-green-600\/15{
    color: rgb(22 163 74 / 0.15);
  }

  .xl\:text-green-600\/20{
    color: rgb(22 163 74 / 0.2);
  }

  .xl\:text-green-600\/25{
    color: rgb(22 163 74 / 0.25);
  }

  .xl\:text-green-600\/30{
    color: rgb(22 163 74 / 0.3);
  }

  .xl\:text-green-600\/35{
    color: rgb(22 163 74 / 0.35);
  }

  .xl\:text-green-600\/40{
    color: rgb(22 163 74 / 0.4);
  }

  .xl\:text-green-600\/45{
    color: rgb(22 163 74 / 0.45);
  }

  .xl\:text-green-600\/5{
    color: rgb(22 163 74 / 0.05);
  }

  .xl\:text-green-600\/50{
    color: rgb(22 163 74 / 0.5);
  }

  .xl\:text-green-600\/55{
    color: rgb(22 163 74 / 0.55);
  }

  .xl\:text-green-600\/60{
    color: rgb(22 163 74 / 0.6);
  }

  .xl\:text-green-600\/65{
    color: rgb(22 163 74 / 0.65);
  }

  .xl\:text-green-600\/70{
    color: rgb(22 163 74 / 0.7);
  }

  .xl\:text-green-600\/75{
    color: rgb(22 163 74 / 0.75);
  }

  .xl\:text-green-600\/80{
    color: rgb(22 163 74 / 0.8);
  }

  .xl\:text-green-600\/85{
    color: rgb(22 163 74 / 0.85);
  }

  .xl\:text-green-600\/90{
    color: rgb(22 163 74 / 0.9);
  }

  .xl\:text-green-600\/95{
    color: rgb(22 163 74 / 0.95);
  }

  .xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-700\/0{
    color: rgb(21 128 61 / 0);
  }

  .xl\:text-green-700\/10{
    color: rgb(21 128 61 / 0.1);
  }

  .xl\:text-green-700\/100{
    color: rgb(21 128 61 / 1);
  }

  .xl\:text-green-700\/15{
    color: rgb(21 128 61 / 0.15);
  }

  .xl\:text-green-700\/20{
    color: rgb(21 128 61 / 0.2);
  }

  .xl\:text-green-700\/25{
    color: rgb(21 128 61 / 0.25);
  }

  .xl\:text-green-700\/30{
    color: rgb(21 128 61 / 0.3);
  }

  .xl\:text-green-700\/35{
    color: rgb(21 128 61 / 0.35);
  }

  .xl\:text-green-700\/40{
    color: rgb(21 128 61 / 0.4);
  }

  .xl\:text-green-700\/45{
    color: rgb(21 128 61 / 0.45);
  }

  .xl\:text-green-700\/5{
    color: rgb(21 128 61 / 0.05);
  }

  .xl\:text-green-700\/50{
    color: rgb(21 128 61 / 0.5);
  }

  .xl\:text-green-700\/55{
    color: rgb(21 128 61 / 0.55);
  }

  .xl\:text-green-700\/60{
    color: rgb(21 128 61 / 0.6);
  }

  .xl\:text-green-700\/65{
    color: rgb(21 128 61 / 0.65);
  }

  .xl\:text-green-700\/70{
    color: rgb(21 128 61 / 0.7);
  }

  .xl\:text-green-700\/75{
    color: rgb(21 128 61 / 0.75);
  }

  .xl\:text-green-700\/80{
    color: rgb(21 128 61 / 0.8);
  }

  .xl\:text-green-700\/85{
    color: rgb(21 128 61 / 0.85);
  }

  .xl\:text-green-700\/90{
    color: rgb(21 128 61 / 0.9);
  }

  .xl\:text-green-700\/95{
    color: rgb(21 128 61 / 0.95);
  }

  .xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-800\/0{
    color: rgb(22 101 52 / 0);
  }

  .xl\:text-green-800\/10{
    color: rgb(22 101 52 / 0.1);
  }

  .xl\:text-green-800\/100{
    color: rgb(22 101 52 / 1);
  }

  .xl\:text-green-800\/15{
    color: rgb(22 101 52 / 0.15);
  }

  .xl\:text-green-800\/20{
    color: rgb(22 101 52 / 0.2);
  }

  .xl\:text-green-800\/25{
    color: rgb(22 101 52 / 0.25);
  }

  .xl\:text-green-800\/30{
    color: rgb(22 101 52 / 0.3);
  }

  .xl\:text-green-800\/35{
    color: rgb(22 101 52 / 0.35);
  }

  .xl\:text-green-800\/40{
    color: rgb(22 101 52 / 0.4);
  }

  .xl\:text-green-800\/45{
    color: rgb(22 101 52 / 0.45);
  }

  .xl\:text-green-800\/5{
    color: rgb(22 101 52 / 0.05);
  }

  .xl\:text-green-800\/50{
    color: rgb(22 101 52 / 0.5);
  }

  .xl\:text-green-800\/55{
    color: rgb(22 101 52 / 0.55);
  }

  .xl\:text-green-800\/60{
    color: rgb(22 101 52 / 0.6);
  }

  .xl\:text-green-800\/65{
    color: rgb(22 101 52 / 0.65);
  }

  .xl\:text-green-800\/70{
    color: rgb(22 101 52 / 0.7);
  }

  .xl\:text-green-800\/75{
    color: rgb(22 101 52 / 0.75);
  }

  .xl\:text-green-800\/80{
    color: rgb(22 101 52 / 0.8);
  }

  .xl\:text-green-800\/85{
    color: rgb(22 101 52 / 0.85);
  }

  .xl\:text-green-800\/90{
    color: rgb(22 101 52 / 0.9);
  }

  .xl\:text-green-800\/95{
    color: rgb(22 101 52 / 0.95);
  }

  .xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-900\/0{
    color: rgb(20 83 45 / 0);
  }

  .xl\:text-green-900\/10{
    color: rgb(20 83 45 / 0.1);
  }

  .xl\:text-green-900\/100{
    color: rgb(20 83 45 / 1);
  }

  .xl\:text-green-900\/15{
    color: rgb(20 83 45 / 0.15);
  }

  .xl\:text-green-900\/20{
    color: rgb(20 83 45 / 0.2);
  }

  .xl\:text-green-900\/25{
    color: rgb(20 83 45 / 0.25);
  }

  .xl\:text-green-900\/30{
    color: rgb(20 83 45 / 0.3);
  }

  .xl\:text-green-900\/35{
    color: rgb(20 83 45 / 0.35);
  }

  .xl\:text-green-900\/40{
    color: rgb(20 83 45 / 0.4);
  }

  .xl\:text-green-900\/45{
    color: rgb(20 83 45 / 0.45);
  }

  .xl\:text-green-900\/5{
    color: rgb(20 83 45 / 0.05);
  }

  .xl\:text-green-900\/50{
    color: rgb(20 83 45 / 0.5);
  }

  .xl\:text-green-900\/55{
    color: rgb(20 83 45 / 0.55);
  }

  .xl\:text-green-900\/60{
    color: rgb(20 83 45 / 0.6);
  }

  .xl\:text-green-900\/65{
    color: rgb(20 83 45 / 0.65);
  }

  .xl\:text-green-900\/70{
    color: rgb(20 83 45 / 0.7);
  }

  .xl\:text-green-900\/75{
    color: rgb(20 83 45 / 0.75);
  }

  .xl\:text-green-900\/80{
    color: rgb(20 83 45 / 0.8);
  }

  .xl\:text-green-900\/85{
    color: rgb(20 83 45 / 0.85);
  }

  .xl\:text-green-900\/90{
    color: rgb(20 83 45 / 0.9);
  }

  .xl\:text-green-900\/95{
    color: rgb(20 83 45 / 0.95);
  }

  .xl\:text-green-950{
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity, 1));
  }

  .xl\:text-green-950\/0{
    color: rgb(5 46 22 / 0);
  }

  .xl\:text-green-950\/10{
    color: rgb(5 46 22 / 0.1);
  }

  .xl\:text-green-950\/100{
    color: rgb(5 46 22 / 1);
  }

  .xl\:text-green-950\/15{
    color: rgb(5 46 22 / 0.15);
  }

  .xl\:text-green-950\/20{
    color: rgb(5 46 22 / 0.2);
  }

  .xl\:text-green-950\/25{
    color: rgb(5 46 22 / 0.25);
  }

  .xl\:text-green-950\/30{
    color: rgb(5 46 22 / 0.3);
  }

  .xl\:text-green-950\/35{
    color: rgb(5 46 22 / 0.35);
  }

  .xl\:text-green-950\/40{
    color: rgb(5 46 22 / 0.4);
  }

  .xl\:text-green-950\/45{
    color: rgb(5 46 22 / 0.45);
  }

  .xl\:text-green-950\/5{
    color: rgb(5 46 22 / 0.05);
  }

  .xl\:text-green-950\/50{
    color: rgb(5 46 22 / 0.5);
  }

  .xl\:text-green-950\/55{
    color: rgb(5 46 22 / 0.55);
  }

  .xl\:text-green-950\/60{
    color: rgb(5 46 22 / 0.6);
  }

  .xl\:text-green-950\/65{
    color: rgb(5 46 22 / 0.65);
  }

  .xl\:text-green-950\/70{
    color: rgb(5 46 22 / 0.7);
  }

  .xl\:text-green-950\/75{
    color: rgb(5 46 22 / 0.75);
  }

  .xl\:text-green-950\/80{
    color: rgb(5 46 22 / 0.8);
  }

  .xl\:text-green-950\/85{
    color: rgb(5 46 22 / 0.85);
  }

  .xl\:text-green-950\/90{
    color: rgb(5 46 22 / 0.9);
  }

  .xl\:text-green-950\/95{
    color: rgb(5 46 22 / 0.95);
  }

  .xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-100\/0{
    color: rgb(224 231 255 / 0);
  }

  .xl\:text-indigo-100\/10{
    color: rgb(224 231 255 / 0.1);
  }

  .xl\:text-indigo-100\/100{
    color: rgb(224 231 255 / 1);
  }

  .xl\:text-indigo-100\/15{
    color: rgb(224 231 255 / 0.15);
  }

  .xl\:text-indigo-100\/20{
    color: rgb(224 231 255 / 0.2);
  }

  .xl\:text-indigo-100\/25{
    color: rgb(224 231 255 / 0.25);
  }

  .xl\:text-indigo-100\/30{
    color: rgb(224 231 255 / 0.3);
  }

  .xl\:text-indigo-100\/35{
    color: rgb(224 231 255 / 0.35);
  }

  .xl\:text-indigo-100\/40{
    color: rgb(224 231 255 / 0.4);
  }

  .xl\:text-indigo-100\/45{
    color: rgb(224 231 255 / 0.45);
  }

  .xl\:text-indigo-100\/5{
    color: rgb(224 231 255 / 0.05);
  }

  .xl\:text-indigo-100\/50{
    color: rgb(224 231 255 / 0.5);
  }

  .xl\:text-indigo-100\/55{
    color: rgb(224 231 255 / 0.55);
  }

  .xl\:text-indigo-100\/60{
    color: rgb(224 231 255 / 0.6);
  }

  .xl\:text-indigo-100\/65{
    color: rgb(224 231 255 / 0.65);
  }

  .xl\:text-indigo-100\/70{
    color: rgb(224 231 255 / 0.7);
  }

  .xl\:text-indigo-100\/75{
    color: rgb(224 231 255 / 0.75);
  }

  .xl\:text-indigo-100\/80{
    color: rgb(224 231 255 / 0.8);
  }

  .xl\:text-indigo-100\/85{
    color: rgb(224 231 255 / 0.85);
  }

  .xl\:text-indigo-100\/90{
    color: rgb(224 231 255 / 0.9);
  }

  .xl\:text-indigo-100\/95{
    color: rgb(224 231 255 / 0.95);
  }

  .xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-200\/0{
    color: rgb(199 210 254 / 0);
  }

  .xl\:text-indigo-200\/10{
    color: rgb(199 210 254 / 0.1);
  }

  .xl\:text-indigo-200\/100{
    color: rgb(199 210 254 / 1);
  }

  .xl\:text-indigo-200\/15{
    color: rgb(199 210 254 / 0.15);
  }

  .xl\:text-indigo-200\/20{
    color: rgb(199 210 254 / 0.2);
  }

  .xl\:text-indigo-200\/25{
    color: rgb(199 210 254 / 0.25);
  }

  .xl\:text-indigo-200\/30{
    color: rgb(199 210 254 / 0.3);
  }

  .xl\:text-indigo-200\/35{
    color: rgb(199 210 254 / 0.35);
  }

  .xl\:text-indigo-200\/40{
    color: rgb(199 210 254 / 0.4);
  }

  .xl\:text-indigo-200\/45{
    color: rgb(199 210 254 / 0.45);
  }

  .xl\:text-indigo-200\/5{
    color: rgb(199 210 254 / 0.05);
  }

  .xl\:text-indigo-200\/50{
    color: rgb(199 210 254 / 0.5);
  }

  .xl\:text-indigo-200\/55{
    color: rgb(199 210 254 / 0.55);
  }

  .xl\:text-indigo-200\/60{
    color: rgb(199 210 254 / 0.6);
  }

  .xl\:text-indigo-200\/65{
    color: rgb(199 210 254 / 0.65);
  }

  .xl\:text-indigo-200\/70{
    color: rgb(199 210 254 / 0.7);
  }

  .xl\:text-indigo-200\/75{
    color: rgb(199 210 254 / 0.75);
  }

  .xl\:text-indigo-200\/80{
    color: rgb(199 210 254 / 0.8);
  }

  .xl\:text-indigo-200\/85{
    color: rgb(199 210 254 / 0.85);
  }

  .xl\:text-indigo-200\/90{
    color: rgb(199 210 254 / 0.9);
  }

  .xl\:text-indigo-200\/95{
    color: rgb(199 210 254 / 0.95);
  }

  .xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-300\/0{
    color: rgb(165 180 252 / 0);
  }

  .xl\:text-indigo-300\/10{
    color: rgb(165 180 252 / 0.1);
  }

  .xl\:text-indigo-300\/100{
    color: rgb(165 180 252 / 1);
  }

  .xl\:text-indigo-300\/15{
    color: rgb(165 180 252 / 0.15);
  }

  .xl\:text-indigo-300\/20{
    color: rgb(165 180 252 / 0.2);
  }

  .xl\:text-indigo-300\/25{
    color: rgb(165 180 252 / 0.25);
  }

  .xl\:text-indigo-300\/30{
    color: rgb(165 180 252 / 0.3);
  }

  .xl\:text-indigo-300\/35{
    color: rgb(165 180 252 / 0.35);
  }

  .xl\:text-indigo-300\/40{
    color: rgb(165 180 252 / 0.4);
  }

  .xl\:text-indigo-300\/45{
    color: rgb(165 180 252 / 0.45);
  }

  .xl\:text-indigo-300\/5{
    color: rgb(165 180 252 / 0.05);
  }

  .xl\:text-indigo-300\/50{
    color: rgb(165 180 252 / 0.5);
  }

  .xl\:text-indigo-300\/55{
    color: rgb(165 180 252 / 0.55);
  }

  .xl\:text-indigo-300\/60{
    color: rgb(165 180 252 / 0.6);
  }

  .xl\:text-indigo-300\/65{
    color: rgb(165 180 252 / 0.65);
  }

  .xl\:text-indigo-300\/70{
    color: rgb(165 180 252 / 0.7);
  }

  .xl\:text-indigo-300\/75{
    color: rgb(165 180 252 / 0.75);
  }

  .xl\:text-indigo-300\/80{
    color: rgb(165 180 252 / 0.8);
  }

  .xl\:text-indigo-300\/85{
    color: rgb(165 180 252 / 0.85);
  }

  .xl\:text-indigo-300\/90{
    color: rgb(165 180 252 / 0.9);
  }

  .xl\:text-indigo-300\/95{
    color: rgb(165 180 252 / 0.95);
  }

  .xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-400\/0{
    color: rgb(129 140 248 / 0);
  }

  .xl\:text-indigo-400\/10{
    color: rgb(129 140 248 / 0.1);
  }

  .xl\:text-indigo-400\/100{
    color: rgb(129 140 248 / 1);
  }

  .xl\:text-indigo-400\/15{
    color: rgb(129 140 248 / 0.15);
  }

  .xl\:text-indigo-400\/20{
    color: rgb(129 140 248 / 0.2);
  }

  .xl\:text-indigo-400\/25{
    color: rgb(129 140 248 / 0.25);
  }

  .xl\:text-indigo-400\/30{
    color: rgb(129 140 248 / 0.3);
  }

  .xl\:text-indigo-400\/35{
    color: rgb(129 140 248 / 0.35);
  }

  .xl\:text-indigo-400\/40{
    color: rgb(129 140 248 / 0.4);
  }

  .xl\:text-indigo-400\/45{
    color: rgb(129 140 248 / 0.45);
  }

  .xl\:text-indigo-400\/5{
    color: rgb(129 140 248 / 0.05);
  }

  .xl\:text-indigo-400\/50{
    color: rgb(129 140 248 / 0.5);
  }

  .xl\:text-indigo-400\/55{
    color: rgb(129 140 248 / 0.55);
  }

  .xl\:text-indigo-400\/60{
    color: rgb(129 140 248 / 0.6);
  }

  .xl\:text-indigo-400\/65{
    color: rgb(129 140 248 / 0.65);
  }

  .xl\:text-indigo-400\/70{
    color: rgb(129 140 248 / 0.7);
  }

  .xl\:text-indigo-400\/75{
    color: rgb(129 140 248 / 0.75);
  }

  .xl\:text-indigo-400\/80{
    color: rgb(129 140 248 / 0.8);
  }

  .xl\:text-indigo-400\/85{
    color: rgb(129 140 248 / 0.85);
  }

  .xl\:text-indigo-400\/90{
    color: rgb(129 140 248 / 0.9);
  }

  .xl\:text-indigo-400\/95{
    color: rgb(129 140 248 / 0.95);
  }

  .xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-50\/0{
    color: rgb(238 242 255 / 0);
  }

  .xl\:text-indigo-50\/10{
    color: rgb(238 242 255 / 0.1);
  }

  .xl\:text-indigo-50\/100{
    color: rgb(238 242 255 / 1);
  }

  .xl\:text-indigo-50\/15{
    color: rgb(238 242 255 / 0.15);
  }

  .xl\:text-indigo-50\/20{
    color: rgb(238 242 255 / 0.2);
  }

  .xl\:text-indigo-50\/25{
    color: rgb(238 242 255 / 0.25);
  }

  .xl\:text-indigo-50\/30{
    color: rgb(238 242 255 / 0.3);
  }

  .xl\:text-indigo-50\/35{
    color: rgb(238 242 255 / 0.35);
  }

  .xl\:text-indigo-50\/40{
    color: rgb(238 242 255 / 0.4);
  }

  .xl\:text-indigo-50\/45{
    color: rgb(238 242 255 / 0.45);
  }

  .xl\:text-indigo-50\/5{
    color: rgb(238 242 255 / 0.05);
  }

  .xl\:text-indigo-50\/50{
    color: rgb(238 242 255 / 0.5);
  }

  .xl\:text-indigo-50\/55{
    color: rgb(238 242 255 / 0.55);
  }

  .xl\:text-indigo-50\/60{
    color: rgb(238 242 255 / 0.6);
  }

  .xl\:text-indigo-50\/65{
    color: rgb(238 242 255 / 0.65);
  }

  .xl\:text-indigo-50\/70{
    color: rgb(238 242 255 / 0.7);
  }

  .xl\:text-indigo-50\/75{
    color: rgb(238 242 255 / 0.75);
  }

  .xl\:text-indigo-50\/80{
    color: rgb(238 242 255 / 0.8);
  }

  .xl\:text-indigo-50\/85{
    color: rgb(238 242 255 / 0.85);
  }

  .xl\:text-indigo-50\/90{
    color: rgb(238 242 255 / 0.9);
  }

  .xl\:text-indigo-50\/95{
    color: rgb(238 242 255 / 0.95);
  }

  .xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-500\/0{
    color: rgb(99 102 241 / 0);
  }

  .xl\:text-indigo-500\/10{
    color: rgb(99 102 241 / 0.1);
  }

  .xl\:text-indigo-500\/100{
    color: rgb(99 102 241 / 1);
  }

  .xl\:text-indigo-500\/15{
    color: rgb(99 102 241 / 0.15);
  }

  .xl\:text-indigo-500\/20{
    color: rgb(99 102 241 / 0.2);
  }

  .xl\:text-indigo-500\/25{
    color: rgb(99 102 241 / 0.25);
  }

  .xl\:text-indigo-500\/30{
    color: rgb(99 102 241 / 0.3);
  }

  .xl\:text-indigo-500\/35{
    color: rgb(99 102 241 / 0.35);
  }

  .xl\:text-indigo-500\/40{
    color: rgb(99 102 241 / 0.4);
  }

  .xl\:text-indigo-500\/45{
    color: rgb(99 102 241 / 0.45);
  }

  .xl\:text-indigo-500\/5{
    color: rgb(99 102 241 / 0.05);
  }

  .xl\:text-indigo-500\/50{
    color: rgb(99 102 241 / 0.5);
  }

  .xl\:text-indigo-500\/55{
    color: rgb(99 102 241 / 0.55);
  }

  .xl\:text-indigo-500\/60{
    color: rgb(99 102 241 / 0.6);
  }

  .xl\:text-indigo-500\/65{
    color: rgb(99 102 241 / 0.65);
  }

  .xl\:text-indigo-500\/70{
    color: rgb(99 102 241 / 0.7);
  }

  .xl\:text-indigo-500\/75{
    color: rgb(99 102 241 / 0.75);
  }

  .xl\:text-indigo-500\/80{
    color: rgb(99 102 241 / 0.8);
  }

  .xl\:text-indigo-500\/85{
    color: rgb(99 102 241 / 0.85);
  }

  .xl\:text-indigo-500\/90{
    color: rgb(99 102 241 / 0.9);
  }

  .xl\:text-indigo-500\/95{
    color: rgb(99 102 241 / 0.95);
  }

  .xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-600\/0{
    color: rgb(79 70 229 / 0);
  }

  .xl\:text-indigo-600\/10{
    color: rgb(79 70 229 / 0.1);
  }

  .xl\:text-indigo-600\/100{
    color: rgb(79 70 229 / 1);
  }

  .xl\:text-indigo-600\/15{
    color: rgb(79 70 229 / 0.15);
  }

  .xl\:text-indigo-600\/20{
    color: rgb(79 70 229 / 0.2);
  }

  .xl\:text-indigo-600\/25{
    color: rgb(79 70 229 / 0.25);
  }

  .xl\:text-indigo-600\/30{
    color: rgb(79 70 229 / 0.3);
  }

  .xl\:text-indigo-600\/35{
    color: rgb(79 70 229 / 0.35);
  }

  .xl\:text-indigo-600\/40{
    color: rgb(79 70 229 / 0.4);
  }

  .xl\:text-indigo-600\/45{
    color: rgb(79 70 229 / 0.45);
  }

  .xl\:text-indigo-600\/5{
    color: rgb(79 70 229 / 0.05);
  }

  .xl\:text-indigo-600\/50{
    color: rgb(79 70 229 / 0.5);
  }

  .xl\:text-indigo-600\/55{
    color: rgb(79 70 229 / 0.55);
  }

  .xl\:text-indigo-600\/60{
    color: rgb(79 70 229 / 0.6);
  }

  .xl\:text-indigo-600\/65{
    color: rgb(79 70 229 / 0.65);
  }

  .xl\:text-indigo-600\/70{
    color: rgb(79 70 229 / 0.7);
  }

  .xl\:text-indigo-600\/75{
    color: rgb(79 70 229 / 0.75);
  }

  .xl\:text-indigo-600\/80{
    color: rgb(79 70 229 / 0.8);
  }

  .xl\:text-indigo-600\/85{
    color: rgb(79 70 229 / 0.85);
  }

  .xl\:text-indigo-600\/90{
    color: rgb(79 70 229 / 0.9);
  }

  .xl\:text-indigo-600\/95{
    color: rgb(79 70 229 / 0.95);
  }

  .xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-700\/0{
    color: rgb(67 56 202 / 0);
  }

  .xl\:text-indigo-700\/10{
    color: rgb(67 56 202 / 0.1);
  }

  .xl\:text-indigo-700\/100{
    color: rgb(67 56 202 / 1);
  }

  .xl\:text-indigo-700\/15{
    color: rgb(67 56 202 / 0.15);
  }

  .xl\:text-indigo-700\/20{
    color: rgb(67 56 202 / 0.2);
  }

  .xl\:text-indigo-700\/25{
    color: rgb(67 56 202 / 0.25);
  }

  .xl\:text-indigo-700\/30{
    color: rgb(67 56 202 / 0.3);
  }

  .xl\:text-indigo-700\/35{
    color: rgb(67 56 202 / 0.35);
  }

  .xl\:text-indigo-700\/40{
    color: rgb(67 56 202 / 0.4);
  }

  .xl\:text-indigo-700\/45{
    color: rgb(67 56 202 / 0.45);
  }

  .xl\:text-indigo-700\/5{
    color: rgb(67 56 202 / 0.05);
  }

  .xl\:text-indigo-700\/50{
    color: rgb(67 56 202 / 0.5);
  }

  .xl\:text-indigo-700\/55{
    color: rgb(67 56 202 / 0.55);
  }

  .xl\:text-indigo-700\/60{
    color: rgb(67 56 202 / 0.6);
  }

  .xl\:text-indigo-700\/65{
    color: rgb(67 56 202 / 0.65);
  }

  .xl\:text-indigo-700\/70{
    color: rgb(67 56 202 / 0.7);
  }

  .xl\:text-indigo-700\/75{
    color: rgb(67 56 202 / 0.75);
  }

  .xl\:text-indigo-700\/80{
    color: rgb(67 56 202 / 0.8);
  }

  .xl\:text-indigo-700\/85{
    color: rgb(67 56 202 / 0.85);
  }

  .xl\:text-indigo-700\/90{
    color: rgb(67 56 202 / 0.9);
  }

  .xl\:text-indigo-700\/95{
    color: rgb(67 56 202 / 0.95);
  }

  .xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-800\/0{
    color: rgb(55 48 163 / 0);
  }

  .xl\:text-indigo-800\/10{
    color: rgb(55 48 163 / 0.1);
  }

  .xl\:text-indigo-800\/100{
    color: rgb(55 48 163 / 1);
  }

  .xl\:text-indigo-800\/15{
    color: rgb(55 48 163 / 0.15);
  }

  .xl\:text-indigo-800\/20{
    color: rgb(55 48 163 / 0.2);
  }

  .xl\:text-indigo-800\/25{
    color: rgb(55 48 163 / 0.25);
  }

  .xl\:text-indigo-800\/30{
    color: rgb(55 48 163 / 0.3);
  }

  .xl\:text-indigo-800\/35{
    color: rgb(55 48 163 / 0.35);
  }

  .xl\:text-indigo-800\/40{
    color: rgb(55 48 163 / 0.4);
  }

  .xl\:text-indigo-800\/45{
    color: rgb(55 48 163 / 0.45);
  }

  .xl\:text-indigo-800\/5{
    color: rgb(55 48 163 / 0.05);
  }

  .xl\:text-indigo-800\/50{
    color: rgb(55 48 163 / 0.5);
  }

  .xl\:text-indigo-800\/55{
    color: rgb(55 48 163 / 0.55);
  }

  .xl\:text-indigo-800\/60{
    color: rgb(55 48 163 / 0.6);
  }

  .xl\:text-indigo-800\/65{
    color: rgb(55 48 163 / 0.65);
  }

  .xl\:text-indigo-800\/70{
    color: rgb(55 48 163 / 0.7);
  }

  .xl\:text-indigo-800\/75{
    color: rgb(55 48 163 / 0.75);
  }

  .xl\:text-indigo-800\/80{
    color: rgb(55 48 163 / 0.8);
  }

  .xl\:text-indigo-800\/85{
    color: rgb(55 48 163 / 0.85);
  }

  .xl\:text-indigo-800\/90{
    color: rgb(55 48 163 / 0.9);
  }

  .xl\:text-indigo-800\/95{
    color: rgb(55 48 163 / 0.95);
  }

  .xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-900\/0{
    color: rgb(49 46 129 / 0);
  }

  .xl\:text-indigo-900\/10{
    color: rgb(49 46 129 / 0.1);
  }

  .xl\:text-indigo-900\/100{
    color: rgb(49 46 129 / 1);
  }

  .xl\:text-indigo-900\/15{
    color: rgb(49 46 129 / 0.15);
  }

  .xl\:text-indigo-900\/20{
    color: rgb(49 46 129 / 0.2);
  }

  .xl\:text-indigo-900\/25{
    color: rgb(49 46 129 / 0.25);
  }

  .xl\:text-indigo-900\/30{
    color: rgb(49 46 129 / 0.3);
  }

  .xl\:text-indigo-900\/35{
    color: rgb(49 46 129 / 0.35);
  }

  .xl\:text-indigo-900\/40{
    color: rgb(49 46 129 / 0.4);
  }

  .xl\:text-indigo-900\/45{
    color: rgb(49 46 129 / 0.45);
  }

  .xl\:text-indigo-900\/5{
    color: rgb(49 46 129 / 0.05);
  }

  .xl\:text-indigo-900\/50{
    color: rgb(49 46 129 / 0.5);
  }

  .xl\:text-indigo-900\/55{
    color: rgb(49 46 129 / 0.55);
  }

  .xl\:text-indigo-900\/60{
    color: rgb(49 46 129 / 0.6);
  }

  .xl\:text-indigo-900\/65{
    color: rgb(49 46 129 / 0.65);
  }

  .xl\:text-indigo-900\/70{
    color: rgb(49 46 129 / 0.7);
  }

  .xl\:text-indigo-900\/75{
    color: rgb(49 46 129 / 0.75);
  }

  .xl\:text-indigo-900\/80{
    color: rgb(49 46 129 / 0.8);
  }

  .xl\:text-indigo-900\/85{
    color: rgb(49 46 129 / 0.85);
  }

  .xl\:text-indigo-900\/90{
    color: rgb(49 46 129 / 0.9);
  }

  .xl\:text-indigo-900\/95{
    color: rgb(49 46 129 / 0.95);
  }

  .xl\:text-indigo-950{
    --tw-text-opacity: 1;
    color: rgb(30 27 75 / var(--tw-text-opacity, 1));
  }

  .xl\:text-indigo-950\/0{
    color: rgb(30 27 75 / 0);
  }

  .xl\:text-indigo-950\/10{
    color: rgb(30 27 75 / 0.1);
  }

  .xl\:text-indigo-950\/100{
    color: rgb(30 27 75 / 1);
  }

  .xl\:text-indigo-950\/15{
    color: rgb(30 27 75 / 0.15);
  }

  .xl\:text-indigo-950\/20{
    color: rgb(30 27 75 / 0.2);
  }

  .xl\:text-indigo-950\/25{
    color: rgb(30 27 75 / 0.25);
  }

  .xl\:text-indigo-950\/30{
    color: rgb(30 27 75 / 0.3);
  }

  .xl\:text-indigo-950\/35{
    color: rgb(30 27 75 / 0.35);
  }

  .xl\:text-indigo-950\/40{
    color: rgb(30 27 75 / 0.4);
  }

  .xl\:text-indigo-950\/45{
    color: rgb(30 27 75 / 0.45);
  }

  .xl\:text-indigo-950\/5{
    color: rgb(30 27 75 / 0.05);
  }

  .xl\:text-indigo-950\/50{
    color: rgb(30 27 75 / 0.5);
  }

  .xl\:text-indigo-950\/55{
    color: rgb(30 27 75 / 0.55);
  }

  .xl\:text-indigo-950\/60{
    color: rgb(30 27 75 / 0.6);
  }

  .xl\:text-indigo-950\/65{
    color: rgb(30 27 75 / 0.65);
  }

  .xl\:text-indigo-950\/70{
    color: rgb(30 27 75 / 0.7);
  }

  .xl\:text-indigo-950\/75{
    color: rgb(30 27 75 / 0.75);
  }

  .xl\:text-indigo-950\/80{
    color: rgb(30 27 75 / 0.8);
  }

  .xl\:text-indigo-950\/85{
    color: rgb(30 27 75 / 0.85);
  }

  .xl\:text-indigo-950\/90{
    color: rgb(30 27 75 / 0.9);
  }

  .xl\:text-indigo-950\/95{
    color: rgb(30 27 75 / 0.95);
  }

  .xl\:text-inherit{
    color: inherit;
  }

  .xl\:text-lime-100{
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-100\/0{
    color: rgb(236 252 203 / 0);
  }

  .xl\:text-lime-100\/10{
    color: rgb(236 252 203 / 0.1);
  }

  .xl\:text-lime-100\/100{
    color: rgb(236 252 203 / 1);
  }

  .xl\:text-lime-100\/15{
    color: rgb(236 252 203 / 0.15);
  }

  .xl\:text-lime-100\/20{
    color: rgb(236 252 203 / 0.2);
  }

  .xl\:text-lime-100\/25{
    color: rgb(236 252 203 / 0.25);
  }

  .xl\:text-lime-100\/30{
    color: rgb(236 252 203 / 0.3);
  }

  .xl\:text-lime-100\/35{
    color: rgb(236 252 203 / 0.35);
  }

  .xl\:text-lime-100\/40{
    color: rgb(236 252 203 / 0.4);
  }

  .xl\:text-lime-100\/45{
    color: rgb(236 252 203 / 0.45);
  }

  .xl\:text-lime-100\/5{
    color: rgb(236 252 203 / 0.05);
  }

  .xl\:text-lime-100\/50{
    color: rgb(236 252 203 / 0.5);
  }

  .xl\:text-lime-100\/55{
    color: rgb(236 252 203 / 0.55);
  }

  .xl\:text-lime-100\/60{
    color: rgb(236 252 203 / 0.6);
  }

  .xl\:text-lime-100\/65{
    color: rgb(236 252 203 / 0.65);
  }

  .xl\:text-lime-100\/70{
    color: rgb(236 252 203 / 0.7);
  }

  .xl\:text-lime-100\/75{
    color: rgb(236 252 203 / 0.75);
  }

  .xl\:text-lime-100\/80{
    color: rgb(236 252 203 / 0.8);
  }

  .xl\:text-lime-100\/85{
    color: rgb(236 252 203 / 0.85);
  }

  .xl\:text-lime-100\/90{
    color: rgb(236 252 203 / 0.9);
  }

  .xl\:text-lime-100\/95{
    color: rgb(236 252 203 / 0.95);
  }

  .xl\:text-lime-200{
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-200\/0{
    color: rgb(217 249 157 / 0);
  }

  .xl\:text-lime-200\/10{
    color: rgb(217 249 157 / 0.1);
  }

  .xl\:text-lime-200\/100{
    color: rgb(217 249 157 / 1);
  }

  .xl\:text-lime-200\/15{
    color: rgb(217 249 157 / 0.15);
  }

  .xl\:text-lime-200\/20{
    color: rgb(217 249 157 / 0.2);
  }

  .xl\:text-lime-200\/25{
    color: rgb(217 249 157 / 0.25);
  }

  .xl\:text-lime-200\/30{
    color: rgb(217 249 157 / 0.3);
  }

  .xl\:text-lime-200\/35{
    color: rgb(217 249 157 / 0.35);
  }

  .xl\:text-lime-200\/40{
    color: rgb(217 249 157 / 0.4);
  }

  .xl\:text-lime-200\/45{
    color: rgb(217 249 157 / 0.45);
  }

  .xl\:text-lime-200\/5{
    color: rgb(217 249 157 / 0.05);
  }

  .xl\:text-lime-200\/50{
    color: rgb(217 249 157 / 0.5);
  }

  .xl\:text-lime-200\/55{
    color: rgb(217 249 157 / 0.55);
  }

  .xl\:text-lime-200\/60{
    color: rgb(217 249 157 / 0.6);
  }

  .xl\:text-lime-200\/65{
    color: rgb(217 249 157 / 0.65);
  }

  .xl\:text-lime-200\/70{
    color: rgb(217 249 157 / 0.7);
  }

  .xl\:text-lime-200\/75{
    color: rgb(217 249 157 / 0.75);
  }

  .xl\:text-lime-200\/80{
    color: rgb(217 249 157 / 0.8);
  }

  .xl\:text-lime-200\/85{
    color: rgb(217 249 157 / 0.85);
  }

  .xl\:text-lime-200\/90{
    color: rgb(217 249 157 / 0.9);
  }

  .xl\:text-lime-200\/95{
    color: rgb(217 249 157 / 0.95);
  }

  .xl\:text-lime-300{
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-300\/0{
    color: rgb(190 242 100 / 0);
  }

  .xl\:text-lime-300\/10{
    color: rgb(190 242 100 / 0.1);
  }

  .xl\:text-lime-300\/100{
    color: rgb(190 242 100 / 1);
  }

  .xl\:text-lime-300\/15{
    color: rgb(190 242 100 / 0.15);
  }

  .xl\:text-lime-300\/20{
    color: rgb(190 242 100 / 0.2);
  }

  .xl\:text-lime-300\/25{
    color: rgb(190 242 100 / 0.25);
  }

  .xl\:text-lime-300\/30{
    color: rgb(190 242 100 / 0.3);
  }

  .xl\:text-lime-300\/35{
    color: rgb(190 242 100 / 0.35);
  }

  .xl\:text-lime-300\/40{
    color: rgb(190 242 100 / 0.4);
  }

  .xl\:text-lime-300\/45{
    color: rgb(190 242 100 / 0.45);
  }

  .xl\:text-lime-300\/5{
    color: rgb(190 242 100 / 0.05);
  }

  .xl\:text-lime-300\/50{
    color: rgb(190 242 100 / 0.5);
  }

  .xl\:text-lime-300\/55{
    color: rgb(190 242 100 / 0.55);
  }

  .xl\:text-lime-300\/60{
    color: rgb(190 242 100 / 0.6);
  }

  .xl\:text-lime-300\/65{
    color: rgb(190 242 100 / 0.65);
  }

  .xl\:text-lime-300\/70{
    color: rgb(190 242 100 / 0.7);
  }

  .xl\:text-lime-300\/75{
    color: rgb(190 242 100 / 0.75);
  }

  .xl\:text-lime-300\/80{
    color: rgb(190 242 100 / 0.8);
  }

  .xl\:text-lime-300\/85{
    color: rgb(190 242 100 / 0.85);
  }

  .xl\:text-lime-300\/90{
    color: rgb(190 242 100 / 0.9);
  }

  .xl\:text-lime-300\/95{
    color: rgb(190 242 100 / 0.95);
  }

  .xl\:text-lime-400{
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-400\/0{
    color: rgb(163 230 53 / 0);
  }

  .xl\:text-lime-400\/10{
    color: rgb(163 230 53 / 0.1);
  }

  .xl\:text-lime-400\/100{
    color: rgb(163 230 53 / 1);
  }

  .xl\:text-lime-400\/15{
    color: rgb(163 230 53 / 0.15);
  }

  .xl\:text-lime-400\/20{
    color: rgb(163 230 53 / 0.2);
  }

  .xl\:text-lime-400\/25{
    color: rgb(163 230 53 / 0.25);
  }

  .xl\:text-lime-400\/30{
    color: rgb(163 230 53 / 0.3);
  }

  .xl\:text-lime-400\/35{
    color: rgb(163 230 53 / 0.35);
  }

  .xl\:text-lime-400\/40{
    color: rgb(163 230 53 / 0.4);
  }

  .xl\:text-lime-400\/45{
    color: rgb(163 230 53 / 0.45);
  }

  .xl\:text-lime-400\/5{
    color: rgb(163 230 53 / 0.05);
  }

  .xl\:text-lime-400\/50{
    color: rgb(163 230 53 / 0.5);
  }

  .xl\:text-lime-400\/55{
    color: rgb(163 230 53 / 0.55);
  }

  .xl\:text-lime-400\/60{
    color: rgb(163 230 53 / 0.6);
  }

  .xl\:text-lime-400\/65{
    color: rgb(163 230 53 / 0.65);
  }

  .xl\:text-lime-400\/70{
    color: rgb(163 230 53 / 0.7);
  }

  .xl\:text-lime-400\/75{
    color: rgb(163 230 53 / 0.75);
  }

  .xl\:text-lime-400\/80{
    color: rgb(163 230 53 / 0.8);
  }

  .xl\:text-lime-400\/85{
    color: rgb(163 230 53 / 0.85);
  }

  .xl\:text-lime-400\/90{
    color: rgb(163 230 53 / 0.9);
  }

  .xl\:text-lime-400\/95{
    color: rgb(163 230 53 / 0.95);
  }

  .xl\:text-lime-50{
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-50\/0{
    color: rgb(247 254 231 / 0);
  }

  .xl\:text-lime-50\/10{
    color: rgb(247 254 231 / 0.1);
  }

  .xl\:text-lime-50\/100{
    color: rgb(247 254 231 / 1);
  }

  .xl\:text-lime-50\/15{
    color: rgb(247 254 231 / 0.15);
  }

  .xl\:text-lime-50\/20{
    color: rgb(247 254 231 / 0.2);
  }

  .xl\:text-lime-50\/25{
    color: rgb(247 254 231 / 0.25);
  }

  .xl\:text-lime-50\/30{
    color: rgb(247 254 231 / 0.3);
  }

  .xl\:text-lime-50\/35{
    color: rgb(247 254 231 / 0.35);
  }

  .xl\:text-lime-50\/40{
    color: rgb(247 254 231 / 0.4);
  }

  .xl\:text-lime-50\/45{
    color: rgb(247 254 231 / 0.45);
  }

  .xl\:text-lime-50\/5{
    color: rgb(247 254 231 / 0.05);
  }

  .xl\:text-lime-50\/50{
    color: rgb(247 254 231 / 0.5);
  }

  .xl\:text-lime-50\/55{
    color: rgb(247 254 231 / 0.55);
  }

  .xl\:text-lime-50\/60{
    color: rgb(247 254 231 / 0.6);
  }

  .xl\:text-lime-50\/65{
    color: rgb(247 254 231 / 0.65);
  }

  .xl\:text-lime-50\/70{
    color: rgb(247 254 231 / 0.7);
  }

  .xl\:text-lime-50\/75{
    color: rgb(247 254 231 / 0.75);
  }

  .xl\:text-lime-50\/80{
    color: rgb(247 254 231 / 0.8);
  }

  .xl\:text-lime-50\/85{
    color: rgb(247 254 231 / 0.85);
  }

  .xl\:text-lime-50\/90{
    color: rgb(247 254 231 / 0.9);
  }

  .xl\:text-lime-50\/95{
    color: rgb(247 254 231 / 0.95);
  }

  .xl\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-500\/0{
    color: rgb(132 204 22 / 0);
  }

  .xl\:text-lime-500\/10{
    color: rgb(132 204 22 / 0.1);
  }

  .xl\:text-lime-500\/100{
    color: rgb(132 204 22 / 1);
  }

  .xl\:text-lime-500\/15{
    color: rgb(132 204 22 / 0.15);
  }

  .xl\:text-lime-500\/20{
    color: rgb(132 204 22 / 0.2);
  }

  .xl\:text-lime-500\/25{
    color: rgb(132 204 22 / 0.25);
  }

  .xl\:text-lime-500\/30{
    color: rgb(132 204 22 / 0.3);
  }

  .xl\:text-lime-500\/35{
    color: rgb(132 204 22 / 0.35);
  }

  .xl\:text-lime-500\/40{
    color: rgb(132 204 22 / 0.4);
  }

  .xl\:text-lime-500\/45{
    color: rgb(132 204 22 / 0.45);
  }

  .xl\:text-lime-500\/5{
    color: rgb(132 204 22 / 0.05);
  }

  .xl\:text-lime-500\/50{
    color: rgb(132 204 22 / 0.5);
  }

  .xl\:text-lime-500\/55{
    color: rgb(132 204 22 / 0.55);
  }

  .xl\:text-lime-500\/60{
    color: rgb(132 204 22 / 0.6);
  }

  .xl\:text-lime-500\/65{
    color: rgb(132 204 22 / 0.65);
  }

  .xl\:text-lime-500\/70{
    color: rgb(132 204 22 / 0.7);
  }

  .xl\:text-lime-500\/75{
    color: rgb(132 204 22 / 0.75);
  }

  .xl\:text-lime-500\/80{
    color: rgb(132 204 22 / 0.8);
  }

  .xl\:text-lime-500\/85{
    color: rgb(132 204 22 / 0.85);
  }

  .xl\:text-lime-500\/90{
    color: rgb(132 204 22 / 0.9);
  }

  .xl\:text-lime-500\/95{
    color: rgb(132 204 22 / 0.95);
  }

  .xl\:text-lime-600{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-600\/0{
    color: rgb(101 163 13 / 0);
  }

  .xl\:text-lime-600\/10{
    color: rgb(101 163 13 / 0.1);
  }

  .xl\:text-lime-600\/100{
    color: rgb(101 163 13 / 1);
  }

  .xl\:text-lime-600\/15{
    color: rgb(101 163 13 / 0.15);
  }

  .xl\:text-lime-600\/20{
    color: rgb(101 163 13 / 0.2);
  }

  .xl\:text-lime-600\/25{
    color: rgb(101 163 13 / 0.25);
  }

  .xl\:text-lime-600\/30{
    color: rgb(101 163 13 / 0.3);
  }

  .xl\:text-lime-600\/35{
    color: rgb(101 163 13 / 0.35);
  }

  .xl\:text-lime-600\/40{
    color: rgb(101 163 13 / 0.4);
  }

  .xl\:text-lime-600\/45{
    color: rgb(101 163 13 / 0.45);
  }

  .xl\:text-lime-600\/5{
    color: rgb(101 163 13 / 0.05);
  }

  .xl\:text-lime-600\/50{
    color: rgb(101 163 13 / 0.5);
  }

  .xl\:text-lime-600\/55{
    color: rgb(101 163 13 / 0.55);
  }

  .xl\:text-lime-600\/60{
    color: rgb(101 163 13 / 0.6);
  }

  .xl\:text-lime-600\/65{
    color: rgb(101 163 13 / 0.65);
  }

  .xl\:text-lime-600\/70{
    color: rgb(101 163 13 / 0.7);
  }

  .xl\:text-lime-600\/75{
    color: rgb(101 163 13 / 0.75);
  }

  .xl\:text-lime-600\/80{
    color: rgb(101 163 13 / 0.8);
  }

  .xl\:text-lime-600\/85{
    color: rgb(101 163 13 / 0.85);
  }

  .xl\:text-lime-600\/90{
    color: rgb(101 163 13 / 0.9);
  }

  .xl\:text-lime-600\/95{
    color: rgb(101 163 13 / 0.95);
  }

  .xl\:text-lime-700{
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-700\/0{
    color: rgb(77 124 15 / 0);
  }

  .xl\:text-lime-700\/10{
    color: rgb(77 124 15 / 0.1);
  }

  .xl\:text-lime-700\/100{
    color: rgb(77 124 15 / 1);
  }

  .xl\:text-lime-700\/15{
    color: rgb(77 124 15 / 0.15);
  }

  .xl\:text-lime-700\/20{
    color: rgb(77 124 15 / 0.2);
  }

  .xl\:text-lime-700\/25{
    color: rgb(77 124 15 / 0.25);
  }

  .xl\:text-lime-700\/30{
    color: rgb(77 124 15 / 0.3);
  }

  .xl\:text-lime-700\/35{
    color: rgb(77 124 15 / 0.35);
  }

  .xl\:text-lime-700\/40{
    color: rgb(77 124 15 / 0.4);
  }

  .xl\:text-lime-700\/45{
    color: rgb(77 124 15 / 0.45);
  }

  .xl\:text-lime-700\/5{
    color: rgb(77 124 15 / 0.05);
  }

  .xl\:text-lime-700\/50{
    color: rgb(77 124 15 / 0.5);
  }

  .xl\:text-lime-700\/55{
    color: rgb(77 124 15 / 0.55);
  }

  .xl\:text-lime-700\/60{
    color: rgb(77 124 15 / 0.6);
  }

  .xl\:text-lime-700\/65{
    color: rgb(77 124 15 / 0.65);
  }

  .xl\:text-lime-700\/70{
    color: rgb(77 124 15 / 0.7);
  }

  .xl\:text-lime-700\/75{
    color: rgb(77 124 15 / 0.75);
  }

  .xl\:text-lime-700\/80{
    color: rgb(77 124 15 / 0.8);
  }

  .xl\:text-lime-700\/85{
    color: rgb(77 124 15 / 0.85);
  }

  .xl\:text-lime-700\/90{
    color: rgb(77 124 15 / 0.9);
  }

  .xl\:text-lime-700\/95{
    color: rgb(77 124 15 / 0.95);
  }

  .xl\:text-lime-800{
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-800\/0{
    color: rgb(63 98 18 / 0);
  }

  .xl\:text-lime-800\/10{
    color: rgb(63 98 18 / 0.1);
  }

  .xl\:text-lime-800\/100{
    color: rgb(63 98 18 / 1);
  }

  .xl\:text-lime-800\/15{
    color: rgb(63 98 18 / 0.15);
  }

  .xl\:text-lime-800\/20{
    color: rgb(63 98 18 / 0.2);
  }

  .xl\:text-lime-800\/25{
    color: rgb(63 98 18 / 0.25);
  }

  .xl\:text-lime-800\/30{
    color: rgb(63 98 18 / 0.3);
  }

  .xl\:text-lime-800\/35{
    color: rgb(63 98 18 / 0.35);
  }

  .xl\:text-lime-800\/40{
    color: rgb(63 98 18 / 0.4);
  }

  .xl\:text-lime-800\/45{
    color: rgb(63 98 18 / 0.45);
  }

  .xl\:text-lime-800\/5{
    color: rgb(63 98 18 / 0.05);
  }

  .xl\:text-lime-800\/50{
    color: rgb(63 98 18 / 0.5);
  }

  .xl\:text-lime-800\/55{
    color: rgb(63 98 18 / 0.55);
  }

  .xl\:text-lime-800\/60{
    color: rgb(63 98 18 / 0.6);
  }

  .xl\:text-lime-800\/65{
    color: rgb(63 98 18 / 0.65);
  }

  .xl\:text-lime-800\/70{
    color: rgb(63 98 18 / 0.7);
  }

  .xl\:text-lime-800\/75{
    color: rgb(63 98 18 / 0.75);
  }

  .xl\:text-lime-800\/80{
    color: rgb(63 98 18 / 0.8);
  }

  .xl\:text-lime-800\/85{
    color: rgb(63 98 18 / 0.85);
  }

  .xl\:text-lime-800\/90{
    color: rgb(63 98 18 / 0.9);
  }

  .xl\:text-lime-800\/95{
    color: rgb(63 98 18 / 0.95);
  }

  .xl\:text-lime-900{
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-900\/0{
    color: rgb(54 83 20 / 0);
  }

  .xl\:text-lime-900\/10{
    color: rgb(54 83 20 / 0.1);
  }

  .xl\:text-lime-900\/100{
    color: rgb(54 83 20 / 1);
  }

  .xl\:text-lime-900\/15{
    color: rgb(54 83 20 / 0.15);
  }

  .xl\:text-lime-900\/20{
    color: rgb(54 83 20 / 0.2);
  }

  .xl\:text-lime-900\/25{
    color: rgb(54 83 20 / 0.25);
  }

  .xl\:text-lime-900\/30{
    color: rgb(54 83 20 / 0.3);
  }

  .xl\:text-lime-900\/35{
    color: rgb(54 83 20 / 0.35);
  }

  .xl\:text-lime-900\/40{
    color: rgb(54 83 20 / 0.4);
  }

  .xl\:text-lime-900\/45{
    color: rgb(54 83 20 / 0.45);
  }

  .xl\:text-lime-900\/5{
    color: rgb(54 83 20 / 0.05);
  }

  .xl\:text-lime-900\/50{
    color: rgb(54 83 20 / 0.5);
  }

  .xl\:text-lime-900\/55{
    color: rgb(54 83 20 / 0.55);
  }

  .xl\:text-lime-900\/60{
    color: rgb(54 83 20 / 0.6);
  }

  .xl\:text-lime-900\/65{
    color: rgb(54 83 20 / 0.65);
  }

  .xl\:text-lime-900\/70{
    color: rgb(54 83 20 / 0.7);
  }

  .xl\:text-lime-900\/75{
    color: rgb(54 83 20 / 0.75);
  }

  .xl\:text-lime-900\/80{
    color: rgb(54 83 20 / 0.8);
  }

  .xl\:text-lime-900\/85{
    color: rgb(54 83 20 / 0.85);
  }

  .xl\:text-lime-900\/90{
    color: rgb(54 83 20 / 0.9);
  }

  .xl\:text-lime-900\/95{
    color: rgb(54 83 20 / 0.95);
  }

  .xl\:text-lime-950{
    --tw-text-opacity: 1;
    color: rgb(26 46 5 / var(--tw-text-opacity, 1));
  }

  .xl\:text-lime-950\/0{
    color: rgb(26 46 5 / 0);
  }

  .xl\:text-lime-950\/10{
    color: rgb(26 46 5 / 0.1);
  }

  .xl\:text-lime-950\/100{
    color: rgb(26 46 5 / 1);
  }

  .xl\:text-lime-950\/15{
    color: rgb(26 46 5 / 0.15);
  }

  .xl\:text-lime-950\/20{
    color: rgb(26 46 5 / 0.2);
  }

  .xl\:text-lime-950\/25{
    color: rgb(26 46 5 / 0.25);
  }

  .xl\:text-lime-950\/30{
    color: rgb(26 46 5 / 0.3);
  }

  .xl\:text-lime-950\/35{
    color: rgb(26 46 5 / 0.35);
  }

  .xl\:text-lime-950\/40{
    color: rgb(26 46 5 / 0.4);
  }

  .xl\:text-lime-950\/45{
    color: rgb(26 46 5 / 0.45);
  }

  .xl\:text-lime-950\/5{
    color: rgb(26 46 5 / 0.05);
  }

  .xl\:text-lime-950\/50{
    color: rgb(26 46 5 / 0.5);
  }

  .xl\:text-lime-950\/55{
    color: rgb(26 46 5 / 0.55);
  }

  .xl\:text-lime-950\/60{
    color: rgb(26 46 5 / 0.6);
  }

  .xl\:text-lime-950\/65{
    color: rgb(26 46 5 / 0.65);
  }

  .xl\:text-lime-950\/70{
    color: rgb(26 46 5 / 0.7);
  }

  .xl\:text-lime-950\/75{
    color: rgb(26 46 5 / 0.75);
  }

  .xl\:text-lime-950\/80{
    color: rgb(26 46 5 / 0.8);
  }

  .xl\:text-lime-950\/85{
    color: rgb(26 46 5 / 0.85);
  }

  .xl\:text-lime-950\/90{
    color: rgb(26 46 5 / 0.9);
  }

  .xl\:text-lime-950\/95{
    color: rgb(26 46 5 / 0.95);
  }

  .xl\:text-neutral-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-100\/0{
    color: rgb(245 245 245 / 0);
  }

  .xl\:text-neutral-100\/10{
    color: rgb(245 245 245 / 0.1);
  }

  .xl\:text-neutral-100\/100{
    color: rgb(245 245 245 / 1);
  }

  .xl\:text-neutral-100\/15{
    color: rgb(245 245 245 / 0.15);
  }

  .xl\:text-neutral-100\/20{
    color: rgb(245 245 245 / 0.2);
  }

  .xl\:text-neutral-100\/25{
    color: rgb(245 245 245 / 0.25);
  }

  .xl\:text-neutral-100\/30{
    color: rgb(245 245 245 / 0.3);
  }

  .xl\:text-neutral-100\/35{
    color: rgb(245 245 245 / 0.35);
  }

  .xl\:text-neutral-100\/40{
    color: rgb(245 245 245 / 0.4);
  }

  .xl\:text-neutral-100\/45{
    color: rgb(245 245 245 / 0.45);
  }

  .xl\:text-neutral-100\/5{
    color: rgb(245 245 245 / 0.05);
  }

  .xl\:text-neutral-100\/50{
    color: rgb(245 245 245 / 0.5);
  }

  .xl\:text-neutral-100\/55{
    color: rgb(245 245 245 / 0.55);
  }

  .xl\:text-neutral-100\/60{
    color: rgb(245 245 245 / 0.6);
  }

  .xl\:text-neutral-100\/65{
    color: rgb(245 245 245 / 0.65);
  }

  .xl\:text-neutral-100\/70{
    color: rgb(245 245 245 / 0.7);
  }

  .xl\:text-neutral-100\/75{
    color: rgb(245 245 245 / 0.75);
  }

  .xl\:text-neutral-100\/80{
    color: rgb(245 245 245 / 0.8);
  }

  .xl\:text-neutral-100\/85{
    color: rgb(245 245 245 / 0.85);
  }

  .xl\:text-neutral-100\/90{
    color: rgb(245 245 245 / 0.9);
  }

  .xl\:text-neutral-100\/95{
    color: rgb(245 245 245 / 0.95);
  }

  .xl\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-200\/0{
    color: rgb(229 229 229 / 0);
  }

  .xl\:text-neutral-200\/10{
    color: rgb(229 229 229 / 0.1);
  }

  .xl\:text-neutral-200\/100{
    color: rgb(229 229 229 / 1);
  }

  .xl\:text-neutral-200\/15{
    color: rgb(229 229 229 / 0.15);
  }

  .xl\:text-neutral-200\/20{
    color: rgb(229 229 229 / 0.2);
  }

  .xl\:text-neutral-200\/25{
    color: rgb(229 229 229 / 0.25);
  }

  .xl\:text-neutral-200\/30{
    color: rgb(229 229 229 / 0.3);
  }

  .xl\:text-neutral-200\/35{
    color: rgb(229 229 229 / 0.35);
  }

  .xl\:text-neutral-200\/40{
    color: rgb(229 229 229 / 0.4);
  }

  .xl\:text-neutral-200\/45{
    color: rgb(229 229 229 / 0.45);
  }

  .xl\:text-neutral-200\/5{
    color: rgb(229 229 229 / 0.05);
  }

  .xl\:text-neutral-200\/50{
    color: rgb(229 229 229 / 0.5);
  }

  .xl\:text-neutral-200\/55{
    color: rgb(229 229 229 / 0.55);
  }

  .xl\:text-neutral-200\/60{
    color: rgb(229 229 229 / 0.6);
  }

  .xl\:text-neutral-200\/65{
    color: rgb(229 229 229 / 0.65);
  }

  .xl\:text-neutral-200\/70{
    color: rgb(229 229 229 / 0.7);
  }

  .xl\:text-neutral-200\/75{
    color: rgb(229 229 229 / 0.75);
  }

  .xl\:text-neutral-200\/80{
    color: rgb(229 229 229 / 0.8);
  }

  .xl\:text-neutral-200\/85{
    color: rgb(229 229 229 / 0.85);
  }

  .xl\:text-neutral-200\/90{
    color: rgb(229 229 229 / 0.9);
  }

  .xl\:text-neutral-200\/95{
    color: rgb(229 229 229 / 0.95);
  }

  .xl\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-300\/0{
    color: rgb(212 212 212 / 0);
  }

  .xl\:text-neutral-300\/10{
    color: rgb(212 212 212 / 0.1);
  }

  .xl\:text-neutral-300\/100{
    color: rgb(212 212 212 / 1);
  }

  .xl\:text-neutral-300\/15{
    color: rgb(212 212 212 / 0.15);
  }

  .xl\:text-neutral-300\/20{
    color: rgb(212 212 212 / 0.2);
  }

  .xl\:text-neutral-300\/25{
    color: rgb(212 212 212 / 0.25);
  }

  .xl\:text-neutral-300\/30{
    color: rgb(212 212 212 / 0.3);
  }

  .xl\:text-neutral-300\/35{
    color: rgb(212 212 212 / 0.35);
  }

  .xl\:text-neutral-300\/40{
    color: rgb(212 212 212 / 0.4);
  }

  .xl\:text-neutral-300\/45{
    color: rgb(212 212 212 / 0.45);
  }

  .xl\:text-neutral-300\/5{
    color: rgb(212 212 212 / 0.05);
  }

  .xl\:text-neutral-300\/50{
    color: rgb(212 212 212 / 0.5);
  }

  .xl\:text-neutral-300\/55{
    color: rgb(212 212 212 / 0.55);
  }

  .xl\:text-neutral-300\/60{
    color: rgb(212 212 212 / 0.6);
  }

  .xl\:text-neutral-300\/65{
    color: rgb(212 212 212 / 0.65);
  }

  .xl\:text-neutral-300\/70{
    color: rgb(212 212 212 / 0.7);
  }

  .xl\:text-neutral-300\/75{
    color: rgb(212 212 212 / 0.75);
  }

  .xl\:text-neutral-300\/80{
    color: rgb(212 212 212 / 0.8);
  }

  .xl\:text-neutral-300\/85{
    color: rgb(212 212 212 / 0.85);
  }

  .xl\:text-neutral-300\/90{
    color: rgb(212 212 212 / 0.9);
  }

  .xl\:text-neutral-300\/95{
    color: rgb(212 212 212 / 0.95);
  }

  .xl\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-400\/0{
    color: rgb(163 163 163 / 0);
  }

  .xl\:text-neutral-400\/10{
    color: rgb(163 163 163 / 0.1);
  }

  .xl\:text-neutral-400\/100{
    color: rgb(163 163 163 / 1);
  }

  .xl\:text-neutral-400\/15{
    color: rgb(163 163 163 / 0.15);
  }

  .xl\:text-neutral-400\/20{
    color: rgb(163 163 163 / 0.2);
  }

  .xl\:text-neutral-400\/25{
    color: rgb(163 163 163 / 0.25);
  }

  .xl\:text-neutral-400\/30{
    color: rgb(163 163 163 / 0.3);
  }

  .xl\:text-neutral-400\/35{
    color: rgb(163 163 163 / 0.35);
  }

  .xl\:text-neutral-400\/40{
    color: rgb(163 163 163 / 0.4);
  }

  .xl\:text-neutral-400\/45{
    color: rgb(163 163 163 / 0.45);
  }

  .xl\:text-neutral-400\/5{
    color: rgb(163 163 163 / 0.05);
  }

  .xl\:text-neutral-400\/50{
    color: rgb(163 163 163 / 0.5);
  }

  .xl\:text-neutral-400\/55{
    color: rgb(163 163 163 / 0.55);
  }

  .xl\:text-neutral-400\/60{
    color: rgb(163 163 163 / 0.6);
  }

  .xl\:text-neutral-400\/65{
    color: rgb(163 163 163 / 0.65);
  }

  .xl\:text-neutral-400\/70{
    color: rgb(163 163 163 / 0.7);
  }

  .xl\:text-neutral-400\/75{
    color: rgb(163 163 163 / 0.75);
  }

  .xl\:text-neutral-400\/80{
    color: rgb(163 163 163 / 0.8);
  }

  .xl\:text-neutral-400\/85{
    color: rgb(163 163 163 / 0.85);
  }

  .xl\:text-neutral-400\/90{
    color: rgb(163 163 163 / 0.9);
  }

  .xl\:text-neutral-400\/95{
    color: rgb(163 163 163 / 0.95);
  }

  .xl\:text-neutral-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .xl\:text-neutral-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .xl\:text-neutral-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .xl\:text-neutral-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .xl\:text-neutral-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .xl\:text-neutral-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .xl\:text-neutral-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .xl\:text-neutral-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .xl\:text-neutral-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .xl\:text-neutral-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .xl\:text-neutral-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .xl\:text-neutral-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .xl\:text-neutral-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .xl\:text-neutral-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .xl\:text-neutral-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .xl\:text-neutral-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .xl\:text-neutral-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .xl\:text-neutral-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .xl\:text-neutral-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .xl\:text-neutral-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .xl\:text-neutral-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .xl\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-500\/0{
    color: rgb(115 115 115 / 0);
  }

  .xl\:text-neutral-500\/10{
    color: rgb(115 115 115 / 0.1);
  }

  .xl\:text-neutral-500\/100{
    color: rgb(115 115 115 / 1);
  }

  .xl\:text-neutral-500\/15{
    color: rgb(115 115 115 / 0.15);
  }

  .xl\:text-neutral-500\/20{
    color: rgb(115 115 115 / 0.2);
  }

  .xl\:text-neutral-500\/25{
    color: rgb(115 115 115 / 0.25);
  }

  .xl\:text-neutral-500\/30{
    color: rgb(115 115 115 / 0.3);
  }

  .xl\:text-neutral-500\/35{
    color: rgb(115 115 115 / 0.35);
  }

  .xl\:text-neutral-500\/40{
    color: rgb(115 115 115 / 0.4);
  }

  .xl\:text-neutral-500\/45{
    color: rgb(115 115 115 / 0.45);
  }

  .xl\:text-neutral-500\/5{
    color: rgb(115 115 115 / 0.05);
  }

  .xl\:text-neutral-500\/50{
    color: rgb(115 115 115 / 0.5);
  }

  .xl\:text-neutral-500\/55{
    color: rgb(115 115 115 / 0.55);
  }

  .xl\:text-neutral-500\/60{
    color: rgb(115 115 115 / 0.6);
  }

  .xl\:text-neutral-500\/65{
    color: rgb(115 115 115 / 0.65);
  }

  .xl\:text-neutral-500\/70{
    color: rgb(115 115 115 / 0.7);
  }

  .xl\:text-neutral-500\/75{
    color: rgb(115 115 115 / 0.75);
  }

  .xl\:text-neutral-500\/80{
    color: rgb(115 115 115 / 0.8);
  }

  .xl\:text-neutral-500\/85{
    color: rgb(115 115 115 / 0.85);
  }

  .xl\:text-neutral-500\/90{
    color: rgb(115 115 115 / 0.9);
  }

  .xl\:text-neutral-500\/95{
    color: rgb(115 115 115 / 0.95);
  }

  .xl\:text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-600\/0{
    color: rgb(82 82 82 / 0);
  }

  .xl\:text-neutral-600\/10{
    color: rgb(82 82 82 / 0.1);
  }

  .xl\:text-neutral-600\/100{
    color: rgb(82 82 82 / 1);
  }

  .xl\:text-neutral-600\/15{
    color: rgb(82 82 82 / 0.15);
  }

  .xl\:text-neutral-600\/20{
    color: rgb(82 82 82 / 0.2);
  }

  .xl\:text-neutral-600\/25{
    color: rgb(82 82 82 / 0.25);
  }

  .xl\:text-neutral-600\/30{
    color: rgb(82 82 82 / 0.3);
  }

  .xl\:text-neutral-600\/35{
    color: rgb(82 82 82 / 0.35);
  }

  .xl\:text-neutral-600\/40{
    color: rgb(82 82 82 / 0.4);
  }

  .xl\:text-neutral-600\/45{
    color: rgb(82 82 82 / 0.45);
  }

  .xl\:text-neutral-600\/5{
    color: rgb(82 82 82 / 0.05);
  }

  .xl\:text-neutral-600\/50{
    color: rgb(82 82 82 / 0.5);
  }

  .xl\:text-neutral-600\/55{
    color: rgb(82 82 82 / 0.55);
  }

  .xl\:text-neutral-600\/60{
    color: rgb(82 82 82 / 0.6);
  }

  .xl\:text-neutral-600\/65{
    color: rgb(82 82 82 / 0.65);
  }

  .xl\:text-neutral-600\/70{
    color: rgb(82 82 82 / 0.7);
  }

  .xl\:text-neutral-600\/75{
    color: rgb(82 82 82 / 0.75);
  }

  .xl\:text-neutral-600\/80{
    color: rgb(82 82 82 / 0.8);
  }

  .xl\:text-neutral-600\/85{
    color: rgb(82 82 82 / 0.85);
  }

  .xl\:text-neutral-600\/90{
    color: rgb(82 82 82 / 0.9);
  }

  .xl\:text-neutral-600\/95{
    color: rgb(82 82 82 / 0.95);
  }

  .xl\:text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-700\/0{
    color: rgb(64 64 64 / 0);
  }

  .xl\:text-neutral-700\/10{
    color: rgb(64 64 64 / 0.1);
  }

  .xl\:text-neutral-700\/100{
    color: rgb(64 64 64 / 1);
  }

  .xl\:text-neutral-700\/15{
    color: rgb(64 64 64 / 0.15);
  }

  .xl\:text-neutral-700\/20{
    color: rgb(64 64 64 / 0.2);
  }

  .xl\:text-neutral-700\/25{
    color: rgb(64 64 64 / 0.25);
  }

  .xl\:text-neutral-700\/30{
    color: rgb(64 64 64 / 0.3);
  }

  .xl\:text-neutral-700\/35{
    color: rgb(64 64 64 / 0.35);
  }

  .xl\:text-neutral-700\/40{
    color: rgb(64 64 64 / 0.4);
  }

  .xl\:text-neutral-700\/45{
    color: rgb(64 64 64 / 0.45);
  }

  .xl\:text-neutral-700\/5{
    color: rgb(64 64 64 / 0.05);
  }

  .xl\:text-neutral-700\/50{
    color: rgb(64 64 64 / 0.5);
  }

  .xl\:text-neutral-700\/55{
    color: rgb(64 64 64 / 0.55);
  }

  .xl\:text-neutral-700\/60{
    color: rgb(64 64 64 / 0.6);
  }

  .xl\:text-neutral-700\/65{
    color: rgb(64 64 64 / 0.65);
  }

  .xl\:text-neutral-700\/70{
    color: rgb(64 64 64 / 0.7);
  }

  .xl\:text-neutral-700\/75{
    color: rgb(64 64 64 / 0.75);
  }

  .xl\:text-neutral-700\/80{
    color: rgb(64 64 64 / 0.8);
  }

  .xl\:text-neutral-700\/85{
    color: rgb(64 64 64 / 0.85);
  }

  .xl\:text-neutral-700\/90{
    color: rgb(64 64 64 / 0.9);
  }

  .xl\:text-neutral-700\/95{
    color: rgb(64 64 64 / 0.95);
  }

  .xl\:text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-800\/0{
    color: rgb(38 38 38 / 0);
  }

  .xl\:text-neutral-800\/10{
    color: rgb(38 38 38 / 0.1);
  }

  .xl\:text-neutral-800\/100{
    color: rgb(38 38 38 / 1);
  }

  .xl\:text-neutral-800\/15{
    color: rgb(38 38 38 / 0.15);
  }

  .xl\:text-neutral-800\/20{
    color: rgb(38 38 38 / 0.2);
  }

  .xl\:text-neutral-800\/25{
    color: rgb(38 38 38 / 0.25);
  }

  .xl\:text-neutral-800\/30{
    color: rgb(38 38 38 / 0.3);
  }

  .xl\:text-neutral-800\/35{
    color: rgb(38 38 38 / 0.35);
  }

  .xl\:text-neutral-800\/40{
    color: rgb(38 38 38 / 0.4);
  }

  .xl\:text-neutral-800\/45{
    color: rgb(38 38 38 / 0.45);
  }

  .xl\:text-neutral-800\/5{
    color: rgb(38 38 38 / 0.05);
  }

  .xl\:text-neutral-800\/50{
    color: rgb(38 38 38 / 0.5);
  }

  .xl\:text-neutral-800\/55{
    color: rgb(38 38 38 / 0.55);
  }

  .xl\:text-neutral-800\/60{
    color: rgb(38 38 38 / 0.6);
  }

  .xl\:text-neutral-800\/65{
    color: rgb(38 38 38 / 0.65);
  }

  .xl\:text-neutral-800\/70{
    color: rgb(38 38 38 / 0.7);
  }

  .xl\:text-neutral-800\/75{
    color: rgb(38 38 38 / 0.75);
  }

  .xl\:text-neutral-800\/80{
    color: rgb(38 38 38 / 0.8);
  }

  .xl\:text-neutral-800\/85{
    color: rgb(38 38 38 / 0.85);
  }

  .xl\:text-neutral-800\/90{
    color: rgb(38 38 38 / 0.9);
  }

  .xl\:text-neutral-800\/95{
    color: rgb(38 38 38 / 0.95);
  }

  .xl\:text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-900\/0{
    color: rgb(23 23 23 / 0);
  }

  .xl\:text-neutral-900\/10{
    color: rgb(23 23 23 / 0.1);
  }

  .xl\:text-neutral-900\/100{
    color: rgb(23 23 23 / 1);
  }

  .xl\:text-neutral-900\/15{
    color: rgb(23 23 23 / 0.15);
  }

  .xl\:text-neutral-900\/20{
    color: rgb(23 23 23 / 0.2);
  }

  .xl\:text-neutral-900\/25{
    color: rgb(23 23 23 / 0.25);
  }

  .xl\:text-neutral-900\/30{
    color: rgb(23 23 23 / 0.3);
  }

  .xl\:text-neutral-900\/35{
    color: rgb(23 23 23 / 0.35);
  }

  .xl\:text-neutral-900\/40{
    color: rgb(23 23 23 / 0.4);
  }

  .xl\:text-neutral-900\/45{
    color: rgb(23 23 23 / 0.45);
  }

  .xl\:text-neutral-900\/5{
    color: rgb(23 23 23 / 0.05);
  }

  .xl\:text-neutral-900\/50{
    color: rgb(23 23 23 / 0.5);
  }

  .xl\:text-neutral-900\/55{
    color: rgb(23 23 23 / 0.55);
  }

  .xl\:text-neutral-900\/60{
    color: rgb(23 23 23 / 0.6);
  }

  .xl\:text-neutral-900\/65{
    color: rgb(23 23 23 / 0.65);
  }

  .xl\:text-neutral-900\/70{
    color: rgb(23 23 23 / 0.7);
  }

  .xl\:text-neutral-900\/75{
    color: rgb(23 23 23 / 0.75);
  }

  .xl\:text-neutral-900\/80{
    color: rgb(23 23 23 / 0.8);
  }

  .xl\:text-neutral-900\/85{
    color: rgb(23 23 23 / 0.85);
  }

  .xl\:text-neutral-900\/90{
    color: rgb(23 23 23 / 0.9);
  }

  .xl\:text-neutral-900\/95{
    color: rgb(23 23 23 / 0.95);
  }

  .xl\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  .xl\:text-neutral-950\/0{
    color: rgb(10 10 10 / 0);
  }

  .xl\:text-neutral-950\/10{
    color: rgb(10 10 10 / 0.1);
  }

  .xl\:text-neutral-950\/100{
    color: rgb(10 10 10 / 1);
  }

  .xl\:text-neutral-950\/15{
    color: rgb(10 10 10 / 0.15);
  }

  .xl\:text-neutral-950\/20{
    color: rgb(10 10 10 / 0.2);
  }

  .xl\:text-neutral-950\/25{
    color: rgb(10 10 10 / 0.25);
  }

  .xl\:text-neutral-950\/30{
    color: rgb(10 10 10 / 0.3);
  }

  .xl\:text-neutral-950\/35{
    color: rgb(10 10 10 / 0.35);
  }

  .xl\:text-neutral-950\/40{
    color: rgb(10 10 10 / 0.4);
  }

  .xl\:text-neutral-950\/45{
    color: rgb(10 10 10 / 0.45);
  }

  .xl\:text-neutral-950\/5{
    color: rgb(10 10 10 / 0.05);
  }

  .xl\:text-neutral-950\/50{
    color: rgb(10 10 10 / 0.5);
  }

  .xl\:text-neutral-950\/55{
    color: rgb(10 10 10 / 0.55);
  }

  .xl\:text-neutral-950\/60{
    color: rgb(10 10 10 / 0.6);
  }

  .xl\:text-neutral-950\/65{
    color: rgb(10 10 10 / 0.65);
  }

  .xl\:text-neutral-950\/70{
    color: rgb(10 10 10 / 0.7);
  }

  .xl\:text-neutral-950\/75{
    color: rgb(10 10 10 / 0.75);
  }

  .xl\:text-neutral-950\/80{
    color: rgb(10 10 10 / 0.8);
  }

  .xl\:text-neutral-950\/85{
    color: rgb(10 10 10 / 0.85);
  }

  .xl\:text-neutral-950\/90{
    color: rgb(10 10 10 / 0.9);
  }

  .xl\:text-neutral-950\/95{
    color: rgb(10 10 10 / 0.95);
  }

  .xl\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-100\/0{
    color: rgb(255 237 213 / 0);
  }

  .xl\:text-orange-100\/10{
    color: rgb(255 237 213 / 0.1);
  }

  .xl\:text-orange-100\/100{
    color: rgb(255 237 213 / 1);
  }

  .xl\:text-orange-100\/15{
    color: rgb(255 237 213 / 0.15);
  }

  .xl\:text-orange-100\/20{
    color: rgb(255 237 213 / 0.2);
  }

  .xl\:text-orange-100\/25{
    color: rgb(255 237 213 / 0.25);
  }

  .xl\:text-orange-100\/30{
    color: rgb(255 237 213 / 0.3);
  }

  .xl\:text-orange-100\/35{
    color: rgb(255 237 213 / 0.35);
  }

  .xl\:text-orange-100\/40{
    color: rgb(255 237 213 / 0.4);
  }

  .xl\:text-orange-100\/45{
    color: rgb(255 237 213 / 0.45);
  }

  .xl\:text-orange-100\/5{
    color: rgb(255 237 213 / 0.05);
  }

  .xl\:text-orange-100\/50{
    color: rgb(255 237 213 / 0.5);
  }

  .xl\:text-orange-100\/55{
    color: rgb(255 237 213 / 0.55);
  }

  .xl\:text-orange-100\/60{
    color: rgb(255 237 213 / 0.6);
  }

  .xl\:text-orange-100\/65{
    color: rgb(255 237 213 / 0.65);
  }

  .xl\:text-orange-100\/70{
    color: rgb(255 237 213 / 0.7);
  }

  .xl\:text-orange-100\/75{
    color: rgb(255 237 213 / 0.75);
  }

  .xl\:text-orange-100\/80{
    color: rgb(255 237 213 / 0.8);
  }

  .xl\:text-orange-100\/85{
    color: rgb(255 237 213 / 0.85);
  }

  .xl\:text-orange-100\/90{
    color: rgb(255 237 213 / 0.9);
  }

  .xl\:text-orange-100\/95{
    color: rgb(255 237 213 / 0.95);
  }

  .xl\:text-orange-200{
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-200\/0{
    color: rgb(254 215 170 / 0);
  }

  .xl\:text-orange-200\/10{
    color: rgb(254 215 170 / 0.1);
  }

  .xl\:text-orange-200\/100{
    color: rgb(254 215 170 / 1);
  }

  .xl\:text-orange-200\/15{
    color: rgb(254 215 170 / 0.15);
  }

  .xl\:text-orange-200\/20{
    color: rgb(254 215 170 / 0.2);
  }

  .xl\:text-orange-200\/25{
    color: rgb(254 215 170 / 0.25);
  }

  .xl\:text-orange-200\/30{
    color: rgb(254 215 170 / 0.3);
  }

  .xl\:text-orange-200\/35{
    color: rgb(254 215 170 / 0.35);
  }

  .xl\:text-orange-200\/40{
    color: rgb(254 215 170 / 0.4);
  }

  .xl\:text-orange-200\/45{
    color: rgb(254 215 170 / 0.45);
  }

  .xl\:text-orange-200\/5{
    color: rgb(254 215 170 / 0.05);
  }

  .xl\:text-orange-200\/50{
    color: rgb(254 215 170 / 0.5);
  }

  .xl\:text-orange-200\/55{
    color: rgb(254 215 170 / 0.55);
  }

  .xl\:text-orange-200\/60{
    color: rgb(254 215 170 / 0.6);
  }

  .xl\:text-orange-200\/65{
    color: rgb(254 215 170 / 0.65);
  }

  .xl\:text-orange-200\/70{
    color: rgb(254 215 170 / 0.7);
  }

  .xl\:text-orange-200\/75{
    color: rgb(254 215 170 / 0.75);
  }

  .xl\:text-orange-200\/80{
    color: rgb(254 215 170 / 0.8);
  }

  .xl\:text-orange-200\/85{
    color: rgb(254 215 170 / 0.85);
  }

  .xl\:text-orange-200\/90{
    color: rgb(254 215 170 / 0.9);
  }

  .xl\:text-orange-200\/95{
    color: rgb(254 215 170 / 0.95);
  }

  .xl\:text-orange-300{
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-300\/0{
    color: rgb(253 186 116 / 0);
  }

  .xl\:text-orange-300\/10{
    color: rgb(253 186 116 / 0.1);
  }

  .xl\:text-orange-300\/100{
    color: rgb(253 186 116 / 1);
  }

  .xl\:text-orange-300\/15{
    color: rgb(253 186 116 / 0.15);
  }

  .xl\:text-orange-300\/20{
    color: rgb(253 186 116 / 0.2);
  }

  .xl\:text-orange-300\/25{
    color: rgb(253 186 116 / 0.25);
  }

  .xl\:text-orange-300\/30{
    color: rgb(253 186 116 / 0.3);
  }

  .xl\:text-orange-300\/35{
    color: rgb(253 186 116 / 0.35);
  }

  .xl\:text-orange-300\/40{
    color: rgb(253 186 116 / 0.4);
  }

  .xl\:text-orange-300\/45{
    color: rgb(253 186 116 / 0.45);
  }

  .xl\:text-orange-300\/5{
    color: rgb(253 186 116 / 0.05);
  }

  .xl\:text-orange-300\/50{
    color: rgb(253 186 116 / 0.5);
  }

  .xl\:text-orange-300\/55{
    color: rgb(253 186 116 / 0.55);
  }

  .xl\:text-orange-300\/60{
    color: rgb(253 186 116 / 0.6);
  }

  .xl\:text-orange-300\/65{
    color: rgb(253 186 116 / 0.65);
  }

  .xl\:text-orange-300\/70{
    color: rgb(253 186 116 / 0.7);
  }

  .xl\:text-orange-300\/75{
    color: rgb(253 186 116 / 0.75);
  }

  .xl\:text-orange-300\/80{
    color: rgb(253 186 116 / 0.8);
  }

  .xl\:text-orange-300\/85{
    color: rgb(253 186 116 / 0.85);
  }

  .xl\:text-orange-300\/90{
    color: rgb(253 186 116 / 0.9);
  }

  .xl\:text-orange-300\/95{
    color: rgb(253 186 116 / 0.95);
  }

  .xl\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-400\/0{
    color: rgb(251 146 60 / 0);
  }

  .xl\:text-orange-400\/10{
    color: rgb(251 146 60 / 0.1);
  }

  .xl\:text-orange-400\/100{
    color: rgb(251 146 60 / 1);
  }

  .xl\:text-orange-400\/15{
    color: rgb(251 146 60 / 0.15);
  }

  .xl\:text-orange-400\/20{
    color: rgb(251 146 60 / 0.2);
  }

  .xl\:text-orange-400\/25{
    color: rgb(251 146 60 / 0.25);
  }

  .xl\:text-orange-400\/30{
    color: rgb(251 146 60 / 0.3);
  }

  .xl\:text-orange-400\/35{
    color: rgb(251 146 60 / 0.35);
  }

  .xl\:text-orange-400\/40{
    color: rgb(251 146 60 / 0.4);
  }

  .xl\:text-orange-400\/45{
    color: rgb(251 146 60 / 0.45);
  }

  .xl\:text-orange-400\/5{
    color: rgb(251 146 60 / 0.05);
  }

  .xl\:text-orange-400\/50{
    color: rgb(251 146 60 / 0.5);
  }

  .xl\:text-orange-400\/55{
    color: rgb(251 146 60 / 0.55);
  }

  .xl\:text-orange-400\/60{
    color: rgb(251 146 60 / 0.6);
  }

  .xl\:text-orange-400\/65{
    color: rgb(251 146 60 / 0.65);
  }

  .xl\:text-orange-400\/70{
    color: rgb(251 146 60 / 0.7);
  }

  .xl\:text-orange-400\/75{
    color: rgb(251 146 60 / 0.75);
  }

  .xl\:text-orange-400\/80{
    color: rgb(251 146 60 / 0.8);
  }

  .xl\:text-orange-400\/85{
    color: rgb(251 146 60 / 0.85);
  }

  .xl\:text-orange-400\/90{
    color: rgb(251 146 60 / 0.9);
  }

  .xl\:text-orange-400\/95{
    color: rgb(251 146 60 / 0.95);
  }

  .xl\:text-orange-50{
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-50\/0{
    color: rgb(255 247 237 / 0);
  }

  .xl\:text-orange-50\/10{
    color: rgb(255 247 237 / 0.1);
  }

  .xl\:text-orange-50\/100{
    color: rgb(255 247 237 / 1);
  }

  .xl\:text-orange-50\/15{
    color: rgb(255 247 237 / 0.15);
  }

  .xl\:text-orange-50\/20{
    color: rgb(255 247 237 / 0.2);
  }

  .xl\:text-orange-50\/25{
    color: rgb(255 247 237 / 0.25);
  }

  .xl\:text-orange-50\/30{
    color: rgb(255 247 237 / 0.3);
  }

  .xl\:text-orange-50\/35{
    color: rgb(255 247 237 / 0.35);
  }

  .xl\:text-orange-50\/40{
    color: rgb(255 247 237 / 0.4);
  }

  .xl\:text-orange-50\/45{
    color: rgb(255 247 237 / 0.45);
  }

  .xl\:text-orange-50\/5{
    color: rgb(255 247 237 / 0.05);
  }

  .xl\:text-orange-50\/50{
    color: rgb(255 247 237 / 0.5);
  }

  .xl\:text-orange-50\/55{
    color: rgb(255 247 237 / 0.55);
  }

  .xl\:text-orange-50\/60{
    color: rgb(255 247 237 / 0.6);
  }

  .xl\:text-orange-50\/65{
    color: rgb(255 247 237 / 0.65);
  }

  .xl\:text-orange-50\/70{
    color: rgb(255 247 237 / 0.7);
  }

  .xl\:text-orange-50\/75{
    color: rgb(255 247 237 / 0.75);
  }

  .xl\:text-orange-50\/80{
    color: rgb(255 247 237 / 0.8);
  }

  .xl\:text-orange-50\/85{
    color: rgb(255 247 237 / 0.85);
  }

  .xl\:text-orange-50\/90{
    color: rgb(255 247 237 / 0.9);
  }

  .xl\:text-orange-50\/95{
    color: rgb(255 247 237 / 0.95);
  }

  .xl\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-500\/0{
    color: rgb(249 115 22 / 0);
  }

  .xl\:text-orange-500\/10{
    color: rgb(249 115 22 / 0.1);
  }

  .xl\:text-orange-500\/100{
    color: rgb(249 115 22 / 1);
  }

  .xl\:text-orange-500\/15{
    color: rgb(249 115 22 / 0.15);
  }

  .xl\:text-orange-500\/20{
    color: rgb(249 115 22 / 0.2);
  }

  .xl\:text-orange-500\/25{
    color: rgb(249 115 22 / 0.25);
  }

  .xl\:text-orange-500\/30{
    color: rgb(249 115 22 / 0.3);
  }

  .xl\:text-orange-500\/35{
    color: rgb(249 115 22 / 0.35);
  }

  .xl\:text-orange-500\/40{
    color: rgb(249 115 22 / 0.4);
  }

  .xl\:text-orange-500\/45{
    color: rgb(249 115 22 / 0.45);
  }

  .xl\:text-orange-500\/5{
    color: rgb(249 115 22 / 0.05);
  }

  .xl\:text-orange-500\/50{
    color: rgb(249 115 22 / 0.5);
  }

  .xl\:text-orange-500\/55{
    color: rgb(249 115 22 / 0.55);
  }

  .xl\:text-orange-500\/60{
    color: rgb(249 115 22 / 0.6);
  }

  .xl\:text-orange-500\/65{
    color: rgb(249 115 22 / 0.65);
  }

  .xl\:text-orange-500\/70{
    color: rgb(249 115 22 / 0.7);
  }

  .xl\:text-orange-500\/75{
    color: rgb(249 115 22 / 0.75);
  }

  .xl\:text-orange-500\/80{
    color: rgb(249 115 22 / 0.8);
  }

  .xl\:text-orange-500\/85{
    color: rgb(249 115 22 / 0.85);
  }

  .xl\:text-orange-500\/90{
    color: rgb(249 115 22 / 0.9);
  }

  .xl\:text-orange-500\/95{
    color: rgb(249 115 22 / 0.95);
  }

  .xl\:text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-600\/0{
    color: rgb(234 88 12 / 0);
  }

  .xl\:text-orange-600\/10{
    color: rgb(234 88 12 / 0.1);
  }

  .xl\:text-orange-600\/100{
    color: rgb(234 88 12 / 1);
  }

  .xl\:text-orange-600\/15{
    color: rgb(234 88 12 / 0.15);
  }

  .xl\:text-orange-600\/20{
    color: rgb(234 88 12 / 0.2);
  }

  .xl\:text-orange-600\/25{
    color: rgb(234 88 12 / 0.25);
  }

  .xl\:text-orange-600\/30{
    color: rgb(234 88 12 / 0.3);
  }

  .xl\:text-orange-600\/35{
    color: rgb(234 88 12 / 0.35);
  }

  .xl\:text-orange-600\/40{
    color: rgb(234 88 12 / 0.4);
  }

  .xl\:text-orange-600\/45{
    color: rgb(234 88 12 / 0.45);
  }

  .xl\:text-orange-600\/5{
    color: rgb(234 88 12 / 0.05);
  }

  .xl\:text-orange-600\/50{
    color: rgb(234 88 12 / 0.5);
  }

  .xl\:text-orange-600\/55{
    color: rgb(234 88 12 / 0.55);
  }

  .xl\:text-orange-600\/60{
    color: rgb(234 88 12 / 0.6);
  }

  .xl\:text-orange-600\/65{
    color: rgb(234 88 12 / 0.65);
  }

  .xl\:text-orange-600\/70{
    color: rgb(234 88 12 / 0.7);
  }

  .xl\:text-orange-600\/75{
    color: rgb(234 88 12 / 0.75);
  }

  .xl\:text-orange-600\/80{
    color: rgb(234 88 12 / 0.8);
  }

  .xl\:text-orange-600\/85{
    color: rgb(234 88 12 / 0.85);
  }

  .xl\:text-orange-600\/90{
    color: rgb(234 88 12 / 0.9);
  }

  .xl\:text-orange-600\/95{
    color: rgb(234 88 12 / 0.95);
  }

  .xl\:text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-700\/0{
    color: rgb(194 65 12 / 0);
  }

  .xl\:text-orange-700\/10{
    color: rgb(194 65 12 / 0.1);
  }

  .xl\:text-orange-700\/100{
    color: rgb(194 65 12 / 1);
  }

  .xl\:text-orange-700\/15{
    color: rgb(194 65 12 / 0.15);
  }

  .xl\:text-orange-700\/20{
    color: rgb(194 65 12 / 0.2);
  }

  .xl\:text-orange-700\/25{
    color: rgb(194 65 12 / 0.25);
  }

  .xl\:text-orange-700\/30{
    color: rgb(194 65 12 / 0.3);
  }

  .xl\:text-orange-700\/35{
    color: rgb(194 65 12 / 0.35);
  }

  .xl\:text-orange-700\/40{
    color: rgb(194 65 12 / 0.4);
  }

  .xl\:text-orange-700\/45{
    color: rgb(194 65 12 / 0.45);
  }

  .xl\:text-orange-700\/5{
    color: rgb(194 65 12 / 0.05);
  }

  .xl\:text-orange-700\/50{
    color: rgb(194 65 12 / 0.5);
  }

  .xl\:text-orange-700\/55{
    color: rgb(194 65 12 / 0.55);
  }

  .xl\:text-orange-700\/60{
    color: rgb(194 65 12 / 0.6);
  }

  .xl\:text-orange-700\/65{
    color: rgb(194 65 12 / 0.65);
  }

  .xl\:text-orange-700\/70{
    color: rgb(194 65 12 / 0.7);
  }

  .xl\:text-orange-700\/75{
    color: rgb(194 65 12 / 0.75);
  }

  .xl\:text-orange-700\/80{
    color: rgb(194 65 12 / 0.8);
  }

  .xl\:text-orange-700\/85{
    color: rgb(194 65 12 / 0.85);
  }

  .xl\:text-orange-700\/90{
    color: rgb(194 65 12 / 0.9);
  }

  .xl\:text-orange-700\/95{
    color: rgb(194 65 12 / 0.95);
  }

  .xl\:text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-800\/0{
    color: rgb(154 52 18 / 0);
  }

  .xl\:text-orange-800\/10{
    color: rgb(154 52 18 / 0.1);
  }

  .xl\:text-orange-800\/100{
    color: rgb(154 52 18 / 1);
  }

  .xl\:text-orange-800\/15{
    color: rgb(154 52 18 / 0.15);
  }

  .xl\:text-orange-800\/20{
    color: rgb(154 52 18 / 0.2);
  }

  .xl\:text-orange-800\/25{
    color: rgb(154 52 18 / 0.25);
  }

  .xl\:text-orange-800\/30{
    color: rgb(154 52 18 / 0.3);
  }

  .xl\:text-orange-800\/35{
    color: rgb(154 52 18 / 0.35);
  }

  .xl\:text-orange-800\/40{
    color: rgb(154 52 18 / 0.4);
  }

  .xl\:text-orange-800\/45{
    color: rgb(154 52 18 / 0.45);
  }

  .xl\:text-orange-800\/5{
    color: rgb(154 52 18 / 0.05);
  }

  .xl\:text-orange-800\/50{
    color: rgb(154 52 18 / 0.5);
  }

  .xl\:text-orange-800\/55{
    color: rgb(154 52 18 / 0.55);
  }

  .xl\:text-orange-800\/60{
    color: rgb(154 52 18 / 0.6);
  }

  .xl\:text-orange-800\/65{
    color: rgb(154 52 18 / 0.65);
  }

  .xl\:text-orange-800\/70{
    color: rgb(154 52 18 / 0.7);
  }

  .xl\:text-orange-800\/75{
    color: rgb(154 52 18 / 0.75);
  }

  .xl\:text-orange-800\/80{
    color: rgb(154 52 18 / 0.8);
  }

  .xl\:text-orange-800\/85{
    color: rgb(154 52 18 / 0.85);
  }

  .xl\:text-orange-800\/90{
    color: rgb(154 52 18 / 0.9);
  }

  .xl\:text-orange-800\/95{
    color: rgb(154 52 18 / 0.95);
  }

  .xl\:text-orange-900{
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-900\/0{
    color: rgb(124 45 18 / 0);
  }

  .xl\:text-orange-900\/10{
    color: rgb(124 45 18 / 0.1);
  }

  .xl\:text-orange-900\/100{
    color: rgb(124 45 18 / 1);
  }

  .xl\:text-orange-900\/15{
    color: rgb(124 45 18 / 0.15);
  }

  .xl\:text-orange-900\/20{
    color: rgb(124 45 18 / 0.2);
  }

  .xl\:text-orange-900\/25{
    color: rgb(124 45 18 / 0.25);
  }

  .xl\:text-orange-900\/30{
    color: rgb(124 45 18 / 0.3);
  }

  .xl\:text-orange-900\/35{
    color: rgb(124 45 18 / 0.35);
  }

  .xl\:text-orange-900\/40{
    color: rgb(124 45 18 / 0.4);
  }

  .xl\:text-orange-900\/45{
    color: rgb(124 45 18 / 0.45);
  }

  .xl\:text-orange-900\/5{
    color: rgb(124 45 18 / 0.05);
  }

  .xl\:text-orange-900\/50{
    color: rgb(124 45 18 / 0.5);
  }

  .xl\:text-orange-900\/55{
    color: rgb(124 45 18 / 0.55);
  }

  .xl\:text-orange-900\/60{
    color: rgb(124 45 18 / 0.6);
  }

  .xl\:text-orange-900\/65{
    color: rgb(124 45 18 / 0.65);
  }

  .xl\:text-orange-900\/70{
    color: rgb(124 45 18 / 0.7);
  }

  .xl\:text-orange-900\/75{
    color: rgb(124 45 18 / 0.75);
  }

  .xl\:text-orange-900\/80{
    color: rgb(124 45 18 / 0.8);
  }

  .xl\:text-orange-900\/85{
    color: rgb(124 45 18 / 0.85);
  }

  .xl\:text-orange-900\/90{
    color: rgb(124 45 18 / 0.9);
  }

  .xl\:text-orange-900\/95{
    color: rgb(124 45 18 / 0.95);
  }

  .xl\:text-orange-950{
    --tw-text-opacity: 1;
    color: rgb(67 20 7 / var(--tw-text-opacity, 1));
  }

  .xl\:text-orange-950\/0{
    color: rgb(67 20 7 / 0);
  }

  .xl\:text-orange-950\/10{
    color: rgb(67 20 7 / 0.1);
  }

  .xl\:text-orange-950\/100{
    color: rgb(67 20 7 / 1);
  }

  .xl\:text-orange-950\/15{
    color: rgb(67 20 7 / 0.15);
  }

  .xl\:text-orange-950\/20{
    color: rgb(67 20 7 / 0.2);
  }

  .xl\:text-orange-950\/25{
    color: rgb(67 20 7 / 0.25);
  }

  .xl\:text-orange-950\/30{
    color: rgb(67 20 7 / 0.3);
  }

  .xl\:text-orange-950\/35{
    color: rgb(67 20 7 / 0.35);
  }

  .xl\:text-orange-950\/40{
    color: rgb(67 20 7 / 0.4);
  }

  .xl\:text-orange-950\/45{
    color: rgb(67 20 7 / 0.45);
  }

  .xl\:text-orange-950\/5{
    color: rgb(67 20 7 / 0.05);
  }

  .xl\:text-orange-950\/50{
    color: rgb(67 20 7 / 0.5);
  }

  .xl\:text-orange-950\/55{
    color: rgb(67 20 7 / 0.55);
  }

  .xl\:text-orange-950\/60{
    color: rgb(67 20 7 / 0.6);
  }

  .xl\:text-orange-950\/65{
    color: rgb(67 20 7 / 0.65);
  }

  .xl\:text-orange-950\/70{
    color: rgb(67 20 7 / 0.7);
  }

  .xl\:text-orange-950\/75{
    color: rgb(67 20 7 / 0.75);
  }

  .xl\:text-orange-950\/80{
    color: rgb(67 20 7 / 0.8);
  }

  .xl\:text-orange-950\/85{
    color: rgb(67 20 7 / 0.85);
  }

  .xl\:text-orange-950\/90{
    color: rgb(67 20 7 / 0.9);
  }

  .xl\:text-orange-950\/95{
    color: rgb(67 20 7 / 0.95);
  }

  .xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-100\/0{
    color: rgb(252 231 243 / 0);
  }

  .xl\:text-pink-100\/10{
    color: rgb(252 231 243 / 0.1);
  }

  .xl\:text-pink-100\/100{
    color: rgb(252 231 243 / 1);
  }

  .xl\:text-pink-100\/15{
    color: rgb(252 231 243 / 0.15);
  }

  .xl\:text-pink-100\/20{
    color: rgb(252 231 243 / 0.2);
  }

  .xl\:text-pink-100\/25{
    color: rgb(252 231 243 / 0.25);
  }

  .xl\:text-pink-100\/30{
    color: rgb(252 231 243 / 0.3);
  }

  .xl\:text-pink-100\/35{
    color: rgb(252 231 243 / 0.35);
  }

  .xl\:text-pink-100\/40{
    color: rgb(252 231 243 / 0.4);
  }

  .xl\:text-pink-100\/45{
    color: rgb(252 231 243 / 0.45);
  }

  .xl\:text-pink-100\/5{
    color: rgb(252 231 243 / 0.05);
  }

  .xl\:text-pink-100\/50{
    color: rgb(252 231 243 / 0.5);
  }

  .xl\:text-pink-100\/55{
    color: rgb(252 231 243 / 0.55);
  }

  .xl\:text-pink-100\/60{
    color: rgb(252 231 243 / 0.6);
  }

  .xl\:text-pink-100\/65{
    color: rgb(252 231 243 / 0.65);
  }

  .xl\:text-pink-100\/70{
    color: rgb(252 231 243 / 0.7);
  }

  .xl\:text-pink-100\/75{
    color: rgb(252 231 243 / 0.75);
  }

  .xl\:text-pink-100\/80{
    color: rgb(252 231 243 / 0.8);
  }

  .xl\:text-pink-100\/85{
    color: rgb(252 231 243 / 0.85);
  }

  .xl\:text-pink-100\/90{
    color: rgb(252 231 243 / 0.9);
  }

  .xl\:text-pink-100\/95{
    color: rgb(252 231 243 / 0.95);
  }

  .xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-200\/0{
    color: rgb(251 207 232 / 0);
  }

  .xl\:text-pink-200\/10{
    color: rgb(251 207 232 / 0.1);
  }

  .xl\:text-pink-200\/100{
    color: rgb(251 207 232 / 1);
  }

  .xl\:text-pink-200\/15{
    color: rgb(251 207 232 / 0.15);
  }

  .xl\:text-pink-200\/20{
    color: rgb(251 207 232 / 0.2);
  }

  .xl\:text-pink-200\/25{
    color: rgb(251 207 232 / 0.25);
  }

  .xl\:text-pink-200\/30{
    color: rgb(251 207 232 / 0.3);
  }

  .xl\:text-pink-200\/35{
    color: rgb(251 207 232 / 0.35);
  }

  .xl\:text-pink-200\/40{
    color: rgb(251 207 232 / 0.4);
  }

  .xl\:text-pink-200\/45{
    color: rgb(251 207 232 / 0.45);
  }

  .xl\:text-pink-200\/5{
    color: rgb(251 207 232 / 0.05);
  }

  .xl\:text-pink-200\/50{
    color: rgb(251 207 232 / 0.5);
  }

  .xl\:text-pink-200\/55{
    color: rgb(251 207 232 / 0.55);
  }

  .xl\:text-pink-200\/60{
    color: rgb(251 207 232 / 0.6);
  }

  .xl\:text-pink-200\/65{
    color: rgb(251 207 232 / 0.65);
  }

  .xl\:text-pink-200\/70{
    color: rgb(251 207 232 / 0.7);
  }

  .xl\:text-pink-200\/75{
    color: rgb(251 207 232 / 0.75);
  }

  .xl\:text-pink-200\/80{
    color: rgb(251 207 232 / 0.8);
  }

  .xl\:text-pink-200\/85{
    color: rgb(251 207 232 / 0.85);
  }

  .xl\:text-pink-200\/90{
    color: rgb(251 207 232 / 0.9);
  }

  .xl\:text-pink-200\/95{
    color: rgb(251 207 232 / 0.95);
  }

  .xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-300\/0{
    color: rgb(249 168 212 / 0);
  }

  .xl\:text-pink-300\/10{
    color: rgb(249 168 212 / 0.1);
  }

  .xl\:text-pink-300\/100{
    color: rgb(249 168 212 / 1);
  }

  .xl\:text-pink-300\/15{
    color: rgb(249 168 212 / 0.15);
  }

  .xl\:text-pink-300\/20{
    color: rgb(249 168 212 / 0.2);
  }

  .xl\:text-pink-300\/25{
    color: rgb(249 168 212 / 0.25);
  }

  .xl\:text-pink-300\/30{
    color: rgb(249 168 212 / 0.3);
  }

  .xl\:text-pink-300\/35{
    color: rgb(249 168 212 / 0.35);
  }

  .xl\:text-pink-300\/40{
    color: rgb(249 168 212 / 0.4);
  }

  .xl\:text-pink-300\/45{
    color: rgb(249 168 212 / 0.45);
  }

  .xl\:text-pink-300\/5{
    color: rgb(249 168 212 / 0.05);
  }

  .xl\:text-pink-300\/50{
    color: rgb(249 168 212 / 0.5);
  }

  .xl\:text-pink-300\/55{
    color: rgb(249 168 212 / 0.55);
  }

  .xl\:text-pink-300\/60{
    color: rgb(249 168 212 / 0.6);
  }

  .xl\:text-pink-300\/65{
    color: rgb(249 168 212 / 0.65);
  }

  .xl\:text-pink-300\/70{
    color: rgb(249 168 212 / 0.7);
  }

  .xl\:text-pink-300\/75{
    color: rgb(249 168 212 / 0.75);
  }

  .xl\:text-pink-300\/80{
    color: rgb(249 168 212 / 0.8);
  }

  .xl\:text-pink-300\/85{
    color: rgb(249 168 212 / 0.85);
  }

  .xl\:text-pink-300\/90{
    color: rgb(249 168 212 / 0.9);
  }

  .xl\:text-pink-300\/95{
    color: rgb(249 168 212 / 0.95);
  }

  .xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-400\/0{
    color: rgb(244 114 182 / 0);
  }

  .xl\:text-pink-400\/10{
    color: rgb(244 114 182 / 0.1);
  }

  .xl\:text-pink-400\/100{
    color: rgb(244 114 182 / 1);
  }

  .xl\:text-pink-400\/15{
    color: rgb(244 114 182 / 0.15);
  }

  .xl\:text-pink-400\/20{
    color: rgb(244 114 182 / 0.2);
  }

  .xl\:text-pink-400\/25{
    color: rgb(244 114 182 / 0.25);
  }

  .xl\:text-pink-400\/30{
    color: rgb(244 114 182 / 0.3);
  }

  .xl\:text-pink-400\/35{
    color: rgb(244 114 182 / 0.35);
  }

  .xl\:text-pink-400\/40{
    color: rgb(244 114 182 / 0.4);
  }

  .xl\:text-pink-400\/45{
    color: rgb(244 114 182 / 0.45);
  }

  .xl\:text-pink-400\/5{
    color: rgb(244 114 182 / 0.05);
  }

  .xl\:text-pink-400\/50{
    color: rgb(244 114 182 / 0.5);
  }

  .xl\:text-pink-400\/55{
    color: rgb(244 114 182 / 0.55);
  }

  .xl\:text-pink-400\/60{
    color: rgb(244 114 182 / 0.6);
  }

  .xl\:text-pink-400\/65{
    color: rgb(244 114 182 / 0.65);
  }

  .xl\:text-pink-400\/70{
    color: rgb(244 114 182 / 0.7);
  }

  .xl\:text-pink-400\/75{
    color: rgb(244 114 182 / 0.75);
  }

  .xl\:text-pink-400\/80{
    color: rgb(244 114 182 / 0.8);
  }

  .xl\:text-pink-400\/85{
    color: rgb(244 114 182 / 0.85);
  }

  .xl\:text-pink-400\/90{
    color: rgb(244 114 182 / 0.9);
  }

  .xl\:text-pink-400\/95{
    color: rgb(244 114 182 / 0.95);
  }

  .xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-50\/0{
    color: rgb(253 242 248 / 0);
  }

  .xl\:text-pink-50\/10{
    color: rgb(253 242 248 / 0.1);
  }

  .xl\:text-pink-50\/100{
    color: rgb(253 242 248 / 1);
  }

  .xl\:text-pink-50\/15{
    color: rgb(253 242 248 / 0.15);
  }

  .xl\:text-pink-50\/20{
    color: rgb(253 242 248 / 0.2);
  }

  .xl\:text-pink-50\/25{
    color: rgb(253 242 248 / 0.25);
  }

  .xl\:text-pink-50\/30{
    color: rgb(253 242 248 / 0.3);
  }

  .xl\:text-pink-50\/35{
    color: rgb(253 242 248 / 0.35);
  }

  .xl\:text-pink-50\/40{
    color: rgb(253 242 248 / 0.4);
  }

  .xl\:text-pink-50\/45{
    color: rgb(253 242 248 / 0.45);
  }

  .xl\:text-pink-50\/5{
    color: rgb(253 242 248 / 0.05);
  }

  .xl\:text-pink-50\/50{
    color: rgb(253 242 248 / 0.5);
  }

  .xl\:text-pink-50\/55{
    color: rgb(253 242 248 / 0.55);
  }

  .xl\:text-pink-50\/60{
    color: rgb(253 242 248 / 0.6);
  }

  .xl\:text-pink-50\/65{
    color: rgb(253 242 248 / 0.65);
  }

  .xl\:text-pink-50\/70{
    color: rgb(253 242 248 / 0.7);
  }

  .xl\:text-pink-50\/75{
    color: rgb(253 242 248 / 0.75);
  }

  .xl\:text-pink-50\/80{
    color: rgb(253 242 248 / 0.8);
  }

  .xl\:text-pink-50\/85{
    color: rgb(253 242 248 / 0.85);
  }

  .xl\:text-pink-50\/90{
    color: rgb(253 242 248 / 0.9);
  }

  .xl\:text-pink-50\/95{
    color: rgb(253 242 248 / 0.95);
  }

  .xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-500\/0{
    color: rgb(236 72 153 / 0);
  }

  .xl\:text-pink-500\/10{
    color: rgb(236 72 153 / 0.1);
  }

  .xl\:text-pink-500\/100{
    color: rgb(236 72 153 / 1);
  }

  .xl\:text-pink-500\/15{
    color: rgb(236 72 153 / 0.15);
  }

  .xl\:text-pink-500\/20{
    color: rgb(236 72 153 / 0.2);
  }

  .xl\:text-pink-500\/25{
    color: rgb(236 72 153 / 0.25);
  }

  .xl\:text-pink-500\/30{
    color: rgb(236 72 153 / 0.3);
  }

  .xl\:text-pink-500\/35{
    color: rgb(236 72 153 / 0.35);
  }

  .xl\:text-pink-500\/40{
    color: rgb(236 72 153 / 0.4);
  }

  .xl\:text-pink-500\/45{
    color: rgb(236 72 153 / 0.45);
  }

  .xl\:text-pink-500\/5{
    color: rgb(236 72 153 / 0.05);
  }

  .xl\:text-pink-500\/50{
    color: rgb(236 72 153 / 0.5);
  }

  .xl\:text-pink-500\/55{
    color: rgb(236 72 153 / 0.55);
  }

  .xl\:text-pink-500\/60{
    color: rgb(236 72 153 / 0.6);
  }

  .xl\:text-pink-500\/65{
    color: rgb(236 72 153 / 0.65);
  }

  .xl\:text-pink-500\/70{
    color: rgb(236 72 153 / 0.7);
  }

  .xl\:text-pink-500\/75{
    color: rgb(236 72 153 / 0.75);
  }

  .xl\:text-pink-500\/80{
    color: rgb(236 72 153 / 0.8);
  }

  .xl\:text-pink-500\/85{
    color: rgb(236 72 153 / 0.85);
  }

  .xl\:text-pink-500\/90{
    color: rgb(236 72 153 / 0.9);
  }

  .xl\:text-pink-500\/95{
    color: rgb(236 72 153 / 0.95);
  }

  .xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-600\/0{
    color: rgb(219 39 119 / 0);
  }

  .xl\:text-pink-600\/10{
    color: rgb(219 39 119 / 0.1);
  }

  .xl\:text-pink-600\/100{
    color: rgb(219 39 119 / 1);
  }

  .xl\:text-pink-600\/15{
    color: rgb(219 39 119 / 0.15);
  }

  .xl\:text-pink-600\/20{
    color: rgb(219 39 119 / 0.2);
  }

  .xl\:text-pink-600\/25{
    color: rgb(219 39 119 / 0.25);
  }

  .xl\:text-pink-600\/30{
    color: rgb(219 39 119 / 0.3);
  }

  .xl\:text-pink-600\/35{
    color: rgb(219 39 119 / 0.35);
  }

  .xl\:text-pink-600\/40{
    color: rgb(219 39 119 / 0.4);
  }

  .xl\:text-pink-600\/45{
    color: rgb(219 39 119 / 0.45);
  }

  .xl\:text-pink-600\/5{
    color: rgb(219 39 119 / 0.05);
  }

  .xl\:text-pink-600\/50{
    color: rgb(219 39 119 / 0.5);
  }

  .xl\:text-pink-600\/55{
    color: rgb(219 39 119 / 0.55);
  }

  .xl\:text-pink-600\/60{
    color: rgb(219 39 119 / 0.6);
  }

  .xl\:text-pink-600\/65{
    color: rgb(219 39 119 / 0.65);
  }

  .xl\:text-pink-600\/70{
    color: rgb(219 39 119 / 0.7);
  }

  .xl\:text-pink-600\/75{
    color: rgb(219 39 119 / 0.75);
  }

  .xl\:text-pink-600\/80{
    color: rgb(219 39 119 / 0.8);
  }

  .xl\:text-pink-600\/85{
    color: rgb(219 39 119 / 0.85);
  }

  .xl\:text-pink-600\/90{
    color: rgb(219 39 119 / 0.9);
  }

  .xl\:text-pink-600\/95{
    color: rgb(219 39 119 / 0.95);
  }

  .xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-700\/0{
    color: rgb(190 24 93 / 0);
  }

  .xl\:text-pink-700\/10{
    color: rgb(190 24 93 / 0.1);
  }

  .xl\:text-pink-700\/100{
    color: rgb(190 24 93 / 1);
  }

  .xl\:text-pink-700\/15{
    color: rgb(190 24 93 / 0.15);
  }

  .xl\:text-pink-700\/20{
    color: rgb(190 24 93 / 0.2);
  }

  .xl\:text-pink-700\/25{
    color: rgb(190 24 93 / 0.25);
  }

  .xl\:text-pink-700\/30{
    color: rgb(190 24 93 / 0.3);
  }

  .xl\:text-pink-700\/35{
    color: rgb(190 24 93 / 0.35);
  }

  .xl\:text-pink-700\/40{
    color: rgb(190 24 93 / 0.4);
  }

  .xl\:text-pink-700\/45{
    color: rgb(190 24 93 / 0.45);
  }

  .xl\:text-pink-700\/5{
    color: rgb(190 24 93 / 0.05);
  }

  .xl\:text-pink-700\/50{
    color: rgb(190 24 93 / 0.5);
  }

  .xl\:text-pink-700\/55{
    color: rgb(190 24 93 / 0.55);
  }

  .xl\:text-pink-700\/60{
    color: rgb(190 24 93 / 0.6);
  }

  .xl\:text-pink-700\/65{
    color: rgb(190 24 93 / 0.65);
  }

  .xl\:text-pink-700\/70{
    color: rgb(190 24 93 / 0.7);
  }

  .xl\:text-pink-700\/75{
    color: rgb(190 24 93 / 0.75);
  }

  .xl\:text-pink-700\/80{
    color: rgb(190 24 93 / 0.8);
  }

  .xl\:text-pink-700\/85{
    color: rgb(190 24 93 / 0.85);
  }

  .xl\:text-pink-700\/90{
    color: rgb(190 24 93 / 0.9);
  }

  .xl\:text-pink-700\/95{
    color: rgb(190 24 93 / 0.95);
  }

  .xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-800\/0{
    color: rgb(157 23 77 / 0);
  }

  .xl\:text-pink-800\/10{
    color: rgb(157 23 77 / 0.1);
  }

  .xl\:text-pink-800\/100{
    color: rgb(157 23 77 / 1);
  }

  .xl\:text-pink-800\/15{
    color: rgb(157 23 77 / 0.15);
  }

  .xl\:text-pink-800\/20{
    color: rgb(157 23 77 / 0.2);
  }

  .xl\:text-pink-800\/25{
    color: rgb(157 23 77 / 0.25);
  }

  .xl\:text-pink-800\/30{
    color: rgb(157 23 77 / 0.3);
  }

  .xl\:text-pink-800\/35{
    color: rgb(157 23 77 / 0.35);
  }

  .xl\:text-pink-800\/40{
    color: rgb(157 23 77 / 0.4);
  }

  .xl\:text-pink-800\/45{
    color: rgb(157 23 77 / 0.45);
  }

  .xl\:text-pink-800\/5{
    color: rgb(157 23 77 / 0.05);
  }

  .xl\:text-pink-800\/50{
    color: rgb(157 23 77 / 0.5);
  }

  .xl\:text-pink-800\/55{
    color: rgb(157 23 77 / 0.55);
  }

  .xl\:text-pink-800\/60{
    color: rgb(157 23 77 / 0.6);
  }

  .xl\:text-pink-800\/65{
    color: rgb(157 23 77 / 0.65);
  }

  .xl\:text-pink-800\/70{
    color: rgb(157 23 77 / 0.7);
  }

  .xl\:text-pink-800\/75{
    color: rgb(157 23 77 / 0.75);
  }

  .xl\:text-pink-800\/80{
    color: rgb(157 23 77 / 0.8);
  }

  .xl\:text-pink-800\/85{
    color: rgb(157 23 77 / 0.85);
  }

  .xl\:text-pink-800\/90{
    color: rgb(157 23 77 / 0.9);
  }

  .xl\:text-pink-800\/95{
    color: rgb(157 23 77 / 0.95);
  }

  .xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-900\/0{
    color: rgb(131 24 67 / 0);
  }

  .xl\:text-pink-900\/10{
    color: rgb(131 24 67 / 0.1);
  }

  .xl\:text-pink-900\/100{
    color: rgb(131 24 67 / 1);
  }

  .xl\:text-pink-900\/15{
    color: rgb(131 24 67 / 0.15);
  }

  .xl\:text-pink-900\/20{
    color: rgb(131 24 67 / 0.2);
  }

  .xl\:text-pink-900\/25{
    color: rgb(131 24 67 / 0.25);
  }

  .xl\:text-pink-900\/30{
    color: rgb(131 24 67 / 0.3);
  }

  .xl\:text-pink-900\/35{
    color: rgb(131 24 67 / 0.35);
  }

  .xl\:text-pink-900\/40{
    color: rgb(131 24 67 / 0.4);
  }

  .xl\:text-pink-900\/45{
    color: rgb(131 24 67 / 0.45);
  }

  .xl\:text-pink-900\/5{
    color: rgb(131 24 67 / 0.05);
  }

  .xl\:text-pink-900\/50{
    color: rgb(131 24 67 / 0.5);
  }

  .xl\:text-pink-900\/55{
    color: rgb(131 24 67 / 0.55);
  }

  .xl\:text-pink-900\/60{
    color: rgb(131 24 67 / 0.6);
  }

  .xl\:text-pink-900\/65{
    color: rgb(131 24 67 / 0.65);
  }

  .xl\:text-pink-900\/70{
    color: rgb(131 24 67 / 0.7);
  }

  .xl\:text-pink-900\/75{
    color: rgb(131 24 67 / 0.75);
  }

  .xl\:text-pink-900\/80{
    color: rgb(131 24 67 / 0.8);
  }

  .xl\:text-pink-900\/85{
    color: rgb(131 24 67 / 0.85);
  }

  .xl\:text-pink-900\/90{
    color: rgb(131 24 67 / 0.9);
  }

  .xl\:text-pink-900\/95{
    color: rgb(131 24 67 / 0.95);
  }

  .xl\:text-pink-950{
    --tw-text-opacity: 1;
    color: rgb(80 7 36 / var(--tw-text-opacity, 1));
  }

  .xl\:text-pink-950\/0{
    color: rgb(80 7 36 / 0);
  }

  .xl\:text-pink-950\/10{
    color: rgb(80 7 36 / 0.1);
  }

  .xl\:text-pink-950\/100{
    color: rgb(80 7 36 / 1);
  }

  .xl\:text-pink-950\/15{
    color: rgb(80 7 36 / 0.15);
  }

  .xl\:text-pink-950\/20{
    color: rgb(80 7 36 / 0.2);
  }

  .xl\:text-pink-950\/25{
    color: rgb(80 7 36 / 0.25);
  }

  .xl\:text-pink-950\/30{
    color: rgb(80 7 36 / 0.3);
  }

  .xl\:text-pink-950\/35{
    color: rgb(80 7 36 / 0.35);
  }

  .xl\:text-pink-950\/40{
    color: rgb(80 7 36 / 0.4);
  }

  .xl\:text-pink-950\/45{
    color: rgb(80 7 36 / 0.45);
  }

  .xl\:text-pink-950\/5{
    color: rgb(80 7 36 / 0.05);
  }

  .xl\:text-pink-950\/50{
    color: rgb(80 7 36 / 0.5);
  }

  .xl\:text-pink-950\/55{
    color: rgb(80 7 36 / 0.55);
  }

  .xl\:text-pink-950\/60{
    color: rgb(80 7 36 / 0.6);
  }

  .xl\:text-pink-950\/65{
    color: rgb(80 7 36 / 0.65);
  }

  .xl\:text-pink-950\/70{
    color: rgb(80 7 36 / 0.7);
  }

  .xl\:text-pink-950\/75{
    color: rgb(80 7 36 / 0.75);
  }

  .xl\:text-pink-950\/80{
    color: rgb(80 7 36 / 0.8);
  }

  .xl\:text-pink-950\/85{
    color: rgb(80 7 36 / 0.85);
  }

  .xl\:text-pink-950\/90{
    color: rgb(80 7 36 / 0.9);
  }

  .xl\:text-pink-950\/95{
    color: rgb(80 7 36 / 0.95);
  }

  .xl\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  }

  .xl\:text-primary\/0{
    color: rgb(23 62 81 / 0);
  }

  .xl\:text-primary\/10{
    color: rgb(23 62 81 / 0.1);
  }

  .xl\:text-primary\/100{
    color: rgb(23 62 81 / 1);
  }

  .xl\:text-primary\/15{
    color: rgb(23 62 81 / 0.15);
  }

  .xl\:text-primary\/20{
    color: rgb(23 62 81 / 0.2);
  }

  .xl\:text-primary\/25{
    color: rgb(23 62 81 / 0.25);
  }

  .xl\:text-primary\/30{
    color: rgb(23 62 81 / 0.3);
  }

  .xl\:text-primary\/35{
    color: rgb(23 62 81 / 0.35);
  }

  .xl\:text-primary\/40{
    color: rgb(23 62 81 / 0.4);
  }

  .xl\:text-primary\/45{
    color: rgb(23 62 81 / 0.45);
  }

  .xl\:text-primary\/5{
    color: rgb(23 62 81 / 0.05);
  }

  .xl\:text-primary\/50{
    color: rgb(23 62 81 / 0.5);
  }

  .xl\:text-primary\/55{
    color: rgb(23 62 81 / 0.55);
  }

  .xl\:text-primary\/60{
    color: rgb(23 62 81 / 0.6);
  }

  .xl\:text-primary\/65{
    color: rgb(23 62 81 / 0.65);
  }

  .xl\:text-primary\/70{
    color: rgb(23 62 81 / 0.7);
  }

  .xl\:text-primary\/75{
    color: rgb(23 62 81 / 0.75);
  }

  .xl\:text-primary\/80{
    color: rgb(23 62 81 / 0.8);
  }

  .xl\:text-primary\/85{
    color: rgb(23 62 81 / 0.85);
  }

  .xl\:text-primary\/90{
    color: rgb(23 62 81 / 0.9);
  }

  .xl\:text-primary\/95{
    color: rgb(23 62 81 / 0.95);
  }

  .xl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgb(243 232 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-100\/0{
    color: rgb(243 232 255 / 0);
  }

  .xl\:text-purple-100\/10{
    color: rgb(243 232 255 / 0.1);
  }

  .xl\:text-purple-100\/100{
    color: rgb(243 232 255 / 1);
  }

  .xl\:text-purple-100\/15{
    color: rgb(243 232 255 / 0.15);
  }

  .xl\:text-purple-100\/20{
    color: rgb(243 232 255 / 0.2);
  }

  .xl\:text-purple-100\/25{
    color: rgb(243 232 255 / 0.25);
  }

  .xl\:text-purple-100\/30{
    color: rgb(243 232 255 / 0.3);
  }

  .xl\:text-purple-100\/35{
    color: rgb(243 232 255 / 0.35);
  }

  .xl\:text-purple-100\/40{
    color: rgb(243 232 255 / 0.4);
  }

  .xl\:text-purple-100\/45{
    color: rgb(243 232 255 / 0.45);
  }

  .xl\:text-purple-100\/5{
    color: rgb(243 232 255 / 0.05);
  }

  .xl\:text-purple-100\/50{
    color: rgb(243 232 255 / 0.5);
  }

  .xl\:text-purple-100\/55{
    color: rgb(243 232 255 / 0.55);
  }

  .xl\:text-purple-100\/60{
    color: rgb(243 232 255 / 0.6);
  }

  .xl\:text-purple-100\/65{
    color: rgb(243 232 255 / 0.65);
  }

  .xl\:text-purple-100\/70{
    color: rgb(243 232 255 / 0.7);
  }

  .xl\:text-purple-100\/75{
    color: rgb(243 232 255 / 0.75);
  }

  .xl\:text-purple-100\/80{
    color: rgb(243 232 255 / 0.8);
  }

  .xl\:text-purple-100\/85{
    color: rgb(243 232 255 / 0.85);
  }

  .xl\:text-purple-100\/90{
    color: rgb(243 232 255 / 0.9);
  }

  .xl\:text-purple-100\/95{
    color: rgb(243 232 255 / 0.95);
  }

  .xl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-200\/0{
    color: rgb(233 213 255 / 0);
  }

  .xl\:text-purple-200\/10{
    color: rgb(233 213 255 / 0.1);
  }

  .xl\:text-purple-200\/100{
    color: rgb(233 213 255 / 1);
  }

  .xl\:text-purple-200\/15{
    color: rgb(233 213 255 / 0.15);
  }

  .xl\:text-purple-200\/20{
    color: rgb(233 213 255 / 0.2);
  }

  .xl\:text-purple-200\/25{
    color: rgb(233 213 255 / 0.25);
  }

  .xl\:text-purple-200\/30{
    color: rgb(233 213 255 / 0.3);
  }

  .xl\:text-purple-200\/35{
    color: rgb(233 213 255 / 0.35);
  }

  .xl\:text-purple-200\/40{
    color: rgb(233 213 255 / 0.4);
  }

  .xl\:text-purple-200\/45{
    color: rgb(233 213 255 / 0.45);
  }

  .xl\:text-purple-200\/5{
    color: rgb(233 213 255 / 0.05);
  }

  .xl\:text-purple-200\/50{
    color: rgb(233 213 255 / 0.5);
  }

  .xl\:text-purple-200\/55{
    color: rgb(233 213 255 / 0.55);
  }

  .xl\:text-purple-200\/60{
    color: rgb(233 213 255 / 0.6);
  }

  .xl\:text-purple-200\/65{
    color: rgb(233 213 255 / 0.65);
  }

  .xl\:text-purple-200\/70{
    color: rgb(233 213 255 / 0.7);
  }

  .xl\:text-purple-200\/75{
    color: rgb(233 213 255 / 0.75);
  }

  .xl\:text-purple-200\/80{
    color: rgb(233 213 255 / 0.8);
  }

  .xl\:text-purple-200\/85{
    color: rgb(233 213 255 / 0.85);
  }

  .xl\:text-purple-200\/90{
    color: rgb(233 213 255 / 0.9);
  }

  .xl\:text-purple-200\/95{
    color: rgb(233 213 255 / 0.95);
  }

  .xl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-300\/0{
    color: rgb(216 180 254 / 0);
  }

  .xl\:text-purple-300\/10{
    color: rgb(216 180 254 / 0.1);
  }

  .xl\:text-purple-300\/100{
    color: rgb(216 180 254 / 1);
  }

  .xl\:text-purple-300\/15{
    color: rgb(216 180 254 / 0.15);
  }

  .xl\:text-purple-300\/20{
    color: rgb(216 180 254 / 0.2);
  }

  .xl\:text-purple-300\/25{
    color: rgb(216 180 254 / 0.25);
  }

  .xl\:text-purple-300\/30{
    color: rgb(216 180 254 / 0.3);
  }

  .xl\:text-purple-300\/35{
    color: rgb(216 180 254 / 0.35);
  }

  .xl\:text-purple-300\/40{
    color: rgb(216 180 254 / 0.4);
  }

  .xl\:text-purple-300\/45{
    color: rgb(216 180 254 / 0.45);
  }

  .xl\:text-purple-300\/5{
    color: rgb(216 180 254 / 0.05);
  }

  .xl\:text-purple-300\/50{
    color: rgb(216 180 254 / 0.5);
  }

  .xl\:text-purple-300\/55{
    color: rgb(216 180 254 / 0.55);
  }

  .xl\:text-purple-300\/60{
    color: rgb(216 180 254 / 0.6);
  }

  .xl\:text-purple-300\/65{
    color: rgb(216 180 254 / 0.65);
  }

  .xl\:text-purple-300\/70{
    color: rgb(216 180 254 / 0.7);
  }

  .xl\:text-purple-300\/75{
    color: rgb(216 180 254 / 0.75);
  }

  .xl\:text-purple-300\/80{
    color: rgb(216 180 254 / 0.8);
  }

  .xl\:text-purple-300\/85{
    color: rgb(216 180 254 / 0.85);
  }

  .xl\:text-purple-300\/90{
    color: rgb(216 180 254 / 0.9);
  }

  .xl\:text-purple-300\/95{
    color: rgb(216 180 254 / 0.95);
  }

  .xl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-400\/0{
    color: rgb(192 132 252 / 0);
  }

  .xl\:text-purple-400\/10{
    color: rgb(192 132 252 / 0.1);
  }

  .xl\:text-purple-400\/100{
    color: rgb(192 132 252 / 1);
  }

  .xl\:text-purple-400\/15{
    color: rgb(192 132 252 / 0.15);
  }

  .xl\:text-purple-400\/20{
    color: rgb(192 132 252 / 0.2);
  }

  .xl\:text-purple-400\/25{
    color: rgb(192 132 252 / 0.25);
  }

  .xl\:text-purple-400\/30{
    color: rgb(192 132 252 / 0.3);
  }

  .xl\:text-purple-400\/35{
    color: rgb(192 132 252 / 0.35);
  }

  .xl\:text-purple-400\/40{
    color: rgb(192 132 252 / 0.4);
  }

  .xl\:text-purple-400\/45{
    color: rgb(192 132 252 / 0.45);
  }

  .xl\:text-purple-400\/5{
    color: rgb(192 132 252 / 0.05);
  }

  .xl\:text-purple-400\/50{
    color: rgb(192 132 252 / 0.5);
  }

  .xl\:text-purple-400\/55{
    color: rgb(192 132 252 / 0.55);
  }

  .xl\:text-purple-400\/60{
    color: rgb(192 132 252 / 0.6);
  }

  .xl\:text-purple-400\/65{
    color: rgb(192 132 252 / 0.65);
  }

  .xl\:text-purple-400\/70{
    color: rgb(192 132 252 / 0.7);
  }

  .xl\:text-purple-400\/75{
    color: rgb(192 132 252 / 0.75);
  }

  .xl\:text-purple-400\/80{
    color: rgb(192 132 252 / 0.8);
  }

  .xl\:text-purple-400\/85{
    color: rgb(192 132 252 / 0.85);
  }

  .xl\:text-purple-400\/90{
    color: rgb(192 132 252 / 0.9);
  }

  .xl\:text-purple-400\/95{
    color: rgb(192 132 252 / 0.95);
  }

  .xl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgb(250 245 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-50\/0{
    color: rgb(250 245 255 / 0);
  }

  .xl\:text-purple-50\/10{
    color: rgb(250 245 255 / 0.1);
  }

  .xl\:text-purple-50\/100{
    color: rgb(250 245 255 / 1);
  }

  .xl\:text-purple-50\/15{
    color: rgb(250 245 255 / 0.15);
  }

  .xl\:text-purple-50\/20{
    color: rgb(250 245 255 / 0.2);
  }

  .xl\:text-purple-50\/25{
    color: rgb(250 245 255 / 0.25);
  }

  .xl\:text-purple-50\/30{
    color: rgb(250 245 255 / 0.3);
  }

  .xl\:text-purple-50\/35{
    color: rgb(250 245 255 / 0.35);
  }

  .xl\:text-purple-50\/40{
    color: rgb(250 245 255 / 0.4);
  }

  .xl\:text-purple-50\/45{
    color: rgb(250 245 255 / 0.45);
  }

  .xl\:text-purple-50\/5{
    color: rgb(250 245 255 / 0.05);
  }

  .xl\:text-purple-50\/50{
    color: rgb(250 245 255 / 0.5);
  }

  .xl\:text-purple-50\/55{
    color: rgb(250 245 255 / 0.55);
  }

  .xl\:text-purple-50\/60{
    color: rgb(250 245 255 / 0.6);
  }

  .xl\:text-purple-50\/65{
    color: rgb(250 245 255 / 0.65);
  }

  .xl\:text-purple-50\/70{
    color: rgb(250 245 255 / 0.7);
  }

  .xl\:text-purple-50\/75{
    color: rgb(250 245 255 / 0.75);
  }

  .xl\:text-purple-50\/80{
    color: rgb(250 245 255 / 0.8);
  }

  .xl\:text-purple-50\/85{
    color: rgb(250 245 255 / 0.85);
  }

  .xl\:text-purple-50\/90{
    color: rgb(250 245 255 / 0.9);
  }

  .xl\:text-purple-50\/95{
    color: rgb(250 245 255 / 0.95);
  }

  .xl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-500\/0{
    color: rgb(168 85 247 / 0);
  }

  .xl\:text-purple-500\/10{
    color: rgb(168 85 247 / 0.1);
  }

  .xl\:text-purple-500\/100{
    color: rgb(168 85 247 / 1);
  }

  .xl\:text-purple-500\/15{
    color: rgb(168 85 247 / 0.15);
  }

  .xl\:text-purple-500\/20{
    color: rgb(168 85 247 / 0.2);
  }

  .xl\:text-purple-500\/25{
    color: rgb(168 85 247 / 0.25);
  }

  .xl\:text-purple-500\/30{
    color: rgb(168 85 247 / 0.3);
  }

  .xl\:text-purple-500\/35{
    color: rgb(168 85 247 / 0.35);
  }

  .xl\:text-purple-500\/40{
    color: rgb(168 85 247 / 0.4);
  }

  .xl\:text-purple-500\/45{
    color: rgb(168 85 247 / 0.45);
  }

  .xl\:text-purple-500\/5{
    color: rgb(168 85 247 / 0.05);
  }

  .xl\:text-purple-500\/50{
    color: rgb(168 85 247 / 0.5);
  }

  .xl\:text-purple-500\/55{
    color: rgb(168 85 247 / 0.55);
  }

  .xl\:text-purple-500\/60{
    color: rgb(168 85 247 / 0.6);
  }

  .xl\:text-purple-500\/65{
    color: rgb(168 85 247 / 0.65);
  }

  .xl\:text-purple-500\/70{
    color: rgb(168 85 247 / 0.7);
  }

  .xl\:text-purple-500\/75{
    color: rgb(168 85 247 / 0.75);
  }

  .xl\:text-purple-500\/80{
    color: rgb(168 85 247 / 0.8);
  }

  .xl\:text-purple-500\/85{
    color: rgb(168 85 247 / 0.85);
  }

  .xl\:text-purple-500\/90{
    color: rgb(168 85 247 / 0.9);
  }

  .xl\:text-purple-500\/95{
    color: rgb(168 85 247 / 0.95);
  }

  .xl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-600\/0{
    color: rgb(147 51 234 / 0);
  }

  .xl\:text-purple-600\/10{
    color: rgb(147 51 234 / 0.1);
  }

  .xl\:text-purple-600\/100{
    color: rgb(147 51 234 / 1);
  }

  .xl\:text-purple-600\/15{
    color: rgb(147 51 234 / 0.15);
  }

  .xl\:text-purple-600\/20{
    color: rgb(147 51 234 / 0.2);
  }

  .xl\:text-purple-600\/25{
    color: rgb(147 51 234 / 0.25);
  }

  .xl\:text-purple-600\/30{
    color: rgb(147 51 234 / 0.3);
  }

  .xl\:text-purple-600\/35{
    color: rgb(147 51 234 / 0.35);
  }

  .xl\:text-purple-600\/40{
    color: rgb(147 51 234 / 0.4);
  }

  .xl\:text-purple-600\/45{
    color: rgb(147 51 234 / 0.45);
  }

  .xl\:text-purple-600\/5{
    color: rgb(147 51 234 / 0.05);
  }

  .xl\:text-purple-600\/50{
    color: rgb(147 51 234 / 0.5);
  }

  .xl\:text-purple-600\/55{
    color: rgb(147 51 234 / 0.55);
  }

  .xl\:text-purple-600\/60{
    color: rgb(147 51 234 / 0.6);
  }

  .xl\:text-purple-600\/65{
    color: rgb(147 51 234 / 0.65);
  }

  .xl\:text-purple-600\/70{
    color: rgb(147 51 234 / 0.7);
  }

  .xl\:text-purple-600\/75{
    color: rgb(147 51 234 / 0.75);
  }

  .xl\:text-purple-600\/80{
    color: rgb(147 51 234 / 0.8);
  }

  .xl\:text-purple-600\/85{
    color: rgb(147 51 234 / 0.85);
  }

  .xl\:text-purple-600\/90{
    color: rgb(147 51 234 / 0.9);
  }

  .xl\:text-purple-600\/95{
    color: rgb(147 51 234 / 0.95);
  }

  .xl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-700\/0{
    color: rgb(126 34 206 / 0);
  }

  .xl\:text-purple-700\/10{
    color: rgb(126 34 206 / 0.1);
  }

  .xl\:text-purple-700\/100{
    color: rgb(126 34 206 / 1);
  }

  .xl\:text-purple-700\/15{
    color: rgb(126 34 206 / 0.15);
  }

  .xl\:text-purple-700\/20{
    color: rgb(126 34 206 / 0.2);
  }

  .xl\:text-purple-700\/25{
    color: rgb(126 34 206 / 0.25);
  }

  .xl\:text-purple-700\/30{
    color: rgb(126 34 206 / 0.3);
  }

  .xl\:text-purple-700\/35{
    color: rgb(126 34 206 / 0.35);
  }

  .xl\:text-purple-700\/40{
    color: rgb(126 34 206 / 0.4);
  }

  .xl\:text-purple-700\/45{
    color: rgb(126 34 206 / 0.45);
  }

  .xl\:text-purple-700\/5{
    color: rgb(126 34 206 / 0.05);
  }

  .xl\:text-purple-700\/50{
    color: rgb(126 34 206 / 0.5);
  }

  .xl\:text-purple-700\/55{
    color: rgb(126 34 206 / 0.55);
  }

  .xl\:text-purple-700\/60{
    color: rgb(126 34 206 / 0.6);
  }

  .xl\:text-purple-700\/65{
    color: rgb(126 34 206 / 0.65);
  }

  .xl\:text-purple-700\/70{
    color: rgb(126 34 206 / 0.7);
  }

  .xl\:text-purple-700\/75{
    color: rgb(126 34 206 / 0.75);
  }

  .xl\:text-purple-700\/80{
    color: rgb(126 34 206 / 0.8);
  }

  .xl\:text-purple-700\/85{
    color: rgb(126 34 206 / 0.85);
  }

  .xl\:text-purple-700\/90{
    color: rgb(126 34 206 / 0.9);
  }

  .xl\:text-purple-700\/95{
    color: rgb(126 34 206 / 0.95);
  }

  .xl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-800\/0{
    color: rgb(107 33 168 / 0);
  }

  .xl\:text-purple-800\/10{
    color: rgb(107 33 168 / 0.1);
  }

  .xl\:text-purple-800\/100{
    color: rgb(107 33 168 / 1);
  }

  .xl\:text-purple-800\/15{
    color: rgb(107 33 168 / 0.15);
  }

  .xl\:text-purple-800\/20{
    color: rgb(107 33 168 / 0.2);
  }

  .xl\:text-purple-800\/25{
    color: rgb(107 33 168 / 0.25);
  }

  .xl\:text-purple-800\/30{
    color: rgb(107 33 168 / 0.3);
  }

  .xl\:text-purple-800\/35{
    color: rgb(107 33 168 / 0.35);
  }

  .xl\:text-purple-800\/40{
    color: rgb(107 33 168 / 0.4);
  }

  .xl\:text-purple-800\/45{
    color: rgb(107 33 168 / 0.45);
  }

  .xl\:text-purple-800\/5{
    color: rgb(107 33 168 / 0.05);
  }

  .xl\:text-purple-800\/50{
    color: rgb(107 33 168 / 0.5);
  }

  .xl\:text-purple-800\/55{
    color: rgb(107 33 168 / 0.55);
  }

  .xl\:text-purple-800\/60{
    color: rgb(107 33 168 / 0.6);
  }

  .xl\:text-purple-800\/65{
    color: rgb(107 33 168 / 0.65);
  }

  .xl\:text-purple-800\/70{
    color: rgb(107 33 168 / 0.7);
  }

  .xl\:text-purple-800\/75{
    color: rgb(107 33 168 / 0.75);
  }

  .xl\:text-purple-800\/80{
    color: rgb(107 33 168 / 0.8);
  }

  .xl\:text-purple-800\/85{
    color: rgb(107 33 168 / 0.85);
  }

  .xl\:text-purple-800\/90{
    color: rgb(107 33 168 / 0.9);
  }

  .xl\:text-purple-800\/95{
    color: rgb(107 33 168 / 0.95);
  }

  .xl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-900\/0{
    color: rgb(88 28 135 / 0);
  }

  .xl\:text-purple-900\/10{
    color: rgb(88 28 135 / 0.1);
  }

  .xl\:text-purple-900\/100{
    color: rgb(88 28 135 / 1);
  }

  .xl\:text-purple-900\/15{
    color: rgb(88 28 135 / 0.15);
  }

  .xl\:text-purple-900\/20{
    color: rgb(88 28 135 / 0.2);
  }

  .xl\:text-purple-900\/25{
    color: rgb(88 28 135 / 0.25);
  }

  .xl\:text-purple-900\/30{
    color: rgb(88 28 135 / 0.3);
  }

  .xl\:text-purple-900\/35{
    color: rgb(88 28 135 / 0.35);
  }

  .xl\:text-purple-900\/40{
    color: rgb(88 28 135 / 0.4);
  }

  .xl\:text-purple-900\/45{
    color: rgb(88 28 135 / 0.45);
  }

  .xl\:text-purple-900\/5{
    color: rgb(88 28 135 / 0.05);
  }

  .xl\:text-purple-900\/50{
    color: rgb(88 28 135 / 0.5);
  }

  .xl\:text-purple-900\/55{
    color: rgb(88 28 135 / 0.55);
  }

  .xl\:text-purple-900\/60{
    color: rgb(88 28 135 / 0.6);
  }

  .xl\:text-purple-900\/65{
    color: rgb(88 28 135 / 0.65);
  }

  .xl\:text-purple-900\/70{
    color: rgb(88 28 135 / 0.7);
  }

  .xl\:text-purple-900\/75{
    color: rgb(88 28 135 / 0.75);
  }

  .xl\:text-purple-900\/80{
    color: rgb(88 28 135 / 0.8);
  }

  .xl\:text-purple-900\/85{
    color: rgb(88 28 135 / 0.85);
  }

  .xl\:text-purple-900\/90{
    color: rgb(88 28 135 / 0.9);
  }

  .xl\:text-purple-900\/95{
    color: rgb(88 28 135 / 0.95);
  }

  .xl\:text-purple-950{
    --tw-text-opacity: 1;
    color: rgb(59 7 100 / var(--tw-text-opacity, 1));
  }

  .xl\:text-purple-950\/0{
    color: rgb(59 7 100 / 0);
  }

  .xl\:text-purple-950\/10{
    color: rgb(59 7 100 / 0.1);
  }

  .xl\:text-purple-950\/100{
    color: rgb(59 7 100 / 1);
  }

  .xl\:text-purple-950\/15{
    color: rgb(59 7 100 / 0.15);
  }

  .xl\:text-purple-950\/20{
    color: rgb(59 7 100 / 0.2);
  }

  .xl\:text-purple-950\/25{
    color: rgb(59 7 100 / 0.25);
  }

  .xl\:text-purple-950\/30{
    color: rgb(59 7 100 / 0.3);
  }

  .xl\:text-purple-950\/35{
    color: rgb(59 7 100 / 0.35);
  }

  .xl\:text-purple-950\/40{
    color: rgb(59 7 100 / 0.4);
  }

  .xl\:text-purple-950\/45{
    color: rgb(59 7 100 / 0.45);
  }

  .xl\:text-purple-950\/5{
    color: rgb(59 7 100 / 0.05);
  }

  .xl\:text-purple-950\/50{
    color: rgb(59 7 100 / 0.5);
  }

  .xl\:text-purple-950\/55{
    color: rgb(59 7 100 / 0.55);
  }

  .xl\:text-purple-950\/60{
    color: rgb(59 7 100 / 0.6);
  }

  .xl\:text-purple-950\/65{
    color: rgb(59 7 100 / 0.65);
  }

  .xl\:text-purple-950\/70{
    color: rgb(59 7 100 / 0.7);
  }

  .xl\:text-purple-950\/75{
    color: rgb(59 7 100 / 0.75);
  }

  .xl\:text-purple-950\/80{
    color: rgb(59 7 100 / 0.8);
  }

  .xl\:text-purple-950\/85{
    color: rgb(59 7 100 / 0.85);
  }

  .xl\:text-purple-950\/90{
    color: rgb(59 7 100 / 0.9);
  }

  .xl\:text-purple-950\/95{
    color: rgb(59 7 100 / 0.95);
  }

  .xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-100\/0{
    color: rgb(254 226 226 / 0);
  }

  .xl\:text-red-100\/10{
    color: rgb(254 226 226 / 0.1);
  }

  .xl\:text-red-100\/100{
    color: rgb(254 226 226 / 1);
  }

  .xl\:text-red-100\/15{
    color: rgb(254 226 226 / 0.15);
  }

  .xl\:text-red-100\/20{
    color: rgb(254 226 226 / 0.2);
  }

  .xl\:text-red-100\/25{
    color: rgb(254 226 226 / 0.25);
  }

  .xl\:text-red-100\/30{
    color: rgb(254 226 226 / 0.3);
  }

  .xl\:text-red-100\/35{
    color: rgb(254 226 226 / 0.35);
  }

  .xl\:text-red-100\/40{
    color: rgb(254 226 226 / 0.4);
  }

  .xl\:text-red-100\/45{
    color: rgb(254 226 226 / 0.45);
  }

  .xl\:text-red-100\/5{
    color: rgb(254 226 226 / 0.05);
  }

  .xl\:text-red-100\/50{
    color: rgb(254 226 226 / 0.5);
  }

  .xl\:text-red-100\/55{
    color: rgb(254 226 226 / 0.55);
  }

  .xl\:text-red-100\/60{
    color: rgb(254 226 226 / 0.6);
  }

  .xl\:text-red-100\/65{
    color: rgb(254 226 226 / 0.65);
  }

  .xl\:text-red-100\/70{
    color: rgb(254 226 226 / 0.7);
  }

  .xl\:text-red-100\/75{
    color: rgb(254 226 226 / 0.75);
  }

  .xl\:text-red-100\/80{
    color: rgb(254 226 226 / 0.8);
  }

  .xl\:text-red-100\/85{
    color: rgb(254 226 226 / 0.85);
  }

  .xl\:text-red-100\/90{
    color: rgb(254 226 226 / 0.9);
  }

  .xl\:text-red-100\/95{
    color: rgb(254 226 226 / 0.95);
  }

  .xl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-200\/0{
    color: rgb(254 202 202 / 0);
  }

  .xl\:text-red-200\/10{
    color: rgb(254 202 202 / 0.1);
  }

  .xl\:text-red-200\/100{
    color: rgb(254 202 202 / 1);
  }

  .xl\:text-red-200\/15{
    color: rgb(254 202 202 / 0.15);
  }

  .xl\:text-red-200\/20{
    color: rgb(254 202 202 / 0.2);
  }

  .xl\:text-red-200\/25{
    color: rgb(254 202 202 / 0.25);
  }

  .xl\:text-red-200\/30{
    color: rgb(254 202 202 / 0.3);
  }

  .xl\:text-red-200\/35{
    color: rgb(254 202 202 / 0.35);
  }

  .xl\:text-red-200\/40{
    color: rgb(254 202 202 / 0.4);
  }

  .xl\:text-red-200\/45{
    color: rgb(254 202 202 / 0.45);
  }

  .xl\:text-red-200\/5{
    color: rgb(254 202 202 / 0.05);
  }

  .xl\:text-red-200\/50{
    color: rgb(254 202 202 / 0.5);
  }

  .xl\:text-red-200\/55{
    color: rgb(254 202 202 / 0.55);
  }

  .xl\:text-red-200\/60{
    color: rgb(254 202 202 / 0.6);
  }

  .xl\:text-red-200\/65{
    color: rgb(254 202 202 / 0.65);
  }

  .xl\:text-red-200\/70{
    color: rgb(254 202 202 / 0.7);
  }

  .xl\:text-red-200\/75{
    color: rgb(254 202 202 / 0.75);
  }

  .xl\:text-red-200\/80{
    color: rgb(254 202 202 / 0.8);
  }

  .xl\:text-red-200\/85{
    color: rgb(254 202 202 / 0.85);
  }

  .xl\:text-red-200\/90{
    color: rgb(254 202 202 / 0.9);
  }

  .xl\:text-red-200\/95{
    color: rgb(254 202 202 / 0.95);
  }

  .xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-300\/0{
    color: rgb(252 165 165 / 0);
  }

  .xl\:text-red-300\/10{
    color: rgb(252 165 165 / 0.1);
  }

  .xl\:text-red-300\/100{
    color: rgb(252 165 165 / 1);
  }

  .xl\:text-red-300\/15{
    color: rgb(252 165 165 / 0.15);
  }

  .xl\:text-red-300\/20{
    color: rgb(252 165 165 / 0.2);
  }

  .xl\:text-red-300\/25{
    color: rgb(252 165 165 / 0.25);
  }

  .xl\:text-red-300\/30{
    color: rgb(252 165 165 / 0.3);
  }

  .xl\:text-red-300\/35{
    color: rgb(252 165 165 / 0.35);
  }

  .xl\:text-red-300\/40{
    color: rgb(252 165 165 / 0.4);
  }

  .xl\:text-red-300\/45{
    color: rgb(252 165 165 / 0.45);
  }

  .xl\:text-red-300\/5{
    color: rgb(252 165 165 / 0.05);
  }

  .xl\:text-red-300\/50{
    color: rgb(252 165 165 / 0.5);
  }

  .xl\:text-red-300\/55{
    color: rgb(252 165 165 / 0.55);
  }

  .xl\:text-red-300\/60{
    color: rgb(252 165 165 / 0.6);
  }

  .xl\:text-red-300\/65{
    color: rgb(252 165 165 / 0.65);
  }

  .xl\:text-red-300\/70{
    color: rgb(252 165 165 / 0.7);
  }

  .xl\:text-red-300\/75{
    color: rgb(252 165 165 / 0.75);
  }

  .xl\:text-red-300\/80{
    color: rgb(252 165 165 / 0.8);
  }

  .xl\:text-red-300\/85{
    color: rgb(252 165 165 / 0.85);
  }

  .xl\:text-red-300\/90{
    color: rgb(252 165 165 / 0.9);
  }

  .xl\:text-red-300\/95{
    color: rgb(252 165 165 / 0.95);
  }

  .xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-400\/0{
    color: rgb(248 113 113 / 0);
  }

  .xl\:text-red-400\/10{
    color: rgb(248 113 113 / 0.1);
  }

  .xl\:text-red-400\/100{
    color: rgb(248 113 113 / 1);
  }

  .xl\:text-red-400\/15{
    color: rgb(248 113 113 / 0.15);
  }

  .xl\:text-red-400\/20{
    color: rgb(248 113 113 / 0.2);
  }

  .xl\:text-red-400\/25{
    color: rgb(248 113 113 / 0.25);
  }

  .xl\:text-red-400\/30{
    color: rgb(248 113 113 / 0.3);
  }

  .xl\:text-red-400\/35{
    color: rgb(248 113 113 / 0.35);
  }

  .xl\:text-red-400\/40{
    color: rgb(248 113 113 / 0.4);
  }

  .xl\:text-red-400\/45{
    color: rgb(248 113 113 / 0.45);
  }

  .xl\:text-red-400\/5{
    color: rgb(248 113 113 / 0.05);
  }

  .xl\:text-red-400\/50{
    color: rgb(248 113 113 / 0.5);
  }

  .xl\:text-red-400\/55{
    color: rgb(248 113 113 / 0.55);
  }

  .xl\:text-red-400\/60{
    color: rgb(248 113 113 / 0.6);
  }

  .xl\:text-red-400\/65{
    color: rgb(248 113 113 / 0.65);
  }

  .xl\:text-red-400\/70{
    color: rgb(248 113 113 / 0.7);
  }

  .xl\:text-red-400\/75{
    color: rgb(248 113 113 / 0.75);
  }

  .xl\:text-red-400\/80{
    color: rgb(248 113 113 / 0.8);
  }

  .xl\:text-red-400\/85{
    color: rgb(248 113 113 / 0.85);
  }

  .xl\:text-red-400\/90{
    color: rgb(248 113 113 / 0.9);
  }

  .xl\:text-red-400\/95{
    color: rgb(248 113 113 / 0.95);
  }

  .xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-50\/0{
    color: rgb(254 242 242 / 0);
  }

  .xl\:text-red-50\/10{
    color: rgb(254 242 242 / 0.1);
  }

  .xl\:text-red-50\/100{
    color: rgb(254 242 242 / 1);
  }

  .xl\:text-red-50\/15{
    color: rgb(254 242 242 / 0.15);
  }

  .xl\:text-red-50\/20{
    color: rgb(254 242 242 / 0.2);
  }

  .xl\:text-red-50\/25{
    color: rgb(254 242 242 / 0.25);
  }

  .xl\:text-red-50\/30{
    color: rgb(254 242 242 / 0.3);
  }

  .xl\:text-red-50\/35{
    color: rgb(254 242 242 / 0.35);
  }

  .xl\:text-red-50\/40{
    color: rgb(254 242 242 / 0.4);
  }

  .xl\:text-red-50\/45{
    color: rgb(254 242 242 / 0.45);
  }

  .xl\:text-red-50\/5{
    color: rgb(254 242 242 / 0.05);
  }

  .xl\:text-red-50\/50{
    color: rgb(254 242 242 / 0.5);
  }

  .xl\:text-red-50\/55{
    color: rgb(254 242 242 / 0.55);
  }

  .xl\:text-red-50\/60{
    color: rgb(254 242 242 / 0.6);
  }

  .xl\:text-red-50\/65{
    color: rgb(254 242 242 / 0.65);
  }

  .xl\:text-red-50\/70{
    color: rgb(254 242 242 / 0.7);
  }

  .xl\:text-red-50\/75{
    color: rgb(254 242 242 / 0.75);
  }

  .xl\:text-red-50\/80{
    color: rgb(254 242 242 / 0.8);
  }

  .xl\:text-red-50\/85{
    color: rgb(254 242 242 / 0.85);
  }

  .xl\:text-red-50\/90{
    color: rgb(254 242 242 / 0.9);
  }

  .xl\:text-red-50\/95{
    color: rgb(254 242 242 / 0.95);
  }

  .xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-500\/0{
    color: rgb(239 68 68 / 0);
  }

  .xl\:text-red-500\/10{
    color: rgb(239 68 68 / 0.1);
  }

  .xl\:text-red-500\/100{
    color: rgb(239 68 68 / 1);
  }

  .xl\:text-red-500\/15{
    color: rgb(239 68 68 / 0.15);
  }

  .xl\:text-red-500\/20{
    color: rgb(239 68 68 / 0.2);
  }

  .xl\:text-red-500\/25{
    color: rgb(239 68 68 / 0.25);
  }

  .xl\:text-red-500\/30{
    color: rgb(239 68 68 / 0.3);
  }

  .xl\:text-red-500\/35{
    color: rgb(239 68 68 / 0.35);
  }

  .xl\:text-red-500\/40{
    color: rgb(239 68 68 / 0.4);
  }

  .xl\:text-red-500\/45{
    color: rgb(239 68 68 / 0.45);
  }

  .xl\:text-red-500\/5{
    color: rgb(239 68 68 / 0.05);
  }

  .xl\:text-red-500\/50{
    color: rgb(239 68 68 / 0.5);
  }

  .xl\:text-red-500\/55{
    color: rgb(239 68 68 / 0.55);
  }

  .xl\:text-red-500\/60{
    color: rgb(239 68 68 / 0.6);
  }

  .xl\:text-red-500\/65{
    color: rgb(239 68 68 / 0.65);
  }

  .xl\:text-red-500\/70{
    color: rgb(239 68 68 / 0.7);
  }

  .xl\:text-red-500\/75{
    color: rgb(239 68 68 / 0.75);
  }

  .xl\:text-red-500\/80{
    color: rgb(239 68 68 / 0.8);
  }

  .xl\:text-red-500\/85{
    color: rgb(239 68 68 / 0.85);
  }

  .xl\:text-red-500\/90{
    color: rgb(239 68 68 / 0.9);
  }

  .xl\:text-red-500\/95{
    color: rgb(239 68 68 / 0.95);
  }

  .xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-600\/0{
    color: rgb(220 38 38 / 0);
  }

  .xl\:text-red-600\/10{
    color: rgb(220 38 38 / 0.1);
  }

  .xl\:text-red-600\/100{
    color: rgb(220 38 38 / 1);
  }

  .xl\:text-red-600\/15{
    color: rgb(220 38 38 / 0.15);
  }

  .xl\:text-red-600\/20{
    color: rgb(220 38 38 / 0.2);
  }

  .xl\:text-red-600\/25{
    color: rgb(220 38 38 / 0.25);
  }

  .xl\:text-red-600\/30{
    color: rgb(220 38 38 / 0.3);
  }

  .xl\:text-red-600\/35{
    color: rgb(220 38 38 / 0.35);
  }

  .xl\:text-red-600\/40{
    color: rgb(220 38 38 / 0.4);
  }

  .xl\:text-red-600\/45{
    color: rgb(220 38 38 / 0.45);
  }

  .xl\:text-red-600\/5{
    color: rgb(220 38 38 / 0.05);
  }

  .xl\:text-red-600\/50{
    color: rgb(220 38 38 / 0.5);
  }

  .xl\:text-red-600\/55{
    color: rgb(220 38 38 / 0.55);
  }

  .xl\:text-red-600\/60{
    color: rgb(220 38 38 / 0.6);
  }

  .xl\:text-red-600\/65{
    color: rgb(220 38 38 / 0.65);
  }

  .xl\:text-red-600\/70{
    color: rgb(220 38 38 / 0.7);
  }

  .xl\:text-red-600\/75{
    color: rgb(220 38 38 / 0.75);
  }

  .xl\:text-red-600\/80{
    color: rgb(220 38 38 / 0.8);
  }

  .xl\:text-red-600\/85{
    color: rgb(220 38 38 / 0.85);
  }

  .xl\:text-red-600\/90{
    color: rgb(220 38 38 / 0.9);
  }

  .xl\:text-red-600\/95{
    color: rgb(220 38 38 / 0.95);
  }

  .xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-700\/0{
    color: rgb(185 28 28 / 0);
  }

  .xl\:text-red-700\/10{
    color: rgb(185 28 28 / 0.1);
  }

  .xl\:text-red-700\/100{
    color: rgb(185 28 28 / 1);
  }

  .xl\:text-red-700\/15{
    color: rgb(185 28 28 / 0.15);
  }

  .xl\:text-red-700\/20{
    color: rgb(185 28 28 / 0.2);
  }

  .xl\:text-red-700\/25{
    color: rgb(185 28 28 / 0.25);
  }

  .xl\:text-red-700\/30{
    color: rgb(185 28 28 / 0.3);
  }

  .xl\:text-red-700\/35{
    color: rgb(185 28 28 / 0.35);
  }

  .xl\:text-red-700\/40{
    color: rgb(185 28 28 / 0.4);
  }

  .xl\:text-red-700\/45{
    color: rgb(185 28 28 / 0.45);
  }

  .xl\:text-red-700\/5{
    color: rgb(185 28 28 / 0.05);
  }

  .xl\:text-red-700\/50{
    color: rgb(185 28 28 / 0.5);
  }

  .xl\:text-red-700\/55{
    color: rgb(185 28 28 / 0.55);
  }

  .xl\:text-red-700\/60{
    color: rgb(185 28 28 / 0.6);
  }

  .xl\:text-red-700\/65{
    color: rgb(185 28 28 / 0.65);
  }

  .xl\:text-red-700\/70{
    color: rgb(185 28 28 / 0.7);
  }

  .xl\:text-red-700\/75{
    color: rgb(185 28 28 / 0.75);
  }

  .xl\:text-red-700\/80{
    color: rgb(185 28 28 / 0.8);
  }

  .xl\:text-red-700\/85{
    color: rgb(185 28 28 / 0.85);
  }

  .xl\:text-red-700\/90{
    color: rgb(185 28 28 / 0.9);
  }

  .xl\:text-red-700\/95{
    color: rgb(185 28 28 / 0.95);
  }

  .xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-800\/0{
    color: rgb(153 27 27 / 0);
  }

  .xl\:text-red-800\/10{
    color: rgb(153 27 27 / 0.1);
  }

  .xl\:text-red-800\/100{
    color: rgb(153 27 27 / 1);
  }

  .xl\:text-red-800\/15{
    color: rgb(153 27 27 / 0.15);
  }

  .xl\:text-red-800\/20{
    color: rgb(153 27 27 / 0.2);
  }

  .xl\:text-red-800\/25{
    color: rgb(153 27 27 / 0.25);
  }

  .xl\:text-red-800\/30{
    color: rgb(153 27 27 / 0.3);
  }

  .xl\:text-red-800\/35{
    color: rgb(153 27 27 / 0.35);
  }

  .xl\:text-red-800\/40{
    color: rgb(153 27 27 / 0.4);
  }

  .xl\:text-red-800\/45{
    color: rgb(153 27 27 / 0.45);
  }

  .xl\:text-red-800\/5{
    color: rgb(153 27 27 / 0.05);
  }

  .xl\:text-red-800\/50{
    color: rgb(153 27 27 / 0.5);
  }

  .xl\:text-red-800\/55{
    color: rgb(153 27 27 / 0.55);
  }

  .xl\:text-red-800\/60{
    color: rgb(153 27 27 / 0.6);
  }

  .xl\:text-red-800\/65{
    color: rgb(153 27 27 / 0.65);
  }

  .xl\:text-red-800\/70{
    color: rgb(153 27 27 / 0.7);
  }

  .xl\:text-red-800\/75{
    color: rgb(153 27 27 / 0.75);
  }

  .xl\:text-red-800\/80{
    color: rgb(153 27 27 / 0.8);
  }

  .xl\:text-red-800\/85{
    color: rgb(153 27 27 / 0.85);
  }

  .xl\:text-red-800\/90{
    color: rgb(153 27 27 / 0.9);
  }

  .xl\:text-red-800\/95{
    color: rgb(153 27 27 / 0.95);
  }

  .xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-900\/0{
    color: rgb(127 29 29 / 0);
  }

  .xl\:text-red-900\/10{
    color: rgb(127 29 29 / 0.1);
  }

  .xl\:text-red-900\/100{
    color: rgb(127 29 29 / 1);
  }

  .xl\:text-red-900\/15{
    color: rgb(127 29 29 / 0.15);
  }

  .xl\:text-red-900\/20{
    color: rgb(127 29 29 / 0.2);
  }

  .xl\:text-red-900\/25{
    color: rgb(127 29 29 / 0.25);
  }

  .xl\:text-red-900\/30{
    color: rgb(127 29 29 / 0.3);
  }

  .xl\:text-red-900\/35{
    color: rgb(127 29 29 / 0.35);
  }

  .xl\:text-red-900\/40{
    color: rgb(127 29 29 / 0.4);
  }

  .xl\:text-red-900\/45{
    color: rgb(127 29 29 / 0.45);
  }

  .xl\:text-red-900\/5{
    color: rgb(127 29 29 / 0.05);
  }

  .xl\:text-red-900\/50{
    color: rgb(127 29 29 / 0.5);
  }

  .xl\:text-red-900\/55{
    color: rgb(127 29 29 / 0.55);
  }

  .xl\:text-red-900\/60{
    color: rgb(127 29 29 / 0.6);
  }

  .xl\:text-red-900\/65{
    color: rgb(127 29 29 / 0.65);
  }

  .xl\:text-red-900\/70{
    color: rgb(127 29 29 / 0.7);
  }

  .xl\:text-red-900\/75{
    color: rgb(127 29 29 / 0.75);
  }

  .xl\:text-red-900\/80{
    color: rgb(127 29 29 / 0.8);
  }

  .xl\:text-red-900\/85{
    color: rgb(127 29 29 / 0.85);
  }

  .xl\:text-red-900\/90{
    color: rgb(127 29 29 / 0.9);
  }

  .xl\:text-red-900\/95{
    color: rgb(127 29 29 / 0.95);
  }

  .xl\:text-red-950{
    --tw-text-opacity: 1;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1));
  }

  .xl\:text-red-950\/0{
    color: rgb(69 10 10 / 0);
  }

  .xl\:text-red-950\/10{
    color: rgb(69 10 10 / 0.1);
  }

  .xl\:text-red-950\/100{
    color: rgb(69 10 10 / 1);
  }

  .xl\:text-red-950\/15{
    color: rgb(69 10 10 / 0.15);
  }

  .xl\:text-red-950\/20{
    color: rgb(69 10 10 / 0.2);
  }

  .xl\:text-red-950\/25{
    color: rgb(69 10 10 / 0.25);
  }

  .xl\:text-red-950\/30{
    color: rgb(69 10 10 / 0.3);
  }

  .xl\:text-red-950\/35{
    color: rgb(69 10 10 / 0.35);
  }

  .xl\:text-red-950\/40{
    color: rgb(69 10 10 / 0.4);
  }

  .xl\:text-red-950\/45{
    color: rgb(69 10 10 / 0.45);
  }

  .xl\:text-red-950\/5{
    color: rgb(69 10 10 / 0.05);
  }

  .xl\:text-red-950\/50{
    color: rgb(69 10 10 / 0.5);
  }

  .xl\:text-red-950\/55{
    color: rgb(69 10 10 / 0.55);
  }

  .xl\:text-red-950\/60{
    color: rgb(69 10 10 / 0.6);
  }

  .xl\:text-red-950\/65{
    color: rgb(69 10 10 / 0.65);
  }

  .xl\:text-red-950\/70{
    color: rgb(69 10 10 / 0.7);
  }

  .xl\:text-red-950\/75{
    color: rgb(69 10 10 / 0.75);
  }

  .xl\:text-red-950\/80{
    color: rgb(69 10 10 / 0.8);
  }

  .xl\:text-red-950\/85{
    color: rgb(69 10 10 / 0.85);
  }

  .xl\:text-red-950\/90{
    color: rgb(69 10 10 / 0.9);
  }

  .xl\:text-red-950\/95{
    color: rgb(69 10 10 / 0.95);
  }

  .xl\:text-rose-100{
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-100\/0{
    color: rgb(255 228 230 / 0);
  }

  .xl\:text-rose-100\/10{
    color: rgb(255 228 230 / 0.1);
  }

  .xl\:text-rose-100\/100{
    color: rgb(255 228 230 / 1);
  }

  .xl\:text-rose-100\/15{
    color: rgb(255 228 230 / 0.15);
  }

  .xl\:text-rose-100\/20{
    color: rgb(255 228 230 / 0.2);
  }

  .xl\:text-rose-100\/25{
    color: rgb(255 228 230 / 0.25);
  }

  .xl\:text-rose-100\/30{
    color: rgb(255 228 230 / 0.3);
  }

  .xl\:text-rose-100\/35{
    color: rgb(255 228 230 / 0.35);
  }

  .xl\:text-rose-100\/40{
    color: rgb(255 228 230 / 0.4);
  }

  .xl\:text-rose-100\/45{
    color: rgb(255 228 230 / 0.45);
  }

  .xl\:text-rose-100\/5{
    color: rgb(255 228 230 / 0.05);
  }

  .xl\:text-rose-100\/50{
    color: rgb(255 228 230 / 0.5);
  }

  .xl\:text-rose-100\/55{
    color: rgb(255 228 230 / 0.55);
  }

  .xl\:text-rose-100\/60{
    color: rgb(255 228 230 / 0.6);
  }

  .xl\:text-rose-100\/65{
    color: rgb(255 228 230 / 0.65);
  }

  .xl\:text-rose-100\/70{
    color: rgb(255 228 230 / 0.7);
  }

  .xl\:text-rose-100\/75{
    color: rgb(255 228 230 / 0.75);
  }

  .xl\:text-rose-100\/80{
    color: rgb(255 228 230 / 0.8);
  }

  .xl\:text-rose-100\/85{
    color: rgb(255 228 230 / 0.85);
  }

  .xl\:text-rose-100\/90{
    color: rgb(255 228 230 / 0.9);
  }

  .xl\:text-rose-100\/95{
    color: rgb(255 228 230 / 0.95);
  }

  .xl\:text-rose-200{
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-200\/0{
    color: rgb(254 205 211 / 0);
  }

  .xl\:text-rose-200\/10{
    color: rgb(254 205 211 / 0.1);
  }

  .xl\:text-rose-200\/100{
    color: rgb(254 205 211 / 1);
  }

  .xl\:text-rose-200\/15{
    color: rgb(254 205 211 / 0.15);
  }

  .xl\:text-rose-200\/20{
    color: rgb(254 205 211 / 0.2);
  }

  .xl\:text-rose-200\/25{
    color: rgb(254 205 211 / 0.25);
  }

  .xl\:text-rose-200\/30{
    color: rgb(254 205 211 / 0.3);
  }

  .xl\:text-rose-200\/35{
    color: rgb(254 205 211 / 0.35);
  }

  .xl\:text-rose-200\/40{
    color: rgb(254 205 211 / 0.4);
  }

  .xl\:text-rose-200\/45{
    color: rgb(254 205 211 / 0.45);
  }

  .xl\:text-rose-200\/5{
    color: rgb(254 205 211 / 0.05);
  }

  .xl\:text-rose-200\/50{
    color: rgb(254 205 211 / 0.5);
  }

  .xl\:text-rose-200\/55{
    color: rgb(254 205 211 / 0.55);
  }

  .xl\:text-rose-200\/60{
    color: rgb(254 205 211 / 0.6);
  }

  .xl\:text-rose-200\/65{
    color: rgb(254 205 211 / 0.65);
  }

  .xl\:text-rose-200\/70{
    color: rgb(254 205 211 / 0.7);
  }

  .xl\:text-rose-200\/75{
    color: rgb(254 205 211 / 0.75);
  }

  .xl\:text-rose-200\/80{
    color: rgb(254 205 211 / 0.8);
  }

  .xl\:text-rose-200\/85{
    color: rgb(254 205 211 / 0.85);
  }

  .xl\:text-rose-200\/90{
    color: rgb(254 205 211 / 0.9);
  }

  .xl\:text-rose-200\/95{
    color: rgb(254 205 211 / 0.95);
  }

  .xl\:text-rose-300{
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-300\/0{
    color: rgb(253 164 175 / 0);
  }

  .xl\:text-rose-300\/10{
    color: rgb(253 164 175 / 0.1);
  }

  .xl\:text-rose-300\/100{
    color: rgb(253 164 175 / 1);
  }

  .xl\:text-rose-300\/15{
    color: rgb(253 164 175 / 0.15);
  }

  .xl\:text-rose-300\/20{
    color: rgb(253 164 175 / 0.2);
  }

  .xl\:text-rose-300\/25{
    color: rgb(253 164 175 / 0.25);
  }

  .xl\:text-rose-300\/30{
    color: rgb(253 164 175 / 0.3);
  }

  .xl\:text-rose-300\/35{
    color: rgb(253 164 175 / 0.35);
  }

  .xl\:text-rose-300\/40{
    color: rgb(253 164 175 / 0.4);
  }

  .xl\:text-rose-300\/45{
    color: rgb(253 164 175 / 0.45);
  }

  .xl\:text-rose-300\/5{
    color: rgb(253 164 175 / 0.05);
  }

  .xl\:text-rose-300\/50{
    color: rgb(253 164 175 / 0.5);
  }

  .xl\:text-rose-300\/55{
    color: rgb(253 164 175 / 0.55);
  }

  .xl\:text-rose-300\/60{
    color: rgb(253 164 175 / 0.6);
  }

  .xl\:text-rose-300\/65{
    color: rgb(253 164 175 / 0.65);
  }

  .xl\:text-rose-300\/70{
    color: rgb(253 164 175 / 0.7);
  }

  .xl\:text-rose-300\/75{
    color: rgb(253 164 175 / 0.75);
  }

  .xl\:text-rose-300\/80{
    color: rgb(253 164 175 / 0.8);
  }

  .xl\:text-rose-300\/85{
    color: rgb(253 164 175 / 0.85);
  }

  .xl\:text-rose-300\/90{
    color: rgb(253 164 175 / 0.9);
  }

  .xl\:text-rose-300\/95{
    color: rgb(253 164 175 / 0.95);
  }

  .xl\:text-rose-400{
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-400\/0{
    color: rgb(251 113 133 / 0);
  }

  .xl\:text-rose-400\/10{
    color: rgb(251 113 133 / 0.1);
  }

  .xl\:text-rose-400\/100{
    color: rgb(251 113 133 / 1);
  }

  .xl\:text-rose-400\/15{
    color: rgb(251 113 133 / 0.15);
  }

  .xl\:text-rose-400\/20{
    color: rgb(251 113 133 / 0.2);
  }

  .xl\:text-rose-400\/25{
    color: rgb(251 113 133 / 0.25);
  }

  .xl\:text-rose-400\/30{
    color: rgb(251 113 133 / 0.3);
  }

  .xl\:text-rose-400\/35{
    color: rgb(251 113 133 / 0.35);
  }

  .xl\:text-rose-400\/40{
    color: rgb(251 113 133 / 0.4);
  }

  .xl\:text-rose-400\/45{
    color: rgb(251 113 133 / 0.45);
  }

  .xl\:text-rose-400\/5{
    color: rgb(251 113 133 / 0.05);
  }

  .xl\:text-rose-400\/50{
    color: rgb(251 113 133 / 0.5);
  }

  .xl\:text-rose-400\/55{
    color: rgb(251 113 133 / 0.55);
  }

  .xl\:text-rose-400\/60{
    color: rgb(251 113 133 / 0.6);
  }

  .xl\:text-rose-400\/65{
    color: rgb(251 113 133 / 0.65);
  }

  .xl\:text-rose-400\/70{
    color: rgb(251 113 133 / 0.7);
  }

  .xl\:text-rose-400\/75{
    color: rgb(251 113 133 / 0.75);
  }

  .xl\:text-rose-400\/80{
    color: rgb(251 113 133 / 0.8);
  }

  .xl\:text-rose-400\/85{
    color: rgb(251 113 133 / 0.85);
  }

  .xl\:text-rose-400\/90{
    color: rgb(251 113 133 / 0.9);
  }

  .xl\:text-rose-400\/95{
    color: rgb(251 113 133 / 0.95);
  }

  .xl\:text-rose-50{
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-50\/0{
    color: rgb(255 241 242 / 0);
  }

  .xl\:text-rose-50\/10{
    color: rgb(255 241 242 / 0.1);
  }

  .xl\:text-rose-50\/100{
    color: rgb(255 241 242 / 1);
  }

  .xl\:text-rose-50\/15{
    color: rgb(255 241 242 / 0.15);
  }

  .xl\:text-rose-50\/20{
    color: rgb(255 241 242 / 0.2);
  }

  .xl\:text-rose-50\/25{
    color: rgb(255 241 242 / 0.25);
  }

  .xl\:text-rose-50\/30{
    color: rgb(255 241 242 / 0.3);
  }

  .xl\:text-rose-50\/35{
    color: rgb(255 241 242 / 0.35);
  }

  .xl\:text-rose-50\/40{
    color: rgb(255 241 242 / 0.4);
  }

  .xl\:text-rose-50\/45{
    color: rgb(255 241 242 / 0.45);
  }

  .xl\:text-rose-50\/5{
    color: rgb(255 241 242 / 0.05);
  }

  .xl\:text-rose-50\/50{
    color: rgb(255 241 242 / 0.5);
  }

  .xl\:text-rose-50\/55{
    color: rgb(255 241 242 / 0.55);
  }

  .xl\:text-rose-50\/60{
    color: rgb(255 241 242 / 0.6);
  }

  .xl\:text-rose-50\/65{
    color: rgb(255 241 242 / 0.65);
  }

  .xl\:text-rose-50\/70{
    color: rgb(255 241 242 / 0.7);
  }

  .xl\:text-rose-50\/75{
    color: rgb(255 241 242 / 0.75);
  }

  .xl\:text-rose-50\/80{
    color: rgb(255 241 242 / 0.8);
  }

  .xl\:text-rose-50\/85{
    color: rgb(255 241 242 / 0.85);
  }

  .xl\:text-rose-50\/90{
    color: rgb(255 241 242 / 0.9);
  }

  .xl\:text-rose-50\/95{
    color: rgb(255 241 242 / 0.95);
  }

  .xl\:text-rose-500{
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-500\/0{
    color: rgb(244 63 94 / 0);
  }

  .xl\:text-rose-500\/10{
    color: rgb(244 63 94 / 0.1);
  }

  .xl\:text-rose-500\/100{
    color: rgb(244 63 94 / 1);
  }

  .xl\:text-rose-500\/15{
    color: rgb(244 63 94 / 0.15);
  }

  .xl\:text-rose-500\/20{
    color: rgb(244 63 94 / 0.2);
  }

  .xl\:text-rose-500\/25{
    color: rgb(244 63 94 / 0.25);
  }

  .xl\:text-rose-500\/30{
    color: rgb(244 63 94 / 0.3);
  }

  .xl\:text-rose-500\/35{
    color: rgb(244 63 94 / 0.35);
  }

  .xl\:text-rose-500\/40{
    color: rgb(244 63 94 / 0.4);
  }

  .xl\:text-rose-500\/45{
    color: rgb(244 63 94 / 0.45);
  }

  .xl\:text-rose-500\/5{
    color: rgb(244 63 94 / 0.05);
  }

  .xl\:text-rose-500\/50{
    color: rgb(244 63 94 / 0.5);
  }

  .xl\:text-rose-500\/55{
    color: rgb(244 63 94 / 0.55);
  }

  .xl\:text-rose-500\/60{
    color: rgb(244 63 94 / 0.6);
  }

  .xl\:text-rose-500\/65{
    color: rgb(244 63 94 / 0.65);
  }

  .xl\:text-rose-500\/70{
    color: rgb(244 63 94 / 0.7);
  }

  .xl\:text-rose-500\/75{
    color: rgb(244 63 94 / 0.75);
  }

  .xl\:text-rose-500\/80{
    color: rgb(244 63 94 / 0.8);
  }

  .xl\:text-rose-500\/85{
    color: rgb(244 63 94 / 0.85);
  }

  .xl\:text-rose-500\/90{
    color: rgb(244 63 94 / 0.9);
  }

  .xl\:text-rose-500\/95{
    color: rgb(244 63 94 / 0.95);
  }

  .xl\:text-rose-600{
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-600\/0{
    color: rgb(225 29 72 / 0);
  }

  .xl\:text-rose-600\/10{
    color: rgb(225 29 72 / 0.1);
  }

  .xl\:text-rose-600\/100{
    color: rgb(225 29 72 / 1);
  }

  .xl\:text-rose-600\/15{
    color: rgb(225 29 72 / 0.15);
  }

  .xl\:text-rose-600\/20{
    color: rgb(225 29 72 / 0.2);
  }

  .xl\:text-rose-600\/25{
    color: rgb(225 29 72 / 0.25);
  }

  .xl\:text-rose-600\/30{
    color: rgb(225 29 72 / 0.3);
  }

  .xl\:text-rose-600\/35{
    color: rgb(225 29 72 / 0.35);
  }

  .xl\:text-rose-600\/40{
    color: rgb(225 29 72 / 0.4);
  }

  .xl\:text-rose-600\/45{
    color: rgb(225 29 72 / 0.45);
  }

  .xl\:text-rose-600\/5{
    color: rgb(225 29 72 / 0.05);
  }

  .xl\:text-rose-600\/50{
    color: rgb(225 29 72 / 0.5);
  }

  .xl\:text-rose-600\/55{
    color: rgb(225 29 72 / 0.55);
  }

  .xl\:text-rose-600\/60{
    color: rgb(225 29 72 / 0.6);
  }

  .xl\:text-rose-600\/65{
    color: rgb(225 29 72 / 0.65);
  }

  .xl\:text-rose-600\/70{
    color: rgb(225 29 72 / 0.7);
  }

  .xl\:text-rose-600\/75{
    color: rgb(225 29 72 / 0.75);
  }

  .xl\:text-rose-600\/80{
    color: rgb(225 29 72 / 0.8);
  }

  .xl\:text-rose-600\/85{
    color: rgb(225 29 72 / 0.85);
  }

  .xl\:text-rose-600\/90{
    color: rgb(225 29 72 / 0.9);
  }

  .xl\:text-rose-600\/95{
    color: rgb(225 29 72 / 0.95);
  }

  .xl\:text-rose-700{
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-700\/0{
    color: rgb(190 18 60 / 0);
  }

  .xl\:text-rose-700\/10{
    color: rgb(190 18 60 / 0.1);
  }

  .xl\:text-rose-700\/100{
    color: rgb(190 18 60 / 1);
  }

  .xl\:text-rose-700\/15{
    color: rgb(190 18 60 / 0.15);
  }

  .xl\:text-rose-700\/20{
    color: rgb(190 18 60 / 0.2);
  }

  .xl\:text-rose-700\/25{
    color: rgb(190 18 60 / 0.25);
  }

  .xl\:text-rose-700\/30{
    color: rgb(190 18 60 / 0.3);
  }

  .xl\:text-rose-700\/35{
    color: rgb(190 18 60 / 0.35);
  }

  .xl\:text-rose-700\/40{
    color: rgb(190 18 60 / 0.4);
  }

  .xl\:text-rose-700\/45{
    color: rgb(190 18 60 / 0.45);
  }

  .xl\:text-rose-700\/5{
    color: rgb(190 18 60 / 0.05);
  }

  .xl\:text-rose-700\/50{
    color: rgb(190 18 60 / 0.5);
  }

  .xl\:text-rose-700\/55{
    color: rgb(190 18 60 / 0.55);
  }

  .xl\:text-rose-700\/60{
    color: rgb(190 18 60 / 0.6);
  }

  .xl\:text-rose-700\/65{
    color: rgb(190 18 60 / 0.65);
  }

  .xl\:text-rose-700\/70{
    color: rgb(190 18 60 / 0.7);
  }

  .xl\:text-rose-700\/75{
    color: rgb(190 18 60 / 0.75);
  }

  .xl\:text-rose-700\/80{
    color: rgb(190 18 60 / 0.8);
  }

  .xl\:text-rose-700\/85{
    color: rgb(190 18 60 / 0.85);
  }

  .xl\:text-rose-700\/90{
    color: rgb(190 18 60 / 0.9);
  }

  .xl\:text-rose-700\/95{
    color: rgb(190 18 60 / 0.95);
  }

  .xl\:text-rose-800{
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-800\/0{
    color: rgb(159 18 57 / 0);
  }

  .xl\:text-rose-800\/10{
    color: rgb(159 18 57 / 0.1);
  }

  .xl\:text-rose-800\/100{
    color: rgb(159 18 57 / 1);
  }

  .xl\:text-rose-800\/15{
    color: rgb(159 18 57 / 0.15);
  }

  .xl\:text-rose-800\/20{
    color: rgb(159 18 57 / 0.2);
  }

  .xl\:text-rose-800\/25{
    color: rgb(159 18 57 / 0.25);
  }

  .xl\:text-rose-800\/30{
    color: rgb(159 18 57 / 0.3);
  }

  .xl\:text-rose-800\/35{
    color: rgb(159 18 57 / 0.35);
  }

  .xl\:text-rose-800\/40{
    color: rgb(159 18 57 / 0.4);
  }

  .xl\:text-rose-800\/45{
    color: rgb(159 18 57 / 0.45);
  }

  .xl\:text-rose-800\/5{
    color: rgb(159 18 57 / 0.05);
  }

  .xl\:text-rose-800\/50{
    color: rgb(159 18 57 / 0.5);
  }

  .xl\:text-rose-800\/55{
    color: rgb(159 18 57 / 0.55);
  }

  .xl\:text-rose-800\/60{
    color: rgb(159 18 57 / 0.6);
  }

  .xl\:text-rose-800\/65{
    color: rgb(159 18 57 / 0.65);
  }

  .xl\:text-rose-800\/70{
    color: rgb(159 18 57 / 0.7);
  }

  .xl\:text-rose-800\/75{
    color: rgb(159 18 57 / 0.75);
  }

  .xl\:text-rose-800\/80{
    color: rgb(159 18 57 / 0.8);
  }

  .xl\:text-rose-800\/85{
    color: rgb(159 18 57 / 0.85);
  }

  .xl\:text-rose-800\/90{
    color: rgb(159 18 57 / 0.9);
  }

  .xl\:text-rose-800\/95{
    color: rgb(159 18 57 / 0.95);
  }

  .xl\:text-rose-900{
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-900\/0{
    color: rgb(136 19 55 / 0);
  }

  .xl\:text-rose-900\/10{
    color: rgb(136 19 55 / 0.1);
  }

  .xl\:text-rose-900\/100{
    color: rgb(136 19 55 / 1);
  }

  .xl\:text-rose-900\/15{
    color: rgb(136 19 55 / 0.15);
  }

  .xl\:text-rose-900\/20{
    color: rgb(136 19 55 / 0.2);
  }

  .xl\:text-rose-900\/25{
    color: rgb(136 19 55 / 0.25);
  }

  .xl\:text-rose-900\/30{
    color: rgb(136 19 55 / 0.3);
  }

  .xl\:text-rose-900\/35{
    color: rgb(136 19 55 / 0.35);
  }

  .xl\:text-rose-900\/40{
    color: rgb(136 19 55 / 0.4);
  }

  .xl\:text-rose-900\/45{
    color: rgb(136 19 55 / 0.45);
  }

  .xl\:text-rose-900\/5{
    color: rgb(136 19 55 / 0.05);
  }

  .xl\:text-rose-900\/50{
    color: rgb(136 19 55 / 0.5);
  }

  .xl\:text-rose-900\/55{
    color: rgb(136 19 55 / 0.55);
  }

  .xl\:text-rose-900\/60{
    color: rgb(136 19 55 / 0.6);
  }

  .xl\:text-rose-900\/65{
    color: rgb(136 19 55 / 0.65);
  }

  .xl\:text-rose-900\/70{
    color: rgb(136 19 55 / 0.7);
  }

  .xl\:text-rose-900\/75{
    color: rgb(136 19 55 / 0.75);
  }

  .xl\:text-rose-900\/80{
    color: rgb(136 19 55 / 0.8);
  }

  .xl\:text-rose-900\/85{
    color: rgb(136 19 55 / 0.85);
  }

  .xl\:text-rose-900\/90{
    color: rgb(136 19 55 / 0.9);
  }

  .xl\:text-rose-900\/95{
    color: rgb(136 19 55 / 0.95);
  }

  .xl\:text-rose-950{
    --tw-text-opacity: 1;
    color: rgb(76 5 25 / var(--tw-text-opacity, 1));
  }

  .xl\:text-rose-950\/0{
    color: rgb(76 5 25 / 0);
  }

  .xl\:text-rose-950\/10{
    color: rgb(76 5 25 / 0.1);
  }

  .xl\:text-rose-950\/100{
    color: rgb(76 5 25 / 1);
  }

  .xl\:text-rose-950\/15{
    color: rgb(76 5 25 / 0.15);
  }

  .xl\:text-rose-950\/20{
    color: rgb(76 5 25 / 0.2);
  }

  .xl\:text-rose-950\/25{
    color: rgb(76 5 25 / 0.25);
  }

  .xl\:text-rose-950\/30{
    color: rgb(76 5 25 / 0.3);
  }

  .xl\:text-rose-950\/35{
    color: rgb(76 5 25 / 0.35);
  }

  .xl\:text-rose-950\/40{
    color: rgb(76 5 25 / 0.4);
  }

  .xl\:text-rose-950\/45{
    color: rgb(76 5 25 / 0.45);
  }

  .xl\:text-rose-950\/5{
    color: rgb(76 5 25 / 0.05);
  }

  .xl\:text-rose-950\/50{
    color: rgb(76 5 25 / 0.5);
  }

  .xl\:text-rose-950\/55{
    color: rgb(76 5 25 / 0.55);
  }

  .xl\:text-rose-950\/60{
    color: rgb(76 5 25 / 0.6);
  }

  .xl\:text-rose-950\/65{
    color: rgb(76 5 25 / 0.65);
  }

  .xl\:text-rose-950\/70{
    color: rgb(76 5 25 / 0.7);
  }

  .xl\:text-rose-950\/75{
    color: rgb(76 5 25 / 0.75);
  }

  .xl\:text-rose-950\/80{
    color: rgb(76 5 25 / 0.8);
  }

  .xl\:text-rose-950\/85{
    color: rgb(76 5 25 / 0.85);
  }

  .xl\:text-rose-950\/90{
    color: rgb(76 5 25 / 0.9);
  }

  .xl\:text-rose-950\/95{
    color: rgb(76 5 25 / 0.95);
  }

  .xl\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(169 255 234 / var(--tw-text-opacity, 1));
  }

  .xl\:text-secondary\/0{
    color: rgb(169 255 234 / 0);
  }

  .xl\:text-secondary\/10{
    color: rgb(169 255 234 / 0.1);
  }

  .xl\:text-secondary\/100{
    color: rgb(169 255 234 / 1);
  }

  .xl\:text-secondary\/15{
    color: rgb(169 255 234 / 0.15);
  }

  .xl\:text-secondary\/20{
    color: rgb(169 255 234 / 0.2);
  }

  .xl\:text-secondary\/25{
    color: rgb(169 255 234 / 0.25);
  }

  .xl\:text-secondary\/30{
    color: rgb(169 255 234 / 0.3);
  }

  .xl\:text-secondary\/35{
    color: rgb(169 255 234 / 0.35);
  }

  .xl\:text-secondary\/40{
    color: rgb(169 255 234 / 0.4);
  }

  .xl\:text-secondary\/45{
    color: rgb(169 255 234 / 0.45);
  }

  .xl\:text-secondary\/5{
    color: rgb(169 255 234 / 0.05);
  }

  .xl\:text-secondary\/50{
    color: rgb(169 255 234 / 0.5);
  }

  .xl\:text-secondary\/55{
    color: rgb(169 255 234 / 0.55);
  }

  .xl\:text-secondary\/60{
    color: rgb(169 255 234 / 0.6);
  }

  .xl\:text-secondary\/65{
    color: rgb(169 255 234 / 0.65);
  }

  .xl\:text-secondary\/70{
    color: rgb(169 255 234 / 0.7);
  }

  .xl\:text-secondary\/75{
    color: rgb(169 255 234 / 0.75);
  }

  .xl\:text-secondary\/80{
    color: rgb(169 255 234 / 0.8);
  }

  .xl\:text-secondary\/85{
    color: rgb(169 255 234 / 0.85);
  }

  .xl\:text-secondary\/90{
    color: rgb(169 255 234 / 0.9);
  }

  .xl\:text-secondary\/95{
    color: rgb(169 255 234 / 0.95);
  }

  .xl\:text-sky-100{
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-100\/0{
    color: rgb(224 242 254 / 0);
  }

  .xl\:text-sky-100\/10{
    color: rgb(224 242 254 / 0.1);
  }

  .xl\:text-sky-100\/100{
    color: rgb(224 242 254 / 1);
  }

  .xl\:text-sky-100\/15{
    color: rgb(224 242 254 / 0.15);
  }

  .xl\:text-sky-100\/20{
    color: rgb(224 242 254 / 0.2);
  }

  .xl\:text-sky-100\/25{
    color: rgb(224 242 254 / 0.25);
  }

  .xl\:text-sky-100\/30{
    color: rgb(224 242 254 / 0.3);
  }

  .xl\:text-sky-100\/35{
    color: rgb(224 242 254 / 0.35);
  }

  .xl\:text-sky-100\/40{
    color: rgb(224 242 254 / 0.4);
  }

  .xl\:text-sky-100\/45{
    color: rgb(224 242 254 / 0.45);
  }

  .xl\:text-sky-100\/5{
    color: rgb(224 242 254 / 0.05);
  }

  .xl\:text-sky-100\/50{
    color: rgb(224 242 254 / 0.5);
  }

  .xl\:text-sky-100\/55{
    color: rgb(224 242 254 / 0.55);
  }

  .xl\:text-sky-100\/60{
    color: rgb(224 242 254 / 0.6);
  }

  .xl\:text-sky-100\/65{
    color: rgb(224 242 254 / 0.65);
  }

  .xl\:text-sky-100\/70{
    color: rgb(224 242 254 / 0.7);
  }

  .xl\:text-sky-100\/75{
    color: rgb(224 242 254 / 0.75);
  }

  .xl\:text-sky-100\/80{
    color: rgb(224 242 254 / 0.8);
  }

  .xl\:text-sky-100\/85{
    color: rgb(224 242 254 / 0.85);
  }

  .xl\:text-sky-100\/90{
    color: rgb(224 242 254 / 0.9);
  }

  .xl\:text-sky-100\/95{
    color: rgb(224 242 254 / 0.95);
  }

  .xl\:text-sky-200{
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-200\/0{
    color: rgb(186 230 253 / 0);
  }

  .xl\:text-sky-200\/10{
    color: rgb(186 230 253 / 0.1);
  }

  .xl\:text-sky-200\/100{
    color: rgb(186 230 253 / 1);
  }

  .xl\:text-sky-200\/15{
    color: rgb(186 230 253 / 0.15);
  }

  .xl\:text-sky-200\/20{
    color: rgb(186 230 253 / 0.2);
  }

  .xl\:text-sky-200\/25{
    color: rgb(186 230 253 / 0.25);
  }

  .xl\:text-sky-200\/30{
    color: rgb(186 230 253 / 0.3);
  }

  .xl\:text-sky-200\/35{
    color: rgb(186 230 253 / 0.35);
  }

  .xl\:text-sky-200\/40{
    color: rgb(186 230 253 / 0.4);
  }

  .xl\:text-sky-200\/45{
    color: rgb(186 230 253 / 0.45);
  }

  .xl\:text-sky-200\/5{
    color: rgb(186 230 253 / 0.05);
  }

  .xl\:text-sky-200\/50{
    color: rgb(186 230 253 / 0.5);
  }

  .xl\:text-sky-200\/55{
    color: rgb(186 230 253 / 0.55);
  }

  .xl\:text-sky-200\/60{
    color: rgb(186 230 253 / 0.6);
  }

  .xl\:text-sky-200\/65{
    color: rgb(186 230 253 / 0.65);
  }

  .xl\:text-sky-200\/70{
    color: rgb(186 230 253 / 0.7);
  }

  .xl\:text-sky-200\/75{
    color: rgb(186 230 253 / 0.75);
  }

  .xl\:text-sky-200\/80{
    color: rgb(186 230 253 / 0.8);
  }

  .xl\:text-sky-200\/85{
    color: rgb(186 230 253 / 0.85);
  }

  .xl\:text-sky-200\/90{
    color: rgb(186 230 253 / 0.9);
  }

  .xl\:text-sky-200\/95{
    color: rgb(186 230 253 / 0.95);
  }

  .xl\:text-sky-300{
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-300\/0{
    color: rgb(125 211 252 / 0);
  }

  .xl\:text-sky-300\/10{
    color: rgb(125 211 252 / 0.1);
  }

  .xl\:text-sky-300\/100{
    color: rgb(125 211 252 / 1);
  }

  .xl\:text-sky-300\/15{
    color: rgb(125 211 252 / 0.15);
  }

  .xl\:text-sky-300\/20{
    color: rgb(125 211 252 / 0.2);
  }

  .xl\:text-sky-300\/25{
    color: rgb(125 211 252 / 0.25);
  }

  .xl\:text-sky-300\/30{
    color: rgb(125 211 252 / 0.3);
  }

  .xl\:text-sky-300\/35{
    color: rgb(125 211 252 / 0.35);
  }

  .xl\:text-sky-300\/40{
    color: rgb(125 211 252 / 0.4);
  }

  .xl\:text-sky-300\/45{
    color: rgb(125 211 252 / 0.45);
  }

  .xl\:text-sky-300\/5{
    color: rgb(125 211 252 / 0.05);
  }

  .xl\:text-sky-300\/50{
    color: rgb(125 211 252 / 0.5);
  }

  .xl\:text-sky-300\/55{
    color: rgb(125 211 252 / 0.55);
  }

  .xl\:text-sky-300\/60{
    color: rgb(125 211 252 / 0.6);
  }

  .xl\:text-sky-300\/65{
    color: rgb(125 211 252 / 0.65);
  }

  .xl\:text-sky-300\/70{
    color: rgb(125 211 252 / 0.7);
  }

  .xl\:text-sky-300\/75{
    color: rgb(125 211 252 / 0.75);
  }

  .xl\:text-sky-300\/80{
    color: rgb(125 211 252 / 0.8);
  }

  .xl\:text-sky-300\/85{
    color: rgb(125 211 252 / 0.85);
  }

  .xl\:text-sky-300\/90{
    color: rgb(125 211 252 / 0.9);
  }

  .xl\:text-sky-300\/95{
    color: rgb(125 211 252 / 0.95);
  }

  .xl\:text-sky-400{
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-400\/0{
    color: rgb(56 189 248 / 0);
  }

  .xl\:text-sky-400\/10{
    color: rgb(56 189 248 / 0.1);
  }

  .xl\:text-sky-400\/100{
    color: rgb(56 189 248 / 1);
  }

  .xl\:text-sky-400\/15{
    color: rgb(56 189 248 / 0.15);
  }

  .xl\:text-sky-400\/20{
    color: rgb(56 189 248 / 0.2);
  }

  .xl\:text-sky-400\/25{
    color: rgb(56 189 248 / 0.25);
  }

  .xl\:text-sky-400\/30{
    color: rgb(56 189 248 / 0.3);
  }

  .xl\:text-sky-400\/35{
    color: rgb(56 189 248 / 0.35);
  }

  .xl\:text-sky-400\/40{
    color: rgb(56 189 248 / 0.4);
  }

  .xl\:text-sky-400\/45{
    color: rgb(56 189 248 / 0.45);
  }

  .xl\:text-sky-400\/5{
    color: rgb(56 189 248 / 0.05);
  }

  .xl\:text-sky-400\/50{
    color: rgb(56 189 248 / 0.5);
  }

  .xl\:text-sky-400\/55{
    color: rgb(56 189 248 / 0.55);
  }

  .xl\:text-sky-400\/60{
    color: rgb(56 189 248 / 0.6);
  }

  .xl\:text-sky-400\/65{
    color: rgb(56 189 248 / 0.65);
  }

  .xl\:text-sky-400\/70{
    color: rgb(56 189 248 / 0.7);
  }

  .xl\:text-sky-400\/75{
    color: rgb(56 189 248 / 0.75);
  }

  .xl\:text-sky-400\/80{
    color: rgb(56 189 248 / 0.8);
  }

  .xl\:text-sky-400\/85{
    color: rgb(56 189 248 / 0.85);
  }

  .xl\:text-sky-400\/90{
    color: rgb(56 189 248 / 0.9);
  }

  .xl\:text-sky-400\/95{
    color: rgb(56 189 248 / 0.95);
  }

  .xl\:text-sky-50{
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-50\/0{
    color: rgb(240 249 255 / 0);
  }

  .xl\:text-sky-50\/10{
    color: rgb(240 249 255 / 0.1);
  }

  .xl\:text-sky-50\/100{
    color: rgb(240 249 255 / 1);
  }

  .xl\:text-sky-50\/15{
    color: rgb(240 249 255 / 0.15);
  }

  .xl\:text-sky-50\/20{
    color: rgb(240 249 255 / 0.2);
  }

  .xl\:text-sky-50\/25{
    color: rgb(240 249 255 / 0.25);
  }

  .xl\:text-sky-50\/30{
    color: rgb(240 249 255 / 0.3);
  }

  .xl\:text-sky-50\/35{
    color: rgb(240 249 255 / 0.35);
  }

  .xl\:text-sky-50\/40{
    color: rgb(240 249 255 / 0.4);
  }

  .xl\:text-sky-50\/45{
    color: rgb(240 249 255 / 0.45);
  }

  .xl\:text-sky-50\/5{
    color: rgb(240 249 255 / 0.05);
  }

  .xl\:text-sky-50\/50{
    color: rgb(240 249 255 / 0.5);
  }

  .xl\:text-sky-50\/55{
    color: rgb(240 249 255 / 0.55);
  }

  .xl\:text-sky-50\/60{
    color: rgb(240 249 255 / 0.6);
  }

  .xl\:text-sky-50\/65{
    color: rgb(240 249 255 / 0.65);
  }

  .xl\:text-sky-50\/70{
    color: rgb(240 249 255 / 0.7);
  }

  .xl\:text-sky-50\/75{
    color: rgb(240 249 255 / 0.75);
  }

  .xl\:text-sky-50\/80{
    color: rgb(240 249 255 / 0.8);
  }

  .xl\:text-sky-50\/85{
    color: rgb(240 249 255 / 0.85);
  }

  .xl\:text-sky-50\/90{
    color: rgb(240 249 255 / 0.9);
  }

  .xl\:text-sky-50\/95{
    color: rgb(240 249 255 / 0.95);
  }

  .xl\:text-sky-500{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-500\/0{
    color: rgb(14 165 233 / 0);
  }

  .xl\:text-sky-500\/10{
    color: rgb(14 165 233 / 0.1);
  }

  .xl\:text-sky-500\/100{
    color: rgb(14 165 233 / 1);
  }

  .xl\:text-sky-500\/15{
    color: rgb(14 165 233 / 0.15);
  }

  .xl\:text-sky-500\/20{
    color: rgb(14 165 233 / 0.2);
  }

  .xl\:text-sky-500\/25{
    color: rgb(14 165 233 / 0.25);
  }

  .xl\:text-sky-500\/30{
    color: rgb(14 165 233 / 0.3);
  }

  .xl\:text-sky-500\/35{
    color: rgb(14 165 233 / 0.35);
  }

  .xl\:text-sky-500\/40{
    color: rgb(14 165 233 / 0.4);
  }

  .xl\:text-sky-500\/45{
    color: rgb(14 165 233 / 0.45);
  }

  .xl\:text-sky-500\/5{
    color: rgb(14 165 233 / 0.05);
  }

  .xl\:text-sky-500\/50{
    color: rgb(14 165 233 / 0.5);
  }

  .xl\:text-sky-500\/55{
    color: rgb(14 165 233 / 0.55);
  }

  .xl\:text-sky-500\/60{
    color: rgb(14 165 233 / 0.6);
  }

  .xl\:text-sky-500\/65{
    color: rgb(14 165 233 / 0.65);
  }

  .xl\:text-sky-500\/70{
    color: rgb(14 165 233 / 0.7);
  }

  .xl\:text-sky-500\/75{
    color: rgb(14 165 233 / 0.75);
  }

  .xl\:text-sky-500\/80{
    color: rgb(14 165 233 / 0.8);
  }

  .xl\:text-sky-500\/85{
    color: rgb(14 165 233 / 0.85);
  }

  .xl\:text-sky-500\/90{
    color: rgb(14 165 233 / 0.9);
  }

  .xl\:text-sky-500\/95{
    color: rgb(14 165 233 / 0.95);
  }

  .xl\:text-sky-600{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-600\/0{
    color: rgb(2 132 199 / 0);
  }

  .xl\:text-sky-600\/10{
    color: rgb(2 132 199 / 0.1);
  }

  .xl\:text-sky-600\/100{
    color: rgb(2 132 199 / 1);
  }

  .xl\:text-sky-600\/15{
    color: rgb(2 132 199 / 0.15);
  }

  .xl\:text-sky-600\/20{
    color: rgb(2 132 199 / 0.2);
  }

  .xl\:text-sky-600\/25{
    color: rgb(2 132 199 / 0.25);
  }

  .xl\:text-sky-600\/30{
    color: rgb(2 132 199 / 0.3);
  }

  .xl\:text-sky-600\/35{
    color: rgb(2 132 199 / 0.35);
  }

  .xl\:text-sky-600\/40{
    color: rgb(2 132 199 / 0.4);
  }

  .xl\:text-sky-600\/45{
    color: rgb(2 132 199 / 0.45);
  }

  .xl\:text-sky-600\/5{
    color: rgb(2 132 199 / 0.05);
  }

  .xl\:text-sky-600\/50{
    color: rgb(2 132 199 / 0.5);
  }

  .xl\:text-sky-600\/55{
    color: rgb(2 132 199 / 0.55);
  }

  .xl\:text-sky-600\/60{
    color: rgb(2 132 199 / 0.6);
  }

  .xl\:text-sky-600\/65{
    color: rgb(2 132 199 / 0.65);
  }

  .xl\:text-sky-600\/70{
    color: rgb(2 132 199 / 0.7);
  }

  .xl\:text-sky-600\/75{
    color: rgb(2 132 199 / 0.75);
  }

  .xl\:text-sky-600\/80{
    color: rgb(2 132 199 / 0.8);
  }

  .xl\:text-sky-600\/85{
    color: rgb(2 132 199 / 0.85);
  }

  .xl\:text-sky-600\/90{
    color: rgb(2 132 199 / 0.9);
  }

  .xl\:text-sky-600\/95{
    color: rgb(2 132 199 / 0.95);
  }

  .xl\:text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-700\/0{
    color: rgb(3 105 161 / 0);
  }

  .xl\:text-sky-700\/10{
    color: rgb(3 105 161 / 0.1);
  }

  .xl\:text-sky-700\/100{
    color: rgb(3 105 161 / 1);
  }

  .xl\:text-sky-700\/15{
    color: rgb(3 105 161 / 0.15);
  }

  .xl\:text-sky-700\/20{
    color: rgb(3 105 161 / 0.2);
  }

  .xl\:text-sky-700\/25{
    color: rgb(3 105 161 / 0.25);
  }

  .xl\:text-sky-700\/30{
    color: rgb(3 105 161 / 0.3);
  }

  .xl\:text-sky-700\/35{
    color: rgb(3 105 161 / 0.35);
  }

  .xl\:text-sky-700\/40{
    color: rgb(3 105 161 / 0.4);
  }

  .xl\:text-sky-700\/45{
    color: rgb(3 105 161 / 0.45);
  }

  .xl\:text-sky-700\/5{
    color: rgb(3 105 161 / 0.05);
  }

  .xl\:text-sky-700\/50{
    color: rgb(3 105 161 / 0.5);
  }

  .xl\:text-sky-700\/55{
    color: rgb(3 105 161 / 0.55);
  }

  .xl\:text-sky-700\/60{
    color: rgb(3 105 161 / 0.6);
  }

  .xl\:text-sky-700\/65{
    color: rgb(3 105 161 / 0.65);
  }

  .xl\:text-sky-700\/70{
    color: rgb(3 105 161 / 0.7);
  }

  .xl\:text-sky-700\/75{
    color: rgb(3 105 161 / 0.75);
  }

  .xl\:text-sky-700\/80{
    color: rgb(3 105 161 / 0.8);
  }

  .xl\:text-sky-700\/85{
    color: rgb(3 105 161 / 0.85);
  }

  .xl\:text-sky-700\/90{
    color: rgb(3 105 161 / 0.9);
  }

  .xl\:text-sky-700\/95{
    color: rgb(3 105 161 / 0.95);
  }

  .xl\:text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-800\/0{
    color: rgb(7 89 133 / 0);
  }

  .xl\:text-sky-800\/10{
    color: rgb(7 89 133 / 0.1);
  }

  .xl\:text-sky-800\/100{
    color: rgb(7 89 133 / 1);
  }

  .xl\:text-sky-800\/15{
    color: rgb(7 89 133 / 0.15);
  }

  .xl\:text-sky-800\/20{
    color: rgb(7 89 133 / 0.2);
  }

  .xl\:text-sky-800\/25{
    color: rgb(7 89 133 / 0.25);
  }

  .xl\:text-sky-800\/30{
    color: rgb(7 89 133 / 0.3);
  }

  .xl\:text-sky-800\/35{
    color: rgb(7 89 133 / 0.35);
  }

  .xl\:text-sky-800\/40{
    color: rgb(7 89 133 / 0.4);
  }

  .xl\:text-sky-800\/45{
    color: rgb(7 89 133 / 0.45);
  }

  .xl\:text-sky-800\/5{
    color: rgb(7 89 133 / 0.05);
  }

  .xl\:text-sky-800\/50{
    color: rgb(7 89 133 / 0.5);
  }

  .xl\:text-sky-800\/55{
    color: rgb(7 89 133 / 0.55);
  }

  .xl\:text-sky-800\/60{
    color: rgb(7 89 133 / 0.6);
  }

  .xl\:text-sky-800\/65{
    color: rgb(7 89 133 / 0.65);
  }

  .xl\:text-sky-800\/70{
    color: rgb(7 89 133 / 0.7);
  }

  .xl\:text-sky-800\/75{
    color: rgb(7 89 133 / 0.75);
  }

  .xl\:text-sky-800\/80{
    color: rgb(7 89 133 / 0.8);
  }

  .xl\:text-sky-800\/85{
    color: rgb(7 89 133 / 0.85);
  }

  .xl\:text-sky-800\/90{
    color: rgb(7 89 133 / 0.9);
  }

  .xl\:text-sky-800\/95{
    color: rgb(7 89 133 / 0.95);
  }

  .xl\:text-sky-900{
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-900\/0{
    color: rgb(12 74 110 / 0);
  }

  .xl\:text-sky-900\/10{
    color: rgb(12 74 110 / 0.1);
  }

  .xl\:text-sky-900\/100{
    color: rgb(12 74 110 / 1);
  }

  .xl\:text-sky-900\/15{
    color: rgb(12 74 110 / 0.15);
  }

  .xl\:text-sky-900\/20{
    color: rgb(12 74 110 / 0.2);
  }

  .xl\:text-sky-900\/25{
    color: rgb(12 74 110 / 0.25);
  }

  .xl\:text-sky-900\/30{
    color: rgb(12 74 110 / 0.3);
  }

  .xl\:text-sky-900\/35{
    color: rgb(12 74 110 / 0.35);
  }

  .xl\:text-sky-900\/40{
    color: rgb(12 74 110 / 0.4);
  }

  .xl\:text-sky-900\/45{
    color: rgb(12 74 110 / 0.45);
  }

  .xl\:text-sky-900\/5{
    color: rgb(12 74 110 / 0.05);
  }

  .xl\:text-sky-900\/50{
    color: rgb(12 74 110 / 0.5);
  }

  .xl\:text-sky-900\/55{
    color: rgb(12 74 110 / 0.55);
  }

  .xl\:text-sky-900\/60{
    color: rgb(12 74 110 / 0.6);
  }

  .xl\:text-sky-900\/65{
    color: rgb(12 74 110 / 0.65);
  }

  .xl\:text-sky-900\/70{
    color: rgb(12 74 110 / 0.7);
  }

  .xl\:text-sky-900\/75{
    color: rgb(12 74 110 / 0.75);
  }

  .xl\:text-sky-900\/80{
    color: rgb(12 74 110 / 0.8);
  }

  .xl\:text-sky-900\/85{
    color: rgb(12 74 110 / 0.85);
  }

  .xl\:text-sky-900\/90{
    color: rgb(12 74 110 / 0.9);
  }

  .xl\:text-sky-900\/95{
    color: rgb(12 74 110 / 0.95);
  }

  .xl\:text-sky-950{
    --tw-text-opacity: 1;
    color: rgb(8 47 73 / var(--tw-text-opacity, 1));
  }

  .xl\:text-sky-950\/0{
    color: rgb(8 47 73 / 0);
  }

  .xl\:text-sky-950\/10{
    color: rgb(8 47 73 / 0.1);
  }

  .xl\:text-sky-950\/100{
    color: rgb(8 47 73 / 1);
  }

  .xl\:text-sky-950\/15{
    color: rgb(8 47 73 / 0.15);
  }

  .xl\:text-sky-950\/20{
    color: rgb(8 47 73 / 0.2);
  }

  .xl\:text-sky-950\/25{
    color: rgb(8 47 73 / 0.25);
  }

  .xl\:text-sky-950\/30{
    color: rgb(8 47 73 / 0.3);
  }

  .xl\:text-sky-950\/35{
    color: rgb(8 47 73 / 0.35);
  }

  .xl\:text-sky-950\/40{
    color: rgb(8 47 73 / 0.4);
  }

  .xl\:text-sky-950\/45{
    color: rgb(8 47 73 / 0.45);
  }

  .xl\:text-sky-950\/5{
    color: rgb(8 47 73 / 0.05);
  }

  .xl\:text-sky-950\/50{
    color: rgb(8 47 73 / 0.5);
  }

  .xl\:text-sky-950\/55{
    color: rgb(8 47 73 / 0.55);
  }

  .xl\:text-sky-950\/60{
    color: rgb(8 47 73 / 0.6);
  }

  .xl\:text-sky-950\/65{
    color: rgb(8 47 73 / 0.65);
  }

  .xl\:text-sky-950\/70{
    color: rgb(8 47 73 / 0.7);
  }

  .xl\:text-sky-950\/75{
    color: rgb(8 47 73 / 0.75);
  }

  .xl\:text-sky-950\/80{
    color: rgb(8 47 73 / 0.8);
  }

  .xl\:text-sky-950\/85{
    color: rgb(8 47 73 / 0.85);
  }

  .xl\:text-sky-950\/90{
    color: rgb(8 47 73 / 0.9);
  }

  .xl\:text-sky-950\/95{
    color: rgb(8 47 73 / 0.95);
  }

  .xl\:text-slate-100{
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-100\/0{
    color: rgb(241 245 249 / 0);
  }

  .xl\:text-slate-100\/10{
    color: rgb(241 245 249 / 0.1);
  }

  .xl\:text-slate-100\/100{
    color: rgb(241 245 249 / 1);
  }

  .xl\:text-slate-100\/15{
    color: rgb(241 245 249 / 0.15);
  }

  .xl\:text-slate-100\/20{
    color: rgb(241 245 249 / 0.2);
  }

  .xl\:text-slate-100\/25{
    color: rgb(241 245 249 / 0.25);
  }

  .xl\:text-slate-100\/30{
    color: rgb(241 245 249 / 0.3);
  }

  .xl\:text-slate-100\/35{
    color: rgb(241 245 249 / 0.35);
  }

  .xl\:text-slate-100\/40{
    color: rgb(241 245 249 / 0.4);
  }

  .xl\:text-slate-100\/45{
    color: rgb(241 245 249 / 0.45);
  }

  .xl\:text-slate-100\/5{
    color: rgb(241 245 249 / 0.05);
  }

  .xl\:text-slate-100\/50{
    color: rgb(241 245 249 / 0.5);
  }

  .xl\:text-slate-100\/55{
    color: rgb(241 245 249 / 0.55);
  }

  .xl\:text-slate-100\/60{
    color: rgb(241 245 249 / 0.6);
  }

  .xl\:text-slate-100\/65{
    color: rgb(241 245 249 / 0.65);
  }

  .xl\:text-slate-100\/70{
    color: rgb(241 245 249 / 0.7);
  }

  .xl\:text-slate-100\/75{
    color: rgb(241 245 249 / 0.75);
  }

  .xl\:text-slate-100\/80{
    color: rgb(241 245 249 / 0.8);
  }

  .xl\:text-slate-100\/85{
    color: rgb(241 245 249 / 0.85);
  }

  .xl\:text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
  }

  .xl\:text-slate-100\/95{
    color: rgb(241 245 249 / 0.95);
  }

  .xl\:text-slate-200{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-200\/0{
    color: rgb(226 232 240 / 0);
  }

  .xl\:text-slate-200\/10{
    color: rgb(226 232 240 / 0.1);
  }

  .xl\:text-slate-200\/100{
    color: rgb(226 232 240 / 1);
  }

  .xl\:text-slate-200\/15{
    color: rgb(226 232 240 / 0.15);
  }

  .xl\:text-slate-200\/20{
    color: rgb(226 232 240 / 0.2);
  }

  .xl\:text-slate-200\/25{
    color: rgb(226 232 240 / 0.25);
  }

  .xl\:text-slate-200\/30{
    color: rgb(226 232 240 / 0.3);
  }

  .xl\:text-slate-200\/35{
    color: rgb(226 232 240 / 0.35);
  }

  .xl\:text-slate-200\/40{
    color: rgb(226 232 240 / 0.4);
  }

  .xl\:text-slate-200\/45{
    color: rgb(226 232 240 / 0.45);
  }

  .xl\:text-slate-200\/5{
    color: rgb(226 232 240 / 0.05);
  }

  .xl\:text-slate-200\/50{
    color: rgb(226 232 240 / 0.5);
  }

  .xl\:text-slate-200\/55{
    color: rgb(226 232 240 / 0.55);
  }

  .xl\:text-slate-200\/60{
    color: rgb(226 232 240 / 0.6);
  }

  .xl\:text-slate-200\/65{
    color: rgb(226 232 240 / 0.65);
  }

  .xl\:text-slate-200\/70{
    color: rgb(226 232 240 / 0.7);
  }

  .xl\:text-slate-200\/75{
    color: rgb(226 232 240 / 0.75);
  }

  .xl\:text-slate-200\/80{
    color: rgb(226 232 240 / 0.8);
  }

  .xl\:text-slate-200\/85{
    color: rgb(226 232 240 / 0.85);
  }

  .xl\:text-slate-200\/90{
    color: rgb(226 232 240 / 0.9);
  }

  .xl\:text-slate-200\/95{
    color: rgb(226 232 240 / 0.95);
  }

  .xl\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-300\/0{
    color: rgb(203 213 225 / 0);
  }

  .xl\:text-slate-300\/10{
    color: rgb(203 213 225 / 0.1);
  }

  .xl\:text-slate-300\/100{
    color: rgb(203 213 225 / 1);
  }

  .xl\:text-slate-300\/15{
    color: rgb(203 213 225 / 0.15);
  }

  .xl\:text-slate-300\/20{
    color: rgb(203 213 225 / 0.2);
  }

  .xl\:text-slate-300\/25{
    color: rgb(203 213 225 / 0.25);
  }

  .xl\:text-slate-300\/30{
    color: rgb(203 213 225 / 0.3);
  }

  .xl\:text-slate-300\/35{
    color: rgb(203 213 225 / 0.35);
  }

  .xl\:text-slate-300\/40{
    color: rgb(203 213 225 / 0.4);
  }

  .xl\:text-slate-300\/45{
    color: rgb(203 213 225 / 0.45);
  }

  .xl\:text-slate-300\/5{
    color: rgb(203 213 225 / 0.05);
  }

  .xl\:text-slate-300\/50{
    color: rgb(203 213 225 / 0.5);
  }

  .xl\:text-slate-300\/55{
    color: rgb(203 213 225 / 0.55);
  }

  .xl\:text-slate-300\/60{
    color: rgb(203 213 225 / 0.6);
  }

  .xl\:text-slate-300\/65{
    color: rgb(203 213 225 / 0.65);
  }

  .xl\:text-slate-300\/70{
    color: rgb(203 213 225 / 0.7);
  }

  .xl\:text-slate-300\/75{
    color: rgb(203 213 225 / 0.75);
  }

  .xl\:text-slate-300\/80{
    color: rgb(203 213 225 / 0.8);
  }

  .xl\:text-slate-300\/85{
    color: rgb(203 213 225 / 0.85);
  }

  .xl\:text-slate-300\/90{
    color: rgb(203 213 225 / 0.9);
  }

  .xl\:text-slate-300\/95{
    color: rgb(203 213 225 / 0.95);
  }

  .xl\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-400\/0{
    color: rgb(148 163 184 / 0);
  }

  .xl\:text-slate-400\/10{
    color: rgb(148 163 184 / 0.1);
  }

  .xl\:text-slate-400\/100{
    color: rgb(148 163 184 / 1);
  }

  .xl\:text-slate-400\/15{
    color: rgb(148 163 184 / 0.15);
  }

  .xl\:text-slate-400\/20{
    color: rgb(148 163 184 / 0.2);
  }

  .xl\:text-slate-400\/25{
    color: rgb(148 163 184 / 0.25);
  }

  .xl\:text-slate-400\/30{
    color: rgb(148 163 184 / 0.3);
  }

  .xl\:text-slate-400\/35{
    color: rgb(148 163 184 / 0.35);
  }

  .xl\:text-slate-400\/40{
    color: rgb(148 163 184 / 0.4);
  }

  .xl\:text-slate-400\/45{
    color: rgb(148 163 184 / 0.45);
  }

  .xl\:text-slate-400\/5{
    color: rgb(148 163 184 / 0.05);
  }

  .xl\:text-slate-400\/50{
    color: rgb(148 163 184 / 0.5);
  }

  .xl\:text-slate-400\/55{
    color: rgb(148 163 184 / 0.55);
  }

  .xl\:text-slate-400\/60{
    color: rgb(148 163 184 / 0.6);
  }

  .xl\:text-slate-400\/65{
    color: rgb(148 163 184 / 0.65);
  }

  .xl\:text-slate-400\/70{
    color: rgb(148 163 184 / 0.7);
  }

  .xl\:text-slate-400\/75{
    color: rgb(148 163 184 / 0.75);
  }

  .xl\:text-slate-400\/80{
    color: rgb(148 163 184 / 0.8);
  }

  .xl\:text-slate-400\/85{
    color: rgb(148 163 184 / 0.85);
  }

  .xl\:text-slate-400\/90{
    color: rgb(148 163 184 / 0.9);
  }

  .xl\:text-slate-400\/95{
    color: rgb(148 163 184 / 0.95);
  }

  .xl\:text-slate-50{
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-50\/0{
    color: rgb(248 250 252 / 0);
  }

  .xl\:text-slate-50\/10{
    color: rgb(248 250 252 / 0.1);
  }

  .xl\:text-slate-50\/100{
    color: rgb(248 250 252 / 1);
  }

  .xl\:text-slate-50\/15{
    color: rgb(248 250 252 / 0.15);
  }

  .xl\:text-slate-50\/20{
    color: rgb(248 250 252 / 0.2);
  }

  .xl\:text-slate-50\/25{
    color: rgb(248 250 252 / 0.25);
  }

  .xl\:text-slate-50\/30{
    color: rgb(248 250 252 / 0.3);
  }

  .xl\:text-slate-50\/35{
    color: rgb(248 250 252 / 0.35);
  }

  .xl\:text-slate-50\/40{
    color: rgb(248 250 252 / 0.4);
  }

  .xl\:text-slate-50\/45{
    color: rgb(248 250 252 / 0.45);
  }

  .xl\:text-slate-50\/5{
    color: rgb(248 250 252 / 0.05);
  }

  .xl\:text-slate-50\/50{
    color: rgb(248 250 252 / 0.5);
  }

  .xl\:text-slate-50\/55{
    color: rgb(248 250 252 / 0.55);
  }

  .xl\:text-slate-50\/60{
    color: rgb(248 250 252 / 0.6);
  }

  .xl\:text-slate-50\/65{
    color: rgb(248 250 252 / 0.65);
  }

  .xl\:text-slate-50\/70{
    color: rgb(248 250 252 / 0.7);
  }

  .xl\:text-slate-50\/75{
    color: rgb(248 250 252 / 0.75);
  }

  .xl\:text-slate-50\/80{
    color: rgb(248 250 252 / 0.8);
  }

  .xl\:text-slate-50\/85{
    color: rgb(248 250 252 / 0.85);
  }

  .xl\:text-slate-50\/90{
    color: rgb(248 250 252 / 0.9);
  }

  .xl\:text-slate-50\/95{
    color: rgb(248 250 252 / 0.95);
  }

  .xl\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-500\/0{
    color: rgb(100 116 139 / 0);
  }

  .xl\:text-slate-500\/10{
    color: rgb(100 116 139 / 0.1);
  }

  .xl\:text-slate-500\/100{
    color: rgb(100 116 139 / 1);
  }

  .xl\:text-slate-500\/15{
    color: rgb(100 116 139 / 0.15);
  }

  .xl\:text-slate-500\/20{
    color: rgb(100 116 139 / 0.2);
  }

  .xl\:text-slate-500\/25{
    color: rgb(100 116 139 / 0.25);
  }

  .xl\:text-slate-500\/30{
    color: rgb(100 116 139 / 0.3);
  }

  .xl\:text-slate-500\/35{
    color: rgb(100 116 139 / 0.35);
  }

  .xl\:text-slate-500\/40{
    color: rgb(100 116 139 / 0.4);
  }

  .xl\:text-slate-500\/45{
    color: rgb(100 116 139 / 0.45);
  }

  .xl\:text-slate-500\/5{
    color: rgb(100 116 139 / 0.05);
  }

  .xl\:text-slate-500\/50{
    color: rgb(100 116 139 / 0.5);
  }

  .xl\:text-slate-500\/55{
    color: rgb(100 116 139 / 0.55);
  }

  .xl\:text-slate-500\/60{
    color: rgb(100 116 139 / 0.6);
  }

  .xl\:text-slate-500\/65{
    color: rgb(100 116 139 / 0.65);
  }

  .xl\:text-slate-500\/70{
    color: rgb(100 116 139 / 0.7);
  }

  .xl\:text-slate-500\/75{
    color: rgb(100 116 139 / 0.75);
  }

  .xl\:text-slate-500\/80{
    color: rgb(100 116 139 / 0.8);
  }

  .xl\:text-slate-500\/85{
    color: rgb(100 116 139 / 0.85);
  }

  .xl\:text-slate-500\/90{
    color: rgb(100 116 139 / 0.9);
  }

  .xl\:text-slate-500\/95{
    color: rgb(100 116 139 / 0.95);
  }

  .xl\:text-slate-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-600\/0{
    color: rgb(71 85 105 / 0);
  }

  .xl\:text-slate-600\/10{
    color: rgb(71 85 105 / 0.1);
  }

  .xl\:text-slate-600\/100{
    color: rgb(71 85 105 / 1);
  }

  .xl\:text-slate-600\/15{
    color: rgb(71 85 105 / 0.15);
  }

  .xl\:text-slate-600\/20{
    color: rgb(71 85 105 / 0.2);
  }

  .xl\:text-slate-600\/25{
    color: rgb(71 85 105 / 0.25);
  }

  .xl\:text-slate-600\/30{
    color: rgb(71 85 105 / 0.3);
  }

  .xl\:text-slate-600\/35{
    color: rgb(71 85 105 / 0.35);
  }

  .xl\:text-slate-600\/40{
    color: rgb(71 85 105 / 0.4);
  }

  .xl\:text-slate-600\/45{
    color: rgb(71 85 105 / 0.45);
  }

  .xl\:text-slate-600\/5{
    color: rgb(71 85 105 / 0.05);
  }

  .xl\:text-slate-600\/50{
    color: rgb(71 85 105 / 0.5);
  }

  .xl\:text-slate-600\/55{
    color: rgb(71 85 105 / 0.55);
  }

  .xl\:text-slate-600\/60{
    color: rgb(71 85 105 / 0.6);
  }

  .xl\:text-slate-600\/65{
    color: rgb(71 85 105 / 0.65);
  }

  .xl\:text-slate-600\/70{
    color: rgb(71 85 105 / 0.7);
  }

  .xl\:text-slate-600\/75{
    color: rgb(71 85 105 / 0.75);
  }

  .xl\:text-slate-600\/80{
    color: rgb(71 85 105 / 0.8);
  }

  .xl\:text-slate-600\/85{
    color: rgb(71 85 105 / 0.85);
  }

  .xl\:text-slate-600\/90{
    color: rgb(71 85 105 / 0.9);
  }

  .xl\:text-slate-600\/95{
    color: rgb(71 85 105 / 0.95);
  }

  .xl\:text-slate-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-700\/0{
    color: rgb(51 65 85 / 0);
  }

  .xl\:text-slate-700\/10{
    color: rgb(51 65 85 / 0.1);
  }

  .xl\:text-slate-700\/100{
    color: rgb(51 65 85 / 1);
  }

  .xl\:text-slate-700\/15{
    color: rgb(51 65 85 / 0.15);
  }

  .xl\:text-slate-700\/20{
    color: rgb(51 65 85 / 0.2);
  }

  .xl\:text-slate-700\/25{
    color: rgb(51 65 85 / 0.25);
  }

  .xl\:text-slate-700\/30{
    color: rgb(51 65 85 / 0.3);
  }

  .xl\:text-slate-700\/35{
    color: rgb(51 65 85 / 0.35);
  }

  .xl\:text-slate-700\/40{
    color: rgb(51 65 85 / 0.4);
  }

  .xl\:text-slate-700\/45{
    color: rgb(51 65 85 / 0.45);
  }

  .xl\:text-slate-700\/5{
    color: rgb(51 65 85 / 0.05);
  }

  .xl\:text-slate-700\/50{
    color: rgb(51 65 85 / 0.5);
  }

  .xl\:text-slate-700\/55{
    color: rgb(51 65 85 / 0.55);
  }

  .xl\:text-slate-700\/60{
    color: rgb(51 65 85 / 0.6);
  }

  .xl\:text-slate-700\/65{
    color: rgb(51 65 85 / 0.65);
  }

  .xl\:text-slate-700\/70{
    color: rgb(51 65 85 / 0.7);
  }

  .xl\:text-slate-700\/75{
    color: rgb(51 65 85 / 0.75);
  }

  .xl\:text-slate-700\/80{
    color: rgb(51 65 85 / 0.8);
  }

  .xl\:text-slate-700\/85{
    color: rgb(51 65 85 / 0.85);
  }

  .xl\:text-slate-700\/90{
    color: rgb(51 65 85 / 0.9);
  }

  .xl\:text-slate-700\/95{
    color: rgb(51 65 85 / 0.95);
  }

  .xl\:text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-800\/0{
    color: rgb(30 41 59 / 0);
  }

  .xl\:text-slate-800\/10{
    color: rgb(30 41 59 / 0.1);
  }

  .xl\:text-slate-800\/100{
    color: rgb(30 41 59 / 1);
  }

  .xl\:text-slate-800\/15{
    color: rgb(30 41 59 / 0.15);
  }

  .xl\:text-slate-800\/20{
    color: rgb(30 41 59 / 0.2);
  }

  .xl\:text-slate-800\/25{
    color: rgb(30 41 59 / 0.25);
  }

  .xl\:text-slate-800\/30{
    color: rgb(30 41 59 / 0.3);
  }

  .xl\:text-slate-800\/35{
    color: rgb(30 41 59 / 0.35);
  }

  .xl\:text-slate-800\/40{
    color: rgb(30 41 59 / 0.4);
  }

  .xl\:text-slate-800\/45{
    color: rgb(30 41 59 / 0.45);
  }

  .xl\:text-slate-800\/5{
    color: rgb(30 41 59 / 0.05);
  }

  .xl\:text-slate-800\/50{
    color: rgb(30 41 59 / 0.5);
  }

  .xl\:text-slate-800\/55{
    color: rgb(30 41 59 / 0.55);
  }

  .xl\:text-slate-800\/60{
    color: rgb(30 41 59 / 0.6);
  }

  .xl\:text-slate-800\/65{
    color: rgb(30 41 59 / 0.65);
  }

  .xl\:text-slate-800\/70{
    color: rgb(30 41 59 / 0.7);
  }

  .xl\:text-slate-800\/75{
    color: rgb(30 41 59 / 0.75);
  }

  .xl\:text-slate-800\/80{
    color: rgb(30 41 59 / 0.8);
  }

  .xl\:text-slate-800\/85{
    color: rgb(30 41 59 / 0.85);
  }

  .xl\:text-slate-800\/90{
    color: rgb(30 41 59 / 0.9);
  }

  .xl\:text-slate-800\/95{
    color: rgb(30 41 59 / 0.95);
  }

  .xl\:text-slate-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-900\/0{
    color: rgb(15 23 42 / 0);
  }

  .xl\:text-slate-900\/10{
    color: rgb(15 23 42 / 0.1);
  }

  .xl\:text-slate-900\/100{
    color: rgb(15 23 42 / 1);
  }

  .xl\:text-slate-900\/15{
    color: rgb(15 23 42 / 0.15);
  }

  .xl\:text-slate-900\/20{
    color: rgb(15 23 42 / 0.2);
  }

  .xl\:text-slate-900\/25{
    color: rgb(15 23 42 / 0.25);
  }

  .xl\:text-slate-900\/30{
    color: rgb(15 23 42 / 0.3);
  }

  .xl\:text-slate-900\/35{
    color: rgb(15 23 42 / 0.35);
  }

  .xl\:text-slate-900\/40{
    color: rgb(15 23 42 / 0.4);
  }

  .xl\:text-slate-900\/45{
    color: rgb(15 23 42 / 0.45);
  }

  .xl\:text-slate-900\/5{
    color: rgb(15 23 42 / 0.05);
  }

  .xl\:text-slate-900\/50{
    color: rgb(15 23 42 / 0.5);
  }

  .xl\:text-slate-900\/55{
    color: rgb(15 23 42 / 0.55);
  }

  .xl\:text-slate-900\/60{
    color: rgb(15 23 42 / 0.6);
  }

  .xl\:text-slate-900\/65{
    color: rgb(15 23 42 / 0.65);
  }

  .xl\:text-slate-900\/70{
    color: rgb(15 23 42 / 0.7);
  }

  .xl\:text-slate-900\/75{
    color: rgb(15 23 42 / 0.75);
  }

  .xl\:text-slate-900\/80{
    color: rgb(15 23 42 / 0.8);
  }

  .xl\:text-slate-900\/85{
    color: rgb(15 23 42 / 0.85);
  }

  .xl\:text-slate-900\/90{
    color: rgb(15 23 42 / 0.9);
  }

  .xl\:text-slate-900\/95{
    color: rgb(15 23 42 / 0.95);
  }

  .xl\:text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
  }

  .xl\:text-slate-950\/0{
    color: rgb(2 6 23 / 0);
  }

  .xl\:text-slate-950\/10{
    color: rgb(2 6 23 / 0.1);
  }

  .xl\:text-slate-950\/100{
    color: rgb(2 6 23 / 1);
  }

  .xl\:text-slate-950\/15{
    color: rgb(2 6 23 / 0.15);
  }

  .xl\:text-slate-950\/20{
    color: rgb(2 6 23 / 0.2);
  }

  .xl\:text-slate-950\/25{
    color: rgb(2 6 23 / 0.25);
  }

  .xl\:text-slate-950\/30{
    color: rgb(2 6 23 / 0.3);
  }

  .xl\:text-slate-950\/35{
    color: rgb(2 6 23 / 0.35);
  }

  .xl\:text-slate-950\/40{
    color: rgb(2 6 23 / 0.4);
  }

  .xl\:text-slate-950\/45{
    color: rgb(2 6 23 / 0.45);
  }

  .xl\:text-slate-950\/5{
    color: rgb(2 6 23 / 0.05);
  }

  .xl\:text-slate-950\/50{
    color: rgb(2 6 23 / 0.5);
  }

  .xl\:text-slate-950\/55{
    color: rgb(2 6 23 / 0.55);
  }

  .xl\:text-slate-950\/60{
    color: rgb(2 6 23 / 0.6);
  }

  .xl\:text-slate-950\/65{
    color: rgb(2 6 23 / 0.65);
  }

  .xl\:text-slate-950\/70{
    color: rgb(2 6 23 / 0.7);
  }

  .xl\:text-slate-950\/75{
    color: rgb(2 6 23 / 0.75);
  }

  .xl\:text-slate-950\/80{
    color: rgb(2 6 23 / 0.8);
  }

  .xl\:text-slate-950\/85{
    color: rgb(2 6 23 / 0.85);
  }

  .xl\:text-slate-950\/90{
    color: rgb(2 6 23 / 0.9);
  }

  .xl\:text-slate-950\/95{
    color: rgb(2 6 23 / 0.95);
  }

  .xl\:text-stone-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-100\/0{
    color: rgb(245 245 244 / 0);
  }

  .xl\:text-stone-100\/10{
    color: rgb(245 245 244 / 0.1);
  }

  .xl\:text-stone-100\/100{
    color: rgb(245 245 244 / 1);
  }

  .xl\:text-stone-100\/15{
    color: rgb(245 245 244 / 0.15);
  }

  .xl\:text-stone-100\/20{
    color: rgb(245 245 244 / 0.2);
  }

  .xl\:text-stone-100\/25{
    color: rgb(245 245 244 / 0.25);
  }

  .xl\:text-stone-100\/30{
    color: rgb(245 245 244 / 0.3);
  }

  .xl\:text-stone-100\/35{
    color: rgb(245 245 244 / 0.35);
  }

  .xl\:text-stone-100\/40{
    color: rgb(245 245 244 / 0.4);
  }

  .xl\:text-stone-100\/45{
    color: rgb(245 245 244 / 0.45);
  }

  .xl\:text-stone-100\/5{
    color: rgb(245 245 244 / 0.05);
  }

  .xl\:text-stone-100\/50{
    color: rgb(245 245 244 / 0.5);
  }

  .xl\:text-stone-100\/55{
    color: rgb(245 245 244 / 0.55);
  }

  .xl\:text-stone-100\/60{
    color: rgb(245 245 244 / 0.6);
  }

  .xl\:text-stone-100\/65{
    color: rgb(245 245 244 / 0.65);
  }

  .xl\:text-stone-100\/70{
    color: rgb(245 245 244 / 0.7);
  }

  .xl\:text-stone-100\/75{
    color: rgb(245 245 244 / 0.75);
  }

  .xl\:text-stone-100\/80{
    color: rgb(245 245 244 / 0.8);
  }

  .xl\:text-stone-100\/85{
    color: rgb(245 245 244 / 0.85);
  }

  .xl\:text-stone-100\/90{
    color: rgb(245 245 244 / 0.9);
  }

  .xl\:text-stone-100\/95{
    color: rgb(245 245 244 / 0.95);
  }

  .xl\:text-stone-200{
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-200\/0{
    color: rgb(231 229 228 / 0);
  }

  .xl\:text-stone-200\/10{
    color: rgb(231 229 228 / 0.1);
  }

  .xl\:text-stone-200\/100{
    color: rgb(231 229 228 / 1);
  }

  .xl\:text-stone-200\/15{
    color: rgb(231 229 228 / 0.15);
  }

  .xl\:text-stone-200\/20{
    color: rgb(231 229 228 / 0.2);
  }

  .xl\:text-stone-200\/25{
    color: rgb(231 229 228 / 0.25);
  }

  .xl\:text-stone-200\/30{
    color: rgb(231 229 228 / 0.3);
  }

  .xl\:text-stone-200\/35{
    color: rgb(231 229 228 / 0.35);
  }

  .xl\:text-stone-200\/40{
    color: rgb(231 229 228 / 0.4);
  }

  .xl\:text-stone-200\/45{
    color: rgb(231 229 228 / 0.45);
  }

  .xl\:text-stone-200\/5{
    color: rgb(231 229 228 / 0.05);
  }

  .xl\:text-stone-200\/50{
    color: rgb(231 229 228 / 0.5);
  }

  .xl\:text-stone-200\/55{
    color: rgb(231 229 228 / 0.55);
  }

  .xl\:text-stone-200\/60{
    color: rgb(231 229 228 / 0.6);
  }

  .xl\:text-stone-200\/65{
    color: rgb(231 229 228 / 0.65);
  }

  .xl\:text-stone-200\/70{
    color: rgb(231 229 228 / 0.7);
  }

  .xl\:text-stone-200\/75{
    color: rgb(231 229 228 / 0.75);
  }

  .xl\:text-stone-200\/80{
    color: rgb(231 229 228 / 0.8);
  }

  .xl\:text-stone-200\/85{
    color: rgb(231 229 228 / 0.85);
  }

  .xl\:text-stone-200\/90{
    color: rgb(231 229 228 / 0.9);
  }

  .xl\:text-stone-200\/95{
    color: rgb(231 229 228 / 0.95);
  }

  .xl\:text-stone-300{
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-300\/0{
    color: rgb(214 211 209 / 0);
  }

  .xl\:text-stone-300\/10{
    color: rgb(214 211 209 / 0.1);
  }

  .xl\:text-stone-300\/100{
    color: rgb(214 211 209 / 1);
  }

  .xl\:text-stone-300\/15{
    color: rgb(214 211 209 / 0.15);
  }

  .xl\:text-stone-300\/20{
    color: rgb(214 211 209 / 0.2);
  }

  .xl\:text-stone-300\/25{
    color: rgb(214 211 209 / 0.25);
  }

  .xl\:text-stone-300\/30{
    color: rgb(214 211 209 / 0.3);
  }

  .xl\:text-stone-300\/35{
    color: rgb(214 211 209 / 0.35);
  }

  .xl\:text-stone-300\/40{
    color: rgb(214 211 209 / 0.4);
  }

  .xl\:text-stone-300\/45{
    color: rgb(214 211 209 / 0.45);
  }

  .xl\:text-stone-300\/5{
    color: rgb(214 211 209 / 0.05);
  }

  .xl\:text-stone-300\/50{
    color: rgb(214 211 209 / 0.5);
  }

  .xl\:text-stone-300\/55{
    color: rgb(214 211 209 / 0.55);
  }

  .xl\:text-stone-300\/60{
    color: rgb(214 211 209 / 0.6);
  }

  .xl\:text-stone-300\/65{
    color: rgb(214 211 209 / 0.65);
  }

  .xl\:text-stone-300\/70{
    color: rgb(214 211 209 / 0.7);
  }

  .xl\:text-stone-300\/75{
    color: rgb(214 211 209 / 0.75);
  }

  .xl\:text-stone-300\/80{
    color: rgb(214 211 209 / 0.8);
  }

  .xl\:text-stone-300\/85{
    color: rgb(214 211 209 / 0.85);
  }

  .xl\:text-stone-300\/90{
    color: rgb(214 211 209 / 0.9);
  }

  .xl\:text-stone-300\/95{
    color: rgb(214 211 209 / 0.95);
  }

  .xl\:text-stone-400{
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-400\/0{
    color: rgb(168 162 158 / 0);
  }

  .xl\:text-stone-400\/10{
    color: rgb(168 162 158 / 0.1);
  }

  .xl\:text-stone-400\/100{
    color: rgb(168 162 158 / 1);
  }

  .xl\:text-stone-400\/15{
    color: rgb(168 162 158 / 0.15);
  }

  .xl\:text-stone-400\/20{
    color: rgb(168 162 158 / 0.2);
  }

  .xl\:text-stone-400\/25{
    color: rgb(168 162 158 / 0.25);
  }

  .xl\:text-stone-400\/30{
    color: rgb(168 162 158 / 0.3);
  }

  .xl\:text-stone-400\/35{
    color: rgb(168 162 158 / 0.35);
  }

  .xl\:text-stone-400\/40{
    color: rgb(168 162 158 / 0.4);
  }

  .xl\:text-stone-400\/45{
    color: rgb(168 162 158 / 0.45);
  }

  .xl\:text-stone-400\/5{
    color: rgb(168 162 158 / 0.05);
  }

  .xl\:text-stone-400\/50{
    color: rgb(168 162 158 / 0.5);
  }

  .xl\:text-stone-400\/55{
    color: rgb(168 162 158 / 0.55);
  }

  .xl\:text-stone-400\/60{
    color: rgb(168 162 158 / 0.6);
  }

  .xl\:text-stone-400\/65{
    color: rgb(168 162 158 / 0.65);
  }

  .xl\:text-stone-400\/70{
    color: rgb(168 162 158 / 0.7);
  }

  .xl\:text-stone-400\/75{
    color: rgb(168 162 158 / 0.75);
  }

  .xl\:text-stone-400\/80{
    color: rgb(168 162 158 / 0.8);
  }

  .xl\:text-stone-400\/85{
    color: rgb(168 162 158 / 0.85);
  }

  .xl\:text-stone-400\/90{
    color: rgb(168 162 158 / 0.9);
  }

  .xl\:text-stone-400\/95{
    color: rgb(168 162 158 / 0.95);
  }

  .xl\:text-stone-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-50\/0{
    color: rgb(250 250 249 / 0);
  }

  .xl\:text-stone-50\/10{
    color: rgb(250 250 249 / 0.1);
  }

  .xl\:text-stone-50\/100{
    color: rgb(250 250 249 / 1);
  }

  .xl\:text-stone-50\/15{
    color: rgb(250 250 249 / 0.15);
  }

  .xl\:text-stone-50\/20{
    color: rgb(250 250 249 / 0.2);
  }

  .xl\:text-stone-50\/25{
    color: rgb(250 250 249 / 0.25);
  }

  .xl\:text-stone-50\/30{
    color: rgb(250 250 249 / 0.3);
  }

  .xl\:text-stone-50\/35{
    color: rgb(250 250 249 / 0.35);
  }

  .xl\:text-stone-50\/40{
    color: rgb(250 250 249 / 0.4);
  }

  .xl\:text-stone-50\/45{
    color: rgb(250 250 249 / 0.45);
  }

  .xl\:text-stone-50\/5{
    color: rgb(250 250 249 / 0.05);
  }

  .xl\:text-stone-50\/50{
    color: rgb(250 250 249 / 0.5);
  }

  .xl\:text-stone-50\/55{
    color: rgb(250 250 249 / 0.55);
  }

  .xl\:text-stone-50\/60{
    color: rgb(250 250 249 / 0.6);
  }

  .xl\:text-stone-50\/65{
    color: rgb(250 250 249 / 0.65);
  }

  .xl\:text-stone-50\/70{
    color: rgb(250 250 249 / 0.7);
  }

  .xl\:text-stone-50\/75{
    color: rgb(250 250 249 / 0.75);
  }

  .xl\:text-stone-50\/80{
    color: rgb(250 250 249 / 0.8);
  }

  .xl\:text-stone-50\/85{
    color: rgb(250 250 249 / 0.85);
  }

  .xl\:text-stone-50\/90{
    color: rgb(250 250 249 / 0.9);
  }

  .xl\:text-stone-50\/95{
    color: rgb(250 250 249 / 0.95);
  }

  .xl\:text-stone-500{
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-500\/0{
    color: rgb(120 113 108 / 0);
  }

  .xl\:text-stone-500\/10{
    color: rgb(120 113 108 / 0.1);
  }

  .xl\:text-stone-500\/100{
    color: rgb(120 113 108 / 1);
  }

  .xl\:text-stone-500\/15{
    color: rgb(120 113 108 / 0.15);
  }

  .xl\:text-stone-500\/20{
    color: rgb(120 113 108 / 0.2);
  }

  .xl\:text-stone-500\/25{
    color: rgb(120 113 108 / 0.25);
  }

  .xl\:text-stone-500\/30{
    color: rgb(120 113 108 / 0.3);
  }

  .xl\:text-stone-500\/35{
    color: rgb(120 113 108 / 0.35);
  }

  .xl\:text-stone-500\/40{
    color: rgb(120 113 108 / 0.4);
  }

  .xl\:text-stone-500\/45{
    color: rgb(120 113 108 / 0.45);
  }

  .xl\:text-stone-500\/5{
    color: rgb(120 113 108 / 0.05);
  }

  .xl\:text-stone-500\/50{
    color: rgb(120 113 108 / 0.5);
  }

  .xl\:text-stone-500\/55{
    color: rgb(120 113 108 / 0.55);
  }

  .xl\:text-stone-500\/60{
    color: rgb(120 113 108 / 0.6);
  }

  .xl\:text-stone-500\/65{
    color: rgb(120 113 108 / 0.65);
  }

  .xl\:text-stone-500\/70{
    color: rgb(120 113 108 / 0.7);
  }

  .xl\:text-stone-500\/75{
    color: rgb(120 113 108 / 0.75);
  }

  .xl\:text-stone-500\/80{
    color: rgb(120 113 108 / 0.8);
  }

  .xl\:text-stone-500\/85{
    color: rgb(120 113 108 / 0.85);
  }

  .xl\:text-stone-500\/90{
    color: rgb(120 113 108 / 0.9);
  }

  .xl\:text-stone-500\/95{
    color: rgb(120 113 108 / 0.95);
  }

  .xl\:text-stone-600{
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-600\/0{
    color: rgb(87 83 78 / 0);
  }

  .xl\:text-stone-600\/10{
    color: rgb(87 83 78 / 0.1);
  }

  .xl\:text-stone-600\/100{
    color: rgb(87 83 78 / 1);
  }

  .xl\:text-stone-600\/15{
    color: rgb(87 83 78 / 0.15);
  }

  .xl\:text-stone-600\/20{
    color: rgb(87 83 78 / 0.2);
  }

  .xl\:text-stone-600\/25{
    color: rgb(87 83 78 / 0.25);
  }

  .xl\:text-stone-600\/30{
    color: rgb(87 83 78 / 0.3);
  }

  .xl\:text-stone-600\/35{
    color: rgb(87 83 78 / 0.35);
  }

  .xl\:text-stone-600\/40{
    color: rgb(87 83 78 / 0.4);
  }

  .xl\:text-stone-600\/45{
    color: rgb(87 83 78 / 0.45);
  }

  .xl\:text-stone-600\/5{
    color: rgb(87 83 78 / 0.05);
  }

  .xl\:text-stone-600\/50{
    color: rgb(87 83 78 / 0.5);
  }

  .xl\:text-stone-600\/55{
    color: rgb(87 83 78 / 0.55);
  }

  .xl\:text-stone-600\/60{
    color: rgb(87 83 78 / 0.6);
  }

  .xl\:text-stone-600\/65{
    color: rgb(87 83 78 / 0.65);
  }

  .xl\:text-stone-600\/70{
    color: rgb(87 83 78 / 0.7);
  }

  .xl\:text-stone-600\/75{
    color: rgb(87 83 78 / 0.75);
  }

  .xl\:text-stone-600\/80{
    color: rgb(87 83 78 / 0.8);
  }

  .xl\:text-stone-600\/85{
    color: rgb(87 83 78 / 0.85);
  }

  .xl\:text-stone-600\/90{
    color: rgb(87 83 78 / 0.9);
  }

  .xl\:text-stone-600\/95{
    color: rgb(87 83 78 / 0.95);
  }

  .xl\:text-stone-700{
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-700\/0{
    color: rgb(68 64 60 / 0);
  }

  .xl\:text-stone-700\/10{
    color: rgb(68 64 60 / 0.1);
  }

  .xl\:text-stone-700\/100{
    color: rgb(68 64 60 / 1);
  }

  .xl\:text-stone-700\/15{
    color: rgb(68 64 60 / 0.15);
  }

  .xl\:text-stone-700\/20{
    color: rgb(68 64 60 / 0.2);
  }

  .xl\:text-stone-700\/25{
    color: rgb(68 64 60 / 0.25);
  }

  .xl\:text-stone-700\/30{
    color: rgb(68 64 60 / 0.3);
  }

  .xl\:text-stone-700\/35{
    color: rgb(68 64 60 / 0.35);
  }

  .xl\:text-stone-700\/40{
    color: rgb(68 64 60 / 0.4);
  }

  .xl\:text-stone-700\/45{
    color: rgb(68 64 60 / 0.45);
  }

  .xl\:text-stone-700\/5{
    color: rgb(68 64 60 / 0.05);
  }

  .xl\:text-stone-700\/50{
    color: rgb(68 64 60 / 0.5);
  }

  .xl\:text-stone-700\/55{
    color: rgb(68 64 60 / 0.55);
  }

  .xl\:text-stone-700\/60{
    color: rgb(68 64 60 / 0.6);
  }

  .xl\:text-stone-700\/65{
    color: rgb(68 64 60 / 0.65);
  }

  .xl\:text-stone-700\/70{
    color: rgb(68 64 60 / 0.7);
  }

  .xl\:text-stone-700\/75{
    color: rgb(68 64 60 / 0.75);
  }

  .xl\:text-stone-700\/80{
    color: rgb(68 64 60 / 0.8);
  }

  .xl\:text-stone-700\/85{
    color: rgb(68 64 60 / 0.85);
  }

  .xl\:text-stone-700\/90{
    color: rgb(68 64 60 / 0.9);
  }

  .xl\:text-stone-700\/95{
    color: rgb(68 64 60 / 0.95);
  }

  .xl\:text-stone-800{
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-800\/0{
    color: rgb(41 37 36 / 0);
  }

  .xl\:text-stone-800\/10{
    color: rgb(41 37 36 / 0.1);
  }

  .xl\:text-stone-800\/100{
    color: rgb(41 37 36 / 1);
  }

  .xl\:text-stone-800\/15{
    color: rgb(41 37 36 / 0.15);
  }

  .xl\:text-stone-800\/20{
    color: rgb(41 37 36 / 0.2);
  }

  .xl\:text-stone-800\/25{
    color: rgb(41 37 36 / 0.25);
  }

  .xl\:text-stone-800\/30{
    color: rgb(41 37 36 / 0.3);
  }

  .xl\:text-stone-800\/35{
    color: rgb(41 37 36 / 0.35);
  }

  .xl\:text-stone-800\/40{
    color: rgb(41 37 36 / 0.4);
  }

  .xl\:text-stone-800\/45{
    color: rgb(41 37 36 / 0.45);
  }

  .xl\:text-stone-800\/5{
    color: rgb(41 37 36 / 0.05);
  }

  .xl\:text-stone-800\/50{
    color: rgb(41 37 36 / 0.5);
  }

  .xl\:text-stone-800\/55{
    color: rgb(41 37 36 / 0.55);
  }

  .xl\:text-stone-800\/60{
    color: rgb(41 37 36 / 0.6);
  }

  .xl\:text-stone-800\/65{
    color: rgb(41 37 36 / 0.65);
  }

  .xl\:text-stone-800\/70{
    color: rgb(41 37 36 / 0.7);
  }

  .xl\:text-stone-800\/75{
    color: rgb(41 37 36 / 0.75);
  }

  .xl\:text-stone-800\/80{
    color: rgb(41 37 36 / 0.8);
  }

  .xl\:text-stone-800\/85{
    color: rgb(41 37 36 / 0.85);
  }

  .xl\:text-stone-800\/90{
    color: rgb(41 37 36 / 0.9);
  }

  .xl\:text-stone-800\/95{
    color: rgb(41 37 36 / 0.95);
  }

  .xl\:text-stone-900{
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-900\/0{
    color: rgb(28 25 23 / 0);
  }

  .xl\:text-stone-900\/10{
    color: rgb(28 25 23 / 0.1);
  }

  .xl\:text-stone-900\/100{
    color: rgb(28 25 23 / 1);
  }

  .xl\:text-stone-900\/15{
    color: rgb(28 25 23 / 0.15);
  }

  .xl\:text-stone-900\/20{
    color: rgb(28 25 23 / 0.2);
  }

  .xl\:text-stone-900\/25{
    color: rgb(28 25 23 / 0.25);
  }

  .xl\:text-stone-900\/30{
    color: rgb(28 25 23 / 0.3);
  }

  .xl\:text-stone-900\/35{
    color: rgb(28 25 23 / 0.35);
  }

  .xl\:text-stone-900\/40{
    color: rgb(28 25 23 / 0.4);
  }

  .xl\:text-stone-900\/45{
    color: rgb(28 25 23 / 0.45);
  }

  .xl\:text-stone-900\/5{
    color: rgb(28 25 23 / 0.05);
  }

  .xl\:text-stone-900\/50{
    color: rgb(28 25 23 / 0.5);
  }

  .xl\:text-stone-900\/55{
    color: rgb(28 25 23 / 0.55);
  }

  .xl\:text-stone-900\/60{
    color: rgb(28 25 23 / 0.6);
  }

  .xl\:text-stone-900\/65{
    color: rgb(28 25 23 / 0.65);
  }

  .xl\:text-stone-900\/70{
    color: rgb(28 25 23 / 0.7);
  }

  .xl\:text-stone-900\/75{
    color: rgb(28 25 23 / 0.75);
  }

  .xl\:text-stone-900\/80{
    color: rgb(28 25 23 / 0.8);
  }

  .xl\:text-stone-900\/85{
    color: rgb(28 25 23 / 0.85);
  }

  .xl\:text-stone-900\/90{
    color: rgb(28 25 23 / 0.9);
  }

  .xl\:text-stone-900\/95{
    color: rgb(28 25 23 / 0.95);
  }

  .xl\:text-stone-950{
    --tw-text-opacity: 1;
    color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  }

  .xl\:text-stone-950\/0{
    color: rgb(12 10 9 / 0);
  }

  .xl\:text-stone-950\/10{
    color: rgb(12 10 9 / 0.1);
  }

  .xl\:text-stone-950\/100{
    color: rgb(12 10 9 / 1);
  }

  .xl\:text-stone-950\/15{
    color: rgb(12 10 9 / 0.15);
  }

  .xl\:text-stone-950\/20{
    color: rgb(12 10 9 / 0.2);
  }

  .xl\:text-stone-950\/25{
    color: rgb(12 10 9 / 0.25);
  }

  .xl\:text-stone-950\/30{
    color: rgb(12 10 9 / 0.3);
  }

  .xl\:text-stone-950\/35{
    color: rgb(12 10 9 / 0.35);
  }

  .xl\:text-stone-950\/40{
    color: rgb(12 10 9 / 0.4);
  }

  .xl\:text-stone-950\/45{
    color: rgb(12 10 9 / 0.45);
  }

  .xl\:text-stone-950\/5{
    color: rgb(12 10 9 / 0.05);
  }

  .xl\:text-stone-950\/50{
    color: rgb(12 10 9 / 0.5);
  }

  .xl\:text-stone-950\/55{
    color: rgb(12 10 9 / 0.55);
  }

  .xl\:text-stone-950\/60{
    color: rgb(12 10 9 / 0.6);
  }

  .xl\:text-stone-950\/65{
    color: rgb(12 10 9 / 0.65);
  }

  .xl\:text-stone-950\/70{
    color: rgb(12 10 9 / 0.7);
  }

  .xl\:text-stone-950\/75{
    color: rgb(12 10 9 / 0.75);
  }

  .xl\:text-stone-950\/80{
    color: rgb(12 10 9 / 0.8);
  }

  .xl\:text-stone-950\/85{
    color: rgb(12 10 9 / 0.85);
  }

  .xl\:text-stone-950\/90{
    color: rgb(12 10 9 / 0.9);
  }

  .xl\:text-stone-950\/95{
    color: rgb(12 10 9 / 0.95);
  }

  .xl\:text-teal-100{
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-100\/0{
    color: rgb(204 251 241 / 0);
  }

  .xl\:text-teal-100\/10{
    color: rgb(204 251 241 / 0.1);
  }

  .xl\:text-teal-100\/100{
    color: rgb(204 251 241 / 1);
  }

  .xl\:text-teal-100\/15{
    color: rgb(204 251 241 / 0.15);
  }

  .xl\:text-teal-100\/20{
    color: rgb(204 251 241 / 0.2);
  }

  .xl\:text-teal-100\/25{
    color: rgb(204 251 241 / 0.25);
  }

  .xl\:text-teal-100\/30{
    color: rgb(204 251 241 / 0.3);
  }

  .xl\:text-teal-100\/35{
    color: rgb(204 251 241 / 0.35);
  }

  .xl\:text-teal-100\/40{
    color: rgb(204 251 241 / 0.4);
  }

  .xl\:text-teal-100\/45{
    color: rgb(204 251 241 / 0.45);
  }

  .xl\:text-teal-100\/5{
    color: rgb(204 251 241 / 0.05);
  }

  .xl\:text-teal-100\/50{
    color: rgb(204 251 241 / 0.5);
  }

  .xl\:text-teal-100\/55{
    color: rgb(204 251 241 / 0.55);
  }

  .xl\:text-teal-100\/60{
    color: rgb(204 251 241 / 0.6);
  }

  .xl\:text-teal-100\/65{
    color: rgb(204 251 241 / 0.65);
  }

  .xl\:text-teal-100\/70{
    color: rgb(204 251 241 / 0.7);
  }

  .xl\:text-teal-100\/75{
    color: rgb(204 251 241 / 0.75);
  }

  .xl\:text-teal-100\/80{
    color: rgb(204 251 241 / 0.8);
  }

  .xl\:text-teal-100\/85{
    color: rgb(204 251 241 / 0.85);
  }

  .xl\:text-teal-100\/90{
    color: rgb(204 251 241 / 0.9);
  }

  .xl\:text-teal-100\/95{
    color: rgb(204 251 241 / 0.95);
  }

  .xl\:text-teal-200{
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-200\/0{
    color: rgb(153 246 228 / 0);
  }

  .xl\:text-teal-200\/10{
    color: rgb(153 246 228 / 0.1);
  }

  .xl\:text-teal-200\/100{
    color: rgb(153 246 228 / 1);
  }

  .xl\:text-teal-200\/15{
    color: rgb(153 246 228 / 0.15);
  }

  .xl\:text-teal-200\/20{
    color: rgb(153 246 228 / 0.2);
  }

  .xl\:text-teal-200\/25{
    color: rgb(153 246 228 / 0.25);
  }

  .xl\:text-teal-200\/30{
    color: rgb(153 246 228 / 0.3);
  }

  .xl\:text-teal-200\/35{
    color: rgb(153 246 228 / 0.35);
  }

  .xl\:text-teal-200\/40{
    color: rgb(153 246 228 / 0.4);
  }

  .xl\:text-teal-200\/45{
    color: rgb(153 246 228 / 0.45);
  }

  .xl\:text-teal-200\/5{
    color: rgb(153 246 228 / 0.05);
  }

  .xl\:text-teal-200\/50{
    color: rgb(153 246 228 / 0.5);
  }

  .xl\:text-teal-200\/55{
    color: rgb(153 246 228 / 0.55);
  }

  .xl\:text-teal-200\/60{
    color: rgb(153 246 228 / 0.6);
  }

  .xl\:text-teal-200\/65{
    color: rgb(153 246 228 / 0.65);
  }

  .xl\:text-teal-200\/70{
    color: rgb(153 246 228 / 0.7);
  }

  .xl\:text-teal-200\/75{
    color: rgb(153 246 228 / 0.75);
  }

  .xl\:text-teal-200\/80{
    color: rgb(153 246 228 / 0.8);
  }

  .xl\:text-teal-200\/85{
    color: rgb(153 246 228 / 0.85);
  }

  .xl\:text-teal-200\/90{
    color: rgb(153 246 228 / 0.9);
  }

  .xl\:text-teal-200\/95{
    color: rgb(153 246 228 / 0.95);
  }

  .xl\:text-teal-300{
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-300\/0{
    color: rgb(94 234 212 / 0);
  }

  .xl\:text-teal-300\/10{
    color: rgb(94 234 212 / 0.1);
  }

  .xl\:text-teal-300\/100{
    color: rgb(94 234 212 / 1);
  }

  .xl\:text-teal-300\/15{
    color: rgb(94 234 212 / 0.15);
  }

  .xl\:text-teal-300\/20{
    color: rgb(94 234 212 / 0.2);
  }

  .xl\:text-teal-300\/25{
    color: rgb(94 234 212 / 0.25);
  }

  .xl\:text-teal-300\/30{
    color: rgb(94 234 212 / 0.3);
  }

  .xl\:text-teal-300\/35{
    color: rgb(94 234 212 / 0.35);
  }

  .xl\:text-teal-300\/40{
    color: rgb(94 234 212 / 0.4);
  }

  .xl\:text-teal-300\/45{
    color: rgb(94 234 212 / 0.45);
  }

  .xl\:text-teal-300\/5{
    color: rgb(94 234 212 / 0.05);
  }

  .xl\:text-teal-300\/50{
    color: rgb(94 234 212 / 0.5);
  }

  .xl\:text-teal-300\/55{
    color: rgb(94 234 212 / 0.55);
  }

  .xl\:text-teal-300\/60{
    color: rgb(94 234 212 / 0.6);
  }

  .xl\:text-teal-300\/65{
    color: rgb(94 234 212 / 0.65);
  }

  .xl\:text-teal-300\/70{
    color: rgb(94 234 212 / 0.7);
  }

  .xl\:text-teal-300\/75{
    color: rgb(94 234 212 / 0.75);
  }

  .xl\:text-teal-300\/80{
    color: rgb(94 234 212 / 0.8);
  }

  .xl\:text-teal-300\/85{
    color: rgb(94 234 212 / 0.85);
  }

  .xl\:text-teal-300\/90{
    color: rgb(94 234 212 / 0.9);
  }

  .xl\:text-teal-300\/95{
    color: rgb(94 234 212 / 0.95);
  }

  .xl\:text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-400\/0{
    color: rgb(45 212 191 / 0);
  }

  .xl\:text-teal-400\/10{
    color: rgb(45 212 191 / 0.1);
  }

  .xl\:text-teal-400\/100{
    color: rgb(45 212 191 / 1);
  }

  .xl\:text-teal-400\/15{
    color: rgb(45 212 191 / 0.15);
  }

  .xl\:text-teal-400\/20{
    color: rgb(45 212 191 / 0.2);
  }

  .xl\:text-teal-400\/25{
    color: rgb(45 212 191 / 0.25);
  }

  .xl\:text-teal-400\/30{
    color: rgb(45 212 191 / 0.3);
  }

  .xl\:text-teal-400\/35{
    color: rgb(45 212 191 / 0.35);
  }

  .xl\:text-teal-400\/40{
    color: rgb(45 212 191 / 0.4);
  }

  .xl\:text-teal-400\/45{
    color: rgb(45 212 191 / 0.45);
  }

  .xl\:text-teal-400\/5{
    color: rgb(45 212 191 / 0.05);
  }

  .xl\:text-teal-400\/50{
    color: rgb(45 212 191 / 0.5);
  }

  .xl\:text-teal-400\/55{
    color: rgb(45 212 191 / 0.55);
  }

  .xl\:text-teal-400\/60{
    color: rgb(45 212 191 / 0.6);
  }

  .xl\:text-teal-400\/65{
    color: rgb(45 212 191 / 0.65);
  }

  .xl\:text-teal-400\/70{
    color: rgb(45 212 191 / 0.7);
  }

  .xl\:text-teal-400\/75{
    color: rgb(45 212 191 / 0.75);
  }

  .xl\:text-teal-400\/80{
    color: rgb(45 212 191 / 0.8);
  }

  .xl\:text-teal-400\/85{
    color: rgb(45 212 191 / 0.85);
  }

  .xl\:text-teal-400\/90{
    color: rgb(45 212 191 / 0.9);
  }

  .xl\:text-teal-400\/95{
    color: rgb(45 212 191 / 0.95);
  }

  .xl\:text-teal-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-50\/0{
    color: rgb(240 253 250 / 0);
  }

  .xl\:text-teal-50\/10{
    color: rgb(240 253 250 / 0.1);
  }

  .xl\:text-teal-50\/100{
    color: rgb(240 253 250 / 1);
  }

  .xl\:text-teal-50\/15{
    color: rgb(240 253 250 / 0.15);
  }

  .xl\:text-teal-50\/20{
    color: rgb(240 253 250 / 0.2);
  }

  .xl\:text-teal-50\/25{
    color: rgb(240 253 250 / 0.25);
  }

  .xl\:text-teal-50\/30{
    color: rgb(240 253 250 / 0.3);
  }

  .xl\:text-teal-50\/35{
    color: rgb(240 253 250 / 0.35);
  }

  .xl\:text-teal-50\/40{
    color: rgb(240 253 250 / 0.4);
  }

  .xl\:text-teal-50\/45{
    color: rgb(240 253 250 / 0.45);
  }

  .xl\:text-teal-50\/5{
    color: rgb(240 253 250 / 0.05);
  }

  .xl\:text-teal-50\/50{
    color: rgb(240 253 250 / 0.5);
  }

  .xl\:text-teal-50\/55{
    color: rgb(240 253 250 / 0.55);
  }

  .xl\:text-teal-50\/60{
    color: rgb(240 253 250 / 0.6);
  }

  .xl\:text-teal-50\/65{
    color: rgb(240 253 250 / 0.65);
  }

  .xl\:text-teal-50\/70{
    color: rgb(240 253 250 / 0.7);
  }

  .xl\:text-teal-50\/75{
    color: rgb(240 253 250 / 0.75);
  }

  .xl\:text-teal-50\/80{
    color: rgb(240 253 250 / 0.8);
  }

  .xl\:text-teal-50\/85{
    color: rgb(240 253 250 / 0.85);
  }

  .xl\:text-teal-50\/90{
    color: rgb(240 253 250 / 0.9);
  }

  .xl\:text-teal-50\/95{
    color: rgb(240 253 250 / 0.95);
  }

  .xl\:text-teal-500{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-500\/0{
    color: rgb(20 184 166 / 0);
  }

  .xl\:text-teal-500\/10{
    color: rgb(20 184 166 / 0.1);
  }

  .xl\:text-teal-500\/100{
    color: rgb(20 184 166 / 1);
  }

  .xl\:text-teal-500\/15{
    color: rgb(20 184 166 / 0.15);
  }

  .xl\:text-teal-500\/20{
    color: rgb(20 184 166 / 0.2);
  }

  .xl\:text-teal-500\/25{
    color: rgb(20 184 166 / 0.25);
  }

  .xl\:text-teal-500\/30{
    color: rgb(20 184 166 / 0.3);
  }

  .xl\:text-teal-500\/35{
    color: rgb(20 184 166 / 0.35);
  }

  .xl\:text-teal-500\/40{
    color: rgb(20 184 166 / 0.4);
  }

  .xl\:text-teal-500\/45{
    color: rgb(20 184 166 / 0.45);
  }

  .xl\:text-teal-500\/5{
    color: rgb(20 184 166 / 0.05);
  }

  .xl\:text-teal-500\/50{
    color: rgb(20 184 166 / 0.5);
  }

  .xl\:text-teal-500\/55{
    color: rgb(20 184 166 / 0.55);
  }

  .xl\:text-teal-500\/60{
    color: rgb(20 184 166 / 0.6);
  }

  .xl\:text-teal-500\/65{
    color: rgb(20 184 166 / 0.65);
  }

  .xl\:text-teal-500\/70{
    color: rgb(20 184 166 / 0.7);
  }

  .xl\:text-teal-500\/75{
    color: rgb(20 184 166 / 0.75);
  }

  .xl\:text-teal-500\/80{
    color: rgb(20 184 166 / 0.8);
  }

  .xl\:text-teal-500\/85{
    color: rgb(20 184 166 / 0.85);
  }

  .xl\:text-teal-500\/90{
    color: rgb(20 184 166 / 0.9);
  }

  .xl\:text-teal-500\/95{
    color: rgb(20 184 166 / 0.95);
  }

  .xl\:text-teal-600{
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-600\/0{
    color: rgb(13 148 136 / 0);
  }

  .xl\:text-teal-600\/10{
    color: rgb(13 148 136 / 0.1);
  }

  .xl\:text-teal-600\/100{
    color: rgb(13 148 136 / 1);
  }

  .xl\:text-teal-600\/15{
    color: rgb(13 148 136 / 0.15);
  }

  .xl\:text-teal-600\/20{
    color: rgb(13 148 136 / 0.2);
  }

  .xl\:text-teal-600\/25{
    color: rgb(13 148 136 / 0.25);
  }

  .xl\:text-teal-600\/30{
    color: rgb(13 148 136 / 0.3);
  }

  .xl\:text-teal-600\/35{
    color: rgb(13 148 136 / 0.35);
  }

  .xl\:text-teal-600\/40{
    color: rgb(13 148 136 / 0.4);
  }

  .xl\:text-teal-600\/45{
    color: rgb(13 148 136 / 0.45);
  }

  .xl\:text-teal-600\/5{
    color: rgb(13 148 136 / 0.05);
  }

  .xl\:text-teal-600\/50{
    color: rgb(13 148 136 / 0.5);
  }

  .xl\:text-teal-600\/55{
    color: rgb(13 148 136 / 0.55);
  }

  .xl\:text-teal-600\/60{
    color: rgb(13 148 136 / 0.6);
  }

  .xl\:text-teal-600\/65{
    color: rgb(13 148 136 / 0.65);
  }

  .xl\:text-teal-600\/70{
    color: rgb(13 148 136 / 0.7);
  }

  .xl\:text-teal-600\/75{
    color: rgb(13 148 136 / 0.75);
  }

  .xl\:text-teal-600\/80{
    color: rgb(13 148 136 / 0.8);
  }

  .xl\:text-teal-600\/85{
    color: rgb(13 148 136 / 0.85);
  }

  .xl\:text-teal-600\/90{
    color: rgb(13 148 136 / 0.9);
  }

  .xl\:text-teal-600\/95{
    color: rgb(13 148 136 / 0.95);
  }

  .xl\:text-teal-700{
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-700\/0{
    color: rgb(15 118 110 / 0);
  }

  .xl\:text-teal-700\/10{
    color: rgb(15 118 110 / 0.1);
  }

  .xl\:text-teal-700\/100{
    color: rgb(15 118 110 / 1);
  }

  .xl\:text-teal-700\/15{
    color: rgb(15 118 110 / 0.15);
  }

  .xl\:text-teal-700\/20{
    color: rgb(15 118 110 / 0.2);
  }

  .xl\:text-teal-700\/25{
    color: rgb(15 118 110 / 0.25);
  }

  .xl\:text-teal-700\/30{
    color: rgb(15 118 110 / 0.3);
  }

  .xl\:text-teal-700\/35{
    color: rgb(15 118 110 / 0.35);
  }

  .xl\:text-teal-700\/40{
    color: rgb(15 118 110 / 0.4);
  }

  .xl\:text-teal-700\/45{
    color: rgb(15 118 110 / 0.45);
  }

  .xl\:text-teal-700\/5{
    color: rgb(15 118 110 / 0.05);
  }

  .xl\:text-teal-700\/50{
    color: rgb(15 118 110 / 0.5);
  }

  .xl\:text-teal-700\/55{
    color: rgb(15 118 110 / 0.55);
  }

  .xl\:text-teal-700\/60{
    color: rgb(15 118 110 / 0.6);
  }

  .xl\:text-teal-700\/65{
    color: rgb(15 118 110 / 0.65);
  }

  .xl\:text-teal-700\/70{
    color: rgb(15 118 110 / 0.7);
  }

  .xl\:text-teal-700\/75{
    color: rgb(15 118 110 / 0.75);
  }

  .xl\:text-teal-700\/80{
    color: rgb(15 118 110 / 0.8);
  }

  .xl\:text-teal-700\/85{
    color: rgb(15 118 110 / 0.85);
  }

  .xl\:text-teal-700\/90{
    color: rgb(15 118 110 / 0.9);
  }

  .xl\:text-teal-700\/95{
    color: rgb(15 118 110 / 0.95);
  }

  .xl\:text-teal-800{
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-800\/0{
    color: rgb(17 94 89 / 0);
  }

  .xl\:text-teal-800\/10{
    color: rgb(17 94 89 / 0.1);
  }

  .xl\:text-teal-800\/100{
    color: rgb(17 94 89 / 1);
  }

  .xl\:text-teal-800\/15{
    color: rgb(17 94 89 / 0.15);
  }

  .xl\:text-teal-800\/20{
    color: rgb(17 94 89 / 0.2);
  }

  .xl\:text-teal-800\/25{
    color: rgb(17 94 89 / 0.25);
  }

  .xl\:text-teal-800\/30{
    color: rgb(17 94 89 / 0.3);
  }

  .xl\:text-teal-800\/35{
    color: rgb(17 94 89 / 0.35);
  }

  .xl\:text-teal-800\/40{
    color: rgb(17 94 89 / 0.4);
  }

  .xl\:text-teal-800\/45{
    color: rgb(17 94 89 / 0.45);
  }

  .xl\:text-teal-800\/5{
    color: rgb(17 94 89 / 0.05);
  }

  .xl\:text-teal-800\/50{
    color: rgb(17 94 89 / 0.5);
  }

  .xl\:text-teal-800\/55{
    color: rgb(17 94 89 / 0.55);
  }

  .xl\:text-teal-800\/60{
    color: rgb(17 94 89 / 0.6);
  }

  .xl\:text-teal-800\/65{
    color: rgb(17 94 89 / 0.65);
  }

  .xl\:text-teal-800\/70{
    color: rgb(17 94 89 / 0.7);
  }

  .xl\:text-teal-800\/75{
    color: rgb(17 94 89 / 0.75);
  }

  .xl\:text-teal-800\/80{
    color: rgb(17 94 89 / 0.8);
  }

  .xl\:text-teal-800\/85{
    color: rgb(17 94 89 / 0.85);
  }

  .xl\:text-teal-800\/90{
    color: rgb(17 94 89 / 0.9);
  }

  .xl\:text-teal-800\/95{
    color: rgb(17 94 89 / 0.95);
  }

  .xl\:text-teal-900{
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-900\/0{
    color: rgb(19 78 74 / 0);
  }

  .xl\:text-teal-900\/10{
    color: rgb(19 78 74 / 0.1);
  }

  .xl\:text-teal-900\/100{
    color: rgb(19 78 74 / 1);
  }

  .xl\:text-teal-900\/15{
    color: rgb(19 78 74 / 0.15);
  }

  .xl\:text-teal-900\/20{
    color: rgb(19 78 74 / 0.2);
  }

  .xl\:text-teal-900\/25{
    color: rgb(19 78 74 / 0.25);
  }

  .xl\:text-teal-900\/30{
    color: rgb(19 78 74 / 0.3);
  }

  .xl\:text-teal-900\/35{
    color: rgb(19 78 74 / 0.35);
  }

  .xl\:text-teal-900\/40{
    color: rgb(19 78 74 / 0.4);
  }

  .xl\:text-teal-900\/45{
    color: rgb(19 78 74 / 0.45);
  }

  .xl\:text-teal-900\/5{
    color: rgb(19 78 74 / 0.05);
  }

  .xl\:text-teal-900\/50{
    color: rgb(19 78 74 / 0.5);
  }

  .xl\:text-teal-900\/55{
    color: rgb(19 78 74 / 0.55);
  }

  .xl\:text-teal-900\/60{
    color: rgb(19 78 74 / 0.6);
  }

  .xl\:text-teal-900\/65{
    color: rgb(19 78 74 / 0.65);
  }

  .xl\:text-teal-900\/70{
    color: rgb(19 78 74 / 0.7);
  }

  .xl\:text-teal-900\/75{
    color: rgb(19 78 74 / 0.75);
  }

  .xl\:text-teal-900\/80{
    color: rgb(19 78 74 / 0.8);
  }

  .xl\:text-teal-900\/85{
    color: rgb(19 78 74 / 0.85);
  }

  .xl\:text-teal-900\/90{
    color: rgb(19 78 74 / 0.9);
  }

  .xl\:text-teal-900\/95{
    color: rgb(19 78 74 / 0.95);
  }

  .xl\:text-teal-950{
    --tw-text-opacity: 1;
    color: rgb(4 47 46 / var(--tw-text-opacity, 1));
  }

  .xl\:text-teal-950\/0{
    color: rgb(4 47 46 / 0);
  }

  .xl\:text-teal-950\/10{
    color: rgb(4 47 46 / 0.1);
  }

  .xl\:text-teal-950\/100{
    color: rgb(4 47 46 / 1);
  }

  .xl\:text-teal-950\/15{
    color: rgb(4 47 46 / 0.15);
  }

  .xl\:text-teal-950\/20{
    color: rgb(4 47 46 / 0.2);
  }

  .xl\:text-teal-950\/25{
    color: rgb(4 47 46 / 0.25);
  }

  .xl\:text-teal-950\/30{
    color: rgb(4 47 46 / 0.3);
  }

  .xl\:text-teal-950\/35{
    color: rgb(4 47 46 / 0.35);
  }

  .xl\:text-teal-950\/40{
    color: rgb(4 47 46 / 0.4);
  }

  .xl\:text-teal-950\/45{
    color: rgb(4 47 46 / 0.45);
  }

  .xl\:text-teal-950\/5{
    color: rgb(4 47 46 / 0.05);
  }

  .xl\:text-teal-950\/50{
    color: rgb(4 47 46 / 0.5);
  }

  .xl\:text-teal-950\/55{
    color: rgb(4 47 46 / 0.55);
  }

  .xl\:text-teal-950\/60{
    color: rgb(4 47 46 / 0.6);
  }

  .xl\:text-teal-950\/65{
    color: rgb(4 47 46 / 0.65);
  }

  .xl\:text-teal-950\/70{
    color: rgb(4 47 46 / 0.7);
  }

  .xl\:text-teal-950\/75{
    color: rgb(4 47 46 / 0.75);
  }

  .xl\:text-teal-950\/80{
    color: rgb(4 47 46 / 0.8);
  }

  .xl\:text-teal-950\/85{
    color: rgb(4 47 46 / 0.85);
  }

  .xl\:text-teal-950\/90{
    color: rgb(4 47 46 / 0.9);
  }

  .xl\:text-teal-950\/95{
    color: rgb(4 47 46 / 0.95);
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-transparent\/0{
    color: rgb(0 0 0 / 0);
  }

  .xl\:text-transparent\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .xl\:text-transparent\/100{
    color: rgb(0 0 0 / 1);
  }

  .xl\:text-transparent\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .xl\:text-transparent\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .xl\:text-transparent\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .xl\:text-transparent\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .xl\:text-transparent\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .xl\:text-transparent\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .xl\:text-transparent\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .xl\:text-transparent\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .xl\:text-transparent\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .xl\:text-transparent\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .xl\:text-transparent\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .xl\:text-transparent\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .xl\:text-transparent\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .xl\:text-transparent\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .xl\:text-transparent\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .xl\:text-transparent\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .xl\:text-transparent\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .xl\:text-transparent\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .xl\:text-violet-100{
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-100\/0{
    color: rgb(237 233 254 / 0);
  }

  .xl\:text-violet-100\/10{
    color: rgb(237 233 254 / 0.1);
  }

  .xl\:text-violet-100\/100{
    color: rgb(237 233 254 / 1);
  }

  .xl\:text-violet-100\/15{
    color: rgb(237 233 254 / 0.15);
  }

  .xl\:text-violet-100\/20{
    color: rgb(237 233 254 / 0.2);
  }

  .xl\:text-violet-100\/25{
    color: rgb(237 233 254 / 0.25);
  }

  .xl\:text-violet-100\/30{
    color: rgb(237 233 254 / 0.3);
  }

  .xl\:text-violet-100\/35{
    color: rgb(237 233 254 / 0.35);
  }

  .xl\:text-violet-100\/40{
    color: rgb(237 233 254 / 0.4);
  }

  .xl\:text-violet-100\/45{
    color: rgb(237 233 254 / 0.45);
  }

  .xl\:text-violet-100\/5{
    color: rgb(237 233 254 / 0.05);
  }

  .xl\:text-violet-100\/50{
    color: rgb(237 233 254 / 0.5);
  }

  .xl\:text-violet-100\/55{
    color: rgb(237 233 254 / 0.55);
  }

  .xl\:text-violet-100\/60{
    color: rgb(237 233 254 / 0.6);
  }

  .xl\:text-violet-100\/65{
    color: rgb(237 233 254 / 0.65);
  }

  .xl\:text-violet-100\/70{
    color: rgb(237 233 254 / 0.7);
  }

  .xl\:text-violet-100\/75{
    color: rgb(237 233 254 / 0.75);
  }

  .xl\:text-violet-100\/80{
    color: rgb(237 233 254 / 0.8);
  }

  .xl\:text-violet-100\/85{
    color: rgb(237 233 254 / 0.85);
  }

  .xl\:text-violet-100\/90{
    color: rgb(237 233 254 / 0.9);
  }

  .xl\:text-violet-100\/95{
    color: rgb(237 233 254 / 0.95);
  }

  .xl\:text-violet-200{
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-200\/0{
    color: rgb(221 214 254 / 0);
  }

  .xl\:text-violet-200\/10{
    color: rgb(221 214 254 / 0.1);
  }

  .xl\:text-violet-200\/100{
    color: rgb(221 214 254 / 1);
  }

  .xl\:text-violet-200\/15{
    color: rgb(221 214 254 / 0.15);
  }

  .xl\:text-violet-200\/20{
    color: rgb(221 214 254 / 0.2);
  }

  .xl\:text-violet-200\/25{
    color: rgb(221 214 254 / 0.25);
  }

  .xl\:text-violet-200\/30{
    color: rgb(221 214 254 / 0.3);
  }

  .xl\:text-violet-200\/35{
    color: rgb(221 214 254 / 0.35);
  }

  .xl\:text-violet-200\/40{
    color: rgb(221 214 254 / 0.4);
  }

  .xl\:text-violet-200\/45{
    color: rgb(221 214 254 / 0.45);
  }

  .xl\:text-violet-200\/5{
    color: rgb(221 214 254 / 0.05);
  }

  .xl\:text-violet-200\/50{
    color: rgb(221 214 254 / 0.5);
  }

  .xl\:text-violet-200\/55{
    color: rgb(221 214 254 / 0.55);
  }

  .xl\:text-violet-200\/60{
    color: rgb(221 214 254 / 0.6);
  }

  .xl\:text-violet-200\/65{
    color: rgb(221 214 254 / 0.65);
  }

  .xl\:text-violet-200\/70{
    color: rgb(221 214 254 / 0.7);
  }

  .xl\:text-violet-200\/75{
    color: rgb(221 214 254 / 0.75);
  }

  .xl\:text-violet-200\/80{
    color: rgb(221 214 254 / 0.8);
  }

  .xl\:text-violet-200\/85{
    color: rgb(221 214 254 / 0.85);
  }

  .xl\:text-violet-200\/90{
    color: rgb(221 214 254 / 0.9);
  }

  .xl\:text-violet-200\/95{
    color: rgb(221 214 254 / 0.95);
  }

  .xl\:text-violet-300{
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-300\/0{
    color: rgb(196 181 253 / 0);
  }

  .xl\:text-violet-300\/10{
    color: rgb(196 181 253 / 0.1);
  }

  .xl\:text-violet-300\/100{
    color: rgb(196 181 253 / 1);
  }

  .xl\:text-violet-300\/15{
    color: rgb(196 181 253 / 0.15);
  }

  .xl\:text-violet-300\/20{
    color: rgb(196 181 253 / 0.2);
  }

  .xl\:text-violet-300\/25{
    color: rgb(196 181 253 / 0.25);
  }

  .xl\:text-violet-300\/30{
    color: rgb(196 181 253 / 0.3);
  }

  .xl\:text-violet-300\/35{
    color: rgb(196 181 253 / 0.35);
  }

  .xl\:text-violet-300\/40{
    color: rgb(196 181 253 / 0.4);
  }

  .xl\:text-violet-300\/45{
    color: rgb(196 181 253 / 0.45);
  }

  .xl\:text-violet-300\/5{
    color: rgb(196 181 253 / 0.05);
  }

  .xl\:text-violet-300\/50{
    color: rgb(196 181 253 / 0.5);
  }

  .xl\:text-violet-300\/55{
    color: rgb(196 181 253 / 0.55);
  }

  .xl\:text-violet-300\/60{
    color: rgb(196 181 253 / 0.6);
  }

  .xl\:text-violet-300\/65{
    color: rgb(196 181 253 / 0.65);
  }

  .xl\:text-violet-300\/70{
    color: rgb(196 181 253 / 0.7);
  }

  .xl\:text-violet-300\/75{
    color: rgb(196 181 253 / 0.75);
  }

  .xl\:text-violet-300\/80{
    color: rgb(196 181 253 / 0.8);
  }

  .xl\:text-violet-300\/85{
    color: rgb(196 181 253 / 0.85);
  }

  .xl\:text-violet-300\/90{
    color: rgb(196 181 253 / 0.9);
  }

  .xl\:text-violet-300\/95{
    color: rgb(196 181 253 / 0.95);
  }

  .xl\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-400\/0{
    color: rgb(167 139 250 / 0);
  }

  .xl\:text-violet-400\/10{
    color: rgb(167 139 250 / 0.1);
  }

  .xl\:text-violet-400\/100{
    color: rgb(167 139 250 / 1);
  }

  .xl\:text-violet-400\/15{
    color: rgb(167 139 250 / 0.15);
  }

  .xl\:text-violet-400\/20{
    color: rgb(167 139 250 / 0.2);
  }

  .xl\:text-violet-400\/25{
    color: rgb(167 139 250 / 0.25);
  }

  .xl\:text-violet-400\/30{
    color: rgb(167 139 250 / 0.3);
  }

  .xl\:text-violet-400\/35{
    color: rgb(167 139 250 / 0.35);
  }

  .xl\:text-violet-400\/40{
    color: rgb(167 139 250 / 0.4);
  }

  .xl\:text-violet-400\/45{
    color: rgb(167 139 250 / 0.45);
  }

  .xl\:text-violet-400\/5{
    color: rgb(167 139 250 / 0.05);
  }

  .xl\:text-violet-400\/50{
    color: rgb(167 139 250 / 0.5);
  }

  .xl\:text-violet-400\/55{
    color: rgb(167 139 250 / 0.55);
  }

  .xl\:text-violet-400\/60{
    color: rgb(167 139 250 / 0.6);
  }

  .xl\:text-violet-400\/65{
    color: rgb(167 139 250 / 0.65);
  }

  .xl\:text-violet-400\/70{
    color: rgb(167 139 250 / 0.7);
  }

  .xl\:text-violet-400\/75{
    color: rgb(167 139 250 / 0.75);
  }

  .xl\:text-violet-400\/80{
    color: rgb(167 139 250 / 0.8);
  }

  .xl\:text-violet-400\/85{
    color: rgb(167 139 250 / 0.85);
  }

  .xl\:text-violet-400\/90{
    color: rgb(167 139 250 / 0.9);
  }

  .xl\:text-violet-400\/95{
    color: rgb(167 139 250 / 0.95);
  }

  .xl\:text-violet-50{
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-50\/0{
    color: rgb(245 243 255 / 0);
  }

  .xl\:text-violet-50\/10{
    color: rgb(245 243 255 / 0.1);
  }

  .xl\:text-violet-50\/100{
    color: rgb(245 243 255 / 1);
  }

  .xl\:text-violet-50\/15{
    color: rgb(245 243 255 / 0.15);
  }

  .xl\:text-violet-50\/20{
    color: rgb(245 243 255 / 0.2);
  }

  .xl\:text-violet-50\/25{
    color: rgb(245 243 255 / 0.25);
  }

  .xl\:text-violet-50\/30{
    color: rgb(245 243 255 / 0.3);
  }

  .xl\:text-violet-50\/35{
    color: rgb(245 243 255 / 0.35);
  }

  .xl\:text-violet-50\/40{
    color: rgb(245 243 255 / 0.4);
  }

  .xl\:text-violet-50\/45{
    color: rgb(245 243 255 / 0.45);
  }

  .xl\:text-violet-50\/5{
    color: rgb(245 243 255 / 0.05);
  }

  .xl\:text-violet-50\/50{
    color: rgb(245 243 255 / 0.5);
  }

  .xl\:text-violet-50\/55{
    color: rgb(245 243 255 / 0.55);
  }

  .xl\:text-violet-50\/60{
    color: rgb(245 243 255 / 0.6);
  }

  .xl\:text-violet-50\/65{
    color: rgb(245 243 255 / 0.65);
  }

  .xl\:text-violet-50\/70{
    color: rgb(245 243 255 / 0.7);
  }

  .xl\:text-violet-50\/75{
    color: rgb(245 243 255 / 0.75);
  }

  .xl\:text-violet-50\/80{
    color: rgb(245 243 255 / 0.8);
  }

  .xl\:text-violet-50\/85{
    color: rgb(245 243 255 / 0.85);
  }

  .xl\:text-violet-50\/90{
    color: rgb(245 243 255 / 0.9);
  }

  .xl\:text-violet-50\/95{
    color: rgb(245 243 255 / 0.95);
  }

  .xl\:text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-500\/0{
    color: rgb(139 92 246 / 0);
  }

  .xl\:text-violet-500\/10{
    color: rgb(139 92 246 / 0.1);
  }

  .xl\:text-violet-500\/100{
    color: rgb(139 92 246 / 1);
  }

  .xl\:text-violet-500\/15{
    color: rgb(139 92 246 / 0.15);
  }

  .xl\:text-violet-500\/20{
    color: rgb(139 92 246 / 0.2);
  }

  .xl\:text-violet-500\/25{
    color: rgb(139 92 246 / 0.25);
  }

  .xl\:text-violet-500\/30{
    color: rgb(139 92 246 / 0.3);
  }

  .xl\:text-violet-500\/35{
    color: rgb(139 92 246 / 0.35);
  }

  .xl\:text-violet-500\/40{
    color: rgb(139 92 246 / 0.4);
  }

  .xl\:text-violet-500\/45{
    color: rgb(139 92 246 / 0.45);
  }

  .xl\:text-violet-500\/5{
    color: rgb(139 92 246 / 0.05);
  }

  .xl\:text-violet-500\/50{
    color: rgb(139 92 246 / 0.5);
  }

  .xl\:text-violet-500\/55{
    color: rgb(139 92 246 / 0.55);
  }

  .xl\:text-violet-500\/60{
    color: rgb(139 92 246 / 0.6);
  }

  .xl\:text-violet-500\/65{
    color: rgb(139 92 246 / 0.65);
  }

  .xl\:text-violet-500\/70{
    color: rgb(139 92 246 / 0.7);
  }

  .xl\:text-violet-500\/75{
    color: rgb(139 92 246 / 0.75);
  }

  .xl\:text-violet-500\/80{
    color: rgb(139 92 246 / 0.8);
  }

  .xl\:text-violet-500\/85{
    color: rgb(139 92 246 / 0.85);
  }

  .xl\:text-violet-500\/90{
    color: rgb(139 92 246 / 0.9);
  }

  .xl\:text-violet-500\/95{
    color: rgb(139 92 246 / 0.95);
  }

  .xl\:text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-600\/0{
    color: rgb(124 58 237 / 0);
  }

  .xl\:text-violet-600\/10{
    color: rgb(124 58 237 / 0.1);
  }

  .xl\:text-violet-600\/100{
    color: rgb(124 58 237 / 1);
  }

  .xl\:text-violet-600\/15{
    color: rgb(124 58 237 / 0.15);
  }

  .xl\:text-violet-600\/20{
    color: rgb(124 58 237 / 0.2);
  }

  .xl\:text-violet-600\/25{
    color: rgb(124 58 237 / 0.25);
  }

  .xl\:text-violet-600\/30{
    color: rgb(124 58 237 / 0.3);
  }

  .xl\:text-violet-600\/35{
    color: rgb(124 58 237 / 0.35);
  }

  .xl\:text-violet-600\/40{
    color: rgb(124 58 237 / 0.4);
  }

  .xl\:text-violet-600\/45{
    color: rgb(124 58 237 / 0.45);
  }

  .xl\:text-violet-600\/5{
    color: rgb(124 58 237 / 0.05);
  }

  .xl\:text-violet-600\/50{
    color: rgb(124 58 237 / 0.5);
  }

  .xl\:text-violet-600\/55{
    color: rgb(124 58 237 / 0.55);
  }

  .xl\:text-violet-600\/60{
    color: rgb(124 58 237 / 0.6);
  }

  .xl\:text-violet-600\/65{
    color: rgb(124 58 237 / 0.65);
  }

  .xl\:text-violet-600\/70{
    color: rgb(124 58 237 / 0.7);
  }

  .xl\:text-violet-600\/75{
    color: rgb(124 58 237 / 0.75);
  }

  .xl\:text-violet-600\/80{
    color: rgb(124 58 237 / 0.8);
  }

  .xl\:text-violet-600\/85{
    color: rgb(124 58 237 / 0.85);
  }

  .xl\:text-violet-600\/90{
    color: rgb(124 58 237 / 0.9);
  }

  .xl\:text-violet-600\/95{
    color: rgb(124 58 237 / 0.95);
  }

  .xl\:text-violet-700{
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-700\/0{
    color: rgb(109 40 217 / 0);
  }

  .xl\:text-violet-700\/10{
    color: rgb(109 40 217 / 0.1);
  }

  .xl\:text-violet-700\/100{
    color: rgb(109 40 217 / 1);
  }

  .xl\:text-violet-700\/15{
    color: rgb(109 40 217 / 0.15);
  }

  .xl\:text-violet-700\/20{
    color: rgb(109 40 217 / 0.2);
  }

  .xl\:text-violet-700\/25{
    color: rgb(109 40 217 / 0.25);
  }

  .xl\:text-violet-700\/30{
    color: rgb(109 40 217 / 0.3);
  }

  .xl\:text-violet-700\/35{
    color: rgb(109 40 217 / 0.35);
  }

  .xl\:text-violet-700\/40{
    color: rgb(109 40 217 / 0.4);
  }

  .xl\:text-violet-700\/45{
    color: rgb(109 40 217 / 0.45);
  }

  .xl\:text-violet-700\/5{
    color: rgb(109 40 217 / 0.05);
  }

  .xl\:text-violet-700\/50{
    color: rgb(109 40 217 / 0.5);
  }

  .xl\:text-violet-700\/55{
    color: rgb(109 40 217 / 0.55);
  }

  .xl\:text-violet-700\/60{
    color: rgb(109 40 217 / 0.6);
  }

  .xl\:text-violet-700\/65{
    color: rgb(109 40 217 / 0.65);
  }

  .xl\:text-violet-700\/70{
    color: rgb(109 40 217 / 0.7);
  }

  .xl\:text-violet-700\/75{
    color: rgb(109 40 217 / 0.75);
  }

  .xl\:text-violet-700\/80{
    color: rgb(109 40 217 / 0.8);
  }

  .xl\:text-violet-700\/85{
    color: rgb(109 40 217 / 0.85);
  }

  .xl\:text-violet-700\/90{
    color: rgb(109 40 217 / 0.9);
  }

  .xl\:text-violet-700\/95{
    color: rgb(109 40 217 / 0.95);
  }

  .xl\:text-violet-800{
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-800\/0{
    color: rgb(91 33 182 / 0);
  }

  .xl\:text-violet-800\/10{
    color: rgb(91 33 182 / 0.1);
  }

  .xl\:text-violet-800\/100{
    color: rgb(91 33 182 / 1);
  }

  .xl\:text-violet-800\/15{
    color: rgb(91 33 182 / 0.15);
  }

  .xl\:text-violet-800\/20{
    color: rgb(91 33 182 / 0.2);
  }

  .xl\:text-violet-800\/25{
    color: rgb(91 33 182 / 0.25);
  }

  .xl\:text-violet-800\/30{
    color: rgb(91 33 182 / 0.3);
  }

  .xl\:text-violet-800\/35{
    color: rgb(91 33 182 / 0.35);
  }

  .xl\:text-violet-800\/40{
    color: rgb(91 33 182 / 0.4);
  }

  .xl\:text-violet-800\/45{
    color: rgb(91 33 182 / 0.45);
  }

  .xl\:text-violet-800\/5{
    color: rgb(91 33 182 / 0.05);
  }

  .xl\:text-violet-800\/50{
    color: rgb(91 33 182 / 0.5);
  }

  .xl\:text-violet-800\/55{
    color: rgb(91 33 182 / 0.55);
  }

  .xl\:text-violet-800\/60{
    color: rgb(91 33 182 / 0.6);
  }

  .xl\:text-violet-800\/65{
    color: rgb(91 33 182 / 0.65);
  }

  .xl\:text-violet-800\/70{
    color: rgb(91 33 182 / 0.7);
  }

  .xl\:text-violet-800\/75{
    color: rgb(91 33 182 / 0.75);
  }

  .xl\:text-violet-800\/80{
    color: rgb(91 33 182 / 0.8);
  }

  .xl\:text-violet-800\/85{
    color: rgb(91 33 182 / 0.85);
  }

  .xl\:text-violet-800\/90{
    color: rgb(91 33 182 / 0.9);
  }

  .xl\:text-violet-800\/95{
    color: rgb(91 33 182 / 0.95);
  }

  .xl\:text-violet-900{
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-900\/0{
    color: rgb(76 29 149 / 0);
  }

  .xl\:text-violet-900\/10{
    color: rgb(76 29 149 / 0.1);
  }

  .xl\:text-violet-900\/100{
    color: rgb(76 29 149 / 1);
  }

  .xl\:text-violet-900\/15{
    color: rgb(76 29 149 / 0.15);
  }

  .xl\:text-violet-900\/20{
    color: rgb(76 29 149 / 0.2);
  }

  .xl\:text-violet-900\/25{
    color: rgb(76 29 149 / 0.25);
  }

  .xl\:text-violet-900\/30{
    color: rgb(76 29 149 / 0.3);
  }

  .xl\:text-violet-900\/35{
    color: rgb(76 29 149 / 0.35);
  }

  .xl\:text-violet-900\/40{
    color: rgb(76 29 149 / 0.4);
  }

  .xl\:text-violet-900\/45{
    color: rgb(76 29 149 / 0.45);
  }

  .xl\:text-violet-900\/5{
    color: rgb(76 29 149 / 0.05);
  }

  .xl\:text-violet-900\/50{
    color: rgb(76 29 149 / 0.5);
  }

  .xl\:text-violet-900\/55{
    color: rgb(76 29 149 / 0.55);
  }

  .xl\:text-violet-900\/60{
    color: rgb(76 29 149 / 0.6);
  }

  .xl\:text-violet-900\/65{
    color: rgb(76 29 149 / 0.65);
  }

  .xl\:text-violet-900\/70{
    color: rgb(76 29 149 / 0.7);
  }

  .xl\:text-violet-900\/75{
    color: rgb(76 29 149 / 0.75);
  }

  .xl\:text-violet-900\/80{
    color: rgb(76 29 149 / 0.8);
  }

  .xl\:text-violet-900\/85{
    color: rgb(76 29 149 / 0.85);
  }

  .xl\:text-violet-900\/90{
    color: rgb(76 29 149 / 0.9);
  }

  .xl\:text-violet-900\/95{
    color: rgb(76 29 149 / 0.95);
  }

  .xl\:text-violet-950{
    --tw-text-opacity: 1;
    color: rgb(46 16 101 / var(--tw-text-opacity, 1));
  }

  .xl\:text-violet-950\/0{
    color: rgb(46 16 101 / 0);
  }

  .xl\:text-violet-950\/10{
    color: rgb(46 16 101 / 0.1);
  }

  .xl\:text-violet-950\/100{
    color: rgb(46 16 101 / 1);
  }

  .xl\:text-violet-950\/15{
    color: rgb(46 16 101 / 0.15);
  }

  .xl\:text-violet-950\/20{
    color: rgb(46 16 101 / 0.2);
  }

  .xl\:text-violet-950\/25{
    color: rgb(46 16 101 / 0.25);
  }

  .xl\:text-violet-950\/30{
    color: rgb(46 16 101 / 0.3);
  }

  .xl\:text-violet-950\/35{
    color: rgb(46 16 101 / 0.35);
  }

  .xl\:text-violet-950\/40{
    color: rgb(46 16 101 / 0.4);
  }

  .xl\:text-violet-950\/45{
    color: rgb(46 16 101 / 0.45);
  }

  .xl\:text-violet-950\/5{
    color: rgb(46 16 101 / 0.05);
  }

  .xl\:text-violet-950\/50{
    color: rgb(46 16 101 / 0.5);
  }

  .xl\:text-violet-950\/55{
    color: rgb(46 16 101 / 0.55);
  }

  .xl\:text-violet-950\/60{
    color: rgb(46 16 101 / 0.6);
  }

  .xl\:text-violet-950\/65{
    color: rgb(46 16 101 / 0.65);
  }

  .xl\:text-violet-950\/70{
    color: rgb(46 16 101 / 0.7);
  }

  .xl\:text-violet-950\/75{
    color: rgb(46 16 101 / 0.75);
  }

  .xl\:text-violet-950\/80{
    color: rgb(46 16 101 / 0.8);
  }

  .xl\:text-violet-950\/85{
    color: rgb(46 16 101 / 0.85);
  }

  .xl\:text-violet-950\/90{
    color: rgb(46 16 101 / 0.9);
  }

  .xl\:text-violet-950\/95{
    color: rgb(46 16 101 / 0.95);
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .xl\:text-white\/0{
    color: rgb(255 255 255 / 0);
  }

  .xl\:text-white\/10{
    color: rgb(255 255 255 / 0.1);
  }

  .xl\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .xl\:text-white\/15{
    color: rgb(255 255 255 / 0.15);
  }

  .xl\:text-white\/20{
    color: rgb(255 255 255 / 0.2);
  }

  .xl\:text-white\/25{
    color: rgb(255 255 255 / 0.25);
  }

  .xl\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }

  .xl\:text-white\/35{
    color: rgb(255 255 255 / 0.35);
  }

  .xl\:text-white\/40{
    color: rgb(255 255 255 / 0.4);
  }

  .xl\:text-white\/45{
    color: rgb(255 255 255 / 0.45);
  }

  .xl\:text-white\/5{
    color: rgb(255 255 255 / 0.05);
  }

  .xl\:text-white\/50{
    color: rgb(255 255 255 / 0.5);
  }

  .xl\:text-white\/55{
    color: rgb(255 255 255 / 0.55);
  }

  .xl\:text-white\/60{
    color: rgb(255 255 255 / 0.6);
  }

  .xl\:text-white\/65{
    color: rgb(255 255 255 / 0.65);
  }

  .xl\:text-white\/70{
    color: rgb(255 255 255 / 0.7);
  }

  .xl\:text-white\/75{
    color: rgb(255 255 255 / 0.75);
  }

  .xl\:text-white\/80{
    color: rgb(255 255 255 / 0.8);
  }

  .xl\:text-white\/85{
    color: rgb(255 255 255 / 0.85);
  }

  .xl\:text-white\/90{
    color: rgb(255 255 255 / 0.9);
  }

  .xl\:text-white\/95{
    color: rgb(255 255 255 / 0.95);
  }

  .xl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-100\/0{
    color: rgb(254 249 195 / 0);
  }

  .xl\:text-yellow-100\/10{
    color: rgb(254 249 195 / 0.1);
  }

  .xl\:text-yellow-100\/100{
    color: rgb(254 249 195 / 1);
  }

  .xl\:text-yellow-100\/15{
    color: rgb(254 249 195 / 0.15);
  }

  .xl\:text-yellow-100\/20{
    color: rgb(254 249 195 / 0.2);
  }

  .xl\:text-yellow-100\/25{
    color: rgb(254 249 195 / 0.25);
  }

  .xl\:text-yellow-100\/30{
    color: rgb(254 249 195 / 0.3);
  }

  .xl\:text-yellow-100\/35{
    color: rgb(254 249 195 / 0.35);
  }

  .xl\:text-yellow-100\/40{
    color: rgb(254 249 195 / 0.4);
  }

  .xl\:text-yellow-100\/45{
    color: rgb(254 249 195 / 0.45);
  }

  .xl\:text-yellow-100\/5{
    color: rgb(254 249 195 / 0.05);
  }

  .xl\:text-yellow-100\/50{
    color: rgb(254 249 195 / 0.5);
  }

  .xl\:text-yellow-100\/55{
    color: rgb(254 249 195 / 0.55);
  }

  .xl\:text-yellow-100\/60{
    color: rgb(254 249 195 / 0.6);
  }

  .xl\:text-yellow-100\/65{
    color: rgb(254 249 195 / 0.65);
  }

  .xl\:text-yellow-100\/70{
    color: rgb(254 249 195 / 0.7);
  }

  .xl\:text-yellow-100\/75{
    color: rgb(254 249 195 / 0.75);
  }

  .xl\:text-yellow-100\/80{
    color: rgb(254 249 195 / 0.8);
  }

  .xl\:text-yellow-100\/85{
    color: rgb(254 249 195 / 0.85);
  }

  .xl\:text-yellow-100\/90{
    color: rgb(254 249 195 / 0.9);
  }

  .xl\:text-yellow-100\/95{
    color: rgb(254 249 195 / 0.95);
  }

  .xl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-200\/0{
    color: rgb(254 240 138 / 0);
  }

  .xl\:text-yellow-200\/10{
    color: rgb(254 240 138 / 0.1);
  }

  .xl\:text-yellow-200\/100{
    color: rgb(254 240 138 / 1);
  }

  .xl\:text-yellow-200\/15{
    color: rgb(254 240 138 / 0.15);
  }

  .xl\:text-yellow-200\/20{
    color: rgb(254 240 138 / 0.2);
  }

  .xl\:text-yellow-200\/25{
    color: rgb(254 240 138 / 0.25);
  }

  .xl\:text-yellow-200\/30{
    color: rgb(254 240 138 / 0.3);
  }

  .xl\:text-yellow-200\/35{
    color: rgb(254 240 138 / 0.35);
  }

  .xl\:text-yellow-200\/40{
    color: rgb(254 240 138 / 0.4);
  }

  .xl\:text-yellow-200\/45{
    color: rgb(254 240 138 / 0.45);
  }

  .xl\:text-yellow-200\/5{
    color: rgb(254 240 138 / 0.05);
  }

  .xl\:text-yellow-200\/50{
    color: rgb(254 240 138 / 0.5);
  }

  .xl\:text-yellow-200\/55{
    color: rgb(254 240 138 / 0.55);
  }

  .xl\:text-yellow-200\/60{
    color: rgb(254 240 138 / 0.6);
  }

  .xl\:text-yellow-200\/65{
    color: rgb(254 240 138 / 0.65);
  }

  .xl\:text-yellow-200\/70{
    color: rgb(254 240 138 / 0.7);
  }

  .xl\:text-yellow-200\/75{
    color: rgb(254 240 138 / 0.75);
  }

  .xl\:text-yellow-200\/80{
    color: rgb(254 240 138 / 0.8);
  }

  .xl\:text-yellow-200\/85{
    color: rgb(254 240 138 / 0.85);
  }

  .xl\:text-yellow-200\/90{
    color: rgb(254 240 138 / 0.9);
  }

  .xl\:text-yellow-200\/95{
    color: rgb(254 240 138 / 0.95);
  }

  .xl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-300\/0{
    color: rgb(253 224 71 / 0);
  }

  .xl\:text-yellow-300\/10{
    color: rgb(253 224 71 / 0.1);
  }

  .xl\:text-yellow-300\/100{
    color: rgb(253 224 71 / 1);
  }

  .xl\:text-yellow-300\/15{
    color: rgb(253 224 71 / 0.15);
  }

  .xl\:text-yellow-300\/20{
    color: rgb(253 224 71 / 0.2);
  }

  .xl\:text-yellow-300\/25{
    color: rgb(253 224 71 / 0.25);
  }

  .xl\:text-yellow-300\/30{
    color: rgb(253 224 71 / 0.3);
  }

  .xl\:text-yellow-300\/35{
    color: rgb(253 224 71 / 0.35);
  }

  .xl\:text-yellow-300\/40{
    color: rgb(253 224 71 / 0.4);
  }

  .xl\:text-yellow-300\/45{
    color: rgb(253 224 71 / 0.45);
  }

  .xl\:text-yellow-300\/5{
    color: rgb(253 224 71 / 0.05);
  }

  .xl\:text-yellow-300\/50{
    color: rgb(253 224 71 / 0.5);
  }

  .xl\:text-yellow-300\/55{
    color: rgb(253 224 71 / 0.55);
  }

  .xl\:text-yellow-300\/60{
    color: rgb(253 224 71 / 0.6);
  }

  .xl\:text-yellow-300\/65{
    color: rgb(253 224 71 / 0.65);
  }

  .xl\:text-yellow-300\/70{
    color: rgb(253 224 71 / 0.7);
  }

  .xl\:text-yellow-300\/75{
    color: rgb(253 224 71 / 0.75);
  }

  .xl\:text-yellow-300\/80{
    color: rgb(253 224 71 / 0.8);
  }

  .xl\:text-yellow-300\/85{
    color: rgb(253 224 71 / 0.85);
  }

  .xl\:text-yellow-300\/90{
    color: rgb(253 224 71 / 0.9);
  }

  .xl\:text-yellow-300\/95{
    color: rgb(253 224 71 / 0.95);
  }

  .xl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-400\/0{
    color: rgb(250 204 21 / 0);
  }

  .xl\:text-yellow-400\/10{
    color: rgb(250 204 21 / 0.1);
  }

  .xl\:text-yellow-400\/100{
    color: rgb(250 204 21 / 1);
  }

  .xl\:text-yellow-400\/15{
    color: rgb(250 204 21 / 0.15);
  }

  .xl\:text-yellow-400\/20{
    color: rgb(250 204 21 / 0.2);
  }

  .xl\:text-yellow-400\/25{
    color: rgb(250 204 21 / 0.25);
  }

  .xl\:text-yellow-400\/30{
    color: rgb(250 204 21 / 0.3);
  }

  .xl\:text-yellow-400\/35{
    color: rgb(250 204 21 / 0.35);
  }

  .xl\:text-yellow-400\/40{
    color: rgb(250 204 21 / 0.4);
  }

  .xl\:text-yellow-400\/45{
    color: rgb(250 204 21 / 0.45);
  }

  .xl\:text-yellow-400\/5{
    color: rgb(250 204 21 / 0.05);
  }

  .xl\:text-yellow-400\/50{
    color: rgb(250 204 21 / 0.5);
  }

  .xl\:text-yellow-400\/55{
    color: rgb(250 204 21 / 0.55);
  }

  .xl\:text-yellow-400\/60{
    color: rgb(250 204 21 / 0.6);
  }

  .xl\:text-yellow-400\/65{
    color: rgb(250 204 21 / 0.65);
  }

  .xl\:text-yellow-400\/70{
    color: rgb(250 204 21 / 0.7);
  }

  .xl\:text-yellow-400\/75{
    color: rgb(250 204 21 / 0.75);
  }

  .xl\:text-yellow-400\/80{
    color: rgb(250 204 21 / 0.8);
  }

  .xl\:text-yellow-400\/85{
    color: rgb(250 204 21 / 0.85);
  }

  .xl\:text-yellow-400\/90{
    color: rgb(250 204 21 / 0.9);
  }

  .xl\:text-yellow-400\/95{
    color: rgb(250 204 21 / 0.95);
  }

  .xl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-50\/0{
    color: rgb(254 252 232 / 0);
  }

  .xl\:text-yellow-50\/10{
    color: rgb(254 252 232 / 0.1);
  }

  .xl\:text-yellow-50\/100{
    color: rgb(254 252 232 / 1);
  }

  .xl\:text-yellow-50\/15{
    color: rgb(254 252 232 / 0.15);
  }

  .xl\:text-yellow-50\/20{
    color: rgb(254 252 232 / 0.2);
  }

  .xl\:text-yellow-50\/25{
    color: rgb(254 252 232 / 0.25);
  }

  .xl\:text-yellow-50\/30{
    color: rgb(254 252 232 / 0.3);
  }

  .xl\:text-yellow-50\/35{
    color: rgb(254 252 232 / 0.35);
  }

  .xl\:text-yellow-50\/40{
    color: rgb(254 252 232 / 0.4);
  }

  .xl\:text-yellow-50\/45{
    color: rgb(254 252 232 / 0.45);
  }

  .xl\:text-yellow-50\/5{
    color: rgb(254 252 232 / 0.05);
  }

  .xl\:text-yellow-50\/50{
    color: rgb(254 252 232 / 0.5);
  }

  .xl\:text-yellow-50\/55{
    color: rgb(254 252 232 / 0.55);
  }

  .xl\:text-yellow-50\/60{
    color: rgb(254 252 232 / 0.6);
  }

  .xl\:text-yellow-50\/65{
    color: rgb(254 252 232 / 0.65);
  }

  .xl\:text-yellow-50\/70{
    color: rgb(254 252 232 / 0.7);
  }

  .xl\:text-yellow-50\/75{
    color: rgb(254 252 232 / 0.75);
  }

  .xl\:text-yellow-50\/80{
    color: rgb(254 252 232 / 0.8);
  }

  .xl\:text-yellow-50\/85{
    color: rgb(254 252 232 / 0.85);
  }

  .xl\:text-yellow-50\/90{
    color: rgb(254 252 232 / 0.9);
  }

  .xl\:text-yellow-50\/95{
    color: rgb(254 252 232 / 0.95);
  }

  .xl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-500\/0{
    color: rgb(234 179 8 / 0);
  }

  .xl\:text-yellow-500\/10{
    color: rgb(234 179 8 / 0.1);
  }

  .xl\:text-yellow-500\/100{
    color: rgb(234 179 8 / 1);
  }

  .xl\:text-yellow-500\/15{
    color: rgb(234 179 8 / 0.15);
  }

  .xl\:text-yellow-500\/20{
    color: rgb(234 179 8 / 0.2);
  }

  .xl\:text-yellow-500\/25{
    color: rgb(234 179 8 / 0.25);
  }

  .xl\:text-yellow-500\/30{
    color: rgb(234 179 8 / 0.3);
  }

  .xl\:text-yellow-500\/35{
    color: rgb(234 179 8 / 0.35);
  }

  .xl\:text-yellow-500\/40{
    color: rgb(234 179 8 / 0.4);
  }

  .xl\:text-yellow-500\/45{
    color: rgb(234 179 8 / 0.45);
  }

  .xl\:text-yellow-500\/5{
    color: rgb(234 179 8 / 0.05);
  }

  .xl\:text-yellow-500\/50{
    color: rgb(234 179 8 / 0.5);
  }

  .xl\:text-yellow-500\/55{
    color: rgb(234 179 8 / 0.55);
  }

  .xl\:text-yellow-500\/60{
    color: rgb(234 179 8 / 0.6);
  }

  .xl\:text-yellow-500\/65{
    color: rgb(234 179 8 / 0.65);
  }

  .xl\:text-yellow-500\/70{
    color: rgb(234 179 8 / 0.7);
  }

  .xl\:text-yellow-500\/75{
    color: rgb(234 179 8 / 0.75);
  }

  .xl\:text-yellow-500\/80{
    color: rgb(234 179 8 / 0.8);
  }

  .xl\:text-yellow-500\/85{
    color: rgb(234 179 8 / 0.85);
  }

  .xl\:text-yellow-500\/90{
    color: rgb(234 179 8 / 0.9);
  }

  .xl\:text-yellow-500\/95{
    color: rgb(234 179 8 / 0.95);
  }

  .xl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-600\/0{
    color: rgb(202 138 4 / 0);
  }

  .xl\:text-yellow-600\/10{
    color: rgb(202 138 4 / 0.1);
  }

  .xl\:text-yellow-600\/100{
    color: rgb(202 138 4 / 1);
  }

  .xl\:text-yellow-600\/15{
    color: rgb(202 138 4 / 0.15);
  }

  .xl\:text-yellow-600\/20{
    color: rgb(202 138 4 / 0.2);
  }

  .xl\:text-yellow-600\/25{
    color: rgb(202 138 4 / 0.25);
  }

  .xl\:text-yellow-600\/30{
    color: rgb(202 138 4 / 0.3);
  }

  .xl\:text-yellow-600\/35{
    color: rgb(202 138 4 / 0.35);
  }

  .xl\:text-yellow-600\/40{
    color: rgb(202 138 4 / 0.4);
  }

  .xl\:text-yellow-600\/45{
    color: rgb(202 138 4 / 0.45);
  }

  .xl\:text-yellow-600\/5{
    color: rgb(202 138 4 / 0.05);
  }

  .xl\:text-yellow-600\/50{
    color: rgb(202 138 4 / 0.5);
  }

  .xl\:text-yellow-600\/55{
    color: rgb(202 138 4 / 0.55);
  }

  .xl\:text-yellow-600\/60{
    color: rgb(202 138 4 / 0.6);
  }

  .xl\:text-yellow-600\/65{
    color: rgb(202 138 4 / 0.65);
  }

  .xl\:text-yellow-600\/70{
    color: rgb(202 138 4 / 0.7);
  }

  .xl\:text-yellow-600\/75{
    color: rgb(202 138 4 / 0.75);
  }

  .xl\:text-yellow-600\/80{
    color: rgb(202 138 4 / 0.8);
  }

  .xl\:text-yellow-600\/85{
    color: rgb(202 138 4 / 0.85);
  }

  .xl\:text-yellow-600\/90{
    color: rgb(202 138 4 / 0.9);
  }

  .xl\:text-yellow-600\/95{
    color: rgb(202 138 4 / 0.95);
  }

  .xl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-700\/0{
    color: rgb(161 98 7 / 0);
  }

  .xl\:text-yellow-700\/10{
    color: rgb(161 98 7 / 0.1);
  }

  .xl\:text-yellow-700\/100{
    color: rgb(161 98 7 / 1);
  }

  .xl\:text-yellow-700\/15{
    color: rgb(161 98 7 / 0.15);
  }

  .xl\:text-yellow-700\/20{
    color: rgb(161 98 7 / 0.2);
  }

  .xl\:text-yellow-700\/25{
    color: rgb(161 98 7 / 0.25);
  }

  .xl\:text-yellow-700\/30{
    color: rgb(161 98 7 / 0.3);
  }

  .xl\:text-yellow-700\/35{
    color: rgb(161 98 7 / 0.35);
  }

  .xl\:text-yellow-700\/40{
    color: rgb(161 98 7 / 0.4);
  }

  .xl\:text-yellow-700\/45{
    color: rgb(161 98 7 / 0.45);
  }

  .xl\:text-yellow-700\/5{
    color: rgb(161 98 7 / 0.05);
  }

  .xl\:text-yellow-700\/50{
    color: rgb(161 98 7 / 0.5);
  }

  .xl\:text-yellow-700\/55{
    color: rgb(161 98 7 / 0.55);
  }

  .xl\:text-yellow-700\/60{
    color: rgb(161 98 7 / 0.6);
  }

  .xl\:text-yellow-700\/65{
    color: rgb(161 98 7 / 0.65);
  }

  .xl\:text-yellow-700\/70{
    color: rgb(161 98 7 / 0.7);
  }

  .xl\:text-yellow-700\/75{
    color: rgb(161 98 7 / 0.75);
  }

  .xl\:text-yellow-700\/80{
    color: rgb(161 98 7 / 0.8);
  }

  .xl\:text-yellow-700\/85{
    color: rgb(161 98 7 / 0.85);
  }

  .xl\:text-yellow-700\/90{
    color: rgb(161 98 7 / 0.9);
  }

  .xl\:text-yellow-700\/95{
    color: rgb(161 98 7 / 0.95);
  }

  .xl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-800\/0{
    color: rgb(133 77 14 / 0);
  }

  .xl\:text-yellow-800\/10{
    color: rgb(133 77 14 / 0.1);
  }

  .xl\:text-yellow-800\/100{
    color: rgb(133 77 14 / 1);
  }

  .xl\:text-yellow-800\/15{
    color: rgb(133 77 14 / 0.15);
  }

  .xl\:text-yellow-800\/20{
    color: rgb(133 77 14 / 0.2);
  }

  .xl\:text-yellow-800\/25{
    color: rgb(133 77 14 / 0.25);
  }

  .xl\:text-yellow-800\/30{
    color: rgb(133 77 14 / 0.3);
  }

  .xl\:text-yellow-800\/35{
    color: rgb(133 77 14 / 0.35);
  }

  .xl\:text-yellow-800\/40{
    color: rgb(133 77 14 / 0.4);
  }

  .xl\:text-yellow-800\/45{
    color: rgb(133 77 14 / 0.45);
  }

  .xl\:text-yellow-800\/5{
    color: rgb(133 77 14 / 0.05);
  }

  .xl\:text-yellow-800\/50{
    color: rgb(133 77 14 / 0.5);
  }

  .xl\:text-yellow-800\/55{
    color: rgb(133 77 14 / 0.55);
  }

  .xl\:text-yellow-800\/60{
    color: rgb(133 77 14 / 0.6);
  }

  .xl\:text-yellow-800\/65{
    color: rgb(133 77 14 / 0.65);
  }

  .xl\:text-yellow-800\/70{
    color: rgb(133 77 14 / 0.7);
  }

  .xl\:text-yellow-800\/75{
    color: rgb(133 77 14 / 0.75);
  }

  .xl\:text-yellow-800\/80{
    color: rgb(133 77 14 / 0.8);
  }

  .xl\:text-yellow-800\/85{
    color: rgb(133 77 14 / 0.85);
  }

  .xl\:text-yellow-800\/90{
    color: rgb(133 77 14 / 0.9);
  }

  .xl\:text-yellow-800\/95{
    color: rgb(133 77 14 / 0.95);
  }

  .xl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-900\/0{
    color: rgb(113 63 18 / 0);
  }

  .xl\:text-yellow-900\/10{
    color: rgb(113 63 18 / 0.1);
  }

  .xl\:text-yellow-900\/100{
    color: rgb(113 63 18 / 1);
  }

  .xl\:text-yellow-900\/15{
    color: rgb(113 63 18 / 0.15);
  }

  .xl\:text-yellow-900\/20{
    color: rgb(113 63 18 / 0.2);
  }

  .xl\:text-yellow-900\/25{
    color: rgb(113 63 18 / 0.25);
  }

  .xl\:text-yellow-900\/30{
    color: rgb(113 63 18 / 0.3);
  }

  .xl\:text-yellow-900\/35{
    color: rgb(113 63 18 / 0.35);
  }

  .xl\:text-yellow-900\/40{
    color: rgb(113 63 18 / 0.4);
  }

  .xl\:text-yellow-900\/45{
    color: rgb(113 63 18 / 0.45);
  }

  .xl\:text-yellow-900\/5{
    color: rgb(113 63 18 / 0.05);
  }

  .xl\:text-yellow-900\/50{
    color: rgb(113 63 18 / 0.5);
  }

  .xl\:text-yellow-900\/55{
    color: rgb(113 63 18 / 0.55);
  }

  .xl\:text-yellow-900\/60{
    color: rgb(113 63 18 / 0.6);
  }

  .xl\:text-yellow-900\/65{
    color: rgb(113 63 18 / 0.65);
  }

  .xl\:text-yellow-900\/70{
    color: rgb(113 63 18 / 0.7);
  }

  .xl\:text-yellow-900\/75{
    color: rgb(113 63 18 / 0.75);
  }

  .xl\:text-yellow-900\/80{
    color: rgb(113 63 18 / 0.8);
  }

  .xl\:text-yellow-900\/85{
    color: rgb(113 63 18 / 0.85);
  }

  .xl\:text-yellow-900\/90{
    color: rgb(113 63 18 / 0.9);
  }

  .xl\:text-yellow-900\/95{
    color: rgb(113 63 18 / 0.95);
  }

  .xl\:text-yellow-950{
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity, 1));
  }

  .xl\:text-yellow-950\/0{
    color: rgb(66 32 6 / 0);
  }

  .xl\:text-yellow-950\/10{
    color: rgb(66 32 6 / 0.1);
  }

  .xl\:text-yellow-950\/100{
    color: rgb(66 32 6 / 1);
  }

  .xl\:text-yellow-950\/15{
    color: rgb(66 32 6 / 0.15);
  }

  .xl\:text-yellow-950\/20{
    color: rgb(66 32 6 / 0.2);
  }

  .xl\:text-yellow-950\/25{
    color: rgb(66 32 6 / 0.25);
  }

  .xl\:text-yellow-950\/30{
    color: rgb(66 32 6 / 0.3);
  }

  .xl\:text-yellow-950\/35{
    color: rgb(66 32 6 / 0.35);
  }

  .xl\:text-yellow-950\/40{
    color: rgb(66 32 6 / 0.4);
  }

  .xl\:text-yellow-950\/45{
    color: rgb(66 32 6 / 0.45);
  }

  .xl\:text-yellow-950\/5{
    color: rgb(66 32 6 / 0.05);
  }

  .xl\:text-yellow-950\/50{
    color: rgb(66 32 6 / 0.5);
  }

  .xl\:text-yellow-950\/55{
    color: rgb(66 32 6 / 0.55);
  }

  .xl\:text-yellow-950\/60{
    color: rgb(66 32 6 / 0.6);
  }

  .xl\:text-yellow-950\/65{
    color: rgb(66 32 6 / 0.65);
  }

  .xl\:text-yellow-950\/70{
    color: rgb(66 32 6 / 0.7);
  }

  .xl\:text-yellow-950\/75{
    color: rgb(66 32 6 / 0.75);
  }

  .xl\:text-yellow-950\/80{
    color: rgb(66 32 6 / 0.8);
  }

  .xl\:text-yellow-950\/85{
    color: rgb(66 32 6 / 0.85);
  }

  .xl\:text-yellow-950\/90{
    color: rgb(66 32 6 / 0.9);
  }

  .xl\:text-yellow-950\/95{
    color: rgb(66 32 6 / 0.95);
  }

  .xl\:text-zinc-100{
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-100\/0{
    color: rgb(244 244 245 / 0);
  }

  .xl\:text-zinc-100\/10{
    color: rgb(244 244 245 / 0.1);
  }

  .xl\:text-zinc-100\/100{
    color: rgb(244 244 245 / 1);
  }

  .xl\:text-zinc-100\/15{
    color: rgb(244 244 245 / 0.15);
  }

  .xl\:text-zinc-100\/20{
    color: rgb(244 244 245 / 0.2);
  }

  .xl\:text-zinc-100\/25{
    color: rgb(244 244 245 / 0.25);
  }

  .xl\:text-zinc-100\/30{
    color: rgb(244 244 245 / 0.3);
  }

  .xl\:text-zinc-100\/35{
    color: rgb(244 244 245 / 0.35);
  }

  .xl\:text-zinc-100\/40{
    color: rgb(244 244 245 / 0.4);
  }

  .xl\:text-zinc-100\/45{
    color: rgb(244 244 245 / 0.45);
  }

  .xl\:text-zinc-100\/5{
    color: rgb(244 244 245 / 0.05);
  }

  .xl\:text-zinc-100\/50{
    color: rgb(244 244 245 / 0.5);
  }

  .xl\:text-zinc-100\/55{
    color: rgb(244 244 245 / 0.55);
  }

  .xl\:text-zinc-100\/60{
    color: rgb(244 244 245 / 0.6);
  }

  .xl\:text-zinc-100\/65{
    color: rgb(244 244 245 / 0.65);
  }

  .xl\:text-zinc-100\/70{
    color: rgb(244 244 245 / 0.7);
  }

  .xl\:text-zinc-100\/75{
    color: rgb(244 244 245 / 0.75);
  }

  .xl\:text-zinc-100\/80{
    color: rgb(244 244 245 / 0.8);
  }

  .xl\:text-zinc-100\/85{
    color: rgb(244 244 245 / 0.85);
  }

  .xl\:text-zinc-100\/90{
    color: rgb(244 244 245 / 0.9);
  }

  .xl\:text-zinc-100\/95{
    color: rgb(244 244 245 / 0.95);
  }

  .xl\:text-zinc-200{
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-200\/0{
    color: rgb(228 228 231 / 0);
  }

  .xl\:text-zinc-200\/10{
    color: rgb(228 228 231 / 0.1);
  }

  .xl\:text-zinc-200\/100{
    color: rgb(228 228 231 / 1);
  }

  .xl\:text-zinc-200\/15{
    color: rgb(228 228 231 / 0.15);
  }

  .xl\:text-zinc-200\/20{
    color: rgb(228 228 231 / 0.2);
  }

  .xl\:text-zinc-200\/25{
    color: rgb(228 228 231 / 0.25);
  }

  .xl\:text-zinc-200\/30{
    color: rgb(228 228 231 / 0.3);
  }

  .xl\:text-zinc-200\/35{
    color: rgb(228 228 231 / 0.35);
  }

  .xl\:text-zinc-200\/40{
    color: rgb(228 228 231 / 0.4);
  }

  .xl\:text-zinc-200\/45{
    color: rgb(228 228 231 / 0.45);
  }

  .xl\:text-zinc-200\/5{
    color: rgb(228 228 231 / 0.05);
  }

  .xl\:text-zinc-200\/50{
    color: rgb(228 228 231 / 0.5);
  }

  .xl\:text-zinc-200\/55{
    color: rgb(228 228 231 / 0.55);
  }

  .xl\:text-zinc-200\/60{
    color: rgb(228 228 231 / 0.6);
  }

  .xl\:text-zinc-200\/65{
    color: rgb(228 228 231 / 0.65);
  }

  .xl\:text-zinc-200\/70{
    color: rgb(228 228 231 / 0.7);
  }

  .xl\:text-zinc-200\/75{
    color: rgb(228 228 231 / 0.75);
  }

  .xl\:text-zinc-200\/80{
    color: rgb(228 228 231 / 0.8);
  }

  .xl\:text-zinc-200\/85{
    color: rgb(228 228 231 / 0.85);
  }

  .xl\:text-zinc-200\/90{
    color: rgb(228 228 231 / 0.9);
  }

  .xl\:text-zinc-200\/95{
    color: rgb(228 228 231 / 0.95);
  }

  .xl\:text-zinc-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-300\/0{
    color: rgb(212 212 216 / 0);
  }

  .xl\:text-zinc-300\/10{
    color: rgb(212 212 216 / 0.1);
  }

  .xl\:text-zinc-300\/100{
    color: rgb(212 212 216 / 1);
  }

  .xl\:text-zinc-300\/15{
    color: rgb(212 212 216 / 0.15);
  }

  .xl\:text-zinc-300\/20{
    color: rgb(212 212 216 / 0.2);
  }

  .xl\:text-zinc-300\/25{
    color: rgb(212 212 216 / 0.25);
  }

  .xl\:text-zinc-300\/30{
    color: rgb(212 212 216 / 0.3);
  }

  .xl\:text-zinc-300\/35{
    color: rgb(212 212 216 / 0.35);
  }

  .xl\:text-zinc-300\/40{
    color: rgb(212 212 216 / 0.4);
  }

  .xl\:text-zinc-300\/45{
    color: rgb(212 212 216 / 0.45);
  }

  .xl\:text-zinc-300\/5{
    color: rgb(212 212 216 / 0.05);
  }

  .xl\:text-zinc-300\/50{
    color: rgb(212 212 216 / 0.5);
  }

  .xl\:text-zinc-300\/55{
    color: rgb(212 212 216 / 0.55);
  }

  .xl\:text-zinc-300\/60{
    color: rgb(212 212 216 / 0.6);
  }

  .xl\:text-zinc-300\/65{
    color: rgb(212 212 216 / 0.65);
  }

  .xl\:text-zinc-300\/70{
    color: rgb(212 212 216 / 0.7);
  }

  .xl\:text-zinc-300\/75{
    color: rgb(212 212 216 / 0.75);
  }

  .xl\:text-zinc-300\/80{
    color: rgb(212 212 216 / 0.8);
  }

  .xl\:text-zinc-300\/85{
    color: rgb(212 212 216 / 0.85);
  }

  .xl\:text-zinc-300\/90{
    color: rgb(212 212 216 / 0.9);
  }

  .xl\:text-zinc-300\/95{
    color: rgb(212 212 216 / 0.95);
  }

  .xl\:text-zinc-400{
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-400\/0{
    color: rgb(161 161 170 / 0);
  }

  .xl\:text-zinc-400\/10{
    color: rgb(161 161 170 / 0.1);
  }

  .xl\:text-zinc-400\/100{
    color: rgb(161 161 170 / 1);
  }

  .xl\:text-zinc-400\/15{
    color: rgb(161 161 170 / 0.15);
  }

  .xl\:text-zinc-400\/20{
    color: rgb(161 161 170 / 0.2);
  }

  .xl\:text-zinc-400\/25{
    color: rgb(161 161 170 / 0.25);
  }

  .xl\:text-zinc-400\/30{
    color: rgb(161 161 170 / 0.3);
  }

  .xl\:text-zinc-400\/35{
    color: rgb(161 161 170 / 0.35);
  }

  .xl\:text-zinc-400\/40{
    color: rgb(161 161 170 / 0.4);
  }

  .xl\:text-zinc-400\/45{
    color: rgb(161 161 170 / 0.45);
  }

  .xl\:text-zinc-400\/5{
    color: rgb(161 161 170 / 0.05);
  }

  .xl\:text-zinc-400\/50{
    color: rgb(161 161 170 / 0.5);
  }

  .xl\:text-zinc-400\/55{
    color: rgb(161 161 170 / 0.55);
  }

  .xl\:text-zinc-400\/60{
    color: rgb(161 161 170 / 0.6);
  }

  .xl\:text-zinc-400\/65{
    color: rgb(161 161 170 / 0.65);
  }

  .xl\:text-zinc-400\/70{
    color: rgb(161 161 170 / 0.7);
  }

  .xl\:text-zinc-400\/75{
    color: rgb(161 161 170 / 0.75);
  }

  .xl\:text-zinc-400\/80{
    color: rgb(161 161 170 / 0.8);
  }

  .xl\:text-zinc-400\/85{
    color: rgb(161 161 170 / 0.85);
  }

  .xl\:text-zinc-400\/90{
    color: rgb(161 161 170 / 0.9);
  }

  .xl\:text-zinc-400\/95{
    color: rgb(161 161 170 / 0.95);
  }

  .xl\:text-zinc-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .xl\:text-zinc-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .xl\:text-zinc-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .xl\:text-zinc-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .xl\:text-zinc-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .xl\:text-zinc-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .xl\:text-zinc-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .xl\:text-zinc-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .xl\:text-zinc-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .xl\:text-zinc-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .xl\:text-zinc-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .xl\:text-zinc-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .xl\:text-zinc-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .xl\:text-zinc-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .xl\:text-zinc-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .xl\:text-zinc-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .xl\:text-zinc-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .xl\:text-zinc-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .xl\:text-zinc-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .xl\:text-zinc-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .xl\:text-zinc-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .xl\:text-zinc-500{
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-500\/0{
    color: rgb(113 113 122 / 0);
  }

  .xl\:text-zinc-500\/10{
    color: rgb(113 113 122 / 0.1);
  }

  .xl\:text-zinc-500\/100{
    color: rgb(113 113 122 / 1);
  }

  .xl\:text-zinc-500\/15{
    color: rgb(113 113 122 / 0.15);
  }

  .xl\:text-zinc-500\/20{
    color: rgb(113 113 122 / 0.2);
  }

  .xl\:text-zinc-500\/25{
    color: rgb(113 113 122 / 0.25);
  }

  .xl\:text-zinc-500\/30{
    color: rgb(113 113 122 / 0.3);
  }

  .xl\:text-zinc-500\/35{
    color: rgb(113 113 122 / 0.35);
  }

  .xl\:text-zinc-500\/40{
    color: rgb(113 113 122 / 0.4);
  }

  .xl\:text-zinc-500\/45{
    color: rgb(113 113 122 / 0.45);
  }

  .xl\:text-zinc-500\/5{
    color: rgb(113 113 122 / 0.05);
  }

  .xl\:text-zinc-500\/50{
    color: rgb(113 113 122 / 0.5);
  }

  .xl\:text-zinc-500\/55{
    color: rgb(113 113 122 / 0.55);
  }

  .xl\:text-zinc-500\/60{
    color: rgb(113 113 122 / 0.6);
  }

  .xl\:text-zinc-500\/65{
    color: rgb(113 113 122 / 0.65);
  }

  .xl\:text-zinc-500\/70{
    color: rgb(113 113 122 / 0.7);
  }

  .xl\:text-zinc-500\/75{
    color: rgb(113 113 122 / 0.75);
  }

  .xl\:text-zinc-500\/80{
    color: rgb(113 113 122 / 0.8);
  }

  .xl\:text-zinc-500\/85{
    color: rgb(113 113 122 / 0.85);
  }

  .xl\:text-zinc-500\/90{
    color: rgb(113 113 122 / 0.9);
  }

  .xl\:text-zinc-500\/95{
    color: rgb(113 113 122 / 0.95);
  }

  .xl\:text-zinc-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-600\/0{
    color: rgb(82 82 91 / 0);
  }

  .xl\:text-zinc-600\/10{
    color: rgb(82 82 91 / 0.1);
  }

  .xl\:text-zinc-600\/100{
    color: rgb(82 82 91 / 1);
  }

  .xl\:text-zinc-600\/15{
    color: rgb(82 82 91 / 0.15);
  }

  .xl\:text-zinc-600\/20{
    color: rgb(82 82 91 / 0.2);
  }

  .xl\:text-zinc-600\/25{
    color: rgb(82 82 91 / 0.25);
  }

  .xl\:text-zinc-600\/30{
    color: rgb(82 82 91 / 0.3);
  }

  .xl\:text-zinc-600\/35{
    color: rgb(82 82 91 / 0.35);
  }

  .xl\:text-zinc-600\/40{
    color: rgb(82 82 91 / 0.4);
  }

  .xl\:text-zinc-600\/45{
    color: rgb(82 82 91 / 0.45);
  }

  .xl\:text-zinc-600\/5{
    color: rgb(82 82 91 / 0.05);
  }

  .xl\:text-zinc-600\/50{
    color: rgb(82 82 91 / 0.5);
  }

  .xl\:text-zinc-600\/55{
    color: rgb(82 82 91 / 0.55);
  }

  .xl\:text-zinc-600\/60{
    color: rgb(82 82 91 / 0.6);
  }

  .xl\:text-zinc-600\/65{
    color: rgb(82 82 91 / 0.65);
  }

  .xl\:text-zinc-600\/70{
    color: rgb(82 82 91 / 0.7);
  }

  .xl\:text-zinc-600\/75{
    color: rgb(82 82 91 / 0.75);
  }

  .xl\:text-zinc-600\/80{
    color: rgb(82 82 91 / 0.8);
  }

  .xl\:text-zinc-600\/85{
    color: rgb(82 82 91 / 0.85);
  }

  .xl\:text-zinc-600\/90{
    color: rgb(82 82 91 / 0.9);
  }

  .xl\:text-zinc-600\/95{
    color: rgb(82 82 91 / 0.95);
  }

  .xl\:text-zinc-700{
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-700\/0{
    color: rgb(63 63 70 / 0);
  }

  .xl\:text-zinc-700\/10{
    color: rgb(63 63 70 / 0.1);
  }

  .xl\:text-zinc-700\/100{
    color: rgb(63 63 70 / 1);
  }

  .xl\:text-zinc-700\/15{
    color: rgb(63 63 70 / 0.15);
  }

  .xl\:text-zinc-700\/20{
    color: rgb(63 63 70 / 0.2);
  }

  .xl\:text-zinc-700\/25{
    color: rgb(63 63 70 / 0.25);
  }

  .xl\:text-zinc-700\/30{
    color: rgb(63 63 70 / 0.3);
  }

  .xl\:text-zinc-700\/35{
    color: rgb(63 63 70 / 0.35);
  }

  .xl\:text-zinc-700\/40{
    color: rgb(63 63 70 / 0.4);
  }

  .xl\:text-zinc-700\/45{
    color: rgb(63 63 70 / 0.45);
  }

  .xl\:text-zinc-700\/5{
    color: rgb(63 63 70 / 0.05);
  }

  .xl\:text-zinc-700\/50{
    color: rgb(63 63 70 / 0.5);
  }

  .xl\:text-zinc-700\/55{
    color: rgb(63 63 70 / 0.55);
  }

  .xl\:text-zinc-700\/60{
    color: rgb(63 63 70 / 0.6);
  }

  .xl\:text-zinc-700\/65{
    color: rgb(63 63 70 / 0.65);
  }

  .xl\:text-zinc-700\/70{
    color: rgb(63 63 70 / 0.7);
  }

  .xl\:text-zinc-700\/75{
    color: rgb(63 63 70 / 0.75);
  }

  .xl\:text-zinc-700\/80{
    color: rgb(63 63 70 / 0.8);
  }

  .xl\:text-zinc-700\/85{
    color: rgb(63 63 70 / 0.85);
  }

  .xl\:text-zinc-700\/90{
    color: rgb(63 63 70 / 0.9);
  }

  .xl\:text-zinc-700\/95{
    color: rgb(63 63 70 / 0.95);
  }

  .xl\:text-zinc-800{
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-800\/0{
    color: rgb(39 39 42 / 0);
  }

  .xl\:text-zinc-800\/10{
    color: rgb(39 39 42 / 0.1);
  }

  .xl\:text-zinc-800\/100{
    color: rgb(39 39 42 / 1);
  }

  .xl\:text-zinc-800\/15{
    color: rgb(39 39 42 / 0.15);
  }

  .xl\:text-zinc-800\/20{
    color: rgb(39 39 42 / 0.2);
  }

  .xl\:text-zinc-800\/25{
    color: rgb(39 39 42 / 0.25);
  }

  .xl\:text-zinc-800\/30{
    color: rgb(39 39 42 / 0.3);
  }

  .xl\:text-zinc-800\/35{
    color: rgb(39 39 42 / 0.35);
  }

  .xl\:text-zinc-800\/40{
    color: rgb(39 39 42 / 0.4);
  }

  .xl\:text-zinc-800\/45{
    color: rgb(39 39 42 / 0.45);
  }

  .xl\:text-zinc-800\/5{
    color: rgb(39 39 42 / 0.05);
  }

  .xl\:text-zinc-800\/50{
    color: rgb(39 39 42 / 0.5);
  }

  .xl\:text-zinc-800\/55{
    color: rgb(39 39 42 / 0.55);
  }

  .xl\:text-zinc-800\/60{
    color: rgb(39 39 42 / 0.6);
  }

  .xl\:text-zinc-800\/65{
    color: rgb(39 39 42 / 0.65);
  }

  .xl\:text-zinc-800\/70{
    color: rgb(39 39 42 / 0.7);
  }

  .xl\:text-zinc-800\/75{
    color: rgb(39 39 42 / 0.75);
  }

  .xl\:text-zinc-800\/80{
    color: rgb(39 39 42 / 0.8);
  }

  .xl\:text-zinc-800\/85{
    color: rgb(39 39 42 / 0.85);
  }

  .xl\:text-zinc-800\/90{
    color: rgb(39 39 42 / 0.9);
  }

  .xl\:text-zinc-800\/95{
    color: rgb(39 39 42 / 0.95);
  }

  .xl\:text-zinc-900{
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-900\/0{
    color: rgb(24 24 27 / 0);
  }

  .xl\:text-zinc-900\/10{
    color: rgb(24 24 27 / 0.1);
  }

  .xl\:text-zinc-900\/100{
    color: rgb(24 24 27 / 1);
  }

  .xl\:text-zinc-900\/15{
    color: rgb(24 24 27 / 0.15);
  }

  .xl\:text-zinc-900\/20{
    color: rgb(24 24 27 / 0.2);
  }

  .xl\:text-zinc-900\/25{
    color: rgb(24 24 27 / 0.25);
  }

  .xl\:text-zinc-900\/30{
    color: rgb(24 24 27 / 0.3);
  }

  .xl\:text-zinc-900\/35{
    color: rgb(24 24 27 / 0.35);
  }

  .xl\:text-zinc-900\/40{
    color: rgb(24 24 27 / 0.4);
  }

  .xl\:text-zinc-900\/45{
    color: rgb(24 24 27 / 0.45);
  }

  .xl\:text-zinc-900\/5{
    color: rgb(24 24 27 / 0.05);
  }

  .xl\:text-zinc-900\/50{
    color: rgb(24 24 27 / 0.5);
  }

  .xl\:text-zinc-900\/55{
    color: rgb(24 24 27 / 0.55);
  }

  .xl\:text-zinc-900\/60{
    color: rgb(24 24 27 / 0.6);
  }

  .xl\:text-zinc-900\/65{
    color: rgb(24 24 27 / 0.65);
  }

  .xl\:text-zinc-900\/70{
    color: rgb(24 24 27 / 0.7);
  }

  .xl\:text-zinc-900\/75{
    color: rgb(24 24 27 / 0.75);
  }

  .xl\:text-zinc-900\/80{
    color: rgb(24 24 27 / 0.8);
  }

  .xl\:text-zinc-900\/85{
    color: rgb(24 24 27 / 0.85);
  }

  .xl\:text-zinc-900\/90{
    color: rgb(24 24 27 / 0.9);
  }

  .xl\:text-zinc-900\/95{
    color: rgb(24 24 27 / 0.95);
  }

  .xl\:text-zinc-950{
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  }

  .xl\:text-zinc-950\/0{
    color: rgb(9 9 11 / 0);
  }

  .xl\:text-zinc-950\/10{
    color: rgb(9 9 11 / 0.1);
  }

  .xl\:text-zinc-950\/100{
    color: rgb(9 9 11 / 1);
  }

  .xl\:text-zinc-950\/15{
    color: rgb(9 9 11 / 0.15);
  }

  .xl\:text-zinc-950\/20{
    color: rgb(9 9 11 / 0.2);
  }

  .xl\:text-zinc-950\/25{
    color: rgb(9 9 11 / 0.25);
  }

  .xl\:text-zinc-950\/30{
    color: rgb(9 9 11 / 0.3);
  }

  .xl\:text-zinc-950\/35{
    color: rgb(9 9 11 / 0.35);
  }

  .xl\:text-zinc-950\/40{
    color: rgb(9 9 11 / 0.4);
  }

  .xl\:text-zinc-950\/45{
    color: rgb(9 9 11 / 0.45);
  }

  .xl\:text-zinc-950\/5{
    color: rgb(9 9 11 / 0.05);
  }

  .xl\:text-zinc-950\/50{
    color: rgb(9 9 11 / 0.5);
  }

  .xl\:text-zinc-950\/55{
    color: rgb(9 9 11 / 0.55);
  }

  .xl\:text-zinc-950\/60{
    color: rgb(9 9 11 / 0.6);
  }

  .xl\:text-zinc-950\/65{
    color: rgb(9 9 11 / 0.65);
  }

  .xl\:text-zinc-950\/70{
    color: rgb(9 9 11 / 0.7);
  }

  .xl\:text-zinc-950\/75{
    color: rgb(9 9 11 / 0.75);
  }

  .xl\:text-zinc-950\/80{
    color: rgb(9 9 11 / 0.8);
  }

  .xl\:text-zinc-950\/85{
    color: rgb(9 9 11 / 0.85);
  }

  .xl\:text-zinc-950\/90{
    color: rgb(9 9 11 / 0.9);
  }

  .xl\:text-zinc-950\/95{
    color: rgb(9 9 11 / 0.95);
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-45{
    --tw-text-opacity: 0.45;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-55{
    --tw-text-opacity: 0.55;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xl\: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);
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -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);
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -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);
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -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);
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (min-width: 1300px){
  .xxl\:-bottom-0{
    bottom: -0px;
  }

  .xxl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xxl\:-bottom-1{
    bottom: -0.25rem;
  }

  .xxl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xxl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xxl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xxl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xxl\:-bottom-10{
    bottom: -2.5rem;
  }

  .xxl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xxl\:-bottom-12{
    bottom: -3rem;
  }

  .xxl\:-bottom-14{
    bottom: -3.5rem;
  }

  .xxl\:-bottom-16{
    bottom: -4rem;
  }

  .xxl\:-bottom-2{
    bottom: -0.5rem;
  }

  .xxl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xxl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xxl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xxl\:-bottom-20{
    bottom: -5rem;
  }

  .xxl\:-bottom-24{
    bottom: -6rem;
  }

  .xxl\:-bottom-28{
    bottom: -7rem;
  }

  .xxl\:-bottom-3{
    bottom: -0.75rem;
  }

  .xxl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xxl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xxl\:-bottom-32{
    bottom: -8rem;
  }

  .xxl\:-bottom-36{
    bottom: -9rem;
  }

  .xxl\:-bottom-4{
    bottom: -1rem;
  }

  .xxl\:-bottom-40{
    bottom: -10rem;
  }

  .xxl\:-bottom-44{
    bottom: -11rem;
  }

  .xxl\:-bottom-48{
    bottom: -12rem;
  }

  .xxl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xxl\:-bottom-52{
    bottom: -13rem;
  }

  .xxl\:-bottom-56{
    bottom: -14rem;
  }

  .xxl\:-bottom-6{
    bottom: -1.5rem;
  }

  .xxl\:-bottom-60{
    bottom: -15rem;
  }

  .xxl\:-bottom-64{
    bottom: -16rem;
  }

  .xxl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xxl\:-bottom-72{
    bottom: -18rem;
  }

  .xxl\:-bottom-8{
    bottom: -2rem;
  }

  .xxl\:-bottom-80{
    bottom: -20rem;
  }

  .xxl\:-bottom-9{
    bottom: -2.25rem;
  }

  .xxl\:-bottom-96{
    bottom: -24rem;
  }

  .xxl\:-bottom-full{
    bottom: -100%;
  }

  .xxl\:-bottom-px{
    bottom: -1px;
  }

  .xxl\:-left-0{
    left: -0px;
  }

  .xxl\:-left-0\.5{
    left: -0.125rem;
  }

  .xxl\:-left-1{
    left: -0.25rem;
  }

  .xxl\:-left-1\.5{
    left: -0.375rem;
  }

  .xxl\:-left-1\/2{
    left: -50%;
  }

  .xxl\:-left-1\/3{
    left: -33.333333%;
  }

  .xxl\:-left-1\/4{
    left: -25%;
  }

  .xxl\:-left-10{
    left: -2.5rem;
  }

  .xxl\:-left-11{
    left: -2.75rem;
  }

  .xxl\:-left-12{
    left: -3rem;
  }

  .xxl\:-left-14{
    left: -3.5rem;
  }

  .xxl\:-left-16{
    left: -4rem;
  }

  .xxl\:-left-2{
    left: -0.5rem;
  }

  .xxl\:-left-2\.5{
    left: -0.625rem;
  }

  .xxl\:-left-2\/3{
    left: -66.666667%;
  }

  .xxl\:-left-2\/4{
    left: -50%;
  }

  .xxl\:-left-20{
    left: -5rem;
  }

  .xxl\:-left-24{
    left: -6rem;
  }

  .xxl\:-left-28{
    left: -7rem;
  }

  .xxl\:-left-3{
    left: -0.75rem;
  }

  .xxl\:-left-3\.5{
    left: -0.875rem;
  }

  .xxl\:-left-3\/4{
    left: -75%;
  }

  .xxl\:-left-32{
    left: -8rem;
  }

  .xxl\:-left-36{
    left: -9rem;
  }

  .xxl\:-left-4{
    left: -1rem;
  }

  .xxl\:-left-40{
    left: -10rem;
  }

  .xxl\:-left-44{
    left: -11rem;
  }

  .xxl\:-left-48{
    left: -12rem;
  }

  .xxl\:-left-5{
    left: -1.25rem;
  }

  .xxl\:-left-52{
    left: -13rem;
  }

  .xxl\:-left-56{
    left: -14rem;
  }

  .xxl\:-left-6{
    left: -1.5rem;
  }

  .xxl\:-left-60{
    left: -15rem;
  }

  .xxl\:-left-64{
    left: -16rem;
  }

  .xxl\:-left-7{
    left: -1.75rem;
  }

  .xxl\:-left-72{
    left: -18rem;
  }

  .xxl\:-left-8{
    left: -2rem;
  }

  .xxl\:-left-80{
    left: -20rem;
  }

  .xxl\:-left-9{
    left: -2.25rem;
  }

  .xxl\:-left-96{
    left: -24rem;
  }

  .xxl\:-left-full{
    left: -100%;
  }

  .xxl\:-left-px{
    left: -1px;
  }

  .xxl\:-right-0{
    right: -0px;
  }

  .xxl\:-right-0\.5{
    right: -0.125rem;
  }

  .xxl\:-right-1{
    right: -0.25rem;
  }

  .xxl\:-right-1\.5{
    right: -0.375rem;
  }

  .xxl\:-right-1\/2{
    right: -50%;
  }

  .xxl\:-right-1\/3{
    right: -33.333333%;
  }

  .xxl\:-right-1\/4{
    right: -25%;
  }

  .xxl\:-right-10{
    right: -2.5rem;
  }

  .xxl\:-right-11{
    right: -2.75rem;
  }

  .xxl\:-right-12{
    right: -3rem;
  }

  .xxl\:-right-14{
    right: -3.5rem;
  }

  .xxl\:-right-16{
    right: -4rem;
  }

  .xxl\:-right-2{
    right: -0.5rem;
  }

  .xxl\:-right-2\.5{
    right: -0.625rem;
  }

  .xxl\:-right-2\/3{
    right: -66.666667%;
  }

  .xxl\:-right-2\/4{
    right: -50%;
  }

  .xxl\:-right-20{
    right: -5rem;
  }

  .xxl\:-right-24{
    right: -6rem;
  }

  .xxl\:-right-28{
    right: -7rem;
  }

  .xxl\:-right-3{
    right: -0.75rem;
  }

  .xxl\:-right-3\.5{
    right: -0.875rem;
  }

  .xxl\:-right-3\/4{
    right: -75%;
  }

  .xxl\:-right-32{
    right: -8rem;
  }

  .xxl\:-right-36{
    right: -9rem;
  }

  .xxl\:-right-4{
    right: -1rem;
  }

  .xxl\:-right-40{
    right: -10rem;
  }

  .xxl\:-right-44{
    right: -11rem;
  }

  .xxl\:-right-48{
    right: -12rem;
  }

  .xxl\:-right-5{
    right: -1.25rem;
  }

  .xxl\:-right-52{
    right: -13rem;
  }

  .xxl\:-right-56{
    right: -14rem;
  }

  .xxl\:-right-6{
    right: -1.5rem;
  }

  .xxl\:-right-60{
    right: -15rem;
  }

  .xxl\:-right-64{
    right: -16rem;
  }

  .xxl\:-right-7{
    right: -1.75rem;
  }

  .xxl\:-right-72{
    right: -18rem;
  }

  .xxl\:-right-8{
    right: -2rem;
  }

  .xxl\:-right-80{
    right: -20rem;
  }

  .xxl\:-right-9{
    right: -2.25rem;
  }

  .xxl\:-right-96{
    right: -24rem;
  }

  .xxl\:-right-full{
    right: -100%;
  }

  .xxl\:-right-px{
    right: -1px;
  }

  .xxl\:-top-0{
    top: -0px;
  }

  .xxl\:-top-0\.5{
    top: -0.125rem;
  }

  .xxl\:-top-1{
    top: -0.25rem;
  }

  .xxl\:-top-1\.5{
    top: -0.375rem;
  }

  .xxl\:-top-1\/2{
    top: -50%;
  }

  .xxl\:-top-1\/3{
    top: -33.333333%;
  }

  .xxl\:-top-1\/4{
    top: -25%;
  }

  .xxl\:-top-10{
    top: -2.5rem;
  }

  .xxl\:-top-11{
    top: -2.75rem;
  }

  .xxl\:-top-12{
    top: -3rem;
  }

  .xxl\:-top-14{
    top: -3.5rem;
  }

  .xxl\:-top-16{
    top: -4rem;
  }

  .xxl\:-top-2{
    top: -0.5rem;
  }

  .xxl\:-top-2\.5{
    top: -0.625rem;
  }

  .xxl\:-top-2\/3{
    top: -66.666667%;
  }

  .xxl\:-top-2\/4{
    top: -50%;
  }

  .xxl\:-top-20{
    top: -5rem;
  }

  .xxl\:-top-24{
    top: -6rem;
  }

  .xxl\:-top-28{
    top: -7rem;
  }

  .xxl\:-top-3{
    top: -0.75rem;
  }

  .xxl\:-top-3\.5{
    top: -0.875rem;
  }

  .xxl\:-top-3\/4{
    top: -75%;
  }

  .xxl\:-top-32{
    top: -8rem;
  }

  .xxl\:-top-36{
    top: -9rem;
  }

  .xxl\:-top-4{
    top: -1rem;
  }

  .xxl\:-top-40{
    top: -10rem;
  }

  .xxl\:-top-44{
    top: -11rem;
  }

  .xxl\:-top-48{
    top: -12rem;
  }

  .xxl\:-top-5{
    top: -1.25rem;
  }

  .xxl\:-top-52{
    top: -13rem;
  }

  .xxl\:-top-56{
    top: -14rem;
  }

  .xxl\:-top-6{
    top: -1.5rem;
  }

  .xxl\:-top-60{
    top: -15rem;
  }

  .xxl\:-top-64{
    top: -16rem;
  }

  .xxl\:-top-7{
    top: -1.75rem;
  }

  .xxl\:-top-72{
    top: -18rem;
  }

  .xxl\:-top-8{
    top: -2rem;
  }

  .xxl\:-top-80{
    top: -20rem;
  }

  .xxl\:-top-9{
    top: -2.25rem;
  }

  .xxl\:-top-96{
    top: -24rem;
  }

  .xxl\:-top-full{
    top: -100%;
  }

  .xxl\:-top-px{
    top: -1px;
  }

  .xxl\:bottom-0{
    bottom: 0px;
  }

  .xxl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xxl\:bottom-1{
    bottom: 0.25rem;
  }

  .xxl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xxl\:bottom-1\/2{
    bottom: 50%;
  }

  .xxl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xxl\:bottom-1\/4{
    bottom: 25%;
  }

  .xxl\:bottom-10{
    bottom: 2.5rem;
  }

  .xxl\:bottom-11{
    bottom: 2.75rem;
  }

  .xxl\:bottom-12{
    bottom: 3rem;
  }

  .xxl\:bottom-14{
    bottom: 3.5rem;
  }

  .xxl\:bottom-16{
    bottom: 4rem;
  }

  .xxl\:bottom-2{
    bottom: 0.5rem;
  }

  .xxl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xxl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xxl\:bottom-2\/4{
    bottom: 50%;
  }

  .xxl\:bottom-20{
    bottom: 5rem;
  }

  .xxl\:bottom-24{
    bottom: 6rem;
  }

  .xxl\:bottom-28{
    bottom: 7rem;
  }

  .xxl\:bottom-3{
    bottom: 0.75rem;
  }

  .xxl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xxl\:bottom-3\/4{
    bottom: 75%;
  }

  .xxl\:bottom-32{
    bottom: 8rem;
  }

  .xxl\:bottom-36{
    bottom: 9rem;
  }

  .xxl\:bottom-4{
    bottom: 1rem;
  }

  .xxl\:bottom-40{
    bottom: 10rem;
  }

  .xxl\:bottom-44{
    bottom: 11rem;
  }

  .xxl\:bottom-48{
    bottom: 12rem;
  }

  .xxl\:bottom-5{
    bottom: 1.25rem;
  }

  .xxl\:bottom-52{
    bottom: 13rem;
  }

  .xxl\:bottom-56{
    bottom: 14rem;
  }

  .xxl\:bottom-6{
    bottom: 1.5rem;
  }

  .xxl\:bottom-60{
    bottom: 15rem;
  }

  .xxl\:bottom-64{
    bottom: 16rem;
  }

  .xxl\:bottom-7{
    bottom: 1.75rem;
  }

  .xxl\:bottom-72{
    bottom: 18rem;
  }

  .xxl\:bottom-8{
    bottom: 2rem;
  }

  .xxl\:bottom-80{
    bottom: 20rem;
  }

  .xxl\:bottom-9{
    bottom: 2.25rem;
  }

  .xxl\:bottom-96{
    bottom: 24rem;
  }

  .xxl\:bottom-auto{
    bottom: auto;
  }

  .xxl\:bottom-full{
    bottom: 100%;
  }

  .xxl\:bottom-px{
    bottom: 1px;
  }

  .xxl\:left-0{
    left: 0px;
  }

  .xxl\:left-0\.5{
    left: 0.125rem;
  }

  .xxl\:left-1{
    left: 0.25rem;
  }

  .xxl\:left-1\.5{
    left: 0.375rem;
  }

  .xxl\:left-1\/2{
    left: 50%;
  }

  .xxl\:left-1\/3{
    left: 33.333333%;
  }

  .xxl\:left-1\/4{
    left: 25%;
  }

  .xxl\:left-10{
    left: 2.5rem;
  }

  .xxl\:left-11{
    left: 2.75rem;
  }

  .xxl\:left-12{
    left: 3rem;
  }

  .xxl\:left-14{
    left: 3.5rem;
  }

  .xxl\:left-16{
    left: 4rem;
  }

  .xxl\:left-2{
    left: 0.5rem;
  }

  .xxl\:left-2\.5{
    left: 0.625rem;
  }

  .xxl\:left-2\/3{
    left: 66.666667%;
  }

  .xxl\:left-2\/4{
    left: 50%;
  }

  .xxl\:left-20{
    left: 5rem;
  }

  .xxl\:left-24{
    left: 6rem;
  }

  .xxl\:left-28{
    left: 7rem;
  }

  .xxl\:left-3{
    left: 0.75rem;
  }

  .xxl\:left-3\.5{
    left: 0.875rem;
  }

  .xxl\:left-3\/4{
    left: 75%;
  }

  .xxl\:left-32{
    left: 8rem;
  }

  .xxl\:left-36{
    left: 9rem;
  }

  .xxl\:left-4{
    left: 1rem;
  }

  .xxl\:left-40{
    left: 10rem;
  }

  .xxl\:left-44{
    left: 11rem;
  }

  .xxl\:left-48{
    left: 12rem;
  }

  .xxl\:left-5{
    left: 1.25rem;
  }

  .xxl\:left-52{
    left: 13rem;
  }

  .xxl\:left-56{
    left: 14rem;
  }

  .xxl\:left-6{
    left: 1.5rem;
  }

  .xxl\:left-60{
    left: 15rem;
  }

  .xxl\:left-64{
    left: 16rem;
  }

  .xxl\:left-7{
    left: 1.75rem;
  }

  .xxl\:left-72{
    left: 18rem;
  }

  .xxl\:left-8{
    left: 2rem;
  }

  .xxl\:left-80{
    left: 20rem;
  }

  .xxl\:left-9{
    left: 2.25rem;
  }

  .xxl\:left-96{
    left: 24rem;
  }

  .xxl\:left-auto{
    left: auto;
  }

  .xxl\:left-full{
    left: 100%;
  }

  .xxl\:left-px{
    left: 1px;
  }

  .xxl\:right-0{
    right: 0px;
  }

  .xxl\:right-0\.5{
    right: 0.125rem;
  }

  .xxl\:right-1{
    right: 0.25rem;
  }

  .xxl\:right-1\.5{
    right: 0.375rem;
  }

  .xxl\:right-1\/2{
    right: 50%;
  }

  .xxl\:right-1\/3{
    right: 33.333333%;
  }

  .xxl\:right-1\/4{
    right: 25%;
  }

  .xxl\:right-10{
    right: 2.5rem;
  }

  .xxl\:right-11{
    right: 2.75rem;
  }

  .xxl\:right-12{
    right: 3rem;
  }

  .xxl\:right-14{
    right: 3.5rem;
  }

  .xxl\:right-16{
    right: 4rem;
  }

  .xxl\:right-2{
    right: 0.5rem;
  }

  .xxl\:right-2\.5{
    right: 0.625rem;
  }

  .xxl\:right-2\/3{
    right: 66.666667%;
  }

  .xxl\:right-2\/4{
    right: 50%;
  }

  .xxl\:right-20{
    right: 5rem;
  }

  .xxl\:right-24{
    right: 6rem;
  }

  .xxl\:right-28{
    right: 7rem;
  }

  .xxl\:right-3{
    right: 0.75rem;
  }

  .xxl\:right-3\.5{
    right: 0.875rem;
  }

  .xxl\:right-3\/4{
    right: 75%;
  }

  .xxl\:right-32{
    right: 8rem;
  }

  .xxl\:right-36{
    right: 9rem;
  }

  .xxl\:right-4{
    right: 1rem;
  }

  .xxl\:right-40{
    right: 10rem;
  }

  .xxl\:right-44{
    right: 11rem;
  }

  .xxl\:right-48{
    right: 12rem;
  }

  .xxl\:right-5{
    right: 1.25rem;
  }

  .xxl\:right-52{
    right: 13rem;
  }

  .xxl\:right-56{
    right: 14rem;
  }

  .xxl\:right-6{
    right: 1.5rem;
  }

  .xxl\:right-60{
    right: 15rem;
  }

  .xxl\:right-64{
    right: 16rem;
  }

  .xxl\:right-7{
    right: 1.75rem;
  }

  .xxl\:right-72{
    right: 18rem;
  }

  .xxl\:right-8{
    right: 2rem;
  }

  .xxl\:right-80{
    right: 20rem;
  }

  .xxl\:right-9{
    right: 2.25rem;
  }

  .xxl\:right-96{
    right: 24rem;
  }

  .xxl\:right-auto{
    right: auto;
  }

  .xxl\:right-full{
    right: 100%;
  }

  .xxl\:right-px{
    right: 1px;
  }

  .xxl\:top-0{
    top: 0px;
  }

  .xxl\:top-0\.5{
    top: 0.125rem;
  }

  .xxl\:top-1{
    top: 0.25rem;
  }

  .xxl\:top-1\.5{
    top: 0.375rem;
  }

  .xxl\:top-1\/2{
    top: 50%;
  }

  .xxl\:top-1\/3{
    top: 33.333333%;
  }

  .xxl\:top-1\/4{
    top: 25%;
  }

  .xxl\:top-10{
    top: 2.5rem;
  }

  .xxl\:top-11{
    top: 2.75rem;
  }

  .xxl\:top-12{
    top: 3rem;
  }

  .xxl\:top-14{
    top: 3.5rem;
  }

  .xxl\:top-16{
    top: 4rem;
  }

  .xxl\:top-2{
    top: 0.5rem;
  }

  .xxl\:top-2\.5{
    top: 0.625rem;
  }

  .xxl\:top-2\/3{
    top: 66.666667%;
  }

  .xxl\:top-2\/4{
    top: 50%;
  }

  .xxl\:top-20{
    top: 5rem;
  }

  .xxl\:top-24{
    top: 6rem;
  }

  .xxl\:top-28{
    top: 7rem;
  }

  .xxl\:top-3{
    top: 0.75rem;
  }

  .xxl\:top-3\.5{
    top: 0.875rem;
  }

  .xxl\:top-3\/4{
    top: 75%;
  }

  .xxl\:top-32{
    top: 8rem;
  }

  .xxl\:top-36{
    top: 9rem;
  }

  .xxl\:top-4{
    top: 1rem;
  }

  .xxl\:top-40{
    top: 10rem;
  }

  .xxl\:top-44{
    top: 11rem;
  }

  .xxl\:top-48{
    top: 12rem;
  }

  .xxl\:top-5{
    top: 1.25rem;
  }

  .xxl\:top-52{
    top: 13rem;
  }

  .xxl\:top-56{
    top: 14rem;
  }

  .xxl\:top-6{
    top: 1.5rem;
  }

  .xxl\:top-60{
    top: 15rem;
  }

  .xxl\:top-64{
    top: 16rem;
  }

  .xxl\:top-7{
    top: 1.75rem;
  }

  .xxl\:top-72{
    top: 18rem;
  }

  .xxl\:top-8{
    top: 2rem;
  }

  .xxl\:top-80{
    top: 20rem;
  }

  .xxl\:top-9{
    top: 2.25rem;
  }

  .xxl\:top-96{
    top: 24rem;
  }

  .xxl\:top-auto{
    top: auto;
  }

  .xxl\:top-full{
    top: 100%;
  }

  .xxl\:top-px{
    top: 1px;
  }

  .xxl\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .xxl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xxl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xxl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xxl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xxl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xxl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xxl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xxl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xxl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xxl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xxl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xxl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xxl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .xxl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xxl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xxl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xxl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xxl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xxl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xxl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xxl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xxl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xxl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xxl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xxl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xxl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xxl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xxl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xxl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xxl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xxl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xxl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xxl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xxl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xxl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xxl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xxl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xxl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xxl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xxl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xxl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xxl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xxl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xxl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xxl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xxl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xxl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xxl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xxl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xxl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:-mb-0{
    margin-bottom: -0px;
  }

  .xxl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xxl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xxl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xxl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xxl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xxl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xxl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xxl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xxl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xxl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xxl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xxl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xxl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xxl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xxl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xxl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xxl\:-mb-36{
    margin-bottom: -9rem;
  }

  .xxl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xxl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xxl\:-mb-44{
    margin-bottom: -11rem;
  }

  .xxl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xxl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xxl\:-mb-52{
    margin-bottom: -13rem;
  }

  .xxl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xxl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xxl\:-mb-60{
    margin-bottom: -15rem;
  }

  .xxl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xxl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xxl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xxl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xxl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xxl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xxl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xxl\:-mb-px{
    margin-bottom: -1px;
  }

  .xxl\:-ml-0{
    margin-left: -0px;
  }

  .xxl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xxl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xxl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xxl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xxl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xxl\:-ml-12{
    margin-left: -3rem;
  }

  .xxl\:-ml-14{
    margin-left: -3.5rem;
  }

  .xxl\:-ml-16{
    margin-left: -4rem;
  }

  .xxl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xxl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xxl\:-ml-20{
    margin-left: -5rem;
  }

  .xxl\:-ml-24{
    margin-left: -6rem;
  }

  .xxl\:-ml-28{
    margin-left: -7rem;
  }

  .xxl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xxl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xxl\:-ml-32{
    margin-left: -8rem;
  }

  .xxl\:-ml-36{
    margin-left: -9rem;
  }

  .xxl\:-ml-4{
    margin-left: -1rem;
  }

  .xxl\:-ml-40{
    margin-left: -10rem;
  }

  .xxl\:-ml-44{
    margin-left: -11rem;
  }

  .xxl\:-ml-48{
    margin-left: -12rem;
  }

  .xxl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xxl\:-ml-52{
    margin-left: -13rem;
  }

  .xxl\:-ml-56{
    margin-left: -14rem;
  }

  .xxl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xxl\:-ml-60{
    margin-left: -15rem;
  }

  .xxl\:-ml-64{
    margin-left: -16rem;
  }

  .xxl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xxl\:-ml-72{
    margin-left: -18rem;
  }

  .xxl\:-ml-8{
    margin-left: -2rem;
  }

  .xxl\:-ml-80{
    margin-left: -20rem;
  }

  .xxl\:-ml-9{
    margin-left: -2.25rem;
  }

  .xxl\:-ml-96{
    margin-left: -24rem;
  }

  .xxl\:-ml-px{
    margin-left: -1px;
  }

  .xxl\:-mr-0{
    margin-right: -0px;
  }

  .xxl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xxl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xxl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xxl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xxl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xxl\:-mr-12{
    margin-right: -3rem;
  }

  .xxl\:-mr-14{
    margin-right: -3.5rem;
  }

  .xxl\:-mr-16{
    margin-right: -4rem;
  }

  .xxl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xxl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xxl\:-mr-20{
    margin-right: -5rem;
  }

  .xxl\:-mr-24{
    margin-right: -6rem;
  }

  .xxl\:-mr-28{
    margin-right: -7rem;
  }

  .xxl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xxl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xxl\:-mr-32{
    margin-right: -8rem;
  }

  .xxl\:-mr-36{
    margin-right: -9rem;
  }

  .xxl\:-mr-4{
    margin-right: -1rem;
  }

  .xxl\:-mr-40{
    margin-right: -10rem;
  }

  .xxl\:-mr-44{
    margin-right: -11rem;
  }

  .xxl\:-mr-48{
    margin-right: -12rem;
  }

  .xxl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xxl\:-mr-52{
    margin-right: -13rem;
  }

  .xxl\:-mr-56{
    margin-right: -14rem;
  }

  .xxl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xxl\:-mr-60{
    margin-right: -15rem;
  }

  .xxl\:-mr-64{
    margin-right: -16rem;
  }

  .xxl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xxl\:-mr-72{
    margin-right: -18rem;
  }

  .xxl\:-mr-8{
    margin-right: -2rem;
  }

  .xxl\:-mr-80{
    margin-right: -20rem;
  }

  .xxl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xxl\:-mr-96{
    margin-right: -24rem;
  }

  .xxl\:-mr-px{
    margin-right: -1px;
  }

  .xxl\:-mt-0{
    margin-top: -0px;
  }

  .xxl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xxl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xxl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xxl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xxl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xxl\:-mt-12{
    margin-top: -3rem;
  }

  .xxl\:-mt-14{
    margin-top: -3.5rem;
  }

  .xxl\:-mt-16{
    margin-top: -4rem;
  }

  .xxl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xxl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xxl\:-mt-20{
    margin-top: -5rem;
  }

  .xxl\:-mt-24{
    margin-top: -6rem;
  }

  .xxl\:-mt-28{
    margin-top: -7rem;
  }

  .xxl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xxl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xxl\:-mt-32{
    margin-top: -8rem;
  }

  .xxl\:-mt-36{
    margin-top: -9rem;
  }

  .xxl\:-mt-4{
    margin-top: -1rem;
  }

  .xxl\:-mt-40{
    margin-top: -10rem;
  }

  .xxl\:-mt-44{
    margin-top: -11rem;
  }

  .xxl\:-mt-48{
    margin-top: -12rem;
  }

  .xxl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xxl\:-mt-52{
    margin-top: -13rem;
  }

  .xxl\:-mt-56{
    margin-top: -14rem;
  }

  .xxl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xxl\:-mt-60{
    margin-top: -15rem;
  }

  .xxl\:-mt-64{
    margin-top: -16rem;
  }

  .xxl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xxl\:-mt-72{
    margin-top: -18rem;
  }

  .xxl\:-mt-8{
    margin-top: -2rem;
  }

  .xxl\:-mt-80{
    margin-top: -20rem;
  }

  .xxl\:-mt-9{
    margin-top: -2.25rem;
  }

  .xxl\:-mt-96{
    margin-top: -24rem;
  }

  .xxl\:-mt-px{
    margin-top: -1px;
  }

  .xxl\:mb-0{
    margin-bottom: 0px;
  }

  .xxl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xxl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xxl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xxl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xxl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xxl\:mb-12{
    margin-bottom: 3rem;
  }

  .xxl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xxl\:mb-16{
    margin-bottom: 4rem;
  }

  .xxl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xxl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xxl\:mb-20{
    margin-bottom: 5rem;
  }

  .xxl\:mb-24{
    margin-bottom: 6rem;
  }

  .xxl\:mb-28{
    margin-bottom: 7rem;
  }

  .xxl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xxl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xxl\:mb-32{
    margin-bottom: 8rem;
  }

  .xxl\:mb-36{
    margin-bottom: 9rem;
  }

  .xxl\:mb-4{
    margin-bottom: 1rem;
  }

  .xxl\:mb-40{
    margin-bottom: 10rem;
  }

  .xxl\:mb-44{
    margin-bottom: 11rem;
  }

  .xxl\:mb-48{
    margin-bottom: 12rem;
  }

  .xxl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xxl\:mb-52{
    margin-bottom: 13rem;
  }

  .xxl\:mb-56{
    margin-bottom: 14rem;
  }

  .xxl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xxl\:mb-60{
    margin-bottom: 15rem;
  }

  .xxl\:mb-64{
    margin-bottom: 16rem;
  }

  .xxl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xxl\:mb-72{
    margin-bottom: 18rem;
  }

  .xxl\:mb-8{
    margin-bottom: 2rem;
  }

  .xxl\:mb-80{
    margin-bottom: 20rem;
  }

  .xxl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xxl\:mb-96{
    margin-bottom: 24rem;
  }

  .xxl\:mb-auto{
    margin-bottom: auto;
  }

  .xxl\:mb-px{
    margin-bottom: 1px;
  }

  .xxl\:ml-0{
    margin-left: 0px;
  }

  .xxl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xxl\:ml-1{
    margin-left: 0.25rem;
  }

  .xxl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xxl\:ml-10{
    margin-left: 2.5rem;
  }

  .xxl\:ml-11{
    margin-left: 2.75rem;
  }

  .xxl\:ml-12{
    margin-left: 3rem;
  }

  .xxl\:ml-14{
    margin-left: 3.5rem;
  }

  .xxl\:ml-16{
    margin-left: 4rem;
  }

  .xxl\:ml-2{
    margin-left: 0.5rem;
  }

  .xxl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xxl\:ml-20{
    margin-left: 5rem;
  }

  .xxl\:ml-24{
    margin-left: 6rem;
  }

  .xxl\:ml-28{
    margin-left: 7rem;
  }

  .xxl\:ml-3{
    margin-left: 0.75rem;
  }

  .xxl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xxl\:ml-32{
    margin-left: 8rem;
  }

  .xxl\:ml-36{
    margin-left: 9rem;
  }

  .xxl\:ml-4{
    margin-left: 1rem;
  }

  .xxl\:ml-40{
    margin-left: 10rem;
  }

  .xxl\:ml-44{
    margin-left: 11rem;
  }

  .xxl\:ml-48{
    margin-left: 12rem;
  }

  .xxl\:ml-5{
    margin-left: 1.25rem;
  }

  .xxl\:ml-52{
    margin-left: 13rem;
  }

  .xxl\:ml-56{
    margin-left: 14rem;
  }

  .xxl\:ml-6{
    margin-left: 1.5rem;
  }

  .xxl\:ml-60{
    margin-left: 15rem;
  }

  .xxl\:ml-64{
    margin-left: 16rem;
  }

  .xxl\:ml-7{
    margin-left: 1.75rem;
  }

  .xxl\:ml-72{
    margin-left: 18rem;
  }

  .xxl\:ml-8{
    margin-left: 2rem;
  }

  .xxl\:ml-80{
    margin-left: 20rem;
  }

  .xxl\:ml-9{
    margin-left: 2.25rem;
  }

  .xxl\:ml-96{
    margin-left: 24rem;
  }

  .xxl\:ml-auto{
    margin-left: auto;
  }

  .xxl\:ml-px{
    margin-left: 1px;
  }

  .xxl\:mr-0{
    margin-right: 0px;
  }

  .xxl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xxl\:mr-1{
    margin-right: 0.25rem;
  }

  .xxl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xxl\:mr-10{
    margin-right: 2.5rem;
  }

  .xxl\:mr-11{
    margin-right: 2.75rem;
  }

  .xxl\:mr-12{
    margin-right: 3rem;
  }

  .xxl\:mr-14{
    margin-right: 3.5rem;
  }

  .xxl\:mr-16{
    margin-right: 4rem;
  }

  .xxl\:mr-2{
    margin-right: 0.5rem;
  }

  .xxl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xxl\:mr-20{
    margin-right: 5rem;
  }

  .xxl\:mr-24{
    margin-right: 6rem;
  }

  .xxl\:mr-28{
    margin-right: 7rem;
  }

  .xxl\:mr-3{
    margin-right: 0.75rem;
  }

  .xxl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xxl\:mr-32{
    margin-right: 8rem;
  }

  .xxl\:mr-36{
    margin-right: 9rem;
  }

  .xxl\:mr-4{
    margin-right: 1rem;
  }

  .xxl\:mr-40{
    margin-right: 10rem;
  }

  .xxl\:mr-44{
    margin-right: 11rem;
  }

  .xxl\:mr-48{
    margin-right: 12rem;
  }

  .xxl\:mr-5{
    margin-right: 1.25rem;
  }

  .xxl\:mr-52{
    margin-right: 13rem;
  }

  .xxl\:mr-56{
    margin-right: 14rem;
  }

  .xxl\:mr-6{
    margin-right: 1.5rem;
  }

  .xxl\:mr-60{
    margin-right: 15rem;
  }

  .xxl\:mr-64{
    margin-right: 16rem;
  }

  .xxl\:mr-7{
    margin-right: 1.75rem;
  }

  .xxl\:mr-72{
    margin-right: 18rem;
  }

  .xxl\:mr-8{
    margin-right: 2rem;
  }

  .xxl\:mr-80{
    margin-right: 20rem;
  }

  .xxl\:mr-9{
    margin-right: 2.25rem;
  }

  .xxl\:mr-96{
    margin-right: 24rem;
  }

  .xxl\:mr-auto{
    margin-right: auto;
  }

  .xxl\:mr-px{
    margin-right: 1px;
  }

  .xxl\:mt-0{
    margin-top: 0px;
  }

  .xxl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xxl\:mt-1{
    margin-top: 0.25rem;
  }

  .xxl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xxl\:mt-10{
    margin-top: 2.5rem;
  }

  .xxl\:mt-11{
    margin-top: 2.75rem;
  }

  .xxl\:mt-12{
    margin-top: 3rem;
  }

  .xxl\:mt-14{
    margin-top: 3.5rem;
  }

  .xxl\:mt-16{
    margin-top: 4rem;
  }

  .xxl\:mt-2{
    margin-top: 0.5rem;
  }

  .xxl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xxl\:mt-20{
    margin-top: 5rem;
  }

  .xxl\:mt-24{
    margin-top: 6rem;
  }

  .xxl\:mt-28{
    margin-top: 7rem;
  }

  .xxl\:mt-3{
    margin-top: 0.75rem;
  }

  .xxl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xxl\:mt-32{
    margin-top: 8rem;
  }

  .xxl\:mt-36{
    margin-top: 9rem;
  }

  .xxl\:mt-4{
    margin-top: 1rem;
  }

  .xxl\:mt-40{
    margin-top: 10rem;
  }

  .xxl\:mt-44{
    margin-top: 11rem;
  }

  .xxl\:mt-48{
    margin-top: 12rem;
  }

  .xxl\:mt-5{
    margin-top: 1.25rem;
  }

  .xxl\:mt-52{
    margin-top: 13rem;
  }

  .xxl\:mt-56{
    margin-top: 14rem;
  }

  .xxl\:mt-6{
    margin-top: 1.5rem;
  }

  .xxl\:mt-60{
    margin-top: 15rem;
  }

  .xxl\:mt-64{
    margin-top: 16rem;
  }

  .xxl\:mt-7{
    margin-top: 1.75rem;
  }

  .xxl\:mt-72{
    margin-top: 18rem;
  }

  .xxl\:mt-8{
    margin-top: 2rem;
  }

  .xxl\:mt-80{
    margin-top: 20rem;
  }

  .xxl\:mt-9{
    margin-top: 2.25rem;
  }

  .xxl\:mt-96{
    margin-top: 24rem;
  }

  .xxl\:mt-auto{
    margin-top: auto;
  }

  .xxl\:mt-px{
    margin-top: 1px;
  }

  .xxl\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xxl\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xxl\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xxl\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xxl\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xxl\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xxl\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .xxl\:max-h-0{
    max-height: 0px;
  }

  .xxl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xxl\:max-h-1{
    max-height: 0.25rem;
  }

  .xxl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xxl\:max-h-10{
    max-height: 2.5rem;
  }

  .xxl\:max-h-11{
    max-height: 2.75rem;
  }

  .xxl\:max-h-12{
    max-height: 3rem;
  }

  .xxl\:max-h-14{
    max-height: 3.5rem;
  }

  .xxl\:max-h-16{
    max-height: 4rem;
  }

  .xxl\:max-h-2{
    max-height: 0.5rem;
  }

  .xxl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xxl\:max-h-20{
    max-height: 5rem;
  }

  .xxl\:max-h-24{
    max-height: 6rem;
  }

  .xxl\:max-h-28{
    max-height: 7rem;
  }

  .xxl\:max-h-3{
    max-height: 0.75rem;
  }

  .xxl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xxl\:max-h-32{
    max-height: 8rem;
  }

  .xxl\:max-h-36{
    max-height: 9rem;
  }

  .xxl\:max-h-4{
    max-height: 1rem;
  }

  .xxl\:max-h-40{
    max-height: 10rem;
  }

  .xxl\:max-h-44{
    max-height: 11rem;
  }

  .xxl\:max-h-48{
    max-height: 12rem;
  }

  .xxl\:max-h-5{
    max-height: 1.25rem;
  }

  .xxl\:max-h-52{
    max-height: 13rem;
  }

  .xxl\:max-h-56{
    max-height: 14rem;
  }

  .xxl\:max-h-6{
    max-height: 1.5rem;
  }

  .xxl\:max-h-60{
    max-height: 15rem;
  }

  .xxl\:max-h-64{
    max-height: 16rem;
  }

  .xxl\:max-h-7{
    max-height: 1.75rem;
  }

  .xxl\:max-h-72{
    max-height: 18rem;
  }

  .xxl\:max-h-8{
    max-height: 2rem;
  }

  .xxl\:max-h-80{
    max-height: 20rem;
  }

  .xxl\:max-h-9{
    max-height: 2.25rem;
  }

  .xxl\:max-h-96{
    max-height: 24rem;
  }

  .xxl\:max-h-dvh{
    max-height: 100dvh;
  }

  .xxl\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .xxl\:max-h-full{
    max-height: 100%;
  }

  .xxl\:max-h-lvh{
    max-height: 100lvh;
  }

  .xxl\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xxl\:max-h-min{
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .xxl\:max-h-none{
    max-height: none;
  }

  .xxl\:max-h-px{
    max-height: 1px;
  }

  .xxl\:max-h-screen{
    max-height: 100vh;
  }

  .xxl\:max-h-svh{
    max-height: 100svh;
  }

  .xxl\:min-h-0{
    min-height: 0px;
  }

  .xxl\:min-h-0\.5{
    min-height: 0.125rem;
  }

  .xxl\:min-h-1{
    min-height: 0.25rem;
  }

  .xxl\:min-h-1\.5{
    min-height: 0.375rem;
  }

  .xxl\:min-h-10{
    min-height: 2.5rem;
  }

  .xxl\:min-h-11{
    min-height: 2.75rem;
  }

  .xxl\:min-h-12{
    min-height: 3rem;
  }

  .xxl\:min-h-14{
    min-height: 3.5rem;
  }

  .xxl\:min-h-16{
    min-height: 4rem;
  }

  .xxl\:min-h-2{
    min-height: 0.5rem;
  }

  .xxl\:min-h-2\.5{
    min-height: 0.625rem;
  }

  .xxl\:min-h-20{
    min-height: 5rem;
  }

  .xxl\:min-h-24{
    min-height: 6rem;
  }

  .xxl\:min-h-28{
    min-height: 7rem;
  }

  .xxl\:min-h-3{
    min-height: 0.75rem;
  }

  .xxl\:min-h-3\.5{
    min-height: 0.875rem;
  }

  .xxl\:min-h-32{
    min-height: 8rem;
  }

  .xxl\:min-h-36{
    min-height: 9rem;
  }

  .xxl\:min-h-4{
    min-height: 1rem;
  }

  .xxl\:min-h-40{
    min-height: 10rem;
  }

  .xxl\:min-h-44{
    min-height: 11rem;
  }

  .xxl\:min-h-48{
    min-height: 12rem;
  }

  .xxl\:min-h-5{
    min-height: 1.25rem;
  }

  .xxl\:min-h-52{
    min-height: 13rem;
  }

  .xxl\:min-h-56{
    min-height: 14rem;
  }

  .xxl\:min-h-6{
    min-height: 1.5rem;
  }

  .xxl\:min-h-60{
    min-height: 15rem;
  }

  .xxl\:min-h-64{
    min-height: 16rem;
  }

  .xxl\:min-h-7{
    min-height: 1.75rem;
  }

  .xxl\:min-h-72{
    min-height: 18rem;
  }

  .xxl\:min-h-8{
    min-height: 2rem;
  }

  .xxl\:min-h-80{
    min-height: 20rem;
  }

  .xxl\:min-h-9{
    min-height: 2.25rem;
  }

  .xxl\:min-h-96{
    min-height: 24rem;
  }

  .xxl\:min-h-dvh{
    min-height: 100dvh;
  }

  .xxl\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .xxl\:min-h-full{
    min-height: 100%;
  }

  .xxl\:min-h-lvh{
    min-height: 100lvh;
  }

  .xxl\:min-h-max{
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .xxl\:min-h-min{
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .xxl\:min-h-px{
    min-height: 1px;
  }

  .xxl\:min-h-screen{
    min-height: 100vh;
  }

  .xxl\:min-h-svh{
    min-height: 100svh;
  }

  .xxl\:min-w-0{
    min-width: 0px;
  }

  .xxl\:min-w-0\.5{
    min-width: 0.125rem;
  }

  .xxl\:min-w-1{
    min-width: 0.25rem;
  }

  .xxl\:min-w-1\.5{
    min-width: 0.375rem;
  }

  .xxl\:min-w-10{
    min-width: 2.5rem;
  }

  .xxl\:min-w-11{
    min-width: 2.75rem;
  }

  .xxl\:min-w-12{
    min-width: 3rem;
  }

  .xxl\:min-w-14{
    min-width: 3.5rem;
  }

  .xxl\:min-w-16{
    min-width: 4rem;
  }

  .xxl\:min-w-2{
    min-width: 0.5rem;
  }

  .xxl\:min-w-2\.5{
    min-width: 0.625rem;
  }

  .xxl\:min-w-20{
    min-width: 5rem;
  }

  .xxl\:min-w-24{
    min-width: 6rem;
  }

  .xxl\:min-w-28{
    min-width: 7rem;
  }

  .xxl\:min-w-3{
    min-width: 0.75rem;
  }

  .xxl\:min-w-3\.5{
    min-width: 0.875rem;
  }

  .xxl\:min-w-32{
    min-width: 8rem;
  }

  .xxl\:min-w-36{
    min-width: 9rem;
  }

  .xxl\:min-w-4{
    min-width: 1rem;
  }

  .xxl\:min-w-40{
    min-width: 10rem;
  }

  .xxl\:min-w-44{
    min-width: 11rem;
  }

  .xxl\:min-w-48{
    min-width: 12rem;
  }

  .xxl\:min-w-5{
    min-width: 1.25rem;
  }

  .xxl\:min-w-52{
    min-width: 13rem;
  }

  .xxl\:min-w-56{
    min-width: 14rem;
  }

  .xxl\:min-w-6{
    min-width: 1.5rem;
  }

  .xxl\:min-w-60{
    min-width: 15rem;
  }

  .xxl\:min-w-64{
    min-width: 16rem;
  }

  .xxl\:min-w-7{
    min-width: 1.75rem;
  }

  .xxl\:min-w-72{
    min-width: 18rem;
  }

  .xxl\:min-w-8{
    min-width: 2rem;
  }

  .xxl\:min-w-80{
    min-width: 20rem;
  }

  .xxl\:min-w-9{
    min-width: 2.25rem;
  }

  .xxl\:min-w-96{
    min-width: 24rem;
  }

  .xxl\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .xxl\:min-w-full{
    min-width: 100%;
  }

  .xxl\:min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xxl\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xxl\:min-w-px{
    min-width: 1px;
  }

  .xxl\:max-w-0{
    max-width: 0px;
  }

  .xxl\:max-w-0\.5{
    max-width: 0.125rem;
  }

  .xxl\:max-w-1{
    max-width: 0.25rem;
  }

  .xxl\:max-w-1\.5{
    max-width: 0.375rem;
  }

  .xxl\:max-w-10{
    max-width: 2.5rem;
  }

  .xxl\:max-w-11{
    max-width: 2.75rem;
  }

  .xxl\:max-w-12{
    max-width: 3rem;
  }

  .xxl\:max-w-14{
    max-width: 3.5rem;
  }

  .xxl\:max-w-16{
    max-width: 4rem;
  }

  .xxl\:max-w-2{
    max-width: 0.5rem;
  }

  .xxl\:max-w-2\.5{
    max-width: 0.625rem;
  }

  .xxl\:max-w-20{
    max-width: 5rem;
  }

  .xxl\:max-w-24{
    max-width: 6rem;
  }

  .xxl\:max-w-28{
    max-width: 7rem;
  }

  .xxl\:max-w-2xl{
    max-width: 42rem;
  }

  .xxl\:max-w-3{
    max-width: 0.75rem;
  }

  .xxl\:max-w-3\.5{
    max-width: 0.875rem;
  }

  .xxl\:max-w-32{
    max-width: 8rem;
  }

  .xxl\:max-w-36{
    max-width: 9rem;
  }

  .xxl\:max-w-3xl{
    max-width: 48rem;
  }

  .xxl\:max-w-4{
    max-width: 1rem;
  }

  .xxl\:max-w-40{
    max-width: 10rem;
  }

  .xxl\:max-w-44{
    max-width: 11rem;
  }

  .xxl\:max-w-48{
    max-width: 12rem;
  }

  .xxl\:max-w-4xl{
    max-width: 56rem;
  }

  .xxl\:max-w-5{
    max-width: 1.25rem;
  }

  .xxl\:max-w-52{
    max-width: 13rem;
  }

  .xxl\:max-w-56{
    max-width: 14rem;
  }

  .xxl\:max-w-5xl{
    max-width: 64rem;
  }

  .xxl\:max-w-6{
    max-width: 1.5rem;
  }

  .xxl\:max-w-60{
    max-width: 15rem;
  }

  .xxl\:max-w-64{
    max-width: 16rem;
  }

  .xxl\:max-w-6xl{
    max-width: 72rem;
  }

  .xxl\:max-w-7{
    max-width: 1.75rem;
  }

  .xxl\:max-w-72{
    max-width: 18rem;
  }

  .xxl\:max-w-7xl{
    max-width: 80rem;
  }

  .xxl\:max-w-8{
    max-width: 2rem;
  }

  .xxl\:max-w-80{
    max-width: 20rem;
  }

  .xxl\:max-w-9{
    max-width: 2.25rem;
  }

  .xxl\:max-w-96{
    max-width: 24rem;
  }

  .xxl\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .xxl\:max-w-full{
    max-width: 100%;
  }

  .xxl\:max-w-lg{
    max-width: 32rem;
  }

  .xxl\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xxl\:max-w-md{
    max-width: 28rem;
  }

  .xxl\:max-w-min{
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xxl\:max-w-none{
    max-width: none;
  }

  .xxl\:max-w-prose{
    max-width: 65ch;
  }

  .xxl\:max-w-px{
    max-width: 1px;
  }

  .xxl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xxl\:max-w-screen-md{
    max-width: 768px;
  }

  .xxl\:max-w-screen-sm{
    max-width: 375px;
  }

  .xxl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1300px;
  }

  .xxl\:max-w-sm{
    max-width: 24rem;
  }

  .xxl\:max-w-xl{
    max-width: 36rem;
  }

  .xxl\:max-w-xs{
    max-width: 20rem;
  }

  .xxl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xxl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xxl\:origin-top-left{
    transform-origin: top left;
  }

  .xxl\:origin-top-right{
    transform-origin: top right;
  }

  .xxl\:cursor-context-menu{
    cursor: context-menu;
  }

  .xxl\:snap-none{
    scroll-snap-type: none;
  }

  .xxl\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .xxl\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .xxl\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .xxl\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .xxl\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .xxl\:snap-start{
    scroll-snap-align: start;
  }

  .xxl\:snap-end{
    scroll-snap-align: end;
  }

  .xxl\:snap-center{
    scroll-snap-align: center;
  }

  .xxl\:snap-align-none{
    scroll-snap-align: none;
  }

  .xxl\:snap-normal{
    scroll-snap-stop: normal;
  }

  .xxl\:snap-always{
    scroll-snap-stop: always;
  }

  .xxl\:-scroll-mx-0{
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .xxl\:-scroll-mx-0\.5{
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .xxl\:-scroll-mx-1{
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .xxl\:-scroll-mx-1\.5{
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .xxl\:-scroll-mx-10{
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .xxl\:-scroll-mx-11{
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .xxl\:-scroll-mx-12{
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .xxl\:-scroll-mx-14{
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .xxl\:-scroll-mx-16{
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .xxl\:-scroll-mx-2{
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .xxl\:-scroll-mx-2\.5{
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .xxl\:-scroll-mx-20{
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .xxl\:-scroll-mx-24{
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .xxl\:-scroll-mx-28{
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .xxl\:-scroll-mx-3{
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .xxl\:-scroll-mx-3\.5{
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .xxl\:-scroll-mx-32{
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .xxl\:-scroll-mx-36{
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .xxl\:-scroll-mx-4{
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .xxl\:-scroll-mx-40{
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .xxl\:-scroll-mx-44{
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .xxl\:-scroll-mx-48{
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .xxl\:-scroll-mx-5{
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .xxl\:-scroll-mx-52{
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .xxl\:-scroll-mx-56{
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .xxl\:-scroll-mx-6{
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .xxl\:-scroll-mx-60{
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .xxl\:-scroll-mx-64{
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .xxl\:-scroll-mx-7{
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .xxl\:-scroll-mx-72{
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .xxl\:-scroll-mx-8{
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .xxl\:-scroll-mx-80{
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .xxl\:-scroll-mx-9{
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .xxl\:-scroll-mx-96{
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .xxl\:-scroll-mx-px{
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .xxl\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .xxl\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .xxl\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .xxl\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .xxl\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .xxl\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .xxl\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .xxl\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .xxl\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .xxl\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .xxl\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .xxl\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .xxl\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .xxl\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .xxl\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .xxl\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .xxl\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .xxl\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .xxl\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .xxl\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .xxl\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .xxl\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .xxl\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .xxl\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .xxl\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .xxl\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .xxl\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .xxl\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .xxl\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .xxl\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .xxl\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .xxl\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .xxl\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .xxl\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .xxl\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .xxl\:scroll-mx-0{
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .xxl\:scroll-mx-0\.5{
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .xxl\:scroll-mx-1{
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .xxl\:scroll-mx-1\.5{
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .xxl\:scroll-mx-10{
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .xxl\:scroll-mx-11{
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .xxl\:scroll-mx-12{
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .xxl\:scroll-mx-14{
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .xxl\:scroll-mx-16{
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .xxl\:scroll-mx-2{
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .xxl\:scroll-mx-2\.5{
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .xxl\:scroll-mx-20{
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .xxl\:scroll-mx-24{
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .xxl\:scroll-mx-28{
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .xxl\:scroll-mx-3{
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .xxl\:scroll-mx-3\.5{
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .xxl\:scroll-mx-32{
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .xxl\:scroll-mx-36{
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .xxl\:scroll-mx-4{
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .xxl\:scroll-mx-40{
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .xxl\:scroll-mx-44{
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .xxl\:scroll-mx-48{
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .xxl\:scroll-mx-5{
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .xxl\:scroll-mx-52{
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .xxl\:scroll-mx-56{
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .xxl\:scroll-mx-6{
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .xxl\:scroll-mx-60{
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .xxl\:scroll-mx-64{
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .xxl\:scroll-mx-7{
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .xxl\:scroll-mx-72{
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .xxl\:scroll-mx-8{
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .xxl\:scroll-mx-80{
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .xxl\:scroll-mx-9{
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .xxl\:scroll-mx-96{
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .xxl\:scroll-mx-px{
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .xxl\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .xxl\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .xxl\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .xxl\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .xxl\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .xxl\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .xxl\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .xxl\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .xxl\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .xxl\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .xxl\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .xxl\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .xxl\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .xxl\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .xxl\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .xxl\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .xxl\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .xxl\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .xxl\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .xxl\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .xxl\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .xxl\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .xxl\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .xxl\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .xxl\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .xxl\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .xxl\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .xxl\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .xxl\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .xxl\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .xxl\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .xxl\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .xxl\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .xxl\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .xxl\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .xxl\:-scroll-mb-0{
    scroll-margin-bottom: -0px;
  }

  .xxl\:-scroll-mb-0\.5{
    scroll-margin-bottom: -0.125rem;
  }

  .xxl\:-scroll-mb-1{
    scroll-margin-bottom: -0.25rem;
  }

  .xxl\:-scroll-mb-1\.5{
    scroll-margin-bottom: -0.375rem;
  }

  .xxl\:-scroll-mb-10{
    scroll-margin-bottom: -2.5rem;
  }

  .xxl\:-scroll-mb-11{
    scroll-margin-bottom: -2.75rem;
  }

  .xxl\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }

  .xxl\:-scroll-mb-14{
    scroll-margin-bottom: -3.5rem;
  }

  .xxl\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }

  .xxl\:-scroll-mb-2{
    scroll-margin-bottom: -0.5rem;
  }

  .xxl\:-scroll-mb-2\.5{
    scroll-margin-bottom: -0.625rem;
  }

  .xxl\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }

  .xxl\:-scroll-mb-24{
    scroll-margin-bottom: -6rem;
  }

  .xxl\:-scroll-mb-28{
    scroll-margin-bottom: -7rem;
  }

  .xxl\:-scroll-mb-3{
    scroll-margin-bottom: -0.75rem;
  }

  .xxl\:-scroll-mb-3\.5{
    scroll-margin-bottom: -0.875rem;
  }

  .xxl\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }

  .xxl\:-scroll-mb-36{
    scroll-margin-bottom: -9rem;
  }

  .xxl\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }

  .xxl\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }

  .xxl\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }

  .xxl\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }

  .xxl\:-scroll-mb-5{
    scroll-margin-bottom: -1.25rem;
  }

  .xxl\:-scroll-mb-52{
    scroll-margin-bottom: -13rem;
  }

  .xxl\:-scroll-mb-56{
    scroll-margin-bottom: -14rem;
  }

  .xxl\:-scroll-mb-6{
    scroll-margin-bottom: -1.5rem;
  }

  .xxl\:-scroll-mb-60{
    scroll-margin-bottom: -15rem;
  }

  .xxl\:-scroll-mb-64{
    scroll-margin-bottom: -16rem;
  }

  .xxl\:-scroll-mb-7{
    scroll-margin-bottom: -1.75rem;
  }

  .xxl\:-scroll-mb-72{
    scroll-margin-bottom: -18rem;
  }

  .xxl\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }

  .xxl\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }

  .xxl\:-scroll-mb-9{
    scroll-margin-bottom: -2.25rem;
  }

  .xxl\:-scroll-mb-96{
    scroll-margin-bottom: -24rem;
  }

  .xxl\:-scroll-mb-px{
    scroll-margin-bottom: -1px;
  }

  .xxl\:-scroll-ml-0{
    scroll-margin-left: -0px;
  }

  .xxl\:-scroll-ml-0\.5{
    scroll-margin-left: -0.125rem;
  }

  .xxl\:-scroll-ml-1{
    scroll-margin-left: -0.25rem;
  }

  .xxl\:-scroll-ml-1\.5{
    scroll-margin-left: -0.375rem;
  }

  .xxl\:-scroll-ml-10{
    scroll-margin-left: -2.5rem;
  }

  .xxl\:-scroll-ml-11{
    scroll-margin-left: -2.75rem;
  }

  .xxl\:-scroll-ml-12{
    scroll-margin-left: -3rem;
  }

  .xxl\:-scroll-ml-14{
    scroll-margin-left: -3.5rem;
  }

  .xxl\:-scroll-ml-16{
    scroll-margin-left: -4rem;
  }

  .xxl\:-scroll-ml-2{
    scroll-margin-left: -0.5rem;
  }

  .xxl\:-scroll-ml-2\.5{
    scroll-margin-left: -0.625rem;
  }

  .xxl\:-scroll-ml-20{
    scroll-margin-left: -5rem;
  }

  .xxl\:-scroll-ml-24{
    scroll-margin-left: -6rem;
  }

  .xxl\:-scroll-ml-28{
    scroll-margin-left: -7rem;
  }

  .xxl\:-scroll-ml-3{
    scroll-margin-left: -0.75rem;
  }

  .xxl\:-scroll-ml-3\.5{
    scroll-margin-left: -0.875rem;
  }

  .xxl\:-scroll-ml-32{
    scroll-margin-left: -8rem;
  }

  .xxl\:-scroll-ml-36{
    scroll-margin-left: -9rem;
  }

  .xxl\:-scroll-ml-4{
    scroll-margin-left: -1rem;
  }

  .xxl\:-scroll-ml-40{
    scroll-margin-left: -10rem;
  }

  .xxl\:-scroll-ml-44{
    scroll-margin-left: -11rem;
  }

  .xxl\:-scroll-ml-48{
    scroll-margin-left: -12rem;
  }

  .xxl\:-scroll-ml-5{
    scroll-margin-left: -1.25rem;
  }

  .xxl\:-scroll-ml-52{
    scroll-margin-left: -13rem;
  }

  .xxl\:-scroll-ml-56{
    scroll-margin-left: -14rem;
  }

  .xxl\:-scroll-ml-6{
    scroll-margin-left: -1.5rem;
  }

  .xxl\:-scroll-ml-60{
    scroll-margin-left: -15rem;
  }

  .xxl\:-scroll-ml-64{
    scroll-margin-left: -16rem;
  }

  .xxl\:-scroll-ml-7{
    scroll-margin-left: -1.75rem;
  }

  .xxl\:-scroll-ml-72{
    scroll-margin-left: -18rem;
  }

  .xxl\:-scroll-ml-8{
    scroll-margin-left: -2rem;
  }

  .xxl\:-scroll-ml-80{
    scroll-margin-left: -20rem;
  }

  .xxl\:-scroll-ml-9{
    scroll-margin-left: -2.25rem;
  }

  .xxl\:-scroll-ml-96{
    scroll-margin-left: -24rem;
  }

  .xxl\:-scroll-ml-px{
    scroll-margin-left: -1px;
  }

  .xxl\:-scroll-mr-0{
    scroll-margin-right: -0px;
  }

  .xxl\:-scroll-mr-0\.5{
    scroll-margin-right: -0.125rem;
  }

  .xxl\:-scroll-mr-1{
    scroll-margin-right: -0.25rem;
  }

  .xxl\:-scroll-mr-1\.5{
    scroll-margin-right: -0.375rem;
  }

  .xxl\:-scroll-mr-10{
    scroll-margin-right: -2.5rem;
  }

  .xxl\:-scroll-mr-11{
    scroll-margin-right: -2.75rem;
  }

  .xxl\:-scroll-mr-12{
    scroll-margin-right: -3rem;
  }

  .xxl\:-scroll-mr-14{
    scroll-margin-right: -3.5rem;
  }

  .xxl\:-scroll-mr-16{
    scroll-margin-right: -4rem;
  }

  .xxl\:-scroll-mr-2{
    scroll-margin-right: -0.5rem;
  }

  .xxl\:-scroll-mr-2\.5{
    scroll-margin-right: -0.625rem;
  }

  .xxl\:-scroll-mr-20{
    scroll-margin-right: -5rem;
  }

  .xxl\:-scroll-mr-24{
    scroll-margin-right: -6rem;
  }

  .xxl\:-scroll-mr-28{
    scroll-margin-right: -7rem;
  }

  .xxl\:-scroll-mr-3{
    scroll-margin-right: -0.75rem;
  }

  .xxl\:-scroll-mr-3\.5{
    scroll-margin-right: -0.875rem;
  }

  .xxl\:-scroll-mr-32{
    scroll-margin-right: -8rem;
  }

  .xxl\:-scroll-mr-36{
    scroll-margin-right: -9rem;
  }

  .xxl\:-scroll-mr-4{
    scroll-margin-right: -1rem;
  }

  .xxl\:-scroll-mr-40{
    scroll-margin-right: -10rem;
  }

  .xxl\:-scroll-mr-44{
    scroll-margin-right: -11rem;
  }

  .xxl\:-scroll-mr-48{
    scroll-margin-right: -12rem;
  }

  .xxl\:-scroll-mr-5{
    scroll-margin-right: -1.25rem;
  }

  .xxl\:-scroll-mr-52{
    scroll-margin-right: -13rem;
  }

  .xxl\:-scroll-mr-56{
    scroll-margin-right: -14rem;
  }

  .xxl\:-scroll-mr-6{
    scroll-margin-right: -1.5rem;
  }

  .xxl\:-scroll-mr-60{
    scroll-margin-right: -15rem;
  }

  .xxl\:-scroll-mr-64{
    scroll-margin-right: -16rem;
  }

  .xxl\:-scroll-mr-7{
    scroll-margin-right: -1.75rem;
  }

  .xxl\:-scroll-mr-72{
    scroll-margin-right: -18rem;
  }

  .xxl\:-scroll-mr-8{
    scroll-margin-right: -2rem;
  }

  .xxl\:-scroll-mr-80{
    scroll-margin-right: -20rem;
  }

  .xxl\:-scroll-mr-9{
    scroll-margin-right: -2.25rem;
  }

  .xxl\:-scroll-mr-96{
    scroll-margin-right: -24rem;
  }

  .xxl\:-scroll-mr-px{
    scroll-margin-right: -1px;
  }

  .xxl\:-scroll-mt-0{
    scroll-margin-top: -0px;
  }

  .xxl\:-scroll-mt-0\.5{
    scroll-margin-top: -0.125rem;
  }

  .xxl\:-scroll-mt-1{
    scroll-margin-top: -0.25rem;
  }

  .xxl\:-scroll-mt-1\.5{
    scroll-margin-top: -0.375rem;
  }

  .xxl\:-scroll-mt-10{
    scroll-margin-top: -2.5rem;
  }

  .xxl\:-scroll-mt-11{
    scroll-margin-top: -2.75rem;
  }

  .xxl\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }

  .xxl\:-scroll-mt-14{
    scroll-margin-top: -3.5rem;
  }

  .xxl\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }

  .xxl\:-scroll-mt-2{
    scroll-margin-top: -0.5rem;
  }

  .xxl\:-scroll-mt-2\.5{
    scroll-margin-top: -0.625rem;
  }

  .xxl\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }

  .xxl\:-scroll-mt-24{
    scroll-margin-top: -6rem;
  }

  .xxl\:-scroll-mt-28{
    scroll-margin-top: -7rem;
  }

  .xxl\:-scroll-mt-3{
    scroll-margin-top: -0.75rem;
  }

  .xxl\:-scroll-mt-3\.5{
    scroll-margin-top: -0.875rem;
  }

  .xxl\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }

  .xxl\:-scroll-mt-36{
    scroll-margin-top: -9rem;
  }

  .xxl\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }

  .xxl\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }

  .xxl\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }

  .xxl\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }

  .xxl\:-scroll-mt-5{
    scroll-margin-top: -1.25rem;
  }

  .xxl\:-scroll-mt-52{
    scroll-margin-top: -13rem;
  }

  .xxl\:-scroll-mt-56{
    scroll-margin-top: -14rem;
  }

  .xxl\:-scroll-mt-6{
    scroll-margin-top: -1.5rem;
  }

  .xxl\:-scroll-mt-60{
    scroll-margin-top: -15rem;
  }

  .xxl\:-scroll-mt-64{
    scroll-margin-top: -16rem;
  }

  .xxl\:-scroll-mt-7{
    scroll-margin-top: -1.75rem;
  }

  .xxl\:-scroll-mt-72{
    scroll-margin-top: -18rem;
  }

  .xxl\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }

  .xxl\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }

  .xxl\:-scroll-mt-9{
    scroll-margin-top: -2.25rem;
  }

  .xxl\:-scroll-mt-96{
    scroll-margin-top: -24rem;
  }

  .xxl\:-scroll-mt-px{
    scroll-margin-top: -1px;
  }

  .xxl\:scroll-mb-0{
    scroll-margin-bottom: 0px;
  }

  .xxl\:scroll-mb-0\.5{
    scroll-margin-bottom: 0.125rem;
  }

  .xxl\:scroll-mb-1{
    scroll-margin-bottom: 0.25rem;
  }

  .xxl\:scroll-mb-1\.5{
    scroll-margin-bottom: 0.375rem;
  }

  .xxl\:scroll-mb-10{
    scroll-margin-bottom: 2.5rem;
  }

  .xxl\:scroll-mb-11{
    scroll-margin-bottom: 2.75rem;
  }

  .xxl\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }

  .xxl\:scroll-mb-14{
    scroll-margin-bottom: 3.5rem;
  }

  .xxl\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }

  .xxl\:scroll-mb-2{
    scroll-margin-bottom: 0.5rem;
  }

  .xxl\:scroll-mb-2\.5{
    scroll-margin-bottom: 0.625rem;
  }

  .xxl\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }

  .xxl\:scroll-mb-24{
    scroll-margin-bottom: 6rem;
  }

  .xxl\:scroll-mb-28{
    scroll-margin-bottom: 7rem;
  }

  .xxl\:scroll-mb-3{
    scroll-margin-bottom: 0.75rem;
  }

  .xxl\:scroll-mb-3\.5{
    scroll-margin-bottom: 0.875rem;
  }

  .xxl\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }

  .xxl\:scroll-mb-36{
    scroll-margin-bottom: 9rem;
  }

  .xxl\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }

  .xxl\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }

  .xxl\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }

  .xxl\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }

  .xxl\:scroll-mb-5{
    scroll-margin-bottom: 1.25rem;
  }

  .xxl\:scroll-mb-52{
    scroll-margin-bottom: 13rem;
  }

  .xxl\:scroll-mb-56{
    scroll-margin-bottom: 14rem;
  }

  .xxl\:scroll-mb-6{
    scroll-margin-bottom: 1.5rem;
  }

  .xxl\:scroll-mb-60{
    scroll-margin-bottom: 15rem;
  }

  .xxl\:scroll-mb-64{
    scroll-margin-bottom: 16rem;
  }

  .xxl\:scroll-mb-7{
    scroll-margin-bottom: 1.75rem;
  }

  .xxl\:scroll-mb-72{
    scroll-margin-bottom: 18rem;
  }

  .xxl\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }

  .xxl\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }

  .xxl\:scroll-mb-9{
    scroll-margin-bottom: 2.25rem;
  }

  .xxl\:scroll-mb-96{
    scroll-margin-bottom: 24rem;
  }

  .xxl\:scroll-mb-px{
    scroll-margin-bottom: 1px;
  }

  .xxl\:scroll-ml-0{
    scroll-margin-left: 0px;
  }

  .xxl\:scroll-ml-0\.5{
    scroll-margin-left: 0.125rem;
  }

  .xxl\:scroll-ml-1{
    scroll-margin-left: 0.25rem;
  }

  .xxl\:scroll-ml-1\.5{
    scroll-margin-left: 0.375rem;
  }

  .xxl\:scroll-ml-10{
    scroll-margin-left: 2.5rem;
  }

  .xxl\:scroll-ml-11{
    scroll-margin-left: 2.75rem;
  }

  .xxl\:scroll-ml-12{
    scroll-margin-left: 3rem;
  }

  .xxl\:scroll-ml-14{
    scroll-margin-left: 3.5rem;
  }

  .xxl\:scroll-ml-16{
    scroll-margin-left: 4rem;
  }

  .xxl\:scroll-ml-2{
    scroll-margin-left: 0.5rem;
  }

  .xxl\:scroll-ml-2\.5{
    scroll-margin-left: 0.625rem;
  }

  .xxl\:scroll-ml-20{
    scroll-margin-left: 5rem;
  }

  .xxl\:scroll-ml-24{
    scroll-margin-left: 6rem;
  }

  .xxl\:scroll-ml-28{
    scroll-margin-left: 7rem;
  }

  .xxl\:scroll-ml-3{
    scroll-margin-left: 0.75rem;
  }

  .xxl\:scroll-ml-3\.5{
    scroll-margin-left: 0.875rem;
  }

  .xxl\:scroll-ml-32{
    scroll-margin-left: 8rem;
  }

  .xxl\:scroll-ml-36{
    scroll-margin-left: 9rem;
  }

  .xxl\:scroll-ml-4{
    scroll-margin-left: 1rem;
  }

  .xxl\:scroll-ml-40{
    scroll-margin-left: 10rem;
  }

  .xxl\:scroll-ml-44{
    scroll-margin-left: 11rem;
  }

  .xxl\:scroll-ml-48{
    scroll-margin-left: 12rem;
  }

  .xxl\:scroll-ml-5{
    scroll-margin-left: 1.25rem;
  }

  .xxl\:scroll-ml-52{
    scroll-margin-left: 13rem;
  }

  .xxl\:scroll-ml-56{
    scroll-margin-left: 14rem;
  }

  .xxl\:scroll-ml-6{
    scroll-margin-left: 1.5rem;
  }

  .xxl\:scroll-ml-60{
    scroll-margin-left: 15rem;
  }

  .xxl\:scroll-ml-64{
    scroll-margin-left: 16rem;
  }

  .xxl\:scroll-ml-7{
    scroll-margin-left: 1.75rem;
  }

  .xxl\:scroll-ml-72{
    scroll-margin-left: 18rem;
  }

  .xxl\:scroll-ml-8{
    scroll-margin-left: 2rem;
  }

  .xxl\:scroll-ml-80{
    scroll-margin-left: 20rem;
  }

  .xxl\:scroll-ml-9{
    scroll-margin-left: 2.25rem;
  }

  .xxl\:scroll-ml-96{
    scroll-margin-left: 24rem;
  }

  .xxl\:scroll-ml-px{
    scroll-margin-left: 1px;
  }

  .xxl\:scroll-mr-0{
    scroll-margin-right: 0px;
  }

  .xxl\:scroll-mr-0\.5{
    scroll-margin-right: 0.125rem;
  }

  .xxl\:scroll-mr-1{
    scroll-margin-right: 0.25rem;
  }

  .xxl\:scroll-mr-1\.5{
    scroll-margin-right: 0.375rem;
  }

  .xxl\:scroll-mr-10{
    scroll-margin-right: 2.5rem;
  }

  .xxl\:scroll-mr-11{
    scroll-margin-right: 2.75rem;
  }

  .xxl\:scroll-mr-12{
    scroll-margin-right: 3rem;
  }

  .xxl\:scroll-mr-14{
    scroll-margin-right: 3.5rem;
  }

  .xxl\:scroll-mr-16{
    scroll-margin-right: 4rem;
  }

  .xxl\:scroll-mr-2{
    scroll-margin-right: 0.5rem;
  }

  .xxl\:scroll-mr-2\.5{
    scroll-margin-right: 0.625rem;
  }

  .xxl\:scroll-mr-20{
    scroll-margin-right: 5rem;
  }

  .xxl\:scroll-mr-24{
    scroll-margin-right: 6rem;
  }

  .xxl\:scroll-mr-28{
    scroll-margin-right: 7rem;
  }

  .xxl\:scroll-mr-3{
    scroll-margin-right: 0.75rem;
  }

  .xxl\:scroll-mr-3\.5{
    scroll-margin-right: 0.875rem;
  }

  .xxl\:scroll-mr-32{
    scroll-margin-right: 8rem;
  }

  .xxl\:scroll-mr-36{
    scroll-margin-right: 9rem;
  }

  .xxl\:scroll-mr-4{
    scroll-margin-right: 1rem;
  }

  .xxl\:scroll-mr-40{
    scroll-margin-right: 10rem;
  }

  .xxl\:scroll-mr-44{
    scroll-margin-right: 11rem;
  }

  .xxl\:scroll-mr-48{
    scroll-margin-right: 12rem;
  }

  .xxl\:scroll-mr-5{
    scroll-margin-right: 1.25rem;
  }

  .xxl\:scroll-mr-52{
    scroll-margin-right: 13rem;
  }

  .xxl\:scroll-mr-56{
    scroll-margin-right: 14rem;
  }

  .xxl\:scroll-mr-6{
    scroll-margin-right: 1.5rem;
  }

  .xxl\:scroll-mr-60{
    scroll-margin-right: 15rem;
  }

  .xxl\:scroll-mr-64{
    scroll-margin-right: 16rem;
  }

  .xxl\:scroll-mr-7{
    scroll-margin-right: 1.75rem;
  }

  .xxl\:scroll-mr-72{
    scroll-margin-right: 18rem;
  }

  .xxl\:scroll-mr-8{
    scroll-margin-right: 2rem;
  }

  .xxl\:scroll-mr-80{
    scroll-margin-right: 20rem;
  }

  .xxl\:scroll-mr-9{
    scroll-margin-right: 2.25rem;
  }

  .xxl\:scroll-mr-96{
    scroll-margin-right: 24rem;
  }

  .xxl\:scroll-mr-px{
    scroll-margin-right: 1px;
  }

  .xxl\:scroll-mt-0{
    scroll-margin-top: 0px;
  }

  .xxl\:scroll-mt-0\.5{
    scroll-margin-top: 0.125rem;
  }

  .xxl\:scroll-mt-1{
    scroll-margin-top: 0.25rem;
  }

  .xxl\:scroll-mt-1\.5{
    scroll-margin-top: 0.375rem;
  }

  .xxl\:scroll-mt-10{
    scroll-margin-top: 2.5rem;
  }

  .xxl\:scroll-mt-11{
    scroll-margin-top: 2.75rem;
  }

  .xxl\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }

  .xxl\:scroll-mt-14{
    scroll-margin-top: 3.5rem;
  }

  .xxl\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }

  .xxl\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }

  .xxl\:scroll-mt-2\.5{
    scroll-margin-top: 0.625rem;
  }

  .xxl\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }

  .xxl\:scroll-mt-24{
    scroll-margin-top: 6rem;
  }

  .xxl\:scroll-mt-28{
    scroll-margin-top: 7rem;
  }

  .xxl\:scroll-mt-3{
    scroll-margin-top: 0.75rem;
  }

  .xxl\:scroll-mt-3\.5{
    scroll-margin-top: 0.875rem;
  }

  .xxl\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }

  .xxl\:scroll-mt-36{
    scroll-margin-top: 9rem;
  }

  .xxl\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }

  .xxl\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }

  .xxl\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }

  .xxl\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }

  .xxl\:scroll-mt-5{
    scroll-margin-top: 1.25rem;
  }

  .xxl\:scroll-mt-52{
    scroll-margin-top: 13rem;
  }

  .xxl\:scroll-mt-56{
    scroll-margin-top: 14rem;
  }

  .xxl\:scroll-mt-6{
    scroll-margin-top: 1.5rem;
  }

  .xxl\:scroll-mt-60{
    scroll-margin-top: 15rem;
  }

  .xxl\:scroll-mt-64{
    scroll-margin-top: 16rem;
  }

  .xxl\:scroll-mt-7{
    scroll-margin-top: 1.75rem;
  }

  .xxl\:scroll-mt-72{
    scroll-margin-top: 18rem;
  }

  .xxl\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }

  .xxl\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }

  .xxl\:scroll-mt-9{
    scroll-margin-top: 2.25rem;
  }

  .xxl\:scroll-mt-96{
    scroll-margin-top: 24rem;
  }

  .xxl\:scroll-mt-px{
    scroll-margin-top: 1px;
  }

  .xxl\:scroll-p-0{
    scroll-padding: 0px;
  }

  .xxl\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .xxl\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .xxl\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .xxl\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .xxl\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .xxl\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .xxl\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .xxl\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .xxl\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .xxl\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .xxl\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .xxl\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .xxl\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .xxl\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .xxl\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .xxl\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .xxl\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .xxl\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .xxl\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .xxl\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .xxl\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .xxl\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .xxl\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .xxl\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .xxl\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .xxl\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .xxl\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .xxl\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .xxl\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .xxl\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .xxl\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .xxl\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .xxl\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .xxl\:scroll-p-px{
    scroll-padding: 1px;
  }

  .xxl\:scroll-px-0{
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .xxl\:scroll-px-0\.5{
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .xxl\:scroll-px-1{
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .xxl\:scroll-px-1\.5{
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .xxl\:scroll-px-10{
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .xxl\:scroll-px-11{
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .xxl\:scroll-px-12{
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .xxl\:scroll-px-14{
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .xxl\:scroll-px-16{
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .xxl\:scroll-px-2{
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .xxl\:scroll-px-2\.5{
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .xxl\:scroll-px-20{
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .xxl\:scroll-px-24{
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .xxl\:scroll-px-28{
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .xxl\:scroll-px-3{
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .xxl\:scroll-px-3\.5{
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .xxl\:scroll-px-32{
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .xxl\:scroll-px-36{
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .xxl\:scroll-px-4{
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .xxl\:scroll-px-40{
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .xxl\:scroll-px-44{
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .xxl\:scroll-px-48{
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .xxl\:scroll-px-5{
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .xxl\:scroll-px-52{
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .xxl\:scroll-px-56{
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .xxl\:scroll-px-6{
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .xxl\:scroll-px-60{
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .xxl\:scroll-px-64{
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .xxl\:scroll-px-7{
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .xxl\:scroll-px-72{
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .xxl\:scroll-px-8{
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .xxl\:scroll-px-80{
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .xxl\:scroll-px-9{
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .xxl\:scroll-px-96{
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .xxl\:scroll-px-px{
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .xxl\:scroll-py-0{
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .xxl\:scroll-py-0\.5{
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .xxl\:scroll-py-1{
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .xxl\:scroll-py-1\.5{
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .xxl\:scroll-py-10{
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .xxl\:scroll-py-11{
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .xxl\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .xxl\:scroll-py-14{
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .xxl\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .xxl\:scroll-py-2{
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .xxl\:scroll-py-2\.5{
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .xxl\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .xxl\:scroll-py-24{
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .xxl\:scroll-py-28{
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .xxl\:scroll-py-3{
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .xxl\:scroll-py-3\.5{
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .xxl\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .xxl\:scroll-py-36{
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .xxl\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .xxl\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .xxl\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .xxl\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .xxl\:scroll-py-5{
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .xxl\:scroll-py-52{
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .xxl\:scroll-py-56{
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .xxl\:scroll-py-6{
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .xxl\:scroll-py-60{
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .xxl\:scroll-py-64{
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .xxl\:scroll-py-7{
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .xxl\:scroll-py-72{
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .xxl\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .xxl\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .xxl\:scroll-py-9{
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .xxl\:scroll-py-96{
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .xxl\:scroll-py-px{
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .xxl\:scroll-pb-0{
    scroll-padding-bottom: 0px;
  }

  .xxl\:scroll-pb-0\.5{
    scroll-padding-bottom: 0.125rem;
  }

  .xxl\:scroll-pb-1{
    scroll-padding-bottom: 0.25rem;
  }

  .xxl\:scroll-pb-1\.5{
    scroll-padding-bottom: 0.375rem;
  }

  .xxl\:scroll-pb-10{
    scroll-padding-bottom: 2.5rem;
  }

  .xxl\:scroll-pb-11{
    scroll-padding-bottom: 2.75rem;
  }

  .xxl\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }

  .xxl\:scroll-pb-14{
    scroll-padding-bottom: 3.5rem;
  }

  .xxl\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }

  .xxl\:scroll-pb-2{
    scroll-padding-bottom: 0.5rem;
  }

  .xxl\:scroll-pb-2\.5{
    scroll-padding-bottom: 0.625rem;
  }

  .xxl\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }

  .xxl\:scroll-pb-24{
    scroll-padding-bottom: 6rem;
  }

  .xxl\:scroll-pb-28{
    scroll-padding-bottom: 7rem;
  }

  .xxl\:scroll-pb-3{
    scroll-padding-bottom: 0.75rem;
  }

  .xxl\:scroll-pb-3\.5{
    scroll-padding-bottom: 0.875rem;
  }

  .xxl\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }

  .xxl\:scroll-pb-36{
    scroll-padding-bottom: 9rem;
  }

  .xxl\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }

  .xxl\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }

  .xxl\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }

  .xxl\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }

  .xxl\:scroll-pb-5{
    scroll-padding-bottom: 1.25rem;
  }

  .xxl\:scroll-pb-52{
    scroll-padding-bottom: 13rem;
  }

  .xxl\:scroll-pb-56{
    scroll-padding-bottom: 14rem;
  }

  .xxl\:scroll-pb-6{
    scroll-padding-bottom: 1.5rem;
  }

  .xxl\:scroll-pb-60{
    scroll-padding-bottom: 15rem;
  }

  .xxl\:scroll-pb-64{
    scroll-padding-bottom: 16rem;
  }

  .xxl\:scroll-pb-7{
    scroll-padding-bottom: 1.75rem;
  }

  .xxl\:scroll-pb-72{
    scroll-padding-bottom: 18rem;
  }

  .xxl\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }

  .xxl\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }

  .xxl\:scroll-pb-9{
    scroll-padding-bottom: 2.25rem;
  }

  .xxl\:scroll-pb-96{
    scroll-padding-bottom: 24rem;
  }

  .xxl\:scroll-pb-px{
    scroll-padding-bottom: 1px;
  }

  .xxl\:scroll-pl-0{
    scroll-padding-left: 0px;
  }

  .xxl\:scroll-pl-0\.5{
    scroll-padding-left: 0.125rem;
  }

  .xxl\:scroll-pl-1{
    scroll-padding-left: 0.25rem;
  }

  .xxl\:scroll-pl-1\.5{
    scroll-padding-left: 0.375rem;
  }

  .xxl\:scroll-pl-10{
    scroll-padding-left: 2.5rem;
  }

  .xxl\:scroll-pl-11{
    scroll-padding-left: 2.75rem;
  }

  .xxl\:scroll-pl-12{
    scroll-padding-left: 3rem;
  }

  .xxl\:scroll-pl-14{
    scroll-padding-left: 3.5rem;
  }

  .xxl\:scroll-pl-16{
    scroll-padding-left: 4rem;
  }

  .xxl\:scroll-pl-2{
    scroll-padding-left: 0.5rem;
  }

  .xxl\:scroll-pl-2\.5{
    scroll-padding-left: 0.625rem;
  }

  .xxl\:scroll-pl-20{
    scroll-padding-left: 5rem;
  }

  .xxl\:scroll-pl-24{
    scroll-padding-left: 6rem;
  }

  .xxl\:scroll-pl-28{
    scroll-padding-left: 7rem;
  }

  .xxl\:scroll-pl-3{
    scroll-padding-left: 0.75rem;
  }

  .xxl\:scroll-pl-3\.5{
    scroll-padding-left: 0.875rem;
  }

  .xxl\:scroll-pl-32{
    scroll-padding-left: 8rem;
  }

  .xxl\:scroll-pl-36{
    scroll-padding-left: 9rem;
  }

  .xxl\:scroll-pl-4{
    scroll-padding-left: 1rem;
  }

  .xxl\:scroll-pl-40{
    scroll-padding-left: 10rem;
  }

  .xxl\:scroll-pl-44{
    scroll-padding-left: 11rem;
  }

  .xxl\:scroll-pl-48{
    scroll-padding-left: 12rem;
  }

  .xxl\:scroll-pl-5{
    scroll-padding-left: 1.25rem;
  }

  .xxl\:scroll-pl-52{
    scroll-padding-left: 13rem;
  }

  .xxl\:scroll-pl-56{
    scroll-padding-left: 14rem;
  }

  .xxl\:scroll-pl-6{
    scroll-padding-left: 1.5rem;
  }

  .xxl\:scroll-pl-60{
    scroll-padding-left: 15rem;
  }

  .xxl\:scroll-pl-64{
    scroll-padding-left: 16rem;
  }

  .xxl\:scroll-pl-7{
    scroll-padding-left: 1.75rem;
  }

  .xxl\:scroll-pl-72{
    scroll-padding-left: 18rem;
  }

  .xxl\:scroll-pl-8{
    scroll-padding-left: 2rem;
  }

  .xxl\:scroll-pl-80{
    scroll-padding-left: 20rem;
  }

  .xxl\:scroll-pl-9{
    scroll-padding-left: 2.25rem;
  }

  .xxl\:scroll-pl-96{
    scroll-padding-left: 24rem;
  }

  .xxl\:scroll-pl-px{
    scroll-padding-left: 1px;
  }

  .xxl\:scroll-pr-0{
    scroll-padding-right: 0px;
  }

  .xxl\:scroll-pr-0\.5{
    scroll-padding-right: 0.125rem;
  }

  .xxl\:scroll-pr-1{
    scroll-padding-right: 0.25rem;
  }

  .xxl\:scroll-pr-1\.5{
    scroll-padding-right: 0.375rem;
  }

  .xxl\:scroll-pr-10{
    scroll-padding-right: 2.5rem;
  }

  .xxl\:scroll-pr-11{
    scroll-padding-right: 2.75rem;
  }

  .xxl\:scroll-pr-12{
    scroll-padding-right: 3rem;
  }

  .xxl\:scroll-pr-14{
    scroll-padding-right: 3.5rem;
  }

  .xxl\:scroll-pr-16{
    scroll-padding-right: 4rem;
  }

  .xxl\:scroll-pr-2{
    scroll-padding-right: 0.5rem;
  }

  .xxl\:scroll-pr-2\.5{
    scroll-padding-right: 0.625rem;
  }

  .xxl\:scroll-pr-20{
    scroll-padding-right: 5rem;
  }

  .xxl\:scroll-pr-24{
    scroll-padding-right: 6rem;
  }

  .xxl\:scroll-pr-28{
    scroll-padding-right: 7rem;
  }

  .xxl\:scroll-pr-3{
    scroll-padding-right: 0.75rem;
  }

  .xxl\:scroll-pr-3\.5{
    scroll-padding-right: 0.875rem;
  }

  .xxl\:scroll-pr-32{
    scroll-padding-right: 8rem;
  }

  .xxl\:scroll-pr-36{
    scroll-padding-right: 9rem;
  }

  .xxl\:scroll-pr-4{
    scroll-padding-right: 1rem;
  }

  .xxl\:scroll-pr-40{
    scroll-padding-right: 10rem;
  }

  .xxl\:scroll-pr-44{
    scroll-padding-right: 11rem;
  }

  .xxl\:scroll-pr-48{
    scroll-padding-right: 12rem;
  }

  .xxl\:scroll-pr-5{
    scroll-padding-right: 1.25rem;
  }

  .xxl\:scroll-pr-52{
    scroll-padding-right: 13rem;
  }

  .xxl\:scroll-pr-56{
    scroll-padding-right: 14rem;
  }

  .xxl\:scroll-pr-6{
    scroll-padding-right: 1.5rem;
  }

  .xxl\:scroll-pr-60{
    scroll-padding-right: 15rem;
  }

  .xxl\:scroll-pr-64{
    scroll-padding-right: 16rem;
  }

  .xxl\:scroll-pr-7{
    scroll-padding-right: 1.75rem;
  }

  .xxl\:scroll-pr-72{
    scroll-padding-right: 18rem;
  }

  .xxl\:scroll-pr-8{
    scroll-padding-right: 2rem;
  }

  .xxl\:scroll-pr-80{
    scroll-padding-right: 20rem;
  }

  .xxl\:scroll-pr-9{
    scroll-padding-right: 2.25rem;
  }

  .xxl\:scroll-pr-96{
    scroll-padding-right: 24rem;
  }

  .xxl\:scroll-pr-px{
    scroll-padding-right: 1px;
  }

  .xxl\:scroll-pt-0{
    scroll-padding-top: 0px;
  }

  .xxl\:scroll-pt-0\.5{
    scroll-padding-top: 0.125rem;
  }

  .xxl\:scroll-pt-1{
    scroll-padding-top: 0.25rem;
  }

  .xxl\:scroll-pt-1\.5{
    scroll-padding-top: 0.375rem;
  }

  .xxl\:scroll-pt-10{
    scroll-padding-top: 2.5rem;
  }

  .xxl\:scroll-pt-11{
    scroll-padding-top: 2.75rem;
  }

  .xxl\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }

  .xxl\:scroll-pt-14{
    scroll-padding-top: 3.5rem;
  }

  .xxl\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }

  .xxl\:scroll-pt-2{
    scroll-padding-top: 0.5rem;
  }

  .xxl\:scroll-pt-2\.5{
    scroll-padding-top: 0.625rem;
  }

  .xxl\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }

  .xxl\:scroll-pt-24{
    scroll-padding-top: 6rem;
  }

  .xxl\:scroll-pt-28{
    scroll-padding-top: 7rem;
  }

  .xxl\:scroll-pt-3{
    scroll-padding-top: 0.75rem;
  }

  .xxl\:scroll-pt-3\.5{
    scroll-padding-top: 0.875rem;
  }

  .xxl\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }

  .xxl\:scroll-pt-36{
    scroll-padding-top: 9rem;
  }

  .xxl\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }

  .xxl\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }

  .xxl\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }

  .xxl\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }

  .xxl\:scroll-pt-5{
    scroll-padding-top: 1.25rem;
  }

  .xxl\:scroll-pt-52{
    scroll-padding-top: 13rem;
  }

  .xxl\:scroll-pt-56{
    scroll-padding-top: 14rem;
  }

  .xxl\:scroll-pt-6{
    scroll-padding-top: 1.5rem;
  }

  .xxl\:scroll-pt-60{
    scroll-padding-top: 15rem;
  }

  .xxl\:scroll-pt-64{
    scroll-padding-top: 16rem;
  }

  .xxl\:scroll-pt-7{
    scroll-padding-top: 1.75rem;
  }

  .xxl\:scroll-pt-72{
    scroll-padding-top: 18rem;
  }

  .xxl\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }

  .xxl\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }

  .xxl\:scroll-pt-9{
    scroll-padding-top: 2.25rem;
  }

  .xxl\:scroll-pt-96{
    scroll-padding-top: 24rem;
  }

  .xxl\:scroll-pt-px{
    scroll-padding-top: 1px;
  }

  .xxl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xxl\:gap-0{
    gap: 0px;
  }

  .xxl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xxl\:gap-1{
    gap: 0.25rem;
  }

  .xxl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xxl\:gap-10{
    gap: 2.5rem;
  }

  .xxl\:gap-11{
    gap: 2.75rem;
  }

  .xxl\:gap-12{
    gap: 3rem;
  }

  .xxl\:gap-14{
    gap: 3.5rem;
  }

  .xxl\:gap-16{
    gap: 4rem;
  }

  .xxl\:gap-2{
    gap: 0.5rem;
  }

  .xxl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xxl\:gap-20{
    gap: 5rem;
  }

  .xxl\:gap-24{
    gap: 6rem;
  }

  .xxl\:gap-28{
    gap: 7rem;
  }

  .xxl\:gap-3{
    gap: 0.75rem;
  }

  .xxl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xxl\:gap-32{
    gap: 8rem;
  }

  .xxl\:gap-36{
    gap: 9rem;
  }

  .xxl\:gap-4{
    gap: 1rem;
  }

  .xxl\:gap-40{
    gap: 10rem;
  }

  .xxl\:gap-44{
    gap: 11rem;
  }

  .xxl\:gap-48{
    gap: 12rem;
  }

  .xxl\:gap-5{
    gap: 1.25rem;
  }

  .xxl\:gap-52{
    gap: 13rem;
  }

  .xxl\:gap-56{
    gap: 14rem;
  }

  .xxl\:gap-6{
    gap: 1.5rem;
  }

  .xxl\:gap-60{
    gap: 15rem;
  }

  .xxl\:gap-64{
    gap: 16rem;
  }

  .xxl\:gap-7{
    gap: 1.75rem;
  }

  .xxl\:gap-72{
    gap: 18rem;
  }

  .xxl\:gap-8{
    gap: 2rem;
  }

  .xxl\:gap-80{
    gap: 20rem;
  }

  .xxl\:gap-9{
    gap: 2.25rem;
  }

  .xxl\:gap-96{
    gap: 24rem;
  }

  .xxl\:gap-px{
    gap: 1px;
  }

  .xxl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xxl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xxl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xxl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xxl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xxl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xxl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xxl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xxl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xxl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xxl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xxl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xxl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xxl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xxl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xxl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xxl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xxl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xxl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xxl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xxl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xxl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xxl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xxl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xxl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xxl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xxl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xxl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xxl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xxl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xxl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xxl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xxl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xxl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xxl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xxl\:gap-y-0{
    row-gap: 0px;
  }

  .xxl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xxl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xxl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xxl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xxl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xxl\:gap-y-12{
    row-gap: 3rem;
  }

  .xxl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xxl\:gap-y-16{
    row-gap: 4rem;
  }

  .xxl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xxl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xxl\:gap-y-20{
    row-gap: 5rem;
  }

  .xxl\:gap-y-24{
    row-gap: 6rem;
  }

  .xxl\:gap-y-28{
    row-gap: 7rem;
  }

  .xxl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xxl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xxl\:gap-y-32{
    row-gap: 8rem;
  }

  .xxl\:gap-y-36{
    row-gap: 9rem;
  }

  .xxl\:gap-y-4{
    row-gap: 1rem;
  }

  .xxl\:gap-y-40{
    row-gap: 10rem;
  }

  .xxl\:gap-y-44{
    row-gap: 11rem;
  }

  .xxl\:gap-y-48{
    row-gap: 12rem;
  }

  .xxl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xxl\:gap-y-52{
    row-gap: 13rem;
  }

  .xxl\:gap-y-56{
    row-gap: 14rem;
  }

  .xxl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xxl\:gap-y-60{
    row-gap: 15rem;
  }

  .xxl\:gap-y-64{
    row-gap: 16rem;
  }

  .xxl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xxl\:gap-y-72{
    row-gap: 18rem;
  }

  .xxl\:gap-y-8{
    row-gap: 2rem;
  }

  .xxl\:gap-y-80{
    row-gap: 20rem;
  }

  .xxl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xxl\:gap-y-96{
    row-gap: 24rem;
  }

  .xxl\:gap-y-px{
    row-gap: 1px;
  }

  .xxl\:text-ellipsis{
    text-overflow: ellipsis;
  }

  .xxl\:text-clip{
    text-overflow: clip;
  }

  .xxl\:text-wrap{
    text-wrap: wrap;
  }

  .xxl\:text-nowrap{
    text-wrap: nowrap;
  }

  .xxl\:text-balance{
    text-wrap: balance;
  }

  .xxl\:text-pretty{
    text-wrap: pretty;
  }

  .xxl\:bg-amber-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-100\/0{
    background-color: rgb(254 243 199 / 0);
  }

  .xxl\:bg-amber-100\/10{
    background-color: rgb(254 243 199 / 0.1);
  }

  .xxl\:bg-amber-100\/100{
    background-color: rgb(254 243 199 / 1);
  }

  .xxl\:bg-amber-100\/15{
    background-color: rgb(254 243 199 / 0.15);
  }

  .xxl\:bg-amber-100\/20{
    background-color: rgb(254 243 199 / 0.2);
  }

  .xxl\:bg-amber-100\/25{
    background-color: rgb(254 243 199 / 0.25);
  }

  .xxl\:bg-amber-100\/30{
    background-color: rgb(254 243 199 / 0.3);
  }

  .xxl\:bg-amber-100\/35{
    background-color: rgb(254 243 199 / 0.35);
  }

  .xxl\:bg-amber-100\/40{
    background-color: rgb(254 243 199 / 0.4);
  }

  .xxl\:bg-amber-100\/45{
    background-color: rgb(254 243 199 / 0.45);
  }

  .xxl\:bg-amber-100\/5{
    background-color: rgb(254 243 199 / 0.05);
  }

  .xxl\:bg-amber-100\/50{
    background-color: rgb(254 243 199 / 0.5);
  }

  .xxl\:bg-amber-100\/55{
    background-color: rgb(254 243 199 / 0.55);
  }

  .xxl\:bg-amber-100\/60{
    background-color: rgb(254 243 199 / 0.6);
  }

  .xxl\:bg-amber-100\/65{
    background-color: rgb(254 243 199 / 0.65);
  }

  .xxl\:bg-amber-100\/70{
    background-color: rgb(254 243 199 / 0.7);
  }

  .xxl\:bg-amber-100\/75{
    background-color: rgb(254 243 199 / 0.75);
  }

  .xxl\:bg-amber-100\/80{
    background-color: rgb(254 243 199 / 0.8);
  }

  .xxl\:bg-amber-100\/85{
    background-color: rgb(254 243 199 / 0.85);
  }

  .xxl\:bg-amber-100\/90{
    background-color: rgb(254 243 199 / 0.9);
  }

  .xxl\:bg-amber-100\/95{
    background-color: rgb(254 243 199 / 0.95);
  }

  .xxl\:bg-amber-200{
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-200\/0{
    background-color: rgb(253 230 138 / 0);
  }

  .xxl\:bg-amber-200\/10{
    background-color: rgb(253 230 138 / 0.1);
  }

  .xxl\:bg-amber-200\/100{
    background-color: rgb(253 230 138 / 1);
  }

  .xxl\:bg-amber-200\/15{
    background-color: rgb(253 230 138 / 0.15);
  }

  .xxl\:bg-amber-200\/20{
    background-color: rgb(253 230 138 / 0.2);
  }

  .xxl\:bg-amber-200\/25{
    background-color: rgb(253 230 138 / 0.25);
  }

  .xxl\:bg-amber-200\/30{
    background-color: rgb(253 230 138 / 0.3);
  }

  .xxl\:bg-amber-200\/35{
    background-color: rgb(253 230 138 / 0.35);
  }

  .xxl\:bg-amber-200\/40{
    background-color: rgb(253 230 138 / 0.4);
  }

  .xxl\:bg-amber-200\/45{
    background-color: rgb(253 230 138 / 0.45);
  }

  .xxl\:bg-amber-200\/5{
    background-color: rgb(253 230 138 / 0.05);
  }

  .xxl\:bg-amber-200\/50{
    background-color: rgb(253 230 138 / 0.5);
  }

  .xxl\:bg-amber-200\/55{
    background-color: rgb(253 230 138 / 0.55);
  }

  .xxl\:bg-amber-200\/60{
    background-color: rgb(253 230 138 / 0.6);
  }

  .xxl\:bg-amber-200\/65{
    background-color: rgb(253 230 138 / 0.65);
  }

  .xxl\:bg-amber-200\/70{
    background-color: rgb(253 230 138 / 0.7);
  }

  .xxl\:bg-amber-200\/75{
    background-color: rgb(253 230 138 / 0.75);
  }

  .xxl\:bg-amber-200\/80{
    background-color: rgb(253 230 138 / 0.8);
  }

  .xxl\:bg-amber-200\/85{
    background-color: rgb(253 230 138 / 0.85);
  }

  .xxl\:bg-amber-200\/90{
    background-color: rgb(253 230 138 / 0.9);
  }

  .xxl\:bg-amber-200\/95{
    background-color: rgb(253 230 138 / 0.95);
  }

  .xxl\:bg-amber-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-300\/0{
    background-color: rgb(252 211 77 / 0);
  }

  .xxl\:bg-amber-300\/10{
    background-color: rgb(252 211 77 / 0.1);
  }

  .xxl\:bg-amber-300\/100{
    background-color: rgb(252 211 77 / 1);
  }

  .xxl\:bg-amber-300\/15{
    background-color: rgb(252 211 77 / 0.15);
  }

  .xxl\:bg-amber-300\/20{
    background-color: rgb(252 211 77 / 0.2);
  }

  .xxl\:bg-amber-300\/25{
    background-color: rgb(252 211 77 / 0.25);
  }

  .xxl\:bg-amber-300\/30{
    background-color: rgb(252 211 77 / 0.3);
  }

  .xxl\:bg-amber-300\/35{
    background-color: rgb(252 211 77 / 0.35);
  }

  .xxl\:bg-amber-300\/40{
    background-color: rgb(252 211 77 / 0.4);
  }

  .xxl\:bg-amber-300\/45{
    background-color: rgb(252 211 77 / 0.45);
  }

  .xxl\:bg-amber-300\/5{
    background-color: rgb(252 211 77 / 0.05);
  }

  .xxl\:bg-amber-300\/50{
    background-color: rgb(252 211 77 / 0.5);
  }

  .xxl\:bg-amber-300\/55{
    background-color: rgb(252 211 77 / 0.55);
  }

  .xxl\:bg-amber-300\/60{
    background-color: rgb(252 211 77 / 0.6);
  }

  .xxl\:bg-amber-300\/65{
    background-color: rgb(252 211 77 / 0.65);
  }

  .xxl\:bg-amber-300\/70{
    background-color: rgb(252 211 77 / 0.7);
  }

  .xxl\:bg-amber-300\/75{
    background-color: rgb(252 211 77 / 0.75);
  }

  .xxl\:bg-amber-300\/80{
    background-color: rgb(252 211 77 / 0.8);
  }

  .xxl\:bg-amber-300\/85{
    background-color: rgb(252 211 77 / 0.85);
  }

  .xxl\:bg-amber-300\/90{
    background-color: rgb(252 211 77 / 0.9);
  }

  .xxl\:bg-amber-300\/95{
    background-color: rgb(252 211 77 / 0.95);
  }

  .xxl\:bg-amber-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-400\/0{
    background-color: rgb(251 191 36 / 0);
  }

  .xxl\:bg-amber-400\/10{
    background-color: rgb(251 191 36 / 0.1);
  }

  .xxl\:bg-amber-400\/100{
    background-color: rgb(251 191 36 / 1);
  }

  .xxl\:bg-amber-400\/15{
    background-color: rgb(251 191 36 / 0.15);
  }

  .xxl\:bg-amber-400\/20{
    background-color: rgb(251 191 36 / 0.2);
  }

  .xxl\:bg-amber-400\/25{
    background-color: rgb(251 191 36 / 0.25);
  }

  .xxl\:bg-amber-400\/30{
    background-color: rgb(251 191 36 / 0.3);
  }

  .xxl\:bg-amber-400\/35{
    background-color: rgb(251 191 36 / 0.35);
  }

  .xxl\:bg-amber-400\/40{
    background-color: rgb(251 191 36 / 0.4);
  }

  .xxl\:bg-amber-400\/45{
    background-color: rgb(251 191 36 / 0.45);
  }

  .xxl\:bg-amber-400\/5{
    background-color: rgb(251 191 36 / 0.05);
  }

  .xxl\:bg-amber-400\/50{
    background-color: rgb(251 191 36 / 0.5);
  }

  .xxl\:bg-amber-400\/55{
    background-color: rgb(251 191 36 / 0.55);
  }

  .xxl\:bg-amber-400\/60{
    background-color: rgb(251 191 36 / 0.6);
  }

  .xxl\:bg-amber-400\/65{
    background-color: rgb(251 191 36 / 0.65);
  }

  .xxl\:bg-amber-400\/70{
    background-color: rgb(251 191 36 / 0.7);
  }

  .xxl\:bg-amber-400\/75{
    background-color: rgb(251 191 36 / 0.75);
  }

  .xxl\:bg-amber-400\/80{
    background-color: rgb(251 191 36 / 0.8);
  }

  .xxl\:bg-amber-400\/85{
    background-color: rgb(251 191 36 / 0.85);
  }

  .xxl\:bg-amber-400\/90{
    background-color: rgb(251 191 36 / 0.9);
  }

  .xxl\:bg-amber-400\/95{
    background-color: rgb(251 191 36 / 0.95);
  }

  .xxl\:bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-50\/0{
    background-color: rgb(255 251 235 / 0);
  }

  .xxl\:bg-amber-50\/10{
    background-color: rgb(255 251 235 / 0.1);
  }

  .xxl\:bg-amber-50\/100{
    background-color: rgb(255 251 235 / 1);
  }

  .xxl\:bg-amber-50\/15{
    background-color: rgb(255 251 235 / 0.15);
  }

  .xxl\:bg-amber-50\/20{
    background-color: rgb(255 251 235 / 0.2);
  }

  .xxl\:bg-amber-50\/25{
    background-color: rgb(255 251 235 / 0.25);
  }

  .xxl\:bg-amber-50\/30{
    background-color: rgb(255 251 235 / 0.3);
  }

  .xxl\:bg-amber-50\/35{
    background-color: rgb(255 251 235 / 0.35);
  }

  .xxl\:bg-amber-50\/40{
    background-color: rgb(255 251 235 / 0.4);
  }

  .xxl\:bg-amber-50\/45{
    background-color: rgb(255 251 235 / 0.45);
  }

  .xxl\:bg-amber-50\/5{
    background-color: rgb(255 251 235 / 0.05);
  }

  .xxl\:bg-amber-50\/50{
    background-color: rgb(255 251 235 / 0.5);
  }

  .xxl\:bg-amber-50\/55{
    background-color: rgb(255 251 235 / 0.55);
  }

  .xxl\:bg-amber-50\/60{
    background-color: rgb(255 251 235 / 0.6);
  }

  .xxl\:bg-amber-50\/65{
    background-color: rgb(255 251 235 / 0.65);
  }

  .xxl\:bg-amber-50\/70{
    background-color: rgb(255 251 235 / 0.7);
  }

  .xxl\:bg-amber-50\/75{
    background-color: rgb(255 251 235 / 0.75);
  }

  .xxl\:bg-amber-50\/80{
    background-color: rgb(255 251 235 / 0.8);
  }

  .xxl\:bg-amber-50\/85{
    background-color: rgb(255 251 235 / 0.85);
  }

  .xxl\:bg-amber-50\/90{
    background-color: rgb(255 251 235 / 0.9);
  }

  .xxl\:bg-amber-50\/95{
    background-color: rgb(255 251 235 / 0.95);
  }

  .xxl\:bg-amber-500{
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-500\/0{
    background-color: rgb(245 158 11 / 0);
  }

  .xxl\:bg-amber-500\/10{
    background-color: rgb(245 158 11 / 0.1);
  }

  .xxl\:bg-amber-500\/100{
    background-color: rgb(245 158 11 / 1);
  }

  .xxl\:bg-amber-500\/15{
    background-color: rgb(245 158 11 / 0.15);
  }

  .xxl\:bg-amber-500\/20{
    background-color: rgb(245 158 11 / 0.2);
  }

  .xxl\:bg-amber-500\/25{
    background-color: rgb(245 158 11 / 0.25);
  }

  .xxl\:bg-amber-500\/30{
    background-color: rgb(245 158 11 / 0.3);
  }

  .xxl\:bg-amber-500\/35{
    background-color: rgb(245 158 11 / 0.35);
  }

  .xxl\:bg-amber-500\/40{
    background-color: rgb(245 158 11 / 0.4);
  }

  .xxl\:bg-amber-500\/45{
    background-color: rgb(245 158 11 / 0.45);
  }

  .xxl\:bg-amber-500\/5{
    background-color: rgb(245 158 11 / 0.05);
  }

  .xxl\:bg-amber-500\/50{
    background-color: rgb(245 158 11 / 0.5);
  }

  .xxl\:bg-amber-500\/55{
    background-color: rgb(245 158 11 / 0.55);
  }

  .xxl\:bg-amber-500\/60{
    background-color: rgb(245 158 11 / 0.6);
  }

  .xxl\:bg-amber-500\/65{
    background-color: rgb(245 158 11 / 0.65);
  }

  .xxl\:bg-amber-500\/70{
    background-color: rgb(245 158 11 / 0.7);
  }

  .xxl\:bg-amber-500\/75{
    background-color: rgb(245 158 11 / 0.75);
  }

  .xxl\:bg-amber-500\/80{
    background-color: rgb(245 158 11 / 0.8);
  }

  .xxl\:bg-amber-500\/85{
    background-color: rgb(245 158 11 / 0.85);
  }

  .xxl\:bg-amber-500\/90{
    background-color: rgb(245 158 11 / 0.9);
  }

  .xxl\:bg-amber-500\/95{
    background-color: rgb(245 158 11 / 0.95);
  }

  .xxl\:bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-600\/0{
    background-color: rgb(217 119 6 / 0);
  }

  .xxl\:bg-amber-600\/10{
    background-color: rgb(217 119 6 / 0.1);
  }

  .xxl\:bg-amber-600\/100{
    background-color: rgb(217 119 6 / 1);
  }

  .xxl\:bg-amber-600\/15{
    background-color: rgb(217 119 6 / 0.15);
  }

  .xxl\:bg-amber-600\/20{
    background-color: rgb(217 119 6 / 0.2);
  }

  .xxl\:bg-amber-600\/25{
    background-color: rgb(217 119 6 / 0.25);
  }

  .xxl\:bg-amber-600\/30{
    background-color: rgb(217 119 6 / 0.3);
  }

  .xxl\:bg-amber-600\/35{
    background-color: rgb(217 119 6 / 0.35);
  }

  .xxl\:bg-amber-600\/40{
    background-color: rgb(217 119 6 / 0.4);
  }

  .xxl\:bg-amber-600\/45{
    background-color: rgb(217 119 6 / 0.45);
  }

  .xxl\:bg-amber-600\/5{
    background-color: rgb(217 119 6 / 0.05);
  }

  .xxl\:bg-amber-600\/50{
    background-color: rgb(217 119 6 / 0.5);
  }

  .xxl\:bg-amber-600\/55{
    background-color: rgb(217 119 6 / 0.55);
  }

  .xxl\:bg-amber-600\/60{
    background-color: rgb(217 119 6 / 0.6);
  }

  .xxl\:bg-amber-600\/65{
    background-color: rgb(217 119 6 / 0.65);
  }

  .xxl\:bg-amber-600\/70{
    background-color: rgb(217 119 6 / 0.7);
  }

  .xxl\:bg-amber-600\/75{
    background-color: rgb(217 119 6 / 0.75);
  }

  .xxl\:bg-amber-600\/80{
    background-color: rgb(217 119 6 / 0.8);
  }

  .xxl\:bg-amber-600\/85{
    background-color: rgb(217 119 6 / 0.85);
  }

  .xxl\:bg-amber-600\/90{
    background-color: rgb(217 119 6 / 0.9);
  }

  .xxl\:bg-amber-600\/95{
    background-color: rgb(217 119 6 / 0.95);
  }

  .xxl\:bg-amber-700{
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-700\/0{
    background-color: rgb(180 83 9 / 0);
  }

  .xxl\:bg-amber-700\/10{
    background-color: rgb(180 83 9 / 0.1);
  }

  .xxl\:bg-amber-700\/100{
    background-color: rgb(180 83 9 / 1);
  }

  .xxl\:bg-amber-700\/15{
    background-color: rgb(180 83 9 / 0.15);
  }

  .xxl\:bg-amber-700\/20{
    background-color: rgb(180 83 9 / 0.2);
  }

  .xxl\:bg-amber-700\/25{
    background-color: rgb(180 83 9 / 0.25);
  }

  .xxl\:bg-amber-700\/30{
    background-color: rgb(180 83 9 / 0.3);
  }

  .xxl\:bg-amber-700\/35{
    background-color: rgb(180 83 9 / 0.35);
  }

  .xxl\:bg-amber-700\/40{
    background-color: rgb(180 83 9 / 0.4);
  }

  .xxl\:bg-amber-700\/45{
    background-color: rgb(180 83 9 / 0.45);
  }

  .xxl\:bg-amber-700\/5{
    background-color: rgb(180 83 9 / 0.05);
  }

  .xxl\:bg-amber-700\/50{
    background-color: rgb(180 83 9 / 0.5);
  }

  .xxl\:bg-amber-700\/55{
    background-color: rgb(180 83 9 / 0.55);
  }

  .xxl\:bg-amber-700\/60{
    background-color: rgb(180 83 9 / 0.6);
  }

  .xxl\:bg-amber-700\/65{
    background-color: rgb(180 83 9 / 0.65);
  }

  .xxl\:bg-amber-700\/70{
    background-color: rgb(180 83 9 / 0.7);
  }

  .xxl\:bg-amber-700\/75{
    background-color: rgb(180 83 9 / 0.75);
  }

  .xxl\:bg-amber-700\/80{
    background-color: rgb(180 83 9 / 0.8);
  }

  .xxl\:bg-amber-700\/85{
    background-color: rgb(180 83 9 / 0.85);
  }

  .xxl\:bg-amber-700\/90{
    background-color: rgb(180 83 9 / 0.9);
  }

  .xxl\:bg-amber-700\/95{
    background-color: rgb(180 83 9 / 0.95);
  }

  .xxl\:bg-amber-800{
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-800\/0{
    background-color: rgb(146 64 14 / 0);
  }

  .xxl\:bg-amber-800\/10{
    background-color: rgb(146 64 14 / 0.1);
  }

  .xxl\:bg-amber-800\/100{
    background-color: rgb(146 64 14 / 1);
  }

  .xxl\:bg-amber-800\/15{
    background-color: rgb(146 64 14 / 0.15);
  }

  .xxl\:bg-amber-800\/20{
    background-color: rgb(146 64 14 / 0.2);
  }

  .xxl\:bg-amber-800\/25{
    background-color: rgb(146 64 14 / 0.25);
  }

  .xxl\:bg-amber-800\/30{
    background-color: rgb(146 64 14 / 0.3);
  }

  .xxl\:bg-amber-800\/35{
    background-color: rgb(146 64 14 / 0.35);
  }

  .xxl\:bg-amber-800\/40{
    background-color: rgb(146 64 14 / 0.4);
  }

  .xxl\:bg-amber-800\/45{
    background-color: rgb(146 64 14 / 0.45);
  }

  .xxl\:bg-amber-800\/5{
    background-color: rgb(146 64 14 / 0.05);
  }

  .xxl\:bg-amber-800\/50{
    background-color: rgb(146 64 14 / 0.5);
  }

  .xxl\:bg-amber-800\/55{
    background-color: rgb(146 64 14 / 0.55);
  }

  .xxl\:bg-amber-800\/60{
    background-color: rgb(146 64 14 / 0.6);
  }

  .xxl\:bg-amber-800\/65{
    background-color: rgb(146 64 14 / 0.65);
  }

  .xxl\:bg-amber-800\/70{
    background-color: rgb(146 64 14 / 0.7);
  }

  .xxl\:bg-amber-800\/75{
    background-color: rgb(146 64 14 / 0.75);
  }

  .xxl\:bg-amber-800\/80{
    background-color: rgb(146 64 14 / 0.8);
  }

  .xxl\:bg-amber-800\/85{
    background-color: rgb(146 64 14 / 0.85);
  }

  .xxl\:bg-amber-800\/90{
    background-color: rgb(146 64 14 / 0.9);
  }

  .xxl\:bg-amber-800\/95{
    background-color: rgb(146 64 14 / 0.95);
  }

  .xxl\:bg-amber-900{
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-900\/0{
    background-color: rgb(120 53 15 / 0);
  }

  .xxl\:bg-amber-900\/10{
    background-color: rgb(120 53 15 / 0.1);
  }

  .xxl\:bg-amber-900\/100{
    background-color: rgb(120 53 15 / 1);
  }

  .xxl\:bg-amber-900\/15{
    background-color: rgb(120 53 15 / 0.15);
  }

  .xxl\:bg-amber-900\/20{
    background-color: rgb(120 53 15 / 0.2);
  }

  .xxl\:bg-amber-900\/25{
    background-color: rgb(120 53 15 / 0.25);
  }

  .xxl\:bg-amber-900\/30{
    background-color: rgb(120 53 15 / 0.3);
  }

  .xxl\:bg-amber-900\/35{
    background-color: rgb(120 53 15 / 0.35);
  }

  .xxl\:bg-amber-900\/40{
    background-color: rgb(120 53 15 / 0.4);
  }

  .xxl\:bg-amber-900\/45{
    background-color: rgb(120 53 15 / 0.45);
  }

  .xxl\:bg-amber-900\/5{
    background-color: rgb(120 53 15 / 0.05);
  }

  .xxl\:bg-amber-900\/50{
    background-color: rgb(120 53 15 / 0.5);
  }

  .xxl\:bg-amber-900\/55{
    background-color: rgb(120 53 15 / 0.55);
  }

  .xxl\:bg-amber-900\/60{
    background-color: rgb(120 53 15 / 0.6);
  }

  .xxl\:bg-amber-900\/65{
    background-color: rgb(120 53 15 / 0.65);
  }

  .xxl\:bg-amber-900\/70{
    background-color: rgb(120 53 15 / 0.7);
  }

  .xxl\:bg-amber-900\/75{
    background-color: rgb(120 53 15 / 0.75);
  }

  .xxl\:bg-amber-900\/80{
    background-color: rgb(120 53 15 / 0.8);
  }

  .xxl\:bg-amber-900\/85{
    background-color: rgb(120 53 15 / 0.85);
  }

  .xxl\:bg-amber-900\/90{
    background-color: rgb(120 53 15 / 0.9);
  }

  .xxl\:bg-amber-900\/95{
    background-color: rgb(120 53 15 / 0.95);
  }

  .xxl\:bg-amber-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-amber-950\/0{
    background-color: rgb(69 26 3 / 0);
  }

  .xxl\:bg-amber-950\/10{
    background-color: rgb(69 26 3 / 0.1);
  }

  .xxl\:bg-amber-950\/100{
    background-color: rgb(69 26 3 / 1);
  }

  .xxl\:bg-amber-950\/15{
    background-color: rgb(69 26 3 / 0.15);
  }

  .xxl\:bg-amber-950\/20{
    background-color: rgb(69 26 3 / 0.2);
  }

  .xxl\:bg-amber-950\/25{
    background-color: rgb(69 26 3 / 0.25);
  }

  .xxl\:bg-amber-950\/30{
    background-color: rgb(69 26 3 / 0.3);
  }

  .xxl\:bg-amber-950\/35{
    background-color: rgb(69 26 3 / 0.35);
  }

  .xxl\:bg-amber-950\/40{
    background-color: rgb(69 26 3 / 0.4);
  }

  .xxl\:bg-amber-950\/45{
    background-color: rgb(69 26 3 / 0.45);
  }

  .xxl\:bg-amber-950\/5{
    background-color: rgb(69 26 3 / 0.05);
  }

  .xxl\:bg-amber-950\/50{
    background-color: rgb(69 26 3 / 0.5);
  }

  .xxl\:bg-amber-950\/55{
    background-color: rgb(69 26 3 / 0.55);
  }

  .xxl\:bg-amber-950\/60{
    background-color: rgb(69 26 3 / 0.6);
  }

  .xxl\:bg-amber-950\/65{
    background-color: rgb(69 26 3 / 0.65);
  }

  .xxl\:bg-amber-950\/70{
    background-color: rgb(69 26 3 / 0.7);
  }

  .xxl\:bg-amber-950\/75{
    background-color: rgb(69 26 3 / 0.75);
  }

  .xxl\:bg-amber-950\/80{
    background-color: rgb(69 26 3 / 0.8);
  }

  .xxl\:bg-amber-950\/85{
    background-color: rgb(69 26 3 / 0.85);
  }

  .xxl\:bg-amber-950\/90{
    background-color: rgb(69 26 3 / 0.9);
  }

  .xxl\:bg-amber-950\/95{
    background-color: rgb(69 26 3 / 0.95);
  }

  .xxl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-black\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .xxl\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .xxl\:bg-black\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .xxl\:bg-black\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .xxl\:bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .xxl\:bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .xxl\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .xxl\:bg-black\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .xxl\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .xxl\:bg-black\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .xxl\:bg-black\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .xxl\:bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .xxl\:bg-black\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .xxl\:bg-black\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .xxl\:bg-black\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .xxl\:bg-black\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .xxl\:bg-black\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .xxl\:bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .xxl\:bg-black\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .xxl\:bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .xxl\:bg-black\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .xxl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-100\/0{
    background-color: rgb(219 234 254 / 0);
  }

  .xxl\:bg-blue-100\/10{
    background-color: rgb(219 234 254 / 0.1);
  }

  .xxl\:bg-blue-100\/100{
    background-color: rgb(219 234 254 / 1);
  }

  .xxl\:bg-blue-100\/15{
    background-color: rgb(219 234 254 / 0.15);
  }

  .xxl\:bg-blue-100\/20{
    background-color: rgb(219 234 254 / 0.2);
  }

  .xxl\:bg-blue-100\/25{
    background-color: rgb(219 234 254 / 0.25);
  }

  .xxl\:bg-blue-100\/30{
    background-color: rgb(219 234 254 / 0.3);
  }

  .xxl\:bg-blue-100\/35{
    background-color: rgb(219 234 254 / 0.35);
  }

  .xxl\:bg-blue-100\/40{
    background-color: rgb(219 234 254 / 0.4);
  }

  .xxl\:bg-blue-100\/45{
    background-color: rgb(219 234 254 / 0.45);
  }

  .xxl\:bg-blue-100\/5{
    background-color: rgb(219 234 254 / 0.05);
  }

  .xxl\:bg-blue-100\/50{
    background-color: rgb(219 234 254 / 0.5);
  }

  .xxl\:bg-blue-100\/55{
    background-color: rgb(219 234 254 / 0.55);
  }

  .xxl\:bg-blue-100\/60{
    background-color: rgb(219 234 254 / 0.6);
  }

  .xxl\:bg-blue-100\/65{
    background-color: rgb(219 234 254 / 0.65);
  }

  .xxl\:bg-blue-100\/70{
    background-color: rgb(219 234 254 / 0.7);
  }

  .xxl\:bg-blue-100\/75{
    background-color: rgb(219 234 254 / 0.75);
  }

  .xxl\:bg-blue-100\/80{
    background-color: rgb(219 234 254 / 0.8);
  }

  .xxl\:bg-blue-100\/85{
    background-color: rgb(219 234 254 / 0.85);
  }

  .xxl\:bg-blue-100\/90{
    background-color: rgb(219 234 254 / 0.9);
  }

  .xxl\:bg-blue-100\/95{
    background-color: rgb(219 234 254 / 0.95);
  }

  .xxl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-200\/0{
    background-color: rgb(191 219 254 / 0);
  }

  .xxl\:bg-blue-200\/10{
    background-color: rgb(191 219 254 / 0.1);
  }

  .xxl\:bg-blue-200\/100{
    background-color: rgb(191 219 254 / 1);
  }

  .xxl\:bg-blue-200\/15{
    background-color: rgb(191 219 254 / 0.15);
  }

  .xxl\:bg-blue-200\/20{
    background-color: rgb(191 219 254 / 0.2);
  }

  .xxl\:bg-blue-200\/25{
    background-color: rgb(191 219 254 / 0.25);
  }

  .xxl\:bg-blue-200\/30{
    background-color: rgb(191 219 254 / 0.3);
  }

  .xxl\:bg-blue-200\/35{
    background-color: rgb(191 219 254 / 0.35);
  }

  .xxl\:bg-blue-200\/40{
    background-color: rgb(191 219 254 / 0.4);
  }

  .xxl\:bg-blue-200\/45{
    background-color: rgb(191 219 254 / 0.45);
  }

  .xxl\:bg-blue-200\/5{
    background-color: rgb(191 219 254 / 0.05);
  }

  .xxl\:bg-blue-200\/50{
    background-color: rgb(191 219 254 / 0.5);
  }

  .xxl\:bg-blue-200\/55{
    background-color: rgb(191 219 254 / 0.55);
  }

  .xxl\:bg-blue-200\/60{
    background-color: rgb(191 219 254 / 0.6);
  }

  .xxl\:bg-blue-200\/65{
    background-color: rgb(191 219 254 / 0.65);
  }

  .xxl\:bg-blue-200\/70{
    background-color: rgb(191 219 254 / 0.7);
  }

  .xxl\:bg-blue-200\/75{
    background-color: rgb(191 219 254 / 0.75);
  }

  .xxl\:bg-blue-200\/80{
    background-color: rgb(191 219 254 / 0.8);
  }

  .xxl\:bg-blue-200\/85{
    background-color: rgb(191 219 254 / 0.85);
  }

  .xxl\:bg-blue-200\/90{
    background-color: rgb(191 219 254 / 0.9);
  }

  .xxl\:bg-blue-200\/95{
    background-color: rgb(191 219 254 / 0.95);
  }

  .xxl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-300\/0{
    background-color: rgb(147 197 253 / 0);
  }

  .xxl\:bg-blue-300\/10{
    background-color: rgb(147 197 253 / 0.1);
  }

  .xxl\:bg-blue-300\/100{
    background-color: rgb(147 197 253 / 1);
  }

  .xxl\:bg-blue-300\/15{
    background-color: rgb(147 197 253 / 0.15);
  }

  .xxl\:bg-blue-300\/20{
    background-color: rgb(147 197 253 / 0.2);
  }

  .xxl\:bg-blue-300\/25{
    background-color: rgb(147 197 253 / 0.25);
  }

  .xxl\:bg-blue-300\/30{
    background-color: rgb(147 197 253 / 0.3);
  }

  .xxl\:bg-blue-300\/35{
    background-color: rgb(147 197 253 / 0.35);
  }

  .xxl\:bg-blue-300\/40{
    background-color: rgb(147 197 253 / 0.4);
  }

  .xxl\:bg-blue-300\/45{
    background-color: rgb(147 197 253 / 0.45);
  }

  .xxl\:bg-blue-300\/5{
    background-color: rgb(147 197 253 / 0.05);
  }

  .xxl\:bg-blue-300\/50{
    background-color: rgb(147 197 253 / 0.5);
  }

  .xxl\:bg-blue-300\/55{
    background-color: rgb(147 197 253 / 0.55);
  }

  .xxl\:bg-blue-300\/60{
    background-color: rgb(147 197 253 / 0.6);
  }

  .xxl\:bg-blue-300\/65{
    background-color: rgb(147 197 253 / 0.65);
  }

  .xxl\:bg-blue-300\/70{
    background-color: rgb(147 197 253 / 0.7);
  }

  .xxl\:bg-blue-300\/75{
    background-color: rgb(147 197 253 / 0.75);
  }

  .xxl\:bg-blue-300\/80{
    background-color: rgb(147 197 253 / 0.8);
  }

  .xxl\:bg-blue-300\/85{
    background-color: rgb(147 197 253 / 0.85);
  }

  .xxl\:bg-blue-300\/90{
    background-color: rgb(147 197 253 / 0.9);
  }

  .xxl\:bg-blue-300\/95{
    background-color: rgb(147 197 253 / 0.95);
  }

  .xxl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-400\/0{
    background-color: rgb(96 165 250 / 0);
  }

  .xxl\:bg-blue-400\/10{
    background-color: rgb(96 165 250 / 0.1);
  }

  .xxl\:bg-blue-400\/100{
    background-color: rgb(96 165 250 / 1);
  }

  .xxl\:bg-blue-400\/15{
    background-color: rgb(96 165 250 / 0.15);
  }

  .xxl\:bg-blue-400\/20{
    background-color: rgb(96 165 250 / 0.2);
  }

  .xxl\:bg-blue-400\/25{
    background-color: rgb(96 165 250 / 0.25);
  }

  .xxl\:bg-blue-400\/30{
    background-color: rgb(96 165 250 / 0.3);
  }

  .xxl\:bg-blue-400\/35{
    background-color: rgb(96 165 250 / 0.35);
  }

  .xxl\:bg-blue-400\/40{
    background-color: rgb(96 165 250 / 0.4);
  }

  .xxl\:bg-blue-400\/45{
    background-color: rgb(96 165 250 / 0.45);
  }

  .xxl\:bg-blue-400\/5{
    background-color: rgb(96 165 250 / 0.05);
  }

  .xxl\:bg-blue-400\/50{
    background-color: rgb(96 165 250 / 0.5);
  }

  .xxl\:bg-blue-400\/55{
    background-color: rgb(96 165 250 / 0.55);
  }

  .xxl\:bg-blue-400\/60{
    background-color: rgb(96 165 250 / 0.6);
  }

  .xxl\:bg-blue-400\/65{
    background-color: rgb(96 165 250 / 0.65);
  }

  .xxl\:bg-blue-400\/70{
    background-color: rgb(96 165 250 / 0.7);
  }

  .xxl\:bg-blue-400\/75{
    background-color: rgb(96 165 250 / 0.75);
  }

  .xxl\:bg-blue-400\/80{
    background-color: rgb(96 165 250 / 0.8);
  }

  .xxl\:bg-blue-400\/85{
    background-color: rgb(96 165 250 / 0.85);
  }

  .xxl\:bg-blue-400\/90{
    background-color: rgb(96 165 250 / 0.9);
  }

  .xxl\:bg-blue-400\/95{
    background-color: rgb(96 165 250 / 0.95);
  }

  .xxl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-50\/0{
    background-color: rgb(239 246 255 / 0);
  }

  .xxl\:bg-blue-50\/10{
    background-color: rgb(239 246 255 / 0.1);
  }

  .xxl\:bg-blue-50\/100{
    background-color: rgb(239 246 255 / 1);
  }

  .xxl\:bg-blue-50\/15{
    background-color: rgb(239 246 255 / 0.15);
  }

  .xxl\:bg-blue-50\/20{
    background-color: rgb(239 246 255 / 0.2);
  }

  .xxl\:bg-blue-50\/25{
    background-color: rgb(239 246 255 / 0.25);
  }

  .xxl\:bg-blue-50\/30{
    background-color: rgb(239 246 255 / 0.3);
  }

  .xxl\:bg-blue-50\/35{
    background-color: rgb(239 246 255 / 0.35);
  }

  .xxl\:bg-blue-50\/40{
    background-color: rgb(239 246 255 / 0.4);
  }

  .xxl\:bg-blue-50\/45{
    background-color: rgb(239 246 255 / 0.45);
  }

  .xxl\:bg-blue-50\/5{
    background-color: rgb(239 246 255 / 0.05);
  }

  .xxl\:bg-blue-50\/50{
    background-color: rgb(239 246 255 / 0.5);
  }

  .xxl\:bg-blue-50\/55{
    background-color: rgb(239 246 255 / 0.55);
  }

  .xxl\:bg-blue-50\/60{
    background-color: rgb(239 246 255 / 0.6);
  }

  .xxl\:bg-blue-50\/65{
    background-color: rgb(239 246 255 / 0.65);
  }

  .xxl\:bg-blue-50\/70{
    background-color: rgb(239 246 255 / 0.7);
  }

  .xxl\:bg-blue-50\/75{
    background-color: rgb(239 246 255 / 0.75);
  }

  .xxl\:bg-blue-50\/80{
    background-color: rgb(239 246 255 / 0.8);
  }

  .xxl\:bg-blue-50\/85{
    background-color: rgb(239 246 255 / 0.85);
  }

  .xxl\:bg-blue-50\/90{
    background-color: rgb(239 246 255 / 0.9);
  }

  .xxl\:bg-blue-50\/95{
    background-color: rgb(239 246 255 / 0.95);
  }

  .xxl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-500\/0{
    background-color: rgb(59 130 246 / 0);
  }

  .xxl\:bg-blue-500\/10{
    background-color: rgb(59 130 246 / 0.1);
  }

  .xxl\:bg-blue-500\/100{
    background-color: rgb(59 130 246 / 1);
  }

  .xxl\:bg-blue-500\/15{
    background-color: rgb(59 130 246 / 0.15);
  }

  .xxl\:bg-blue-500\/20{
    background-color: rgb(59 130 246 / 0.2);
  }

  .xxl\:bg-blue-500\/25{
    background-color: rgb(59 130 246 / 0.25);
  }

  .xxl\:bg-blue-500\/30{
    background-color: rgb(59 130 246 / 0.3);
  }

  .xxl\:bg-blue-500\/35{
    background-color: rgb(59 130 246 / 0.35);
  }

  .xxl\:bg-blue-500\/40{
    background-color: rgb(59 130 246 / 0.4);
  }

  .xxl\:bg-blue-500\/45{
    background-color: rgb(59 130 246 / 0.45);
  }

  .xxl\:bg-blue-500\/5{
    background-color: rgb(59 130 246 / 0.05);
  }

  .xxl\:bg-blue-500\/50{
    background-color: rgb(59 130 246 / 0.5);
  }

  .xxl\:bg-blue-500\/55{
    background-color: rgb(59 130 246 / 0.55);
  }

  .xxl\:bg-blue-500\/60{
    background-color: rgb(59 130 246 / 0.6);
  }

  .xxl\:bg-blue-500\/65{
    background-color: rgb(59 130 246 / 0.65);
  }

  .xxl\:bg-blue-500\/70{
    background-color: rgb(59 130 246 / 0.7);
  }

  .xxl\:bg-blue-500\/75{
    background-color: rgb(59 130 246 / 0.75);
  }

  .xxl\:bg-blue-500\/80{
    background-color: rgb(59 130 246 / 0.8);
  }

  .xxl\:bg-blue-500\/85{
    background-color: rgb(59 130 246 / 0.85);
  }

  .xxl\:bg-blue-500\/90{
    background-color: rgb(59 130 246 / 0.9);
  }

  .xxl\:bg-blue-500\/95{
    background-color: rgb(59 130 246 / 0.95);
  }

  .xxl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-600\/0{
    background-color: rgb(37 99 235 / 0);
  }

  .xxl\:bg-blue-600\/10{
    background-color: rgb(37 99 235 / 0.1);
  }

  .xxl\:bg-blue-600\/100{
    background-color: rgb(37 99 235 / 1);
  }

  .xxl\:bg-blue-600\/15{
    background-color: rgb(37 99 235 / 0.15);
  }

  .xxl\:bg-blue-600\/20{
    background-color: rgb(37 99 235 / 0.2);
  }

  .xxl\:bg-blue-600\/25{
    background-color: rgb(37 99 235 / 0.25);
  }

  .xxl\:bg-blue-600\/30{
    background-color: rgb(37 99 235 / 0.3);
  }

  .xxl\:bg-blue-600\/35{
    background-color: rgb(37 99 235 / 0.35);
  }

  .xxl\:bg-blue-600\/40{
    background-color: rgb(37 99 235 / 0.4);
  }

  .xxl\:bg-blue-600\/45{
    background-color: rgb(37 99 235 / 0.45);
  }

  .xxl\:bg-blue-600\/5{
    background-color: rgb(37 99 235 / 0.05);
  }

  .xxl\:bg-blue-600\/50{
    background-color: rgb(37 99 235 / 0.5);
  }

  .xxl\:bg-blue-600\/55{
    background-color: rgb(37 99 235 / 0.55);
  }

  .xxl\:bg-blue-600\/60{
    background-color: rgb(37 99 235 / 0.6);
  }

  .xxl\:bg-blue-600\/65{
    background-color: rgb(37 99 235 / 0.65);
  }

  .xxl\:bg-blue-600\/70{
    background-color: rgb(37 99 235 / 0.7);
  }

  .xxl\:bg-blue-600\/75{
    background-color: rgb(37 99 235 / 0.75);
  }

  .xxl\:bg-blue-600\/80{
    background-color: rgb(37 99 235 / 0.8);
  }

  .xxl\:bg-blue-600\/85{
    background-color: rgb(37 99 235 / 0.85);
  }

  .xxl\:bg-blue-600\/90{
    background-color: rgb(37 99 235 / 0.9);
  }

  .xxl\:bg-blue-600\/95{
    background-color: rgb(37 99 235 / 0.95);
  }

  .xxl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-700\/0{
    background-color: rgb(29 78 216 / 0);
  }

  .xxl\:bg-blue-700\/10{
    background-color: rgb(29 78 216 / 0.1);
  }

  .xxl\:bg-blue-700\/100{
    background-color: rgb(29 78 216 / 1);
  }

  .xxl\:bg-blue-700\/15{
    background-color: rgb(29 78 216 / 0.15);
  }

  .xxl\:bg-blue-700\/20{
    background-color: rgb(29 78 216 / 0.2);
  }

  .xxl\:bg-blue-700\/25{
    background-color: rgb(29 78 216 / 0.25);
  }

  .xxl\:bg-blue-700\/30{
    background-color: rgb(29 78 216 / 0.3);
  }

  .xxl\:bg-blue-700\/35{
    background-color: rgb(29 78 216 / 0.35);
  }

  .xxl\:bg-blue-700\/40{
    background-color: rgb(29 78 216 / 0.4);
  }

  .xxl\:bg-blue-700\/45{
    background-color: rgb(29 78 216 / 0.45);
  }

  .xxl\:bg-blue-700\/5{
    background-color: rgb(29 78 216 / 0.05);
  }

  .xxl\:bg-blue-700\/50{
    background-color: rgb(29 78 216 / 0.5);
  }

  .xxl\:bg-blue-700\/55{
    background-color: rgb(29 78 216 / 0.55);
  }

  .xxl\:bg-blue-700\/60{
    background-color: rgb(29 78 216 / 0.6);
  }

  .xxl\:bg-blue-700\/65{
    background-color: rgb(29 78 216 / 0.65);
  }

  .xxl\:bg-blue-700\/70{
    background-color: rgb(29 78 216 / 0.7);
  }

  .xxl\:bg-blue-700\/75{
    background-color: rgb(29 78 216 / 0.75);
  }

  .xxl\:bg-blue-700\/80{
    background-color: rgb(29 78 216 / 0.8);
  }

  .xxl\:bg-blue-700\/85{
    background-color: rgb(29 78 216 / 0.85);
  }

  .xxl\:bg-blue-700\/90{
    background-color: rgb(29 78 216 / 0.9);
  }

  .xxl\:bg-blue-700\/95{
    background-color: rgb(29 78 216 / 0.95);
  }

  .xxl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-800\/0{
    background-color: rgb(30 64 175 / 0);
  }

  .xxl\:bg-blue-800\/10{
    background-color: rgb(30 64 175 / 0.1);
  }

  .xxl\:bg-blue-800\/100{
    background-color: rgb(30 64 175 / 1);
  }

  .xxl\:bg-blue-800\/15{
    background-color: rgb(30 64 175 / 0.15);
  }

  .xxl\:bg-blue-800\/20{
    background-color: rgb(30 64 175 / 0.2);
  }

  .xxl\:bg-blue-800\/25{
    background-color: rgb(30 64 175 / 0.25);
  }

  .xxl\:bg-blue-800\/30{
    background-color: rgb(30 64 175 / 0.3);
  }

  .xxl\:bg-blue-800\/35{
    background-color: rgb(30 64 175 / 0.35);
  }

  .xxl\:bg-blue-800\/40{
    background-color: rgb(30 64 175 / 0.4);
  }

  .xxl\:bg-blue-800\/45{
    background-color: rgb(30 64 175 / 0.45);
  }

  .xxl\:bg-blue-800\/5{
    background-color: rgb(30 64 175 / 0.05);
  }

  .xxl\:bg-blue-800\/50{
    background-color: rgb(30 64 175 / 0.5);
  }

  .xxl\:bg-blue-800\/55{
    background-color: rgb(30 64 175 / 0.55);
  }

  .xxl\:bg-blue-800\/60{
    background-color: rgb(30 64 175 / 0.6);
  }

  .xxl\:bg-blue-800\/65{
    background-color: rgb(30 64 175 / 0.65);
  }

  .xxl\:bg-blue-800\/70{
    background-color: rgb(30 64 175 / 0.7);
  }

  .xxl\:bg-blue-800\/75{
    background-color: rgb(30 64 175 / 0.75);
  }

  .xxl\:bg-blue-800\/80{
    background-color: rgb(30 64 175 / 0.8);
  }

  .xxl\:bg-blue-800\/85{
    background-color: rgb(30 64 175 / 0.85);
  }

  .xxl\:bg-blue-800\/90{
    background-color: rgb(30 64 175 / 0.9);
  }

  .xxl\:bg-blue-800\/95{
    background-color: rgb(30 64 175 / 0.95);
  }

  .xxl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-900\/0{
    background-color: rgb(30 58 138 / 0);
  }

  .xxl\:bg-blue-900\/10{
    background-color: rgb(30 58 138 / 0.1);
  }

  .xxl\:bg-blue-900\/100{
    background-color: rgb(30 58 138 / 1);
  }

  .xxl\:bg-blue-900\/15{
    background-color: rgb(30 58 138 / 0.15);
  }

  .xxl\:bg-blue-900\/20{
    background-color: rgb(30 58 138 / 0.2);
  }

  .xxl\:bg-blue-900\/25{
    background-color: rgb(30 58 138 / 0.25);
  }

  .xxl\:bg-blue-900\/30{
    background-color: rgb(30 58 138 / 0.3);
  }

  .xxl\:bg-blue-900\/35{
    background-color: rgb(30 58 138 / 0.35);
  }

  .xxl\:bg-blue-900\/40{
    background-color: rgb(30 58 138 / 0.4);
  }

  .xxl\:bg-blue-900\/45{
    background-color: rgb(30 58 138 / 0.45);
  }

  .xxl\:bg-blue-900\/5{
    background-color: rgb(30 58 138 / 0.05);
  }

  .xxl\:bg-blue-900\/50{
    background-color: rgb(30 58 138 / 0.5);
  }

  .xxl\:bg-blue-900\/55{
    background-color: rgb(30 58 138 / 0.55);
  }

  .xxl\:bg-blue-900\/60{
    background-color: rgb(30 58 138 / 0.6);
  }

  .xxl\:bg-blue-900\/65{
    background-color: rgb(30 58 138 / 0.65);
  }

  .xxl\:bg-blue-900\/70{
    background-color: rgb(30 58 138 / 0.7);
  }

  .xxl\:bg-blue-900\/75{
    background-color: rgb(30 58 138 / 0.75);
  }

  .xxl\:bg-blue-900\/80{
    background-color: rgb(30 58 138 / 0.8);
  }

  .xxl\:bg-blue-900\/85{
    background-color: rgb(30 58 138 / 0.85);
  }

  .xxl\:bg-blue-900\/90{
    background-color: rgb(30 58 138 / 0.9);
  }

  .xxl\:bg-blue-900\/95{
    background-color: rgb(30 58 138 / 0.95);
  }

  .xxl\:bg-blue-950{
    --tw-bg-opacity: 1;
    background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-blue-950\/0{
    background-color: rgb(23 37 84 / 0);
  }

  .xxl\:bg-blue-950\/10{
    background-color: rgb(23 37 84 / 0.1);
  }

  .xxl\:bg-blue-950\/100{
    background-color: rgb(23 37 84 / 1);
  }

  .xxl\:bg-blue-950\/15{
    background-color: rgb(23 37 84 / 0.15);
  }

  .xxl\:bg-blue-950\/20{
    background-color: rgb(23 37 84 / 0.2);
  }

  .xxl\:bg-blue-950\/25{
    background-color: rgb(23 37 84 / 0.25);
  }

  .xxl\:bg-blue-950\/30{
    background-color: rgb(23 37 84 / 0.3);
  }

  .xxl\:bg-blue-950\/35{
    background-color: rgb(23 37 84 / 0.35);
  }

  .xxl\:bg-blue-950\/40{
    background-color: rgb(23 37 84 / 0.4);
  }

  .xxl\:bg-blue-950\/45{
    background-color: rgb(23 37 84 / 0.45);
  }

  .xxl\:bg-blue-950\/5{
    background-color: rgb(23 37 84 / 0.05);
  }

  .xxl\:bg-blue-950\/50{
    background-color: rgb(23 37 84 / 0.5);
  }

  .xxl\:bg-blue-950\/55{
    background-color: rgb(23 37 84 / 0.55);
  }

  .xxl\:bg-blue-950\/60{
    background-color: rgb(23 37 84 / 0.6);
  }

  .xxl\:bg-blue-950\/65{
    background-color: rgb(23 37 84 / 0.65);
  }

  .xxl\:bg-blue-950\/70{
    background-color: rgb(23 37 84 / 0.7);
  }

  .xxl\:bg-blue-950\/75{
    background-color: rgb(23 37 84 / 0.75);
  }

  .xxl\:bg-blue-950\/80{
    background-color: rgb(23 37 84 / 0.8);
  }

  .xxl\:bg-blue-950\/85{
    background-color: rgb(23 37 84 / 0.85);
  }

  .xxl\:bg-blue-950\/90{
    background-color: rgb(23 37 84 / 0.9);
  }

  .xxl\:bg-blue-950\/95{
    background-color: rgb(23 37 84 / 0.95);
  }

  .xxl\:bg-current{
    background-color: currentColor;
  }

  .xxl\:bg-cyan-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-100\/0{
    background-color: rgb(207 250 254 / 0);
  }

  .xxl\:bg-cyan-100\/10{
    background-color: rgb(207 250 254 / 0.1);
  }

  .xxl\:bg-cyan-100\/100{
    background-color: rgb(207 250 254 / 1);
  }

  .xxl\:bg-cyan-100\/15{
    background-color: rgb(207 250 254 / 0.15);
  }

  .xxl\:bg-cyan-100\/20{
    background-color: rgb(207 250 254 / 0.2);
  }

  .xxl\:bg-cyan-100\/25{
    background-color: rgb(207 250 254 / 0.25);
  }

  .xxl\:bg-cyan-100\/30{
    background-color: rgb(207 250 254 / 0.3);
  }

  .xxl\:bg-cyan-100\/35{
    background-color: rgb(207 250 254 / 0.35);
  }

  .xxl\:bg-cyan-100\/40{
    background-color: rgb(207 250 254 / 0.4);
  }

  .xxl\:bg-cyan-100\/45{
    background-color: rgb(207 250 254 / 0.45);
  }

  .xxl\:bg-cyan-100\/5{
    background-color: rgb(207 250 254 / 0.05);
  }

  .xxl\:bg-cyan-100\/50{
    background-color: rgb(207 250 254 / 0.5);
  }

  .xxl\:bg-cyan-100\/55{
    background-color: rgb(207 250 254 / 0.55);
  }

  .xxl\:bg-cyan-100\/60{
    background-color: rgb(207 250 254 / 0.6);
  }

  .xxl\:bg-cyan-100\/65{
    background-color: rgb(207 250 254 / 0.65);
  }

  .xxl\:bg-cyan-100\/70{
    background-color: rgb(207 250 254 / 0.7);
  }

  .xxl\:bg-cyan-100\/75{
    background-color: rgb(207 250 254 / 0.75);
  }

  .xxl\:bg-cyan-100\/80{
    background-color: rgb(207 250 254 / 0.8);
  }

  .xxl\:bg-cyan-100\/85{
    background-color: rgb(207 250 254 / 0.85);
  }

  .xxl\:bg-cyan-100\/90{
    background-color: rgb(207 250 254 / 0.9);
  }

  .xxl\:bg-cyan-100\/95{
    background-color: rgb(207 250 254 / 0.95);
  }

  .xxl\:bg-cyan-200{
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-200\/0{
    background-color: rgb(165 243 252 / 0);
  }

  .xxl\:bg-cyan-200\/10{
    background-color: rgb(165 243 252 / 0.1);
  }

  .xxl\:bg-cyan-200\/100{
    background-color: rgb(165 243 252 / 1);
  }

  .xxl\:bg-cyan-200\/15{
    background-color: rgb(165 243 252 / 0.15);
  }

  .xxl\:bg-cyan-200\/20{
    background-color: rgb(165 243 252 / 0.2);
  }

  .xxl\:bg-cyan-200\/25{
    background-color: rgb(165 243 252 / 0.25);
  }

  .xxl\:bg-cyan-200\/30{
    background-color: rgb(165 243 252 / 0.3);
  }

  .xxl\:bg-cyan-200\/35{
    background-color: rgb(165 243 252 / 0.35);
  }

  .xxl\:bg-cyan-200\/40{
    background-color: rgb(165 243 252 / 0.4);
  }

  .xxl\:bg-cyan-200\/45{
    background-color: rgb(165 243 252 / 0.45);
  }

  .xxl\:bg-cyan-200\/5{
    background-color: rgb(165 243 252 / 0.05);
  }

  .xxl\:bg-cyan-200\/50{
    background-color: rgb(165 243 252 / 0.5);
  }

  .xxl\:bg-cyan-200\/55{
    background-color: rgb(165 243 252 / 0.55);
  }

  .xxl\:bg-cyan-200\/60{
    background-color: rgb(165 243 252 / 0.6);
  }

  .xxl\:bg-cyan-200\/65{
    background-color: rgb(165 243 252 / 0.65);
  }

  .xxl\:bg-cyan-200\/70{
    background-color: rgb(165 243 252 / 0.7);
  }

  .xxl\:bg-cyan-200\/75{
    background-color: rgb(165 243 252 / 0.75);
  }

  .xxl\:bg-cyan-200\/80{
    background-color: rgb(165 243 252 / 0.8);
  }

  .xxl\:bg-cyan-200\/85{
    background-color: rgb(165 243 252 / 0.85);
  }

  .xxl\:bg-cyan-200\/90{
    background-color: rgb(165 243 252 / 0.9);
  }

  .xxl\:bg-cyan-200\/95{
    background-color: rgb(165 243 252 / 0.95);
  }

  .xxl\:bg-cyan-300{
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-300\/0{
    background-color: rgb(103 232 249 / 0);
  }

  .xxl\:bg-cyan-300\/10{
    background-color: rgb(103 232 249 / 0.1);
  }

  .xxl\:bg-cyan-300\/100{
    background-color: rgb(103 232 249 / 1);
  }

  .xxl\:bg-cyan-300\/15{
    background-color: rgb(103 232 249 / 0.15);
  }

  .xxl\:bg-cyan-300\/20{
    background-color: rgb(103 232 249 / 0.2);
  }

  .xxl\:bg-cyan-300\/25{
    background-color: rgb(103 232 249 / 0.25);
  }

  .xxl\:bg-cyan-300\/30{
    background-color: rgb(103 232 249 / 0.3);
  }

  .xxl\:bg-cyan-300\/35{
    background-color: rgb(103 232 249 / 0.35);
  }

  .xxl\:bg-cyan-300\/40{
    background-color: rgb(103 232 249 / 0.4);
  }

  .xxl\:bg-cyan-300\/45{
    background-color: rgb(103 232 249 / 0.45);
  }

  .xxl\:bg-cyan-300\/5{
    background-color: rgb(103 232 249 / 0.05);
  }

  .xxl\:bg-cyan-300\/50{
    background-color: rgb(103 232 249 / 0.5);
  }

  .xxl\:bg-cyan-300\/55{
    background-color: rgb(103 232 249 / 0.55);
  }

  .xxl\:bg-cyan-300\/60{
    background-color: rgb(103 232 249 / 0.6);
  }

  .xxl\:bg-cyan-300\/65{
    background-color: rgb(103 232 249 / 0.65);
  }

  .xxl\:bg-cyan-300\/70{
    background-color: rgb(103 232 249 / 0.7);
  }

  .xxl\:bg-cyan-300\/75{
    background-color: rgb(103 232 249 / 0.75);
  }

  .xxl\:bg-cyan-300\/80{
    background-color: rgb(103 232 249 / 0.8);
  }

  .xxl\:bg-cyan-300\/85{
    background-color: rgb(103 232 249 / 0.85);
  }

  .xxl\:bg-cyan-300\/90{
    background-color: rgb(103 232 249 / 0.9);
  }

  .xxl\:bg-cyan-300\/95{
    background-color: rgb(103 232 249 / 0.95);
  }

  .xxl\:bg-cyan-400{
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-400\/0{
    background-color: rgb(34 211 238 / 0);
  }

  .xxl\:bg-cyan-400\/10{
    background-color: rgb(34 211 238 / 0.1);
  }

  .xxl\:bg-cyan-400\/100{
    background-color: rgb(34 211 238 / 1);
  }

  .xxl\:bg-cyan-400\/15{
    background-color: rgb(34 211 238 / 0.15);
  }

  .xxl\:bg-cyan-400\/20{
    background-color: rgb(34 211 238 / 0.2);
  }

  .xxl\:bg-cyan-400\/25{
    background-color: rgb(34 211 238 / 0.25);
  }

  .xxl\:bg-cyan-400\/30{
    background-color: rgb(34 211 238 / 0.3);
  }

  .xxl\:bg-cyan-400\/35{
    background-color: rgb(34 211 238 / 0.35);
  }

  .xxl\:bg-cyan-400\/40{
    background-color: rgb(34 211 238 / 0.4);
  }

  .xxl\:bg-cyan-400\/45{
    background-color: rgb(34 211 238 / 0.45);
  }

  .xxl\:bg-cyan-400\/5{
    background-color: rgb(34 211 238 / 0.05);
  }

  .xxl\:bg-cyan-400\/50{
    background-color: rgb(34 211 238 / 0.5);
  }

  .xxl\:bg-cyan-400\/55{
    background-color: rgb(34 211 238 / 0.55);
  }

  .xxl\:bg-cyan-400\/60{
    background-color: rgb(34 211 238 / 0.6);
  }

  .xxl\:bg-cyan-400\/65{
    background-color: rgb(34 211 238 / 0.65);
  }

  .xxl\:bg-cyan-400\/70{
    background-color: rgb(34 211 238 / 0.7);
  }

  .xxl\:bg-cyan-400\/75{
    background-color: rgb(34 211 238 / 0.75);
  }

  .xxl\:bg-cyan-400\/80{
    background-color: rgb(34 211 238 / 0.8);
  }

  .xxl\:bg-cyan-400\/85{
    background-color: rgb(34 211 238 / 0.85);
  }

  .xxl\:bg-cyan-400\/90{
    background-color: rgb(34 211 238 / 0.9);
  }

  .xxl\:bg-cyan-400\/95{
    background-color: rgb(34 211 238 / 0.95);
  }

  .xxl\:bg-cyan-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-50\/0{
    background-color: rgb(236 254 255 / 0);
  }

  .xxl\:bg-cyan-50\/10{
    background-color: rgb(236 254 255 / 0.1);
  }

  .xxl\:bg-cyan-50\/100{
    background-color: rgb(236 254 255 / 1);
  }

  .xxl\:bg-cyan-50\/15{
    background-color: rgb(236 254 255 / 0.15);
  }

  .xxl\:bg-cyan-50\/20{
    background-color: rgb(236 254 255 / 0.2);
  }

  .xxl\:bg-cyan-50\/25{
    background-color: rgb(236 254 255 / 0.25);
  }

  .xxl\:bg-cyan-50\/30{
    background-color: rgb(236 254 255 / 0.3);
  }

  .xxl\:bg-cyan-50\/35{
    background-color: rgb(236 254 255 / 0.35);
  }

  .xxl\:bg-cyan-50\/40{
    background-color: rgb(236 254 255 / 0.4);
  }

  .xxl\:bg-cyan-50\/45{
    background-color: rgb(236 254 255 / 0.45);
  }

  .xxl\:bg-cyan-50\/5{
    background-color: rgb(236 254 255 / 0.05);
  }

  .xxl\:bg-cyan-50\/50{
    background-color: rgb(236 254 255 / 0.5);
  }

  .xxl\:bg-cyan-50\/55{
    background-color: rgb(236 254 255 / 0.55);
  }

  .xxl\:bg-cyan-50\/60{
    background-color: rgb(236 254 255 / 0.6);
  }

  .xxl\:bg-cyan-50\/65{
    background-color: rgb(236 254 255 / 0.65);
  }

  .xxl\:bg-cyan-50\/70{
    background-color: rgb(236 254 255 / 0.7);
  }

  .xxl\:bg-cyan-50\/75{
    background-color: rgb(236 254 255 / 0.75);
  }

  .xxl\:bg-cyan-50\/80{
    background-color: rgb(236 254 255 / 0.8);
  }

  .xxl\:bg-cyan-50\/85{
    background-color: rgb(236 254 255 / 0.85);
  }

  .xxl\:bg-cyan-50\/90{
    background-color: rgb(236 254 255 / 0.9);
  }

  .xxl\:bg-cyan-50\/95{
    background-color: rgb(236 254 255 / 0.95);
  }

  .xxl\:bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-500\/0{
    background-color: rgb(6 182 212 / 0);
  }

  .xxl\:bg-cyan-500\/10{
    background-color: rgb(6 182 212 / 0.1);
  }

  .xxl\:bg-cyan-500\/100{
    background-color: rgb(6 182 212 / 1);
  }

  .xxl\:bg-cyan-500\/15{
    background-color: rgb(6 182 212 / 0.15);
  }

  .xxl\:bg-cyan-500\/20{
    background-color: rgb(6 182 212 / 0.2);
  }

  .xxl\:bg-cyan-500\/25{
    background-color: rgb(6 182 212 / 0.25);
  }

  .xxl\:bg-cyan-500\/30{
    background-color: rgb(6 182 212 / 0.3);
  }

  .xxl\:bg-cyan-500\/35{
    background-color: rgb(6 182 212 / 0.35);
  }

  .xxl\:bg-cyan-500\/40{
    background-color: rgb(6 182 212 / 0.4);
  }

  .xxl\:bg-cyan-500\/45{
    background-color: rgb(6 182 212 / 0.45);
  }

  .xxl\:bg-cyan-500\/5{
    background-color: rgb(6 182 212 / 0.05);
  }

  .xxl\:bg-cyan-500\/50{
    background-color: rgb(6 182 212 / 0.5);
  }

  .xxl\:bg-cyan-500\/55{
    background-color: rgb(6 182 212 / 0.55);
  }

  .xxl\:bg-cyan-500\/60{
    background-color: rgb(6 182 212 / 0.6);
  }

  .xxl\:bg-cyan-500\/65{
    background-color: rgb(6 182 212 / 0.65);
  }

  .xxl\:bg-cyan-500\/70{
    background-color: rgb(6 182 212 / 0.7);
  }

  .xxl\:bg-cyan-500\/75{
    background-color: rgb(6 182 212 / 0.75);
  }

  .xxl\:bg-cyan-500\/80{
    background-color: rgb(6 182 212 / 0.8);
  }

  .xxl\:bg-cyan-500\/85{
    background-color: rgb(6 182 212 / 0.85);
  }

  .xxl\:bg-cyan-500\/90{
    background-color: rgb(6 182 212 / 0.9);
  }

  .xxl\:bg-cyan-500\/95{
    background-color: rgb(6 182 212 / 0.95);
  }

  .xxl\:bg-cyan-600{
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-600\/0{
    background-color: rgb(8 145 178 / 0);
  }

  .xxl\:bg-cyan-600\/10{
    background-color: rgb(8 145 178 / 0.1);
  }

  .xxl\:bg-cyan-600\/100{
    background-color: rgb(8 145 178 / 1);
  }

  .xxl\:bg-cyan-600\/15{
    background-color: rgb(8 145 178 / 0.15);
  }

  .xxl\:bg-cyan-600\/20{
    background-color: rgb(8 145 178 / 0.2);
  }

  .xxl\:bg-cyan-600\/25{
    background-color: rgb(8 145 178 / 0.25);
  }

  .xxl\:bg-cyan-600\/30{
    background-color: rgb(8 145 178 / 0.3);
  }

  .xxl\:bg-cyan-600\/35{
    background-color: rgb(8 145 178 / 0.35);
  }

  .xxl\:bg-cyan-600\/40{
    background-color: rgb(8 145 178 / 0.4);
  }

  .xxl\:bg-cyan-600\/45{
    background-color: rgb(8 145 178 / 0.45);
  }

  .xxl\:bg-cyan-600\/5{
    background-color: rgb(8 145 178 / 0.05);
  }

  .xxl\:bg-cyan-600\/50{
    background-color: rgb(8 145 178 / 0.5);
  }

  .xxl\:bg-cyan-600\/55{
    background-color: rgb(8 145 178 / 0.55);
  }

  .xxl\:bg-cyan-600\/60{
    background-color: rgb(8 145 178 / 0.6);
  }

  .xxl\:bg-cyan-600\/65{
    background-color: rgb(8 145 178 / 0.65);
  }

  .xxl\:bg-cyan-600\/70{
    background-color: rgb(8 145 178 / 0.7);
  }

  .xxl\:bg-cyan-600\/75{
    background-color: rgb(8 145 178 / 0.75);
  }

  .xxl\:bg-cyan-600\/80{
    background-color: rgb(8 145 178 / 0.8);
  }

  .xxl\:bg-cyan-600\/85{
    background-color: rgb(8 145 178 / 0.85);
  }

  .xxl\:bg-cyan-600\/90{
    background-color: rgb(8 145 178 / 0.9);
  }

  .xxl\:bg-cyan-600\/95{
    background-color: rgb(8 145 178 / 0.95);
  }

  .xxl\:bg-cyan-700{
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-700\/0{
    background-color: rgb(14 116 144 / 0);
  }

  .xxl\:bg-cyan-700\/10{
    background-color: rgb(14 116 144 / 0.1);
  }

  .xxl\:bg-cyan-700\/100{
    background-color: rgb(14 116 144 / 1);
  }

  .xxl\:bg-cyan-700\/15{
    background-color: rgb(14 116 144 / 0.15);
  }

  .xxl\:bg-cyan-700\/20{
    background-color: rgb(14 116 144 / 0.2);
  }

  .xxl\:bg-cyan-700\/25{
    background-color: rgb(14 116 144 / 0.25);
  }

  .xxl\:bg-cyan-700\/30{
    background-color: rgb(14 116 144 / 0.3);
  }

  .xxl\:bg-cyan-700\/35{
    background-color: rgb(14 116 144 / 0.35);
  }

  .xxl\:bg-cyan-700\/40{
    background-color: rgb(14 116 144 / 0.4);
  }

  .xxl\:bg-cyan-700\/45{
    background-color: rgb(14 116 144 / 0.45);
  }

  .xxl\:bg-cyan-700\/5{
    background-color: rgb(14 116 144 / 0.05);
  }

  .xxl\:bg-cyan-700\/50{
    background-color: rgb(14 116 144 / 0.5);
  }

  .xxl\:bg-cyan-700\/55{
    background-color: rgb(14 116 144 / 0.55);
  }

  .xxl\:bg-cyan-700\/60{
    background-color: rgb(14 116 144 / 0.6);
  }

  .xxl\:bg-cyan-700\/65{
    background-color: rgb(14 116 144 / 0.65);
  }

  .xxl\:bg-cyan-700\/70{
    background-color: rgb(14 116 144 / 0.7);
  }

  .xxl\:bg-cyan-700\/75{
    background-color: rgb(14 116 144 / 0.75);
  }

  .xxl\:bg-cyan-700\/80{
    background-color: rgb(14 116 144 / 0.8);
  }

  .xxl\:bg-cyan-700\/85{
    background-color: rgb(14 116 144 / 0.85);
  }

  .xxl\:bg-cyan-700\/90{
    background-color: rgb(14 116 144 / 0.9);
  }

  .xxl\:bg-cyan-700\/95{
    background-color: rgb(14 116 144 / 0.95);
  }

  .xxl\:bg-cyan-800{
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-800\/0{
    background-color: rgb(21 94 117 / 0);
  }

  .xxl\:bg-cyan-800\/10{
    background-color: rgb(21 94 117 / 0.1);
  }

  .xxl\:bg-cyan-800\/100{
    background-color: rgb(21 94 117 / 1);
  }

  .xxl\:bg-cyan-800\/15{
    background-color: rgb(21 94 117 / 0.15);
  }

  .xxl\:bg-cyan-800\/20{
    background-color: rgb(21 94 117 / 0.2);
  }

  .xxl\:bg-cyan-800\/25{
    background-color: rgb(21 94 117 / 0.25);
  }

  .xxl\:bg-cyan-800\/30{
    background-color: rgb(21 94 117 / 0.3);
  }

  .xxl\:bg-cyan-800\/35{
    background-color: rgb(21 94 117 / 0.35);
  }

  .xxl\:bg-cyan-800\/40{
    background-color: rgb(21 94 117 / 0.4);
  }

  .xxl\:bg-cyan-800\/45{
    background-color: rgb(21 94 117 / 0.45);
  }

  .xxl\:bg-cyan-800\/5{
    background-color: rgb(21 94 117 / 0.05);
  }

  .xxl\:bg-cyan-800\/50{
    background-color: rgb(21 94 117 / 0.5);
  }

  .xxl\:bg-cyan-800\/55{
    background-color: rgb(21 94 117 / 0.55);
  }

  .xxl\:bg-cyan-800\/60{
    background-color: rgb(21 94 117 / 0.6);
  }

  .xxl\:bg-cyan-800\/65{
    background-color: rgb(21 94 117 / 0.65);
  }

  .xxl\:bg-cyan-800\/70{
    background-color: rgb(21 94 117 / 0.7);
  }

  .xxl\:bg-cyan-800\/75{
    background-color: rgb(21 94 117 / 0.75);
  }

  .xxl\:bg-cyan-800\/80{
    background-color: rgb(21 94 117 / 0.8);
  }

  .xxl\:bg-cyan-800\/85{
    background-color: rgb(21 94 117 / 0.85);
  }

  .xxl\:bg-cyan-800\/90{
    background-color: rgb(21 94 117 / 0.9);
  }

  .xxl\:bg-cyan-800\/95{
    background-color: rgb(21 94 117 / 0.95);
  }

  .xxl\:bg-cyan-900{
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-900\/0{
    background-color: rgb(22 78 99 / 0);
  }

  .xxl\:bg-cyan-900\/10{
    background-color: rgb(22 78 99 / 0.1);
  }

  .xxl\:bg-cyan-900\/100{
    background-color: rgb(22 78 99 / 1);
  }

  .xxl\:bg-cyan-900\/15{
    background-color: rgb(22 78 99 / 0.15);
  }

  .xxl\:bg-cyan-900\/20{
    background-color: rgb(22 78 99 / 0.2);
  }

  .xxl\:bg-cyan-900\/25{
    background-color: rgb(22 78 99 / 0.25);
  }

  .xxl\:bg-cyan-900\/30{
    background-color: rgb(22 78 99 / 0.3);
  }

  .xxl\:bg-cyan-900\/35{
    background-color: rgb(22 78 99 / 0.35);
  }

  .xxl\:bg-cyan-900\/40{
    background-color: rgb(22 78 99 / 0.4);
  }

  .xxl\:bg-cyan-900\/45{
    background-color: rgb(22 78 99 / 0.45);
  }

  .xxl\:bg-cyan-900\/5{
    background-color: rgb(22 78 99 / 0.05);
  }

  .xxl\:bg-cyan-900\/50{
    background-color: rgb(22 78 99 / 0.5);
  }

  .xxl\:bg-cyan-900\/55{
    background-color: rgb(22 78 99 / 0.55);
  }

  .xxl\:bg-cyan-900\/60{
    background-color: rgb(22 78 99 / 0.6);
  }

  .xxl\:bg-cyan-900\/65{
    background-color: rgb(22 78 99 / 0.65);
  }

  .xxl\:bg-cyan-900\/70{
    background-color: rgb(22 78 99 / 0.7);
  }

  .xxl\:bg-cyan-900\/75{
    background-color: rgb(22 78 99 / 0.75);
  }

  .xxl\:bg-cyan-900\/80{
    background-color: rgb(22 78 99 / 0.8);
  }

  .xxl\:bg-cyan-900\/85{
    background-color: rgb(22 78 99 / 0.85);
  }

  .xxl\:bg-cyan-900\/90{
    background-color: rgb(22 78 99 / 0.9);
  }

  .xxl\:bg-cyan-900\/95{
    background-color: rgb(22 78 99 / 0.95);
  }

  .xxl\:bg-cyan-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-cyan-950\/0{
    background-color: rgb(8 51 68 / 0);
  }

  .xxl\:bg-cyan-950\/10{
    background-color: rgb(8 51 68 / 0.1);
  }

  .xxl\:bg-cyan-950\/100{
    background-color: rgb(8 51 68 / 1);
  }

  .xxl\:bg-cyan-950\/15{
    background-color: rgb(8 51 68 / 0.15);
  }

  .xxl\:bg-cyan-950\/20{
    background-color: rgb(8 51 68 / 0.2);
  }

  .xxl\:bg-cyan-950\/25{
    background-color: rgb(8 51 68 / 0.25);
  }

  .xxl\:bg-cyan-950\/30{
    background-color: rgb(8 51 68 / 0.3);
  }

  .xxl\:bg-cyan-950\/35{
    background-color: rgb(8 51 68 / 0.35);
  }

  .xxl\:bg-cyan-950\/40{
    background-color: rgb(8 51 68 / 0.4);
  }

  .xxl\:bg-cyan-950\/45{
    background-color: rgb(8 51 68 / 0.45);
  }

  .xxl\:bg-cyan-950\/5{
    background-color: rgb(8 51 68 / 0.05);
  }

  .xxl\:bg-cyan-950\/50{
    background-color: rgb(8 51 68 / 0.5);
  }

  .xxl\:bg-cyan-950\/55{
    background-color: rgb(8 51 68 / 0.55);
  }

  .xxl\:bg-cyan-950\/60{
    background-color: rgb(8 51 68 / 0.6);
  }

  .xxl\:bg-cyan-950\/65{
    background-color: rgb(8 51 68 / 0.65);
  }

  .xxl\:bg-cyan-950\/70{
    background-color: rgb(8 51 68 / 0.7);
  }

  .xxl\:bg-cyan-950\/75{
    background-color: rgb(8 51 68 / 0.75);
  }

  .xxl\:bg-cyan-950\/80{
    background-color: rgb(8 51 68 / 0.8);
  }

  .xxl\:bg-cyan-950\/85{
    background-color: rgb(8 51 68 / 0.85);
  }

  .xxl\:bg-cyan-950\/90{
    background-color: rgb(8 51 68 / 0.9);
  }

  .xxl\:bg-cyan-950\/95{
    background-color: rgb(8 51 68 / 0.95);
  }

  .xxl\:bg-darkGreen{
    --tw-bg-opacity: 1;
    background-color: rgb(113 229 201 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-darkGreen\/0{
    background-color: rgb(113 229 201 / 0);
  }

  .xxl\:bg-darkGreen\/10{
    background-color: rgb(113 229 201 / 0.1);
  }

  .xxl\:bg-darkGreen\/100{
    background-color: rgb(113 229 201 / 1);
  }

  .xxl\:bg-darkGreen\/15{
    background-color: rgb(113 229 201 / 0.15);
  }

  .xxl\:bg-darkGreen\/20{
    background-color: rgb(113 229 201 / 0.2);
  }

  .xxl\:bg-darkGreen\/25{
    background-color: rgb(113 229 201 / 0.25);
  }

  .xxl\:bg-darkGreen\/30{
    background-color: rgb(113 229 201 / 0.3);
  }

  .xxl\:bg-darkGreen\/35{
    background-color: rgb(113 229 201 / 0.35);
  }

  .xxl\:bg-darkGreen\/40{
    background-color: rgb(113 229 201 / 0.4);
  }

  .xxl\:bg-darkGreen\/45{
    background-color: rgb(113 229 201 / 0.45);
  }

  .xxl\:bg-darkGreen\/5{
    background-color: rgb(113 229 201 / 0.05);
  }

  .xxl\:bg-darkGreen\/50{
    background-color: rgb(113 229 201 / 0.5);
  }

  .xxl\:bg-darkGreen\/55{
    background-color: rgb(113 229 201 / 0.55);
  }

  .xxl\:bg-darkGreen\/60{
    background-color: rgb(113 229 201 / 0.6);
  }

  .xxl\:bg-darkGreen\/65{
    background-color: rgb(113 229 201 / 0.65);
  }

  .xxl\:bg-darkGreen\/70{
    background-color: rgb(113 229 201 / 0.7);
  }

  .xxl\:bg-darkGreen\/75{
    background-color: rgb(113 229 201 / 0.75);
  }

  .xxl\:bg-darkGreen\/80{
    background-color: rgb(113 229 201 / 0.8);
  }

  .xxl\:bg-darkGreen\/85{
    background-color: rgb(113 229 201 / 0.85);
  }

  .xxl\:bg-darkGreen\/90{
    background-color: rgb(113 229 201 / 0.9);
  }

  .xxl\:bg-darkGreen\/95{
    background-color: rgb(113 229 201 / 0.95);
  }

  .xxl\:bg-emerald-100{
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-100\/0{
    background-color: rgb(209 250 229 / 0);
  }

  .xxl\:bg-emerald-100\/10{
    background-color: rgb(209 250 229 / 0.1);
  }

  .xxl\:bg-emerald-100\/100{
    background-color: rgb(209 250 229 / 1);
  }

  .xxl\:bg-emerald-100\/15{
    background-color: rgb(209 250 229 / 0.15);
  }

  .xxl\:bg-emerald-100\/20{
    background-color: rgb(209 250 229 / 0.2);
  }

  .xxl\:bg-emerald-100\/25{
    background-color: rgb(209 250 229 / 0.25);
  }

  .xxl\:bg-emerald-100\/30{
    background-color: rgb(209 250 229 / 0.3);
  }

  .xxl\:bg-emerald-100\/35{
    background-color: rgb(209 250 229 / 0.35);
  }

  .xxl\:bg-emerald-100\/40{
    background-color: rgb(209 250 229 / 0.4);
  }

  .xxl\:bg-emerald-100\/45{
    background-color: rgb(209 250 229 / 0.45);
  }

  .xxl\:bg-emerald-100\/5{
    background-color: rgb(209 250 229 / 0.05);
  }

  .xxl\:bg-emerald-100\/50{
    background-color: rgb(209 250 229 / 0.5);
  }

  .xxl\:bg-emerald-100\/55{
    background-color: rgb(209 250 229 / 0.55);
  }

  .xxl\:bg-emerald-100\/60{
    background-color: rgb(209 250 229 / 0.6);
  }

  .xxl\:bg-emerald-100\/65{
    background-color: rgb(209 250 229 / 0.65);
  }

  .xxl\:bg-emerald-100\/70{
    background-color: rgb(209 250 229 / 0.7);
  }

  .xxl\:bg-emerald-100\/75{
    background-color: rgb(209 250 229 / 0.75);
  }

  .xxl\:bg-emerald-100\/80{
    background-color: rgb(209 250 229 / 0.8);
  }

  .xxl\:bg-emerald-100\/85{
    background-color: rgb(209 250 229 / 0.85);
  }

  .xxl\:bg-emerald-100\/90{
    background-color: rgb(209 250 229 / 0.9);
  }

  .xxl\:bg-emerald-100\/95{
    background-color: rgb(209 250 229 / 0.95);
  }

  .xxl\:bg-emerald-200{
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-200\/0{
    background-color: rgb(167 243 208 / 0);
  }

  .xxl\:bg-emerald-200\/10{
    background-color: rgb(167 243 208 / 0.1);
  }

  .xxl\:bg-emerald-200\/100{
    background-color: rgb(167 243 208 / 1);
  }

  .xxl\:bg-emerald-200\/15{
    background-color: rgb(167 243 208 / 0.15);
  }

  .xxl\:bg-emerald-200\/20{
    background-color: rgb(167 243 208 / 0.2);
  }

  .xxl\:bg-emerald-200\/25{
    background-color: rgb(167 243 208 / 0.25);
  }

  .xxl\:bg-emerald-200\/30{
    background-color: rgb(167 243 208 / 0.3);
  }

  .xxl\:bg-emerald-200\/35{
    background-color: rgb(167 243 208 / 0.35);
  }

  .xxl\:bg-emerald-200\/40{
    background-color: rgb(167 243 208 / 0.4);
  }

  .xxl\:bg-emerald-200\/45{
    background-color: rgb(167 243 208 / 0.45);
  }

  .xxl\:bg-emerald-200\/5{
    background-color: rgb(167 243 208 / 0.05);
  }

  .xxl\:bg-emerald-200\/50{
    background-color: rgb(167 243 208 / 0.5);
  }

  .xxl\:bg-emerald-200\/55{
    background-color: rgb(167 243 208 / 0.55);
  }

  .xxl\:bg-emerald-200\/60{
    background-color: rgb(167 243 208 / 0.6);
  }

  .xxl\:bg-emerald-200\/65{
    background-color: rgb(167 243 208 / 0.65);
  }

  .xxl\:bg-emerald-200\/70{
    background-color: rgb(167 243 208 / 0.7);
  }

  .xxl\:bg-emerald-200\/75{
    background-color: rgb(167 243 208 / 0.75);
  }

  .xxl\:bg-emerald-200\/80{
    background-color: rgb(167 243 208 / 0.8);
  }

  .xxl\:bg-emerald-200\/85{
    background-color: rgb(167 243 208 / 0.85);
  }

  .xxl\:bg-emerald-200\/90{
    background-color: rgb(167 243 208 / 0.9);
  }

  .xxl\:bg-emerald-200\/95{
    background-color: rgb(167 243 208 / 0.95);
  }

  .xxl\:bg-emerald-300{
    --tw-bg-opacity: 1;
    background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-300\/0{
    background-color: rgb(110 231 183 / 0);
  }

  .xxl\:bg-emerald-300\/10{
    background-color: rgb(110 231 183 / 0.1);
  }

  .xxl\:bg-emerald-300\/100{
    background-color: rgb(110 231 183 / 1);
  }

  .xxl\:bg-emerald-300\/15{
    background-color: rgb(110 231 183 / 0.15);
  }

  .xxl\:bg-emerald-300\/20{
    background-color: rgb(110 231 183 / 0.2);
  }

  .xxl\:bg-emerald-300\/25{
    background-color: rgb(110 231 183 / 0.25);
  }

  .xxl\:bg-emerald-300\/30{
    background-color: rgb(110 231 183 / 0.3);
  }

  .xxl\:bg-emerald-300\/35{
    background-color: rgb(110 231 183 / 0.35);
  }

  .xxl\:bg-emerald-300\/40{
    background-color: rgb(110 231 183 / 0.4);
  }

  .xxl\:bg-emerald-300\/45{
    background-color: rgb(110 231 183 / 0.45);
  }

  .xxl\:bg-emerald-300\/5{
    background-color: rgb(110 231 183 / 0.05);
  }

  .xxl\:bg-emerald-300\/50{
    background-color: rgb(110 231 183 / 0.5);
  }

  .xxl\:bg-emerald-300\/55{
    background-color: rgb(110 231 183 / 0.55);
  }

  .xxl\:bg-emerald-300\/60{
    background-color: rgb(110 231 183 / 0.6);
  }

  .xxl\:bg-emerald-300\/65{
    background-color: rgb(110 231 183 / 0.65);
  }

  .xxl\:bg-emerald-300\/70{
    background-color: rgb(110 231 183 / 0.7);
  }

  .xxl\:bg-emerald-300\/75{
    background-color: rgb(110 231 183 / 0.75);
  }

  .xxl\:bg-emerald-300\/80{
    background-color: rgb(110 231 183 / 0.8);
  }

  .xxl\:bg-emerald-300\/85{
    background-color: rgb(110 231 183 / 0.85);
  }

  .xxl\:bg-emerald-300\/90{
    background-color: rgb(110 231 183 / 0.9);
  }

  .xxl\:bg-emerald-300\/95{
    background-color: rgb(110 231 183 / 0.95);
  }

  .xxl\:bg-emerald-400{
    --tw-bg-opacity: 1;
    background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-400\/0{
    background-color: rgb(52 211 153 / 0);
  }

  .xxl\:bg-emerald-400\/10{
    background-color: rgb(52 211 153 / 0.1);
  }

  .xxl\:bg-emerald-400\/100{
    background-color: rgb(52 211 153 / 1);
  }

  .xxl\:bg-emerald-400\/15{
    background-color: rgb(52 211 153 / 0.15);
  }

  .xxl\:bg-emerald-400\/20{
    background-color: rgb(52 211 153 / 0.2);
  }

  .xxl\:bg-emerald-400\/25{
    background-color: rgb(52 211 153 / 0.25);
  }

  .xxl\:bg-emerald-400\/30{
    background-color: rgb(52 211 153 / 0.3);
  }

  .xxl\:bg-emerald-400\/35{
    background-color: rgb(52 211 153 / 0.35);
  }

  .xxl\:bg-emerald-400\/40{
    background-color: rgb(52 211 153 / 0.4);
  }

  .xxl\:bg-emerald-400\/45{
    background-color: rgb(52 211 153 / 0.45);
  }

  .xxl\:bg-emerald-400\/5{
    background-color: rgb(52 211 153 / 0.05);
  }

  .xxl\:bg-emerald-400\/50{
    background-color: rgb(52 211 153 / 0.5);
  }

  .xxl\:bg-emerald-400\/55{
    background-color: rgb(52 211 153 / 0.55);
  }

  .xxl\:bg-emerald-400\/60{
    background-color: rgb(52 211 153 / 0.6);
  }

  .xxl\:bg-emerald-400\/65{
    background-color: rgb(52 211 153 / 0.65);
  }

  .xxl\:bg-emerald-400\/70{
    background-color: rgb(52 211 153 / 0.7);
  }

  .xxl\:bg-emerald-400\/75{
    background-color: rgb(52 211 153 / 0.75);
  }

  .xxl\:bg-emerald-400\/80{
    background-color: rgb(52 211 153 / 0.8);
  }

  .xxl\:bg-emerald-400\/85{
    background-color: rgb(52 211 153 / 0.85);
  }

  .xxl\:bg-emerald-400\/90{
    background-color: rgb(52 211 153 / 0.9);
  }

  .xxl\:bg-emerald-400\/95{
    background-color: rgb(52 211 153 / 0.95);
  }

  .xxl\:bg-emerald-50{
    --tw-bg-opacity: 1;
    background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-50\/0{
    background-color: rgb(236 253 245 / 0);
  }

  .xxl\:bg-emerald-50\/10{
    background-color: rgb(236 253 245 / 0.1);
  }

  .xxl\:bg-emerald-50\/100{
    background-color: rgb(236 253 245 / 1);
  }

  .xxl\:bg-emerald-50\/15{
    background-color: rgb(236 253 245 / 0.15);
  }

  .xxl\:bg-emerald-50\/20{
    background-color: rgb(236 253 245 / 0.2);
  }

  .xxl\:bg-emerald-50\/25{
    background-color: rgb(236 253 245 / 0.25);
  }

  .xxl\:bg-emerald-50\/30{
    background-color: rgb(236 253 245 / 0.3);
  }

  .xxl\:bg-emerald-50\/35{
    background-color: rgb(236 253 245 / 0.35);
  }

  .xxl\:bg-emerald-50\/40{
    background-color: rgb(236 253 245 / 0.4);
  }

  .xxl\:bg-emerald-50\/45{
    background-color: rgb(236 253 245 / 0.45);
  }

  .xxl\:bg-emerald-50\/5{
    background-color: rgb(236 253 245 / 0.05);
  }

  .xxl\:bg-emerald-50\/50{
    background-color: rgb(236 253 245 / 0.5);
  }

  .xxl\:bg-emerald-50\/55{
    background-color: rgb(236 253 245 / 0.55);
  }

  .xxl\:bg-emerald-50\/60{
    background-color: rgb(236 253 245 / 0.6);
  }

  .xxl\:bg-emerald-50\/65{
    background-color: rgb(236 253 245 / 0.65);
  }

  .xxl\:bg-emerald-50\/70{
    background-color: rgb(236 253 245 / 0.7);
  }

  .xxl\:bg-emerald-50\/75{
    background-color: rgb(236 253 245 / 0.75);
  }

  .xxl\:bg-emerald-50\/80{
    background-color: rgb(236 253 245 / 0.8);
  }

  .xxl\:bg-emerald-50\/85{
    background-color: rgb(236 253 245 / 0.85);
  }

  .xxl\:bg-emerald-50\/90{
    background-color: rgb(236 253 245 / 0.9);
  }

  .xxl\:bg-emerald-50\/95{
    background-color: rgb(236 253 245 / 0.95);
  }

  .xxl\:bg-emerald-500{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-500\/0{
    background-color: rgb(16 185 129 / 0);
  }

  .xxl\:bg-emerald-500\/10{
    background-color: rgb(16 185 129 / 0.1);
  }

  .xxl\:bg-emerald-500\/100{
    background-color: rgb(16 185 129 / 1);
  }

  .xxl\:bg-emerald-500\/15{
    background-color: rgb(16 185 129 / 0.15);
  }

  .xxl\:bg-emerald-500\/20{
    background-color: rgb(16 185 129 / 0.2);
  }

  .xxl\:bg-emerald-500\/25{
    background-color: rgb(16 185 129 / 0.25);
  }

  .xxl\:bg-emerald-500\/30{
    background-color: rgb(16 185 129 / 0.3);
  }

  .xxl\:bg-emerald-500\/35{
    background-color: rgb(16 185 129 / 0.35);
  }

  .xxl\:bg-emerald-500\/40{
    background-color: rgb(16 185 129 / 0.4);
  }

  .xxl\:bg-emerald-500\/45{
    background-color: rgb(16 185 129 / 0.45);
  }

  .xxl\:bg-emerald-500\/5{
    background-color: rgb(16 185 129 / 0.05);
  }

  .xxl\:bg-emerald-500\/50{
    background-color: rgb(16 185 129 / 0.5);
  }

  .xxl\:bg-emerald-500\/55{
    background-color: rgb(16 185 129 / 0.55);
  }

  .xxl\:bg-emerald-500\/60{
    background-color: rgb(16 185 129 / 0.6);
  }

  .xxl\:bg-emerald-500\/65{
    background-color: rgb(16 185 129 / 0.65);
  }

  .xxl\:bg-emerald-500\/70{
    background-color: rgb(16 185 129 / 0.7);
  }

  .xxl\:bg-emerald-500\/75{
    background-color: rgb(16 185 129 / 0.75);
  }

  .xxl\:bg-emerald-500\/80{
    background-color: rgb(16 185 129 / 0.8);
  }

  .xxl\:bg-emerald-500\/85{
    background-color: rgb(16 185 129 / 0.85);
  }

  .xxl\:bg-emerald-500\/90{
    background-color: rgb(16 185 129 / 0.9);
  }

  .xxl\:bg-emerald-500\/95{
    background-color: rgb(16 185 129 / 0.95);
  }

  .xxl\:bg-emerald-600{
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-600\/0{
    background-color: rgb(5 150 105 / 0);
  }

  .xxl\:bg-emerald-600\/10{
    background-color: rgb(5 150 105 / 0.1);
  }

  .xxl\:bg-emerald-600\/100{
    background-color: rgb(5 150 105 / 1);
  }

  .xxl\:bg-emerald-600\/15{
    background-color: rgb(5 150 105 / 0.15);
  }

  .xxl\:bg-emerald-600\/20{
    background-color: rgb(5 150 105 / 0.2);
  }

  .xxl\:bg-emerald-600\/25{
    background-color: rgb(5 150 105 / 0.25);
  }

  .xxl\:bg-emerald-600\/30{
    background-color: rgb(5 150 105 / 0.3);
  }

  .xxl\:bg-emerald-600\/35{
    background-color: rgb(5 150 105 / 0.35);
  }

  .xxl\:bg-emerald-600\/40{
    background-color: rgb(5 150 105 / 0.4);
  }

  .xxl\:bg-emerald-600\/45{
    background-color: rgb(5 150 105 / 0.45);
  }

  .xxl\:bg-emerald-600\/5{
    background-color: rgb(5 150 105 / 0.05);
  }

  .xxl\:bg-emerald-600\/50{
    background-color: rgb(5 150 105 / 0.5);
  }

  .xxl\:bg-emerald-600\/55{
    background-color: rgb(5 150 105 / 0.55);
  }

  .xxl\:bg-emerald-600\/60{
    background-color: rgb(5 150 105 / 0.6);
  }

  .xxl\:bg-emerald-600\/65{
    background-color: rgb(5 150 105 / 0.65);
  }

  .xxl\:bg-emerald-600\/70{
    background-color: rgb(5 150 105 / 0.7);
  }

  .xxl\:bg-emerald-600\/75{
    background-color: rgb(5 150 105 / 0.75);
  }

  .xxl\:bg-emerald-600\/80{
    background-color: rgb(5 150 105 / 0.8);
  }

  .xxl\:bg-emerald-600\/85{
    background-color: rgb(5 150 105 / 0.85);
  }

  .xxl\:bg-emerald-600\/90{
    background-color: rgb(5 150 105 / 0.9);
  }

  .xxl\:bg-emerald-600\/95{
    background-color: rgb(5 150 105 / 0.95);
  }

  .xxl\:bg-emerald-700{
    --tw-bg-opacity: 1;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-700\/0{
    background-color: rgb(4 120 87 / 0);
  }

  .xxl\:bg-emerald-700\/10{
    background-color: rgb(4 120 87 / 0.1);
  }

  .xxl\:bg-emerald-700\/100{
    background-color: rgb(4 120 87 / 1);
  }

  .xxl\:bg-emerald-700\/15{
    background-color: rgb(4 120 87 / 0.15);
  }

  .xxl\:bg-emerald-700\/20{
    background-color: rgb(4 120 87 / 0.2);
  }

  .xxl\:bg-emerald-700\/25{
    background-color: rgb(4 120 87 / 0.25);
  }

  .xxl\:bg-emerald-700\/30{
    background-color: rgb(4 120 87 / 0.3);
  }

  .xxl\:bg-emerald-700\/35{
    background-color: rgb(4 120 87 / 0.35);
  }

  .xxl\:bg-emerald-700\/40{
    background-color: rgb(4 120 87 / 0.4);
  }

  .xxl\:bg-emerald-700\/45{
    background-color: rgb(4 120 87 / 0.45);
  }

  .xxl\:bg-emerald-700\/5{
    background-color: rgb(4 120 87 / 0.05);
  }

  .xxl\:bg-emerald-700\/50{
    background-color: rgb(4 120 87 / 0.5);
  }

  .xxl\:bg-emerald-700\/55{
    background-color: rgb(4 120 87 / 0.55);
  }

  .xxl\:bg-emerald-700\/60{
    background-color: rgb(4 120 87 / 0.6);
  }

  .xxl\:bg-emerald-700\/65{
    background-color: rgb(4 120 87 / 0.65);
  }

  .xxl\:bg-emerald-700\/70{
    background-color: rgb(4 120 87 / 0.7);
  }

  .xxl\:bg-emerald-700\/75{
    background-color: rgb(4 120 87 / 0.75);
  }

  .xxl\:bg-emerald-700\/80{
    background-color: rgb(4 120 87 / 0.8);
  }

  .xxl\:bg-emerald-700\/85{
    background-color: rgb(4 120 87 / 0.85);
  }

  .xxl\:bg-emerald-700\/90{
    background-color: rgb(4 120 87 / 0.9);
  }

  .xxl\:bg-emerald-700\/95{
    background-color: rgb(4 120 87 / 0.95);
  }

  .xxl\:bg-emerald-800{
    --tw-bg-opacity: 1;
    background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-800\/0{
    background-color: rgb(6 95 70 / 0);
  }

  .xxl\:bg-emerald-800\/10{
    background-color: rgb(6 95 70 / 0.1);
  }

  .xxl\:bg-emerald-800\/100{
    background-color: rgb(6 95 70 / 1);
  }

  .xxl\:bg-emerald-800\/15{
    background-color: rgb(6 95 70 / 0.15);
  }

  .xxl\:bg-emerald-800\/20{
    background-color: rgb(6 95 70 / 0.2);
  }

  .xxl\:bg-emerald-800\/25{
    background-color: rgb(6 95 70 / 0.25);
  }

  .xxl\:bg-emerald-800\/30{
    background-color: rgb(6 95 70 / 0.3);
  }

  .xxl\:bg-emerald-800\/35{
    background-color: rgb(6 95 70 / 0.35);
  }

  .xxl\:bg-emerald-800\/40{
    background-color: rgb(6 95 70 / 0.4);
  }

  .xxl\:bg-emerald-800\/45{
    background-color: rgb(6 95 70 / 0.45);
  }

  .xxl\:bg-emerald-800\/5{
    background-color: rgb(6 95 70 / 0.05);
  }

  .xxl\:bg-emerald-800\/50{
    background-color: rgb(6 95 70 / 0.5);
  }

  .xxl\:bg-emerald-800\/55{
    background-color: rgb(6 95 70 / 0.55);
  }

  .xxl\:bg-emerald-800\/60{
    background-color: rgb(6 95 70 / 0.6);
  }

  .xxl\:bg-emerald-800\/65{
    background-color: rgb(6 95 70 / 0.65);
  }

  .xxl\:bg-emerald-800\/70{
    background-color: rgb(6 95 70 / 0.7);
  }

  .xxl\:bg-emerald-800\/75{
    background-color: rgb(6 95 70 / 0.75);
  }

  .xxl\:bg-emerald-800\/80{
    background-color: rgb(6 95 70 / 0.8);
  }

  .xxl\:bg-emerald-800\/85{
    background-color: rgb(6 95 70 / 0.85);
  }

  .xxl\:bg-emerald-800\/90{
    background-color: rgb(6 95 70 / 0.9);
  }

  .xxl\:bg-emerald-800\/95{
    background-color: rgb(6 95 70 / 0.95);
  }

  .xxl\:bg-emerald-900{
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-900\/0{
    background-color: rgb(6 78 59 / 0);
  }

  .xxl\:bg-emerald-900\/10{
    background-color: rgb(6 78 59 / 0.1);
  }

  .xxl\:bg-emerald-900\/100{
    background-color: rgb(6 78 59 / 1);
  }

  .xxl\:bg-emerald-900\/15{
    background-color: rgb(6 78 59 / 0.15);
  }

  .xxl\:bg-emerald-900\/20{
    background-color: rgb(6 78 59 / 0.2);
  }

  .xxl\:bg-emerald-900\/25{
    background-color: rgb(6 78 59 / 0.25);
  }

  .xxl\:bg-emerald-900\/30{
    background-color: rgb(6 78 59 / 0.3);
  }

  .xxl\:bg-emerald-900\/35{
    background-color: rgb(6 78 59 / 0.35);
  }

  .xxl\:bg-emerald-900\/40{
    background-color: rgb(6 78 59 / 0.4);
  }

  .xxl\:bg-emerald-900\/45{
    background-color: rgb(6 78 59 / 0.45);
  }

  .xxl\:bg-emerald-900\/5{
    background-color: rgb(6 78 59 / 0.05);
  }

  .xxl\:bg-emerald-900\/50{
    background-color: rgb(6 78 59 / 0.5);
  }

  .xxl\:bg-emerald-900\/55{
    background-color: rgb(6 78 59 / 0.55);
  }

  .xxl\:bg-emerald-900\/60{
    background-color: rgb(6 78 59 / 0.6);
  }

  .xxl\:bg-emerald-900\/65{
    background-color: rgb(6 78 59 / 0.65);
  }

  .xxl\:bg-emerald-900\/70{
    background-color: rgb(6 78 59 / 0.7);
  }

  .xxl\:bg-emerald-900\/75{
    background-color: rgb(6 78 59 / 0.75);
  }

  .xxl\:bg-emerald-900\/80{
    background-color: rgb(6 78 59 / 0.8);
  }

  .xxl\:bg-emerald-900\/85{
    background-color: rgb(6 78 59 / 0.85);
  }

  .xxl\:bg-emerald-900\/90{
    background-color: rgb(6 78 59 / 0.9);
  }

  .xxl\:bg-emerald-900\/95{
    background-color: rgb(6 78 59 / 0.95);
  }

  .xxl\:bg-emerald-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-emerald-950\/0{
    background-color: rgb(2 44 34 / 0);
  }

  .xxl\:bg-emerald-950\/10{
    background-color: rgb(2 44 34 / 0.1);
  }

  .xxl\:bg-emerald-950\/100{
    background-color: rgb(2 44 34 / 1);
  }

  .xxl\:bg-emerald-950\/15{
    background-color: rgb(2 44 34 / 0.15);
  }

  .xxl\:bg-emerald-950\/20{
    background-color: rgb(2 44 34 / 0.2);
  }

  .xxl\:bg-emerald-950\/25{
    background-color: rgb(2 44 34 / 0.25);
  }

  .xxl\:bg-emerald-950\/30{
    background-color: rgb(2 44 34 / 0.3);
  }

  .xxl\:bg-emerald-950\/35{
    background-color: rgb(2 44 34 / 0.35);
  }

  .xxl\:bg-emerald-950\/40{
    background-color: rgb(2 44 34 / 0.4);
  }

  .xxl\:bg-emerald-950\/45{
    background-color: rgb(2 44 34 / 0.45);
  }

  .xxl\:bg-emerald-950\/5{
    background-color: rgb(2 44 34 / 0.05);
  }

  .xxl\:bg-emerald-950\/50{
    background-color: rgb(2 44 34 / 0.5);
  }

  .xxl\:bg-emerald-950\/55{
    background-color: rgb(2 44 34 / 0.55);
  }

  .xxl\:bg-emerald-950\/60{
    background-color: rgb(2 44 34 / 0.6);
  }

  .xxl\:bg-emerald-950\/65{
    background-color: rgb(2 44 34 / 0.65);
  }

  .xxl\:bg-emerald-950\/70{
    background-color: rgb(2 44 34 / 0.7);
  }

  .xxl\:bg-emerald-950\/75{
    background-color: rgb(2 44 34 / 0.75);
  }

  .xxl\:bg-emerald-950\/80{
    background-color: rgb(2 44 34 / 0.8);
  }

  .xxl\:bg-emerald-950\/85{
    background-color: rgb(2 44 34 / 0.85);
  }

  .xxl\:bg-emerald-950\/90{
    background-color: rgb(2 44 34 / 0.9);
  }

  .xxl\:bg-emerald-950\/95{
    background-color: rgb(2 44 34 / 0.95);
  }

  .xxl\:bg-fuchsia-100{
    --tw-bg-opacity: 1;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-100\/0{
    background-color: rgb(250 232 255 / 0);
  }

  .xxl\:bg-fuchsia-100\/10{
    background-color: rgb(250 232 255 / 0.1);
  }

  .xxl\:bg-fuchsia-100\/100{
    background-color: rgb(250 232 255 / 1);
  }

  .xxl\:bg-fuchsia-100\/15{
    background-color: rgb(250 232 255 / 0.15);
  }

  .xxl\:bg-fuchsia-100\/20{
    background-color: rgb(250 232 255 / 0.2);
  }

  .xxl\:bg-fuchsia-100\/25{
    background-color: rgb(250 232 255 / 0.25);
  }

  .xxl\:bg-fuchsia-100\/30{
    background-color: rgb(250 232 255 / 0.3);
  }

  .xxl\:bg-fuchsia-100\/35{
    background-color: rgb(250 232 255 / 0.35);
  }

  .xxl\:bg-fuchsia-100\/40{
    background-color: rgb(250 232 255 / 0.4);
  }

  .xxl\:bg-fuchsia-100\/45{
    background-color: rgb(250 232 255 / 0.45);
  }

  .xxl\:bg-fuchsia-100\/5{
    background-color: rgb(250 232 255 / 0.05);
  }

  .xxl\:bg-fuchsia-100\/50{
    background-color: rgb(250 232 255 / 0.5);
  }

  .xxl\:bg-fuchsia-100\/55{
    background-color: rgb(250 232 255 / 0.55);
  }

  .xxl\:bg-fuchsia-100\/60{
    background-color: rgb(250 232 255 / 0.6);
  }

  .xxl\:bg-fuchsia-100\/65{
    background-color: rgb(250 232 255 / 0.65);
  }

  .xxl\:bg-fuchsia-100\/70{
    background-color: rgb(250 232 255 / 0.7);
  }

  .xxl\:bg-fuchsia-100\/75{
    background-color: rgb(250 232 255 / 0.75);
  }

  .xxl\:bg-fuchsia-100\/80{
    background-color: rgb(250 232 255 / 0.8);
  }

  .xxl\:bg-fuchsia-100\/85{
    background-color: rgb(250 232 255 / 0.85);
  }

  .xxl\:bg-fuchsia-100\/90{
    background-color: rgb(250 232 255 / 0.9);
  }

  .xxl\:bg-fuchsia-100\/95{
    background-color: rgb(250 232 255 / 0.95);
  }

  .xxl\:bg-fuchsia-200{
    --tw-bg-opacity: 1;
    background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-200\/0{
    background-color: rgb(245 208 254 / 0);
  }

  .xxl\:bg-fuchsia-200\/10{
    background-color: rgb(245 208 254 / 0.1);
  }

  .xxl\:bg-fuchsia-200\/100{
    background-color: rgb(245 208 254 / 1);
  }

  .xxl\:bg-fuchsia-200\/15{
    background-color: rgb(245 208 254 / 0.15);
  }

  .xxl\:bg-fuchsia-200\/20{
    background-color: rgb(245 208 254 / 0.2);
  }

  .xxl\:bg-fuchsia-200\/25{
    background-color: rgb(245 208 254 / 0.25);
  }

  .xxl\:bg-fuchsia-200\/30{
    background-color: rgb(245 208 254 / 0.3);
  }

  .xxl\:bg-fuchsia-200\/35{
    background-color: rgb(245 208 254 / 0.35);
  }

  .xxl\:bg-fuchsia-200\/40{
    background-color: rgb(245 208 254 / 0.4);
  }

  .xxl\:bg-fuchsia-200\/45{
    background-color: rgb(245 208 254 / 0.45);
  }

  .xxl\:bg-fuchsia-200\/5{
    background-color: rgb(245 208 254 / 0.05);
  }

  .xxl\:bg-fuchsia-200\/50{
    background-color: rgb(245 208 254 / 0.5);
  }

  .xxl\:bg-fuchsia-200\/55{
    background-color: rgb(245 208 254 / 0.55);
  }

  .xxl\:bg-fuchsia-200\/60{
    background-color: rgb(245 208 254 / 0.6);
  }

  .xxl\:bg-fuchsia-200\/65{
    background-color: rgb(245 208 254 / 0.65);
  }

  .xxl\:bg-fuchsia-200\/70{
    background-color: rgb(245 208 254 / 0.7);
  }

  .xxl\:bg-fuchsia-200\/75{
    background-color: rgb(245 208 254 / 0.75);
  }

  .xxl\:bg-fuchsia-200\/80{
    background-color: rgb(245 208 254 / 0.8);
  }

  .xxl\:bg-fuchsia-200\/85{
    background-color: rgb(245 208 254 / 0.85);
  }

  .xxl\:bg-fuchsia-200\/90{
    background-color: rgb(245 208 254 / 0.9);
  }

  .xxl\:bg-fuchsia-200\/95{
    background-color: rgb(245 208 254 / 0.95);
  }

  .xxl\:bg-fuchsia-300{
    --tw-bg-opacity: 1;
    background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-300\/0{
    background-color: rgb(240 171 252 / 0);
  }

  .xxl\:bg-fuchsia-300\/10{
    background-color: rgb(240 171 252 / 0.1);
  }

  .xxl\:bg-fuchsia-300\/100{
    background-color: rgb(240 171 252 / 1);
  }

  .xxl\:bg-fuchsia-300\/15{
    background-color: rgb(240 171 252 / 0.15);
  }

  .xxl\:bg-fuchsia-300\/20{
    background-color: rgb(240 171 252 / 0.2);
  }

  .xxl\:bg-fuchsia-300\/25{
    background-color: rgb(240 171 252 / 0.25);
  }

  .xxl\:bg-fuchsia-300\/30{
    background-color: rgb(240 171 252 / 0.3);
  }

  .xxl\:bg-fuchsia-300\/35{
    background-color: rgb(240 171 252 / 0.35);
  }

  .xxl\:bg-fuchsia-300\/40{
    background-color: rgb(240 171 252 / 0.4);
  }

  .xxl\:bg-fuchsia-300\/45{
    background-color: rgb(240 171 252 / 0.45);
  }

  .xxl\:bg-fuchsia-300\/5{
    background-color: rgb(240 171 252 / 0.05);
  }

  .xxl\:bg-fuchsia-300\/50{
    background-color: rgb(240 171 252 / 0.5);
  }

  .xxl\:bg-fuchsia-300\/55{
    background-color: rgb(240 171 252 / 0.55);
  }

  .xxl\:bg-fuchsia-300\/60{
    background-color: rgb(240 171 252 / 0.6);
  }

  .xxl\:bg-fuchsia-300\/65{
    background-color: rgb(240 171 252 / 0.65);
  }

  .xxl\:bg-fuchsia-300\/70{
    background-color: rgb(240 171 252 / 0.7);
  }

  .xxl\:bg-fuchsia-300\/75{
    background-color: rgb(240 171 252 / 0.75);
  }

  .xxl\:bg-fuchsia-300\/80{
    background-color: rgb(240 171 252 / 0.8);
  }

  .xxl\:bg-fuchsia-300\/85{
    background-color: rgb(240 171 252 / 0.85);
  }

  .xxl\:bg-fuchsia-300\/90{
    background-color: rgb(240 171 252 / 0.9);
  }

  .xxl\:bg-fuchsia-300\/95{
    background-color: rgb(240 171 252 / 0.95);
  }

  .xxl\:bg-fuchsia-400{
    --tw-bg-opacity: 1;
    background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-400\/0{
    background-color: rgb(232 121 249 / 0);
  }

  .xxl\:bg-fuchsia-400\/10{
    background-color: rgb(232 121 249 / 0.1);
  }

  .xxl\:bg-fuchsia-400\/100{
    background-color: rgb(232 121 249 / 1);
  }

  .xxl\:bg-fuchsia-400\/15{
    background-color: rgb(232 121 249 / 0.15);
  }

  .xxl\:bg-fuchsia-400\/20{
    background-color: rgb(232 121 249 / 0.2);
  }

  .xxl\:bg-fuchsia-400\/25{
    background-color: rgb(232 121 249 / 0.25);
  }

  .xxl\:bg-fuchsia-400\/30{
    background-color: rgb(232 121 249 / 0.3);
  }

  .xxl\:bg-fuchsia-400\/35{
    background-color: rgb(232 121 249 / 0.35);
  }

  .xxl\:bg-fuchsia-400\/40{
    background-color: rgb(232 121 249 / 0.4);
  }

  .xxl\:bg-fuchsia-400\/45{
    background-color: rgb(232 121 249 / 0.45);
  }

  .xxl\:bg-fuchsia-400\/5{
    background-color: rgb(232 121 249 / 0.05);
  }

  .xxl\:bg-fuchsia-400\/50{
    background-color: rgb(232 121 249 / 0.5);
  }

  .xxl\:bg-fuchsia-400\/55{
    background-color: rgb(232 121 249 / 0.55);
  }

  .xxl\:bg-fuchsia-400\/60{
    background-color: rgb(232 121 249 / 0.6);
  }

  .xxl\:bg-fuchsia-400\/65{
    background-color: rgb(232 121 249 / 0.65);
  }

  .xxl\:bg-fuchsia-400\/70{
    background-color: rgb(232 121 249 / 0.7);
  }

  .xxl\:bg-fuchsia-400\/75{
    background-color: rgb(232 121 249 / 0.75);
  }

  .xxl\:bg-fuchsia-400\/80{
    background-color: rgb(232 121 249 / 0.8);
  }

  .xxl\:bg-fuchsia-400\/85{
    background-color: rgb(232 121 249 / 0.85);
  }

  .xxl\:bg-fuchsia-400\/90{
    background-color: rgb(232 121 249 / 0.9);
  }

  .xxl\:bg-fuchsia-400\/95{
    background-color: rgb(232 121 249 / 0.95);
  }

  .xxl\:bg-fuchsia-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-50\/0{
    background-color: rgb(253 244 255 / 0);
  }

  .xxl\:bg-fuchsia-50\/10{
    background-color: rgb(253 244 255 / 0.1);
  }

  .xxl\:bg-fuchsia-50\/100{
    background-color: rgb(253 244 255 / 1);
  }

  .xxl\:bg-fuchsia-50\/15{
    background-color: rgb(253 244 255 / 0.15);
  }

  .xxl\:bg-fuchsia-50\/20{
    background-color: rgb(253 244 255 / 0.2);
  }

  .xxl\:bg-fuchsia-50\/25{
    background-color: rgb(253 244 255 / 0.25);
  }

  .xxl\:bg-fuchsia-50\/30{
    background-color: rgb(253 244 255 / 0.3);
  }

  .xxl\:bg-fuchsia-50\/35{
    background-color: rgb(253 244 255 / 0.35);
  }

  .xxl\:bg-fuchsia-50\/40{
    background-color: rgb(253 244 255 / 0.4);
  }

  .xxl\:bg-fuchsia-50\/45{
    background-color: rgb(253 244 255 / 0.45);
  }

  .xxl\:bg-fuchsia-50\/5{
    background-color: rgb(253 244 255 / 0.05);
  }

  .xxl\:bg-fuchsia-50\/50{
    background-color: rgb(253 244 255 / 0.5);
  }

  .xxl\:bg-fuchsia-50\/55{
    background-color: rgb(253 244 255 / 0.55);
  }

  .xxl\:bg-fuchsia-50\/60{
    background-color: rgb(253 244 255 / 0.6);
  }

  .xxl\:bg-fuchsia-50\/65{
    background-color: rgb(253 244 255 / 0.65);
  }

  .xxl\:bg-fuchsia-50\/70{
    background-color: rgb(253 244 255 / 0.7);
  }

  .xxl\:bg-fuchsia-50\/75{
    background-color: rgb(253 244 255 / 0.75);
  }

  .xxl\:bg-fuchsia-50\/80{
    background-color: rgb(253 244 255 / 0.8);
  }

  .xxl\:bg-fuchsia-50\/85{
    background-color: rgb(253 244 255 / 0.85);
  }

  .xxl\:bg-fuchsia-50\/90{
    background-color: rgb(253 244 255 / 0.9);
  }

  .xxl\:bg-fuchsia-50\/95{
    background-color: rgb(253 244 255 / 0.95);
  }

  .xxl\:bg-fuchsia-500{
    --tw-bg-opacity: 1;
    background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-500\/0{
    background-color: rgb(217 70 239 / 0);
  }

  .xxl\:bg-fuchsia-500\/10{
    background-color: rgb(217 70 239 / 0.1);
  }

  .xxl\:bg-fuchsia-500\/100{
    background-color: rgb(217 70 239 / 1);
  }

  .xxl\:bg-fuchsia-500\/15{
    background-color: rgb(217 70 239 / 0.15);
  }

  .xxl\:bg-fuchsia-500\/20{
    background-color: rgb(217 70 239 / 0.2);
  }

  .xxl\:bg-fuchsia-500\/25{
    background-color: rgb(217 70 239 / 0.25);
  }

  .xxl\:bg-fuchsia-500\/30{
    background-color: rgb(217 70 239 / 0.3);
  }

  .xxl\:bg-fuchsia-500\/35{
    background-color: rgb(217 70 239 / 0.35);
  }

  .xxl\:bg-fuchsia-500\/40{
    background-color: rgb(217 70 239 / 0.4);
  }

  .xxl\:bg-fuchsia-500\/45{
    background-color: rgb(217 70 239 / 0.45);
  }

  .xxl\:bg-fuchsia-500\/5{
    background-color: rgb(217 70 239 / 0.05);
  }

  .xxl\:bg-fuchsia-500\/50{
    background-color: rgb(217 70 239 / 0.5);
  }

  .xxl\:bg-fuchsia-500\/55{
    background-color: rgb(217 70 239 / 0.55);
  }

  .xxl\:bg-fuchsia-500\/60{
    background-color: rgb(217 70 239 / 0.6);
  }

  .xxl\:bg-fuchsia-500\/65{
    background-color: rgb(217 70 239 / 0.65);
  }

  .xxl\:bg-fuchsia-500\/70{
    background-color: rgb(217 70 239 / 0.7);
  }

  .xxl\:bg-fuchsia-500\/75{
    background-color: rgb(217 70 239 / 0.75);
  }

  .xxl\:bg-fuchsia-500\/80{
    background-color: rgb(217 70 239 / 0.8);
  }

  .xxl\:bg-fuchsia-500\/85{
    background-color: rgb(217 70 239 / 0.85);
  }

  .xxl\:bg-fuchsia-500\/90{
    background-color: rgb(217 70 239 / 0.9);
  }

  .xxl\:bg-fuchsia-500\/95{
    background-color: rgb(217 70 239 / 0.95);
  }

  .xxl\:bg-fuchsia-600{
    --tw-bg-opacity: 1;
    background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-600\/0{
    background-color: rgb(192 38 211 / 0);
  }

  .xxl\:bg-fuchsia-600\/10{
    background-color: rgb(192 38 211 / 0.1);
  }

  .xxl\:bg-fuchsia-600\/100{
    background-color: rgb(192 38 211 / 1);
  }

  .xxl\:bg-fuchsia-600\/15{
    background-color: rgb(192 38 211 / 0.15);
  }

  .xxl\:bg-fuchsia-600\/20{
    background-color: rgb(192 38 211 / 0.2);
  }

  .xxl\:bg-fuchsia-600\/25{
    background-color: rgb(192 38 211 / 0.25);
  }

  .xxl\:bg-fuchsia-600\/30{
    background-color: rgb(192 38 211 / 0.3);
  }

  .xxl\:bg-fuchsia-600\/35{
    background-color: rgb(192 38 211 / 0.35);
  }

  .xxl\:bg-fuchsia-600\/40{
    background-color: rgb(192 38 211 / 0.4);
  }

  .xxl\:bg-fuchsia-600\/45{
    background-color: rgb(192 38 211 / 0.45);
  }

  .xxl\:bg-fuchsia-600\/5{
    background-color: rgb(192 38 211 / 0.05);
  }

  .xxl\:bg-fuchsia-600\/50{
    background-color: rgb(192 38 211 / 0.5);
  }

  .xxl\:bg-fuchsia-600\/55{
    background-color: rgb(192 38 211 / 0.55);
  }

  .xxl\:bg-fuchsia-600\/60{
    background-color: rgb(192 38 211 / 0.6);
  }

  .xxl\:bg-fuchsia-600\/65{
    background-color: rgb(192 38 211 / 0.65);
  }

  .xxl\:bg-fuchsia-600\/70{
    background-color: rgb(192 38 211 / 0.7);
  }

  .xxl\:bg-fuchsia-600\/75{
    background-color: rgb(192 38 211 / 0.75);
  }

  .xxl\:bg-fuchsia-600\/80{
    background-color: rgb(192 38 211 / 0.8);
  }

  .xxl\:bg-fuchsia-600\/85{
    background-color: rgb(192 38 211 / 0.85);
  }

  .xxl\:bg-fuchsia-600\/90{
    background-color: rgb(192 38 211 / 0.9);
  }

  .xxl\:bg-fuchsia-600\/95{
    background-color: rgb(192 38 211 / 0.95);
  }

  .xxl\:bg-fuchsia-700{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-700\/0{
    background-color: rgb(162 28 175 / 0);
  }

  .xxl\:bg-fuchsia-700\/10{
    background-color: rgb(162 28 175 / 0.1);
  }

  .xxl\:bg-fuchsia-700\/100{
    background-color: rgb(162 28 175 / 1);
  }

  .xxl\:bg-fuchsia-700\/15{
    background-color: rgb(162 28 175 / 0.15);
  }

  .xxl\:bg-fuchsia-700\/20{
    background-color: rgb(162 28 175 / 0.2);
  }

  .xxl\:bg-fuchsia-700\/25{
    background-color: rgb(162 28 175 / 0.25);
  }

  .xxl\:bg-fuchsia-700\/30{
    background-color: rgb(162 28 175 / 0.3);
  }

  .xxl\:bg-fuchsia-700\/35{
    background-color: rgb(162 28 175 / 0.35);
  }

  .xxl\:bg-fuchsia-700\/40{
    background-color: rgb(162 28 175 / 0.4);
  }

  .xxl\:bg-fuchsia-700\/45{
    background-color: rgb(162 28 175 / 0.45);
  }

  .xxl\:bg-fuchsia-700\/5{
    background-color: rgb(162 28 175 / 0.05);
  }

  .xxl\:bg-fuchsia-700\/50{
    background-color: rgb(162 28 175 / 0.5);
  }

  .xxl\:bg-fuchsia-700\/55{
    background-color: rgb(162 28 175 / 0.55);
  }

  .xxl\:bg-fuchsia-700\/60{
    background-color: rgb(162 28 175 / 0.6);
  }

  .xxl\:bg-fuchsia-700\/65{
    background-color: rgb(162 28 175 / 0.65);
  }

  .xxl\:bg-fuchsia-700\/70{
    background-color: rgb(162 28 175 / 0.7);
  }

  .xxl\:bg-fuchsia-700\/75{
    background-color: rgb(162 28 175 / 0.75);
  }

  .xxl\:bg-fuchsia-700\/80{
    background-color: rgb(162 28 175 / 0.8);
  }

  .xxl\:bg-fuchsia-700\/85{
    background-color: rgb(162 28 175 / 0.85);
  }

  .xxl\:bg-fuchsia-700\/90{
    background-color: rgb(162 28 175 / 0.9);
  }

  .xxl\:bg-fuchsia-700\/95{
    background-color: rgb(162 28 175 / 0.95);
  }

  .xxl\:bg-fuchsia-800{
    --tw-bg-opacity: 1;
    background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-800\/0{
    background-color: rgb(134 25 143 / 0);
  }

  .xxl\:bg-fuchsia-800\/10{
    background-color: rgb(134 25 143 / 0.1);
  }

  .xxl\:bg-fuchsia-800\/100{
    background-color: rgb(134 25 143 / 1);
  }

  .xxl\:bg-fuchsia-800\/15{
    background-color: rgb(134 25 143 / 0.15);
  }

  .xxl\:bg-fuchsia-800\/20{
    background-color: rgb(134 25 143 / 0.2);
  }

  .xxl\:bg-fuchsia-800\/25{
    background-color: rgb(134 25 143 / 0.25);
  }

  .xxl\:bg-fuchsia-800\/30{
    background-color: rgb(134 25 143 / 0.3);
  }

  .xxl\:bg-fuchsia-800\/35{
    background-color: rgb(134 25 143 / 0.35);
  }

  .xxl\:bg-fuchsia-800\/40{
    background-color: rgb(134 25 143 / 0.4);
  }

  .xxl\:bg-fuchsia-800\/45{
    background-color: rgb(134 25 143 / 0.45);
  }

  .xxl\:bg-fuchsia-800\/5{
    background-color: rgb(134 25 143 / 0.05);
  }

  .xxl\:bg-fuchsia-800\/50{
    background-color: rgb(134 25 143 / 0.5);
  }

  .xxl\:bg-fuchsia-800\/55{
    background-color: rgb(134 25 143 / 0.55);
  }

  .xxl\:bg-fuchsia-800\/60{
    background-color: rgb(134 25 143 / 0.6);
  }

  .xxl\:bg-fuchsia-800\/65{
    background-color: rgb(134 25 143 / 0.65);
  }

  .xxl\:bg-fuchsia-800\/70{
    background-color: rgb(134 25 143 / 0.7);
  }

  .xxl\:bg-fuchsia-800\/75{
    background-color: rgb(134 25 143 / 0.75);
  }

  .xxl\:bg-fuchsia-800\/80{
    background-color: rgb(134 25 143 / 0.8);
  }

  .xxl\:bg-fuchsia-800\/85{
    background-color: rgb(134 25 143 / 0.85);
  }

  .xxl\:bg-fuchsia-800\/90{
    background-color: rgb(134 25 143 / 0.9);
  }

  .xxl\:bg-fuchsia-800\/95{
    background-color: rgb(134 25 143 / 0.95);
  }

  .xxl\:bg-fuchsia-900{
    --tw-bg-opacity: 1;
    background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-900\/0{
    background-color: rgb(112 26 117 / 0);
  }

  .xxl\:bg-fuchsia-900\/10{
    background-color: rgb(112 26 117 / 0.1);
  }

  .xxl\:bg-fuchsia-900\/100{
    background-color: rgb(112 26 117 / 1);
  }

  .xxl\:bg-fuchsia-900\/15{
    background-color: rgb(112 26 117 / 0.15);
  }

  .xxl\:bg-fuchsia-900\/20{
    background-color: rgb(112 26 117 / 0.2);
  }

  .xxl\:bg-fuchsia-900\/25{
    background-color: rgb(112 26 117 / 0.25);
  }

  .xxl\:bg-fuchsia-900\/30{
    background-color: rgb(112 26 117 / 0.3);
  }

  .xxl\:bg-fuchsia-900\/35{
    background-color: rgb(112 26 117 / 0.35);
  }

  .xxl\:bg-fuchsia-900\/40{
    background-color: rgb(112 26 117 / 0.4);
  }

  .xxl\:bg-fuchsia-900\/45{
    background-color: rgb(112 26 117 / 0.45);
  }

  .xxl\:bg-fuchsia-900\/5{
    background-color: rgb(112 26 117 / 0.05);
  }

  .xxl\:bg-fuchsia-900\/50{
    background-color: rgb(112 26 117 / 0.5);
  }

  .xxl\:bg-fuchsia-900\/55{
    background-color: rgb(112 26 117 / 0.55);
  }

  .xxl\:bg-fuchsia-900\/60{
    background-color: rgb(112 26 117 / 0.6);
  }

  .xxl\:bg-fuchsia-900\/65{
    background-color: rgb(112 26 117 / 0.65);
  }

  .xxl\:bg-fuchsia-900\/70{
    background-color: rgb(112 26 117 / 0.7);
  }

  .xxl\:bg-fuchsia-900\/75{
    background-color: rgb(112 26 117 / 0.75);
  }

  .xxl\:bg-fuchsia-900\/80{
    background-color: rgb(112 26 117 / 0.8);
  }

  .xxl\:bg-fuchsia-900\/85{
    background-color: rgb(112 26 117 / 0.85);
  }

  .xxl\:bg-fuchsia-900\/90{
    background-color: rgb(112 26 117 / 0.9);
  }

  .xxl\:bg-fuchsia-900\/95{
    background-color: rgb(112 26 117 / 0.95);
  }

  .xxl\:bg-fuchsia-950{
    --tw-bg-opacity: 1;
    background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-fuchsia-950\/0{
    background-color: rgb(74 4 78 / 0);
  }

  .xxl\:bg-fuchsia-950\/10{
    background-color: rgb(74 4 78 / 0.1);
  }

  .xxl\:bg-fuchsia-950\/100{
    background-color: rgb(74 4 78 / 1);
  }

  .xxl\:bg-fuchsia-950\/15{
    background-color: rgb(74 4 78 / 0.15);
  }

  .xxl\:bg-fuchsia-950\/20{
    background-color: rgb(74 4 78 / 0.2);
  }

  .xxl\:bg-fuchsia-950\/25{
    background-color: rgb(74 4 78 / 0.25);
  }

  .xxl\:bg-fuchsia-950\/30{
    background-color: rgb(74 4 78 / 0.3);
  }

  .xxl\:bg-fuchsia-950\/35{
    background-color: rgb(74 4 78 / 0.35);
  }

  .xxl\:bg-fuchsia-950\/40{
    background-color: rgb(74 4 78 / 0.4);
  }

  .xxl\:bg-fuchsia-950\/45{
    background-color: rgb(74 4 78 / 0.45);
  }

  .xxl\:bg-fuchsia-950\/5{
    background-color: rgb(74 4 78 / 0.05);
  }

  .xxl\:bg-fuchsia-950\/50{
    background-color: rgb(74 4 78 / 0.5);
  }

  .xxl\:bg-fuchsia-950\/55{
    background-color: rgb(74 4 78 / 0.55);
  }

  .xxl\:bg-fuchsia-950\/60{
    background-color: rgb(74 4 78 / 0.6);
  }

  .xxl\:bg-fuchsia-950\/65{
    background-color: rgb(74 4 78 / 0.65);
  }

  .xxl\:bg-fuchsia-950\/70{
    background-color: rgb(74 4 78 / 0.7);
  }

  .xxl\:bg-fuchsia-950\/75{
    background-color: rgb(74 4 78 / 0.75);
  }

  .xxl\:bg-fuchsia-950\/80{
    background-color: rgb(74 4 78 / 0.8);
  }

  .xxl\:bg-fuchsia-950\/85{
    background-color: rgb(74 4 78 / 0.85);
  }

  .xxl\:bg-fuchsia-950\/90{
    background-color: rgb(74 4 78 / 0.9);
  }

  .xxl\:bg-fuchsia-950\/95{
    background-color: rgb(74 4 78 / 0.95);
  }

  .xxl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-100\/0{
    background-color: rgb(243 244 246 / 0);
  }

  .xxl\:bg-gray-100\/10{
    background-color: rgb(243 244 246 / 0.1);
  }

  .xxl\:bg-gray-100\/100{
    background-color: rgb(243 244 246 / 1);
  }

  .xxl\:bg-gray-100\/15{
    background-color: rgb(243 244 246 / 0.15);
  }

  .xxl\:bg-gray-100\/20{
    background-color: rgb(243 244 246 / 0.2);
  }

  .xxl\:bg-gray-100\/25{
    background-color: rgb(243 244 246 / 0.25);
  }

  .xxl\:bg-gray-100\/30{
    background-color: rgb(243 244 246 / 0.3);
  }

  .xxl\:bg-gray-100\/35{
    background-color: rgb(243 244 246 / 0.35);
  }

  .xxl\:bg-gray-100\/40{
    background-color: rgb(243 244 246 / 0.4);
  }

  .xxl\:bg-gray-100\/45{
    background-color: rgb(243 244 246 / 0.45);
  }

  .xxl\:bg-gray-100\/5{
    background-color: rgb(243 244 246 / 0.05);
  }

  .xxl\:bg-gray-100\/50{
    background-color: rgb(243 244 246 / 0.5);
  }

  .xxl\:bg-gray-100\/55{
    background-color: rgb(243 244 246 / 0.55);
  }

  .xxl\:bg-gray-100\/60{
    background-color: rgb(243 244 246 / 0.6);
  }

  .xxl\:bg-gray-100\/65{
    background-color: rgb(243 244 246 / 0.65);
  }

  .xxl\:bg-gray-100\/70{
    background-color: rgb(243 244 246 / 0.7);
  }

  .xxl\:bg-gray-100\/75{
    background-color: rgb(243 244 246 / 0.75);
  }

  .xxl\:bg-gray-100\/80{
    background-color: rgb(243 244 246 / 0.8);
  }

  .xxl\:bg-gray-100\/85{
    background-color: rgb(243 244 246 / 0.85);
  }

  .xxl\:bg-gray-100\/90{
    background-color: rgb(243 244 246 / 0.9);
  }

  .xxl\:bg-gray-100\/95{
    background-color: rgb(243 244 246 / 0.95);
  }

  .xxl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-200\/0{
    background-color: rgb(229 231 235 / 0);
  }

  .xxl\:bg-gray-200\/10{
    background-color: rgb(229 231 235 / 0.1);
  }

  .xxl\:bg-gray-200\/100{
    background-color: rgb(229 231 235 / 1);
  }

  .xxl\:bg-gray-200\/15{
    background-color: rgb(229 231 235 / 0.15);
  }

  .xxl\:bg-gray-200\/20{
    background-color: rgb(229 231 235 / 0.2);
  }

  .xxl\:bg-gray-200\/25{
    background-color: rgb(229 231 235 / 0.25);
  }

  .xxl\:bg-gray-200\/30{
    background-color: rgb(229 231 235 / 0.3);
  }

  .xxl\:bg-gray-200\/35{
    background-color: rgb(229 231 235 / 0.35);
  }

  .xxl\:bg-gray-200\/40{
    background-color: rgb(229 231 235 / 0.4);
  }

  .xxl\:bg-gray-200\/45{
    background-color: rgb(229 231 235 / 0.45);
  }

  .xxl\:bg-gray-200\/5{
    background-color: rgb(229 231 235 / 0.05);
  }

  .xxl\:bg-gray-200\/50{
    background-color: rgb(229 231 235 / 0.5);
  }

  .xxl\:bg-gray-200\/55{
    background-color: rgb(229 231 235 / 0.55);
  }

  .xxl\:bg-gray-200\/60{
    background-color: rgb(229 231 235 / 0.6);
  }

  .xxl\:bg-gray-200\/65{
    background-color: rgb(229 231 235 / 0.65);
  }

  .xxl\:bg-gray-200\/70{
    background-color: rgb(229 231 235 / 0.7);
  }

  .xxl\:bg-gray-200\/75{
    background-color: rgb(229 231 235 / 0.75);
  }

  .xxl\:bg-gray-200\/80{
    background-color: rgb(229 231 235 / 0.8);
  }

  .xxl\:bg-gray-200\/85{
    background-color: rgb(229 231 235 / 0.85);
  }

  .xxl\:bg-gray-200\/90{
    background-color: rgb(229 231 235 / 0.9);
  }

  .xxl\:bg-gray-200\/95{
    background-color: rgb(229 231 235 / 0.95);
  }

  .xxl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-300\/0{
    background-color: rgb(209 213 219 / 0);
  }

  .xxl\:bg-gray-300\/10{
    background-color: rgb(209 213 219 / 0.1);
  }

  .xxl\:bg-gray-300\/100{
    background-color: rgb(209 213 219 / 1);
  }

  .xxl\:bg-gray-300\/15{
    background-color: rgb(209 213 219 / 0.15);
  }

  .xxl\:bg-gray-300\/20{
    background-color: rgb(209 213 219 / 0.2);
  }

  .xxl\:bg-gray-300\/25{
    background-color: rgb(209 213 219 / 0.25);
  }

  .xxl\:bg-gray-300\/30{
    background-color: rgb(209 213 219 / 0.3);
  }

  .xxl\:bg-gray-300\/35{
    background-color: rgb(209 213 219 / 0.35);
  }

  .xxl\:bg-gray-300\/40{
    background-color: rgb(209 213 219 / 0.4);
  }

  .xxl\:bg-gray-300\/45{
    background-color: rgb(209 213 219 / 0.45);
  }

  .xxl\:bg-gray-300\/5{
    background-color: rgb(209 213 219 / 0.05);
  }

  .xxl\:bg-gray-300\/50{
    background-color: rgb(209 213 219 / 0.5);
  }

  .xxl\:bg-gray-300\/55{
    background-color: rgb(209 213 219 / 0.55);
  }

  .xxl\:bg-gray-300\/60{
    background-color: rgb(209 213 219 / 0.6);
  }

  .xxl\:bg-gray-300\/65{
    background-color: rgb(209 213 219 / 0.65);
  }

  .xxl\:bg-gray-300\/70{
    background-color: rgb(209 213 219 / 0.7);
  }

  .xxl\:bg-gray-300\/75{
    background-color: rgb(209 213 219 / 0.75);
  }

  .xxl\:bg-gray-300\/80{
    background-color: rgb(209 213 219 / 0.8);
  }

  .xxl\:bg-gray-300\/85{
    background-color: rgb(209 213 219 / 0.85);
  }

  .xxl\:bg-gray-300\/90{
    background-color: rgb(209 213 219 / 0.9);
  }

  .xxl\:bg-gray-300\/95{
    background-color: rgb(209 213 219 / 0.95);
  }

  .xxl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-400\/0{
    background-color: rgb(156 163 175 / 0);
  }

  .xxl\:bg-gray-400\/10{
    background-color: rgb(156 163 175 / 0.1);
  }

  .xxl\:bg-gray-400\/100{
    background-color: rgb(156 163 175 / 1);
  }

  .xxl\:bg-gray-400\/15{
    background-color: rgb(156 163 175 / 0.15);
  }

  .xxl\:bg-gray-400\/20{
    background-color: rgb(156 163 175 / 0.2);
  }

  .xxl\:bg-gray-400\/25{
    background-color: rgb(156 163 175 / 0.25);
  }

  .xxl\:bg-gray-400\/30{
    background-color: rgb(156 163 175 / 0.3);
  }

  .xxl\:bg-gray-400\/35{
    background-color: rgb(156 163 175 / 0.35);
  }

  .xxl\:bg-gray-400\/40{
    background-color: rgb(156 163 175 / 0.4);
  }

  .xxl\:bg-gray-400\/45{
    background-color: rgb(156 163 175 / 0.45);
  }

  .xxl\:bg-gray-400\/5{
    background-color: rgb(156 163 175 / 0.05);
  }

  .xxl\:bg-gray-400\/50{
    background-color: rgb(156 163 175 / 0.5);
  }

  .xxl\:bg-gray-400\/55{
    background-color: rgb(156 163 175 / 0.55);
  }

  .xxl\:bg-gray-400\/60{
    background-color: rgb(156 163 175 / 0.6);
  }

  .xxl\:bg-gray-400\/65{
    background-color: rgb(156 163 175 / 0.65);
  }

  .xxl\:bg-gray-400\/70{
    background-color: rgb(156 163 175 / 0.7);
  }

  .xxl\:bg-gray-400\/75{
    background-color: rgb(156 163 175 / 0.75);
  }

  .xxl\:bg-gray-400\/80{
    background-color: rgb(156 163 175 / 0.8);
  }

  .xxl\:bg-gray-400\/85{
    background-color: rgb(156 163 175 / 0.85);
  }

  .xxl\:bg-gray-400\/90{
    background-color: rgb(156 163 175 / 0.9);
  }

  .xxl\:bg-gray-400\/95{
    background-color: rgb(156 163 175 / 0.95);
  }

  .xxl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-50\/0{
    background-color: rgb(249 250 251 / 0);
  }

  .xxl\:bg-gray-50\/10{
    background-color: rgb(249 250 251 / 0.1);
  }

  .xxl\:bg-gray-50\/100{
    background-color: rgb(249 250 251 / 1);
  }

  .xxl\:bg-gray-50\/15{
    background-color: rgb(249 250 251 / 0.15);
  }

  .xxl\:bg-gray-50\/20{
    background-color: rgb(249 250 251 / 0.2);
  }

  .xxl\:bg-gray-50\/25{
    background-color: rgb(249 250 251 / 0.25);
  }

  .xxl\:bg-gray-50\/30{
    background-color: rgb(249 250 251 / 0.3);
  }

  .xxl\:bg-gray-50\/35{
    background-color: rgb(249 250 251 / 0.35);
  }

  .xxl\:bg-gray-50\/40{
    background-color: rgb(249 250 251 / 0.4);
  }

  .xxl\:bg-gray-50\/45{
    background-color: rgb(249 250 251 / 0.45);
  }

  .xxl\:bg-gray-50\/5{
    background-color: rgb(249 250 251 / 0.05);
  }

  .xxl\:bg-gray-50\/50{
    background-color: rgb(249 250 251 / 0.5);
  }

  .xxl\:bg-gray-50\/55{
    background-color: rgb(249 250 251 / 0.55);
  }

  .xxl\:bg-gray-50\/60{
    background-color: rgb(249 250 251 / 0.6);
  }

  .xxl\:bg-gray-50\/65{
    background-color: rgb(249 250 251 / 0.65);
  }

  .xxl\:bg-gray-50\/70{
    background-color: rgb(249 250 251 / 0.7);
  }

  .xxl\:bg-gray-50\/75{
    background-color: rgb(249 250 251 / 0.75);
  }

  .xxl\:bg-gray-50\/80{
    background-color: rgb(249 250 251 / 0.8);
  }

  .xxl\:bg-gray-50\/85{
    background-color: rgb(249 250 251 / 0.85);
  }

  .xxl\:bg-gray-50\/90{
    background-color: rgb(249 250 251 / 0.9);
  }

  .xxl\:bg-gray-50\/95{
    background-color: rgb(249 250 251 / 0.95);
  }

  .xxl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-500\/0{
    background-color: rgb(107 114 128 / 0);
  }

  .xxl\:bg-gray-500\/10{
    background-color: rgb(107 114 128 / 0.1);
  }

  .xxl\:bg-gray-500\/100{
    background-color: rgb(107 114 128 / 1);
  }

  .xxl\:bg-gray-500\/15{
    background-color: rgb(107 114 128 / 0.15);
  }

  .xxl\:bg-gray-500\/20{
    background-color: rgb(107 114 128 / 0.2);
  }

  .xxl\:bg-gray-500\/25{
    background-color: rgb(107 114 128 / 0.25);
  }

  .xxl\:bg-gray-500\/30{
    background-color: rgb(107 114 128 / 0.3);
  }

  .xxl\:bg-gray-500\/35{
    background-color: rgb(107 114 128 / 0.35);
  }

  .xxl\:bg-gray-500\/40{
    background-color: rgb(107 114 128 / 0.4);
  }

  .xxl\:bg-gray-500\/45{
    background-color: rgb(107 114 128 / 0.45);
  }

  .xxl\:bg-gray-500\/5{
    background-color: rgb(107 114 128 / 0.05);
  }

  .xxl\:bg-gray-500\/50{
    background-color: rgb(107 114 128 / 0.5);
  }

  .xxl\:bg-gray-500\/55{
    background-color: rgb(107 114 128 / 0.55);
  }

  .xxl\:bg-gray-500\/60{
    background-color: rgb(107 114 128 / 0.6);
  }

  .xxl\:bg-gray-500\/65{
    background-color: rgb(107 114 128 / 0.65);
  }

  .xxl\:bg-gray-500\/70{
    background-color: rgb(107 114 128 / 0.7);
  }

  .xxl\:bg-gray-500\/75{
    background-color: rgb(107 114 128 / 0.75);
  }

  .xxl\:bg-gray-500\/80{
    background-color: rgb(107 114 128 / 0.8);
  }

  .xxl\:bg-gray-500\/85{
    background-color: rgb(107 114 128 / 0.85);
  }

  .xxl\:bg-gray-500\/90{
    background-color: rgb(107 114 128 / 0.9);
  }

  .xxl\:bg-gray-500\/95{
    background-color: rgb(107 114 128 / 0.95);
  }

  .xxl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-600\/0{
    background-color: rgb(75 85 99 / 0);
  }

  .xxl\:bg-gray-600\/10{
    background-color: rgb(75 85 99 / 0.1);
  }

  .xxl\:bg-gray-600\/100{
    background-color: rgb(75 85 99 / 1);
  }

  .xxl\:bg-gray-600\/15{
    background-color: rgb(75 85 99 / 0.15);
  }

  .xxl\:bg-gray-600\/20{
    background-color: rgb(75 85 99 / 0.2);
  }

  .xxl\:bg-gray-600\/25{
    background-color: rgb(75 85 99 / 0.25);
  }

  .xxl\:bg-gray-600\/30{
    background-color: rgb(75 85 99 / 0.3);
  }

  .xxl\:bg-gray-600\/35{
    background-color: rgb(75 85 99 / 0.35);
  }

  .xxl\:bg-gray-600\/40{
    background-color: rgb(75 85 99 / 0.4);
  }

  .xxl\:bg-gray-600\/45{
    background-color: rgb(75 85 99 / 0.45);
  }

  .xxl\:bg-gray-600\/5{
    background-color: rgb(75 85 99 / 0.05);
  }

  .xxl\:bg-gray-600\/50{
    background-color: rgb(75 85 99 / 0.5);
  }

  .xxl\:bg-gray-600\/55{
    background-color: rgb(75 85 99 / 0.55);
  }

  .xxl\:bg-gray-600\/60{
    background-color: rgb(75 85 99 / 0.6);
  }

  .xxl\:bg-gray-600\/65{
    background-color: rgb(75 85 99 / 0.65);
  }

  .xxl\:bg-gray-600\/70{
    background-color: rgb(75 85 99 / 0.7);
  }

  .xxl\:bg-gray-600\/75{
    background-color: rgb(75 85 99 / 0.75);
  }

  .xxl\:bg-gray-600\/80{
    background-color: rgb(75 85 99 / 0.8);
  }

  .xxl\:bg-gray-600\/85{
    background-color: rgb(75 85 99 / 0.85);
  }

  .xxl\:bg-gray-600\/90{
    background-color: rgb(75 85 99 / 0.9);
  }

  .xxl\:bg-gray-600\/95{
    background-color: rgb(75 85 99 / 0.95);
  }

  .xxl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-700\/0{
    background-color: rgb(55 65 81 / 0);
  }

  .xxl\:bg-gray-700\/10{
    background-color: rgb(55 65 81 / 0.1);
  }

  .xxl\:bg-gray-700\/100{
    background-color: rgb(55 65 81 / 1);
  }

  .xxl\:bg-gray-700\/15{
    background-color: rgb(55 65 81 / 0.15);
  }

  .xxl\:bg-gray-700\/20{
    background-color: rgb(55 65 81 / 0.2);
  }

  .xxl\:bg-gray-700\/25{
    background-color: rgb(55 65 81 / 0.25);
  }

  .xxl\:bg-gray-700\/30{
    background-color: rgb(55 65 81 / 0.3);
  }

  .xxl\:bg-gray-700\/35{
    background-color: rgb(55 65 81 / 0.35);
  }

  .xxl\:bg-gray-700\/40{
    background-color: rgb(55 65 81 / 0.4);
  }

  .xxl\:bg-gray-700\/45{
    background-color: rgb(55 65 81 / 0.45);
  }

  .xxl\:bg-gray-700\/5{
    background-color: rgb(55 65 81 / 0.05);
  }

  .xxl\:bg-gray-700\/50{
    background-color: rgb(55 65 81 / 0.5);
  }

  .xxl\:bg-gray-700\/55{
    background-color: rgb(55 65 81 / 0.55);
  }

  .xxl\:bg-gray-700\/60{
    background-color: rgb(55 65 81 / 0.6);
  }

  .xxl\:bg-gray-700\/65{
    background-color: rgb(55 65 81 / 0.65);
  }

  .xxl\:bg-gray-700\/70{
    background-color: rgb(55 65 81 / 0.7);
  }

  .xxl\:bg-gray-700\/75{
    background-color: rgb(55 65 81 / 0.75);
  }

  .xxl\:bg-gray-700\/80{
    background-color: rgb(55 65 81 / 0.8);
  }

  .xxl\:bg-gray-700\/85{
    background-color: rgb(55 65 81 / 0.85);
  }

  .xxl\:bg-gray-700\/90{
    background-color: rgb(55 65 81 / 0.9);
  }

  .xxl\:bg-gray-700\/95{
    background-color: rgb(55 65 81 / 0.95);
  }

  .xxl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-800\/0{
    background-color: rgb(31 41 55 / 0);
  }

  .xxl\:bg-gray-800\/10{
    background-color: rgb(31 41 55 / 0.1);
  }

  .xxl\:bg-gray-800\/100{
    background-color: rgb(31 41 55 / 1);
  }

  .xxl\:bg-gray-800\/15{
    background-color: rgb(31 41 55 / 0.15);
  }

  .xxl\:bg-gray-800\/20{
    background-color: rgb(31 41 55 / 0.2);
  }

  .xxl\:bg-gray-800\/25{
    background-color: rgb(31 41 55 / 0.25);
  }

  .xxl\:bg-gray-800\/30{
    background-color: rgb(31 41 55 / 0.3);
  }

  .xxl\:bg-gray-800\/35{
    background-color: rgb(31 41 55 / 0.35);
  }

  .xxl\:bg-gray-800\/40{
    background-color: rgb(31 41 55 / 0.4);
  }

  .xxl\:bg-gray-800\/45{
    background-color: rgb(31 41 55 / 0.45);
  }

  .xxl\:bg-gray-800\/5{
    background-color: rgb(31 41 55 / 0.05);
  }

  .xxl\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .xxl\:bg-gray-800\/55{
    background-color: rgb(31 41 55 / 0.55);
  }

  .xxl\:bg-gray-800\/60{
    background-color: rgb(31 41 55 / 0.6);
  }

  .xxl\:bg-gray-800\/65{
    background-color: rgb(31 41 55 / 0.65);
  }

  .xxl\:bg-gray-800\/70{
    background-color: rgb(31 41 55 / 0.7);
  }

  .xxl\:bg-gray-800\/75{
    background-color: rgb(31 41 55 / 0.75);
  }

  .xxl\:bg-gray-800\/80{
    background-color: rgb(31 41 55 / 0.8);
  }

  .xxl\:bg-gray-800\/85{
    background-color: rgb(31 41 55 / 0.85);
  }

  .xxl\:bg-gray-800\/90{
    background-color: rgb(31 41 55 / 0.9);
  }

  .xxl\:bg-gray-800\/95{
    background-color: rgb(31 41 55 / 0.95);
  }

  .xxl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-900\/0{
    background-color: rgb(17 24 39 / 0);
  }

  .xxl\:bg-gray-900\/10{
    background-color: rgb(17 24 39 / 0.1);
  }

  .xxl\:bg-gray-900\/100{
    background-color: rgb(17 24 39 / 1);
  }

  .xxl\:bg-gray-900\/15{
    background-color: rgb(17 24 39 / 0.15);
  }

  .xxl\:bg-gray-900\/20{
    background-color: rgb(17 24 39 / 0.2);
  }

  .xxl\:bg-gray-900\/25{
    background-color: rgb(17 24 39 / 0.25);
  }

  .xxl\:bg-gray-900\/30{
    background-color: rgb(17 24 39 / 0.3);
  }

  .xxl\:bg-gray-900\/35{
    background-color: rgb(17 24 39 / 0.35);
  }

  .xxl\:bg-gray-900\/40{
    background-color: rgb(17 24 39 / 0.4);
  }

  .xxl\:bg-gray-900\/45{
    background-color: rgb(17 24 39 / 0.45);
  }

  .xxl\:bg-gray-900\/5{
    background-color: rgb(17 24 39 / 0.05);
  }

  .xxl\:bg-gray-900\/50{
    background-color: rgb(17 24 39 / 0.5);
  }

  .xxl\:bg-gray-900\/55{
    background-color: rgb(17 24 39 / 0.55);
  }

  .xxl\:bg-gray-900\/60{
    background-color: rgb(17 24 39 / 0.6);
  }

  .xxl\:bg-gray-900\/65{
    background-color: rgb(17 24 39 / 0.65);
  }

  .xxl\:bg-gray-900\/70{
    background-color: rgb(17 24 39 / 0.7);
  }

  .xxl\:bg-gray-900\/75{
    background-color: rgb(17 24 39 / 0.75);
  }

  .xxl\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .xxl\:bg-gray-900\/85{
    background-color: rgb(17 24 39 / 0.85);
  }

  .xxl\:bg-gray-900\/90{
    background-color: rgb(17 24 39 / 0.9);
  }

  .xxl\:bg-gray-900\/95{
    background-color: rgb(17 24 39 / 0.95);
  }

  .xxl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-gray-950\/0{
    background-color: rgb(3 7 18 / 0);
  }

  .xxl\:bg-gray-950\/10{
    background-color: rgb(3 7 18 / 0.1);
  }

  .xxl\:bg-gray-950\/100{
    background-color: rgb(3 7 18 / 1);
  }

  .xxl\:bg-gray-950\/15{
    background-color: rgb(3 7 18 / 0.15);
  }

  .xxl\:bg-gray-950\/20{
    background-color: rgb(3 7 18 / 0.2);
  }

  .xxl\:bg-gray-950\/25{
    background-color: rgb(3 7 18 / 0.25);
  }

  .xxl\:bg-gray-950\/30{
    background-color: rgb(3 7 18 / 0.3);
  }

  .xxl\:bg-gray-950\/35{
    background-color: rgb(3 7 18 / 0.35);
  }

  .xxl\:bg-gray-950\/40{
    background-color: rgb(3 7 18 / 0.4);
  }

  .xxl\:bg-gray-950\/45{
    background-color: rgb(3 7 18 / 0.45);
  }

  .xxl\:bg-gray-950\/5{
    background-color: rgb(3 7 18 / 0.05);
  }

  .xxl\:bg-gray-950\/50{
    background-color: rgb(3 7 18 / 0.5);
  }

  .xxl\:bg-gray-950\/55{
    background-color: rgb(3 7 18 / 0.55);
  }

  .xxl\:bg-gray-950\/60{
    background-color: rgb(3 7 18 / 0.6);
  }

  .xxl\:bg-gray-950\/65{
    background-color: rgb(3 7 18 / 0.65);
  }

  .xxl\:bg-gray-950\/70{
    background-color: rgb(3 7 18 / 0.7);
  }

  .xxl\:bg-gray-950\/75{
    background-color: rgb(3 7 18 / 0.75);
  }

  .xxl\:bg-gray-950\/80{
    background-color: rgb(3 7 18 / 0.8);
  }

  .xxl\:bg-gray-950\/85{
    background-color: rgb(3 7 18 / 0.85);
  }

  .xxl\:bg-gray-950\/90{
    background-color: rgb(3 7 18 / 0.9);
  }

  .xxl\:bg-gray-950\/95{
    background-color: rgb(3 7 18 / 0.95);
  }

  .xxl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-100\/0{
    background-color: rgb(220 252 231 / 0);
  }

  .xxl\:bg-green-100\/10{
    background-color: rgb(220 252 231 / 0.1);
  }

  .xxl\:bg-green-100\/100{
    background-color: rgb(220 252 231 / 1);
  }

  .xxl\:bg-green-100\/15{
    background-color: rgb(220 252 231 / 0.15);
  }

  .xxl\:bg-green-100\/20{
    background-color: rgb(220 252 231 / 0.2);
  }

  .xxl\:bg-green-100\/25{
    background-color: rgb(220 252 231 / 0.25);
  }

  .xxl\:bg-green-100\/30{
    background-color: rgb(220 252 231 / 0.3);
  }

  .xxl\:bg-green-100\/35{
    background-color: rgb(220 252 231 / 0.35);
  }

  .xxl\:bg-green-100\/40{
    background-color: rgb(220 252 231 / 0.4);
  }

  .xxl\:bg-green-100\/45{
    background-color: rgb(220 252 231 / 0.45);
  }

  .xxl\:bg-green-100\/5{
    background-color: rgb(220 252 231 / 0.05);
  }

  .xxl\:bg-green-100\/50{
    background-color: rgb(220 252 231 / 0.5);
  }

  .xxl\:bg-green-100\/55{
    background-color: rgb(220 252 231 / 0.55);
  }

  .xxl\:bg-green-100\/60{
    background-color: rgb(220 252 231 / 0.6);
  }

  .xxl\:bg-green-100\/65{
    background-color: rgb(220 252 231 / 0.65);
  }

  .xxl\:bg-green-100\/70{
    background-color: rgb(220 252 231 / 0.7);
  }

  .xxl\:bg-green-100\/75{
    background-color: rgb(220 252 231 / 0.75);
  }

  .xxl\:bg-green-100\/80{
    background-color: rgb(220 252 231 / 0.8);
  }

  .xxl\:bg-green-100\/85{
    background-color: rgb(220 252 231 / 0.85);
  }

  .xxl\:bg-green-100\/90{
    background-color: rgb(220 252 231 / 0.9);
  }

  .xxl\:bg-green-100\/95{
    background-color: rgb(220 252 231 / 0.95);
  }

  .xxl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-200\/0{
    background-color: rgb(187 247 208 / 0);
  }

  .xxl\:bg-green-200\/10{
    background-color: rgb(187 247 208 / 0.1);
  }

  .xxl\:bg-green-200\/100{
    background-color: rgb(187 247 208 / 1);
  }

  .xxl\:bg-green-200\/15{
    background-color: rgb(187 247 208 / 0.15);
  }

  .xxl\:bg-green-200\/20{
    background-color: rgb(187 247 208 / 0.2);
  }

  .xxl\:bg-green-200\/25{
    background-color: rgb(187 247 208 / 0.25);
  }

  .xxl\:bg-green-200\/30{
    background-color: rgb(187 247 208 / 0.3);
  }

  .xxl\:bg-green-200\/35{
    background-color: rgb(187 247 208 / 0.35);
  }

  .xxl\:bg-green-200\/40{
    background-color: rgb(187 247 208 / 0.4);
  }

  .xxl\:bg-green-200\/45{
    background-color: rgb(187 247 208 / 0.45);
  }

  .xxl\:bg-green-200\/5{
    background-color: rgb(187 247 208 / 0.05);
  }

  .xxl\:bg-green-200\/50{
    background-color: rgb(187 247 208 / 0.5);
  }

  .xxl\:bg-green-200\/55{
    background-color: rgb(187 247 208 / 0.55);
  }

  .xxl\:bg-green-200\/60{
    background-color: rgb(187 247 208 / 0.6);
  }

  .xxl\:bg-green-200\/65{
    background-color: rgb(187 247 208 / 0.65);
  }

  .xxl\:bg-green-200\/70{
    background-color: rgb(187 247 208 / 0.7);
  }

  .xxl\:bg-green-200\/75{
    background-color: rgb(187 247 208 / 0.75);
  }

  .xxl\:bg-green-200\/80{
    background-color: rgb(187 247 208 / 0.8);
  }

  .xxl\:bg-green-200\/85{
    background-color: rgb(187 247 208 / 0.85);
  }

  .xxl\:bg-green-200\/90{
    background-color: rgb(187 247 208 / 0.9);
  }

  .xxl\:bg-green-200\/95{
    background-color: rgb(187 247 208 / 0.95);
  }

  .xxl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-300\/0{
    background-color: rgb(134 239 172 / 0);
  }

  .xxl\:bg-green-300\/10{
    background-color: rgb(134 239 172 / 0.1);
  }

  .xxl\:bg-green-300\/100{
    background-color: rgb(134 239 172 / 1);
  }

  .xxl\:bg-green-300\/15{
    background-color: rgb(134 239 172 / 0.15);
  }

  .xxl\:bg-green-300\/20{
    background-color: rgb(134 239 172 / 0.2);
  }

  .xxl\:bg-green-300\/25{
    background-color: rgb(134 239 172 / 0.25);
  }

  .xxl\:bg-green-300\/30{
    background-color: rgb(134 239 172 / 0.3);
  }

  .xxl\:bg-green-300\/35{
    background-color: rgb(134 239 172 / 0.35);
  }

  .xxl\:bg-green-300\/40{
    background-color: rgb(134 239 172 / 0.4);
  }

  .xxl\:bg-green-300\/45{
    background-color: rgb(134 239 172 / 0.45);
  }

  .xxl\:bg-green-300\/5{
    background-color: rgb(134 239 172 / 0.05);
  }

  .xxl\:bg-green-300\/50{
    background-color: rgb(134 239 172 / 0.5);
  }

  .xxl\:bg-green-300\/55{
    background-color: rgb(134 239 172 / 0.55);
  }

  .xxl\:bg-green-300\/60{
    background-color: rgb(134 239 172 / 0.6);
  }

  .xxl\:bg-green-300\/65{
    background-color: rgb(134 239 172 / 0.65);
  }

  .xxl\:bg-green-300\/70{
    background-color: rgb(134 239 172 / 0.7);
  }

  .xxl\:bg-green-300\/75{
    background-color: rgb(134 239 172 / 0.75);
  }

  .xxl\:bg-green-300\/80{
    background-color: rgb(134 239 172 / 0.8);
  }

  .xxl\:bg-green-300\/85{
    background-color: rgb(134 239 172 / 0.85);
  }

  .xxl\:bg-green-300\/90{
    background-color: rgb(134 239 172 / 0.9);
  }

  .xxl\:bg-green-300\/95{
    background-color: rgb(134 239 172 / 0.95);
  }

  .xxl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-400\/0{
    background-color: rgb(74 222 128 / 0);
  }

  .xxl\:bg-green-400\/10{
    background-color: rgb(74 222 128 / 0.1);
  }

  .xxl\:bg-green-400\/100{
    background-color: rgb(74 222 128 / 1);
  }

  .xxl\:bg-green-400\/15{
    background-color: rgb(74 222 128 / 0.15);
  }

  .xxl\:bg-green-400\/20{
    background-color: rgb(74 222 128 / 0.2);
  }

  .xxl\:bg-green-400\/25{
    background-color: rgb(74 222 128 / 0.25);
  }

  .xxl\:bg-green-400\/30{
    background-color: rgb(74 222 128 / 0.3);
  }

  .xxl\:bg-green-400\/35{
    background-color: rgb(74 222 128 / 0.35);
  }

  .xxl\:bg-green-400\/40{
    background-color: rgb(74 222 128 / 0.4);
  }

  .xxl\:bg-green-400\/45{
    background-color: rgb(74 222 128 / 0.45);
  }

  .xxl\:bg-green-400\/5{
    background-color: rgb(74 222 128 / 0.05);
  }

  .xxl\:bg-green-400\/50{
    background-color: rgb(74 222 128 / 0.5);
  }

  .xxl\:bg-green-400\/55{
    background-color: rgb(74 222 128 / 0.55);
  }

  .xxl\:bg-green-400\/60{
    background-color: rgb(74 222 128 / 0.6);
  }

  .xxl\:bg-green-400\/65{
    background-color: rgb(74 222 128 / 0.65);
  }

  .xxl\:bg-green-400\/70{
    background-color: rgb(74 222 128 / 0.7);
  }

  .xxl\:bg-green-400\/75{
    background-color: rgb(74 222 128 / 0.75);
  }

  .xxl\:bg-green-400\/80{
    background-color: rgb(74 222 128 / 0.8);
  }

  .xxl\:bg-green-400\/85{
    background-color: rgb(74 222 128 / 0.85);
  }

  .xxl\:bg-green-400\/90{
    background-color: rgb(74 222 128 / 0.9);
  }

  .xxl\:bg-green-400\/95{
    background-color: rgb(74 222 128 / 0.95);
  }

  .xxl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-50\/0{
    background-color: rgb(240 253 244 / 0);
  }

  .xxl\:bg-green-50\/10{
    background-color: rgb(240 253 244 / 0.1);
  }

  .xxl\:bg-green-50\/100{
    background-color: rgb(240 253 244 / 1);
  }

  .xxl\:bg-green-50\/15{
    background-color: rgb(240 253 244 / 0.15);
  }

  .xxl\:bg-green-50\/20{
    background-color: rgb(240 253 244 / 0.2);
  }

  .xxl\:bg-green-50\/25{
    background-color: rgb(240 253 244 / 0.25);
  }

  .xxl\:bg-green-50\/30{
    background-color: rgb(240 253 244 / 0.3);
  }

  .xxl\:bg-green-50\/35{
    background-color: rgb(240 253 244 / 0.35);
  }

  .xxl\:bg-green-50\/40{
    background-color: rgb(240 253 244 / 0.4);
  }

  .xxl\:bg-green-50\/45{
    background-color: rgb(240 253 244 / 0.45);
  }

  .xxl\:bg-green-50\/5{
    background-color: rgb(240 253 244 / 0.05);
  }

  .xxl\:bg-green-50\/50{
    background-color: rgb(240 253 244 / 0.5);
  }

  .xxl\:bg-green-50\/55{
    background-color: rgb(240 253 244 / 0.55);
  }

  .xxl\:bg-green-50\/60{
    background-color: rgb(240 253 244 / 0.6);
  }

  .xxl\:bg-green-50\/65{
    background-color: rgb(240 253 244 / 0.65);
  }

  .xxl\:bg-green-50\/70{
    background-color: rgb(240 253 244 / 0.7);
  }

  .xxl\:bg-green-50\/75{
    background-color: rgb(240 253 244 / 0.75);
  }

  .xxl\:bg-green-50\/80{
    background-color: rgb(240 253 244 / 0.8);
  }

  .xxl\:bg-green-50\/85{
    background-color: rgb(240 253 244 / 0.85);
  }

  .xxl\:bg-green-50\/90{
    background-color: rgb(240 253 244 / 0.9);
  }

  .xxl\:bg-green-50\/95{
    background-color: rgb(240 253 244 / 0.95);
  }

  .xxl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-500\/0{
    background-color: rgb(34 197 94 / 0);
  }

  .xxl\:bg-green-500\/10{
    background-color: rgb(34 197 94 / 0.1);
  }

  .xxl\:bg-green-500\/100{
    background-color: rgb(34 197 94 / 1);
  }

  .xxl\:bg-green-500\/15{
    background-color: rgb(34 197 94 / 0.15);
  }

  .xxl\:bg-green-500\/20{
    background-color: rgb(34 197 94 / 0.2);
  }

  .xxl\:bg-green-500\/25{
    background-color: rgb(34 197 94 / 0.25);
  }

  .xxl\:bg-green-500\/30{
    background-color: rgb(34 197 94 / 0.3);
  }

  .xxl\:bg-green-500\/35{
    background-color: rgb(34 197 94 / 0.35);
  }

  .xxl\:bg-green-500\/40{
    background-color: rgb(34 197 94 / 0.4);
  }

  .xxl\:bg-green-500\/45{
    background-color: rgb(34 197 94 / 0.45);
  }

  .xxl\:bg-green-500\/5{
    background-color: rgb(34 197 94 / 0.05);
  }

  .xxl\:bg-green-500\/50{
    background-color: rgb(34 197 94 / 0.5);
  }

  .xxl\:bg-green-500\/55{
    background-color: rgb(34 197 94 / 0.55);
  }

  .xxl\:bg-green-500\/60{
    background-color: rgb(34 197 94 / 0.6);
  }

  .xxl\:bg-green-500\/65{
    background-color: rgb(34 197 94 / 0.65);
  }

  .xxl\:bg-green-500\/70{
    background-color: rgb(34 197 94 / 0.7);
  }

  .xxl\:bg-green-500\/75{
    background-color: rgb(34 197 94 / 0.75);
  }

  .xxl\:bg-green-500\/80{
    background-color: rgb(34 197 94 / 0.8);
  }

  .xxl\:bg-green-500\/85{
    background-color: rgb(34 197 94 / 0.85);
  }

  .xxl\:bg-green-500\/90{
    background-color: rgb(34 197 94 / 0.9);
  }

  .xxl\:bg-green-500\/95{
    background-color: rgb(34 197 94 / 0.95);
  }

  .xxl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-600\/0{
    background-color: rgb(22 163 74 / 0);
  }

  .xxl\:bg-green-600\/10{
    background-color: rgb(22 163 74 / 0.1);
  }

  .xxl\:bg-green-600\/100{
    background-color: rgb(22 163 74 / 1);
  }

  .xxl\:bg-green-600\/15{
    background-color: rgb(22 163 74 / 0.15);
  }

  .xxl\:bg-green-600\/20{
    background-color: rgb(22 163 74 / 0.2);
  }

  .xxl\:bg-green-600\/25{
    background-color: rgb(22 163 74 / 0.25);
  }

  .xxl\:bg-green-600\/30{
    background-color: rgb(22 163 74 / 0.3);
  }

  .xxl\:bg-green-600\/35{
    background-color: rgb(22 163 74 / 0.35);
  }

  .xxl\:bg-green-600\/40{
    background-color: rgb(22 163 74 / 0.4);
  }

  .xxl\:bg-green-600\/45{
    background-color: rgb(22 163 74 / 0.45);
  }

  .xxl\:bg-green-600\/5{
    background-color: rgb(22 163 74 / 0.05);
  }

  .xxl\:bg-green-600\/50{
    background-color: rgb(22 163 74 / 0.5);
  }

  .xxl\:bg-green-600\/55{
    background-color: rgb(22 163 74 / 0.55);
  }

  .xxl\:bg-green-600\/60{
    background-color: rgb(22 163 74 / 0.6);
  }

  .xxl\:bg-green-600\/65{
    background-color: rgb(22 163 74 / 0.65);
  }

  .xxl\:bg-green-600\/70{
    background-color: rgb(22 163 74 / 0.7);
  }

  .xxl\:bg-green-600\/75{
    background-color: rgb(22 163 74 / 0.75);
  }

  .xxl\:bg-green-600\/80{
    background-color: rgb(22 163 74 / 0.8);
  }

  .xxl\:bg-green-600\/85{
    background-color: rgb(22 163 74 / 0.85);
  }

  .xxl\:bg-green-600\/90{
    background-color: rgb(22 163 74 / 0.9);
  }

  .xxl\:bg-green-600\/95{
    background-color: rgb(22 163 74 / 0.95);
  }

  .xxl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-700\/0{
    background-color: rgb(21 128 61 / 0);
  }

  .xxl\:bg-green-700\/10{
    background-color: rgb(21 128 61 / 0.1);
  }

  .xxl\:bg-green-700\/100{
    background-color: rgb(21 128 61 / 1);
  }

  .xxl\:bg-green-700\/15{
    background-color: rgb(21 128 61 / 0.15);
  }

  .xxl\:bg-green-700\/20{
    background-color: rgb(21 128 61 / 0.2);
  }

  .xxl\:bg-green-700\/25{
    background-color: rgb(21 128 61 / 0.25);
  }

  .xxl\:bg-green-700\/30{
    background-color: rgb(21 128 61 / 0.3);
  }

  .xxl\:bg-green-700\/35{
    background-color: rgb(21 128 61 / 0.35);
  }

  .xxl\:bg-green-700\/40{
    background-color: rgb(21 128 61 / 0.4);
  }

  .xxl\:bg-green-700\/45{
    background-color: rgb(21 128 61 / 0.45);
  }

  .xxl\:bg-green-700\/5{
    background-color: rgb(21 128 61 / 0.05);
  }

  .xxl\:bg-green-700\/50{
    background-color: rgb(21 128 61 / 0.5);
  }

  .xxl\:bg-green-700\/55{
    background-color: rgb(21 128 61 / 0.55);
  }

  .xxl\:bg-green-700\/60{
    background-color: rgb(21 128 61 / 0.6);
  }

  .xxl\:bg-green-700\/65{
    background-color: rgb(21 128 61 / 0.65);
  }

  .xxl\:bg-green-700\/70{
    background-color: rgb(21 128 61 / 0.7);
  }

  .xxl\:bg-green-700\/75{
    background-color: rgb(21 128 61 / 0.75);
  }

  .xxl\:bg-green-700\/80{
    background-color: rgb(21 128 61 / 0.8);
  }

  .xxl\:bg-green-700\/85{
    background-color: rgb(21 128 61 / 0.85);
  }

  .xxl\:bg-green-700\/90{
    background-color: rgb(21 128 61 / 0.9);
  }

  .xxl\:bg-green-700\/95{
    background-color: rgb(21 128 61 / 0.95);
  }

  .xxl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-800\/0{
    background-color: rgb(22 101 52 / 0);
  }

  .xxl\:bg-green-800\/10{
    background-color: rgb(22 101 52 / 0.1);
  }

  .xxl\:bg-green-800\/100{
    background-color: rgb(22 101 52 / 1);
  }

  .xxl\:bg-green-800\/15{
    background-color: rgb(22 101 52 / 0.15);
  }

  .xxl\:bg-green-800\/20{
    background-color: rgb(22 101 52 / 0.2);
  }

  .xxl\:bg-green-800\/25{
    background-color: rgb(22 101 52 / 0.25);
  }

  .xxl\:bg-green-800\/30{
    background-color: rgb(22 101 52 / 0.3);
  }

  .xxl\:bg-green-800\/35{
    background-color: rgb(22 101 52 / 0.35);
  }

  .xxl\:bg-green-800\/40{
    background-color: rgb(22 101 52 / 0.4);
  }

  .xxl\:bg-green-800\/45{
    background-color: rgb(22 101 52 / 0.45);
  }

  .xxl\:bg-green-800\/5{
    background-color: rgb(22 101 52 / 0.05);
  }

  .xxl\:bg-green-800\/50{
    background-color: rgb(22 101 52 / 0.5);
  }

  .xxl\:bg-green-800\/55{
    background-color: rgb(22 101 52 / 0.55);
  }

  .xxl\:bg-green-800\/60{
    background-color: rgb(22 101 52 / 0.6);
  }

  .xxl\:bg-green-800\/65{
    background-color: rgb(22 101 52 / 0.65);
  }

  .xxl\:bg-green-800\/70{
    background-color: rgb(22 101 52 / 0.7);
  }

  .xxl\:bg-green-800\/75{
    background-color: rgb(22 101 52 / 0.75);
  }

  .xxl\:bg-green-800\/80{
    background-color: rgb(22 101 52 / 0.8);
  }

  .xxl\:bg-green-800\/85{
    background-color: rgb(22 101 52 / 0.85);
  }

  .xxl\:bg-green-800\/90{
    background-color: rgb(22 101 52 / 0.9);
  }

  .xxl\:bg-green-800\/95{
    background-color: rgb(22 101 52 / 0.95);
  }

  .xxl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-900\/0{
    background-color: rgb(20 83 45 / 0);
  }

  .xxl\:bg-green-900\/10{
    background-color: rgb(20 83 45 / 0.1);
  }

  .xxl\:bg-green-900\/100{
    background-color: rgb(20 83 45 / 1);
  }

  .xxl\:bg-green-900\/15{
    background-color: rgb(20 83 45 / 0.15);
  }

  .xxl\:bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }

  .xxl\:bg-green-900\/25{
    background-color: rgb(20 83 45 / 0.25);
  }

  .xxl\:bg-green-900\/30{
    background-color: rgb(20 83 45 / 0.3);
  }

  .xxl\:bg-green-900\/35{
    background-color: rgb(20 83 45 / 0.35);
  }

  .xxl\:bg-green-900\/40{
    background-color: rgb(20 83 45 / 0.4);
  }

  .xxl\:bg-green-900\/45{
    background-color: rgb(20 83 45 / 0.45);
  }

  .xxl\:bg-green-900\/5{
    background-color: rgb(20 83 45 / 0.05);
  }

  .xxl\:bg-green-900\/50{
    background-color: rgb(20 83 45 / 0.5);
  }

  .xxl\:bg-green-900\/55{
    background-color: rgb(20 83 45 / 0.55);
  }

  .xxl\:bg-green-900\/60{
    background-color: rgb(20 83 45 / 0.6);
  }

  .xxl\:bg-green-900\/65{
    background-color: rgb(20 83 45 / 0.65);
  }

  .xxl\:bg-green-900\/70{
    background-color: rgb(20 83 45 / 0.7);
  }

  .xxl\:bg-green-900\/75{
    background-color: rgb(20 83 45 / 0.75);
  }

  .xxl\:bg-green-900\/80{
    background-color: rgb(20 83 45 / 0.8);
  }

  .xxl\:bg-green-900\/85{
    background-color: rgb(20 83 45 / 0.85);
  }

  .xxl\:bg-green-900\/90{
    background-color: rgb(20 83 45 / 0.9);
  }

  .xxl\:bg-green-900\/95{
    background-color: rgb(20 83 45 / 0.95);
  }

  .xxl\:bg-green-950{
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-green-950\/0{
    background-color: rgb(5 46 22 / 0);
  }

  .xxl\:bg-green-950\/10{
    background-color: rgb(5 46 22 / 0.1);
  }

  .xxl\:bg-green-950\/100{
    background-color: rgb(5 46 22 / 1);
  }

  .xxl\:bg-green-950\/15{
    background-color: rgb(5 46 22 / 0.15);
  }

  .xxl\:bg-green-950\/20{
    background-color: rgb(5 46 22 / 0.2);
  }

  .xxl\:bg-green-950\/25{
    background-color: rgb(5 46 22 / 0.25);
  }

  .xxl\:bg-green-950\/30{
    background-color: rgb(5 46 22 / 0.3);
  }

  .xxl\:bg-green-950\/35{
    background-color: rgb(5 46 22 / 0.35);
  }

  .xxl\:bg-green-950\/40{
    background-color: rgb(5 46 22 / 0.4);
  }

  .xxl\:bg-green-950\/45{
    background-color: rgb(5 46 22 / 0.45);
  }

  .xxl\:bg-green-950\/5{
    background-color: rgb(5 46 22 / 0.05);
  }

  .xxl\:bg-green-950\/50{
    background-color: rgb(5 46 22 / 0.5);
  }

  .xxl\:bg-green-950\/55{
    background-color: rgb(5 46 22 / 0.55);
  }

  .xxl\:bg-green-950\/60{
    background-color: rgb(5 46 22 / 0.6);
  }

  .xxl\:bg-green-950\/65{
    background-color: rgb(5 46 22 / 0.65);
  }

  .xxl\:bg-green-950\/70{
    background-color: rgb(5 46 22 / 0.7);
  }

  .xxl\:bg-green-950\/75{
    background-color: rgb(5 46 22 / 0.75);
  }

  .xxl\:bg-green-950\/80{
    background-color: rgb(5 46 22 / 0.8);
  }

  .xxl\:bg-green-950\/85{
    background-color: rgb(5 46 22 / 0.85);
  }

  .xxl\:bg-green-950\/90{
    background-color: rgb(5 46 22 / 0.9);
  }

  .xxl\:bg-green-950\/95{
    background-color: rgb(5 46 22 / 0.95);
  }

  .xxl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-100\/0{
    background-color: rgb(224 231 255 / 0);
  }

  .xxl\:bg-indigo-100\/10{
    background-color: rgb(224 231 255 / 0.1);
  }

  .xxl\:bg-indigo-100\/100{
    background-color: rgb(224 231 255 / 1);
  }

  .xxl\:bg-indigo-100\/15{
    background-color: rgb(224 231 255 / 0.15);
  }

  .xxl\:bg-indigo-100\/20{
    background-color: rgb(224 231 255 / 0.2);
  }

  .xxl\:bg-indigo-100\/25{
    background-color: rgb(224 231 255 / 0.25);
  }

  .xxl\:bg-indigo-100\/30{
    background-color: rgb(224 231 255 / 0.3);
  }

  .xxl\:bg-indigo-100\/35{
    background-color: rgb(224 231 255 / 0.35);
  }

  .xxl\:bg-indigo-100\/40{
    background-color: rgb(224 231 255 / 0.4);
  }

  .xxl\:bg-indigo-100\/45{
    background-color: rgb(224 231 255 / 0.45);
  }

  .xxl\:bg-indigo-100\/5{
    background-color: rgb(224 231 255 / 0.05);
  }

  .xxl\:bg-indigo-100\/50{
    background-color: rgb(224 231 255 / 0.5);
  }

  .xxl\:bg-indigo-100\/55{
    background-color: rgb(224 231 255 / 0.55);
  }

  .xxl\:bg-indigo-100\/60{
    background-color: rgb(224 231 255 / 0.6);
  }

  .xxl\:bg-indigo-100\/65{
    background-color: rgb(224 231 255 / 0.65);
  }

  .xxl\:bg-indigo-100\/70{
    background-color: rgb(224 231 255 / 0.7);
  }

  .xxl\:bg-indigo-100\/75{
    background-color: rgb(224 231 255 / 0.75);
  }

  .xxl\:bg-indigo-100\/80{
    background-color: rgb(224 231 255 / 0.8);
  }

  .xxl\:bg-indigo-100\/85{
    background-color: rgb(224 231 255 / 0.85);
  }

  .xxl\:bg-indigo-100\/90{
    background-color: rgb(224 231 255 / 0.9);
  }

  .xxl\:bg-indigo-100\/95{
    background-color: rgb(224 231 255 / 0.95);
  }

  .xxl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-200\/0{
    background-color: rgb(199 210 254 / 0);
  }

  .xxl\:bg-indigo-200\/10{
    background-color: rgb(199 210 254 / 0.1);
  }

  .xxl\:bg-indigo-200\/100{
    background-color: rgb(199 210 254 / 1);
  }

  .xxl\:bg-indigo-200\/15{
    background-color: rgb(199 210 254 / 0.15);
  }

  .xxl\:bg-indigo-200\/20{
    background-color: rgb(199 210 254 / 0.2);
  }

  .xxl\:bg-indigo-200\/25{
    background-color: rgb(199 210 254 / 0.25);
  }

  .xxl\:bg-indigo-200\/30{
    background-color: rgb(199 210 254 / 0.3);
  }

  .xxl\:bg-indigo-200\/35{
    background-color: rgb(199 210 254 / 0.35);
  }

  .xxl\:bg-indigo-200\/40{
    background-color: rgb(199 210 254 / 0.4);
  }

  .xxl\:bg-indigo-200\/45{
    background-color: rgb(199 210 254 / 0.45);
  }

  .xxl\:bg-indigo-200\/5{
    background-color: rgb(199 210 254 / 0.05);
  }

  .xxl\:bg-indigo-200\/50{
    background-color: rgb(199 210 254 / 0.5);
  }

  .xxl\:bg-indigo-200\/55{
    background-color: rgb(199 210 254 / 0.55);
  }

  .xxl\:bg-indigo-200\/60{
    background-color: rgb(199 210 254 / 0.6);
  }

  .xxl\:bg-indigo-200\/65{
    background-color: rgb(199 210 254 / 0.65);
  }

  .xxl\:bg-indigo-200\/70{
    background-color: rgb(199 210 254 / 0.7);
  }

  .xxl\:bg-indigo-200\/75{
    background-color: rgb(199 210 254 / 0.75);
  }

  .xxl\:bg-indigo-200\/80{
    background-color: rgb(199 210 254 / 0.8);
  }

  .xxl\:bg-indigo-200\/85{
    background-color: rgb(199 210 254 / 0.85);
  }

  .xxl\:bg-indigo-200\/90{
    background-color: rgb(199 210 254 / 0.9);
  }

  .xxl\:bg-indigo-200\/95{
    background-color: rgb(199 210 254 / 0.95);
  }

  .xxl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-300\/0{
    background-color: rgb(165 180 252 / 0);
  }

  .xxl\:bg-indigo-300\/10{
    background-color: rgb(165 180 252 / 0.1);
  }

  .xxl\:bg-indigo-300\/100{
    background-color: rgb(165 180 252 / 1);
  }

  .xxl\:bg-indigo-300\/15{
    background-color: rgb(165 180 252 / 0.15);
  }

  .xxl\:bg-indigo-300\/20{
    background-color: rgb(165 180 252 / 0.2);
  }

  .xxl\:bg-indigo-300\/25{
    background-color: rgb(165 180 252 / 0.25);
  }

  .xxl\:bg-indigo-300\/30{
    background-color: rgb(165 180 252 / 0.3);
  }

  .xxl\:bg-indigo-300\/35{
    background-color: rgb(165 180 252 / 0.35);
  }

  .xxl\:bg-indigo-300\/40{
    background-color: rgb(165 180 252 / 0.4);
  }

  .xxl\:bg-indigo-300\/45{
    background-color: rgb(165 180 252 / 0.45);
  }

  .xxl\:bg-indigo-300\/5{
    background-color: rgb(165 180 252 / 0.05);
  }

  .xxl\:bg-indigo-300\/50{
    background-color: rgb(165 180 252 / 0.5);
  }

  .xxl\:bg-indigo-300\/55{
    background-color: rgb(165 180 252 / 0.55);
  }

  .xxl\:bg-indigo-300\/60{
    background-color: rgb(165 180 252 / 0.6);
  }

  .xxl\:bg-indigo-300\/65{
    background-color: rgb(165 180 252 / 0.65);
  }

  .xxl\:bg-indigo-300\/70{
    background-color: rgb(165 180 252 / 0.7);
  }

  .xxl\:bg-indigo-300\/75{
    background-color: rgb(165 180 252 / 0.75);
  }

  .xxl\:bg-indigo-300\/80{
    background-color: rgb(165 180 252 / 0.8);
  }

  .xxl\:bg-indigo-300\/85{
    background-color: rgb(165 180 252 / 0.85);
  }

  .xxl\:bg-indigo-300\/90{
    background-color: rgb(165 180 252 / 0.9);
  }

  .xxl\:bg-indigo-300\/95{
    background-color: rgb(165 180 252 / 0.95);
  }

  .xxl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-400\/0{
    background-color: rgb(129 140 248 / 0);
  }

  .xxl\:bg-indigo-400\/10{
    background-color: rgb(129 140 248 / 0.1);
  }

  .xxl\:bg-indigo-400\/100{
    background-color: rgb(129 140 248 / 1);
  }

  .xxl\:bg-indigo-400\/15{
    background-color: rgb(129 140 248 / 0.15);
  }

  .xxl\:bg-indigo-400\/20{
    background-color: rgb(129 140 248 / 0.2);
  }

  .xxl\:bg-indigo-400\/25{
    background-color: rgb(129 140 248 / 0.25);
  }

  .xxl\:bg-indigo-400\/30{
    background-color: rgb(129 140 248 / 0.3);
  }

  .xxl\:bg-indigo-400\/35{
    background-color: rgb(129 140 248 / 0.35);
  }

  .xxl\:bg-indigo-400\/40{
    background-color: rgb(129 140 248 / 0.4);
  }

  .xxl\:bg-indigo-400\/45{
    background-color: rgb(129 140 248 / 0.45);
  }

  .xxl\:bg-indigo-400\/5{
    background-color: rgb(129 140 248 / 0.05);
  }

  .xxl\:bg-indigo-400\/50{
    background-color: rgb(129 140 248 / 0.5);
  }

  .xxl\:bg-indigo-400\/55{
    background-color: rgb(129 140 248 / 0.55);
  }

  .xxl\:bg-indigo-400\/60{
    background-color: rgb(129 140 248 / 0.6);
  }

  .xxl\:bg-indigo-400\/65{
    background-color: rgb(129 140 248 / 0.65);
  }

  .xxl\:bg-indigo-400\/70{
    background-color: rgb(129 140 248 / 0.7);
  }

  .xxl\:bg-indigo-400\/75{
    background-color: rgb(129 140 248 / 0.75);
  }

  .xxl\:bg-indigo-400\/80{
    background-color: rgb(129 140 248 / 0.8);
  }

  .xxl\:bg-indigo-400\/85{
    background-color: rgb(129 140 248 / 0.85);
  }

  .xxl\:bg-indigo-400\/90{
    background-color: rgb(129 140 248 / 0.9);
  }

  .xxl\:bg-indigo-400\/95{
    background-color: rgb(129 140 248 / 0.95);
  }

  .xxl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-50\/0{
    background-color: rgb(238 242 255 / 0);
  }

  .xxl\:bg-indigo-50\/10{
    background-color: rgb(238 242 255 / 0.1);
  }

  .xxl\:bg-indigo-50\/100{
    background-color: rgb(238 242 255 / 1);
  }

  .xxl\:bg-indigo-50\/15{
    background-color: rgb(238 242 255 / 0.15);
  }

  .xxl\:bg-indigo-50\/20{
    background-color: rgb(238 242 255 / 0.2);
  }

  .xxl\:bg-indigo-50\/25{
    background-color: rgb(238 242 255 / 0.25);
  }

  .xxl\:bg-indigo-50\/30{
    background-color: rgb(238 242 255 / 0.3);
  }

  .xxl\:bg-indigo-50\/35{
    background-color: rgb(238 242 255 / 0.35);
  }

  .xxl\:bg-indigo-50\/40{
    background-color: rgb(238 242 255 / 0.4);
  }

  .xxl\:bg-indigo-50\/45{
    background-color: rgb(238 242 255 / 0.45);
  }

  .xxl\:bg-indigo-50\/5{
    background-color: rgb(238 242 255 / 0.05);
  }

  .xxl\:bg-indigo-50\/50{
    background-color: rgb(238 242 255 / 0.5);
  }

  .xxl\:bg-indigo-50\/55{
    background-color: rgb(238 242 255 / 0.55);
  }

  .xxl\:bg-indigo-50\/60{
    background-color: rgb(238 242 255 / 0.6);
  }

  .xxl\:bg-indigo-50\/65{
    background-color: rgb(238 242 255 / 0.65);
  }

  .xxl\:bg-indigo-50\/70{
    background-color: rgb(238 242 255 / 0.7);
  }

  .xxl\:bg-indigo-50\/75{
    background-color: rgb(238 242 255 / 0.75);
  }

  .xxl\:bg-indigo-50\/80{
    background-color: rgb(238 242 255 / 0.8);
  }

  .xxl\:bg-indigo-50\/85{
    background-color: rgb(238 242 255 / 0.85);
  }

  .xxl\:bg-indigo-50\/90{
    background-color: rgb(238 242 255 / 0.9);
  }

  .xxl\:bg-indigo-50\/95{
    background-color: rgb(238 242 255 / 0.95);
  }

  .xxl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-500\/0{
    background-color: rgb(99 102 241 / 0);
  }

  .xxl\:bg-indigo-500\/10{
    background-color: rgb(99 102 241 / 0.1);
  }

  .xxl\:bg-indigo-500\/100{
    background-color: rgb(99 102 241 / 1);
  }

  .xxl\:bg-indigo-500\/15{
    background-color: rgb(99 102 241 / 0.15);
  }

  .xxl\:bg-indigo-500\/20{
    background-color: rgb(99 102 241 / 0.2);
  }

  .xxl\:bg-indigo-500\/25{
    background-color: rgb(99 102 241 / 0.25);
  }

  .xxl\:bg-indigo-500\/30{
    background-color: rgb(99 102 241 / 0.3);
  }

  .xxl\:bg-indigo-500\/35{
    background-color: rgb(99 102 241 / 0.35);
  }

  .xxl\:bg-indigo-500\/40{
    background-color: rgb(99 102 241 / 0.4);
  }

  .xxl\:bg-indigo-500\/45{
    background-color: rgb(99 102 241 / 0.45);
  }

  .xxl\:bg-indigo-500\/5{
    background-color: rgb(99 102 241 / 0.05);
  }

  .xxl\:bg-indigo-500\/50{
    background-color: rgb(99 102 241 / 0.5);
  }

  .xxl\:bg-indigo-500\/55{
    background-color: rgb(99 102 241 / 0.55);
  }

  .xxl\:bg-indigo-500\/60{
    background-color: rgb(99 102 241 / 0.6);
  }

  .xxl\:bg-indigo-500\/65{
    background-color: rgb(99 102 241 / 0.65);
  }

  .xxl\:bg-indigo-500\/70{
    background-color: rgb(99 102 241 / 0.7);
  }

  .xxl\:bg-indigo-500\/75{
    background-color: rgb(99 102 241 / 0.75);
  }

  .xxl\:bg-indigo-500\/80{
    background-color: rgb(99 102 241 / 0.8);
  }

  .xxl\:bg-indigo-500\/85{
    background-color: rgb(99 102 241 / 0.85);
  }

  .xxl\:bg-indigo-500\/90{
    background-color: rgb(99 102 241 / 0.9);
  }

  .xxl\:bg-indigo-500\/95{
    background-color: rgb(99 102 241 / 0.95);
  }

  .xxl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-600\/0{
    background-color: rgb(79 70 229 / 0);
  }

  .xxl\:bg-indigo-600\/10{
    background-color: rgb(79 70 229 / 0.1);
  }

  .xxl\:bg-indigo-600\/100{
    background-color: rgb(79 70 229 / 1);
  }

  .xxl\:bg-indigo-600\/15{
    background-color: rgb(79 70 229 / 0.15);
  }

  .xxl\:bg-indigo-600\/20{
    background-color: rgb(79 70 229 / 0.2);
  }

  .xxl\:bg-indigo-600\/25{
    background-color: rgb(79 70 229 / 0.25);
  }

  .xxl\:bg-indigo-600\/30{
    background-color: rgb(79 70 229 / 0.3);
  }

  .xxl\:bg-indigo-600\/35{
    background-color: rgb(79 70 229 / 0.35);
  }

  .xxl\:bg-indigo-600\/40{
    background-color: rgb(79 70 229 / 0.4);
  }

  .xxl\:bg-indigo-600\/45{
    background-color: rgb(79 70 229 / 0.45);
  }

  .xxl\:bg-indigo-600\/5{
    background-color: rgb(79 70 229 / 0.05);
  }

  .xxl\:bg-indigo-600\/50{
    background-color: rgb(79 70 229 / 0.5);
  }

  .xxl\:bg-indigo-600\/55{
    background-color: rgb(79 70 229 / 0.55);
  }

  .xxl\:bg-indigo-600\/60{
    background-color: rgb(79 70 229 / 0.6);
  }

  .xxl\:bg-indigo-600\/65{
    background-color: rgb(79 70 229 / 0.65);
  }

  .xxl\:bg-indigo-600\/70{
    background-color: rgb(79 70 229 / 0.7);
  }

  .xxl\:bg-indigo-600\/75{
    background-color: rgb(79 70 229 / 0.75);
  }

  .xxl\:bg-indigo-600\/80{
    background-color: rgb(79 70 229 / 0.8);
  }

  .xxl\:bg-indigo-600\/85{
    background-color: rgb(79 70 229 / 0.85);
  }

  .xxl\:bg-indigo-600\/90{
    background-color: rgb(79 70 229 / 0.9);
  }

  .xxl\:bg-indigo-600\/95{
    background-color: rgb(79 70 229 / 0.95);
  }

  .xxl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-700\/0{
    background-color: rgb(67 56 202 / 0);
  }

  .xxl\:bg-indigo-700\/10{
    background-color: rgb(67 56 202 / 0.1);
  }

  .xxl\:bg-indigo-700\/100{
    background-color: rgb(67 56 202 / 1);
  }

  .xxl\:bg-indigo-700\/15{
    background-color: rgb(67 56 202 / 0.15);
  }

  .xxl\:bg-indigo-700\/20{
    background-color: rgb(67 56 202 / 0.2);
  }

  .xxl\:bg-indigo-700\/25{
    background-color: rgb(67 56 202 / 0.25);
  }

  .xxl\:bg-indigo-700\/30{
    background-color: rgb(67 56 202 / 0.3);
  }

  .xxl\:bg-indigo-700\/35{
    background-color: rgb(67 56 202 / 0.35);
  }

  .xxl\:bg-indigo-700\/40{
    background-color: rgb(67 56 202 / 0.4);
  }

  .xxl\:bg-indigo-700\/45{
    background-color: rgb(67 56 202 / 0.45);
  }

  .xxl\:bg-indigo-700\/5{
    background-color: rgb(67 56 202 / 0.05);
  }

  .xxl\:bg-indigo-700\/50{
    background-color: rgb(67 56 202 / 0.5);
  }

  .xxl\:bg-indigo-700\/55{
    background-color: rgb(67 56 202 / 0.55);
  }

  .xxl\:bg-indigo-700\/60{
    background-color: rgb(67 56 202 / 0.6);
  }

  .xxl\:bg-indigo-700\/65{
    background-color: rgb(67 56 202 / 0.65);
  }

  .xxl\:bg-indigo-700\/70{
    background-color: rgb(67 56 202 / 0.7);
  }

  .xxl\:bg-indigo-700\/75{
    background-color: rgb(67 56 202 / 0.75);
  }

  .xxl\:bg-indigo-700\/80{
    background-color: rgb(67 56 202 / 0.8);
  }

  .xxl\:bg-indigo-700\/85{
    background-color: rgb(67 56 202 / 0.85);
  }

  .xxl\:bg-indigo-700\/90{
    background-color: rgb(67 56 202 / 0.9);
  }

  .xxl\:bg-indigo-700\/95{
    background-color: rgb(67 56 202 / 0.95);
  }

  .xxl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-800\/0{
    background-color: rgb(55 48 163 / 0);
  }

  .xxl\:bg-indigo-800\/10{
    background-color: rgb(55 48 163 / 0.1);
  }

  .xxl\:bg-indigo-800\/100{
    background-color: rgb(55 48 163 / 1);
  }

  .xxl\:bg-indigo-800\/15{
    background-color: rgb(55 48 163 / 0.15);
  }

  .xxl\:bg-indigo-800\/20{
    background-color: rgb(55 48 163 / 0.2);
  }

  .xxl\:bg-indigo-800\/25{
    background-color: rgb(55 48 163 / 0.25);
  }

  .xxl\:bg-indigo-800\/30{
    background-color: rgb(55 48 163 / 0.3);
  }

  .xxl\:bg-indigo-800\/35{
    background-color: rgb(55 48 163 / 0.35);
  }

  .xxl\:bg-indigo-800\/40{
    background-color: rgb(55 48 163 / 0.4);
  }

  .xxl\:bg-indigo-800\/45{
    background-color: rgb(55 48 163 / 0.45);
  }

  .xxl\:bg-indigo-800\/5{
    background-color: rgb(55 48 163 / 0.05);
  }

  .xxl\:bg-indigo-800\/50{
    background-color: rgb(55 48 163 / 0.5);
  }

  .xxl\:bg-indigo-800\/55{
    background-color: rgb(55 48 163 / 0.55);
  }

  .xxl\:bg-indigo-800\/60{
    background-color: rgb(55 48 163 / 0.6);
  }

  .xxl\:bg-indigo-800\/65{
    background-color: rgb(55 48 163 / 0.65);
  }

  .xxl\:bg-indigo-800\/70{
    background-color: rgb(55 48 163 / 0.7);
  }

  .xxl\:bg-indigo-800\/75{
    background-color: rgb(55 48 163 / 0.75);
  }

  .xxl\:bg-indigo-800\/80{
    background-color: rgb(55 48 163 / 0.8);
  }

  .xxl\:bg-indigo-800\/85{
    background-color: rgb(55 48 163 / 0.85);
  }

  .xxl\:bg-indigo-800\/90{
    background-color: rgb(55 48 163 / 0.9);
  }

  .xxl\:bg-indigo-800\/95{
    background-color: rgb(55 48 163 / 0.95);
  }

  .xxl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-900\/0{
    background-color: rgb(49 46 129 / 0);
  }

  .xxl\:bg-indigo-900\/10{
    background-color: rgb(49 46 129 / 0.1);
  }

  .xxl\:bg-indigo-900\/100{
    background-color: rgb(49 46 129 / 1);
  }

  .xxl\:bg-indigo-900\/15{
    background-color: rgb(49 46 129 / 0.15);
  }

  .xxl\:bg-indigo-900\/20{
    background-color: rgb(49 46 129 / 0.2);
  }

  .xxl\:bg-indigo-900\/25{
    background-color: rgb(49 46 129 / 0.25);
  }

  .xxl\:bg-indigo-900\/30{
    background-color: rgb(49 46 129 / 0.3);
  }

  .xxl\:bg-indigo-900\/35{
    background-color: rgb(49 46 129 / 0.35);
  }

  .xxl\:bg-indigo-900\/40{
    background-color: rgb(49 46 129 / 0.4);
  }

  .xxl\:bg-indigo-900\/45{
    background-color: rgb(49 46 129 / 0.45);
  }

  .xxl\:bg-indigo-900\/5{
    background-color: rgb(49 46 129 / 0.05);
  }

  .xxl\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }

  .xxl\:bg-indigo-900\/55{
    background-color: rgb(49 46 129 / 0.55);
  }

  .xxl\:bg-indigo-900\/60{
    background-color: rgb(49 46 129 / 0.6);
  }

  .xxl\:bg-indigo-900\/65{
    background-color: rgb(49 46 129 / 0.65);
  }

  .xxl\:bg-indigo-900\/70{
    background-color: rgb(49 46 129 / 0.7);
  }

  .xxl\:bg-indigo-900\/75{
    background-color: rgb(49 46 129 / 0.75);
  }

  .xxl\:bg-indigo-900\/80{
    background-color: rgb(49 46 129 / 0.8);
  }

  .xxl\:bg-indigo-900\/85{
    background-color: rgb(49 46 129 / 0.85);
  }

  .xxl\:bg-indigo-900\/90{
    background-color: rgb(49 46 129 / 0.9);
  }

  .xxl\:bg-indigo-900\/95{
    background-color: rgb(49 46 129 / 0.95);
  }

  .xxl\:bg-indigo-950{
    --tw-bg-opacity: 1;
    background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-indigo-950\/0{
    background-color: rgb(30 27 75 / 0);
  }

  .xxl\:bg-indigo-950\/10{
    background-color: rgb(30 27 75 / 0.1);
  }

  .xxl\:bg-indigo-950\/100{
    background-color: rgb(30 27 75 / 1);
  }

  .xxl\:bg-indigo-950\/15{
    background-color: rgb(30 27 75 / 0.15);
  }

  .xxl\:bg-indigo-950\/20{
    background-color: rgb(30 27 75 / 0.2);
  }

  .xxl\:bg-indigo-950\/25{
    background-color: rgb(30 27 75 / 0.25);
  }

  .xxl\:bg-indigo-950\/30{
    background-color: rgb(30 27 75 / 0.3);
  }

  .xxl\:bg-indigo-950\/35{
    background-color: rgb(30 27 75 / 0.35);
  }

  .xxl\:bg-indigo-950\/40{
    background-color: rgb(30 27 75 / 0.4);
  }

  .xxl\:bg-indigo-950\/45{
    background-color: rgb(30 27 75 / 0.45);
  }

  .xxl\:bg-indigo-950\/5{
    background-color: rgb(30 27 75 / 0.05);
  }

  .xxl\:bg-indigo-950\/50{
    background-color: rgb(30 27 75 / 0.5);
  }

  .xxl\:bg-indigo-950\/55{
    background-color: rgb(30 27 75 / 0.55);
  }

  .xxl\:bg-indigo-950\/60{
    background-color: rgb(30 27 75 / 0.6);
  }

  .xxl\:bg-indigo-950\/65{
    background-color: rgb(30 27 75 / 0.65);
  }

  .xxl\:bg-indigo-950\/70{
    background-color: rgb(30 27 75 / 0.7);
  }

  .xxl\:bg-indigo-950\/75{
    background-color: rgb(30 27 75 / 0.75);
  }

  .xxl\:bg-indigo-950\/80{
    background-color: rgb(30 27 75 / 0.8);
  }

  .xxl\:bg-indigo-950\/85{
    background-color: rgb(30 27 75 / 0.85);
  }

  .xxl\:bg-indigo-950\/90{
    background-color: rgb(30 27 75 / 0.9);
  }

  .xxl\:bg-indigo-950\/95{
    background-color: rgb(30 27 75 / 0.95);
  }

  .xxl\:bg-inherit{
    background-color: inherit;
  }

  .xxl\:bg-lime-100{
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-100\/0{
    background-color: rgb(236 252 203 / 0);
  }

  .xxl\:bg-lime-100\/10{
    background-color: rgb(236 252 203 / 0.1);
  }

  .xxl\:bg-lime-100\/100{
    background-color: rgb(236 252 203 / 1);
  }

  .xxl\:bg-lime-100\/15{
    background-color: rgb(236 252 203 / 0.15);
  }

  .xxl\:bg-lime-100\/20{
    background-color: rgb(236 252 203 / 0.2);
  }

  .xxl\:bg-lime-100\/25{
    background-color: rgb(236 252 203 / 0.25);
  }

  .xxl\:bg-lime-100\/30{
    background-color: rgb(236 252 203 / 0.3);
  }

  .xxl\:bg-lime-100\/35{
    background-color: rgb(236 252 203 / 0.35);
  }

  .xxl\:bg-lime-100\/40{
    background-color: rgb(236 252 203 / 0.4);
  }

  .xxl\:bg-lime-100\/45{
    background-color: rgb(236 252 203 / 0.45);
  }

  .xxl\:bg-lime-100\/5{
    background-color: rgb(236 252 203 / 0.05);
  }

  .xxl\:bg-lime-100\/50{
    background-color: rgb(236 252 203 / 0.5);
  }

  .xxl\:bg-lime-100\/55{
    background-color: rgb(236 252 203 / 0.55);
  }

  .xxl\:bg-lime-100\/60{
    background-color: rgb(236 252 203 / 0.6);
  }

  .xxl\:bg-lime-100\/65{
    background-color: rgb(236 252 203 / 0.65);
  }

  .xxl\:bg-lime-100\/70{
    background-color: rgb(236 252 203 / 0.7);
  }

  .xxl\:bg-lime-100\/75{
    background-color: rgb(236 252 203 / 0.75);
  }

  .xxl\:bg-lime-100\/80{
    background-color: rgb(236 252 203 / 0.8);
  }

  .xxl\:bg-lime-100\/85{
    background-color: rgb(236 252 203 / 0.85);
  }

  .xxl\:bg-lime-100\/90{
    background-color: rgb(236 252 203 / 0.9);
  }

  .xxl\:bg-lime-100\/95{
    background-color: rgb(236 252 203 / 0.95);
  }

  .xxl\:bg-lime-200{
    --tw-bg-opacity: 1;
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-200\/0{
    background-color: rgb(217 249 157 / 0);
  }

  .xxl\:bg-lime-200\/10{
    background-color: rgb(217 249 157 / 0.1);
  }

  .xxl\:bg-lime-200\/100{
    background-color: rgb(217 249 157 / 1);
  }

  .xxl\:bg-lime-200\/15{
    background-color: rgb(217 249 157 / 0.15);
  }

  .xxl\:bg-lime-200\/20{
    background-color: rgb(217 249 157 / 0.2);
  }

  .xxl\:bg-lime-200\/25{
    background-color: rgb(217 249 157 / 0.25);
  }

  .xxl\:bg-lime-200\/30{
    background-color: rgb(217 249 157 / 0.3);
  }

  .xxl\:bg-lime-200\/35{
    background-color: rgb(217 249 157 / 0.35);
  }

  .xxl\:bg-lime-200\/40{
    background-color: rgb(217 249 157 / 0.4);
  }

  .xxl\:bg-lime-200\/45{
    background-color: rgb(217 249 157 / 0.45);
  }

  .xxl\:bg-lime-200\/5{
    background-color: rgb(217 249 157 / 0.05);
  }

  .xxl\:bg-lime-200\/50{
    background-color: rgb(217 249 157 / 0.5);
  }

  .xxl\:bg-lime-200\/55{
    background-color: rgb(217 249 157 / 0.55);
  }

  .xxl\:bg-lime-200\/60{
    background-color: rgb(217 249 157 / 0.6);
  }

  .xxl\:bg-lime-200\/65{
    background-color: rgb(217 249 157 / 0.65);
  }

  .xxl\:bg-lime-200\/70{
    background-color: rgb(217 249 157 / 0.7);
  }

  .xxl\:bg-lime-200\/75{
    background-color: rgb(217 249 157 / 0.75);
  }

  .xxl\:bg-lime-200\/80{
    background-color: rgb(217 249 157 / 0.8);
  }

  .xxl\:bg-lime-200\/85{
    background-color: rgb(217 249 157 / 0.85);
  }

  .xxl\:bg-lime-200\/90{
    background-color: rgb(217 249 157 / 0.9);
  }

  .xxl\:bg-lime-200\/95{
    background-color: rgb(217 249 157 / 0.95);
  }

  .xxl\:bg-lime-300{
    --tw-bg-opacity: 1;
    background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-300\/0{
    background-color: rgb(190 242 100 / 0);
  }

  .xxl\:bg-lime-300\/10{
    background-color: rgb(190 242 100 / 0.1);
  }

  .xxl\:bg-lime-300\/100{
    background-color: rgb(190 242 100 / 1);
  }

  .xxl\:bg-lime-300\/15{
    background-color: rgb(190 242 100 / 0.15);
  }

  .xxl\:bg-lime-300\/20{
    background-color: rgb(190 242 100 / 0.2);
  }

  .xxl\:bg-lime-300\/25{
    background-color: rgb(190 242 100 / 0.25);
  }

  .xxl\:bg-lime-300\/30{
    background-color: rgb(190 242 100 / 0.3);
  }

  .xxl\:bg-lime-300\/35{
    background-color: rgb(190 242 100 / 0.35);
  }

  .xxl\:bg-lime-300\/40{
    background-color: rgb(190 242 100 / 0.4);
  }

  .xxl\:bg-lime-300\/45{
    background-color: rgb(190 242 100 / 0.45);
  }

  .xxl\:bg-lime-300\/5{
    background-color: rgb(190 242 100 / 0.05);
  }

  .xxl\:bg-lime-300\/50{
    background-color: rgb(190 242 100 / 0.5);
  }

  .xxl\:bg-lime-300\/55{
    background-color: rgb(190 242 100 / 0.55);
  }

  .xxl\:bg-lime-300\/60{
    background-color: rgb(190 242 100 / 0.6);
  }

  .xxl\:bg-lime-300\/65{
    background-color: rgb(190 242 100 / 0.65);
  }

  .xxl\:bg-lime-300\/70{
    background-color: rgb(190 242 100 / 0.7);
  }

  .xxl\:bg-lime-300\/75{
    background-color: rgb(190 242 100 / 0.75);
  }

  .xxl\:bg-lime-300\/80{
    background-color: rgb(190 242 100 / 0.8);
  }

  .xxl\:bg-lime-300\/85{
    background-color: rgb(190 242 100 / 0.85);
  }

  .xxl\:bg-lime-300\/90{
    background-color: rgb(190 242 100 / 0.9);
  }

  .xxl\:bg-lime-300\/95{
    background-color: rgb(190 242 100 / 0.95);
  }

  .xxl\:bg-lime-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-400\/0{
    background-color: rgb(163 230 53 / 0);
  }

  .xxl\:bg-lime-400\/10{
    background-color: rgb(163 230 53 / 0.1);
  }

  .xxl\:bg-lime-400\/100{
    background-color: rgb(163 230 53 / 1);
  }

  .xxl\:bg-lime-400\/15{
    background-color: rgb(163 230 53 / 0.15);
  }

  .xxl\:bg-lime-400\/20{
    background-color: rgb(163 230 53 / 0.2);
  }

  .xxl\:bg-lime-400\/25{
    background-color: rgb(163 230 53 / 0.25);
  }

  .xxl\:bg-lime-400\/30{
    background-color: rgb(163 230 53 / 0.3);
  }

  .xxl\:bg-lime-400\/35{
    background-color: rgb(163 230 53 / 0.35);
  }

  .xxl\:bg-lime-400\/40{
    background-color: rgb(163 230 53 / 0.4);
  }

  .xxl\:bg-lime-400\/45{
    background-color: rgb(163 230 53 / 0.45);
  }

  .xxl\:bg-lime-400\/5{
    background-color: rgb(163 230 53 / 0.05);
  }

  .xxl\:bg-lime-400\/50{
    background-color: rgb(163 230 53 / 0.5);
  }

  .xxl\:bg-lime-400\/55{
    background-color: rgb(163 230 53 / 0.55);
  }

  .xxl\:bg-lime-400\/60{
    background-color: rgb(163 230 53 / 0.6);
  }

  .xxl\:bg-lime-400\/65{
    background-color: rgb(163 230 53 / 0.65);
  }

  .xxl\:bg-lime-400\/70{
    background-color: rgb(163 230 53 / 0.7);
  }

  .xxl\:bg-lime-400\/75{
    background-color: rgb(163 230 53 / 0.75);
  }

  .xxl\:bg-lime-400\/80{
    background-color: rgb(163 230 53 / 0.8);
  }

  .xxl\:bg-lime-400\/85{
    background-color: rgb(163 230 53 / 0.85);
  }

  .xxl\:bg-lime-400\/90{
    background-color: rgb(163 230 53 / 0.9);
  }

  .xxl\:bg-lime-400\/95{
    background-color: rgb(163 230 53 / 0.95);
  }

  .xxl\:bg-lime-50{
    --tw-bg-opacity: 1;
    background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-50\/0{
    background-color: rgb(247 254 231 / 0);
  }

  .xxl\:bg-lime-50\/10{
    background-color: rgb(247 254 231 / 0.1);
  }

  .xxl\:bg-lime-50\/100{
    background-color: rgb(247 254 231 / 1);
  }

  .xxl\:bg-lime-50\/15{
    background-color: rgb(247 254 231 / 0.15);
  }

  .xxl\:bg-lime-50\/20{
    background-color: rgb(247 254 231 / 0.2);
  }

  .xxl\:bg-lime-50\/25{
    background-color: rgb(247 254 231 / 0.25);
  }

  .xxl\:bg-lime-50\/30{
    background-color: rgb(247 254 231 / 0.3);
  }

  .xxl\:bg-lime-50\/35{
    background-color: rgb(247 254 231 / 0.35);
  }

  .xxl\:bg-lime-50\/40{
    background-color: rgb(247 254 231 / 0.4);
  }

  .xxl\:bg-lime-50\/45{
    background-color: rgb(247 254 231 / 0.45);
  }

  .xxl\:bg-lime-50\/5{
    background-color: rgb(247 254 231 / 0.05);
  }

  .xxl\:bg-lime-50\/50{
    background-color: rgb(247 254 231 / 0.5);
  }

  .xxl\:bg-lime-50\/55{
    background-color: rgb(247 254 231 / 0.55);
  }

  .xxl\:bg-lime-50\/60{
    background-color: rgb(247 254 231 / 0.6);
  }

  .xxl\:bg-lime-50\/65{
    background-color: rgb(247 254 231 / 0.65);
  }

  .xxl\:bg-lime-50\/70{
    background-color: rgb(247 254 231 / 0.7);
  }

  .xxl\:bg-lime-50\/75{
    background-color: rgb(247 254 231 / 0.75);
  }

  .xxl\:bg-lime-50\/80{
    background-color: rgb(247 254 231 / 0.8);
  }

  .xxl\:bg-lime-50\/85{
    background-color: rgb(247 254 231 / 0.85);
  }

  .xxl\:bg-lime-50\/90{
    background-color: rgb(247 254 231 / 0.9);
  }

  .xxl\:bg-lime-50\/95{
    background-color: rgb(247 254 231 / 0.95);
  }

  .xxl\:bg-lime-500{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-500\/0{
    background-color: rgb(132 204 22 / 0);
  }

  .xxl\:bg-lime-500\/10{
    background-color: rgb(132 204 22 / 0.1);
  }

  .xxl\:bg-lime-500\/100{
    background-color: rgb(132 204 22 / 1);
  }

  .xxl\:bg-lime-500\/15{
    background-color: rgb(132 204 22 / 0.15);
  }

  .xxl\:bg-lime-500\/20{
    background-color: rgb(132 204 22 / 0.2);
  }

  .xxl\:bg-lime-500\/25{
    background-color: rgb(132 204 22 / 0.25);
  }

  .xxl\:bg-lime-500\/30{
    background-color: rgb(132 204 22 / 0.3);
  }

  .xxl\:bg-lime-500\/35{
    background-color: rgb(132 204 22 / 0.35);
  }

  .xxl\:bg-lime-500\/40{
    background-color: rgb(132 204 22 / 0.4);
  }

  .xxl\:bg-lime-500\/45{
    background-color: rgb(132 204 22 / 0.45);
  }

  .xxl\:bg-lime-500\/5{
    background-color: rgb(132 204 22 / 0.05);
  }

  .xxl\:bg-lime-500\/50{
    background-color: rgb(132 204 22 / 0.5);
  }

  .xxl\:bg-lime-500\/55{
    background-color: rgb(132 204 22 / 0.55);
  }

  .xxl\:bg-lime-500\/60{
    background-color: rgb(132 204 22 / 0.6);
  }

  .xxl\:bg-lime-500\/65{
    background-color: rgb(132 204 22 / 0.65);
  }

  .xxl\:bg-lime-500\/70{
    background-color: rgb(132 204 22 / 0.7);
  }

  .xxl\:bg-lime-500\/75{
    background-color: rgb(132 204 22 / 0.75);
  }

  .xxl\:bg-lime-500\/80{
    background-color: rgb(132 204 22 / 0.8);
  }

  .xxl\:bg-lime-500\/85{
    background-color: rgb(132 204 22 / 0.85);
  }

  .xxl\:bg-lime-500\/90{
    background-color: rgb(132 204 22 / 0.9);
  }

  .xxl\:bg-lime-500\/95{
    background-color: rgb(132 204 22 / 0.95);
  }

  .xxl\:bg-lime-600{
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-600\/0{
    background-color: rgb(101 163 13 / 0);
  }

  .xxl\:bg-lime-600\/10{
    background-color: rgb(101 163 13 / 0.1);
  }

  .xxl\:bg-lime-600\/100{
    background-color: rgb(101 163 13 / 1);
  }

  .xxl\:bg-lime-600\/15{
    background-color: rgb(101 163 13 / 0.15);
  }

  .xxl\:bg-lime-600\/20{
    background-color: rgb(101 163 13 / 0.2);
  }

  .xxl\:bg-lime-600\/25{
    background-color: rgb(101 163 13 / 0.25);
  }

  .xxl\:bg-lime-600\/30{
    background-color: rgb(101 163 13 / 0.3);
  }

  .xxl\:bg-lime-600\/35{
    background-color: rgb(101 163 13 / 0.35);
  }

  .xxl\:bg-lime-600\/40{
    background-color: rgb(101 163 13 / 0.4);
  }

  .xxl\:bg-lime-600\/45{
    background-color: rgb(101 163 13 / 0.45);
  }

  .xxl\:bg-lime-600\/5{
    background-color: rgb(101 163 13 / 0.05);
  }

  .xxl\:bg-lime-600\/50{
    background-color: rgb(101 163 13 / 0.5);
  }

  .xxl\:bg-lime-600\/55{
    background-color: rgb(101 163 13 / 0.55);
  }

  .xxl\:bg-lime-600\/60{
    background-color: rgb(101 163 13 / 0.6);
  }

  .xxl\:bg-lime-600\/65{
    background-color: rgb(101 163 13 / 0.65);
  }

  .xxl\:bg-lime-600\/70{
    background-color: rgb(101 163 13 / 0.7);
  }

  .xxl\:bg-lime-600\/75{
    background-color: rgb(101 163 13 / 0.75);
  }

  .xxl\:bg-lime-600\/80{
    background-color: rgb(101 163 13 / 0.8);
  }

  .xxl\:bg-lime-600\/85{
    background-color: rgb(101 163 13 / 0.85);
  }

  .xxl\:bg-lime-600\/90{
    background-color: rgb(101 163 13 / 0.9);
  }

  .xxl\:bg-lime-600\/95{
    background-color: rgb(101 163 13 / 0.95);
  }

  .xxl\:bg-lime-700{
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-700\/0{
    background-color: rgb(77 124 15 / 0);
  }

  .xxl\:bg-lime-700\/10{
    background-color: rgb(77 124 15 / 0.1);
  }

  .xxl\:bg-lime-700\/100{
    background-color: rgb(77 124 15 / 1);
  }

  .xxl\:bg-lime-700\/15{
    background-color: rgb(77 124 15 / 0.15);
  }

  .xxl\:bg-lime-700\/20{
    background-color: rgb(77 124 15 / 0.2);
  }

  .xxl\:bg-lime-700\/25{
    background-color: rgb(77 124 15 / 0.25);
  }

  .xxl\:bg-lime-700\/30{
    background-color: rgb(77 124 15 / 0.3);
  }

  .xxl\:bg-lime-700\/35{
    background-color: rgb(77 124 15 / 0.35);
  }

  .xxl\:bg-lime-700\/40{
    background-color: rgb(77 124 15 / 0.4);
  }

  .xxl\:bg-lime-700\/45{
    background-color: rgb(77 124 15 / 0.45);
  }

  .xxl\:bg-lime-700\/5{
    background-color: rgb(77 124 15 / 0.05);
  }

  .xxl\:bg-lime-700\/50{
    background-color: rgb(77 124 15 / 0.5);
  }

  .xxl\:bg-lime-700\/55{
    background-color: rgb(77 124 15 / 0.55);
  }

  .xxl\:bg-lime-700\/60{
    background-color: rgb(77 124 15 / 0.6);
  }

  .xxl\:bg-lime-700\/65{
    background-color: rgb(77 124 15 / 0.65);
  }

  .xxl\:bg-lime-700\/70{
    background-color: rgb(77 124 15 / 0.7);
  }

  .xxl\:bg-lime-700\/75{
    background-color: rgb(77 124 15 / 0.75);
  }

  .xxl\:bg-lime-700\/80{
    background-color: rgb(77 124 15 / 0.8);
  }

  .xxl\:bg-lime-700\/85{
    background-color: rgb(77 124 15 / 0.85);
  }

  .xxl\:bg-lime-700\/90{
    background-color: rgb(77 124 15 / 0.9);
  }

  .xxl\:bg-lime-700\/95{
    background-color: rgb(77 124 15 / 0.95);
  }

  .xxl\:bg-lime-800{
    --tw-bg-opacity: 1;
    background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-800\/0{
    background-color: rgb(63 98 18 / 0);
  }

  .xxl\:bg-lime-800\/10{
    background-color: rgb(63 98 18 / 0.1);
  }

  .xxl\:bg-lime-800\/100{
    background-color: rgb(63 98 18 / 1);
  }

  .xxl\:bg-lime-800\/15{
    background-color: rgb(63 98 18 / 0.15);
  }

  .xxl\:bg-lime-800\/20{
    background-color: rgb(63 98 18 / 0.2);
  }

  .xxl\:bg-lime-800\/25{
    background-color: rgb(63 98 18 / 0.25);
  }

  .xxl\:bg-lime-800\/30{
    background-color: rgb(63 98 18 / 0.3);
  }

  .xxl\:bg-lime-800\/35{
    background-color: rgb(63 98 18 / 0.35);
  }

  .xxl\:bg-lime-800\/40{
    background-color: rgb(63 98 18 / 0.4);
  }

  .xxl\:bg-lime-800\/45{
    background-color: rgb(63 98 18 / 0.45);
  }

  .xxl\:bg-lime-800\/5{
    background-color: rgb(63 98 18 / 0.05);
  }

  .xxl\:bg-lime-800\/50{
    background-color: rgb(63 98 18 / 0.5);
  }

  .xxl\:bg-lime-800\/55{
    background-color: rgb(63 98 18 / 0.55);
  }

  .xxl\:bg-lime-800\/60{
    background-color: rgb(63 98 18 / 0.6);
  }

  .xxl\:bg-lime-800\/65{
    background-color: rgb(63 98 18 / 0.65);
  }

  .xxl\:bg-lime-800\/70{
    background-color: rgb(63 98 18 / 0.7);
  }

  .xxl\:bg-lime-800\/75{
    background-color: rgb(63 98 18 / 0.75);
  }

  .xxl\:bg-lime-800\/80{
    background-color: rgb(63 98 18 / 0.8);
  }

  .xxl\:bg-lime-800\/85{
    background-color: rgb(63 98 18 / 0.85);
  }

  .xxl\:bg-lime-800\/90{
    background-color: rgb(63 98 18 / 0.9);
  }

  .xxl\:bg-lime-800\/95{
    background-color: rgb(63 98 18 / 0.95);
  }

  .xxl\:bg-lime-900{
    --tw-bg-opacity: 1;
    background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-900\/0{
    background-color: rgb(54 83 20 / 0);
  }

  .xxl\:bg-lime-900\/10{
    background-color: rgb(54 83 20 / 0.1);
  }

  .xxl\:bg-lime-900\/100{
    background-color: rgb(54 83 20 / 1);
  }

  .xxl\:bg-lime-900\/15{
    background-color: rgb(54 83 20 / 0.15);
  }

  .xxl\:bg-lime-900\/20{
    background-color: rgb(54 83 20 / 0.2);
  }

  .xxl\:bg-lime-900\/25{
    background-color: rgb(54 83 20 / 0.25);
  }

  .xxl\:bg-lime-900\/30{
    background-color: rgb(54 83 20 / 0.3);
  }

  .xxl\:bg-lime-900\/35{
    background-color: rgb(54 83 20 / 0.35);
  }

  .xxl\:bg-lime-900\/40{
    background-color: rgb(54 83 20 / 0.4);
  }

  .xxl\:bg-lime-900\/45{
    background-color: rgb(54 83 20 / 0.45);
  }

  .xxl\:bg-lime-900\/5{
    background-color: rgb(54 83 20 / 0.05);
  }

  .xxl\:bg-lime-900\/50{
    background-color: rgb(54 83 20 / 0.5);
  }

  .xxl\:bg-lime-900\/55{
    background-color: rgb(54 83 20 / 0.55);
  }

  .xxl\:bg-lime-900\/60{
    background-color: rgb(54 83 20 / 0.6);
  }

  .xxl\:bg-lime-900\/65{
    background-color: rgb(54 83 20 / 0.65);
  }

  .xxl\:bg-lime-900\/70{
    background-color: rgb(54 83 20 / 0.7);
  }

  .xxl\:bg-lime-900\/75{
    background-color: rgb(54 83 20 / 0.75);
  }

  .xxl\:bg-lime-900\/80{
    background-color: rgb(54 83 20 / 0.8);
  }

  .xxl\:bg-lime-900\/85{
    background-color: rgb(54 83 20 / 0.85);
  }

  .xxl\:bg-lime-900\/90{
    background-color: rgb(54 83 20 / 0.9);
  }

  .xxl\:bg-lime-900\/95{
    background-color: rgb(54 83 20 / 0.95);
  }

  .xxl\:bg-lime-950{
    --tw-bg-opacity: 1;
    background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-lime-950\/0{
    background-color: rgb(26 46 5 / 0);
  }

  .xxl\:bg-lime-950\/10{
    background-color: rgb(26 46 5 / 0.1);
  }

  .xxl\:bg-lime-950\/100{
    background-color: rgb(26 46 5 / 1);
  }

  .xxl\:bg-lime-950\/15{
    background-color: rgb(26 46 5 / 0.15);
  }

  .xxl\:bg-lime-950\/20{
    background-color: rgb(26 46 5 / 0.2);
  }

  .xxl\:bg-lime-950\/25{
    background-color: rgb(26 46 5 / 0.25);
  }

  .xxl\:bg-lime-950\/30{
    background-color: rgb(26 46 5 / 0.3);
  }

  .xxl\:bg-lime-950\/35{
    background-color: rgb(26 46 5 / 0.35);
  }

  .xxl\:bg-lime-950\/40{
    background-color: rgb(26 46 5 / 0.4);
  }

  .xxl\:bg-lime-950\/45{
    background-color: rgb(26 46 5 / 0.45);
  }

  .xxl\:bg-lime-950\/5{
    background-color: rgb(26 46 5 / 0.05);
  }

  .xxl\:bg-lime-950\/50{
    background-color: rgb(26 46 5 / 0.5);
  }

  .xxl\:bg-lime-950\/55{
    background-color: rgb(26 46 5 / 0.55);
  }

  .xxl\:bg-lime-950\/60{
    background-color: rgb(26 46 5 / 0.6);
  }

  .xxl\:bg-lime-950\/65{
    background-color: rgb(26 46 5 / 0.65);
  }

  .xxl\:bg-lime-950\/70{
    background-color: rgb(26 46 5 / 0.7);
  }

  .xxl\:bg-lime-950\/75{
    background-color: rgb(26 46 5 / 0.75);
  }

  .xxl\:bg-lime-950\/80{
    background-color: rgb(26 46 5 / 0.8);
  }

  .xxl\:bg-lime-950\/85{
    background-color: rgb(26 46 5 / 0.85);
  }

  .xxl\:bg-lime-950\/90{
    background-color: rgb(26 46 5 / 0.9);
  }

  .xxl\:bg-lime-950\/95{
    background-color: rgb(26 46 5 / 0.95);
  }

  .xxl\:bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-100\/0{
    background-color: rgb(245 245 245 / 0);
  }

  .xxl\:bg-neutral-100\/10{
    background-color: rgb(245 245 245 / 0.1);
  }

  .xxl\:bg-neutral-100\/100{
    background-color: rgb(245 245 245 / 1);
  }

  .xxl\:bg-neutral-100\/15{
    background-color: rgb(245 245 245 / 0.15);
  }

  .xxl\:bg-neutral-100\/20{
    background-color: rgb(245 245 245 / 0.2);
  }

  .xxl\:bg-neutral-100\/25{
    background-color: rgb(245 245 245 / 0.25);
  }

  .xxl\:bg-neutral-100\/30{
    background-color: rgb(245 245 245 / 0.3);
  }

  .xxl\:bg-neutral-100\/35{
    background-color: rgb(245 245 245 / 0.35);
  }

  .xxl\:bg-neutral-100\/40{
    background-color: rgb(245 245 245 / 0.4);
  }

  .xxl\:bg-neutral-100\/45{
    background-color: rgb(245 245 245 / 0.45);
  }

  .xxl\:bg-neutral-100\/5{
    background-color: rgb(245 245 245 / 0.05);
  }

  .xxl\:bg-neutral-100\/50{
    background-color: rgb(245 245 245 / 0.5);
  }

  .xxl\:bg-neutral-100\/55{
    background-color: rgb(245 245 245 / 0.55);
  }

  .xxl\:bg-neutral-100\/60{
    background-color: rgb(245 245 245 / 0.6);
  }

  .xxl\:bg-neutral-100\/65{
    background-color: rgb(245 245 245 / 0.65);
  }

  .xxl\:bg-neutral-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .xxl\:bg-neutral-100\/75{
    background-color: rgb(245 245 245 / 0.75);
  }

  .xxl\:bg-neutral-100\/80{
    background-color: rgb(245 245 245 / 0.8);
  }

  .xxl\:bg-neutral-100\/85{
    background-color: rgb(245 245 245 / 0.85);
  }

  .xxl\:bg-neutral-100\/90{
    background-color: rgb(245 245 245 / 0.9);
  }

  .xxl\:bg-neutral-100\/95{
    background-color: rgb(245 245 245 / 0.95);
  }

  .xxl\:bg-neutral-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-200\/0{
    background-color: rgb(229 229 229 / 0);
  }

  .xxl\:bg-neutral-200\/10{
    background-color: rgb(229 229 229 / 0.1);
  }

  .xxl\:bg-neutral-200\/100{
    background-color: rgb(229 229 229 / 1);
  }

  .xxl\:bg-neutral-200\/15{
    background-color: rgb(229 229 229 / 0.15);
  }

  .xxl\:bg-neutral-200\/20{
    background-color: rgb(229 229 229 / 0.2);
  }

  .xxl\:bg-neutral-200\/25{
    background-color: rgb(229 229 229 / 0.25);
  }

  .xxl\:bg-neutral-200\/30{
    background-color: rgb(229 229 229 / 0.3);
  }

  .xxl\:bg-neutral-200\/35{
    background-color: rgb(229 229 229 / 0.35);
  }

  .xxl\:bg-neutral-200\/40{
    background-color: rgb(229 229 229 / 0.4);
  }

  .xxl\:bg-neutral-200\/45{
    background-color: rgb(229 229 229 / 0.45);
  }

  .xxl\:bg-neutral-200\/5{
    background-color: rgb(229 229 229 / 0.05);
  }

  .xxl\:bg-neutral-200\/50{
    background-color: rgb(229 229 229 / 0.5);
  }

  .xxl\:bg-neutral-200\/55{
    background-color: rgb(229 229 229 / 0.55);
  }

  .xxl\:bg-neutral-200\/60{
    background-color: rgb(229 229 229 / 0.6);
  }

  .xxl\:bg-neutral-200\/65{
    background-color: rgb(229 229 229 / 0.65);
  }

  .xxl\:bg-neutral-200\/70{
    background-color: rgb(229 229 229 / 0.7);
  }

  .xxl\:bg-neutral-200\/75{
    background-color: rgb(229 229 229 / 0.75);
  }

  .xxl\:bg-neutral-200\/80{
    background-color: rgb(229 229 229 / 0.8);
  }

  .xxl\:bg-neutral-200\/85{
    background-color: rgb(229 229 229 / 0.85);
  }

  .xxl\:bg-neutral-200\/90{
    background-color: rgb(229 229 229 / 0.9);
  }

  .xxl\:bg-neutral-200\/95{
    background-color: rgb(229 229 229 / 0.95);
  }

  .xxl\:bg-neutral-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-300\/0{
    background-color: rgb(212 212 212 / 0);
  }

  .xxl\:bg-neutral-300\/10{
    background-color: rgb(212 212 212 / 0.1);
  }

  .xxl\:bg-neutral-300\/100{
    background-color: rgb(212 212 212 / 1);
  }

  .xxl\:bg-neutral-300\/15{
    background-color: rgb(212 212 212 / 0.15);
  }

  .xxl\:bg-neutral-300\/20{
    background-color: rgb(212 212 212 / 0.2);
  }

  .xxl\:bg-neutral-300\/25{
    background-color: rgb(212 212 212 / 0.25);
  }

  .xxl\:bg-neutral-300\/30{
    background-color: rgb(212 212 212 / 0.3);
  }

  .xxl\:bg-neutral-300\/35{
    background-color: rgb(212 212 212 / 0.35);
  }

  .xxl\:bg-neutral-300\/40{
    background-color: rgb(212 212 212 / 0.4);
  }

  .xxl\:bg-neutral-300\/45{
    background-color: rgb(212 212 212 / 0.45);
  }

  .xxl\:bg-neutral-300\/5{
    background-color: rgb(212 212 212 / 0.05);
  }

  .xxl\:bg-neutral-300\/50{
    background-color: rgb(212 212 212 / 0.5);
  }

  .xxl\:bg-neutral-300\/55{
    background-color: rgb(212 212 212 / 0.55);
  }

  .xxl\:bg-neutral-300\/60{
    background-color: rgb(212 212 212 / 0.6);
  }

  .xxl\:bg-neutral-300\/65{
    background-color: rgb(212 212 212 / 0.65);
  }

  .xxl\:bg-neutral-300\/70{
    background-color: rgb(212 212 212 / 0.7);
  }

  .xxl\:bg-neutral-300\/75{
    background-color: rgb(212 212 212 / 0.75);
  }

  .xxl\:bg-neutral-300\/80{
    background-color: rgb(212 212 212 / 0.8);
  }

  .xxl\:bg-neutral-300\/85{
    background-color: rgb(212 212 212 / 0.85);
  }

  .xxl\:bg-neutral-300\/90{
    background-color: rgb(212 212 212 / 0.9);
  }

  .xxl\:bg-neutral-300\/95{
    background-color: rgb(212 212 212 / 0.95);
  }

  .xxl\:bg-neutral-400{
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-400\/0{
    background-color: rgb(163 163 163 / 0);
  }

  .xxl\:bg-neutral-400\/10{
    background-color: rgb(163 163 163 / 0.1);
  }

  .xxl\:bg-neutral-400\/100{
    background-color: rgb(163 163 163 / 1);
  }

  .xxl\:bg-neutral-400\/15{
    background-color: rgb(163 163 163 / 0.15);
  }

  .xxl\:bg-neutral-400\/20{
    background-color: rgb(163 163 163 / 0.2);
  }

  .xxl\:bg-neutral-400\/25{
    background-color: rgb(163 163 163 / 0.25);
  }

  .xxl\:bg-neutral-400\/30{
    background-color: rgb(163 163 163 / 0.3);
  }

  .xxl\:bg-neutral-400\/35{
    background-color: rgb(163 163 163 / 0.35);
  }

  .xxl\:bg-neutral-400\/40{
    background-color: rgb(163 163 163 / 0.4);
  }

  .xxl\:bg-neutral-400\/45{
    background-color: rgb(163 163 163 / 0.45);
  }

  .xxl\:bg-neutral-400\/5{
    background-color: rgb(163 163 163 / 0.05);
  }

  .xxl\:bg-neutral-400\/50{
    background-color: rgb(163 163 163 / 0.5);
  }

  .xxl\:bg-neutral-400\/55{
    background-color: rgb(163 163 163 / 0.55);
  }

  .xxl\:bg-neutral-400\/60{
    background-color: rgb(163 163 163 / 0.6);
  }

  .xxl\:bg-neutral-400\/65{
    background-color: rgb(163 163 163 / 0.65);
  }

  .xxl\:bg-neutral-400\/70{
    background-color: rgb(163 163 163 / 0.7);
  }

  .xxl\:bg-neutral-400\/75{
    background-color: rgb(163 163 163 / 0.75);
  }

  .xxl\:bg-neutral-400\/80{
    background-color: rgb(163 163 163 / 0.8);
  }

  .xxl\:bg-neutral-400\/85{
    background-color: rgb(163 163 163 / 0.85);
  }

  .xxl\:bg-neutral-400\/90{
    background-color: rgb(163 163 163 / 0.9);
  }

  .xxl\:bg-neutral-400\/95{
    background-color: rgb(163 163 163 / 0.95);
  }

  .xxl\:bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .xxl\:bg-neutral-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .xxl\:bg-neutral-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .xxl\:bg-neutral-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .xxl\:bg-neutral-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .xxl\:bg-neutral-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .xxl\:bg-neutral-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .xxl\:bg-neutral-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .xxl\:bg-neutral-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .xxl\:bg-neutral-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .xxl\:bg-neutral-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .xxl\:bg-neutral-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .xxl\:bg-neutral-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .xxl\:bg-neutral-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .xxl\:bg-neutral-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .xxl\:bg-neutral-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .xxl\:bg-neutral-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .xxl\:bg-neutral-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .xxl\:bg-neutral-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .xxl\:bg-neutral-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .xxl\:bg-neutral-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .xxl\:bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-500\/0{
    background-color: rgb(115 115 115 / 0);
  }

  .xxl\:bg-neutral-500\/10{
    background-color: rgb(115 115 115 / 0.1);
  }

  .xxl\:bg-neutral-500\/100{
    background-color: rgb(115 115 115 / 1);
  }

  .xxl\:bg-neutral-500\/15{
    background-color: rgb(115 115 115 / 0.15);
  }

  .xxl\:bg-neutral-500\/20{
    background-color: rgb(115 115 115 / 0.2);
  }

  .xxl\:bg-neutral-500\/25{
    background-color: rgb(115 115 115 / 0.25);
  }

  .xxl\:bg-neutral-500\/30{
    background-color: rgb(115 115 115 / 0.3);
  }

  .xxl\:bg-neutral-500\/35{
    background-color: rgb(115 115 115 / 0.35);
  }

  .xxl\:bg-neutral-500\/40{
    background-color: rgb(115 115 115 / 0.4);
  }

  .xxl\:bg-neutral-500\/45{
    background-color: rgb(115 115 115 / 0.45);
  }

  .xxl\:bg-neutral-500\/5{
    background-color: rgb(115 115 115 / 0.05);
  }

  .xxl\:bg-neutral-500\/50{
    background-color: rgb(115 115 115 / 0.5);
  }

  .xxl\:bg-neutral-500\/55{
    background-color: rgb(115 115 115 / 0.55);
  }

  .xxl\:bg-neutral-500\/60{
    background-color: rgb(115 115 115 / 0.6);
  }

  .xxl\:bg-neutral-500\/65{
    background-color: rgb(115 115 115 / 0.65);
  }

  .xxl\:bg-neutral-500\/70{
    background-color: rgb(115 115 115 / 0.7);
  }

  .xxl\:bg-neutral-500\/75{
    background-color: rgb(115 115 115 / 0.75);
  }

  .xxl\:bg-neutral-500\/80{
    background-color: rgb(115 115 115 / 0.8);
  }

  .xxl\:bg-neutral-500\/85{
    background-color: rgb(115 115 115 / 0.85);
  }

  .xxl\:bg-neutral-500\/90{
    background-color: rgb(115 115 115 / 0.9);
  }

  .xxl\:bg-neutral-500\/95{
    background-color: rgb(115 115 115 / 0.95);
  }

  .xxl\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-600\/0{
    background-color: rgb(82 82 82 / 0);
  }

  .xxl\:bg-neutral-600\/10{
    background-color: rgb(82 82 82 / 0.1);
  }

  .xxl\:bg-neutral-600\/100{
    background-color: rgb(82 82 82 / 1);
  }

  .xxl\:bg-neutral-600\/15{
    background-color: rgb(82 82 82 / 0.15);
  }

  .xxl\:bg-neutral-600\/20{
    background-color: rgb(82 82 82 / 0.2);
  }

  .xxl\:bg-neutral-600\/25{
    background-color: rgb(82 82 82 / 0.25);
  }

  .xxl\:bg-neutral-600\/30{
    background-color: rgb(82 82 82 / 0.3);
  }

  .xxl\:bg-neutral-600\/35{
    background-color: rgb(82 82 82 / 0.35);
  }

  .xxl\:bg-neutral-600\/40{
    background-color: rgb(82 82 82 / 0.4);
  }

  .xxl\:bg-neutral-600\/45{
    background-color: rgb(82 82 82 / 0.45);
  }

  .xxl\:bg-neutral-600\/5{
    background-color: rgb(82 82 82 / 0.05);
  }

  .xxl\:bg-neutral-600\/50{
    background-color: rgb(82 82 82 / 0.5);
  }

  .xxl\:bg-neutral-600\/55{
    background-color: rgb(82 82 82 / 0.55);
  }

  .xxl\:bg-neutral-600\/60{
    background-color: rgb(82 82 82 / 0.6);
  }

  .xxl\:bg-neutral-600\/65{
    background-color: rgb(82 82 82 / 0.65);
  }

  .xxl\:bg-neutral-600\/70{
    background-color: rgb(82 82 82 / 0.7);
  }

  .xxl\:bg-neutral-600\/75{
    background-color: rgb(82 82 82 / 0.75);
  }

  .xxl\:bg-neutral-600\/80{
    background-color: rgb(82 82 82 / 0.8);
  }

  .xxl\:bg-neutral-600\/85{
    background-color: rgb(82 82 82 / 0.85);
  }

  .xxl\:bg-neutral-600\/90{
    background-color: rgb(82 82 82 / 0.9);
  }

  .xxl\:bg-neutral-600\/95{
    background-color: rgb(82 82 82 / 0.95);
  }

  .xxl\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-700\/0{
    background-color: rgb(64 64 64 / 0);
  }

  .xxl\:bg-neutral-700\/10{
    background-color: rgb(64 64 64 / 0.1);
  }

  .xxl\:bg-neutral-700\/100{
    background-color: rgb(64 64 64 / 1);
  }

  .xxl\:bg-neutral-700\/15{
    background-color: rgb(64 64 64 / 0.15);
  }

  .xxl\:bg-neutral-700\/20{
    background-color: rgb(64 64 64 / 0.2);
  }

  .xxl\:bg-neutral-700\/25{
    background-color: rgb(64 64 64 / 0.25);
  }

  .xxl\:bg-neutral-700\/30{
    background-color: rgb(64 64 64 / 0.3);
  }

  .xxl\:bg-neutral-700\/35{
    background-color: rgb(64 64 64 / 0.35);
  }

  .xxl\:bg-neutral-700\/40{
    background-color: rgb(64 64 64 / 0.4);
  }

  .xxl\:bg-neutral-700\/45{
    background-color: rgb(64 64 64 / 0.45);
  }

  .xxl\:bg-neutral-700\/5{
    background-color: rgb(64 64 64 / 0.05);
  }

  .xxl\:bg-neutral-700\/50{
    background-color: rgb(64 64 64 / 0.5);
  }

  .xxl\:bg-neutral-700\/55{
    background-color: rgb(64 64 64 / 0.55);
  }

  .xxl\:bg-neutral-700\/60{
    background-color: rgb(64 64 64 / 0.6);
  }

  .xxl\:bg-neutral-700\/65{
    background-color: rgb(64 64 64 / 0.65);
  }

  .xxl\:bg-neutral-700\/70{
    background-color: rgb(64 64 64 / 0.7);
  }

  .xxl\:bg-neutral-700\/75{
    background-color: rgb(64 64 64 / 0.75);
  }

  .xxl\:bg-neutral-700\/80{
    background-color: rgb(64 64 64 / 0.8);
  }

  .xxl\:bg-neutral-700\/85{
    background-color: rgb(64 64 64 / 0.85);
  }

  .xxl\:bg-neutral-700\/90{
    background-color: rgb(64 64 64 / 0.9);
  }

  .xxl\:bg-neutral-700\/95{
    background-color: rgb(64 64 64 / 0.95);
  }

  .xxl\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-800\/0{
    background-color: rgb(38 38 38 / 0);
  }

  .xxl\:bg-neutral-800\/10{
    background-color: rgb(38 38 38 / 0.1);
  }

  .xxl\:bg-neutral-800\/100{
    background-color: rgb(38 38 38 / 1);
  }

  .xxl\:bg-neutral-800\/15{
    background-color: rgb(38 38 38 / 0.15);
  }

  .xxl\:bg-neutral-800\/20{
    background-color: rgb(38 38 38 / 0.2);
  }

  .xxl\:bg-neutral-800\/25{
    background-color: rgb(38 38 38 / 0.25);
  }

  .xxl\:bg-neutral-800\/30{
    background-color: rgb(38 38 38 / 0.3);
  }

  .xxl\:bg-neutral-800\/35{
    background-color: rgb(38 38 38 / 0.35);
  }

  .xxl\:bg-neutral-800\/40{
    background-color: rgb(38 38 38 / 0.4);
  }

  .xxl\:bg-neutral-800\/45{
    background-color: rgb(38 38 38 / 0.45);
  }

  .xxl\:bg-neutral-800\/5{
    background-color: rgb(38 38 38 / 0.05);
  }

  .xxl\:bg-neutral-800\/50{
    background-color: rgb(38 38 38 / 0.5);
  }

  .xxl\:bg-neutral-800\/55{
    background-color: rgb(38 38 38 / 0.55);
  }

  .xxl\:bg-neutral-800\/60{
    background-color: rgb(38 38 38 / 0.6);
  }

  .xxl\:bg-neutral-800\/65{
    background-color: rgb(38 38 38 / 0.65);
  }

  .xxl\:bg-neutral-800\/70{
    background-color: rgb(38 38 38 / 0.7);
  }

  .xxl\:bg-neutral-800\/75{
    background-color: rgb(38 38 38 / 0.75);
  }

  .xxl\:bg-neutral-800\/80{
    background-color: rgb(38 38 38 / 0.8);
  }

  .xxl\:bg-neutral-800\/85{
    background-color: rgb(38 38 38 / 0.85);
  }

  .xxl\:bg-neutral-800\/90{
    background-color: rgb(38 38 38 / 0.9);
  }

  .xxl\:bg-neutral-800\/95{
    background-color: rgb(38 38 38 / 0.95);
  }

  .xxl\:bg-neutral-900{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-900\/0{
    background-color: rgb(23 23 23 / 0);
  }

  .xxl\:bg-neutral-900\/10{
    background-color: rgb(23 23 23 / 0.1);
  }

  .xxl\:bg-neutral-900\/100{
    background-color: rgb(23 23 23 / 1);
  }

  .xxl\:bg-neutral-900\/15{
    background-color: rgb(23 23 23 / 0.15);
  }

  .xxl\:bg-neutral-900\/20{
    background-color: rgb(23 23 23 / 0.2);
  }

  .xxl\:bg-neutral-900\/25{
    background-color: rgb(23 23 23 / 0.25);
  }

  .xxl\:bg-neutral-900\/30{
    background-color: rgb(23 23 23 / 0.3);
  }

  .xxl\:bg-neutral-900\/35{
    background-color: rgb(23 23 23 / 0.35);
  }

  .xxl\:bg-neutral-900\/40{
    background-color: rgb(23 23 23 / 0.4);
  }

  .xxl\:bg-neutral-900\/45{
    background-color: rgb(23 23 23 / 0.45);
  }

  .xxl\:bg-neutral-900\/5{
    background-color: rgb(23 23 23 / 0.05);
  }

  .xxl\:bg-neutral-900\/50{
    background-color: rgb(23 23 23 / 0.5);
  }

  .xxl\:bg-neutral-900\/55{
    background-color: rgb(23 23 23 / 0.55);
  }

  .xxl\:bg-neutral-900\/60{
    background-color: rgb(23 23 23 / 0.6);
  }

  .xxl\:bg-neutral-900\/65{
    background-color: rgb(23 23 23 / 0.65);
  }

  .xxl\:bg-neutral-900\/70{
    background-color: rgb(23 23 23 / 0.7);
  }

  .xxl\:bg-neutral-900\/75{
    background-color: rgb(23 23 23 / 0.75);
  }

  .xxl\:bg-neutral-900\/80{
    background-color: rgb(23 23 23 / 0.8);
  }

  .xxl\:bg-neutral-900\/85{
    background-color: rgb(23 23 23 / 0.85);
  }

  .xxl\:bg-neutral-900\/90{
    background-color: rgb(23 23 23 / 0.9);
  }

  .xxl\:bg-neutral-900\/95{
    background-color: rgb(23 23 23 / 0.95);
  }

  .xxl\:bg-neutral-950{
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-neutral-950\/0{
    background-color: rgb(10 10 10 / 0);
  }

  .xxl\:bg-neutral-950\/10{
    background-color: rgb(10 10 10 / 0.1);
  }

  .xxl\:bg-neutral-950\/100{
    background-color: rgb(10 10 10 / 1);
  }

  .xxl\:bg-neutral-950\/15{
    background-color: rgb(10 10 10 / 0.15);
  }

  .xxl\:bg-neutral-950\/20{
    background-color: rgb(10 10 10 / 0.2);
  }

  .xxl\:bg-neutral-950\/25{
    background-color: rgb(10 10 10 / 0.25);
  }

  .xxl\:bg-neutral-950\/30{
    background-color: rgb(10 10 10 / 0.3);
  }

  .xxl\:bg-neutral-950\/35{
    background-color: rgb(10 10 10 / 0.35);
  }

  .xxl\:bg-neutral-950\/40{
    background-color: rgb(10 10 10 / 0.4);
  }

  .xxl\:bg-neutral-950\/45{
    background-color: rgb(10 10 10 / 0.45);
  }

  .xxl\:bg-neutral-950\/5{
    background-color: rgb(10 10 10 / 0.05);
  }

  .xxl\:bg-neutral-950\/50{
    background-color: rgb(10 10 10 / 0.5);
  }

  .xxl\:bg-neutral-950\/55{
    background-color: rgb(10 10 10 / 0.55);
  }

  .xxl\:bg-neutral-950\/60{
    background-color: rgb(10 10 10 / 0.6);
  }

  .xxl\:bg-neutral-950\/65{
    background-color: rgb(10 10 10 / 0.65);
  }

  .xxl\:bg-neutral-950\/70{
    background-color: rgb(10 10 10 / 0.7);
  }

  .xxl\:bg-neutral-950\/75{
    background-color: rgb(10 10 10 / 0.75);
  }

  .xxl\:bg-neutral-950\/80{
    background-color: rgb(10 10 10 / 0.8);
  }

  .xxl\:bg-neutral-950\/85{
    background-color: rgb(10 10 10 / 0.85);
  }

  .xxl\:bg-neutral-950\/90{
    background-color: rgb(10 10 10 / 0.9);
  }

  .xxl\:bg-neutral-950\/95{
    background-color: rgb(10 10 10 / 0.95);
  }

  .xxl\:bg-orange-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-100\/0{
    background-color: rgb(255 237 213 / 0);
  }

  .xxl\:bg-orange-100\/10{
    background-color: rgb(255 237 213 / 0.1);
  }

  .xxl\:bg-orange-100\/100{
    background-color: rgb(255 237 213 / 1);
  }

  .xxl\:bg-orange-100\/15{
    background-color: rgb(255 237 213 / 0.15);
  }

  .xxl\:bg-orange-100\/20{
    background-color: rgb(255 237 213 / 0.2);
  }

  .xxl\:bg-orange-100\/25{
    background-color: rgb(255 237 213 / 0.25);
  }

  .xxl\:bg-orange-100\/30{
    background-color: rgb(255 237 213 / 0.3);
  }

  .xxl\:bg-orange-100\/35{
    background-color: rgb(255 237 213 / 0.35);
  }

  .xxl\:bg-orange-100\/40{
    background-color: rgb(255 237 213 / 0.4);
  }

  .xxl\:bg-orange-100\/45{
    background-color: rgb(255 237 213 / 0.45);
  }

  .xxl\:bg-orange-100\/5{
    background-color: rgb(255 237 213 / 0.05);
  }

  .xxl\:bg-orange-100\/50{
    background-color: rgb(255 237 213 / 0.5);
  }

  .xxl\:bg-orange-100\/55{
    background-color: rgb(255 237 213 / 0.55);
  }

  .xxl\:bg-orange-100\/60{
    background-color: rgb(255 237 213 / 0.6);
  }

  .xxl\:bg-orange-100\/65{
    background-color: rgb(255 237 213 / 0.65);
  }

  .xxl\:bg-orange-100\/70{
    background-color: rgb(255 237 213 / 0.7);
  }

  .xxl\:bg-orange-100\/75{
    background-color: rgb(255 237 213 / 0.75);
  }

  .xxl\:bg-orange-100\/80{
    background-color: rgb(255 237 213 / 0.8);
  }

  .xxl\:bg-orange-100\/85{
    background-color: rgb(255 237 213 / 0.85);
  }

  .xxl\:bg-orange-100\/90{
    background-color: rgb(255 237 213 / 0.9);
  }

  .xxl\:bg-orange-100\/95{
    background-color: rgb(255 237 213 / 0.95);
  }

  .xxl\:bg-orange-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-200\/0{
    background-color: rgb(254 215 170 / 0);
  }

  .xxl\:bg-orange-200\/10{
    background-color: rgb(254 215 170 / 0.1);
  }

  .xxl\:bg-orange-200\/100{
    background-color: rgb(254 215 170 / 1);
  }

  .xxl\:bg-orange-200\/15{
    background-color: rgb(254 215 170 / 0.15);
  }

  .xxl\:bg-orange-200\/20{
    background-color: rgb(254 215 170 / 0.2);
  }

  .xxl\:bg-orange-200\/25{
    background-color: rgb(254 215 170 / 0.25);
  }

  .xxl\:bg-orange-200\/30{
    background-color: rgb(254 215 170 / 0.3);
  }

  .xxl\:bg-orange-200\/35{
    background-color: rgb(254 215 170 / 0.35);
  }

  .xxl\:bg-orange-200\/40{
    background-color: rgb(254 215 170 / 0.4);
  }

  .xxl\:bg-orange-200\/45{
    background-color: rgb(254 215 170 / 0.45);
  }

  .xxl\:bg-orange-200\/5{
    background-color: rgb(254 215 170 / 0.05);
  }

  .xxl\:bg-orange-200\/50{
    background-color: rgb(254 215 170 / 0.5);
  }

  .xxl\:bg-orange-200\/55{
    background-color: rgb(254 215 170 / 0.55);
  }

  .xxl\:bg-orange-200\/60{
    background-color: rgb(254 215 170 / 0.6);
  }

  .xxl\:bg-orange-200\/65{
    background-color: rgb(254 215 170 / 0.65);
  }

  .xxl\:bg-orange-200\/70{
    background-color: rgb(254 215 170 / 0.7);
  }

  .xxl\:bg-orange-200\/75{
    background-color: rgb(254 215 170 / 0.75);
  }

  .xxl\:bg-orange-200\/80{
    background-color: rgb(254 215 170 / 0.8);
  }

  .xxl\:bg-orange-200\/85{
    background-color: rgb(254 215 170 / 0.85);
  }

  .xxl\:bg-orange-200\/90{
    background-color: rgb(254 215 170 / 0.9);
  }

  .xxl\:bg-orange-200\/95{
    background-color: rgb(254 215 170 / 0.95);
  }

  .xxl\:bg-orange-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-300\/0{
    background-color: rgb(253 186 116 / 0);
  }

  .xxl\:bg-orange-300\/10{
    background-color: rgb(253 186 116 / 0.1);
  }

  .xxl\:bg-orange-300\/100{
    background-color: rgb(253 186 116 / 1);
  }

  .xxl\:bg-orange-300\/15{
    background-color: rgb(253 186 116 / 0.15);
  }

  .xxl\:bg-orange-300\/20{
    background-color: rgb(253 186 116 / 0.2);
  }

  .xxl\:bg-orange-300\/25{
    background-color: rgb(253 186 116 / 0.25);
  }

  .xxl\:bg-orange-300\/30{
    background-color: rgb(253 186 116 / 0.3);
  }

  .xxl\:bg-orange-300\/35{
    background-color: rgb(253 186 116 / 0.35);
  }

  .xxl\:bg-orange-300\/40{
    background-color: rgb(253 186 116 / 0.4);
  }

  .xxl\:bg-orange-300\/45{
    background-color: rgb(253 186 116 / 0.45);
  }

  .xxl\:bg-orange-300\/5{
    background-color: rgb(253 186 116 / 0.05);
  }

  .xxl\:bg-orange-300\/50{
    background-color: rgb(253 186 116 / 0.5);
  }

  .xxl\:bg-orange-300\/55{
    background-color: rgb(253 186 116 / 0.55);
  }

  .xxl\:bg-orange-300\/60{
    background-color: rgb(253 186 116 / 0.6);
  }

  .xxl\:bg-orange-300\/65{
    background-color: rgb(253 186 116 / 0.65);
  }

  .xxl\:bg-orange-300\/70{
    background-color: rgb(253 186 116 / 0.7);
  }

  .xxl\:bg-orange-300\/75{
    background-color: rgb(253 186 116 / 0.75);
  }

  .xxl\:bg-orange-300\/80{
    background-color: rgb(253 186 116 / 0.8);
  }

  .xxl\:bg-orange-300\/85{
    background-color: rgb(253 186 116 / 0.85);
  }

  .xxl\:bg-orange-300\/90{
    background-color: rgb(253 186 116 / 0.9);
  }

  .xxl\:bg-orange-300\/95{
    background-color: rgb(253 186 116 / 0.95);
  }

  .xxl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-400\/0{
    background-color: rgb(251 146 60 / 0);
  }

  .xxl\:bg-orange-400\/10{
    background-color: rgb(251 146 60 / 0.1);
  }

  .xxl\:bg-orange-400\/100{
    background-color: rgb(251 146 60 / 1);
  }

  .xxl\:bg-orange-400\/15{
    background-color: rgb(251 146 60 / 0.15);
  }

  .xxl\:bg-orange-400\/20{
    background-color: rgb(251 146 60 / 0.2);
  }

  .xxl\:bg-orange-400\/25{
    background-color: rgb(251 146 60 / 0.25);
  }

  .xxl\:bg-orange-400\/30{
    background-color: rgb(251 146 60 / 0.3);
  }

  .xxl\:bg-orange-400\/35{
    background-color: rgb(251 146 60 / 0.35);
  }

  .xxl\:bg-orange-400\/40{
    background-color: rgb(251 146 60 / 0.4);
  }

  .xxl\:bg-orange-400\/45{
    background-color: rgb(251 146 60 / 0.45);
  }

  .xxl\:bg-orange-400\/5{
    background-color: rgb(251 146 60 / 0.05);
  }

  .xxl\:bg-orange-400\/50{
    background-color: rgb(251 146 60 / 0.5);
  }

  .xxl\:bg-orange-400\/55{
    background-color: rgb(251 146 60 / 0.55);
  }

  .xxl\:bg-orange-400\/60{
    background-color: rgb(251 146 60 / 0.6);
  }

  .xxl\:bg-orange-400\/65{
    background-color: rgb(251 146 60 / 0.65);
  }

  .xxl\:bg-orange-400\/70{
    background-color: rgb(251 146 60 / 0.7);
  }

  .xxl\:bg-orange-400\/75{
    background-color: rgb(251 146 60 / 0.75);
  }

  .xxl\:bg-orange-400\/80{
    background-color: rgb(251 146 60 / 0.8);
  }

  .xxl\:bg-orange-400\/85{
    background-color: rgb(251 146 60 / 0.85);
  }

  .xxl\:bg-orange-400\/90{
    background-color: rgb(251 146 60 / 0.9);
  }

  .xxl\:bg-orange-400\/95{
    background-color: rgb(251 146 60 / 0.95);
  }

  .xxl\:bg-orange-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-50\/0{
    background-color: rgb(255 247 237 / 0);
  }

  .xxl\:bg-orange-50\/10{
    background-color: rgb(255 247 237 / 0.1);
  }

  .xxl\:bg-orange-50\/100{
    background-color: rgb(255 247 237 / 1);
  }

  .xxl\:bg-orange-50\/15{
    background-color: rgb(255 247 237 / 0.15);
  }

  .xxl\:bg-orange-50\/20{
    background-color: rgb(255 247 237 / 0.2);
  }

  .xxl\:bg-orange-50\/25{
    background-color: rgb(255 247 237 / 0.25);
  }

  .xxl\:bg-orange-50\/30{
    background-color: rgb(255 247 237 / 0.3);
  }

  .xxl\:bg-orange-50\/35{
    background-color: rgb(255 247 237 / 0.35);
  }

  .xxl\:bg-orange-50\/40{
    background-color: rgb(255 247 237 / 0.4);
  }

  .xxl\:bg-orange-50\/45{
    background-color: rgb(255 247 237 / 0.45);
  }

  .xxl\:bg-orange-50\/5{
    background-color: rgb(255 247 237 / 0.05);
  }

  .xxl\:bg-orange-50\/50{
    background-color: rgb(255 247 237 / 0.5);
  }

  .xxl\:bg-orange-50\/55{
    background-color: rgb(255 247 237 / 0.55);
  }

  .xxl\:bg-orange-50\/60{
    background-color: rgb(255 247 237 / 0.6);
  }

  .xxl\:bg-orange-50\/65{
    background-color: rgb(255 247 237 / 0.65);
  }

  .xxl\:bg-orange-50\/70{
    background-color: rgb(255 247 237 / 0.7);
  }

  .xxl\:bg-orange-50\/75{
    background-color: rgb(255 247 237 / 0.75);
  }

  .xxl\:bg-orange-50\/80{
    background-color: rgb(255 247 237 / 0.8);
  }

  .xxl\:bg-orange-50\/85{
    background-color: rgb(255 247 237 / 0.85);
  }

  .xxl\:bg-orange-50\/90{
    background-color: rgb(255 247 237 / 0.9);
  }

  .xxl\:bg-orange-50\/95{
    background-color: rgb(255 247 237 / 0.95);
  }

  .xxl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-500\/0{
    background-color: rgb(249 115 22 / 0);
  }

  .xxl\:bg-orange-500\/10{
    background-color: rgb(249 115 22 / 0.1);
  }

  .xxl\:bg-orange-500\/100{
    background-color: rgb(249 115 22 / 1);
  }

  .xxl\:bg-orange-500\/15{
    background-color: rgb(249 115 22 / 0.15);
  }

  .xxl\:bg-orange-500\/20{
    background-color: rgb(249 115 22 / 0.2);
  }

  .xxl\:bg-orange-500\/25{
    background-color: rgb(249 115 22 / 0.25);
  }

  .xxl\:bg-orange-500\/30{
    background-color: rgb(249 115 22 / 0.3);
  }

  .xxl\:bg-orange-500\/35{
    background-color: rgb(249 115 22 / 0.35);
  }

  .xxl\:bg-orange-500\/40{
    background-color: rgb(249 115 22 / 0.4);
  }

  .xxl\:bg-orange-500\/45{
    background-color: rgb(249 115 22 / 0.45);
  }

  .xxl\:bg-orange-500\/5{
    background-color: rgb(249 115 22 / 0.05);
  }

  .xxl\:bg-orange-500\/50{
    background-color: rgb(249 115 22 / 0.5);
  }

  .xxl\:bg-orange-500\/55{
    background-color: rgb(249 115 22 / 0.55);
  }

  .xxl\:bg-orange-500\/60{
    background-color: rgb(249 115 22 / 0.6);
  }

  .xxl\:bg-orange-500\/65{
    background-color: rgb(249 115 22 / 0.65);
  }

  .xxl\:bg-orange-500\/70{
    background-color: rgb(249 115 22 / 0.7);
  }

  .xxl\:bg-orange-500\/75{
    background-color: rgb(249 115 22 / 0.75);
  }

  .xxl\:bg-orange-500\/80{
    background-color: rgb(249 115 22 / 0.8);
  }

  .xxl\:bg-orange-500\/85{
    background-color: rgb(249 115 22 / 0.85);
  }

  .xxl\:bg-orange-500\/90{
    background-color: rgb(249 115 22 / 0.9);
  }

  .xxl\:bg-orange-500\/95{
    background-color: rgb(249 115 22 / 0.95);
  }

  .xxl\:bg-orange-600{
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-600\/0{
    background-color: rgb(234 88 12 / 0);
  }

  .xxl\:bg-orange-600\/10{
    background-color: rgb(234 88 12 / 0.1);
  }

  .xxl\:bg-orange-600\/100{
    background-color: rgb(234 88 12 / 1);
  }

  .xxl\:bg-orange-600\/15{
    background-color: rgb(234 88 12 / 0.15);
  }

  .xxl\:bg-orange-600\/20{
    background-color: rgb(234 88 12 / 0.2);
  }

  .xxl\:bg-orange-600\/25{
    background-color: rgb(234 88 12 / 0.25);
  }

  .xxl\:bg-orange-600\/30{
    background-color: rgb(234 88 12 / 0.3);
  }

  .xxl\:bg-orange-600\/35{
    background-color: rgb(234 88 12 / 0.35);
  }

  .xxl\:bg-orange-600\/40{
    background-color: rgb(234 88 12 / 0.4);
  }

  .xxl\:bg-orange-600\/45{
    background-color: rgb(234 88 12 / 0.45);
  }

  .xxl\:bg-orange-600\/5{
    background-color: rgb(234 88 12 / 0.05);
  }

  .xxl\:bg-orange-600\/50{
    background-color: rgb(234 88 12 / 0.5);
  }

  .xxl\:bg-orange-600\/55{
    background-color: rgb(234 88 12 / 0.55);
  }

  .xxl\:bg-orange-600\/60{
    background-color: rgb(234 88 12 / 0.6);
  }

  .xxl\:bg-orange-600\/65{
    background-color: rgb(234 88 12 / 0.65);
  }

  .xxl\:bg-orange-600\/70{
    background-color: rgb(234 88 12 / 0.7);
  }

  .xxl\:bg-orange-600\/75{
    background-color: rgb(234 88 12 / 0.75);
  }

  .xxl\:bg-orange-600\/80{
    background-color: rgb(234 88 12 / 0.8);
  }

  .xxl\:bg-orange-600\/85{
    background-color: rgb(234 88 12 / 0.85);
  }

  .xxl\:bg-orange-600\/90{
    background-color: rgb(234 88 12 / 0.9);
  }

  .xxl\:bg-orange-600\/95{
    background-color: rgb(234 88 12 / 0.95);
  }

  .xxl\:bg-orange-700{
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-700\/0{
    background-color: rgb(194 65 12 / 0);
  }

  .xxl\:bg-orange-700\/10{
    background-color: rgb(194 65 12 / 0.1);
  }

  .xxl\:bg-orange-700\/100{
    background-color: rgb(194 65 12 / 1);
  }

  .xxl\:bg-orange-700\/15{
    background-color: rgb(194 65 12 / 0.15);
  }

  .xxl\:bg-orange-700\/20{
    background-color: rgb(194 65 12 / 0.2);
  }

  .xxl\:bg-orange-700\/25{
    background-color: rgb(194 65 12 / 0.25);
  }

  .xxl\:bg-orange-700\/30{
    background-color: rgb(194 65 12 / 0.3);
  }

  .xxl\:bg-orange-700\/35{
    background-color: rgb(194 65 12 / 0.35);
  }

  .xxl\:bg-orange-700\/40{
    background-color: rgb(194 65 12 / 0.4);
  }

  .xxl\:bg-orange-700\/45{
    background-color: rgb(194 65 12 / 0.45);
  }

  .xxl\:bg-orange-700\/5{
    background-color: rgb(194 65 12 / 0.05);
  }

  .xxl\:bg-orange-700\/50{
    background-color: rgb(194 65 12 / 0.5);
  }

  .xxl\:bg-orange-700\/55{
    background-color: rgb(194 65 12 / 0.55);
  }

  .xxl\:bg-orange-700\/60{
    background-color: rgb(194 65 12 / 0.6);
  }

  .xxl\:bg-orange-700\/65{
    background-color: rgb(194 65 12 / 0.65);
  }

  .xxl\:bg-orange-700\/70{
    background-color: rgb(194 65 12 / 0.7);
  }

  .xxl\:bg-orange-700\/75{
    background-color: rgb(194 65 12 / 0.75);
  }

  .xxl\:bg-orange-700\/80{
    background-color: rgb(194 65 12 / 0.8);
  }

  .xxl\:bg-orange-700\/85{
    background-color: rgb(194 65 12 / 0.85);
  }

  .xxl\:bg-orange-700\/90{
    background-color: rgb(194 65 12 / 0.9);
  }

  .xxl\:bg-orange-700\/95{
    background-color: rgb(194 65 12 / 0.95);
  }

  .xxl\:bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-800\/0{
    background-color: rgb(154 52 18 / 0);
  }

  .xxl\:bg-orange-800\/10{
    background-color: rgb(154 52 18 / 0.1);
  }

  .xxl\:bg-orange-800\/100{
    background-color: rgb(154 52 18 / 1);
  }

  .xxl\:bg-orange-800\/15{
    background-color: rgb(154 52 18 / 0.15);
  }

  .xxl\:bg-orange-800\/20{
    background-color: rgb(154 52 18 / 0.2);
  }

  .xxl\:bg-orange-800\/25{
    background-color: rgb(154 52 18 / 0.25);
  }

  .xxl\:bg-orange-800\/30{
    background-color: rgb(154 52 18 / 0.3);
  }

  .xxl\:bg-orange-800\/35{
    background-color: rgb(154 52 18 / 0.35);
  }

  .xxl\:bg-orange-800\/40{
    background-color: rgb(154 52 18 / 0.4);
  }

  .xxl\:bg-orange-800\/45{
    background-color: rgb(154 52 18 / 0.45);
  }

  .xxl\:bg-orange-800\/5{
    background-color: rgb(154 52 18 / 0.05);
  }

  .xxl\:bg-orange-800\/50{
    background-color: rgb(154 52 18 / 0.5);
  }

  .xxl\:bg-orange-800\/55{
    background-color: rgb(154 52 18 / 0.55);
  }

  .xxl\:bg-orange-800\/60{
    background-color: rgb(154 52 18 / 0.6);
  }

  .xxl\:bg-orange-800\/65{
    background-color: rgb(154 52 18 / 0.65);
  }

  .xxl\:bg-orange-800\/70{
    background-color: rgb(154 52 18 / 0.7);
  }

  .xxl\:bg-orange-800\/75{
    background-color: rgb(154 52 18 / 0.75);
  }

  .xxl\:bg-orange-800\/80{
    background-color: rgb(154 52 18 / 0.8);
  }

  .xxl\:bg-orange-800\/85{
    background-color: rgb(154 52 18 / 0.85);
  }

  .xxl\:bg-orange-800\/90{
    background-color: rgb(154 52 18 / 0.9);
  }

  .xxl\:bg-orange-800\/95{
    background-color: rgb(154 52 18 / 0.95);
  }

  .xxl\:bg-orange-900{
    --tw-bg-opacity: 1;
    background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-900\/0{
    background-color: rgb(124 45 18 / 0);
  }

  .xxl\:bg-orange-900\/10{
    background-color: rgb(124 45 18 / 0.1);
  }

  .xxl\:bg-orange-900\/100{
    background-color: rgb(124 45 18 / 1);
  }

  .xxl\:bg-orange-900\/15{
    background-color: rgb(124 45 18 / 0.15);
  }

  .xxl\:bg-orange-900\/20{
    background-color: rgb(124 45 18 / 0.2);
  }

  .xxl\:bg-orange-900\/25{
    background-color: rgb(124 45 18 / 0.25);
  }

  .xxl\:bg-orange-900\/30{
    background-color: rgb(124 45 18 / 0.3);
  }

  .xxl\:bg-orange-900\/35{
    background-color: rgb(124 45 18 / 0.35);
  }

  .xxl\:bg-orange-900\/40{
    background-color: rgb(124 45 18 / 0.4);
  }

  .xxl\:bg-orange-900\/45{
    background-color: rgb(124 45 18 / 0.45);
  }

  .xxl\:bg-orange-900\/5{
    background-color: rgb(124 45 18 / 0.05);
  }

  .xxl\:bg-orange-900\/50{
    background-color: rgb(124 45 18 / 0.5);
  }

  .xxl\:bg-orange-900\/55{
    background-color: rgb(124 45 18 / 0.55);
  }

  .xxl\:bg-orange-900\/60{
    background-color: rgb(124 45 18 / 0.6);
  }

  .xxl\:bg-orange-900\/65{
    background-color: rgb(124 45 18 / 0.65);
  }

  .xxl\:bg-orange-900\/70{
    background-color: rgb(124 45 18 / 0.7);
  }

  .xxl\:bg-orange-900\/75{
    background-color: rgb(124 45 18 / 0.75);
  }

  .xxl\:bg-orange-900\/80{
    background-color: rgb(124 45 18 / 0.8);
  }

  .xxl\:bg-orange-900\/85{
    background-color: rgb(124 45 18 / 0.85);
  }

  .xxl\:bg-orange-900\/90{
    background-color: rgb(124 45 18 / 0.9);
  }

  .xxl\:bg-orange-900\/95{
    background-color: rgb(124 45 18 / 0.95);
  }

  .xxl\:bg-orange-950{
    --tw-bg-opacity: 1;
    background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-orange-950\/0{
    background-color: rgb(67 20 7 / 0);
  }

  .xxl\:bg-orange-950\/10{
    background-color: rgb(67 20 7 / 0.1);
  }

  .xxl\:bg-orange-950\/100{
    background-color: rgb(67 20 7 / 1);
  }

  .xxl\:bg-orange-950\/15{
    background-color: rgb(67 20 7 / 0.15);
  }

  .xxl\:bg-orange-950\/20{
    background-color: rgb(67 20 7 / 0.2);
  }

  .xxl\:bg-orange-950\/25{
    background-color: rgb(67 20 7 / 0.25);
  }

  .xxl\:bg-orange-950\/30{
    background-color: rgb(67 20 7 / 0.3);
  }

  .xxl\:bg-orange-950\/35{
    background-color: rgb(67 20 7 / 0.35);
  }

  .xxl\:bg-orange-950\/40{
    background-color: rgb(67 20 7 / 0.4);
  }

  .xxl\:bg-orange-950\/45{
    background-color: rgb(67 20 7 / 0.45);
  }

  .xxl\:bg-orange-950\/5{
    background-color: rgb(67 20 7 / 0.05);
  }

  .xxl\:bg-orange-950\/50{
    background-color: rgb(67 20 7 / 0.5);
  }

  .xxl\:bg-orange-950\/55{
    background-color: rgb(67 20 7 / 0.55);
  }

  .xxl\:bg-orange-950\/60{
    background-color: rgb(67 20 7 / 0.6);
  }

  .xxl\:bg-orange-950\/65{
    background-color: rgb(67 20 7 / 0.65);
  }

  .xxl\:bg-orange-950\/70{
    background-color: rgb(67 20 7 / 0.7);
  }

  .xxl\:bg-orange-950\/75{
    background-color: rgb(67 20 7 / 0.75);
  }

  .xxl\:bg-orange-950\/80{
    background-color: rgb(67 20 7 / 0.8);
  }

  .xxl\:bg-orange-950\/85{
    background-color: rgb(67 20 7 / 0.85);
  }

  .xxl\:bg-orange-950\/90{
    background-color: rgb(67 20 7 / 0.9);
  }

  .xxl\:bg-orange-950\/95{
    background-color: rgb(67 20 7 / 0.95);
  }

  .xxl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-100\/0{
    background-color: rgb(252 231 243 / 0);
  }

  .xxl\:bg-pink-100\/10{
    background-color: rgb(252 231 243 / 0.1);
  }

  .xxl\:bg-pink-100\/100{
    background-color: rgb(252 231 243 / 1);
  }

  .xxl\:bg-pink-100\/15{
    background-color: rgb(252 231 243 / 0.15);
  }

  .xxl\:bg-pink-100\/20{
    background-color: rgb(252 231 243 / 0.2);
  }

  .xxl\:bg-pink-100\/25{
    background-color: rgb(252 231 243 / 0.25);
  }

  .xxl\:bg-pink-100\/30{
    background-color: rgb(252 231 243 / 0.3);
  }

  .xxl\:bg-pink-100\/35{
    background-color: rgb(252 231 243 / 0.35);
  }

  .xxl\:bg-pink-100\/40{
    background-color: rgb(252 231 243 / 0.4);
  }

  .xxl\:bg-pink-100\/45{
    background-color: rgb(252 231 243 / 0.45);
  }

  .xxl\:bg-pink-100\/5{
    background-color: rgb(252 231 243 / 0.05);
  }

  .xxl\:bg-pink-100\/50{
    background-color: rgb(252 231 243 / 0.5);
  }

  .xxl\:bg-pink-100\/55{
    background-color: rgb(252 231 243 / 0.55);
  }

  .xxl\:bg-pink-100\/60{
    background-color: rgb(252 231 243 / 0.6);
  }

  .xxl\:bg-pink-100\/65{
    background-color: rgb(252 231 243 / 0.65);
  }

  .xxl\:bg-pink-100\/70{
    background-color: rgb(252 231 243 / 0.7);
  }

  .xxl\:bg-pink-100\/75{
    background-color: rgb(252 231 243 / 0.75);
  }

  .xxl\:bg-pink-100\/80{
    background-color: rgb(252 231 243 / 0.8);
  }

  .xxl\:bg-pink-100\/85{
    background-color: rgb(252 231 243 / 0.85);
  }

  .xxl\:bg-pink-100\/90{
    background-color: rgb(252 231 243 / 0.9);
  }

  .xxl\:bg-pink-100\/95{
    background-color: rgb(252 231 243 / 0.95);
  }

  .xxl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-200\/0{
    background-color: rgb(251 207 232 / 0);
  }

  .xxl\:bg-pink-200\/10{
    background-color: rgb(251 207 232 / 0.1);
  }

  .xxl\:bg-pink-200\/100{
    background-color: rgb(251 207 232 / 1);
  }

  .xxl\:bg-pink-200\/15{
    background-color: rgb(251 207 232 / 0.15);
  }

  .xxl\:bg-pink-200\/20{
    background-color: rgb(251 207 232 / 0.2);
  }

  .xxl\:bg-pink-200\/25{
    background-color: rgb(251 207 232 / 0.25);
  }

  .xxl\:bg-pink-200\/30{
    background-color: rgb(251 207 232 / 0.3);
  }

  .xxl\:bg-pink-200\/35{
    background-color: rgb(251 207 232 / 0.35);
  }

  .xxl\:bg-pink-200\/40{
    background-color: rgb(251 207 232 / 0.4);
  }

  .xxl\:bg-pink-200\/45{
    background-color: rgb(251 207 232 / 0.45);
  }

  .xxl\:bg-pink-200\/5{
    background-color: rgb(251 207 232 / 0.05);
  }

  .xxl\:bg-pink-200\/50{
    background-color: rgb(251 207 232 / 0.5);
  }

  .xxl\:bg-pink-200\/55{
    background-color: rgb(251 207 232 / 0.55);
  }

  .xxl\:bg-pink-200\/60{
    background-color: rgb(251 207 232 / 0.6);
  }

  .xxl\:bg-pink-200\/65{
    background-color: rgb(251 207 232 / 0.65);
  }

  .xxl\:bg-pink-200\/70{
    background-color: rgb(251 207 232 / 0.7);
  }

  .xxl\:bg-pink-200\/75{
    background-color: rgb(251 207 232 / 0.75);
  }

  .xxl\:bg-pink-200\/80{
    background-color: rgb(251 207 232 / 0.8);
  }

  .xxl\:bg-pink-200\/85{
    background-color: rgb(251 207 232 / 0.85);
  }

  .xxl\:bg-pink-200\/90{
    background-color: rgb(251 207 232 / 0.9);
  }

  .xxl\:bg-pink-200\/95{
    background-color: rgb(251 207 232 / 0.95);
  }

  .xxl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-300\/0{
    background-color: rgb(249 168 212 / 0);
  }

  .xxl\:bg-pink-300\/10{
    background-color: rgb(249 168 212 / 0.1);
  }

  .xxl\:bg-pink-300\/100{
    background-color: rgb(249 168 212 / 1);
  }

  .xxl\:bg-pink-300\/15{
    background-color: rgb(249 168 212 / 0.15);
  }

  .xxl\:bg-pink-300\/20{
    background-color: rgb(249 168 212 / 0.2);
  }

  .xxl\:bg-pink-300\/25{
    background-color: rgb(249 168 212 / 0.25);
  }

  .xxl\:bg-pink-300\/30{
    background-color: rgb(249 168 212 / 0.3);
  }

  .xxl\:bg-pink-300\/35{
    background-color: rgb(249 168 212 / 0.35);
  }

  .xxl\:bg-pink-300\/40{
    background-color: rgb(249 168 212 / 0.4);
  }

  .xxl\:bg-pink-300\/45{
    background-color: rgb(249 168 212 / 0.45);
  }

  .xxl\:bg-pink-300\/5{
    background-color: rgb(249 168 212 / 0.05);
  }

  .xxl\:bg-pink-300\/50{
    background-color: rgb(249 168 212 / 0.5);
  }

  .xxl\:bg-pink-300\/55{
    background-color: rgb(249 168 212 / 0.55);
  }

  .xxl\:bg-pink-300\/60{
    background-color: rgb(249 168 212 / 0.6);
  }

  .xxl\:bg-pink-300\/65{
    background-color: rgb(249 168 212 / 0.65);
  }

  .xxl\:bg-pink-300\/70{
    background-color: rgb(249 168 212 / 0.7);
  }

  .xxl\:bg-pink-300\/75{
    background-color: rgb(249 168 212 / 0.75);
  }

  .xxl\:bg-pink-300\/80{
    background-color: rgb(249 168 212 / 0.8);
  }

  .xxl\:bg-pink-300\/85{
    background-color: rgb(249 168 212 / 0.85);
  }

  .xxl\:bg-pink-300\/90{
    background-color: rgb(249 168 212 / 0.9);
  }

  .xxl\:bg-pink-300\/95{
    background-color: rgb(249 168 212 / 0.95);
  }

  .xxl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-400\/0{
    background-color: rgb(244 114 182 / 0);
  }

  .xxl\:bg-pink-400\/10{
    background-color: rgb(244 114 182 / 0.1);
  }

  .xxl\:bg-pink-400\/100{
    background-color: rgb(244 114 182 / 1);
  }

  .xxl\:bg-pink-400\/15{
    background-color: rgb(244 114 182 / 0.15);
  }

  .xxl\:bg-pink-400\/20{
    background-color: rgb(244 114 182 / 0.2);
  }

  .xxl\:bg-pink-400\/25{
    background-color: rgb(244 114 182 / 0.25);
  }

  .xxl\:bg-pink-400\/30{
    background-color: rgb(244 114 182 / 0.3);
  }

  .xxl\:bg-pink-400\/35{
    background-color: rgb(244 114 182 / 0.35);
  }

  .xxl\:bg-pink-400\/40{
    background-color: rgb(244 114 182 / 0.4);
  }

  .xxl\:bg-pink-400\/45{
    background-color: rgb(244 114 182 / 0.45);
  }

  .xxl\:bg-pink-400\/5{
    background-color: rgb(244 114 182 / 0.05);
  }

  .xxl\:bg-pink-400\/50{
    background-color: rgb(244 114 182 / 0.5);
  }

  .xxl\:bg-pink-400\/55{
    background-color: rgb(244 114 182 / 0.55);
  }

  .xxl\:bg-pink-400\/60{
    background-color: rgb(244 114 182 / 0.6);
  }

  .xxl\:bg-pink-400\/65{
    background-color: rgb(244 114 182 / 0.65);
  }

  .xxl\:bg-pink-400\/70{
    background-color: rgb(244 114 182 / 0.7);
  }

  .xxl\:bg-pink-400\/75{
    background-color: rgb(244 114 182 / 0.75);
  }

  .xxl\:bg-pink-400\/80{
    background-color: rgb(244 114 182 / 0.8);
  }

  .xxl\:bg-pink-400\/85{
    background-color: rgb(244 114 182 / 0.85);
  }

  .xxl\:bg-pink-400\/90{
    background-color: rgb(244 114 182 / 0.9);
  }

  .xxl\:bg-pink-400\/95{
    background-color: rgb(244 114 182 / 0.95);
  }

  .xxl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-50\/0{
    background-color: rgb(253 242 248 / 0);
  }

  .xxl\:bg-pink-50\/10{
    background-color: rgb(253 242 248 / 0.1);
  }

  .xxl\:bg-pink-50\/100{
    background-color: rgb(253 242 248 / 1);
  }

  .xxl\:bg-pink-50\/15{
    background-color: rgb(253 242 248 / 0.15);
  }

  .xxl\:bg-pink-50\/20{
    background-color: rgb(253 242 248 / 0.2);
  }

  .xxl\:bg-pink-50\/25{
    background-color: rgb(253 242 248 / 0.25);
  }

  .xxl\:bg-pink-50\/30{
    background-color: rgb(253 242 248 / 0.3);
  }

  .xxl\:bg-pink-50\/35{
    background-color: rgb(253 242 248 / 0.35);
  }

  .xxl\:bg-pink-50\/40{
    background-color: rgb(253 242 248 / 0.4);
  }

  .xxl\:bg-pink-50\/45{
    background-color: rgb(253 242 248 / 0.45);
  }

  .xxl\:bg-pink-50\/5{
    background-color: rgb(253 242 248 / 0.05);
  }

  .xxl\:bg-pink-50\/50{
    background-color: rgb(253 242 248 / 0.5);
  }

  .xxl\:bg-pink-50\/55{
    background-color: rgb(253 242 248 / 0.55);
  }

  .xxl\:bg-pink-50\/60{
    background-color: rgb(253 242 248 / 0.6);
  }

  .xxl\:bg-pink-50\/65{
    background-color: rgb(253 242 248 / 0.65);
  }

  .xxl\:bg-pink-50\/70{
    background-color: rgb(253 242 248 / 0.7);
  }

  .xxl\:bg-pink-50\/75{
    background-color: rgb(253 242 248 / 0.75);
  }

  .xxl\:bg-pink-50\/80{
    background-color: rgb(253 242 248 / 0.8);
  }

  .xxl\:bg-pink-50\/85{
    background-color: rgb(253 242 248 / 0.85);
  }

  .xxl\:bg-pink-50\/90{
    background-color: rgb(253 242 248 / 0.9);
  }

  .xxl\:bg-pink-50\/95{
    background-color: rgb(253 242 248 / 0.95);
  }

  .xxl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-500\/0{
    background-color: rgb(236 72 153 / 0);
  }

  .xxl\:bg-pink-500\/10{
    background-color: rgb(236 72 153 / 0.1);
  }

  .xxl\:bg-pink-500\/100{
    background-color: rgb(236 72 153 / 1);
  }

  .xxl\:bg-pink-500\/15{
    background-color: rgb(236 72 153 / 0.15);
  }

  .xxl\:bg-pink-500\/20{
    background-color: rgb(236 72 153 / 0.2);
  }

  .xxl\:bg-pink-500\/25{
    background-color: rgb(236 72 153 / 0.25);
  }

  .xxl\:bg-pink-500\/30{
    background-color: rgb(236 72 153 / 0.3);
  }

  .xxl\:bg-pink-500\/35{
    background-color: rgb(236 72 153 / 0.35);
  }

  .xxl\:bg-pink-500\/40{
    background-color: rgb(236 72 153 / 0.4);
  }

  .xxl\:bg-pink-500\/45{
    background-color: rgb(236 72 153 / 0.45);
  }

  .xxl\:bg-pink-500\/5{
    background-color: rgb(236 72 153 / 0.05);
  }

  .xxl\:bg-pink-500\/50{
    background-color: rgb(236 72 153 / 0.5);
  }

  .xxl\:bg-pink-500\/55{
    background-color: rgb(236 72 153 / 0.55);
  }

  .xxl\:bg-pink-500\/60{
    background-color: rgb(236 72 153 / 0.6);
  }

  .xxl\:bg-pink-500\/65{
    background-color: rgb(236 72 153 / 0.65);
  }

  .xxl\:bg-pink-500\/70{
    background-color: rgb(236 72 153 / 0.7);
  }

  .xxl\:bg-pink-500\/75{
    background-color: rgb(236 72 153 / 0.75);
  }

  .xxl\:bg-pink-500\/80{
    background-color: rgb(236 72 153 / 0.8);
  }

  .xxl\:bg-pink-500\/85{
    background-color: rgb(236 72 153 / 0.85);
  }

  .xxl\:bg-pink-500\/90{
    background-color: rgb(236 72 153 / 0.9);
  }

  .xxl\:bg-pink-500\/95{
    background-color: rgb(236 72 153 / 0.95);
  }

  .xxl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-600\/0{
    background-color: rgb(219 39 119 / 0);
  }

  .xxl\:bg-pink-600\/10{
    background-color: rgb(219 39 119 / 0.1);
  }

  .xxl\:bg-pink-600\/100{
    background-color: rgb(219 39 119 / 1);
  }

  .xxl\:bg-pink-600\/15{
    background-color: rgb(219 39 119 / 0.15);
  }

  .xxl\:bg-pink-600\/20{
    background-color: rgb(219 39 119 / 0.2);
  }

  .xxl\:bg-pink-600\/25{
    background-color: rgb(219 39 119 / 0.25);
  }

  .xxl\:bg-pink-600\/30{
    background-color: rgb(219 39 119 / 0.3);
  }

  .xxl\:bg-pink-600\/35{
    background-color: rgb(219 39 119 / 0.35);
  }

  .xxl\:bg-pink-600\/40{
    background-color: rgb(219 39 119 / 0.4);
  }

  .xxl\:bg-pink-600\/45{
    background-color: rgb(219 39 119 / 0.45);
  }

  .xxl\:bg-pink-600\/5{
    background-color: rgb(219 39 119 / 0.05);
  }

  .xxl\:bg-pink-600\/50{
    background-color: rgb(219 39 119 / 0.5);
  }

  .xxl\:bg-pink-600\/55{
    background-color: rgb(219 39 119 / 0.55);
  }

  .xxl\:bg-pink-600\/60{
    background-color: rgb(219 39 119 / 0.6);
  }

  .xxl\:bg-pink-600\/65{
    background-color: rgb(219 39 119 / 0.65);
  }

  .xxl\:bg-pink-600\/70{
    background-color: rgb(219 39 119 / 0.7);
  }

  .xxl\:bg-pink-600\/75{
    background-color: rgb(219 39 119 / 0.75);
  }

  .xxl\:bg-pink-600\/80{
    background-color: rgb(219 39 119 / 0.8);
  }

  .xxl\:bg-pink-600\/85{
    background-color: rgb(219 39 119 / 0.85);
  }

  .xxl\:bg-pink-600\/90{
    background-color: rgb(219 39 119 / 0.9);
  }

  .xxl\:bg-pink-600\/95{
    background-color: rgb(219 39 119 / 0.95);
  }

  .xxl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-700\/0{
    background-color: rgb(190 24 93 / 0);
  }

  .xxl\:bg-pink-700\/10{
    background-color: rgb(190 24 93 / 0.1);
  }

  .xxl\:bg-pink-700\/100{
    background-color: rgb(190 24 93 / 1);
  }

  .xxl\:bg-pink-700\/15{
    background-color: rgb(190 24 93 / 0.15);
  }

  .xxl\:bg-pink-700\/20{
    background-color: rgb(190 24 93 / 0.2);
  }

  .xxl\:bg-pink-700\/25{
    background-color: rgb(190 24 93 / 0.25);
  }

  .xxl\:bg-pink-700\/30{
    background-color: rgb(190 24 93 / 0.3);
  }

  .xxl\:bg-pink-700\/35{
    background-color: rgb(190 24 93 / 0.35);
  }

  .xxl\:bg-pink-700\/40{
    background-color: rgb(190 24 93 / 0.4);
  }

  .xxl\:bg-pink-700\/45{
    background-color: rgb(190 24 93 / 0.45);
  }

  .xxl\:bg-pink-700\/5{
    background-color: rgb(190 24 93 / 0.05);
  }

  .xxl\:bg-pink-700\/50{
    background-color: rgb(190 24 93 / 0.5);
  }

  .xxl\:bg-pink-700\/55{
    background-color: rgb(190 24 93 / 0.55);
  }

  .xxl\:bg-pink-700\/60{
    background-color: rgb(190 24 93 / 0.6);
  }

  .xxl\:bg-pink-700\/65{
    background-color: rgb(190 24 93 / 0.65);
  }

  .xxl\:bg-pink-700\/70{
    background-color: rgb(190 24 93 / 0.7);
  }

  .xxl\:bg-pink-700\/75{
    background-color: rgb(190 24 93 / 0.75);
  }

  .xxl\:bg-pink-700\/80{
    background-color: rgb(190 24 93 / 0.8);
  }

  .xxl\:bg-pink-700\/85{
    background-color: rgb(190 24 93 / 0.85);
  }

  .xxl\:bg-pink-700\/90{
    background-color: rgb(190 24 93 / 0.9);
  }

  .xxl\:bg-pink-700\/95{
    background-color: rgb(190 24 93 / 0.95);
  }

  .xxl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-800\/0{
    background-color: rgb(157 23 77 / 0);
  }

  .xxl\:bg-pink-800\/10{
    background-color: rgb(157 23 77 / 0.1);
  }

  .xxl\:bg-pink-800\/100{
    background-color: rgb(157 23 77 / 1);
  }

  .xxl\:bg-pink-800\/15{
    background-color: rgb(157 23 77 / 0.15);
  }

  .xxl\:bg-pink-800\/20{
    background-color: rgb(157 23 77 / 0.2);
  }

  .xxl\:bg-pink-800\/25{
    background-color: rgb(157 23 77 / 0.25);
  }

  .xxl\:bg-pink-800\/30{
    background-color: rgb(157 23 77 / 0.3);
  }

  .xxl\:bg-pink-800\/35{
    background-color: rgb(157 23 77 / 0.35);
  }

  .xxl\:bg-pink-800\/40{
    background-color: rgb(157 23 77 / 0.4);
  }

  .xxl\:bg-pink-800\/45{
    background-color: rgb(157 23 77 / 0.45);
  }

  .xxl\:bg-pink-800\/5{
    background-color: rgb(157 23 77 / 0.05);
  }

  .xxl\:bg-pink-800\/50{
    background-color: rgb(157 23 77 / 0.5);
  }

  .xxl\:bg-pink-800\/55{
    background-color: rgb(157 23 77 / 0.55);
  }

  .xxl\:bg-pink-800\/60{
    background-color: rgb(157 23 77 / 0.6);
  }

  .xxl\:bg-pink-800\/65{
    background-color: rgb(157 23 77 / 0.65);
  }

  .xxl\:bg-pink-800\/70{
    background-color: rgb(157 23 77 / 0.7);
  }

  .xxl\:bg-pink-800\/75{
    background-color: rgb(157 23 77 / 0.75);
  }

  .xxl\:bg-pink-800\/80{
    background-color: rgb(157 23 77 / 0.8);
  }

  .xxl\:bg-pink-800\/85{
    background-color: rgb(157 23 77 / 0.85);
  }

  .xxl\:bg-pink-800\/90{
    background-color: rgb(157 23 77 / 0.9);
  }

  .xxl\:bg-pink-800\/95{
    background-color: rgb(157 23 77 / 0.95);
  }

  .xxl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-900\/0{
    background-color: rgb(131 24 67 / 0);
  }

  .xxl\:bg-pink-900\/10{
    background-color: rgb(131 24 67 / 0.1);
  }

  .xxl\:bg-pink-900\/100{
    background-color: rgb(131 24 67 / 1);
  }

  .xxl\:bg-pink-900\/15{
    background-color: rgb(131 24 67 / 0.15);
  }

  .xxl\:bg-pink-900\/20{
    background-color: rgb(131 24 67 / 0.2);
  }

  .xxl\:bg-pink-900\/25{
    background-color: rgb(131 24 67 / 0.25);
  }

  .xxl\:bg-pink-900\/30{
    background-color: rgb(131 24 67 / 0.3);
  }

  .xxl\:bg-pink-900\/35{
    background-color: rgb(131 24 67 / 0.35);
  }

  .xxl\:bg-pink-900\/40{
    background-color: rgb(131 24 67 / 0.4);
  }

  .xxl\:bg-pink-900\/45{
    background-color: rgb(131 24 67 / 0.45);
  }

  .xxl\:bg-pink-900\/5{
    background-color: rgb(131 24 67 / 0.05);
  }

  .xxl\:bg-pink-900\/50{
    background-color: rgb(131 24 67 / 0.5);
  }

  .xxl\:bg-pink-900\/55{
    background-color: rgb(131 24 67 / 0.55);
  }

  .xxl\:bg-pink-900\/60{
    background-color: rgb(131 24 67 / 0.6);
  }

  .xxl\:bg-pink-900\/65{
    background-color: rgb(131 24 67 / 0.65);
  }

  .xxl\:bg-pink-900\/70{
    background-color: rgb(131 24 67 / 0.7);
  }

  .xxl\:bg-pink-900\/75{
    background-color: rgb(131 24 67 / 0.75);
  }

  .xxl\:bg-pink-900\/80{
    background-color: rgb(131 24 67 / 0.8);
  }

  .xxl\:bg-pink-900\/85{
    background-color: rgb(131 24 67 / 0.85);
  }

  .xxl\:bg-pink-900\/90{
    background-color: rgb(131 24 67 / 0.9);
  }

  .xxl\:bg-pink-900\/95{
    background-color: rgb(131 24 67 / 0.95);
  }

  .xxl\:bg-pink-950{
    --tw-bg-opacity: 1;
    background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-pink-950\/0{
    background-color: rgb(80 7 36 / 0);
  }

  .xxl\:bg-pink-950\/10{
    background-color: rgb(80 7 36 / 0.1);
  }

  .xxl\:bg-pink-950\/100{
    background-color: rgb(80 7 36 / 1);
  }

  .xxl\:bg-pink-950\/15{
    background-color: rgb(80 7 36 / 0.15);
  }

  .xxl\:bg-pink-950\/20{
    background-color: rgb(80 7 36 / 0.2);
  }

  .xxl\:bg-pink-950\/25{
    background-color: rgb(80 7 36 / 0.25);
  }

  .xxl\:bg-pink-950\/30{
    background-color: rgb(80 7 36 / 0.3);
  }

  .xxl\:bg-pink-950\/35{
    background-color: rgb(80 7 36 / 0.35);
  }

  .xxl\:bg-pink-950\/40{
    background-color: rgb(80 7 36 / 0.4);
  }

  .xxl\:bg-pink-950\/45{
    background-color: rgb(80 7 36 / 0.45);
  }

  .xxl\:bg-pink-950\/5{
    background-color: rgb(80 7 36 / 0.05);
  }

  .xxl\:bg-pink-950\/50{
    background-color: rgb(80 7 36 / 0.5);
  }

  .xxl\:bg-pink-950\/55{
    background-color: rgb(80 7 36 / 0.55);
  }

  .xxl\:bg-pink-950\/60{
    background-color: rgb(80 7 36 / 0.6);
  }

  .xxl\:bg-pink-950\/65{
    background-color: rgb(80 7 36 / 0.65);
  }

  .xxl\:bg-pink-950\/70{
    background-color: rgb(80 7 36 / 0.7);
  }

  .xxl\:bg-pink-950\/75{
    background-color: rgb(80 7 36 / 0.75);
  }

  .xxl\:bg-pink-950\/80{
    background-color: rgb(80 7 36 / 0.8);
  }

  .xxl\:bg-pink-950\/85{
    background-color: rgb(80 7 36 / 0.85);
  }

  .xxl\:bg-pink-950\/90{
    background-color: rgb(80 7 36 / 0.9);
  }

  .xxl\:bg-pink-950\/95{
    background-color: rgb(80 7 36 / 0.95);
  }

  .xxl\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(23 62 81 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-primary\/0{
    background-color: rgb(23 62 81 / 0);
  }

  .xxl\:bg-primary\/10{
    background-color: rgb(23 62 81 / 0.1);
  }

  .xxl\:bg-primary\/100{
    background-color: rgb(23 62 81 / 1);
  }

  .xxl\:bg-primary\/15{
    background-color: rgb(23 62 81 / 0.15);
  }

  .xxl\:bg-primary\/20{
    background-color: rgb(23 62 81 / 0.2);
  }

  .xxl\:bg-primary\/25{
    background-color: rgb(23 62 81 / 0.25);
  }

  .xxl\:bg-primary\/30{
    background-color: rgb(23 62 81 / 0.3);
  }

  .xxl\:bg-primary\/35{
    background-color: rgb(23 62 81 / 0.35);
  }

  .xxl\:bg-primary\/40{
    background-color: rgb(23 62 81 / 0.4);
  }

  .xxl\:bg-primary\/45{
    background-color: rgb(23 62 81 / 0.45);
  }

  .xxl\:bg-primary\/5{
    background-color: rgb(23 62 81 / 0.05);
  }

  .xxl\:bg-primary\/50{
    background-color: rgb(23 62 81 / 0.5);
  }

  .xxl\:bg-primary\/55{
    background-color: rgb(23 62 81 / 0.55);
  }

  .xxl\:bg-primary\/60{
    background-color: rgb(23 62 81 / 0.6);
  }

  .xxl\:bg-primary\/65{
    background-color: rgb(23 62 81 / 0.65);
  }

  .xxl\:bg-primary\/70{
    background-color: rgb(23 62 81 / 0.7);
  }

  .xxl\:bg-primary\/75{
    background-color: rgb(23 62 81 / 0.75);
  }

  .xxl\:bg-primary\/80{
    background-color: rgb(23 62 81 / 0.8);
  }

  .xxl\:bg-primary\/85{
    background-color: rgb(23 62 81 / 0.85);
  }

  .xxl\:bg-primary\/90{
    background-color: rgb(23 62 81 / 0.9);
  }

  .xxl\:bg-primary\/95{
    background-color: rgb(23 62 81 / 0.95);
  }

  .xxl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-100\/0{
    background-color: rgb(243 232 255 / 0);
  }

  .xxl\:bg-purple-100\/10{
    background-color: rgb(243 232 255 / 0.1);
  }

  .xxl\:bg-purple-100\/100{
    background-color: rgb(243 232 255 / 1);
  }

  .xxl\:bg-purple-100\/15{
    background-color: rgb(243 232 255 / 0.15);
  }

  .xxl\:bg-purple-100\/20{
    background-color: rgb(243 232 255 / 0.2);
  }

  .xxl\:bg-purple-100\/25{
    background-color: rgb(243 232 255 / 0.25);
  }

  .xxl\:bg-purple-100\/30{
    background-color: rgb(243 232 255 / 0.3);
  }

  .xxl\:bg-purple-100\/35{
    background-color: rgb(243 232 255 / 0.35);
  }

  .xxl\:bg-purple-100\/40{
    background-color: rgb(243 232 255 / 0.4);
  }

  .xxl\:bg-purple-100\/45{
    background-color: rgb(243 232 255 / 0.45);
  }

  .xxl\:bg-purple-100\/5{
    background-color: rgb(243 232 255 / 0.05);
  }

  .xxl\:bg-purple-100\/50{
    background-color: rgb(243 232 255 / 0.5);
  }

  .xxl\:bg-purple-100\/55{
    background-color: rgb(243 232 255 / 0.55);
  }

  .xxl\:bg-purple-100\/60{
    background-color: rgb(243 232 255 / 0.6);
  }

  .xxl\:bg-purple-100\/65{
    background-color: rgb(243 232 255 / 0.65);
  }

  .xxl\:bg-purple-100\/70{
    background-color: rgb(243 232 255 / 0.7);
  }

  .xxl\:bg-purple-100\/75{
    background-color: rgb(243 232 255 / 0.75);
  }

  .xxl\:bg-purple-100\/80{
    background-color: rgb(243 232 255 / 0.8);
  }

  .xxl\:bg-purple-100\/85{
    background-color: rgb(243 232 255 / 0.85);
  }

  .xxl\:bg-purple-100\/90{
    background-color: rgb(243 232 255 / 0.9);
  }

  .xxl\:bg-purple-100\/95{
    background-color: rgb(243 232 255 / 0.95);
  }

  .xxl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-200\/0{
    background-color: rgb(233 213 255 / 0);
  }

  .xxl\:bg-purple-200\/10{
    background-color: rgb(233 213 255 / 0.1);
  }

  .xxl\:bg-purple-200\/100{
    background-color: rgb(233 213 255 / 1);
  }

  .xxl\:bg-purple-200\/15{
    background-color: rgb(233 213 255 / 0.15);
  }

  .xxl\:bg-purple-200\/20{
    background-color: rgb(233 213 255 / 0.2);
  }

  .xxl\:bg-purple-200\/25{
    background-color: rgb(233 213 255 / 0.25);
  }

  .xxl\:bg-purple-200\/30{
    background-color: rgb(233 213 255 / 0.3);
  }

  .xxl\:bg-purple-200\/35{
    background-color: rgb(233 213 255 / 0.35);
  }

  .xxl\:bg-purple-200\/40{
    background-color: rgb(233 213 255 / 0.4);
  }

  .xxl\:bg-purple-200\/45{
    background-color: rgb(233 213 255 / 0.45);
  }

  .xxl\:bg-purple-200\/5{
    background-color: rgb(233 213 255 / 0.05);
  }

  .xxl\:bg-purple-200\/50{
    background-color: rgb(233 213 255 / 0.5);
  }

  .xxl\:bg-purple-200\/55{
    background-color: rgb(233 213 255 / 0.55);
  }

  .xxl\:bg-purple-200\/60{
    background-color: rgb(233 213 255 / 0.6);
  }

  .xxl\:bg-purple-200\/65{
    background-color: rgb(233 213 255 / 0.65);
  }

  .xxl\:bg-purple-200\/70{
    background-color: rgb(233 213 255 / 0.7);
  }

  .xxl\:bg-purple-200\/75{
    background-color: rgb(233 213 255 / 0.75);
  }

  .xxl\:bg-purple-200\/80{
    background-color: rgb(233 213 255 / 0.8);
  }

  .xxl\:bg-purple-200\/85{
    background-color: rgb(233 213 255 / 0.85);
  }

  .xxl\:bg-purple-200\/90{
    background-color: rgb(233 213 255 / 0.9);
  }

  .xxl\:bg-purple-200\/95{
    background-color: rgb(233 213 255 / 0.95);
  }

  .xxl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-300\/0{
    background-color: rgb(216 180 254 / 0);
  }

  .xxl\:bg-purple-300\/10{
    background-color: rgb(216 180 254 / 0.1);
  }

  .xxl\:bg-purple-300\/100{
    background-color: rgb(216 180 254 / 1);
  }

  .xxl\:bg-purple-300\/15{
    background-color: rgb(216 180 254 / 0.15);
  }

  .xxl\:bg-purple-300\/20{
    background-color: rgb(216 180 254 / 0.2);
  }

  .xxl\:bg-purple-300\/25{
    background-color: rgb(216 180 254 / 0.25);
  }

  .xxl\:bg-purple-300\/30{
    background-color: rgb(216 180 254 / 0.3);
  }

  .xxl\:bg-purple-300\/35{
    background-color: rgb(216 180 254 / 0.35);
  }

  .xxl\:bg-purple-300\/40{
    background-color: rgb(216 180 254 / 0.4);
  }

  .xxl\:bg-purple-300\/45{
    background-color: rgb(216 180 254 / 0.45);
  }

  .xxl\:bg-purple-300\/5{
    background-color: rgb(216 180 254 / 0.05);
  }

  .xxl\:bg-purple-300\/50{
    background-color: rgb(216 180 254 / 0.5);
  }

  .xxl\:bg-purple-300\/55{
    background-color: rgb(216 180 254 / 0.55);
  }

  .xxl\:bg-purple-300\/60{
    background-color: rgb(216 180 254 / 0.6);
  }

  .xxl\:bg-purple-300\/65{
    background-color: rgb(216 180 254 / 0.65);
  }

  .xxl\:bg-purple-300\/70{
    background-color: rgb(216 180 254 / 0.7);
  }

  .xxl\:bg-purple-300\/75{
    background-color: rgb(216 180 254 / 0.75);
  }

  .xxl\:bg-purple-300\/80{
    background-color: rgb(216 180 254 / 0.8);
  }

  .xxl\:bg-purple-300\/85{
    background-color: rgb(216 180 254 / 0.85);
  }

  .xxl\:bg-purple-300\/90{
    background-color: rgb(216 180 254 / 0.9);
  }

  .xxl\:bg-purple-300\/95{
    background-color: rgb(216 180 254 / 0.95);
  }

  .xxl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-400\/0{
    background-color: rgb(192 132 252 / 0);
  }

  .xxl\:bg-purple-400\/10{
    background-color: rgb(192 132 252 / 0.1);
  }

  .xxl\:bg-purple-400\/100{
    background-color: rgb(192 132 252 / 1);
  }

  .xxl\:bg-purple-400\/15{
    background-color: rgb(192 132 252 / 0.15);
  }

  .xxl\:bg-purple-400\/20{
    background-color: rgb(192 132 252 / 0.2);
  }

  .xxl\:bg-purple-400\/25{
    background-color: rgb(192 132 252 / 0.25);
  }

  .xxl\:bg-purple-400\/30{
    background-color: rgb(192 132 252 / 0.3);
  }

  .xxl\:bg-purple-400\/35{
    background-color: rgb(192 132 252 / 0.35);
  }

  .xxl\:bg-purple-400\/40{
    background-color: rgb(192 132 252 / 0.4);
  }

  .xxl\:bg-purple-400\/45{
    background-color: rgb(192 132 252 / 0.45);
  }

  .xxl\:bg-purple-400\/5{
    background-color: rgb(192 132 252 / 0.05);
  }

  .xxl\:bg-purple-400\/50{
    background-color: rgb(192 132 252 / 0.5);
  }

  .xxl\:bg-purple-400\/55{
    background-color: rgb(192 132 252 / 0.55);
  }

  .xxl\:bg-purple-400\/60{
    background-color: rgb(192 132 252 / 0.6);
  }

  .xxl\:bg-purple-400\/65{
    background-color: rgb(192 132 252 / 0.65);
  }

  .xxl\:bg-purple-400\/70{
    background-color: rgb(192 132 252 / 0.7);
  }

  .xxl\:bg-purple-400\/75{
    background-color: rgb(192 132 252 / 0.75);
  }

  .xxl\:bg-purple-400\/80{
    background-color: rgb(192 132 252 / 0.8);
  }

  .xxl\:bg-purple-400\/85{
    background-color: rgb(192 132 252 / 0.85);
  }

  .xxl\:bg-purple-400\/90{
    background-color: rgb(192 132 252 / 0.9);
  }

  .xxl\:bg-purple-400\/95{
    background-color: rgb(192 132 252 / 0.95);
  }

  .xxl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-50\/0{
    background-color: rgb(250 245 255 / 0);
  }

  .xxl\:bg-purple-50\/10{
    background-color: rgb(250 245 255 / 0.1);
  }

  .xxl\:bg-purple-50\/100{
    background-color: rgb(250 245 255 / 1);
  }

  .xxl\:bg-purple-50\/15{
    background-color: rgb(250 245 255 / 0.15);
  }

  .xxl\:bg-purple-50\/20{
    background-color: rgb(250 245 255 / 0.2);
  }

  .xxl\:bg-purple-50\/25{
    background-color: rgb(250 245 255 / 0.25);
  }

  .xxl\:bg-purple-50\/30{
    background-color: rgb(250 245 255 / 0.3);
  }

  .xxl\:bg-purple-50\/35{
    background-color: rgb(250 245 255 / 0.35);
  }

  .xxl\:bg-purple-50\/40{
    background-color: rgb(250 245 255 / 0.4);
  }

  .xxl\:bg-purple-50\/45{
    background-color: rgb(250 245 255 / 0.45);
  }

  .xxl\:bg-purple-50\/5{
    background-color: rgb(250 245 255 / 0.05);
  }

  .xxl\:bg-purple-50\/50{
    background-color: rgb(250 245 255 / 0.5);
  }

  .xxl\:bg-purple-50\/55{
    background-color: rgb(250 245 255 / 0.55);
  }

  .xxl\:bg-purple-50\/60{
    background-color: rgb(250 245 255 / 0.6);
  }

  .xxl\:bg-purple-50\/65{
    background-color: rgb(250 245 255 / 0.65);
  }

  .xxl\:bg-purple-50\/70{
    background-color: rgb(250 245 255 / 0.7);
  }

  .xxl\:bg-purple-50\/75{
    background-color: rgb(250 245 255 / 0.75);
  }

  .xxl\:bg-purple-50\/80{
    background-color: rgb(250 245 255 / 0.8);
  }

  .xxl\:bg-purple-50\/85{
    background-color: rgb(250 245 255 / 0.85);
  }

  .xxl\:bg-purple-50\/90{
    background-color: rgb(250 245 255 / 0.9);
  }

  .xxl\:bg-purple-50\/95{
    background-color: rgb(250 245 255 / 0.95);
  }

  .xxl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-500\/0{
    background-color: rgb(168 85 247 / 0);
  }

  .xxl\:bg-purple-500\/10{
    background-color: rgb(168 85 247 / 0.1);
  }

  .xxl\:bg-purple-500\/100{
    background-color: rgb(168 85 247 / 1);
  }

  .xxl\:bg-purple-500\/15{
    background-color: rgb(168 85 247 / 0.15);
  }

  .xxl\:bg-purple-500\/20{
    background-color: rgb(168 85 247 / 0.2);
  }

  .xxl\:bg-purple-500\/25{
    background-color: rgb(168 85 247 / 0.25);
  }

  .xxl\:bg-purple-500\/30{
    background-color: rgb(168 85 247 / 0.3);
  }

  .xxl\:bg-purple-500\/35{
    background-color: rgb(168 85 247 / 0.35);
  }

  .xxl\:bg-purple-500\/40{
    background-color: rgb(168 85 247 / 0.4);
  }

  .xxl\:bg-purple-500\/45{
    background-color: rgb(168 85 247 / 0.45);
  }

  .xxl\:bg-purple-500\/5{
    background-color: rgb(168 85 247 / 0.05);
  }

  .xxl\:bg-purple-500\/50{
    background-color: rgb(168 85 247 / 0.5);
  }

  .xxl\:bg-purple-500\/55{
    background-color: rgb(168 85 247 / 0.55);
  }

  .xxl\:bg-purple-500\/60{
    background-color: rgb(168 85 247 / 0.6);
  }

  .xxl\:bg-purple-500\/65{
    background-color: rgb(168 85 247 / 0.65);
  }

  .xxl\:bg-purple-500\/70{
    background-color: rgb(168 85 247 / 0.7);
  }

  .xxl\:bg-purple-500\/75{
    background-color: rgb(168 85 247 / 0.75);
  }

  .xxl\:bg-purple-500\/80{
    background-color: rgb(168 85 247 / 0.8);
  }

  .xxl\:bg-purple-500\/85{
    background-color: rgb(168 85 247 / 0.85);
  }

  .xxl\:bg-purple-500\/90{
    background-color: rgb(168 85 247 / 0.9);
  }

  .xxl\:bg-purple-500\/95{
    background-color: rgb(168 85 247 / 0.95);
  }

  .xxl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-600\/0{
    background-color: rgb(147 51 234 / 0);
  }

  .xxl\:bg-purple-600\/10{
    background-color: rgb(147 51 234 / 0.1);
  }

  .xxl\:bg-purple-600\/100{
    background-color: rgb(147 51 234 / 1);
  }

  .xxl\:bg-purple-600\/15{
    background-color: rgb(147 51 234 / 0.15);
  }

  .xxl\:bg-purple-600\/20{
    background-color: rgb(147 51 234 / 0.2);
  }

  .xxl\:bg-purple-600\/25{
    background-color: rgb(147 51 234 / 0.25);
  }

  .xxl\:bg-purple-600\/30{
    background-color: rgb(147 51 234 / 0.3);
  }

  .xxl\:bg-purple-600\/35{
    background-color: rgb(147 51 234 / 0.35);
  }

  .xxl\:bg-purple-600\/40{
    background-color: rgb(147 51 234 / 0.4);
  }

  .xxl\:bg-purple-600\/45{
    background-color: rgb(147 51 234 / 0.45);
  }

  .xxl\:bg-purple-600\/5{
    background-color: rgb(147 51 234 / 0.05);
  }

  .xxl\:bg-purple-600\/50{
    background-color: rgb(147 51 234 / 0.5);
  }

  .xxl\:bg-purple-600\/55{
    background-color: rgb(147 51 234 / 0.55);
  }

  .xxl\:bg-purple-600\/60{
    background-color: rgb(147 51 234 / 0.6);
  }

  .xxl\:bg-purple-600\/65{
    background-color: rgb(147 51 234 / 0.65);
  }

  .xxl\:bg-purple-600\/70{
    background-color: rgb(147 51 234 / 0.7);
  }

  .xxl\:bg-purple-600\/75{
    background-color: rgb(147 51 234 / 0.75);
  }

  .xxl\:bg-purple-600\/80{
    background-color: rgb(147 51 234 / 0.8);
  }

  .xxl\:bg-purple-600\/85{
    background-color: rgb(147 51 234 / 0.85);
  }

  .xxl\:bg-purple-600\/90{
    background-color: rgb(147 51 234 / 0.9);
  }

  .xxl\:bg-purple-600\/95{
    background-color: rgb(147 51 234 / 0.95);
  }

  .xxl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-700\/0{
    background-color: rgb(126 34 206 / 0);
  }

  .xxl\:bg-purple-700\/10{
    background-color: rgb(126 34 206 / 0.1);
  }

  .xxl\:bg-purple-700\/100{
    background-color: rgb(126 34 206 / 1);
  }

  .xxl\:bg-purple-700\/15{
    background-color: rgb(126 34 206 / 0.15);
  }

  .xxl\:bg-purple-700\/20{
    background-color: rgb(126 34 206 / 0.2);
  }

  .xxl\:bg-purple-700\/25{
    background-color: rgb(126 34 206 / 0.25);
  }

  .xxl\:bg-purple-700\/30{
    background-color: rgb(126 34 206 / 0.3);
  }

  .xxl\:bg-purple-700\/35{
    background-color: rgb(126 34 206 / 0.35);
  }

  .xxl\:bg-purple-700\/40{
    background-color: rgb(126 34 206 / 0.4);
  }

  .xxl\:bg-purple-700\/45{
    background-color: rgb(126 34 206 / 0.45);
  }

  .xxl\:bg-purple-700\/5{
    background-color: rgb(126 34 206 / 0.05);
  }

  .xxl\:bg-purple-700\/50{
    background-color: rgb(126 34 206 / 0.5);
  }

  .xxl\:bg-purple-700\/55{
    background-color: rgb(126 34 206 / 0.55);
  }

  .xxl\:bg-purple-700\/60{
    background-color: rgb(126 34 206 / 0.6);
  }

  .xxl\:bg-purple-700\/65{
    background-color: rgb(126 34 206 / 0.65);
  }

  .xxl\:bg-purple-700\/70{
    background-color: rgb(126 34 206 / 0.7);
  }

  .xxl\:bg-purple-700\/75{
    background-color: rgb(126 34 206 / 0.75);
  }

  .xxl\:bg-purple-700\/80{
    background-color: rgb(126 34 206 / 0.8);
  }

  .xxl\:bg-purple-700\/85{
    background-color: rgb(126 34 206 / 0.85);
  }

  .xxl\:bg-purple-700\/90{
    background-color: rgb(126 34 206 / 0.9);
  }

  .xxl\:bg-purple-700\/95{
    background-color: rgb(126 34 206 / 0.95);
  }

  .xxl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-800\/0{
    background-color: rgb(107 33 168 / 0);
  }

  .xxl\:bg-purple-800\/10{
    background-color: rgb(107 33 168 / 0.1);
  }

  .xxl\:bg-purple-800\/100{
    background-color: rgb(107 33 168 / 1);
  }

  .xxl\:bg-purple-800\/15{
    background-color: rgb(107 33 168 / 0.15);
  }

  .xxl\:bg-purple-800\/20{
    background-color: rgb(107 33 168 / 0.2);
  }

  .xxl\:bg-purple-800\/25{
    background-color: rgb(107 33 168 / 0.25);
  }

  .xxl\:bg-purple-800\/30{
    background-color: rgb(107 33 168 / 0.3);
  }

  .xxl\:bg-purple-800\/35{
    background-color: rgb(107 33 168 / 0.35);
  }

  .xxl\:bg-purple-800\/40{
    background-color: rgb(107 33 168 / 0.4);
  }

  .xxl\:bg-purple-800\/45{
    background-color: rgb(107 33 168 / 0.45);
  }

  .xxl\:bg-purple-800\/5{
    background-color: rgb(107 33 168 / 0.05);
  }

  .xxl\:bg-purple-800\/50{
    background-color: rgb(107 33 168 / 0.5);
  }

  .xxl\:bg-purple-800\/55{
    background-color: rgb(107 33 168 / 0.55);
  }

  .xxl\:bg-purple-800\/60{
    background-color: rgb(107 33 168 / 0.6);
  }

  .xxl\:bg-purple-800\/65{
    background-color: rgb(107 33 168 / 0.65);
  }

  .xxl\:bg-purple-800\/70{
    background-color: rgb(107 33 168 / 0.7);
  }

  .xxl\:bg-purple-800\/75{
    background-color: rgb(107 33 168 / 0.75);
  }

  .xxl\:bg-purple-800\/80{
    background-color: rgb(107 33 168 / 0.8);
  }

  .xxl\:bg-purple-800\/85{
    background-color: rgb(107 33 168 / 0.85);
  }

  .xxl\:bg-purple-800\/90{
    background-color: rgb(107 33 168 / 0.9);
  }

  .xxl\:bg-purple-800\/95{
    background-color: rgb(107 33 168 / 0.95);
  }

  .xxl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-900\/0{
    background-color: rgb(88 28 135 / 0);
  }

  .xxl\:bg-purple-900\/10{
    background-color: rgb(88 28 135 / 0.1);
  }

  .xxl\:bg-purple-900\/100{
    background-color: rgb(88 28 135 / 1);
  }

  .xxl\:bg-purple-900\/15{
    background-color: rgb(88 28 135 / 0.15);
  }

  .xxl\:bg-purple-900\/20{
    background-color: rgb(88 28 135 / 0.2);
  }

  .xxl\:bg-purple-900\/25{
    background-color: rgb(88 28 135 / 0.25);
  }

  .xxl\:bg-purple-900\/30{
    background-color: rgb(88 28 135 / 0.3);
  }

  .xxl\:bg-purple-900\/35{
    background-color: rgb(88 28 135 / 0.35);
  }

  .xxl\:bg-purple-900\/40{
    background-color: rgb(88 28 135 / 0.4);
  }

  .xxl\:bg-purple-900\/45{
    background-color: rgb(88 28 135 / 0.45);
  }

  .xxl\:bg-purple-900\/5{
    background-color: rgb(88 28 135 / 0.05);
  }

  .xxl\:bg-purple-900\/50{
    background-color: rgb(88 28 135 / 0.5);
  }

  .xxl\:bg-purple-900\/55{
    background-color: rgb(88 28 135 / 0.55);
  }

  .xxl\:bg-purple-900\/60{
    background-color: rgb(88 28 135 / 0.6);
  }

  .xxl\:bg-purple-900\/65{
    background-color: rgb(88 28 135 / 0.65);
  }

  .xxl\:bg-purple-900\/70{
    background-color: rgb(88 28 135 / 0.7);
  }

  .xxl\:bg-purple-900\/75{
    background-color: rgb(88 28 135 / 0.75);
  }

  .xxl\:bg-purple-900\/80{
    background-color: rgb(88 28 135 / 0.8);
  }

  .xxl\:bg-purple-900\/85{
    background-color: rgb(88 28 135 / 0.85);
  }

  .xxl\:bg-purple-900\/90{
    background-color: rgb(88 28 135 / 0.9);
  }

  .xxl\:bg-purple-900\/95{
    background-color: rgb(88 28 135 / 0.95);
  }

  .xxl\:bg-purple-950{
    --tw-bg-opacity: 1;
    background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-purple-950\/0{
    background-color: rgb(59 7 100 / 0);
  }

  .xxl\:bg-purple-950\/10{
    background-color: rgb(59 7 100 / 0.1);
  }

  .xxl\:bg-purple-950\/100{
    background-color: rgb(59 7 100 / 1);
  }

  .xxl\:bg-purple-950\/15{
    background-color: rgb(59 7 100 / 0.15);
  }

  .xxl\:bg-purple-950\/20{
    background-color: rgb(59 7 100 / 0.2);
  }

  .xxl\:bg-purple-950\/25{
    background-color: rgb(59 7 100 / 0.25);
  }

  .xxl\:bg-purple-950\/30{
    background-color: rgb(59 7 100 / 0.3);
  }

  .xxl\:bg-purple-950\/35{
    background-color: rgb(59 7 100 / 0.35);
  }

  .xxl\:bg-purple-950\/40{
    background-color: rgb(59 7 100 / 0.4);
  }

  .xxl\:bg-purple-950\/45{
    background-color: rgb(59 7 100 / 0.45);
  }

  .xxl\:bg-purple-950\/5{
    background-color: rgb(59 7 100 / 0.05);
  }

  .xxl\:bg-purple-950\/50{
    background-color: rgb(59 7 100 / 0.5);
  }

  .xxl\:bg-purple-950\/55{
    background-color: rgb(59 7 100 / 0.55);
  }

  .xxl\:bg-purple-950\/60{
    background-color: rgb(59 7 100 / 0.6);
  }

  .xxl\:bg-purple-950\/65{
    background-color: rgb(59 7 100 / 0.65);
  }

  .xxl\:bg-purple-950\/70{
    background-color: rgb(59 7 100 / 0.7);
  }

  .xxl\:bg-purple-950\/75{
    background-color: rgb(59 7 100 / 0.75);
  }

  .xxl\:bg-purple-950\/80{
    background-color: rgb(59 7 100 / 0.8);
  }

  .xxl\:bg-purple-950\/85{
    background-color: rgb(59 7 100 / 0.85);
  }

  .xxl\:bg-purple-950\/90{
    background-color: rgb(59 7 100 / 0.9);
  }

  .xxl\:bg-purple-950\/95{
    background-color: rgb(59 7 100 / 0.95);
  }

  .xxl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-100\/0{
    background-color: rgb(254 226 226 / 0);
  }

  .xxl\:bg-red-100\/10{
    background-color: rgb(254 226 226 / 0.1);
  }

  .xxl\:bg-red-100\/100{
    background-color: rgb(254 226 226 / 1);
  }

  .xxl\:bg-red-100\/15{
    background-color: rgb(254 226 226 / 0.15);
  }

  .xxl\:bg-red-100\/20{
    background-color: rgb(254 226 226 / 0.2);
  }

  .xxl\:bg-red-100\/25{
    background-color: rgb(254 226 226 / 0.25);
  }

  .xxl\:bg-red-100\/30{
    background-color: rgb(254 226 226 / 0.3);
  }

  .xxl\:bg-red-100\/35{
    background-color: rgb(254 226 226 / 0.35);
  }

  .xxl\:bg-red-100\/40{
    background-color: rgb(254 226 226 / 0.4);
  }

  .xxl\:bg-red-100\/45{
    background-color: rgb(254 226 226 / 0.45);
  }

  .xxl\:bg-red-100\/5{
    background-color: rgb(254 226 226 / 0.05);
  }

  .xxl\:bg-red-100\/50{
    background-color: rgb(254 226 226 / 0.5);
  }

  .xxl\:bg-red-100\/55{
    background-color: rgb(254 226 226 / 0.55);
  }

  .xxl\:bg-red-100\/60{
    background-color: rgb(254 226 226 / 0.6);
  }

  .xxl\:bg-red-100\/65{
    background-color: rgb(254 226 226 / 0.65);
  }

  .xxl\:bg-red-100\/70{
    background-color: rgb(254 226 226 / 0.7);
  }

  .xxl\:bg-red-100\/75{
    background-color: rgb(254 226 226 / 0.75);
  }

  .xxl\:bg-red-100\/80{
    background-color: rgb(254 226 226 / 0.8);
  }

  .xxl\:bg-red-100\/85{
    background-color: rgb(254 226 226 / 0.85);
  }

  .xxl\:bg-red-100\/90{
    background-color: rgb(254 226 226 / 0.9);
  }

  .xxl\:bg-red-100\/95{
    background-color: rgb(254 226 226 / 0.95);
  }

  .xxl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-200\/0{
    background-color: rgb(254 202 202 / 0);
  }

  .xxl\:bg-red-200\/10{
    background-color: rgb(254 202 202 / 0.1);
  }

  .xxl\:bg-red-200\/100{
    background-color: rgb(254 202 202 / 1);
  }

  .xxl\:bg-red-200\/15{
    background-color: rgb(254 202 202 / 0.15);
  }

  .xxl\:bg-red-200\/20{
    background-color: rgb(254 202 202 / 0.2);
  }

  .xxl\:bg-red-200\/25{
    background-color: rgb(254 202 202 / 0.25);
  }

  .xxl\:bg-red-200\/30{
    background-color: rgb(254 202 202 / 0.3);
  }

  .xxl\:bg-red-200\/35{
    background-color: rgb(254 202 202 / 0.35);
  }

  .xxl\:bg-red-200\/40{
    background-color: rgb(254 202 202 / 0.4);
  }

  .xxl\:bg-red-200\/45{
    background-color: rgb(254 202 202 / 0.45);
  }

  .xxl\:bg-red-200\/5{
    background-color: rgb(254 202 202 / 0.05);
  }

  .xxl\:bg-red-200\/50{
    background-color: rgb(254 202 202 / 0.5);
  }

  .xxl\:bg-red-200\/55{
    background-color: rgb(254 202 202 / 0.55);
  }

  .xxl\:bg-red-200\/60{
    background-color: rgb(254 202 202 / 0.6);
  }

  .xxl\:bg-red-200\/65{
    background-color: rgb(254 202 202 / 0.65);
  }

  .xxl\:bg-red-200\/70{
    background-color: rgb(254 202 202 / 0.7);
  }

  .xxl\:bg-red-200\/75{
    background-color: rgb(254 202 202 / 0.75);
  }

  .xxl\:bg-red-200\/80{
    background-color: rgb(254 202 202 / 0.8);
  }

  .xxl\:bg-red-200\/85{
    background-color: rgb(254 202 202 / 0.85);
  }

  .xxl\:bg-red-200\/90{
    background-color: rgb(254 202 202 / 0.9);
  }

  .xxl\:bg-red-200\/95{
    background-color: rgb(254 202 202 / 0.95);
  }

  .xxl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-300\/0{
    background-color: rgb(252 165 165 / 0);
  }

  .xxl\:bg-red-300\/10{
    background-color: rgb(252 165 165 / 0.1);
  }

  .xxl\:bg-red-300\/100{
    background-color: rgb(252 165 165 / 1);
  }

  .xxl\:bg-red-300\/15{
    background-color: rgb(252 165 165 / 0.15);
  }

  .xxl\:bg-red-300\/20{
    background-color: rgb(252 165 165 / 0.2);
  }

  .xxl\:bg-red-300\/25{
    background-color: rgb(252 165 165 / 0.25);
  }

  .xxl\:bg-red-300\/30{
    background-color: rgb(252 165 165 / 0.3);
  }

  .xxl\:bg-red-300\/35{
    background-color: rgb(252 165 165 / 0.35);
  }

  .xxl\:bg-red-300\/40{
    background-color: rgb(252 165 165 / 0.4);
  }

  .xxl\:bg-red-300\/45{
    background-color: rgb(252 165 165 / 0.45);
  }

  .xxl\:bg-red-300\/5{
    background-color: rgb(252 165 165 / 0.05);
  }

  .xxl\:bg-red-300\/50{
    background-color: rgb(252 165 165 / 0.5);
  }

  .xxl\:bg-red-300\/55{
    background-color: rgb(252 165 165 / 0.55);
  }

  .xxl\:bg-red-300\/60{
    background-color: rgb(252 165 165 / 0.6);
  }

  .xxl\:bg-red-300\/65{
    background-color: rgb(252 165 165 / 0.65);
  }

  .xxl\:bg-red-300\/70{
    background-color: rgb(252 165 165 / 0.7);
  }

  .xxl\:bg-red-300\/75{
    background-color: rgb(252 165 165 / 0.75);
  }

  .xxl\:bg-red-300\/80{
    background-color: rgb(252 165 165 / 0.8);
  }

  .xxl\:bg-red-300\/85{
    background-color: rgb(252 165 165 / 0.85);
  }

  .xxl\:bg-red-300\/90{
    background-color: rgb(252 165 165 / 0.9);
  }

  .xxl\:bg-red-300\/95{
    background-color: rgb(252 165 165 / 0.95);
  }

  .xxl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-400\/0{
    background-color: rgb(248 113 113 / 0);
  }

  .xxl\:bg-red-400\/10{
    background-color: rgb(248 113 113 / 0.1);
  }

  .xxl\:bg-red-400\/100{
    background-color: rgb(248 113 113 / 1);
  }

  .xxl\:bg-red-400\/15{
    background-color: rgb(248 113 113 / 0.15);
  }

  .xxl\:bg-red-400\/20{
    background-color: rgb(248 113 113 / 0.2);
  }

  .xxl\:bg-red-400\/25{
    background-color: rgb(248 113 113 / 0.25);
  }

  .xxl\:bg-red-400\/30{
    background-color: rgb(248 113 113 / 0.3);
  }

  .xxl\:bg-red-400\/35{
    background-color: rgb(248 113 113 / 0.35);
  }

  .xxl\:bg-red-400\/40{
    background-color: rgb(248 113 113 / 0.4);
  }

  .xxl\:bg-red-400\/45{
    background-color: rgb(248 113 113 / 0.45);
  }

  .xxl\:bg-red-400\/5{
    background-color: rgb(248 113 113 / 0.05);
  }

  .xxl\:bg-red-400\/50{
    background-color: rgb(248 113 113 / 0.5);
  }

  .xxl\:bg-red-400\/55{
    background-color: rgb(248 113 113 / 0.55);
  }

  .xxl\:bg-red-400\/60{
    background-color: rgb(248 113 113 / 0.6);
  }

  .xxl\:bg-red-400\/65{
    background-color: rgb(248 113 113 / 0.65);
  }

  .xxl\:bg-red-400\/70{
    background-color: rgb(248 113 113 / 0.7);
  }

  .xxl\:bg-red-400\/75{
    background-color: rgb(248 113 113 / 0.75);
  }

  .xxl\:bg-red-400\/80{
    background-color: rgb(248 113 113 / 0.8);
  }

  .xxl\:bg-red-400\/85{
    background-color: rgb(248 113 113 / 0.85);
  }

  .xxl\:bg-red-400\/90{
    background-color: rgb(248 113 113 / 0.9);
  }

  .xxl\:bg-red-400\/95{
    background-color: rgb(248 113 113 / 0.95);
  }

  .xxl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-50\/0{
    background-color: rgb(254 242 242 / 0);
  }

  .xxl\:bg-red-50\/10{
    background-color: rgb(254 242 242 / 0.1);
  }

  .xxl\:bg-red-50\/100{
    background-color: rgb(254 242 242 / 1);
  }

  .xxl\:bg-red-50\/15{
    background-color: rgb(254 242 242 / 0.15);
  }

  .xxl\:bg-red-50\/20{
    background-color: rgb(254 242 242 / 0.2);
  }

  .xxl\:bg-red-50\/25{
    background-color: rgb(254 242 242 / 0.25);
  }

  .xxl\:bg-red-50\/30{
    background-color: rgb(254 242 242 / 0.3);
  }

  .xxl\:bg-red-50\/35{
    background-color: rgb(254 242 242 / 0.35);
  }

  .xxl\:bg-red-50\/40{
    background-color: rgb(254 242 242 / 0.4);
  }

  .xxl\:bg-red-50\/45{
    background-color: rgb(254 242 242 / 0.45);
  }

  .xxl\:bg-red-50\/5{
    background-color: rgb(254 242 242 / 0.05);
  }

  .xxl\:bg-red-50\/50{
    background-color: rgb(254 242 242 / 0.5);
  }

  .xxl\:bg-red-50\/55{
    background-color: rgb(254 242 242 / 0.55);
  }

  .xxl\:bg-red-50\/60{
    background-color: rgb(254 242 242 / 0.6);
  }

  .xxl\:bg-red-50\/65{
    background-color: rgb(254 242 242 / 0.65);
  }

  .xxl\:bg-red-50\/70{
    background-color: rgb(254 242 242 / 0.7);
  }

  .xxl\:bg-red-50\/75{
    background-color: rgb(254 242 242 / 0.75);
  }

  .xxl\:bg-red-50\/80{
    background-color: rgb(254 242 242 / 0.8);
  }

  .xxl\:bg-red-50\/85{
    background-color: rgb(254 242 242 / 0.85);
  }

  .xxl\:bg-red-50\/90{
    background-color: rgb(254 242 242 / 0.9);
  }

  .xxl\:bg-red-50\/95{
    background-color: rgb(254 242 242 / 0.95);
  }

  .xxl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-500\/0{
    background-color: rgb(239 68 68 / 0);
  }

  .xxl\:bg-red-500\/10{
    background-color: rgb(239 68 68 / 0.1);
  }

  .xxl\:bg-red-500\/100{
    background-color: rgb(239 68 68 / 1);
  }

  .xxl\:bg-red-500\/15{
    background-color: rgb(239 68 68 / 0.15);
  }

  .xxl\:bg-red-500\/20{
    background-color: rgb(239 68 68 / 0.2);
  }

  .xxl\:bg-red-500\/25{
    background-color: rgb(239 68 68 / 0.25);
  }

  .xxl\:bg-red-500\/30{
    background-color: rgb(239 68 68 / 0.3);
  }

  .xxl\:bg-red-500\/35{
    background-color: rgb(239 68 68 / 0.35);
  }

  .xxl\:bg-red-500\/40{
    background-color: rgb(239 68 68 / 0.4);
  }

  .xxl\:bg-red-500\/45{
    background-color: rgb(239 68 68 / 0.45);
  }

  .xxl\:bg-red-500\/5{
    background-color: rgb(239 68 68 / 0.05);
  }

  .xxl\:bg-red-500\/50{
    background-color: rgb(239 68 68 / 0.5);
  }

  .xxl\:bg-red-500\/55{
    background-color: rgb(239 68 68 / 0.55);
  }

  .xxl\:bg-red-500\/60{
    background-color: rgb(239 68 68 / 0.6);
  }

  .xxl\:bg-red-500\/65{
    background-color: rgb(239 68 68 / 0.65);
  }

  .xxl\:bg-red-500\/70{
    background-color: rgb(239 68 68 / 0.7);
  }

  .xxl\:bg-red-500\/75{
    background-color: rgb(239 68 68 / 0.75);
  }

  .xxl\:bg-red-500\/80{
    background-color: rgb(239 68 68 / 0.8);
  }

  .xxl\:bg-red-500\/85{
    background-color: rgb(239 68 68 / 0.85);
  }

  .xxl\:bg-red-500\/90{
    background-color: rgb(239 68 68 / 0.9);
  }

  .xxl\:bg-red-500\/95{
    background-color: rgb(239 68 68 / 0.95);
  }

  .xxl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-600\/0{
    background-color: rgb(220 38 38 / 0);
  }

  .xxl\:bg-red-600\/10{
    background-color: rgb(220 38 38 / 0.1);
  }

  .xxl\:bg-red-600\/100{
    background-color: rgb(220 38 38 / 1);
  }

  .xxl\:bg-red-600\/15{
    background-color: rgb(220 38 38 / 0.15);
  }

  .xxl\:bg-red-600\/20{
    background-color: rgb(220 38 38 / 0.2);
  }

  .xxl\:bg-red-600\/25{
    background-color: rgb(220 38 38 / 0.25);
  }

  .xxl\:bg-red-600\/30{
    background-color: rgb(220 38 38 / 0.3);
  }

  .xxl\:bg-red-600\/35{
    background-color: rgb(220 38 38 / 0.35);
  }

  .xxl\:bg-red-600\/40{
    background-color: rgb(220 38 38 / 0.4);
  }

  .xxl\:bg-red-600\/45{
    background-color: rgb(220 38 38 / 0.45);
  }

  .xxl\:bg-red-600\/5{
    background-color: rgb(220 38 38 / 0.05);
  }

  .xxl\:bg-red-600\/50{
    background-color: rgb(220 38 38 / 0.5);
  }

  .xxl\:bg-red-600\/55{
    background-color: rgb(220 38 38 / 0.55);
  }

  .xxl\:bg-red-600\/60{
    background-color: rgb(220 38 38 / 0.6);
  }

  .xxl\:bg-red-600\/65{
    background-color: rgb(220 38 38 / 0.65);
  }

  .xxl\:bg-red-600\/70{
    background-color: rgb(220 38 38 / 0.7);
  }

  .xxl\:bg-red-600\/75{
    background-color: rgb(220 38 38 / 0.75);
  }

  .xxl\:bg-red-600\/80{
    background-color: rgb(220 38 38 / 0.8);
  }

  .xxl\:bg-red-600\/85{
    background-color: rgb(220 38 38 / 0.85);
  }

  .xxl\:bg-red-600\/90{
    background-color: rgb(220 38 38 / 0.9);
  }

  .xxl\:bg-red-600\/95{
    background-color: rgb(220 38 38 / 0.95);
  }

  .xxl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-700\/0{
    background-color: rgb(185 28 28 / 0);
  }

  .xxl\:bg-red-700\/10{
    background-color: rgb(185 28 28 / 0.1);
  }

  .xxl\:bg-red-700\/100{
    background-color: rgb(185 28 28 / 1);
  }

  .xxl\:bg-red-700\/15{
    background-color: rgb(185 28 28 / 0.15);
  }

  .xxl\:bg-red-700\/20{
    background-color: rgb(185 28 28 / 0.2);
  }

  .xxl\:bg-red-700\/25{
    background-color: rgb(185 28 28 / 0.25);
  }

  .xxl\:bg-red-700\/30{
    background-color: rgb(185 28 28 / 0.3);
  }

  .xxl\:bg-red-700\/35{
    background-color: rgb(185 28 28 / 0.35);
  }

  .xxl\:bg-red-700\/40{
    background-color: rgb(185 28 28 / 0.4);
  }

  .xxl\:bg-red-700\/45{
    background-color: rgb(185 28 28 / 0.45);
  }

  .xxl\:bg-red-700\/5{
    background-color: rgb(185 28 28 / 0.05);
  }

  .xxl\:bg-red-700\/50{
    background-color: rgb(185 28 28 / 0.5);
  }

  .xxl\:bg-red-700\/55{
    background-color: rgb(185 28 28 / 0.55);
  }

  .xxl\:bg-red-700\/60{
    background-color: rgb(185 28 28 / 0.6);
  }

  .xxl\:bg-red-700\/65{
    background-color: rgb(185 28 28 / 0.65);
  }

  .xxl\:bg-red-700\/70{
    background-color: rgb(185 28 28 / 0.7);
  }

  .xxl\:bg-red-700\/75{
    background-color: rgb(185 28 28 / 0.75);
  }

  .xxl\:bg-red-700\/80{
    background-color: rgb(185 28 28 / 0.8);
  }

  .xxl\:bg-red-700\/85{
    background-color: rgb(185 28 28 / 0.85);
  }

  .xxl\:bg-red-700\/90{
    background-color: rgb(185 28 28 / 0.9);
  }

  .xxl\:bg-red-700\/95{
    background-color: rgb(185 28 28 / 0.95);
  }

  .xxl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-800\/0{
    background-color: rgb(153 27 27 / 0);
  }

  .xxl\:bg-red-800\/10{
    background-color: rgb(153 27 27 / 0.1);
  }

  .xxl\:bg-red-800\/100{
    background-color: rgb(153 27 27 / 1);
  }

  .xxl\:bg-red-800\/15{
    background-color: rgb(153 27 27 / 0.15);
  }

  .xxl\:bg-red-800\/20{
    background-color: rgb(153 27 27 / 0.2);
  }

  .xxl\:bg-red-800\/25{
    background-color: rgb(153 27 27 / 0.25);
  }

  .xxl\:bg-red-800\/30{
    background-color: rgb(153 27 27 / 0.3);
  }

  .xxl\:bg-red-800\/35{
    background-color: rgb(153 27 27 / 0.35);
  }

  .xxl\:bg-red-800\/40{
    background-color: rgb(153 27 27 / 0.4);
  }

  .xxl\:bg-red-800\/45{
    background-color: rgb(153 27 27 / 0.45);
  }

  .xxl\:bg-red-800\/5{
    background-color: rgb(153 27 27 / 0.05);
  }

  .xxl\:bg-red-800\/50{
    background-color: rgb(153 27 27 / 0.5);
  }

  .xxl\:bg-red-800\/55{
    background-color: rgb(153 27 27 / 0.55);
  }

  .xxl\:bg-red-800\/60{
    background-color: rgb(153 27 27 / 0.6);
  }

  .xxl\:bg-red-800\/65{
    background-color: rgb(153 27 27 / 0.65);
  }

  .xxl\:bg-red-800\/70{
    background-color: rgb(153 27 27 / 0.7);
  }

  .xxl\:bg-red-800\/75{
    background-color: rgb(153 27 27 / 0.75);
  }

  .xxl\:bg-red-800\/80{
    background-color: rgb(153 27 27 / 0.8);
  }

  .xxl\:bg-red-800\/85{
    background-color: rgb(153 27 27 / 0.85);
  }

  .xxl\:bg-red-800\/90{
    background-color: rgb(153 27 27 / 0.9);
  }

  .xxl\:bg-red-800\/95{
    background-color: rgb(153 27 27 / 0.95);
  }

  .xxl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-900\/0{
    background-color: rgb(127 29 29 / 0);
  }

  .xxl\:bg-red-900\/10{
    background-color: rgb(127 29 29 / 0.1);
  }

  .xxl\:bg-red-900\/100{
    background-color: rgb(127 29 29 / 1);
  }

  .xxl\:bg-red-900\/15{
    background-color: rgb(127 29 29 / 0.15);
  }

  .xxl\:bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }

  .xxl\:bg-red-900\/25{
    background-color: rgb(127 29 29 / 0.25);
  }

  .xxl\:bg-red-900\/30{
    background-color: rgb(127 29 29 / 0.3);
  }

  .xxl\:bg-red-900\/35{
    background-color: rgb(127 29 29 / 0.35);
  }

  .xxl\:bg-red-900\/40{
    background-color: rgb(127 29 29 / 0.4);
  }

  .xxl\:bg-red-900\/45{
    background-color: rgb(127 29 29 / 0.45);
  }

  .xxl\:bg-red-900\/5{
    background-color: rgb(127 29 29 / 0.05);
  }

  .xxl\:bg-red-900\/50{
    background-color: rgb(127 29 29 / 0.5);
  }

  .xxl\:bg-red-900\/55{
    background-color: rgb(127 29 29 / 0.55);
  }

  .xxl\:bg-red-900\/60{
    background-color: rgb(127 29 29 / 0.6);
  }

  .xxl\:bg-red-900\/65{
    background-color: rgb(127 29 29 / 0.65);
  }

  .xxl\:bg-red-900\/70{
    background-color: rgb(127 29 29 / 0.7);
  }

  .xxl\:bg-red-900\/75{
    background-color: rgb(127 29 29 / 0.75);
  }

  .xxl\:bg-red-900\/80{
    background-color: rgb(127 29 29 / 0.8);
  }

  .xxl\:bg-red-900\/85{
    background-color: rgb(127 29 29 / 0.85);
  }

  .xxl\:bg-red-900\/90{
    background-color: rgb(127 29 29 / 0.9);
  }

  .xxl\:bg-red-900\/95{
    background-color: rgb(127 29 29 / 0.95);
  }

  .xxl\:bg-red-950{
    --tw-bg-opacity: 1;
    background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-red-950\/0{
    background-color: rgb(69 10 10 / 0);
  }

  .xxl\:bg-red-950\/10{
    background-color: rgb(69 10 10 / 0.1);
  }

  .xxl\:bg-red-950\/100{
    background-color: rgb(69 10 10 / 1);
  }

  .xxl\:bg-red-950\/15{
    background-color: rgb(69 10 10 / 0.15);
  }

  .xxl\:bg-red-950\/20{
    background-color: rgb(69 10 10 / 0.2);
  }

  .xxl\:bg-red-950\/25{
    background-color: rgb(69 10 10 / 0.25);
  }

  .xxl\:bg-red-950\/30{
    background-color: rgb(69 10 10 / 0.3);
  }

  .xxl\:bg-red-950\/35{
    background-color: rgb(69 10 10 / 0.35);
  }

  .xxl\:bg-red-950\/40{
    background-color: rgb(69 10 10 / 0.4);
  }

  .xxl\:bg-red-950\/45{
    background-color: rgb(69 10 10 / 0.45);
  }

  .xxl\:bg-red-950\/5{
    background-color: rgb(69 10 10 / 0.05);
  }

  .xxl\:bg-red-950\/50{
    background-color: rgb(69 10 10 / 0.5);
  }

  .xxl\:bg-red-950\/55{
    background-color: rgb(69 10 10 / 0.55);
  }

  .xxl\:bg-red-950\/60{
    background-color: rgb(69 10 10 / 0.6);
  }

  .xxl\:bg-red-950\/65{
    background-color: rgb(69 10 10 / 0.65);
  }

  .xxl\:bg-red-950\/70{
    background-color: rgb(69 10 10 / 0.7);
  }

  .xxl\:bg-red-950\/75{
    background-color: rgb(69 10 10 / 0.75);
  }

  .xxl\:bg-red-950\/80{
    background-color: rgb(69 10 10 / 0.8);
  }

  .xxl\:bg-red-950\/85{
    background-color: rgb(69 10 10 / 0.85);
  }

  .xxl\:bg-red-950\/90{
    background-color: rgb(69 10 10 / 0.9);
  }

  .xxl\:bg-red-950\/95{
    background-color: rgb(69 10 10 / 0.95);
  }

  .xxl\:bg-rose-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-100\/0{
    background-color: rgb(255 228 230 / 0);
  }

  .xxl\:bg-rose-100\/10{
    background-color: rgb(255 228 230 / 0.1);
  }

  .xxl\:bg-rose-100\/100{
    background-color: rgb(255 228 230 / 1);
  }

  .xxl\:bg-rose-100\/15{
    background-color: rgb(255 228 230 / 0.15);
  }

  .xxl\:bg-rose-100\/20{
    background-color: rgb(255 228 230 / 0.2);
  }

  .xxl\:bg-rose-100\/25{
    background-color: rgb(255 228 230 / 0.25);
  }

  .xxl\:bg-rose-100\/30{
    background-color: rgb(255 228 230 / 0.3);
  }

  .xxl\:bg-rose-100\/35{
    background-color: rgb(255 228 230 / 0.35);
  }

  .xxl\:bg-rose-100\/40{
    background-color: rgb(255 228 230 / 0.4);
  }

  .xxl\:bg-rose-100\/45{
    background-color: rgb(255 228 230 / 0.45);
  }

  .xxl\:bg-rose-100\/5{
    background-color: rgb(255 228 230 / 0.05);
  }

  .xxl\:bg-rose-100\/50{
    background-color: rgb(255 228 230 / 0.5);
  }

  .xxl\:bg-rose-100\/55{
    background-color: rgb(255 228 230 / 0.55);
  }

  .xxl\:bg-rose-100\/60{
    background-color: rgb(255 228 230 / 0.6);
  }

  .xxl\:bg-rose-100\/65{
    background-color: rgb(255 228 230 / 0.65);
  }

  .xxl\:bg-rose-100\/70{
    background-color: rgb(255 228 230 / 0.7);
  }

  .xxl\:bg-rose-100\/75{
    background-color: rgb(255 228 230 / 0.75);
  }

  .xxl\:bg-rose-100\/80{
    background-color: rgb(255 228 230 / 0.8);
  }

  .xxl\:bg-rose-100\/85{
    background-color: rgb(255 228 230 / 0.85);
  }

  .xxl\:bg-rose-100\/90{
    background-color: rgb(255 228 230 / 0.9);
  }

  .xxl\:bg-rose-100\/95{
    background-color: rgb(255 228 230 / 0.95);
  }

  .xxl\:bg-rose-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-200\/0{
    background-color: rgb(254 205 211 / 0);
  }

  .xxl\:bg-rose-200\/10{
    background-color: rgb(254 205 211 / 0.1);
  }

  .xxl\:bg-rose-200\/100{
    background-color: rgb(254 205 211 / 1);
  }

  .xxl\:bg-rose-200\/15{
    background-color: rgb(254 205 211 / 0.15);
  }

  .xxl\:bg-rose-200\/20{
    background-color: rgb(254 205 211 / 0.2);
  }

  .xxl\:bg-rose-200\/25{
    background-color: rgb(254 205 211 / 0.25);
  }

  .xxl\:bg-rose-200\/30{
    background-color: rgb(254 205 211 / 0.3);
  }

  .xxl\:bg-rose-200\/35{
    background-color: rgb(254 205 211 / 0.35);
  }

  .xxl\:bg-rose-200\/40{
    background-color: rgb(254 205 211 / 0.4);
  }

  .xxl\:bg-rose-200\/45{
    background-color: rgb(254 205 211 / 0.45);
  }

  .xxl\:bg-rose-200\/5{
    background-color: rgb(254 205 211 / 0.05);
  }

  .xxl\:bg-rose-200\/50{
    background-color: rgb(254 205 211 / 0.5);
  }

  .xxl\:bg-rose-200\/55{
    background-color: rgb(254 205 211 / 0.55);
  }

  .xxl\:bg-rose-200\/60{
    background-color: rgb(254 205 211 / 0.6);
  }

  .xxl\:bg-rose-200\/65{
    background-color: rgb(254 205 211 / 0.65);
  }

  .xxl\:bg-rose-200\/70{
    background-color: rgb(254 205 211 / 0.7);
  }

  .xxl\:bg-rose-200\/75{
    background-color: rgb(254 205 211 / 0.75);
  }

  .xxl\:bg-rose-200\/80{
    background-color: rgb(254 205 211 / 0.8);
  }

  .xxl\:bg-rose-200\/85{
    background-color: rgb(254 205 211 / 0.85);
  }

  .xxl\:bg-rose-200\/90{
    background-color: rgb(254 205 211 / 0.9);
  }

  .xxl\:bg-rose-200\/95{
    background-color: rgb(254 205 211 / 0.95);
  }

  .xxl\:bg-rose-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-300\/0{
    background-color: rgb(253 164 175 / 0);
  }

  .xxl\:bg-rose-300\/10{
    background-color: rgb(253 164 175 / 0.1);
  }

  .xxl\:bg-rose-300\/100{
    background-color: rgb(253 164 175 / 1);
  }

  .xxl\:bg-rose-300\/15{
    background-color: rgb(253 164 175 / 0.15);
  }

  .xxl\:bg-rose-300\/20{
    background-color: rgb(253 164 175 / 0.2);
  }

  .xxl\:bg-rose-300\/25{
    background-color: rgb(253 164 175 / 0.25);
  }

  .xxl\:bg-rose-300\/30{
    background-color: rgb(253 164 175 / 0.3);
  }

  .xxl\:bg-rose-300\/35{
    background-color: rgb(253 164 175 / 0.35);
  }

  .xxl\:bg-rose-300\/40{
    background-color: rgb(253 164 175 / 0.4);
  }

  .xxl\:bg-rose-300\/45{
    background-color: rgb(253 164 175 / 0.45);
  }

  .xxl\:bg-rose-300\/5{
    background-color: rgb(253 164 175 / 0.05);
  }

  .xxl\:bg-rose-300\/50{
    background-color: rgb(253 164 175 / 0.5);
  }

  .xxl\:bg-rose-300\/55{
    background-color: rgb(253 164 175 / 0.55);
  }

  .xxl\:bg-rose-300\/60{
    background-color: rgb(253 164 175 / 0.6);
  }

  .xxl\:bg-rose-300\/65{
    background-color: rgb(253 164 175 / 0.65);
  }

  .xxl\:bg-rose-300\/70{
    background-color: rgb(253 164 175 / 0.7);
  }

  .xxl\:bg-rose-300\/75{
    background-color: rgb(253 164 175 / 0.75);
  }

  .xxl\:bg-rose-300\/80{
    background-color: rgb(253 164 175 / 0.8);
  }

  .xxl\:bg-rose-300\/85{
    background-color: rgb(253 164 175 / 0.85);
  }

  .xxl\:bg-rose-300\/90{
    background-color: rgb(253 164 175 / 0.9);
  }

  .xxl\:bg-rose-300\/95{
    background-color: rgb(253 164 175 / 0.95);
  }

  .xxl\:bg-rose-400{
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-400\/0{
    background-color: rgb(251 113 133 / 0);
  }

  .xxl\:bg-rose-400\/10{
    background-color: rgb(251 113 133 / 0.1);
  }

  .xxl\:bg-rose-400\/100{
    background-color: rgb(251 113 133 / 1);
  }

  .xxl\:bg-rose-400\/15{
    background-color: rgb(251 113 133 / 0.15);
  }

  .xxl\:bg-rose-400\/20{
    background-color: rgb(251 113 133 / 0.2);
  }

  .xxl\:bg-rose-400\/25{
    background-color: rgb(251 113 133 / 0.25);
  }

  .xxl\:bg-rose-400\/30{
    background-color: rgb(251 113 133 / 0.3);
  }

  .xxl\:bg-rose-400\/35{
    background-color: rgb(251 113 133 / 0.35);
  }

  .xxl\:bg-rose-400\/40{
    background-color: rgb(251 113 133 / 0.4);
  }

  .xxl\:bg-rose-400\/45{
    background-color: rgb(251 113 133 / 0.45);
  }

  .xxl\:bg-rose-400\/5{
    background-color: rgb(251 113 133 / 0.05);
  }

  .xxl\:bg-rose-400\/50{
    background-color: rgb(251 113 133 / 0.5);
  }

  .xxl\:bg-rose-400\/55{
    background-color: rgb(251 113 133 / 0.55);
  }

  .xxl\:bg-rose-400\/60{
    background-color: rgb(251 113 133 / 0.6);
  }

  .xxl\:bg-rose-400\/65{
    background-color: rgb(251 113 133 / 0.65);
  }

  .xxl\:bg-rose-400\/70{
    background-color: rgb(251 113 133 / 0.7);
  }

  .xxl\:bg-rose-400\/75{
    background-color: rgb(251 113 133 / 0.75);
  }

  .xxl\:bg-rose-400\/80{
    background-color: rgb(251 113 133 / 0.8);
  }

  .xxl\:bg-rose-400\/85{
    background-color: rgb(251 113 133 / 0.85);
  }

  .xxl\:bg-rose-400\/90{
    background-color: rgb(251 113 133 / 0.9);
  }

  .xxl\:bg-rose-400\/95{
    background-color: rgb(251 113 133 / 0.95);
  }

  .xxl\:bg-rose-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-50\/0{
    background-color: rgb(255 241 242 / 0);
  }

  .xxl\:bg-rose-50\/10{
    background-color: rgb(255 241 242 / 0.1);
  }

  .xxl\:bg-rose-50\/100{
    background-color: rgb(255 241 242 / 1);
  }

  .xxl\:bg-rose-50\/15{
    background-color: rgb(255 241 242 / 0.15);
  }

  .xxl\:bg-rose-50\/20{
    background-color: rgb(255 241 242 / 0.2);
  }

  .xxl\:bg-rose-50\/25{
    background-color: rgb(255 241 242 / 0.25);
  }

  .xxl\:bg-rose-50\/30{
    background-color: rgb(255 241 242 / 0.3);
  }

  .xxl\:bg-rose-50\/35{
    background-color: rgb(255 241 242 / 0.35);
  }

  .xxl\:bg-rose-50\/40{
    background-color: rgb(255 241 242 / 0.4);
  }

  .xxl\:bg-rose-50\/45{
    background-color: rgb(255 241 242 / 0.45);
  }

  .xxl\:bg-rose-50\/5{
    background-color: rgb(255 241 242 / 0.05);
  }

  .xxl\:bg-rose-50\/50{
    background-color: rgb(255 241 242 / 0.5);
  }

  .xxl\:bg-rose-50\/55{
    background-color: rgb(255 241 242 / 0.55);
  }

  .xxl\:bg-rose-50\/60{
    background-color: rgb(255 241 242 / 0.6);
  }

  .xxl\:bg-rose-50\/65{
    background-color: rgb(255 241 242 / 0.65);
  }

  .xxl\:bg-rose-50\/70{
    background-color: rgb(255 241 242 / 0.7);
  }

  .xxl\:bg-rose-50\/75{
    background-color: rgb(255 241 242 / 0.75);
  }

  .xxl\:bg-rose-50\/80{
    background-color: rgb(255 241 242 / 0.8);
  }

  .xxl\:bg-rose-50\/85{
    background-color: rgb(255 241 242 / 0.85);
  }

  .xxl\:bg-rose-50\/90{
    background-color: rgb(255 241 242 / 0.9);
  }

  .xxl\:bg-rose-50\/95{
    background-color: rgb(255 241 242 / 0.95);
  }

  .xxl\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-500\/0{
    background-color: rgb(244 63 94 / 0);
  }

  .xxl\:bg-rose-500\/10{
    background-color: rgb(244 63 94 / 0.1);
  }

  .xxl\:bg-rose-500\/100{
    background-color: rgb(244 63 94 / 1);
  }

  .xxl\:bg-rose-500\/15{
    background-color: rgb(244 63 94 / 0.15);
  }

  .xxl\:bg-rose-500\/20{
    background-color: rgb(244 63 94 / 0.2);
  }

  .xxl\:bg-rose-500\/25{
    background-color: rgb(244 63 94 / 0.25);
  }

  .xxl\:bg-rose-500\/30{
    background-color: rgb(244 63 94 / 0.3);
  }

  .xxl\:bg-rose-500\/35{
    background-color: rgb(244 63 94 / 0.35);
  }

  .xxl\:bg-rose-500\/40{
    background-color: rgb(244 63 94 / 0.4);
  }

  .xxl\:bg-rose-500\/45{
    background-color: rgb(244 63 94 / 0.45);
  }

  .xxl\:bg-rose-500\/5{
    background-color: rgb(244 63 94 / 0.05);
  }

  .xxl\:bg-rose-500\/50{
    background-color: rgb(244 63 94 / 0.5);
  }

  .xxl\:bg-rose-500\/55{
    background-color: rgb(244 63 94 / 0.55);
  }

  .xxl\:bg-rose-500\/60{
    background-color: rgb(244 63 94 / 0.6);
  }

  .xxl\:bg-rose-500\/65{
    background-color: rgb(244 63 94 / 0.65);
  }

  .xxl\:bg-rose-500\/70{
    background-color: rgb(244 63 94 / 0.7);
  }

  .xxl\:bg-rose-500\/75{
    background-color: rgb(244 63 94 / 0.75);
  }

  .xxl\:bg-rose-500\/80{
    background-color: rgb(244 63 94 / 0.8);
  }

  .xxl\:bg-rose-500\/85{
    background-color: rgb(244 63 94 / 0.85);
  }

  .xxl\:bg-rose-500\/90{
    background-color: rgb(244 63 94 / 0.9);
  }

  .xxl\:bg-rose-500\/95{
    background-color: rgb(244 63 94 / 0.95);
  }

  .xxl\:bg-rose-600{
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-600\/0{
    background-color: rgb(225 29 72 / 0);
  }

  .xxl\:bg-rose-600\/10{
    background-color: rgb(225 29 72 / 0.1);
  }

  .xxl\:bg-rose-600\/100{
    background-color: rgb(225 29 72 / 1);
  }

  .xxl\:bg-rose-600\/15{
    background-color: rgb(225 29 72 / 0.15);
  }

  .xxl\:bg-rose-600\/20{
    background-color: rgb(225 29 72 / 0.2);
  }

  .xxl\:bg-rose-600\/25{
    background-color: rgb(225 29 72 / 0.25);
  }

  .xxl\:bg-rose-600\/30{
    background-color: rgb(225 29 72 / 0.3);
  }

  .xxl\:bg-rose-600\/35{
    background-color: rgb(225 29 72 / 0.35);
  }

  .xxl\:bg-rose-600\/40{
    background-color: rgb(225 29 72 / 0.4);
  }

  .xxl\:bg-rose-600\/45{
    background-color: rgb(225 29 72 / 0.45);
  }

  .xxl\:bg-rose-600\/5{
    background-color: rgb(225 29 72 / 0.05);
  }

  .xxl\:bg-rose-600\/50{
    background-color: rgb(225 29 72 / 0.5);
  }

  .xxl\:bg-rose-600\/55{
    background-color: rgb(225 29 72 / 0.55);
  }

  .xxl\:bg-rose-600\/60{
    background-color: rgb(225 29 72 / 0.6);
  }

  .xxl\:bg-rose-600\/65{
    background-color: rgb(225 29 72 / 0.65);
  }

  .xxl\:bg-rose-600\/70{
    background-color: rgb(225 29 72 / 0.7);
  }

  .xxl\:bg-rose-600\/75{
    background-color: rgb(225 29 72 / 0.75);
  }

  .xxl\:bg-rose-600\/80{
    background-color: rgb(225 29 72 / 0.8);
  }

  .xxl\:bg-rose-600\/85{
    background-color: rgb(225 29 72 / 0.85);
  }

  .xxl\:bg-rose-600\/90{
    background-color: rgb(225 29 72 / 0.9);
  }

  .xxl\:bg-rose-600\/95{
    background-color: rgb(225 29 72 / 0.95);
  }

  .xxl\:bg-rose-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-700\/0{
    background-color: rgb(190 18 60 / 0);
  }

  .xxl\:bg-rose-700\/10{
    background-color: rgb(190 18 60 / 0.1);
  }

  .xxl\:bg-rose-700\/100{
    background-color: rgb(190 18 60 / 1);
  }

  .xxl\:bg-rose-700\/15{
    background-color: rgb(190 18 60 / 0.15);
  }

  .xxl\:bg-rose-700\/20{
    background-color: rgb(190 18 60 / 0.2);
  }

  .xxl\:bg-rose-700\/25{
    background-color: rgb(190 18 60 / 0.25);
  }

  .xxl\:bg-rose-700\/30{
    background-color: rgb(190 18 60 / 0.3);
  }

  .xxl\:bg-rose-700\/35{
    background-color: rgb(190 18 60 / 0.35);
  }

  .xxl\:bg-rose-700\/40{
    background-color: rgb(190 18 60 / 0.4);
  }

  .xxl\:bg-rose-700\/45{
    background-color: rgb(190 18 60 / 0.45);
  }

  .xxl\:bg-rose-700\/5{
    background-color: rgb(190 18 60 / 0.05);
  }

  .xxl\:bg-rose-700\/50{
    background-color: rgb(190 18 60 / 0.5);
  }

  .xxl\:bg-rose-700\/55{
    background-color: rgb(190 18 60 / 0.55);
  }

  .xxl\:bg-rose-700\/60{
    background-color: rgb(190 18 60 / 0.6);
  }

  .xxl\:bg-rose-700\/65{
    background-color: rgb(190 18 60 / 0.65);
  }

  .xxl\:bg-rose-700\/70{
    background-color: rgb(190 18 60 / 0.7);
  }

  .xxl\:bg-rose-700\/75{
    background-color: rgb(190 18 60 / 0.75);
  }

  .xxl\:bg-rose-700\/80{
    background-color: rgb(190 18 60 / 0.8);
  }

  .xxl\:bg-rose-700\/85{
    background-color: rgb(190 18 60 / 0.85);
  }

  .xxl\:bg-rose-700\/90{
    background-color: rgb(190 18 60 / 0.9);
  }

  .xxl\:bg-rose-700\/95{
    background-color: rgb(190 18 60 / 0.95);
  }

  .xxl\:bg-rose-800{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-800\/0{
    background-color: rgb(159 18 57 / 0);
  }

  .xxl\:bg-rose-800\/10{
    background-color: rgb(159 18 57 / 0.1);
  }

  .xxl\:bg-rose-800\/100{
    background-color: rgb(159 18 57 / 1);
  }

  .xxl\:bg-rose-800\/15{
    background-color: rgb(159 18 57 / 0.15);
  }

  .xxl\:bg-rose-800\/20{
    background-color: rgb(159 18 57 / 0.2);
  }

  .xxl\:bg-rose-800\/25{
    background-color: rgb(159 18 57 / 0.25);
  }

  .xxl\:bg-rose-800\/30{
    background-color: rgb(159 18 57 / 0.3);
  }

  .xxl\:bg-rose-800\/35{
    background-color: rgb(159 18 57 / 0.35);
  }

  .xxl\:bg-rose-800\/40{
    background-color: rgb(159 18 57 / 0.4);
  }

  .xxl\:bg-rose-800\/45{
    background-color: rgb(159 18 57 / 0.45);
  }

  .xxl\:bg-rose-800\/5{
    background-color: rgb(159 18 57 / 0.05);
  }

  .xxl\:bg-rose-800\/50{
    background-color: rgb(159 18 57 / 0.5);
  }

  .xxl\:bg-rose-800\/55{
    background-color: rgb(159 18 57 / 0.55);
  }

  .xxl\:bg-rose-800\/60{
    background-color: rgb(159 18 57 / 0.6);
  }

  .xxl\:bg-rose-800\/65{
    background-color: rgb(159 18 57 / 0.65);
  }

  .xxl\:bg-rose-800\/70{
    background-color: rgb(159 18 57 / 0.7);
  }

  .xxl\:bg-rose-800\/75{
    background-color: rgb(159 18 57 / 0.75);
  }

  .xxl\:bg-rose-800\/80{
    background-color: rgb(159 18 57 / 0.8);
  }

  .xxl\:bg-rose-800\/85{
    background-color: rgb(159 18 57 / 0.85);
  }

  .xxl\:bg-rose-800\/90{
    background-color: rgb(159 18 57 / 0.9);
  }

  .xxl\:bg-rose-800\/95{
    background-color: rgb(159 18 57 / 0.95);
  }

  .xxl\:bg-rose-900{
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-900\/0{
    background-color: rgb(136 19 55 / 0);
  }

  .xxl\:bg-rose-900\/10{
    background-color: rgb(136 19 55 / 0.1);
  }

  .xxl\:bg-rose-900\/100{
    background-color: rgb(136 19 55 / 1);
  }

  .xxl\:bg-rose-900\/15{
    background-color: rgb(136 19 55 / 0.15);
  }

  .xxl\:bg-rose-900\/20{
    background-color: rgb(136 19 55 / 0.2);
  }

  .xxl\:bg-rose-900\/25{
    background-color: rgb(136 19 55 / 0.25);
  }

  .xxl\:bg-rose-900\/30{
    background-color: rgb(136 19 55 / 0.3);
  }

  .xxl\:bg-rose-900\/35{
    background-color: rgb(136 19 55 / 0.35);
  }

  .xxl\:bg-rose-900\/40{
    background-color: rgb(136 19 55 / 0.4);
  }

  .xxl\:bg-rose-900\/45{
    background-color: rgb(136 19 55 / 0.45);
  }

  .xxl\:bg-rose-900\/5{
    background-color: rgb(136 19 55 / 0.05);
  }

  .xxl\:bg-rose-900\/50{
    background-color: rgb(136 19 55 / 0.5);
  }

  .xxl\:bg-rose-900\/55{
    background-color: rgb(136 19 55 / 0.55);
  }

  .xxl\:bg-rose-900\/60{
    background-color: rgb(136 19 55 / 0.6);
  }

  .xxl\:bg-rose-900\/65{
    background-color: rgb(136 19 55 / 0.65);
  }

  .xxl\:bg-rose-900\/70{
    background-color: rgb(136 19 55 / 0.7);
  }

  .xxl\:bg-rose-900\/75{
    background-color: rgb(136 19 55 / 0.75);
  }

  .xxl\:bg-rose-900\/80{
    background-color: rgb(136 19 55 / 0.8);
  }

  .xxl\:bg-rose-900\/85{
    background-color: rgb(136 19 55 / 0.85);
  }

  .xxl\:bg-rose-900\/90{
    background-color: rgb(136 19 55 / 0.9);
  }

  .xxl\:bg-rose-900\/95{
    background-color: rgb(136 19 55 / 0.95);
  }

  .xxl\:bg-rose-950{
    --tw-bg-opacity: 1;
    background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-rose-950\/0{
    background-color: rgb(76 5 25 / 0);
  }

  .xxl\:bg-rose-950\/10{
    background-color: rgb(76 5 25 / 0.1);
  }

  .xxl\:bg-rose-950\/100{
    background-color: rgb(76 5 25 / 1);
  }

  .xxl\:bg-rose-950\/15{
    background-color: rgb(76 5 25 / 0.15);
  }

  .xxl\:bg-rose-950\/20{
    background-color: rgb(76 5 25 / 0.2);
  }

  .xxl\:bg-rose-950\/25{
    background-color: rgb(76 5 25 / 0.25);
  }

  .xxl\:bg-rose-950\/30{
    background-color: rgb(76 5 25 / 0.3);
  }

  .xxl\:bg-rose-950\/35{
    background-color: rgb(76 5 25 / 0.35);
  }

  .xxl\:bg-rose-950\/40{
    background-color: rgb(76 5 25 / 0.4);
  }

  .xxl\:bg-rose-950\/45{
    background-color: rgb(76 5 25 / 0.45);
  }

  .xxl\:bg-rose-950\/5{
    background-color: rgb(76 5 25 / 0.05);
  }

  .xxl\:bg-rose-950\/50{
    background-color: rgb(76 5 25 / 0.5);
  }

  .xxl\:bg-rose-950\/55{
    background-color: rgb(76 5 25 / 0.55);
  }

  .xxl\:bg-rose-950\/60{
    background-color: rgb(76 5 25 / 0.6);
  }

  .xxl\:bg-rose-950\/65{
    background-color: rgb(76 5 25 / 0.65);
  }

  .xxl\:bg-rose-950\/70{
    background-color: rgb(76 5 25 / 0.7);
  }

  .xxl\:bg-rose-950\/75{
    background-color: rgb(76 5 25 / 0.75);
  }

  .xxl\:bg-rose-950\/80{
    background-color: rgb(76 5 25 / 0.8);
  }

  .xxl\:bg-rose-950\/85{
    background-color: rgb(76 5 25 / 0.85);
  }

  .xxl\:bg-rose-950\/90{
    background-color: rgb(76 5 25 / 0.9);
  }

  .xxl\:bg-rose-950\/95{
    background-color: rgb(76 5 25 / 0.95);
  }

  .xxl\:bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(169 255 234 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-secondary\/0{
    background-color: rgb(169 255 234 / 0);
  }

  .xxl\:bg-secondary\/10{
    background-color: rgb(169 255 234 / 0.1);
  }

  .xxl\:bg-secondary\/100{
    background-color: rgb(169 255 234 / 1);
  }

  .xxl\:bg-secondary\/15{
    background-color: rgb(169 255 234 / 0.15);
  }

  .xxl\:bg-secondary\/20{
    background-color: rgb(169 255 234 / 0.2);
  }

  .xxl\:bg-secondary\/25{
    background-color: rgb(169 255 234 / 0.25);
  }

  .xxl\:bg-secondary\/30{
    background-color: rgb(169 255 234 / 0.3);
  }

  .xxl\:bg-secondary\/35{
    background-color: rgb(169 255 234 / 0.35);
  }

  .xxl\:bg-secondary\/40{
    background-color: rgb(169 255 234 / 0.4);
  }

  .xxl\:bg-secondary\/45{
    background-color: rgb(169 255 234 / 0.45);
  }

  .xxl\:bg-secondary\/5{
    background-color: rgb(169 255 234 / 0.05);
  }

  .xxl\:bg-secondary\/50{
    background-color: rgb(169 255 234 / 0.5);
  }

  .xxl\:bg-secondary\/55{
    background-color: rgb(169 255 234 / 0.55);
  }

  .xxl\:bg-secondary\/60{
    background-color: rgb(169 255 234 / 0.6);
  }

  .xxl\:bg-secondary\/65{
    background-color: rgb(169 255 234 / 0.65);
  }

  .xxl\:bg-secondary\/70{
    background-color: rgb(169 255 234 / 0.7);
  }

  .xxl\:bg-secondary\/75{
    background-color: rgb(169 255 234 / 0.75);
  }

  .xxl\:bg-secondary\/80{
    background-color: rgb(169 255 234 / 0.8);
  }

  .xxl\:bg-secondary\/85{
    background-color: rgb(169 255 234 / 0.85);
  }

  .xxl\:bg-secondary\/90{
    background-color: rgb(169 255 234 / 0.9);
  }

  .xxl\:bg-secondary\/95{
    background-color: rgb(169 255 234 / 0.95);
  }

  .xxl\:bg-sky-100{
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-100\/0{
    background-color: rgb(224 242 254 / 0);
  }

  .xxl\:bg-sky-100\/10{
    background-color: rgb(224 242 254 / 0.1);
  }

  .xxl\:bg-sky-100\/100{
    background-color: rgb(224 242 254 / 1);
  }

  .xxl\:bg-sky-100\/15{
    background-color: rgb(224 242 254 / 0.15);
  }

  .xxl\:bg-sky-100\/20{
    background-color: rgb(224 242 254 / 0.2);
  }

  .xxl\:bg-sky-100\/25{
    background-color: rgb(224 242 254 / 0.25);
  }

  .xxl\:bg-sky-100\/30{
    background-color: rgb(224 242 254 / 0.3);
  }

  .xxl\:bg-sky-100\/35{
    background-color: rgb(224 242 254 / 0.35);
  }

  .xxl\:bg-sky-100\/40{
    background-color: rgb(224 242 254 / 0.4);
  }

  .xxl\:bg-sky-100\/45{
    background-color: rgb(224 242 254 / 0.45);
  }

  .xxl\:bg-sky-100\/5{
    background-color: rgb(224 242 254 / 0.05);
  }

  .xxl\:bg-sky-100\/50{
    background-color: rgb(224 242 254 / 0.5);
  }

  .xxl\:bg-sky-100\/55{
    background-color: rgb(224 242 254 / 0.55);
  }

  .xxl\:bg-sky-100\/60{
    background-color: rgb(224 242 254 / 0.6);
  }

  .xxl\:bg-sky-100\/65{
    background-color: rgb(224 242 254 / 0.65);
  }

  .xxl\:bg-sky-100\/70{
    background-color: rgb(224 242 254 / 0.7);
  }

  .xxl\:bg-sky-100\/75{
    background-color: rgb(224 242 254 / 0.75);
  }

  .xxl\:bg-sky-100\/80{
    background-color: rgb(224 242 254 / 0.8);
  }

  .xxl\:bg-sky-100\/85{
    background-color: rgb(224 242 254 / 0.85);
  }

  .xxl\:bg-sky-100\/90{
    background-color: rgb(224 242 254 / 0.9);
  }

  .xxl\:bg-sky-100\/95{
    background-color: rgb(224 242 254 / 0.95);
  }

  .xxl\:bg-sky-200{
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-200\/0{
    background-color: rgb(186 230 253 / 0);
  }

  .xxl\:bg-sky-200\/10{
    background-color: rgb(186 230 253 / 0.1);
  }

  .xxl\:bg-sky-200\/100{
    background-color: rgb(186 230 253 / 1);
  }

  .xxl\:bg-sky-200\/15{
    background-color: rgb(186 230 253 / 0.15);
  }

  .xxl\:bg-sky-200\/20{
    background-color: rgb(186 230 253 / 0.2);
  }

  .xxl\:bg-sky-200\/25{
    background-color: rgb(186 230 253 / 0.25);
  }

  .xxl\:bg-sky-200\/30{
    background-color: rgb(186 230 253 / 0.3);
  }

  .xxl\:bg-sky-200\/35{
    background-color: rgb(186 230 253 / 0.35);
  }

  .xxl\:bg-sky-200\/40{
    background-color: rgb(186 230 253 / 0.4);
  }

  .xxl\:bg-sky-200\/45{
    background-color: rgb(186 230 253 / 0.45);
  }

  .xxl\:bg-sky-200\/5{
    background-color: rgb(186 230 253 / 0.05);
  }

  .xxl\:bg-sky-200\/50{
    background-color: rgb(186 230 253 / 0.5);
  }

  .xxl\:bg-sky-200\/55{
    background-color: rgb(186 230 253 / 0.55);
  }

  .xxl\:bg-sky-200\/60{
    background-color: rgb(186 230 253 / 0.6);
  }

  .xxl\:bg-sky-200\/65{
    background-color: rgb(186 230 253 / 0.65);
  }

  .xxl\:bg-sky-200\/70{
    background-color: rgb(186 230 253 / 0.7);
  }

  .xxl\:bg-sky-200\/75{
    background-color: rgb(186 230 253 / 0.75);
  }

  .xxl\:bg-sky-200\/80{
    background-color: rgb(186 230 253 / 0.8);
  }

  .xxl\:bg-sky-200\/85{
    background-color: rgb(186 230 253 / 0.85);
  }

  .xxl\:bg-sky-200\/90{
    background-color: rgb(186 230 253 / 0.9);
  }

  .xxl\:bg-sky-200\/95{
    background-color: rgb(186 230 253 / 0.95);
  }

  .xxl\:bg-sky-300{
    --tw-bg-opacity: 1;
    background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-300\/0{
    background-color: rgb(125 211 252 / 0);
  }

  .xxl\:bg-sky-300\/10{
    background-color: rgb(125 211 252 / 0.1);
  }

  .xxl\:bg-sky-300\/100{
    background-color: rgb(125 211 252 / 1);
  }

  .xxl\:bg-sky-300\/15{
    background-color: rgb(125 211 252 / 0.15);
  }

  .xxl\:bg-sky-300\/20{
    background-color: rgb(125 211 252 / 0.2);
  }

  .xxl\:bg-sky-300\/25{
    background-color: rgb(125 211 252 / 0.25);
  }

  .xxl\:bg-sky-300\/30{
    background-color: rgb(125 211 252 / 0.3);
  }

  .xxl\:bg-sky-300\/35{
    background-color: rgb(125 211 252 / 0.35);
  }

  .xxl\:bg-sky-300\/40{
    background-color: rgb(125 211 252 / 0.4);
  }

  .xxl\:bg-sky-300\/45{
    background-color: rgb(125 211 252 / 0.45);
  }

  .xxl\:bg-sky-300\/5{
    background-color: rgb(125 211 252 / 0.05);
  }

  .xxl\:bg-sky-300\/50{
    background-color: rgb(125 211 252 / 0.5);
  }

  .xxl\:bg-sky-300\/55{
    background-color: rgb(125 211 252 / 0.55);
  }

  .xxl\:bg-sky-300\/60{
    background-color: rgb(125 211 252 / 0.6);
  }

  .xxl\:bg-sky-300\/65{
    background-color: rgb(125 211 252 / 0.65);
  }

  .xxl\:bg-sky-300\/70{
    background-color: rgb(125 211 252 / 0.7);
  }

  .xxl\:bg-sky-300\/75{
    background-color: rgb(125 211 252 / 0.75);
  }

  .xxl\:bg-sky-300\/80{
    background-color: rgb(125 211 252 / 0.8);
  }

  .xxl\:bg-sky-300\/85{
    background-color: rgb(125 211 252 / 0.85);
  }

  .xxl\:bg-sky-300\/90{
    background-color: rgb(125 211 252 / 0.9);
  }

  .xxl\:bg-sky-300\/95{
    background-color: rgb(125 211 252 / 0.95);
  }

  .xxl\:bg-sky-400{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-400\/0{
    background-color: rgb(56 189 248 / 0);
  }

  .xxl\:bg-sky-400\/10{
    background-color: rgb(56 189 248 / 0.1);
  }

  .xxl\:bg-sky-400\/100{
    background-color: rgb(56 189 248 / 1);
  }

  .xxl\:bg-sky-400\/15{
    background-color: rgb(56 189 248 / 0.15);
  }

  .xxl\:bg-sky-400\/20{
    background-color: rgb(56 189 248 / 0.2);
  }

  .xxl\:bg-sky-400\/25{
    background-color: rgb(56 189 248 / 0.25);
  }

  .xxl\:bg-sky-400\/30{
    background-color: rgb(56 189 248 / 0.3);
  }

  .xxl\:bg-sky-400\/35{
    background-color: rgb(56 189 248 / 0.35);
  }

  .xxl\:bg-sky-400\/40{
    background-color: rgb(56 189 248 / 0.4);
  }

  .xxl\:bg-sky-400\/45{
    background-color: rgb(56 189 248 / 0.45);
  }

  .xxl\:bg-sky-400\/5{
    background-color: rgb(56 189 248 / 0.05);
  }

  .xxl\:bg-sky-400\/50{
    background-color: rgb(56 189 248 / 0.5);
  }

  .xxl\:bg-sky-400\/55{
    background-color: rgb(56 189 248 / 0.55);
  }

  .xxl\:bg-sky-400\/60{
    background-color: rgb(56 189 248 / 0.6);
  }

  .xxl\:bg-sky-400\/65{
    background-color: rgb(56 189 248 / 0.65);
  }

  .xxl\:bg-sky-400\/70{
    background-color: rgb(56 189 248 / 0.7);
  }

  .xxl\:bg-sky-400\/75{
    background-color: rgb(56 189 248 / 0.75);
  }

  .xxl\:bg-sky-400\/80{
    background-color: rgb(56 189 248 / 0.8);
  }

  .xxl\:bg-sky-400\/85{
    background-color: rgb(56 189 248 / 0.85);
  }

  .xxl\:bg-sky-400\/90{
    background-color: rgb(56 189 248 / 0.9);
  }

  .xxl\:bg-sky-400\/95{
    background-color: rgb(56 189 248 / 0.95);
  }

  .xxl\:bg-sky-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-50\/0{
    background-color: rgb(240 249 255 / 0);
  }

  .xxl\:bg-sky-50\/10{
    background-color: rgb(240 249 255 / 0.1);
  }

  .xxl\:bg-sky-50\/100{
    background-color: rgb(240 249 255 / 1);
  }

  .xxl\:bg-sky-50\/15{
    background-color: rgb(240 249 255 / 0.15);
  }

  .xxl\:bg-sky-50\/20{
    background-color: rgb(240 249 255 / 0.2);
  }

  .xxl\:bg-sky-50\/25{
    background-color: rgb(240 249 255 / 0.25);
  }

  .xxl\:bg-sky-50\/30{
    background-color: rgb(240 249 255 / 0.3);
  }

  .xxl\:bg-sky-50\/35{
    background-color: rgb(240 249 255 / 0.35);
  }

  .xxl\:bg-sky-50\/40{
    background-color: rgb(240 249 255 / 0.4);
  }

  .xxl\:bg-sky-50\/45{
    background-color: rgb(240 249 255 / 0.45);
  }

  .xxl\:bg-sky-50\/5{
    background-color: rgb(240 249 255 / 0.05);
  }

  .xxl\:bg-sky-50\/50{
    background-color: rgb(240 249 255 / 0.5);
  }

  .xxl\:bg-sky-50\/55{
    background-color: rgb(240 249 255 / 0.55);
  }

  .xxl\:bg-sky-50\/60{
    background-color: rgb(240 249 255 / 0.6);
  }

  .xxl\:bg-sky-50\/65{
    background-color: rgb(240 249 255 / 0.65);
  }

  .xxl\:bg-sky-50\/70{
    background-color: rgb(240 249 255 / 0.7);
  }

  .xxl\:bg-sky-50\/75{
    background-color: rgb(240 249 255 / 0.75);
  }

  .xxl\:bg-sky-50\/80{
    background-color: rgb(240 249 255 / 0.8);
  }

  .xxl\:bg-sky-50\/85{
    background-color: rgb(240 249 255 / 0.85);
  }

  .xxl\:bg-sky-50\/90{
    background-color: rgb(240 249 255 / 0.9);
  }

  .xxl\:bg-sky-50\/95{
    background-color: rgb(240 249 255 / 0.95);
  }

  .xxl\:bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-500\/0{
    background-color: rgb(14 165 233 / 0);
  }

  .xxl\:bg-sky-500\/10{
    background-color: rgb(14 165 233 / 0.1);
  }

  .xxl\:bg-sky-500\/100{
    background-color: rgb(14 165 233 / 1);
  }

  .xxl\:bg-sky-500\/15{
    background-color: rgb(14 165 233 / 0.15);
  }

  .xxl\:bg-sky-500\/20{
    background-color: rgb(14 165 233 / 0.2);
  }

  .xxl\:bg-sky-500\/25{
    background-color: rgb(14 165 233 / 0.25);
  }

  .xxl\:bg-sky-500\/30{
    background-color: rgb(14 165 233 / 0.3);
  }

  .xxl\:bg-sky-500\/35{
    background-color: rgb(14 165 233 / 0.35);
  }

  .xxl\:bg-sky-500\/40{
    background-color: rgb(14 165 233 / 0.4);
  }

  .xxl\:bg-sky-500\/45{
    background-color: rgb(14 165 233 / 0.45);
  }

  .xxl\:bg-sky-500\/5{
    background-color: rgb(14 165 233 / 0.05);
  }

  .xxl\:bg-sky-500\/50{
    background-color: rgb(14 165 233 / 0.5);
  }

  .xxl\:bg-sky-500\/55{
    background-color: rgb(14 165 233 / 0.55);
  }

  .xxl\:bg-sky-500\/60{
    background-color: rgb(14 165 233 / 0.6);
  }

  .xxl\:bg-sky-500\/65{
    background-color: rgb(14 165 233 / 0.65);
  }

  .xxl\:bg-sky-500\/70{
    background-color: rgb(14 165 233 / 0.7);
  }

  .xxl\:bg-sky-500\/75{
    background-color: rgb(14 165 233 / 0.75);
  }

  .xxl\:bg-sky-500\/80{
    background-color: rgb(14 165 233 / 0.8);
  }

  .xxl\:bg-sky-500\/85{
    background-color: rgb(14 165 233 / 0.85);
  }

  .xxl\:bg-sky-500\/90{
    background-color: rgb(14 165 233 / 0.9);
  }

  .xxl\:bg-sky-500\/95{
    background-color: rgb(14 165 233 / 0.95);
  }

  .xxl\:bg-sky-600{
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-600\/0{
    background-color: rgb(2 132 199 / 0);
  }

  .xxl\:bg-sky-600\/10{
    background-color: rgb(2 132 199 / 0.1);
  }

  .xxl\:bg-sky-600\/100{
    background-color: rgb(2 132 199 / 1);
  }

  .xxl\:bg-sky-600\/15{
    background-color: rgb(2 132 199 / 0.15);
  }

  .xxl\:bg-sky-600\/20{
    background-color: rgb(2 132 199 / 0.2);
  }

  .xxl\:bg-sky-600\/25{
    background-color: rgb(2 132 199 / 0.25);
  }

  .xxl\:bg-sky-600\/30{
    background-color: rgb(2 132 199 / 0.3);
  }

  .xxl\:bg-sky-600\/35{
    background-color: rgb(2 132 199 / 0.35);
  }

  .xxl\:bg-sky-600\/40{
    background-color: rgb(2 132 199 / 0.4);
  }

  .xxl\:bg-sky-600\/45{
    background-color: rgb(2 132 199 / 0.45);
  }

  .xxl\:bg-sky-600\/5{
    background-color: rgb(2 132 199 / 0.05);
  }

  .xxl\:bg-sky-600\/50{
    background-color: rgb(2 132 199 / 0.5);
  }

  .xxl\:bg-sky-600\/55{
    background-color: rgb(2 132 199 / 0.55);
  }

  .xxl\:bg-sky-600\/60{
    background-color: rgb(2 132 199 / 0.6);
  }

  .xxl\:bg-sky-600\/65{
    background-color: rgb(2 132 199 / 0.65);
  }

  .xxl\:bg-sky-600\/70{
    background-color: rgb(2 132 199 / 0.7);
  }

  .xxl\:bg-sky-600\/75{
    background-color: rgb(2 132 199 / 0.75);
  }

  .xxl\:bg-sky-600\/80{
    background-color: rgb(2 132 199 / 0.8);
  }

  .xxl\:bg-sky-600\/85{
    background-color: rgb(2 132 199 / 0.85);
  }

  .xxl\:bg-sky-600\/90{
    background-color: rgb(2 132 199 / 0.9);
  }

  .xxl\:bg-sky-600\/95{
    background-color: rgb(2 132 199 / 0.95);
  }

  .xxl\:bg-sky-700{
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-700\/0{
    background-color: rgb(3 105 161 / 0);
  }

  .xxl\:bg-sky-700\/10{
    background-color: rgb(3 105 161 / 0.1);
  }

  .xxl\:bg-sky-700\/100{
    background-color: rgb(3 105 161 / 1);
  }

  .xxl\:bg-sky-700\/15{
    background-color: rgb(3 105 161 / 0.15);
  }

  .xxl\:bg-sky-700\/20{
    background-color: rgb(3 105 161 / 0.2);
  }

  .xxl\:bg-sky-700\/25{
    background-color: rgb(3 105 161 / 0.25);
  }

  .xxl\:bg-sky-700\/30{
    background-color: rgb(3 105 161 / 0.3);
  }

  .xxl\:bg-sky-700\/35{
    background-color: rgb(3 105 161 / 0.35);
  }

  .xxl\:bg-sky-700\/40{
    background-color: rgb(3 105 161 / 0.4);
  }

  .xxl\:bg-sky-700\/45{
    background-color: rgb(3 105 161 / 0.45);
  }

  .xxl\:bg-sky-700\/5{
    background-color: rgb(3 105 161 / 0.05);
  }

  .xxl\:bg-sky-700\/50{
    background-color: rgb(3 105 161 / 0.5);
  }

  .xxl\:bg-sky-700\/55{
    background-color: rgb(3 105 161 / 0.55);
  }

  .xxl\:bg-sky-700\/60{
    background-color: rgb(3 105 161 / 0.6);
  }

  .xxl\:bg-sky-700\/65{
    background-color: rgb(3 105 161 / 0.65);
  }

  .xxl\:bg-sky-700\/70{
    background-color: rgb(3 105 161 / 0.7);
  }

  .xxl\:bg-sky-700\/75{
    background-color: rgb(3 105 161 / 0.75);
  }

  .xxl\:bg-sky-700\/80{
    background-color: rgb(3 105 161 / 0.8);
  }

  .xxl\:bg-sky-700\/85{
    background-color: rgb(3 105 161 / 0.85);
  }

  .xxl\:bg-sky-700\/90{
    background-color: rgb(3 105 161 / 0.9);
  }

  .xxl\:bg-sky-700\/95{
    background-color: rgb(3 105 161 / 0.95);
  }

  .xxl\:bg-sky-800{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-800\/0{
    background-color: rgb(7 89 133 / 0);
  }

  .xxl\:bg-sky-800\/10{
    background-color: rgb(7 89 133 / 0.1);
  }

  .xxl\:bg-sky-800\/100{
    background-color: rgb(7 89 133 / 1);
  }

  .xxl\:bg-sky-800\/15{
    background-color: rgb(7 89 133 / 0.15);
  }

  .xxl\:bg-sky-800\/20{
    background-color: rgb(7 89 133 / 0.2);
  }

  .xxl\:bg-sky-800\/25{
    background-color: rgb(7 89 133 / 0.25);
  }

  .xxl\:bg-sky-800\/30{
    background-color: rgb(7 89 133 / 0.3);
  }

  .xxl\:bg-sky-800\/35{
    background-color: rgb(7 89 133 / 0.35);
  }

  .xxl\:bg-sky-800\/40{
    background-color: rgb(7 89 133 / 0.4);
  }

  .xxl\:bg-sky-800\/45{
    background-color: rgb(7 89 133 / 0.45);
  }

  .xxl\:bg-sky-800\/5{
    background-color: rgb(7 89 133 / 0.05);
  }

  .xxl\:bg-sky-800\/50{
    background-color: rgb(7 89 133 / 0.5);
  }

  .xxl\:bg-sky-800\/55{
    background-color: rgb(7 89 133 / 0.55);
  }

  .xxl\:bg-sky-800\/60{
    background-color: rgb(7 89 133 / 0.6);
  }

  .xxl\:bg-sky-800\/65{
    background-color: rgb(7 89 133 / 0.65);
  }

  .xxl\:bg-sky-800\/70{
    background-color: rgb(7 89 133 / 0.7);
  }

  .xxl\:bg-sky-800\/75{
    background-color: rgb(7 89 133 / 0.75);
  }

  .xxl\:bg-sky-800\/80{
    background-color: rgb(7 89 133 / 0.8);
  }

  .xxl\:bg-sky-800\/85{
    background-color: rgb(7 89 133 / 0.85);
  }

  .xxl\:bg-sky-800\/90{
    background-color: rgb(7 89 133 / 0.9);
  }

  .xxl\:bg-sky-800\/95{
    background-color: rgb(7 89 133 / 0.95);
  }

  .xxl\:bg-sky-900{
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-900\/0{
    background-color: rgb(12 74 110 / 0);
  }

  .xxl\:bg-sky-900\/10{
    background-color: rgb(12 74 110 / 0.1);
  }

  .xxl\:bg-sky-900\/100{
    background-color: rgb(12 74 110 / 1);
  }

  .xxl\:bg-sky-900\/15{
    background-color: rgb(12 74 110 / 0.15);
  }

  .xxl\:bg-sky-900\/20{
    background-color: rgb(12 74 110 / 0.2);
  }

  .xxl\:bg-sky-900\/25{
    background-color: rgb(12 74 110 / 0.25);
  }

  .xxl\:bg-sky-900\/30{
    background-color: rgb(12 74 110 / 0.3);
  }

  .xxl\:bg-sky-900\/35{
    background-color: rgb(12 74 110 / 0.35);
  }

  .xxl\:bg-sky-900\/40{
    background-color: rgb(12 74 110 / 0.4);
  }

  .xxl\:bg-sky-900\/45{
    background-color: rgb(12 74 110 / 0.45);
  }

  .xxl\:bg-sky-900\/5{
    background-color: rgb(12 74 110 / 0.05);
  }

  .xxl\:bg-sky-900\/50{
    background-color: rgb(12 74 110 / 0.5);
  }

  .xxl\:bg-sky-900\/55{
    background-color: rgb(12 74 110 / 0.55);
  }

  .xxl\:bg-sky-900\/60{
    background-color: rgb(12 74 110 / 0.6);
  }

  .xxl\:bg-sky-900\/65{
    background-color: rgb(12 74 110 / 0.65);
  }

  .xxl\:bg-sky-900\/70{
    background-color: rgb(12 74 110 / 0.7);
  }

  .xxl\:bg-sky-900\/75{
    background-color: rgb(12 74 110 / 0.75);
  }

  .xxl\:bg-sky-900\/80{
    background-color: rgb(12 74 110 / 0.8);
  }

  .xxl\:bg-sky-900\/85{
    background-color: rgb(12 74 110 / 0.85);
  }

  .xxl\:bg-sky-900\/90{
    background-color: rgb(12 74 110 / 0.9);
  }

  .xxl\:bg-sky-900\/95{
    background-color: rgb(12 74 110 / 0.95);
  }

  .xxl\:bg-sky-950{
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-sky-950\/0{
    background-color: rgb(8 47 73 / 0);
  }

  .xxl\:bg-sky-950\/10{
    background-color: rgb(8 47 73 / 0.1);
  }

  .xxl\:bg-sky-950\/100{
    background-color: rgb(8 47 73 / 1);
  }

  .xxl\:bg-sky-950\/15{
    background-color: rgb(8 47 73 / 0.15);
  }

  .xxl\:bg-sky-950\/20{
    background-color: rgb(8 47 73 / 0.2);
  }

  .xxl\:bg-sky-950\/25{
    background-color: rgb(8 47 73 / 0.25);
  }

  .xxl\:bg-sky-950\/30{
    background-color: rgb(8 47 73 / 0.3);
  }

  .xxl\:bg-sky-950\/35{
    background-color: rgb(8 47 73 / 0.35);
  }

  .xxl\:bg-sky-950\/40{
    background-color: rgb(8 47 73 / 0.4);
  }

  .xxl\:bg-sky-950\/45{
    background-color: rgb(8 47 73 / 0.45);
  }

  .xxl\:bg-sky-950\/5{
    background-color: rgb(8 47 73 / 0.05);
  }

  .xxl\:bg-sky-950\/50{
    background-color: rgb(8 47 73 / 0.5);
  }

  .xxl\:bg-sky-950\/55{
    background-color: rgb(8 47 73 / 0.55);
  }

  .xxl\:bg-sky-950\/60{
    background-color: rgb(8 47 73 / 0.6);
  }

  .xxl\:bg-sky-950\/65{
    background-color: rgb(8 47 73 / 0.65);
  }

  .xxl\:bg-sky-950\/70{
    background-color: rgb(8 47 73 / 0.7);
  }

  .xxl\:bg-sky-950\/75{
    background-color: rgb(8 47 73 / 0.75);
  }

  .xxl\:bg-sky-950\/80{
    background-color: rgb(8 47 73 / 0.8);
  }

  .xxl\:bg-sky-950\/85{
    background-color: rgb(8 47 73 / 0.85);
  }

  .xxl\:bg-sky-950\/90{
    background-color: rgb(8 47 73 / 0.9);
  }

  .xxl\:bg-sky-950\/95{
    background-color: rgb(8 47 73 / 0.95);
  }

  .xxl\:bg-slate-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-100\/0{
    background-color: rgb(241 245 249 / 0);
  }

  .xxl\:bg-slate-100\/10{
    background-color: rgb(241 245 249 / 0.1);
  }

  .xxl\:bg-slate-100\/100{
    background-color: rgb(241 245 249 / 1);
  }

  .xxl\:bg-slate-100\/15{
    background-color: rgb(241 245 249 / 0.15);
  }

  .xxl\:bg-slate-100\/20{
    background-color: rgb(241 245 249 / 0.2);
  }

  .xxl\:bg-slate-100\/25{
    background-color: rgb(241 245 249 / 0.25);
  }

  .xxl\:bg-slate-100\/30{
    background-color: rgb(241 245 249 / 0.3);
  }

  .xxl\:bg-slate-100\/35{
    background-color: rgb(241 245 249 / 0.35);
  }

  .xxl\:bg-slate-100\/40{
    background-color: rgb(241 245 249 / 0.4);
  }

  .xxl\:bg-slate-100\/45{
    background-color: rgb(241 245 249 / 0.45);
  }

  .xxl\:bg-slate-100\/5{
    background-color: rgb(241 245 249 / 0.05);
  }

  .xxl\:bg-slate-100\/50{
    background-color: rgb(241 245 249 / 0.5);
  }

  .xxl\:bg-slate-100\/55{
    background-color: rgb(241 245 249 / 0.55);
  }

  .xxl\:bg-slate-100\/60{
    background-color: rgb(241 245 249 / 0.6);
  }

  .xxl\:bg-slate-100\/65{
    background-color: rgb(241 245 249 / 0.65);
  }

  .xxl\:bg-slate-100\/70{
    background-color: rgb(241 245 249 / 0.7);
  }

  .xxl\:bg-slate-100\/75{
    background-color: rgb(241 245 249 / 0.75);
  }

  .xxl\:bg-slate-100\/80{
    background-color: rgb(241 245 249 / 0.8);
  }

  .xxl\:bg-slate-100\/85{
    background-color: rgb(241 245 249 / 0.85);
  }

  .xxl\:bg-slate-100\/90{
    background-color: rgb(241 245 249 / 0.9);
  }

  .xxl\:bg-slate-100\/95{
    background-color: rgb(241 245 249 / 0.95);
  }

  .xxl\:bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-200\/0{
    background-color: rgb(226 232 240 / 0);
  }

  .xxl\:bg-slate-200\/10{
    background-color: rgb(226 232 240 / 0.1);
  }

  .xxl\:bg-slate-200\/100{
    background-color: rgb(226 232 240 / 1);
  }

  .xxl\:bg-slate-200\/15{
    background-color: rgb(226 232 240 / 0.15);
  }

  .xxl\:bg-slate-200\/20{
    background-color: rgb(226 232 240 / 0.2);
  }

  .xxl\:bg-slate-200\/25{
    background-color: rgb(226 232 240 / 0.25);
  }

  .xxl\:bg-slate-200\/30{
    background-color: rgb(226 232 240 / 0.3);
  }

  .xxl\:bg-slate-200\/35{
    background-color: rgb(226 232 240 / 0.35);
  }

  .xxl\:bg-slate-200\/40{
    background-color: rgb(226 232 240 / 0.4);
  }

  .xxl\:bg-slate-200\/45{
    background-color: rgb(226 232 240 / 0.45);
  }

  .xxl\:bg-slate-200\/5{
    background-color: rgb(226 232 240 / 0.05);
  }

  .xxl\:bg-slate-200\/50{
    background-color: rgb(226 232 240 / 0.5);
  }

  .xxl\:bg-slate-200\/55{
    background-color: rgb(226 232 240 / 0.55);
  }

  .xxl\:bg-slate-200\/60{
    background-color: rgb(226 232 240 / 0.6);
  }

  .xxl\:bg-slate-200\/65{
    background-color: rgb(226 232 240 / 0.65);
  }

  .xxl\:bg-slate-200\/70{
    background-color: rgb(226 232 240 / 0.7);
  }

  .xxl\:bg-slate-200\/75{
    background-color: rgb(226 232 240 / 0.75);
  }

  .xxl\:bg-slate-200\/80{
    background-color: rgb(226 232 240 / 0.8);
  }

  .xxl\:bg-slate-200\/85{
    background-color: rgb(226 232 240 / 0.85);
  }

  .xxl\:bg-slate-200\/90{
    background-color: rgb(226 232 240 / 0.9);
  }

  .xxl\:bg-slate-200\/95{
    background-color: rgb(226 232 240 / 0.95);
  }

  .xxl\:bg-slate-300{
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-300\/0{
    background-color: rgb(203 213 225 / 0);
  }

  .xxl\:bg-slate-300\/10{
    background-color: rgb(203 213 225 / 0.1);
  }

  .xxl\:bg-slate-300\/100{
    background-color: rgb(203 213 225 / 1);
  }

  .xxl\:bg-slate-300\/15{
    background-color: rgb(203 213 225 / 0.15);
  }

  .xxl\:bg-slate-300\/20{
    background-color: rgb(203 213 225 / 0.2);
  }

  .xxl\:bg-slate-300\/25{
    background-color: rgb(203 213 225 / 0.25);
  }

  .xxl\:bg-slate-300\/30{
    background-color: rgb(203 213 225 / 0.3);
  }

  .xxl\:bg-slate-300\/35{
    background-color: rgb(203 213 225 / 0.35);
  }

  .xxl\:bg-slate-300\/40{
    background-color: rgb(203 213 225 / 0.4);
  }

  .xxl\:bg-slate-300\/45{
    background-color: rgb(203 213 225 / 0.45);
  }

  .xxl\:bg-slate-300\/5{
    background-color: rgb(203 213 225 / 0.05);
  }

  .xxl\:bg-slate-300\/50{
    background-color: rgb(203 213 225 / 0.5);
  }

  .xxl\:bg-slate-300\/55{
    background-color: rgb(203 213 225 / 0.55);
  }

  .xxl\:bg-slate-300\/60{
    background-color: rgb(203 213 225 / 0.6);
  }

  .xxl\:bg-slate-300\/65{
    background-color: rgb(203 213 225 / 0.65);
  }

  .xxl\:bg-slate-300\/70{
    background-color: rgb(203 213 225 / 0.7);
  }

  .xxl\:bg-slate-300\/75{
    background-color: rgb(203 213 225 / 0.75);
  }

  .xxl\:bg-slate-300\/80{
    background-color: rgb(203 213 225 / 0.8);
  }

  .xxl\:bg-slate-300\/85{
    background-color: rgb(203 213 225 / 0.85);
  }

  .xxl\:bg-slate-300\/90{
    background-color: rgb(203 213 225 / 0.9);
  }

  .xxl\:bg-slate-300\/95{
    background-color: rgb(203 213 225 / 0.95);
  }

  .xxl\:bg-slate-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-400\/0{
    background-color: rgb(148 163 184 / 0);
  }

  .xxl\:bg-slate-400\/10{
    background-color: rgb(148 163 184 / 0.1);
  }

  .xxl\:bg-slate-400\/100{
    background-color: rgb(148 163 184 / 1);
  }

  .xxl\:bg-slate-400\/15{
    background-color: rgb(148 163 184 / 0.15);
  }

  .xxl\:bg-slate-400\/20{
    background-color: rgb(148 163 184 / 0.2);
  }

  .xxl\:bg-slate-400\/25{
    background-color: rgb(148 163 184 / 0.25);
  }

  .xxl\:bg-slate-400\/30{
    background-color: rgb(148 163 184 / 0.3);
  }

  .xxl\:bg-slate-400\/35{
    background-color: rgb(148 163 184 / 0.35);
  }

  .xxl\:bg-slate-400\/40{
    background-color: rgb(148 163 184 / 0.4);
  }

  .xxl\:bg-slate-400\/45{
    background-color: rgb(148 163 184 / 0.45);
  }

  .xxl\:bg-slate-400\/5{
    background-color: rgb(148 163 184 / 0.05);
  }

  .xxl\:bg-slate-400\/50{
    background-color: rgb(148 163 184 / 0.5);
  }

  .xxl\:bg-slate-400\/55{
    background-color: rgb(148 163 184 / 0.55);
  }

  .xxl\:bg-slate-400\/60{
    background-color: rgb(148 163 184 / 0.6);
  }

  .xxl\:bg-slate-400\/65{
    background-color: rgb(148 163 184 / 0.65);
  }

  .xxl\:bg-slate-400\/70{
    background-color: rgb(148 163 184 / 0.7);
  }

  .xxl\:bg-slate-400\/75{
    background-color: rgb(148 163 184 / 0.75);
  }

  .xxl\:bg-slate-400\/80{
    background-color: rgb(148 163 184 / 0.8);
  }

  .xxl\:bg-slate-400\/85{
    background-color: rgb(148 163 184 / 0.85);
  }

  .xxl\:bg-slate-400\/90{
    background-color: rgb(148 163 184 / 0.9);
  }

  .xxl\:bg-slate-400\/95{
    background-color: rgb(148 163 184 / 0.95);
  }

  .xxl\:bg-slate-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-50\/0{
    background-color: rgb(248 250 252 / 0);
  }

  .xxl\:bg-slate-50\/10{
    background-color: rgb(248 250 252 / 0.1);
  }

  .xxl\:bg-slate-50\/100{
    background-color: rgb(248 250 252 / 1);
  }

  .xxl\:bg-slate-50\/15{
    background-color: rgb(248 250 252 / 0.15);
  }

  .xxl\:bg-slate-50\/20{
    background-color: rgb(248 250 252 / 0.2);
  }

  .xxl\:bg-slate-50\/25{
    background-color: rgb(248 250 252 / 0.25);
  }

  .xxl\:bg-slate-50\/30{
    background-color: rgb(248 250 252 / 0.3);
  }

  .xxl\:bg-slate-50\/35{
    background-color: rgb(248 250 252 / 0.35);
  }

  .xxl\:bg-slate-50\/40{
    background-color: rgb(248 250 252 / 0.4);
  }

  .xxl\:bg-slate-50\/45{
    background-color: rgb(248 250 252 / 0.45);
  }

  .xxl\:bg-slate-50\/5{
    background-color: rgb(248 250 252 / 0.05);
  }

  .xxl\:bg-slate-50\/50{
    background-color: rgb(248 250 252 / 0.5);
  }

  .xxl\:bg-slate-50\/55{
    background-color: rgb(248 250 252 / 0.55);
  }

  .xxl\:bg-slate-50\/60{
    background-color: rgb(248 250 252 / 0.6);
  }

  .xxl\:bg-slate-50\/65{
    background-color: rgb(248 250 252 / 0.65);
  }

  .xxl\:bg-slate-50\/70{
    background-color: rgb(248 250 252 / 0.7);
  }

  .xxl\:bg-slate-50\/75{
    background-color: rgb(248 250 252 / 0.75);
  }

  .xxl\:bg-slate-50\/80{
    background-color: rgb(248 250 252 / 0.8);
  }

  .xxl\:bg-slate-50\/85{
    background-color: rgb(248 250 252 / 0.85);
  }

  .xxl\:bg-slate-50\/90{
    background-color: rgb(248 250 252 / 0.9);
  }

  .xxl\:bg-slate-50\/95{
    background-color: rgb(248 250 252 / 0.95);
  }

  .xxl\:bg-slate-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-500\/0{
    background-color: rgb(100 116 139 / 0);
  }

  .xxl\:bg-slate-500\/10{
    background-color: rgb(100 116 139 / 0.1);
  }

  .xxl\:bg-slate-500\/100{
    background-color: rgb(100 116 139 / 1);
  }

  .xxl\:bg-slate-500\/15{
    background-color: rgb(100 116 139 / 0.15);
  }

  .xxl\:bg-slate-500\/20{
    background-color: rgb(100 116 139 / 0.2);
  }

  .xxl\:bg-slate-500\/25{
    background-color: rgb(100 116 139 / 0.25);
  }

  .xxl\:bg-slate-500\/30{
    background-color: rgb(100 116 139 / 0.3);
  }

  .xxl\:bg-slate-500\/35{
    background-color: rgb(100 116 139 / 0.35);
  }

  .xxl\:bg-slate-500\/40{
    background-color: rgb(100 116 139 / 0.4);
  }

  .xxl\:bg-slate-500\/45{
    background-color: rgb(100 116 139 / 0.45);
  }

  .xxl\:bg-slate-500\/5{
    background-color: rgb(100 116 139 / 0.05);
  }

  .xxl\:bg-slate-500\/50{
    background-color: rgb(100 116 139 / 0.5);
  }

  .xxl\:bg-slate-500\/55{
    background-color: rgb(100 116 139 / 0.55);
  }

  .xxl\:bg-slate-500\/60{
    background-color: rgb(100 116 139 / 0.6);
  }

  .xxl\:bg-slate-500\/65{
    background-color: rgb(100 116 139 / 0.65);
  }

  .xxl\:bg-slate-500\/70{
    background-color: rgb(100 116 139 / 0.7);
  }

  .xxl\:bg-slate-500\/75{
    background-color: rgb(100 116 139 / 0.75);
  }

  .xxl\:bg-slate-500\/80{
    background-color: rgb(100 116 139 / 0.8);
  }

  .xxl\:bg-slate-500\/85{
    background-color: rgb(100 116 139 / 0.85);
  }

  .xxl\:bg-slate-500\/90{
    background-color: rgb(100 116 139 / 0.9);
  }

  .xxl\:bg-slate-500\/95{
    background-color: rgb(100 116 139 / 0.95);
  }

  .xxl\:bg-slate-600{
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-600\/0{
    background-color: rgb(71 85 105 / 0);
  }

  .xxl\:bg-slate-600\/10{
    background-color: rgb(71 85 105 / 0.1);
  }

  .xxl\:bg-slate-600\/100{
    background-color: rgb(71 85 105 / 1);
  }

  .xxl\:bg-slate-600\/15{
    background-color: rgb(71 85 105 / 0.15);
  }

  .xxl\:bg-slate-600\/20{
    background-color: rgb(71 85 105 / 0.2);
  }

  .xxl\:bg-slate-600\/25{
    background-color: rgb(71 85 105 / 0.25);
  }

  .xxl\:bg-slate-600\/30{
    background-color: rgb(71 85 105 / 0.3);
  }

  .xxl\:bg-slate-600\/35{
    background-color: rgb(71 85 105 / 0.35);
  }

  .xxl\:bg-slate-600\/40{
    background-color: rgb(71 85 105 / 0.4);
  }

  .xxl\:bg-slate-600\/45{
    background-color: rgb(71 85 105 / 0.45);
  }

  .xxl\:bg-slate-600\/5{
    background-color: rgb(71 85 105 / 0.05);
  }

  .xxl\:bg-slate-600\/50{
    background-color: rgb(71 85 105 / 0.5);
  }

  .xxl\:bg-slate-600\/55{
    background-color: rgb(71 85 105 / 0.55);
  }

  .xxl\:bg-slate-600\/60{
    background-color: rgb(71 85 105 / 0.6);
  }

  .xxl\:bg-slate-600\/65{
    background-color: rgb(71 85 105 / 0.65);
  }

  .xxl\:bg-slate-600\/70{
    background-color: rgb(71 85 105 / 0.7);
  }

  .xxl\:bg-slate-600\/75{
    background-color: rgb(71 85 105 / 0.75);
  }

  .xxl\:bg-slate-600\/80{
    background-color: rgb(71 85 105 / 0.8);
  }

  .xxl\:bg-slate-600\/85{
    background-color: rgb(71 85 105 / 0.85);
  }

  .xxl\:bg-slate-600\/90{
    background-color: rgb(71 85 105 / 0.9);
  }

  .xxl\:bg-slate-600\/95{
    background-color: rgb(71 85 105 / 0.95);
  }

  .xxl\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-700\/0{
    background-color: rgb(51 65 85 / 0);
  }

  .xxl\:bg-slate-700\/10{
    background-color: rgb(51 65 85 / 0.1);
  }

  .xxl\:bg-slate-700\/100{
    background-color: rgb(51 65 85 / 1);
  }

  .xxl\:bg-slate-700\/15{
    background-color: rgb(51 65 85 / 0.15);
  }

  .xxl\:bg-slate-700\/20{
    background-color: rgb(51 65 85 / 0.2);
  }

  .xxl\:bg-slate-700\/25{
    background-color: rgb(51 65 85 / 0.25);
  }

  .xxl\:bg-slate-700\/30{
    background-color: rgb(51 65 85 / 0.3);
  }

  .xxl\:bg-slate-700\/35{
    background-color: rgb(51 65 85 / 0.35);
  }

  .xxl\:bg-slate-700\/40{
    background-color: rgb(51 65 85 / 0.4);
  }

  .xxl\:bg-slate-700\/45{
    background-color: rgb(51 65 85 / 0.45);
  }

  .xxl\:bg-slate-700\/5{
    background-color: rgb(51 65 85 / 0.05);
  }

  .xxl\:bg-slate-700\/50{
    background-color: rgb(51 65 85 / 0.5);
  }

  .xxl\:bg-slate-700\/55{
    background-color: rgb(51 65 85 / 0.55);
  }

  .xxl\:bg-slate-700\/60{
    background-color: rgb(51 65 85 / 0.6);
  }

  .xxl\:bg-slate-700\/65{
    background-color: rgb(51 65 85 / 0.65);
  }

  .xxl\:bg-slate-700\/70{
    background-color: rgb(51 65 85 / 0.7);
  }

  .xxl\:bg-slate-700\/75{
    background-color: rgb(51 65 85 / 0.75);
  }

  .xxl\:bg-slate-700\/80{
    background-color: rgb(51 65 85 / 0.8);
  }

  .xxl\:bg-slate-700\/85{
    background-color: rgb(51 65 85 / 0.85);
  }

  .xxl\:bg-slate-700\/90{
    background-color: rgb(51 65 85 / 0.9);
  }

  .xxl\:bg-slate-700\/95{
    background-color: rgb(51 65 85 / 0.95);
  }

  .xxl\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-800\/0{
    background-color: rgb(30 41 59 / 0);
  }

  .xxl\:bg-slate-800\/10{
    background-color: rgb(30 41 59 / 0.1);
  }

  .xxl\:bg-slate-800\/100{
    background-color: rgb(30 41 59 / 1);
  }

  .xxl\:bg-slate-800\/15{
    background-color: rgb(30 41 59 / 0.15);
  }

  .xxl\:bg-slate-800\/20{
    background-color: rgb(30 41 59 / 0.2);
  }

  .xxl\:bg-slate-800\/25{
    background-color: rgb(30 41 59 / 0.25);
  }

  .xxl\:bg-slate-800\/30{
    background-color: rgb(30 41 59 / 0.3);
  }

  .xxl\:bg-slate-800\/35{
    background-color: rgb(30 41 59 / 0.35);
  }

  .xxl\:bg-slate-800\/40{
    background-color: rgb(30 41 59 / 0.4);
  }

  .xxl\:bg-slate-800\/45{
    background-color: rgb(30 41 59 / 0.45);
  }

  .xxl\:bg-slate-800\/5{
    background-color: rgb(30 41 59 / 0.05);
  }

  .xxl\:bg-slate-800\/50{
    background-color: rgb(30 41 59 / 0.5);
  }

  .xxl\:bg-slate-800\/55{
    background-color: rgb(30 41 59 / 0.55);
  }

  .xxl\:bg-slate-800\/60{
    background-color: rgb(30 41 59 / 0.6);
  }

  .xxl\:bg-slate-800\/65{
    background-color: rgb(30 41 59 / 0.65);
  }

  .xxl\:bg-slate-800\/70{
    background-color: rgb(30 41 59 / 0.7);
  }

  .xxl\:bg-slate-800\/75{
    background-color: rgb(30 41 59 / 0.75);
  }

  .xxl\:bg-slate-800\/80{
    background-color: rgb(30 41 59 / 0.8);
  }

  .xxl\:bg-slate-800\/85{
    background-color: rgb(30 41 59 / 0.85);
  }

  .xxl\:bg-slate-800\/90{
    background-color: rgb(30 41 59 / 0.9);
  }

  .xxl\:bg-slate-800\/95{
    background-color: rgb(30 41 59 / 0.95);
  }

  .xxl\:bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-900\/0{
    background-color: rgb(15 23 42 / 0);
  }

  .xxl\:bg-slate-900\/10{
    background-color: rgb(15 23 42 / 0.1);
  }

  .xxl\:bg-slate-900\/100{
    background-color: rgb(15 23 42 / 1);
  }

  .xxl\:bg-slate-900\/15{
    background-color: rgb(15 23 42 / 0.15);
  }

  .xxl\:bg-slate-900\/20{
    background-color: rgb(15 23 42 / 0.2);
  }

  .xxl\:bg-slate-900\/25{
    background-color: rgb(15 23 42 / 0.25);
  }

  .xxl\:bg-slate-900\/30{
    background-color: rgb(15 23 42 / 0.3);
  }

  .xxl\:bg-slate-900\/35{
    background-color: rgb(15 23 42 / 0.35);
  }

  .xxl\:bg-slate-900\/40{
    background-color: rgb(15 23 42 / 0.4);
  }

  .xxl\:bg-slate-900\/45{
    background-color: rgb(15 23 42 / 0.45);
  }

  .xxl\:bg-slate-900\/5{
    background-color: rgb(15 23 42 / 0.05);
  }

  .xxl\:bg-slate-900\/50{
    background-color: rgb(15 23 42 / 0.5);
  }

  .xxl\:bg-slate-900\/55{
    background-color: rgb(15 23 42 / 0.55);
  }

  .xxl\:bg-slate-900\/60{
    background-color: rgb(15 23 42 / 0.6);
  }

  .xxl\:bg-slate-900\/65{
    background-color: rgb(15 23 42 / 0.65);
  }

  .xxl\:bg-slate-900\/70{
    background-color: rgb(15 23 42 / 0.7);
  }

  .xxl\:bg-slate-900\/75{
    background-color: rgb(15 23 42 / 0.75);
  }

  .xxl\:bg-slate-900\/80{
    background-color: rgb(15 23 42 / 0.8);
  }

  .xxl\:bg-slate-900\/85{
    background-color: rgb(15 23 42 / 0.85);
  }

  .xxl\:bg-slate-900\/90{
    background-color: rgb(15 23 42 / 0.9);
  }

  .xxl\:bg-slate-900\/95{
    background-color: rgb(15 23 42 / 0.95);
  }

  .xxl\:bg-slate-950{
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-slate-950\/0{
    background-color: rgb(2 6 23 / 0);
  }

  .xxl\:bg-slate-950\/10{
    background-color: rgb(2 6 23 / 0.1);
  }

  .xxl\:bg-slate-950\/100{
    background-color: rgb(2 6 23 / 1);
  }

  .xxl\:bg-slate-950\/15{
    background-color: rgb(2 6 23 / 0.15);
  }

  .xxl\:bg-slate-950\/20{
    background-color: rgb(2 6 23 / 0.2);
  }

  .xxl\:bg-slate-950\/25{
    background-color: rgb(2 6 23 / 0.25);
  }

  .xxl\:bg-slate-950\/30{
    background-color: rgb(2 6 23 / 0.3);
  }

  .xxl\:bg-slate-950\/35{
    background-color: rgb(2 6 23 / 0.35);
  }

  .xxl\:bg-slate-950\/40{
    background-color: rgb(2 6 23 / 0.4);
  }

  .xxl\:bg-slate-950\/45{
    background-color: rgb(2 6 23 / 0.45);
  }

  .xxl\:bg-slate-950\/5{
    background-color: rgb(2 6 23 / 0.05);
  }

  .xxl\:bg-slate-950\/50{
    background-color: rgb(2 6 23 / 0.5);
  }

  .xxl\:bg-slate-950\/55{
    background-color: rgb(2 6 23 / 0.55);
  }

  .xxl\:bg-slate-950\/60{
    background-color: rgb(2 6 23 / 0.6);
  }

  .xxl\:bg-slate-950\/65{
    background-color: rgb(2 6 23 / 0.65);
  }

  .xxl\:bg-slate-950\/70{
    background-color: rgb(2 6 23 / 0.7);
  }

  .xxl\:bg-slate-950\/75{
    background-color: rgb(2 6 23 / 0.75);
  }

  .xxl\:bg-slate-950\/80{
    background-color: rgb(2 6 23 / 0.8);
  }

  .xxl\:bg-slate-950\/85{
    background-color: rgb(2 6 23 / 0.85);
  }

  .xxl\:bg-slate-950\/90{
    background-color: rgb(2 6 23 / 0.9);
  }

  .xxl\:bg-slate-950\/95{
    background-color: rgb(2 6 23 / 0.95);
  }

  .xxl\:bg-stone-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-100\/0{
    background-color: rgb(245 245 244 / 0);
  }

  .xxl\:bg-stone-100\/10{
    background-color: rgb(245 245 244 / 0.1);
  }

  .xxl\:bg-stone-100\/100{
    background-color: rgb(245 245 244 / 1);
  }

  .xxl\:bg-stone-100\/15{
    background-color: rgb(245 245 244 / 0.15);
  }

  .xxl\:bg-stone-100\/20{
    background-color: rgb(245 245 244 / 0.2);
  }

  .xxl\:bg-stone-100\/25{
    background-color: rgb(245 245 244 / 0.25);
  }

  .xxl\:bg-stone-100\/30{
    background-color: rgb(245 245 244 / 0.3);
  }

  .xxl\:bg-stone-100\/35{
    background-color: rgb(245 245 244 / 0.35);
  }

  .xxl\:bg-stone-100\/40{
    background-color: rgb(245 245 244 / 0.4);
  }

  .xxl\:bg-stone-100\/45{
    background-color: rgb(245 245 244 / 0.45);
  }

  .xxl\:bg-stone-100\/5{
    background-color: rgb(245 245 244 / 0.05);
  }

  .xxl\:bg-stone-100\/50{
    background-color: rgb(245 245 244 / 0.5);
  }

  .xxl\:bg-stone-100\/55{
    background-color: rgb(245 245 244 / 0.55);
  }

  .xxl\:bg-stone-100\/60{
    background-color: rgb(245 245 244 / 0.6);
  }

  .xxl\:bg-stone-100\/65{
    background-color: rgb(245 245 244 / 0.65);
  }

  .xxl\:bg-stone-100\/70{
    background-color: rgb(245 245 244 / 0.7);
  }

  .xxl\:bg-stone-100\/75{
    background-color: rgb(245 245 244 / 0.75);
  }

  .xxl\:bg-stone-100\/80{
    background-color: rgb(245 245 244 / 0.8);
  }

  .xxl\:bg-stone-100\/85{
    background-color: rgb(245 245 244 / 0.85);
  }

  .xxl\:bg-stone-100\/90{
    background-color: rgb(245 245 244 / 0.9);
  }

  .xxl\:bg-stone-100\/95{
    background-color: rgb(245 245 244 / 0.95);
  }

  .xxl\:bg-stone-200{
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-200\/0{
    background-color: rgb(231 229 228 / 0);
  }

  .xxl\:bg-stone-200\/10{
    background-color: rgb(231 229 228 / 0.1);
  }

  .xxl\:bg-stone-200\/100{
    background-color: rgb(231 229 228 / 1);
  }

  .xxl\:bg-stone-200\/15{
    background-color: rgb(231 229 228 / 0.15);
  }

  .xxl\:bg-stone-200\/20{
    background-color: rgb(231 229 228 / 0.2);
  }

  .xxl\:bg-stone-200\/25{
    background-color: rgb(231 229 228 / 0.25);
  }

  .xxl\:bg-stone-200\/30{
    background-color: rgb(231 229 228 / 0.3);
  }

  .xxl\:bg-stone-200\/35{
    background-color: rgb(231 229 228 / 0.35);
  }

  .xxl\:bg-stone-200\/40{
    background-color: rgb(231 229 228 / 0.4);
  }

  .xxl\:bg-stone-200\/45{
    background-color: rgb(231 229 228 / 0.45);
  }

  .xxl\:bg-stone-200\/5{
    background-color: rgb(231 229 228 / 0.05);
  }

  .xxl\:bg-stone-200\/50{
    background-color: rgb(231 229 228 / 0.5);
  }

  .xxl\:bg-stone-200\/55{
    background-color: rgb(231 229 228 / 0.55);
  }

  .xxl\:bg-stone-200\/60{
    background-color: rgb(231 229 228 / 0.6);
  }

  .xxl\:bg-stone-200\/65{
    background-color: rgb(231 229 228 / 0.65);
  }

  .xxl\:bg-stone-200\/70{
    background-color: rgb(231 229 228 / 0.7);
  }

  .xxl\:bg-stone-200\/75{
    background-color: rgb(231 229 228 / 0.75);
  }

  .xxl\:bg-stone-200\/80{
    background-color: rgb(231 229 228 / 0.8);
  }

  .xxl\:bg-stone-200\/85{
    background-color: rgb(231 229 228 / 0.85);
  }

  .xxl\:bg-stone-200\/90{
    background-color: rgb(231 229 228 / 0.9);
  }

  .xxl\:bg-stone-200\/95{
    background-color: rgb(231 229 228 / 0.95);
  }

  .xxl\:bg-stone-300{
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-300\/0{
    background-color: rgb(214 211 209 / 0);
  }

  .xxl\:bg-stone-300\/10{
    background-color: rgb(214 211 209 / 0.1);
  }

  .xxl\:bg-stone-300\/100{
    background-color: rgb(214 211 209 / 1);
  }

  .xxl\:bg-stone-300\/15{
    background-color: rgb(214 211 209 / 0.15);
  }

  .xxl\:bg-stone-300\/20{
    background-color: rgb(214 211 209 / 0.2);
  }

  .xxl\:bg-stone-300\/25{
    background-color: rgb(214 211 209 / 0.25);
  }

  .xxl\:bg-stone-300\/30{
    background-color: rgb(214 211 209 / 0.3);
  }

  .xxl\:bg-stone-300\/35{
    background-color: rgb(214 211 209 / 0.35);
  }

  .xxl\:bg-stone-300\/40{
    background-color: rgb(214 211 209 / 0.4);
  }

  .xxl\:bg-stone-300\/45{
    background-color: rgb(214 211 209 / 0.45);
  }

  .xxl\:bg-stone-300\/5{
    background-color: rgb(214 211 209 / 0.05);
  }

  .xxl\:bg-stone-300\/50{
    background-color: rgb(214 211 209 / 0.5);
  }

  .xxl\:bg-stone-300\/55{
    background-color: rgb(214 211 209 / 0.55);
  }

  .xxl\:bg-stone-300\/60{
    background-color: rgb(214 211 209 / 0.6);
  }

  .xxl\:bg-stone-300\/65{
    background-color: rgb(214 211 209 / 0.65);
  }

  .xxl\:bg-stone-300\/70{
    background-color: rgb(214 211 209 / 0.7);
  }

  .xxl\:bg-stone-300\/75{
    background-color: rgb(214 211 209 / 0.75);
  }

  .xxl\:bg-stone-300\/80{
    background-color: rgb(214 211 209 / 0.8);
  }

  .xxl\:bg-stone-300\/85{
    background-color: rgb(214 211 209 / 0.85);
  }

  .xxl\:bg-stone-300\/90{
    background-color: rgb(214 211 209 / 0.9);
  }

  .xxl\:bg-stone-300\/95{
    background-color: rgb(214 211 209 / 0.95);
  }

  .xxl\:bg-stone-400{
    --tw-bg-opacity: 1;
    background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-400\/0{
    background-color: rgb(168 162 158 / 0);
  }

  .xxl\:bg-stone-400\/10{
    background-color: rgb(168 162 158 / 0.1);
  }

  .xxl\:bg-stone-400\/100{
    background-color: rgb(168 162 158 / 1);
  }

  .xxl\:bg-stone-400\/15{
    background-color: rgb(168 162 158 / 0.15);
  }

  .xxl\:bg-stone-400\/20{
    background-color: rgb(168 162 158 / 0.2);
  }

  .xxl\:bg-stone-400\/25{
    background-color: rgb(168 162 158 / 0.25);
  }

  .xxl\:bg-stone-400\/30{
    background-color: rgb(168 162 158 / 0.3);
  }

  .xxl\:bg-stone-400\/35{
    background-color: rgb(168 162 158 / 0.35);
  }

  .xxl\:bg-stone-400\/40{
    background-color: rgb(168 162 158 / 0.4);
  }

  .xxl\:bg-stone-400\/45{
    background-color: rgb(168 162 158 / 0.45);
  }

  .xxl\:bg-stone-400\/5{
    background-color: rgb(168 162 158 / 0.05);
  }

  .xxl\:bg-stone-400\/50{
    background-color: rgb(168 162 158 / 0.5);
  }

  .xxl\:bg-stone-400\/55{
    background-color: rgb(168 162 158 / 0.55);
  }

  .xxl\:bg-stone-400\/60{
    background-color: rgb(168 162 158 / 0.6);
  }

  .xxl\:bg-stone-400\/65{
    background-color: rgb(168 162 158 / 0.65);
  }

  .xxl\:bg-stone-400\/70{
    background-color: rgb(168 162 158 / 0.7);
  }

  .xxl\:bg-stone-400\/75{
    background-color: rgb(168 162 158 / 0.75);
  }

  .xxl\:bg-stone-400\/80{
    background-color: rgb(168 162 158 / 0.8);
  }

  .xxl\:bg-stone-400\/85{
    background-color: rgb(168 162 158 / 0.85);
  }

  .xxl\:bg-stone-400\/90{
    background-color: rgb(168 162 158 / 0.9);
  }

  .xxl\:bg-stone-400\/95{
    background-color: rgb(168 162 158 / 0.95);
  }

  .xxl\:bg-stone-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-50\/0{
    background-color: rgb(250 250 249 / 0);
  }

  .xxl\:bg-stone-50\/10{
    background-color: rgb(250 250 249 / 0.1);
  }

  .xxl\:bg-stone-50\/100{
    background-color: rgb(250 250 249 / 1);
  }

  .xxl\:bg-stone-50\/15{
    background-color: rgb(250 250 249 / 0.15);
  }

  .xxl\:bg-stone-50\/20{
    background-color: rgb(250 250 249 / 0.2);
  }

  .xxl\:bg-stone-50\/25{
    background-color: rgb(250 250 249 / 0.25);
  }

  .xxl\:bg-stone-50\/30{
    background-color: rgb(250 250 249 / 0.3);
  }

  .xxl\:bg-stone-50\/35{
    background-color: rgb(250 250 249 / 0.35);
  }

  .xxl\:bg-stone-50\/40{
    background-color: rgb(250 250 249 / 0.4);
  }

  .xxl\:bg-stone-50\/45{
    background-color: rgb(250 250 249 / 0.45);
  }

  .xxl\:bg-stone-50\/5{
    background-color: rgb(250 250 249 / 0.05);
  }

  .xxl\:bg-stone-50\/50{
    background-color: rgb(250 250 249 / 0.5);
  }

  .xxl\:bg-stone-50\/55{
    background-color: rgb(250 250 249 / 0.55);
  }

  .xxl\:bg-stone-50\/60{
    background-color: rgb(250 250 249 / 0.6);
  }

  .xxl\:bg-stone-50\/65{
    background-color: rgb(250 250 249 / 0.65);
  }

  .xxl\:bg-stone-50\/70{
    background-color: rgb(250 250 249 / 0.7);
  }

  .xxl\:bg-stone-50\/75{
    background-color: rgb(250 250 249 / 0.75);
  }

  .xxl\:bg-stone-50\/80{
    background-color: rgb(250 250 249 / 0.8);
  }

  .xxl\:bg-stone-50\/85{
    background-color: rgb(250 250 249 / 0.85);
  }

  .xxl\:bg-stone-50\/90{
    background-color: rgb(250 250 249 / 0.9);
  }

  .xxl\:bg-stone-50\/95{
    background-color: rgb(250 250 249 / 0.95);
  }

  .xxl\:bg-stone-500{
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-500\/0{
    background-color: rgb(120 113 108 / 0);
  }

  .xxl\:bg-stone-500\/10{
    background-color: rgb(120 113 108 / 0.1);
  }

  .xxl\:bg-stone-500\/100{
    background-color: rgb(120 113 108 / 1);
  }

  .xxl\:bg-stone-500\/15{
    background-color: rgb(120 113 108 / 0.15);
  }

  .xxl\:bg-stone-500\/20{
    background-color: rgb(120 113 108 / 0.2);
  }

  .xxl\:bg-stone-500\/25{
    background-color: rgb(120 113 108 / 0.25);
  }

  .xxl\:bg-stone-500\/30{
    background-color: rgb(120 113 108 / 0.3);
  }

  .xxl\:bg-stone-500\/35{
    background-color: rgb(120 113 108 / 0.35);
  }

  .xxl\:bg-stone-500\/40{
    background-color: rgb(120 113 108 / 0.4);
  }

  .xxl\:bg-stone-500\/45{
    background-color: rgb(120 113 108 / 0.45);
  }

  .xxl\:bg-stone-500\/5{
    background-color: rgb(120 113 108 / 0.05);
  }

  .xxl\:bg-stone-500\/50{
    background-color: rgb(120 113 108 / 0.5);
  }

  .xxl\:bg-stone-500\/55{
    background-color: rgb(120 113 108 / 0.55);
  }

  .xxl\:bg-stone-500\/60{
    background-color: rgb(120 113 108 / 0.6);
  }

  .xxl\:bg-stone-500\/65{
    background-color: rgb(120 113 108 / 0.65);
  }

  .xxl\:bg-stone-500\/70{
    background-color: rgb(120 113 108 / 0.7);
  }

  .xxl\:bg-stone-500\/75{
    background-color: rgb(120 113 108 / 0.75);
  }

  .xxl\:bg-stone-500\/80{
    background-color: rgb(120 113 108 / 0.8);
  }

  .xxl\:bg-stone-500\/85{
    background-color: rgb(120 113 108 / 0.85);
  }

  .xxl\:bg-stone-500\/90{
    background-color: rgb(120 113 108 / 0.9);
  }

  .xxl\:bg-stone-500\/95{
    background-color: rgb(120 113 108 / 0.95);
  }

  .xxl\:bg-stone-600{
    --tw-bg-opacity: 1;
    background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-600\/0{
    background-color: rgb(87 83 78 / 0);
  }

  .xxl\:bg-stone-600\/10{
    background-color: rgb(87 83 78 / 0.1);
  }

  .xxl\:bg-stone-600\/100{
    background-color: rgb(87 83 78 / 1);
  }

  .xxl\:bg-stone-600\/15{
    background-color: rgb(87 83 78 / 0.15);
  }

  .xxl\:bg-stone-600\/20{
    background-color: rgb(87 83 78 / 0.2);
  }

  .xxl\:bg-stone-600\/25{
    background-color: rgb(87 83 78 / 0.25);
  }

  .xxl\:bg-stone-600\/30{
    background-color: rgb(87 83 78 / 0.3);
  }

  .xxl\:bg-stone-600\/35{
    background-color: rgb(87 83 78 / 0.35);
  }

  .xxl\:bg-stone-600\/40{
    background-color: rgb(87 83 78 / 0.4);
  }

  .xxl\:bg-stone-600\/45{
    background-color: rgb(87 83 78 / 0.45);
  }

  .xxl\:bg-stone-600\/5{
    background-color: rgb(87 83 78 / 0.05);
  }

  .xxl\:bg-stone-600\/50{
    background-color: rgb(87 83 78 / 0.5);
  }

  .xxl\:bg-stone-600\/55{
    background-color: rgb(87 83 78 / 0.55);
  }

  .xxl\:bg-stone-600\/60{
    background-color: rgb(87 83 78 / 0.6);
  }

  .xxl\:bg-stone-600\/65{
    background-color: rgb(87 83 78 / 0.65);
  }

  .xxl\:bg-stone-600\/70{
    background-color: rgb(87 83 78 / 0.7);
  }

  .xxl\:bg-stone-600\/75{
    background-color: rgb(87 83 78 / 0.75);
  }

  .xxl\:bg-stone-600\/80{
    background-color: rgb(87 83 78 / 0.8);
  }

  .xxl\:bg-stone-600\/85{
    background-color: rgb(87 83 78 / 0.85);
  }

  .xxl\:bg-stone-600\/90{
    background-color: rgb(87 83 78 / 0.9);
  }

  .xxl\:bg-stone-600\/95{
    background-color: rgb(87 83 78 / 0.95);
  }

  .xxl\:bg-stone-700{
    --tw-bg-opacity: 1;
    background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-700\/0{
    background-color: rgb(68 64 60 / 0);
  }

  .xxl\:bg-stone-700\/10{
    background-color: rgb(68 64 60 / 0.1);
  }

  .xxl\:bg-stone-700\/100{
    background-color: rgb(68 64 60 / 1);
  }

  .xxl\:bg-stone-700\/15{
    background-color: rgb(68 64 60 / 0.15);
  }

  .xxl\:bg-stone-700\/20{
    background-color: rgb(68 64 60 / 0.2);
  }

  .xxl\:bg-stone-700\/25{
    background-color: rgb(68 64 60 / 0.25);
  }

  .xxl\:bg-stone-700\/30{
    background-color: rgb(68 64 60 / 0.3);
  }

  .xxl\:bg-stone-700\/35{
    background-color: rgb(68 64 60 / 0.35);
  }

  .xxl\:bg-stone-700\/40{
    background-color: rgb(68 64 60 / 0.4);
  }

  .xxl\:bg-stone-700\/45{
    background-color: rgb(68 64 60 / 0.45);
  }

  .xxl\:bg-stone-700\/5{
    background-color: rgb(68 64 60 / 0.05);
  }

  .xxl\:bg-stone-700\/50{
    background-color: rgb(68 64 60 / 0.5);
  }

  .xxl\:bg-stone-700\/55{
    background-color: rgb(68 64 60 / 0.55);
  }

  .xxl\:bg-stone-700\/60{
    background-color: rgb(68 64 60 / 0.6);
  }

  .xxl\:bg-stone-700\/65{
    background-color: rgb(68 64 60 / 0.65);
  }

  .xxl\:bg-stone-700\/70{
    background-color: rgb(68 64 60 / 0.7);
  }

  .xxl\:bg-stone-700\/75{
    background-color: rgb(68 64 60 / 0.75);
  }

  .xxl\:bg-stone-700\/80{
    background-color: rgb(68 64 60 / 0.8);
  }

  .xxl\:bg-stone-700\/85{
    background-color: rgb(68 64 60 / 0.85);
  }

  .xxl\:bg-stone-700\/90{
    background-color: rgb(68 64 60 / 0.9);
  }

  .xxl\:bg-stone-700\/95{
    background-color: rgb(68 64 60 / 0.95);
  }

  .xxl\:bg-stone-800{
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-800\/0{
    background-color: rgb(41 37 36 / 0);
  }

  .xxl\:bg-stone-800\/10{
    background-color: rgb(41 37 36 / 0.1);
  }

  .xxl\:bg-stone-800\/100{
    background-color: rgb(41 37 36 / 1);
  }

  .xxl\:bg-stone-800\/15{
    background-color: rgb(41 37 36 / 0.15);
  }

  .xxl\:bg-stone-800\/20{
    background-color: rgb(41 37 36 / 0.2);
  }

  .xxl\:bg-stone-800\/25{
    background-color: rgb(41 37 36 / 0.25);
  }

  .xxl\:bg-stone-800\/30{
    background-color: rgb(41 37 36 / 0.3);
  }

  .xxl\:bg-stone-800\/35{
    background-color: rgb(41 37 36 / 0.35);
  }

  .xxl\:bg-stone-800\/40{
    background-color: rgb(41 37 36 / 0.4);
  }

  .xxl\:bg-stone-800\/45{
    background-color: rgb(41 37 36 / 0.45);
  }

  .xxl\:bg-stone-800\/5{
    background-color: rgb(41 37 36 / 0.05);
  }

  .xxl\:bg-stone-800\/50{
    background-color: rgb(41 37 36 / 0.5);
  }

  .xxl\:bg-stone-800\/55{
    background-color: rgb(41 37 36 / 0.55);
  }

  .xxl\:bg-stone-800\/60{
    background-color: rgb(41 37 36 / 0.6);
  }

  .xxl\:bg-stone-800\/65{
    background-color: rgb(41 37 36 / 0.65);
  }

  .xxl\:bg-stone-800\/70{
    background-color: rgb(41 37 36 / 0.7);
  }

  .xxl\:bg-stone-800\/75{
    background-color: rgb(41 37 36 / 0.75);
  }

  .xxl\:bg-stone-800\/80{
    background-color: rgb(41 37 36 / 0.8);
  }

  .xxl\:bg-stone-800\/85{
    background-color: rgb(41 37 36 / 0.85);
  }

  .xxl\:bg-stone-800\/90{
    background-color: rgb(41 37 36 / 0.9);
  }

  .xxl\:bg-stone-800\/95{
    background-color: rgb(41 37 36 / 0.95);
  }

  .xxl\:bg-stone-900{
    --tw-bg-opacity: 1;
    background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-900\/0{
    background-color: rgb(28 25 23 / 0);
  }

  .xxl\:bg-stone-900\/10{
    background-color: rgb(28 25 23 / 0.1);
  }

  .xxl\:bg-stone-900\/100{
    background-color: rgb(28 25 23 / 1);
  }

  .xxl\:bg-stone-900\/15{
    background-color: rgb(28 25 23 / 0.15);
  }

  .xxl\:bg-stone-900\/20{
    background-color: rgb(28 25 23 / 0.2);
  }

  .xxl\:bg-stone-900\/25{
    background-color: rgb(28 25 23 / 0.25);
  }

  .xxl\:bg-stone-900\/30{
    background-color: rgb(28 25 23 / 0.3);
  }

  .xxl\:bg-stone-900\/35{
    background-color: rgb(28 25 23 / 0.35);
  }

  .xxl\:bg-stone-900\/40{
    background-color: rgb(28 25 23 / 0.4);
  }

  .xxl\:bg-stone-900\/45{
    background-color: rgb(28 25 23 / 0.45);
  }

  .xxl\:bg-stone-900\/5{
    background-color: rgb(28 25 23 / 0.05);
  }

  .xxl\:bg-stone-900\/50{
    background-color: rgb(28 25 23 / 0.5);
  }

  .xxl\:bg-stone-900\/55{
    background-color: rgb(28 25 23 / 0.55);
  }

  .xxl\:bg-stone-900\/60{
    background-color: rgb(28 25 23 / 0.6);
  }

  .xxl\:bg-stone-900\/65{
    background-color: rgb(28 25 23 / 0.65);
  }

  .xxl\:bg-stone-900\/70{
    background-color: rgb(28 25 23 / 0.7);
  }

  .xxl\:bg-stone-900\/75{
    background-color: rgb(28 25 23 / 0.75);
  }

  .xxl\:bg-stone-900\/80{
    background-color: rgb(28 25 23 / 0.8);
  }

  .xxl\:bg-stone-900\/85{
    background-color: rgb(28 25 23 / 0.85);
  }

  .xxl\:bg-stone-900\/90{
    background-color: rgb(28 25 23 / 0.9);
  }

  .xxl\:bg-stone-900\/95{
    background-color: rgb(28 25 23 / 0.95);
  }

  .xxl\:bg-stone-950{
    --tw-bg-opacity: 1;
    background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-stone-950\/0{
    background-color: rgb(12 10 9 / 0);
  }

  .xxl\:bg-stone-950\/10{
    background-color: rgb(12 10 9 / 0.1);
  }

  .xxl\:bg-stone-950\/100{
    background-color: rgb(12 10 9 / 1);
  }

  .xxl\:bg-stone-950\/15{
    background-color: rgb(12 10 9 / 0.15);
  }

  .xxl\:bg-stone-950\/20{
    background-color: rgb(12 10 9 / 0.2);
  }

  .xxl\:bg-stone-950\/25{
    background-color: rgb(12 10 9 / 0.25);
  }

  .xxl\:bg-stone-950\/30{
    background-color: rgb(12 10 9 / 0.3);
  }

  .xxl\:bg-stone-950\/35{
    background-color: rgb(12 10 9 / 0.35);
  }

  .xxl\:bg-stone-950\/40{
    background-color: rgb(12 10 9 / 0.4);
  }

  .xxl\:bg-stone-950\/45{
    background-color: rgb(12 10 9 / 0.45);
  }

  .xxl\:bg-stone-950\/5{
    background-color: rgb(12 10 9 / 0.05);
  }

  .xxl\:bg-stone-950\/50{
    background-color: rgb(12 10 9 / 0.5);
  }

  .xxl\:bg-stone-950\/55{
    background-color: rgb(12 10 9 / 0.55);
  }

  .xxl\:bg-stone-950\/60{
    background-color: rgb(12 10 9 / 0.6);
  }

  .xxl\:bg-stone-950\/65{
    background-color: rgb(12 10 9 / 0.65);
  }

  .xxl\:bg-stone-950\/70{
    background-color: rgb(12 10 9 / 0.7);
  }

  .xxl\:bg-stone-950\/75{
    background-color: rgb(12 10 9 / 0.75);
  }

  .xxl\:bg-stone-950\/80{
    background-color: rgb(12 10 9 / 0.8);
  }

  .xxl\:bg-stone-950\/85{
    background-color: rgb(12 10 9 / 0.85);
  }

  .xxl\:bg-stone-950\/90{
    background-color: rgb(12 10 9 / 0.9);
  }

  .xxl\:bg-stone-950\/95{
    background-color: rgb(12 10 9 / 0.95);
  }

  .xxl\:bg-teal-100{
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-100\/0{
    background-color: rgb(204 251 241 / 0);
  }

  .xxl\:bg-teal-100\/10{
    background-color: rgb(204 251 241 / 0.1);
  }

  .xxl\:bg-teal-100\/100{
    background-color: rgb(204 251 241 / 1);
  }

  .xxl\:bg-teal-100\/15{
    background-color: rgb(204 251 241 / 0.15);
  }

  .xxl\:bg-teal-100\/20{
    background-color: rgb(204 251 241 / 0.2);
  }

  .xxl\:bg-teal-100\/25{
    background-color: rgb(204 251 241 / 0.25);
  }

  .xxl\:bg-teal-100\/30{
    background-color: rgb(204 251 241 / 0.3);
  }

  .xxl\:bg-teal-100\/35{
    background-color: rgb(204 251 241 / 0.35);
  }

  .xxl\:bg-teal-100\/40{
    background-color: rgb(204 251 241 / 0.4);
  }

  .xxl\:bg-teal-100\/45{
    background-color: rgb(204 251 241 / 0.45);
  }

  .xxl\:bg-teal-100\/5{
    background-color: rgb(204 251 241 / 0.05);
  }

  .xxl\:bg-teal-100\/50{
    background-color: rgb(204 251 241 / 0.5);
  }

  .xxl\:bg-teal-100\/55{
    background-color: rgb(204 251 241 / 0.55);
  }

  .xxl\:bg-teal-100\/60{
    background-color: rgb(204 251 241 / 0.6);
  }

  .xxl\:bg-teal-100\/65{
    background-color: rgb(204 251 241 / 0.65);
  }

  .xxl\:bg-teal-100\/70{
    background-color: rgb(204 251 241 / 0.7);
  }

  .xxl\:bg-teal-100\/75{
    background-color: rgb(204 251 241 / 0.75);
  }

  .xxl\:bg-teal-100\/80{
    background-color: rgb(204 251 241 / 0.8);
  }

  .xxl\:bg-teal-100\/85{
    background-color: rgb(204 251 241 / 0.85);
  }

  .xxl\:bg-teal-100\/90{
    background-color: rgb(204 251 241 / 0.9);
  }

  .xxl\:bg-teal-100\/95{
    background-color: rgb(204 251 241 / 0.95);
  }

  .xxl\:bg-teal-200{
    --tw-bg-opacity: 1;
    background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-200\/0{
    background-color: rgb(153 246 228 / 0);
  }

  .xxl\:bg-teal-200\/10{
    background-color: rgb(153 246 228 / 0.1);
  }

  .xxl\:bg-teal-200\/100{
    background-color: rgb(153 246 228 / 1);
  }

  .xxl\:bg-teal-200\/15{
    background-color: rgb(153 246 228 / 0.15);
  }

  .xxl\:bg-teal-200\/20{
    background-color: rgb(153 246 228 / 0.2);
  }

  .xxl\:bg-teal-200\/25{
    background-color: rgb(153 246 228 / 0.25);
  }

  .xxl\:bg-teal-200\/30{
    background-color: rgb(153 246 228 / 0.3);
  }

  .xxl\:bg-teal-200\/35{
    background-color: rgb(153 246 228 / 0.35);
  }

  .xxl\:bg-teal-200\/40{
    background-color: rgb(153 246 228 / 0.4);
  }

  .xxl\:bg-teal-200\/45{
    background-color: rgb(153 246 228 / 0.45);
  }

  .xxl\:bg-teal-200\/5{
    background-color: rgb(153 246 228 / 0.05);
  }

  .xxl\:bg-teal-200\/50{
    background-color: rgb(153 246 228 / 0.5);
  }

  .xxl\:bg-teal-200\/55{
    background-color: rgb(153 246 228 / 0.55);
  }

  .xxl\:bg-teal-200\/60{
    background-color: rgb(153 246 228 / 0.6);
  }

  .xxl\:bg-teal-200\/65{
    background-color: rgb(153 246 228 / 0.65);
  }

  .xxl\:bg-teal-200\/70{
    background-color: rgb(153 246 228 / 0.7);
  }

  .xxl\:bg-teal-200\/75{
    background-color: rgb(153 246 228 / 0.75);
  }

  .xxl\:bg-teal-200\/80{
    background-color: rgb(153 246 228 / 0.8);
  }

  .xxl\:bg-teal-200\/85{
    background-color: rgb(153 246 228 / 0.85);
  }

  .xxl\:bg-teal-200\/90{
    background-color: rgb(153 246 228 / 0.9);
  }

  .xxl\:bg-teal-200\/95{
    background-color: rgb(153 246 228 / 0.95);
  }

  .xxl\:bg-teal-300{
    --tw-bg-opacity: 1;
    background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-300\/0{
    background-color: rgb(94 234 212 / 0);
  }

  .xxl\:bg-teal-300\/10{
    background-color: rgb(94 234 212 / 0.1);
  }

  .xxl\:bg-teal-300\/100{
    background-color: rgb(94 234 212 / 1);
  }

  .xxl\:bg-teal-300\/15{
    background-color: rgb(94 234 212 / 0.15);
  }

  .xxl\:bg-teal-300\/20{
    background-color: rgb(94 234 212 / 0.2);
  }

  .xxl\:bg-teal-300\/25{
    background-color: rgb(94 234 212 / 0.25);
  }

  .xxl\:bg-teal-300\/30{
    background-color: rgb(94 234 212 / 0.3);
  }

  .xxl\:bg-teal-300\/35{
    background-color: rgb(94 234 212 / 0.35);
  }

  .xxl\:bg-teal-300\/40{
    background-color: rgb(94 234 212 / 0.4);
  }

  .xxl\:bg-teal-300\/45{
    background-color: rgb(94 234 212 / 0.45);
  }

  .xxl\:bg-teal-300\/5{
    background-color: rgb(94 234 212 / 0.05);
  }

  .xxl\:bg-teal-300\/50{
    background-color: rgb(94 234 212 / 0.5);
  }

  .xxl\:bg-teal-300\/55{
    background-color: rgb(94 234 212 / 0.55);
  }

  .xxl\:bg-teal-300\/60{
    background-color: rgb(94 234 212 / 0.6);
  }

  .xxl\:bg-teal-300\/65{
    background-color: rgb(94 234 212 / 0.65);
  }

  .xxl\:bg-teal-300\/70{
    background-color: rgb(94 234 212 / 0.7);
  }

  .xxl\:bg-teal-300\/75{
    background-color: rgb(94 234 212 / 0.75);
  }

  .xxl\:bg-teal-300\/80{
    background-color: rgb(94 234 212 / 0.8);
  }

  .xxl\:bg-teal-300\/85{
    background-color: rgb(94 234 212 / 0.85);
  }

  .xxl\:bg-teal-300\/90{
    background-color: rgb(94 234 212 / 0.9);
  }

  .xxl\:bg-teal-300\/95{
    background-color: rgb(94 234 212 / 0.95);
  }

  .xxl\:bg-teal-400{
    --tw-bg-opacity: 1;
    background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-400\/0{
    background-color: rgb(45 212 191 / 0);
  }

  .xxl\:bg-teal-400\/10{
    background-color: rgb(45 212 191 / 0.1);
  }

  .xxl\:bg-teal-400\/100{
    background-color: rgb(45 212 191 / 1);
  }

  .xxl\:bg-teal-400\/15{
    background-color: rgb(45 212 191 / 0.15);
  }

  .xxl\:bg-teal-400\/20{
    background-color: rgb(45 212 191 / 0.2);
  }

  .xxl\:bg-teal-400\/25{
    background-color: rgb(45 212 191 / 0.25);
  }

  .xxl\:bg-teal-400\/30{
    background-color: rgb(45 212 191 / 0.3);
  }

  .xxl\:bg-teal-400\/35{
    background-color: rgb(45 212 191 / 0.35);
  }

  .xxl\:bg-teal-400\/40{
    background-color: rgb(45 212 191 / 0.4);
  }

  .xxl\:bg-teal-400\/45{
    background-color: rgb(45 212 191 / 0.45);
  }

  .xxl\:bg-teal-400\/5{
    background-color: rgb(45 212 191 / 0.05);
  }

  .xxl\:bg-teal-400\/50{
    background-color: rgb(45 212 191 / 0.5);
  }

  .xxl\:bg-teal-400\/55{
    background-color: rgb(45 212 191 / 0.55);
  }

  .xxl\:bg-teal-400\/60{
    background-color: rgb(45 212 191 / 0.6);
  }

  .xxl\:bg-teal-400\/65{
    background-color: rgb(45 212 191 / 0.65);
  }

  .xxl\:bg-teal-400\/70{
    background-color: rgb(45 212 191 / 0.7);
  }

  .xxl\:bg-teal-400\/75{
    background-color: rgb(45 212 191 / 0.75);
  }

  .xxl\:bg-teal-400\/80{
    background-color: rgb(45 212 191 / 0.8);
  }

  .xxl\:bg-teal-400\/85{
    background-color: rgb(45 212 191 / 0.85);
  }

  .xxl\:bg-teal-400\/90{
    background-color: rgb(45 212 191 / 0.9);
  }

  .xxl\:bg-teal-400\/95{
    background-color: rgb(45 212 191 / 0.95);
  }

  .xxl\:bg-teal-50{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-50\/0{
    background-color: rgb(240 253 250 / 0);
  }

  .xxl\:bg-teal-50\/10{
    background-color: rgb(240 253 250 / 0.1);
  }

  .xxl\:bg-teal-50\/100{
    background-color: rgb(240 253 250 / 1);
  }

  .xxl\:bg-teal-50\/15{
    background-color: rgb(240 253 250 / 0.15);
  }

  .xxl\:bg-teal-50\/20{
    background-color: rgb(240 253 250 / 0.2);
  }

  .xxl\:bg-teal-50\/25{
    background-color: rgb(240 253 250 / 0.25);
  }

  .xxl\:bg-teal-50\/30{
    background-color: rgb(240 253 250 / 0.3);
  }

  .xxl\:bg-teal-50\/35{
    background-color: rgb(240 253 250 / 0.35);
  }

  .xxl\:bg-teal-50\/40{
    background-color: rgb(240 253 250 / 0.4);
  }

  .xxl\:bg-teal-50\/45{
    background-color: rgb(240 253 250 / 0.45);
  }

  .xxl\:bg-teal-50\/5{
    background-color: rgb(240 253 250 / 0.05);
  }

  .xxl\:bg-teal-50\/50{
    background-color: rgb(240 253 250 / 0.5);
  }

  .xxl\:bg-teal-50\/55{
    background-color: rgb(240 253 250 / 0.55);
  }

  .xxl\:bg-teal-50\/60{
    background-color: rgb(240 253 250 / 0.6);
  }

  .xxl\:bg-teal-50\/65{
    background-color: rgb(240 253 250 / 0.65);
  }

  .xxl\:bg-teal-50\/70{
    background-color: rgb(240 253 250 / 0.7);
  }

  .xxl\:bg-teal-50\/75{
    background-color: rgb(240 253 250 / 0.75);
  }

  .xxl\:bg-teal-50\/80{
    background-color: rgb(240 253 250 / 0.8);
  }

  .xxl\:bg-teal-50\/85{
    background-color: rgb(240 253 250 / 0.85);
  }

  .xxl\:bg-teal-50\/90{
    background-color: rgb(240 253 250 / 0.9);
  }

  .xxl\:bg-teal-50\/95{
    background-color: rgb(240 253 250 / 0.95);
  }

  .xxl\:bg-teal-500{
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-500\/0{
    background-color: rgb(20 184 166 / 0);
  }

  .xxl\:bg-teal-500\/10{
    background-color: rgb(20 184 166 / 0.1);
  }

  .xxl\:bg-teal-500\/100{
    background-color: rgb(20 184 166 / 1);
  }

  .xxl\:bg-teal-500\/15{
    background-color: rgb(20 184 166 / 0.15);
  }

  .xxl\:bg-teal-500\/20{
    background-color: rgb(20 184 166 / 0.2);
  }

  .xxl\:bg-teal-500\/25{
    background-color: rgb(20 184 166 / 0.25);
  }

  .xxl\:bg-teal-500\/30{
    background-color: rgb(20 184 166 / 0.3);
  }

  .xxl\:bg-teal-500\/35{
    background-color: rgb(20 184 166 / 0.35);
  }

  .xxl\:bg-teal-500\/40{
    background-color: rgb(20 184 166 / 0.4);
  }

  .xxl\:bg-teal-500\/45{
    background-color: rgb(20 184 166 / 0.45);
  }

  .xxl\:bg-teal-500\/5{
    background-color: rgb(20 184 166 / 0.05);
  }

  .xxl\:bg-teal-500\/50{
    background-color: rgb(20 184 166 / 0.5);
  }

  .xxl\:bg-teal-500\/55{
    background-color: rgb(20 184 166 / 0.55);
  }

  .xxl\:bg-teal-500\/60{
    background-color: rgb(20 184 166 / 0.6);
  }

  .xxl\:bg-teal-500\/65{
    background-color: rgb(20 184 166 / 0.65);
  }

  .xxl\:bg-teal-500\/70{
    background-color: rgb(20 184 166 / 0.7);
  }

  .xxl\:bg-teal-500\/75{
    background-color: rgb(20 184 166 / 0.75);
  }

  .xxl\:bg-teal-500\/80{
    background-color: rgb(20 184 166 / 0.8);
  }

  .xxl\:bg-teal-500\/85{
    background-color: rgb(20 184 166 / 0.85);
  }

  .xxl\:bg-teal-500\/90{
    background-color: rgb(20 184 166 / 0.9);
  }

  .xxl\:bg-teal-500\/95{
    background-color: rgb(20 184 166 / 0.95);
  }

  .xxl\:bg-teal-600{
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-600\/0{
    background-color: rgb(13 148 136 / 0);
  }

  .xxl\:bg-teal-600\/10{
    background-color: rgb(13 148 136 / 0.1);
  }

  .xxl\:bg-teal-600\/100{
    background-color: rgb(13 148 136 / 1);
  }

  .xxl\:bg-teal-600\/15{
    background-color: rgb(13 148 136 / 0.15);
  }

  .xxl\:bg-teal-600\/20{
    background-color: rgb(13 148 136 / 0.2);
  }

  .xxl\:bg-teal-600\/25{
    background-color: rgb(13 148 136 / 0.25);
  }

  .xxl\:bg-teal-600\/30{
    background-color: rgb(13 148 136 / 0.3);
  }

  .xxl\:bg-teal-600\/35{
    background-color: rgb(13 148 136 / 0.35);
  }

  .xxl\:bg-teal-600\/40{
    background-color: rgb(13 148 136 / 0.4);
  }

  .xxl\:bg-teal-600\/45{
    background-color: rgb(13 148 136 / 0.45);
  }

  .xxl\:bg-teal-600\/5{
    background-color: rgb(13 148 136 / 0.05);
  }

  .xxl\:bg-teal-600\/50{
    background-color: rgb(13 148 136 / 0.5);
  }

  .xxl\:bg-teal-600\/55{
    background-color: rgb(13 148 136 / 0.55);
  }

  .xxl\:bg-teal-600\/60{
    background-color: rgb(13 148 136 / 0.6);
  }

  .xxl\:bg-teal-600\/65{
    background-color: rgb(13 148 136 / 0.65);
  }

  .xxl\:bg-teal-600\/70{
    background-color: rgb(13 148 136 / 0.7);
  }

  .xxl\:bg-teal-600\/75{
    background-color: rgb(13 148 136 / 0.75);
  }

  .xxl\:bg-teal-600\/80{
    background-color: rgb(13 148 136 / 0.8);
  }

  .xxl\:bg-teal-600\/85{
    background-color: rgb(13 148 136 / 0.85);
  }

  .xxl\:bg-teal-600\/90{
    background-color: rgb(13 148 136 / 0.9);
  }

  .xxl\:bg-teal-600\/95{
    background-color: rgb(13 148 136 / 0.95);
  }

  .xxl\:bg-teal-700{
    --tw-bg-opacity: 1;
    background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-700\/0{
    background-color: rgb(15 118 110 / 0);
  }

  .xxl\:bg-teal-700\/10{
    background-color: rgb(15 118 110 / 0.1);
  }

  .xxl\:bg-teal-700\/100{
    background-color: rgb(15 118 110 / 1);
  }

  .xxl\:bg-teal-700\/15{
    background-color: rgb(15 118 110 / 0.15);
  }

  .xxl\:bg-teal-700\/20{
    background-color: rgb(15 118 110 / 0.2);
  }

  .xxl\:bg-teal-700\/25{
    background-color: rgb(15 118 110 / 0.25);
  }

  .xxl\:bg-teal-700\/30{
    background-color: rgb(15 118 110 / 0.3);
  }

  .xxl\:bg-teal-700\/35{
    background-color: rgb(15 118 110 / 0.35);
  }

  .xxl\:bg-teal-700\/40{
    background-color: rgb(15 118 110 / 0.4);
  }

  .xxl\:bg-teal-700\/45{
    background-color: rgb(15 118 110 / 0.45);
  }

  .xxl\:bg-teal-700\/5{
    background-color: rgb(15 118 110 / 0.05);
  }

  .xxl\:bg-teal-700\/50{
    background-color: rgb(15 118 110 / 0.5);
  }

  .xxl\:bg-teal-700\/55{
    background-color: rgb(15 118 110 / 0.55);
  }

  .xxl\:bg-teal-700\/60{
    background-color: rgb(15 118 110 / 0.6);
  }

  .xxl\:bg-teal-700\/65{
    background-color: rgb(15 118 110 / 0.65);
  }

  .xxl\:bg-teal-700\/70{
    background-color: rgb(15 118 110 / 0.7);
  }

  .xxl\:bg-teal-700\/75{
    background-color: rgb(15 118 110 / 0.75);
  }

  .xxl\:bg-teal-700\/80{
    background-color: rgb(15 118 110 / 0.8);
  }

  .xxl\:bg-teal-700\/85{
    background-color: rgb(15 118 110 / 0.85);
  }

  .xxl\:bg-teal-700\/90{
    background-color: rgb(15 118 110 / 0.9);
  }

  .xxl\:bg-teal-700\/95{
    background-color: rgb(15 118 110 / 0.95);
  }

  .xxl\:bg-teal-800{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-800\/0{
    background-color: rgb(17 94 89 / 0);
  }

  .xxl\:bg-teal-800\/10{
    background-color: rgb(17 94 89 / 0.1);
  }

  .xxl\:bg-teal-800\/100{
    background-color: rgb(17 94 89 / 1);
  }

  .xxl\:bg-teal-800\/15{
    background-color: rgb(17 94 89 / 0.15);
  }

  .xxl\:bg-teal-800\/20{
    background-color: rgb(17 94 89 / 0.2);
  }

  .xxl\:bg-teal-800\/25{
    background-color: rgb(17 94 89 / 0.25);
  }

  .xxl\:bg-teal-800\/30{
    background-color: rgb(17 94 89 / 0.3);
  }

  .xxl\:bg-teal-800\/35{
    background-color: rgb(17 94 89 / 0.35);
  }

  .xxl\:bg-teal-800\/40{
    background-color: rgb(17 94 89 / 0.4);
  }

  .xxl\:bg-teal-800\/45{
    background-color: rgb(17 94 89 / 0.45);
  }

  .xxl\:bg-teal-800\/5{
    background-color: rgb(17 94 89 / 0.05);
  }

  .xxl\:bg-teal-800\/50{
    background-color: rgb(17 94 89 / 0.5);
  }

  .xxl\:bg-teal-800\/55{
    background-color: rgb(17 94 89 / 0.55);
  }

  .xxl\:bg-teal-800\/60{
    background-color: rgb(17 94 89 / 0.6);
  }

  .xxl\:bg-teal-800\/65{
    background-color: rgb(17 94 89 / 0.65);
  }

  .xxl\:bg-teal-800\/70{
    background-color: rgb(17 94 89 / 0.7);
  }

  .xxl\:bg-teal-800\/75{
    background-color: rgb(17 94 89 / 0.75);
  }

  .xxl\:bg-teal-800\/80{
    background-color: rgb(17 94 89 / 0.8);
  }

  .xxl\:bg-teal-800\/85{
    background-color: rgb(17 94 89 / 0.85);
  }

  .xxl\:bg-teal-800\/90{
    background-color: rgb(17 94 89 / 0.9);
  }

  .xxl\:bg-teal-800\/95{
    background-color: rgb(17 94 89 / 0.95);
  }

  .xxl\:bg-teal-900{
    --tw-bg-opacity: 1;
    background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-900\/0{
    background-color: rgb(19 78 74 / 0);
  }

  .xxl\:bg-teal-900\/10{
    background-color: rgb(19 78 74 / 0.1);
  }

  .xxl\:bg-teal-900\/100{
    background-color: rgb(19 78 74 / 1);
  }

  .xxl\:bg-teal-900\/15{
    background-color: rgb(19 78 74 / 0.15);
  }

  .xxl\:bg-teal-900\/20{
    background-color: rgb(19 78 74 / 0.2);
  }

  .xxl\:bg-teal-900\/25{
    background-color: rgb(19 78 74 / 0.25);
  }

  .xxl\:bg-teal-900\/30{
    background-color: rgb(19 78 74 / 0.3);
  }

  .xxl\:bg-teal-900\/35{
    background-color: rgb(19 78 74 / 0.35);
  }

  .xxl\:bg-teal-900\/40{
    background-color: rgb(19 78 74 / 0.4);
  }

  .xxl\:bg-teal-900\/45{
    background-color: rgb(19 78 74 / 0.45);
  }

  .xxl\:bg-teal-900\/5{
    background-color: rgb(19 78 74 / 0.05);
  }

  .xxl\:bg-teal-900\/50{
    background-color: rgb(19 78 74 / 0.5);
  }

  .xxl\:bg-teal-900\/55{
    background-color: rgb(19 78 74 / 0.55);
  }

  .xxl\:bg-teal-900\/60{
    background-color: rgb(19 78 74 / 0.6);
  }

  .xxl\:bg-teal-900\/65{
    background-color: rgb(19 78 74 / 0.65);
  }

  .xxl\:bg-teal-900\/70{
    background-color: rgb(19 78 74 / 0.7);
  }

  .xxl\:bg-teal-900\/75{
    background-color: rgb(19 78 74 / 0.75);
  }

  .xxl\:bg-teal-900\/80{
    background-color: rgb(19 78 74 / 0.8);
  }

  .xxl\:bg-teal-900\/85{
    background-color: rgb(19 78 74 / 0.85);
  }

  .xxl\:bg-teal-900\/90{
    background-color: rgb(19 78 74 / 0.9);
  }

  .xxl\:bg-teal-900\/95{
    background-color: rgb(19 78 74 / 0.95);
  }

  .xxl\:bg-teal-950{
    --tw-bg-opacity: 1;
    background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-teal-950\/0{
    background-color: rgb(4 47 46 / 0);
  }

  .xxl\:bg-teal-950\/10{
    background-color: rgb(4 47 46 / 0.1);
  }

  .xxl\:bg-teal-950\/100{
    background-color: rgb(4 47 46 / 1);
  }

  .xxl\:bg-teal-950\/15{
    background-color: rgb(4 47 46 / 0.15);
  }

  .xxl\:bg-teal-950\/20{
    background-color: rgb(4 47 46 / 0.2);
  }

  .xxl\:bg-teal-950\/25{
    background-color: rgb(4 47 46 / 0.25);
  }

  .xxl\:bg-teal-950\/30{
    background-color: rgb(4 47 46 / 0.3);
  }

  .xxl\:bg-teal-950\/35{
    background-color: rgb(4 47 46 / 0.35);
  }

  .xxl\:bg-teal-950\/40{
    background-color: rgb(4 47 46 / 0.4);
  }

  .xxl\:bg-teal-950\/45{
    background-color: rgb(4 47 46 / 0.45);
  }

  .xxl\:bg-teal-950\/5{
    background-color: rgb(4 47 46 / 0.05);
  }

  .xxl\:bg-teal-950\/50{
    background-color: rgb(4 47 46 / 0.5);
  }

  .xxl\:bg-teal-950\/55{
    background-color: rgb(4 47 46 / 0.55);
  }

  .xxl\:bg-teal-950\/60{
    background-color: rgb(4 47 46 / 0.6);
  }

  .xxl\:bg-teal-950\/65{
    background-color: rgb(4 47 46 / 0.65);
  }

  .xxl\:bg-teal-950\/70{
    background-color: rgb(4 47 46 / 0.7);
  }

  .xxl\:bg-teal-950\/75{
    background-color: rgb(4 47 46 / 0.75);
  }

  .xxl\:bg-teal-950\/80{
    background-color: rgb(4 47 46 / 0.8);
  }

  .xxl\:bg-teal-950\/85{
    background-color: rgb(4 47 46 / 0.85);
  }

  .xxl\:bg-teal-950\/90{
    background-color: rgb(4 47 46 / 0.9);
  }

  .xxl\:bg-teal-950\/95{
    background-color: rgb(4 47 46 / 0.95);
  }

  .xxl\:bg-transparent{
    background-color: transparent;
  }

  .xxl\:bg-transparent\/0{
    background-color: rgb(0 0 0 / 0);
  }

  .xxl\:bg-transparent\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .xxl\:bg-transparent\/100{
    background-color: rgb(0 0 0 / 1);
  }

  .xxl\:bg-transparent\/15{
    background-color: rgb(0 0 0 / 0.15);
  }

  .xxl\:bg-transparent\/20{
    background-color: rgb(0 0 0 / 0.2);
  }

  .xxl\:bg-transparent\/25{
    background-color: rgb(0 0 0 / 0.25);
  }

  .xxl\:bg-transparent\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

  .xxl\:bg-transparent\/35{
    background-color: rgb(0 0 0 / 0.35);
  }

  .xxl\:bg-transparent\/40{
    background-color: rgb(0 0 0 / 0.4);
  }

  .xxl\:bg-transparent\/45{
    background-color: rgb(0 0 0 / 0.45);
  }

  .xxl\:bg-transparent\/5{
    background-color: rgb(0 0 0 / 0.05);
  }

  .xxl\:bg-transparent\/50{
    background-color: rgb(0 0 0 / 0.5);
  }

  .xxl\:bg-transparent\/55{
    background-color: rgb(0 0 0 / 0.55);
  }

  .xxl\:bg-transparent\/60{
    background-color: rgb(0 0 0 / 0.6);
  }

  .xxl\:bg-transparent\/65{
    background-color: rgb(0 0 0 / 0.65);
  }

  .xxl\:bg-transparent\/70{
    background-color: rgb(0 0 0 / 0.7);
  }

  .xxl\:bg-transparent\/75{
    background-color: rgb(0 0 0 / 0.75);
  }

  .xxl\:bg-transparent\/80{
    background-color: rgb(0 0 0 / 0.8);
  }

  .xxl\:bg-transparent\/85{
    background-color: rgb(0 0 0 / 0.85);
  }

  .xxl\:bg-transparent\/90{
    background-color: rgb(0 0 0 / 0.9);
  }

  .xxl\:bg-transparent\/95{
    background-color: rgb(0 0 0 / 0.95);
  }

  .xxl\:bg-violet-100{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-100\/0{
    background-color: rgb(237 233 254 / 0);
  }

  .xxl\:bg-violet-100\/10{
    background-color: rgb(237 233 254 / 0.1);
  }

  .xxl\:bg-violet-100\/100{
    background-color: rgb(237 233 254 / 1);
  }

  .xxl\:bg-violet-100\/15{
    background-color: rgb(237 233 254 / 0.15);
  }

  .xxl\:bg-violet-100\/20{
    background-color: rgb(237 233 254 / 0.2);
  }

  .xxl\:bg-violet-100\/25{
    background-color: rgb(237 233 254 / 0.25);
  }

  .xxl\:bg-violet-100\/30{
    background-color: rgb(237 233 254 / 0.3);
  }

  .xxl\:bg-violet-100\/35{
    background-color: rgb(237 233 254 / 0.35);
  }

  .xxl\:bg-violet-100\/40{
    background-color: rgb(237 233 254 / 0.4);
  }

  .xxl\:bg-violet-100\/45{
    background-color: rgb(237 233 254 / 0.45);
  }

  .xxl\:bg-violet-100\/5{
    background-color: rgb(237 233 254 / 0.05);
  }

  .xxl\:bg-violet-100\/50{
    background-color: rgb(237 233 254 / 0.5);
  }

  .xxl\:bg-violet-100\/55{
    background-color: rgb(237 233 254 / 0.55);
  }

  .xxl\:bg-violet-100\/60{
    background-color: rgb(237 233 254 / 0.6);
  }

  .xxl\:bg-violet-100\/65{
    background-color: rgb(237 233 254 / 0.65);
  }

  .xxl\:bg-violet-100\/70{
    background-color: rgb(237 233 254 / 0.7);
  }

  .xxl\:bg-violet-100\/75{
    background-color: rgb(237 233 254 / 0.75);
  }

  .xxl\:bg-violet-100\/80{
    background-color: rgb(237 233 254 / 0.8);
  }

  .xxl\:bg-violet-100\/85{
    background-color: rgb(237 233 254 / 0.85);
  }

  .xxl\:bg-violet-100\/90{
    background-color: rgb(237 233 254 / 0.9);
  }

  .xxl\:bg-violet-100\/95{
    background-color: rgb(237 233 254 / 0.95);
  }

  .xxl\:bg-violet-200{
    --tw-bg-opacity: 1;
    background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-200\/0{
    background-color: rgb(221 214 254 / 0);
  }

  .xxl\:bg-violet-200\/10{
    background-color: rgb(221 214 254 / 0.1);
  }

  .xxl\:bg-violet-200\/100{
    background-color: rgb(221 214 254 / 1);
  }

  .xxl\:bg-violet-200\/15{
    background-color: rgb(221 214 254 / 0.15);
  }

  .xxl\:bg-violet-200\/20{
    background-color: rgb(221 214 254 / 0.2);
  }

  .xxl\:bg-violet-200\/25{
    background-color: rgb(221 214 254 / 0.25);
  }

  .xxl\:bg-violet-200\/30{
    background-color: rgb(221 214 254 / 0.3);
  }

  .xxl\:bg-violet-200\/35{
    background-color: rgb(221 214 254 / 0.35);
  }

  .xxl\:bg-violet-200\/40{
    background-color: rgb(221 214 254 / 0.4);
  }

  .xxl\:bg-violet-200\/45{
    background-color: rgb(221 214 254 / 0.45);
  }

  .xxl\:bg-violet-200\/5{
    background-color: rgb(221 214 254 / 0.05);
  }

  .xxl\:bg-violet-200\/50{
    background-color: rgb(221 214 254 / 0.5);
  }

  .xxl\:bg-violet-200\/55{
    background-color: rgb(221 214 254 / 0.55);
  }

  .xxl\:bg-violet-200\/60{
    background-color: rgb(221 214 254 / 0.6);
  }

  .xxl\:bg-violet-200\/65{
    background-color: rgb(221 214 254 / 0.65);
  }

  .xxl\:bg-violet-200\/70{
    background-color: rgb(221 214 254 / 0.7);
  }

  .xxl\:bg-violet-200\/75{
    background-color: rgb(221 214 254 / 0.75);
  }

  .xxl\:bg-violet-200\/80{
    background-color: rgb(221 214 254 / 0.8);
  }

  .xxl\:bg-violet-200\/85{
    background-color: rgb(221 214 254 / 0.85);
  }

  .xxl\:bg-violet-200\/90{
    background-color: rgb(221 214 254 / 0.9);
  }

  .xxl\:bg-violet-200\/95{
    background-color: rgb(221 214 254 / 0.95);
  }

  .xxl\:bg-violet-300{
    --tw-bg-opacity: 1;
    background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-300\/0{
    background-color: rgb(196 181 253 / 0);
  }

  .xxl\:bg-violet-300\/10{
    background-color: rgb(196 181 253 / 0.1);
  }

  .xxl\:bg-violet-300\/100{
    background-color: rgb(196 181 253 / 1);
  }

  .xxl\:bg-violet-300\/15{
    background-color: rgb(196 181 253 / 0.15);
  }

  .xxl\:bg-violet-300\/20{
    background-color: rgb(196 181 253 / 0.2);
  }

  .xxl\:bg-violet-300\/25{
    background-color: rgb(196 181 253 / 0.25);
  }

  .xxl\:bg-violet-300\/30{
    background-color: rgb(196 181 253 / 0.3);
  }

  .xxl\:bg-violet-300\/35{
    background-color: rgb(196 181 253 / 0.35);
  }

  .xxl\:bg-violet-300\/40{
    background-color: rgb(196 181 253 / 0.4);
  }

  .xxl\:bg-violet-300\/45{
    background-color: rgb(196 181 253 / 0.45);
  }

  .xxl\:bg-violet-300\/5{
    background-color: rgb(196 181 253 / 0.05);
  }

  .xxl\:bg-violet-300\/50{
    background-color: rgb(196 181 253 / 0.5);
  }

  .xxl\:bg-violet-300\/55{
    background-color: rgb(196 181 253 / 0.55);
  }

  .xxl\:bg-violet-300\/60{
    background-color: rgb(196 181 253 / 0.6);
  }

  .xxl\:bg-violet-300\/65{
    background-color: rgb(196 181 253 / 0.65);
  }

  .xxl\:bg-violet-300\/70{
    background-color: rgb(196 181 253 / 0.7);
  }

  .xxl\:bg-violet-300\/75{
    background-color: rgb(196 181 253 / 0.75);
  }

  .xxl\:bg-violet-300\/80{
    background-color: rgb(196 181 253 / 0.8);
  }

  .xxl\:bg-violet-300\/85{
    background-color: rgb(196 181 253 / 0.85);
  }

  .xxl\:bg-violet-300\/90{
    background-color: rgb(196 181 253 / 0.9);
  }

  .xxl\:bg-violet-300\/95{
    background-color: rgb(196 181 253 / 0.95);
  }

  .xxl\:bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-400\/0{
    background-color: rgb(167 139 250 / 0);
  }

  .xxl\:bg-violet-400\/10{
    background-color: rgb(167 139 250 / 0.1);
  }

  .xxl\:bg-violet-400\/100{
    background-color: rgb(167 139 250 / 1);
  }

  .xxl\:bg-violet-400\/15{
    background-color: rgb(167 139 250 / 0.15);
  }

  .xxl\:bg-violet-400\/20{
    background-color: rgb(167 139 250 / 0.2);
  }

  .xxl\:bg-violet-400\/25{
    background-color: rgb(167 139 250 / 0.25);
  }

  .xxl\:bg-violet-400\/30{
    background-color: rgb(167 139 250 / 0.3);
  }

  .xxl\:bg-violet-400\/35{
    background-color: rgb(167 139 250 / 0.35);
  }

  .xxl\:bg-violet-400\/40{
    background-color: rgb(167 139 250 / 0.4);
  }

  .xxl\:bg-violet-400\/45{
    background-color: rgb(167 139 250 / 0.45);
  }

  .xxl\:bg-violet-400\/5{
    background-color: rgb(167 139 250 / 0.05);
  }

  .xxl\:bg-violet-400\/50{
    background-color: rgb(167 139 250 / 0.5);
  }

  .xxl\:bg-violet-400\/55{
    background-color: rgb(167 139 250 / 0.55);
  }

  .xxl\:bg-violet-400\/60{
    background-color: rgb(167 139 250 / 0.6);
  }

  .xxl\:bg-violet-400\/65{
    background-color: rgb(167 139 250 / 0.65);
  }

  .xxl\:bg-violet-400\/70{
    background-color: rgb(167 139 250 / 0.7);
  }

  .xxl\:bg-violet-400\/75{
    background-color: rgb(167 139 250 / 0.75);
  }

  .xxl\:bg-violet-400\/80{
    background-color: rgb(167 139 250 / 0.8);
  }

  .xxl\:bg-violet-400\/85{
    background-color: rgb(167 139 250 / 0.85);
  }

  .xxl\:bg-violet-400\/90{
    background-color: rgb(167 139 250 / 0.9);
  }

  .xxl\:bg-violet-400\/95{
    background-color: rgb(167 139 250 / 0.95);
  }

  .xxl\:bg-violet-50{
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-50\/0{
    background-color: rgb(245 243 255 / 0);
  }

  .xxl\:bg-violet-50\/10{
    background-color: rgb(245 243 255 / 0.1);
  }

  .xxl\:bg-violet-50\/100{
    background-color: rgb(245 243 255 / 1);
  }

  .xxl\:bg-violet-50\/15{
    background-color: rgb(245 243 255 / 0.15);
  }

  .xxl\:bg-violet-50\/20{
    background-color: rgb(245 243 255 / 0.2);
  }

  .xxl\:bg-violet-50\/25{
    background-color: rgb(245 243 255 / 0.25);
  }

  .xxl\:bg-violet-50\/30{
    background-color: rgb(245 243 255 / 0.3);
  }

  .xxl\:bg-violet-50\/35{
    background-color: rgb(245 243 255 / 0.35);
  }

  .xxl\:bg-violet-50\/40{
    background-color: rgb(245 243 255 / 0.4);
  }

  .xxl\:bg-violet-50\/45{
    background-color: rgb(245 243 255 / 0.45);
  }

  .xxl\:bg-violet-50\/5{
    background-color: rgb(245 243 255 / 0.05);
  }

  .xxl\:bg-violet-50\/50{
    background-color: rgb(245 243 255 / 0.5);
  }

  .xxl\:bg-violet-50\/55{
    background-color: rgb(245 243 255 / 0.55);
  }

  .xxl\:bg-violet-50\/60{
    background-color: rgb(245 243 255 / 0.6);
  }

  .xxl\:bg-violet-50\/65{
    background-color: rgb(245 243 255 / 0.65);
  }

  .xxl\:bg-violet-50\/70{
    background-color: rgb(245 243 255 / 0.7);
  }

  .xxl\:bg-violet-50\/75{
    background-color: rgb(245 243 255 / 0.75);
  }

  .xxl\:bg-violet-50\/80{
    background-color: rgb(245 243 255 / 0.8);
  }

  .xxl\:bg-violet-50\/85{
    background-color: rgb(245 243 255 / 0.85);
  }

  .xxl\:bg-violet-50\/90{
    background-color: rgb(245 243 255 / 0.9);
  }

  .xxl\:bg-violet-50\/95{
    background-color: rgb(245 243 255 / 0.95);
  }

  .xxl\:bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-500\/0{
    background-color: rgb(139 92 246 / 0);
  }

  .xxl\:bg-violet-500\/10{
    background-color: rgb(139 92 246 / 0.1);
  }

  .xxl\:bg-violet-500\/100{
    background-color: rgb(139 92 246 / 1);
  }

  .xxl\:bg-violet-500\/15{
    background-color: rgb(139 92 246 / 0.15);
  }

  .xxl\:bg-violet-500\/20{
    background-color: rgb(139 92 246 / 0.2);
  }

  .xxl\:bg-violet-500\/25{
    background-color: rgb(139 92 246 / 0.25);
  }

  .xxl\:bg-violet-500\/30{
    background-color: rgb(139 92 246 / 0.3);
  }

  .xxl\:bg-violet-500\/35{
    background-color: rgb(139 92 246 / 0.35);
  }

  .xxl\:bg-violet-500\/40{
    background-color: rgb(139 92 246 / 0.4);
  }

  .xxl\:bg-violet-500\/45{
    background-color: rgb(139 92 246 / 0.45);
  }

  .xxl\:bg-violet-500\/5{
    background-color: rgb(139 92 246 / 0.05);
  }

  .xxl\:bg-violet-500\/50{
    background-color: rgb(139 92 246 / 0.5);
  }

  .xxl\:bg-violet-500\/55{
    background-color: rgb(139 92 246 / 0.55);
  }

  .xxl\:bg-violet-500\/60{
    background-color: rgb(139 92 246 / 0.6);
  }

  .xxl\:bg-violet-500\/65{
    background-color: rgb(139 92 246 / 0.65);
  }

  .xxl\:bg-violet-500\/70{
    background-color: rgb(139 92 246 / 0.7);
  }

  .xxl\:bg-violet-500\/75{
    background-color: rgb(139 92 246 / 0.75);
  }

  .xxl\:bg-violet-500\/80{
    background-color: rgb(139 92 246 / 0.8);
  }

  .xxl\:bg-violet-500\/85{
    background-color: rgb(139 92 246 / 0.85);
  }

  .xxl\:bg-violet-500\/90{
    background-color: rgb(139 92 246 / 0.9);
  }

  .xxl\:bg-violet-500\/95{
    background-color: rgb(139 92 246 / 0.95);
  }

  .xxl\:bg-violet-600{
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-600\/0{
    background-color: rgb(124 58 237 / 0);
  }

  .xxl\:bg-violet-600\/10{
    background-color: rgb(124 58 237 / 0.1);
  }

  .xxl\:bg-violet-600\/100{
    background-color: rgb(124 58 237 / 1);
  }

  .xxl\:bg-violet-600\/15{
    background-color: rgb(124 58 237 / 0.15);
  }

  .xxl\:bg-violet-600\/20{
    background-color: rgb(124 58 237 / 0.2);
  }

  .xxl\:bg-violet-600\/25{
    background-color: rgb(124 58 237 / 0.25);
  }

  .xxl\:bg-violet-600\/30{
    background-color: rgb(124 58 237 / 0.3);
  }

  .xxl\:bg-violet-600\/35{
    background-color: rgb(124 58 237 / 0.35);
  }

  .xxl\:bg-violet-600\/40{
    background-color: rgb(124 58 237 / 0.4);
  }

  .xxl\:bg-violet-600\/45{
    background-color: rgb(124 58 237 / 0.45);
  }

  .xxl\:bg-violet-600\/5{
    background-color: rgb(124 58 237 / 0.05);
  }

  .xxl\:bg-violet-600\/50{
    background-color: rgb(124 58 237 / 0.5);
  }

  .xxl\:bg-violet-600\/55{
    background-color: rgb(124 58 237 / 0.55);
  }

  .xxl\:bg-violet-600\/60{
    background-color: rgb(124 58 237 / 0.6);
  }

  .xxl\:bg-violet-600\/65{
    background-color: rgb(124 58 237 / 0.65);
  }

  .xxl\:bg-violet-600\/70{
    background-color: rgb(124 58 237 / 0.7);
  }

  .xxl\:bg-violet-600\/75{
    background-color: rgb(124 58 237 / 0.75);
  }

  .xxl\:bg-violet-600\/80{
    background-color: rgb(124 58 237 / 0.8);
  }

  .xxl\:bg-violet-600\/85{
    background-color: rgb(124 58 237 / 0.85);
  }

  .xxl\:bg-violet-600\/90{
    background-color: rgb(124 58 237 / 0.9);
  }

  .xxl\:bg-violet-600\/95{
    background-color: rgb(124 58 237 / 0.95);
  }

  .xxl\:bg-violet-700{
    --tw-bg-opacity: 1;
    background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-700\/0{
    background-color: rgb(109 40 217 / 0);
  }

  .xxl\:bg-violet-700\/10{
    background-color: rgb(109 40 217 / 0.1);
  }

  .xxl\:bg-violet-700\/100{
    background-color: rgb(109 40 217 / 1);
  }

  .xxl\:bg-violet-700\/15{
    background-color: rgb(109 40 217 / 0.15);
  }

  .xxl\:bg-violet-700\/20{
    background-color: rgb(109 40 217 / 0.2);
  }

  .xxl\:bg-violet-700\/25{
    background-color: rgb(109 40 217 / 0.25);
  }

  .xxl\:bg-violet-700\/30{
    background-color: rgb(109 40 217 / 0.3);
  }

  .xxl\:bg-violet-700\/35{
    background-color: rgb(109 40 217 / 0.35);
  }

  .xxl\:bg-violet-700\/40{
    background-color: rgb(109 40 217 / 0.4);
  }

  .xxl\:bg-violet-700\/45{
    background-color: rgb(109 40 217 / 0.45);
  }

  .xxl\:bg-violet-700\/5{
    background-color: rgb(109 40 217 / 0.05);
  }

  .xxl\:bg-violet-700\/50{
    background-color: rgb(109 40 217 / 0.5);
  }

  .xxl\:bg-violet-700\/55{
    background-color: rgb(109 40 217 / 0.55);
  }

  .xxl\:bg-violet-700\/60{
    background-color: rgb(109 40 217 / 0.6);
  }

  .xxl\:bg-violet-700\/65{
    background-color: rgb(109 40 217 / 0.65);
  }

  .xxl\:bg-violet-700\/70{
    background-color: rgb(109 40 217 / 0.7);
  }

  .xxl\:bg-violet-700\/75{
    background-color: rgb(109 40 217 / 0.75);
  }

  .xxl\:bg-violet-700\/80{
    background-color: rgb(109 40 217 / 0.8);
  }

  .xxl\:bg-violet-700\/85{
    background-color: rgb(109 40 217 / 0.85);
  }

  .xxl\:bg-violet-700\/90{
    background-color: rgb(109 40 217 / 0.9);
  }

  .xxl\:bg-violet-700\/95{
    background-color: rgb(109 40 217 / 0.95);
  }

  .xxl\:bg-violet-800{
    --tw-bg-opacity: 1;
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-800\/0{
    background-color: rgb(91 33 182 / 0);
  }

  .xxl\:bg-violet-800\/10{
    background-color: rgb(91 33 182 / 0.1);
  }

  .xxl\:bg-violet-800\/100{
    background-color: rgb(91 33 182 / 1);
  }

  .xxl\:bg-violet-800\/15{
    background-color: rgb(91 33 182 / 0.15);
  }

  .xxl\:bg-violet-800\/20{
    background-color: rgb(91 33 182 / 0.2);
  }

  .xxl\:bg-violet-800\/25{
    background-color: rgb(91 33 182 / 0.25);
  }

  .xxl\:bg-violet-800\/30{
    background-color: rgb(91 33 182 / 0.3);
  }

  .xxl\:bg-violet-800\/35{
    background-color: rgb(91 33 182 / 0.35);
  }

  .xxl\:bg-violet-800\/40{
    background-color: rgb(91 33 182 / 0.4);
  }

  .xxl\:bg-violet-800\/45{
    background-color: rgb(91 33 182 / 0.45);
  }

  .xxl\:bg-violet-800\/5{
    background-color: rgb(91 33 182 / 0.05);
  }

  .xxl\:bg-violet-800\/50{
    background-color: rgb(91 33 182 / 0.5);
  }

  .xxl\:bg-violet-800\/55{
    background-color: rgb(91 33 182 / 0.55);
  }

  .xxl\:bg-violet-800\/60{
    background-color: rgb(91 33 182 / 0.6);
  }

  .xxl\:bg-violet-800\/65{
    background-color: rgb(91 33 182 / 0.65);
  }

  .xxl\:bg-violet-800\/70{
    background-color: rgb(91 33 182 / 0.7);
  }

  .xxl\:bg-violet-800\/75{
    background-color: rgb(91 33 182 / 0.75);
  }

  .xxl\:bg-violet-800\/80{
    background-color: rgb(91 33 182 / 0.8);
  }

  .xxl\:bg-violet-800\/85{
    background-color: rgb(91 33 182 / 0.85);
  }

  .xxl\:bg-violet-800\/90{
    background-color: rgb(91 33 182 / 0.9);
  }

  .xxl\:bg-violet-800\/95{
    background-color: rgb(91 33 182 / 0.95);
  }

  .xxl\:bg-violet-900{
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-900\/0{
    background-color: rgb(76 29 149 / 0);
  }

  .xxl\:bg-violet-900\/10{
    background-color: rgb(76 29 149 / 0.1);
  }

  .xxl\:bg-violet-900\/100{
    background-color: rgb(76 29 149 / 1);
  }

  .xxl\:bg-violet-900\/15{
    background-color: rgb(76 29 149 / 0.15);
  }

  .xxl\:bg-violet-900\/20{
    background-color: rgb(76 29 149 / 0.2);
  }

  .xxl\:bg-violet-900\/25{
    background-color: rgb(76 29 149 / 0.25);
  }

  .xxl\:bg-violet-900\/30{
    background-color: rgb(76 29 149 / 0.3);
  }

  .xxl\:bg-violet-900\/35{
    background-color: rgb(76 29 149 / 0.35);
  }

  .xxl\:bg-violet-900\/40{
    background-color: rgb(76 29 149 / 0.4);
  }

  .xxl\:bg-violet-900\/45{
    background-color: rgb(76 29 149 / 0.45);
  }

  .xxl\:bg-violet-900\/5{
    background-color: rgb(76 29 149 / 0.05);
  }

  .xxl\:bg-violet-900\/50{
    background-color: rgb(76 29 149 / 0.5);
  }

  .xxl\:bg-violet-900\/55{
    background-color: rgb(76 29 149 / 0.55);
  }

  .xxl\:bg-violet-900\/60{
    background-color: rgb(76 29 149 / 0.6);
  }

  .xxl\:bg-violet-900\/65{
    background-color: rgb(76 29 149 / 0.65);
  }

  .xxl\:bg-violet-900\/70{
    background-color: rgb(76 29 149 / 0.7);
  }

  .xxl\:bg-violet-900\/75{
    background-color: rgb(76 29 149 / 0.75);
  }

  .xxl\:bg-violet-900\/80{
    background-color: rgb(76 29 149 / 0.8);
  }

  .xxl\:bg-violet-900\/85{
    background-color: rgb(76 29 149 / 0.85);
  }

  .xxl\:bg-violet-900\/90{
    background-color: rgb(76 29 149 / 0.9);
  }

  .xxl\:bg-violet-900\/95{
    background-color: rgb(76 29 149 / 0.95);
  }

  .xxl\:bg-violet-950{
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-violet-950\/0{
    background-color: rgb(46 16 101 / 0);
  }

  .xxl\:bg-violet-950\/10{
    background-color: rgb(46 16 101 / 0.1);
  }

  .xxl\:bg-violet-950\/100{
    background-color: rgb(46 16 101 / 1);
  }

  .xxl\:bg-violet-950\/15{
    background-color: rgb(46 16 101 / 0.15);
  }

  .xxl\:bg-violet-950\/20{
    background-color: rgb(46 16 101 / 0.2);
  }

  .xxl\:bg-violet-950\/25{
    background-color: rgb(46 16 101 / 0.25);
  }

  .xxl\:bg-violet-950\/30{
    background-color: rgb(46 16 101 / 0.3);
  }

  .xxl\:bg-violet-950\/35{
    background-color: rgb(46 16 101 / 0.35);
  }

  .xxl\:bg-violet-950\/40{
    background-color: rgb(46 16 101 / 0.4);
  }

  .xxl\:bg-violet-950\/45{
    background-color: rgb(46 16 101 / 0.45);
  }

  .xxl\:bg-violet-950\/5{
    background-color: rgb(46 16 101 / 0.05);
  }

  .xxl\:bg-violet-950\/50{
    background-color: rgb(46 16 101 / 0.5);
  }

  .xxl\:bg-violet-950\/55{
    background-color: rgb(46 16 101 / 0.55);
  }

  .xxl\:bg-violet-950\/60{
    background-color: rgb(46 16 101 / 0.6);
  }

  .xxl\:bg-violet-950\/65{
    background-color: rgb(46 16 101 / 0.65);
  }

  .xxl\:bg-violet-950\/70{
    background-color: rgb(46 16 101 / 0.7);
  }

  .xxl\:bg-violet-950\/75{
    background-color: rgb(46 16 101 / 0.75);
  }

  .xxl\:bg-violet-950\/80{
    background-color: rgb(46 16 101 / 0.8);
  }

  .xxl\:bg-violet-950\/85{
    background-color: rgb(46 16 101 / 0.85);
  }

  .xxl\:bg-violet-950\/90{
    background-color: rgb(46 16 101 / 0.9);
  }

  .xxl\:bg-violet-950\/95{
    background-color: rgb(46 16 101 / 0.95);
  }

  .xxl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-white\/0{
    background-color: rgb(255 255 255 / 0);
  }

  .xxl\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .xxl\:bg-white\/100{
    background-color: rgb(255 255 255 / 1);
  }

  .xxl\:bg-white\/15{
    background-color: rgb(255 255 255 / 0.15);
  }

  .xxl\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }

  .xxl\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .xxl\:bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
  }

  .xxl\:bg-white\/35{
    background-color: rgb(255 255 255 / 0.35);
  }

  .xxl\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }

  .xxl\:bg-white\/45{
    background-color: rgb(255 255 255 / 0.45);
  }

  .xxl\:bg-white\/5{
    background-color: rgb(255 255 255 / 0.05);
  }

  .xxl\:bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
  }

  .xxl\:bg-white\/55{
    background-color: rgb(255 255 255 / 0.55);
  }

  .xxl\:bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
  }

  .xxl\:bg-white\/65{
    background-color: rgb(255 255 255 / 0.65);
  }

  .xxl\:bg-white\/70{
    background-color: rgb(255 255 255 / 0.7);
  }

  .xxl\:bg-white\/75{
    background-color: rgb(255 255 255 / 0.75);
  }

  .xxl\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }

  .xxl\:bg-white\/85{
    background-color: rgb(255 255 255 / 0.85);
  }

  .xxl\:bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
  }

  .xxl\:bg-white\/95{
    background-color: rgb(255 255 255 / 0.95);
  }

  .xxl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-100\/0{
    background-color: rgb(254 249 195 / 0);
  }

  .xxl\:bg-yellow-100\/10{
    background-color: rgb(254 249 195 / 0.1);
  }

  .xxl\:bg-yellow-100\/100{
    background-color: rgb(254 249 195 / 1);
  }

  .xxl\:bg-yellow-100\/15{
    background-color: rgb(254 249 195 / 0.15);
  }

  .xxl\:bg-yellow-100\/20{
    background-color: rgb(254 249 195 / 0.2);
  }

  .xxl\:bg-yellow-100\/25{
    background-color: rgb(254 249 195 / 0.25);
  }

  .xxl\:bg-yellow-100\/30{
    background-color: rgb(254 249 195 / 0.3);
  }

  .xxl\:bg-yellow-100\/35{
    background-color: rgb(254 249 195 / 0.35);
  }

  .xxl\:bg-yellow-100\/40{
    background-color: rgb(254 249 195 / 0.4);
  }

  .xxl\:bg-yellow-100\/45{
    background-color: rgb(254 249 195 / 0.45);
  }

  .xxl\:bg-yellow-100\/5{
    background-color: rgb(254 249 195 / 0.05);
  }

  .xxl\:bg-yellow-100\/50{
    background-color: rgb(254 249 195 / 0.5);
  }

  .xxl\:bg-yellow-100\/55{
    background-color: rgb(254 249 195 / 0.55);
  }

  .xxl\:bg-yellow-100\/60{
    background-color: rgb(254 249 195 / 0.6);
  }

  .xxl\:bg-yellow-100\/65{
    background-color: rgb(254 249 195 / 0.65);
  }

  .xxl\:bg-yellow-100\/70{
    background-color: rgb(254 249 195 / 0.7);
  }

  .xxl\:bg-yellow-100\/75{
    background-color: rgb(254 249 195 / 0.75);
  }

  .xxl\:bg-yellow-100\/80{
    background-color: rgb(254 249 195 / 0.8);
  }

  .xxl\:bg-yellow-100\/85{
    background-color: rgb(254 249 195 / 0.85);
  }

  .xxl\:bg-yellow-100\/90{
    background-color: rgb(254 249 195 / 0.9);
  }

  .xxl\:bg-yellow-100\/95{
    background-color: rgb(254 249 195 / 0.95);
  }

  .xxl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-200\/0{
    background-color: rgb(254 240 138 / 0);
  }

  .xxl\:bg-yellow-200\/10{
    background-color: rgb(254 240 138 / 0.1);
  }

  .xxl\:bg-yellow-200\/100{
    background-color: rgb(254 240 138 / 1);
  }

  .xxl\:bg-yellow-200\/15{
    background-color: rgb(254 240 138 / 0.15);
  }

  .xxl\:bg-yellow-200\/20{
    background-color: rgb(254 240 138 / 0.2);
  }

  .xxl\:bg-yellow-200\/25{
    background-color: rgb(254 240 138 / 0.25);
  }

  .xxl\:bg-yellow-200\/30{
    background-color: rgb(254 240 138 / 0.3);
  }

  .xxl\:bg-yellow-200\/35{
    background-color: rgb(254 240 138 / 0.35);
  }

  .xxl\:bg-yellow-200\/40{
    background-color: rgb(254 240 138 / 0.4);
  }

  .xxl\:bg-yellow-200\/45{
    background-color: rgb(254 240 138 / 0.45);
  }

  .xxl\:bg-yellow-200\/5{
    background-color: rgb(254 240 138 / 0.05);
  }

  .xxl\:bg-yellow-200\/50{
    background-color: rgb(254 240 138 / 0.5);
  }

  .xxl\:bg-yellow-200\/55{
    background-color: rgb(254 240 138 / 0.55);
  }

  .xxl\:bg-yellow-200\/60{
    background-color: rgb(254 240 138 / 0.6);
  }

  .xxl\:bg-yellow-200\/65{
    background-color: rgb(254 240 138 / 0.65);
  }

  .xxl\:bg-yellow-200\/70{
    background-color: rgb(254 240 138 / 0.7);
  }

  .xxl\:bg-yellow-200\/75{
    background-color: rgb(254 240 138 / 0.75);
  }

  .xxl\:bg-yellow-200\/80{
    background-color: rgb(254 240 138 / 0.8);
  }

  .xxl\:bg-yellow-200\/85{
    background-color: rgb(254 240 138 / 0.85);
  }

  .xxl\:bg-yellow-200\/90{
    background-color: rgb(254 240 138 / 0.9);
  }

  .xxl\:bg-yellow-200\/95{
    background-color: rgb(254 240 138 / 0.95);
  }

  .xxl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-300\/0{
    background-color: rgb(253 224 71 / 0);
  }

  .xxl\:bg-yellow-300\/10{
    background-color: rgb(253 224 71 / 0.1);
  }

  .xxl\:bg-yellow-300\/100{
    background-color: rgb(253 224 71 / 1);
  }

  .xxl\:bg-yellow-300\/15{
    background-color: rgb(253 224 71 / 0.15);
  }

  .xxl\:bg-yellow-300\/20{
    background-color: rgb(253 224 71 / 0.2);
  }

  .xxl\:bg-yellow-300\/25{
    background-color: rgb(253 224 71 / 0.25);
  }

  .xxl\:bg-yellow-300\/30{
    background-color: rgb(253 224 71 / 0.3);
  }

  .xxl\:bg-yellow-300\/35{
    background-color: rgb(253 224 71 / 0.35);
  }

  .xxl\:bg-yellow-300\/40{
    background-color: rgb(253 224 71 / 0.4);
  }

  .xxl\:bg-yellow-300\/45{
    background-color: rgb(253 224 71 / 0.45);
  }

  .xxl\:bg-yellow-300\/5{
    background-color: rgb(253 224 71 / 0.05);
  }

  .xxl\:bg-yellow-300\/50{
    background-color: rgb(253 224 71 / 0.5);
  }

  .xxl\:bg-yellow-300\/55{
    background-color: rgb(253 224 71 / 0.55);
  }

  .xxl\:bg-yellow-300\/60{
    background-color: rgb(253 224 71 / 0.6);
  }

  .xxl\:bg-yellow-300\/65{
    background-color: rgb(253 224 71 / 0.65);
  }

  .xxl\:bg-yellow-300\/70{
    background-color: rgb(253 224 71 / 0.7);
  }

  .xxl\:bg-yellow-300\/75{
    background-color: rgb(253 224 71 / 0.75);
  }

  .xxl\:bg-yellow-300\/80{
    background-color: rgb(253 224 71 / 0.8);
  }

  .xxl\:bg-yellow-300\/85{
    background-color: rgb(253 224 71 / 0.85);
  }

  .xxl\:bg-yellow-300\/90{
    background-color: rgb(253 224 71 / 0.9);
  }

  .xxl\:bg-yellow-300\/95{
    background-color: rgb(253 224 71 / 0.95);
  }

  .xxl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-400\/0{
    background-color: rgb(250 204 21 / 0);
  }

  .xxl\:bg-yellow-400\/10{
    background-color: rgb(250 204 21 / 0.1);
  }

  .xxl\:bg-yellow-400\/100{
    background-color: rgb(250 204 21 / 1);
  }

  .xxl\:bg-yellow-400\/15{
    background-color: rgb(250 204 21 / 0.15);
  }

  .xxl\:bg-yellow-400\/20{
    background-color: rgb(250 204 21 / 0.2);
  }

  .xxl\:bg-yellow-400\/25{
    background-color: rgb(250 204 21 / 0.25);
  }

  .xxl\:bg-yellow-400\/30{
    background-color: rgb(250 204 21 / 0.3);
  }

  .xxl\:bg-yellow-400\/35{
    background-color: rgb(250 204 21 / 0.35);
  }

  .xxl\:bg-yellow-400\/40{
    background-color: rgb(250 204 21 / 0.4);
  }

  .xxl\:bg-yellow-400\/45{
    background-color: rgb(250 204 21 / 0.45);
  }

  .xxl\:bg-yellow-400\/5{
    background-color: rgb(250 204 21 / 0.05);
  }

  .xxl\:bg-yellow-400\/50{
    background-color: rgb(250 204 21 / 0.5);
  }

  .xxl\:bg-yellow-400\/55{
    background-color: rgb(250 204 21 / 0.55);
  }

  .xxl\:bg-yellow-400\/60{
    background-color: rgb(250 204 21 / 0.6);
  }

  .xxl\:bg-yellow-400\/65{
    background-color: rgb(250 204 21 / 0.65);
  }

  .xxl\:bg-yellow-400\/70{
    background-color: rgb(250 204 21 / 0.7);
  }

  .xxl\:bg-yellow-400\/75{
    background-color: rgb(250 204 21 / 0.75);
  }

  .xxl\:bg-yellow-400\/80{
    background-color: rgb(250 204 21 / 0.8);
  }

  .xxl\:bg-yellow-400\/85{
    background-color: rgb(250 204 21 / 0.85);
  }

  .xxl\:bg-yellow-400\/90{
    background-color: rgb(250 204 21 / 0.9);
  }

  .xxl\:bg-yellow-400\/95{
    background-color: rgb(250 204 21 / 0.95);
  }

  .xxl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-50\/0{
    background-color: rgb(254 252 232 / 0);
  }

  .xxl\:bg-yellow-50\/10{
    background-color: rgb(254 252 232 / 0.1);
  }

  .xxl\:bg-yellow-50\/100{
    background-color: rgb(254 252 232 / 1);
  }

  .xxl\:bg-yellow-50\/15{
    background-color: rgb(254 252 232 / 0.15);
  }

  .xxl\:bg-yellow-50\/20{
    background-color: rgb(254 252 232 / 0.2);
  }

  .xxl\:bg-yellow-50\/25{
    background-color: rgb(254 252 232 / 0.25);
  }

  .xxl\:bg-yellow-50\/30{
    background-color: rgb(254 252 232 / 0.3);
  }

  .xxl\:bg-yellow-50\/35{
    background-color: rgb(254 252 232 / 0.35);
  }

  .xxl\:bg-yellow-50\/40{
    background-color: rgb(254 252 232 / 0.4);
  }

  .xxl\:bg-yellow-50\/45{
    background-color: rgb(254 252 232 / 0.45);
  }

  .xxl\:bg-yellow-50\/5{
    background-color: rgb(254 252 232 / 0.05);
  }

  .xxl\:bg-yellow-50\/50{
    background-color: rgb(254 252 232 / 0.5);
  }

  .xxl\:bg-yellow-50\/55{
    background-color: rgb(254 252 232 / 0.55);
  }

  .xxl\:bg-yellow-50\/60{
    background-color: rgb(254 252 232 / 0.6);
  }

  .xxl\:bg-yellow-50\/65{
    background-color: rgb(254 252 232 / 0.65);
  }

  .xxl\:bg-yellow-50\/70{
    background-color: rgb(254 252 232 / 0.7);
  }

  .xxl\:bg-yellow-50\/75{
    background-color: rgb(254 252 232 / 0.75);
  }

  .xxl\:bg-yellow-50\/80{
    background-color: rgb(254 252 232 / 0.8);
  }

  .xxl\:bg-yellow-50\/85{
    background-color: rgb(254 252 232 / 0.85);
  }

  .xxl\:bg-yellow-50\/90{
    background-color: rgb(254 252 232 / 0.9);
  }

  .xxl\:bg-yellow-50\/95{
    background-color: rgb(254 252 232 / 0.95);
  }

  .xxl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-500\/0{
    background-color: rgb(234 179 8 / 0);
  }

  .xxl\:bg-yellow-500\/10{
    background-color: rgb(234 179 8 / 0.1);
  }

  .xxl\:bg-yellow-500\/100{
    background-color: rgb(234 179 8 / 1);
  }

  .xxl\:bg-yellow-500\/15{
    background-color: rgb(234 179 8 / 0.15);
  }

  .xxl\:bg-yellow-500\/20{
    background-color: rgb(234 179 8 / 0.2);
  }

  .xxl\:bg-yellow-500\/25{
    background-color: rgb(234 179 8 / 0.25);
  }

  .xxl\:bg-yellow-500\/30{
    background-color: rgb(234 179 8 / 0.3);
  }

  .xxl\:bg-yellow-500\/35{
    background-color: rgb(234 179 8 / 0.35);
  }

  .xxl\:bg-yellow-500\/40{
    background-color: rgb(234 179 8 / 0.4);
  }

  .xxl\:bg-yellow-500\/45{
    background-color: rgb(234 179 8 / 0.45);
  }

  .xxl\:bg-yellow-500\/5{
    background-color: rgb(234 179 8 / 0.05);
  }

  .xxl\:bg-yellow-500\/50{
    background-color: rgb(234 179 8 / 0.5);
  }

  .xxl\:bg-yellow-500\/55{
    background-color: rgb(234 179 8 / 0.55);
  }

  .xxl\:bg-yellow-500\/60{
    background-color: rgb(234 179 8 / 0.6);
  }

  .xxl\:bg-yellow-500\/65{
    background-color: rgb(234 179 8 / 0.65);
  }

  .xxl\:bg-yellow-500\/70{
    background-color: rgb(234 179 8 / 0.7);
  }

  .xxl\:bg-yellow-500\/75{
    background-color: rgb(234 179 8 / 0.75);
  }

  .xxl\:bg-yellow-500\/80{
    background-color: rgb(234 179 8 / 0.8);
  }

  .xxl\:bg-yellow-500\/85{
    background-color: rgb(234 179 8 / 0.85);
  }

  .xxl\:bg-yellow-500\/90{
    background-color: rgb(234 179 8 / 0.9);
  }

  .xxl\:bg-yellow-500\/95{
    background-color: rgb(234 179 8 / 0.95);
  }

  .xxl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-600\/0{
    background-color: rgb(202 138 4 / 0);
  }

  .xxl\:bg-yellow-600\/10{
    background-color: rgb(202 138 4 / 0.1);
  }

  .xxl\:bg-yellow-600\/100{
    background-color: rgb(202 138 4 / 1);
  }

  .xxl\:bg-yellow-600\/15{
    background-color: rgb(202 138 4 / 0.15);
  }

  .xxl\:bg-yellow-600\/20{
    background-color: rgb(202 138 4 / 0.2);
  }

  .xxl\:bg-yellow-600\/25{
    background-color: rgb(202 138 4 / 0.25);
  }

  .xxl\:bg-yellow-600\/30{
    background-color: rgb(202 138 4 / 0.3);
  }

  .xxl\:bg-yellow-600\/35{
    background-color: rgb(202 138 4 / 0.35);
  }

  .xxl\:bg-yellow-600\/40{
    background-color: rgb(202 138 4 / 0.4);
  }

  .xxl\:bg-yellow-600\/45{
    background-color: rgb(202 138 4 / 0.45);
  }

  .xxl\:bg-yellow-600\/5{
    background-color: rgb(202 138 4 / 0.05);
  }

  .xxl\:bg-yellow-600\/50{
    background-color: rgb(202 138 4 / 0.5);
  }

  .xxl\:bg-yellow-600\/55{
    background-color: rgb(202 138 4 / 0.55);
  }

  .xxl\:bg-yellow-600\/60{
    background-color: rgb(202 138 4 / 0.6);
  }

  .xxl\:bg-yellow-600\/65{
    background-color: rgb(202 138 4 / 0.65);
  }

  .xxl\:bg-yellow-600\/70{
    background-color: rgb(202 138 4 / 0.7);
  }

  .xxl\:bg-yellow-600\/75{
    background-color: rgb(202 138 4 / 0.75);
  }

  .xxl\:bg-yellow-600\/80{
    background-color: rgb(202 138 4 / 0.8);
  }

  .xxl\:bg-yellow-600\/85{
    background-color: rgb(202 138 4 / 0.85);
  }

  .xxl\:bg-yellow-600\/90{
    background-color: rgb(202 138 4 / 0.9);
  }

  .xxl\:bg-yellow-600\/95{
    background-color: rgb(202 138 4 / 0.95);
  }

  .xxl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-700\/0{
    background-color: rgb(161 98 7 / 0);
  }

  .xxl\:bg-yellow-700\/10{
    background-color: rgb(161 98 7 / 0.1);
  }

  .xxl\:bg-yellow-700\/100{
    background-color: rgb(161 98 7 / 1);
  }

  .xxl\:bg-yellow-700\/15{
    background-color: rgb(161 98 7 / 0.15);
  }

  .xxl\:bg-yellow-700\/20{
    background-color: rgb(161 98 7 / 0.2);
  }

  .xxl\:bg-yellow-700\/25{
    background-color: rgb(161 98 7 / 0.25);
  }

  .xxl\:bg-yellow-700\/30{
    background-color: rgb(161 98 7 / 0.3);
  }

  .xxl\:bg-yellow-700\/35{
    background-color: rgb(161 98 7 / 0.35);
  }

  .xxl\:bg-yellow-700\/40{
    background-color: rgb(161 98 7 / 0.4);
  }

  .xxl\:bg-yellow-700\/45{
    background-color: rgb(161 98 7 / 0.45);
  }

  .xxl\:bg-yellow-700\/5{
    background-color: rgb(161 98 7 / 0.05);
  }

  .xxl\:bg-yellow-700\/50{
    background-color: rgb(161 98 7 / 0.5);
  }

  .xxl\:bg-yellow-700\/55{
    background-color: rgb(161 98 7 / 0.55);
  }

  .xxl\:bg-yellow-700\/60{
    background-color: rgb(161 98 7 / 0.6);
  }

  .xxl\:bg-yellow-700\/65{
    background-color: rgb(161 98 7 / 0.65);
  }

  .xxl\:bg-yellow-700\/70{
    background-color: rgb(161 98 7 / 0.7);
  }

  .xxl\:bg-yellow-700\/75{
    background-color: rgb(161 98 7 / 0.75);
  }

  .xxl\:bg-yellow-700\/80{
    background-color: rgb(161 98 7 / 0.8);
  }

  .xxl\:bg-yellow-700\/85{
    background-color: rgb(161 98 7 / 0.85);
  }

  .xxl\:bg-yellow-700\/90{
    background-color: rgb(161 98 7 / 0.9);
  }

  .xxl\:bg-yellow-700\/95{
    background-color: rgb(161 98 7 / 0.95);
  }

  .xxl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-800\/0{
    background-color: rgb(133 77 14 / 0);
  }

  .xxl\:bg-yellow-800\/10{
    background-color: rgb(133 77 14 / 0.1);
  }

  .xxl\:bg-yellow-800\/100{
    background-color: rgb(133 77 14 / 1);
  }

  .xxl\:bg-yellow-800\/15{
    background-color: rgb(133 77 14 / 0.15);
  }

  .xxl\:bg-yellow-800\/20{
    background-color: rgb(133 77 14 / 0.2);
  }

  .xxl\:bg-yellow-800\/25{
    background-color: rgb(133 77 14 / 0.25);
  }

  .xxl\:bg-yellow-800\/30{
    background-color: rgb(133 77 14 / 0.3);
  }

  .xxl\:bg-yellow-800\/35{
    background-color: rgb(133 77 14 / 0.35);
  }

  .xxl\:bg-yellow-800\/40{
    background-color: rgb(133 77 14 / 0.4);
  }

  .xxl\:bg-yellow-800\/45{
    background-color: rgb(133 77 14 / 0.45);
  }

  .xxl\:bg-yellow-800\/5{
    background-color: rgb(133 77 14 / 0.05);
  }

  .xxl\:bg-yellow-800\/50{
    background-color: rgb(133 77 14 / 0.5);
  }

  .xxl\:bg-yellow-800\/55{
    background-color: rgb(133 77 14 / 0.55);
  }

  .xxl\:bg-yellow-800\/60{
    background-color: rgb(133 77 14 / 0.6);
  }

  .xxl\:bg-yellow-800\/65{
    background-color: rgb(133 77 14 / 0.65);
  }

  .xxl\:bg-yellow-800\/70{
    background-color: rgb(133 77 14 / 0.7);
  }

  .xxl\:bg-yellow-800\/75{
    background-color: rgb(133 77 14 / 0.75);
  }

  .xxl\:bg-yellow-800\/80{
    background-color: rgb(133 77 14 / 0.8);
  }

  .xxl\:bg-yellow-800\/85{
    background-color: rgb(133 77 14 / 0.85);
  }

  .xxl\:bg-yellow-800\/90{
    background-color: rgb(133 77 14 / 0.9);
  }

  .xxl\:bg-yellow-800\/95{
    background-color: rgb(133 77 14 / 0.95);
  }

  .xxl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-900\/0{
    background-color: rgb(113 63 18 / 0);
  }

  .xxl\:bg-yellow-900\/10{
    background-color: rgb(113 63 18 / 0.1);
  }

  .xxl\:bg-yellow-900\/100{
    background-color: rgb(113 63 18 / 1);
  }

  .xxl\:bg-yellow-900\/15{
    background-color: rgb(113 63 18 / 0.15);
  }

  .xxl\:bg-yellow-900\/20{
    background-color: rgb(113 63 18 / 0.2);
  }

  .xxl\:bg-yellow-900\/25{
    background-color: rgb(113 63 18 / 0.25);
  }

  .xxl\:bg-yellow-900\/30{
    background-color: rgb(113 63 18 / 0.3);
  }

  .xxl\:bg-yellow-900\/35{
    background-color: rgb(113 63 18 / 0.35);
  }

  .xxl\:bg-yellow-900\/40{
    background-color: rgb(113 63 18 / 0.4);
  }

  .xxl\:bg-yellow-900\/45{
    background-color: rgb(113 63 18 / 0.45);
  }

  .xxl\:bg-yellow-900\/5{
    background-color: rgb(113 63 18 / 0.05);
  }

  .xxl\:bg-yellow-900\/50{
    background-color: rgb(113 63 18 / 0.5);
  }

  .xxl\:bg-yellow-900\/55{
    background-color: rgb(113 63 18 / 0.55);
  }

  .xxl\:bg-yellow-900\/60{
    background-color: rgb(113 63 18 / 0.6);
  }

  .xxl\:bg-yellow-900\/65{
    background-color: rgb(113 63 18 / 0.65);
  }

  .xxl\:bg-yellow-900\/70{
    background-color: rgb(113 63 18 / 0.7);
  }

  .xxl\:bg-yellow-900\/75{
    background-color: rgb(113 63 18 / 0.75);
  }

  .xxl\:bg-yellow-900\/80{
    background-color: rgb(113 63 18 / 0.8);
  }

  .xxl\:bg-yellow-900\/85{
    background-color: rgb(113 63 18 / 0.85);
  }

  .xxl\:bg-yellow-900\/90{
    background-color: rgb(113 63 18 / 0.9);
  }

  .xxl\:bg-yellow-900\/95{
    background-color: rgb(113 63 18 / 0.95);
  }

  .xxl\:bg-yellow-950{
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-yellow-950\/0{
    background-color: rgb(66 32 6 / 0);
  }

  .xxl\:bg-yellow-950\/10{
    background-color: rgb(66 32 6 / 0.1);
  }

  .xxl\:bg-yellow-950\/100{
    background-color: rgb(66 32 6 / 1);
  }

  .xxl\:bg-yellow-950\/15{
    background-color: rgb(66 32 6 / 0.15);
  }

  .xxl\:bg-yellow-950\/20{
    background-color: rgb(66 32 6 / 0.2);
  }

  .xxl\:bg-yellow-950\/25{
    background-color: rgb(66 32 6 / 0.25);
  }

  .xxl\:bg-yellow-950\/30{
    background-color: rgb(66 32 6 / 0.3);
  }

  .xxl\:bg-yellow-950\/35{
    background-color: rgb(66 32 6 / 0.35);
  }

  .xxl\:bg-yellow-950\/40{
    background-color: rgb(66 32 6 / 0.4);
  }

  .xxl\:bg-yellow-950\/45{
    background-color: rgb(66 32 6 / 0.45);
  }

  .xxl\:bg-yellow-950\/5{
    background-color: rgb(66 32 6 / 0.05);
  }

  .xxl\:bg-yellow-950\/50{
    background-color: rgb(66 32 6 / 0.5);
  }

  .xxl\:bg-yellow-950\/55{
    background-color: rgb(66 32 6 / 0.55);
  }

  .xxl\:bg-yellow-950\/60{
    background-color: rgb(66 32 6 / 0.6);
  }

  .xxl\:bg-yellow-950\/65{
    background-color: rgb(66 32 6 / 0.65);
  }

  .xxl\:bg-yellow-950\/70{
    background-color: rgb(66 32 6 / 0.7);
  }

  .xxl\:bg-yellow-950\/75{
    background-color: rgb(66 32 6 / 0.75);
  }

  .xxl\:bg-yellow-950\/80{
    background-color: rgb(66 32 6 / 0.8);
  }

  .xxl\:bg-yellow-950\/85{
    background-color: rgb(66 32 6 / 0.85);
  }

  .xxl\:bg-yellow-950\/90{
    background-color: rgb(66 32 6 / 0.9);
  }

  .xxl\:bg-yellow-950\/95{
    background-color: rgb(66 32 6 / 0.95);
  }

  .xxl\:bg-zinc-100{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-100\/0{
    background-color: rgb(244 244 245 / 0);
  }

  .xxl\:bg-zinc-100\/10{
    background-color: rgb(244 244 245 / 0.1);
  }

  .xxl\:bg-zinc-100\/100{
    background-color: rgb(244 244 245 / 1);
  }

  .xxl\:bg-zinc-100\/15{
    background-color: rgb(244 244 245 / 0.15);
  }

  .xxl\:bg-zinc-100\/20{
    background-color: rgb(244 244 245 / 0.2);
  }

  .xxl\:bg-zinc-100\/25{
    background-color: rgb(244 244 245 / 0.25);
  }

  .xxl\:bg-zinc-100\/30{
    background-color: rgb(244 244 245 / 0.3);
  }

  .xxl\:bg-zinc-100\/35{
    background-color: rgb(244 244 245 / 0.35);
  }

  .xxl\:bg-zinc-100\/40{
    background-color: rgb(244 244 245 / 0.4);
  }

  .xxl\:bg-zinc-100\/45{
    background-color: rgb(244 244 245 / 0.45);
  }

  .xxl\:bg-zinc-100\/5{
    background-color: rgb(244 244 245 / 0.05);
  }

  .xxl\:bg-zinc-100\/50{
    background-color: rgb(244 244 245 / 0.5);
  }

  .xxl\:bg-zinc-100\/55{
    background-color: rgb(244 244 245 / 0.55);
  }

  .xxl\:bg-zinc-100\/60{
    background-color: rgb(244 244 245 / 0.6);
  }

  .xxl\:bg-zinc-100\/65{
    background-color: rgb(244 244 245 / 0.65);
  }

  .xxl\:bg-zinc-100\/70{
    background-color: rgb(244 244 245 / 0.7);
  }

  .xxl\:bg-zinc-100\/75{
    background-color: rgb(244 244 245 / 0.75);
  }

  .xxl\:bg-zinc-100\/80{
    background-color: rgb(244 244 245 / 0.8);
  }

  .xxl\:bg-zinc-100\/85{
    background-color: rgb(244 244 245 / 0.85);
  }

  .xxl\:bg-zinc-100\/90{
    background-color: rgb(244 244 245 / 0.9);
  }

  .xxl\:bg-zinc-100\/95{
    background-color: rgb(244 244 245 / 0.95);
  }

  .xxl\:bg-zinc-200{
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-200\/0{
    background-color: rgb(228 228 231 / 0);
  }

  .xxl\:bg-zinc-200\/10{
    background-color: rgb(228 228 231 / 0.1);
  }

  .xxl\:bg-zinc-200\/100{
    background-color: rgb(228 228 231 / 1);
  }

  .xxl\:bg-zinc-200\/15{
    background-color: rgb(228 228 231 / 0.15);
  }

  .xxl\:bg-zinc-200\/20{
    background-color: rgb(228 228 231 / 0.2);
  }

  .xxl\:bg-zinc-200\/25{
    background-color: rgb(228 228 231 / 0.25);
  }

  .xxl\:bg-zinc-200\/30{
    background-color: rgb(228 228 231 / 0.3);
  }

  .xxl\:bg-zinc-200\/35{
    background-color: rgb(228 228 231 / 0.35);
  }

  .xxl\:bg-zinc-200\/40{
    background-color: rgb(228 228 231 / 0.4);
  }

  .xxl\:bg-zinc-200\/45{
    background-color: rgb(228 228 231 / 0.45);
  }

  .xxl\:bg-zinc-200\/5{
    background-color: rgb(228 228 231 / 0.05);
  }

  .xxl\:bg-zinc-200\/50{
    background-color: rgb(228 228 231 / 0.5);
  }

  .xxl\:bg-zinc-200\/55{
    background-color: rgb(228 228 231 / 0.55);
  }

  .xxl\:bg-zinc-200\/60{
    background-color: rgb(228 228 231 / 0.6);
  }

  .xxl\:bg-zinc-200\/65{
    background-color: rgb(228 228 231 / 0.65);
  }

  .xxl\:bg-zinc-200\/70{
    background-color: rgb(228 228 231 / 0.7);
  }

  .xxl\:bg-zinc-200\/75{
    background-color: rgb(228 228 231 / 0.75);
  }

  .xxl\:bg-zinc-200\/80{
    background-color: rgb(228 228 231 / 0.8);
  }

  .xxl\:bg-zinc-200\/85{
    background-color: rgb(228 228 231 / 0.85);
  }

  .xxl\:bg-zinc-200\/90{
    background-color: rgb(228 228 231 / 0.9);
  }

  .xxl\:bg-zinc-200\/95{
    background-color: rgb(228 228 231 / 0.95);
  }

  .xxl\:bg-zinc-300{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-300\/0{
    background-color: rgb(212 212 216 / 0);
  }

  .xxl\:bg-zinc-300\/10{
    background-color: rgb(212 212 216 / 0.1);
  }

  .xxl\:bg-zinc-300\/100{
    background-color: rgb(212 212 216 / 1);
  }

  .xxl\:bg-zinc-300\/15{
    background-color: rgb(212 212 216 / 0.15);
  }

  .xxl\:bg-zinc-300\/20{
    background-color: rgb(212 212 216 / 0.2);
  }

  .xxl\:bg-zinc-300\/25{
    background-color: rgb(212 212 216 / 0.25);
  }

  .xxl\:bg-zinc-300\/30{
    background-color: rgb(212 212 216 / 0.3);
  }

  .xxl\:bg-zinc-300\/35{
    background-color: rgb(212 212 216 / 0.35);
  }

  .xxl\:bg-zinc-300\/40{
    background-color: rgb(212 212 216 / 0.4);
  }

  .xxl\:bg-zinc-300\/45{
    background-color: rgb(212 212 216 / 0.45);
  }

  .xxl\:bg-zinc-300\/5{
    background-color: rgb(212 212 216 / 0.05);
  }

  .xxl\:bg-zinc-300\/50{
    background-color: rgb(212 212 216 / 0.5);
  }

  .xxl\:bg-zinc-300\/55{
    background-color: rgb(212 212 216 / 0.55);
  }

  .xxl\:bg-zinc-300\/60{
    background-color: rgb(212 212 216 / 0.6);
  }

  .xxl\:bg-zinc-300\/65{
    background-color: rgb(212 212 216 / 0.65);
  }

  .xxl\:bg-zinc-300\/70{
    background-color: rgb(212 212 216 / 0.7);
  }

  .xxl\:bg-zinc-300\/75{
    background-color: rgb(212 212 216 / 0.75);
  }

  .xxl\:bg-zinc-300\/80{
    background-color: rgb(212 212 216 / 0.8);
  }

  .xxl\:bg-zinc-300\/85{
    background-color: rgb(212 212 216 / 0.85);
  }

  .xxl\:bg-zinc-300\/90{
    background-color: rgb(212 212 216 / 0.9);
  }

  .xxl\:bg-zinc-300\/95{
    background-color: rgb(212 212 216 / 0.95);
  }

  .xxl\:bg-zinc-400{
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-400\/0{
    background-color: rgb(161 161 170 / 0);
  }

  .xxl\:bg-zinc-400\/10{
    background-color: rgb(161 161 170 / 0.1);
  }

  .xxl\:bg-zinc-400\/100{
    background-color: rgb(161 161 170 / 1);
  }

  .xxl\:bg-zinc-400\/15{
    background-color: rgb(161 161 170 / 0.15);
  }

  .xxl\:bg-zinc-400\/20{
    background-color: rgb(161 161 170 / 0.2);
  }

  .xxl\:bg-zinc-400\/25{
    background-color: rgb(161 161 170 / 0.25);
  }

  .xxl\:bg-zinc-400\/30{
    background-color: rgb(161 161 170 / 0.3);
  }

  .xxl\:bg-zinc-400\/35{
    background-color: rgb(161 161 170 / 0.35);
  }

  .xxl\:bg-zinc-400\/40{
    background-color: rgb(161 161 170 / 0.4);
  }

  .xxl\:bg-zinc-400\/45{
    background-color: rgb(161 161 170 / 0.45);
  }

  .xxl\:bg-zinc-400\/5{
    background-color: rgb(161 161 170 / 0.05);
  }

  .xxl\:bg-zinc-400\/50{
    background-color: rgb(161 161 170 / 0.5);
  }

  .xxl\:bg-zinc-400\/55{
    background-color: rgb(161 161 170 / 0.55);
  }

  .xxl\:bg-zinc-400\/60{
    background-color: rgb(161 161 170 / 0.6);
  }

  .xxl\:bg-zinc-400\/65{
    background-color: rgb(161 161 170 / 0.65);
  }

  .xxl\:bg-zinc-400\/70{
    background-color: rgb(161 161 170 / 0.7);
  }

  .xxl\:bg-zinc-400\/75{
    background-color: rgb(161 161 170 / 0.75);
  }

  .xxl\:bg-zinc-400\/80{
    background-color: rgb(161 161 170 / 0.8);
  }

  .xxl\:bg-zinc-400\/85{
    background-color: rgb(161 161 170 / 0.85);
  }

  .xxl\:bg-zinc-400\/90{
    background-color: rgb(161 161 170 / 0.9);
  }

  .xxl\:bg-zinc-400\/95{
    background-color: rgb(161 161 170 / 0.95);
  }

  .xxl\:bg-zinc-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-50\/0{
    background-color: rgb(250 250 250 / 0);
  }

  .xxl\:bg-zinc-50\/10{
    background-color: rgb(250 250 250 / 0.1);
  }

  .xxl\:bg-zinc-50\/100{
    background-color: rgb(250 250 250 / 1);
  }

  .xxl\:bg-zinc-50\/15{
    background-color: rgb(250 250 250 / 0.15);
  }

  .xxl\:bg-zinc-50\/20{
    background-color: rgb(250 250 250 / 0.2);
  }

  .xxl\:bg-zinc-50\/25{
    background-color: rgb(250 250 250 / 0.25);
  }

  .xxl\:bg-zinc-50\/30{
    background-color: rgb(250 250 250 / 0.3);
  }

  .xxl\:bg-zinc-50\/35{
    background-color: rgb(250 250 250 / 0.35);
  }

  .xxl\:bg-zinc-50\/40{
    background-color: rgb(250 250 250 / 0.4);
  }

  .xxl\:bg-zinc-50\/45{
    background-color: rgb(250 250 250 / 0.45);
  }

  .xxl\:bg-zinc-50\/5{
    background-color: rgb(250 250 250 / 0.05);
  }

  .xxl\:bg-zinc-50\/50{
    background-color: rgb(250 250 250 / 0.5);
  }

  .xxl\:bg-zinc-50\/55{
    background-color: rgb(250 250 250 / 0.55);
  }

  .xxl\:bg-zinc-50\/60{
    background-color: rgb(250 250 250 / 0.6);
  }

  .xxl\:bg-zinc-50\/65{
    background-color: rgb(250 250 250 / 0.65);
  }

  .xxl\:bg-zinc-50\/70{
    background-color: rgb(250 250 250 / 0.7);
  }

  .xxl\:bg-zinc-50\/75{
    background-color: rgb(250 250 250 / 0.75);
  }

  .xxl\:bg-zinc-50\/80{
    background-color: rgb(250 250 250 / 0.8);
  }

  .xxl\:bg-zinc-50\/85{
    background-color: rgb(250 250 250 / 0.85);
  }

  .xxl\:bg-zinc-50\/90{
    background-color: rgb(250 250 250 / 0.9);
  }

  .xxl\:bg-zinc-50\/95{
    background-color: rgb(250 250 250 / 0.95);
  }

  .xxl\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-500\/0{
    background-color: rgb(113 113 122 / 0);
  }

  .xxl\:bg-zinc-500\/10{
    background-color: rgb(113 113 122 / 0.1);
  }

  .xxl\:bg-zinc-500\/100{
    background-color: rgb(113 113 122 / 1);
  }

  .xxl\:bg-zinc-500\/15{
    background-color: rgb(113 113 122 / 0.15);
  }

  .xxl\:bg-zinc-500\/20{
    background-color: rgb(113 113 122 / 0.2);
  }

  .xxl\:bg-zinc-500\/25{
    background-color: rgb(113 113 122 / 0.25);
  }

  .xxl\:bg-zinc-500\/30{
    background-color: rgb(113 113 122 / 0.3);
  }

  .xxl\:bg-zinc-500\/35{
    background-color: rgb(113 113 122 / 0.35);
  }

  .xxl\:bg-zinc-500\/40{
    background-color: rgb(113 113 122 / 0.4);
  }

  .xxl\:bg-zinc-500\/45{
    background-color: rgb(113 113 122 / 0.45);
  }

  .xxl\:bg-zinc-500\/5{
    background-color: rgb(113 113 122 / 0.05);
  }

  .xxl\:bg-zinc-500\/50{
    background-color: rgb(113 113 122 / 0.5);
  }

  .xxl\:bg-zinc-500\/55{
    background-color: rgb(113 113 122 / 0.55);
  }

  .xxl\:bg-zinc-500\/60{
    background-color: rgb(113 113 122 / 0.6);
  }

  .xxl\:bg-zinc-500\/65{
    background-color: rgb(113 113 122 / 0.65);
  }

  .xxl\:bg-zinc-500\/70{
    background-color: rgb(113 113 122 / 0.7);
  }

  .xxl\:bg-zinc-500\/75{
    background-color: rgb(113 113 122 / 0.75);
  }

  .xxl\:bg-zinc-500\/80{
    background-color: rgb(113 113 122 / 0.8);
  }

  .xxl\:bg-zinc-500\/85{
    background-color: rgb(113 113 122 / 0.85);
  }

  .xxl\:bg-zinc-500\/90{
    background-color: rgb(113 113 122 / 0.9);
  }

  .xxl\:bg-zinc-500\/95{
    background-color: rgb(113 113 122 / 0.95);
  }

  .xxl\:bg-zinc-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-600\/0{
    background-color: rgb(82 82 91 / 0);
  }

  .xxl\:bg-zinc-600\/10{
    background-color: rgb(82 82 91 / 0.1);
  }

  .xxl\:bg-zinc-600\/100{
    background-color: rgb(82 82 91 / 1);
  }

  .xxl\:bg-zinc-600\/15{
    background-color: rgb(82 82 91 / 0.15);
  }

  .xxl\:bg-zinc-600\/20{
    background-color: rgb(82 82 91 / 0.2);
  }

  .xxl\:bg-zinc-600\/25{
    background-color: rgb(82 82 91 / 0.25);
  }

  .xxl\:bg-zinc-600\/30{
    background-color: rgb(82 82 91 / 0.3);
  }

  .xxl\:bg-zinc-600\/35{
    background-color: rgb(82 82 91 / 0.35);
  }

  .xxl\:bg-zinc-600\/40{
    background-color: rgb(82 82 91 / 0.4);
  }

  .xxl\:bg-zinc-600\/45{
    background-color: rgb(82 82 91 / 0.45);
  }

  .xxl\:bg-zinc-600\/5{
    background-color: rgb(82 82 91 / 0.05);
  }

  .xxl\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .xxl\:bg-zinc-600\/55{
    background-color: rgb(82 82 91 / 0.55);
  }

  .xxl\:bg-zinc-600\/60{
    background-color: rgb(82 82 91 / 0.6);
  }

  .xxl\:bg-zinc-600\/65{
    background-color: rgb(82 82 91 / 0.65);
  }

  .xxl\:bg-zinc-600\/70{
    background-color: rgb(82 82 91 / 0.7);
  }

  .xxl\:bg-zinc-600\/75{
    background-color: rgb(82 82 91 / 0.75);
  }

  .xxl\:bg-zinc-600\/80{
    background-color: rgb(82 82 91 / 0.8);
  }

  .xxl\:bg-zinc-600\/85{
    background-color: rgb(82 82 91 / 0.85);
  }

  .xxl\:bg-zinc-600\/90{
    background-color: rgb(82 82 91 / 0.9);
  }

  .xxl\:bg-zinc-600\/95{
    background-color: rgb(82 82 91 / 0.95);
  }

  .xxl\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-700\/0{
    background-color: rgb(63 63 70 / 0);
  }

  .xxl\:bg-zinc-700\/10{
    background-color: rgb(63 63 70 / 0.1);
  }

  .xxl\:bg-zinc-700\/100{
    background-color: rgb(63 63 70 / 1);
  }

  .xxl\:bg-zinc-700\/15{
    background-color: rgb(63 63 70 / 0.15);
  }

  .xxl\:bg-zinc-700\/20{
    background-color: rgb(63 63 70 / 0.2);
  }

  .xxl\:bg-zinc-700\/25{
    background-color: rgb(63 63 70 / 0.25);
  }

  .xxl\:bg-zinc-700\/30{
    background-color: rgb(63 63 70 / 0.3);
  }

  .xxl\:bg-zinc-700\/35{
    background-color: rgb(63 63 70 / 0.35);
  }

  .xxl\:bg-zinc-700\/40{
    background-color: rgb(63 63 70 / 0.4);
  }

  .xxl\:bg-zinc-700\/45{
    background-color: rgb(63 63 70 / 0.45);
  }

  .xxl\:bg-zinc-700\/5{
    background-color: rgb(63 63 70 / 0.05);
  }

  .xxl\:bg-zinc-700\/50{
    background-color: rgb(63 63 70 / 0.5);
  }

  .xxl\:bg-zinc-700\/55{
    background-color: rgb(63 63 70 / 0.55);
  }

  .xxl\:bg-zinc-700\/60{
    background-color: rgb(63 63 70 / 0.6);
  }

  .xxl\:bg-zinc-700\/65{
    background-color: rgb(63 63 70 / 0.65);
  }

  .xxl\:bg-zinc-700\/70{
    background-color: rgb(63 63 70 / 0.7);
  }

  .xxl\:bg-zinc-700\/75{
    background-color: rgb(63 63 70 / 0.75);
  }

  .xxl\:bg-zinc-700\/80{
    background-color: rgb(63 63 70 / 0.8);
  }

  .xxl\:bg-zinc-700\/85{
    background-color: rgb(63 63 70 / 0.85);
  }

  .xxl\:bg-zinc-700\/90{
    background-color: rgb(63 63 70 / 0.9);
  }

  .xxl\:bg-zinc-700\/95{
    background-color: rgb(63 63 70 / 0.95);
  }

  .xxl\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-800\/0{
    background-color: rgb(39 39 42 / 0);
  }

  .xxl\:bg-zinc-800\/10{
    background-color: rgb(39 39 42 / 0.1);
  }

  .xxl\:bg-zinc-800\/100{
    background-color: rgb(39 39 42 / 1);
  }

  .xxl\:bg-zinc-800\/15{
    background-color: rgb(39 39 42 / 0.15);
  }

  .xxl\:bg-zinc-800\/20{
    background-color: rgb(39 39 42 / 0.2);
  }

  .xxl\:bg-zinc-800\/25{
    background-color: rgb(39 39 42 / 0.25);
  }

  .xxl\:bg-zinc-800\/30{
    background-color: rgb(39 39 42 / 0.3);
  }

  .xxl\:bg-zinc-800\/35{
    background-color: rgb(39 39 42 / 0.35);
  }

  .xxl\:bg-zinc-800\/40{
    background-color: rgb(39 39 42 / 0.4);
  }

  .xxl\:bg-zinc-800\/45{
    background-color: rgb(39 39 42 / 0.45);
  }

  .xxl\:bg-zinc-800\/5{
    background-color: rgb(39 39 42 / 0.05);
  }

  .xxl\:bg-zinc-800\/50{
    background-color: rgb(39 39 42 / 0.5);
  }

  .xxl\:bg-zinc-800\/55{
    background-color: rgb(39 39 42 / 0.55);
  }

  .xxl\:bg-zinc-800\/60{
    background-color: rgb(39 39 42 / 0.6);
  }

  .xxl\:bg-zinc-800\/65{
    background-color: rgb(39 39 42 / 0.65);
  }

  .xxl\:bg-zinc-800\/70{
    background-color: rgb(39 39 42 / 0.7);
  }

  .xxl\:bg-zinc-800\/75{
    background-color: rgb(39 39 42 / 0.75);
  }

  .xxl\:bg-zinc-800\/80{
    background-color: rgb(39 39 42 / 0.8);
  }

  .xxl\:bg-zinc-800\/85{
    background-color: rgb(39 39 42 / 0.85);
  }

  .xxl\:bg-zinc-800\/90{
    background-color: rgb(39 39 42 / 0.9);
  }

  .xxl\:bg-zinc-800\/95{
    background-color: rgb(39 39 42 / 0.95);
  }

  .xxl\:bg-zinc-900{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-900\/0{
    background-color: rgb(24 24 27 / 0);
  }

  .xxl\:bg-zinc-900\/10{
    background-color: rgb(24 24 27 / 0.1);
  }

  .xxl\:bg-zinc-900\/100{
    background-color: rgb(24 24 27 / 1);
  }

  .xxl\:bg-zinc-900\/15{
    background-color: rgb(24 24 27 / 0.15);
  }

  .xxl\:bg-zinc-900\/20{
    background-color: rgb(24 24 27 / 0.2);
  }

  .xxl\:bg-zinc-900\/25{
    background-color: rgb(24 24 27 / 0.25);
  }

  .xxl\:bg-zinc-900\/30{
    background-color: rgb(24 24 27 / 0.3);
  }

  .xxl\:bg-zinc-900\/35{
    background-color: rgb(24 24 27 / 0.35);
  }

  .xxl\:bg-zinc-900\/40{
    background-color: rgb(24 24 27 / 0.4);
  }

  .xxl\:bg-zinc-900\/45{
    background-color: rgb(24 24 27 / 0.45);
  }

  .xxl\:bg-zinc-900\/5{
    background-color: rgb(24 24 27 / 0.05);
  }

  .xxl\:bg-zinc-900\/50{
    background-color: rgb(24 24 27 / 0.5);
  }

  .xxl\:bg-zinc-900\/55{
    background-color: rgb(24 24 27 / 0.55);
  }

  .xxl\:bg-zinc-900\/60{
    background-color: rgb(24 24 27 / 0.6);
  }

  .xxl\:bg-zinc-900\/65{
    background-color: rgb(24 24 27 / 0.65);
  }

  .xxl\:bg-zinc-900\/70{
    background-color: rgb(24 24 27 / 0.7);
  }

  .xxl\:bg-zinc-900\/75{
    background-color: rgb(24 24 27 / 0.75);
  }

  .xxl\:bg-zinc-900\/80{
    background-color: rgb(24 24 27 / 0.8);
  }

  .xxl\:bg-zinc-900\/85{
    background-color: rgb(24 24 27 / 0.85);
  }

  .xxl\:bg-zinc-900\/90{
    background-color: rgb(24 24 27 / 0.9);
  }

  .xxl\:bg-zinc-900\/95{
    background-color: rgb(24 24 27 / 0.95);
  }

  .xxl\:bg-zinc-950{
    --tw-bg-opacity: 1;
    background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
  }

  .xxl\:bg-zinc-950\/0{
    background-color: rgb(9 9 11 / 0);
  }

  .xxl\:bg-zinc-950\/10{
    background-color: rgb(9 9 11 / 0.1);
  }

  .xxl\:bg-zinc-950\/100{
    background-color: rgb(9 9 11 / 1);
  }

  .xxl\:bg-zinc-950\/15{
    background-color: rgb(9 9 11 / 0.15);
  }

  .xxl\:bg-zinc-950\/20{
    background-color: rgb(9 9 11 / 0.2);
  }

  .xxl\:bg-zinc-950\/25{
    background-color: rgb(9 9 11 / 0.25);
  }

  .xxl\:bg-zinc-950\/30{
    background-color: rgb(9 9 11 / 0.3);
  }

  .xxl\:bg-zinc-950\/35{
    background-color: rgb(9 9 11 / 0.35);
  }

  .xxl\:bg-zinc-950\/40{
    background-color: rgb(9 9 11 / 0.4);
  }

  .xxl\:bg-zinc-950\/45{
    background-color: rgb(9 9 11 / 0.45);
  }

  .xxl\:bg-zinc-950\/5{
    background-color: rgb(9 9 11 / 0.05);
  }

  .xxl\:bg-zinc-950\/50{
    background-color: rgb(9 9 11 / 0.5);
  }

  .xxl\:bg-zinc-950\/55{
    background-color: rgb(9 9 11 / 0.55);
  }

  .xxl\:bg-zinc-950\/60{
    background-color: rgb(9 9 11 / 0.6);
  }

  .xxl\:bg-zinc-950\/65{
    background-color: rgb(9 9 11 / 0.65);
  }

  .xxl\:bg-zinc-950\/70{
    background-color: rgb(9 9 11 / 0.7);
  }

  .xxl\:bg-zinc-950\/75{
    background-color: rgb(9 9 11 / 0.75);
  }

  .xxl\:bg-zinc-950\/80{
    background-color: rgb(9 9 11 / 0.8);
  }

  .xxl\:bg-zinc-950\/85{
    background-color: rgb(9 9 11 / 0.85);
  }

  .xxl\:bg-zinc-950\/90{
    background-color: rgb(9 9 11 / 0.9);
  }

  .xxl\:bg-zinc-950\/95{
    background-color: rgb(9 9 11 / 0.95);
  }

  .xxl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xxl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xxl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xxl\:bg-opacity-15{
    --tw-bg-opacity: 0.15;
  }

  .xxl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xxl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xxl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xxl\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .xxl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xxl\:bg-opacity-45{
    --tw-bg-opacity: 0.45;
  }

  .xxl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xxl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xxl\:bg-opacity-55{
    --tw-bg-opacity: 0.55;
  }

  .xxl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xxl\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .xxl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xxl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xxl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xxl\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .xxl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xxl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xxl\:bg-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right.svg');
  }

  .xxl\:bg-form-btn-submit-hover{
    background-image: url('/static-tailwind/static/images/icons/nl-hover.svg') !important;
  }

  .xxl\:bg-fp-1{
    background-image: url('/static-tailwind/static/images/icons/bed.svg');
  }

  .xxl\:bg-fp-2{
    background-image: url('/static-tailwind/static/images/icons/bath.svg');
  }

  .xxl\:bg-fp-3{
    background-image: url('/static-tailwind/static/images/icons/lounge.svg');
  }

  .xxl\:bg-fp-4{
    background-image: url('/static-tailwind/static/images/icons/garage.svg');
  }

  .xxl\:bg-fp-5{
    background-image: url('/static-tailwind/static/images/icons/study.svg');
  }

  .xxl\:bg-icon-360{
    background-image: url('/static-tailwind/static/images/icons/icon-360.svg');
  }

  .xxl\:bg-icon-arrow-slider{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-slider.svg');
  }

  .xxl\:bg-icon-check-list{
    background-image: url('/static-tailwind/static/images/icons/icon-check-list.svg');
  }

  .xxl\:bg-icon-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron.svg');
  }

  .xxl\:bg-icon-chevron-down{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down.svg');
  }

  .xxl\:bg-icon-chevron-down-light{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-down-light.svg');
  }

  .xxl\:bg-icon-chevron-right-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-primary.svg');
  }

  .xxl\:bg-icon-chevron-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-chevron-right-white.svg');
  }

  .xxl\:bg-icon-close-cyan{
    background-image: url('/static-tailwind/static/images/icons/icon-close-cyan.svg');
  }

  .xxl\:bg-icon-close-modal{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal.svg');
  }

  .xxl\:bg-icon-close-modal-2{
    background-image: url('/static-tailwind/static/images/icons/icon-close-modal-2.svg');
  }

  .xxl\:bg-icon-display{
    background-image: url('/static-tailwind/static/images/icons/icon-display.svg');
  }

  .xxl\:bg-icon-editor{
    background-image: url('/static-tailwind/static/images/icons/icon-editor.svg');
  }

  .xxl\:bg-icon-expand{
    background-image: url('/static-tailwind/static/images/icons/icon-expand.svg');
  }

  .xxl\:bg-icon-expand-white{
    background-image: url('/static-tailwind/static/images/icons/icon-expand-white.svg');
  }

  .xxl\:bg-icon-facebook{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook.svg');
  }

  .xxl\:bg-icon-facebook-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-facebook-hover.svg');
  }

  .xxl\:bg-icon-filter{
    background-image: url('/static-tailwind/static/images/icons/icon-filter.svg');
  }

  .xxl\:bg-icon-fp-flip{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-flip.svg');
  }

  .xxl\:bg-icon-fp-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-fp-reset.svg');
  }

  .xxl\:bg-icon-home-map{
    background-image: url('/static-tailwind/static/images/icons/icon-home-map.svg');
  }

  .xxl\:bg-icon-linkedin{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin.svg');
  }

  .xxl\:bg-icon-linkedin-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-linkedin-hover.svg');
  }

  .xxl\:bg-icon-map-link{
    background-image: url('/static-tailwind/static/images/icons/icon-map-link.svg');
  }

  .xxl\:bg-icon-menu{
    background-image: url('/static-tailwind/static/images/icons/icon-menu.svg');
  }

  .xxl\:bg-icon-menu-chevron{
    background-image: url('/static-tailwind/static/images/icons/icon-menu-chevron.svg');
  }

  .xxl\:bg-icon-minus{
    background-image: url('/static-tailwind/static/images/icons/icon-minus.svg');
  }

  .xxl\:bg-icon-next{
    background-image: url('/static-tailwind/static/images/icons/icon-next.svg');
  }

  .xxl\:bg-icon-next-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-next-hover.svg');
  }

  .xxl\:bg-icon-next-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-next-no-bg.svg');
  }

  .xxl\:bg-icon-open-map{
    background-image: url('/static-tailwind/static/images/icon-open-map.svg');
  }

  .xxl\:bg-icon-phone{
    background-image: url('/static-tailwind/static/images/icons/icon-phone.svg');
  }

  .xxl\:bg-icon-phone-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-phone-primary.svg');
  }

  .xxl\:bg-icon-play{
    background-image: url('/static-tailwind/static/images/icons/icon-play.svg');
  }

  .xxl\:bg-icon-plus{
    background-image: url('/static-tailwind/static/images/icons/icon-plus.svg');
  }

  .xxl\:bg-icon-portal{
    background-image: url('/static-tailwind/static/images/icons/icon-portal.svg');
  }

  .xxl\:bg-icon-portal-primary{
    background-image: url('/static-tailwind/static/images/icons/icon-portal-primary.svg');
  }

  .xxl\:bg-icon-prev{
    background-image: url('/static-tailwind/static/images/icons/icon-prev.svg');
  }

  .xxl\:bg-icon-prev-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-hover.svg');
  }

  .xxl\:bg-icon-prev-no-bg{
    background-image: url('/static-tailwind/static/images/icons/icon-prev-no-bg.svg');
  }

  .xxl\:bg-icon-reset{
    background-image: url('/static-tailwind/static/images/icons/icon-reset.svg');
  }

  .xxl\:bg-icon-small-check{
    background-image: url('/static-tailwind/static/images/icons/icon-small-check.svg');
  }

  .xxl\:bg-icon-star{
    background-image: url('/static-tailwind/static/images/icons/icon-star.svg');
  }

  .xxl\:bg-icon-trash{
    background-image: url('/static-tailwind/static/images/icons/icon-trash.svg');
  }

  .xxl\:bg-icon-youtube{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube.svg');
  }

  .xxl\:bg-icon-youtube-hover{
    background-image: url('/static-tailwind/static/images/icons/icon-youtube-hover.svg');
  }

  .xxl\:bg-link-arrow-right{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-primary.svg');
  }

  .xxl\:bg-link-arrow-right-white{
    background-image: url('/static-tailwind/static/images/icons/icon-arrow-right-white.svg');
  }

  .xxl\:bg-link-close-right-white{
    background-image: url('/static-tailwind/static/images/icons/link-close-right-white.svg');
  }

  .xxl\:bg-ondisplay{
    background-image: url('/static-tailwind/static/images/icons/on-display.svg');
  }

  .xxl\:bg-pagination-arrow{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow.svg');
  }

  .xxl\:bg-pagination-arrow-hover{
    background-image: url('/static-tailwind/static/images/icons/pagination-arrow-hover.svg');
  }

  .xxl\:bg-100{
    background-size: 100%;
  }

  .xxl\:bg-auto{
    background-size: auto;
  }

  .xxl\:bg-contain{
    background-size: contain;
  }

  .xxl\:bg-cover{
    background-size: cover;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed;
  }

  .xxl\:bg-local{
    background-attachment: local;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll;
  }

  .xxl\:bg-clip-border{
    background-clip: border-box;
  }

  .xxl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xxl\:bg-clip-content{
    background-clip: content-box;
  }

  .xxl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xxl\:bg-bottom{
    background-position: bottom;
  }

  .xxl\:bg-center{
    background-position: center;
  }

  .xxl\:bg-left{
    background-position: left;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xxl\:bg-left-top{
    background-position: left top;
  }

  .xxl\:bg-right{
    background-position: right;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xxl\:bg-right-top{
    background-position: right top;
  }

  .xxl\:bg-top{
    background-position: top;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space;
  }

  .xxl\:bg-origin-border{
    background-origin: border-box;
  }

  .xxl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xxl\:bg-origin-content{
    background-origin: content-box;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xxl\:p-0{
    padding: 0px;
  }

  .xxl\:p-0\.5{
    padding: 0.125rem;
  }

  .xxl\:p-1{
    padding: 0.25rem;
  }

  .xxl\:p-1\.5{
    padding: 0.375rem;
  }

  .xxl\:p-10{
    padding: 2.5rem;
  }

  .xxl\:p-11{
    padding: 2.75rem;
  }

  .xxl\:p-12{
    padding: 3rem;
  }

  .xxl\:p-14{
    padding: 3.5rem;
  }

  .xxl\:p-16{
    padding: 4rem;
  }

  .xxl\:p-2{
    padding: 0.5rem;
  }

  .xxl\:p-2\.5{
    padding: 0.625rem;
  }

  .xxl\:p-20{
    padding: 5rem;
  }

  .xxl\:p-24{
    padding: 6rem;
  }

  .xxl\:p-28{
    padding: 7rem;
  }

  .xxl\:p-3{
    padding: 0.75rem;
  }

  .xxl\:p-3\.5{
    padding: 0.875rem;
  }

  .xxl\:p-32{
    padding: 8rem;
  }

  .xxl\:p-36{
    padding: 9rem;
  }

  .xxl\:p-4{
    padding: 1rem;
  }

  .xxl\:p-40{
    padding: 10rem;
  }

  .xxl\:p-44{
    padding: 11rem;
  }

  .xxl\:p-48{
    padding: 12rem;
  }

  .xxl\:p-5{
    padding: 1.25rem;
  }

  .xxl\:p-52{
    padding: 13rem;
  }

  .xxl\:p-56{
    padding: 14rem;
  }

  .xxl\:p-6{
    padding: 1.5rem;
  }

  .xxl\:p-60{
    padding: 15rem;
  }

  .xxl\:p-64{
    padding: 16rem;
  }

  .xxl\:p-7{
    padding: 1.75rem;
  }

  .xxl\:p-72{
    padding: 18rem;
  }

  .xxl\:p-8{
    padding: 2rem;
  }

  .xxl\:p-80{
    padding: 20rem;
  }

  .xxl\:p-9{
    padding: 2.25rem;
  }

  .xxl\:p-96{
    padding: 24rem;
  }

  .xxl\:p-px{
    padding: 1px;
  }

  .xxl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xxl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xxl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xxl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xxl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xxl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xxl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xxl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xxl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xxl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xxl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xxl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xxl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xxl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xxl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xxl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xxl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xxl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xxl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xxl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xxl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xxl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xxl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xxl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xxl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xxl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xxl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:pb-0{
    padding-bottom: 0px;
  }

  .xxl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xxl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xxl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xxl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xxl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xxl\:pb-12{
    padding-bottom: 3rem;
  }

  .xxl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xxl\:pb-16{
    padding-bottom: 4rem;
  }

  .xxl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xxl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xxl\:pb-20{
    padding-bottom: 5rem;
  }

  .xxl\:pb-24{
    padding-bottom: 6rem;
  }

  .xxl\:pb-28{
    padding-bottom: 7rem;
  }

  .xxl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xxl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xxl\:pb-32{
    padding-bottom: 8rem;
  }

  .xxl\:pb-36{
    padding-bottom: 9rem;
  }

  .xxl\:pb-4{
    padding-bottom: 1rem;
  }

  .xxl\:pb-40{
    padding-bottom: 10rem;
  }

  .xxl\:pb-44{
    padding-bottom: 11rem;
  }

  .xxl\:pb-48{
    padding-bottom: 12rem;
  }

  .xxl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xxl\:pb-52{
    padding-bottom: 13rem;
  }

  .xxl\:pb-56{
    padding-bottom: 14rem;
  }

  .xxl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xxl\:pb-60{
    padding-bottom: 15rem;
  }

  .xxl\:pb-64{
    padding-bottom: 16rem;
  }

  .xxl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xxl\:pb-72{
    padding-bottom: 18rem;
  }

  .xxl\:pb-8{
    padding-bottom: 2rem;
  }

  .xxl\:pb-80{
    padding-bottom: 20rem;
  }

  .xxl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xxl\:pb-96{
    padding-bottom: 24rem;
  }

  .xxl\:pb-px{
    padding-bottom: 1px;
  }

  .xxl\:pl-0{
    padding-left: 0px;
  }

  .xxl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xxl\:pl-1{
    padding-left: 0.25rem;
  }

  .xxl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xxl\:pl-10{
    padding-left: 2.5rem;
  }

  .xxl\:pl-11{
    padding-left: 2.75rem;
  }

  .xxl\:pl-12{
    padding-left: 3rem;
  }

  .xxl\:pl-14{
    padding-left: 3.5rem;
  }

  .xxl\:pl-16{
    padding-left: 4rem;
  }

  .xxl\:pl-2{
    padding-left: 0.5rem;
  }

  .xxl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xxl\:pl-20{
    padding-left: 5rem;
  }

  .xxl\:pl-24{
    padding-left: 6rem;
  }

  .xxl\:pl-28{
    padding-left: 7rem;
  }

  .xxl\:pl-3{
    padding-left: 0.75rem;
  }

  .xxl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xxl\:pl-32{
    padding-left: 8rem;
  }

  .xxl\:pl-36{
    padding-left: 9rem;
  }

  .xxl\:pl-4{
    padding-left: 1rem;
  }

  .xxl\:pl-40{
    padding-left: 10rem;
  }

  .xxl\:pl-44{
    padding-left: 11rem;
  }

  .xxl\:pl-48{
    padding-left: 12rem;
  }

  .xxl\:pl-5{
    padding-left: 1.25rem;
  }

  .xxl\:pl-52{
    padding-left: 13rem;
  }

  .xxl\:pl-56{
    padding-left: 14rem;
  }

  .xxl\:pl-6{
    padding-left: 1.5rem;
  }

  .xxl\:pl-60{
    padding-left: 15rem;
  }

  .xxl\:pl-64{
    padding-left: 16rem;
  }

  .xxl\:pl-7{
    padding-left: 1.75rem;
  }

  .xxl\:pl-72{
    padding-left: 18rem;
  }

  .xxl\:pl-8{
    padding-left: 2rem;
  }

  .xxl\:pl-80{
    padding-left: 20rem;
  }

  .xxl\:pl-9{
    padding-left: 2.25rem;
  }

  .xxl\:pl-96{
    padding-left: 24rem;
  }

  .xxl\:pl-px{
    padding-left: 1px;
  }

  .xxl\:pr-0{
    padding-right: 0px;
  }

  .xxl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xxl\:pr-1{
    padding-right: 0.25rem;
  }

  .xxl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xxl\:pr-10{
    padding-right: 2.5rem;
  }

  .xxl\:pr-11{
    padding-right: 2.75rem;
  }

  .xxl\:pr-12{
    padding-right: 3rem;
  }

  .xxl\:pr-14{
    padding-right: 3.5rem;
  }

  .xxl\:pr-16{
    padding-right: 4rem;
  }

  .xxl\:pr-2{
    padding-right: 0.5rem;
  }

  .xxl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xxl\:pr-20{
    padding-right: 5rem;
  }

  .xxl\:pr-24{
    padding-right: 6rem;
  }

  .xxl\:pr-28{
    padding-right: 7rem;
  }

  .xxl\:pr-3{
    padding-right: 0.75rem;
  }

  .xxl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xxl\:pr-32{
    padding-right: 8rem;
  }

  .xxl\:pr-36{
    padding-right: 9rem;
  }

  .xxl\:pr-4{
    padding-right: 1rem;
  }

  .xxl\:pr-40{
    padding-right: 10rem;
  }

  .xxl\:pr-44{
    padding-right: 11rem;
  }

  .xxl\:pr-48{
    padding-right: 12rem;
  }

  .xxl\:pr-5{
    padding-right: 1.25rem;
  }

  .xxl\:pr-52{
    padding-right: 13rem;
  }

  .xxl\:pr-56{
    padding-right: 14rem;
  }

  .xxl\:pr-6{
    padding-right: 1.5rem;
  }

  .xxl\:pr-60{
    padding-right: 15rem;
  }

  .xxl\:pr-64{
    padding-right: 16rem;
  }

  .xxl\:pr-7{
    padding-right: 1.75rem;
  }

  .xxl\:pr-72{
    padding-right: 18rem;
  }

  .xxl\:pr-8{
    padding-right: 2rem;
  }

  .xxl\:pr-80{
    padding-right: 20rem;
  }

  .xxl\:pr-9{
    padding-right: 2.25rem;
  }

  .xxl\:pr-96{
    padding-right: 24rem;
  }

  .xxl\:pr-px{
    padding-right: 1px;
  }

  .xxl\:pt-0{
    padding-top: 0px;
  }

  .xxl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xxl\:pt-1{
    padding-top: 0.25rem;
  }

  .xxl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xxl\:pt-10{
    padding-top: 2.5rem;
  }

  .xxl\:pt-11{
    padding-top: 2.75rem;
  }

  .xxl\:pt-12{
    padding-top: 3rem;
  }

  .xxl\:pt-14{
    padding-top: 3.5rem;
  }

  .xxl\:pt-16{
    padding-top: 4rem;
  }

  .xxl\:pt-2{
    padding-top: 0.5rem;
  }

  .xxl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xxl\:pt-20{
    padding-top: 5rem;
  }

  .xxl\:pt-24{
    padding-top: 6rem;
  }

  .xxl\:pt-28{
    padding-top: 7rem;
  }

  .xxl\:pt-3{
    padding-top: 0.75rem;
  }

  .xxl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xxl\:pt-32{
    padding-top: 8rem;
  }

  .xxl\:pt-36{
    padding-top: 9rem;
  }

  .xxl\:pt-4{
    padding-top: 1rem;
  }

  .xxl\:pt-40{
    padding-top: 10rem;
  }

  .xxl\:pt-44{
    padding-top: 11rem;
  }

  .xxl\:pt-48{
    padding-top: 12rem;
  }

  .xxl\:pt-5{
    padding-top: 1.25rem;
  }

  .xxl\:pt-52{
    padding-top: 13rem;
  }

  .xxl\:pt-56{
    padding-top: 14rem;
  }

  .xxl\:pt-6{
    padding-top: 1.5rem;
  }

  .xxl\:pt-60{
    padding-top: 15rem;
  }

  .xxl\:pt-64{
    padding-top: 16rem;
  }

  .xxl\:pt-7{
    padding-top: 1.75rem;
  }

  .xxl\:pt-72{
    padding-top: 18rem;
  }

  .xxl\:pt-8{
    padding-top: 2rem;
  }

  .xxl\:pt-80{
    padding-top: 20rem;
  }

  .xxl\:pt-9{
    padding-top: 2.25rem;
  }

  .xxl\:pt-96{
    padding-top: 24rem;
  }

  .xxl\:pt-px{
    padding-top: 1px;
  }

  .xxl\:text-left{
    text-align: left;
  }

  .xxl\:text-center{
    text-align: center;
  }

  .xxl\:text-right{
    text-align: right;
  }

  .xxl\:text-justify{
    text-align: justify;
  }

  .xxl\:text-start{
    text-align: start;
  }

  .xxl\:text-end{
    text-align: end;
  }

  .xxl\:align-text-top{
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xxl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xxl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xxl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xxl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xxl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xxl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xxl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xxl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xxl\:text-base{
    font-size: 16px;
  }

  .xxl\:text-h1{
    font-size: 40px;
  }

  .xxl\:text-h2{
    font-size: 32px;
  }

  .xxl\:text-h3{
    font-size: 24px;
  }

  .xxl\:text-lead{
    font-size: 24px;
  }

  .xxl\:text-lg{
    font-size: 20px;
  }

  .xxl\:text-md{
    font-size: 18px;
  }

  .xxl\:text-s{
    font-size: 14px;
  }

  .xxl\:text-sm{
    font-size: 16px;
  }

  .xxl\:text-xl{
    font-size: 48px;
  }

  .xxl\:text-xs{
    font-size: 12px;
  }

  .xxl\:text-xxl{
    font-size: 96px;
  }

  .xxl\:text-amber-100{
    --tw-text-opacity: 1;
    color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-100\/0{
    color: rgb(254 243 199 / 0);
  }

  .xxl\:text-amber-100\/10{
    color: rgb(254 243 199 / 0.1);
  }

  .xxl\:text-amber-100\/100{
    color: rgb(254 243 199 / 1);
  }

  .xxl\:text-amber-100\/15{
    color: rgb(254 243 199 / 0.15);
  }

  .xxl\:text-amber-100\/20{
    color: rgb(254 243 199 / 0.2);
  }

  .xxl\:text-amber-100\/25{
    color: rgb(254 243 199 / 0.25);
  }

  .xxl\:text-amber-100\/30{
    color: rgb(254 243 199 / 0.3);
  }

  .xxl\:text-amber-100\/35{
    color: rgb(254 243 199 / 0.35);
  }

  .xxl\:text-amber-100\/40{
    color: rgb(254 243 199 / 0.4);
  }

  .xxl\:text-amber-100\/45{
    color: rgb(254 243 199 / 0.45);
  }

  .xxl\:text-amber-100\/5{
    color: rgb(254 243 199 / 0.05);
  }

  .xxl\:text-amber-100\/50{
    color: rgb(254 243 199 / 0.5);
  }

  .xxl\:text-amber-100\/55{
    color: rgb(254 243 199 / 0.55);
  }

  .xxl\:text-amber-100\/60{
    color: rgb(254 243 199 / 0.6);
  }

  .xxl\:text-amber-100\/65{
    color: rgb(254 243 199 / 0.65);
  }

  .xxl\:text-amber-100\/70{
    color: rgb(254 243 199 / 0.7);
  }

  .xxl\:text-amber-100\/75{
    color: rgb(254 243 199 / 0.75);
  }

  .xxl\:text-amber-100\/80{
    color: rgb(254 243 199 / 0.8);
  }

  .xxl\:text-amber-100\/85{
    color: rgb(254 243 199 / 0.85);
  }

  .xxl\:text-amber-100\/90{
    color: rgb(254 243 199 / 0.9);
  }

  .xxl\:text-amber-100\/95{
    color: rgb(254 243 199 / 0.95);
  }

  .xxl\:text-amber-200{
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-200\/0{
    color: rgb(253 230 138 / 0);
  }

  .xxl\:text-amber-200\/10{
    color: rgb(253 230 138 / 0.1);
  }

  .xxl\:text-amber-200\/100{
    color: rgb(253 230 138 / 1);
  }

  .xxl\:text-amber-200\/15{
    color: rgb(253 230 138 / 0.15);
  }

  .xxl\:text-amber-200\/20{
    color: rgb(253 230 138 / 0.2);
  }

  .xxl\:text-amber-200\/25{
    color: rgb(253 230 138 / 0.25);
  }

  .xxl\:text-amber-200\/30{
    color: rgb(253 230 138 / 0.3);
  }

  .xxl\:text-amber-200\/35{
    color: rgb(253 230 138 / 0.35);
  }

  .xxl\:text-amber-200\/40{
    color: rgb(253 230 138 / 0.4);
  }

  .xxl\:text-amber-200\/45{
    color: rgb(253 230 138 / 0.45);
  }

  .xxl\:text-amber-200\/5{
    color: rgb(253 230 138 / 0.05);
  }

  .xxl\:text-amber-200\/50{
    color: rgb(253 230 138 / 0.5);
  }

  .xxl\:text-amber-200\/55{
    color: rgb(253 230 138 / 0.55);
  }

  .xxl\:text-amber-200\/60{
    color: rgb(253 230 138 / 0.6);
  }

  .xxl\:text-amber-200\/65{
    color: rgb(253 230 138 / 0.65);
  }

  .xxl\:text-amber-200\/70{
    color: rgb(253 230 138 / 0.7);
  }

  .xxl\:text-amber-200\/75{
    color: rgb(253 230 138 / 0.75);
  }

  .xxl\:text-amber-200\/80{
    color: rgb(253 230 138 / 0.8);
  }

  .xxl\:text-amber-200\/85{
    color: rgb(253 230 138 / 0.85);
  }

  .xxl\:text-amber-200\/90{
    color: rgb(253 230 138 / 0.9);
  }

  .xxl\:text-amber-200\/95{
    color: rgb(253 230 138 / 0.95);
  }

  .xxl\:text-amber-300{
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-300\/0{
    color: rgb(252 211 77 / 0);
  }

  .xxl\:text-amber-300\/10{
    color: rgb(252 211 77 / 0.1);
  }

  .xxl\:text-amber-300\/100{
    color: rgb(252 211 77 / 1);
  }

  .xxl\:text-amber-300\/15{
    color: rgb(252 211 77 / 0.15);
  }

  .xxl\:text-amber-300\/20{
    color: rgb(252 211 77 / 0.2);
  }

  .xxl\:text-amber-300\/25{
    color: rgb(252 211 77 / 0.25);
  }

  .xxl\:text-amber-300\/30{
    color: rgb(252 211 77 / 0.3);
  }

  .xxl\:text-amber-300\/35{
    color: rgb(252 211 77 / 0.35);
  }

  .xxl\:text-amber-300\/40{
    color: rgb(252 211 77 / 0.4);
  }

  .xxl\:text-amber-300\/45{
    color: rgb(252 211 77 / 0.45);
  }

  .xxl\:text-amber-300\/5{
    color: rgb(252 211 77 / 0.05);
  }

  .xxl\:text-amber-300\/50{
    color: rgb(252 211 77 / 0.5);
  }

  .xxl\:text-amber-300\/55{
    color: rgb(252 211 77 / 0.55);
  }

  .xxl\:text-amber-300\/60{
    color: rgb(252 211 77 / 0.6);
  }

  .xxl\:text-amber-300\/65{
    color: rgb(252 211 77 / 0.65);
  }

  .xxl\:text-amber-300\/70{
    color: rgb(252 211 77 / 0.7);
  }

  .xxl\:text-amber-300\/75{
    color: rgb(252 211 77 / 0.75);
  }

  .xxl\:text-amber-300\/80{
    color: rgb(252 211 77 / 0.8);
  }

  .xxl\:text-amber-300\/85{
    color: rgb(252 211 77 / 0.85);
  }

  .xxl\:text-amber-300\/90{
    color: rgb(252 211 77 / 0.9);
  }

  .xxl\:text-amber-300\/95{
    color: rgb(252 211 77 / 0.95);
  }

  .xxl\:text-amber-400{
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-400\/0{
    color: rgb(251 191 36 / 0);
  }

  .xxl\:text-amber-400\/10{
    color: rgb(251 191 36 / 0.1);
  }

  .xxl\:text-amber-400\/100{
    color: rgb(251 191 36 / 1);
  }

  .xxl\:text-amber-400\/15{
    color: rgb(251 191 36 / 0.15);
  }

  .xxl\:text-amber-400\/20{
    color: rgb(251 191 36 / 0.2);
  }

  .xxl\:text-amber-400\/25{
    color: rgb(251 191 36 / 0.25);
  }

  .xxl\:text-amber-400\/30{
    color: rgb(251 191 36 / 0.3);
  }

  .xxl\:text-amber-400\/35{
    color: rgb(251 191 36 / 0.35);
  }

  .xxl\:text-amber-400\/40{
    color: rgb(251 191 36 / 0.4);
  }

  .xxl\:text-amber-400\/45{
    color: rgb(251 191 36 / 0.45);
  }

  .xxl\:text-amber-400\/5{
    color: rgb(251 191 36 / 0.05);
  }

  .xxl\:text-amber-400\/50{
    color: rgb(251 191 36 / 0.5);
  }

  .xxl\:text-amber-400\/55{
    color: rgb(251 191 36 / 0.55);
  }

  .xxl\:text-amber-400\/60{
    color: rgb(251 191 36 / 0.6);
  }

  .xxl\:text-amber-400\/65{
    color: rgb(251 191 36 / 0.65);
  }

  .xxl\:text-amber-400\/70{
    color: rgb(251 191 36 / 0.7);
  }

  .xxl\:text-amber-400\/75{
    color: rgb(251 191 36 / 0.75);
  }

  .xxl\:text-amber-400\/80{
    color: rgb(251 191 36 / 0.8);
  }

  .xxl\:text-amber-400\/85{
    color: rgb(251 191 36 / 0.85);
  }

  .xxl\:text-amber-400\/90{
    color: rgb(251 191 36 / 0.9);
  }

  .xxl\:text-amber-400\/95{
    color: rgb(251 191 36 / 0.95);
  }

  .xxl\:text-amber-50{
    --tw-text-opacity: 1;
    color: rgb(255 251 235 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-50\/0{
    color: rgb(255 251 235 / 0);
  }

  .xxl\:text-amber-50\/10{
    color: rgb(255 251 235 / 0.1);
  }

  .xxl\:text-amber-50\/100{
    color: rgb(255 251 235 / 1);
  }

  .xxl\:text-amber-50\/15{
    color: rgb(255 251 235 / 0.15);
  }

  .xxl\:text-amber-50\/20{
    color: rgb(255 251 235 / 0.2);
  }

  .xxl\:text-amber-50\/25{
    color: rgb(255 251 235 / 0.25);
  }

  .xxl\:text-amber-50\/30{
    color: rgb(255 251 235 / 0.3);
  }

  .xxl\:text-amber-50\/35{
    color: rgb(255 251 235 / 0.35);
  }

  .xxl\:text-amber-50\/40{
    color: rgb(255 251 235 / 0.4);
  }

  .xxl\:text-amber-50\/45{
    color: rgb(255 251 235 / 0.45);
  }

  .xxl\:text-amber-50\/5{
    color: rgb(255 251 235 / 0.05);
  }

  .xxl\:text-amber-50\/50{
    color: rgb(255 251 235 / 0.5);
  }

  .xxl\:text-amber-50\/55{
    color: rgb(255 251 235 / 0.55);
  }

  .xxl\:text-amber-50\/60{
    color: rgb(255 251 235 / 0.6);
  }

  .xxl\:text-amber-50\/65{
    color: rgb(255 251 235 / 0.65);
  }

  .xxl\:text-amber-50\/70{
    color: rgb(255 251 235 / 0.7);
  }

  .xxl\:text-amber-50\/75{
    color: rgb(255 251 235 / 0.75);
  }

  .xxl\:text-amber-50\/80{
    color: rgb(255 251 235 / 0.8);
  }

  .xxl\:text-amber-50\/85{
    color: rgb(255 251 235 / 0.85);
  }

  .xxl\:text-amber-50\/90{
    color: rgb(255 251 235 / 0.9);
  }

  .xxl\:text-amber-50\/95{
    color: rgb(255 251 235 / 0.95);
  }

  .xxl\:text-amber-500{
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-500\/0{
    color: rgb(245 158 11 / 0);
  }

  .xxl\:text-amber-500\/10{
    color: rgb(245 158 11 / 0.1);
  }

  .xxl\:text-amber-500\/100{
    color: rgb(245 158 11 / 1);
  }

  .xxl\:text-amber-500\/15{
    color: rgb(245 158 11 / 0.15);
  }

  .xxl\:text-amber-500\/20{
    color: rgb(245 158 11 / 0.2);
  }

  .xxl\:text-amber-500\/25{
    color: rgb(245 158 11 / 0.25);
  }

  .xxl\:text-amber-500\/30{
    color: rgb(245 158 11 / 0.3);
  }

  .xxl\:text-amber-500\/35{
    color: rgb(245 158 11 / 0.35);
  }

  .xxl\:text-amber-500\/40{
    color: rgb(245 158 11 / 0.4);
  }

  .xxl\:text-amber-500\/45{
    color: rgb(245 158 11 / 0.45);
  }

  .xxl\:text-amber-500\/5{
    color: rgb(245 158 11 / 0.05);
  }

  .xxl\:text-amber-500\/50{
    color: rgb(245 158 11 / 0.5);
  }

  .xxl\:text-amber-500\/55{
    color: rgb(245 158 11 / 0.55);
  }

  .xxl\:text-amber-500\/60{
    color: rgb(245 158 11 / 0.6);
  }

  .xxl\:text-amber-500\/65{
    color: rgb(245 158 11 / 0.65);
  }

  .xxl\:text-amber-500\/70{
    color: rgb(245 158 11 / 0.7);
  }

  .xxl\:text-amber-500\/75{
    color: rgb(245 158 11 / 0.75);
  }

  .xxl\:text-amber-500\/80{
    color: rgb(245 158 11 / 0.8);
  }

  .xxl\:text-amber-500\/85{
    color: rgb(245 158 11 / 0.85);
  }

  .xxl\:text-amber-500\/90{
    color: rgb(245 158 11 / 0.9);
  }

  .xxl\:text-amber-500\/95{
    color: rgb(245 158 11 / 0.95);
  }

  .xxl\:text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-600\/0{
    color: rgb(217 119 6 / 0);
  }

  .xxl\:text-amber-600\/10{
    color: rgb(217 119 6 / 0.1);
  }

  .xxl\:text-amber-600\/100{
    color: rgb(217 119 6 / 1);
  }

  .xxl\:text-amber-600\/15{
    color: rgb(217 119 6 / 0.15);
  }

  .xxl\:text-amber-600\/20{
    color: rgb(217 119 6 / 0.2);
  }

  .xxl\:text-amber-600\/25{
    color: rgb(217 119 6 / 0.25);
  }

  .xxl\:text-amber-600\/30{
    color: rgb(217 119 6 / 0.3);
  }

  .xxl\:text-amber-600\/35{
    color: rgb(217 119 6 / 0.35);
  }

  .xxl\:text-amber-600\/40{
    color: rgb(217 119 6 / 0.4);
  }

  .xxl\:text-amber-600\/45{
    color: rgb(217 119 6 / 0.45);
  }

  .xxl\:text-amber-600\/5{
    color: rgb(217 119 6 / 0.05);
  }

  .xxl\:text-amber-600\/50{
    color: rgb(217 119 6 / 0.5);
  }

  .xxl\:text-amber-600\/55{
    color: rgb(217 119 6 / 0.55);
  }

  .xxl\:text-amber-600\/60{
    color: rgb(217 119 6 / 0.6);
  }

  .xxl\:text-amber-600\/65{
    color: rgb(217 119 6 / 0.65);
  }

  .xxl\:text-amber-600\/70{
    color: rgb(217 119 6 / 0.7);
  }

  .xxl\:text-amber-600\/75{
    color: rgb(217 119 6 / 0.75);
  }

  .xxl\:text-amber-600\/80{
    color: rgb(217 119 6 / 0.8);
  }

  .xxl\:text-amber-600\/85{
    color: rgb(217 119 6 / 0.85);
  }

  .xxl\:text-amber-600\/90{
    color: rgb(217 119 6 / 0.9);
  }

  .xxl\:text-amber-600\/95{
    color: rgb(217 119 6 / 0.95);
  }

  .xxl\:text-amber-700{
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-700\/0{
    color: rgb(180 83 9 / 0);
  }

  .xxl\:text-amber-700\/10{
    color: rgb(180 83 9 / 0.1);
  }

  .xxl\:text-amber-700\/100{
    color: rgb(180 83 9 / 1);
  }

  .xxl\:text-amber-700\/15{
    color: rgb(180 83 9 / 0.15);
  }

  .xxl\:text-amber-700\/20{
    color: rgb(180 83 9 / 0.2);
  }

  .xxl\:text-amber-700\/25{
    color: rgb(180 83 9 / 0.25);
  }

  .xxl\:text-amber-700\/30{
    color: rgb(180 83 9 / 0.3);
  }

  .xxl\:text-amber-700\/35{
    color: rgb(180 83 9 / 0.35);
  }

  .xxl\:text-amber-700\/40{
    color: rgb(180 83 9 / 0.4);
  }

  .xxl\:text-amber-700\/45{
    color: rgb(180 83 9 / 0.45);
  }

  .xxl\:text-amber-700\/5{
    color: rgb(180 83 9 / 0.05);
  }

  .xxl\:text-amber-700\/50{
    color: rgb(180 83 9 / 0.5);
  }

  .xxl\:text-amber-700\/55{
    color: rgb(180 83 9 / 0.55);
  }

  .xxl\:text-amber-700\/60{
    color: rgb(180 83 9 / 0.6);
  }

  .xxl\:text-amber-700\/65{
    color: rgb(180 83 9 / 0.65);
  }

  .xxl\:text-amber-700\/70{
    color: rgb(180 83 9 / 0.7);
  }

  .xxl\:text-amber-700\/75{
    color: rgb(180 83 9 / 0.75);
  }

  .xxl\:text-amber-700\/80{
    color: rgb(180 83 9 / 0.8);
  }

  .xxl\:text-amber-700\/85{
    color: rgb(180 83 9 / 0.85);
  }

  .xxl\:text-amber-700\/90{
    color: rgb(180 83 9 / 0.9);
  }

  .xxl\:text-amber-700\/95{
    color: rgb(180 83 9 / 0.95);
  }

  .xxl\:text-amber-800{
    --tw-text-opacity: 1;
    color: rgb(146 64 14 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-800\/0{
    color: rgb(146 64 14 / 0);
  }

  .xxl\:text-amber-800\/10{
    color: rgb(146 64 14 / 0.1);
  }

  .xxl\:text-amber-800\/100{
    color: rgb(146 64 14 / 1);
  }

  .xxl\:text-amber-800\/15{
    color: rgb(146 64 14 / 0.15);
  }

  .xxl\:text-amber-800\/20{
    color: rgb(146 64 14 / 0.2);
  }

  .xxl\:text-amber-800\/25{
    color: rgb(146 64 14 / 0.25);
  }

  .xxl\:text-amber-800\/30{
    color: rgb(146 64 14 / 0.3);
  }

  .xxl\:text-amber-800\/35{
    color: rgb(146 64 14 / 0.35);
  }

  .xxl\:text-amber-800\/40{
    color: rgb(146 64 14 / 0.4);
  }

  .xxl\:text-amber-800\/45{
    color: rgb(146 64 14 / 0.45);
  }

  .xxl\:text-amber-800\/5{
    color: rgb(146 64 14 / 0.05);
  }

  .xxl\:text-amber-800\/50{
    color: rgb(146 64 14 / 0.5);
  }

  .xxl\:text-amber-800\/55{
    color: rgb(146 64 14 / 0.55);
  }

  .xxl\:text-amber-800\/60{
    color: rgb(146 64 14 / 0.6);
  }

  .xxl\:text-amber-800\/65{
    color: rgb(146 64 14 / 0.65);
  }

  .xxl\:text-amber-800\/70{
    color: rgb(146 64 14 / 0.7);
  }

  .xxl\:text-amber-800\/75{
    color: rgb(146 64 14 / 0.75);
  }

  .xxl\:text-amber-800\/80{
    color: rgb(146 64 14 / 0.8);
  }

  .xxl\:text-amber-800\/85{
    color: rgb(146 64 14 / 0.85);
  }

  .xxl\:text-amber-800\/90{
    color: rgb(146 64 14 / 0.9);
  }

  .xxl\:text-amber-800\/95{
    color: rgb(146 64 14 / 0.95);
  }

  .xxl\:text-amber-900{
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-900\/0{
    color: rgb(120 53 15 / 0);
  }

  .xxl\:text-amber-900\/10{
    color: rgb(120 53 15 / 0.1);
  }

  .xxl\:text-amber-900\/100{
    color: rgb(120 53 15 / 1);
  }

  .xxl\:text-amber-900\/15{
    color: rgb(120 53 15 / 0.15);
  }

  .xxl\:text-amber-900\/20{
    color: rgb(120 53 15 / 0.2);
  }

  .xxl\:text-amber-900\/25{
    color: rgb(120 53 15 / 0.25);
  }

  .xxl\:text-amber-900\/30{
    color: rgb(120 53 15 / 0.3);
  }

  .xxl\:text-amber-900\/35{
    color: rgb(120 53 15 / 0.35);
  }

  .xxl\:text-amber-900\/40{
    color: rgb(120 53 15 / 0.4);
  }

  .xxl\:text-amber-900\/45{
    color: rgb(120 53 15 / 0.45);
  }

  .xxl\:text-amber-900\/5{
    color: rgb(120 53 15 / 0.05);
  }

  .xxl\:text-amber-900\/50{
    color: rgb(120 53 15 / 0.5);
  }

  .xxl\:text-amber-900\/55{
    color: rgb(120 53 15 / 0.55);
  }

  .xxl\:text-amber-900\/60{
    color: rgb(120 53 15 / 0.6);
  }

  .xxl\:text-amber-900\/65{
    color: rgb(120 53 15 / 0.65);
  }

  .xxl\:text-amber-900\/70{
    color: rgb(120 53 15 / 0.7);
  }

  .xxl\:text-amber-900\/75{
    color: rgb(120 53 15 / 0.75);
  }

  .xxl\:text-amber-900\/80{
    color: rgb(120 53 15 / 0.8);
  }

  .xxl\:text-amber-900\/85{
    color: rgb(120 53 15 / 0.85);
  }

  .xxl\:text-amber-900\/90{
    color: rgb(120 53 15 / 0.9);
  }

  .xxl\:text-amber-900\/95{
    color: rgb(120 53 15 / 0.95);
  }

  .xxl\:text-amber-950{
    --tw-text-opacity: 1;
    color: rgb(69 26 3 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-amber-950\/0{
    color: rgb(69 26 3 / 0);
  }

  .xxl\:text-amber-950\/10{
    color: rgb(69 26 3 / 0.1);
  }

  .xxl\:text-amber-950\/100{
    color: rgb(69 26 3 / 1);
  }

  .xxl\:text-amber-950\/15{
    color: rgb(69 26 3 / 0.15);
  }

  .xxl\:text-amber-950\/20{
    color: rgb(69 26 3 / 0.2);
  }

  .xxl\:text-amber-950\/25{
    color: rgb(69 26 3 / 0.25);
  }

  .xxl\:text-amber-950\/30{
    color: rgb(69 26 3 / 0.3);
  }

  .xxl\:text-amber-950\/35{
    color: rgb(69 26 3 / 0.35);
  }

  .xxl\:text-amber-950\/40{
    color: rgb(69 26 3 / 0.4);
  }

  .xxl\:text-amber-950\/45{
    color: rgb(69 26 3 / 0.45);
  }

  .xxl\:text-amber-950\/5{
    color: rgb(69 26 3 / 0.05);
  }

  .xxl\:text-amber-950\/50{
    color: rgb(69 26 3 / 0.5);
  }

  .xxl\:text-amber-950\/55{
    color: rgb(69 26 3 / 0.55);
  }

  .xxl\:text-amber-950\/60{
    color: rgb(69 26 3 / 0.6);
  }

  .xxl\:text-amber-950\/65{
    color: rgb(69 26 3 / 0.65);
  }

  .xxl\:text-amber-950\/70{
    color: rgb(69 26 3 / 0.7);
  }

  .xxl\:text-amber-950\/75{
    color: rgb(69 26 3 / 0.75);
  }

  .xxl\:text-amber-950\/80{
    color: rgb(69 26 3 / 0.8);
  }

  .xxl\:text-amber-950\/85{
    color: rgb(69 26 3 / 0.85);
  }

  .xxl\:text-amber-950\/90{
    color: rgb(69 26 3 / 0.9);
  }

  .xxl\:text-amber-950\/95{
    color: rgb(69 26 3 / 0.95);
  }

  .xxl\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-black\/0{
    color: rgb(0 0 0 / 0);
  }

  .xxl\:text-black\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .xxl\:text-black\/100{
    color: rgb(0 0 0 / 1);
  }

  .xxl\:text-black\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .xxl\:text-black\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .xxl\:text-black\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .xxl\:text-black\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .xxl\:text-black\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .xxl\:text-black\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .xxl\:text-black\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .xxl\:text-black\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .xxl\:text-black\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .xxl\:text-black\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .xxl\:text-black\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .xxl\:text-black\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .xxl\:text-black\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .xxl\:text-black\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .xxl\:text-black\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .xxl\:text-black\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .xxl\:text-black\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .xxl\:text-black\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .xxl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgb(219 234 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-100\/0{
    color: rgb(219 234 254 / 0);
  }

  .xxl\:text-blue-100\/10{
    color: rgb(219 234 254 / 0.1);
  }

  .xxl\:text-blue-100\/100{
    color: rgb(219 234 254 / 1);
  }

  .xxl\:text-blue-100\/15{
    color: rgb(219 234 254 / 0.15);
  }

  .xxl\:text-blue-100\/20{
    color: rgb(219 234 254 / 0.2);
  }

  .xxl\:text-blue-100\/25{
    color: rgb(219 234 254 / 0.25);
  }

  .xxl\:text-blue-100\/30{
    color: rgb(219 234 254 / 0.3);
  }

  .xxl\:text-blue-100\/35{
    color: rgb(219 234 254 / 0.35);
  }

  .xxl\:text-blue-100\/40{
    color: rgb(219 234 254 / 0.4);
  }

  .xxl\:text-blue-100\/45{
    color: rgb(219 234 254 / 0.45);
  }

  .xxl\:text-blue-100\/5{
    color: rgb(219 234 254 / 0.05);
  }

  .xxl\:text-blue-100\/50{
    color: rgb(219 234 254 / 0.5);
  }

  .xxl\:text-blue-100\/55{
    color: rgb(219 234 254 / 0.55);
  }

  .xxl\:text-blue-100\/60{
    color: rgb(219 234 254 / 0.6);
  }

  .xxl\:text-blue-100\/65{
    color: rgb(219 234 254 / 0.65);
  }

  .xxl\:text-blue-100\/70{
    color: rgb(219 234 254 / 0.7);
  }

  .xxl\:text-blue-100\/75{
    color: rgb(219 234 254 / 0.75);
  }

  .xxl\:text-blue-100\/80{
    color: rgb(219 234 254 / 0.8);
  }

  .xxl\:text-blue-100\/85{
    color: rgb(219 234 254 / 0.85);
  }

  .xxl\:text-blue-100\/90{
    color: rgb(219 234 254 / 0.9);
  }

  .xxl\:text-blue-100\/95{
    color: rgb(219 234 254 / 0.95);
  }

  .xxl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-200\/0{
    color: rgb(191 219 254 / 0);
  }

  .xxl\:text-blue-200\/10{
    color: rgb(191 219 254 / 0.1);
  }

  .xxl\:text-blue-200\/100{
    color: rgb(191 219 254 / 1);
  }

  .xxl\:text-blue-200\/15{
    color: rgb(191 219 254 / 0.15);
  }

  .xxl\:text-blue-200\/20{
    color: rgb(191 219 254 / 0.2);
  }

  .xxl\:text-blue-200\/25{
    color: rgb(191 219 254 / 0.25);
  }

  .xxl\:text-blue-200\/30{
    color: rgb(191 219 254 / 0.3);
  }

  .xxl\:text-blue-200\/35{
    color: rgb(191 219 254 / 0.35);
  }

  .xxl\:text-blue-200\/40{
    color: rgb(191 219 254 / 0.4);
  }

  .xxl\:text-blue-200\/45{
    color: rgb(191 219 254 / 0.45);
  }

  .xxl\:text-blue-200\/5{
    color: rgb(191 219 254 / 0.05);
  }

  .xxl\:text-blue-200\/50{
    color: rgb(191 219 254 / 0.5);
  }

  .xxl\:text-blue-200\/55{
    color: rgb(191 219 254 / 0.55);
  }

  .xxl\:text-blue-200\/60{
    color: rgb(191 219 254 / 0.6);
  }

  .xxl\:text-blue-200\/65{
    color: rgb(191 219 254 / 0.65);
  }

  .xxl\:text-blue-200\/70{
    color: rgb(191 219 254 / 0.7);
  }

  .xxl\:text-blue-200\/75{
    color: rgb(191 219 254 / 0.75);
  }

  .xxl\:text-blue-200\/80{
    color: rgb(191 219 254 / 0.8);
  }

  .xxl\:text-blue-200\/85{
    color: rgb(191 219 254 / 0.85);
  }

  .xxl\:text-blue-200\/90{
    color: rgb(191 219 254 / 0.9);
  }

  .xxl\:text-blue-200\/95{
    color: rgb(191 219 254 / 0.95);
  }

  .xxl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-300\/0{
    color: rgb(147 197 253 / 0);
  }

  .xxl\:text-blue-300\/10{
    color: rgb(147 197 253 / 0.1);
  }

  .xxl\:text-blue-300\/100{
    color: rgb(147 197 253 / 1);
  }

  .xxl\:text-blue-300\/15{
    color: rgb(147 197 253 / 0.15);
  }

  .xxl\:text-blue-300\/20{
    color: rgb(147 197 253 / 0.2);
  }

  .xxl\:text-blue-300\/25{
    color: rgb(147 197 253 / 0.25);
  }

  .xxl\:text-blue-300\/30{
    color: rgb(147 197 253 / 0.3);
  }

  .xxl\:text-blue-300\/35{
    color: rgb(147 197 253 / 0.35);
  }

  .xxl\:text-blue-300\/40{
    color: rgb(147 197 253 / 0.4);
  }

  .xxl\:text-blue-300\/45{
    color: rgb(147 197 253 / 0.45);
  }

  .xxl\:text-blue-300\/5{
    color: rgb(147 197 253 / 0.05);
  }

  .xxl\:text-blue-300\/50{
    color: rgb(147 197 253 / 0.5);
  }

  .xxl\:text-blue-300\/55{
    color: rgb(147 197 253 / 0.55);
  }

  .xxl\:text-blue-300\/60{
    color: rgb(147 197 253 / 0.6);
  }

  .xxl\:text-blue-300\/65{
    color: rgb(147 197 253 / 0.65);
  }

  .xxl\:text-blue-300\/70{
    color: rgb(147 197 253 / 0.7);
  }

  .xxl\:text-blue-300\/75{
    color: rgb(147 197 253 / 0.75);
  }

  .xxl\:text-blue-300\/80{
    color: rgb(147 197 253 / 0.8);
  }

  .xxl\:text-blue-300\/85{
    color: rgb(147 197 253 / 0.85);
  }

  .xxl\:text-blue-300\/90{
    color: rgb(147 197 253 / 0.9);
  }

  .xxl\:text-blue-300\/95{
    color: rgb(147 197 253 / 0.95);
  }

  .xxl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-400\/0{
    color: rgb(96 165 250 / 0);
  }

  .xxl\:text-blue-400\/10{
    color: rgb(96 165 250 / 0.1);
  }

  .xxl\:text-blue-400\/100{
    color: rgb(96 165 250 / 1);
  }

  .xxl\:text-blue-400\/15{
    color: rgb(96 165 250 / 0.15);
  }

  .xxl\:text-blue-400\/20{
    color: rgb(96 165 250 / 0.2);
  }

  .xxl\:text-blue-400\/25{
    color: rgb(96 165 250 / 0.25);
  }

  .xxl\:text-blue-400\/30{
    color: rgb(96 165 250 / 0.3);
  }

  .xxl\:text-blue-400\/35{
    color: rgb(96 165 250 / 0.35);
  }

  .xxl\:text-blue-400\/40{
    color: rgb(96 165 250 / 0.4);
  }

  .xxl\:text-blue-400\/45{
    color: rgb(96 165 250 / 0.45);
  }

  .xxl\:text-blue-400\/5{
    color: rgb(96 165 250 / 0.05);
  }

  .xxl\:text-blue-400\/50{
    color: rgb(96 165 250 / 0.5);
  }

  .xxl\:text-blue-400\/55{
    color: rgb(96 165 250 / 0.55);
  }

  .xxl\:text-blue-400\/60{
    color: rgb(96 165 250 / 0.6);
  }

  .xxl\:text-blue-400\/65{
    color: rgb(96 165 250 / 0.65);
  }

  .xxl\:text-blue-400\/70{
    color: rgb(96 165 250 / 0.7);
  }

  .xxl\:text-blue-400\/75{
    color: rgb(96 165 250 / 0.75);
  }

  .xxl\:text-blue-400\/80{
    color: rgb(96 165 250 / 0.8);
  }

  .xxl\:text-blue-400\/85{
    color: rgb(96 165 250 / 0.85);
  }

  .xxl\:text-blue-400\/90{
    color: rgb(96 165 250 / 0.9);
  }

  .xxl\:text-blue-400\/95{
    color: rgb(96 165 250 / 0.95);
  }

  .xxl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-50\/0{
    color: rgb(239 246 255 / 0);
  }

  .xxl\:text-blue-50\/10{
    color: rgb(239 246 255 / 0.1);
  }

  .xxl\:text-blue-50\/100{
    color: rgb(239 246 255 / 1);
  }

  .xxl\:text-blue-50\/15{
    color: rgb(239 246 255 / 0.15);
  }

  .xxl\:text-blue-50\/20{
    color: rgb(239 246 255 / 0.2);
  }

  .xxl\:text-blue-50\/25{
    color: rgb(239 246 255 / 0.25);
  }

  .xxl\:text-blue-50\/30{
    color: rgb(239 246 255 / 0.3);
  }

  .xxl\:text-blue-50\/35{
    color: rgb(239 246 255 / 0.35);
  }

  .xxl\:text-blue-50\/40{
    color: rgb(239 246 255 / 0.4);
  }

  .xxl\:text-blue-50\/45{
    color: rgb(239 246 255 / 0.45);
  }

  .xxl\:text-blue-50\/5{
    color: rgb(239 246 255 / 0.05);
  }

  .xxl\:text-blue-50\/50{
    color: rgb(239 246 255 / 0.5);
  }

  .xxl\:text-blue-50\/55{
    color: rgb(239 246 255 / 0.55);
  }

  .xxl\:text-blue-50\/60{
    color: rgb(239 246 255 / 0.6);
  }

  .xxl\:text-blue-50\/65{
    color: rgb(239 246 255 / 0.65);
  }

  .xxl\:text-blue-50\/70{
    color: rgb(239 246 255 / 0.7);
  }

  .xxl\:text-blue-50\/75{
    color: rgb(239 246 255 / 0.75);
  }

  .xxl\:text-blue-50\/80{
    color: rgb(239 246 255 / 0.8);
  }

  .xxl\:text-blue-50\/85{
    color: rgb(239 246 255 / 0.85);
  }

  .xxl\:text-blue-50\/90{
    color: rgb(239 246 255 / 0.9);
  }

  .xxl\:text-blue-50\/95{
    color: rgb(239 246 255 / 0.95);
  }

  .xxl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-500\/0{
    color: rgb(59 130 246 / 0);
  }

  .xxl\:text-blue-500\/10{
    color: rgb(59 130 246 / 0.1);
  }

  .xxl\:text-blue-500\/100{
    color: rgb(59 130 246 / 1);
  }

  .xxl\:text-blue-500\/15{
    color: rgb(59 130 246 / 0.15);
  }

  .xxl\:text-blue-500\/20{
    color: rgb(59 130 246 / 0.2);
  }

  .xxl\:text-blue-500\/25{
    color: rgb(59 130 246 / 0.25);
  }

  .xxl\:text-blue-500\/30{
    color: rgb(59 130 246 / 0.3);
  }

  .xxl\:text-blue-500\/35{
    color: rgb(59 130 246 / 0.35);
  }

  .xxl\:text-blue-500\/40{
    color: rgb(59 130 246 / 0.4);
  }

  .xxl\:text-blue-500\/45{
    color: rgb(59 130 246 / 0.45);
  }

  .xxl\:text-blue-500\/5{
    color: rgb(59 130 246 / 0.05);
  }

  .xxl\:text-blue-500\/50{
    color: rgb(59 130 246 / 0.5);
  }

  .xxl\:text-blue-500\/55{
    color: rgb(59 130 246 / 0.55);
  }

  .xxl\:text-blue-500\/60{
    color: rgb(59 130 246 / 0.6);
  }

  .xxl\:text-blue-500\/65{
    color: rgb(59 130 246 / 0.65);
  }

  .xxl\:text-blue-500\/70{
    color: rgb(59 130 246 / 0.7);
  }

  .xxl\:text-blue-500\/75{
    color: rgb(59 130 246 / 0.75);
  }

  .xxl\:text-blue-500\/80{
    color: rgb(59 130 246 / 0.8);
  }

  .xxl\:text-blue-500\/85{
    color: rgb(59 130 246 / 0.85);
  }

  .xxl\:text-blue-500\/90{
    color: rgb(59 130 246 / 0.9);
  }

  .xxl\:text-blue-500\/95{
    color: rgb(59 130 246 / 0.95);
  }

  .xxl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-600\/0{
    color: rgb(37 99 235 / 0);
  }

  .xxl\:text-blue-600\/10{
    color: rgb(37 99 235 / 0.1);
  }

  .xxl\:text-blue-600\/100{
    color: rgb(37 99 235 / 1);
  }

  .xxl\:text-blue-600\/15{
    color: rgb(37 99 235 / 0.15);
  }

  .xxl\:text-blue-600\/20{
    color: rgb(37 99 235 / 0.2);
  }

  .xxl\:text-blue-600\/25{
    color: rgb(37 99 235 / 0.25);
  }

  .xxl\:text-blue-600\/30{
    color: rgb(37 99 235 / 0.3);
  }

  .xxl\:text-blue-600\/35{
    color: rgb(37 99 235 / 0.35);
  }

  .xxl\:text-blue-600\/40{
    color: rgb(37 99 235 / 0.4);
  }

  .xxl\:text-blue-600\/45{
    color: rgb(37 99 235 / 0.45);
  }

  .xxl\:text-blue-600\/5{
    color: rgb(37 99 235 / 0.05);
  }

  .xxl\:text-blue-600\/50{
    color: rgb(37 99 235 / 0.5);
  }

  .xxl\:text-blue-600\/55{
    color: rgb(37 99 235 / 0.55);
  }

  .xxl\:text-blue-600\/60{
    color: rgb(37 99 235 / 0.6);
  }

  .xxl\:text-blue-600\/65{
    color: rgb(37 99 235 / 0.65);
  }

  .xxl\:text-blue-600\/70{
    color: rgb(37 99 235 / 0.7);
  }

  .xxl\:text-blue-600\/75{
    color: rgb(37 99 235 / 0.75);
  }

  .xxl\:text-blue-600\/80{
    color: rgb(37 99 235 / 0.8);
  }

  .xxl\:text-blue-600\/85{
    color: rgb(37 99 235 / 0.85);
  }

  .xxl\:text-blue-600\/90{
    color: rgb(37 99 235 / 0.9);
  }

  .xxl\:text-blue-600\/95{
    color: rgb(37 99 235 / 0.95);
  }

  .xxl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-700\/0{
    color: rgb(29 78 216 / 0);
  }

  .xxl\:text-blue-700\/10{
    color: rgb(29 78 216 / 0.1);
  }

  .xxl\:text-blue-700\/100{
    color: rgb(29 78 216 / 1);
  }

  .xxl\:text-blue-700\/15{
    color: rgb(29 78 216 / 0.15);
  }

  .xxl\:text-blue-700\/20{
    color: rgb(29 78 216 / 0.2);
  }

  .xxl\:text-blue-700\/25{
    color: rgb(29 78 216 / 0.25);
  }

  .xxl\:text-blue-700\/30{
    color: rgb(29 78 216 / 0.3);
  }

  .xxl\:text-blue-700\/35{
    color: rgb(29 78 216 / 0.35);
  }

  .xxl\:text-blue-700\/40{
    color: rgb(29 78 216 / 0.4);
  }

  .xxl\:text-blue-700\/45{
    color: rgb(29 78 216 / 0.45);
  }

  .xxl\:text-blue-700\/5{
    color: rgb(29 78 216 / 0.05);
  }

  .xxl\:text-blue-700\/50{
    color: rgb(29 78 216 / 0.5);
  }

  .xxl\:text-blue-700\/55{
    color: rgb(29 78 216 / 0.55);
  }

  .xxl\:text-blue-700\/60{
    color: rgb(29 78 216 / 0.6);
  }

  .xxl\:text-blue-700\/65{
    color: rgb(29 78 216 / 0.65);
  }

  .xxl\:text-blue-700\/70{
    color: rgb(29 78 216 / 0.7);
  }

  .xxl\:text-blue-700\/75{
    color: rgb(29 78 216 / 0.75);
  }

  .xxl\:text-blue-700\/80{
    color: rgb(29 78 216 / 0.8);
  }

  .xxl\:text-blue-700\/85{
    color: rgb(29 78 216 / 0.85);
  }

  .xxl\:text-blue-700\/90{
    color: rgb(29 78 216 / 0.9);
  }

  .xxl\:text-blue-700\/95{
    color: rgb(29 78 216 / 0.95);
  }

  .xxl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-800\/0{
    color: rgb(30 64 175 / 0);
  }

  .xxl\:text-blue-800\/10{
    color: rgb(30 64 175 / 0.1);
  }

  .xxl\:text-blue-800\/100{
    color: rgb(30 64 175 / 1);
  }

  .xxl\:text-blue-800\/15{
    color: rgb(30 64 175 / 0.15);
  }

  .xxl\:text-blue-800\/20{
    color: rgb(30 64 175 / 0.2);
  }

  .xxl\:text-blue-800\/25{
    color: rgb(30 64 175 / 0.25);
  }

  .xxl\:text-blue-800\/30{
    color: rgb(30 64 175 / 0.3);
  }

  .xxl\:text-blue-800\/35{
    color: rgb(30 64 175 / 0.35);
  }

  .xxl\:text-blue-800\/40{
    color: rgb(30 64 175 / 0.4);
  }

  .xxl\:text-blue-800\/45{
    color: rgb(30 64 175 / 0.45);
  }

  .xxl\:text-blue-800\/5{
    color: rgb(30 64 175 / 0.05);
  }

  .xxl\:text-blue-800\/50{
    color: rgb(30 64 175 / 0.5);
  }

  .xxl\:text-blue-800\/55{
    color: rgb(30 64 175 / 0.55);
  }

  .xxl\:text-blue-800\/60{
    color: rgb(30 64 175 / 0.6);
  }

  .xxl\:text-blue-800\/65{
    color: rgb(30 64 175 / 0.65);
  }

  .xxl\:text-blue-800\/70{
    color: rgb(30 64 175 / 0.7);
  }

  .xxl\:text-blue-800\/75{
    color: rgb(30 64 175 / 0.75);
  }

  .xxl\:text-blue-800\/80{
    color: rgb(30 64 175 / 0.8);
  }

  .xxl\:text-blue-800\/85{
    color: rgb(30 64 175 / 0.85);
  }

  .xxl\:text-blue-800\/90{
    color: rgb(30 64 175 / 0.9);
  }

  .xxl\:text-blue-800\/95{
    color: rgb(30 64 175 / 0.95);
  }

  .xxl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-900\/0{
    color: rgb(30 58 138 / 0);
  }

  .xxl\:text-blue-900\/10{
    color: rgb(30 58 138 / 0.1);
  }

  .xxl\:text-blue-900\/100{
    color: rgb(30 58 138 / 1);
  }

  .xxl\:text-blue-900\/15{
    color: rgb(30 58 138 / 0.15);
  }

  .xxl\:text-blue-900\/20{
    color: rgb(30 58 138 / 0.2);
  }

  .xxl\:text-blue-900\/25{
    color: rgb(30 58 138 / 0.25);
  }

  .xxl\:text-blue-900\/30{
    color: rgb(30 58 138 / 0.3);
  }

  .xxl\:text-blue-900\/35{
    color: rgb(30 58 138 / 0.35);
  }

  .xxl\:text-blue-900\/40{
    color: rgb(30 58 138 / 0.4);
  }

  .xxl\:text-blue-900\/45{
    color: rgb(30 58 138 / 0.45);
  }

  .xxl\:text-blue-900\/5{
    color: rgb(30 58 138 / 0.05);
  }

  .xxl\:text-blue-900\/50{
    color: rgb(30 58 138 / 0.5);
  }

  .xxl\:text-blue-900\/55{
    color: rgb(30 58 138 / 0.55);
  }

  .xxl\:text-blue-900\/60{
    color: rgb(30 58 138 / 0.6);
  }

  .xxl\:text-blue-900\/65{
    color: rgb(30 58 138 / 0.65);
  }

  .xxl\:text-blue-900\/70{
    color: rgb(30 58 138 / 0.7);
  }

  .xxl\:text-blue-900\/75{
    color: rgb(30 58 138 / 0.75);
  }

  .xxl\:text-blue-900\/80{
    color: rgb(30 58 138 / 0.8);
  }

  .xxl\:text-blue-900\/85{
    color: rgb(30 58 138 / 0.85);
  }

  .xxl\:text-blue-900\/90{
    color: rgb(30 58 138 / 0.9);
  }

  .xxl\:text-blue-900\/95{
    color: rgb(30 58 138 / 0.95);
  }

  .xxl\:text-blue-950{
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-blue-950\/0{
    color: rgb(23 37 84 / 0);
  }

  .xxl\:text-blue-950\/10{
    color: rgb(23 37 84 / 0.1);
  }

  .xxl\:text-blue-950\/100{
    color: rgb(23 37 84 / 1);
  }

  .xxl\:text-blue-950\/15{
    color: rgb(23 37 84 / 0.15);
  }

  .xxl\:text-blue-950\/20{
    color: rgb(23 37 84 / 0.2);
  }

  .xxl\:text-blue-950\/25{
    color: rgb(23 37 84 / 0.25);
  }

  .xxl\:text-blue-950\/30{
    color: rgb(23 37 84 / 0.3);
  }

  .xxl\:text-blue-950\/35{
    color: rgb(23 37 84 / 0.35);
  }

  .xxl\:text-blue-950\/40{
    color: rgb(23 37 84 / 0.4);
  }

  .xxl\:text-blue-950\/45{
    color: rgb(23 37 84 / 0.45);
  }

  .xxl\:text-blue-950\/5{
    color: rgb(23 37 84 / 0.05);
  }

  .xxl\:text-blue-950\/50{
    color: rgb(23 37 84 / 0.5);
  }

  .xxl\:text-blue-950\/55{
    color: rgb(23 37 84 / 0.55);
  }

  .xxl\:text-blue-950\/60{
    color: rgb(23 37 84 / 0.6);
  }

  .xxl\:text-blue-950\/65{
    color: rgb(23 37 84 / 0.65);
  }

  .xxl\:text-blue-950\/70{
    color: rgb(23 37 84 / 0.7);
  }

  .xxl\:text-blue-950\/75{
    color: rgb(23 37 84 / 0.75);
  }

  .xxl\:text-blue-950\/80{
    color: rgb(23 37 84 / 0.8);
  }

  .xxl\:text-blue-950\/85{
    color: rgb(23 37 84 / 0.85);
  }

  .xxl\:text-blue-950\/90{
    color: rgb(23 37 84 / 0.9);
  }

  .xxl\:text-blue-950\/95{
    color: rgb(23 37 84 / 0.95);
  }

  .xxl\:text-current{
    color: currentColor;
  }

  .xxl\:text-cyan-100{
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-100\/0{
    color: rgb(207 250 254 / 0);
  }

  .xxl\:text-cyan-100\/10{
    color: rgb(207 250 254 / 0.1);
  }

  .xxl\:text-cyan-100\/100{
    color: rgb(207 250 254 / 1);
  }

  .xxl\:text-cyan-100\/15{
    color: rgb(207 250 254 / 0.15);
  }

  .xxl\:text-cyan-100\/20{
    color: rgb(207 250 254 / 0.2);
  }

  .xxl\:text-cyan-100\/25{
    color: rgb(207 250 254 / 0.25);
  }

  .xxl\:text-cyan-100\/30{
    color: rgb(207 250 254 / 0.3);
  }

  .xxl\:text-cyan-100\/35{
    color: rgb(207 250 254 / 0.35);
  }

  .xxl\:text-cyan-100\/40{
    color: rgb(207 250 254 / 0.4);
  }

  .xxl\:text-cyan-100\/45{
    color: rgb(207 250 254 / 0.45);
  }

  .xxl\:text-cyan-100\/5{
    color: rgb(207 250 254 / 0.05);
  }

  .xxl\:text-cyan-100\/50{
    color: rgb(207 250 254 / 0.5);
  }

  .xxl\:text-cyan-100\/55{
    color: rgb(207 250 254 / 0.55);
  }

  .xxl\:text-cyan-100\/60{
    color: rgb(207 250 254 / 0.6);
  }

  .xxl\:text-cyan-100\/65{
    color: rgb(207 250 254 / 0.65);
  }

  .xxl\:text-cyan-100\/70{
    color: rgb(207 250 254 / 0.7);
  }

  .xxl\:text-cyan-100\/75{
    color: rgb(207 250 254 / 0.75);
  }

  .xxl\:text-cyan-100\/80{
    color: rgb(207 250 254 / 0.8);
  }

  .xxl\:text-cyan-100\/85{
    color: rgb(207 250 254 / 0.85);
  }

  .xxl\:text-cyan-100\/90{
    color: rgb(207 250 254 / 0.9);
  }

  .xxl\:text-cyan-100\/95{
    color: rgb(207 250 254 / 0.95);
  }

  .xxl\:text-cyan-200{
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-200\/0{
    color: rgb(165 243 252 / 0);
  }

  .xxl\:text-cyan-200\/10{
    color: rgb(165 243 252 / 0.1);
  }

  .xxl\:text-cyan-200\/100{
    color: rgb(165 243 252 / 1);
  }

  .xxl\:text-cyan-200\/15{
    color: rgb(165 243 252 / 0.15);
  }

  .xxl\:text-cyan-200\/20{
    color: rgb(165 243 252 / 0.2);
  }

  .xxl\:text-cyan-200\/25{
    color: rgb(165 243 252 / 0.25);
  }

  .xxl\:text-cyan-200\/30{
    color: rgb(165 243 252 / 0.3);
  }

  .xxl\:text-cyan-200\/35{
    color: rgb(165 243 252 / 0.35);
  }

  .xxl\:text-cyan-200\/40{
    color: rgb(165 243 252 / 0.4);
  }

  .xxl\:text-cyan-200\/45{
    color: rgb(165 243 252 / 0.45);
  }

  .xxl\:text-cyan-200\/5{
    color: rgb(165 243 252 / 0.05);
  }

  .xxl\:text-cyan-200\/50{
    color: rgb(165 243 252 / 0.5);
  }

  .xxl\:text-cyan-200\/55{
    color: rgb(165 243 252 / 0.55);
  }

  .xxl\:text-cyan-200\/60{
    color: rgb(165 243 252 / 0.6);
  }

  .xxl\:text-cyan-200\/65{
    color: rgb(165 243 252 / 0.65);
  }

  .xxl\:text-cyan-200\/70{
    color: rgb(165 243 252 / 0.7);
  }

  .xxl\:text-cyan-200\/75{
    color: rgb(165 243 252 / 0.75);
  }

  .xxl\:text-cyan-200\/80{
    color: rgb(165 243 252 / 0.8);
  }

  .xxl\:text-cyan-200\/85{
    color: rgb(165 243 252 / 0.85);
  }

  .xxl\:text-cyan-200\/90{
    color: rgb(165 243 252 / 0.9);
  }

  .xxl\:text-cyan-200\/95{
    color: rgb(165 243 252 / 0.95);
  }

  .xxl\:text-cyan-300{
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-300\/0{
    color: rgb(103 232 249 / 0);
  }

  .xxl\:text-cyan-300\/10{
    color: rgb(103 232 249 / 0.1);
  }

  .xxl\:text-cyan-300\/100{
    color: rgb(103 232 249 / 1);
  }

  .xxl\:text-cyan-300\/15{
    color: rgb(103 232 249 / 0.15);
  }

  .xxl\:text-cyan-300\/20{
    color: rgb(103 232 249 / 0.2);
  }

  .xxl\:text-cyan-300\/25{
    color: rgb(103 232 249 / 0.25);
  }

  .xxl\:text-cyan-300\/30{
    color: rgb(103 232 249 / 0.3);
  }

  .xxl\:text-cyan-300\/35{
    color: rgb(103 232 249 / 0.35);
  }

  .xxl\:text-cyan-300\/40{
    color: rgb(103 232 249 / 0.4);
  }

  .xxl\:text-cyan-300\/45{
    color: rgb(103 232 249 / 0.45);
  }

  .xxl\:text-cyan-300\/5{
    color: rgb(103 232 249 / 0.05);
  }

  .xxl\:text-cyan-300\/50{
    color: rgb(103 232 249 / 0.5);
  }

  .xxl\:text-cyan-300\/55{
    color: rgb(103 232 249 / 0.55);
  }

  .xxl\:text-cyan-300\/60{
    color: rgb(103 232 249 / 0.6);
  }

  .xxl\:text-cyan-300\/65{
    color: rgb(103 232 249 / 0.65);
  }

  .xxl\:text-cyan-300\/70{
    color: rgb(103 232 249 / 0.7);
  }

  .xxl\:text-cyan-300\/75{
    color: rgb(103 232 249 / 0.75);
  }

  .xxl\:text-cyan-300\/80{
    color: rgb(103 232 249 / 0.8);
  }

  .xxl\:text-cyan-300\/85{
    color: rgb(103 232 249 / 0.85);
  }

  .xxl\:text-cyan-300\/90{
    color: rgb(103 232 249 / 0.9);
  }

  .xxl\:text-cyan-300\/95{
    color: rgb(103 232 249 / 0.95);
  }

  .xxl\:text-cyan-400{
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-400\/0{
    color: rgb(34 211 238 / 0);
  }

  .xxl\:text-cyan-400\/10{
    color: rgb(34 211 238 / 0.1);
  }

  .xxl\:text-cyan-400\/100{
    color: rgb(34 211 238 / 1);
  }

  .xxl\:text-cyan-400\/15{
    color: rgb(34 211 238 / 0.15);
  }

  .xxl\:text-cyan-400\/20{
    color: rgb(34 211 238 / 0.2);
  }

  .xxl\:text-cyan-400\/25{
    color: rgb(34 211 238 / 0.25);
  }

  .xxl\:text-cyan-400\/30{
    color: rgb(34 211 238 / 0.3);
  }

  .xxl\:text-cyan-400\/35{
    color: rgb(34 211 238 / 0.35);
  }

  .xxl\:text-cyan-400\/40{
    color: rgb(34 211 238 / 0.4);
  }

  .xxl\:text-cyan-400\/45{
    color: rgb(34 211 238 / 0.45);
  }

  .xxl\:text-cyan-400\/5{
    color: rgb(34 211 238 / 0.05);
  }

  .xxl\:text-cyan-400\/50{
    color: rgb(34 211 238 / 0.5);
  }

  .xxl\:text-cyan-400\/55{
    color: rgb(34 211 238 / 0.55);
  }

  .xxl\:text-cyan-400\/60{
    color: rgb(34 211 238 / 0.6);
  }

  .xxl\:text-cyan-400\/65{
    color: rgb(34 211 238 / 0.65);
  }

  .xxl\:text-cyan-400\/70{
    color: rgb(34 211 238 / 0.7);
  }

  .xxl\:text-cyan-400\/75{
    color: rgb(34 211 238 / 0.75);
  }

  .xxl\:text-cyan-400\/80{
    color: rgb(34 211 238 / 0.8);
  }

  .xxl\:text-cyan-400\/85{
    color: rgb(34 211 238 / 0.85);
  }

  .xxl\:text-cyan-400\/90{
    color: rgb(34 211 238 / 0.9);
  }

  .xxl\:text-cyan-400\/95{
    color: rgb(34 211 238 / 0.95);
  }

  .xxl\:text-cyan-50{
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-50\/0{
    color: rgb(236 254 255 / 0);
  }

  .xxl\:text-cyan-50\/10{
    color: rgb(236 254 255 / 0.1);
  }

  .xxl\:text-cyan-50\/100{
    color: rgb(236 254 255 / 1);
  }

  .xxl\:text-cyan-50\/15{
    color: rgb(236 254 255 / 0.15);
  }

  .xxl\:text-cyan-50\/20{
    color: rgb(236 254 255 / 0.2);
  }

  .xxl\:text-cyan-50\/25{
    color: rgb(236 254 255 / 0.25);
  }

  .xxl\:text-cyan-50\/30{
    color: rgb(236 254 255 / 0.3);
  }

  .xxl\:text-cyan-50\/35{
    color: rgb(236 254 255 / 0.35);
  }

  .xxl\:text-cyan-50\/40{
    color: rgb(236 254 255 / 0.4);
  }

  .xxl\:text-cyan-50\/45{
    color: rgb(236 254 255 / 0.45);
  }

  .xxl\:text-cyan-50\/5{
    color: rgb(236 254 255 / 0.05);
  }

  .xxl\:text-cyan-50\/50{
    color: rgb(236 254 255 / 0.5);
  }

  .xxl\:text-cyan-50\/55{
    color: rgb(236 254 255 / 0.55);
  }

  .xxl\:text-cyan-50\/60{
    color: rgb(236 254 255 / 0.6);
  }

  .xxl\:text-cyan-50\/65{
    color: rgb(236 254 255 / 0.65);
  }

  .xxl\:text-cyan-50\/70{
    color: rgb(236 254 255 / 0.7);
  }

  .xxl\:text-cyan-50\/75{
    color: rgb(236 254 255 / 0.75);
  }

  .xxl\:text-cyan-50\/80{
    color: rgb(236 254 255 / 0.8);
  }

  .xxl\:text-cyan-50\/85{
    color: rgb(236 254 255 / 0.85);
  }

  .xxl\:text-cyan-50\/90{
    color: rgb(236 254 255 / 0.9);
  }

  .xxl\:text-cyan-50\/95{
    color: rgb(236 254 255 / 0.95);
  }

  .xxl\:text-cyan-500{
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-500\/0{
    color: rgb(6 182 212 / 0);
  }

  .xxl\:text-cyan-500\/10{
    color: rgb(6 182 212 / 0.1);
  }

  .xxl\:text-cyan-500\/100{
    color: rgb(6 182 212 / 1);
  }

  .xxl\:text-cyan-500\/15{
    color: rgb(6 182 212 / 0.15);
  }

  .xxl\:text-cyan-500\/20{
    color: rgb(6 182 212 / 0.2);
  }

  .xxl\:text-cyan-500\/25{
    color: rgb(6 182 212 / 0.25);
  }

  .xxl\:text-cyan-500\/30{
    color: rgb(6 182 212 / 0.3);
  }

  .xxl\:text-cyan-500\/35{
    color: rgb(6 182 212 / 0.35);
  }

  .xxl\:text-cyan-500\/40{
    color: rgb(6 182 212 / 0.4);
  }

  .xxl\:text-cyan-500\/45{
    color: rgb(6 182 212 / 0.45);
  }

  .xxl\:text-cyan-500\/5{
    color: rgb(6 182 212 / 0.05);
  }

  .xxl\:text-cyan-500\/50{
    color: rgb(6 182 212 / 0.5);
  }

  .xxl\:text-cyan-500\/55{
    color: rgb(6 182 212 / 0.55);
  }

  .xxl\:text-cyan-500\/60{
    color: rgb(6 182 212 / 0.6);
  }

  .xxl\:text-cyan-500\/65{
    color: rgb(6 182 212 / 0.65);
  }

  .xxl\:text-cyan-500\/70{
    color: rgb(6 182 212 / 0.7);
  }

  .xxl\:text-cyan-500\/75{
    color: rgb(6 182 212 / 0.75);
  }

  .xxl\:text-cyan-500\/80{
    color: rgb(6 182 212 / 0.8);
  }

  .xxl\:text-cyan-500\/85{
    color: rgb(6 182 212 / 0.85);
  }

  .xxl\:text-cyan-500\/90{
    color: rgb(6 182 212 / 0.9);
  }

  .xxl\:text-cyan-500\/95{
    color: rgb(6 182 212 / 0.95);
  }

  .xxl\:text-cyan-600{
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-600\/0{
    color: rgb(8 145 178 / 0);
  }

  .xxl\:text-cyan-600\/10{
    color: rgb(8 145 178 / 0.1);
  }

  .xxl\:text-cyan-600\/100{
    color: rgb(8 145 178 / 1);
  }

  .xxl\:text-cyan-600\/15{
    color: rgb(8 145 178 / 0.15);
  }

  .xxl\:text-cyan-600\/20{
    color: rgb(8 145 178 / 0.2);
  }

  .xxl\:text-cyan-600\/25{
    color: rgb(8 145 178 / 0.25);
  }

  .xxl\:text-cyan-600\/30{
    color: rgb(8 145 178 / 0.3);
  }

  .xxl\:text-cyan-600\/35{
    color: rgb(8 145 178 / 0.35);
  }

  .xxl\:text-cyan-600\/40{
    color: rgb(8 145 178 / 0.4);
  }

  .xxl\:text-cyan-600\/45{
    color: rgb(8 145 178 / 0.45);
  }

  .xxl\:text-cyan-600\/5{
    color: rgb(8 145 178 / 0.05);
  }

  .xxl\:text-cyan-600\/50{
    color: rgb(8 145 178 / 0.5);
  }

  .xxl\:text-cyan-600\/55{
    color: rgb(8 145 178 / 0.55);
  }

  .xxl\:text-cyan-600\/60{
    color: rgb(8 145 178 / 0.6);
  }

  .xxl\:text-cyan-600\/65{
    color: rgb(8 145 178 / 0.65);
  }

  .xxl\:text-cyan-600\/70{
    color: rgb(8 145 178 / 0.7);
  }

  .xxl\:text-cyan-600\/75{
    color: rgb(8 145 178 / 0.75);
  }

  .xxl\:text-cyan-600\/80{
    color: rgb(8 145 178 / 0.8);
  }

  .xxl\:text-cyan-600\/85{
    color: rgb(8 145 178 / 0.85);
  }

  .xxl\:text-cyan-600\/90{
    color: rgb(8 145 178 / 0.9);
  }

  .xxl\:text-cyan-600\/95{
    color: rgb(8 145 178 / 0.95);
  }

  .xxl\:text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-700\/0{
    color: rgb(14 116 144 / 0);
  }

  .xxl\:text-cyan-700\/10{
    color: rgb(14 116 144 / 0.1);
  }

  .xxl\:text-cyan-700\/100{
    color: rgb(14 116 144 / 1);
  }

  .xxl\:text-cyan-700\/15{
    color: rgb(14 116 144 / 0.15);
  }

  .xxl\:text-cyan-700\/20{
    color: rgb(14 116 144 / 0.2);
  }

  .xxl\:text-cyan-700\/25{
    color: rgb(14 116 144 / 0.25);
  }

  .xxl\:text-cyan-700\/30{
    color: rgb(14 116 144 / 0.3);
  }

  .xxl\:text-cyan-700\/35{
    color: rgb(14 116 144 / 0.35);
  }

  .xxl\:text-cyan-700\/40{
    color: rgb(14 116 144 / 0.4);
  }

  .xxl\:text-cyan-700\/45{
    color: rgb(14 116 144 / 0.45);
  }

  .xxl\:text-cyan-700\/5{
    color: rgb(14 116 144 / 0.05);
  }

  .xxl\:text-cyan-700\/50{
    color: rgb(14 116 144 / 0.5);
  }

  .xxl\:text-cyan-700\/55{
    color: rgb(14 116 144 / 0.55);
  }

  .xxl\:text-cyan-700\/60{
    color: rgb(14 116 144 / 0.6);
  }

  .xxl\:text-cyan-700\/65{
    color: rgb(14 116 144 / 0.65);
  }

  .xxl\:text-cyan-700\/70{
    color: rgb(14 116 144 / 0.7);
  }

  .xxl\:text-cyan-700\/75{
    color: rgb(14 116 144 / 0.75);
  }

  .xxl\:text-cyan-700\/80{
    color: rgb(14 116 144 / 0.8);
  }

  .xxl\:text-cyan-700\/85{
    color: rgb(14 116 144 / 0.85);
  }

  .xxl\:text-cyan-700\/90{
    color: rgb(14 116 144 / 0.9);
  }

  .xxl\:text-cyan-700\/95{
    color: rgb(14 116 144 / 0.95);
  }

  .xxl\:text-cyan-800{
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-800\/0{
    color: rgb(21 94 117 / 0);
  }

  .xxl\:text-cyan-800\/10{
    color: rgb(21 94 117 / 0.1);
  }

  .xxl\:text-cyan-800\/100{
    color: rgb(21 94 117 / 1);
  }

  .xxl\:text-cyan-800\/15{
    color: rgb(21 94 117 / 0.15);
  }

  .xxl\:text-cyan-800\/20{
    color: rgb(21 94 117 / 0.2);
  }

  .xxl\:text-cyan-800\/25{
    color: rgb(21 94 117 / 0.25);
  }

  .xxl\:text-cyan-800\/30{
    color: rgb(21 94 117 / 0.3);
  }

  .xxl\:text-cyan-800\/35{
    color: rgb(21 94 117 / 0.35);
  }

  .xxl\:text-cyan-800\/40{
    color: rgb(21 94 117 / 0.4);
  }

  .xxl\:text-cyan-800\/45{
    color: rgb(21 94 117 / 0.45);
  }

  .xxl\:text-cyan-800\/5{
    color: rgb(21 94 117 / 0.05);
  }

  .xxl\:text-cyan-800\/50{
    color: rgb(21 94 117 / 0.5);
  }

  .xxl\:text-cyan-800\/55{
    color: rgb(21 94 117 / 0.55);
  }

  .xxl\:text-cyan-800\/60{
    color: rgb(21 94 117 / 0.6);
  }

  .xxl\:text-cyan-800\/65{
    color: rgb(21 94 117 / 0.65);
  }

  .xxl\:text-cyan-800\/70{
    color: rgb(21 94 117 / 0.7);
  }

  .xxl\:text-cyan-800\/75{
    color: rgb(21 94 117 / 0.75);
  }

  .xxl\:text-cyan-800\/80{
    color: rgb(21 94 117 / 0.8);
  }

  .xxl\:text-cyan-800\/85{
    color: rgb(21 94 117 / 0.85);
  }

  .xxl\:text-cyan-800\/90{
    color: rgb(21 94 117 / 0.9);
  }

  .xxl\:text-cyan-800\/95{
    color: rgb(21 94 117 / 0.95);
  }

  .xxl\:text-cyan-900{
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-900\/0{
    color: rgb(22 78 99 / 0);
  }

  .xxl\:text-cyan-900\/10{
    color: rgb(22 78 99 / 0.1);
  }

  .xxl\:text-cyan-900\/100{
    color: rgb(22 78 99 / 1);
  }

  .xxl\:text-cyan-900\/15{
    color: rgb(22 78 99 / 0.15);
  }

  .xxl\:text-cyan-900\/20{
    color: rgb(22 78 99 / 0.2);
  }

  .xxl\:text-cyan-900\/25{
    color: rgb(22 78 99 / 0.25);
  }

  .xxl\:text-cyan-900\/30{
    color: rgb(22 78 99 / 0.3);
  }

  .xxl\:text-cyan-900\/35{
    color: rgb(22 78 99 / 0.35);
  }

  .xxl\:text-cyan-900\/40{
    color: rgb(22 78 99 / 0.4);
  }

  .xxl\:text-cyan-900\/45{
    color: rgb(22 78 99 / 0.45);
  }

  .xxl\:text-cyan-900\/5{
    color: rgb(22 78 99 / 0.05);
  }

  .xxl\:text-cyan-900\/50{
    color: rgb(22 78 99 / 0.5);
  }

  .xxl\:text-cyan-900\/55{
    color: rgb(22 78 99 / 0.55);
  }

  .xxl\:text-cyan-900\/60{
    color: rgb(22 78 99 / 0.6);
  }

  .xxl\:text-cyan-900\/65{
    color: rgb(22 78 99 / 0.65);
  }

  .xxl\:text-cyan-900\/70{
    color: rgb(22 78 99 / 0.7);
  }

  .xxl\:text-cyan-900\/75{
    color: rgb(22 78 99 / 0.75);
  }

  .xxl\:text-cyan-900\/80{
    color: rgb(22 78 99 / 0.8);
  }

  .xxl\:text-cyan-900\/85{
    color: rgb(22 78 99 / 0.85);
  }

  .xxl\:text-cyan-900\/90{
    color: rgb(22 78 99 / 0.9);
  }

  .xxl\:text-cyan-900\/95{
    color: rgb(22 78 99 / 0.95);
  }

  .xxl\:text-cyan-950{
    --tw-text-opacity: 1;
    color: rgb(8 51 68 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-cyan-950\/0{
    color: rgb(8 51 68 / 0);
  }

  .xxl\:text-cyan-950\/10{
    color: rgb(8 51 68 / 0.1);
  }

  .xxl\:text-cyan-950\/100{
    color: rgb(8 51 68 / 1);
  }

  .xxl\:text-cyan-950\/15{
    color: rgb(8 51 68 / 0.15);
  }

  .xxl\:text-cyan-950\/20{
    color: rgb(8 51 68 / 0.2);
  }

  .xxl\:text-cyan-950\/25{
    color: rgb(8 51 68 / 0.25);
  }

  .xxl\:text-cyan-950\/30{
    color: rgb(8 51 68 / 0.3);
  }

  .xxl\:text-cyan-950\/35{
    color: rgb(8 51 68 / 0.35);
  }

  .xxl\:text-cyan-950\/40{
    color: rgb(8 51 68 / 0.4);
  }

  .xxl\:text-cyan-950\/45{
    color: rgb(8 51 68 / 0.45);
  }

  .xxl\:text-cyan-950\/5{
    color: rgb(8 51 68 / 0.05);
  }

  .xxl\:text-cyan-950\/50{
    color: rgb(8 51 68 / 0.5);
  }

  .xxl\:text-cyan-950\/55{
    color: rgb(8 51 68 / 0.55);
  }

  .xxl\:text-cyan-950\/60{
    color: rgb(8 51 68 / 0.6);
  }

  .xxl\:text-cyan-950\/65{
    color: rgb(8 51 68 / 0.65);
  }

  .xxl\:text-cyan-950\/70{
    color: rgb(8 51 68 / 0.7);
  }

  .xxl\:text-cyan-950\/75{
    color: rgb(8 51 68 / 0.75);
  }

  .xxl\:text-cyan-950\/80{
    color: rgb(8 51 68 / 0.8);
  }

  .xxl\:text-cyan-950\/85{
    color: rgb(8 51 68 / 0.85);
  }

  .xxl\:text-cyan-950\/90{
    color: rgb(8 51 68 / 0.9);
  }

  .xxl\:text-cyan-950\/95{
    color: rgb(8 51 68 / 0.95);
  }

  .xxl\:text-darkGreen{
    --tw-text-opacity: 1;
    color: rgb(113 229 201 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-darkGreen\/0{
    color: rgb(113 229 201 / 0);
  }

  .xxl\:text-darkGreen\/10{
    color: rgb(113 229 201 / 0.1);
  }

  .xxl\:text-darkGreen\/100{
    color: rgb(113 229 201 / 1);
  }

  .xxl\:text-darkGreen\/15{
    color: rgb(113 229 201 / 0.15);
  }

  .xxl\:text-darkGreen\/20{
    color: rgb(113 229 201 / 0.2);
  }

  .xxl\:text-darkGreen\/25{
    color: rgb(113 229 201 / 0.25);
  }

  .xxl\:text-darkGreen\/30{
    color: rgb(113 229 201 / 0.3);
  }

  .xxl\:text-darkGreen\/35{
    color: rgb(113 229 201 / 0.35);
  }

  .xxl\:text-darkGreen\/40{
    color: rgb(113 229 201 / 0.4);
  }

  .xxl\:text-darkGreen\/45{
    color: rgb(113 229 201 / 0.45);
  }

  .xxl\:text-darkGreen\/5{
    color: rgb(113 229 201 / 0.05);
  }

  .xxl\:text-darkGreen\/50{
    color: rgb(113 229 201 / 0.5);
  }

  .xxl\:text-darkGreen\/55{
    color: rgb(113 229 201 / 0.55);
  }

  .xxl\:text-darkGreen\/60{
    color: rgb(113 229 201 / 0.6);
  }

  .xxl\:text-darkGreen\/65{
    color: rgb(113 229 201 / 0.65);
  }

  .xxl\:text-darkGreen\/70{
    color: rgb(113 229 201 / 0.7);
  }

  .xxl\:text-darkGreen\/75{
    color: rgb(113 229 201 / 0.75);
  }

  .xxl\:text-darkGreen\/80{
    color: rgb(113 229 201 / 0.8);
  }

  .xxl\:text-darkGreen\/85{
    color: rgb(113 229 201 / 0.85);
  }

  .xxl\:text-darkGreen\/90{
    color: rgb(113 229 201 / 0.9);
  }

  .xxl\:text-darkGreen\/95{
    color: rgb(113 229 201 / 0.95);
  }

  .xxl\:text-emerald-100{
    --tw-text-opacity: 1;
    color: rgb(209 250 229 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-100\/0{
    color: rgb(209 250 229 / 0);
  }

  .xxl\:text-emerald-100\/10{
    color: rgb(209 250 229 / 0.1);
  }

  .xxl\:text-emerald-100\/100{
    color: rgb(209 250 229 / 1);
  }

  .xxl\:text-emerald-100\/15{
    color: rgb(209 250 229 / 0.15);
  }

  .xxl\:text-emerald-100\/20{
    color: rgb(209 250 229 / 0.2);
  }

  .xxl\:text-emerald-100\/25{
    color: rgb(209 250 229 / 0.25);
  }

  .xxl\:text-emerald-100\/30{
    color: rgb(209 250 229 / 0.3);
  }

  .xxl\:text-emerald-100\/35{
    color: rgb(209 250 229 / 0.35);
  }

  .xxl\:text-emerald-100\/40{
    color: rgb(209 250 229 / 0.4);
  }

  .xxl\:text-emerald-100\/45{
    color: rgb(209 250 229 / 0.45);
  }

  .xxl\:text-emerald-100\/5{
    color: rgb(209 250 229 / 0.05);
  }

  .xxl\:text-emerald-100\/50{
    color: rgb(209 250 229 / 0.5);
  }

  .xxl\:text-emerald-100\/55{
    color: rgb(209 250 229 / 0.55);
  }

  .xxl\:text-emerald-100\/60{
    color: rgb(209 250 229 / 0.6);
  }

  .xxl\:text-emerald-100\/65{
    color: rgb(209 250 229 / 0.65);
  }

  .xxl\:text-emerald-100\/70{
    color: rgb(209 250 229 / 0.7);
  }

  .xxl\:text-emerald-100\/75{
    color: rgb(209 250 229 / 0.75);
  }

  .xxl\:text-emerald-100\/80{
    color: rgb(209 250 229 / 0.8);
  }

  .xxl\:text-emerald-100\/85{
    color: rgb(209 250 229 / 0.85);
  }

  .xxl\:text-emerald-100\/90{
    color: rgb(209 250 229 / 0.9);
  }

  .xxl\:text-emerald-100\/95{
    color: rgb(209 250 229 / 0.95);
  }

  .xxl\:text-emerald-200{
    --tw-text-opacity: 1;
    color: rgb(167 243 208 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-200\/0{
    color: rgb(167 243 208 / 0);
  }

  .xxl\:text-emerald-200\/10{
    color: rgb(167 243 208 / 0.1);
  }

  .xxl\:text-emerald-200\/100{
    color: rgb(167 243 208 / 1);
  }

  .xxl\:text-emerald-200\/15{
    color: rgb(167 243 208 / 0.15);
  }

  .xxl\:text-emerald-200\/20{
    color: rgb(167 243 208 / 0.2);
  }

  .xxl\:text-emerald-200\/25{
    color: rgb(167 243 208 / 0.25);
  }

  .xxl\:text-emerald-200\/30{
    color: rgb(167 243 208 / 0.3);
  }

  .xxl\:text-emerald-200\/35{
    color: rgb(167 243 208 / 0.35);
  }

  .xxl\:text-emerald-200\/40{
    color: rgb(167 243 208 / 0.4);
  }

  .xxl\:text-emerald-200\/45{
    color: rgb(167 243 208 / 0.45);
  }

  .xxl\:text-emerald-200\/5{
    color: rgb(167 243 208 / 0.05);
  }

  .xxl\:text-emerald-200\/50{
    color: rgb(167 243 208 / 0.5);
  }

  .xxl\:text-emerald-200\/55{
    color: rgb(167 243 208 / 0.55);
  }

  .xxl\:text-emerald-200\/60{
    color: rgb(167 243 208 / 0.6);
  }

  .xxl\:text-emerald-200\/65{
    color: rgb(167 243 208 / 0.65);
  }

  .xxl\:text-emerald-200\/70{
    color: rgb(167 243 208 / 0.7);
  }

  .xxl\:text-emerald-200\/75{
    color: rgb(167 243 208 / 0.75);
  }

  .xxl\:text-emerald-200\/80{
    color: rgb(167 243 208 / 0.8);
  }

  .xxl\:text-emerald-200\/85{
    color: rgb(167 243 208 / 0.85);
  }

  .xxl\:text-emerald-200\/90{
    color: rgb(167 243 208 / 0.9);
  }

  .xxl\:text-emerald-200\/95{
    color: rgb(167 243 208 / 0.95);
  }

  .xxl\:text-emerald-300{
    --tw-text-opacity: 1;
    color: rgb(110 231 183 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-300\/0{
    color: rgb(110 231 183 / 0);
  }

  .xxl\:text-emerald-300\/10{
    color: rgb(110 231 183 / 0.1);
  }

  .xxl\:text-emerald-300\/100{
    color: rgb(110 231 183 / 1);
  }

  .xxl\:text-emerald-300\/15{
    color: rgb(110 231 183 / 0.15);
  }

  .xxl\:text-emerald-300\/20{
    color: rgb(110 231 183 / 0.2);
  }

  .xxl\:text-emerald-300\/25{
    color: rgb(110 231 183 / 0.25);
  }

  .xxl\:text-emerald-300\/30{
    color: rgb(110 231 183 / 0.3);
  }

  .xxl\:text-emerald-300\/35{
    color: rgb(110 231 183 / 0.35);
  }

  .xxl\:text-emerald-300\/40{
    color: rgb(110 231 183 / 0.4);
  }

  .xxl\:text-emerald-300\/45{
    color: rgb(110 231 183 / 0.45);
  }

  .xxl\:text-emerald-300\/5{
    color: rgb(110 231 183 / 0.05);
  }

  .xxl\:text-emerald-300\/50{
    color: rgb(110 231 183 / 0.5);
  }

  .xxl\:text-emerald-300\/55{
    color: rgb(110 231 183 / 0.55);
  }

  .xxl\:text-emerald-300\/60{
    color: rgb(110 231 183 / 0.6);
  }

  .xxl\:text-emerald-300\/65{
    color: rgb(110 231 183 / 0.65);
  }

  .xxl\:text-emerald-300\/70{
    color: rgb(110 231 183 / 0.7);
  }

  .xxl\:text-emerald-300\/75{
    color: rgb(110 231 183 / 0.75);
  }

  .xxl\:text-emerald-300\/80{
    color: rgb(110 231 183 / 0.8);
  }

  .xxl\:text-emerald-300\/85{
    color: rgb(110 231 183 / 0.85);
  }

  .xxl\:text-emerald-300\/90{
    color: rgb(110 231 183 / 0.9);
  }

  .xxl\:text-emerald-300\/95{
    color: rgb(110 231 183 / 0.95);
  }

  .xxl\:text-emerald-400{
    --tw-text-opacity: 1;
    color: rgb(52 211 153 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-400\/0{
    color: rgb(52 211 153 / 0);
  }

  .xxl\:text-emerald-400\/10{
    color: rgb(52 211 153 / 0.1);
  }

  .xxl\:text-emerald-400\/100{
    color: rgb(52 211 153 / 1);
  }

  .xxl\:text-emerald-400\/15{
    color: rgb(52 211 153 / 0.15);
  }

  .xxl\:text-emerald-400\/20{
    color: rgb(52 211 153 / 0.2);
  }

  .xxl\:text-emerald-400\/25{
    color: rgb(52 211 153 / 0.25);
  }

  .xxl\:text-emerald-400\/30{
    color: rgb(52 211 153 / 0.3);
  }

  .xxl\:text-emerald-400\/35{
    color: rgb(52 211 153 / 0.35);
  }

  .xxl\:text-emerald-400\/40{
    color: rgb(52 211 153 / 0.4);
  }

  .xxl\:text-emerald-400\/45{
    color: rgb(52 211 153 / 0.45);
  }

  .xxl\:text-emerald-400\/5{
    color: rgb(52 211 153 / 0.05);
  }

  .xxl\:text-emerald-400\/50{
    color: rgb(52 211 153 / 0.5);
  }

  .xxl\:text-emerald-400\/55{
    color: rgb(52 211 153 / 0.55);
  }

  .xxl\:text-emerald-400\/60{
    color: rgb(52 211 153 / 0.6);
  }

  .xxl\:text-emerald-400\/65{
    color: rgb(52 211 153 / 0.65);
  }

  .xxl\:text-emerald-400\/70{
    color: rgb(52 211 153 / 0.7);
  }

  .xxl\:text-emerald-400\/75{
    color: rgb(52 211 153 / 0.75);
  }

  .xxl\:text-emerald-400\/80{
    color: rgb(52 211 153 / 0.8);
  }

  .xxl\:text-emerald-400\/85{
    color: rgb(52 211 153 / 0.85);
  }

  .xxl\:text-emerald-400\/90{
    color: rgb(52 211 153 / 0.9);
  }

  .xxl\:text-emerald-400\/95{
    color: rgb(52 211 153 / 0.95);
  }

  .xxl\:text-emerald-50{
    --tw-text-opacity: 1;
    color: rgb(236 253 245 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-50\/0{
    color: rgb(236 253 245 / 0);
  }

  .xxl\:text-emerald-50\/10{
    color: rgb(236 253 245 / 0.1);
  }

  .xxl\:text-emerald-50\/100{
    color: rgb(236 253 245 / 1);
  }

  .xxl\:text-emerald-50\/15{
    color: rgb(236 253 245 / 0.15);
  }

  .xxl\:text-emerald-50\/20{
    color: rgb(236 253 245 / 0.2);
  }

  .xxl\:text-emerald-50\/25{
    color: rgb(236 253 245 / 0.25);
  }

  .xxl\:text-emerald-50\/30{
    color: rgb(236 253 245 / 0.3);
  }

  .xxl\:text-emerald-50\/35{
    color: rgb(236 253 245 / 0.35);
  }

  .xxl\:text-emerald-50\/40{
    color: rgb(236 253 245 / 0.4);
  }

  .xxl\:text-emerald-50\/45{
    color: rgb(236 253 245 / 0.45);
  }

  .xxl\:text-emerald-50\/5{
    color: rgb(236 253 245 / 0.05);
  }

  .xxl\:text-emerald-50\/50{
    color: rgb(236 253 245 / 0.5);
  }

  .xxl\:text-emerald-50\/55{
    color: rgb(236 253 245 / 0.55);
  }

  .xxl\:text-emerald-50\/60{
    color: rgb(236 253 245 / 0.6);
  }

  .xxl\:text-emerald-50\/65{
    color: rgb(236 253 245 / 0.65);
  }

  .xxl\:text-emerald-50\/70{
    color: rgb(236 253 245 / 0.7);
  }

  .xxl\:text-emerald-50\/75{
    color: rgb(236 253 245 / 0.75);
  }

  .xxl\:text-emerald-50\/80{
    color: rgb(236 253 245 / 0.8);
  }

  .xxl\:text-emerald-50\/85{
    color: rgb(236 253 245 / 0.85);
  }

  .xxl\:text-emerald-50\/90{
    color: rgb(236 253 245 / 0.9);
  }

  .xxl\:text-emerald-50\/95{
    color: rgb(236 253 245 / 0.95);
  }

  .xxl\:text-emerald-500{
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-500\/0{
    color: rgb(16 185 129 / 0);
  }

  .xxl\:text-emerald-500\/10{
    color: rgb(16 185 129 / 0.1);
  }

  .xxl\:text-emerald-500\/100{
    color: rgb(16 185 129 / 1);
  }

  .xxl\:text-emerald-500\/15{
    color: rgb(16 185 129 / 0.15);
  }

  .xxl\:text-emerald-500\/20{
    color: rgb(16 185 129 / 0.2);
  }

  .xxl\:text-emerald-500\/25{
    color: rgb(16 185 129 / 0.25);
  }

  .xxl\:text-emerald-500\/30{
    color: rgb(16 185 129 / 0.3);
  }

  .xxl\:text-emerald-500\/35{
    color: rgb(16 185 129 / 0.35);
  }

  .xxl\:text-emerald-500\/40{
    color: rgb(16 185 129 / 0.4);
  }

  .xxl\:text-emerald-500\/45{
    color: rgb(16 185 129 / 0.45);
  }

  .xxl\:text-emerald-500\/5{
    color: rgb(16 185 129 / 0.05);
  }

  .xxl\:text-emerald-500\/50{
    color: rgb(16 185 129 / 0.5);
  }

  .xxl\:text-emerald-500\/55{
    color: rgb(16 185 129 / 0.55);
  }

  .xxl\:text-emerald-500\/60{
    color: rgb(16 185 129 / 0.6);
  }

  .xxl\:text-emerald-500\/65{
    color: rgb(16 185 129 / 0.65);
  }

  .xxl\:text-emerald-500\/70{
    color: rgb(16 185 129 / 0.7);
  }

  .xxl\:text-emerald-500\/75{
    color: rgb(16 185 129 / 0.75);
  }

  .xxl\:text-emerald-500\/80{
    color: rgb(16 185 129 / 0.8);
  }

  .xxl\:text-emerald-500\/85{
    color: rgb(16 185 129 / 0.85);
  }

  .xxl\:text-emerald-500\/90{
    color: rgb(16 185 129 / 0.9);
  }

  .xxl\:text-emerald-500\/95{
    color: rgb(16 185 129 / 0.95);
  }

  .xxl\:text-emerald-600{
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-600\/0{
    color: rgb(5 150 105 / 0);
  }

  .xxl\:text-emerald-600\/10{
    color: rgb(5 150 105 / 0.1);
  }

  .xxl\:text-emerald-600\/100{
    color: rgb(5 150 105 / 1);
  }

  .xxl\:text-emerald-600\/15{
    color: rgb(5 150 105 / 0.15);
  }

  .xxl\:text-emerald-600\/20{
    color: rgb(5 150 105 / 0.2);
  }

  .xxl\:text-emerald-600\/25{
    color: rgb(5 150 105 / 0.25);
  }

  .xxl\:text-emerald-600\/30{
    color: rgb(5 150 105 / 0.3);
  }

  .xxl\:text-emerald-600\/35{
    color: rgb(5 150 105 / 0.35);
  }

  .xxl\:text-emerald-600\/40{
    color: rgb(5 150 105 / 0.4);
  }

  .xxl\:text-emerald-600\/45{
    color: rgb(5 150 105 / 0.45);
  }

  .xxl\:text-emerald-600\/5{
    color: rgb(5 150 105 / 0.05);
  }

  .xxl\:text-emerald-600\/50{
    color: rgb(5 150 105 / 0.5);
  }

  .xxl\:text-emerald-600\/55{
    color: rgb(5 150 105 / 0.55);
  }

  .xxl\:text-emerald-600\/60{
    color: rgb(5 150 105 / 0.6);
  }

  .xxl\:text-emerald-600\/65{
    color: rgb(5 150 105 / 0.65);
  }

  .xxl\:text-emerald-600\/70{
    color: rgb(5 150 105 / 0.7);
  }

  .xxl\:text-emerald-600\/75{
    color: rgb(5 150 105 / 0.75);
  }

  .xxl\:text-emerald-600\/80{
    color: rgb(5 150 105 / 0.8);
  }

  .xxl\:text-emerald-600\/85{
    color: rgb(5 150 105 / 0.85);
  }

  .xxl\:text-emerald-600\/90{
    color: rgb(5 150 105 / 0.9);
  }

  .xxl\:text-emerald-600\/95{
    color: rgb(5 150 105 / 0.95);
  }

  .xxl\:text-emerald-700{
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-700\/0{
    color: rgb(4 120 87 / 0);
  }

  .xxl\:text-emerald-700\/10{
    color: rgb(4 120 87 / 0.1);
  }

  .xxl\:text-emerald-700\/100{
    color: rgb(4 120 87 / 1);
  }

  .xxl\:text-emerald-700\/15{
    color: rgb(4 120 87 / 0.15);
  }

  .xxl\:text-emerald-700\/20{
    color: rgb(4 120 87 / 0.2);
  }

  .xxl\:text-emerald-700\/25{
    color: rgb(4 120 87 / 0.25);
  }

  .xxl\:text-emerald-700\/30{
    color: rgb(4 120 87 / 0.3);
  }

  .xxl\:text-emerald-700\/35{
    color: rgb(4 120 87 / 0.35);
  }

  .xxl\:text-emerald-700\/40{
    color: rgb(4 120 87 / 0.4);
  }

  .xxl\:text-emerald-700\/45{
    color: rgb(4 120 87 / 0.45);
  }

  .xxl\:text-emerald-700\/5{
    color: rgb(4 120 87 / 0.05);
  }

  .xxl\:text-emerald-700\/50{
    color: rgb(4 120 87 / 0.5);
  }

  .xxl\:text-emerald-700\/55{
    color: rgb(4 120 87 / 0.55);
  }

  .xxl\:text-emerald-700\/60{
    color: rgb(4 120 87 / 0.6);
  }

  .xxl\:text-emerald-700\/65{
    color: rgb(4 120 87 / 0.65);
  }

  .xxl\:text-emerald-700\/70{
    color: rgb(4 120 87 / 0.7);
  }

  .xxl\:text-emerald-700\/75{
    color: rgb(4 120 87 / 0.75);
  }

  .xxl\:text-emerald-700\/80{
    color: rgb(4 120 87 / 0.8);
  }

  .xxl\:text-emerald-700\/85{
    color: rgb(4 120 87 / 0.85);
  }

  .xxl\:text-emerald-700\/90{
    color: rgb(4 120 87 / 0.9);
  }

  .xxl\:text-emerald-700\/95{
    color: rgb(4 120 87 / 0.95);
  }

  .xxl\:text-emerald-800{
    --tw-text-opacity: 1;
    color: rgb(6 95 70 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-800\/0{
    color: rgb(6 95 70 / 0);
  }

  .xxl\:text-emerald-800\/10{
    color: rgb(6 95 70 / 0.1);
  }

  .xxl\:text-emerald-800\/100{
    color: rgb(6 95 70 / 1);
  }

  .xxl\:text-emerald-800\/15{
    color: rgb(6 95 70 / 0.15);
  }

  .xxl\:text-emerald-800\/20{
    color: rgb(6 95 70 / 0.2);
  }

  .xxl\:text-emerald-800\/25{
    color: rgb(6 95 70 / 0.25);
  }

  .xxl\:text-emerald-800\/30{
    color: rgb(6 95 70 / 0.3);
  }

  .xxl\:text-emerald-800\/35{
    color: rgb(6 95 70 / 0.35);
  }

  .xxl\:text-emerald-800\/40{
    color: rgb(6 95 70 / 0.4);
  }

  .xxl\:text-emerald-800\/45{
    color: rgb(6 95 70 / 0.45);
  }

  .xxl\:text-emerald-800\/5{
    color: rgb(6 95 70 / 0.05);
  }

  .xxl\:text-emerald-800\/50{
    color: rgb(6 95 70 / 0.5);
  }

  .xxl\:text-emerald-800\/55{
    color: rgb(6 95 70 / 0.55);
  }

  .xxl\:text-emerald-800\/60{
    color: rgb(6 95 70 / 0.6);
  }

  .xxl\:text-emerald-800\/65{
    color: rgb(6 95 70 / 0.65);
  }

  .xxl\:text-emerald-800\/70{
    color: rgb(6 95 70 / 0.7);
  }

  .xxl\:text-emerald-800\/75{
    color: rgb(6 95 70 / 0.75);
  }

  .xxl\:text-emerald-800\/80{
    color: rgb(6 95 70 / 0.8);
  }

  .xxl\:text-emerald-800\/85{
    color: rgb(6 95 70 / 0.85);
  }

  .xxl\:text-emerald-800\/90{
    color: rgb(6 95 70 / 0.9);
  }

  .xxl\:text-emerald-800\/95{
    color: rgb(6 95 70 / 0.95);
  }

  .xxl\:text-emerald-900{
    --tw-text-opacity: 1;
    color: rgb(6 78 59 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-900\/0{
    color: rgb(6 78 59 / 0);
  }

  .xxl\:text-emerald-900\/10{
    color: rgb(6 78 59 / 0.1);
  }

  .xxl\:text-emerald-900\/100{
    color: rgb(6 78 59 / 1);
  }

  .xxl\:text-emerald-900\/15{
    color: rgb(6 78 59 / 0.15);
  }

  .xxl\:text-emerald-900\/20{
    color: rgb(6 78 59 / 0.2);
  }

  .xxl\:text-emerald-900\/25{
    color: rgb(6 78 59 / 0.25);
  }

  .xxl\:text-emerald-900\/30{
    color: rgb(6 78 59 / 0.3);
  }

  .xxl\:text-emerald-900\/35{
    color: rgb(6 78 59 / 0.35);
  }

  .xxl\:text-emerald-900\/40{
    color: rgb(6 78 59 / 0.4);
  }

  .xxl\:text-emerald-900\/45{
    color: rgb(6 78 59 / 0.45);
  }

  .xxl\:text-emerald-900\/5{
    color: rgb(6 78 59 / 0.05);
  }

  .xxl\:text-emerald-900\/50{
    color: rgb(6 78 59 / 0.5);
  }

  .xxl\:text-emerald-900\/55{
    color: rgb(6 78 59 / 0.55);
  }

  .xxl\:text-emerald-900\/60{
    color: rgb(6 78 59 / 0.6);
  }

  .xxl\:text-emerald-900\/65{
    color: rgb(6 78 59 / 0.65);
  }

  .xxl\:text-emerald-900\/70{
    color: rgb(6 78 59 / 0.7);
  }

  .xxl\:text-emerald-900\/75{
    color: rgb(6 78 59 / 0.75);
  }

  .xxl\:text-emerald-900\/80{
    color: rgb(6 78 59 / 0.8);
  }

  .xxl\:text-emerald-900\/85{
    color: rgb(6 78 59 / 0.85);
  }

  .xxl\:text-emerald-900\/90{
    color: rgb(6 78 59 / 0.9);
  }

  .xxl\:text-emerald-900\/95{
    color: rgb(6 78 59 / 0.95);
  }

  .xxl\:text-emerald-950{
    --tw-text-opacity: 1;
    color: rgb(2 44 34 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-emerald-950\/0{
    color: rgb(2 44 34 / 0);
  }

  .xxl\:text-emerald-950\/10{
    color: rgb(2 44 34 / 0.1);
  }

  .xxl\:text-emerald-950\/100{
    color: rgb(2 44 34 / 1);
  }

  .xxl\:text-emerald-950\/15{
    color: rgb(2 44 34 / 0.15);
  }

  .xxl\:text-emerald-950\/20{
    color: rgb(2 44 34 / 0.2);
  }

  .xxl\:text-emerald-950\/25{
    color: rgb(2 44 34 / 0.25);
  }

  .xxl\:text-emerald-950\/30{
    color: rgb(2 44 34 / 0.3);
  }

  .xxl\:text-emerald-950\/35{
    color: rgb(2 44 34 / 0.35);
  }

  .xxl\:text-emerald-950\/40{
    color: rgb(2 44 34 / 0.4);
  }

  .xxl\:text-emerald-950\/45{
    color: rgb(2 44 34 / 0.45);
  }

  .xxl\:text-emerald-950\/5{
    color: rgb(2 44 34 / 0.05);
  }

  .xxl\:text-emerald-950\/50{
    color: rgb(2 44 34 / 0.5);
  }

  .xxl\:text-emerald-950\/55{
    color: rgb(2 44 34 / 0.55);
  }

  .xxl\:text-emerald-950\/60{
    color: rgb(2 44 34 / 0.6);
  }

  .xxl\:text-emerald-950\/65{
    color: rgb(2 44 34 / 0.65);
  }

  .xxl\:text-emerald-950\/70{
    color: rgb(2 44 34 / 0.7);
  }

  .xxl\:text-emerald-950\/75{
    color: rgb(2 44 34 / 0.75);
  }

  .xxl\:text-emerald-950\/80{
    color: rgb(2 44 34 / 0.8);
  }

  .xxl\:text-emerald-950\/85{
    color: rgb(2 44 34 / 0.85);
  }

  .xxl\:text-emerald-950\/90{
    color: rgb(2 44 34 / 0.9);
  }

  .xxl\:text-emerald-950\/95{
    color: rgb(2 44 34 / 0.95);
  }

  .xxl\:text-fuchsia-100{
    --tw-text-opacity: 1;
    color: rgb(250 232 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-100\/0{
    color: rgb(250 232 255 / 0);
  }

  .xxl\:text-fuchsia-100\/10{
    color: rgb(250 232 255 / 0.1);
  }

  .xxl\:text-fuchsia-100\/100{
    color: rgb(250 232 255 / 1);
  }

  .xxl\:text-fuchsia-100\/15{
    color: rgb(250 232 255 / 0.15);
  }

  .xxl\:text-fuchsia-100\/20{
    color: rgb(250 232 255 / 0.2);
  }

  .xxl\:text-fuchsia-100\/25{
    color: rgb(250 232 255 / 0.25);
  }

  .xxl\:text-fuchsia-100\/30{
    color: rgb(250 232 255 / 0.3);
  }

  .xxl\:text-fuchsia-100\/35{
    color: rgb(250 232 255 / 0.35);
  }

  .xxl\:text-fuchsia-100\/40{
    color: rgb(250 232 255 / 0.4);
  }

  .xxl\:text-fuchsia-100\/45{
    color: rgb(250 232 255 / 0.45);
  }

  .xxl\:text-fuchsia-100\/5{
    color: rgb(250 232 255 / 0.05);
  }

  .xxl\:text-fuchsia-100\/50{
    color: rgb(250 232 255 / 0.5);
  }

  .xxl\:text-fuchsia-100\/55{
    color: rgb(250 232 255 / 0.55);
  }

  .xxl\:text-fuchsia-100\/60{
    color: rgb(250 232 255 / 0.6);
  }

  .xxl\:text-fuchsia-100\/65{
    color: rgb(250 232 255 / 0.65);
  }

  .xxl\:text-fuchsia-100\/70{
    color: rgb(250 232 255 / 0.7);
  }

  .xxl\:text-fuchsia-100\/75{
    color: rgb(250 232 255 / 0.75);
  }

  .xxl\:text-fuchsia-100\/80{
    color: rgb(250 232 255 / 0.8);
  }

  .xxl\:text-fuchsia-100\/85{
    color: rgb(250 232 255 / 0.85);
  }

  .xxl\:text-fuchsia-100\/90{
    color: rgb(250 232 255 / 0.9);
  }

  .xxl\:text-fuchsia-100\/95{
    color: rgb(250 232 255 / 0.95);
  }

  .xxl\:text-fuchsia-200{
    --tw-text-opacity: 1;
    color: rgb(245 208 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-200\/0{
    color: rgb(245 208 254 / 0);
  }

  .xxl\:text-fuchsia-200\/10{
    color: rgb(245 208 254 / 0.1);
  }

  .xxl\:text-fuchsia-200\/100{
    color: rgb(245 208 254 / 1);
  }

  .xxl\:text-fuchsia-200\/15{
    color: rgb(245 208 254 / 0.15);
  }

  .xxl\:text-fuchsia-200\/20{
    color: rgb(245 208 254 / 0.2);
  }

  .xxl\:text-fuchsia-200\/25{
    color: rgb(245 208 254 / 0.25);
  }

  .xxl\:text-fuchsia-200\/30{
    color: rgb(245 208 254 / 0.3);
  }

  .xxl\:text-fuchsia-200\/35{
    color: rgb(245 208 254 / 0.35);
  }

  .xxl\:text-fuchsia-200\/40{
    color: rgb(245 208 254 / 0.4);
  }

  .xxl\:text-fuchsia-200\/45{
    color: rgb(245 208 254 / 0.45);
  }

  .xxl\:text-fuchsia-200\/5{
    color: rgb(245 208 254 / 0.05);
  }

  .xxl\:text-fuchsia-200\/50{
    color: rgb(245 208 254 / 0.5);
  }

  .xxl\:text-fuchsia-200\/55{
    color: rgb(245 208 254 / 0.55);
  }

  .xxl\:text-fuchsia-200\/60{
    color: rgb(245 208 254 / 0.6);
  }

  .xxl\:text-fuchsia-200\/65{
    color: rgb(245 208 254 / 0.65);
  }

  .xxl\:text-fuchsia-200\/70{
    color: rgb(245 208 254 / 0.7);
  }

  .xxl\:text-fuchsia-200\/75{
    color: rgb(245 208 254 / 0.75);
  }

  .xxl\:text-fuchsia-200\/80{
    color: rgb(245 208 254 / 0.8);
  }

  .xxl\:text-fuchsia-200\/85{
    color: rgb(245 208 254 / 0.85);
  }

  .xxl\:text-fuchsia-200\/90{
    color: rgb(245 208 254 / 0.9);
  }

  .xxl\:text-fuchsia-200\/95{
    color: rgb(245 208 254 / 0.95);
  }

  .xxl\:text-fuchsia-300{
    --tw-text-opacity: 1;
    color: rgb(240 171 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-300\/0{
    color: rgb(240 171 252 / 0);
  }

  .xxl\:text-fuchsia-300\/10{
    color: rgb(240 171 252 / 0.1);
  }

  .xxl\:text-fuchsia-300\/100{
    color: rgb(240 171 252 / 1);
  }

  .xxl\:text-fuchsia-300\/15{
    color: rgb(240 171 252 / 0.15);
  }

  .xxl\:text-fuchsia-300\/20{
    color: rgb(240 171 252 / 0.2);
  }

  .xxl\:text-fuchsia-300\/25{
    color: rgb(240 171 252 / 0.25);
  }

  .xxl\:text-fuchsia-300\/30{
    color: rgb(240 171 252 / 0.3);
  }

  .xxl\:text-fuchsia-300\/35{
    color: rgb(240 171 252 / 0.35);
  }

  .xxl\:text-fuchsia-300\/40{
    color: rgb(240 171 252 / 0.4);
  }

  .xxl\:text-fuchsia-300\/45{
    color: rgb(240 171 252 / 0.45);
  }

  .xxl\:text-fuchsia-300\/5{
    color: rgb(240 171 252 / 0.05);
  }

  .xxl\:text-fuchsia-300\/50{
    color: rgb(240 171 252 / 0.5);
  }

  .xxl\:text-fuchsia-300\/55{
    color: rgb(240 171 252 / 0.55);
  }

  .xxl\:text-fuchsia-300\/60{
    color: rgb(240 171 252 / 0.6);
  }

  .xxl\:text-fuchsia-300\/65{
    color: rgb(240 171 252 / 0.65);
  }

  .xxl\:text-fuchsia-300\/70{
    color: rgb(240 171 252 / 0.7);
  }

  .xxl\:text-fuchsia-300\/75{
    color: rgb(240 171 252 / 0.75);
  }

  .xxl\:text-fuchsia-300\/80{
    color: rgb(240 171 252 / 0.8);
  }

  .xxl\:text-fuchsia-300\/85{
    color: rgb(240 171 252 / 0.85);
  }

  .xxl\:text-fuchsia-300\/90{
    color: rgb(240 171 252 / 0.9);
  }

  .xxl\:text-fuchsia-300\/95{
    color: rgb(240 171 252 / 0.95);
  }

  .xxl\:text-fuchsia-400{
    --tw-text-opacity: 1;
    color: rgb(232 121 249 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-400\/0{
    color: rgb(232 121 249 / 0);
  }

  .xxl\:text-fuchsia-400\/10{
    color: rgb(232 121 249 / 0.1);
  }

  .xxl\:text-fuchsia-400\/100{
    color: rgb(232 121 249 / 1);
  }

  .xxl\:text-fuchsia-400\/15{
    color: rgb(232 121 249 / 0.15);
  }

  .xxl\:text-fuchsia-400\/20{
    color: rgb(232 121 249 / 0.2);
  }

  .xxl\:text-fuchsia-400\/25{
    color: rgb(232 121 249 / 0.25);
  }

  .xxl\:text-fuchsia-400\/30{
    color: rgb(232 121 249 / 0.3);
  }

  .xxl\:text-fuchsia-400\/35{
    color: rgb(232 121 249 / 0.35);
  }

  .xxl\:text-fuchsia-400\/40{
    color: rgb(232 121 249 / 0.4);
  }

  .xxl\:text-fuchsia-400\/45{
    color: rgb(232 121 249 / 0.45);
  }

  .xxl\:text-fuchsia-400\/5{
    color: rgb(232 121 249 / 0.05);
  }

  .xxl\:text-fuchsia-400\/50{
    color: rgb(232 121 249 / 0.5);
  }

  .xxl\:text-fuchsia-400\/55{
    color: rgb(232 121 249 / 0.55);
  }

  .xxl\:text-fuchsia-400\/60{
    color: rgb(232 121 249 / 0.6);
  }

  .xxl\:text-fuchsia-400\/65{
    color: rgb(232 121 249 / 0.65);
  }

  .xxl\:text-fuchsia-400\/70{
    color: rgb(232 121 249 / 0.7);
  }

  .xxl\:text-fuchsia-400\/75{
    color: rgb(232 121 249 / 0.75);
  }

  .xxl\:text-fuchsia-400\/80{
    color: rgb(232 121 249 / 0.8);
  }

  .xxl\:text-fuchsia-400\/85{
    color: rgb(232 121 249 / 0.85);
  }

  .xxl\:text-fuchsia-400\/90{
    color: rgb(232 121 249 / 0.9);
  }

  .xxl\:text-fuchsia-400\/95{
    color: rgb(232 121 249 / 0.95);
  }

  .xxl\:text-fuchsia-50{
    --tw-text-opacity: 1;
    color: rgb(253 244 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-50\/0{
    color: rgb(253 244 255 / 0);
  }

  .xxl\:text-fuchsia-50\/10{
    color: rgb(253 244 255 / 0.1);
  }

  .xxl\:text-fuchsia-50\/100{
    color: rgb(253 244 255 / 1);
  }

  .xxl\:text-fuchsia-50\/15{
    color: rgb(253 244 255 / 0.15);
  }

  .xxl\:text-fuchsia-50\/20{
    color: rgb(253 244 255 / 0.2);
  }

  .xxl\:text-fuchsia-50\/25{
    color: rgb(253 244 255 / 0.25);
  }

  .xxl\:text-fuchsia-50\/30{
    color: rgb(253 244 255 / 0.3);
  }

  .xxl\:text-fuchsia-50\/35{
    color: rgb(253 244 255 / 0.35);
  }

  .xxl\:text-fuchsia-50\/40{
    color: rgb(253 244 255 / 0.4);
  }

  .xxl\:text-fuchsia-50\/45{
    color: rgb(253 244 255 / 0.45);
  }

  .xxl\:text-fuchsia-50\/5{
    color: rgb(253 244 255 / 0.05);
  }

  .xxl\:text-fuchsia-50\/50{
    color: rgb(253 244 255 / 0.5);
  }

  .xxl\:text-fuchsia-50\/55{
    color: rgb(253 244 255 / 0.55);
  }

  .xxl\:text-fuchsia-50\/60{
    color: rgb(253 244 255 / 0.6);
  }

  .xxl\:text-fuchsia-50\/65{
    color: rgb(253 244 255 / 0.65);
  }

  .xxl\:text-fuchsia-50\/70{
    color: rgb(253 244 255 / 0.7);
  }

  .xxl\:text-fuchsia-50\/75{
    color: rgb(253 244 255 / 0.75);
  }

  .xxl\:text-fuchsia-50\/80{
    color: rgb(253 244 255 / 0.8);
  }

  .xxl\:text-fuchsia-50\/85{
    color: rgb(253 244 255 / 0.85);
  }

  .xxl\:text-fuchsia-50\/90{
    color: rgb(253 244 255 / 0.9);
  }

  .xxl\:text-fuchsia-50\/95{
    color: rgb(253 244 255 / 0.95);
  }

  .xxl\:text-fuchsia-500{
    --tw-text-opacity: 1;
    color: rgb(217 70 239 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-500\/0{
    color: rgb(217 70 239 / 0);
  }

  .xxl\:text-fuchsia-500\/10{
    color: rgb(217 70 239 / 0.1);
  }

  .xxl\:text-fuchsia-500\/100{
    color: rgb(217 70 239 / 1);
  }

  .xxl\:text-fuchsia-500\/15{
    color: rgb(217 70 239 / 0.15);
  }

  .xxl\:text-fuchsia-500\/20{
    color: rgb(217 70 239 / 0.2);
  }

  .xxl\:text-fuchsia-500\/25{
    color: rgb(217 70 239 / 0.25);
  }

  .xxl\:text-fuchsia-500\/30{
    color: rgb(217 70 239 / 0.3);
  }

  .xxl\:text-fuchsia-500\/35{
    color: rgb(217 70 239 / 0.35);
  }

  .xxl\:text-fuchsia-500\/40{
    color: rgb(217 70 239 / 0.4);
  }

  .xxl\:text-fuchsia-500\/45{
    color: rgb(217 70 239 / 0.45);
  }

  .xxl\:text-fuchsia-500\/5{
    color: rgb(217 70 239 / 0.05);
  }

  .xxl\:text-fuchsia-500\/50{
    color: rgb(217 70 239 / 0.5);
  }

  .xxl\:text-fuchsia-500\/55{
    color: rgb(217 70 239 / 0.55);
  }

  .xxl\:text-fuchsia-500\/60{
    color: rgb(217 70 239 / 0.6);
  }

  .xxl\:text-fuchsia-500\/65{
    color: rgb(217 70 239 / 0.65);
  }

  .xxl\:text-fuchsia-500\/70{
    color: rgb(217 70 239 / 0.7);
  }

  .xxl\:text-fuchsia-500\/75{
    color: rgb(217 70 239 / 0.75);
  }

  .xxl\:text-fuchsia-500\/80{
    color: rgb(217 70 239 / 0.8);
  }

  .xxl\:text-fuchsia-500\/85{
    color: rgb(217 70 239 / 0.85);
  }

  .xxl\:text-fuchsia-500\/90{
    color: rgb(217 70 239 / 0.9);
  }

  .xxl\:text-fuchsia-500\/95{
    color: rgb(217 70 239 / 0.95);
  }

  .xxl\:text-fuchsia-600{
    --tw-text-opacity: 1;
    color: rgb(192 38 211 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-600\/0{
    color: rgb(192 38 211 / 0);
  }

  .xxl\:text-fuchsia-600\/10{
    color: rgb(192 38 211 / 0.1);
  }

  .xxl\:text-fuchsia-600\/100{
    color: rgb(192 38 211 / 1);
  }

  .xxl\:text-fuchsia-600\/15{
    color: rgb(192 38 211 / 0.15);
  }

  .xxl\:text-fuchsia-600\/20{
    color: rgb(192 38 211 / 0.2);
  }

  .xxl\:text-fuchsia-600\/25{
    color: rgb(192 38 211 / 0.25);
  }

  .xxl\:text-fuchsia-600\/30{
    color: rgb(192 38 211 / 0.3);
  }

  .xxl\:text-fuchsia-600\/35{
    color: rgb(192 38 211 / 0.35);
  }

  .xxl\:text-fuchsia-600\/40{
    color: rgb(192 38 211 / 0.4);
  }

  .xxl\:text-fuchsia-600\/45{
    color: rgb(192 38 211 / 0.45);
  }

  .xxl\:text-fuchsia-600\/5{
    color: rgb(192 38 211 / 0.05);
  }

  .xxl\:text-fuchsia-600\/50{
    color: rgb(192 38 211 / 0.5);
  }

  .xxl\:text-fuchsia-600\/55{
    color: rgb(192 38 211 / 0.55);
  }

  .xxl\:text-fuchsia-600\/60{
    color: rgb(192 38 211 / 0.6);
  }

  .xxl\:text-fuchsia-600\/65{
    color: rgb(192 38 211 / 0.65);
  }

  .xxl\:text-fuchsia-600\/70{
    color: rgb(192 38 211 / 0.7);
  }

  .xxl\:text-fuchsia-600\/75{
    color: rgb(192 38 211 / 0.75);
  }

  .xxl\:text-fuchsia-600\/80{
    color: rgb(192 38 211 / 0.8);
  }

  .xxl\:text-fuchsia-600\/85{
    color: rgb(192 38 211 / 0.85);
  }

  .xxl\:text-fuchsia-600\/90{
    color: rgb(192 38 211 / 0.9);
  }

  .xxl\:text-fuchsia-600\/95{
    color: rgb(192 38 211 / 0.95);
  }

  .xxl\:text-fuchsia-700{
    --tw-text-opacity: 1;
    color: rgb(162 28 175 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-700\/0{
    color: rgb(162 28 175 / 0);
  }

  .xxl\:text-fuchsia-700\/10{
    color: rgb(162 28 175 / 0.1);
  }

  .xxl\:text-fuchsia-700\/100{
    color: rgb(162 28 175 / 1);
  }

  .xxl\:text-fuchsia-700\/15{
    color: rgb(162 28 175 / 0.15);
  }

  .xxl\:text-fuchsia-700\/20{
    color: rgb(162 28 175 / 0.2);
  }

  .xxl\:text-fuchsia-700\/25{
    color: rgb(162 28 175 / 0.25);
  }

  .xxl\:text-fuchsia-700\/30{
    color: rgb(162 28 175 / 0.3);
  }

  .xxl\:text-fuchsia-700\/35{
    color: rgb(162 28 175 / 0.35);
  }

  .xxl\:text-fuchsia-700\/40{
    color: rgb(162 28 175 / 0.4);
  }

  .xxl\:text-fuchsia-700\/45{
    color: rgb(162 28 175 / 0.45);
  }

  .xxl\:text-fuchsia-700\/5{
    color: rgb(162 28 175 / 0.05);
  }

  .xxl\:text-fuchsia-700\/50{
    color: rgb(162 28 175 / 0.5);
  }

  .xxl\:text-fuchsia-700\/55{
    color: rgb(162 28 175 / 0.55);
  }

  .xxl\:text-fuchsia-700\/60{
    color: rgb(162 28 175 / 0.6);
  }

  .xxl\:text-fuchsia-700\/65{
    color: rgb(162 28 175 / 0.65);
  }

  .xxl\:text-fuchsia-700\/70{
    color: rgb(162 28 175 / 0.7);
  }

  .xxl\:text-fuchsia-700\/75{
    color: rgb(162 28 175 / 0.75);
  }

  .xxl\:text-fuchsia-700\/80{
    color: rgb(162 28 175 / 0.8);
  }

  .xxl\:text-fuchsia-700\/85{
    color: rgb(162 28 175 / 0.85);
  }

  .xxl\:text-fuchsia-700\/90{
    color: rgb(162 28 175 / 0.9);
  }

  .xxl\:text-fuchsia-700\/95{
    color: rgb(162 28 175 / 0.95);
  }

  .xxl\:text-fuchsia-800{
    --tw-text-opacity: 1;
    color: rgb(134 25 143 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-800\/0{
    color: rgb(134 25 143 / 0);
  }

  .xxl\:text-fuchsia-800\/10{
    color: rgb(134 25 143 / 0.1);
  }

  .xxl\:text-fuchsia-800\/100{
    color: rgb(134 25 143 / 1);
  }

  .xxl\:text-fuchsia-800\/15{
    color: rgb(134 25 143 / 0.15);
  }

  .xxl\:text-fuchsia-800\/20{
    color: rgb(134 25 143 / 0.2);
  }

  .xxl\:text-fuchsia-800\/25{
    color: rgb(134 25 143 / 0.25);
  }

  .xxl\:text-fuchsia-800\/30{
    color: rgb(134 25 143 / 0.3);
  }

  .xxl\:text-fuchsia-800\/35{
    color: rgb(134 25 143 / 0.35);
  }

  .xxl\:text-fuchsia-800\/40{
    color: rgb(134 25 143 / 0.4);
  }

  .xxl\:text-fuchsia-800\/45{
    color: rgb(134 25 143 / 0.45);
  }

  .xxl\:text-fuchsia-800\/5{
    color: rgb(134 25 143 / 0.05);
  }

  .xxl\:text-fuchsia-800\/50{
    color: rgb(134 25 143 / 0.5);
  }

  .xxl\:text-fuchsia-800\/55{
    color: rgb(134 25 143 / 0.55);
  }

  .xxl\:text-fuchsia-800\/60{
    color: rgb(134 25 143 / 0.6);
  }

  .xxl\:text-fuchsia-800\/65{
    color: rgb(134 25 143 / 0.65);
  }

  .xxl\:text-fuchsia-800\/70{
    color: rgb(134 25 143 / 0.7);
  }

  .xxl\:text-fuchsia-800\/75{
    color: rgb(134 25 143 / 0.75);
  }

  .xxl\:text-fuchsia-800\/80{
    color: rgb(134 25 143 / 0.8);
  }

  .xxl\:text-fuchsia-800\/85{
    color: rgb(134 25 143 / 0.85);
  }

  .xxl\:text-fuchsia-800\/90{
    color: rgb(134 25 143 / 0.9);
  }

  .xxl\:text-fuchsia-800\/95{
    color: rgb(134 25 143 / 0.95);
  }

  .xxl\:text-fuchsia-900{
    --tw-text-opacity: 1;
    color: rgb(112 26 117 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-900\/0{
    color: rgb(112 26 117 / 0);
  }

  .xxl\:text-fuchsia-900\/10{
    color: rgb(112 26 117 / 0.1);
  }

  .xxl\:text-fuchsia-900\/100{
    color: rgb(112 26 117 / 1);
  }

  .xxl\:text-fuchsia-900\/15{
    color: rgb(112 26 117 / 0.15);
  }

  .xxl\:text-fuchsia-900\/20{
    color: rgb(112 26 117 / 0.2);
  }

  .xxl\:text-fuchsia-900\/25{
    color: rgb(112 26 117 / 0.25);
  }

  .xxl\:text-fuchsia-900\/30{
    color: rgb(112 26 117 / 0.3);
  }

  .xxl\:text-fuchsia-900\/35{
    color: rgb(112 26 117 / 0.35);
  }

  .xxl\:text-fuchsia-900\/40{
    color: rgb(112 26 117 / 0.4);
  }

  .xxl\:text-fuchsia-900\/45{
    color: rgb(112 26 117 / 0.45);
  }

  .xxl\:text-fuchsia-900\/5{
    color: rgb(112 26 117 / 0.05);
  }

  .xxl\:text-fuchsia-900\/50{
    color: rgb(112 26 117 / 0.5);
  }

  .xxl\:text-fuchsia-900\/55{
    color: rgb(112 26 117 / 0.55);
  }

  .xxl\:text-fuchsia-900\/60{
    color: rgb(112 26 117 / 0.6);
  }

  .xxl\:text-fuchsia-900\/65{
    color: rgb(112 26 117 / 0.65);
  }

  .xxl\:text-fuchsia-900\/70{
    color: rgb(112 26 117 / 0.7);
  }

  .xxl\:text-fuchsia-900\/75{
    color: rgb(112 26 117 / 0.75);
  }

  .xxl\:text-fuchsia-900\/80{
    color: rgb(112 26 117 / 0.8);
  }

  .xxl\:text-fuchsia-900\/85{
    color: rgb(112 26 117 / 0.85);
  }

  .xxl\:text-fuchsia-900\/90{
    color: rgb(112 26 117 / 0.9);
  }

  .xxl\:text-fuchsia-900\/95{
    color: rgb(112 26 117 / 0.95);
  }

  .xxl\:text-fuchsia-950{
    --tw-text-opacity: 1;
    color: rgb(74 4 78 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-fuchsia-950\/0{
    color: rgb(74 4 78 / 0);
  }

  .xxl\:text-fuchsia-950\/10{
    color: rgb(74 4 78 / 0.1);
  }

  .xxl\:text-fuchsia-950\/100{
    color: rgb(74 4 78 / 1);
  }

  .xxl\:text-fuchsia-950\/15{
    color: rgb(74 4 78 / 0.15);
  }

  .xxl\:text-fuchsia-950\/20{
    color: rgb(74 4 78 / 0.2);
  }

  .xxl\:text-fuchsia-950\/25{
    color: rgb(74 4 78 / 0.25);
  }

  .xxl\:text-fuchsia-950\/30{
    color: rgb(74 4 78 / 0.3);
  }

  .xxl\:text-fuchsia-950\/35{
    color: rgb(74 4 78 / 0.35);
  }

  .xxl\:text-fuchsia-950\/40{
    color: rgb(74 4 78 / 0.4);
  }

  .xxl\:text-fuchsia-950\/45{
    color: rgb(74 4 78 / 0.45);
  }

  .xxl\:text-fuchsia-950\/5{
    color: rgb(74 4 78 / 0.05);
  }

  .xxl\:text-fuchsia-950\/50{
    color: rgb(74 4 78 / 0.5);
  }

  .xxl\:text-fuchsia-950\/55{
    color: rgb(74 4 78 / 0.55);
  }

  .xxl\:text-fuchsia-950\/60{
    color: rgb(74 4 78 / 0.6);
  }

  .xxl\:text-fuchsia-950\/65{
    color: rgb(74 4 78 / 0.65);
  }

  .xxl\:text-fuchsia-950\/70{
    color: rgb(74 4 78 / 0.7);
  }

  .xxl\:text-fuchsia-950\/75{
    color: rgb(74 4 78 / 0.75);
  }

  .xxl\:text-fuchsia-950\/80{
    color: rgb(74 4 78 / 0.8);
  }

  .xxl\:text-fuchsia-950\/85{
    color: rgb(74 4 78 / 0.85);
  }

  .xxl\:text-fuchsia-950\/90{
    color: rgb(74 4 78 / 0.9);
  }

  .xxl\:text-fuchsia-950\/95{
    color: rgb(74 4 78 / 0.95);
  }

  .xxl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-100\/0{
    color: rgb(243 244 246 / 0);
  }

  .xxl\:text-gray-100\/10{
    color: rgb(243 244 246 / 0.1);
  }

  .xxl\:text-gray-100\/100{
    color: rgb(243 244 246 / 1);
  }

  .xxl\:text-gray-100\/15{
    color: rgb(243 244 246 / 0.15);
  }

  .xxl\:text-gray-100\/20{
    color: rgb(243 244 246 / 0.2);
  }

  .xxl\:text-gray-100\/25{
    color: rgb(243 244 246 / 0.25);
  }

  .xxl\:text-gray-100\/30{
    color: rgb(243 244 246 / 0.3);
  }

  .xxl\:text-gray-100\/35{
    color: rgb(243 244 246 / 0.35);
  }

  .xxl\:text-gray-100\/40{
    color: rgb(243 244 246 / 0.4);
  }

  .xxl\:text-gray-100\/45{
    color: rgb(243 244 246 / 0.45);
  }

  .xxl\:text-gray-100\/5{
    color: rgb(243 244 246 / 0.05);
  }

  .xxl\:text-gray-100\/50{
    color: rgb(243 244 246 / 0.5);
  }

  .xxl\:text-gray-100\/55{
    color: rgb(243 244 246 / 0.55);
  }

  .xxl\:text-gray-100\/60{
    color: rgb(243 244 246 / 0.6);
  }

  .xxl\:text-gray-100\/65{
    color: rgb(243 244 246 / 0.65);
  }

  .xxl\:text-gray-100\/70{
    color: rgb(243 244 246 / 0.7);
  }

  .xxl\:text-gray-100\/75{
    color: rgb(243 244 246 / 0.75);
  }

  .xxl\:text-gray-100\/80{
    color: rgb(243 244 246 / 0.8);
  }

  .xxl\:text-gray-100\/85{
    color: rgb(243 244 246 / 0.85);
  }

  .xxl\:text-gray-100\/90{
    color: rgb(243 244 246 / 0.9);
  }

  .xxl\:text-gray-100\/95{
    color: rgb(243 244 246 / 0.95);
  }

  .xxl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-200\/0{
    color: rgb(229 231 235 / 0);
  }

  .xxl\:text-gray-200\/10{
    color: rgb(229 231 235 / 0.1);
  }

  .xxl\:text-gray-200\/100{
    color: rgb(229 231 235 / 1);
  }

  .xxl\:text-gray-200\/15{
    color: rgb(229 231 235 / 0.15);
  }

  .xxl\:text-gray-200\/20{
    color: rgb(229 231 235 / 0.2);
  }

  .xxl\:text-gray-200\/25{
    color: rgb(229 231 235 / 0.25);
  }

  .xxl\:text-gray-200\/30{
    color: rgb(229 231 235 / 0.3);
  }

  .xxl\:text-gray-200\/35{
    color: rgb(229 231 235 / 0.35);
  }

  .xxl\:text-gray-200\/40{
    color: rgb(229 231 235 / 0.4);
  }

  .xxl\:text-gray-200\/45{
    color: rgb(229 231 235 / 0.45);
  }

  .xxl\:text-gray-200\/5{
    color: rgb(229 231 235 / 0.05);
  }

  .xxl\:text-gray-200\/50{
    color: rgb(229 231 235 / 0.5);
  }

  .xxl\:text-gray-200\/55{
    color: rgb(229 231 235 / 0.55);
  }

  .xxl\:text-gray-200\/60{
    color: rgb(229 231 235 / 0.6);
  }

  .xxl\:text-gray-200\/65{
    color: rgb(229 231 235 / 0.65);
  }

  .xxl\:text-gray-200\/70{
    color: rgb(229 231 235 / 0.7);
  }

  .xxl\:text-gray-200\/75{
    color: rgb(229 231 235 / 0.75);
  }

  .xxl\:text-gray-200\/80{
    color: rgb(229 231 235 / 0.8);
  }

  .xxl\:text-gray-200\/85{
    color: rgb(229 231 235 / 0.85);
  }

  .xxl\:text-gray-200\/90{
    color: rgb(229 231 235 / 0.9);
  }

  .xxl\:text-gray-200\/95{
    color: rgb(229 231 235 / 0.95);
  }

  .xxl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-300\/0{
    color: rgb(209 213 219 / 0);
  }

  .xxl\:text-gray-300\/10{
    color: rgb(209 213 219 / 0.1);
  }

  .xxl\:text-gray-300\/100{
    color: rgb(209 213 219 / 1);
  }

  .xxl\:text-gray-300\/15{
    color: rgb(209 213 219 / 0.15);
  }

  .xxl\:text-gray-300\/20{
    color: rgb(209 213 219 / 0.2);
  }

  .xxl\:text-gray-300\/25{
    color: rgb(209 213 219 / 0.25);
  }

  .xxl\:text-gray-300\/30{
    color: rgb(209 213 219 / 0.3);
  }

  .xxl\:text-gray-300\/35{
    color: rgb(209 213 219 / 0.35);
  }

  .xxl\:text-gray-300\/40{
    color: rgb(209 213 219 / 0.4);
  }

  .xxl\:text-gray-300\/45{
    color: rgb(209 213 219 / 0.45);
  }

  .xxl\:text-gray-300\/5{
    color: rgb(209 213 219 / 0.05);
  }

  .xxl\:text-gray-300\/50{
    color: rgb(209 213 219 / 0.5);
  }

  .xxl\:text-gray-300\/55{
    color: rgb(209 213 219 / 0.55);
  }

  .xxl\:text-gray-300\/60{
    color: rgb(209 213 219 / 0.6);
  }

  .xxl\:text-gray-300\/65{
    color: rgb(209 213 219 / 0.65);
  }

  .xxl\:text-gray-300\/70{
    color: rgb(209 213 219 / 0.7);
  }

  .xxl\:text-gray-300\/75{
    color: rgb(209 213 219 / 0.75);
  }

  .xxl\:text-gray-300\/80{
    color: rgb(209 213 219 / 0.8);
  }

  .xxl\:text-gray-300\/85{
    color: rgb(209 213 219 / 0.85);
  }

  .xxl\:text-gray-300\/90{
    color: rgb(209 213 219 / 0.9);
  }

  .xxl\:text-gray-300\/95{
    color: rgb(209 213 219 / 0.95);
  }

  .xxl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-400\/0{
    color: rgb(156 163 175 / 0);
  }

  .xxl\:text-gray-400\/10{
    color: rgb(156 163 175 / 0.1);
  }

  .xxl\:text-gray-400\/100{
    color: rgb(156 163 175 / 1);
  }

  .xxl\:text-gray-400\/15{
    color: rgb(156 163 175 / 0.15);
  }

  .xxl\:text-gray-400\/20{
    color: rgb(156 163 175 / 0.2);
  }

  .xxl\:text-gray-400\/25{
    color: rgb(156 163 175 / 0.25);
  }

  .xxl\:text-gray-400\/30{
    color: rgb(156 163 175 / 0.3);
  }

  .xxl\:text-gray-400\/35{
    color: rgb(156 163 175 / 0.35);
  }

  .xxl\:text-gray-400\/40{
    color: rgb(156 163 175 / 0.4);
  }

  .xxl\:text-gray-400\/45{
    color: rgb(156 163 175 / 0.45);
  }

  .xxl\:text-gray-400\/5{
    color: rgb(156 163 175 / 0.05);
  }

  .xxl\:text-gray-400\/50{
    color: rgb(156 163 175 / 0.5);
  }

  .xxl\:text-gray-400\/55{
    color: rgb(156 163 175 / 0.55);
  }

  .xxl\:text-gray-400\/60{
    color: rgb(156 163 175 / 0.6);
  }

  .xxl\:text-gray-400\/65{
    color: rgb(156 163 175 / 0.65);
  }

  .xxl\:text-gray-400\/70{
    color: rgb(156 163 175 / 0.7);
  }

  .xxl\:text-gray-400\/75{
    color: rgb(156 163 175 / 0.75);
  }

  .xxl\:text-gray-400\/80{
    color: rgb(156 163 175 / 0.8);
  }

  .xxl\:text-gray-400\/85{
    color: rgb(156 163 175 / 0.85);
  }

  .xxl\:text-gray-400\/90{
    color: rgb(156 163 175 / 0.9);
  }

  .xxl\:text-gray-400\/95{
    color: rgb(156 163 175 / 0.95);
  }

  .xxl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-50\/0{
    color: rgb(249 250 251 / 0);
  }

  .xxl\:text-gray-50\/10{
    color: rgb(249 250 251 / 0.1);
  }

  .xxl\:text-gray-50\/100{
    color: rgb(249 250 251 / 1);
  }

  .xxl\:text-gray-50\/15{
    color: rgb(249 250 251 / 0.15);
  }

  .xxl\:text-gray-50\/20{
    color: rgb(249 250 251 / 0.2);
  }

  .xxl\:text-gray-50\/25{
    color: rgb(249 250 251 / 0.25);
  }

  .xxl\:text-gray-50\/30{
    color: rgb(249 250 251 / 0.3);
  }

  .xxl\:text-gray-50\/35{
    color: rgb(249 250 251 / 0.35);
  }

  .xxl\:text-gray-50\/40{
    color: rgb(249 250 251 / 0.4);
  }

  .xxl\:text-gray-50\/45{
    color: rgb(249 250 251 / 0.45);
  }

  .xxl\:text-gray-50\/5{
    color: rgb(249 250 251 / 0.05);
  }

  .xxl\:text-gray-50\/50{
    color: rgb(249 250 251 / 0.5);
  }

  .xxl\:text-gray-50\/55{
    color: rgb(249 250 251 / 0.55);
  }

  .xxl\:text-gray-50\/60{
    color: rgb(249 250 251 / 0.6);
  }

  .xxl\:text-gray-50\/65{
    color: rgb(249 250 251 / 0.65);
  }

  .xxl\:text-gray-50\/70{
    color: rgb(249 250 251 / 0.7);
  }

  .xxl\:text-gray-50\/75{
    color: rgb(249 250 251 / 0.75);
  }

  .xxl\:text-gray-50\/80{
    color: rgb(249 250 251 / 0.8);
  }

  .xxl\:text-gray-50\/85{
    color: rgb(249 250 251 / 0.85);
  }

  .xxl\:text-gray-50\/90{
    color: rgb(249 250 251 / 0.9);
  }

  .xxl\:text-gray-50\/95{
    color: rgb(249 250 251 / 0.95);
  }

  .xxl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-500\/0{
    color: rgb(107 114 128 / 0);
  }

  .xxl\:text-gray-500\/10{
    color: rgb(107 114 128 / 0.1);
  }

  .xxl\:text-gray-500\/100{
    color: rgb(107 114 128 / 1);
  }

  .xxl\:text-gray-500\/15{
    color: rgb(107 114 128 / 0.15);
  }

  .xxl\:text-gray-500\/20{
    color: rgb(107 114 128 / 0.2);
  }

  .xxl\:text-gray-500\/25{
    color: rgb(107 114 128 / 0.25);
  }

  .xxl\:text-gray-500\/30{
    color: rgb(107 114 128 / 0.3);
  }

  .xxl\:text-gray-500\/35{
    color: rgb(107 114 128 / 0.35);
  }

  .xxl\:text-gray-500\/40{
    color: rgb(107 114 128 / 0.4);
  }

  .xxl\:text-gray-500\/45{
    color: rgb(107 114 128 / 0.45);
  }

  .xxl\:text-gray-500\/5{
    color: rgb(107 114 128 / 0.05);
  }

  .xxl\:text-gray-500\/50{
    color: rgb(107 114 128 / 0.5);
  }

  .xxl\:text-gray-500\/55{
    color: rgb(107 114 128 / 0.55);
  }

  .xxl\:text-gray-500\/60{
    color: rgb(107 114 128 / 0.6);
  }

  .xxl\:text-gray-500\/65{
    color: rgb(107 114 128 / 0.65);
  }

  .xxl\:text-gray-500\/70{
    color: rgb(107 114 128 / 0.7);
  }

  .xxl\:text-gray-500\/75{
    color: rgb(107 114 128 / 0.75);
  }

  .xxl\:text-gray-500\/80{
    color: rgb(107 114 128 / 0.8);
  }

  .xxl\:text-gray-500\/85{
    color: rgb(107 114 128 / 0.85);
  }

  .xxl\:text-gray-500\/90{
    color: rgb(107 114 128 / 0.9);
  }

  .xxl\:text-gray-500\/95{
    color: rgb(107 114 128 / 0.95);
  }

  .xxl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-600\/0{
    color: rgb(75 85 99 / 0);
  }

  .xxl\:text-gray-600\/10{
    color: rgb(75 85 99 / 0.1);
  }

  .xxl\:text-gray-600\/100{
    color: rgb(75 85 99 / 1);
  }

  .xxl\:text-gray-600\/15{
    color: rgb(75 85 99 / 0.15);
  }

  .xxl\:text-gray-600\/20{
    color: rgb(75 85 99 / 0.2);
  }

  .xxl\:text-gray-600\/25{
    color: rgb(75 85 99 / 0.25);
  }

  .xxl\:text-gray-600\/30{
    color: rgb(75 85 99 / 0.3);
  }

  .xxl\:text-gray-600\/35{
    color: rgb(75 85 99 / 0.35);
  }

  .xxl\:text-gray-600\/40{
    color: rgb(75 85 99 / 0.4);
  }

  .xxl\:text-gray-600\/45{
    color: rgb(75 85 99 / 0.45);
  }

  .xxl\:text-gray-600\/5{
    color: rgb(75 85 99 / 0.05);
  }

  .xxl\:text-gray-600\/50{
    color: rgb(75 85 99 / 0.5);
  }

  .xxl\:text-gray-600\/55{
    color: rgb(75 85 99 / 0.55);
  }

  .xxl\:text-gray-600\/60{
    color: rgb(75 85 99 / 0.6);
  }

  .xxl\:text-gray-600\/65{
    color: rgb(75 85 99 / 0.65);
  }

  .xxl\:text-gray-600\/70{
    color: rgb(75 85 99 / 0.7);
  }

  .xxl\:text-gray-600\/75{
    color: rgb(75 85 99 / 0.75);
  }

  .xxl\:text-gray-600\/80{
    color: rgb(75 85 99 / 0.8);
  }

  .xxl\:text-gray-600\/85{
    color: rgb(75 85 99 / 0.85);
  }

  .xxl\:text-gray-600\/90{
    color: rgb(75 85 99 / 0.9);
  }

  .xxl\:text-gray-600\/95{
    color: rgb(75 85 99 / 0.95);
  }

  .xxl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-700\/0{
    color: rgb(55 65 81 / 0);
  }

  .xxl\:text-gray-700\/10{
    color: rgb(55 65 81 / 0.1);
  }

  .xxl\:text-gray-700\/100{
    color: rgb(55 65 81 / 1);
  }

  .xxl\:text-gray-700\/15{
    color: rgb(55 65 81 / 0.15);
  }

  .xxl\:text-gray-700\/20{
    color: rgb(55 65 81 / 0.2);
  }

  .xxl\:text-gray-700\/25{
    color: rgb(55 65 81 / 0.25);
  }

  .xxl\:text-gray-700\/30{
    color: rgb(55 65 81 / 0.3);
  }

  .xxl\:text-gray-700\/35{
    color: rgb(55 65 81 / 0.35);
  }

  .xxl\:text-gray-700\/40{
    color: rgb(55 65 81 / 0.4);
  }

  .xxl\:text-gray-700\/45{
    color: rgb(55 65 81 / 0.45);
  }

  .xxl\:text-gray-700\/5{
    color: rgb(55 65 81 / 0.05);
  }

  .xxl\:text-gray-700\/50{
    color: rgb(55 65 81 / 0.5);
  }

  .xxl\:text-gray-700\/55{
    color: rgb(55 65 81 / 0.55);
  }

  .xxl\:text-gray-700\/60{
    color: rgb(55 65 81 / 0.6);
  }

  .xxl\:text-gray-700\/65{
    color: rgb(55 65 81 / 0.65);
  }

  .xxl\:text-gray-700\/70{
    color: rgb(55 65 81 / 0.7);
  }

  .xxl\:text-gray-700\/75{
    color: rgb(55 65 81 / 0.75);
  }

  .xxl\:text-gray-700\/80{
    color: rgb(55 65 81 / 0.8);
  }

  .xxl\:text-gray-700\/85{
    color: rgb(55 65 81 / 0.85);
  }

  .xxl\:text-gray-700\/90{
    color: rgb(55 65 81 / 0.9);
  }

  .xxl\:text-gray-700\/95{
    color: rgb(55 65 81 / 0.95);
  }

  .xxl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-800\/0{
    color: rgb(31 41 55 / 0);
  }

  .xxl\:text-gray-800\/10{
    color: rgb(31 41 55 / 0.1);
  }

  .xxl\:text-gray-800\/100{
    color: rgb(31 41 55 / 1);
  }

  .xxl\:text-gray-800\/15{
    color: rgb(31 41 55 / 0.15);
  }

  .xxl\:text-gray-800\/20{
    color: rgb(31 41 55 / 0.2);
  }

  .xxl\:text-gray-800\/25{
    color: rgb(31 41 55 / 0.25);
  }

  .xxl\:text-gray-800\/30{
    color: rgb(31 41 55 / 0.3);
  }

  .xxl\:text-gray-800\/35{
    color: rgb(31 41 55 / 0.35);
  }

  .xxl\:text-gray-800\/40{
    color: rgb(31 41 55 / 0.4);
  }

  .xxl\:text-gray-800\/45{
    color: rgb(31 41 55 / 0.45);
  }

  .xxl\:text-gray-800\/5{
    color: rgb(31 41 55 / 0.05);
  }

  .xxl\:text-gray-800\/50{
    color: rgb(31 41 55 / 0.5);
  }

  .xxl\:text-gray-800\/55{
    color: rgb(31 41 55 / 0.55);
  }

  .xxl\:text-gray-800\/60{
    color: rgb(31 41 55 / 0.6);
  }

  .xxl\:text-gray-800\/65{
    color: rgb(31 41 55 / 0.65);
  }

  .xxl\:text-gray-800\/70{
    color: rgb(31 41 55 / 0.7);
  }

  .xxl\:text-gray-800\/75{
    color: rgb(31 41 55 / 0.75);
  }

  .xxl\:text-gray-800\/80{
    color: rgb(31 41 55 / 0.8);
  }

  .xxl\:text-gray-800\/85{
    color: rgb(31 41 55 / 0.85);
  }

  .xxl\:text-gray-800\/90{
    color: rgb(31 41 55 / 0.9);
  }

  .xxl\:text-gray-800\/95{
    color: rgb(31 41 55 / 0.95);
  }

  .xxl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-900\/0{
    color: rgb(17 24 39 / 0);
  }

  .xxl\:text-gray-900\/10{
    color: rgb(17 24 39 / 0.1);
  }

  .xxl\:text-gray-900\/100{
    color: rgb(17 24 39 / 1);
  }

  .xxl\:text-gray-900\/15{
    color: rgb(17 24 39 / 0.15);
  }

  .xxl\:text-gray-900\/20{
    color: rgb(17 24 39 / 0.2);
  }

  .xxl\:text-gray-900\/25{
    color: rgb(17 24 39 / 0.25);
  }

  .xxl\:text-gray-900\/30{
    color: rgb(17 24 39 / 0.3);
  }

  .xxl\:text-gray-900\/35{
    color: rgb(17 24 39 / 0.35);
  }

  .xxl\:text-gray-900\/40{
    color: rgb(17 24 39 / 0.4);
  }

  .xxl\:text-gray-900\/45{
    color: rgb(17 24 39 / 0.45);
  }

  .xxl\:text-gray-900\/5{
    color: rgb(17 24 39 / 0.05);
  }

  .xxl\:text-gray-900\/50{
    color: rgb(17 24 39 / 0.5);
  }

  .xxl\:text-gray-900\/55{
    color: rgb(17 24 39 / 0.55);
  }

  .xxl\:text-gray-900\/60{
    color: rgb(17 24 39 / 0.6);
  }

  .xxl\:text-gray-900\/65{
    color: rgb(17 24 39 / 0.65);
  }

  .xxl\:text-gray-900\/70{
    color: rgb(17 24 39 / 0.7);
  }

  .xxl\:text-gray-900\/75{
    color: rgb(17 24 39 / 0.75);
  }

  .xxl\:text-gray-900\/80{
    color: rgb(17 24 39 / 0.8);
  }

  .xxl\:text-gray-900\/85{
    color: rgb(17 24 39 / 0.85);
  }

  .xxl\:text-gray-900\/90{
    color: rgb(17 24 39 / 0.9);
  }

  .xxl\:text-gray-900\/95{
    color: rgb(17 24 39 / 0.95);
  }

  .xxl\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-gray-950\/0{
    color: rgb(3 7 18 / 0);
  }

  .xxl\:text-gray-950\/10{
    color: rgb(3 7 18 / 0.1);
  }

  .xxl\:text-gray-950\/100{
    color: rgb(3 7 18 / 1);
  }

  .xxl\:text-gray-950\/15{
    color: rgb(3 7 18 / 0.15);
  }

  .xxl\:text-gray-950\/20{
    color: rgb(3 7 18 / 0.2);
  }

  .xxl\:text-gray-950\/25{
    color: rgb(3 7 18 / 0.25);
  }

  .xxl\:text-gray-950\/30{
    color: rgb(3 7 18 / 0.3);
  }

  .xxl\:text-gray-950\/35{
    color: rgb(3 7 18 / 0.35);
  }

  .xxl\:text-gray-950\/40{
    color: rgb(3 7 18 / 0.4);
  }

  .xxl\:text-gray-950\/45{
    color: rgb(3 7 18 / 0.45);
  }

  .xxl\:text-gray-950\/5{
    color: rgb(3 7 18 / 0.05);
  }

  .xxl\:text-gray-950\/50{
    color: rgb(3 7 18 / 0.5);
  }

  .xxl\:text-gray-950\/55{
    color: rgb(3 7 18 / 0.55);
  }

  .xxl\:text-gray-950\/60{
    color: rgb(3 7 18 / 0.6);
  }

  .xxl\:text-gray-950\/65{
    color: rgb(3 7 18 / 0.65);
  }

  .xxl\:text-gray-950\/70{
    color: rgb(3 7 18 / 0.7);
  }

  .xxl\:text-gray-950\/75{
    color: rgb(3 7 18 / 0.75);
  }

  .xxl\:text-gray-950\/80{
    color: rgb(3 7 18 / 0.8);
  }

  .xxl\:text-gray-950\/85{
    color: rgb(3 7 18 / 0.85);
  }

  .xxl\:text-gray-950\/90{
    color: rgb(3 7 18 / 0.9);
  }

  .xxl\:text-gray-950\/95{
    color: rgb(3 7 18 / 0.95);
  }

  .xxl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-100\/0{
    color: rgb(220 252 231 / 0);
  }

  .xxl\:text-green-100\/10{
    color: rgb(220 252 231 / 0.1);
  }

  .xxl\:text-green-100\/100{
    color: rgb(220 252 231 / 1);
  }

  .xxl\:text-green-100\/15{
    color: rgb(220 252 231 / 0.15);
  }

  .xxl\:text-green-100\/20{
    color: rgb(220 252 231 / 0.2);
  }

  .xxl\:text-green-100\/25{
    color: rgb(220 252 231 / 0.25);
  }

  .xxl\:text-green-100\/30{
    color: rgb(220 252 231 / 0.3);
  }

  .xxl\:text-green-100\/35{
    color: rgb(220 252 231 / 0.35);
  }

  .xxl\:text-green-100\/40{
    color: rgb(220 252 231 / 0.4);
  }

  .xxl\:text-green-100\/45{
    color: rgb(220 252 231 / 0.45);
  }

  .xxl\:text-green-100\/5{
    color: rgb(220 252 231 / 0.05);
  }

  .xxl\:text-green-100\/50{
    color: rgb(220 252 231 / 0.5);
  }

  .xxl\:text-green-100\/55{
    color: rgb(220 252 231 / 0.55);
  }

  .xxl\:text-green-100\/60{
    color: rgb(220 252 231 / 0.6);
  }

  .xxl\:text-green-100\/65{
    color: rgb(220 252 231 / 0.65);
  }

  .xxl\:text-green-100\/70{
    color: rgb(220 252 231 / 0.7);
  }

  .xxl\:text-green-100\/75{
    color: rgb(220 252 231 / 0.75);
  }

  .xxl\:text-green-100\/80{
    color: rgb(220 252 231 / 0.8);
  }

  .xxl\:text-green-100\/85{
    color: rgb(220 252 231 / 0.85);
  }

  .xxl\:text-green-100\/90{
    color: rgb(220 252 231 / 0.9);
  }

  .xxl\:text-green-100\/95{
    color: rgb(220 252 231 / 0.95);
  }

  .xxl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgb(187 247 208 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-200\/0{
    color: rgb(187 247 208 / 0);
  }

  .xxl\:text-green-200\/10{
    color: rgb(187 247 208 / 0.1);
  }

  .xxl\:text-green-200\/100{
    color: rgb(187 247 208 / 1);
  }

  .xxl\:text-green-200\/15{
    color: rgb(187 247 208 / 0.15);
  }

  .xxl\:text-green-200\/20{
    color: rgb(187 247 208 / 0.2);
  }

  .xxl\:text-green-200\/25{
    color: rgb(187 247 208 / 0.25);
  }

  .xxl\:text-green-200\/30{
    color: rgb(187 247 208 / 0.3);
  }

  .xxl\:text-green-200\/35{
    color: rgb(187 247 208 / 0.35);
  }

  .xxl\:text-green-200\/40{
    color: rgb(187 247 208 / 0.4);
  }

  .xxl\:text-green-200\/45{
    color: rgb(187 247 208 / 0.45);
  }

  .xxl\:text-green-200\/5{
    color: rgb(187 247 208 / 0.05);
  }

  .xxl\:text-green-200\/50{
    color: rgb(187 247 208 / 0.5);
  }

  .xxl\:text-green-200\/55{
    color: rgb(187 247 208 / 0.55);
  }

  .xxl\:text-green-200\/60{
    color: rgb(187 247 208 / 0.6);
  }

  .xxl\:text-green-200\/65{
    color: rgb(187 247 208 / 0.65);
  }

  .xxl\:text-green-200\/70{
    color: rgb(187 247 208 / 0.7);
  }

  .xxl\:text-green-200\/75{
    color: rgb(187 247 208 / 0.75);
  }

  .xxl\:text-green-200\/80{
    color: rgb(187 247 208 / 0.8);
  }

  .xxl\:text-green-200\/85{
    color: rgb(187 247 208 / 0.85);
  }

  .xxl\:text-green-200\/90{
    color: rgb(187 247 208 / 0.9);
  }

  .xxl\:text-green-200\/95{
    color: rgb(187 247 208 / 0.95);
  }

  .xxl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-300\/0{
    color: rgb(134 239 172 / 0);
  }

  .xxl\:text-green-300\/10{
    color: rgb(134 239 172 / 0.1);
  }

  .xxl\:text-green-300\/100{
    color: rgb(134 239 172 / 1);
  }

  .xxl\:text-green-300\/15{
    color: rgb(134 239 172 / 0.15);
  }

  .xxl\:text-green-300\/20{
    color: rgb(134 239 172 / 0.2);
  }

  .xxl\:text-green-300\/25{
    color: rgb(134 239 172 / 0.25);
  }

  .xxl\:text-green-300\/30{
    color: rgb(134 239 172 / 0.3);
  }

  .xxl\:text-green-300\/35{
    color: rgb(134 239 172 / 0.35);
  }

  .xxl\:text-green-300\/40{
    color: rgb(134 239 172 / 0.4);
  }

  .xxl\:text-green-300\/45{
    color: rgb(134 239 172 / 0.45);
  }

  .xxl\:text-green-300\/5{
    color: rgb(134 239 172 / 0.05);
  }

  .xxl\:text-green-300\/50{
    color: rgb(134 239 172 / 0.5);
  }

  .xxl\:text-green-300\/55{
    color: rgb(134 239 172 / 0.55);
  }

  .xxl\:text-green-300\/60{
    color: rgb(134 239 172 / 0.6);
  }

  .xxl\:text-green-300\/65{
    color: rgb(134 239 172 / 0.65);
  }

  .xxl\:text-green-300\/70{
    color: rgb(134 239 172 / 0.7);
  }

  .xxl\:text-green-300\/75{
    color: rgb(134 239 172 / 0.75);
  }

  .xxl\:text-green-300\/80{
    color: rgb(134 239 172 / 0.8);
  }

  .xxl\:text-green-300\/85{
    color: rgb(134 239 172 / 0.85);
  }

  .xxl\:text-green-300\/90{
    color: rgb(134 239 172 / 0.9);
  }

  .xxl\:text-green-300\/95{
    color: rgb(134 239 172 / 0.95);
  }

  .xxl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-400\/0{
    color: rgb(74 222 128 / 0);
  }

  .xxl\:text-green-400\/10{
    color: rgb(74 222 128 / 0.1);
  }

  .xxl\:text-green-400\/100{
    color: rgb(74 222 128 / 1);
  }

  .xxl\:text-green-400\/15{
    color: rgb(74 222 128 / 0.15);
  }

  .xxl\:text-green-400\/20{
    color: rgb(74 222 128 / 0.2);
  }

  .xxl\:text-green-400\/25{
    color: rgb(74 222 128 / 0.25);
  }

  .xxl\:text-green-400\/30{
    color: rgb(74 222 128 / 0.3);
  }

  .xxl\:text-green-400\/35{
    color: rgb(74 222 128 / 0.35);
  }

  .xxl\:text-green-400\/40{
    color: rgb(74 222 128 / 0.4);
  }

  .xxl\:text-green-400\/45{
    color: rgb(74 222 128 / 0.45);
  }

  .xxl\:text-green-400\/5{
    color: rgb(74 222 128 / 0.05);
  }

  .xxl\:text-green-400\/50{
    color: rgb(74 222 128 / 0.5);
  }

  .xxl\:text-green-400\/55{
    color: rgb(74 222 128 / 0.55);
  }

  .xxl\:text-green-400\/60{
    color: rgb(74 222 128 / 0.6);
  }

  .xxl\:text-green-400\/65{
    color: rgb(74 222 128 / 0.65);
  }

  .xxl\:text-green-400\/70{
    color: rgb(74 222 128 / 0.7);
  }

  .xxl\:text-green-400\/75{
    color: rgb(74 222 128 / 0.75);
  }

  .xxl\:text-green-400\/80{
    color: rgb(74 222 128 / 0.8);
  }

  .xxl\:text-green-400\/85{
    color: rgb(74 222 128 / 0.85);
  }

  .xxl\:text-green-400\/90{
    color: rgb(74 222 128 / 0.9);
  }

  .xxl\:text-green-400\/95{
    color: rgb(74 222 128 / 0.95);
  }

  .xxl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-50\/0{
    color: rgb(240 253 244 / 0);
  }

  .xxl\:text-green-50\/10{
    color: rgb(240 253 244 / 0.1);
  }

  .xxl\:text-green-50\/100{
    color: rgb(240 253 244 / 1);
  }

  .xxl\:text-green-50\/15{
    color: rgb(240 253 244 / 0.15);
  }

  .xxl\:text-green-50\/20{
    color: rgb(240 253 244 / 0.2);
  }

  .xxl\:text-green-50\/25{
    color: rgb(240 253 244 / 0.25);
  }

  .xxl\:text-green-50\/30{
    color: rgb(240 253 244 / 0.3);
  }

  .xxl\:text-green-50\/35{
    color: rgb(240 253 244 / 0.35);
  }

  .xxl\:text-green-50\/40{
    color: rgb(240 253 244 / 0.4);
  }

  .xxl\:text-green-50\/45{
    color: rgb(240 253 244 / 0.45);
  }

  .xxl\:text-green-50\/5{
    color: rgb(240 253 244 / 0.05);
  }

  .xxl\:text-green-50\/50{
    color: rgb(240 253 244 / 0.5);
  }

  .xxl\:text-green-50\/55{
    color: rgb(240 253 244 / 0.55);
  }

  .xxl\:text-green-50\/60{
    color: rgb(240 253 244 / 0.6);
  }

  .xxl\:text-green-50\/65{
    color: rgb(240 253 244 / 0.65);
  }

  .xxl\:text-green-50\/70{
    color: rgb(240 253 244 / 0.7);
  }

  .xxl\:text-green-50\/75{
    color: rgb(240 253 244 / 0.75);
  }

  .xxl\:text-green-50\/80{
    color: rgb(240 253 244 / 0.8);
  }

  .xxl\:text-green-50\/85{
    color: rgb(240 253 244 / 0.85);
  }

  .xxl\:text-green-50\/90{
    color: rgb(240 253 244 / 0.9);
  }

  .xxl\:text-green-50\/95{
    color: rgb(240 253 244 / 0.95);
  }

  .xxl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-500\/0{
    color: rgb(34 197 94 / 0);
  }

  .xxl\:text-green-500\/10{
    color: rgb(34 197 94 / 0.1);
  }

  .xxl\:text-green-500\/100{
    color: rgb(34 197 94 / 1);
  }

  .xxl\:text-green-500\/15{
    color: rgb(34 197 94 / 0.15);
  }

  .xxl\:text-green-500\/20{
    color: rgb(34 197 94 / 0.2);
  }

  .xxl\:text-green-500\/25{
    color: rgb(34 197 94 / 0.25);
  }

  .xxl\:text-green-500\/30{
    color: rgb(34 197 94 / 0.3);
  }

  .xxl\:text-green-500\/35{
    color: rgb(34 197 94 / 0.35);
  }

  .xxl\:text-green-500\/40{
    color: rgb(34 197 94 / 0.4);
  }

  .xxl\:text-green-500\/45{
    color: rgb(34 197 94 / 0.45);
  }

  .xxl\:text-green-500\/5{
    color: rgb(34 197 94 / 0.05);
  }

  .xxl\:text-green-500\/50{
    color: rgb(34 197 94 / 0.5);
  }

  .xxl\:text-green-500\/55{
    color: rgb(34 197 94 / 0.55);
  }

  .xxl\:text-green-500\/60{
    color: rgb(34 197 94 / 0.6);
  }

  .xxl\:text-green-500\/65{
    color: rgb(34 197 94 / 0.65);
  }

  .xxl\:text-green-500\/70{
    color: rgb(34 197 94 / 0.7);
  }

  .xxl\:text-green-500\/75{
    color: rgb(34 197 94 / 0.75);
  }

  .xxl\:text-green-500\/80{
    color: rgb(34 197 94 / 0.8);
  }

  .xxl\:text-green-500\/85{
    color: rgb(34 197 94 / 0.85);
  }

  .xxl\:text-green-500\/90{
    color: rgb(34 197 94 / 0.9);
  }

  .xxl\:text-green-500\/95{
    color: rgb(34 197 94 / 0.95);
  }

  .xxl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-600\/0{
    color: rgb(22 163 74 / 0);
  }

  .xxl\:text-green-600\/10{
    color: rgb(22 163 74 / 0.1);
  }

  .xxl\:text-green-600\/100{
    color: rgb(22 163 74 / 1);
  }

  .xxl\:text-green-600\/15{
    color: rgb(22 163 74 / 0.15);
  }

  .xxl\:text-green-600\/20{
    color: rgb(22 163 74 / 0.2);
  }

  .xxl\:text-green-600\/25{
    color: rgb(22 163 74 / 0.25);
  }

  .xxl\:text-green-600\/30{
    color: rgb(22 163 74 / 0.3);
  }

  .xxl\:text-green-600\/35{
    color: rgb(22 163 74 / 0.35);
  }

  .xxl\:text-green-600\/40{
    color: rgb(22 163 74 / 0.4);
  }

  .xxl\:text-green-600\/45{
    color: rgb(22 163 74 / 0.45);
  }

  .xxl\:text-green-600\/5{
    color: rgb(22 163 74 / 0.05);
  }

  .xxl\:text-green-600\/50{
    color: rgb(22 163 74 / 0.5);
  }

  .xxl\:text-green-600\/55{
    color: rgb(22 163 74 / 0.55);
  }

  .xxl\:text-green-600\/60{
    color: rgb(22 163 74 / 0.6);
  }

  .xxl\:text-green-600\/65{
    color: rgb(22 163 74 / 0.65);
  }

  .xxl\:text-green-600\/70{
    color: rgb(22 163 74 / 0.7);
  }

  .xxl\:text-green-600\/75{
    color: rgb(22 163 74 / 0.75);
  }

  .xxl\:text-green-600\/80{
    color: rgb(22 163 74 / 0.8);
  }

  .xxl\:text-green-600\/85{
    color: rgb(22 163 74 / 0.85);
  }

  .xxl\:text-green-600\/90{
    color: rgb(22 163 74 / 0.9);
  }

  .xxl\:text-green-600\/95{
    color: rgb(22 163 74 / 0.95);
  }

  .xxl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-700\/0{
    color: rgb(21 128 61 / 0);
  }

  .xxl\:text-green-700\/10{
    color: rgb(21 128 61 / 0.1);
  }

  .xxl\:text-green-700\/100{
    color: rgb(21 128 61 / 1);
  }

  .xxl\:text-green-700\/15{
    color: rgb(21 128 61 / 0.15);
  }

  .xxl\:text-green-700\/20{
    color: rgb(21 128 61 / 0.2);
  }

  .xxl\:text-green-700\/25{
    color: rgb(21 128 61 / 0.25);
  }

  .xxl\:text-green-700\/30{
    color: rgb(21 128 61 / 0.3);
  }

  .xxl\:text-green-700\/35{
    color: rgb(21 128 61 / 0.35);
  }

  .xxl\:text-green-700\/40{
    color: rgb(21 128 61 / 0.4);
  }

  .xxl\:text-green-700\/45{
    color: rgb(21 128 61 / 0.45);
  }

  .xxl\:text-green-700\/5{
    color: rgb(21 128 61 / 0.05);
  }

  .xxl\:text-green-700\/50{
    color: rgb(21 128 61 / 0.5);
  }

  .xxl\:text-green-700\/55{
    color: rgb(21 128 61 / 0.55);
  }

  .xxl\:text-green-700\/60{
    color: rgb(21 128 61 / 0.6);
  }

  .xxl\:text-green-700\/65{
    color: rgb(21 128 61 / 0.65);
  }

  .xxl\:text-green-700\/70{
    color: rgb(21 128 61 / 0.7);
  }

  .xxl\:text-green-700\/75{
    color: rgb(21 128 61 / 0.75);
  }

  .xxl\:text-green-700\/80{
    color: rgb(21 128 61 / 0.8);
  }

  .xxl\:text-green-700\/85{
    color: rgb(21 128 61 / 0.85);
  }

  .xxl\:text-green-700\/90{
    color: rgb(21 128 61 / 0.9);
  }

  .xxl\:text-green-700\/95{
    color: rgb(21 128 61 / 0.95);
  }

  .xxl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-800\/0{
    color: rgb(22 101 52 / 0);
  }

  .xxl\:text-green-800\/10{
    color: rgb(22 101 52 / 0.1);
  }

  .xxl\:text-green-800\/100{
    color: rgb(22 101 52 / 1);
  }

  .xxl\:text-green-800\/15{
    color: rgb(22 101 52 / 0.15);
  }

  .xxl\:text-green-800\/20{
    color: rgb(22 101 52 / 0.2);
  }

  .xxl\:text-green-800\/25{
    color: rgb(22 101 52 / 0.25);
  }

  .xxl\:text-green-800\/30{
    color: rgb(22 101 52 / 0.3);
  }

  .xxl\:text-green-800\/35{
    color: rgb(22 101 52 / 0.35);
  }

  .xxl\:text-green-800\/40{
    color: rgb(22 101 52 / 0.4);
  }

  .xxl\:text-green-800\/45{
    color: rgb(22 101 52 / 0.45);
  }

  .xxl\:text-green-800\/5{
    color: rgb(22 101 52 / 0.05);
  }

  .xxl\:text-green-800\/50{
    color: rgb(22 101 52 / 0.5);
  }

  .xxl\:text-green-800\/55{
    color: rgb(22 101 52 / 0.55);
  }

  .xxl\:text-green-800\/60{
    color: rgb(22 101 52 / 0.6);
  }

  .xxl\:text-green-800\/65{
    color: rgb(22 101 52 / 0.65);
  }

  .xxl\:text-green-800\/70{
    color: rgb(22 101 52 / 0.7);
  }

  .xxl\:text-green-800\/75{
    color: rgb(22 101 52 / 0.75);
  }

  .xxl\:text-green-800\/80{
    color: rgb(22 101 52 / 0.8);
  }

  .xxl\:text-green-800\/85{
    color: rgb(22 101 52 / 0.85);
  }

  .xxl\:text-green-800\/90{
    color: rgb(22 101 52 / 0.9);
  }

  .xxl\:text-green-800\/95{
    color: rgb(22 101 52 / 0.95);
  }

  .xxl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-900\/0{
    color: rgb(20 83 45 / 0);
  }

  .xxl\:text-green-900\/10{
    color: rgb(20 83 45 / 0.1);
  }

  .xxl\:text-green-900\/100{
    color: rgb(20 83 45 / 1);
  }

  .xxl\:text-green-900\/15{
    color: rgb(20 83 45 / 0.15);
  }

  .xxl\:text-green-900\/20{
    color: rgb(20 83 45 / 0.2);
  }

  .xxl\:text-green-900\/25{
    color: rgb(20 83 45 / 0.25);
  }

  .xxl\:text-green-900\/30{
    color: rgb(20 83 45 / 0.3);
  }

  .xxl\:text-green-900\/35{
    color: rgb(20 83 45 / 0.35);
  }

  .xxl\:text-green-900\/40{
    color: rgb(20 83 45 / 0.4);
  }

  .xxl\:text-green-900\/45{
    color: rgb(20 83 45 / 0.45);
  }

  .xxl\:text-green-900\/5{
    color: rgb(20 83 45 / 0.05);
  }

  .xxl\:text-green-900\/50{
    color: rgb(20 83 45 / 0.5);
  }

  .xxl\:text-green-900\/55{
    color: rgb(20 83 45 / 0.55);
  }

  .xxl\:text-green-900\/60{
    color: rgb(20 83 45 / 0.6);
  }

  .xxl\:text-green-900\/65{
    color: rgb(20 83 45 / 0.65);
  }

  .xxl\:text-green-900\/70{
    color: rgb(20 83 45 / 0.7);
  }

  .xxl\:text-green-900\/75{
    color: rgb(20 83 45 / 0.75);
  }

  .xxl\:text-green-900\/80{
    color: rgb(20 83 45 / 0.8);
  }

  .xxl\:text-green-900\/85{
    color: rgb(20 83 45 / 0.85);
  }

  .xxl\:text-green-900\/90{
    color: rgb(20 83 45 / 0.9);
  }

  .xxl\:text-green-900\/95{
    color: rgb(20 83 45 / 0.95);
  }

  .xxl\:text-green-950{
    --tw-text-opacity: 1;
    color: rgb(5 46 22 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-green-950\/0{
    color: rgb(5 46 22 / 0);
  }

  .xxl\:text-green-950\/10{
    color: rgb(5 46 22 / 0.1);
  }

  .xxl\:text-green-950\/100{
    color: rgb(5 46 22 / 1);
  }

  .xxl\:text-green-950\/15{
    color: rgb(5 46 22 / 0.15);
  }

  .xxl\:text-green-950\/20{
    color: rgb(5 46 22 / 0.2);
  }

  .xxl\:text-green-950\/25{
    color: rgb(5 46 22 / 0.25);
  }

  .xxl\:text-green-950\/30{
    color: rgb(5 46 22 / 0.3);
  }

  .xxl\:text-green-950\/35{
    color: rgb(5 46 22 / 0.35);
  }

  .xxl\:text-green-950\/40{
    color: rgb(5 46 22 / 0.4);
  }

  .xxl\:text-green-950\/45{
    color: rgb(5 46 22 / 0.45);
  }

  .xxl\:text-green-950\/5{
    color: rgb(5 46 22 / 0.05);
  }

  .xxl\:text-green-950\/50{
    color: rgb(5 46 22 / 0.5);
  }

  .xxl\:text-green-950\/55{
    color: rgb(5 46 22 / 0.55);
  }

  .xxl\:text-green-950\/60{
    color: rgb(5 46 22 / 0.6);
  }

  .xxl\:text-green-950\/65{
    color: rgb(5 46 22 / 0.65);
  }

  .xxl\:text-green-950\/70{
    color: rgb(5 46 22 / 0.7);
  }

  .xxl\:text-green-950\/75{
    color: rgb(5 46 22 / 0.75);
  }

  .xxl\:text-green-950\/80{
    color: rgb(5 46 22 / 0.8);
  }

  .xxl\:text-green-950\/85{
    color: rgb(5 46 22 / 0.85);
  }

  .xxl\:text-green-950\/90{
    color: rgb(5 46 22 / 0.9);
  }

  .xxl\:text-green-950\/95{
    color: rgb(5 46 22 / 0.95);
  }

  .xxl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgb(224 231 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-100\/0{
    color: rgb(224 231 255 / 0);
  }

  .xxl\:text-indigo-100\/10{
    color: rgb(224 231 255 / 0.1);
  }

  .xxl\:text-indigo-100\/100{
    color: rgb(224 231 255 / 1);
  }

  .xxl\:text-indigo-100\/15{
    color: rgb(224 231 255 / 0.15);
  }

  .xxl\:text-indigo-100\/20{
    color: rgb(224 231 255 / 0.2);
  }

  .xxl\:text-indigo-100\/25{
    color: rgb(224 231 255 / 0.25);
  }

  .xxl\:text-indigo-100\/30{
    color: rgb(224 231 255 / 0.3);
  }

  .xxl\:text-indigo-100\/35{
    color: rgb(224 231 255 / 0.35);
  }

  .xxl\:text-indigo-100\/40{
    color: rgb(224 231 255 / 0.4);
  }

  .xxl\:text-indigo-100\/45{
    color: rgb(224 231 255 / 0.45);
  }

  .xxl\:text-indigo-100\/5{
    color: rgb(224 231 255 / 0.05);
  }

  .xxl\:text-indigo-100\/50{
    color: rgb(224 231 255 / 0.5);
  }

  .xxl\:text-indigo-100\/55{
    color: rgb(224 231 255 / 0.55);
  }

  .xxl\:text-indigo-100\/60{
    color: rgb(224 231 255 / 0.6);
  }

  .xxl\:text-indigo-100\/65{
    color: rgb(224 231 255 / 0.65);
  }

  .xxl\:text-indigo-100\/70{
    color: rgb(224 231 255 / 0.7);
  }

  .xxl\:text-indigo-100\/75{
    color: rgb(224 231 255 / 0.75);
  }

  .xxl\:text-indigo-100\/80{
    color: rgb(224 231 255 / 0.8);
  }

  .xxl\:text-indigo-100\/85{
    color: rgb(224 231 255 / 0.85);
  }

  .xxl\:text-indigo-100\/90{
    color: rgb(224 231 255 / 0.9);
  }

  .xxl\:text-indigo-100\/95{
    color: rgb(224 231 255 / 0.95);
  }

  .xxl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-200\/0{
    color: rgb(199 210 254 / 0);
  }

  .xxl\:text-indigo-200\/10{
    color: rgb(199 210 254 / 0.1);
  }

  .xxl\:text-indigo-200\/100{
    color: rgb(199 210 254 / 1);
  }

  .xxl\:text-indigo-200\/15{
    color: rgb(199 210 254 / 0.15);
  }

  .xxl\:text-indigo-200\/20{
    color: rgb(199 210 254 / 0.2);
  }

  .xxl\:text-indigo-200\/25{
    color: rgb(199 210 254 / 0.25);
  }

  .xxl\:text-indigo-200\/30{
    color: rgb(199 210 254 / 0.3);
  }

  .xxl\:text-indigo-200\/35{
    color: rgb(199 210 254 / 0.35);
  }

  .xxl\:text-indigo-200\/40{
    color: rgb(199 210 254 / 0.4);
  }

  .xxl\:text-indigo-200\/45{
    color: rgb(199 210 254 / 0.45);
  }

  .xxl\:text-indigo-200\/5{
    color: rgb(199 210 254 / 0.05);
  }

  .xxl\:text-indigo-200\/50{
    color: rgb(199 210 254 / 0.5);
  }

  .xxl\:text-indigo-200\/55{
    color: rgb(199 210 254 / 0.55);
  }

  .xxl\:text-indigo-200\/60{
    color: rgb(199 210 254 / 0.6);
  }

  .xxl\:text-indigo-200\/65{
    color: rgb(199 210 254 / 0.65);
  }

  .xxl\:text-indigo-200\/70{
    color: rgb(199 210 254 / 0.7);
  }

  .xxl\:text-indigo-200\/75{
    color: rgb(199 210 254 / 0.75);
  }

  .xxl\:text-indigo-200\/80{
    color: rgb(199 210 254 / 0.8);
  }

  .xxl\:text-indigo-200\/85{
    color: rgb(199 210 254 / 0.85);
  }

  .xxl\:text-indigo-200\/90{
    color: rgb(199 210 254 / 0.9);
  }

  .xxl\:text-indigo-200\/95{
    color: rgb(199 210 254 / 0.95);
  }

  .xxl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-300\/0{
    color: rgb(165 180 252 / 0);
  }

  .xxl\:text-indigo-300\/10{
    color: rgb(165 180 252 / 0.1);
  }

  .xxl\:text-indigo-300\/100{
    color: rgb(165 180 252 / 1);
  }

  .xxl\:text-indigo-300\/15{
    color: rgb(165 180 252 / 0.15);
  }

  .xxl\:text-indigo-300\/20{
    color: rgb(165 180 252 / 0.2);
  }

  .xxl\:text-indigo-300\/25{
    color: rgb(165 180 252 / 0.25);
  }

  .xxl\:text-indigo-300\/30{
    color: rgb(165 180 252 / 0.3);
  }

  .xxl\:text-indigo-300\/35{
    color: rgb(165 180 252 / 0.35);
  }

  .xxl\:text-indigo-300\/40{
    color: rgb(165 180 252 / 0.4);
  }

  .xxl\:text-indigo-300\/45{
    color: rgb(165 180 252 / 0.45);
  }

  .xxl\:text-indigo-300\/5{
    color: rgb(165 180 252 / 0.05);
  }

  .xxl\:text-indigo-300\/50{
    color: rgb(165 180 252 / 0.5);
  }

  .xxl\:text-indigo-300\/55{
    color: rgb(165 180 252 / 0.55);
  }

  .xxl\:text-indigo-300\/60{
    color: rgb(165 180 252 / 0.6);
  }

  .xxl\:text-indigo-300\/65{
    color: rgb(165 180 252 / 0.65);
  }

  .xxl\:text-indigo-300\/70{
    color: rgb(165 180 252 / 0.7);
  }

  .xxl\:text-indigo-300\/75{
    color: rgb(165 180 252 / 0.75);
  }

  .xxl\:text-indigo-300\/80{
    color: rgb(165 180 252 / 0.8);
  }

  .xxl\:text-indigo-300\/85{
    color: rgb(165 180 252 / 0.85);
  }

  .xxl\:text-indigo-300\/90{
    color: rgb(165 180 252 / 0.9);
  }

  .xxl\:text-indigo-300\/95{
    color: rgb(165 180 252 / 0.95);
  }

  .xxl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-400\/0{
    color: rgb(129 140 248 / 0);
  }

  .xxl\:text-indigo-400\/10{
    color: rgb(129 140 248 / 0.1);
  }

  .xxl\:text-indigo-400\/100{
    color: rgb(129 140 248 / 1);
  }

  .xxl\:text-indigo-400\/15{
    color: rgb(129 140 248 / 0.15);
  }

  .xxl\:text-indigo-400\/20{
    color: rgb(129 140 248 / 0.2);
  }

  .xxl\:text-indigo-400\/25{
    color: rgb(129 140 248 / 0.25);
  }

  .xxl\:text-indigo-400\/30{
    color: rgb(129 140 248 / 0.3);
  }

  .xxl\:text-indigo-400\/35{
    color: rgb(129 140 248 / 0.35);
  }

  .xxl\:text-indigo-400\/40{
    color: rgb(129 140 248 / 0.4);
  }

  .xxl\:text-indigo-400\/45{
    color: rgb(129 140 248 / 0.45);
  }

  .xxl\:text-indigo-400\/5{
    color: rgb(129 140 248 / 0.05);
  }

  .xxl\:text-indigo-400\/50{
    color: rgb(129 140 248 / 0.5);
  }

  .xxl\:text-indigo-400\/55{
    color: rgb(129 140 248 / 0.55);
  }

  .xxl\:text-indigo-400\/60{
    color: rgb(129 140 248 / 0.6);
  }

  .xxl\:text-indigo-400\/65{
    color: rgb(129 140 248 / 0.65);
  }

  .xxl\:text-indigo-400\/70{
    color: rgb(129 140 248 / 0.7);
  }

  .xxl\:text-indigo-400\/75{
    color: rgb(129 140 248 / 0.75);
  }

  .xxl\:text-indigo-400\/80{
    color: rgb(129 140 248 / 0.8);
  }

  .xxl\:text-indigo-400\/85{
    color: rgb(129 140 248 / 0.85);
  }

  .xxl\:text-indigo-400\/90{
    color: rgb(129 140 248 / 0.9);
  }

  .xxl\:text-indigo-400\/95{
    color: rgb(129 140 248 / 0.95);
  }

  .xxl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-50\/0{
    color: rgb(238 242 255 / 0);
  }

  .xxl\:text-indigo-50\/10{
    color: rgb(238 242 255 / 0.1);
  }

  .xxl\:text-indigo-50\/100{
    color: rgb(238 242 255 / 1);
  }

  .xxl\:text-indigo-50\/15{
    color: rgb(238 242 255 / 0.15);
  }

  .xxl\:text-indigo-50\/20{
    color: rgb(238 242 255 / 0.2);
  }

  .xxl\:text-indigo-50\/25{
    color: rgb(238 242 255 / 0.25);
  }

  .xxl\:text-indigo-50\/30{
    color: rgb(238 242 255 / 0.3);
  }

  .xxl\:text-indigo-50\/35{
    color: rgb(238 242 255 / 0.35);
  }

  .xxl\:text-indigo-50\/40{
    color: rgb(238 242 255 / 0.4);
  }

  .xxl\:text-indigo-50\/45{
    color: rgb(238 242 255 / 0.45);
  }

  .xxl\:text-indigo-50\/5{
    color: rgb(238 242 255 / 0.05);
  }

  .xxl\:text-indigo-50\/50{
    color: rgb(238 242 255 / 0.5);
  }

  .xxl\:text-indigo-50\/55{
    color: rgb(238 242 255 / 0.55);
  }

  .xxl\:text-indigo-50\/60{
    color: rgb(238 242 255 / 0.6);
  }

  .xxl\:text-indigo-50\/65{
    color: rgb(238 242 255 / 0.65);
  }

  .xxl\:text-indigo-50\/70{
    color: rgb(238 242 255 / 0.7);
  }

  .xxl\:text-indigo-50\/75{
    color: rgb(238 242 255 / 0.75);
  }

  .xxl\:text-indigo-50\/80{
    color: rgb(238 242 255 / 0.8);
  }

  .xxl\:text-indigo-50\/85{
    color: rgb(238 242 255 / 0.85);
  }

  .xxl\:text-indigo-50\/90{
    color: rgb(238 242 255 / 0.9);
  }

  .xxl\:text-indigo-50\/95{
    color: rgb(238 242 255 / 0.95);
  }

  .xxl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-500\/0{
    color: rgb(99 102 241 / 0);
  }

  .xxl\:text-indigo-500\/10{
    color: rgb(99 102 241 / 0.1);
  }

  .xxl\:text-indigo-500\/100{
    color: rgb(99 102 241 / 1);
  }

  .xxl\:text-indigo-500\/15{
    color: rgb(99 102 241 / 0.15);
  }

  .xxl\:text-indigo-500\/20{
    color: rgb(99 102 241 / 0.2);
  }

  .xxl\:text-indigo-500\/25{
    color: rgb(99 102 241 / 0.25);
  }

  .xxl\:text-indigo-500\/30{
    color: rgb(99 102 241 / 0.3);
  }

  .xxl\:text-indigo-500\/35{
    color: rgb(99 102 241 / 0.35);
  }

  .xxl\:text-indigo-500\/40{
    color: rgb(99 102 241 / 0.4);
  }

  .xxl\:text-indigo-500\/45{
    color: rgb(99 102 241 / 0.45);
  }

  .xxl\:text-indigo-500\/5{
    color: rgb(99 102 241 / 0.05);
  }

  .xxl\:text-indigo-500\/50{
    color: rgb(99 102 241 / 0.5);
  }

  .xxl\:text-indigo-500\/55{
    color: rgb(99 102 241 / 0.55);
  }

  .xxl\:text-indigo-500\/60{
    color: rgb(99 102 241 / 0.6);
  }

  .xxl\:text-indigo-500\/65{
    color: rgb(99 102 241 / 0.65);
  }

  .xxl\:text-indigo-500\/70{
    color: rgb(99 102 241 / 0.7);
  }

  .xxl\:text-indigo-500\/75{
    color: rgb(99 102 241 / 0.75);
  }

  .xxl\:text-indigo-500\/80{
    color: rgb(99 102 241 / 0.8);
  }

  .xxl\:text-indigo-500\/85{
    color: rgb(99 102 241 / 0.85);
  }

  .xxl\:text-indigo-500\/90{
    color: rgb(99 102 241 / 0.9);
  }

  .xxl\:text-indigo-500\/95{
    color: rgb(99 102 241 / 0.95);
  }

  .xxl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-600\/0{
    color: rgb(79 70 229 / 0);
  }

  .xxl\:text-indigo-600\/10{
    color: rgb(79 70 229 / 0.1);
  }

  .xxl\:text-indigo-600\/100{
    color: rgb(79 70 229 / 1);
  }

  .xxl\:text-indigo-600\/15{
    color: rgb(79 70 229 / 0.15);
  }

  .xxl\:text-indigo-600\/20{
    color: rgb(79 70 229 / 0.2);
  }

  .xxl\:text-indigo-600\/25{
    color: rgb(79 70 229 / 0.25);
  }

  .xxl\:text-indigo-600\/30{
    color: rgb(79 70 229 / 0.3);
  }

  .xxl\:text-indigo-600\/35{
    color: rgb(79 70 229 / 0.35);
  }

  .xxl\:text-indigo-600\/40{
    color: rgb(79 70 229 / 0.4);
  }

  .xxl\:text-indigo-600\/45{
    color: rgb(79 70 229 / 0.45);
  }

  .xxl\:text-indigo-600\/5{
    color: rgb(79 70 229 / 0.05);
  }

  .xxl\:text-indigo-600\/50{
    color: rgb(79 70 229 / 0.5);
  }

  .xxl\:text-indigo-600\/55{
    color: rgb(79 70 229 / 0.55);
  }

  .xxl\:text-indigo-600\/60{
    color: rgb(79 70 229 / 0.6);
  }

  .xxl\:text-indigo-600\/65{
    color: rgb(79 70 229 / 0.65);
  }

  .xxl\:text-indigo-600\/70{
    color: rgb(79 70 229 / 0.7);
  }

  .xxl\:text-indigo-600\/75{
    color: rgb(79 70 229 / 0.75);
  }

  .xxl\:text-indigo-600\/80{
    color: rgb(79 70 229 / 0.8);
  }

  .xxl\:text-indigo-600\/85{
    color: rgb(79 70 229 / 0.85);
  }

  .xxl\:text-indigo-600\/90{
    color: rgb(79 70 229 / 0.9);
  }

  .xxl\:text-indigo-600\/95{
    color: rgb(79 70 229 / 0.95);
  }

  .xxl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-700\/0{
    color: rgb(67 56 202 / 0);
  }

  .xxl\:text-indigo-700\/10{
    color: rgb(67 56 202 / 0.1);
  }

  .xxl\:text-indigo-700\/100{
    color: rgb(67 56 202 / 1);
  }

  .xxl\:text-indigo-700\/15{
    color: rgb(67 56 202 / 0.15);
  }

  .xxl\:text-indigo-700\/20{
    color: rgb(67 56 202 / 0.2);
  }

  .xxl\:text-indigo-700\/25{
    color: rgb(67 56 202 / 0.25);
  }

  .xxl\:text-indigo-700\/30{
    color: rgb(67 56 202 / 0.3);
  }

  .xxl\:text-indigo-700\/35{
    color: rgb(67 56 202 / 0.35);
  }

  .xxl\:text-indigo-700\/40{
    color: rgb(67 56 202 / 0.4);
  }

  .xxl\:text-indigo-700\/45{
    color: rgb(67 56 202 / 0.45);
  }

  .xxl\:text-indigo-700\/5{
    color: rgb(67 56 202 / 0.05);
  }

  .xxl\:text-indigo-700\/50{
    color: rgb(67 56 202 / 0.5);
  }

  .xxl\:text-indigo-700\/55{
    color: rgb(67 56 202 / 0.55);
  }

  .xxl\:text-indigo-700\/60{
    color: rgb(67 56 202 / 0.6);
  }

  .xxl\:text-indigo-700\/65{
    color: rgb(67 56 202 / 0.65);
  }

  .xxl\:text-indigo-700\/70{
    color: rgb(67 56 202 / 0.7);
  }

  .xxl\:text-indigo-700\/75{
    color: rgb(67 56 202 / 0.75);
  }

  .xxl\:text-indigo-700\/80{
    color: rgb(67 56 202 / 0.8);
  }

  .xxl\:text-indigo-700\/85{
    color: rgb(67 56 202 / 0.85);
  }

  .xxl\:text-indigo-700\/90{
    color: rgb(67 56 202 / 0.9);
  }

  .xxl\:text-indigo-700\/95{
    color: rgb(67 56 202 / 0.95);
  }

  .xxl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-800\/0{
    color: rgb(55 48 163 / 0);
  }

  .xxl\:text-indigo-800\/10{
    color: rgb(55 48 163 / 0.1);
  }

  .xxl\:text-indigo-800\/100{
    color: rgb(55 48 163 / 1);
  }

  .xxl\:text-indigo-800\/15{
    color: rgb(55 48 163 / 0.15);
  }

  .xxl\:text-indigo-800\/20{
    color: rgb(55 48 163 / 0.2);
  }

  .xxl\:text-indigo-800\/25{
    color: rgb(55 48 163 / 0.25);
  }

  .xxl\:text-indigo-800\/30{
    color: rgb(55 48 163 / 0.3);
  }

  .xxl\:text-indigo-800\/35{
    color: rgb(55 48 163 / 0.35);
  }

  .xxl\:text-indigo-800\/40{
    color: rgb(55 48 163 / 0.4);
  }

  .xxl\:text-indigo-800\/45{
    color: rgb(55 48 163 / 0.45);
  }

  .xxl\:text-indigo-800\/5{
    color: rgb(55 48 163 / 0.05);
  }

  .xxl\:text-indigo-800\/50{
    color: rgb(55 48 163 / 0.5);
  }

  .xxl\:text-indigo-800\/55{
    color: rgb(55 48 163 / 0.55);
  }

  .xxl\:text-indigo-800\/60{
    color: rgb(55 48 163 / 0.6);
  }

  .xxl\:text-indigo-800\/65{
    color: rgb(55 48 163 / 0.65);
  }

  .xxl\:text-indigo-800\/70{
    color: rgb(55 48 163 / 0.7);
  }

  .xxl\:text-indigo-800\/75{
    color: rgb(55 48 163 / 0.75);
  }

  .xxl\:text-indigo-800\/80{
    color: rgb(55 48 163 / 0.8);
  }

  .xxl\:text-indigo-800\/85{
    color: rgb(55 48 163 / 0.85);
  }

  .xxl\:text-indigo-800\/90{
    color: rgb(55 48 163 / 0.9);
  }

  .xxl\:text-indigo-800\/95{
    color: rgb(55 48 163 / 0.95);
  }

  .xxl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgb(49 46 129 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-900\/0{
    color: rgb(49 46 129 / 0);
  }

  .xxl\:text-indigo-900\/10{
    color: rgb(49 46 129 / 0.1);
  }

  .xxl\:text-indigo-900\/100{
    color: rgb(49 46 129 / 1);
  }

  .xxl\:text-indigo-900\/15{
    color: rgb(49 46 129 / 0.15);
  }

  .xxl\:text-indigo-900\/20{
    color: rgb(49 46 129 / 0.2);
  }

  .xxl\:text-indigo-900\/25{
    color: rgb(49 46 129 / 0.25);
  }

  .xxl\:text-indigo-900\/30{
    color: rgb(49 46 129 / 0.3);
  }

  .xxl\:text-indigo-900\/35{
    color: rgb(49 46 129 / 0.35);
  }

  .xxl\:text-indigo-900\/40{
    color: rgb(49 46 129 / 0.4);
  }

  .xxl\:text-indigo-900\/45{
    color: rgb(49 46 129 / 0.45);
  }

  .xxl\:text-indigo-900\/5{
    color: rgb(49 46 129 / 0.05);
  }

  .xxl\:text-indigo-900\/50{
    color: rgb(49 46 129 / 0.5);
  }

  .xxl\:text-indigo-900\/55{
    color: rgb(49 46 129 / 0.55);
  }

  .xxl\:text-indigo-900\/60{
    color: rgb(49 46 129 / 0.6);
  }

  .xxl\:text-indigo-900\/65{
    color: rgb(49 46 129 / 0.65);
  }

  .xxl\:text-indigo-900\/70{
    color: rgb(49 46 129 / 0.7);
  }

  .xxl\:text-indigo-900\/75{
    color: rgb(49 46 129 / 0.75);
  }

  .xxl\:text-indigo-900\/80{
    color: rgb(49 46 129 / 0.8);
  }

  .xxl\:text-indigo-900\/85{
    color: rgb(49 46 129 / 0.85);
  }

  .xxl\:text-indigo-900\/90{
    color: rgb(49 46 129 / 0.9);
  }

  .xxl\:text-indigo-900\/95{
    color: rgb(49 46 129 / 0.95);
  }

  .xxl\:text-indigo-950{
    --tw-text-opacity: 1;
    color: rgb(30 27 75 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-indigo-950\/0{
    color: rgb(30 27 75 / 0);
  }

  .xxl\:text-indigo-950\/10{
    color: rgb(30 27 75 / 0.1);
  }

  .xxl\:text-indigo-950\/100{
    color: rgb(30 27 75 / 1);
  }

  .xxl\:text-indigo-950\/15{
    color: rgb(30 27 75 / 0.15);
  }

  .xxl\:text-indigo-950\/20{
    color: rgb(30 27 75 / 0.2);
  }

  .xxl\:text-indigo-950\/25{
    color: rgb(30 27 75 / 0.25);
  }

  .xxl\:text-indigo-950\/30{
    color: rgb(30 27 75 / 0.3);
  }

  .xxl\:text-indigo-950\/35{
    color: rgb(30 27 75 / 0.35);
  }

  .xxl\:text-indigo-950\/40{
    color: rgb(30 27 75 / 0.4);
  }

  .xxl\:text-indigo-950\/45{
    color: rgb(30 27 75 / 0.45);
  }

  .xxl\:text-indigo-950\/5{
    color: rgb(30 27 75 / 0.05);
  }

  .xxl\:text-indigo-950\/50{
    color: rgb(30 27 75 / 0.5);
  }

  .xxl\:text-indigo-950\/55{
    color: rgb(30 27 75 / 0.55);
  }

  .xxl\:text-indigo-950\/60{
    color: rgb(30 27 75 / 0.6);
  }

  .xxl\:text-indigo-950\/65{
    color: rgb(30 27 75 / 0.65);
  }

  .xxl\:text-indigo-950\/70{
    color: rgb(30 27 75 / 0.7);
  }

  .xxl\:text-indigo-950\/75{
    color: rgb(30 27 75 / 0.75);
  }

  .xxl\:text-indigo-950\/80{
    color: rgb(30 27 75 / 0.8);
  }

  .xxl\:text-indigo-950\/85{
    color: rgb(30 27 75 / 0.85);
  }

  .xxl\:text-indigo-950\/90{
    color: rgb(30 27 75 / 0.9);
  }

  .xxl\:text-indigo-950\/95{
    color: rgb(30 27 75 / 0.95);
  }

  .xxl\:text-inherit{
    color: inherit;
  }

  .xxl\:text-lime-100{
    --tw-text-opacity: 1;
    color: rgb(236 252 203 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-100\/0{
    color: rgb(236 252 203 / 0);
  }

  .xxl\:text-lime-100\/10{
    color: rgb(236 252 203 / 0.1);
  }

  .xxl\:text-lime-100\/100{
    color: rgb(236 252 203 / 1);
  }

  .xxl\:text-lime-100\/15{
    color: rgb(236 252 203 / 0.15);
  }

  .xxl\:text-lime-100\/20{
    color: rgb(236 252 203 / 0.2);
  }

  .xxl\:text-lime-100\/25{
    color: rgb(236 252 203 / 0.25);
  }

  .xxl\:text-lime-100\/30{
    color: rgb(236 252 203 / 0.3);
  }

  .xxl\:text-lime-100\/35{
    color: rgb(236 252 203 / 0.35);
  }

  .xxl\:text-lime-100\/40{
    color: rgb(236 252 203 / 0.4);
  }

  .xxl\:text-lime-100\/45{
    color: rgb(236 252 203 / 0.45);
  }

  .xxl\:text-lime-100\/5{
    color: rgb(236 252 203 / 0.05);
  }

  .xxl\:text-lime-100\/50{
    color: rgb(236 252 203 / 0.5);
  }

  .xxl\:text-lime-100\/55{
    color: rgb(236 252 203 / 0.55);
  }

  .xxl\:text-lime-100\/60{
    color: rgb(236 252 203 / 0.6);
  }

  .xxl\:text-lime-100\/65{
    color: rgb(236 252 203 / 0.65);
  }

  .xxl\:text-lime-100\/70{
    color: rgb(236 252 203 / 0.7);
  }

  .xxl\:text-lime-100\/75{
    color: rgb(236 252 203 / 0.75);
  }

  .xxl\:text-lime-100\/80{
    color: rgb(236 252 203 / 0.8);
  }

  .xxl\:text-lime-100\/85{
    color: rgb(236 252 203 / 0.85);
  }

  .xxl\:text-lime-100\/90{
    color: rgb(236 252 203 / 0.9);
  }

  .xxl\:text-lime-100\/95{
    color: rgb(236 252 203 / 0.95);
  }

  .xxl\:text-lime-200{
    --tw-text-opacity: 1;
    color: rgb(217 249 157 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-200\/0{
    color: rgb(217 249 157 / 0);
  }

  .xxl\:text-lime-200\/10{
    color: rgb(217 249 157 / 0.1);
  }

  .xxl\:text-lime-200\/100{
    color: rgb(217 249 157 / 1);
  }

  .xxl\:text-lime-200\/15{
    color: rgb(217 249 157 / 0.15);
  }

  .xxl\:text-lime-200\/20{
    color: rgb(217 249 157 / 0.2);
  }

  .xxl\:text-lime-200\/25{
    color: rgb(217 249 157 / 0.25);
  }

  .xxl\:text-lime-200\/30{
    color: rgb(217 249 157 / 0.3);
  }

  .xxl\:text-lime-200\/35{
    color: rgb(217 249 157 / 0.35);
  }

  .xxl\:text-lime-200\/40{
    color: rgb(217 249 157 / 0.4);
  }

  .xxl\:text-lime-200\/45{
    color: rgb(217 249 157 / 0.45);
  }

  .xxl\:text-lime-200\/5{
    color: rgb(217 249 157 / 0.05);
  }

  .xxl\:text-lime-200\/50{
    color: rgb(217 249 157 / 0.5);
  }

  .xxl\:text-lime-200\/55{
    color: rgb(217 249 157 / 0.55);
  }

  .xxl\:text-lime-200\/60{
    color: rgb(217 249 157 / 0.6);
  }

  .xxl\:text-lime-200\/65{
    color: rgb(217 249 157 / 0.65);
  }

  .xxl\:text-lime-200\/70{
    color: rgb(217 249 157 / 0.7);
  }

  .xxl\:text-lime-200\/75{
    color: rgb(217 249 157 / 0.75);
  }

  .xxl\:text-lime-200\/80{
    color: rgb(217 249 157 / 0.8);
  }

  .xxl\:text-lime-200\/85{
    color: rgb(217 249 157 / 0.85);
  }

  .xxl\:text-lime-200\/90{
    color: rgb(217 249 157 / 0.9);
  }

  .xxl\:text-lime-200\/95{
    color: rgb(217 249 157 / 0.95);
  }

  .xxl\:text-lime-300{
    --tw-text-opacity: 1;
    color: rgb(190 242 100 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-300\/0{
    color: rgb(190 242 100 / 0);
  }

  .xxl\:text-lime-300\/10{
    color: rgb(190 242 100 / 0.1);
  }

  .xxl\:text-lime-300\/100{
    color: rgb(190 242 100 / 1);
  }

  .xxl\:text-lime-300\/15{
    color: rgb(190 242 100 / 0.15);
  }

  .xxl\:text-lime-300\/20{
    color: rgb(190 242 100 / 0.2);
  }

  .xxl\:text-lime-300\/25{
    color: rgb(190 242 100 / 0.25);
  }

  .xxl\:text-lime-300\/30{
    color: rgb(190 242 100 / 0.3);
  }

  .xxl\:text-lime-300\/35{
    color: rgb(190 242 100 / 0.35);
  }

  .xxl\:text-lime-300\/40{
    color: rgb(190 242 100 / 0.4);
  }

  .xxl\:text-lime-300\/45{
    color: rgb(190 242 100 / 0.45);
  }

  .xxl\:text-lime-300\/5{
    color: rgb(190 242 100 / 0.05);
  }

  .xxl\:text-lime-300\/50{
    color: rgb(190 242 100 / 0.5);
  }

  .xxl\:text-lime-300\/55{
    color: rgb(190 242 100 / 0.55);
  }

  .xxl\:text-lime-300\/60{
    color: rgb(190 242 100 / 0.6);
  }

  .xxl\:text-lime-300\/65{
    color: rgb(190 242 100 / 0.65);
  }

  .xxl\:text-lime-300\/70{
    color: rgb(190 242 100 / 0.7);
  }

  .xxl\:text-lime-300\/75{
    color: rgb(190 242 100 / 0.75);
  }

  .xxl\:text-lime-300\/80{
    color: rgb(190 242 100 / 0.8);
  }

  .xxl\:text-lime-300\/85{
    color: rgb(190 242 100 / 0.85);
  }

  .xxl\:text-lime-300\/90{
    color: rgb(190 242 100 / 0.9);
  }

  .xxl\:text-lime-300\/95{
    color: rgb(190 242 100 / 0.95);
  }

  .xxl\:text-lime-400{
    --tw-text-opacity: 1;
    color: rgb(163 230 53 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-400\/0{
    color: rgb(163 230 53 / 0);
  }

  .xxl\:text-lime-400\/10{
    color: rgb(163 230 53 / 0.1);
  }

  .xxl\:text-lime-400\/100{
    color: rgb(163 230 53 / 1);
  }

  .xxl\:text-lime-400\/15{
    color: rgb(163 230 53 / 0.15);
  }

  .xxl\:text-lime-400\/20{
    color: rgb(163 230 53 / 0.2);
  }

  .xxl\:text-lime-400\/25{
    color: rgb(163 230 53 / 0.25);
  }

  .xxl\:text-lime-400\/30{
    color: rgb(163 230 53 / 0.3);
  }

  .xxl\:text-lime-400\/35{
    color: rgb(163 230 53 / 0.35);
  }

  .xxl\:text-lime-400\/40{
    color: rgb(163 230 53 / 0.4);
  }

  .xxl\:text-lime-400\/45{
    color: rgb(163 230 53 / 0.45);
  }

  .xxl\:text-lime-400\/5{
    color: rgb(163 230 53 / 0.05);
  }

  .xxl\:text-lime-400\/50{
    color: rgb(163 230 53 / 0.5);
  }

  .xxl\:text-lime-400\/55{
    color: rgb(163 230 53 / 0.55);
  }

  .xxl\:text-lime-400\/60{
    color: rgb(163 230 53 / 0.6);
  }

  .xxl\:text-lime-400\/65{
    color: rgb(163 230 53 / 0.65);
  }

  .xxl\:text-lime-400\/70{
    color: rgb(163 230 53 / 0.7);
  }

  .xxl\:text-lime-400\/75{
    color: rgb(163 230 53 / 0.75);
  }

  .xxl\:text-lime-400\/80{
    color: rgb(163 230 53 / 0.8);
  }

  .xxl\:text-lime-400\/85{
    color: rgb(163 230 53 / 0.85);
  }

  .xxl\:text-lime-400\/90{
    color: rgb(163 230 53 / 0.9);
  }

  .xxl\:text-lime-400\/95{
    color: rgb(163 230 53 / 0.95);
  }

  .xxl\:text-lime-50{
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-50\/0{
    color: rgb(247 254 231 / 0);
  }

  .xxl\:text-lime-50\/10{
    color: rgb(247 254 231 / 0.1);
  }

  .xxl\:text-lime-50\/100{
    color: rgb(247 254 231 / 1);
  }

  .xxl\:text-lime-50\/15{
    color: rgb(247 254 231 / 0.15);
  }

  .xxl\:text-lime-50\/20{
    color: rgb(247 254 231 / 0.2);
  }

  .xxl\:text-lime-50\/25{
    color: rgb(247 254 231 / 0.25);
  }

  .xxl\:text-lime-50\/30{
    color: rgb(247 254 231 / 0.3);
  }

  .xxl\:text-lime-50\/35{
    color: rgb(247 254 231 / 0.35);
  }

  .xxl\:text-lime-50\/40{
    color: rgb(247 254 231 / 0.4);
  }

  .xxl\:text-lime-50\/45{
    color: rgb(247 254 231 / 0.45);
  }

  .xxl\:text-lime-50\/5{
    color: rgb(247 254 231 / 0.05);
  }

  .xxl\:text-lime-50\/50{
    color: rgb(247 254 231 / 0.5);
  }

  .xxl\:text-lime-50\/55{
    color: rgb(247 254 231 / 0.55);
  }

  .xxl\:text-lime-50\/60{
    color: rgb(247 254 231 / 0.6);
  }

  .xxl\:text-lime-50\/65{
    color: rgb(247 254 231 / 0.65);
  }

  .xxl\:text-lime-50\/70{
    color: rgb(247 254 231 / 0.7);
  }

  .xxl\:text-lime-50\/75{
    color: rgb(247 254 231 / 0.75);
  }

  .xxl\:text-lime-50\/80{
    color: rgb(247 254 231 / 0.8);
  }

  .xxl\:text-lime-50\/85{
    color: rgb(247 254 231 / 0.85);
  }

  .xxl\:text-lime-50\/90{
    color: rgb(247 254 231 / 0.9);
  }

  .xxl\:text-lime-50\/95{
    color: rgb(247 254 231 / 0.95);
  }

  .xxl\:text-lime-500{
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-500\/0{
    color: rgb(132 204 22 / 0);
  }

  .xxl\:text-lime-500\/10{
    color: rgb(132 204 22 / 0.1);
  }

  .xxl\:text-lime-500\/100{
    color: rgb(132 204 22 / 1);
  }

  .xxl\:text-lime-500\/15{
    color: rgb(132 204 22 / 0.15);
  }

  .xxl\:text-lime-500\/20{
    color: rgb(132 204 22 / 0.2);
  }

  .xxl\:text-lime-500\/25{
    color: rgb(132 204 22 / 0.25);
  }

  .xxl\:text-lime-500\/30{
    color: rgb(132 204 22 / 0.3);
  }

  .xxl\:text-lime-500\/35{
    color: rgb(132 204 22 / 0.35);
  }

  .xxl\:text-lime-500\/40{
    color: rgb(132 204 22 / 0.4);
  }

  .xxl\:text-lime-500\/45{
    color: rgb(132 204 22 / 0.45);
  }

  .xxl\:text-lime-500\/5{
    color: rgb(132 204 22 / 0.05);
  }

  .xxl\:text-lime-500\/50{
    color: rgb(132 204 22 / 0.5);
  }

  .xxl\:text-lime-500\/55{
    color: rgb(132 204 22 / 0.55);
  }

  .xxl\:text-lime-500\/60{
    color: rgb(132 204 22 / 0.6);
  }

  .xxl\:text-lime-500\/65{
    color: rgb(132 204 22 / 0.65);
  }

  .xxl\:text-lime-500\/70{
    color: rgb(132 204 22 / 0.7);
  }

  .xxl\:text-lime-500\/75{
    color: rgb(132 204 22 / 0.75);
  }

  .xxl\:text-lime-500\/80{
    color: rgb(132 204 22 / 0.8);
  }

  .xxl\:text-lime-500\/85{
    color: rgb(132 204 22 / 0.85);
  }

  .xxl\:text-lime-500\/90{
    color: rgb(132 204 22 / 0.9);
  }

  .xxl\:text-lime-500\/95{
    color: rgb(132 204 22 / 0.95);
  }

  .xxl\:text-lime-600{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-600\/0{
    color: rgb(101 163 13 / 0);
  }

  .xxl\:text-lime-600\/10{
    color: rgb(101 163 13 / 0.1);
  }

  .xxl\:text-lime-600\/100{
    color: rgb(101 163 13 / 1);
  }

  .xxl\:text-lime-600\/15{
    color: rgb(101 163 13 / 0.15);
  }

  .xxl\:text-lime-600\/20{
    color: rgb(101 163 13 / 0.2);
  }

  .xxl\:text-lime-600\/25{
    color: rgb(101 163 13 / 0.25);
  }

  .xxl\:text-lime-600\/30{
    color: rgb(101 163 13 / 0.3);
  }

  .xxl\:text-lime-600\/35{
    color: rgb(101 163 13 / 0.35);
  }

  .xxl\:text-lime-600\/40{
    color: rgb(101 163 13 / 0.4);
  }

  .xxl\:text-lime-600\/45{
    color: rgb(101 163 13 / 0.45);
  }

  .xxl\:text-lime-600\/5{
    color: rgb(101 163 13 / 0.05);
  }

  .xxl\:text-lime-600\/50{
    color: rgb(101 163 13 / 0.5);
  }

  .xxl\:text-lime-600\/55{
    color: rgb(101 163 13 / 0.55);
  }

  .xxl\:text-lime-600\/60{
    color: rgb(101 163 13 / 0.6);
  }

  .xxl\:text-lime-600\/65{
    color: rgb(101 163 13 / 0.65);
  }

  .xxl\:text-lime-600\/70{
    color: rgb(101 163 13 / 0.7);
  }

  .xxl\:text-lime-600\/75{
    color: rgb(101 163 13 / 0.75);
  }

  .xxl\:text-lime-600\/80{
    color: rgb(101 163 13 / 0.8);
  }

  .xxl\:text-lime-600\/85{
    color: rgb(101 163 13 / 0.85);
  }

  .xxl\:text-lime-600\/90{
    color: rgb(101 163 13 / 0.9);
  }

  .xxl\:text-lime-600\/95{
    color: rgb(101 163 13 / 0.95);
  }

  .xxl\:text-lime-700{
    --tw-text-opacity: 1;
    color: rgb(77 124 15 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-700\/0{
    color: rgb(77 124 15 / 0);
  }

  .xxl\:text-lime-700\/10{
    color: rgb(77 124 15 / 0.1);
  }

  .xxl\:text-lime-700\/100{
    color: rgb(77 124 15 / 1);
  }

  .xxl\:text-lime-700\/15{
    color: rgb(77 124 15 / 0.15);
  }

  .xxl\:text-lime-700\/20{
    color: rgb(77 124 15 / 0.2);
  }

  .xxl\:text-lime-700\/25{
    color: rgb(77 124 15 / 0.25);
  }

  .xxl\:text-lime-700\/30{
    color: rgb(77 124 15 / 0.3);
  }

  .xxl\:text-lime-700\/35{
    color: rgb(77 124 15 / 0.35);
  }

  .xxl\:text-lime-700\/40{
    color: rgb(77 124 15 / 0.4);
  }

  .xxl\:text-lime-700\/45{
    color: rgb(77 124 15 / 0.45);
  }

  .xxl\:text-lime-700\/5{
    color: rgb(77 124 15 / 0.05);
  }

  .xxl\:text-lime-700\/50{
    color: rgb(77 124 15 / 0.5);
  }

  .xxl\:text-lime-700\/55{
    color: rgb(77 124 15 / 0.55);
  }

  .xxl\:text-lime-700\/60{
    color: rgb(77 124 15 / 0.6);
  }

  .xxl\:text-lime-700\/65{
    color: rgb(77 124 15 / 0.65);
  }

  .xxl\:text-lime-700\/70{
    color: rgb(77 124 15 / 0.7);
  }

  .xxl\:text-lime-700\/75{
    color: rgb(77 124 15 / 0.75);
  }

  .xxl\:text-lime-700\/80{
    color: rgb(77 124 15 / 0.8);
  }

  .xxl\:text-lime-700\/85{
    color: rgb(77 124 15 / 0.85);
  }

  .xxl\:text-lime-700\/90{
    color: rgb(77 124 15 / 0.9);
  }

  .xxl\:text-lime-700\/95{
    color: rgb(77 124 15 / 0.95);
  }

  .xxl\:text-lime-800{
    --tw-text-opacity: 1;
    color: rgb(63 98 18 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-800\/0{
    color: rgb(63 98 18 / 0);
  }

  .xxl\:text-lime-800\/10{
    color: rgb(63 98 18 / 0.1);
  }

  .xxl\:text-lime-800\/100{
    color: rgb(63 98 18 / 1);
  }

  .xxl\:text-lime-800\/15{
    color: rgb(63 98 18 / 0.15);
  }

  .xxl\:text-lime-800\/20{
    color: rgb(63 98 18 / 0.2);
  }

  .xxl\:text-lime-800\/25{
    color: rgb(63 98 18 / 0.25);
  }

  .xxl\:text-lime-800\/30{
    color: rgb(63 98 18 / 0.3);
  }

  .xxl\:text-lime-800\/35{
    color: rgb(63 98 18 / 0.35);
  }

  .xxl\:text-lime-800\/40{
    color: rgb(63 98 18 / 0.4);
  }

  .xxl\:text-lime-800\/45{
    color: rgb(63 98 18 / 0.45);
  }

  .xxl\:text-lime-800\/5{
    color: rgb(63 98 18 / 0.05);
  }

  .xxl\:text-lime-800\/50{
    color: rgb(63 98 18 / 0.5);
  }

  .xxl\:text-lime-800\/55{
    color: rgb(63 98 18 / 0.55);
  }

  .xxl\:text-lime-800\/60{
    color: rgb(63 98 18 / 0.6);
  }

  .xxl\:text-lime-800\/65{
    color: rgb(63 98 18 / 0.65);
  }

  .xxl\:text-lime-800\/70{
    color: rgb(63 98 18 / 0.7);
  }

  .xxl\:text-lime-800\/75{
    color: rgb(63 98 18 / 0.75);
  }

  .xxl\:text-lime-800\/80{
    color: rgb(63 98 18 / 0.8);
  }

  .xxl\:text-lime-800\/85{
    color: rgb(63 98 18 / 0.85);
  }

  .xxl\:text-lime-800\/90{
    color: rgb(63 98 18 / 0.9);
  }

  .xxl\:text-lime-800\/95{
    color: rgb(63 98 18 / 0.95);
  }

  .xxl\:text-lime-900{
    --tw-text-opacity: 1;
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-900\/0{
    color: rgb(54 83 20 / 0);
  }

  .xxl\:text-lime-900\/10{
    color: rgb(54 83 20 / 0.1);
  }

  .xxl\:text-lime-900\/100{
    color: rgb(54 83 20 / 1);
  }

  .xxl\:text-lime-900\/15{
    color: rgb(54 83 20 / 0.15);
  }

  .xxl\:text-lime-900\/20{
    color: rgb(54 83 20 / 0.2);
  }

  .xxl\:text-lime-900\/25{
    color: rgb(54 83 20 / 0.25);
  }

  .xxl\:text-lime-900\/30{
    color: rgb(54 83 20 / 0.3);
  }

  .xxl\:text-lime-900\/35{
    color: rgb(54 83 20 / 0.35);
  }

  .xxl\:text-lime-900\/40{
    color: rgb(54 83 20 / 0.4);
  }

  .xxl\:text-lime-900\/45{
    color: rgb(54 83 20 / 0.45);
  }

  .xxl\:text-lime-900\/5{
    color: rgb(54 83 20 / 0.05);
  }

  .xxl\:text-lime-900\/50{
    color: rgb(54 83 20 / 0.5);
  }

  .xxl\:text-lime-900\/55{
    color: rgb(54 83 20 / 0.55);
  }

  .xxl\:text-lime-900\/60{
    color: rgb(54 83 20 / 0.6);
  }

  .xxl\:text-lime-900\/65{
    color: rgb(54 83 20 / 0.65);
  }

  .xxl\:text-lime-900\/70{
    color: rgb(54 83 20 / 0.7);
  }

  .xxl\:text-lime-900\/75{
    color: rgb(54 83 20 / 0.75);
  }

  .xxl\:text-lime-900\/80{
    color: rgb(54 83 20 / 0.8);
  }

  .xxl\:text-lime-900\/85{
    color: rgb(54 83 20 / 0.85);
  }

  .xxl\:text-lime-900\/90{
    color: rgb(54 83 20 / 0.9);
  }

  .xxl\:text-lime-900\/95{
    color: rgb(54 83 20 / 0.95);
  }

  .xxl\:text-lime-950{
    --tw-text-opacity: 1;
    color: rgb(26 46 5 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-lime-950\/0{
    color: rgb(26 46 5 / 0);
  }

  .xxl\:text-lime-950\/10{
    color: rgb(26 46 5 / 0.1);
  }

  .xxl\:text-lime-950\/100{
    color: rgb(26 46 5 / 1);
  }

  .xxl\:text-lime-950\/15{
    color: rgb(26 46 5 / 0.15);
  }

  .xxl\:text-lime-950\/20{
    color: rgb(26 46 5 / 0.2);
  }

  .xxl\:text-lime-950\/25{
    color: rgb(26 46 5 / 0.25);
  }

  .xxl\:text-lime-950\/30{
    color: rgb(26 46 5 / 0.3);
  }

  .xxl\:text-lime-950\/35{
    color: rgb(26 46 5 / 0.35);
  }

  .xxl\:text-lime-950\/40{
    color: rgb(26 46 5 / 0.4);
  }

  .xxl\:text-lime-950\/45{
    color: rgb(26 46 5 / 0.45);
  }

  .xxl\:text-lime-950\/5{
    color: rgb(26 46 5 / 0.05);
  }

  .xxl\:text-lime-950\/50{
    color: rgb(26 46 5 / 0.5);
  }

  .xxl\:text-lime-950\/55{
    color: rgb(26 46 5 / 0.55);
  }

  .xxl\:text-lime-950\/60{
    color: rgb(26 46 5 / 0.6);
  }

  .xxl\:text-lime-950\/65{
    color: rgb(26 46 5 / 0.65);
  }

  .xxl\:text-lime-950\/70{
    color: rgb(26 46 5 / 0.7);
  }

  .xxl\:text-lime-950\/75{
    color: rgb(26 46 5 / 0.75);
  }

  .xxl\:text-lime-950\/80{
    color: rgb(26 46 5 / 0.8);
  }

  .xxl\:text-lime-950\/85{
    color: rgb(26 46 5 / 0.85);
  }

  .xxl\:text-lime-950\/90{
    color: rgb(26 46 5 / 0.9);
  }

  .xxl\:text-lime-950\/95{
    color: rgb(26 46 5 / 0.95);
  }

  .xxl\:text-neutral-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-100\/0{
    color: rgb(245 245 245 / 0);
  }

  .xxl\:text-neutral-100\/10{
    color: rgb(245 245 245 / 0.1);
  }

  .xxl\:text-neutral-100\/100{
    color: rgb(245 245 245 / 1);
  }

  .xxl\:text-neutral-100\/15{
    color: rgb(245 245 245 / 0.15);
  }

  .xxl\:text-neutral-100\/20{
    color: rgb(245 245 245 / 0.2);
  }

  .xxl\:text-neutral-100\/25{
    color: rgb(245 245 245 / 0.25);
  }

  .xxl\:text-neutral-100\/30{
    color: rgb(245 245 245 / 0.3);
  }

  .xxl\:text-neutral-100\/35{
    color: rgb(245 245 245 / 0.35);
  }

  .xxl\:text-neutral-100\/40{
    color: rgb(245 245 245 / 0.4);
  }

  .xxl\:text-neutral-100\/45{
    color: rgb(245 245 245 / 0.45);
  }

  .xxl\:text-neutral-100\/5{
    color: rgb(245 245 245 / 0.05);
  }

  .xxl\:text-neutral-100\/50{
    color: rgb(245 245 245 / 0.5);
  }

  .xxl\:text-neutral-100\/55{
    color: rgb(245 245 245 / 0.55);
  }

  .xxl\:text-neutral-100\/60{
    color: rgb(245 245 245 / 0.6);
  }

  .xxl\:text-neutral-100\/65{
    color: rgb(245 245 245 / 0.65);
  }

  .xxl\:text-neutral-100\/70{
    color: rgb(245 245 245 / 0.7);
  }

  .xxl\:text-neutral-100\/75{
    color: rgb(245 245 245 / 0.75);
  }

  .xxl\:text-neutral-100\/80{
    color: rgb(245 245 245 / 0.8);
  }

  .xxl\:text-neutral-100\/85{
    color: rgb(245 245 245 / 0.85);
  }

  .xxl\:text-neutral-100\/90{
    color: rgb(245 245 245 / 0.9);
  }

  .xxl\:text-neutral-100\/95{
    color: rgb(245 245 245 / 0.95);
  }

  .xxl\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-200\/0{
    color: rgb(229 229 229 / 0);
  }

  .xxl\:text-neutral-200\/10{
    color: rgb(229 229 229 / 0.1);
  }

  .xxl\:text-neutral-200\/100{
    color: rgb(229 229 229 / 1);
  }

  .xxl\:text-neutral-200\/15{
    color: rgb(229 229 229 / 0.15);
  }

  .xxl\:text-neutral-200\/20{
    color: rgb(229 229 229 / 0.2);
  }

  .xxl\:text-neutral-200\/25{
    color: rgb(229 229 229 / 0.25);
  }

  .xxl\:text-neutral-200\/30{
    color: rgb(229 229 229 / 0.3);
  }

  .xxl\:text-neutral-200\/35{
    color: rgb(229 229 229 / 0.35);
  }

  .xxl\:text-neutral-200\/40{
    color: rgb(229 229 229 / 0.4);
  }

  .xxl\:text-neutral-200\/45{
    color: rgb(229 229 229 / 0.45);
  }

  .xxl\:text-neutral-200\/5{
    color: rgb(229 229 229 / 0.05);
  }

  .xxl\:text-neutral-200\/50{
    color: rgb(229 229 229 / 0.5);
  }

  .xxl\:text-neutral-200\/55{
    color: rgb(229 229 229 / 0.55);
  }

  .xxl\:text-neutral-200\/60{
    color: rgb(229 229 229 / 0.6);
  }

  .xxl\:text-neutral-200\/65{
    color: rgb(229 229 229 / 0.65);
  }

  .xxl\:text-neutral-200\/70{
    color: rgb(229 229 229 / 0.7);
  }

  .xxl\:text-neutral-200\/75{
    color: rgb(229 229 229 / 0.75);
  }

  .xxl\:text-neutral-200\/80{
    color: rgb(229 229 229 / 0.8);
  }

  .xxl\:text-neutral-200\/85{
    color: rgb(229 229 229 / 0.85);
  }

  .xxl\:text-neutral-200\/90{
    color: rgb(229 229 229 / 0.9);
  }

  .xxl\:text-neutral-200\/95{
    color: rgb(229 229 229 / 0.95);
  }

  .xxl\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-300\/0{
    color: rgb(212 212 212 / 0);
  }

  .xxl\:text-neutral-300\/10{
    color: rgb(212 212 212 / 0.1);
  }

  .xxl\:text-neutral-300\/100{
    color: rgb(212 212 212 / 1);
  }

  .xxl\:text-neutral-300\/15{
    color: rgb(212 212 212 / 0.15);
  }

  .xxl\:text-neutral-300\/20{
    color: rgb(212 212 212 / 0.2);
  }

  .xxl\:text-neutral-300\/25{
    color: rgb(212 212 212 / 0.25);
  }

  .xxl\:text-neutral-300\/30{
    color: rgb(212 212 212 / 0.3);
  }

  .xxl\:text-neutral-300\/35{
    color: rgb(212 212 212 / 0.35);
  }

  .xxl\:text-neutral-300\/40{
    color: rgb(212 212 212 / 0.4);
  }

  .xxl\:text-neutral-300\/45{
    color: rgb(212 212 212 / 0.45);
  }

  .xxl\:text-neutral-300\/5{
    color: rgb(212 212 212 / 0.05);
  }

  .xxl\:text-neutral-300\/50{
    color: rgb(212 212 212 / 0.5);
  }

  .xxl\:text-neutral-300\/55{
    color: rgb(212 212 212 / 0.55);
  }

  .xxl\:text-neutral-300\/60{
    color: rgb(212 212 212 / 0.6);
  }

  .xxl\:text-neutral-300\/65{
    color: rgb(212 212 212 / 0.65);
  }

  .xxl\:text-neutral-300\/70{
    color: rgb(212 212 212 / 0.7);
  }

  .xxl\:text-neutral-300\/75{
    color: rgb(212 212 212 / 0.75);
  }

  .xxl\:text-neutral-300\/80{
    color: rgb(212 212 212 / 0.8);
  }

  .xxl\:text-neutral-300\/85{
    color: rgb(212 212 212 / 0.85);
  }

  .xxl\:text-neutral-300\/90{
    color: rgb(212 212 212 / 0.9);
  }

  .xxl\:text-neutral-300\/95{
    color: rgb(212 212 212 / 0.95);
  }

  .xxl\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-400\/0{
    color: rgb(163 163 163 / 0);
  }

  .xxl\:text-neutral-400\/10{
    color: rgb(163 163 163 / 0.1);
  }

  .xxl\:text-neutral-400\/100{
    color: rgb(163 163 163 / 1);
  }

  .xxl\:text-neutral-400\/15{
    color: rgb(163 163 163 / 0.15);
  }

  .xxl\:text-neutral-400\/20{
    color: rgb(163 163 163 / 0.2);
  }

  .xxl\:text-neutral-400\/25{
    color: rgb(163 163 163 / 0.25);
  }

  .xxl\:text-neutral-400\/30{
    color: rgb(163 163 163 / 0.3);
  }

  .xxl\:text-neutral-400\/35{
    color: rgb(163 163 163 / 0.35);
  }

  .xxl\:text-neutral-400\/40{
    color: rgb(163 163 163 / 0.4);
  }

  .xxl\:text-neutral-400\/45{
    color: rgb(163 163 163 / 0.45);
  }

  .xxl\:text-neutral-400\/5{
    color: rgb(163 163 163 / 0.05);
  }

  .xxl\:text-neutral-400\/50{
    color: rgb(163 163 163 / 0.5);
  }

  .xxl\:text-neutral-400\/55{
    color: rgb(163 163 163 / 0.55);
  }

  .xxl\:text-neutral-400\/60{
    color: rgb(163 163 163 / 0.6);
  }

  .xxl\:text-neutral-400\/65{
    color: rgb(163 163 163 / 0.65);
  }

  .xxl\:text-neutral-400\/70{
    color: rgb(163 163 163 / 0.7);
  }

  .xxl\:text-neutral-400\/75{
    color: rgb(163 163 163 / 0.75);
  }

  .xxl\:text-neutral-400\/80{
    color: rgb(163 163 163 / 0.8);
  }

  .xxl\:text-neutral-400\/85{
    color: rgb(163 163 163 / 0.85);
  }

  .xxl\:text-neutral-400\/90{
    color: rgb(163 163 163 / 0.9);
  }

  .xxl\:text-neutral-400\/95{
    color: rgb(163 163 163 / 0.95);
  }

  .xxl\:text-neutral-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .xxl\:text-neutral-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .xxl\:text-neutral-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .xxl\:text-neutral-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .xxl\:text-neutral-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .xxl\:text-neutral-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .xxl\:text-neutral-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .xxl\:text-neutral-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .xxl\:text-neutral-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .xxl\:text-neutral-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .xxl\:text-neutral-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .xxl\:text-neutral-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .xxl\:text-neutral-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .xxl\:text-neutral-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .xxl\:text-neutral-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .xxl\:text-neutral-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .xxl\:text-neutral-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .xxl\:text-neutral-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .xxl\:text-neutral-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .xxl\:text-neutral-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .xxl\:text-neutral-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .xxl\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-500\/0{
    color: rgb(115 115 115 / 0);
  }

  .xxl\:text-neutral-500\/10{
    color: rgb(115 115 115 / 0.1);
  }

  .xxl\:text-neutral-500\/100{
    color: rgb(115 115 115 / 1);
  }

  .xxl\:text-neutral-500\/15{
    color: rgb(115 115 115 / 0.15);
  }

  .xxl\:text-neutral-500\/20{
    color: rgb(115 115 115 / 0.2);
  }

  .xxl\:text-neutral-500\/25{
    color: rgb(115 115 115 / 0.25);
  }

  .xxl\:text-neutral-500\/30{
    color: rgb(115 115 115 / 0.3);
  }

  .xxl\:text-neutral-500\/35{
    color: rgb(115 115 115 / 0.35);
  }

  .xxl\:text-neutral-500\/40{
    color: rgb(115 115 115 / 0.4);
  }

  .xxl\:text-neutral-500\/45{
    color: rgb(115 115 115 / 0.45);
  }

  .xxl\:text-neutral-500\/5{
    color: rgb(115 115 115 / 0.05);
  }

  .xxl\:text-neutral-500\/50{
    color: rgb(115 115 115 / 0.5);
  }

  .xxl\:text-neutral-500\/55{
    color: rgb(115 115 115 / 0.55);
  }

  .xxl\:text-neutral-500\/60{
    color: rgb(115 115 115 / 0.6);
  }

  .xxl\:text-neutral-500\/65{
    color: rgb(115 115 115 / 0.65);
  }

  .xxl\:text-neutral-500\/70{
    color: rgb(115 115 115 / 0.7);
  }

  .xxl\:text-neutral-500\/75{
    color: rgb(115 115 115 / 0.75);
  }

  .xxl\:text-neutral-500\/80{
    color: rgb(115 115 115 / 0.8);
  }

  .xxl\:text-neutral-500\/85{
    color: rgb(115 115 115 / 0.85);
  }

  .xxl\:text-neutral-500\/90{
    color: rgb(115 115 115 / 0.9);
  }

  .xxl\:text-neutral-500\/95{
    color: rgb(115 115 115 / 0.95);
  }

  .xxl\:text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-600\/0{
    color: rgb(82 82 82 / 0);
  }

  .xxl\:text-neutral-600\/10{
    color: rgb(82 82 82 / 0.1);
  }

  .xxl\:text-neutral-600\/100{
    color: rgb(82 82 82 / 1);
  }

  .xxl\:text-neutral-600\/15{
    color: rgb(82 82 82 / 0.15);
  }

  .xxl\:text-neutral-600\/20{
    color: rgb(82 82 82 / 0.2);
  }

  .xxl\:text-neutral-600\/25{
    color: rgb(82 82 82 / 0.25);
  }

  .xxl\:text-neutral-600\/30{
    color: rgb(82 82 82 / 0.3);
  }

  .xxl\:text-neutral-600\/35{
    color: rgb(82 82 82 / 0.35);
  }

  .xxl\:text-neutral-600\/40{
    color: rgb(82 82 82 / 0.4);
  }

  .xxl\:text-neutral-600\/45{
    color: rgb(82 82 82 / 0.45);
  }

  .xxl\:text-neutral-600\/5{
    color: rgb(82 82 82 / 0.05);
  }

  .xxl\:text-neutral-600\/50{
    color: rgb(82 82 82 / 0.5);
  }

  .xxl\:text-neutral-600\/55{
    color: rgb(82 82 82 / 0.55);
  }

  .xxl\:text-neutral-600\/60{
    color: rgb(82 82 82 / 0.6);
  }

  .xxl\:text-neutral-600\/65{
    color: rgb(82 82 82 / 0.65);
  }

  .xxl\:text-neutral-600\/70{
    color: rgb(82 82 82 / 0.7);
  }

  .xxl\:text-neutral-600\/75{
    color: rgb(82 82 82 / 0.75);
  }

  .xxl\:text-neutral-600\/80{
    color: rgb(82 82 82 / 0.8);
  }

  .xxl\:text-neutral-600\/85{
    color: rgb(82 82 82 / 0.85);
  }

  .xxl\:text-neutral-600\/90{
    color: rgb(82 82 82 / 0.9);
  }

  .xxl\:text-neutral-600\/95{
    color: rgb(82 82 82 / 0.95);
  }

  .xxl\:text-neutral-700{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-700\/0{
    color: rgb(64 64 64 / 0);
  }

  .xxl\:text-neutral-700\/10{
    color: rgb(64 64 64 / 0.1);
  }

  .xxl\:text-neutral-700\/100{
    color: rgb(64 64 64 / 1);
  }

  .xxl\:text-neutral-700\/15{
    color: rgb(64 64 64 / 0.15);
  }

  .xxl\:text-neutral-700\/20{
    color: rgb(64 64 64 / 0.2);
  }

  .xxl\:text-neutral-700\/25{
    color: rgb(64 64 64 / 0.25);
  }

  .xxl\:text-neutral-700\/30{
    color: rgb(64 64 64 / 0.3);
  }

  .xxl\:text-neutral-700\/35{
    color: rgb(64 64 64 / 0.35);
  }

  .xxl\:text-neutral-700\/40{
    color: rgb(64 64 64 / 0.4);
  }

  .xxl\:text-neutral-700\/45{
    color: rgb(64 64 64 / 0.45);
  }

  .xxl\:text-neutral-700\/5{
    color: rgb(64 64 64 / 0.05);
  }

  .xxl\:text-neutral-700\/50{
    color: rgb(64 64 64 / 0.5);
  }

  .xxl\:text-neutral-700\/55{
    color: rgb(64 64 64 / 0.55);
  }

  .xxl\:text-neutral-700\/60{
    color: rgb(64 64 64 / 0.6);
  }

  .xxl\:text-neutral-700\/65{
    color: rgb(64 64 64 / 0.65);
  }

  .xxl\:text-neutral-700\/70{
    color: rgb(64 64 64 / 0.7);
  }

  .xxl\:text-neutral-700\/75{
    color: rgb(64 64 64 / 0.75);
  }

  .xxl\:text-neutral-700\/80{
    color: rgb(64 64 64 / 0.8);
  }

  .xxl\:text-neutral-700\/85{
    color: rgb(64 64 64 / 0.85);
  }

  .xxl\:text-neutral-700\/90{
    color: rgb(64 64 64 / 0.9);
  }

  .xxl\:text-neutral-700\/95{
    color: rgb(64 64 64 / 0.95);
  }

  .xxl\:text-neutral-800{
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-800\/0{
    color: rgb(38 38 38 / 0);
  }

  .xxl\:text-neutral-800\/10{
    color: rgb(38 38 38 / 0.1);
  }

  .xxl\:text-neutral-800\/100{
    color: rgb(38 38 38 / 1);
  }

  .xxl\:text-neutral-800\/15{
    color: rgb(38 38 38 / 0.15);
  }

  .xxl\:text-neutral-800\/20{
    color: rgb(38 38 38 / 0.2);
  }

  .xxl\:text-neutral-800\/25{
    color: rgb(38 38 38 / 0.25);
  }

  .xxl\:text-neutral-800\/30{
    color: rgb(38 38 38 / 0.3);
  }

  .xxl\:text-neutral-800\/35{
    color: rgb(38 38 38 / 0.35);
  }

  .xxl\:text-neutral-800\/40{
    color: rgb(38 38 38 / 0.4);
  }

  .xxl\:text-neutral-800\/45{
    color: rgb(38 38 38 / 0.45);
  }

  .xxl\:text-neutral-800\/5{
    color: rgb(38 38 38 / 0.05);
  }

  .xxl\:text-neutral-800\/50{
    color: rgb(38 38 38 / 0.5);
  }

  .xxl\:text-neutral-800\/55{
    color: rgb(38 38 38 / 0.55);
  }

  .xxl\:text-neutral-800\/60{
    color: rgb(38 38 38 / 0.6);
  }

  .xxl\:text-neutral-800\/65{
    color: rgb(38 38 38 / 0.65);
  }

  .xxl\:text-neutral-800\/70{
    color: rgb(38 38 38 / 0.7);
  }

  .xxl\:text-neutral-800\/75{
    color: rgb(38 38 38 / 0.75);
  }

  .xxl\:text-neutral-800\/80{
    color: rgb(38 38 38 / 0.8);
  }

  .xxl\:text-neutral-800\/85{
    color: rgb(38 38 38 / 0.85);
  }

  .xxl\:text-neutral-800\/90{
    color: rgb(38 38 38 / 0.9);
  }

  .xxl\:text-neutral-800\/95{
    color: rgb(38 38 38 / 0.95);
  }

  .xxl\:text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-900\/0{
    color: rgb(23 23 23 / 0);
  }

  .xxl\:text-neutral-900\/10{
    color: rgb(23 23 23 / 0.1);
  }

  .xxl\:text-neutral-900\/100{
    color: rgb(23 23 23 / 1);
  }

  .xxl\:text-neutral-900\/15{
    color: rgb(23 23 23 / 0.15);
  }

  .xxl\:text-neutral-900\/20{
    color: rgb(23 23 23 / 0.2);
  }

  .xxl\:text-neutral-900\/25{
    color: rgb(23 23 23 / 0.25);
  }

  .xxl\:text-neutral-900\/30{
    color: rgb(23 23 23 / 0.3);
  }

  .xxl\:text-neutral-900\/35{
    color: rgb(23 23 23 / 0.35);
  }

  .xxl\:text-neutral-900\/40{
    color: rgb(23 23 23 / 0.4);
  }

  .xxl\:text-neutral-900\/45{
    color: rgb(23 23 23 / 0.45);
  }

  .xxl\:text-neutral-900\/5{
    color: rgb(23 23 23 / 0.05);
  }

  .xxl\:text-neutral-900\/50{
    color: rgb(23 23 23 / 0.5);
  }

  .xxl\:text-neutral-900\/55{
    color: rgb(23 23 23 / 0.55);
  }

  .xxl\:text-neutral-900\/60{
    color: rgb(23 23 23 / 0.6);
  }

  .xxl\:text-neutral-900\/65{
    color: rgb(23 23 23 / 0.65);
  }

  .xxl\:text-neutral-900\/70{
    color: rgb(23 23 23 / 0.7);
  }

  .xxl\:text-neutral-900\/75{
    color: rgb(23 23 23 / 0.75);
  }

  .xxl\:text-neutral-900\/80{
    color: rgb(23 23 23 / 0.8);
  }

  .xxl\:text-neutral-900\/85{
    color: rgb(23 23 23 / 0.85);
  }

  .xxl\:text-neutral-900\/90{
    color: rgb(23 23 23 / 0.9);
  }

  .xxl\:text-neutral-900\/95{
    color: rgb(23 23 23 / 0.95);
  }

  .xxl\:text-neutral-950{
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-neutral-950\/0{
    color: rgb(10 10 10 / 0);
  }

  .xxl\:text-neutral-950\/10{
    color: rgb(10 10 10 / 0.1);
  }

  .xxl\:text-neutral-950\/100{
    color: rgb(10 10 10 / 1);
  }

  .xxl\:text-neutral-950\/15{
    color: rgb(10 10 10 / 0.15);
  }

  .xxl\:text-neutral-950\/20{
    color: rgb(10 10 10 / 0.2);
  }

  .xxl\:text-neutral-950\/25{
    color: rgb(10 10 10 / 0.25);
  }

  .xxl\:text-neutral-950\/30{
    color: rgb(10 10 10 / 0.3);
  }

  .xxl\:text-neutral-950\/35{
    color: rgb(10 10 10 / 0.35);
  }

  .xxl\:text-neutral-950\/40{
    color: rgb(10 10 10 / 0.4);
  }

  .xxl\:text-neutral-950\/45{
    color: rgb(10 10 10 / 0.45);
  }

  .xxl\:text-neutral-950\/5{
    color: rgb(10 10 10 / 0.05);
  }

  .xxl\:text-neutral-950\/50{
    color: rgb(10 10 10 / 0.5);
  }

  .xxl\:text-neutral-950\/55{
    color: rgb(10 10 10 / 0.55);
  }

  .xxl\:text-neutral-950\/60{
    color: rgb(10 10 10 / 0.6);
  }

  .xxl\:text-neutral-950\/65{
    color: rgb(10 10 10 / 0.65);
  }

  .xxl\:text-neutral-950\/70{
    color: rgb(10 10 10 / 0.7);
  }

  .xxl\:text-neutral-950\/75{
    color: rgb(10 10 10 / 0.75);
  }

  .xxl\:text-neutral-950\/80{
    color: rgb(10 10 10 / 0.8);
  }

  .xxl\:text-neutral-950\/85{
    color: rgb(10 10 10 / 0.85);
  }

  .xxl\:text-neutral-950\/90{
    color: rgb(10 10 10 / 0.9);
  }

  .xxl\:text-neutral-950\/95{
    color: rgb(10 10 10 / 0.95);
  }

  .xxl\:text-orange-100{
    --tw-text-opacity: 1;
    color: rgb(255 237 213 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-100\/0{
    color: rgb(255 237 213 / 0);
  }

  .xxl\:text-orange-100\/10{
    color: rgb(255 237 213 / 0.1);
  }

  .xxl\:text-orange-100\/100{
    color: rgb(255 237 213 / 1);
  }

  .xxl\:text-orange-100\/15{
    color: rgb(255 237 213 / 0.15);
  }

  .xxl\:text-orange-100\/20{
    color: rgb(255 237 213 / 0.2);
  }

  .xxl\:text-orange-100\/25{
    color: rgb(255 237 213 / 0.25);
  }

  .xxl\:text-orange-100\/30{
    color: rgb(255 237 213 / 0.3);
  }

  .xxl\:text-orange-100\/35{
    color: rgb(255 237 213 / 0.35);
  }

  .xxl\:text-orange-100\/40{
    color: rgb(255 237 213 / 0.4);
  }

  .xxl\:text-orange-100\/45{
    color: rgb(255 237 213 / 0.45);
  }

  .xxl\:text-orange-100\/5{
    color: rgb(255 237 213 / 0.05);
  }

  .xxl\:text-orange-100\/50{
    color: rgb(255 237 213 / 0.5);
  }

  .xxl\:text-orange-100\/55{
    color: rgb(255 237 213 / 0.55);
  }

  .xxl\:text-orange-100\/60{
    color: rgb(255 237 213 / 0.6);
  }

  .xxl\:text-orange-100\/65{
    color: rgb(255 237 213 / 0.65);
  }

  .xxl\:text-orange-100\/70{
    color: rgb(255 237 213 / 0.7);
  }

  .xxl\:text-orange-100\/75{
    color: rgb(255 237 213 / 0.75);
  }

  .xxl\:text-orange-100\/80{
    color: rgb(255 237 213 / 0.8);
  }

  .xxl\:text-orange-100\/85{
    color: rgb(255 237 213 / 0.85);
  }

  .xxl\:text-orange-100\/90{
    color: rgb(255 237 213 / 0.9);
  }

  .xxl\:text-orange-100\/95{
    color: rgb(255 237 213 / 0.95);
  }

  .xxl\:text-orange-200{
    --tw-text-opacity: 1;
    color: rgb(254 215 170 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-200\/0{
    color: rgb(254 215 170 / 0);
  }

  .xxl\:text-orange-200\/10{
    color: rgb(254 215 170 / 0.1);
  }

  .xxl\:text-orange-200\/100{
    color: rgb(254 215 170 / 1);
  }

  .xxl\:text-orange-200\/15{
    color: rgb(254 215 170 / 0.15);
  }

  .xxl\:text-orange-200\/20{
    color: rgb(254 215 170 / 0.2);
  }

  .xxl\:text-orange-200\/25{
    color: rgb(254 215 170 / 0.25);
  }

  .xxl\:text-orange-200\/30{
    color: rgb(254 215 170 / 0.3);
  }

  .xxl\:text-orange-200\/35{
    color: rgb(254 215 170 / 0.35);
  }

  .xxl\:text-orange-200\/40{
    color: rgb(254 215 170 / 0.4);
  }

  .xxl\:text-orange-200\/45{
    color: rgb(254 215 170 / 0.45);
  }

  .xxl\:text-orange-200\/5{
    color: rgb(254 215 170 / 0.05);
  }

  .xxl\:text-orange-200\/50{
    color: rgb(254 215 170 / 0.5);
  }

  .xxl\:text-orange-200\/55{
    color: rgb(254 215 170 / 0.55);
  }

  .xxl\:text-orange-200\/60{
    color: rgb(254 215 170 / 0.6);
  }

  .xxl\:text-orange-200\/65{
    color: rgb(254 215 170 / 0.65);
  }

  .xxl\:text-orange-200\/70{
    color: rgb(254 215 170 / 0.7);
  }

  .xxl\:text-orange-200\/75{
    color: rgb(254 215 170 / 0.75);
  }

  .xxl\:text-orange-200\/80{
    color: rgb(254 215 170 / 0.8);
  }

  .xxl\:text-orange-200\/85{
    color: rgb(254 215 170 / 0.85);
  }

  .xxl\:text-orange-200\/90{
    color: rgb(254 215 170 / 0.9);
  }

  .xxl\:text-orange-200\/95{
    color: rgb(254 215 170 / 0.95);
  }

  .xxl\:text-orange-300{
    --tw-text-opacity: 1;
    color: rgb(253 186 116 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-300\/0{
    color: rgb(253 186 116 / 0);
  }

  .xxl\:text-orange-300\/10{
    color: rgb(253 186 116 / 0.1);
  }

  .xxl\:text-orange-300\/100{
    color: rgb(253 186 116 / 1);
  }

  .xxl\:text-orange-300\/15{
    color: rgb(253 186 116 / 0.15);
  }

  .xxl\:text-orange-300\/20{
    color: rgb(253 186 116 / 0.2);
  }

  .xxl\:text-orange-300\/25{
    color: rgb(253 186 116 / 0.25);
  }

  .xxl\:text-orange-300\/30{
    color: rgb(253 186 116 / 0.3);
  }

  .xxl\:text-orange-300\/35{
    color: rgb(253 186 116 / 0.35);
  }

  .xxl\:text-orange-300\/40{
    color: rgb(253 186 116 / 0.4);
  }

  .xxl\:text-orange-300\/45{
    color: rgb(253 186 116 / 0.45);
  }

  .xxl\:text-orange-300\/5{
    color: rgb(253 186 116 / 0.05);
  }

  .xxl\:text-orange-300\/50{
    color: rgb(253 186 116 / 0.5);
  }

  .xxl\:text-orange-300\/55{
    color: rgb(253 186 116 / 0.55);
  }

  .xxl\:text-orange-300\/60{
    color: rgb(253 186 116 / 0.6);
  }

  .xxl\:text-orange-300\/65{
    color: rgb(253 186 116 / 0.65);
  }

  .xxl\:text-orange-300\/70{
    color: rgb(253 186 116 / 0.7);
  }

  .xxl\:text-orange-300\/75{
    color: rgb(253 186 116 / 0.75);
  }

  .xxl\:text-orange-300\/80{
    color: rgb(253 186 116 / 0.8);
  }

  .xxl\:text-orange-300\/85{
    color: rgb(253 186 116 / 0.85);
  }

  .xxl\:text-orange-300\/90{
    color: rgb(253 186 116 / 0.9);
  }

  .xxl\:text-orange-300\/95{
    color: rgb(253 186 116 / 0.95);
  }

  .xxl\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-400\/0{
    color: rgb(251 146 60 / 0);
  }

  .xxl\:text-orange-400\/10{
    color: rgb(251 146 60 / 0.1);
  }

  .xxl\:text-orange-400\/100{
    color: rgb(251 146 60 / 1);
  }

  .xxl\:text-orange-400\/15{
    color: rgb(251 146 60 / 0.15);
  }

  .xxl\:text-orange-400\/20{
    color: rgb(251 146 60 / 0.2);
  }

  .xxl\:text-orange-400\/25{
    color: rgb(251 146 60 / 0.25);
  }

  .xxl\:text-orange-400\/30{
    color: rgb(251 146 60 / 0.3);
  }

  .xxl\:text-orange-400\/35{
    color: rgb(251 146 60 / 0.35);
  }

  .xxl\:text-orange-400\/40{
    color: rgb(251 146 60 / 0.4);
  }

  .xxl\:text-orange-400\/45{
    color: rgb(251 146 60 / 0.45);
  }

  .xxl\:text-orange-400\/5{
    color: rgb(251 146 60 / 0.05);
  }

  .xxl\:text-orange-400\/50{
    color: rgb(251 146 60 / 0.5);
  }

  .xxl\:text-orange-400\/55{
    color: rgb(251 146 60 / 0.55);
  }

  .xxl\:text-orange-400\/60{
    color: rgb(251 146 60 / 0.6);
  }

  .xxl\:text-orange-400\/65{
    color: rgb(251 146 60 / 0.65);
  }

  .xxl\:text-orange-400\/70{
    color: rgb(251 146 60 / 0.7);
  }

  .xxl\:text-orange-400\/75{
    color: rgb(251 146 60 / 0.75);
  }

  .xxl\:text-orange-400\/80{
    color: rgb(251 146 60 / 0.8);
  }

  .xxl\:text-orange-400\/85{
    color: rgb(251 146 60 / 0.85);
  }

  .xxl\:text-orange-400\/90{
    color: rgb(251 146 60 / 0.9);
  }

  .xxl\:text-orange-400\/95{
    color: rgb(251 146 60 / 0.95);
  }

  .xxl\:text-orange-50{
    --tw-text-opacity: 1;
    color: rgb(255 247 237 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-50\/0{
    color: rgb(255 247 237 / 0);
  }

  .xxl\:text-orange-50\/10{
    color: rgb(255 247 237 / 0.1);
  }

  .xxl\:text-orange-50\/100{
    color: rgb(255 247 237 / 1);
  }

  .xxl\:text-orange-50\/15{
    color: rgb(255 247 237 / 0.15);
  }

  .xxl\:text-orange-50\/20{
    color: rgb(255 247 237 / 0.2);
  }

  .xxl\:text-orange-50\/25{
    color: rgb(255 247 237 / 0.25);
  }

  .xxl\:text-orange-50\/30{
    color: rgb(255 247 237 / 0.3);
  }

  .xxl\:text-orange-50\/35{
    color: rgb(255 247 237 / 0.35);
  }

  .xxl\:text-orange-50\/40{
    color: rgb(255 247 237 / 0.4);
  }

  .xxl\:text-orange-50\/45{
    color: rgb(255 247 237 / 0.45);
  }

  .xxl\:text-orange-50\/5{
    color: rgb(255 247 237 / 0.05);
  }

  .xxl\:text-orange-50\/50{
    color: rgb(255 247 237 / 0.5);
  }

  .xxl\:text-orange-50\/55{
    color: rgb(255 247 237 / 0.55);
  }

  .xxl\:text-orange-50\/60{
    color: rgb(255 247 237 / 0.6);
  }

  .xxl\:text-orange-50\/65{
    color: rgb(255 247 237 / 0.65);
  }

  .xxl\:text-orange-50\/70{
    color: rgb(255 247 237 / 0.7);
  }

  .xxl\:text-orange-50\/75{
    color: rgb(255 247 237 / 0.75);
  }

  .xxl\:text-orange-50\/80{
    color: rgb(255 247 237 / 0.8);
  }

  .xxl\:text-orange-50\/85{
    color: rgb(255 247 237 / 0.85);
  }

  .xxl\:text-orange-50\/90{
    color: rgb(255 247 237 / 0.9);
  }

  .xxl\:text-orange-50\/95{
    color: rgb(255 247 237 / 0.95);
  }

  .xxl\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-500\/0{
    color: rgb(249 115 22 / 0);
  }

  .xxl\:text-orange-500\/10{
    color: rgb(249 115 22 / 0.1);
  }

  .xxl\:text-orange-500\/100{
    color: rgb(249 115 22 / 1);
  }

  .xxl\:text-orange-500\/15{
    color: rgb(249 115 22 / 0.15);
  }

  .xxl\:text-orange-500\/20{
    color: rgb(249 115 22 / 0.2);
  }

  .xxl\:text-orange-500\/25{
    color: rgb(249 115 22 / 0.25);
  }

  .xxl\:text-orange-500\/30{
    color: rgb(249 115 22 / 0.3);
  }

  .xxl\:text-orange-500\/35{
    color: rgb(249 115 22 / 0.35);
  }

  .xxl\:text-orange-500\/40{
    color: rgb(249 115 22 / 0.4);
  }

  .xxl\:text-orange-500\/45{
    color: rgb(249 115 22 / 0.45);
  }

  .xxl\:text-orange-500\/5{
    color: rgb(249 115 22 / 0.05);
  }

  .xxl\:text-orange-500\/50{
    color: rgb(249 115 22 / 0.5);
  }

  .xxl\:text-orange-500\/55{
    color: rgb(249 115 22 / 0.55);
  }

  .xxl\:text-orange-500\/60{
    color: rgb(249 115 22 / 0.6);
  }

  .xxl\:text-orange-500\/65{
    color: rgb(249 115 22 / 0.65);
  }

  .xxl\:text-orange-500\/70{
    color: rgb(249 115 22 / 0.7);
  }

  .xxl\:text-orange-500\/75{
    color: rgb(249 115 22 / 0.75);
  }

  .xxl\:text-orange-500\/80{
    color: rgb(249 115 22 / 0.8);
  }

  .xxl\:text-orange-500\/85{
    color: rgb(249 115 22 / 0.85);
  }

  .xxl\:text-orange-500\/90{
    color: rgb(249 115 22 / 0.9);
  }

  .xxl\:text-orange-500\/95{
    color: rgb(249 115 22 / 0.95);
  }

  .xxl\:text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-600\/0{
    color: rgb(234 88 12 / 0);
  }

  .xxl\:text-orange-600\/10{
    color: rgb(234 88 12 / 0.1);
  }

  .xxl\:text-orange-600\/100{
    color: rgb(234 88 12 / 1);
  }

  .xxl\:text-orange-600\/15{
    color: rgb(234 88 12 / 0.15);
  }

  .xxl\:text-orange-600\/20{
    color: rgb(234 88 12 / 0.2);
  }

  .xxl\:text-orange-600\/25{
    color: rgb(234 88 12 / 0.25);
  }

  .xxl\:text-orange-600\/30{
    color: rgb(234 88 12 / 0.3);
  }

  .xxl\:text-orange-600\/35{
    color: rgb(234 88 12 / 0.35);
  }

  .xxl\:text-orange-600\/40{
    color: rgb(234 88 12 / 0.4);
  }

  .xxl\:text-orange-600\/45{
    color: rgb(234 88 12 / 0.45);
  }

  .xxl\:text-orange-600\/5{
    color: rgb(234 88 12 / 0.05);
  }

  .xxl\:text-orange-600\/50{
    color: rgb(234 88 12 / 0.5);
  }

  .xxl\:text-orange-600\/55{
    color: rgb(234 88 12 / 0.55);
  }

  .xxl\:text-orange-600\/60{
    color: rgb(234 88 12 / 0.6);
  }

  .xxl\:text-orange-600\/65{
    color: rgb(234 88 12 / 0.65);
  }

  .xxl\:text-orange-600\/70{
    color: rgb(234 88 12 / 0.7);
  }

  .xxl\:text-orange-600\/75{
    color: rgb(234 88 12 / 0.75);
  }

  .xxl\:text-orange-600\/80{
    color: rgb(234 88 12 / 0.8);
  }

  .xxl\:text-orange-600\/85{
    color: rgb(234 88 12 / 0.85);
  }

  .xxl\:text-orange-600\/90{
    color: rgb(234 88 12 / 0.9);
  }

  .xxl\:text-orange-600\/95{
    color: rgb(234 88 12 / 0.95);
  }

  .xxl\:text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-700\/0{
    color: rgb(194 65 12 / 0);
  }

  .xxl\:text-orange-700\/10{
    color: rgb(194 65 12 / 0.1);
  }

  .xxl\:text-orange-700\/100{
    color: rgb(194 65 12 / 1);
  }

  .xxl\:text-orange-700\/15{
    color: rgb(194 65 12 / 0.15);
  }

  .xxl\:text-orange-700\/20{
    color: rgb(194 65 12 / 0.2);
  }

  .xxl\:text-orange-700\/25{
    color: rgb(194 65 12 / 0.25);
  }

  .xxl\:text-orange-700\/30{
    color: rgb(194 65 12 / 0.3);
  }

  .xxl\:text-orange-700\/35{
    color: rgb(194 65 12 / 0.35);
  }

  .xxl\:text-orange-700\/40{
    color: rgb(194 65 12 / 0.4);
  }

  .xxl\:text-orange-700\/45{
    color: rgb(194 65 12 / 0.45);
  }

  .xxl\:text-orange-700\/5{
    color: rgb(194 65 12 / 0.05);
  }

  .xxl\:text-orange-700\/50{
    color: rgb(194 65 12 / 0.5);
  }

  .xxl\:text-orange-700\/55{
    color: rgb(194 65 12 / 0.55);
  }

  .xxl\:text-orange-700\/60{
    color: rgb(194 65 12 / 0.6);
  }

  .xxl\:text-orange-700\/65{
    color: rgb(194 65 12 / 0.65);
  }

  .xxl\:text-orange-700\/70{
    color: rgb(194 65 12 / 0.7);
  }

  .xxl\:text-orange-700\/75{
    color: rgb(194 65 12 / 0.75);
  }

  .xxl\:text-orange-700\/80{
    color: rgb(194 65 12 / 0.8);
  }

  .xxl\:text-orange-700\/85{
    color: rgb(194 65 12 / 0.85);
  }

  .xxl\:text-orange-700\/90{
    color: rgb(194 65 12 / 0.9);
  }

  .xxl\:text-orange-700\/95{
    color: rgb(194 65 12 / 0.95);
  }

  .xxl\:text-orange-800{
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-800\/0{
    color: rgb(154 52 18 / 0);
  }

  .xxl\:text-orange-800\/10{
    color: rgb(154 52 18 / 0.1);
  }

  .xxl\:text-orange-800\/100{
    color: rgb(154 52 18 / 1);
  }

  .xxl\:text-orange-800\/15{
    color: rgb(154 52 18 / 0.15);
  }

  .xxl\:text-orange-800\/20{
    color: rgb(154 52 18 / 0.2);
  }

  .xxl\:text-orange-800\/25{
    color: rgb(154 52 18 / 0.25);
  }

  .xxl\:text-orange-800\/30{
    color: rgb(154 52 18 / 0.3);
  }

  .xxl\:text-orange-800\/35{
    color: rgb(154 52 18 / 0.35);
  }

  .xxl\:text-orange-800\/40{
    color: rgb(154 52 18 / 0.4);
  }

  .xxl\:text-orange-800\/45{
    color: rgb(154 52 18 / 0.45);
  }

  .xxl\:text-orange-800\/5{
    color: rgb(154 52 18 / 0.05);
  }

  .xxl\:text-orange-800\/50{
    color: rgb(154 52 18 / 0.5);
  }

  .xxl\:text-orange-800\/55{
    color: rgb(154 52 18 / 0.55);
  }

  .xxl\:text-orange-800\/60{
    color: rgb(154 52 18 / 0.6);
  }

  .xxl\:text-orange-800\/65{
    color: rgb(154 52 18 / 0.65);
  }

  .xxl\:text-orange-800\/70{
    color: rgb(154 52 18 / 0.7);
  }

  .xxl\:text-orange-800\/75{
    color: rgb(154 52 18 / 0.75);
  }

  .xxl\:text-orange-800\/80{
    color: rgb(154 52 18 / 0.8);
  }

  .xxl\:text-orange-800\/85{
    color: rgb(154 52 18 / 0.85);
  }

  .xxl\:text-orange-800\/90{
    color: rgb(154 52 18 / 0.9);
  }

  .xxl\:text-orange-800\/95{
    color: rgb(154 52 18 / 0.95);
  }

  .xxl\:text-orange-900{
    --tw-text-opacity: 1;
    color: rgb(124 45 18 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-900\/0{
    color: rgb(124 45 18 / 0);
  }

  .xxl\:text-orange-900\/10{
    color: rgb(124 45 18 / 0.1);
  }

  .xxl\:text-orange-900\/100{
    color: rgb(124 45 18 / 1);
  }

  .xxl\:text-orange-900\/15{
    color: rgb(124 45 18 / 0.15);
  }

  .xxl\:text-orange-900\/20{
    color: rgb(124 45 18 / 0.2);
  }

  .xxl\:text-orange-900\/25{
    color: rgb(124 45 18 / 0.25);
  }

  .xxl\:text-orange-900\/30{
    color: rgb(124 45 18 / 0.3);
  }

  .xxl\:text-orange-900\/35{
    color: rgb(124 45 18 / 0.35);
  }

  .xxl\:text-orange-900\/40{
    color: rgb(124 45 18 / 0.4);
  }

  .xxl\:text-orange-900\/45{
    color: rgb(124 45 18 / 0.45);
  }

  .xxl\:text-orange-900\/5{
    color: rgb(124 45 18 / 0.05);
  }

  .xxl\:text-orange-900\/50{
    color: rgb(124 45 18 / 0.5);
  }

  .xxl\:text-orange-900\/55{
    color: rgb(124 45 18 / 0.55);
  }

  .xxl\:text-orange-900\/60{
    color: rgb(124 45 18 / 0.6);
  }

  .xxl\:text-orange-900\/65{
    color: rgb(124 45 18 / 0.65);
  }

  .xxl\:text-orange-900\/70{
    color: rgb(124 45 18 / 0.7);
  }

  .xxl\:text-orange-900\/75{
    color: rgb(124 45 18 / 0.75);
  }

  .xxl\:text-orange-900\/80{
    color: rgb(124 45 18 / 0.8);
  }

  .xxl\:text-orange-900\/85{
    color: rgb(124 45 18 / 0.85);
  }

  .xxl\:text-orange-900\/90{
    color: rgb(124 45 18 / 0.9);
  }

  .xxl\:text-orange-900\/95{
    color: rgb(124 45 18 / 0.95);
  }

  .xxl\:text-orange-950{
    --tw-text-opacity: 1;
    color: rgb(67 20 7 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-orange-950\/0{
    color: rgb(67 20 7 / 0);
  }

  .xxl\:text-orange-950\/10{
    color: rgb(67 20 7 / 0.1);
  }

  .xxl\:text-orange-950\/100{
    color: rgb(67 20 7 / 1);
  }

  .xxl\:text-orange-950\/15{
    color: rgb(67 20 7 / 0.15);
  }

  .xxl\:text-orange-950\/20{
    color: rgb(67 20 7 / 0.2);
  }

  .xxl\:text-orange-950\/25{
    color: rgb(67 20 7 / 0.25);
  }

  .xxl\:text-orange-950\/30{
    color: rgb(67 20 7 / 0.3);
  }

  .xxl\:text-orange-950\/35{
    color: rgb(67 20 7 / 0.35);
  }

  .xxl\:text-orange-950\/40{
    color: rgb(67 20 7 / 0.4);
  }

  .xxl\:text-orange-950\/45{
    color: rgb(67 20 7 / 0.45);
  }

  .xxl\:text-orange-950\/5{
    color: rgb(67 20 7 / 0.05);
  }

  .xxl\:text-orange-950\/50{
    color: rgb(67 20 7 / 0.5);
  }

  .xxl\:text-orange-950\/55{
    color: rgb(67 20 7 / 0.55);
  }

  .xxl\:text-orange-950\/60{
    color: rgb(67 20 7 / 0.6);
  }

  .xxl\:text-orange-950\/65{
    color: rgb(67 20 7 / 0.65);
  }

  .xxl\:text-orange-950\/70{
    color: rgb(67 20 7 / 0.7);
  }

  .xxl\:text-orange-950\/75{
    color: rgb(67 20 7 / 0.75);
  }

  .xxl\:text-orange-950\/80{
    color: rgb(67 20 7 / 0.8);
  }

  .xxl\:text-orange-950\/85{
    color: rgb(67 20 7 / 0.85);
  }

  .xxl\:text-orange-950\/90{
    color: rgb(67 20 7 / 0.9);
  }

  .xxl\:text-orange-950\/95{
    color: rgb(67 20 7 / 0.95);
  }

  .xxl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-100\/0{
    color: rgb(252 231 243 / 0);
  }

  .xxl\:text-pink-100\/10{
    color: rgb(252 231 243 / 0.1);
  }

  .xxl\:text-pink-100\/100{
    color: rgb(252 231 243 / 1);
  }

  .xxl\:text-pink-100\/15{
    color: rgb(252 231 243 / 0.15);
  }

  .xxl\:text-pink-100\/20{
    color: rgb(252 231 243 / 0.2);
  }

  .xxl\:text-pink-100\/25{
    color: rgb(252 231 243 / 0.25);
  }

  .xxl\:text-pink-100\/30{
    color: rgb(252 231 243 / 0.3);
  }

  .xxl\:text-pink-100\/35{
    color: rgb(252 231 243 / 0.35);
  }

  .xxl\:text-pink-100\/40{
    color: rgb(252 231 243 / 0.4);
  }

  .xxl\:text-pink-100\/45{
    color: rgb(252 231 243 / 0.45);
  }

  .xxl\:text-pink-100\/5{
    color: rgb(252 231 243 / 0.05);
  }

  .xxl\:text-pink-100\/50{
    color: rgb(252 231 243 / 0.5);
  }

  .xxl\:text-pink-100\/55{
    color: rgb(252 231 243 / 0.55);
  }

  .xxl\:text-pink-100\/60{
    color: rgb(252 231 243 / 0.6);
  }

  .xxl\:text-pink-100\/65{
    color: rgb(252 231 243 / 0.65);
  }

  .xxl\:text-pink-100\/70{
    color: rgb(252 231 243 / 0.7);
  }

  .xxl\:text-pink-100\/75{
    color: rgb(252 231 243 / 0.75);
  }

  .xxl\:text-pink-100\/80{
    color: rgb(252 231 243 / 0.8);
  }

  .xxl\:text-pink-100\/85{
    color: rgb(252 231 243 / 0.85);
  }

  .xxl\:text-pink-100\/90{
    color: rgb(252 231 243 / 0.9);
  }

  .xxl\:text-pink-100\/95{
    color: rgb(252 231 243 / 0.95);
  }

  .xxl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-200\/0{
    color: rgb(251 207 232 / 0);
  }

  .xxl\:text-pink-200\/10{
    color: rgb(251 207 232 / 0.1);
  }

  .xxl\:text-pink-200\/100{
    color: rgb(251 207 232 / 1);
  }

  .xxl\:text-pink-200\/15{
    color: rgb(251 207 232 / 0.15);
  }

  .xxl\:text-pink-200\/20{
    color: rgb(251 207 232 / 0.2);
  }

  .xxl\:text-pink-200\/25{
    color: rgb(251 207 232 / 0.25);
  }

  .xxl\:text-pink-200\/30{
    color: rgb(251 207 232 / 0.3);
  }

  .xxl\:text-pink-200\/35{
    color: rgb(251 207 232 / 0.35);
  }

  .xxl\:text-pink-200\/40{
    color: rgb(251 207 232 / 0.4);
  }

  .xxl\:text-pink-200\/45{
    color: rgb(251 207 232 / 0.45);
  }

  .xxl\:text-pink-200\/5{
    color: rgb(251 207 232 / 0.05);
  }

  .xxl\:text-pink-200\/50{
    color: rgb(251 207 232 / 0.5);
  }

  .xxl\:text-pink-200\/55{
    color: rgb(251 207 232 / 0.55);
  }

  .xxl\:text-pink-200\/60{
    color: rgb(251 207 232 / 0.6);
  }

  .xxl\:text-pink-200\/65{
    color: rgb(251 207 232 / 0.65);
  }

  .xxl\:text-pink-200\/70{
    color: rgb(251 207 232 / 0.7);
  }

  .xxl\:text-pink-200\/75{
    color: rgb(251 207 232 / 0.75);
  }

  .xxl\:text-pink-200\/80{
    color: rgb(251 207 232 / 0.8);
  }

  .xxl\:text-pink-200\/85{
    color: rgb(251 207 232 / 0.85);
  }

  .xxl\:text-pink-200\/90{
    color: rgb(251 207 232 / 0.9);
  }

  .xxl\:text-pink-200\/95{
    color: rgb(251 207 232 / 0.95);
  }

  .xxl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-300\/0{
    color: rgb(249 168 212 / 0);
  }

  .xxl\:text-pink-300\/10{
    color: rgb(249 168 212 / 0.1);
  }

  .xxl\:text-pink-300\/100{
    color: rgb(249 168 212 / 1);
  }

  .xxl\:text-pink-300\/15{
    color: rgb(249 168 212 / 0.15);
  }

  .xxl\:text-pink-300\/20{
    color: rgb(249 168 212 / 0.2);
  }

  .xxl\:text-pink-300\/25{
    color: rgb(249 168 212 / 0.25);
  }

  .xxl\:text-pink-300\/30{
    color: rgb(249 168 212 / 0.3);
  }

  .xxl\:text-pink-300\/35{
    color: rgb(249 168 212 / 0.35);
  }

  .xxl\:text-pink-300\/40{
    color: rgb(249 168 212 / 0.4);
  }

  .xxl\:text-pink-300\/45{
    color: rgb(249 168 212 / 0.45);
  }

  .xxl\:text-pink-300\/5{
    color: rgb(249 168 212 / 0.05);
  }

  .xxl\:text-pink-300\/50{
    color: rgb(249 168 212 / 0.5);
  }

  .xxl\:text-pink-300\/55{
    color: rgb(249 168 212 / 0.55);
  }

  .xxl\:text-pink-300\/60{
    color: rgb(249 168 212 / 0.6);
  }

  .xxl\:text-pink-300\/65{
    color: rgb(249 168 212 / 0.65);
  }

  .xxl\:text-pink-300\/70{
    color: rgb(249 168 212 / 0.7);
  }

  .xxl\:text-pink-300\/75{
    color: rgb(249 168 212 / 0.75);
  }

  .xxl\:text-pink-300\/80{
    color: rgb(249 168 212 / 0.8);
  }

  .xxl\:text-pink-300\/85{
    color: rgb(249 168 212 / 0.85);
  }

  .xxl\:text-pink-300\/90{
    color: rgb(249 168 212 / 0.9);
  }

  .xxl\:text-pink-300\/95{
    color: rgb(249 168 212 / 0.95);
  }

  .xxl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-400\/0{
    color: rgb(244 114 182 / 0);
  }

  .xxl\:text-pink-400\/10{
    color: rgb(244 114 182 / 0.1);
  }

  .xxl\:text-pink-400\/100{
    color: rgb(244 114 182 / 1);
  }

  .xxl\:text-pink-400\/15{
    color: rgb(244 114 182 / 0.15);
  }

  .xxl\:text-pink-400\/20{
    color: rgb(244 114 182 / 0.2);
  }

  .xxl\:text-pink-400\/25{
    color: rgb(244 114 182 / 0.25);
  }

  .xxl\:text-pink-400\/30{
    color: rgb(244 114 182 / 0.3);
  }

  .xxl\:text-pink-400\/35{
    color: rgb(244 114 182 / 0.35);
  }

  .xxl\:text-pink-400\/40{
    color: rgb(244 114 182 / 0.4);
  }

  .xxl\:text-pink-400\/45{
    color: rgb(244 114 182 / 0.45);
  }

  .xxl\:text-pink-400\/5{
    color: rgb(244 114 182 / 0.05);
  }

  .xxl\:text-pink-400\/50{
    color: rgb(244 114 182 / 0.5);
  }

  .xxl\:text-pink-400\/55{
    color: rgb(244 114 182 / 0.55);
  }

  .xxl\:text-pink-400\/60{
    color: rgb(244 114 182 / 0.6);
  }

  .xxl\:text-pink-400\/65{
    color: rgb(244 114 182 / 0.65);
  }

  .xxl\:text-pink-400\/70{
    color: rgb(244 114 182 / 0.7);
  }

  .xxl\:text-pink-400\/75{
    color: rgb(244 114 182 / 0.75);
  }

  .xxl\:text-pink-400\/80{
    color: rgb(244 114 182 / 0.8);
  }

  .xxl\:text-pink-400\/85{
    color: rgb(244 114 182 / 0.85);
  }

  .xxl\:text-pink-400\/90{
    color: rgb(244 114 182 / 0.9);
  }

  .xxl\:text-pink-400\/95{
    color: rgb(244 114 182 / 0.95);
  }

  .xxl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-50\/0{
    color: rgb(253 242 248 / 0);
  }

  .xxl\:text-pink-50\/10{
    color: rgb(253 242 248 / 0.1);
  }

  .xxl\:text-pink-50\/100{
    color: rgb(253 242 248 / 1);
  }

  .xxl\:text-pink-50\/15{
    color: rgb(253 242 248 / 0.15);
  }

  .xxl\:text-pink-50\/20{
    color: rgb(253 242 248 / 0.2);
  }

  .xxl\:text-pink-50\/25{
    color: rgb(253 242 248 / 0.25);
  }

  .xxl\:text-pink-50\/30{
    color: rgb(253 242 248 / 0.3);
  }

  .xxl\:text-pink-50\/35{
    color: rgb(253 242 248 / 0.35);
  }

  .xxl\:text-pink-50\/40{
    color: rgb(253 242 248 / 0.4);
  }

  .xxl\:text-pink-50\/45{
    color: rgb(253 242 248 / 0.45);
  }

  .xxl\:text-pink-50\/5{
    color: rgb(253 242 248 / 0.05);
  }

  .xxl\:text-pink-50\/50{
    color: rgb(253 242 248 / 0.5);
  }

  .xxl\:text-pink-50\/55{
    color: rgb(253 242 248 / 0.55);
  }

  .xxl\:text-pink-50\/60{
    color: rgb(253 242 248 / 0.6);
  }

  .xxl\:text-pink-50\/65{
    color: rgb(253 242 248 / 0.65);
  }

  .xxl\:text-pink-50\/70{
    color: rgb(253 242 248 / 0.7);
  }

  .xxl\:text-pink-50\/75{
    color: rgb(253 242 248 / 0.75);
  }

  .xxl\:text-pink-50\/80{
    color: rgb(253 242 248 / 0.8);
  }

  .xxl\:text-pink-50\/85{
    color: rgb(253 242 248 / 0.85);
  }

  .xxl\:text-pink-50\/90{
    color: rgb(253 242 248 / 0.9);
  }

  .xxl\:text-pink-50\/95{
    color: rgb(253 242 248 / 0.95);
  }

  .xxl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-500\/0{
    color: rgb(236 72 153 / 0);
  }

  .xxl\:text-pink-500\/10{
    color: rgb(236 72 153 / 0.1);
  }

  .xxl\:text-pink-500\/100{
    color: rgb(236 72 153 / 1);
  }

  .xxl\:text-pink-500\/15{
    color: rgb(236 72 153 / 0.15);
  }

  .xxl\:text-pink-500\/20{
    color: rgb(236 72 153 / 0.2);
  }

  .xxl\:text-pink-500\/25{
    color: rgb(236 72 153 / 0.25);
  }

  .xxl\:text-pink-500\/30{
    color: rgb(236 72 153 / 0.3);
  }

  .xxl\:text-pink-500\/35{
    color: rgb(236 72 153 / 0.35);
  }

  .xxl\:text-pink-500\/40{
    color: rgb(236 72 153 / 0.4);
  }

  .xxl\:text-pink-500\/45{
    color: rgb(236 72 153 / 0.45);
  }

  .xxl\:text-pink-500\/5{
    color: rgb(236 72 153 / 0.05);
  }

  .xxl\:text-pink-500\/50{
    color: rgb(236 72 153 / 0.5);
  }

  .xxl\:text-pink-500\/55{
    color: rgb(236 72 153 / 0.55);
  }

  .xxl\:text-pink-500\/60{
    color: rgb(236 72 153 / 0.6);
  }

  .xxl\:text-pink-500\/65{
    color: rgb(236 72 153 / 0.65);
  }

  .xxl\:text-pink-500\/70{
    color: rgb(236 72 153 / 0.7);
  }

  .xxl\:text-pink-500\/75{
    color: rgb(236 72 153 / 0.75);
  }

  .xxl\:text-pink-500\/80{
    color: rgb(236 72 153 / 0.8);
  }

  .xxl\:text-pink-500\/85{
    color: rgb(236 72 153 / 0.85);
  }

  .xxl\:text-pink-500\/90{
    color: rgb(236 72 153 / 0.9);
  }

  .xxl\:text-pink-500\/95{
    color: rgb(236 72 153 / 0.95);
  }

  .xxl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-600\/0{
    color: rgb(219 39 119 / 0);
  }

  .xxl\:text-pink-600\/10{
    color: rgb(219 39 119 / 0.1);
  }

  .xxl\:text-pink-600\/100{
    color: rgb(219 39 119 / 1);
  }

  .xxl\:text-pink-600\/15{
    color: rgb(219 39 119 / 0.15);
  }

  .xxl\:text-pink-600\/20{
    color: rgb(219 39 119 / 0.2);
  }

  .xxl\:text-pink-600\/25{
    color: rgb(219 39 119 / 0.25);
  }

  .xxl\:text-pink-600\/30{
    color: rgb(219 39 119 / 0.3);
  }

  .xxl\:text-pink-600\/35{
    color: rgb(219 39 119 / 0.35);
  }

  .xxl\:text-pink-600\/40{
    color: rgb(219 39 119 / 0.4);
  }

  .xxl\:text-pink-600\/45{
    color: rgb(219 39 119 / 0.45);
  }

  .xxl\:text-pink-600\/5{
    color: rgb(219 39 119 / 0.05);
  }

  .xxl\:text-pink-600\/50{
    color: rgb(219 39 119 / 0.5);
  }

  .xxl\:text-pink-600\/55{
    color: rgb(219 39 119 / 0.55);
  }

  .xxl\:text-pink-600\/60{
    color: rgb(219 39 119 / 0.6);
  }

  .xxl\:text-pink-600\/65{
    color: rgb(219 39 119 / 0.65);
  }

  .xxl\:text-pink-600\/70{
    color: rgb(219 39 119 / 0.7);
  }

  .xxl\:text-pink-600\/75{
    color: rgb(219 39 119 / 0.75);
  }

  .xxl\:text-pink-600\/80{
    color: rgb(219 39 119 / 0.8);
  }

  .xxl\:text-pink-600\/85{
    color: rgb(219 39 119 / 0.85);
  }

  .xxl\:text-pink-600\/90{
    color: rgb(219 39 119 / 0.9);
  }

  .xxl\:text-pink-600\/95{
    color: rgb(219 39 119 / 0.95);
  }

  .xxl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-700\/0{
    color: rgb(190 24 93 / 0);
  }

  .xxl\:text-pink-700\/10{
    color: rgb(190 24 93 / 0.1);
  }

  .xxl\:text-pink-700\/100{
    color: rgb(190 24 93 / 1);
  }

  .xxl\:text-pink-700\/15{
    color: rgb(190 24 93 / 0.15);
  }

  .xxl\:text-pink-700\/20{
    color: rgb(190 24 93 / 0.2);
  }

  .xxl\:text-pink-700\/25{
    color: rgb(190 24 93 / 0.25);
  }

  .xxl\:text-pink-700\/30{
    color: rgb(190 24 93 / 0.3);
  }

  .xxl\:text-pink-700\/35{
    color: rgb(190 24 93 / 0.35);
  }

  .xxl\:text-pink-700\/40{
    color: rgb(190 24 93 / 0.4);
  }

  .xxl\:text-pink-700\/45{
    color: rgb(190 24 93 / 0.45);
  }

  .xxl\:text-pink-700\/5{
    color: rgb(190 24 93 / 0.05);
  }

  .xxl\:text-pink-700\/50{
    color: rgb(190 24 93 / 0.5);
  }

  .xxl\:text-pink-700\/55{
    color: rgb(190 24 93 / 0.55);
  }

  .xxl\:text-pink-700\/60{
    color: rgb(190 24 93 / 0.6);
  }

  .xxl\:text-pink-700\/65{
    color: rgb(190 24 93 / 0.65);
  }

  .xxl\:text-pink-700\/70{
    color: rgb(190 24 93 / 0.7);
  }

  .xxl\:text-pink-700\/75{
    color: rgb(190 24 93 / 0.75);
  }

  .xxl\:text-pink-700\/80{
    color: rgb(190 24 93 / 0.8);
  }

  .xxl\:text-pink-700\/85{
    color: rgb(190 24 93 / 0.85);
  }

  .xxl\:text-pink-700\/90{
    color: rgb(190 24 93 / 0.9);
  }

  .xxl\:text-pink-700\/95{
    color: rgb(190 24 93 / 0.95);
  }

  .xxl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-800\/0{
    color: rgb(157 23 77 / 0);
  }

  .xxl\:text-pink-800\/10{
    color: rgb(157 23 77 / 0.1);
  }

  .xxl\:text-pink-800\/100{
    color: rgb(157 23 77 / 1);
  }

  .xxl\:text-pink-800\/15{
    color: rgb(157 23 77 / 0.15);
  }

  .xxl\:text-pink-800\/20{
    color: rgb(157 23 77 / 0.2);
  }

  .xxl\:text-pink-800\/25{
    color: rgb(157 23 77 / 0.25);
  }

  .xxl\:text-pink-800\/30{
    color: rgb(157 23 77 / 0.3);
  }

  .xxl\:text-pink-800\/35{
    color: rgb(157 23 77 / 0.35);
  }

  .xxl\:text-pink-800\/40{
    color: rgb(157 23 77 / 0.4);
  }

  .xxl\:text-pink-800\/45{
    color: rgb(157 23 77 / 0.45);
  }

  .xxl\:text-pink-800\/5{
    color: rgb(157 23 77 / 0.05);
  }

  .xxl\:text-pink-800\/50{
    color: rgb(157 23 77 / 0.5);
  }

  .xxl\:text-pink-800\/55{
    color: rgb(157 23 77 / 0.55);
  }

  .xxl\:text-pink-800\/60{
    color: rgb(157 23 77 / 0.6);
  }

  .xxl\:text-pink-800\/65{
    color: rgb(157 23 77 / 0.65);
  }

  .xxl\:text-pink-800\/70{
    color: rgb(157 23 77 / 0.7);
  }

  .xxl\:text-pink-800\/75{
    color: rgb(157 23 77 / 0.75);
  }

  .xxl\:text-pink-800\/80{
    color: rgb(157 23 77 / 0.8);
  }

  .xxl\:text-pink-800\/85{
    color: rgb(157 23 77 / 0.85);
  }

  .xxl\:text-pink-800\/90{
    color: rgb(157 23 77 / 0.9);
  }

  .xxl\:text-pink-800\/95{
    color: rgb(157 23 77 / 0.95);
  }

  .xxl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-900\/0{
    color: rgb(131 24 67 / 0);
  }

  .xxl\:text-pink-900\/10{
    color: rgb(131 24 67 / 0.1);
  }

  .xxl\:text-pink-900\/100{
    color: rgb(131 24 67 / 1);
  }

  .xxl\:text-pink-900\/15{
    color: rgb(131 24 67 / 0.15);
  }

  .xxl\:text-pink-900\/20{
    color: rgb(131 24 67 / 0.2);
  }

  .xxl\:text-pink-900\/25{
    color: rgb(131 24 67 / 0.25);
  }

  .xxl\:text-pink-900\/30{
    color: rgb(131 24 67 / 0.3);
  }

  .xxl\:text-pink-900\/35{
    color: rgb(131 24 67 / 0.35);
  }

  .xxl\:text-pink-900\/40{
    color: rgb(131 24 67 / 0.4);
  }

  .xxl\:text-pink-900\/45{
    color: rgb(131 24 67 / 0.45);
  }

  .xxl\:text-pink-900\/5{
    color: rgb(131 24 67 / 0.05);
  }

  .xxl\:text-pink-900\/50{
    color: rgb(131 24 67 / 0.5);
  }

  .xxl\:text-pink-900\/55{
    color: rgb(131 24 67 / 0.55);
  }

  .xxl\:text-pink-900\/60{
    color: rgb(131 24 67 / 0.6);
  }

  .xxl\:text-pink-900\/65{
    color: rgb(131 24 67 / 0.65);
  }

  .xxl\:text-pink-900\/70{
    color: rgb(131 24 67 / 0.7);
  }

  .xxl\:text-pink-900\/75{
    color: rgb(131 24 67 / 0.75);
  }

  .xxl\:text-pink-900\/80{
    color: rgb(131 24 67 / 0.8);
  }

  .xxl\:text-pink-900\/85{
    color: rgb(131 24 67 / 0.85);
  }

  .xxl\:text-pink-900\/90{
    color: rgb(131 24 67 / 0.9);
  }

  .xxl\:text-pink-900\/95{
    color: rgb(131 24 67 / 0.95);
  }

  .xxl\:text-pink-950{
    --tw-text-opacity: 1;
    color: rgb(80 7 36 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-pink-950\/0{
    color: rgb(80 7 36 / 0);
  }

  .xxl\:text-pink-950\/10{
    color: rgb(80 7 36 / 0.1);
  }

  .xxl\:text-pink-950\/100{
    color: rgb(80 7 36 / 1);
  }

  .xxl\:text-pink-950\/15{
    color: rgb(80 7 36 / 0.15);
  }

  .xxl\:text-pink-950\/20{
    color: rgb(80 7 36 / 0.2);
  }

  .xxl\:text-pink-950\/25{
    color: rgb(80 7 36 / 0.25);
  }

  .xxl\:text-pink-950\/30{
    color: rgb(80 7 36 / 0.3);
  }

  .xxl\:text-pink-950\/35{
    color: rgb(80 7 36 / 0.35);
  }

  .xxl\:text-pink-950\/40{
    color: rgb(80 7 36 / 0.4);
  }

  .xxl\:text-pink-950\/45{
    color: rgb(80 7 36 / 0.45);
  }

  .xxl\:text-pink-950\/5{
    color: rgb(80 7 36 / 0.05);
  }

  .xxl\:text-pink-950\/50{
    color: rgb(80 7 36 / 0.5);
  }

  .xxl\:text-pink-950\/55{
    color: rgb(80 7 36 / 0.55);
  }

  .xxl\:text-pink-950\/60{
    color: rgb(80 7 36 / 0.6);
  }

  .xxl\:text-pink-950\/65{
    color: rgb(80 7 36 / 0.65);
  }

  .xxl\:text-pink-950\/70{
    color: rgb(80 7 36 / 0.7);
  }

  .xxl\:text-pink-950\/75{
    color: rgb(80 7 36 / 0.75);
  }

  .xxl\:text-pink-950\/80{
    color: rgb(80 7 36 / 0.8);
  }

  .xxl\:text-pink-950\/85{
    color: rgb(80 7 36 / 0.85);
  }

  .xxl\:text-pink-950\/90{
    color: rgb(80 7 36 / 0.9);
  }

  .xxl\:text-pink-950\/95{
    color: rgb(80 7 36 / 0.95);
  }

  .xxl\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(23 62 81 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-primary\/0{
    color: rgb(23 62 81 / 0);
  }

  .xxl\:text-primary\/10{
    color: rgb(23 62 81 / 0.1);
  }

  .xxl\:text-primary\/100{
    color: rgb(23 62 81 / 1);
  }

  .xxl\:text-primary\/15{
    color: rgb(23 62 81 / 0.15);
  }

  .xxl\:text-primary\/20{
    color: rgb(23 62 81 / 0.2);
  }

  .xxl\:text-primary\/25{
    color: rgb(23 62 81 / 0.25);
  }

  .xxl\:text-primary\/30{
    color: rgb(23 62 81 / 0.3);
  }

  .xxl\:text-primary\/35{
    color: rgb(23 62 81 / 0.35);
  }

  .xxl\:text-primary\/40{
    color: rgb(23 62 81 / 0.4);
  }

  .xxl\:text-primary\/45{
    color: rgb(23 62 81 / 0.45);
  }

  .xxl\:text-primary\/5{
    color: rgb(23 62 81 / 0.05);
  }

  .xxl\:text-primary\/50{
    color: rgb(23 62 81 / 0.5);
  }

  .xxl\:text-primary\/55{
    color: rgb(23 62 81 / 0.55);
  }

  .xxl\:text-primary\/60{
    color: rgb(23 62 81 / 0.6);
  }

  .xxl\:text-primary\/65{
    color: rgb(23 62 81 / 0.65);
  }

  .xxl\:text-primary\/70{
    color: rgb(23 62 81 / 0.7);
  }

  .xxl\:text-primary\/75{
    color: rgb(23 62 81 / 0.75);
  }

  .xxl\:text-primary\/80{
    color: rgb(23 62 81 / 0.8);
  }

  .xxl\:text-primary\/85{
    color: rgb(23 62 81 / 0.85);
  }

  .xxl\:text-primary\/90{
    color: rgb(23 62 81 / 0.9);
  }

  .xxl\:text-primary\/95{
    color: rgb(23 62 81 / 0.95);
  }

  .xxl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgb(243 232 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-100\/0{
    color: rgb(243 232 255 / 0);
  }

  .xxl\:text-purple-100\/10{
    color: rgb(243 232 255 / 0.1);
  }

  .xxl\:text-purple-100\/100{
    color: rgb(243 232 255 / 1);
  }

  .xxl\:text-purple-100\/15{
    color: rgb(243 232 255 / 0.15);
  }

  .xxl\:text-purple-100\/20{
    color: rgb(243 232 255 / 0.2);
  }

  .xxl\:text-purple-100\/25{
    color: rgb(243 232 255 / 0.25);
  }

  .xxl\:text-purple-100\/30{
    color: rgb(243 232 255 / 0.3);
  }

  .xxl\:text-purple-100\/35{
    color: rgb(243 232 255 / 0.35);
  }

  .xxl\:text-purple-100\/40{
    color: rgb(243 232 255 / 0.4);
  }

  .xxl\:text-purple-100\/45{
    color: rgb(243 232 255 / 0.45);
  }

  .xxl\:text-purple-100\/5{
    color: rgb(243 232 255 / 0.05);
  }

  .xxl\:text-purple-100\/50{
    color: rgb(243 232 255 / 0.5);
  }

  .xxl\:text-purple-100\/55{
    color: rgb(243 232 255 / 0.55);
  }

  .xxl\:text-purple-100\/60{
    color: rgb(243 232 255 / 0.6);
  }

  .xxl\:text-purple-100\/65{
    color: rgb(243 232 255 / 0.65);
  }

  .xxl\:text-purple-100\/70{
    color: rgb(243 232 255 / 0.7);
  }

  .xxl\:text-purple-100\/75{
    color: rgb(243 232 255 / 0.75);
  }

  .xxl\:text-purple-100\/80{
    color: rgb(243 232 255 / 0.8);
  }

  .xxl\:text-purple-100\/85{
    color: rgb(243 232 255 / 0.85);
  }

  .xxl\:text-purple-100\/90{
    color: rgb(243 232 255 / 0.9);
  }

  .xxl\:text-purple-100\/95{
    color: rgb(243 232 255 / 0.95);
  }

  .xxl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-200\/0{
    color: rgb(233 213 255 / 0);
  }

  .xxl\:text-purple-200\/10{
    color: rgb(233 213 255 / 0.1);
  }

  .xxl\:text-purple-200\/100{
    color: rgb(233 213 255 / 1);
  }

  .xxl\:text-purple-200\/15{
    color: rgb(233 213 255 / 0.15);
  }

  .xxl\:text-purple-200\/20{
    color: rgb(233 213 255 / 0.2);
  }

  .xxl\:text-purple-200\/25{
    color: rgb(233 213 255 / 0.25);
  }

  .xxl\:text-purple-200\/30{
    color: rgb(233 213 255 / 0.3);
  }

  .xxl\:text-purple-200\/35{
    color: rgb(233 213 255 / 0.35);
  }

  .xxl\:text-purple-200\/40{
    color: rgb(233 213 255 / 0.4);
  }

  .xxl\:text-purple-200\/45{
    color: rgb(233 213 255 / 0.45);
  }

  .xxl\:text-purple-200\/5{
    color: rgb(233 213 255 / 0.05);
  }

  .xxl\:text-purple-200\/50{
    color: rgb(233 213 255 / 0.5);
  }

  .xxl\:text-purple-200\/55{
    color: rgb(233 213 255 / 0.55);
  }

  .xxl\:text-purple-200\/60{
    color: rgb(233 213 255 / 0.6);
  }

  .xxl\:text-purple-200\/65{
    color: rgb(233 213 255 / 0.65);
  }

  .xxl\:text-purple-200\/70{
    color: rgb(233 213 255 / 0.7);
  }

  .xxl\:text-purple-200\/75{
    color: rgb(233 213 255 / 0.75);
  }

  .xxl\:text-purple-200\/80{
    color: rgb(233 213 255 / 0.8);
  }

  .xxl\:text-purple-200\/85{
    color: rgb(233 213 255 / 0.85);
  }

  .xxl\:text-purple-200\/90{
    color: rgb(233 213 255 / 0.9);
  }

  .xxl\:text-purple-200\/95{
    color: rgb(233 213 255 / 0.95);
  }

  .xxl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-300\/0{
    color: rgb(216 180 254 / 0);
  }

  .xxl\:text-purple-300\/10{
    color: rgb(216 180 254 / 0.1);
  }

  .xxl\:text-purple-300\/100{
    color: rgb(216 180 254 / 1);
  }

  .xxl\:text-purple-300\/15{
    color: rgb(216 180 254 / 0.15);
  }

  .xxl\:text-purple-300\/20{
    color: rgb(216 180 254 / 0.2);
  }

  .xxl\:text-purple-300\/25{
    color: rgb(216 180 254 / 0.25);
  }

  .xxl\:text-purple-300\/30{
    color: rgb(216 180 254 / 0.3);
  }

  .xxl\:text-purple-300\/35{
    color: rgb(216 180 254 / 0.35);
  }

  .xxl\:text-purple-300\/40{
    color: rgb(216 180 254 / 0.4);
  }

  .xxl\:text-purple-300\/45{
    color: rgb(216 180 254 / 0.45);
  }

  .xxl\:text-purple-300\/5{
    color: rgb(216 180 254 / 0.05);
  }

  .xxl\:text-purple-300\/50{
    color: rgb(216 180 254 / 0.5);
  }

  .xxl\:text-purple-300\/55{
    color: rgb(216 180 254 / 0.55);
  }

  .xxl\:text-purple-300\/60{
    color: rgb(216 180 254 / 0.6);
  }

  .xxl\:text-purple-300\/65{
    color: rgb(216 180 254 / 0.65);
  }

  .xxl\:text-purple-300\/70{
    color: rgb(216 180 254 / 0.7);
  }

  .xxl\:text-purple-300\/75{
    color: rgb(216 180 254 / 0.75);
  }

  .xxl\:text-purple-300\/80{
    color: rgb(216 180 254 / 0.8);
  }

  .xxl\:text-purple-300\/85{
    color: rgb(216 180 254 / 0.85);
  }

  .xxl\:text-purple-300\/90{
    color: rgb(216 180 254 / 0.9);
  }

  .xxl\:text-purple-300\/95{
    color: rgb(216 180 254 / 0.95);
  }

  .xxl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-400\/0{
    color: rgb(192 132 252 / 0);
  }

  .xxl\:text-purple-400\/10{
    color: rgb(192 132 252 / 0.1);
  }

  .xxl\:text-purple-400\/100{
    color: rgb(192 132 252 / 1);
  }

  .xxl\:text-purple-400\/15{
    color: rgb(192 132 252 / 0.15);
  }

  .xxl\:text-purple-400\/20{
    color: rgb(192 132 252 / 0.2);
  }

  .xxl\:text-purple-400\/25{
    color: rgb(192 132 252 / 0.25);
  }

  .xxl\:text-purple-400\/30{
    color: rgb(192 132 252 / 0.3);
  }

  .xxl\:text-purple-400\/35{
    color: rgb(192 132 252 / 0.35);
  }

  .xxl\:text-purple-400\/40{
    color: rgb(192 132 252 / 0.4);
  }

  .xxl\:text-purple-400\/45{
    color: rgb(192 132 252 / 0.45);
  }

  .xxl\:text-purple-400\/5{
    color: rgb(192 132 252 / 0.05);
  }

  .xxl\:text-purple-400\/50{
    color: rgb(192 132 252 / 0.5);
  }

  .xxl\:text-purple-400\/55{
    color: rgb(192 132 252 / 0.55);
  }

  .xxl\:text-purple-400\/60{
    color: rgb(192 132 252 / 0.6);
  }

  .xxl\:text-purple-400\/65{
    color: rgb(192 132 252 / 0.65);
  }

  .xxl\:text-purple-400\/70{
    color: rgb(192 132 252 / 0.7);
  }

  .xxl\:text-purple-400\/75{
    color: rgb(192 132 252 / 0.75);
  }

  .xxl\:text-purple-400\/80{
    color: rgb(192 132 252 / 0.8);
  }

  .xxl\:text-purple-400\/85{
    color: rgb(192 132 252 / 0.85);
  }

  .xxl\:text-purple-400\/90{
    color: rgb(192 132 252 / 0.9);
  }

  .xxl\:text-purple-400\/95{
    color: rgb(192 132 252 / 0.95);
  }

  .xxl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgb(250 245 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-50\/0{
    color: rgb(250 245 255 / 0);
  }

  .xxl\:text-purple-50\/10{
    color: rgb(250 245 255 / 0.1);
  }

  .xxl\:text-purple-50\/100{
    color: rgb(250 245 255 / 1);
  }

  .xxl\:text-purple-50\/15{
    color: rgb(250 245 255 / 0.15);
  }

  .xxl\:text-purple-50\/20{
    color: rgb(250 245 255 / 0.2);
  }

  .xxl\:text-purple-50\/25{
    color: rgb(250 245 255 / 0.25);
  }

  .xxl\:text-purple-50\/30{
    color: rgb(250 245 255 / 0.3);
  }

  .xxl\:text-purple-50\/35{
    color: rgb(250 245 255 / 0.35);
  }

  .xxl\:text-purple-50\/40{
    color: rgb(250 245 255 / 0.4);
  }

  .xxl\:text-purple-50\/45{
    color: rgb(250 245 255 / 0.45);
  }

  .xxl\:text-purple-50\/5{
    color: rgb(250 245 255 / 0.05);
  }

  .xxl\:text-purple-50\/50{
    color: rgb(250 245 255 / 0.5);
  }

  .xxl\:text-purple-50\/55{
    color: rgb(250 245 255 / 0.55);
  }

  .xxl\:text-purple-50\/60{
    color: rgb(250 245 255 / 0.6);
  }

  .xxl\:text-purple-50\/65{
    color: rgb(250 245 255 / 0.65);
  }

  .xxl\:text-purple-50\/70{
    color: rgb(250 245 255 / 0.7);
  }

  .xxl\:text-purple-50\/75{
    color: rgb(250 245 255 / 0.75);
  }

  .xxl\:text-purple-50\/80{
    color: rgb(250 245 255 / 0.8);
  }

  .xxl\:text-purple-50\/85{
    color: rgb(250 245 255 / 0.85);
  }

  .xxl\:text-purple-50\/90{
    color: rgb(250 245 255 / 0.9);
  }

  .xxl\:text-purple-50\/95{
    color: rgb(250 245 255 / 0.95);
  }

  .xxl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-500\/0{
    color: rgb(168 85 247 / 0);
  }

  .xxl\:text-purple-500\/10{
    color: rgb(168 85 247 / 0.1);
  }

  .xxl\:text-purple-500\/100{
    color: rgb(168 85 247 / 1);
  }

  .xxl\:text-purple-500\/15{
    color: rgb(168 85 247 / 0.15);
  }

  .xxl\:text-purple-500\/20{
    color: rgb(168 85 247 / 0.2);
  }

  .xxl\:text-purple-500\/25{
    color: rgb(168 85 247 / 0.25);
  }

  .xxl\:text-purple-500\/30{
    color: rgb(168 85 247 / 0.3);
  }

  .xxl\:text-purple-500\/35{
    color: rgb(168 85 247 / 0.35);
  }

  .xxl\:text-purple-500\/40{
    color: rgb(168 85 247 / 0.4);
  }

  .xxl\:text-purple-500\/45{
    color: rgb(168 85 247 / 0.45);
  }

  .xxl\:text-purple-500\/5{
    color: rgb(168 85 247 / 0.05);
  }

  .xxl\:text-purple-500\/50{
    color: rgb(168 85 247 / 0.5);
  }

  .xxl\:text-purple-500\/55{
    color: rgb(168 85 247 / 0.55);
  }

  .xxl\:text-purple-500\/60{
    color: rgb(168 85 247 / 0.6);
  }

  .xxl\:text-purple-500\/65{
    color: rgb(168 85 247 / 0.65);
  }

  .xxl\:text-purple-500\/70{
    color: rgb(168 85 247 / 0.7);
  }

  .xxl\:text-purple-500\/75{
    color: rgb(168 85 247 / 0.75);
  }

  .xxl\:text-purple-500\/80{
    color: rgb(168 85 247 / 0.8);
  }

  .xxl\:text-purple-500\/85{
    color: rgb(168 85 247 / 0.85);
  }

  .xxl\:text-purple-500\/90{
    color: rgb(168 85 247 / 0.9);
  }

  .xxl\:text-purple-500\/95{
    color: rgb(168 85 247 / 0.95);
  }

  .xxl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-600\/0{
    color: rgb(147 51 234 / 0);
  }

  .xxl\:text-purple-600\/10{
    color: rgb(147 51 234 / 0.1);
  }

  .xxl\:text-purple-600\/100{
    color: rgb(147 51 234 / 1);
  }

  .xxl\:text-purple-600\/15{
    color: rgb(147 51 234 / 0.15);
  }

  .xxl\:text-purple-600\/20{
    color: rgb(147 51 234 / 0.2);
  }

  .xxl\:text-purple-600\/25{
    color: rgb(147 51 234 / 0.25);
  }

  .xxl\:text-purple-600\/30{
    color: rgb(147 51 234 / 0.3);
  }

  .xxl\:text-purple-600\/35{
    color: rgb(147 51 234 / 0.35);
  }

  .xxl\:text-purple-600\/40{
    color: rgb(147 51 234 / 0.4);
  }

  .xxl\:text-purple-600\/45{
    color: rgb(147 51 234 / 0.45);
  }

  .xxl\:text-purple-600\/5{
    color: rgb(147 51 234 / 0.05);
  }

  .xxl\:text-purple-600\/50{
    color: rgb(147 51 234 / 0.5);
  }

  .xxl\:text-purple-600\/55{
    color: rgb(147 51 234 / 0.55);
  }

  .xxl\:text-purple-600\/60{
    color: rgb(147 51 234 / 0.6);
  }

  .xxl\:text-purple-600\/65{
    color: rgb(147 51 234 / 0.65);
  }

  .xxl\:text-purple-600\/70{
    color: rgb(147 51 234 / 0.7);
  }

  .xxl\:text-purple-600\/75{
    color: rgb(147 51 234 / 0.75);
  }

  .xxl\:text-purple-600\/80{
    color: rgb(147 51 234 / 0.8);
  }

  .xxl\:text-purple-600\/85{
    color: rgb(147 51 234 / 0.85);
  }

  .xxl\:text-purple-600\/90{
    color: rgb(147 51 234 / 0.9);
  }

  .xxl\:text-purple-600\/95{
    color: rgb(147 51 234 / 0.95);
  }

  .xxl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-700\/0{
    color: rgb(126 34 206 / 0);
  }

  .xxl\:text-purple-700\/10{
    color: rgb(126 34 206 / 0.1);
  }

  .xxl\:text-purple-700\/100{
    color: rgb(126 34 206 / 1);
  }

  .xxl\:text-purple-700\/15{
    color: rgb(126 34 206 / 0.15);
  }

  .xxl\:text-purple-700\/20{
    color: rgb(126 34 206 / 0.2);
  }

  .xxl\:text-purple-700\/25{
    color: rgb(126 34 206 / 0.25);
  }

  .xxl\:text-purple-700\/30{
    color: rgb(126 34 206 / 0.3);
  }

  .xxl\:text-purple-700\/35{
    color: rgb(126 34 206 / 0.35);
  }

  .xxl\:text-purple-700\/40{
    color: rgb(126 34 206 / 0.4);
  }

  .xxl\:text-purple-700\/45{
    color: rgb(126 34 206 / 0.45);
  }

  .xxl\:text-purple-700\/5{
    color: rgb(126 34 206 / 0.05);
  }

  .xxl\:text-purple-700\/50{
    color: rgb(126 34 206 / 0.5);
  }

  .xxl\:text-purple-700\/55{
    color: rgb(126 34 206 / 0.55);
  }

  .xxl\:text-purple-700\/60{
    color: rgb(126 34 206 / 0.6);
  }

  .xxl\:text-purple-700\/65{
    color: rgb(126 34 206 / 0.65);
  }

  .xxl\:text-purple-700\/70{
    color: rgb(126 34 206 / 0.7);
  }

  .xxl\:text-purple-700\/75{
    color: rgb(126 34 206 / 0.75);
  }

  .xxl\:text-purple-700\/80{
    color: rgb(126 34 206 / 0.8);
  }

  .xxl\:text-purple-700\/85{
    color: rgb(126 34 206 / 0.85);
  }

  .xxl\:text-purple-700\/90{
    color: rgb(126 34 206 / 0.9);
  }

  .xxl\:text-purple-700\/95{
    color: rgb(126 34 206 / 0.95);
  }

  .xxl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgb(107 33 168 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-800\/0{
    color: rgb(107 33 168 / 0);
  }

  .xxl\:text-purple-800\/10{
    color: rgb(107 33 168 / 0.1);
  }

  .xxl\:text-purple-800\/100{
    color: rgb(107 33 168 / 1);
  }

  .xxl\:text-purple-800\/15{
    color: rgb(107 33 168 / 0.15);
  }

  .xxl\:text-purple-800\/20{
    color: rgb(107 33 168 / 0.2);
  }

  .xxl\:text-purple-800\/25{
    color: rgb(107 33 168 / 0.25);
  }

  .xxl\:text-purple-800\/30{
    color: rgb(107 33 168 / 0.3);
  }

  .xxl\:text-purple-800\/35{
    color: rgb(107 33 168 / 0.35);
  }

  .xxl\:text-purple-800\/40{
    color: rgb(107 33 168 / 0.4);
  }

  .xxl\:text-purple-800\/45{
    color: rgb(107 33 168 / 0.45);
  }

  .xxl\:text-purple-800\/5{
    color: rgb(107 33 168 / 0.05);
  }

  .xxl\:text-purple-800\/50{
    color: rgb(107 33 168 / 0.5);
  }

  .xxl\:text-purple-800\/55{
    color: rgb(107 33 168 / 0.55);
  }

  .xxl\:text-purple-800\/60{
    color: rgb(107 33 168 / 0.6);
  }

  .xxl\:text-purple-800\/65{
    color: rgb(107 33 168 / 0.65);
  }

  .xxl\:text-purple-800\/70{
    color: rgb(107 33 168 / 0.7);
  }

  .xxl\:text-purple-800\/75{
    color: rgb(107 33 168 / 0.75);
  }

  .xxl\:text-purple-800\/80{
    color: rgb(107 33 168 / 0.8);
  }

  .xxl\:text-purple-800\/85{
    color: rgb(107 33 168 / 0.85);
  }

  .xxl\:text-purple-800\/90{
    color: rgb(107 33 168 / 0.9);
  }

  .xxl\:text-purple-800\/95{
    color: rgb(107 33 168 / 0.95);
  }

  .xxl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgb(88 28 135 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-900\/0{
    color: rgb(88 28 135 / 0);
  }

  .xxl\:text-purple-900\/10{
    color: rgb(88 28 135 / 0.1);
  }

  .xxl\:text-purple-900\/100{
    color: rgb(88 28 135 / 1);
  }

  .xxl\:text-purple-900\/15{
    color: rgb(88 28 135 / 0.15);
  }

  .xxl\:text-purple-900\/20{
    color: rgb(88 28 135 / 0.2);
  }

  .xxl\:text-purple-900\/25{
    color: rgb(88 28 135 / 0.25);
  }

  .xxl\:text-purple-900\/30{
    color: rgb(88 28 135 / 0.3);
  }

  .xxl\:text-purple-900\/35{
    color: rgb(88 28 135 / 0.35);
  }

  .xxl\:text-purple-900\/40{
    color: rgb(88 28 135 / 0.4);
  }

  .xxl\:text-purple-900\/45{
    color: rgb(88 28 135 / 0.45);
  }

  .xxl\:text-purple-900\/5{
    color: rgb(88 28 135 / 0.05);
  }

  .xxl\:text-purple-900\/50{
    color: rgb(88 28 135 / 0.5);
  }

  .xxl\:text-purple-900\/55{
    color: rgb(88 28 135 / 0.55);
  }

  .xxl\:text-purple-900\/60{
    color: rgb(88 28 135 / 0.6);
  }

  .xxl\:text-purple-900\/65{
    color: rgb(88 28 135 / 0.65);
  }

  .xxl\:text-purple-900\/70{
    color: rgb(88 28 135 / 0.7);
  }

  .xxl\:text-purple-900\/75{
    color: rgb(88 28 135 / 0.75);
  }

  .xxl\:text-purple-900\/80{
    color: rgb(88 28 135 / 0.8);
  }

  .xxl\:text-purple-900\/85{
    color: rgb(88 28 135 / 0.85);
  }

  .xxl\:text-purple-900\/90{
    color: rgb(88 28 135 / 0.9);
  }

  .xxl\:text-purple-900\/95{
    color: rgb(88 28 135 / 0.95);
  }

  .xxl\:text-purple-950{
    --tw-text-opacity: 1;
    color: rgb(59 7 100 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-purple-950\/0{
    color: rgb(59 7 100 / 0);
  }

  .xxl\:text-purple-950\/10{
    color: rgb(59 7 100 / 0.1);
  }

  .xxl\:text-purple-950\/100{
    color: rgb(59 7 100 / 1);
  }

  .xxl\:text-purple-950\/15{
    color: rgb(59 7 100 / 0.15);
  }

  .xxl\:text-purple-950\/20{
    color: rgb(59 7 100 / 0.2);
  }

  .xxl\:text-purple-950\/25{
    color: rgb(59 7 100 / 0.25);
  }

  .xxl\:text-purple-950\/30{
    color: rgb(59 7 100 / 0.3);
  }

  .xxl\:text-purple-950\/35{
    color: rgb(59 7 100 / 0.35);
  }

  .xxl\:text-purple-950\/40{
    color: rgb(59 7 100 / 0.4);
  }

  .xxl\:text-purple-950\/45{
    color: rgb(59 7 100 / 0.45);
  }

  .xxl\:text-purple-950\/5{
    color: rgb(59 7 100 / 0.05);
  }

  .xxl\:text-purple-950\/50{
    color: rgb(59 7 100 / 0.5);
  }

  .xxl\:text-purple-950\/55{
    color: rgb(59 7 100 / 0.55);
  }

  .xxl\:text-purple-950\/60{
    color: rgb(59 7 100 / 0.6);
  }

  .xxl\:text-purple-950\/65{
    color: rgb(59 7 100 / 0.65);
  }

  .xxl\:text-purple-950\/70{
    color: rgb(59 7 100 / 0.7);
  }

  .xxl\:text-purple-950\/75{
    color: rgb(59 7 100 / 0.75);
  }

  .xxl\:text-purple-950\/80{
    color: rgb(59 7 100 / 0.8);
  }

  .xxl\:text-purple-950\/85{
    color: rgb(59 7 100 / 0.85);
  }

  .xxl\:text-purple-950\/90{
    color: rgb(59 7 100 / 0.9);
  }

  .xxl\:text-purple-950\/95{
    color: rgb(59 7 100 / 0.95);
  }

  .xxl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-100\/0{
    color: rgb(254 226 226 / 0);
  }

  .xxl\:text-red-100\/10{
    color: rgb(254 226 226 / 0.1);
  }

  .xxl\:text-red-100\/100{
    color: rgb(254 226 226 / 1);
  }

  .xxl\:text-red-100\/15{
    color: rgb(254 226 226 / 0.15);
  }

  .xxl\:text-red-100\/20{
    color: rgb(254 226 226 / 0.2);
  }

  .xxl\:text-red-100\/25{
    color: rgb(254 226 226 / 0.25);
  }

  .xxl\:text-red-100\/30{
    color: rgb(254 226 226 / 0.3);
  }

  .xxl\:text-red-100\/35{
    color: rgb(254 226 226 / 0.35);
  }

  .xxl\:text-red-100\/40{
    color: rgb(254 226 226 / 0.4);
  }

  .xxl\:text-red-100\/45{
    color: rgb(254 226 226 / 0.45);
  }

  .xxl\:text-red-100\/5{
    color: rgb(254 226 226 / 0.05);
  }

  .xxl\:text-red-100\/50{
    color: rgb(254 226 226 / 0.5);
  }

  .xxl\:text-red-100\/55{
    color: rgb(254 226 226 / 0.55);
  }

  .xxl\:text-red-100\/60{
    color: rgb(254 226 226 / 0.6);
  }

  .xxl\:text-red-100\/65{
    color: rgb(254 226 226 / 0.65);
  }

  .xxl\:text-red-100\/70{
    color: rgb(254 226 226 / 0.7);
  }

  .xxl\:text-red-100\/75{
    color: rgb(254 226 226 / 0.75);
  }

  .xxl\:text-red-100\/80{
    color: rgb(254 226 226 / 0.8);
  }

  .xxl\:text-red-100\/85{
    color: rgb(254 226 226 / 0.85);
  }

  .xxl\:text-red-100\/90{
    color: rgb(254 226 226 / 0.9);
  }

  .xxl\:text-red-100\/95{
    color: rgb(254 226 226 / 0.95);
  }

  .xxl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-200\/0{
    color: rgb(254 202 202 / 0);
  }

  .xxl\:text-red-200\/10{
    color: rgb(254 202 202 / 0.1);
  }

  .xxl\:text-red-200\/100{
    color: rgb(254 202 202 / 1);
  }

  .xxl\:text-red-200\/15{
    color: rgb(254 202 202 / 0.15);
  }

  .xxl\:text-red-200\/20{
    color: rgb(254 202 202 / 0.2);
  }

  .xxl\:text-red-200\/25{
    color: rgb(254 202 202 / 0.25);
  }

  .xxl\:text-red-200\/30{
    color: rgb(254 202 202 / 0.3);
  }

  .xxl\:text-red-200\/35{
    color: rgb(254 202 202 / 0.35);
  }

  .xxl\:text-red-200\/40{
    color: rgb(254 202 202 / 0.4);
  }

  .xxl\:text-red-200\/45{
    color: rgb(254 202 202 / 0.45);
  }

  .xxl\:text-red-200\/5{
    color: rgb(254 202 202 / 0.05);
  }

  .xxl\:text-red-200\/50{
    color: rgb(254 202 202 / 0.5);
  }

  .xxl\:text-red-200\/55{
    color: rgb(254 202 202 / 0.55);
  }

  .xxl\:text-red-200\/60{
    color: rgb(254 202 202 / 0.6);
  }

  .xxl\:text-red-200\/65{
    color: rgb(254 202 202 / 0.65);
  }

  .xxl\:text-red-200\/70{
    color: rgb(254 202 202 / 0.7);
  }

  .xxl\:text-red-200\/75{
    color: rgb(254 202 202 / 0.75);
  }

  .xxl\:text-red-200\/80{
    color: rgb(254 202 202 / 0.8);
  }

  .xxl\:text-red-200\/85{
    color: rgb(254 202 202 / 0.85);
  }

  .xxl\:text-red-200\/90{
    color: rgb(254 202 202 / 0.9);
  }

  .xxl\:text-red-200\/95{
    color: rgb(254 202 202 / 0.95);
  }

  .xxl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-300\/0{
    color: rgb(252 165 165 / 0);
  }

  .xxl\:text-red-300\/10{
    color: rgb(252 165 165 / 0.1);
  }

  .xxl\:text-red-300\/100{
    color: rgb(252 165 165 / 1);
  }

  .xxl\:text-red-300\/15{
    color: rgb(252 165 165 / 0.15);
  }

  .xxl\:text-red-300\/20{
    color: rgb(252 165 165 / 0.2);
  }

  .xxl\:text-red-300\/25{
    color: rgb(252 165 165 / 0.25);
  }

  .xxl\:text-red-300\/30{
    color: rgb(252 165 165 / 0.3);
  }

  .xxl\:text-red-300\/35{
    color: rgb(252 165 165 / 0.35);
  }

  .xxl\:text-red-300\/40{
    color: rgb(252 165 165 / 0.4);
  }

  .xxl\:text-red-300\/45{
    color: rgb(252 165 165 / 0.45);
  }

  .xxl\:text-red-300\/5{
    color: rgb(252 165 165 / 0.05);
  }

  .xxl\:text-red-300\/50{
    color: rgb(252 165 165 / 0.5);
  }

  .xxl\:text-red-300\/55{
    color: rgb(252 165 165 / 0.55);
  }

  .xxl\:text-red-300\/60{
    color: rgb(252 165 165 / 0.6);
  }

  .xxl\:text-red-300\/65{
    color: rgb(252 165 165 / 0.65);
  }

  .xxl\:text-red-300\/70{
    color: rgb(252 165 165 / 0.7);
  }

  .xxl\:text-red-300\/75{
    color: rgb(252 165 165 / 0.75);
  }

  .xxl\:text-red-300\/80{
    color: rgb(252 165 165 / 0.8);
  }

  .xxl\:text-red-300\/85{
    color: rgb(252 165 165 / 0.85);
  }

  .xxl\:text-red-300\/90{
    color: rgb(252 165 165 / 0.9);
  }

  .xxl\:text-red-300\/95{
    color: rgb(252 165 165 / 0.95);
  }

  .xxl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-400\/0{
    color: rgb(248 113 113 / 0);
  }

  .xxl\:text-red-400\/10{
    color: rgb(248 113 113 / 0.1);
  }

  .xxl\:text-red-400\/100{
    color: rgb(248 113 113 / 1);
  }

  .xxl\:text-red-400\/15{
    color: rgb(248 113 113 / 0.15);
  }

  .xxl\:text-red-400\/20{
    color: rgb(248 113 113 / 0.2);
  }

  .xxl\:text-red-400\/25{
    color: rgb(248 113 113 / 0.25);
  }

  .xxl\:text-red-400\/30{
    color: rgb(248 113 113 / 0.3);
  }

  .xxl\:text-red-400\/35{
    color: rgb(248 113 113 / 0.35);
  }

  .xxl\:text-red-400\/40{
    color: rgb(248 113 113 / 0.4);
  }

  .xxl\:text-red-400\/45{
    color: rgb(248 113 113 / 0.45);
  }

  .xxl\:text-red-400\/5{
    color: rgb(248 113 113 / 0.05);
  }

  .xxl\:text-red-400\/50{
    color: rgb(248 113 113 / 0.5);
  }

  .xxl\:text-red-400\/55{
    color: rgb(248 113 113 / 0.55);
  }

  .xxl\:text-red-400\/60{
    color: rgb(248 113 113 / 0.6);
  }

  .xxl\:text-red-400\/65{
    color: rgb(248 113 113 / 0.65);
  }

  .xxl\:text-red-400\/70{
    color: rgb(248 113 113 / 0.7);
  }

  .xxl\:text-red-400\/75{
    color: rgb(248 113 113 / 0.75);
  }

  .xxl\:text-red-400\/80{
    color: rgb(248 113 113 / 0.8);
  }

  .xxl\:text-red-400\/85{
    color: rgb(248 113 113 / 0.85);
  }

  .xxl\:text-red-400\/90{
    color: rgb(248 113 113 / 0.9);
  }

  .xxl\:text-red-400\/95{
    color: rgb(248 113 113 / 0.95);
  }

  .xxl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-50\/0{
    color: rgb(254 242 242 / 0);
  }

  .xxl\:text-red-50\/10{
    color: rgb(254 242 242 / 0.1);
  }

  .xxl\:text-red-50\/100{
    color: rgb(254 242 242 / 1);
  }

  .xxl\:text-red-50\/15{
    color: rgb(254 242 242 / 0.15);
  }

  .xxl\:text-red-50\/20{
    color: rgb(254 242 242 / 0.2);
  }

  .xxl\:text-red-50\/25{
    color: rgb(254 242 242 / 0.25);
  }

  .xxl\:text-red-50\/30{
    color: rgb(254 242 242 / 0.3);
  }

  .xxl\:text-red-50\/35{
    color: rgb(254 242 242 / 0.35);
  }

  .xxl\:text-red-50\/40{
    color: rgb(254 242 242 / 0.4);
  }

  .xxl\:text-red-50\/45{
    color: rgb(254 242 242 / 0.45);
  }

  .xxl\:text-red-50\/5{
    color: rgb(254 242 242 / 0.05);
  }

  .xxl\:text-red-50\/50{
    color: rgb(254 242 242 / 0.5);
  }

  .xxl\:text-red-50\/55{
    color: rgb(254 242 242 / 0.55);
  }

  .xxl\:text-red-50\/60{
    color: rgb(254 242 242 / 0.6);
  }

  .xxl\:text-red-50\/65{
    color: rgb(254 242 242 / 0.65);
  }

  .xxl\:text-red-50\/70{
    color: rgb(254 242 242 / 0.7);
  }

  .xxl\:text-red-50\/75{
    color: rgb(254 242 242 / 0.75);
  }

  .xxl\:text-red-50\/80{
    color: rgb(254 242 242 / 0.8);
  }

  .xxl\:text-red-50\/85{
    color: rgb(254 242 242 / 0.85);
  }

  .xxl\:text-red-50\/90{
    color: rgb(254 242 242 / 0.9);
  }

  .xxl\:text-red-50\/95{
    color: rgb(254 242 242 / 0.95);
  }

  .xxl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-500\/0{
    color: rgb(239 68 68 / 0);
  }

  .xxl\:text-red-500\/10{
    color: rgb(239 68 68 / 0.1);
  }

  .xxl\:text-red-500\/100{
    color: rgb(239 68 68 / 1);
  }

  .xxl\:text-red-500\/15{
    color: rgb(239 68 68 / 0.15);
  }

  .xxl\:text-red-500\/20{
    color: rgb(239 68 68 / 0.2);
  }

  .xxl\:text-red-500\/25{
    color: rgb(239 68 68 / 0.25);
  }

  .xxl\:text-red-500\/30{
    color: rgb(239 68 68 / 0.3);
  }

  .xxl\:text-red-500\/35{
    color: rgb(239 68 68 / 0.35);
  }

  .xxl\:text-red-500\/40{
    color: rgb(239 68 68 / 0.4);
  }

  .xxl\:text-red-500\/45{
    color: rgb(239 68 68 / 0.45);
  }

  .xxl\:text-red-500\/5{
    color: rgb(239 68 68 / 0.05);
  }

  .xxl\:text-red-500\/50{
    color: rgb(239 68 68 / 0.5);
  }

  .xxl\:text-red-500\/55{
    color: rgb(239 68 68 / 0.55);
  }

  .xxl\:text-red-500\/60{
    color: rgb(239 68 68 / 0.6);
  }

  .xxl\:text-red-500\/65{
    color: rgb(239 68 68 / 0.65);
  }

  .xxl\:text-red-500\/70{
    color: rgb(239 68 68 / 0.7);
  }

  .xxl\:text-red-500\/75{
    color: rgb(239 68 68 / 0.75);
  }

  .xxl\:text-red-500\/80{
    color: rgb(239 68 68 / 0.8);
  }

  .xxl\:text-red-500\/85{
    color: rgb(239 68 68 / 0.85);
  }

  .xxl\:text-red-500\/90{
    color: rgb(239 68 68 / 0.9);
  }

  .xxl\:text-red-500\/95{
    color: rgb(239 68 68 / 0.95);
  }

  .xxl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-600\/0{
    color: rgb(220 38 38 / 0);
  }

  .xxl\:text-red-600\/10{
    color: rgb(220 38 38 / 0.1);
  }

  .xxl\:text-red-600\/100{
    color: rgb(220 38 38 / 1);
  }

  .xxl\:text-red-600\/15{
    color: rgb(220 38 38 / 0.15);
  }

  .xxl\:text-red-600\/20{
    color: rgb(220 38 38 / 0.2);
  }

  .xxl\:text-red-600\/25{
    color: rgb(220 38 38 / 0.25);
  }

  .xxl\:text-red-600\/30{
    color: rgb(220 38 38 / 0.3);
  }

  .xxl\:text-red-600\/35{
    color: rgb(220 38 38 / 0.35);
  }

  .xxl\:text-red-600\/40{
    color: rgb(220 38 38 / 0.4);
  }

  .xxl\:text-red-600\/45{
    color: rgb(220 38 38 / 0.45);
  }

  .xxl\:text-red-600\/5{
    color: rgb(220 38 38 / 0.05);
  }

  .xxl\:text-red-600\/50{
    color: rgb(220 38 38 / 0.5);
  }

  .xxl\:text-red-600\/55{
    color: rgb(220 38 38 / 0.55);
  }

  .xxl\:text-red-600\/60{
    color: rgb(220 38 38 / 0.6);
  }

  .xxl\:text-red-600\/65{
    color: rgb(220 38 38 / 0.65);
  }

  .xxl\:text-red-600\/70{
    color: rgb(220 38 38 / 0.7);
  }

  .xxl\:text-red-600\/75{
    color: rgb(220 38 38 / 0.75);
  }

  .xxl\:text-red-600\/80{
    color: rgb(220 38 38 / 0.8);
  }

  .xxl\:text-red-600\/85{
    color: rgb(220 38 38 / 0.85);
  }

  .xxl\:text-red-600\/90{
    color: rgb(220 38 38 / 0.9);
  }

  .xxl\:text-red-600\/95{
    color: rgb(220 38 38 / 0.95);
  }

  .xxl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-700\/0{
    color: rgb(185 28 28 / 0);
  }

  .xxl\:text-red-700\/10{
    color: rgb(185 28 28 / 0.1);
  }

  .xxl\:text-red-700\/100{
    color: rgb(185 28 28 / 1);
  }

  .xxl\:text-red-700\/15{
    color: rgb(185 28 28 / 0.15);
  }

  .xxl\:text-red-700\/20{
    color: rgb(185 28 28 / 0.2);
  }

  .xxl\:text-red-700\/25{
    color: rgb(185 28 28 / 0.25);
  }

  .xxl\:text-red-700\/30{
    color: rgb(185 28 28 / 0.3);
  }

  .xxl\:text-red-700\/35{
    color: rgb(185 28 28 / 0.35);
  }

  .xxl\:text-red-700\/40{
    color: rgb(185 28 28 / 0.4);
  }

  .xxl\:text-red-700\/45{
    color: rgb(185 28 28 / 0.45);
  }

  .xxl\:text-red-700\/5{
    color: rgb(185 28 28 / 0.05);
  }

  .xxl\:text-red-700\/50{
    color: rgb(185 28 28 / 0.5);
  }

  .xxl\:text-red-700\/55{
    color: rgb(185 28 28 / 0.55);
  }

  .xxl\:text-red-700\/60{
    color: rgb(185 28 28 / 0.6);
  }

  .xxl\:text-red-700\/65{
    color: rgb(185 28 28 / 0.65);
  }

  .xxl\:text-red-700\/70{
    color: rgb(185 28 28 / 0.7);
  }

  .xxl\:text-red-700\/75{
    color: rgb(185 28 28 / 0.75);
  }

  .xxl\:text-red-700\/80{
    color: rgb(185 28 28 / 0.8);
  }

  .xxl\:text-red-700\/85{
    color: rgb(185 28 28 / 0.85);
  }

  .xxl\:text-red-700\/90{
    color: rgb(185 28 28 / 0.9);
  }

  .xxl\:text-red-700\/95{
    color: rgb(185 28 28 / 0.95);
  }

  .xxl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-800\/0{
    color: rgb(153 27 27 / 0);
  }

  .xxl\:text-red-800\/10{
    color: rgb(153 27 27 / 0.1);
  }

  .xxl\:text-red-800\/100{
    color: rgb(153 27 27 / 1);
  }

  .xxl\:text-red-800\/15{
    color: rgb(153 27 27 / 0.15);
  }

  .xxl\:text-red-800\/20{
    color: rgb(153 27 27 / 0.2);
  }

  .xxl\:text-red-800\/25{
    color: rgb(153 27 27 / 0.25);
  }

  .xxl\:text-red-800\/30{
    color: rgb(153 27 27 / 0.3);
  }

  .xxl\:text-red-800\/35{
    color: rgb(153 27 27 / 0.35);
  }

  .xxl\:text-red-800\/40{
    color: rgb(153 27 27 / 0.4);
  }

  .xxl\:text-red-800\/45{
    color: rgb(153 27 27 / 0.45);
  }

  .xxl\:text-red-800\/5{
    color: rgb(153 27 27 / 0.05);
  }

  .xxl\:text-red-800\/50{
    color: rgb(153 27 27 / 0.5);
  }

  .xxl\:text-red-800\/55{
    color: rgb(153 27 27 / 0.55);
  }

  .xxl\:text-red-800\/60{
    color: rgb(153 27 27 / 0.6);
  }

  .xxl\:text-red-800\/65{
    color: rgb(153 27 27 / 0.65);
  }

  .xxl\:text-red-800\/70{
    color: rgb(153 27 27 / 0.7);
  }

  .xxl\:text-red-800\/75{
    color: rgb(153 27 27 / 0.75);
  }

  .xxl\:text-red-800\/80{
    color: rgb(153 27 27 / 0.8);
  }

  .xxl\:text-red-800\/85{
    color: rgb(153 27 27 / 0.85);
  }

  .xxl\:text-red-800\/90{
    color: rgb(153 27 27 / 0.9);
  }

  .xxl\:text-red-800\/95{
    color: rgb(153 27 27 / 0.95);
  }

  .xxl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-900\/0{
    color: rgb(127 29 29 / 0);
  }

  .xxl\:text-red-900\/10{
    color: rgb(127 29 29 / 0.1);
  }

  .xxl\:text-red-900\/100{
    color: rgb(127 29 29 / 1);
  }

  .xxl\:text-red-900\/15{
    color: rgb(127 29 29 / 0.15);
  }

  .xxl\:text-red-900\/20{
    color: rgb(127 29 29 / 0.2);
  }

  .xxl\:text-red-900\/25{
    color: rgb(127 29 29 / 0.25);
  }

  .xxl\:text-red-900\/30{
    color: rgb(127 29 29 / 0.3);
  }

  .xxl\:text-red-900\/35{
    color: rgb(127 29 29 / 0.35);
  }

  .xxl\:text-red-900\/40{
    color: rgb(127 29 29 / 0.4);
  }

  .xxl\:text-red-900\/45{
    color: rgb(127 29 29 / 0.45);
  }

  .xxl\:text-red-900\/5{
    color: rgb(127 29 29 / 0.05);
  }

  .xxl\:text-red-900\/50{
    color: rgb(127 29 29 / 0.5);
  }

  .xxl\:text-red-900\/55{
    color: rgb(127 29 29 / 0.55);
  }

  .xxl\:text-red-900\/60{
    color: rgb(127 29 29 / 0.6);
  }

  .xxl\:text-red-900\/65{
    color: rgb(127 29 29 / 0.65);
  }

  .xxl\:text-red-900\/70{
    color: rgb(127 29 29 / 0.7);
  }

  .xxl\:text-red-900\/75{
    color: rgb(127 29 29 / 0.75);
  }

  .xxl\:text-red-900\/80{
    color: rgb(127 29 29 / 0.8);
  }

  .xxl\:text-red-900\/85{
    color: rgb(127 29 29 / 0.85);
  }

  .xxl\:text-red-900\/90{
    color: rgb(127 29 29 / 0.9);
  }

  .xxl\:text-red-900\/95{
    color: rgb(127 29 29 / 0.95);
  }

  .xxl\:text-red-950{
    --tw-text-opacity: 1;
    color: rgb(69 10 10 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-red-950\/0{
    color: rgb(69 10 10 / 0);
  }

  .xxl\:text-red-950\/10{
    color: rgb(69 10 10 / 0.1);
  }

  .xxl\:text-red-950\/100{
    color: rgb(69 10 10 / 1);
  }

  .xxl\:text-red-950\/15{
    color: rgb(69 10 10 / 0.15);
  }

  .xxl\:text-red-950\/20{
    color: rgb(69 10 10 / 0.2);
  }

  .xxl\:text-red-950\/25{
    color: rgb(69 10 10 / 0.25);
  }

  .xxl\:text-red-950\/30{
    color: rgb(69 10 10 / 0.3);
  }

  .xxl\:text-red-950\/35{
    color: rgb(69 10 10 / 0.35);
  }

  .xxl\:text-red-950\/40{
    color: rgb(69 10 10 / 0.4);
  }

  .xxl\:text-red-950\/45{
    color: rgb(69 10 10 / 0.45);
  }

  .xxl\:text-red-950\/5{
    color: rgb(69 10 10 / 0.05);
  }

  .xxl\:text-red-950\/50{
    color: rgb(69 10 10 / 0.5);
  }

  .xxl\:text-red-950\/55{
    color: rgb(69 10 10 / 0.55);
  }

  .xxl\:text-red-950\/60{
    color: rgb(69 10 10 / 0.6);
  }

  .xxl\:text-red-950\/65{
    color: rgb(69 10 10 / 0.65);
  }

  .xxl\:text-red-950\/70{
    color: rgb(69 10 10 / 0.7);
  }

  .xxl\:text-red-950\/75{
    color: rgb(69 10 10 / 0.75);
  }

  .xxl\:text-red-950\/80{
    color: rgb(69 10 10 / 0.8);
  }

  .xxl\:text-red-950\/85{
    color: rgb(69 10 10 / 0.85);
  }

  .xxl\:text-red-950\/90{
    color: rgb(69 10 10 / 0.9);
  }

  .xxl\:text-red-950\/95{
    color: rgb(69 10 10 / 0.95);
  }

  .xxl\:text-rose-100{
    --tw-text-opacity: 1;
    color: rgb(255 228 230 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-100\/0{
    color: rgb(255 228 230 / 0);
  }

  .xxl\:text-rose-100\/10{
    color: rgb(255 228 230 / 0.1);
  }

  .xxl\:text-rose-100\/100{
    color: rgb(255 228 230 / 1);
  }

  .xxl\:text-rose-100\/15{
    color: rgb(255 228 230 / 0.15);
  }

  .xxl\:text-rose-100\/20{
    color: rgb(255 228 230 / 0.2);
  }

  .xxl\:text-rose-100\/25{
    color: rgb(255 228 230 / 0.25);
  }

  .xxl\:text-rose-100\/30{
    color: rgb(255 228 230 / 0.3);
  }

  .xxl\:text-rose-100\/35{
    color: rgb(255 228 230 / 0.35);
  }

  .xxl\:text-rose-100\/40{
    color: rgb(255 228 230 / 0.4);
  }

  .xxl\:text-rose-100\/45{
    color: rgb(255 228 230 / 0.45);
  }

  .xxl\:text-rose-100\/5{
    color: rgb(255 228 230 / 0.05);
  }

  .xxl\:text-rose-100\/50{
    color: rgb(255 228 230 / 0.5);
  }

  .xxl\:text-rose-100\/55{
    color: rgb(255 228 230 / 0.55);
  }

  .xxl\:text-rose-100\/60{
    color: rgb(255 228 230 / 0.6);
  }

  .xxl\:text-rose-100\/65{
    color: rgb(255 228 230 / 0.65);
  }

  .xxl\:text-rose-100\/70{
    color: rgb(255 228 230 / 0.7);
  }

  .xxl\:text-rose-100\/75{
    color: rgb(255 228 230 / 0.75);
  }

  .xxl\:text-rose-100\/80{
    color: rgb(255 228 230 / 0.8);
  }

  .xxl\:text-rose-100\/85{
    color: rgb(255 228 230 / 0.85);
  }

  .xxl\:text-rose-100\/90{
    color: rgb(255 228 230 / 0.9);
  }

  .xxl\:text-rose-100\/95{
    color: rgb(255 228 230 / 0.95);
  }

  .xxl\:text-rose-200{
    --tw-text-opacity: 1;
    color: rgb(254 205 211 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-200\/0{
    color: rgb(254 205 211 / 0);
  }

  .xxl\:text-rose-200\/10{
    color: rgb(254 205 211 / 0.1);
  }

  .xxl\:text-rose-200\/100{
    color: rgb(254 205 211 / 1);
  }

  .xxl\:text-rose-200\/15{
    color: rgb(254 205 211 / 0.15);
  }

  .xxl\:text-rose-200\/20{
    color: rgb(254 205 211 / 0.2);
  }

  .xxl\:text-rose-200\/25{
    color: rgb(254 205 211 / 0.25);
  }

  .xxl\:text-rose-200\/30{
    color: rgb(254 205 211 / 0.3);
  }

  .xxl\:text-rose-200\/35{
    color: rgb(254 205 211 / 0.35);
  }

  .xxl\:text-rose-200\/40{
    color: rgb(254 205 211 / 0.4);
  }

  .xxl\:text-rose-200\/45{
    color: rgb(254 205 211 / 0.45);
  }

  .xxl\:text-rose-200\/5{
    color: rgb(254 205 211 / 0.05);
  }

  .xxl\:text-rose-200\/50{
    color: rgb(254 205 211 / 0.5);
  }

  .xxl\:text-rose-200\/55{
    color: rgb(254 205 211 / 0.55);
  }

  .xxl\:text-rose-200\/60{
    color: rgb(254 205 211 / 0.6);
  }

  .xxl\:text-rose-200\/65{
    color: rgb(254 205 211 / 0.65);
  }

  .xxl\:text-rose-200\/70{
    color: rgb(254 205 211 / 0.7);
  }

  .xxl\:text-rose-200\/75{
    color: rgb(254 205 211 / 0.75);
  }

  .xxl\:text-rose-200\/80{
    color: rgb(254 205 211 / 0.8);
  }

  .xxl\:text-rose-200\/85{
    color: rgb(254 205 211 / 0.85);
  }

  .xxl\:text-rose-200\/90{
    color: rgb(254 205 211 / 0.9);
  }

  .xxl\:text-rose-200\/95{
    color: rgb(254 205 211 / 0.95);
  }

  .xxl\:text-rose-300{
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-300\/0{
    color: rgb(253 164 175 / 0);
  }

  .xxl\:text-rose-300\/10{
    color: rgb(253 164 175 / 0.1);
  }

  .xxl\:text-rose-300\/100{
    color: rgb(253 164 175 / 1);
  }

  .xxl\:text-rose-300\/15{
    color: rgb(253 164 175 / 0.15);
  }

  .xxl\:text-rose-300\/20{
    color: rgb(253 164 175 / 0.2);
  }

  .xxl\:text-rose-300\/25{
    color: rgb(253 164 175 / 0.25);
  }

  .xxl\:text-rose-300\/30{
    color: rgb(253 164 175 / 0.3);
  }

  .xxl\:text-rose-300\/35{
    color: rgb(253 164 175 / 0.35);
  }

  .xxl\:text-rose-300\/40{
    color: rgb(253 164 175 / 0.4);
  }

  .xxl\:text-rose-300\/45{
    color: rgb(253 164 175 / 0.45);
  }

  .xxl\:text-rose-300\/5{
    color: rgb(253 164 175 / 0.05);
  }

  .xxl\:text-rose-300\/50{
    color: rgb(253 164 175 / 0.5);
  }

  .xxl\:text-rose-300\/55{
    color: rgb(253 164 175 / 0.55);
  }

  .xxl\:text-rose-300\/60{
    color: rgb(253 164 175 / 0.6);
  }

  .xxl\:text-rose-300\/65{
    color: rgb(253 164 175 / 0.65);
  }

  .xxl\:text-rose-300\/70{
    color: rgb(253 164 175 / 0.7);
  }

  .xxl\:text-rose-300\/75{
    color: rgb(253 164 175 / 0.75);
  }

  .xxl\:text-rose-300\/80{
    color: rgb(253 164 175 / 0.8);
  }

  .xxl\:text-rose-300\/85{
    color: rgb(253 164 175 / 0.85);
  }

  .xxl\:text-rose-300\/90{
    color: rgb(253 164 175 / 0.9);
  }

  .xxl\:text-rose-300\/95{
    color: rgb(253 164 175 / 0.95);
  }

  .xxl\:text-rose-400{
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-400\/0{
    color: rgb(251 113 133 / 0);
  }

  .xxl\:text-rose-400\/10{
    color: rgb(251 113 133 / 0.1);
  }

  .xxl\:text-rose-400\/100{
    color: rgb(251 113 133 / 1);
  }

  .xxl\:text-rose-400\/15{
    color: rgb(251 113 133 / 0.15);
  }

  .xxl\:text-rose-400\/20{
    color: rgb(251 113 133 / 0.2);
  }

  .xxl\:text-rose-400\/25{
    color: rgb(251 113 133 / 0.25);
  }

  .xxl\:text-rose-400\/30{
    color: rgb(251 113 133 / 0.3);
  }

  .xxl\:text-rose-400\/35{
    color: rgb(251 113 133 / 0.35);
  }

  .xxl\:text-rose-400\/40{
    color: rgb(251 113 133 / 0.4);
  }

  .xxl\:text-rose-400\/45{
    color: rgb(251 113 133 / 0.45);
  }

  .xxl\:text-rose-400\/5{
    color: rgb(251 113 133 / 0.05);
  }

  .xxl\:text-rose-400\/50{
    color: rgb(251 113 133 / 0.5);
  }

  .xxl\:text-rose-400\/55{
    color: rgb(251 113 133 / 0.55);
  }

  .xxl\:text-rose-400\/60{
    color: rgb(251 113 133 / 0.6);
  }

  .xxl\:text-rose-400\/65{
    color: rgb(251 113 133 / 0.65);
  }

  .xxl\:text-rose-400\/70{
    color: rgb(251 113 133 / 0.7);
  }

  .xxl\:text-rose-400\/75{
    color: rgb(251 113 133 / 0.75);
  }

  .xxl\:text-rose-400\/80{
    color: rgb(251 113 133 / 0.8);
  }

  .xxl\:text-rose-400\/85{
    color: rgb(251 113 133 / 0.85);
  }

  .xxl\:text-rose-400\/90{
    color: rgb(251 113 133 / 0.9);
  }

  .xxl\:text-rose-400\/95{
    color: rgb(251 113 133 / 0.95);
  }

  .xxl\:text-rose-50{
    --tw-text-opacity: 1;
    color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-50\/0{
    color: rgb(255 241 242 / 0);
  }

  .xxl\:text-rose-50\/10{
    color: rgb(255 241 242 / 0.1);
  }

  .xxl\:text-rose-50\/100{
    color: rgb(255 241 242 / 1);
  }

  .xxl\:text-rose-50\/15{
    color: rgb(255 241 242 / 0.15);
  }

  .xxl\:text-rose-50\/20{
    color: rgb(255 241 242 / 0.2);
  }

  .xxl\:text-rose-50\/25{
    color: rgb(255 241 242 / 0.25);
  }

  .xxl\:text-rose-50\/30{
    color: rgb(255 241 242 / 0.3);
  }

  .xxl\:text-rose-50\/35{
    color: rgb(255 241 242 / 0.35);
  }

  .xxl\:text-rose-50\/40{
    color: rgb(255 241 242 / 0.4);
  }

  .xxl\:text-rose-50\/45{
    color: rgb(255 241 242 / 0.45);
  }

  .xxl\:text-rose-50\/5{
    color: rgb(255 241 242 / 0.05);
  }

  .xxl\:text-rose-50\/50{
    color: rgb(255 241 242 / 0.5);
  }

  .xxl\:text-rose-50\/55{
    color: rgb(255 241 242 / 0.55);
  }

  .xxl\:text-rose-50\/60{
    color: rgb(255 241 242 / 0.6);
  }

  .xxl\:text-rose-50\/65{
    color: rgb(255 241 242 / 0.65);
  }

  .xxl\:text-rose-50\/70{
    color: rgb(255 241 242 / 0.7);
  }

  .xxl\:text-rose-50\/75{
    color: rgb(255 241 242 / 0.75);
  }

  .xxl\:text-rose-50\/80{
    color: rgb(255 241 242 / 0.8);
  }

  .xxl\:text-rose-50\/85{
    color: rgb(255 241 242 / 0.85);
  }

  .xxl\:text-rose-50\/90{
    color: rgb(255 241 242 / 0.9);
  }

  .xxl\:text-rose-50\/95{
    color: rgb(255 241 242 / 0.95);
  }

  .xxl\:text-rose-500{
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-500\/0{
    color: rgb(244 63 94 / 0);
  }

  .xxl\:text-rose-500\/10{
    color: rgb(244 63 94 / 0.1);
  }

  .xxl\:text-rose-500\/100{
    color: rgb(244 63 94 / 1);
  }

  .xxl\:text-rose-500\/15{
    color: rgb(244 63 94 / 0.15);
  }

  .xxl\:text-rose-500\/20{
    color: rgb(244 63 94 / 0.2);
  }

  .xxl\:text-rose-500\/25{
    color: rgb(244 63 94 / 0.25);
  }

  .xxl\:text-rose-500\/30{
    color: rgb(244 63 94 / 0.3);
  }

  .xxl\:text-rose-500\/35{
    color: rgb(244 63 94 / 0.35);
  }

  .xxl\:text-rose-500\/40{
    color: rgb(244 63 94 / 0.4);
  }

  .xxl\:text-rose-500\/45{
    color: rgb(244 63 94 / 0.45);
  }

  .xxl\:text-rose-500\/5{
    color: rgb(244 63 94 / 0.05);
  }

  .xxl\:text-rose-500\/50{
    color: rgb(244 63 94 / 0.5);
  }

  .xxl\:text-rose-500\/55{
    color: rgb(244 63 94 / 0.55);
  }

  .xxl\:text-rose-500\/60{
    color: rgb(244 63 94 / 0.6);
  }

  .xxl\:text-rose-500\/65{
    color: rgb(244 63 94 / 0.65);
  }

  .xxl\:text-rose-500\/70{
    color: rgb(244 63 94 / 0.7);
  }

  .xxl\:text-rose-500\/75{
    color: rgb(244 63 94 / 0.75);
  }

  .xxl\:text-rose-500\/80{
    color: rgb(244 63 94 / 0.8);
  }

  .xxl\:text-rose-500\/85{
    color: rgb(244 63 94 / 0.85);
  }

  .xxl\:text-rose-500\/90{
    color: rgb(244 63 94 / 0.9);
  }

  .xxl\:text-rose-500\/95{
    color: rgb(244 63 94 / 0.95);
  }

  .xxl\:text-rose-600{
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-600\/0{
    color: rgb(225 29 72 / 0);
  }

  .xxl\:text-rose-600\/10{
    color: rgb(225 29 72 / 0.1);
  }

  .xxl\:text-rose-600\/100{
    color: rgb(225 29 72 / 1);
  }

  .xxl\:text-rose-600\/15{
    color: rgb(225 29 72 / 0.15);
  }

  .xxl\:text-rose-600\/20{
    color: rgb(225 29 72 / 0.2);
  }

  .xxl\:text-rose-600\/25{
    color: rgb(225 29 72 / 0.25);
  }

  .xxl\:text-rose-600\/30{
    color: rgb(225 29 72 / 0.3);
  }

  .xxl\:text-rose-600\/35{
    color: rgb(225 29 72 / 0.35);
  }

  .xxl\:text-rose-600\/40{
    color: rgb(225 29 72 / 0.4);
  }

  .xxl\:text-rose-600\/45{
    color: rgb(225 29 72 / 0.45);
  }

  .xxl\:text-rose-600\/5{
    color: rgb(225 29 72 / 0.05);
  }

  .xxl\:text-rose-600\/50{
    color: rgb(225 29 72 / 0.5);
  }

  .xxl\:text-rose-600\/55{
    color: rgb(225 29 72 / 0.55);
  }

  .xxl\:text-rose-600\/60{
    color: rgb(225 29 72 / 0.6);
  }

  .xxl\:text-rose-600\/65{
    color: rgb(225 29 72 / 0.65);
  }

  .xxl\:text-rose-600\/70{
    color: rgb(225 29 72 / 0.7);
  }

  .xxl\:text-rose-600\/75{
    color: rgb(225 29 72 / 0.75);
  }

  .xxl\:text-rose-600\/80{
    color: rgb(225 29 72 / 0.8);
  }

  .xxl\:text-rose-600\/85{
    color: rgb(225 29 72 / 0.85);
  }

  .xxl\:text-rose-600\/90{
    color: rgb(225 29 72 / 0.9);
  }

  .xxl\:text-rose-600\/95{
    color: rgb(225 29 72 / 0.95);
  }

  .xxl\:text-rose-700{
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-700\/0{
    color: rgb(190 18 60 / 0);
  }

  .xxl\:text-rose-700\/10{
    color: rgb(190 18 60 / 0.1);
  }

  .xxl\:text-rose-700\/100{
    color: rgb(190 18 60 / 1);
  }

  .xxl\:text-rose-700\/15{
    color: rgb(190 18 60 / 0.15);
  }

  .xxl\:text-rose-700\/20{
    color: rgb(190 18 60 / 0.2);
  }

  .xxl\:text-rose-700\/25{
    color: rgb(190 18 60 / 0.25);
  }

  .xxl\:text-rose-700\/30{
    color: rgb(190 18 60 / 0.3);
  }

  .xxl\:text-rose-700\/35{
    color: rgb(190 18 60 / 0.35);
  }

  .xxl\:text-rose-700\/40{
    color: rgb(190 18 60 / 0.4);
  }

  .xxl\:text-rose-700\/45{
    color: rgb(190 18 60 / 0.45);
  }

  .xxl\:text-rose-700\/5{
    color: rgb(190 18 60 / 0.05);
  }

  .xxl\:text-rose-700\/50{
    color: rgb(190 18 60 / 0.5);
  }

  .xxl\:text-rose-700\/55{
    color: rgb(190 18 60 / 0.55);
  }

  .xxl\:text-rose-700\/60{
    color: rgb(190 18 60 / 0.6);
  }

  .xxl\:text-rose-700\/65{
    color: rgb(190 18 60 / 0.65);
  }

  .xxl\:text-rose-700\/70{
    color: rgb(190 18 60 / 0.7);
  }

  .xxl\:text-rose-700\/75{
    color: rgb(190 18 60 / 0.75);
  }

  .xxl\:text-rose-700\/80{
    color: rgb(190 18 60 / 0.8);
  }

  .xxl\:text-rose-700\/85{
    color: rgb(190 18 60 / 0.85);
  }

  .xxl\:text-rose-700\/90{
    color: rgb(190 18 60 / 0.9);
  }

  .xxl\:text-rose-700\/95{
    color: rgb(190 18 60 / 0.95);
  }

  .xxl\:text-rose-800{
    --tw-text-opacity: 1;
    color: rgb(159 18 57 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-800\/0{
    color: rgb(159 18 57 / 0);
  }

  .xxl\:text-rose-800\/10{
    color: rgb(159 18 57 / 0.1);
  }

  .xxl\:text-rose-800\/100{
    color: rgb(159 18 57 / 1);
  }

  .xxl\:text-rose-800\/15{
    color: rgb(159 18 57 / 0.15);
  }

  .xxl\:text-rose-800\/20{
    color: rgb(159 18 57 / 0.2);
  }

  .xxl\:text-rose-800\/25{
    color: rgb(159 18 57 / 0.25);
  }

  .xxl\:text-rose-800\/30{
    color: rgb(159 18 57 / 0.3);
  }

  .xxl\:text-rose-800\/35{
    color: rgb(159 18 57 / 0.35);
  }

  .xxl\:text-rose-800\/40{
    color: rgb(159 18 57 / 0.4);
  }

  .xxl\:text-rose-800\/45{
    color: rgb(159 18 57 / 0.45);
  }

  .xxl\:text-rose-800\/5{
    color: rgb(159 18 57 / 0.05);
  }

  .xxl\:text-rose-800\/50{
    color: rgb(159 18 57 / 0.5);
  }

  .xxl\:text-rose-800\/55{
    color: rgb(159 18 57 / 0.55);
  }

  .xxl\:text-rose-800\/60{
    color: rgb(159 18 57 / 0.6);
  }

  .xxl\:text-rose-800\/65{
    color: rgb(159 18 57 / 0.65);
  }

  .xxl\:text-rose-800\/70{
    color: rgb(159 18 57 / 0.7);
  }

  .xxl\:text-rose-800\/75{
    color: rgb(159 18 57 / 0.75);
  }

  .xxl\:text-rose-800\/80{
    color: rgb(159 18 57 / 0.8);
  }

  .xxl\:text-rose-800\/85{
    color: rgb(159 18 57 / 0.85);
  }

  .xxl\:text-rose-800\/90{
    color: rgb(159 18 57 / 0.9);
  }

  .xxl\:text-rose-800\/95{
    color: rgb(159 18 57 / 0.95);
  }

  .xxl\:text-rose-900{
    --tw-text-opacity: 1;
    color: rgb(136 19 55 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-900\/0{
    color: rgb(136 19 55 / 0);
  }

  .xxl\:text-rose-900\/10{
    color: rgb(136 19 55 / 0.1);
  }

  .xxl\:text-rose-900\/100{
    color: rgb(136 19 55 / 1);
  }

  .xxl\:text-rose-900\/15{
    color: rgb(136 19 55 / 0.15);
  }

  .xxl\:text-rose-900\/20{
    color: rgb(136 19 55 / 0.2);
  }

  .xxl\:text-rose-900\/25{
    color: rgb(136 19 55 / 0.25);
  }

  .xxl\:text-rose-900\/30{
    color: rgb(136 19 55 / 0.3);
  }

  .xxl\:text-rose-900\/35{
    color: rgb(136 19 55 / 0.35);
  }

  .xxl\:text-rose-900\/40{
    color: rgb(136 19 55 / 0.4);
  }

  .xxl\:text-rose-900\/45{
    color: rgb(136 19 55 / 0.45);
  }

  .xxl\:text-rose-900\/5{
    color: rgb(136 19 55 / 0.05);
  }

  .xxl\:text-rose-900\/50{
    color: rgb(136 19 55 / 0.5);
  }

  .xxl\:text-rose-900\/55{
    color: rgb(136 19 55 / 0.55);
  }

  .xxl\:text-rose-900\/60{
    color: rgb(136 19 55 / 0.6);
  }

  .xxl\:text-rose-900\/65{
    color: rgb(136 19 55 / 0.65);
  }

  .xxl\:text-rose-900\/70{
    color: rgb(136 19 55 / 0.7);
  }

  .xxl\:text-rose-900\/75{
    color: rgb(136 19 55 / 0.75);
  }

  .xxl\:text-rose-900\/80{
    color: rgb(136 19 55 / 0.8);
  }

  .xxl\:text-rose-900\/85{
    color: rgb(136 19 55 / 0.85);
  }

  .xxl\:text-rose-900\/90{
    color: rgb(136 19 55 / 0.9);
  }

  .xxl\:text-rose-900\/95{
    color: rgb(136 19 55 / 0.95);
  }

  .xxl\:text-rose-950{
    --tw-text-opacity: 1;
    color: rgb(76 5 25 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-rose-950\/0{
    color: rgb(76 5 25 / 0);
  }

  .xxl\:text-rose-950\/10{
    color: rgb(76 5 25 / 0.1);
  }

  .xxl\:text-rose-950\/100{
    color: rgb(76 5 25 / 1);
  }

  .xxl\:text-rose-950\/15{
    color: rgb(76 5 25 / 0.15);
  }

  .xxl\:text-rose-950\/20{
    color: rgb(76 5 25 / 0.2);
  }

  .xxl\:text-rose-950\/25{
    color: rgb(76 5 25 / 0.25);
  }

  .xxl\:text-rose-950\/30{
    color: rgb(76 5 25 / 0.3);
  }

  .xxl\:text-rose-950\/35{
    color: rgb(76 5 25 / 0.35);
  }

  .xxl\:text-rose-950\/40{
    color: rgb(76 5 25 / 0.4);
  }

  .xxl\:text-rose-950\/45{
    color: rgb(76 5 25 / 0.45);
  }

  .xxl\:text-rose-950\/5{
    color: rgb(76 5 25 / 0.05);
  }

  .xxl\:text-rose-950\/50{
    color: rgb(76 5 25 / 0.5);
  }

  .xxl\:text-rose-950\/55{
    color: rgb(76 5 25 / 0.55);
  }

  .xxl\:text-rose-950\/60{
    color: rgb(76 5 25 / 0.6);
  }

  .xxl\:text-rose-950\/65{
    color: rgb(76 5 25 / 0.65);
  }

  .xxl\:text-rose-950\/70{
    color: rgb(76 5 25 / 0.7);
  }

  .xxl\:text-rose-950\/75{
    color: rgb(76 5 25 / 0.75);
  }

  .xxl\:text-rose-950\/80{
    color: rgb(76 5 25 / 0.8);
  }

  .xxl\:text-rose-950\/85{
    color: rgb(76 5 25 / 0.85);
  }

  .xxl\:text-rose-950\/90{
    color: rgb(76 5 25 / 0.9);
  }

  .xxl\:text-rose-950\/95{
    color: rgb(76 5 25 / 0.95);
  }

  .xxl\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(169 255 234 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-secondary\/0{
    color: rgb(169 255 234 / 0);
  }

  .xxl\:text-secondary\/10{
    color: rgb(169 255 234 / 0.1);
  }

  .xxl\:text-secondary\/100{
    color: rgb(169 255 234 / 1);
  }

  .xxl\:text-secondary\/15{
    color: rgb(169 255 234 / 0.15);
  }

  .xxl\:text-secondary\/20{
    color: rgb(169 255 234 / 0.2);
  }

  .xxl\:text-secondary\/25{
    color: rgb(169 255 234 / 0.25);
  }

  .xxl\:text-secondary\/30{
    color: rgb(169 255 234 / 0.3);
  }

  .xxl\:text-secondary\/35{
    color: rgb(169 255 234 / 0.35);
  }

  .xxl\:text-secondary\/40{
    color: rgb(169 255 234 / 0.4);
  }

  .xxl\:text-secondary\/45{
    color: rgb(169 255 234 / 0.45);
  }

  .xxl\:text-secondary\/5{
    color: rgb(169 255 234 / 0.05);
  }

  .xxl\:text-secondary\/50{
    color: rgb(169 255 234 / 0.5);
  }

  .xxl\:text-secondary\/55{
    color: rgb(169 255 234 / 0.55);
  }

  .xxl\:text-secondary\/60{
    color: rgb(169 255 234 / 0.6);
  }

  .xxl\:text-secondary\/65{
    color: rgb(169 255 234 / 0.65);
  }

  .xxl\:text-secondary\/70{
    color: rgb(169 255 234 / 0.7);
  }

  .xxl\:text-secondary\/75{
    color: rgb(169 255 234 / 0.75);
  }

  .xxl\:text-secondary\/80{
    color: rgb(169 255 234 / 0.8);
  }

  .xxl\:text-secondary\/85{
    color: rgb(169 255 234 / 0.85);
  }

  .xxl\:text-secondary\/90{
    color: rgb(169 255 234 / 0.9);
  }

  .xxl\:text-secondary\/95{
    color: rgb(169 255 234 / 0.95);
  }

  .xxl\:text-sky-100{
    --tw-text-opacity: 1;
    color: rgb(224 242 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-100\/0{
    color: rgb(224 242 254 / 0);
  }

  .xxl\:text-sky-100\/10{
    color: rgb(224 242 254 / 0.1);
  }

  .xxl\:text-sky-100\/100{
    color: rgb(224 242 254 / 1);
  }

  .xxl\:text-sky-100\/15{
    color: rgb(224 242 254 / 0.15);
  }

  .xxl\:text-sky-100\/20{
    color: rgb(224 242 254 / 0.2);
  }

  .xxl\:text-sky-100\/25{
    color: rgb(224 242 254 / 0.25);
  }

  .xxl\:text-sky-100\/30{
    color: rgb(224 242 254 / 0.3);
  }

  .xxl\:text-sky-100\/35{
    color: rgb(224 242 254 / 0.35);
  }

  .xxl\:text-sky-100\/40{
    color: rgb(224 242 254 / 0.4);
  }

  .xxl\:text-sky-100\/45{
    color: rgb(224 242 254 / 0.45);
  }

  .xxl\:text-sky-100\/5{
    color: rgb(224 242 254 / 0.05);
  }

  .xxl\:text-sky-100\/50{
    color: rgb(224 242 254 / 0.5);
  }

  .xxl\:text-sky-100\/55{
    color: rgb(224 242 254 / 0.55);
  }

  .xxl\:text-sky-100\/60{
    color: rgb(224 242 254 / 0.6);
  }

  .xxl\:text-sky-100\/65{
    color: rgb(224 242 254 / 0.65);
  }

  .xxl\:text-sky-100\/70{
    color: rgb(224 242 254 / 0.7);
  }

  .xxl\:text-sky-100\/75{
    color: rgb(224 242 254 / 0.75);
  }

  .xxl\:text-sky-100\/80{
    color: rgb(224 242 254 / 0.8);
  }

  .xxl\:text-sky-100\/85{
    color: rgb(224 242 254 / 0.85);
  }

  .xxl\:text-sky-100\/90{
    color: rgb(224 242 254 / 0.9);
  }

  .xxl\:text-sky-100\/95{
    color: rgb(224 242 254 / 0.95);
  }

  .xxl\:text-sky-200{
    --tw-text-opacity: 1;
    color: rgb(186 230 253 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-200\/0{
    color: rgb(186 230 253 / 0);
  }

  .xxl\:text-sky-200\/10{
    color: rgb(186 230 253 / 0.1);
  }

  .xxl\:text-sky-200\/100{
    color: rgb(186 230 253 / 1);
  }

  .xxl\:text-sky-200\/15{
    color: rgb(186 230 253 / 0.15);
  }

  .xxl\:text-sky-200\/20{
    color: rgb(186 230 253 / 0.2);
  }

  .xxl\:text-sky-200\/25{
    color: rgb(186 230 253 / 0.25);
  }

  .xxl\:text-sky-200\/30{
    color: rgb(186 230 253 / 0.3);
  }

  .xxl\:text-sky-200\/35{
    color: rgb(186 230 253 / 0.35);
  }

  .xxl\:text-sky-200\/40{
    color: rgb(186 230 253 / 0.4);
  }

  .xxl\:text-sky-200\/45{
    color: rgb(186 230 253 / 0.45);
  }

  .xxl\:text-sky-200\/5{
    color: rgb(186 230 253 / 0.05);
  }

  .xxl\:text-sky-200\/50{
    color: rgb(186 230 253 / 0.5);
  }

  .xxl\:text-sky-200\/55{
    color: rgb(186 230 253 / 0.55);
  }

  .xxl\:text-sky-200\/60{
    color: rgb(186 230 253 / 0.6);
  }

  .xxl\:text-sky-200\/65{
    color: rgb(186 230 253 / 0.65);
  }

  .xxl\:text-sky-200\/70{
    color: rgb(186 230 253 / 0.7);
  }

  .xxl\:text-sky-200\/75{
    color: rgb(186 230 253 / 0.75);
  }

  .xxl\:text-sky-200\/80{
    color: rgb(186 230 253 / 0.8);
  }

  .xxl\:text-sky-200\/85{
    color: rgb(186 230 253 / 0.85);
  }

  .xxl\:text-sky-200\/90{
    color: rgb(186 230 253 / 0.9);
  }

  .xxl\:text-sky-200\/95{
    color: rgb(186 230 253 / 0.95);
  }

  .xxl\:text-sky-300{
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-300\/0{
    color: rgb(125 211 252 / 0);
  }

  .xxl\:text-sky-300\/10{
    color: rgb(125 211 252 / 0.1);
  }

  .xxl\:text-sky-300\/100{
    color: rgb(125 211 252 / 1);
  }

  .xxl\:text-sky-300\/15{
    color: rgb(125 211 252 / 0.15);
  }

  .xxl\:text-sky-300\/20{
    color: rgb(125 211 252 / 0.2);
  }

  .xxl\:text-sky-300\/25{
    color: rgb(125 211 252 / 0.25);
  }

  .xxl\:text-sky-300\/30{
    color: rgb(125 211 252 / 0.3);
  }

  .xxl\:text-sky-300\/35{
    color: rgb(125 211 252 / 0.35);
  }

  .xxl\:text-sky-300\/40{
    color: rgb(125 211 252 / 0.4);
  }

  .xxl\:text-sky-300\/45{
    color: rgb(125 211 252 / 0.45);
  }

  .xxl\:text-sky-300\/5{
    color: rgb(125 211 252 / 0.05);
  }

  .xxl\:text-sky-300\/50{
    color: rgb(125 211 252 / 0.5);
  }

  .xxl\:text-sky-300\/55{
    color: rgb(125 211 252 / 0.55);
  }

  .xxl\:text-sky-300\/60{
    color: rgb(125 211 252 / 0.6);
  }

  .xxl\:text-sky-300\/65{
    color: rgb(125 211 252 / 0.65);
  }

  .xxl\:text-sky-300\/70{
    color: rgb(125 211 252 / 0.7);
  }

  .xxl\:text-sky-300\/75{
    color: rgb(125 211 252 / 0.75);
  }

  .xxl\:text-sky-300\/80{
    color: rgb(125 211 252 / 0.8);
  }

  .xxl\:text-sky-300\/85{
    color: rgb(125 211 252 / 0.85);
  }

  .xxl\:text-sky-300\/90{
    color: rgb(125 211 252 / 0.9);
  }

  .xxl\:text-sky-300\/95{
    color: rgb(125 211 252 / 0.95);
  }

  .xxl\:text-sky-400{
    --tw-text-opacity: 1;
    color: rgb(56 189 248 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-400\/0{
    color: rgb(56 189 248 / 0);
  }

  .xxl\:text-sky-400\/10{
    color: rgb(56 189 248 / 0.1);
  }

  .xxl\:text-sky-400\/100{
    color: rgb(56 189 248 / 1);
  }

  .xxl\:text-sky-400\/15{
    color: rgb(56 189 248 / 0.15);
  }

  .xxl\:text-sky-400\/20{
    color: rgb(56 189 248 / 0.2);
  }

  .xxl\:text-sky-400\/25{
    color: rgb(56 189 248 / 0.25);
  }

  .xxl\:text-sky-400\/30{
    color: rgb(56 189 248 / 0.3);
  }

  .xxl\:text-sky-400\/35{
    color: rgb(56 189 248 / 0.35);
  }

  .xxl\:text-sky-400\/40{
    color: rgb(56 189 248 / 0.4);
  }

  .xxl\:text-sky-400\/45{
    color: rgb(56 189 248 / 0.45);
  }

  .xxl\:text-sky-400\/5{
    color: rgb(56 189 248 / 0.05);
  }

  .xxl\:text-sky-400\/50{
    color: rgb(56 189 248 / 0.5);
  }

  .xxl\:text-sky-400\/55{
    color: rgb(56 189 248 / 0.55);
  }

  .xxl\:text-sky-400\/60{
    color: rgb(56 189 248 / 0.6);
  }

  .xxl\:text-sky-400\/65{
    color: rgb(56 189 248 / 0.65);
  }

  .xxl\:text-sky-400\/70{
    color: rgb(56 189 248 / 0.7);
  }

  .xxl\:text-sky-400\/75{
    color: rgb(56 189 248 / 0.75);
  }

  .xxl\:text-sky-400\/80{
    color: rgb(56 189 248 / 0.8);
  }

  .xxl\:text-sky-400\/85{
    color: rgb(56 189 248 / 0.85);
  }

  .xxl\:text-sky-400\/90{
    color: rgb(56 189 248 / 0.9);
  }

  .xxl\:text-sky-400\/95{
    color: rgb(56 189 248 / 0.95);
  }

  .xxl\:text-sky-50{
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-50\/0{
    color: rgb(240 249 255 / 0);
  }

  .xxl\:text-sky-50\/10{
    color: rgb(240 249 255 / 0.1);
  }

  .xxl\:text-sky-50\/100{
    color: rgb(240 249 255 / 1);
  }

  .xxl\:text-sky-50\/15{
    color: rgb(240 249 255 / 0.15);
  }

  .xxl\:text-sky-50\/20{
    color: rgb(240 249 255 / 0.2);
  }

  .xxl\:text-sky-50\/25{
    color: rgb(240 249 255 / 0.25);
  }

  .xxl\:text-sky-50\/30{
    color: rgb(240 249 255 / 0.3);
  }

  .xxl\:text-sky-50\/35{
    color: rgb(240 249 255 / 0.35);
  }

  .xxl\:text-sky-50\/40{
    color: rgb(240 249 255 / 0.4);
  }

  .xxl\:text-sky-50\/45{
    color: rgb(240 249 255 / 0.45);
  }

  .xxl\:text-sky-50\/5{
    color: rgb(240 249 255 / 0.05);
  }

  .xxl\:text-sky-50\/50{
    color: rgb(240 249 255 / 0.5);
  }

  .xxl\:text-sky-50\/55{
    color: rgb(240 249 255 / 0.55);
  }

  .xxl\:text-sky-50\/60{
    color: rgb(240 249 255 / 0.6);
  }

  .xxl\:text-sky-50\/65{
    color: rgb(240 249 255 / 0.65);
  }

  .xxl\:text-sky-50\/70{
    color: rgb(240 249 255 / 0.7);
  }

  .xxl\:text-sky-50\/75{
    color: rgb(240 249 255 / 0.75);
  }

  .xxl\:text-sky-50\/80{
    color: rgb(240 249 255 / 0.8);
  }

  .xxl\:text-sky-50\/85{
    color: rgb(240 249 255 / 0.85);
  }

  .xxl\:text-sky-50\/90{
    color: rgb(240 249 255 / 0.9);
  }

  .xxl\:text-sky-50\/95{
    color: rgb(240 249 255 / 0.95);
  }

  .xxl\:text-sky-500{
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-500\/0{
    color: rgb(14 165 233 / 0);
  }

  .xxl\:text-sky-500\/10{
    color: rgb(14 165 233 / 0.1);
  }

  .xxl\:text-sky-500\/100{
    color: rgb(14 165 233 / 1);
  }

  .xxl\:text-sky-500\/15{
    color: rgb(14 165 233 / 0.15);
  }

  .xxl\:text-sky-500\/20{
    color: rgb(14 165 233 / 0.2);
  }

  .xxl\:text-sky-500\/25{
    color: rgb(14 165 233 / 0.25);
  }

  .xxl\:text-sky-500\/30{
    color: rgb(14 165 233 / 0.3);
  }

  .xxl\:text-sky-500\/35{
    color: rgb(14 165 233 / 0.35);
  }

  .xxl\:text-sky-500\/40{
    color: rgb(14 165 233 / 0.4);
  }

  .xxl\:text-sky-500\/45{
    color: rgb(14 165 233 / 0.45);
  }

  .xxl\:text-sky-500\/5{
    color: rgb(14 165 233 / 0.05);
  }

  .xxl\:text-sky-500\/50{
    color: rgb(14 165 233 / 0.5);
  }

  .xxl\:text-sky-500\/55{
    color: rgb(14 165 233 / 0.55);
  }

  .xxl\:text-sky-500\/60{
    color: rgb(14 165 233 / 0.6);
  }

  .xxl\:text-sky-500\/65{
    color: rgb(14 165 233 / 0.65);
  }

  .xxl\:text-sky-500\/70{
    color: rgb(14 165 233 / 0.7);
  }

  .xxl\:text-sky-500\/75{
    color: rgb(14 165 233 / 0.75);
  }

  .xxl\:text-sky-500\/80{
    color: rgb(14 165 233 / 0.8);
  }

  .xxl\:text-sky-500\/85{
    color: rgb(14 165 233 / 0.85);
  }

  .xxl\:text-sky-500\/90{
    color: rgb(14 165 233 / 0.9);
  }

  .xxl\:text-sky-500\/95{
    color: rgb(14 165 233 / 0.95);
  }

  .xxl\:text-sky-600{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-600\/0{
    color: rgb(2 132 199 / 0);
  }

  .xxl\:text-sky-600\/10{
    color: rgb(2 132 199 / 0.1);
  }

  .xxl\:text-sky-600\/100{
    color: rgb(2 132 199 / 1);
  }

  .xxl\:text-sky-600\/15{
    color: rgb(2 132 199 / 0.15);
  }

  .xxl\:text-sky-600\/20{
    color: rgb(2 132 199 / 0.2);
  }

  .xxl\:text-sky-600\/25{
    color: rgb(2 132 199 / 0.25);
  }

  .xxl\:text-sky-600\/30{
    color: rgb(2 132 199 / 0.3);
  }

  .xxl\:text-sky-600\/35{
    color: rgb(2 132 199 / 0.35);
  }

  .xxl\:text-sky-600\/40{
    color: rgb(2 132 199 / 0.4);
  }

  .xxl\:text-sky-600\/45{
    color: rgb(2 132 199 / 0.45);
  }

  .xxl\:text-sky-600\/5{
    color: rgb(2 132 199 / 0.05);
  }

  .xxl\:text-sky-600\/50{
    color: rgb(2 132 199 / 0.5);
  }

  .xxl\:text-sky-600\/55{
    color: rgb(2 132 199 / 0.55);
  }

  .xxl\:text-sky-600\/60{
    color: rgb(2 132 199 / 0.6);
  }

  .xxl\:text-sky-600\/65{
    color: rgb(2 132 199 / 0.65);
  }

  .xxl\:text-sky-600\/70{
    color: rgb(2 132 199 / 0.7);
  }

  .xxl\:text-sky-600\/75{
    color: rgb(2 132 199 / 0.75);
  }

  .xxl\:text-sky-600\/80{
    color: rgb(2 132 199 / 0.8);
  }

  .xxl\:text-sky-600\/85{
    color: rgb(2 132 199 / 0.85);
  }

  .xxl\:text-sky-600\/90{
    color: rgb(2 132 199 / 0.9);
  }

  .xxl\:text-sky-600\/95{
    color: rgb(2 132 199 / 0.95);
  }

  .xxl\:text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-700\/0{
    color: rgb(3 105 161 / 0);
  }

  .xxl\:text-sky-700\/10{
    color: rgb(3 105 161 / 0.1);
  }

  .xxl\:text-sky-700\/100{
    color: rgb(3 105 161 / 1);
  }

  .xxl\:text-sky-700\/15{
    color: rgb(3 105 161 / 0.15);
  }

  .xxl\:text-sky-700\/20{
    color: rgb(3 105 161 / 0.2);
  }

  .xxl\:text-sky-700\/25{
    color: rgb(3 105 161 / 0.25);
  }

  .xxl\:text-sky-700\/30{
    color: rgb(3 105 161 / 0.3);
  }

  .xxl\:text-sky-700\/35{
    color: rgb(3 105 161 / 0.35);
  }

  .xxl\:text-sky-700\/40{
    color: rgb(3 105 161 / 0.4);
  }

  .xxl\:text-sky-700\/45{
    color: rgb(3 105 161 / 0.45);
  }

  .xxl\:text-sky-700\/5{
    color: rgb(3 105 161 / 0.05);
  }

  .xxl\:text-sky-700\/50{
    color: rgb(3 105 161 / 0.5);
  }

  .xxl\:text-sky-700\/55{
    color: rgb(3 105 161 / 0.55);
  }

  .xxl\:text-sky-700\/60{
    color: rgb(3 105 161 / 0.6);
  }

  .xxl\:text-sky-700\/65{
    color: rgb(3 105 161 / 0.65);
  }

  .xxl\:text-sky-700\/70{
    color: rgb(3 105 161 / 0.7);
  }

  .xxl\:text-sky-700\/75{
    color: rgb(3 105 161 / 0.75);
  }

  .xxl\:text-sky-700\/80{
    color: rgb(3 105 161 / 0.8);
  }

  .xxl\:text-sky-700\/85{
    color: rgb(3 105 161 / 0.85);
  }

  .xxl\:text-sky-700\/90{
    color: rgb(3 105 161 / 0.9);
  }

  .xxl\:text-sky-700\/95{
    color: rgb(3 105 161 / 0.95);
  }

  .xxl\:text-sky-800{
    --tw-text-opacity: 1;
    color: rgb(7 89 133 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-800\/0{
    color: rgb(7 89 133 / 0);
  }

  .xxl\:text-sky-800\/10{
    color: rgb(7 89 133 / 0.1);
  }

  .xxl\:text-sky-800\/100{
    color: rgb(7 89 133 / 1);
  }

  .xxl\:text-sky-800\/15{
    color: rgb(7 89 133 / 0.15);
  }

  .xxl\:text-sky-800\/20{
    color: rgb(7 89 133 / 0.2);
  }

  .xxl\:text-sky-800\/25{
    color: rgb(7 89 133 / 0.25);
  }

  .xxl\:text-sky-800\/30{
    color: rgb(7 89 133 / 0.3);
  }

  .xxl\:text-sky-800\/35{
    color: rgb(7 89 133 / 0.35);
  }

  .xxl\:text-sky-800\/40{
    color: rgb(7 89 133 / 0.4);
  }

  .xxl\:text-sky-800\/45{
    color: rgb(7 89 133 / 0.45);
  }

  .xxl\:text-sky-800\/5{
    color: rgb(7 89 133 / 0.05);
  }

  .xxl\:text-sky-800\/50{
    color: rgb(7 89 133 / 0.5);
  }

  .xxl\:text-sky-800\/55{
    color: rgb(7 89 133 / 0.55);
  }

  .xxl\:text-sky-800\/60{
    color: rgb(7 89 133 / 0.6);
  }

  .xxl\:text-sky-800\/65{
    color: rgb(7 89 133 / 0.65);
  }

  .xxl\:text-sky-800\/70{
    color: rgb(7 89 133 / 0.7);
  }

  .xxl\:text-sky-800\/75{
    color: rgb(7 89 133 / 0.75);
  }

  .xxl\:text-sky-800\/80{
    color: rgb(7 89 133 / 0.8);
  }

  .xxl\:text-sky-800\/85{
    color: rgb(7 89 133 / 0.85);
  }

  .xxl\:text-sky-800\/90{
    color: rgb(7 89 133 / 0.9);
  }

  .xxl\:text-sky-800\/95{
    color: rgb(7 89 133 / 0.95);
  }

  .xxl\:text-sky-900{
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-900\/0{
    color: rgb(12 74 110 / 0);
  }

  .xxl\:text-sky-900\/10{
    color: rgb(12 74 110 / 0.1);
  }

  .xxl\:text-sky-900\/100{
    color: rgb(12 74 110 / 1);
  }

  .xxl\:text-sky-900\/15{
    color: rgb(12 74 110 / 0.15);
  }

  .xxl\:text-sky-900\/20{
    color: rgb(12 74 110 / 0.2);
  }

  .xxl\:text-sky-900\/25{
    color: rgb(12 74 110 / 0.25);
  }

  .xxl\:text-sky-900\/30{
    color: rgb(12 74 110 / 0.3);
  }

  .xxl\:text-sky-900\/35{
    color: rgb(12 74 110 / 0.35);
  }

  .xxl\:text-sky-900\/40{
    color: rgb(12 74 110 / 0.4);
  }

  .xxl\:text-sky-900\/45{
    color: rgb(12 74 110 / 0.45);
  }

  .xxl\:text-sky-900\/5{
    color: rgb(12 74 110 / 0.05);
  }

  .xxl\:text-sky-900\/50{
    color: rgb(12 74 110 / 0.5);
  }

  .xxl\:text-sky-900\/55{
    color: rgb(12 74 110 / 0.55);
  }

  .xxl\:text-sky-900\/60{
    color: rgb(12 74 110 / 0.6);
  }

  .xxl\:text-sky-900\/65{
    color: rgb(12 74 110 / 0.65);
  }

  .xxl\:text-sky-900\/70{
    color: rgb(12 74 110 / 0.7);
  }

  .xxl\:text-sky-900\/75{
    color: rgb(12 74 110 / 0.75);
  }

  .xxl\:text-sky-900\/80{
    color: rgb(12 74 110 / 0.8);
  }

  .xxl\:text-sky-900\/85{
    color: rgb(12 74 110 / 0.85);
  }

  .xxl\:text-sky-900\/90{
    color: rgb(12 74 110 / 0.9);
  }

  .xxl\:text-sky-900\/95{
    color: rgb(12 74 110 / 0.95);
  }

  .xxl\:text-sky-950{
    --tw-text-opacity: 1;
    color: rgb(8 47 73 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-sky-950\/0{
    color: rgb(8 47 73 / 0);
  }

  .xxl\:text-sky-950\/10{
    color: rgb(8 47 73 / 0.1);
  }

  .xxl\:text-sky-950\/100{
    color: rgb(8 47 73 / 1);
  }

  .xxl\:text-sky-950\/15{
    color: rgb(8 47 73 / 0.15);
  }

  .xxl\:text-sky-950\/20{
    color: rgb(8 47 73 / 0.2);
  }

  .xxl\:text-sky-950\/25{
    color: rgb(8 47 73 / 0.25);
  }

  .xxl\:text-sky-950\/30{
    color: rgb(8 47 73 / 0.3);
  }

  .xxl\:text-sky-950\/35{
    color: rgb(8 47 73 / 0.35);
  }

  .xxl\:text-sky-950\/40{
    color: rgb(8 47 73 / 0.4);
  }

  .xxl\:text-sky-950\/45{
    color: rgb(8 47 73 / 0.45);
  }

  .xxl\:text-sky-950\/5{
    color: rgb(8 47 73 / 0.05);
  }

  .xxl\:text-sky-950\/50{
    color: rgb(8 47 73 / 0.5);
  }

  .xxl\:text-sky-950\/55{
    color: rgb(8 47 73 / 0.55);
  }

  .xxl\:text-sky-950\/60{
    color: rgb(8 47 73 / 0.6);
  }

  .xxl\:text-sky-950\/65{
    color: rgb(8 47 73 / 0.65);
  }

  .xxl\:text-sky-950\/70{
    color: rgb(8 47 73 / 0.7);
  }

  .xxl\:text-sky-950\/75{
    color: rgb(8 47 73 / 0.75);
  }

  .xxl\:text-sky-950\/80{
    color: rgb(8 47 73 / 0.8);
  }

  .xxl\:text-sky-950\/85{
    color: rgb(8 47 73 / 0.85);
  }

  .xxl\:text-sky-950\/90{
    color: rgb(8 47 73 / 0.9);
  }

  .xxl\:text-sky-950\/95{
    color: rgb(8 47 73 / 0.95);
  }

  .xxl\:text-slate-100{
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-100\/0{
    color: rgb(241 245 249 / 0);
  }

  .xxl\:text-slate-100\/10{
    color: rgb(241 245 249 / 0.1);
  }

  .xxl\:text-slate-100\/100{
    color: rgb(241 245 249 / 1);
  }

  .xxl\:text-slate-100\/15{
    color: rgb(241 245 249 / 0.15);
  }

  .xxl\:text-slate-100\/20{
    color: rgb(241 245 249 / 0.2);
  }

  .xxl\:text-slate-100\/25{
    color: rgb(241 245 249 / 0.25);
  }

  .xxl\:text-slate-100\/30{
    color: rgb(241 245 249 / 0.3);
  }

  .xxl\:text-slate-100\/35{
    color: rgb(241 245 249 / 0.35);
  }

  .xxl\:text-slate-100\/40{
    color: rgb(241 245 249 / 0.4);
  }

  .xxl\:text-slate-100\/45{
    color: rgb(241 245 249 / 0.45);
  }

  .xxl\:text-slate-100\/5{
    color: rgb(241 245 249 / 0.05);
  }

  .xxl\:text-slate-100\/50{
    color: rgb(241 245 249 / 0.5);
  }

  .xxl\:text-slate-100\/55{
    color: rgb(241 245 249 / 0.55);
  }

  .xxl\:text-slate-100\/60{
    color: rgb(241 245 249 / 0.6);
  }

  .xxl\:text-slate-100\/65{
    color: rgb(241 245 249 / 0.65);
  }

  .xxl\:text-slate-100\/70{
    color: rgb(241 245 249 / 0.7);
  }

  .xxl\:text-slate-100\/75{
    color: rgb(241 245 249 / 0.75);
  }

  .xxl\:text-slate-100\/80{
    color: rgb(241 245 249 / 0.8);
  }

  .xxl\:text-slate-100\/85{
    color: rgb(241 245 249 / 0.85);
  }

  .xxl\:text-slate-100\/90{
    color: rgb(241 245 249 / 0.9);
  }

  .xxl\:text-slate-100\/95{
    color: rgb(241 245 249 / 0.95);
  }

  .xxl\:text-slate-200{
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-200\/0{
    color: rgb(226 232 240 / 0);
  }

  .xxl\:text-slate-200\/10{
    color: rgb(226 232 240 / 0.1);
  }

  .xxl\:text-slate-200\/100{
    color: rgb(226 232 240 / 1);
  }

  .xxl\:text-slate-200\/15{
    color: rgb(226 232 240 / 0.15);
  }

  .xxl\:text-slate-200\/20{
    color: rgb(226 232 240 / 0.2);
  }

  .xxl\:text-slate-200\/25{
    color: rgb(226 232 240 / 0.25);
  }

  .xxl\:text-slate-200\/30{
    color: rgb(226 232 240 / 0.3);
  }

  .xxl\:text-slate-200\/35{
    color: rgb(226 232 240 / 0.35);
  }

  .xxl\:text-slate-200\/40{
    color: rgb(226 232 240 / 0.4);
  }

  .xxl\:text-slate-200\/45{
    color: rgb(226 232 240 / 0.45);
  }

  .xxl\:text-slate-200\/5{
    color: rgb(226 232 240 / 0.05);
  }

  .xxl\:text-slate-200\/50{
    color: rgb(226 232 240 / 0.5);
  }

  .xxl\:text-slate-200\/55{
    color: rgb(226 232 240 / 0.55);
  }

  .xxl\:text-slate-200\/60{
    color: rgb(226 232 240 / 0.6);
  }

  .xxl\:text-slate-200\/65{
    color: rgb(226 232 240 / 0.65);
  }

  .xxl\:text-slate-200\/70{
    color: rgb(226 232 240 / 0.7);
  }

  .xxl\:text-slate-200\/75{
    color: rgb(226 232 240 / 0.75);
  }

  .xxl\:text-slate-200\/80{
    color: rgb(226 232 240 / 0.8);
  }

  .xxl\:text-slate-200\/85{
    color: rgb(226 232 240 / 0.85);
  }

  .xxl\:text-slate-200\/90{
    color: rgb(226 232 240 / 0.9);
  }

  .xxl\:text-slate-200\/95{
    color: rgb(226 232 240 / 0.95);
  }

  .xxl\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-300\/0{
    color: rgb(203 213 225 / 0);
  }

  .xxl\:text-slate-300\/10{
    color: rgb(203 213 225 / 0.1);
  }

  .xxl\:text-slate-300\/100{
    color: rgb(203 213 225 / 1);
  }

  .xxl\:text-slate-300\/15{
    color: rgb(203 213 225 / 0.15);
  }

  .xxl\:text-slate-300\/20{
    color: rgb(203 213 225 / 0.2);
  }

  .xxl\:text-slate-300\/25{
    color: rgb(203 213 225 / 0.25);
  }

  .xxl\:text-slate-300\/30{
    color: rgb(203 213 225 / 0.3);
  }

  .xxl\:text-slate-300\/35{
    color: rgb(203 213 225 / 0.35);
  }

  .xxl\:text-slate-300\/40{
    color: rgb(203 213 225 / 0.4);
  }

  .xxl\:text-slate-300\/45{
    color: rgb(203 213 225 / 0.45);
  }

  .xxl\:text-slate-300\/5{
    color: rgb(203 213 225 / 0.05);
  }

  .xxl\:text-slate-300\/50{
    color: rgb(203 213 225 / 0.5);
  }

  .xxl\:text-slate-300\/55{
    color: rgb(203 213 225 / 0.55);
  }

  .xxl\:text-slate-300\/60{
    color: rgb(203 213 225 / 0.6);
  }

  .xxl\:text-slate-300\/65{
    color: rgb(203 213 225 / 0.65);
  }

  .xxl\:text-slate-300\/70{
    color: rgb(203 213 225 / 0.7);
  }

  .xxl\:text-slate-300\/75{
    color: rgb(203 213 225 / 0.75);
  }

  .xxl\:text-slate-300\/80{
    color: rgb(203 213 225 / 0.8);
  }

  .xxl\:text-slate-300\/85{
    color: rgb(203 213 225 / 0.85);
  }

  .xxl\:text-slate-300\/90{
    color: rgb(203 213 225 / 0.9);
  }

  .xxl\:text-slate-300\/95{
    color: rgb(203 213 225 / 0.95);
  }

  .xxl\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-400\/0{
    color: rgb(148 163 184 / 0);
  }

  .xxl\:text-slate-400\/10{
    color: rgb(148 163 184 / 0.1);
  }

  .xxl\:text-slate-400\/100{
    color: rgb(148 163 184 / 1);
  }

  .xxl\:text-slate-400\/15{
    color: rgb(148 163 184 / 0.15);
  }

  .xxl\:text-slate-400\/20{
    color: rgb(148 163 184 / 0.2);
  }

  .xxl\:text-slate-400\/25{
    color: rgb(148 163 184 / 0.25);
  }

  .xxl\:text-slate-400\/30{
    color: rgb(148 163 184 / 0.3);
  }

  .xxl\:text-slate-400\/35{
    color: rgb(148 163 184 / 0.35);
  }

  .xxl\:text-slate-400\/40{
    color: rgb(148 163 184 / 0.4);
  }

  .xxl\:text-slate-400\/45{
    color: rgb(148 163 184 / 0.45);
  }

  .xxl\:text-slate-400\/5{
    color: rgb(148 163 184 / 0.05);
  }

  .xxl\:text-slate-400\/50{
    color: rgb(148 163 184 / 0.5);
  }

  .xxl\:text-slate-400\/55{
    color: rgb(148 163 184 / 0.55);
  }

  .xxl\:text-slate-400\/60{
    color: rgb(148 163 184 / 0.6);
  }

  .xxl\:text-slate-400\/65{
    color: rgb(148 163 184 / 0.65);
  }

  .xxl\:text-slate-400\/70{
    color: rgb(148 163 184 / 0.7);
  }

  .xxl\:text-slate-400\/75{
    color: rgb(148 163 184 / 0.75);
  }

  .xxl\:text-slate-400\/80{
    color: rgb(148 163 184 / 0.8);
  }

  .xxl\:text-slate-400\/85{
    color: rgb(148 163 184 / 0.85);
  }

  .xxl\:text-slate-400\/90{
    color: rgb(148 163 184 / 0.9);
  }

  .xxl\:text-slate-400\/95{
    color: rgb(148 163 184 / 0.95);
  }

  .xxl\:text-slate-50{
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-50\/0{
    color: rgb(248 250 252 / 0);
  }

  .xxl\:text-slate-50\/10{
    color: rgb(248 250 252 / 0.1);
  }

  .xxl\:text-slate-50\/100{
    color: rgb(248 250 252 / 1);
  }

  .xxl\:text-slate-50\/15{
    color: rgb(248 250 252 / 0.15);
  }

  .xxl\:text-slate-50\/20{
    color: rgb(248 250 252 / 0.2);
  }

  .xxl\:text-slate-50\/25{
    color: rgb(248 250 252 / 0.25);
  }

  .xxl\:text-slate-50\/30{
    color: rgb(248 250 252 / 0.3);
  }

  .xxl\:text-slate-50\/35{
    color: rgb(248 250 252 / 0.35);
  }

  .xxl\:text-slate-50\/40{
    color: rgb(248 250 252 / 0.4);
  }

  .xxl\:text-slate-50\/45{
    color: rgb(248 250 252 / 0.45);
  }

  .xxl\:text-slate-50\/5{
    color: rgb(248 250 252 / 0.05);
  }

  .xxl\:text-slate-50\/50{
    color: rgb(248 250 252 / 0.5);
  }

  .xxl\:text-slate-50\/55{
    color: rgb(248 250 252 / 0.55);
  }

  .xxl\:text-slate-50\/60{
    color: rgb(248 250 252 / 0.6);
  }

  .xxl\:text-slate-50\/65{
    color: rgb(248 250 252 / 0.65);
  }

  .xxl\:text-slate-50\/70{
    color: rgb(248 250 252 / 0.7);
  }

  .xxl\:text-slate-50\/75{
    color: rgb(248 250 252 / 0.75);
  }

  .xxl\:text-slate-50\/80{
    color: rgb(248 250 252 / 0.8);
  }

  .xxl\:text-slate-50\/85{
    color: rgb(248 250 252 / 0.85);
  }

  .xxl\:text-slate-50\/90{
    color: rgb(248 250 252 / 0.9);
  }

  .xxl\:text-slate-50\/95{
    color: rgb(248 250 252 / 0.95);
  }

  .xxl\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-500\/0{
    color: rgb(100 116 139 / 0);
  }

  .xxl\:text-slate-500\/10{
    color: rgb(100 116 139 / 0.1);
  }

  .xxl\:text-slate-500\/100{
    color: rgb(100 116 139 / 1);
  }

  .xxl\:text-slate-500\/15{
    color: rgb(100 116 139 / 0.15);
  }

  .xxl\:text-slate-500\/20{
    color: rgb(100 116 139 / 0.2);
  }

  .xxl\:text-slate-500\/25{
    color: rgb(100 116 139 / 0.25);
  }

  .xxl\:text-slate-500\/30{
    color: rgb(100 116 139 / 0.3);
  }

  .xxl\:text-slate-500\/35{
    color: rgb(100 116 139 / 0.35);
  }

  .xxl\:text-slate-500\/40{
    color: rgb(100 116 139 / 0.4);
  }

  .xxl\:text-slate-500\/45{
    color: rgb(100 116 139 / 0.45);
  }

  .xxl\:text-slate-500\/5{
    color: rgb(100 116 139 / 0.05);
  }

  .xxl\:text-slate-500\/50{
    color: rgb(100 116 139 / 0.5);
  }

  .xxl\:text-slate-500\/55{
    color: rgb(100 116 139 / 0.55);
  }

  .xxl\:text-slate-500\/60{
    color: rgb(100 116 139 / 0.6);
  }

  .xxl\:text-slate-500\/65{
    color: rgb(100 116 139 / 0.65);
  }

  .xxl\:text-slate-500\/70{
    color: rgb(100 116 139 / 0.7);
  }

  .xxl\:text-slate-500\/75{
    color: rgb(100 116 139 / 0.75);
  }

  .xxl\:text-slate-500\/80{
    color: rgb(100 116 139 / 0.8);
  }

  .xxl\:text-slate-500\/85{
    color: rgb(100 116 139 / 0.85);
  }

  .xxl\:text-slate-500\/90{
    color: rgb(100 116 139 / 0.9);
  }

  .xxl\:text-slate-500\/95{
    color: rgb(100 116 139 / 0.95);
  }

  .xxl\:text-slate-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-600\/0{
    color: rgb(71 85 105 / 0);
  }

  .xxl\:text-slate-600\/10{
    color: rgb(71 85 105 / 0.1);
  }

  .xxl\:text-slate-600\/100{
    color: rgb(71 85 105 / 1);
  }

  .xxl\:text-slate-600\/15{
    color: rgb(71 85 105 / 0.15);
  }

  .xxl\:text-slate-600\/20{
    color: rgb(71 85 105 / 0.2);
  }

  .xxl\:text-slate-600\/25{
    color: rgb(71 85 105 / 0.25);
  }

  .xxl\:text-slate-600\/30{
    color: rgb(71 85 105 / 0.3);
  }

  .xxl\:text-slate-600\/35{
    color: rgb(71 85 105 / 0.35);
  }

  .xxl\:text-slate-600\/40{
    color: rgb(71 85 105 / 0.4);
  }

  .xxl\:text-slate-600\/45{
    color: rgb(71 85 105 / 0.45);
  }

  .xxl\:text-slate-600\/5{
    color: rgb(71 85 105 / 0.05);
  }

  .xxl\:text-slate-600\/50{
    color: rgb(71 85 105 / 0.5);
  }

  .xxl\:text-slate-600\/55{
    color: rgb(71 85 105 / 0.55);
  }

  .xxl\:text-slate-600\/60{
    color: rgb(71 85 105 / 0.6);
  }

  .xxl\:text-slate-600\/65{
    color: rgb(71 85 105 / 0.65);
  }

  .xxl\:text-slate-600\/70{
    color: rgb(71 85 105 / 0.7);
  }

  .xxl\:text-slate-600\/75{
    color: rgb(71 85 105 / 0.75);
  }

  .xxl\:text-slate-600\/80{
    color: rgb(71 85 105 / 0.8);
  }

  .xxl\:text-slate-600\/85{
    color: rgb(71 85 105 / 0.85);
  }

  .xxl\:text-slate-600\/90{
    color: rgb(71 85 105 / 0.9);
  }

  .xxl\:text-slate-600\/95{
    color: rgb(71 85 105 / 0.95);
  }

  .xxl\:text-slate-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-700\/0{
    color: rgb(51 65 85 / 0);
  }

  .xxl\:text-slate-700\/10{
    color: rgb(51 65 85 / 0.1);
  }

  .xxl\:text-slate-700\/100{
    color: rgb(51 65 85 / 1);
  }

  .xxl\:text-slate-700\/15{
    color: rgb(51 65 85 / 0.15);
  }

  .xxl\:text-slate-700\/20{
    color: rgb(51 65 85 / 0.2);
  }

  .xxl\:text-slate-700\/25{
    color: rgb(51 65 85 / 0.25);
  }

  .xxl\:text-slate-700\/30{
    color: rgb(51 65 85 / 0.3);
  }

  .xxl\:text-slate-700\/35{
    color: rgb(51 65 85 / 0.35);
  }

  .xxl\:text-slate-700\/40{
    color: rgb(51 65 85 / 0.4);
  }

  .xxl\:text-slate-700\/45{
    color: rgb(51 65 85 / 0.45);
  }

  .xxl\:text-slate-700\/5{
    color: rgb(51 65 85 / 0.05);
  }

  .xxl\:text-slate-700\/50{
    color: rgb(51 65 85 / 0.5);
  }

  .xxl\:text-slate-700\/55{
    color: rgb(51 65 85 / 0.55);
  }

  .xxl\:text-slate-700\/60{
    color: rgb(51 65 85 / 0.6);
  }

  .xxl\:text-slate-700\/65{
    color: rgb(51 65 85 / 0.65);
  }

  .xxl\:text-slate-700\/70{
    color: rgb(51 65 85 / 0.7);
  }

  .xxl\:text-slate-700\/75{
    color: rgb(51 65 85 / 0.75);
  }

  .xxl\:text-slate-700\/80{
    color: rgb(51 65 85 / 0.8);
  }

  .xxl\:text-slate-700\/85{
    color: rgb(51 65 85 / 0.85);
  }

  .xxl\:text-slate-700\/90{
    color: rgb(51 65 85 / 0.9);
  }

  .xxl\:text-slate-700\/95{
    color: rgb(51 65 85 / 0.95);
  }

  .xxl\:text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-800\/0{
    color: rgb(30 41 59 / 0);
  }

  .xxl\:text-slate-800\/10{
    color: rgb(30 41 59 / 0.1);
  }

  .xxl\:text-slate-800\/100{
    color: rgb(30 41 59 / 1);
  }

  .xxl\:text-slate-800\/15{
    color: rgb(30 41 59 / 0.15);
  }

  .xxl\:text-slate-800\/20{
    color: rgb(30 41 59 / 0.2);
  }

  .xxl\:text-slate-800\/25{
    color: rgb(30 41 59 / 0.25);
  }

  .xxl\:text-slate-800\/30{
    color: rgb(30 41 59 / 0.3);
  }

  .xxl\:text-slate-800\/35{
    color: rgb(30 41 59 / 0.35);
  }

  .xxl\:text-slate-800\/40{
    color: rgb(30 41 59 / 0.4);
  }

  .xxl\:text-slate-800\/45{
    color: rgb(30 41 59 / 0.45);
  }

  .xxl\:text-slate-800\/5{
    color: rgb(30 41 59 / 0.05);
  }

  .xxl\:text-slate-800\/50{
    color: rgb(30 41 59 / 0.5);
  }

  .xxl\:text-slate-800\/55{
    color: rgb(30 41 59 / 0.55);
  }

  .xxl\:text-slate-800\/60{
    color: rgb(30 41 59 / 0.6);
  }

  .xxl\:text-slate-800\/65{
    color: rgb(30 41 59 / 0.65);
  }

  .xxl\:text-slate-800\/70{
    color: rgb(30 41 59 / 0.7);
  }

  .xxl\:text-slate-800\/75{
    color: rgb(30 41 59 / 0.75);
  }

  .xxl\:text-slate-800\/80{
    color: rgb(30 41 59 / 0.8);
  }

  .xxl\:text-slate-800\/85{
    color: rgb(30 41 59 / 0.85);
  }

  .xxl\:text-slate-800\/90{
    color: rgb(30 41 59 / 0.9);
  }

  .xxl\:text-slate-800\/95{
    color: rgb(30 41 59 / 0.95);
  }

  .xxl\:text-slate-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-900\/0{
    color: rgb(15 23 42 / 0);
  }

  .xxl\:text-slate-900\/10{
    color: rgb(15 23 42 / 0.1);
  }

  .xxl\:text-slate-900\/100{
    color: rgb(15 23 42 / 1);
  }

  .xxl\:text-slate-900\/15{
    color: rgb(15 23 42 / 0.15);
  }

  .xxl\:text-slate-900\/20{
    color: rgb(15 23 42 / 0.2);
  }

  .xxl\:text-slate-900\/25{
    color: rgb(15 23 42 / 0.25);
  }

  .xxl\:text-slate-900\/30{
    color: rgb(15 23 42 / 0.3);
  }

  .xxl\:text-slate-900\/35{
    color: rgb(15 23 42 / 0.35);
  }

  .xxl\:text-slate-900\/40{
    color: rgb(15 23 42 / 0.4);
  }

  .xxl\:text-slate-900\/45{
    color: rgb(15 23 42 / 0.45);
  }

  .xxl\:text-slate-900\/5{
    color: rgb(15 23 42 / 0.05);
  }

  .xxl\:text-slate-900\/50{
    color: rgb(15 23 42 / 0.5);
  }

  .xxl\:text-slate-900\/55{
    color: rgb(15 23 42 / 0.55);
  }

  .xxl\:text-slate-900\/60{
    color: rgb(15 23 42 / 0.6);
  }

  .xxl\:text-slate-900\/65{
    color: rgb(15 23 42 / 0.65);
  }

  .xxl\:text-slate-900\/70{
    color: rgb(15 23 42 / 0.7);
  }

  .xxl\:text-slate-900\/75{
    color: rgb(15 23 42 / 0.75);
  }

  .xxl\:text-slate-900\/80{
    color: rgb(15 23 42 / 0.8);
  }

  .xxl\:text-slate-900\/85{
    color: rgb(15 23 42 / 0.85);
  }

  .xxl\:text-slate-900\/90{
    color: rgb(15 23 42 / 0.9);
  }

  .xxl\:text-slate-900\/95{
    color: rgb(15 23 42 / 0.95);
  }

  .xxl\:text-slate-950{
    --tw-text-opacity: 1;
    color: rgb(2 6 23 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-slate-950\/0{
    color: rgb(2 6 23 / 0);
  }

  .xxl\:text-slate-950\/10{
    color: rgb(2 6 23 / 0.1);
  }

  .xxl\:text-slate-950\/100{
    color: rgb(2 6 23 / 1);
  }

  .xxl\:text-slate-950\/15{
    color: rgb(2 6 23 / 0.15);
  }

  .xxl\:text-slate-950\/20{
    color: rgb(2 6 23 / 0.2);
  }

  .xxl\:text-slate-950\/25{
    color: rgb(2 6 23 / 0.25);
  }

  .xxl\:text-slate-950\/30{
    color: rgb(2 6 23 / 0.3);
  }

  .xxl\:text-slate-950\/35{
    color: rgb(2 6 23 / 0.35);
  }

  .xxl\:text-slate-950\/40{
    color: rgb(2 6 23 / 0.4);
  }

  .xxl\:text-slate-950\/45{
    color: rgb(2 6 23 / 0.45);
  }

  .xxl\:text-slate-950\/5{
    color: rgb(2 6 23 / 0.05);
  }

  .xxl\:text-slate-950\/50{
    color: rgb(2 6 23 / 0.5);
  }

  .xxl\:text-slate-950\/55{
    color: rgb(2 6 23 / 0.55);
  }

  .xxl\:text-slate-950\/60{
    color: rgb(2 6 23 / 0.6);
  }

  .xxl\:text-slate-950\/65{
    color: rgb(2 6 23 / 0.65);
  }

  .xxl\:text-slate-950\/70{
    color: rgb(2 6 23 / 0.7);
  }

  .xxl\:text-slate-950\/75{
    color: rgb(2 6 23 / 0.75);
  }

  .xxl\:text-slate-950\/80{
    color: rgb(2 6 23 / 0.8);
  }

  .xxl\:text-slate-950\/85{
    color: rgb(2 6 23 / 0.85);
  }

  .xxl\:text-slate-950\/90{
    color: rgb(2 6 23 / 0.9);
  }

  .xxl\:text-slate-950\/95{
    color: rgb(2 6 23 / 0.95);
  }

  .xxl\:text-stone-100{
    --tw-text-opacity: 1;
    color: rgb(245 245 244 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-100\/0{
    color: rgb(245 245 244 / 0);
  }

  .xxl\:text-stone-100\/10{
    color: rgb(245 245 244 / 0.1);
  }

  .xxl\:text-stone-100\/100{
    color: rgb(245 245 244 / 1);
  }

  .xxl\:text-stone-100\/15{
    color: rgb(245 245 244 / 0.15);
  }

  .xxl\:text-stone-100\/20{
    color: rgb(245 245 244 / 0.2);
  }

  .xxl\:text-stone-100\/25{
    color: rgb(245 245 244 / 0.25);
  }

  .xxl\:text-stone-100\/30{
    color: rgb(245 245 244 / 0.3);
  }

  .xxl\:text-stone-100\/35{
    color: rgb(245 245 244 / 0.35);
  }

  .xxl\:text-stone-100\/40{
    color: rgb(245 245 244 / 0.4);
  }

  .xxl\:text-stone-100\/45{
    color: rgb(245 245 244 / 0.45);
  }

  .xxl\:text-stone-100\/5{
    color: rgb(245 245 244 / 0.05);
  }

  .xxl\:text-stone-100\/50{
    color: rgb(245 245 244 / 0.5);
  }

  .xxl\:text-stone-100\/55{
    color: rgb(245 245 244 / 0.55);
  }

  .xxl\:text-stone-100\/60{
    color: rgb(245 245 244 / 0.6);
  }

  .xxl\:text-stone-100\/65{
    color: rgb(245 245 244 / 0.65);
  }

  .xxl\:text-stone-100\/70{
    color: rgb(245 245 244 / 0.7);
  }

  .xxl\:text-stone-100\/75{
    color: rgb(245 245 244 / 0.75);
  }

  .xxl\:text-stone-100\/80{
    color: rgb(245 245 244 / 0.8);
  }

  .xxl\:text-stone-100\/85{
    color: rgb(245 245 244 / 0.85);
  }

  .xxl\:text-stone-100\/90{
    color: rgb(245 245 244 / 0.9);
  }

  .xxl\:text-stone-100\/95{
    color: rgb(245 245 244 / 0.95);
  }

  .xxl\:text-stone-200{
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-200\/0{
    color: rgb(231 229 228 / 0);
  }

  .xxl\:text-stone-200\/10{
    color: rgb(231 229 228 / 0.1);
  }

  .xxl\:text-stone-200\/100{
    color: rgb(231 229 228 / 1);
  }

  .xxl\:text-stone-200\/15{
    color: rgb(231 229 228 / 0.15);
  }

  .xxl\:text-stone-200\/20{
    color: rgb(231 229 228 / 0.2);
  }

  .xxl\:text-stone-200\/25{
    color: rgb(231 229 228 / 0.25);
  }

  .xxl\:text-stone-200\/30{
    color: rgb(231 229 228 / 0.3);
  }

  .xxl\:text-stone-200\/35{
    color: rgb(231 229 228 / 0.35);
  }

  .xxl\:text-stone-200\/40{
    color: rgb(231 229 228 / 0.4);
  }

  .xxl\:text-stone-200\/45{
    color: rgb(231 229 228 / 0.45);
  }

  .xxl\:text-stone-200\/5{
    color: rgb(231 229 228 / 0.05);
  }

  .xxl\:text-stone-200\/50{
    color: rgb(231 229 228 / 0.5);
  }

  .xxl\:text-stone-200\/55{
    color: rgb(231 229 228 / 0.55);
  }

  .xxl\:text-stone-200\/60{
    color: rgb(231 229 228 / 0.6);
  }

  .xxl\:text-stone-200\/65{
    color: rgb(231 229 228 / 0.65);
  }

  .xxl\:text-stone-200\/70{
    color: rgb(231 229 228 / 0.7);
  }

  .xxl\:text-stone-200\/75{
    color: rgb(231 229 228 / 0.75);
  }

  .xxl\:text-stone-200\/80{
    color: rgb(231 229 228 / 0.8);
  }

  .xxl\:text-stone-200\/85{
    color: rgb(231 229 228 / 0.85);
  }

  .xxl\:text-stone-200\/90{
    color: rgb(231 229 228 / 0.9);
  }

  .xxl\:text-stone-200\/95{
    color: rgb(231 229 228 / 0.95);
  }

  .xxl\:text-stone-300{
    --tw-text-opacity: 1;
    color: rgb(214 211 209 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-300\/0{
    color: rgb(214 211 209 / 0);
  }

  .xxl\:text-stone-300\/10{
    color: rgb(214 211 209 / 0.1);
  }

  .xxl\:text-stone-300\/100{
    color: rgb(214 211 209 / 1);
  }

  .xxl\:text-stone-300\/15{
    color: rgb(214 211 209 / 0.15);
  }

  .xxl\:text-stone-300\/20{
    color: rgb(214 211 209 / 0.2);
  }

  .xxl\:text-stone-300\/25{
    color: rgb(214 211 209 / 0.25);
  }

  .xxl\:text-stone-300\/30{
    color: rgb(214 211 209 / 0.3);
  }

  .xxl\:text-stone-300\/35{
    color: rgb(214 211 209 / 0.35);
  }

  .xxl\:text-stone-300\/40{
    color: rgb(214 211 209 / 0.4);
  }

  .xxl\:text-stone-300\/45{
    color: rgb(214 211 209 / 0.45);
  }

  .xxl\:text-stone-300\/5{
    color: rgb(214 211 209 / 0.05);
  }

  .xxl\:text-stone-300\/50{
    color: rgb(214 211 209 / 0.5);
  }

  .xxl\:text-stone-300\/55{
    color: rgb(214 211 209 / 0.55);
  }

  .xxl\:text-stone-300\/60{
    color: rgb(214 211 209 / 0.6);
  }

  .xxl\:text-stone-300\/65{
    color: rgb(214 211 209 / 0.65);
  }

  .xxl\:text-stone-300\/70{
    color: rgb(214 211 209 / 0.7);
  }

  .xxl\:text-stone-300\/75{
    color: rgb(214 211 209 / 0.75);
  }

  .xxl\:text-stone-300\/80{
    color: rgb(214 211 209 / 0.8);
  }

  .xxl\:text-stone-300\/85{
    color: rgb(214 211 209 / 0.85);
  }

  .xxl\:text-stone-300\/90{
    color: rgb(214 211 209 / 0.9);
  }

  .xxl\:text-stone-300\/95{
    color: rgb(214 211 209 / 0.95);
  }

  .xxl\:text-stone-400{
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-400\/0{
    color: rgb(168 162 158 / 0);
  }

  .xxl\:text-stone-400\/10{
    color: rgb(168 162 158 / 0.1);
  }

  .xxl\:text-stone-400\/100{
    color: rgb(168 162 158 / 1);
  }

  .xxl\:text-stone-400\/15{
    color: rgb(168 162 158 / 0.15);
  }

  .xxl\:text-stone-400\/20{
    color: rgb(168 162 158 / 0.2);
  }

  .xxl\:text-stone-400\/25{
    color: rgb(168 162 158 / 0.25);
  }

  .xxl\:text-stone-400\/30{
    color: rgb(168 162 158 / 0.3);
  }

  .xxl\:text-stone-400\/35{
    color: rgb(168 162 158 / 0.35);
  }

  .xxl\:text-stone-400\/40{
    color: rgb(168 162 158 / 0.4);
  }

  .xxl\:text-stone-400\/45{
    color: rgb(168 162 158 / 0.45);
  }

  .xxl\:text-stone-400\/5{
    color: rgb(168 162 158 / 0.05);
  }

  .xxl\:text-stone-400\/50{
    color: rgb(168 162 158 / 0.5);
  }

  .xxl\:text-stone-400\/55{
    color: rgb(168 162 158 / 0.55);
  }

  .xxl\:text-stone-400\/60{
    color: rgb(168 162 158 / 0.6);
  }

  .xxl\:text-stone-400\/65{
    color: rgb(168 162 158 / 0.65);
  }

  .xxl\:text-stone-400\/70{
    color: rgb(168 162 158 / 0.7);
  }

  .xxl\:text-stone-400\/75{
    color: rgb(168 162 158 / 0.75);
  }

  .xxl\:text-stone-400\/80{
    color: rgb(168 162 158 / 0.8);
  }

  .xxl\:text-stone-400\/85{
    color: rgb(168 162 158 / 0.85);
  }

  .xxl\:text-stone-400\/90{
    color: rgb(168 162 158 / 0.9);
  }

  .xxl\:text-stone-400\/95{
    color: rgb(168 162 158 / 0.95);
  }

  .xxl\:text-stone-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-50\/0{
    color: rgb(250 250 249 / 0);
  }

  .xxl\:text-stone-50\/10{
    color: rgb(250 250 249 / 0.1);
  }

  .xxl\:text-stone-50\/100{
    color: rgb(250 250 249 / 1);
  }

  .xxl\:text-stone-50\/15{
    color: rgb(250 250 249 / 0.15);
  }

  .xxl\:text-stone-50\/20{
    color: rgb(250 250 249 / 0.2);
  }

  .xxl\:text-stone-50\/25{
    color: rgb(250 250 249 / 0.25);
  }

  .xxl\:text-stone-50\/30{
    color: rgb(250 250 249 / 0.3);
  }

  .xxl\:text-stone-50\/35{
    color: rgb(250 250 249 / 0.35);
  }

  .xxl\:text-stone-50\/40{
    color: rgb(250 250 249 / 0.4);
  }

  .xxl\:text-stone-50\/45{
    color: rgb(250 250 249 / 0.45);
  }

  .xxl\:text-stone-50\/5{
    color: rgb(250 250 249 / 0.05);
  }

  .xxl\:text-stone-50\/50{
    color: rgb(250 250 249 / 0.5);
  }

  .xxl\:text-stone-50\/55{
    color: rgb(250 250 249 / 0.55);
  }

  .xxl\:text-stone-50\/60{
    color: rgb(250 250 249 / 0.6);
  }

  .xxl\:text-stone-50\/65{
    color: rgb(250 250 249 / 0.65);
  }

  .xxl\:text-stone-50\/70{
    color: rgb(250 250 249 / 0.7);
  }

  .xxl\:text-stone-50\/75{
    color: rgb(250 250 249 / 0.75);
  }

  .xxl\:text-stone-50\/80{
    color: rgb(250 250 249 / 0.8);
  }

  .xxl\:text-stone-50\/85{
    color: rgb(250 250 249 / 0.85);
  }

  .xxl\:text-stone-50\/90{
    color: rgb(250 250 249 / 0.9);
  }

  .xxl\:text-stone-50\/95{
    color: rgb(250 250 249 / 0.95);
  }

  .xxl\:text-stone-500{
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-500\/0{
    color: rgb(120 113 108 / 0);
  }

  .xxl\:text-stone-500\/10{
    color: rgb(120 113 108 / 0.1);
  }

  .xxl\:text-stone-500\/100{
    color: rgb(120 113 108 / 1);
  }

  .xxl\:text-stone-500\/15{
    color: rgb(120 113 108 / 0.15);
  }

  .xxl\:text-stone-500\/20{
    color: rgb(120 113 108 / 0.2);
  }

  .xxl\:text-stone-500\/25{
    color: rgb(120 113 108 / 0.25);
  }

  .xxl\:text-stone-500\/30{
    color: rgb(120 113 108 / 0.3);
  }

  .xxl\:text-stone-500\/35{
    color: rgb(120 113 108 / 0.35);
  }

  .xxl\:text-stone-500\/40{
    color: rgb(120 113 108 / 0.4);
  }

  .xxl\:text-stone-500\/45{
    color: rgb(120 113 108 / 0.45);
  }

  .xxl\:text-stone-500\/5{
    color: rgb(120 113 108 / 0.05);
  }

  .xxl\:text-stone-500\/50{
    color: rgb(120 113 108 / 0.5);
  }

  .xxl\:text-stone-500\/55{
    color: rgb(120 113 108 / 0.55);
  }

  .xxl\:text-stone-500\/60{
    color: rgb(120 113 108 / 0.6);
  }

  .xxl\:text-stone-500\/65{
    color: rgb(120 113 108 / 0.65);
  }

  .xxl\:text-stone-500\/70{
    color: rgb(120 113 108 / 0.7);
  }

  .xxl\:text-stone-500\/75{
    color: rgb(120 113 108 / 0.75);
  }

  .xxl\:text-stone-500\/80{
    color: rgb(120 113 108 / 0.8);
  }

  .xxl\:text-stone-500\/85{
    color: rgb(120 113 108 / 0.85);
  }

  .xxl\:text-stone-500\/90{
    color: rgb(120 113 108 / 0.9);
  }

  .xxl\:text-stone-500\/95{
    color: rgb(120 113 108 / 0.95);
  }

  .xxl\:text-stone-600{
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-600\/0{
    color: rgb(87 83 78 / 0);
  }

  .xxl\:text-stone-600\/10{
    color: rgb(87 83 78 / 0.1);
  }

  .xxl\:text-stone-600\/100{
    color: rgb(87 83 78 / 1);
  }

  .xxl\:text-stone-600\/15{
    color: rgb(87 83 78 / 0.15);
  }

  .xxl\:text-stone-600\/20{
    color: rgb(87 83 78 / 0.2);
  }

  .xxl\:text-stone-600\/25{
    color: rgb(87 83 78 / 0.25);
  }

  .xxl\:text-stone-600\/30{
    color: rgb(87 83 78 / 0.3);
  }

  .xxl\:text-stone-600\/35{
    color: rgb(87 83 78 / 0.35);
  }

  .xxl\:text-stone-600\/40{
    color: rgb(87 83 78 / 0.4);
  }

  .xxl\:text-stone-600\/45{
    color: rgb(87 83 78 / 0.45);
  }

  .xxl\:text-stone-600\/5{
    color: rgb(87 83 78 / 0.05);
  }

  .xxl\:text-stone-600\/50{
    color: rgb(87 83 78 / 0.5);
  }

  .xxl\:text-stone-600\/55{
    color: rgb(87 83 78 / 0.55);
  }

  .xxl\:text-stone-600\/60{
    color: rgb(87 83 78 / 0.6);
  }

  .xxl\:text-stone-600\/65{
    color: rgb(87 83 78 / 0.65);
  }

  .xxl\:text-stone-600\/70{
    color: rgb(87 83 78 / 0.7);
  }

  .xxl\:text-stone-600\/75{
    color: rgb(87 83 78 / 0.75);
  }

  .xxl\:text-stone-600\/80{
    color: rgb(87 83 78 / 0.8);
  }

  .xxl\:text-stone-600\/85{
    color: rgb(87 83 78 / 0.85);
  }

  .xxl\:text-stone-600\/90{
    color: rgb(87 83 78 / 0.9);
  }

  .xxl\:text-stone-600\/95{
    color: rgb(87 83 78 / 0.95);
  }

  .xxl\:text-stone-700{
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-700\/0{
    color: rgb(68 64 60 / 0);
  }

  .xxl\:text-stone-700\/10{
    color: rgb(68 64 60 / 0.1);
  }

  .xxl\:text-stone-700\/100{
    color: rgb(68 64 60 / 1);
  }

  .xxl\:text-stone-700\/15{
    color: rgb(68 64 60 / 0.15);
  }

  .xxl\:text-stone-700\/20{
    color: rgb(68 64 60 / 0.2);
  }

  .xxl\:text-stone-700\/25{
    color: rgb(68 64 60 / 0.25);
  }

  .xxl\:text-stone-700\/30{
    color: rgb(68 64 60 / 0.3);
  }

  .xxl\:text-stone-700\/35{
    color: rgb(68 64 60 / 0.35);
  }

  .xxl\:text-stone-700\/40{
    color: rgb(68 64 60 / 0.4);
  }

  .xxl\:text-stone-700\/45{
    color: rgb(68 64 60 / 0.45);
  }

  .xxl\:text-stone-700\/5{
    color: rgb(68 64 60 / 0.05);
  }

  .xxl\:text-stone-700\/50{
    color: rgb(68 64 60 / 0.5);
  }

  .xxl\:text-stone-700\/55{
    color: rgb(68 64 60 / 0.55);
  }

  .xxl\:text-stone-700\/60{
    color: rgb(68 64 60 / 0.6);
  }

  .xxl\:text-stone-700\/65{
    color: rgb(68 64 60 / 0.65);
  }

  .xxl\:text-stone-700\/70{
    color: rgb(68 64 60 / 0.7);
  }

  .xxl\:text-stone-700\/75{
    color: rgb(68 64 60 / 0.75);
  }

  .xxl\:text-stone-700\/80{
    color: rgb(68 64 60 / 0.8);
  }

  .xxl\:text-stone-700\/85{
    color: rgb(68 64 60 / 0.85);
  }

  .xxl\:text-stone-700\/90{
    color: rgb(68 64 60 / 0.9);
  }

  .xxl\:text-stone-700\/95{
    color: rgb(68 64 60 / 0.95);
  }

  .xxl\:text-stone-800{
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-800\/0{
    color: rgb(41 37 36 / 0);
  }

  .xxl\:text-stone-800\/10{
    color: rgb(41 37 36 / 0.1);
  }

  .xxl\:text-stone-800\/100{
    color: rgb(41 37 36 / 1);
  }

  .xxl\:text-stone-800\/15{
    color: rgb(41 37 36 / 0.15);
  }

  .xxl\:text-stone-800\/20{
    color: rgb(41 37 36 / 0.2);
  }

  .xxl\:text-stone-800\/25{
    color: rgb(41 37 36 / 0.25);
  }

  .xxl\:text-stone-800\/30{
    color: rgb(41 37 36 / 0.3);
  }

  .xxl\:text-stone-800\/35{
    color: rgb(41 37 36 / 0.35);
  }

  .xxl\:text-stone-800\/40{
    color: rgb(41 37 36 / 0.4);
  }

  .xxl\:text-stone-800\/45{
    color: rgb(41 37 36 / 0.45);
  }

  .xxl\:text-stone-800\/5{
    color: rgb(41 37 36 / 0.05);
  }

  .xxl\:text-stone-800\/50{
    color: rgb(41 37 36 / 0.5);
  }

  .xxl\:text-stone-800\/55{
    color: rgb(41 37 36 / 0.55);
  }

  .xxl\:text-stone-800\/60{
    color: rgb(41 37 36 / 0.6);
  }

  .xxl\:text-stone-800\/65{
    color: rgb(41 37 36 / 0.65);
  }

  .xxl\:text-stone-800\/70{
    color: rgb(41 37 36 / 0.7);
  }

  .xxl\:text-stone-800\/75{
    color: rgb(41 37 36 / 0.75);
  }

  .xxl\:text-stone-800\/80{
    color: rgb(41 37 36 / 0.8);
  }

  .xxl\:text-stone-800\/85{
    color: rgb(41 37 36 / 0.85);
  }

  .xxl\:text-stone-800\/90{
    color: rgb(41 37 36 / 0.9);
  }

  .xxl\:text-stone-800\/95{
    color: rgb(41 37 36 / 0.95);
  }

  .xxl\:text-stone-900{
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-900\/0{
    color: rgb(28 25 23 / 0);
  }

  .xxl\:text-stone-900\/10{
    color: rgb(28 25 23 / 0.1);
  }

  .xxl\:text-stone-900\/100{
    color: rgb(28 25 23 / 1);
  }

  .xxl\:text-stone-900\/15{
    color: rgb(28 25 23 / 0.15);
  }

  .xxl\:text-stone-900\/20{
    color: rgb(28 25 23 / 0.2);
  }

  .xxl\:text-stone-900\/25{
    color: rgb(28 25 23 / 0.25);
  }

  .xxl\:text-stone-900\/30{
    color: rgb(28 25 23 / 0.3);
  }

  .xxl\:text-stone-900\/35{
    color: rgb(28 25 23 / 0.35);
  }

  .xxl\:text-stone-900\/40{
    color: rgb(28 25 23 / 0.4);
  }

  .xxl\:text-stone-900\/45{
    color: rgb(28 25 23 / 0.45);
  }

  .xxl\:text-stone-900\/5{
    color: rgb(28 25 23 / 0.05);
  }

  .xxl\:text-stone-900\/50{
    color: rgb(28 25 23 / 0.5);
  }

  .xxl\:text-stone-900\/55{
    color: rgb(28 25 23 / 0.55);
  }

  .xxl\:text-stone-900\/60{
    color: rgb(28 25 23 / 0.6);
  }

  .xxl\:text-stone-900\/65{
    color: rgb(28 25 23 / 0.65);
  }

  .xxl\:text-stone-900\/70{
    color: rgb(28 25 23 / 0.7);
  }

  .xxl\:text-stone-900\/75{
    color: rgb(28 25 23 / 0.75);
  }

  .xxl\:text-stone-900\/80{
    color: rgb(28 25 23 / 0.8);
  }

  .xxl\:text-stone-900\/85{
    color: rgb(28 25 23 / 0.85);
  }

  .xxl\:text-stone-900\/90{
    color: rgb(28 25 23 / 0.9);
  }

  .xxl\:text-stone-900\/95{
    color: rgb(28 25 23 / 0.95);
  }

  .xxl\:text-stone-950{
    --tw-text-opacity: 1;
    color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-stone-950\/0{
    color: rgb(12 10 9 / 0);
  }

  .xxl\:text-stone-950\/10{
    color: rgb(12 10 9 / 0.1);
  }

  .xxl\:text-stone-950\/100{
    color: rgb(12 10 9 / 1);
  }

  .xxl\:text-stone-950\/15{
    color: rgb(12 10 9 / 0.15);
  }

  .xxl\:text-stone-950\/20{
    color: rgb(12 10 9 / 0.2);
  }

  .xxl\:text-stone-950\/25{
    color: rgb(12 10 9 / 0.25);
  }

  .xxl\:text-stone-950\/30{
    color: rgb(12 10 9 / 0.3);
  }

  .xxl\:text-stone-950\/35{
    color: rgb(12 10 9 / 0.35);
  }

  .xxl\:text-stone-950\/40{
    color: rgb(12 10 9 / 0.4);
  }

  .xxl\:text-stone-950\/45{
    color: rgb(12 10 9 / 0.45);
  }

  .xxl\:text-stone-950\/5{
    color: rgb(12 10 9 / 0.05);
  }

  .xxl\:text-stone-950\/50{
    color: rgb(12 10 9 / 0.5);
  }

  .xxl\:text-stone-950\/55{
    color: rgb(12 10 9 / 0.55);
  }

  .xxl\:text-stone-950\/60{
    color: rgb(12 10 9 / 0.6);
  }

  .xxl\:text-stone-950\/65{
    color: rgb(12 10 9 / 0.65);
  }

  .xxl\:text-stone-950\/70{
    color: rgb(12 10 9 / 0.7);
  }

  .xxl\:text-stone-950\/75{
    color: rgb(12 10 9 / 0.75);
  }

  .xxl\:text-stone-950\/80{
    color: rgb(12 10 9 / 0.8);
  }

  .xxl\:text-stone-950\/85{
    color: rgb(12 10 9 / 0.85);
  }

  .xxl\:text-stone-950\/90{
    color: rgb(12 10 9 / 0.9);
  }

  .xxl\:text-stone-950\/95{
    color: rgb(12 10 9 / 0.95);
  }

  .xxl\:text-teal-100{
    --tw-text-opacity: 1;
    color: rgb(204 251 241 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-100\/0{
    color: rgb(204 251 241 / 0);
  }

  .xxl\:text-teal-100\/10{
    color: rgb(204 251 241 / 0.1);
  }

  .xxl\:text-teal-100\/100{
    color: rgb(204 251 241 / 1);
  }

  .xxl\:text-teal-100\/15{
    color: rgb(204 251 241 / 0.15);
  }

  .xxl\:text-teal-100\/20{
    color: rgb(204 251 241 / 0.2);
  }

  .xxl\:text-teal-100\/25{
    color: rgb(204 251 241 / 0.25);
  }

  .xxl\:text-teal-100\/30{
    color: rgb(204 251 241 / 0.3);
  }

  .xxl\:text-teal-100\/35{
    color: rgb(204 251 241 / 0.35);
  }

  .xxl\:text-teal-100\/40{
    color: rgb(204 251 241 / 0.4);
  }

  .xxl\:text-teal-100\/45{
    color: rgb(204 251 241 / 0.45);
  }

  .xxl\:text-teal-100\/5{
    color: rgb(204 251 241 / 0.05);
  }

  .xxl\:text-teal-100\/50{
    color: rgb(204 251 241 / 0.5);
  }

  .xxl\:text-teal-100\/55{
    color: rgb(204 251 241 / 0.55);
  }

  .xxl\:text-teal-100\/60{
    color: rgb(204 251 241 / 0.6);
  }

  .xxl\:text-teal-100\/65{
    color: rgb(204 251 241 / 0.65);
  }

  .xxl\:text-teal-100\/70{
    color: rgb(204 251 241 / 0.7);
  }

  .xxl\:text-teal-100\/75{
    color: rgb(204 251 241 / 0.75);
  }

  .xxl\:text-teal-100\/80{
    color: rgb(204 251 241 / 0.8);
  }

  .xxl\:text-teal-100\/85{
    color: rgb(204 251 241 / 0.85);
  }

  .xxl\:text-teal-100\/90{
    color: rgb(204 251 241 / 0.9);
  }

  .xxl\:text-teal-100\/95{
    color: rgb(204 251 241 / 0.95);
  }

  .xxl\:text-teal-200{
    --tw-text-opacity: 1;
    color: rgb(153 246 228 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-200\/0{
    color: rgb(153 246 228 / 0);
  }

  .xxl\:text-teal-200\/10{
    color: rgb(153 246 228 / 0.1);
  }

  .xxl\:text-teal-200\/100{
    color: rgb(153 246 228 / 1);
  }

  .xxl\:text-teal-200\/15{
    color: rgb(153 246 228 / 0.15);
  }

  .xxl\:text-teal-200\/20{
    color: rgb(153 246 228 / 0.2);
  }

  .xxl\:text-teal-200\/25{
    color: rgb(153 246 228 / 0.25);
  }

  .xxl\:text-teal-200\/30{
    color: rgb(153 246 228 / 0.3);
  }

  .xxl\:text-teal-200\/35{
    color: rgb(153 246 228 / 0.35);
  }

  .xxl\:text-teal-200\/40{
    color: rgb(153 246 228 / 0.4);
  }

  .xxl\:text-teal-200\/45{
    color: rgb(153 246 228 / 0.45);
  }

  .xxl\:text-teal-200\/5{
    color: rgb(153 246 228 / 0.05);
  }

  .xxl\:text-teal-200\/50{
    color: rgb(153 246 228 / 0.5);
  }

  .xxl\:text-teal-200\/55{
    color: rgb(153 246 228 / 0.55);
  }

  .xxl\:text-teal-200\/60{
    color: rgb(153 246 228 / 0.6);
  }

  .xxl\:text-teal-200\/65{
    color: rgb(153 246 228 / 0.65);
  }

  .xxl\:text-teal-200\/70{
    color: rgb(153 246 228 / 0.7);
  }

  .xxl\:text-teal-200\/75{
    color: rgb(153 246 228 / 0.75);
  }

  .xxl\:text-teal-200\/80{
    color: rgb(153 246 228 / 0.8);
  }

  .xxl\:text-teal-200\/85{
    color: rgb(153 246 228 / 0.85);
  }

  .xxl\:text-teal-200\/90{
    color: rgb(153 246 228 / 0.9);
  }

  .xxl\:text-teal-200\/95{
    color: rgb(153 246 228 / 0.95);
  }

  .xxl\:text-teal-300{
    --tw-text-opacity: 1;
    color: rgb(94 234 212 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-300\/0{
    color: rgb(94 234 212 / 0);
  }

  .xxl\:text-teal-300\/10{
    color: rgb(94 234 212 / 0.1);
  }

  .xxl\:text-teal-300\/100{
    color: rgb(94 234 212 / 1);
  }

  .xxl\:text-teal-300\/15{
    color: rgb(94 234 212 / 0.15);
  }

  .xxl\:text-teal-300\/20{
    color: rgb(94 234 212 / 0.2);
  }

  .xxl\:text-teal-300\/25{
    color: rgb(94 234 212 / 0.25);
  }

  .xxl\:text-teal-300\/30{
    color: rgb(94 234 212 / 0.3);
  }

  .xxl\:text-teal-300\/35{
    color: rgb(94 234 212 / 0.35);
  }

  .xxl\:text-teal-300\/40{
    color: rgb(94 234 212 / 0.4);
  }

  .xxl\:text-teal-300\/45{
    color: rgb(94 234 212 / 0.45);
  }

  .xxl\:text-teal-300\/5{
    color: rgb(94 234 212 / 0.05);
  }

  .xxl\:text-teal-300\/50{
    color: rgb(94 234 212 / 0.5);
  }

  .xxl\:text-teal-300\/55{
    color: rgb(94 234 212 / 0.55);
  }

  .xxl\:text-teal-300\/60{
    color: rgb(94 234 212 / 0.6);
  }

  .xxl\:text-teal-300\/65{
    color: rgb(94 234 212 / 0.65);
  }

  .xxl\:text-teal-300\/70{
    color: rgb(94 234 212 / 0.7);
  }

  .xxl\:text-teal-300\/75{
    color: rgb(94 234 212 / 0.75);
  }

  .xxl\:text-teal-300\/80{
    color: rgb(94 234 212 / 0.8);
  }

  .xxl\:text-teal-300\/85{
    color: rgb(94 234 212 / 0.85);
  }

  .xxl\:text-teal-300\/90{
    color: rgb(94 234 212 / 0.9);
  }

  .xxl\:text-teal-300\/95{
    color: rgb(94 234 212 / 0.95);
  }

  .xxl\:text-teal-400{
    --tw-text-opacity: 1;
    color: rgb(45 212 191 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-400\/0{
    color: rgb(45 212 191 / 0);
  }

  .xxl\:text-teal-400\/10{
    color: rgb(45 212 191 / 0.1);
  }

  .xxl\:text-teal-400\/100{
    color: rgb(45 212 191 / 1);
  }

  .xxl\:text-teal-400\/15{
    color: rgb(45 212 191 / 0.15);
  }

  .xxl\:text-teal-400\/20{
    color: rgb(45 212 191 / 0.2);
  }

  .xxl\:text-teal-400\/25{
    color: rgb(45 212 191 / 0.25);
  }

  .xxl\:text-teal-400\/30{
    color: rgb(45 212 191 / 0.3);
  }

  .xxl\:text-teal-400\/35{
    color: rgb(45 212 191 / 0.35);
  }

  .xxl\:text-teal-400\/40{
    color: rgb(45 212 191 / 0.4);
  }

  .xxl\:text-teal-400\/45{
    color: rgb(45 212 191 / 0.45);
  }

  .xxl\:text-teal-400\/5{
    color: rgb(45 212 191 / 0.05);
  }

  .xxl\:text-teal-400\/50{
    color: rgb(45 212 191 / 0.5);
  }

  .xxl\:text-teal-400\/55{
    color: rgb(45 212 191 / 0.55);
  }

  .xxl\:text-teal-400\/60{
    color: rgb(45 212 191 / 0.6);
  }

  .xxl\:text-teal-400\/65{
    color: rgb(45 212 191 / 0.65);
  }

  .xxl\:text-teal-400\/70{
    color: rgb(45 212 191 / 0.7);
  }

  .xxl\:text-teal-400\/75{
    color: rgb(45 212 191 / 0.75);
  }

  .xxl\:text-teal-400\/80{
    color: rgb(45 212 191 / 0.8);
  }

  .xxl\:text-teal-400\/85{
    color: rgb(45 212 191 / 0.85);
  }

  .xxl\:text-teal-400\/90{
    color: rgb(45 212 191 / 0.9);
  }

  .xxl\:text-teal-400\/95{
    color: rgb(45 212 191 / 0.95);
  }

  .xxl\:text-teal-50{
    --tw-text-opacity: 1;
    color: rgb(240 253 250 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-50\/0{
    color: rgb(240 253 250 / 0);
  }

  .xxl\:text-teal-50\/10{
    color: rgb(240 253 250 / 0.1);
  }

  .xxl\:text-teal-50\/100{
    color: rgb(240 253 250 / 1);
  }

  .xxl\:text-teal-50\/15{
    color: rgb(240 253 250 / 0.15);
  }

  .xxl\:text-teal-50\/20{
    color: rgb(240 253 250 / 0.2);
  }

  .xxl\:text-teal-50\/25{
    color: rgb(240 253 250 / 0.25);
  }

  .xxl\:text-teal-50\/30{
    color: rgb(240 253 250 / 0.3);
  }

  .xxl\:text-teal-50\/35{
    color: rgb(240 253 250 / 0.35);
  }

  .xxl\:text-teal-50\/40{
    color: rgb(240 253 250 / 0.4);
  }

  .xxl\:text-teal-50\/45{
    color: rgb(240 253 250 / 0.45);
  }

  .xxl\:text-teal-50\/5{
    color: rgb(240 253 250 / 0.05);
  }

  .xxl\:text-teal-50\/50{
    color: rgb(240 253 250 / 0.5);
  }

  .xxl\:text-teal-50\/55{
    color: rgb(240 253 250 / 0.55);
  }

  .xxl\:text-teal-50\/60{
    color: rgb(240 253 250 / 0.6);
  }

  .xxl\:text-teal-50\/65{
    color: rgb(240 253 250 / 0.65);
  }

  .xxl\:text-teal-50\/70{
    color: rgb(240 253 250 / 0.7);
  }

  .xxl\:text-teal-50\/75{
    color: rgb(240 253 250 / 0.75);
  }

  .xxl\:text-teal-50\/80{
    color: rgb(240 253 250 / 0.8);
  }

  .xxl\:text-teal-50\/85{
    color: rgb(240 253 250 / 0.85);
  }

  .xxl\:text-teal-50\/90{
    color: rgb(240 253 250 / 0.9);
  }

  .xxl\:text-teal-50\/95{
    color: rgb(240 253 250 / 0.95);
  }

  .xxl\:text-teal-500{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-500\/0{
    color: rgb(20 184 166 / 0);
  }

  .xxl\:text-teal-500\/10{
    color: rgb(20 184 166 / 0.1);
  }

  .xxl\:text-teal-500\/100{
    color: rgb(20 184 166 / 1);
  }

  .xxl\:text-teal-500\/15{
    color: rgb(20 184 166 / 0.15);
  }

  .xxl\:text-teal-500\/20{
    color: rgb(20 184 166 / 0.2);
  }

  .xxl\:text-teal-500\/25{
    color: rgb(20 184 166 / 0.25);
  }

  .xxl\:text-teal-500\/30{
    color: rgb(20 184 166 / 0.3);
  }

  .xxl\:text-teal-500\/35{
    color: rgb(20 184 166 / 0.35);
  }

  .xxl\:text-teal-500\/40{
    color: rgb(20 184 166 / 0.4);
  }

  .xxl\:text-teal-500\/45{
    color: rgb(20 184 166 / 0.45);
  }

  .xxl\:text-teal-500\/5{
    color: rgb(20 184 166 / 0.05);
  }

  .xxl\:text-teal-500\/50{
    color: rgb(20 184 166 / 0.5);
  }

  .xxl\:text-teal-500\/55{
    color: rgb(20 184 166 / 0.55);
  }

  .xxl\:text-teal-500\/60{
    color: rgb(20 184 166 / 0.6);
  }

  .xxl\:text-teal-500\/65{
    color: rgb(20 184 166 / 0.65);
  }

  .xxl\:text-teal-500\/70{
    color: rgb(20 184 166 / 0.7);
  }

  .xxl\:text-teal-500\/75{
    color: rgb(20 184 166 / 0.75);
  }

  .xxl\:text-teal-500\/80{
    color: rgb(20 184 166 / 0.8);
  }

  .xxl\:text-teal-500\/85{
    color: rgb(20 184 166 / 0.85);
  }

  .xxl\:text-teal-500\/90{
    color: rgb(20 184 166 / 0.9);
  }

  .xxl\:text-teal-500\/95{
    color: rgb(20 184 166 / 0.95);
  }

  .xxl\:text-teal-600{
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-600\/0{
    color: rgb(13 148 136 / 0);
  }

  .xxl\:text-teal-600\/10{
    color: rgb(13 148 136 / 0.1);
  }

  .xxl\:text-teal-600\/100{
    color: rgb(13 148 136 / 1);
  }

  .xxl\:text-teal-600\/15{
    color: rgb(13 148 136 / 0.15);
  }

  .xxl\:text-teal-600\/20{
    color: rgb(13 148 136 / 0.2);
  }

  .xxl\:text-teal-600\/25{
    color: rgb(13 148 136 / 0.25);
  }

  .xxl\:text-teal-600\/30{
    color: rgb(13 148 136 / 0.3);
  }

  .xxl\:text-teal-600\/35{
    color: rgb(13 148 136 / 0.35);
  }

  .xxl\:text-teal-600\/40{
    color: rgb(13 148 136 / 0.4);
  }

  .xxl\:text-teal-600\/45{
    color: rgb(13 148 136 / 0.45);
  }

  .xxl\:text-teal-600\/5{
    color: rgb(13 148 136 / 0.05);
  }

  .xxl\:text-teal-600\/50{
    color: rgb(13 148 136 / 0.5);
  }

  .xxl\:text-teal-600\/55{
    color: rgb(13 148 136 / 0.55);
  }

  .xxl\:text-teal-600\/60{
    color: rgb(13 148 136 / 0.6);
  }

  .xxl\:text-teal-600\/65{
    color: rgb(13 148 136 / 0.65);
  }

  .xxl\:text-teal-600\/70{
    color: rgb(13 148 136 / 0.7);
  }

  .xxl\:text-teal-600\/75{
    color: rgb(13 148 136 / 0.75);
  }

  .xxl\:text-teal-600\/80{
    color: rgb(13 148 136 / 0.8);
  }

  .xxl\:text-teal-600\/85{
    color: rgb(13 148 136 / 0.85);
  }

  .xxl\:text-teal-600\/90{
    color: rgb(13 148 136 / 0.9);
  }

  .xxl\:text-teal-600\/95{
    color: rgb(13 148 136 / 0.95);
  }

  .xxl\:text-teal-700{
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-700\/0{
    color: rgb(15 118 110 / 0);
  }

  .xxl\:text-teal-700\/10{
    color: rgb(15 118 110 / 0.1);
  }

  .xxl\:text-teal-700\/100{
    color: rgb(15 118 110 / 1);
  }

  .xxl\:text-teal-700\/15{
    color: rgb(15 118 110 / 0.15);
  }

  .xxl\:text-teal-700\/20{
    color: rgb(15 118 110 / 0.2);
  }

  .xxl\:text-teal-700\/25{
    color: rgb(15 118 110 / 0.25);
  }

  .xxl\:text-teal-700\/30{
    color: rgb(15 118 110 / 0.3);
  }

  .xxl\:text-teal-700\/35{
    color: rgb(15 118 110 / 0.35);
  }

  .xxl\:text-teal-700\/40{
    color: rgb(15 118 110 / 0.4);
  }

  .xxl\:text-teal-700\/45{
    color: rgb(15 118 110 / 0.45);
  }

  .xxl\:text-teal-700\/5{
    color: rgb(15 118 110 / 0.05);
  }

  .xxl\:text-teal-700\/50{
    color: rgb(15 118 110 / 0.5);
  }

  .xxl\:text-teal-700\/55{
    color: rgb(15 118 110 / 0.55);
  }

  .xxl\:text-teal-700\/60{
    color: rgb(15 118 110 / 0.6);
  }

  .xxl\:text-teal-700\/65{
    color: rgb(15 118 110 / 0.65);
  }

  .xxl\:text-teal-700\/70{
    color: rgb(15 118 110 / 0.7);
  }

  .xxl\:text-teal-700\/75{
    color: rgb(15 118 110 / 0.75);
  }

  .xxl\:text-teal-700\/80{
    color: rgb(15 118 110 / 0.8);
  }

  .xxl\:text-teal-700\/85{
    color: rgb(15 118 110 / 0.85);
  }

  .xxl\:text-teal-700\/90{
    color: rgb(15 118 110 / 0.9);
  }

  .xxl\:text-teal-700\/95{
    color: rgb(15 118 110 / 0.95);
  }

  .xxl\:text-teal-800{
    --tw-text-opacity: 1;
    color: rgb(17 94 89 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-800\/0{
    color: rgb(17 94 89 / 0);
  }

  .xxl\:text-teal-800\/10{
    color: rgb(17 94 89 / 0.1);
  }

  .xxl\:text-teal-800\/100{
    color: rgb(17 94 89 / 1);
  }

  .xxl\:text-teal-800\/15{
    color: rgb(17 94 89 / 0.15);
  }

  .xxl\:text-teal-800\/20{
    color: rgb(17 94 89 / 0.2);
  }

  .xxl\:text-teal-800\/25{
    color: rgb(17 94 89 / 0.25);
  }

  .xxl\:text-teal-800\/30{
    color: rgb(17 94 89 / 0.3);
  }

  .xxl\:text-teal-800\/35{
    color: rgb(17 94 89 / 0.35);
  }

  .xxl\:text-teal-800\/40{
    color: rgb(17 94 89 / 0.4);
  }

  .xxl\:text-teal-800\/45{
    color: rgb(17 94 89 / 0.45);
  }

  .xxl\:text-teal-800\/5{
    color: rgb(17 94 89 / 0.05);
  }

  .xxl\:text-teal-800\/50{
    color: rgb(17 94 89 / 0.5);
  }

  .xxl\:text-teal-800\/55{
    color: rgb(17 94 89 / 0.55);
  }

  .xxl\:text-teal-800\/60{
    color: rgb(17 94 89 / 0.6);
  }

  .xxl\:text-teal-800\/65{
    color: rgb(17 94 89 / 0.65);
  }

  .xxl\:text-teal-800\/70{
    color: rgb(17 94 89 / 0.7);
  }

  .xxl\:text-teal-800\/75{
    color: rgb(17 94 89 / 0.75);
  }

  .xxl\:text-teal-800\/80{
    color: rgb(17 94 89 / 0.8);
  }

  .xxl\:text-teal-800\/85{
    color: rgb(17 94 89 / 0.85);
  }

  .xxl\:text-teal-800\/90{
    color: rgb(17 94 89 / 0.9);
  }

  .xxl\:text-teal-800\/95{
    color: rgb(17 94 89 / 0.95);
  }

  .xxl\:text-teal-900{
    --tw-text-opacity: 1;
    color: rgb(19 78 74 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-900\/0{
    color: rgb(19 78 74 / 0);
  }

  .xxl\:text-teal-900\/10{
    color: rgb(19 78 74 / 0.1);
  }

  .xxl\:text-teal-900\/100{
    color: rgb(19 78 74 / 1);
  }

  .xxl\:text-teal-900\/15{
    color: rgb(19 78 74 / 0.15);
  }

  .xxl\:text-teal-900\/20{
    color: rgb(19 78 74 / 0.2);
  }

  .xxl\:text-teal-900\/25{
    color: rgb(19 78 74 / 0.25);
  }

  .xxl\:text-teal-900\/30{
    color: rgb(19 78 74 / 0.3);
  }

  .xxl\:text-teal-900\/35{
    color: rgb(19 78 74 / 0.35);
  }

  .xxl\:text-teal-900\/40{
    color: rgb(19 78 74 / 0.4);
  }

  .xxl\:text-teal-900\/45{
    color: rgb(19 78 74 / 0.45);
  }

  .xxl\:text-teal-900\/5{
    color: rgb(19 78 74 / 0.05);
  }

  .xxl\:text-teal-900\/50{
    color: rgb(19 78 74 / 0.5);
  }

  .xxl\:text-teal-900\/55{
    color: rgb(19 78 74 / 0.55);
  }

  .xxl\:text-teal-900\/60{
    color: rgb(19 78 74 / 0.6);
  }

  .xxl\:text-teal-900\/65{
    color: rgb(19 78 74 / 0.65);
  }

  .xxl\:text-teal-900\/70{
    color: rgb(19 78 74 / 0.7);
  }

  .xxl\:text-teal-900\/75{
    color: rgb(19 78 74 / 0.75);
  }

  .xxl\:text-teal-900\/80{
    color: rgb(19 78 74 / 0.8);
  }

  .xxl\:text-teal-900\/85{
    color: rgb(19 78 74 / 0.85);
  }

  .xxl\:text-teal-900\/90{
    color: rgb(19 78 74 / 0.9);
  }

  .xxl\:text-teal-900\/95{
    color: rgb(19 78 74 / 0.95);
  }

  .xxl\:text-teal-950{
    --tw-text-opacity: 1;
    color: rgb(4 47 46 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-teal-950\/0{
    color: rgb(4 47 46 / 0);
  }

  .xxl\:text-teal-950\/10{
    color: rgb(4 47 46 / 0.1);
  }

  .xxl\:text-teal-950\/100{
    color: rgb(4 47 46 / 1);
  }

  .xxl\:text-teal-950\/15{
    color: rgb(4 47 46 / 0.15);
  }

  .xxl\:text-teal-950\/20{
    color: rgb(4 47 46 / 0.2);
  }

  .xxl\:text-teal-950\/25{
    color: rgb(4 47 46 / 0.25);
  }

  .xxl\:text-teal-950\/30{
    color: rgb(4 47 46 / 0.3);
  }

  .xxl\:text-teal-950\/35{
    color: rgb(4 47 46 / 0.35);
  }

  .xxl\:text-teal-950\/40{
    color: rgb(4 47 46 / 0.4);
  }

  .xxl\:text-teal-950\/45{
    color: rgb(4 47 46 / 0.45);
  }

  .xxl\:text-teal-950\/5{
    color: rgb(4 47 46 / 0.05);
  }

  .xxl\:text-teal-950\/50{
    color: rgb(4 47 46 / 0.5);
  }

  .xxl\:text-teal-950\/55{
    color: rgb(4 47 46 / 0.55);
  }

  .xxl\:text-teal-950\/60{
    color: rgb(4 47 46 / 0.6);
  }

  .xxl\:text-teal-950\/65{
    color: rgb(4 47 46 / 0.65);
  }

  .xxl\:text-teal-950\/70{
    color: rgb(4 47 46 / 0.7);
  }

  .xxl\:text-teal-950\/75{
    color: rgb(4 47 46 / 0.75);
  }

  .xxl\:text-teal-950\/80{
    color: rgb(4 47 46 / 0.8);
  }

  .xxl\:text-teal-950\/85{
    color: rgb(4 47 46 / 0.85);
  }

  .xxl\:text-teal-950\/90{
    color: rgb(4 47 46 / 0.9);
  }

  .xxl\:text-teal-950\/95{
    color: rgb(4 47 46 / 0.95);
  }

  .xxl\:text-transparent{
    color: transparent;
  }

  .xxl\:text-transparent\/0{
    color: rgb(0 0 0 / 0);
  }

  .xxl\:text-transparent\/10{
    color: rgb(0 0 0 / 0.1);
  }

  .xxl\:text-transparent\/100{
    color: rgb(0 0 0 / 1);
  }

  .xxl\:text-transparent\/15{
    color: rgb(0 0 0 / 0.15);
  }

  .xxl\:text-transparent\/20{
    color: rgb(0 0 0 / 0.2);
  }

  .xxl\:text-transparent\/25{
    color: rgb(0 0 0 / 0.25);
  }

  .xxl\:text-transparent\/30{
    color: rgb(0 0 0 / 0.3);
  }

  .xxl\:text-transparent\/35{
    color: rgb(0 0 0 / 0.35);
  }

  .xxl\:text-transparent\/40{
    color: rgb(0 0 0 / 0.4);
  }

  .xxl\:text-transparent\/45{
    color: rgb(0 0 0 / 0.45);
  }

  .xxl\:text-transparent\/5{
    color: rgb(0 0 0 / 0.05);
  }

  .xxl\:text-transparent\/50{
    color: rgb(0 0 0 / 0.5);
  }

  .xxl\:text-transparent\/55{
    color: rgb(0 0 0 / 0.55);
  }

  .xxl\:text-transparent\/60{
    color: rgb(0 0 0 / 0.6);
  }

  .xxl\:text-transparent\/65{
    color: rgb(0 0 0 / 0.65);
  }

  .xxl\:text-transparent\/70{
    color: rgb(0 0 0 / 0.7);
  }

  .xxl\:text-transparent\/75{
    color: rgb(0 0 0 / 0.75);
  }

  .xxl\:text-transparent\/80{
    color: rgb(0 0 0 / 0.8);
  }

  .xxl\:text-transparent\/85{
    color: rgb(0 0 0 / 0.85);
  }

  .xxl\:text-transparent\/90{
    color: rgb(0 0 0 / 0.9);
  }

  .xxl\:text-transparent\/95{
    color: rgb(0 0 0 / 0.95);
  }

  .xxl\:text-violet-100{
    --tw-text-opacity: 1;
    color: rgb(237 233 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-100\/0{
    color: rgb(237 233 254 / 0);
  }

  .xxl\:text-violet-100\/10{
    color: rgb(237 233 254 / 0.1);
  }

  .xxl\:text-violet-100\/100{
    color: rgb(237 233 254 / 1);
  }

  .xxl\:text-violet-100\/15{
    color: rgb(237 233 254 / 0.15);
  }

  .xxl\:text-violet-100\/20{
    color: rgb(237 233 254 / 0.2);
  }

  .xxl\:text-violet-100\/25{
    color: rgb(237 233 254 / 0.25);
  }

  .xxl\:text-violet-100\/30{
    color: rgb(237 233 254 / 0.3);
  }

  .xxl\:text-violet-100\/35{
    color: rgb(237 233 254 / 0.35);
  }

  .xxl\:text-violet-100\/40{
    color: rgb(237 233 254 / 0.4);
  }

  .xxl\:text-violet-100\/45{
    color: rgb(237 233 254 / 0.45);
  }

  .xxl\:text-violet-100\/5{
    color: rgb(237 233 254 / 0.05);
  }

  .xxl\:text-violet-100\/50{
    color: rgb(237 233 254 / 0.5);
  }

  .xxl\:text-violet-100\/55{
    color: rgb(237 233 254 / 0.55);
  }

  .xxl\:text-violet-100\/60{
    color: rgb(237 233 254 / 0.6);
  }

  .xxl\:text-violet-100\/65{
    color: rgb(237 233 254 / 0.65);
  }

  .xxl\:text-violet-100\/70{
    color: rgb(237 233 254 / 0.7);
  }

  .xxl\:text-violet-100\/75{
    color: rgb(237 233 254 / 0.75);
  }

  .xxl\:text-violet-100\/80{
    color: rgb(237 233 254 / 0.8);
  }

  .xxl\:text-violet-100\/85{
    color: rgb(237 233 254 / 0.85);
  }

  .xxl\:text-violet-100\/90{
    color: rgb(237 233 254 / 0.9);
  }

  .xxl\:text-violet-100\/95{
    color: rgb(237 233 254 / 0.95);
  }

  .xxl\:text-violet-200{
    --tw-text-opacity: 1;
    color: rgb(221 214 254 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-200\/0{
    color: rgb(221 214 254 / 0);
  }

  .xxl\:text-violet-200\/10{
    color: rgb(221 214 254 / 0.1);
  }

  .xxl\:text-violet-200\/100{
    color: rgb(221 214 254 / 1);
  }

  .xxl\:text-violet-200\/15{
    color: rgb(221 214 254 / 0.15);
  }

  .xxl\:text-violet-200\/20{
    color: rgb(221 214 254 / 0.2);
  }

  .xxl\:text-violet-200\/25{
    color: rgb(221 214 254 / 0.25);
  }

  .xxl\:text-violet-200\/30{
    color: rgb(221 214 254 / 0.3);
  }

  .xxl\:text-violet-200\/35{
    color: rgb(221 214 254 / 0.35);
  }

  .xxl\:text-violet-200\/40{
    color: rgb(221 214 254 / 0.4);
  }

  .xxl\:text-violet-200\/45{
    color: rgb(221 214 254 / 0.45);
  }

  .xxl\:text-violet-200\/5{
    color: rgb(221 214 254 / 0.05);
  }

  .xxl\:text-violet-200\/50{
    color: rgb(221 214 254 / 0.5);
  }

  .xxl\:text-violet-200\/55{
    color: rgb(221 214 254 / 0.55);
  }

  .xxl\:text-violet-200\/60{
    color: rgb(221 214 254 / 0.6);
  }

  .xxl\:text-violet-200\/65{
    color: rgb(221 214 254 / 0.65);
  }

  .xxl\:text-violet-200\/70{
    color: rgb(221 214 254 / 0.7);
  }

  .xxl\:text-violet-200\/75{
    color: rgb(221 214 254 / 0.75);
  }

  .xxl\:text-violet-200\/80{
    color: rgb(221 214 254 / 0.8);
  }

  .xxl\:text-violet-200\/85{
    color: rgb(221 214 254 / 0.85);
  }

  .xxl\:text-violet-200\/90{
    color: rgb(221 214 254 / 0.9);
  }

  .xxl\:text-violet-200\/95{
    color: rgb(221 214 254 / 0.95);
  }

  .xxl\:text-violet-300{
    --tw-text-opacity: 1;
    color: rgb(196 181 253 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-300\/0{
    color: rgb(196 181 253 / 0);
  }

  .xxl\:text-violet-300\/10{
    color: rgb(196 181 253 / 0.1);
  }

  .xxl\:text-violet-300\/100{
    color: rgb(196 181 253 / 1);
  }

  .xxl\:text-violet-300\/15{
    color: rgb(196 181 253 / 0.15);
  }

  .xxl\:text-violet-300\/20{
    color: rgb(196 181 253 / 0.2);
  }

  .xxl\:text-violet-300\/25{
    color: rgb(196 181 253 / 0.25);
  }

  .xxl\:text-violet-300\/30{
    color: rgb(196 181 253 / 0.3);
  }

  .xxl\:text-violet-300\/35{
    color: rgb(196 181 253 / 0.35);
  }

  .xxl\:text-violet-300\/40{
    color: rgb(196 181 253 / 0.4);
  }

  .xxl\:text-violet-300\/45{
    color: rgb(196 181 253 / 0.45);
  }

  .xxl\:text-violet-300\/5{
    color: rgb(196 181 253 / 0.05);
  }

  .xxl\:text-violet-300\/50{
    color: rgb(196 181 253 / 0.5);
  }

  .xxl\:text-violet-300\/55{
    color: rgb(196 181 253 / 0.55);
  }

  .xxl\:text-violet-300\/60{
    color: rgb(196 181 253 / 0.6);
  }

  .xxl\:text-violet-300\/65{
    color: rgb(196 181 253 / 0.65);
  }

  .xxl\:text-violet-300\/70{
    color: rgb(196 181 253 / 0.7);
  }

  .xxl\:text-violet-300\/75{
    color: rgb(196 181 253 / 0.75);
  }

  .xxl\:text-violet-300\/80{
    color: rgb(196 181 253 / 0.8);
  }

  .xxl\:text-violet-300\/85{
    color: rgb(196 181 253 / 0.85);
  }

  .xxl\:text-violet-300\/90{
    color: rgb(196 181 253 / 0.9);
  }

  .xxl\:text-violet-300\/95{
    color: rgb(196 181 253 / 0.95);
  }

  .xxl\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-400\/0{
    color: rgb(167 139 250 / 0);
  }

  .xxl\:text-violet-400\/10{
    color: rgb(167 139 250 / 0.1);
  }

  .xxl\:text-violet-400\/100{
    color: rgb(167 139 250 / 1);
  }

  .xxl\:text-violet-400\/15{
    color: rgb(167 139 250 / 0.15);
  }

  .xxl\:text-violet-400\/20{
    color: rgb(167 139 250 / 0.2);
  }

  .xxl\:text-violet-400\/25{
    color: rgb(167 139 250 / 0.25);
  }

  .xxl\:text-violet-400\/30{
    color: rgb(167 139 250 / 0.3);
  }

  .xxl\:text-violet-400\/35{
    color: rgb(167 139 250 / 0.35);
  }

  .xxl\:text-violet-400\/40{
    color: rgb(167 139 250 / 0.4);
  }

  .xxl\:text-violet-400\/45{
    color: rgb(167 139 250 / 0.45);
  }

  .xxl\:text-violet-400\/5{
    color: rgb(167 139 250 / 0.05);
  }

  .xxl\:text-violet-400\/50{
    color: rgb(167 139 250 / 0.5);
  }

  .xxl\:text-violet-400\/55{
    color: rgb(167 139 250 / 0.55);
  }

  .xxl\:text-violet-400\/60{
    color: rgb(167 139 250 / 0.6);
  }

  .xxl\:text-violet-400\/65{
    color: rgb(167 139 250 / 0.65);
  }

  .xxl\:text-violet-400\/70{
    color: rgb(167 139 250 / 0.7);
  }

  .xxl\:text-violet-400\/75{
    color: rgb(167 139 250 / 0.75);
  }

  .xxl\:text-violet-400\/80{
    color: rgb(167 139 250 / 0.8);
  }

  .xxl\:text-violet-400\/85{
    color: rgb(167 139 250 / 0.85);
  }

  .xxl\:text-violet-400\/90{
    color: rgb(167 139 250 / 0.9);
  }

  .xxl\:text-violet-400\/95{
    color: rgb(167 139 250 / 0.95);
  }

  .xxl\:text-violet-50{
    --tw-text-opacity: 1;
    color: rgb(245 243 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-50\/0{
    color: rgb(245 243 255 / 0);
  }

  .xxl\:text-violet-50\/10{
    color: rgb(245 243 255 / 0.1);
  }

  .xxl\:text-violet-50\/100{
    color: rgb(245 243 255 / 1);
  }

  .xxl\:text-violet-50\/15{
    color: rgb(245 243 255 / 0.15);
  }

  .xxl\:text-violet-50\/20{
    color: rgb(245 243 255 / 0.2);
  }

  .xxl\:text-violet-50\/25{
    color: rgb(245 243 255 / 0.25);
  }

  .xxl\:text-violet-50\/30{
    color: rgb(245 243 255 / 0.3);
  }

  .xxl\:text-violet-50\/35{
    color: rgb(245 243 255 / 0.35);
  }

  .xxl\:text-violet-50\/40{
    color: rgb(245 243 255 / 0.4);
  }

  .xxl\:text-violet-50\/45{
    color: rgb(245 243 255 / 0.45);
  }

  .xxl\:text-violet-50\/5{
    color: rgb(245 243 255 / 0.05);
  }

  .xxl\:text-violet-50\/50{
    color: rgb(245 243 255 / 0.5);
  }

  .xxl\:text-violet-50\/55{
    color: rgb(245 243 255 / 0.55);
  }

  .xxl\:text-violet-50\/60{
    color: rgb(245 243 255 / 0.6);
  }

  .xxl\:text-violet-50\/65{
    color: rgb(245 243 255 / 0.65);
  }

  .xxl\:text-violet-50\/70{
    color: rgb(245 243 255 / 0.7);
  }

  .xxl\:text-violet-50\/75{
    color: rgb(245 243 255 / 0.75);
  }

  .xxl\:text-violet-50\/80{
    color: rgb(245 243 255 / 0.8);
  }

  .xxl\:text-violet-50\/85{
    color: rgb(245 243 255 / 0.85);
  }

  .xxl\:text-violet-50\/90{
    color: rgb(245 243 255 / 0.9);
  }

  .xxl\:text-violet-50\/95{
    color: rgb(245 243 255 / 0.95);
  }

  .xxl\:text-violet-500{
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-500\/0{
    color: rgb(139 92 246 / 0);
  }

  .xxl\:text-violet-500\/10{
    color: rgb(139 92 246 / 0.1);
  }

  .xxl\:text-violet-500\/100{
    color: rgb(139 92 246 / 1);
  }

  .xxl\:text-violet-500\/15{
    color: rgb(139 92 246 / 0.15);
  }

  .xxl\:text-violet-500\/20{
    color: rgb(139 92 246 / 0.2);
  }

  .xxl\:text-violet-500\/25{
    color: rgb(139 92 246 / 0.25);
  }

  .xxl\:text-violet-500\/30{
    color: rgb(139 92 246 / 0.3);
  }

  .xxl\:text-violet-500\/35{
    color: rgb(139 92 246 / 0.35);
  }

  .xxl\:text-violet-500\/40{
    color: rgb(139 92 246 / 0.4);
  }

  .xxl\:text-violet-500\/45{
    color: rgb(139 92 246 / 0.45);
  }

  .xxl\:text-violet-500\/5{
    color: rgb(139 92 246 / 0.05);
  }

  .xxl\:text-violet-500\/50{
    color: rgb(139 92 246 / 0.5);
  }

  .xxl\:text-violet-500\/55{
    color: rgb(139 92 246 / 0.55);
  }

  .xxl\:text-violet-500\/60{
    color: rgb(139 92 246 / 0.6);
  }

  .xxl\:text-violet-500\/65{
    color: rgb(139 92 246 / 0.65);
  }

  .xxl\:text-violet-500\/70{
    color: rgb(139 92 246 / 0.7);
  }

  .xxl\:text-violet-500\/75{
    color: rgb(139 92 246 / 0.75);
  }

  .xxl\:text-violet-500\/80{
    color: rgb(139 92 246 / 0.8);
  }

  .xxl\:text-violet-500\/85{
    color: rgb(139 92 246 / 0.85);
  }

  .xxl\:text-violet-500\/90{
    color: rgb(139 92 246 / 0.9);
  }

  .xxl\:text-violet-500\/95{
    color: rgb(139 92 246 / 0.95);
  }

  .xxl\:text-violet-600{
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-600\/0{
    color: rgb(124 58 237 / 0);
  }

  .xxl\:text-violet-600\/10{
    color: rgb(124 58 237 / 0.1);
  }

  .xxl\:text-violet-600\/100{
    color: rgb(124 58 237 / 1);
  }

  .xxl\:text-violet-600\/15{
    color: rgb(124 58 237 / 0.15);
  }

  .xxl\:text-violet-600\/20{
    color: rgb(124 58 237 / 0.2);
  }

  .xxl\:text-violet-600\/25{
    color: rgb(124 58 237 / 0.25);
  }

  .xxl\:text-violet-600\/30{
    color: rgb(124 58 237 / 0.3);
  }

  .xxl\:text-violet-600\/35{
    color: rgb(124 58 237 / 0.35);
  }

  .xxl\:text-violet-600\/40{
    color: rgb(124 58 237 / 0.4);
  }

  .xxl\:text-violet-600\/45{
    color: rgb(124 58 237 / 0.45);
  }

  .xxl\:text-violet-600\/5{
    color: rgb(124 58 237 / 0.05);
  }

  .xxl\:text-violet-600\/50{
    color: rgb(124 58 237 / 0.5);
  }

  .xxl\:text-violet-600\/55{
    color: rgb(124 58 237 / 0.55);
  }

  .xxl\:text-violet-600\/60{
    color: rgb(124 58 237 / 0.6);
  }

  .xxl\:text-violet-600\/65{
    color: rgb(124 58 237 / 0.65);
  }

  .xxl\:text-violet-600\/70{
    color: rgb(124 58 237 / 0.7);
  }

  .xxl\:text-violet-600\/75{
    color: rgb(124 58 237 / 0.75);
  }

  .xxl\:text-violet-600\/80{
    color: rgb(124 58 237 / 0.8);
  }

  .xxl\:text-violet-600\/85{
    color: rgb(124 58 237 / 0.85);
  }

  .xxl\:text-violet-600\/90{
    color: rgb(124 58 237 / 0.9);
  }

  .xxl\:text-violet-600\/95{
    color: rgb(124 58 237 / 0.95);
  }

  .xxl\:text-violet-700{
    --tw-text-opacity: 1;
    color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-700\/0{
    color: rgb(109 40 217 / 0);
  }

  .xxl\:text-violet-700\/10{
    color: rgb(109 40 217 / 0.1);
  }

  .xxl\:text-violet-700\/100{
    color: rgb(109 40 217 / 1);
  }

  .xxl\:text-violet-700\/15{
    color: rgb(109 40 217 / 0.15);
  }

  .xxl\:text-violet-700\/20{
    color: rgb(109 40 217 / 0.2);
  }

  .xxl\:text-violet-700\/25{
    color: rgb(109 40 217 / 0.25);
  }

  .xxl\:text-violet-700\/30{
    color: rgb(109 40 217 / 0.3);
  }

  .xxl\:text-violet-700\/35{
    color: rgb(109 40 217 / 0.35);
  }

  .xxl\:text-violet-700\/40{
    color: rgb(109 40 217 / 0.4);
  }

  .xxl\:text-violet-700\/45{
    color: rgb(109 40 217 / 0.45);
  }

  .xxl\:text-violet-700\/5{
    color: rgb(109 40 217 / 0.05);
  }

  .xxl\:text-violet-700\/50{
    color: rgb(109 40 217 / 0.5);
  }

  .xxl\:text-violet-700\/55{
    color: rgb(109 40 217 / 0.55);
  }

  .xxl\:text-violet-700\/60{
    color: rgb(109 40 217 / 0.6);
  }

  .xxl\:text-violet-700\/65{
    color: rgb(109 40 217 / 0.65);
  }

  .xxl\:text-violet-700\/70{
    color: rgb(109 40 217 / 0.7);
  }

  .xxl\:text-violet-700\/75{
    color: rgb(109 40 217 / 0.75);
  }

  .xxl\:text-violet-700\/80{
    color: rgb(109 40 217 / 0.8);
  }

  .xxl\:text-violet-700\/85{
    color: rgb(109 40 217 / 0.85);
  }

  .xxl\:text-violet-700\/90{
    color: rgb(109 40 217 / 0.9);
  }

  .xxl\:text-violet-700\/95{
    color: rgb(109 40 217 / 0.95);
  }

  .xxl\:text-violet-800{
    --tw-text-opacity: 1;
    color: rgb(91 33 182 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-800\/0{
    color: rgb(91 33 182 / 0);
  }

  .xxl\:text-violet-800\/10{
    color: rgb(91 33 182 / 0.1);
  }

  .xxl\:text-violet-800\/100{
    color: rgb(91 33 182 / 1);
  }

  .xxl\:text-violet-800\/15{
    color: rgb(91 33 182 / 0.15);
  }

  .xxl\:text-violet-800\/20{
    color: rgb(91 33 182 / 0.2);
  }

  .xxl\:text-violet-800\/25{
    color: rgb(91 33 182 / 0.25);
  }

  .xxl\:text-violet-800\/30{
    color: rgb(91 33 182 / 0.3);
  }

  .xxl\:text-violet-800\/35{
    color: rgb(91 33 182 / 0.35);
  }

  .xxl\:text-violet-800\/40{
    color: rgb(91 33 182 / 0.4);
  }

  .xxl\:text-violet-800\/45{
    color: rgb(91 33 182 / 0.45);
  }

  .xxl\:text-violet-800\/5{
    color: rgb(91 33 182 / 0.05);
  }

  .xxl\:text-violet-800\/50{
    color: rgb(91 33 182 / 0.5);
  }

  .xxl\:text-violet-800\/55{
    color: rgb(91 33 182 / 0.55);
  }

  .xxl\:text-violet-800\/60{
    color: rgb(91 33 182 / 0.6);
  }

  .xxl\:text-violet-800\/65{
    color: rgb(91 33 182 / 0.65);
  }

  .xxl\:text-violet-800\/70{
    color: rgb(91 33 182 / 0.7);
  }

  .xxl\:text-violet-800\/75{
    color: rgb(91 33 182 / 0.75);
  }

  .xxl\:text-violet-800\/80{
    color: rgb(91 33 182 / 0.8);
  }

  .xxl\:text-violet-800\/85{
    color: rgb(91 33 182 / 0.85);
  }

  .xxl\:text-violet-800\/90{
    color: rgb(91 33 182 / 0.9);
  }

  .xxl\:text-violet-800\/95{
    color: rgb(91 33 182 / 0.95);
  }

  .xxl\:text-violet-900{
    --tw-text-opacity: 1;
    color: rgb(76 29 149 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-900\/0{
    color: rgb(76 29 149 / 0);
  }

  .xxl\:text-violet-900\/10{
    color: rgb(76 29 149 / 0.1);
  }

  .xxl\:text-violet-900\/100{
    color: rgb(76 29 149 / 1);
  }

  .xxl\:text-violet-900\/15{
    color: rgb(76 29 149 / 0.15);
  }

  .xxl\:text-violet-900\/20{
    color: rgb(76 29 149 / 0.2);
  }

  .xxl\:text-violet-900\/25{
    color: rgb(76 29 149 / 0.25);
  }

  .xxl\:text-violet-900\/30{
    color: rgb(76 29 149 / 0.3);
  }

  .xxl\:text-violet-900\/35{
    color: rgb(76 29 149 / 0.35);
  }

  .xxl\:text-violet-900\/40{
    color: rgb(76 29 149 / 0.4);
  }

  .xxl\:text-violet-900\/45{
    color: rgb(76 29 149 / 0.45);
  }

  .xxl\:text-violet-900\/5{
    color: rgb(76 29 149 / 0.05);
  }

  .xxl\:text-violet-900\/50{
    color: rgb(76 29 149 / 0.5);
  }

  .xxl\:text-violet-900\/55{
    color: rgb(76 29 149 / 0.55);
  }

  .xxl\:text-violet-900\/60{
    color: rgb(76 29 149 / 0.6);
  }

  .xxl\:text-violet-900\/65{
    color: rgb(76 29 149 / 0.65);
  }

  .xxl\:text-violet-900\/70{
    color: rgb(76 29 149 / 0.7);
  }

  .xxl\:text-violet-900\/75{
    color: rgb(76 29 149 / 0.75);
  }

  .xxl\:text-violet-900\/80{
    color: rgb(76 29 149 / 0.8);
  }

  .xxl\:text-violet-900\/85{
    color: rgb(76 29 149 / 0.85);
  }

  .xxl\:text-violet-900\/90{
    color: rgb(76 29 149 / 0.9);
  }

  .xxl\:text-violet-900\/95{
    color: rgb(76 29 149 / 0.95);
  }

  .xxl\:text-violet-950{
    --tw-text-opacity: 1;
    color: rgb(46 16 101 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-violet-950\/0{
    color: rgb(46 16 101 / 0);
  }

  .xxl\:text-violet-950\/10{
    color: rgb(46 16 101 / 0.1);
  }

  .xxl\:text-violet-950\/100{
    color: rgb(46 16 101 / 1);
  }

  .xxl\:text-violet-950\/15{
    color: rgb(46 16 101 / 0.15);
  }

  .xxl\:text-violet-950\/20{
    color: rgb(46 16 101 / 0.2);
  }

  .xxl\:text-violet-950\/25{
    color: rgb(46 16 101 / 0.25);
  }

  .xxl\:text-violet-950\/30{
    color: rgb(46 16 101 / 0.3);
  }

  .xxl\:text-violet-950\/35{
    color: rgb(46 16 101 / 0.35);
  }

  .xxl\:text-violet-950\/40{
    color: rgb(46 16 101 / 0.4);
  }

  .xxl\:text-violet-950\/45{
    color: rgb(46 16 101 / 0.45);
  }

  .xxl\:text-violet-950\/5{
    color: rgb(46 16 101 / 0.05);
  }

  .xxl\:text-violet-950\/50{
    color: rgb(46 16 101 / 0.5);
  }

  .xxl\:text-violet-950\/55{
    color: rgb(46 16 101 / 0.55);
  }

  .xxl\:text-violet-950\/60{
    color: rgb(46 16 101 / 0.6);
  }

  .xxl\:text-violet-950\/65{
    color: rgb(46 16 101 / 0.65);
  }

  .xxl\:text-violet-950\/70{
    color: rgb(46 16 101 / 0.7);
  }

  .xxl\:text-violet-950\/75{
    color: rgb(46 16 101 / 0.75);
  }

  .xxl\:text-violet-950\/80{
    color: rgb(46 16 101 / 0.8);
  }

  .xxl\:text-violet-950\/85{
    color: rgb(46 16 101 / 0.85);
  }

  .xxl\:text-violet-950\/90{
    color: rgb(46 16 101 / 0.9);
  }

  .xxl\:text-violet-950\/95{
    color: rgb(46 16 101 / 0.95);
  }

  .xxl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-white\/0{
    color: rgb(255 255 255 / 0);
  }

  .xxl\:text-white\/10{
    color: rgb(255 255 255 / 0.1);
  }

  .xxl\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .xxl\:text-white\/15{
    color: rgb(255 255 255 / 0.15);
  }

  .xxl\:text-white\/20{
    color: rgb(255 255 255 / 0.2);
  }

  .xxl\:text-white\/25{
    color: rgb(255 255 255 / 0.25);
  }

  .xxl\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }

  .xxl\:text-white\/35{
    color: rgb(255 255 255 / 0.35);
  }

  .xxl\:text-white\/40{
    color: rgb(255 255 255 / 0.4);
  }

  .xxl\:text-white\/45{
    color: rgb(255 255 255 / 0.45);
  }

  .xxl\:text-white\/5{
    color: rgb(255 255 255 / 0.05);
  }

  .xxl\:text-white\/50{
    color: rgb(255 255 255 / 0.5);
  }

  .xxl\:text-white\/55{
    color: rgb(255 255 255 / 0.55);
  }

  .xxl\:text-white\/60{
    color: rgb(255 255 255 / 0.6);
  }

  .xxl\:text-white\/65{
    color: rgb(255 255 255 / 0.65);
  }

  .xxl\:text-white\/70{
    color: rgb(255 255 255 / 0.7);
  }

  .xxl\:text-white\/75{
    color: rgb(255 255 255 / 0.75);
  }

  .xxl\:text-white\/80{
    color: rgb(255 255 255 / 0.8);
  }

  .xxl\:text-white\/85{
    color: rgb(255 255 255 / 0.85);
  }

  .xxl\:text-white\/90{
    color: rgb(255 255 255 / 0.9);
  }

  .xxl\:text-white\/95{
    color: rgb(255 255 255 / 0.95);
  }

  .xxl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-100\/0{
    color: rgb(254 249 195 / 0);
  }

  .xxl\:text-yellow-100\/10{
    color: rgb(254 249 195 / 0.1);
  }

  .xxl\:text-yellow-100\/100{
    color: rgb(254 249 195 / 1);
  }

  .xxl\:text-yellow-100\/15{
    color: rgb(254 249 195 / 0.15);
  }

  .xxl\:text-yellow-100\/20{
    color: rgb(254 249 195 / 0.2);
  }

  .xxl\:text-yellow-100\/25{
    color: rgb(254 249 195 / 0.25);
  }

  .xxl\:text-yellow-100\/30{
    color: rgb(254 249 195 / 0.3);
  }

  .xxl\:text-yellow-100\/35{
    color: rgb(254 249 195 / 0.35);
  }

  .xxl\:text-yellow-100\/40{
    color: rgb(254 249 195 / 0.4);
  }

  .xxl\:text-yellow-100\/45{
    color: rgb(254 249 195 / 0.45);
  }

  .xxl\:text-yellow-100\/5{
    color: rgb(254 249 195 / 0.05);
  }

  .xxl\:text-yellow-100\/50{
    color: rgb(254 249 195 / 0.5);
  }

  .xxl\:text-yellow-100\/55{
    color: rgb(254 249 195 / 0.55);
  }

  .xxl\:text-yellow-100\/60{
    color: rgb(254 249 195 / 0.6);
  }

  .xxl\:text-yellow-100\/65{
    color: rgb(254 249 195 / 0.65);
  }

  .xxl\:text-yellow-100\/70{
    color: rgb(254 249 195 / 0.7);
  }

  .xxl\:text-yellow-100\/75{
    color: rgb(254 249 195 / 0.75);
  }

  .xxl\:text-yellow-100\/80{
    color: rgb(254 249 195 / 0.8);
  }

  .xxl\:text-yellow-100\/85{
    color: rgb(254 249 195 / 0.85);
  }

  .xxl\:text-yellow-100\/90{
    color: rgb(254 249 195 / 0.9);
  }

  .xxl\:text-yellow-100\/95{
    color: rgb(254 249 195 / 0.95);
  }

  .xxl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-200\/0{
    color: rgb(254 240 138 / 0);
  }

  .xxl\:text-yellow-200\/10{
    color: rgb(254 240 138 / 0.1);
  }

  .xxl\:text-yellow-200\/100{
    color: rgb(254 240 138 / 1);
  }

  .xxl\:text-yellow-200\/15{
    color: rgb(254 240 138 / 0.15);
  }

  .xxl\:text-yellow-200\/20{
    color: rgb(254 240 138 / 0.2);
  }

  .xxl\:text-yellow-200\/25{
    color: rgb(254 240 138 / 0.25);
  }

  .xxl\:text-yellow-200\/30{
    color: rgb(254 240 138 / 0.3);
  }

  .xxl\:text-yellow-200\/35{
    color: rgb(254 240 138 / 0.35);
  }

  .xxl\:text-yellow-200\/40{
    color: rgb(254 240 138 / 0.4);
  }

  .xxl\:text-yellow-200\/45{
    color: rgb(254 240 138 / 0.45);
  }

  .xxl\:text-yellow-200\/5{
    color: rgb(254 240 138 / 0.05);
  }

  .xxl\:text-yellow-200\/50{
    color: rgb(254 240 138 / 0.5);
  }

  .xxl\:text-yellow-200\/55{
    color: rgb(254 240 138 / 0.55);
  }

  .xxl\:text-yellow-200\/60{
    color: rgb(254 240 138 / 0.6);
  }

  .xxl\:text-yellow-200\/65{
    color: rgb(254 240 138 / 0.65);
  }

  .xxl\:text-yellow-200\/70{
    color: rgb(254 240 138 / 0.7);
  }

  .xxl\:text-yellow-200\/75{
    color: rgb(254 240 138 / 0.75);
  }

  .xxl\:text-yellow-200\/80{
    color: rgb(254 240 138 / 0.8);
  }

  .xxl\:text-yellow-200\/85{
    color: rgb(254 240 138 / 0.85);
  }

  .xxl\:text-yellow-200\/90{
    color: rgb(254 240 138 / 0.9);
  }

  .xxl\:text-yellow-200\/95{
    color: rgb(254 240 138 / 0.95);
  }

  .xxl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-300\/0{
    color: rgb(253 224 71 / 0);
  }

  .xxl\:text-yellow-300\/10{
    color: rgb(253 224 71 / 0.1);
  }

  .xxl\:text-yellow-300\/100{
    color: rgb(253 224 71 / 1);
  }

  .xxl\:text-yellow-300\/15{
    color: rgb(253 224 71 / 0.15);
  }

  .xxl\:text-yellow-300\/20{
    color: rgb(253 224 71 / 0.2);
  }

  .xxl\:text-yellow-300\/25{
    color: rgb(253 224 71 / 0.25);
  }

  .xxl\:text-yellow-300\/30{
    color: rgb(253 224 71 / 0.3);
  }

  .xxl\:text-yellow-300\/35{
    color: rgb(253 224 71 / 0.35);
  }

  .xxl\:text-yellow-300\/40{
    color: rgb(253 224 71 / 0.4);
  }

  .xxl\:text-yellow-300\/45{
    color: rgb(253 224 71 / 0.45);
  }

  .xxl\:text-yellow-300\/5{
    color: rgb(253 224 71 / 0.05);
  }

  .xxl\:text-yellow-300\/50{
    color: rgb(253 224 71 / 0.5);
  }

  .xxl\:text-yellow-300\/55{
    color: rgb(253 224 71 / 0.55);
  }

  .xxl\:text-yellow-300\/60{
    color: rgb(253 224 71 / 0.6);
  }

  .xxl\:text-yellow-300\/65{
    color: rgb(253 224 71 / 0.65);
  }

  .xxl\:text-yellow-300\/70{
    color: rgb(253 224 71 / 0.7);
  }

  .xxl\:text-yellow-300\/75{
    color: rgb(253 224 71 / 0.75);
  }

  .xxl\:text-yellow-300\/80{
    color: rgb(253 224 71 / 0.8);
  }

  .xxl\:text-yellow-300\/85{
    color: rgb(253 224 71 / 0.85);
  }

  .xxl\:text-yellow-300\/90{
    color: rgb(253 224 71 / 0.9);
  }

  .xxl\:text-yellow-300\/95{
    color: rgb(253 224 71 / 0.95);
  }

  .xxl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-400\/0{
    color: rgb(250 204 21 / 0);
  }

  .xxl\:text-yellow-400\/10{
    color: rgb(250 204 21 / 0.1);
  }

  .xxl\:text-yellow-400\/100{
    color: rgb(250 204 21 / 1);
  }

  .xxl\:text-yellow-400\/15{
    color: rgb(250 204 21 / 0.15);
  }

  .xxl\:text-yellow-400\/20{
    color: rgb(250 204 21 / 0.2);
  }

  .xxl\:text-yellow-400\/25{
    color: rgb(250 204 21 / 0.25);
  }

  .xxl\:text-yellow-400\/30{
    color: rgb(250 204 21 / 0.3);
  }

  .xxl\:text-yellow-400\/35{
    color: rgb(250 204 21 / 0.35);
  }

  .xxl\:text-yellow-400\/40{
    color: rgb(250 204 21 / 0.4);
  }

  .xxl\:text-yellow-400\/45{
    color: rgb(250 204 21 / 0.45);
  }

  .xxl\:text-yellow-400\/5{
    color: rgb(250 204 21 / 0.05);
  }

  .xxl\:text-yellow-400\/50{
    color: rgb(250 204 21 / 0.5);
  }

  .xxl\:text-yellow-400\/55{
    color: rgb(250 204 21 / 0.55);
  }

  .xxl\:text-yellow-400\/60{
    color: rgb(250 204 21 / 0.6);
  }

  .xxl\:text-yellow-400\/65{
    color: rgb(250 204 21 / 0.65);
  }

  .xxl\:text-yellow-400\/70{
    color: rgb(250 204 21 / 0.7);
  }

  .xxl\:text-yellow-400\/75{
    color: rgb(250 204 21 / 0.75);
  }

  .xxl\:text-yellow-400\/80{
    color: rgb(250 204 21 / 0.8);
  }

  .xxl\:text-yellow-400\/85{
    color: rgb(250 204 21 / 0.85);
  }

  .xxl\:text-yellow-400\/90{
    color: rgb(250 204 21 / 0.9);
  }

  .xxl\:text-yellow-400\/95{
    color: rgb(250 204 21 / 0.95);
  }

  .xxl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-50\/0{
    color: rgb(254 252 232 / 0);
  }

  .xxl\:text-yellow-50\/10{
    color: rgb(254 252 232 / 0.1);
  }

  .xxl\:text-yellow-50\/100{
    color: rgb(254 252 232 / 1);
  }

  .xxl\:text-yellow-50\/15{
    color: rgb(254 252 232 / 0.15);
  }

  .xxl\:text-yellow-50\/20{
    color: rgb(254 252 232 / 0.2);
  }

  .xxl\:text-yellow-50\/25{
    color: rgb(254 252 232 / 0.25);
  }

  .xxl\:text-yellow-50\/30{
    color: rgb(254 252 232 / 0.3);
  }

  .xxl\:text-yellow-50\/35{
    color: rgb(254 252 232 / 0.35);
  }

  .xxl\:text-yellow-50\/40{
    color: rgb(254 252 232 / 0.4);
  }

  .xxl\:text-yellow-50\/45{
    color: rgb(254 252 232 / 0.45);
  }

  .xxl\:text-yellow-50\/5{
    color: rgb(254 252 232 / 0.05);
  }

  .xxl\:text-yellow-50\/50{
    color: rgb(254 252 232 / 0.5);
  }

  .xxl\:text-yellow-50\/55{
    color: rgb(254 252 232 / 0.55);
  }

  .xxl\:text-yellow-50\/60{
    color: rgb(254 252 232 / 0.6);
  }

  .xxl\:text-yellow-50\/65{
    color: rgb(254 252 232 / 0.65);
  }

  .xxl\:text-yellow-50\/70{
    color: rgb(254 252 232 / 0.7);
  }

  .xxl\:text-yellow-50\/75{
    color: rgb(254 252 232 / 0.75);
  }

  .xxl\:text-yellow-50\/80{
    color: rgb(254 252 232 / 0.8);
  }

  .xxl\:text-yellow-50\/85{
    color: rgb(254 252 232 / 0.85);
  }

  .xxl\:text-yellow-50\/90{
    color: rgb(254 252 232 / 0.9);
  }

  .xxl\:text-yellow-50\/95{
    color: rgb(254 252 232 / 0.95);
  }

  .xxl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-500\/0{
    color: rgb(234 179 8 / 0);
  }

  .xxl\:text-yellow-500\/10{
    color: rgb(234 179 8 / 0.1);
  }

  .xxl\:text-yellow-500\/100{
    color: rgb(234 179 8 / 1);
  }

  .xxl\:text-yellow-500\/15{
    color: rgb(234 179 8 / 0.15);
  }

  .xxl\:text-yellow-500\/20{
    color: rgb(234 179 8 / 0.2);
  }

  .xxl\:text-yellow-500\/25{
    color: rgb(234 179 8 / 0.25);
  }

  .xxl\:text-yellow-500\/30{
    color: rgb(234 179 8 / 0.3);
  }

  .xxl\:text-yellow-500\/35{
    color: rgb(234 179 8 / 0.35);
  }

  .xxl\:text-yellow-500\/40{
    color: rgb(234 179 8 / 0.4);
  }

  .xxl\:text-yellow-500\/45{
    color: rgb(234 179 8 / 0.45);
  }

  .xxl\:text-yellow-500\/5{
    color: rgb(234 179 8 / 0.05);
  }

  .xxl\:text-yellow-500\/50{
    color: rgb(234 179 8 / 0.5);
  }

  .xxl\:text-yellow-500\/55{
    color: rgb(234 179 8 / 0.55);
  }

  .xxl\:text-yellow-500\/60{
    color: rgb(234 179 8 / 0.6);
  }

  .xxl\:text-yellow-500\/65{
    color: rgb(234 179 8 / 0.65);
  }

  .xxl\:text-yellow-500\/70{
    color: rgb(234 179 8 / 0.7);
  }

  .xxl\:text-yellow-500\/75{
    color: rgb(234 179 8 / 0.75);
  }

  .xxl\:text-yellow-500\/80{
    color: rgb(234 179 8 / 0.8);
  }

  .xxl\:text-yellow-500\/85{
    color: rgb(234 179 8 / 0.85);
  }

  .xxl\:text-yellow-500\/90{
    color: rgb(234 179 8 / 0.9);
  }

  .xxl\:text-yellow-500\/95{
    color: rgb(234 179 8 / 0.95);
  }

  .xxl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-600\/0{
    color: rgb(202 138 4 / 0);
  }

  .xxl\:text-yellow-600\/10{
    color: rgb(202 138 4 / 0.1);
  }

  .xxl\:text-yellow-600\/100{
    color: rgb(202 138 4 / 1);
  }

  .xxl\:text-yellow-600\/15{
    color: rgb(202 138 4 / 0.15);
  }

  .xxl\:text-yellow-600\/20{
    color: rgb(202 138 4 / 0.2);
  }

  .xxl\:text-yellow-600\/25{
    color: rgb(202 138 4 / 0.25);
  }

  .xxl\:text-yellow-600\/30{
    color: rgb(202 138 4 / 0.3);
  }

  .xxl\:text-yellow-600\/35{
    color: rgb(202 138 4 / 0.35);
  }

  .xxl\:text-yellow-600\/40{
    color: rgb(202 138 4 / 0.4);
  }

  .xxl\:text-yellow-600\/45{
    color: rgb(202 138 4 / 0.45);
  }

  .xxl\:text-yellow-600\/5{
    color: rgb(202 138 4 / 0.05);
  }

  .xxl\:text-yellow-600\/50{
    color: rgb(202 138 4 / 0.5);
  }

  .xxl\:text-yellow-600\/55{
    color: rgb(202 138 4 / 0.55);
  }

  .xxl\:text-yellow-600\/60{
    color: rgb(202 138 4 / 0.6);
  }

  .xxl\:text-yellow-600\/65{
    color: rgb(202 138 4 / 0.65);
  }

  .xxl\:text-yellow-600\/70{
    color: rgb(202 138 4 / 0.7);
  }

  .xxl\:text-yellow-600\/75{
    color: rgb(202 138 4 / 0.75);
  }

  .xxl\:text-yellow-600\/80{
    color: rgb(202 138 4 / 0.8);
  }

  .xxl\:text-yellow-600\/85{
    color: rgb(202 138 4 / 0.85);
  }

  .xxl\:text-yellow-600\/90{
    color: rgb(202 138 4 / 0.9);
  }

  .xxl\:text-yellow-600\/95{
    color: rgb(202 138 4 / 0.95);
  }

  .xxl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-700\/0{
    color: rgb(161 98 7 / 0);
  }

  .xxl\:text-yellow-700\/10{
    color: rgb(161 98 7 / 0.1);
  }

  .xxl\:text-yellow-700\/100{
    color: rgb(161 98 7 / 1);
  }

  .xxl\:text-yellow-700\/15{
    color: rgb(161 98 7 / 0.15);
  }

  .xxl\:text-yellow-700\/20{
    color: rgb(161 98 7 / 0.2);
  }

  .xxl\:text-yellow-700\/25{
    color: rgb(161 98 7 / 0.25);
  }

  .xxl\:text-yellow-700\/30{
    color: rgb(161 98 7 / 0.3);
  }

  .xxl\:text-yellow-700\/35{
    color: rgb(161 98 7 / 0.35);
  }

  .xxl\:text-yellow-700\/40{
    color: rgb(161 98 7 / 0.4);
  }

  .xxl\:text-yellow-700\/45{
    color: rgb(161 98 7 / 0.45);
  }

  .xxl\:text-yellow-700\/5{
    color: rgb(161 98 7 / 0.05);
  }

  .xxl\:text-yellow-700\/50{
    color: rgb(161 98 7 / 0.5);
  }

  .xxl\:text-yellow-700\/55{
    color: rgb(161 98 7 / 0.55);
  }

  .xxl\:text-yellow-700\/60{
    color: rgb(161 98 7 / 0.6);
  }

  .xxl\:text-yellow-700\/65{
    color: rgb(161 98 7 / 0.65);
  }

  .xxl\:text-yellow-700\/70{
    color: rgb(161 98 7 / 0.7);
  }

  .xxl\:text-yellow-700\/75{
    color: rgb(161 98 7 / 0.75);
  }

  .xxl\:text-yellow-700\/80{
    color: rgb(161 98 7 / 0.8);
  }

  .xxl\:text-yellow-700\/85{
    color: rgb(161 98 7 / 0.85);
  }

  .xxl\:text-yellow-700\/90{
    color: rgb(161 98 7 / 0.9);
  }

  .xxl\:text-yellow-700\/95{
    color: rgb(161 98 7 / 0.95);
  }

  .xxl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-800\/0{
    color: rgb(133 77 14 / 0);
  }

  .xxl\:text-yellow-800\/10{
    color: rgb(133 77 14 / 0.1);
  }

  .xxl\:text-yellow-800\/100{
    color: rgb(133 77 14 / 1);
  }

  .xxl\:text-yellow-800\/15{
    color: rgb(133 77 14 / 0.15);
  }

  .xxl\:text-yellow-800\/20{
    color: rgb(133 77 14 / 0.2);
  }

  .xxl\:text-yellow-800\/25{
    color: rgb(133 77 14 / 0.25);
  }

  .xxl\:text-yellow-800\/30{
    color: rgb(133 77 14 / 0.3);
  }

  .xxl\:text-yellow-800\/35{
    color: rgb(133 77 14 / 0.35);
  }

  .xxl\:text-yellow-800\/40{
    color: rgb(133 77 14 / 0.4);
  }

  .xxl\:text-yellow-800\/45{
    color: rgb(133 77 14 / 0.45);
  }

  .xxl\:text-yellow-800\/5{
    color: rgb(133 77 14 / 0.05);
  }

  .xxl\:text-yellow-800\/50{
    color: rgb(133 77 14 / 0.5);
  }

  .xxl\:text-yellow-800\/55{
    color: rgb(133 77 14 / 0.55);
  }

  .xxl\:text-yellow-800\/60{
    color: rgb(133 77 14 / 0.6);
  }

  .xxl\:text-yellow-800\/65{
    color: rgb(133 77 14 / 0.65);
  }

  .xxl\:text-yellow-800\/70{
    color: rgb(133 77 14 / 0.7);
  }

  .xxl\:text-yellow-800\/75{
    color: rgb(133 77 14 / 0.75);
  }

  .xxl\:text-yellow-800\/80{
    color: rgb(133 77 14 / 0.8);
  }

  .xxl\:text-yellow-800\/85{
    color: rgb(133 77 14 / 0.85);
  }

  .xxl\:text-yellow-800\/90{
    color: rgb(133 77 14 / 0.9);
  }

  .xxl\:text-yellow-800\/95{
    color: rgb(133 77 14 / 0.95);
  }

  .xxl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-900\/0{
    color: rgb(113 63 18 / 0);
  }

  .xxl\:text-yellow-900\/10{
    color: rgb(113 63 18 / 0.1);
  }

  .xxl\:text-yellow-900\/100{
    color: rgb(113 63 18 / 1);
  }

  .xxl\:text-yellow-900\/15{
    color: rgb(113 63 18 / 0.15);
  }

  .xxl\:text-yellow-900\/20{
    color: rgb(113 63 18 / 0.2);
  }

  .xxl\:text-yellow-900\/25{
    color: rgb(113 63 18 / 0.25);
  }

  .xxl\:text-yellow-900\/30{
    color: rgb(113 63 18 / 0.3);
  }

  .xxl\:text-yellow-900\/35{
    color: rgb(113 63 18 / 0.35);
  }

  .xxl\:text-yellow-900\/40{
    color: rgb(113 63 18 / 0.4);
  }

  .xxl\:text-yellow-900\/45{
    color: rgb(113 63 18 / 0.45);
  }

  .xxl\:text-yellow-900\/5{
    color: rgb(113 63 18 / 0.05);
  }

  .xxl\:text-yellow-900\/50{
    color: rgb(113 63 18 / 0.5);
  }

  .xxl\:text-yellow-900\/55{
    color: rgb(113 63 18 / 0.55);
  }

  .xxl\:text-yellow-900\/60{
    color: rgb(113 63 18 / 0.6);
  }

  .xxl\:text-yellow-900\/65{
    color: rgb(113 63 18 / 0.65);
  }

  .xxl\:text-yellow-900\/70{
    color: rgb(113 63 18 / 0.7);
  }

  .xxl\:text-yellow-900\/75{
    color: rgb(113 63 18 / 0.75);
  }

  .xxl\:text-yellow-900\/80{
    color: rgb(113 63 18 / 0.8);
  }

  .xxl\:text-yellow-900\/85{
    color: rgb(113 63 18 / 0.85);
  }

  .xxl\:text-yellow-900\/90{
    color: rgb(113 63 18 / 0.9);
  }

  .xxl\:text-yellow-900\/95{
    color: rgb(113 63 18 / 0.95);
  }

  .xxl\:text-yellow-950{
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-yellow-950\/0{
    color: rgb(66 32 6 / 0);
  }

  .xxl\:text-yellow-950\/10{
    color: rgb(66 32 6 / 0.1);
  }

  .xxl\:text-yellow-950\/100{
    color: rgb(66 32 6 / 1);
  }

  .xxl\:text-yellow-950\/15{
    color: rgb(66 32 6 / 0.15);
  }

  .xxl\:text-yellow-950\/20{
    color: rgb(66 32 6 / 0.2);
  }

  .xxl\:text-yellow-950\/25{
    color: rgb(66 32 6 / 0.25);
  }

  .xxl\:text-yellow-950\/30{
    color: rgb(66 32 6 / 0.3);
  }

  .xxl\:text-yellow-950\/35{
    color: rgb(66 32 6 / 0.35);
  }

  .xxl\:text-yellow-950\/40{
    color: rgb(66 32 6 / 0.4);
  }

  .xxl\:text-yellow-950\/45{
    color: rgb(66 32 6 / 0.45);
  }

  .xxl\:text-yellow-950\/5{
    color: rgb(66 32 6 / 0.05);
  }

  .xxl\:text-yellow-950\/50{
    color: rgb(66 32 6 / 0.5);
  }

  .xxl\:text-yellow-950\/55{
    color: rgb(66 32 6 / 0.55);
  }

  .xxl\:text-yellow-950\/60{
    color: rgb(66 32 6 / 0.6);
  }

  .xxl\:text-yellow-950\/65{
    color: rgb(66 32 6 / 0.65);
  }

  .xxl\:text-yellow-950\/70{
    color: rgb(66 32 6 / 0.7);
  }

  .xxl\:text-yellow-950\/75{
    color: rgb(66 32 6 / 0.75);
  }

  .xxl\:text-yellow-950\/80{
    color: rgb(66 32 6 / 0.8);
  }

  .xxl\:text-yellow-950\/85{
    color: rgb(66 32 6 / 0.85);
  }

  .xxl\:text-yellow-950\/90{
    color: rgb(66 32 6 / 0.9);
  }

  .xxl\:text-yellow-950\/95{
    color: rgb(66 32 6 / 0.95);
  }

  .xxl\:text-zinc-100{
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-100\/0{
    color: rgb(244 244 245 / 0);
  }

  .xxl\:text-zinc-100\/10{
    color: rgb(244 244 245 / 0.1);
  }

  .xxl\:text-zinc-100\/100{
    color: rgb(244 244 245 / 1);
  }

  .xxl\:text-zinc-100\/15{
    color: rgb(244 244 245 / 0.15);
  }

  .xxl\:text-zinc-100\/20{
    color: rgb(244 244 245 / 0.2);
  }

  .xxl\:text-zinc-100\/25{
    color: rgb(244 244 245 / 0.25);
  }

  .xxl\:text-zinc-100\/30{
    color: rgb(244 244 245 / 0.3);
  }

  .xxl\:text-zinc-100\/35{
    color: rgb(244 244 245 / 0.35);
  }

  .xxl\:text-zinc-100\/40{
    color: rgb(244 244 245 / 0.4);
  }

  .xxl\:text-zinc-100\/45{
    color: rgb(244 244 245 / 0.45);
  }

  .xxl\:text-zinc-100\/5{
    color: rgb(244 244 245 / 0.05);
  }

  .xxl\:text-zinc-100\/50{
    color: rgb(244 244 245 / 0.5);
  }

  .xxl\:text-zinc-100\/55{
    color: rgb(244 244 245 / 0.55);
  }

  .xxl\:text-zinc-100\/60{
    color: rgb(244 244 245 / 0.6);
  }

  .xxl\:text-zinc-100\/65{
    color: rgb(244 244 245 / 0.65);
  }

  .xxl\:text-zinc-100\/70{
    color: rgb(244 244 245 / 0.7);
  }

  .xxl\:text-zinc-100\/75{
    color: rgb(244 244 245 / 0.75);
  }

  .xxl\:text-zinc-100\/80{
    color: rgb(244 244 245 / 0.8);
  }

  .xxl\:text-zinc-100\/85{
    color: rgb(244 244 245 / 0.85);
  }

  .xxl\:text-zinc-100\/90{
    color: rgb(244 244 245 / 0.9);
  }

  .xxl\:text-zinc-100\/95{
    color: rgb(244 244 245 / 0.95);
  }

  .xxl\:text-zinc-200{
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-200\/0{
    color: rgb(228 228 231 / 0);
  }

  .xxl\:text-zinc-200\/10{
    color: rgb(228 228 231 / 0.1);
  }

  .xxl\:text-zinc-200\/100{
    color: rgb(228 228 231 / 1);
  }

  .xxl\:text-zinc-200\/15{
    color: rgb(228 228 231 / 0.15);
  }

  .xxl\:text-zinc-200\/20{
    color: rgb(228 228 231 / 0.2);
  }

  .xxl\:text-zinc-200\/25{
    color: rgb(228 228 231 / 0.25);
  }

  .xxl\:text-zinc-200\/30{
    color: rgb(228 228 231 / 0.3);
  }

  .xxl\:text-zinc-200\/35{
    color: rgb(228 228 231 / 0.35);
  }

  .xxl\:text-zinc-200\/40{
    color: rgb(228 228 231 / 0.4);
  }

  .xxl\:text-zinc-200\/45{
    color: rgb(228 228 231 / 0.45);
  }

  .xxl\:text-zinc-200\/5{
    color: rgb(228 228 231 / 0.05);
  }

  .xxl\:text-zinc-200\/50{
    color: rgb(228 228 231 / 0.5);
  }

  .xxl\:text-zinc-200\/55{
    color: rgb(228 228 231 / 0.55);
  }

  .xxl\:text-zinc-200\/60{
    color: rgb(228 228 231 / 0.6);
  }

  .xxl\:text-zinc-200\/65{
    color: rgb(228 228 231 / 0.65);
  }

  .xxl\:text-zinc-200\/70{
    color: rgb(228 228 231 / 0.7);
  }

  .xxl\:text-zinc-200\/75{
    color: rgb(228 228 231 / 0.75);
  }

  .xxl\:text-zinc-200\/80{
    color: rgb(228 228 231 / 0.8);
  }

  .xxl\:text-zinc-200\/85{
    color: rgb(228 228 231 / 0.85);
  }

  .xxl\:text-zinc-200\/90{
    color: rgb(228 228 231 / 0.9);
  }

  .xxl\:text-zinc-200\/95{
    color: rgb(228 228 231 / 0.95);
  }

  .xxl\:text-zinc-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-300\/0{
    color: rgb(212 212 216 / 0);
  }

  .xxl\:text-zinc-300\/10{
    color: rgb(212 212 216 / 0.1);
  }

  .xxl\:text-zinc-300\/100{
    color: rgb(212 212 216 / 1);
  }

  .xxl\:text-zinc-300\/15{
    color: rgb(212 212 216 / 0.15);
  }

  .xxl\:text-zinc-300\/20{
    color: rgb(212 212 216 / 0.2);
  }

  .xxl\:text-zinc-300\/25{
    color: rgb(212 212 216 / 0.25);
  }

  .xxl\:text-zinc-300\/30{
    color: rgb(212 212 216 / 0.3);
  }

  .xxl\:text-zinc-300\/35{
    color: rgb(212 212 216 / 0.35);
  }

  .xxl\:text-zinc-300\/40{
    color: rgb(212 212 216 / 0.4);
  }

  .xxl\:text-zinc-300\/45{
    color: rgb(212 212 216 / 0.45);
  }

  .xxl\:text-zinc-300\/5{
    color: rgb(212 212 216 / 0.05);
  }

  .xxl\:text-zinc-300\/50{
    color: rgb(212 212 216 / 0.5);
  }

  .xxl\:text-zinc-300\/55{
    color: rgb(212 212 216 / 0.55);
  }

  .xxl\:text-zinc-300\/60{
    color: rgb(212 212 216 / 0.6);
  }

  .xxl\:text-zinc-300\/65{
    color: rgb(212 212 216 / 0.65);
  }

  .xxl\:text-zinc-300\/70{
    color: rgb(212 212 216 / 0.7);
  }

  .xxl\:text-zinc-300\/75{
    color: rgb(212 212 216 / 0.75);
  }

  .xxl\:text-zinc-300\/80{
    color: rgb(212 212 216 / 0.8);
  }

  .xxl\:text-zinc-300\/85{
    color: rgb(212 212 216 / 0.85);
  }

  .xxl\:text-zinc-300\/90{
    color: rgb(212 212 216 / 0.9);
  }

  .xxl\:text-zinc-300\/95{
    color: rgb(212 212 216 / 0.95);
  }

  .xxl\:text-zinc-400{
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-400\/0{
    color: rgb(161 161 170 / 0);
  }

  .xxl\:text-zinc-400\/10{
    color: rgb(161 161 170 / 0.1);
  }

  .xxl\:text-zinc-400\/100{
    color: rgb(161 161 170 / 1);
  }

  .xxl\:text-zinc-400\/15{
    color: rgb(161 161 170 / 0.15);
  }

  .xxl\:text-zinc-400\/20{
    color: rgb(161 161 170 / 0.2);
  }

  .xxl\:text-zinc-400\/25{
    color: rgb(161 161 170 / 0.25);
  }

  .xxl\:text-zinc-400\/30{
    color: rgb(161 161 170 / 0.3);
  }

  .xxl\:text-zinc-400\/35{
    color: rgb(161 161 170 / 0.35);
  }

  .xxl\:text-zinc-400\/40{
    color: rgb(161 161 170 / 0.4);
  }

  .xxl\:text-zinc-400\/45{
    color: rgb(161 161 170 / 0.45);
  }

  .xxl\:text-zinc-400\/5{
    color: rgb(161 161 170 / 0.05);
  }

  .xxl\:text-zinc-400\/50{
    color: rgb(161 161 170 / 0.5);
  }

  .xxl\:text-zinc-400\/55{
    color: rgb(161 161 170 / 0.55);
  }

  .xxl\:text-zinc-400\/60{
    color: rgb(161 161 170 / 0.6);
  }

  .xxl\:text-zinc-400\/65{
    color: rgb(161 161 170 / 0.65);
  }

  .xxl\:text-zinc-400\/70{
    color: rgb(161 161 170 / 0.7);
  }

  .xxl\:text-zinc-400\/75{
    color: rgb(161 161 170 / 0.75);
  }

  .xxl\:text-zinc-400\/80{
    color: rgb(161 161 170 / 0.8);
  }

  .xxl\:text-zinc-400\/85{
    color: rgb(161 161 170 / 0.85);
  }

  .xxl\:text-zinc-400\/90{
    color: rgb(161 161 170 / 0.9);
  }

  .xxl\:text-zinc-400\/95{
    color: rgb(161 161 170 / 0.95);
  }

  .xxl\:text-zinc-50{
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-50\/0{
    color: rgb(250 250 250 / 0);
  }

  .xxl\:text-zinc-50\/10{
    color: rgb(250 250 250 / 0.1);
  }

  .xxl\:text-zinc-50\/100{
    color: rgb(250 250 250 / 1);
  }

  .xxl\:text-zinc-50\/15{
    color: rgb(250 250 250 / 0.15);
  }

  .xxl\:text-zinc-50\/20{
    color: rgb(250 250 250 / 0.2);
  }

  .xxl\:text-zinc-50\/25{
    color: rgb(250 250 250 / 0.25);
  }

  .xxl\:text-zinc-50\/30{
    color: rgb(250 250 250 / 0.3);
  }

  .xxl\:text-zinc-50\/35{
    color: rgb(250 250 250 / 0.35);
  }

  .xxl\:text-zinc-50\/40{
    color: rgb(250 250 250 / 0.4);
  }

  .xxl\:text-zinc-50\/45{
    color: rgb(250 250 250 / 0.45);
  }

  .xxl\:text-zinc-50\/5{
    color: rgb(250 250 250 / 0.05);
  }

  .xxl\:text-zinc-50\/50{
    color: rgb(250 250 250 / 0.5);
  }

  .xxl\:text-zinc-50\/55{
    color: rgb(250 250 250 / 0.55);
  }

  .xxl\:text-zinc-50\/60{
    color: rgb(250 250 250 / 0.6);
  }

  .xxl\:text-zinc-50\/65{
    color: rgb(250 250 250 / 0.65);
  }

  .xxl\:text-zinc-50\/70{
    color: rgb(250 250 250 / 0.7);
  }

  .xxl\:text-zinc-50\/75{
    color: rgb(250 250 250 / 0.75);
  }

  .xxl\:text-zinc-50\/80{
    color: rgb(250 250 250 / 0.8);
  }

  .xxl\:text-zinc-50\/85{
    color: rgb(250 250 250 / 0.85);
  }

  .xxl\:text-zinc-50\/90{
    color: rgb(250 250 250 / 0.9);
  }

  .xxl\:text-zinc-50\/95{
    color: rgb(250 250 250 / 0.95);
  }

  .xxl\:text-zinc-500{
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-500\/0{
    color: rgb(113 113 122 / 0);
  }

  .xxl\:text-zinc-500\/10{
    color: rgb(113 113 122 / 0.1);
  }

  .xxl\:text-zinc-500\/100{
    color: rgb(113 113 122 / 1);
  }

  .xxl\:text-zinc-500\/15{
    color: rgb(113 113 122 / 0.15);
  }

  .xxl\:text-zinc-500\/20{
    color: rgb(113 113 122 / 0.2);
  }

  .xxl\:text-zinc-500\/25{
    color: rgb(113 113 122 / 0.25);
  }

  .xxl\:text-zinc-500\/30{
    color: rgb(113 113 122 / 0.3);
  }

  .xxl\:text-zinc-500\/35{
    color: rgb(113 113 122 / 0.35);
  }

  .xxl\:text-zinc-500\/40{
    color: rgb(113 113 122 / 0.4);
  }

  .xxl\:text-zinc-500\/45{
    color: rgb(113 113 122 / 0.45);
  }

  .xxl\:text-zinc-500\/5{
    color: rgb(113 113 122 / 0.05);
  }

  .xxl\:text-zinc-500\/50{
    color: rgb(113 113 122 / 0.5);
  }

  .xxl\:text-zinc-500\/55{
    color: rgb(113 113 122 / 0.55);
  }

  .xxl\:text-zinc-500\/60{
    color: rgb(113 113 122 / 0.6);
  }

  .xxl\:text-zinc-500\/65{
    color: rgb(113 113 122 / 0.65);
  }

  .xxl\:text-zinc-500\/70{
    color: rgb(113 113 122 / 0.7);
  }

  .xxl\:text-zinc-500\/75{
    color: rgb(113 113 122 / 0.75);
  }

  .xxl\:text-zinc-500\/80{
    color: rgb(113 113 122 / 0.8);
  }

  .xxl\:text-zinc-500\/85{
    color: rgb(113 113 122 / 0.85);
  }

  .xxl\:text-zinc-500\/90{
    color: rgb(113 113 122 / 0.9);
  }

  .xxl\:text-zinc-500\/95{
    color: rgb(113 113 122 / 0.95);
  }

  .xxl\:text-zinc-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-600\/0{
    color: rgb(82 82 91 / 0);
  }

  .xxl\:text-zinc-600\/10{
    color: rgb(82 82 91 / 0.1);
  }

  .xxl\:text-zinc-600\/100{
    color: rgb(82 82 91 / 1);
  }

  .xxl\:text-zinc-600\/15{
    color: rgb(82 82 91 / 0.15);
  }

  .xxl\:text-zinc-600\/20{
    color: rgb(82 82 91 / 0.2);
  }

  .xxl\:text-zinc-600\/25{
    color: rgb(82 82 91 / 0.25);
  }

  .xxl\:text-zinc-600\/30{
    color: rgb(82 82 91 / 0.3);
  }

  .xxl\:text-zinc-600\/35{
    color: rgb(82 82 91 / 0.35);
  }

  .xxl\:text-zinc-600\/40{
    color: rgb(82 82 91 / 0.4);
  }

  .xxl\:text-zinc-600\/45{
    color: rgb(82 82 91 / 0.45);
  }

  .xxl\:text-zinc-600\/5{
    color: rgb(82 82 91 / 0.05);
  }

  .xxl\:text-zinc-600\/50{
    color: rgb(82 82 91 / 0.5);
  }

  .xxl\:text-zinc-600\/55{
    color: rgb(82 82 91 / 0.55);
  }

  .xxl\:text-zinc-600\/60{
    color: rgb(82 82 91 / 0.6);
  }

  .xxl\:text-zinc-600\/65{
    color: rgb(82 82 91 / 0.65);
  }

  .xxl\:text-zinc-600\/70{
    color: rgb(82 82 91 / 0.7);
  }

  .xxl\:text-zinc-600\/75{
    color: rgb(82 82 91 / 0.75);
  }

  .xxl\:text-zinc-600\/80{
    color: rgb(82 82 91 / 0.8);
  }

  .xxl\:text-zinc-600\/85{
    color: rgb(82 82 91 / 0.85);
  }

  .xxl\:text-zinc-600\/90{
    color: rgb(82 82 91 / 0.9);
  }

  .xxl\:text-zinc-600\/95{
    color: rgb(82 82 91 / 0.95);
  }

  .xxl\:text-zinc-700{
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-700\/0{
    color: rgb(63 63 70 / 0);
  }

  .xxl\:text-zinc-700\/10{
    color: rgb(63 63 70 / 0.1);
  }

  .xxl\:text-zinc-700\/100{
    color: rgb(63 63 70 / 1);
  }

  .xxl\:text-zinc-700\/15{
    color: rgb(63 63 70 / 0.15);
  }

  .xxl\:text-zinc-700\/20{
    color: rgb(63 63 70 / 0.2);
  }

  .xxl\:text-zinc-700\/25{
    color: rgb(63 63 70 / 0.25);
  }

  .xxl\:text-zinc-700\/30{
    color: rgb(63 63 70 / 0.3);
  }

  .xxl\:text-zinc-700\/35{
    color: rgb(63 63 70 / 0.35);
  }

  .xxl\:text-zinc-700\/40{
    color: rgb(63 63 70 / 0.4);
  }

  .xxl\:text-zinc-700\/45{
    color: rgb(63 63 70 / 0.45);
  }

  .xxl\:text-zinc-700\/5{
    color: rgb(63 63 70 / 0.05);
  }

  .xxl\:text-zinc-700\/50{
    color: rgb(63 63 70 / 0.5);
  }

  .xxl\:text-zinc-700\/55{
    color: rgb(63 63 70 / 0.55);
  }

  .xxl\:text-zinc-700\/60{
    color: rgb(63 63 70 / 0.6);
  }

  .xxl\:text-zinc-700\/65{
    color: rgb(63 63 70 / 0.65);
  }

  .xxl\:text-zinc-700\/70{
    color: rgb(63 63 70 / 0.7);
  }

  .xxl\:text-zinc-700\/75{
    color: rgb(63 63 70 / 0.75);
  }

  .xxl\:text-zinc-700\/80{
    color: rgb(63 63 70 / 0.8);
  }

  .xxl\:text-zinc-700\/85{
    color: rgb(63 63 70 / 0.85);
  }

  .xxl\:text-zinc-700\/90{
    color: rgb(63 63 70 / 0.9);
  }

  .xxl\:text-zinc-700\/95{
    color: rgb(63 63 70 / 0.95);
  }

  .xxl\:text-zinc-800{
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-800\/0{
    color: rgb(39 39 42 / 0);
  }

  .xxl\:text-zinc-800\/10{
    color: rgb(39 39 42 / 0.1);
  }

  .xxl\:text-zinc-800\/100{
    color: rgb(39 39 42 / 1);
  }

  .xxl\:text-zinc-800\/15{
    color: rgb(39 39 42 / 0.15);
  }

  .xxl\:text-zinc-800\/20{
    color: rgb(39 39 42 / 0.2);
  }

  .xxl\:text-zinc-800\/25{
    color: rgb(39 39 42 / 0.25);
  }

  .xxl\:text-zinc-800\/30{
    color: rgb(39 39 42 / 0.3);
  }

  .xxl\:text-zinc-800\/35{
    color: rgb(39 39 42 / 0.35);
  }

  .xxl\:text-zinc-800\/40{
    color: rgb(39 39 42 / 0.4);
  }

  .xxl\:text-zinc-800\/45{
    color: rgb(39 39 42 / 0.45);
  }

  .xxl\:text-zinc-800\/5{
    color: rgb(39 39 42 / 0.05);
  }

  .xxl\:text-zinc-800\/50{
    color: rgb(39 39 42 / 0.5);
  }

  .xxl\:text-zinc-800\/55{
    color: rgb(39 39 42 / 0.55);
  }

  .xxl\:text-zinc-800\/60{
    color: rgb(39 39 42 / 0.6);
  }

  .xxl\:text-zinc-800\/65{
    color: rgb(39 39 42 / 0.65);
  }

  .xxl\:text-zinc-800\/70{
    color: rgb(39 39 42 / 0.7);
  }

  .xxl\:text-zinc-800\/75{
    color: rgb(39 39 42 / 0.75);
  }

  .xxl\:text-zinc-800\/80{
    color: rgb(39 39 42 / 0.8);
  }

  .xxl\:text-zinc-800\/85{
    color: rgb(39 39 42 / 0.85);
  }

  .xxl\:text-zinc-800\/90{
    color: rgb(39 39 42 / 0.9);
  }

  .xxl\:text-zinc-800\/95{
    color: rgb(39 39 42 / 0.95);
  }

  .xxl\:text-zinc-900{
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-900\/0{
    color: rgb(24 24 27 / 0);
  }

  .xxl\:text-zinc-900\/10{
    color: rgb(24 24 27 / 0.1);
  }

  .xxl\:text-zinc-900\/100{
    color: rgb(24 24 27 / 1);
  }

  .xxl\:text-zinc-900\/15{
    color: rgb(24 24 27 / 0.15);
  }

  .xxl\:text-zinc-900\/20{
    color: rgb(24 24 27 / 0.2);
  }

  .xxl\:text-zinc-900\/25{
    color: rgb(24 24 27 / 0.25);
  }

  .xxl\:text-zinc-900\/30{
    color: rgb(24 24 27 / 0.3);
  }

  .xxl\:text-zinc-900\/35{
    color: rgb(24 24 27 / 0.35);
  }

  .xxl\:text-zinc-900\/40{
    color: rgb(24 24 27 / 0.4);
  }

  .xxl\:text-zinc-900\/45{
    color: rgb(24 24 27 / 0.45);
  }

  .xxl\:text-zinc-900\/5{
    color: rgb(24 24 27 / 0.05);
  }

  .xxl\:text-zinc-900\/50{
    color: rgb(24 24 27 / 0.5);
  }

  .xxl\:text-zinc-900\/55{
    color: rgb(24 24 27 / 0.55);
  }

  .xxl\:text-zinc-900\/60{
    color: rgb(24 24 27 / 0.6);
  }

  .xxl\:text-zinc-900\/65{
    color: rgb(24 24 27 / 0.65);
  }

  .xxl\:text-zinc-900\/70{
    color: rgb(24 24 27 / 0.7);
  }

  .xxl\:text-zinc-900\/75{
    color: rgb(24 24 27 / 0.75);
  }

  .xxl\:text-zinc-900\/80{
    color: rgb(24 24 27 / 0.8);
  }

  .xxl\:text-zinc-900\/85{
    color: rgb(24 24 27 / 0.85);
  }

  .xxl\:text-zinc-900\/90{
    color: rgb(24 24 27 / 0.9);
  }

  .xxl\:text-zinc-900\/95{
    color: rgb(24 24 27 / 0.95);
  }

  .xxl\:text-zinc-950{
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity, 1));
  }

  .xxl\:text-zinc-950\/0{
    color: rgb(9 9 11 / 0);
  }

  .xxl\:text-zinc-950\/10{
    color: rgb(9 9 11 / 0.1);
  }

  .xxl\:text-zinc-950\/100{
    color: rgb(9 9 11 / 1);
  }

  .xxl\:text-zinc-950\/15{
    color: rgb(9 9 11 / 0.15);
  }

  .xxl\:text-zinc-950\/20{
    color: rgb(9 9 11 / 0.2);
  }

  .xxl\:text-zinc-950\/25{
    color: rgb(9 9 11 / 0.25);
  }

  .xxl\:text-zinc-950\/30{
    color: rgb(9 9 11 / 0.3);
  }

  .xxl\:text-zinc-950\/35{
    color: rgb(9 9 11 / 0.35);
  }

  .xxl\:text-zinc-950\/40{
    color: rgb(9 9 11 / 0.4);
  }

  .xxl\:text-zinc-950\/45{
    color: rgb(9 9 11 / 0.45);
  }

  .xxl\:text-zinc-950\/5{
    color: rgb(9 9 11 / 0.05);
  }

  .xxl\:text-zinc-950\/50{
    color: rgb(9 9 11 / 0.5);
  }

  .xxl\:text-zinc-950\/55{
    color: rgb(9 9 11 / 0.55);
  }

  .xxl\:text-zinc-950\/60{
    color: rgb(9 9 11 / 0.6);
  }

  .xxl\:text-zinc-950\/65{
    color: rgb(9 9 11 / 0.65);
  }

  .xxl\:text-zinc-950\/70{
    color: rgb(9 9 11 / 0.7);
  }

  .xxl\:text-zinc-950\/75{
    color: rgb(9 9 11 / 0.75);
  }

  .xxl\:text-zinc-950\/80{
    color: rgb(9 9 11 / 0.8);
  }

  .xxl\:text-zinc-950\/85{
    color: rgb(9 9 11 / 0.85);
  }

  .xxl\:text-zinc-950\/90{
    color: rgb(9 9 11 / 0.9);
  }

  .xxl\:text-zinc-950\/95{
    color: rgb(9 9 11 / 0.95);
  }

  .xxl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xxl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xxl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xxl\:text-opacity-15{
    --tw-text-opacity: 0.15;
  }

  .xxl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xxl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xxl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xxl\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .xxl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xxl\:text-opacity-45{
    --tw-text-opacity: 0.45;
  }

  .xxl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xxl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xxl\:text-opacity-55{
    --tw-text-opacity: 0.55;
  }

  .xxl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xxl\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .xxl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xxl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xxl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xxl\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .xxl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xxl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xxl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xxl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xxl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xxl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xxl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xxl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xxl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xxl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xxl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xxl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xxl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xxl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xxl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xxl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xxl\:bg-blend-color{
    background-blend-mode: color;
  }

  .xxl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xxl\: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);
  }

  .xxl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xxl\: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);
  }

  .xxl\: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);
  }

  .xxl\: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);
  }

  .xxl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xxl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xxl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -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);
  }

  .xxl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .xxl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
    -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);
  }

  .xxl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -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);
  }

  .xxl\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .xxl\: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);
  }

  .xxl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .xxl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .xxl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .xxl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .xxl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .xxl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .xxl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .xxl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .xxl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .xxl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .xxl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .xxl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .xxl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .xxl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .xxl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .xxl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .xxl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .xxl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .xxl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .xxl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .xxl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .xxl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .xxl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xxl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

@media (prefers-color-scheme: dark){
  .dark\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .dark\:border-transparent{
    border-color: transparent;
  }

  .dark\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800\/50{
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900\/80{
    background-color: rgb(17 24 39 / 0.8);
  }

  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
 